(french-calendar-multibyte-special-days-array)
[bpt/emacs.git] / src / ChangeLog
CommitLineData
0d7811ed
KH
12000-05-01 Kenichi Handa <handa@etl.go.jp>
2
3 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
4 Check Vfont_encoding_alist against the full name of the opened
5 font.
6
a943a5ca
GM
72000-04-28 Gerd Moellmann <gerd@gnu.org>
8
9 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
10 taller than the window.
11
5dba1e29
KH
122000-04-28 Kenichi Handa <handa@etl.go.jp>
13
14 * xfaces.c (realize_x_face): Fix the argument of the second
15 xassert. BASE_FACE may not be a face for ASCII.
16
353964e3
GM
172000-04-27 Gerd Moellmann <gerd@gnu.org>
18
c76e04a8
GM
19 * print.c (print_object): Treat print-length < 0 as nil.
20
21 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
22
23 * s/freebsd.h (TERMCAP_OBJ): Removed.
24 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
25
26 * lread.c (read1): Don't treat period followed by certain
27 characters as symbol start.
28
29 * xfns.c (slurp_file): New function.
30 (xbm_image_p): Handle case of in-memory XBM files.
31 (xbm_scan): Rewritten to work on memory buffers instead of files.
32 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
33 Work on memory buffers instead of files. If DATA is null test
34 if buffer looks like an in-memory XBM file.
35 (xbm_load_image): Renamed from xbm_load_image_file. Work on
36 memory buffers instead of files.
37 (xbm_file_p): New function.
38 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
39
353964e3
GM
40 * lread.c (end_of_file_error): New function.
41 (read1): Call it instead of signaling `end-of-file' directly.
42
43 * print.c (print_error_message): Print data of `end-of-file'
44 with Fprinc instead of Fprin1.
45
24d744ac
KR
462000-04-26 Ken Raeburn <raeburn@gnu.org>
47
48 * window.c (freeze_window_start): Check that minibuffer scroll
49 window isn't nil before extracting the window structure pointer
50 from it.
51
52 * undo.c (record_delete): If we hit the end of the undo list, stop
53 picking elements apart.
54
7464346d
GM
552000-04-26 Gerd Moellmann <gerd@gnu.org>
56
57 * xdisp.c (display_line): If lines are continued, restore
58 iterator's ascent/descent information to the values before the
59 first glyph not fitting on the line.
60
612839b6
GM
612000-04-25 Gerd Moellmann <gerd@gnu.org>
62
63 * xdisp.c (try_window_id) <all changes above window start>: Adjust
64 positions in glyph matrix. Don't compute new window end
65 positions.
66
67 * dispnew.c (increment_matrix_positions): Renamed from
68 increment_glyph_matrix_buffer_positions.
69 (increment_row_positions): Renamed from
70 increment_glyph_row_buffer_positions.
71
72 * dispextern.h: Change names of renamed functions from dispnew.c
73 in prototypes.
74
cc181e95
GM
752000-04-24 Gerd Moellmann <gerd@gnu.org>
76
abfcc168
GM
77 * fileio.c (Fdo_auto_save): Create directories for auto-save
78 list file if necessary.
79
cc181e95
GM
80 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
81 from buffer or frame.
82 (automatic_hscrolling_p): New variable.
83 (hscroll_windows): Scroll windows horizontally only if automatic
84 hscrolling is allowed.
85 (syms_of_xdisp): New variable `automatic-hscrolling'.
86
87 * frame.h (struct frame): Add member extra_line_spacing.
88
89 * xfns.c (x_set_line_spacing): New function.
90 (Fx_create_frame): Set line spacing from resources.
91 (Qline_spacing): New variable.
92 (syms_of_xfns): Initialize Qline_spacing.
93
94 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
95
96 * buffer.c (init_buffer_once): Handle extra_line_spacing.
97 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
abfcc168 98 (reset_buffer): Don't initialize extra2 and extra3. Initialize
cc181e95
GM
99 extra_line_spacing from default value.
100 (init_buffer_once): Initialize default value of extra_line_spacing.
101
102 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
103 and extra3.
104
105 * xterm.c (x_produce_glyphs): Remove reference to struct it's
106 prompt_width. Add extra line spacing.
107
108 * term.c (produce_glyphs): Remove reference to struct it's
109 prompt_width.
110
111 * dispextern.h (struct it): Remove member prompt_width, add
112 extra_line_spacing.
113
58827478
GM
1142000-04-22 Gerd Moellmann <gerd@gnu.org>
115
116 * dispnew.c (update_frame_line): When writing a whole line, make
117 sure cursor is in the right row afterwards, otherwise a use of
118 capability `ch' in cmgoto might leave the cursor in the row below.
119
25a87f42
GM
1202000-04-21 Gerd Moellmann <gerd@gnu.org>
121
122 * lisp.h (struct Lisp_Buffer_Cons): Remove.
123
124 * keyboard.c (timer_check): Fix typo in comment.
125
54edf5c2
KH
1262000-04-21 Kenichi Handa <handa@etl.go.jp>
127
128 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
129 name change: ch -> character.
130
3a64eef5
GM
1312000-04-20 Gerd Moellmann <gerd@gnu.org>
132
133 * keyboard.c (echo_message_buffer): New variable.
134 (echo_now): Set echo_message_buffer to the echo area buffer used
135 to display the echo.
136 (cancel_echoing): Reset echo_message_buffer to nil.
137 (read_char): Code rewritten that handles canceling an echo or
138 echoing a dash, respectively.
139
140 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
141 directory doesn't exist.
142
6142fdcb
DL
1432000-04-19 Dave Love <fx@gnu.org>
144
145 * fns.c (syms_of_fns): Defsubr mapc.
a9cacab7
DL
146 (concat): Don't allow numeric args.
147 (Fconcat): Doc change.
6142fdcb 148
ac6b5352
SM
1492000-04-19 Stefan Monnier <monnier@cs.yale.edu>
150
151 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
152 instead define end_match(1|2) more carefully.
153 Use GET_CHAR_BEFORE_2 for `begline'.
154
cb9215e4
GM
1552000-04-19 Gerd Moellmann <gerd@gnu.org>
156
5e3dac3f
GM
157 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
158 on 64-bit systems where NULL is defined as `0'.
159
160 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
161 the `variable argument list' to make it work on Alpha.
162
cb9215e4
GM
163 * m/alpha.h (_LP64) [!_LP64]: Define.
164 (ORDINARY_LINK): Define for NetBSD.
165
166 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
167
f532dca0
DL
1682000-04-19 Dave Love <fx@gnu.org>
169
c750667e
DL
170 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
171 change.
172
173 * Makefile.in (LIBS): Don't use.
174 (GETLOADAVG_OBJ): Define again.
175 (otherobj): Add GETLOADAVG_OBJ.
176
f532dca0
DL
177 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
178
1c7e22fd
GM
1792000-04-18 Gerd Moellmann <gerd@gnu.org>
180
f6d3257b
GM
181 * lread.c (read_filtered_event): Cancel and start busy cursor.
182
1c7e22fd
GM
183 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
184 that the per-character metrics may be null.
185
e10f64e7
GM
1862000-04-17 Gerd Moellmann <gerd@gnu.org>
187
0daee095
GM
188 * buffer.c (clone_per_buffer_values): New function.
189 (Fmake_indirect_buffer): Add optional argument CLONE. Call
190 clone_per_buffer_values if CLONE is not nil.
191
e10f64e7
GM
192 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
193
38687d43
DL
1942000-04-16 Dave Love <fx@gnu.org>
195
196 * Makefile.in: Remove obsolete localcpp stuff.
197 (GETLOADAVG_OBJ): Don't define.
198 (obj): Move LIBOBJS...
199 (otherobj): ... to here.
200 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
201 whitespace-only lines after the continuation (Irix).
202
c21c7262
GM
2032000-04-14 Gerd Moellmann <gerd@gnu.org>
204
205 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
206
207 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
208
314767c0
DL
2092000-04-14 Dave Love <fx@gnu.org>
210
211 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
212 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
213 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
214 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
215 NLIST_STRUCT.
216
217 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
218 autoconfiscated HAVE_GETLOADAVG.
219
220 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
221 BROKEN_MKTIME.
222
a2522dca
GM
2232000-04-14 Gerd Moellmann <gerd@gnu.org>
224
225 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
226 (fill_in_lock_file_name): Avoid existing files that aren't
227 links.
228
33744b5d
DL
2292000-04-14 Dave Love <fx@gnu.org>
230
c21c7262 231 * Makefile.in (LIBS, LIBOBJS): New variable.
33744b5d
DL
232 (INTERVAL_SRC): Convert to make variable.
233 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
234 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
235 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
236 add LIBOBJS.
237 (SOME_MACHINE_OBJECTS): Remove interval stuff.
238 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
239 (shortlisp): Add facemenu, float-sup, frame.
240 (SOME_MACHINE_LISP): Remove them from here.
241 (LIBES): Change unused LDLIBS to autoconf LIBS.
242
243 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
244
9d3d5916
KH
2452000-04-14 Kenichi Handa <handa@etl.go.jp>
246
247 * composite.c (update_compositions): If FROM and TO are not in a
248 valid range, do nothing.
249
198e3c7a
GM
2502000-04-13 Gerd Moellmann <gerd@gnu.org>
251
252 * tparam.c (tparam1): Abort when encountering an unknown
253 `%'-specifier.
254
255 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
256 terminfo.o.
257
258 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
259 as TERMCAP_OBJ.
260
055a28c9
EZ
2612000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * fileio.c (a_write): Remove redundant semi-colons.
264 (e_write): Return -1 if failed to write all the data.
265 This fixes the changes made at 1999-12-15.
266
f5c75033
DL
2672000-04-12 Dave Love <fx@gnu.org>
268
269 * fns.c (mapcar1): Test for null vals to support mapc.
270 (Fmapc): New function.
271
0c3cfc51
EZ
2722000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
273
274 * msdos.c (NUM_MOUSE_BUTTONS): Define.
275 (IT_frame_up_to_date): Support the buffer local value of
276 cursor-type, if defined.
277
33465a31
DL
2782000-04-10 Dave Love <fx@gnu.org>
279
280 * editfns.c (preceding-char, following-char): Doc fix.
281
6ed56568
KR
2822000-04-10 Ken Raeburn <raeburn@gnu.org>
283
284 * Makefile.in (temacs): Revert 2000-03-12 change.
285
7cf80d4e
JR
2862000-04-10 Jason Rumney <jasonr@gnu.org>
287
288 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
289
34f3f342
GM
2902000-04-10 Gerd Moellmann <gerd@gnu.org>
291
1a1b1895
GM
292 * xdisp.c (setup_echo_area_for_printing): Choose an echo
293 area buffer, if it's not set up yet.
294
34f3f342
GM
295 * indent.c (compute_motion): Set immediate_quit.
296
be0dbdab
GM
2972000-04-09 Gerd Moellmann <gerd@gnu.org>
298
c45be9ac
GM
299 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New
300 variable.
301 (realize_tty_face): Suppress boldness if colors are the inverse of
302 the default colors, and tty_suppress_bold_inverse_default_colors_p
303 is set.
304 (Ftty_suppress_bold_inverse_default_colors): New function.
305 (syms_of_xfaces): Defsubr it.
306
be0dbdab
GM
307 * buffer.c (Frestore_buffer_modified_p): New function.
308 (syms_of_buffer): Defsubr it.
309
e8413c3b
KR
3102000-04-08 Ken Raeburn <raeburn@gnu.org>
311
87f67317
KR
312 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
313 charset id (int) argument, not a charset (Lisp_Object).
314
e8413c3b
KR
315 * coding.h (code_convert_string): Declare.
316 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
317 object, as the fourth argument to code_convert_string.
318
319 * fontset.c (make_fontset_for_ascii_face): Use XINT on return
320 value.
321 (Fset_fontset_font): Use EQ to compare lisp objects.
322
7c752c80
KR
3232000-04-05 Ken Raeburn <raeburn@gnu.org>
324
c0333abc
KR
325 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
326 a pointer that looks like a lisp object.
327 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
328 zero, instead see whether it's an integer object, since they can't
329 have intervals.
330 (GET_INTERVAL_OBJECT): Simply assign to the destination.
331
7c752c80
KR
332 * dispnew.c (allocate_matrices_for_frame_redisplay,
333 direct_output_forward_char): Use X(U)INT and make_number as needed
334 to convert between (unsigned) int values and lisp integers.
335 * keyboard.c (read_key_sequence): Likewise.
336 * lread.c (substitute_object_recurse): Likewise.
337 * fns.c (concat, hash_lookup, hash_remove): Likewise.
338 * minibuf.c (do_completion, Fminibuffer_complete_word,
339 Fminibuffer_completion_help): Likewise.
340 * term.c (produce_special_glyphs): Likewise.
341
342 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
343 * print.c (print_preprocess, print_object): Likewise.
344
345 * search.c (compile_pattern): Use NILP when checking for nil.
346
74e49b38
KR
347 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
348 __OPTIMIZE__]: Provide a GNU C macro version that handles
349 lisp-object unions.
350 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
351 field, to better cope with ENABLE_CHECKING and calls that modify a
352 Lisp_Object using its old value.
353
685e5ed2
GM
3542000-04-04 Gerd Moellmann <gerd@gnu.org>
355
c407c570
GM
356 * window.c (compare_window_configurations): Signal an error
357 if parameters C1 or C2 aren't window configurations.
358
685e5ed2
GM
359 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
360 AFTER_POTENTIAL_GC calls around calls to functions that can
361 signal an error and thus invoke the debugger.
362
587a49ab
GM
3632000-04-03 Gerd Moellmann <gerd@gnu.org>
364
62f20204
GM
365 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
366 an error if decoding fails.
367
587a49ab
GM
368 * keyboard.c (lispy_mouse_names): Variable removed.
369 (Vlispy_mouse_stem): New variable.
370 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
371 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
372 for any mouse button number. Increase size of mouse_syms and
373 button_down_location as needed. Call modify_event_symbol with
374 different arguments.
375 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
376 Call modify_event_symbol with different arguments.
377 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
378 for any button number. Call modify_event_symbol with different
379 arguments.
380 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
381 Accept a string for NAME_ALIST_OR_STEM.
382
383 * lisp.h (larger_vector): Add prototype.
384
385 * fns.c (larger_vector): Make externally visible.
386
387 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
388
2d1675e4
SM
3892000-04-02 Stefan Monnier <monnier@cs.yale.edu>
390
391 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
392 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
393 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
394 we are between str1 and str2.
395 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
396 (PATFETCH): Use `TRANSLATE'.
397 (PATFETCH_RAW): Fetch multibyte char if applicable.
398 (PATUNFETCH): Remove.
399 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
400 When writing a char, write it directly into the pattern buffer rather
401 than going needlessly through a temp char-array.
402 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
403 multibyte magic and remove the useless `#ifdef emacs'.
404 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
405 buffer.
406
407 * regex.h (struct re_pattern_buffer): Make field `multibyte'
408 conditional on `emacs'.
409
410 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
411
cc2d8c6b
KR
4122000-04-01 Ken Raeburn <raeburn@gnu.org>
413
414 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
415 non-union-type versions of XMARK and friends here, because XMARK
416 and friends won't work on an integer field if NO_UNION_TYPE is not
417 defined.
418 (make_number): Define as a function if it's not defined as a
419 macro.
420
09654086
KR
421 * composite.c (run_composite_function): Use NILP when checking for
422 nil.
423 (syms_of_composite): Delete local var NARGS, pass an int as first
424 argument to Fmake_hash_table.
425
2387b382
KR
426 * editfns.c (text_property_stickiness): Use NILP to test
427 Lisp_Object boolean value.
428 (Fmessage_or_box): Don't use NILP to test int variable.
c01fbf95
KR
429 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
430 problems reading from and changing the same lisp value in an
431 XSETSTRING call.
432
27660e89
GM
4332000-04-01 Gerd Moellmann <gerd@gnu.org>
434
435 * term.c (TN_no_color_video): New variable.
436 (term_init): Intitialize TN_no_color_video.
437 (enum no_color_bit): New enumeration.
438 (MAY_USE_WITH_COLORS_P): New macro.
439 (turn_on_face): Use it to determine if attributes may be used
440 combined with colors.
441
3578db3c
KR
4422000-04-01 Ken Raeburn <raeburn@gnu.org>
443
444 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
445 with int lvalues via casts; instead, just yield lisp object
446 lvalues.
447 (enlarge_window): Variable sizep now points to Lisp_Object. Use
448 proper accessor macros.
449 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
450 (grow_mini_window): Fix typo getting int value of root->height.
451
6fc556fd
KR
452 * xdisp.c (compute_string_pos): Fix order of arguments to
453 string_pos_nchars_ahead.
454 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
455 count arg to variable-arg routines like Frun_hook_with_args and
456 Fformat.
587a49ab
GM
457 (back_to_previous_visible_line_start)
458 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
6fc556fd
KR
459 fixed-arg routines like Fget_char_property and Fmake_string.
460 (reconsider_clip_changes): Use XINT when comparing integer lisp
461 objects, or passing them as int arguments.
587a49ab
GM
462 (mark_window_display_accurate, insert_left_trunc_glyphs)
463 (append_space, extend_face_to_end_of_line): Use make_number when
6fc556fd
KR
464 storing or passing integer values as lisp objects.
465 (set_cursor_from_row, highlight_trailing_whitespace): Use
466 INTEGERP, not implicit test against zero, for glyph object.
467 (try_window_id): Don't use make_number when we want an int value.
468
469 * xfaces.c (xlfd_symbolic_value): Make last argument a
470 Lisp_Object, to be consistent with callers.
471 (Fbitmap_spec_p): Use XINT to get numeric value of height.
472 (lface_hash): Apply XFASTINT to lisp values before folding in.
473
474 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
475 fill in window width and height. Pass an int, not a lisp object,
476 as first arg to Finsert.
477
6e7b2457
GM
4782000-04-01 Gerd Moellmann <gerd@gnu.org>
479
610d841e
GM
480 * xfaces.c (realize_basic_faces): Block input while realizing
481 the faces.
482
6e7b2457
GM
483 * keyboard.c (lispy_mouse_names): Add additional mouse names.
484
485 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
486
aa110c0c
GM
4872000-03-31 Gerd Moellmann <gerd@gnu.org>
488
489 * xterm.c (x_produce_glyphs): When displaying unibyte text
610d841e 490 or ASCII, handle case that per-char metric is null.
aa110c0c 491
8801a864
KR
4922000-03-30 Ken Raeburn <raeburn@gnu.org>
493
c6129d7e
KR
494 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
495
8801a864
KR
496 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW,
497 XSUBR, XBUFFER): Verify correct object type before returning
498 pointer, using eassert.
499 * frame.h (XFRAME): Likewise.
500
501 * buffer.c (Frename_buffer, Fset_buffer_multibyte,
502 swap_out_buffer_local_variables, Fmove_overlay): Don't apply
503 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong
504 type.
505 * data.c (set_internal): Likewise.
506 * dispextern.h (WINDOW_WANTS_MODELINE_P,
507 WINDOW_WANTS_HEADER_LINE_P): Likewise.
508 * fileio.c (auto_save_1): Likewise.
509 * insdel.c (check_markers): Likewise.
510 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
511 * undo.c (record_insert): Likewise.
512 * vmsproc.c (child_sig): Likewise.
513 * window.c (unshow_buffer, window_loop): Likewise.
514 * xterm.c (x_erase_phys_cursor): Likewise.
515
8e7af858
GM
5162000-03-30 Gerd Moellmann <gerd@gnu.org>
517
518 * xfns.c (free_image_cache): Free the cache structure itself
519 last, after all its members have been freed.
520
521 * lisp.h (xstrdup): Add prototype.
522
523 * alloc.c (xstrdup): Moved here from xfaces.c.
524 (allocating_for_lisp): Variable removed.
525 (lisp_malloc): Block input around the calls to malloc and
526 mem_insert.
527
528 * xfaces.c (realize_tty_face): Use find_symbol_value instead
529 of Fsymbol_value.
530 (xstrdup): Moved to alloc.c.
531
e0b8c689
KR
5322000-03-29 Ken Raeburn <raeburn@gnu.org>
533
b96f9fb7
KR
534 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
535
536 * emacs.c (main): Fix sense of no-loadup test.
537
e0b8c689
KR
538 * config.in (ENABLE_CHECKING): Undef.
539
540 * lisp.h (struct interval): Replace "parent" field with a union of
541 interval pointer and Lisp_Object; add new bitfield to use as
542 discriminant. Change other flag fields to bitfields.
543 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
544 is defined and the supplied test fails, print a message and
545 abort.
546 (eassert): New macro. Use CHECK to provide an assert-like
547 facility.
548
549 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
550 pointers; abort if the value looks like a lisp object.
551 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT,
552 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
553 Modify for new interval parent definition.
554
555 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE,
556 UNMARK_BALANCE_INTERVALS): Update references that need an
557 addressable lisp object in the interval structure.
558 (die): New function.
559 (suppress_checking): New variable.
560
561 * intervals.c (interval_start_pos): Just return 0 if there's no
562 parent object.
563
f83c5440
GM
5642000-03-29 Gerd Moellmann <gerd@gnu.org>
565
566 * lread.c (read1): Accept `.' (period) as symbol start like in CL
567 and earlier Emacs versions.
568
569 * keyboard.c (Ftop_level): Cancel busy-cursor.
570
571 * eval.c (call_debugger): Cancel busy-cursor.
572
fdce64ff
KH
5732000-03-29 Kenichi Handa <handa@etl.go.jp>
574
575 * search.c (Freplace_match): Adjust multibyteness of the current
576 buffer and NEWTEXT. Free allocated memory before signaling an
577 error.
578
f6a3f532
SM
5792000-03-28 Stefan Monnier <monnier@cs.yale.edu>
580
581 * regex.c (analyse_first): New function obtained by ripping out most
582 of re_compile_fastmap and generalizing it a little bit so that it
583 can also just return whether a given (sub)pattern can match the empty
584 string or not.
585 (regex_compile): Use `analyse_first' to decide whether the loop-check
586 needs to be done or not for *, +, *? and +? (the loop check is costly
587 for non-greedy repetition).
588 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
589
e9b309ac
DL
5902000-03-28 Dave Love <fx@gnu.org>
591
bb15bd9a
DL
592 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k,
593 alpha.
594
e9b309ac
DL
595 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
596
ed0767d8
SM
5972000-03-27 Stefan Monnier <monnier@cs.yale.edu>
598
599 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
600 an expression.
601 (enum re_opcode_t): Update description of succeed_n.
602 (PATFETCH): Always define.
603 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
604 operators, char classes, shy-groups and intervals).
605 Optimize special cases of intervals so as to only use succeed_n and
606 jump_n when really needed.
607 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
608 that we don't have to handle the special cases any more.
609 Simplify on_failure_jump handling as well.
610
e11e7e46
JR
6112000-03-28 Jason Rumney <jasonr@gnu.org>
612
613 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
614
88faab89
GM
6152000-03-27 Gerd Moellmann <gerd@gnu.org>
616
182ff242
GM
617 * s/freebsd.h (GC_SETJMP_WORKS): Define.
618
619 * s/msdos.h (GC_SETJMP_WORKS): Define.
620
621 * alloc.c (mark_maybe_object): New function.
622 (mark_memory): Use it.
623 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
624 (setjmp_tested_p, longjmp_done): New variables.
625 (test_setjmp): New function.
626 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
627 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
628
c1005d06
GM
629 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
630 to DEC_TEXT_POS and INC_TEXT_POS.
631
632 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
633 with parameter MULTIBYTE_P.
634
635 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter
636 MULTIBYTE_P.
637
7439e5b9 638 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
182ff242
GM
639 buffers because it looks for multibyte character byte sequences
640 which don't exist in unibyte text.
7439e5b9 641
d9c545da
GM
642 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
643
11fd416e 644 * xfaces.c (register_color, unregister_color, unregister_colors)
d9c545da
GM
645 [DEBUG_X_COLORS]: New functions.
646 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
647
648 * xfns.c (x_set_cursor_color): Get color reference counts right.
649
650 * xterm.c (x_copy_color): New function.
651 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
652
653 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
654 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
655 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
656 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
657 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
658 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
659 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
660 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
661 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
662 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
663
11fd416e
GM
664 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
665 names for handling per-buffer variables.
d9c545da
GM
666
667 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
668 instead of MAX_BUFFER_LOCAL_VARS.
669 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
670
671 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
672
88faab89
GM
673 * xfns.c (x_specified_cursor_type): New function.
674 (x_set_cursor_type): Use it.
675
676 * buffer.h (struct buffer): Add cursor_type.
677
d80f42b7
SM
6782000-03-26 Stefan Monnier <monnier@cs.yale.edu>
679
680 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
88faab89
GM
681 (print_partial_compiled_pattern, re_compile_fastmap): Handle new
682 opcode.
d80f42b7
SM
683 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
684 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
685 executing it as well as when popping it off the stack to find infinite
686 loops in non-greedy repetition operators.
687
89e80928
GM
6882000-03-26 Gerd Moellmann <gerd@gnu.org>
689
3d4ff2dd
GM
690 * doc.c (Qfunction_documentation): New variable.
691 (syms_of_doc): Initialize Qfunction_documentation.
692 (Fdocumentation): If FUNCTION is a symbol with non-nil
693 `function-documentation' property, return a documentation derived
694 from that.
695
bd96bd79
GM
696 * buffer.c (syms_of_buffer): Add default-cursor-type.
697 (init_buffer_once): Don't let cursor_type have a local value
698 in every buffer.
699
19d1bc27
GM
700 * xterm.c (x_display_and_set_cursor): Choose cursor depending
701 on buffer-local value of cursor_type.
702 (x_draw_bar_cursor): Add parameter WIDTH.
703
704 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
705 (init_buffer_once): Set default cursor_type value to t.
706 Mark cursor_type as local everywhere.
707 (syms_of_buffer): New per-buffer variable cursor-type.
708
89e80928
GM
709 * buffer.h (struct buffer): Remove member local_var_flags,
710 add local_flags.
711 (MAX_BUFFER_LOCAL_VARS): New macro.
712 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
713 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
714 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
715 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
716
717 * print.c (print_object): Use new macros for per-buffer
718 variables.
719
720 * category.c (Fset_category_table): Use new macros for per-buffer
721 variables.
722
723 * buffer.c (buffer_permanent_local_flags): Make a char array.
724 (max_buffer_local_idx): New variable.
725 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
726 for new handling of per-buffer variables.
727 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
728 (init_buffer_once): Initialize per-buffer vars differently.
729 Set max_buffer_local_idx.
730
731 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
732 variables.
733
734 * lread.c (defvar_per_buffer): Use new macros for per-buffer
735 variables.
736
737 * data.c (do_symval_forwarding, store_symval_forwarding)
738 (find_symbol_value, set_internal, default_value, Fset_default)
739 (Fkill_local_variable, Flocal_variable_p): Use new macros for
740 per-buffer variables.
741
742 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
743
9a0dd3dc
GM
7442000-03-24 Gerd Moellmann <gerd@gnu.org>
745
b68c375f
GM
746 * xterm.c (x_term_init): Unblock input around call1 of
747 Qvendor_specific_keysyms.
748
9a0dd3dc
GM
749 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
750 (find_defun_start): Consider an open parenthesis in column 0
751 a defun start only if open_paren_in_column_0_is_defun_start is set.
752 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
753
7973e637
SM
7542000-03-24 Stefan Monnier <monnier@cs.yale.edu>
755
756 * eval.c (Fautoload): Add entry in load-history (if after dump).
757 * lread.c (load-history): Update docstring.
758
39210e90
GM
7592000-03-24 Gerd Moellmann <gerd@gnu.org>
760
761 * indent.c (Fvertical_motion): Always use the current buffer.
762 Temporarily change the window's buffer, if necessary.
763
72db3ab5
GM
7642000-03-23 Gerd Moellmann <gerd@gnu.org>
765
766 * xterm.c (fast_find_position): Make sure not to consider rows
767 not visible in the window.
768
990b2375
SM
7692000-03-22 Stefan Monnier <monnier@cs.yale.edu>
770
771 * regex.c (enum syntaxcode): Provide default for non-Emacs.
772 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
773
ff4df011
JR
7742000-03-22 Jason Rumney <jasonr@gnu.org>
775
776 * w32menu.c (single_submenu): Set help string to NULL if none.
777 (w32_menu_show): Set help string correctly.
778 (add-menu-item): Set help string in MIIM_DATA for menu item.
779 Load SetMenuItemInfoA explicitly.
780 (w32_menu_display_help): New function.
781
782 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
783 (QCdata): Moved to xdisp.c.
784
785 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
786 (Vw32_charset_to_codepage_alist): Removed.
787 (Vw32_charset_info_alist): New variable.
788 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312,
789 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic,
790 greek, hebrew, thai, johab, mac, unicode]): New symbols.
791 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
792 with TODO comment.
793 (w32_codepage_for_font): Use Vw32_charset_info_alist.
794 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
795 Define Vw32_charset_info_alist and w32_charset symbols.
796
7972000-03-22 Jason Rumney <jasonr@gnu.org>
798
799 * makefile.nt (w32bdf.obj): Update dependencies.
800
801 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
802
803 * w32fns.c: Include fontset.h after dispextern.h.
804 (Fx_create_frame): Do not create fontset.
805 (w32_load_system_font): Doc fix.
806 (Fx_close_connection): Free full_name if it is not shared.
807
808 * w32term.c: Include fontset.h after dispextern.h.
809 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers
810 updated.
811 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
812 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
813 (w32_font_is_double_byte): New function, needs body.
814 (x_append_glyph): Set glyph->glyph_not_available_p.
815 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
816 it->charset. If it->multibyte_p is zero and it->c is a multibyte
817 character, convert it to a unibyte character.
818 (struct glyph_string): Delete member `charset'.
819 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
820 calculating it is found.
821 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
822 the case that per char metric is not available correctly.
823 (x_fill_glyph_string): Handle the case that the specific glyph is
824 not available correctly.
825 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
826 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
827 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
828 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
829 fontset. Don't call FS_LOAD_FONT.
830
439d5cb4
KR
8312000-03-22 Ken Raeburn <raeburn@gnu.org>
832
833 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
834 (INT_LISPLIKE): New macro.
835 (NULL_INTERVAL_P): Use it.
836 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT,
837 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT,
838 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
839
840 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
841 explicit references to "parent" field of struct interval and
842 associated unclean type conversions.
843 * intervals.c (create_root_interval, root_interval, rotate_right,
844 rotate_left, balance_possible_root_interval, split_interval_right,
845 split_interval_left, interval_start_pos, find_interval,
846 next_interval, previous_interval, update_interval,
847 adjust_intervals_for_insertion, delete_node, delete_interval,
848 adjust_intervals_for_deletion, merge_interval_right,
849 merge_interval_left, reproduce_tree, graft_intervals_into_buffer,
850 copy_intervals_to_string): Likewise.
851 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
852 Likewise.
853 * syntax.c (update_syntax_table): Likewise.
854
855 * intervals.c (reproduce_tree_obj): New function, like
856 reproduce_tree but takes a Lisp_Object for the parent. Declare
857 with prototype.
858 (graft_intervals_into_buffer): Use it when appropriate.
859 (reproduce_tree): Declare with prototype.
860 (balance_possible_root_interval): Check that the parent is a lisp
861 object before trying to examine its type.
862
ee1c5b21
GM
8632000-03-22 Gerd Moellmann <gerd@gnu.org>
864
865 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
866 as strings only if both are known to be strings.
867
868 * s/openbsd.h (LIBS_TERMCAP): Undef.
869
1fb352e0
SM
8702000-03-21 Stefan Monnier <monnier@cs.yale.edu>
871
872 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
873 definitions for non-Emacs compilation.
874 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
875 outside of `#ifdef emacs'.
876 (print_partial_compiled_pattern): Update.
877 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
878 (re_compile_fastmap): Merge handling of charset and charset_not (for
879 emacs and non-emacs compilation as well).
880 Similarly for (not)categoryspec and (not)syntaxspec.
881 Don't use the fastmap when reaching `anychar' since the added
882 complexity is not justified.
883 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
884 and (not)syntaxspec. Merge (not)categoryspec.
885
fdaa1f77
KH
8862000-03-22 Kenichi Handa <handa@etl.go.jp>
887
ff1a0d8e
KH
888 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
889 FACE_FOR_CHAR): Define them differently for the configuration of
890 --without-x.
fdaa1f77 891
d152fb46
DL
8922000-03-21 Dave Love <fx@gnu.org>
893
894 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
895 doc string.
896
d2cafc8c
GM
8972000-03-21 Gerd Moellmann <gerd@gnu.org>
898
899 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
900 (lface_fully_specified_p): Don't check contents of
901 LFACE_FONT_INDEX because that attribute is optional.
902 (realize_x_face): Remove now unwarranted xassert.
903
9111d4b5
KH
9042000-03-21 Kenichi HANDA <handa@etl.go.jp>
905
906 The following changes are to make font selection based on
907 characters, not charset. In addition, they recover fontset
908 facilities while utilizing the new font selection mechanism.
909
6c4bfdc0
KH
910 * Makefile.in (fontset.o): Depend on dispextern.h.
911
912 * alloc.c (mark_face_cache): Don't mark face->registry.
913
9111d4b5
KH
914 * dispextern.h (struct glyph): New member glyph_not_available_p.
915 Use 22 bits for face_id.
916 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
917 (struct face): Delete member registry, new member ascii_face.
918 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
919 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
920 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
921 (struct it): Delete member charset, new member
922 glyph_not_available_p.
923
924 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
925 (struct fontset_info, struct fontset_data): Structs removed.
926 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset,
927 Vglobale_fontset_alist, font_idx_temp): Externs removed.
928 (fs_load_font, fs_query_fontset): Adjusted for new argument.
929 (fs_free_face_fontset, fontset_font_pattern,
930 face_suitable_for_char_p, face_for_char,
931 make_fontset_for_ascii_face): Extern them.
932 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
933 (FS_LOAD_FACE_FONT): New macro.
934
935 * fontset.c: All codes rewritten or adjusted for the change of
936 fontset implementation. Now fontset is represented by char table.
937 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables
938 removed.
939 (my_strcasecmp): Function removed.
940 (Vfontset_table, next_fontset_id, Vdefault_fontset): New
941 variables.
942 (AREF, ASIZE): New macros.
943 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME,
944 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF,
945 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
946 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset,
947 fontset_id_valid_p, font_family_registry, fontset_name,
948 fontset_ascii, free_face_fontset, face_suitable_for_char_p,
949 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
950 New functions.
951 (fs_load_font): New arg FACE. Caller changed.
952 (fs_query_fontset): Argument changed. Caller changed.
953 (Fquery_fontset): call fs_query_fontset.
954 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
955 Functions removed.
956 (clear_fontset_elements, check_registry_encoding,
957 check_fontset_name): New functions.
958 (syms_of_fontset): Set char-table-extra-slots property of fontset
959 to 3. Staticpro and initialize Vfontset_table and
960 Vdefault_fontset. Defsubr fontset_font and fontset_list.
961
962 * frame.h (struct frame): Member `fontset_data' removed.
963 (FRAME_FONTSET_DATA): Macro removed.
964
965 * frame.c (make_frame): Don't allocate f->fontset_data.
966 (Fdelete_frame): Don't free f->fontset_data.
967
6c4bfdc0
KH
968 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
969
9111d4b5
KH
970 * xdisp.c (charset_at_position): Function removed.
971 (init_iterator): Don't set member charset of struct `it'.
972 (handle_face_prop, reseat_to_string, set_iterator_to_next,
973 next_element_from_display_vector, insert_left_trunc_glyphs):
974 Likewise.
975 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
976 FACE_FOR_CHARSET.
977 (get_next_display_element, append_space,
978 extend_face_to_end_of_line): Likewise.
979
980 * xfaces.c (Qx_charset_registry, Vface_default_registry):
981 Variables removed.
982 (clear_font_table, frame_update_line_height, load_face_font):
983 Adjusted for the change of fontset implementation.
984 (load_face_fontset_font): Function removed.
985 (pixel_point_size): New function.
986 (font_list): Argument type changed. Caller changed.
987 (LFACE_FONT): New macro.
988 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
989 (set_lface_from_font_name): Type of arg FONTNAME is changed to
990 Lisp_Object. Determine the font name by actually loading a font
991 by the specified pattern. Set LFACE_FONT (lface) to the specified
992 pattern. Even if a font is not found, don't try alternatives.
993 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
994 (set_font_frame_param): If `font' is specified in lface, use it.
995 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
996 (lface_same_font_attributes_p): Likewise.
997 (make_realized_face): Arguent changed. Caller changed. Set
998 face->ascii_face to face itself.
999 (free_realized_face): Free face->fontset if face is for ASCII.
1000 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p,
1001 deduce_unibyte_registry, x_charset_registry): Functions removed.
1002 (free_realized_multibyte_face): New function.
1003 (lookup_face, lookup_named_face, lookup_derived_face): Argument
1004 changed. Caller changed.
1005 (try_font_list): Argument type changed.
1006 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
1007 (choose_face_font): Argument changed. Handle fontset properly.
1008 (choose_face_fontset_font): Function removed.
1009 (realize_default_face, realize_named_face): Don't remove the
1010 former face here.
1011 (realize_face): Argument changed. Caller changed. Remove face
1012 with the arg former_face_id in advance. Load font for the new
1013 face.
1014 (realize_x_face): Argument changed. Caller changed. For a
1015 multibyte character, share fontset with base_face. For a single
1016 byte character, make a new realized fontset. Don't load a font
1017 here.
1018 (realize_tty_face): Argument changed. Caller changed.
1019 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
1020 (face_at_buffer_position): Don't check multibyte_p for returning
1021 DEFAULT_FACE_ID.
1022 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
1023 FACE_SUITABLE_FOR_CHARSET_P.
1024 (syms_of_xfaces): Remove code for Qx_charset_registry and
1025 Vface_default_registry.
1026
6c4bfdc0
KH
1027 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
1028 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
9111d4b5
KH
1029 (x_per_char_metric): Don't try FONT->default_char. Even if
1030 pcm->width is zero, glyph bits may exist.
1031 (x_encode_char): Always initialize char2b->byte1.
1032 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
1033 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller
1034 changed.
1035 (x_append_glyph): Set glyph->glyph_not_available_p.
1036 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
1037 it->charset. Handle the case that per char metric is not
1038 available. If it->multibyte_p is zero and it->c is a multibyte
1039 character, convert it to a unibyte character.
1040 (struct glyph_string): Delete member `charset'.
1041 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
1042 the case that per char metric is not available correctly.
1043 (x_fill_glyph_string): Handle the case that the specific glyph is
1044 not available correctly.
1045 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
1046 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
1047 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
1048 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
1049 fontset. Don't call FS_LOAD_FONT.
1050
1051 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
1052 (x_create_tip_frame): Likewise.
1053 (Fx_close_connection): Free full_name of font_info.
1054
1055 * fns.c (optimize_sub_char_table): New function.
1056 (Foptimize_char_table): New function.
1057 (syms_of_fns): Defsubr Soptimize_char_table.
1058
b33dd3b0
GM
10592000-03-20 Gerd Moellmann <gerd@gnu.org>
1060
1061 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
1062 only if buffer is displayed in some window.
1063
1064 * xdisp.c (handle_single_display_prop): Initialize local `value'.
1065 (try_window_reusing_current_matrix): Don't call scroll run
1066 function if run's current and desired position are the same;
1067 this prevents cursor flickering.
1068
4e8a9132
SM
10692000-03-19 Stefan Monnier <monnier@cs.yale.edu>
1070
1071 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
1072
1073 * regex.c (RE_STRING_CHAR): New macro.
1074 (GET_CHAR_AFER_2): Remove.
1075 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
1076 (enum re_opcode_t): Remove on_failure_jump_exclusive.
1077 (print_partial_compiled_pattern, re_compile_fastmap)
1078 (re_match_2_internal): Remove on_failure_jump_exclusive.
1079 (regex_compile): Turn optimizable P+ loops into PP*, so that the
1080 optimization only need to work for * (ie. can use of_keep_string_jump).
1081 Remove the special case for .*\n since it is now covered by the general
1082 optimization.
1083 (re_search_2): Don't bother with `room'.
1084 (skip_one_char): New function.
1085 (skip_noops): Simplify since `memory' is not needed any more.
1086 (mutually_exclusive_p): Restructure slightly to use `switch' and
1087 add handling for "all" remaining cases.
1088 (re_match_2_internal): Change on_failure_jump_smart to use
1089 on_failure_keep_string_jump (and redirect the end-of-loop jump)
1090 rather than on_failure_jump_exclusive.
1091
2136fdd4
GM
10922000-03-19 Gerd Moellmann <gerd@gnu.org>
1093
1094 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
1095 number of bits per RGB because it's everywhere used as the depth
1096 of the visual.
1097
1098 * term.c (calculate_costs): Remove code dealing with X frames.
1099
e53ae11c
RS
11002000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1101
1102 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
1103
d7b511c4
GM
11042000-03-18 Gerd Moellmann <gerd@gnu.org>
1105
1106 * lread.c (read_integer): Unread the last char not consumed.
1107
16b5d424
GM
11082000-03-17 Gerd Moellmann <gerd@gnu.org>
1109
1110 * xterm.c (x_update_window_cursor): Don't update in frames
d7b511c4 1111 which are in the process of being deleted.
16b5d424 1112
1fa28578
GM
11132000-03-16 Gerd Moellmann <gerd@gnu.org>
1114
83488cce
GM
1115 * Makefile.in (mostlyclean): Add `*.core'.
1116 (clean): Add `bootstrap-emacs'.
1117
1fa28578
GM
1118 * lread.c (read_integer): New function.
1119 (read1): Support read syntax #o, #x, #b, #r.
1120
99633e97
SM
11212000-03-15 Stefan Monnier <monnier@cs.yale.edu>
1122
1fa28578
GM
1123 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
1124 make sure POINTER_TO_OFFSET gives the same value before and after
1125 PREFETCH. Use `dfail' to guarantee "atomic" matching.
99633e97
SM
1126 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
1127 (debug): Now only active if > 0 rather than if != 0.
1128 (DEBUG_*): Update for the new meaning of `debug'.
1fa28578
GM
1129 (print_partial_compiled_pattern): Add missing `succeed' case. Use
1130 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
1131 in `succeed_n', `jump_n' and `set_number_at'.
99633e97
SM
1132 (store_op1, store_op2, insert_op1, insert_op2)
1133 (at_begline_loc_p, at_endline_loc_p): Add prototype.
1fa28578
GM
1134 (group_in_compile_stack): Move to after its arg's types are
1135 declared and add a prototype.
99633e97 1136 (PATFETCH): Define in terms of PATFETCH_RAW.
1fa28578
GM
1137 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)'
1138 wrapper.
99633e97 1139 (QUIT): Redefine as a nop except for NTemacs.
1fa28578
GM
1140 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
1141 indentation of the greedy-op and shy-group code.
99633e97
SM
1142 (at_(beg|end)line_loc_p): Fix argument's types.
1143 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
1144 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
1145 (MATCHING_IN_FIRST_STRING): Remove.
1fa28578
GM
1146 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
1147 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
1148 QUIT unconditionally.
99633e97 1149
699238d9
GM
11502000-03-15 Gerd Moellmann <gerd@gnu.org>
1151
1152 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
1153 a sole completion.
1154
1155 * process.c (send_process): Add a hint that the function
1156 can call Lisp code to its comment.
1157
1158 * lread.c (load_dangerous_libraries): New variable.
1159 (Vbytecomp_version_regexp): New variable.
1160 (safe_to_load_p): New function.
1161 (Fload): Handle files not compiled with Emacs specially.
1162 (syms_of_lread): New Lisp variable load-dangerous-libraries.
1163
34e23e5a
GM
11642000-03-14 Gerd Moellmann <gerd@gnu.org>
1165
9c763cca
GM
1166 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
1167
1168 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
1169 support functions only if HAVE_X11R6_XIM is defined.
1170 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
1171
1172 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
1173
1174 * xfns.c (X_I18N_INHIBITED): Don't define.
1175 (create_frame_xic): Remove conditional compilation on
1176 X_I18N_INHIBITED.
1177 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
1178
1179 * config.in (HAVE_X_I18N): Moved here from xterm.h.
1180 (HAVE_X11R6_XIM): Define.
1181
1182 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
1183
34e23e5a
GM
1184 * xterm.c (x_term_init): Add support for X resource `synchronous'.
1185 If set, call XSynchronize.
1186
66f0296e
SM
11872000-03-13 Stefan Monnier <monnier@cs.yale.edu>
1188
34e23e5a
GM
1189 * regex.c: Declare a new type `re_char' used throughout the code
1190 for the string char type. It's `const unsigned char' to match the
1191 rest of Emacs. Consistently make sure all pointers to strings use
1192 it and make sure all pointers into the pattern use `unsigned
1193 char'.
66f0296e 1194 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
34e23e5a
GM
1195 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
1196 code duplication.
66f0296e
SM
1197
1198 * charset.h (GET_CHAR_AFTER_2): Remove.
1199 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
1200
854a025c
KR
12012000-03-12 Ken Raeburn <raeburn@gnu.org>
1202
1203 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
1204 variable before the invocation of YMF_PASS_LDFLAGS, in case both
1205 of them try to use backquotes.
1206
b9d2c7e2
DL
12072000-03-12 Dave Love <fx@gnu.org>
1208
1209 * unexelf.c: Restore changes of 1999-10-19.
1210 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
1211 fix its type and alignment; copy it from current process.
1212
5e5dff44
GM
12132000-03-12 Gerd Moellmann <gerd@gnu.org>
1214
9b2f3c38
GM
1215 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
1216 has been found. Fix bug not computing timer's predecessor.
1217
9172b88d
GM
1218 * fileio.c (Fread_file_name): Handle case that DIR contains a
1219 file name.
1220
e1cff360
GM
1221 * window.c (Fsave_window_excursion): Doc fix.
1222
5e5dff44
GM
1223 * xfns.c (x_defined_color): Rewritten to use
1224 x_allocate_nearest_color.
1225
e411ce4b
EZ
12262000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
1227
1228 * msdos.c (vga_installed): New function, code moved from
1229 dos_set_window_size.
1230 (Qbar, Qcursor_type, outside_cursor): New variables.
1231 (syms_of_msdos): Intern and staticpro them.
1232 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
1233 shape used outside Emacs when called for the first time.
1234 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
1235 cursor shape used outside Emacs.
1236 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
1237 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
1238 type has changed.
1239 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
1240 parameters specify the cursor. Make qreverse a global
1241 variable (renamed to Qreverse).
1242
80460654
GM
12432000-03-09 Gerd Moellmann <gerd@gnu.org>
1244
1245 * fns.c (Fy_or_n_p): Cancel busy-cursor.
1246
95cd4c40
SM
12472000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1248
1249 This is a big redesign of failure-stack and register handling, prompted
1250 by bugs revealed when trying to add shy-groups. Overall, what happened
1251 is that loops are now structured a little differently, groups can be
1252 shy and the code is a little simpler.
1253
1254 * regex.h: Update the copyright.
1255 (RE_SHY_GROUPS): New value.
1256 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
1257 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
1258
80460654
GM
1259 * regex.c (enum re_opcode_t): Remove jump_past_alt,
1260 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
1261 on_failure_jump_(exclusive, loop and smart). Also fix the comment
1262 for (start|stop)_memory since they now only take one argument (the
1263 second has becomes unnecessary).
1264 (print_partial_compiled_pattern): Adjust for changes in
1265 re_opcode_t.
1266 (print_compiled_pattern): Use %ld to printf long ints and flush to
1267 make debugging a little easier.
95cd4c40
SM
1268 (union fail_stack_elt): Make the integer unsigned.
1269 (struct fail_stack_type): Add a `frame' element.
1270 (INIT_FAIL_STACK): Init `frame' as well.
1271 (POP_PATTERN_OP): New macro for re_compile_fastmap.
1272 (DEBUG_PUSH, DEBUG_POP): Remove.
1273 (NUM_REG_ITEMS): Remove.
1274 (NUM_NONREG_ITEMS): Adjust.
80460654
GM
1275 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
1276 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
95cd4c40 1277 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
80460654
GM
1278 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New
1279 macros.
1280 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
1281 address pushed is not the destination of the jump but the source
1282 of it instead.
95cd4c40
SM
1283 (NUM_FAILURE_ITEMS): Remove.
1284 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
80460654
GM
1285 registers before the actual failure point). Don't hardcode any
1286 meaning for str==NULL anymore.
95cd4c40 1287 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
80460654
GM
1288 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
1289 Remove.
95cd4c40
SM
1290 (REG_UNSET_VALUE): Use NULL (why not?).
1291 (compile_range): Remove declaration since it doesn't exist.
1292 (struct compile_stack_elt_t): Remove inner_group_offset.
1293 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
1294 (regex_grow_registers): Remove dead code.
1295 (FIXUP_ALT_JUMP): New macro.
80460654
GM
1296 (regex_compile): Add shy-groups Change loops to use
1297 on_failure_jump_smart&jump instead of
1298 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
1299 initial (dummy_failure_)jump. Remove c1_base (looks like unused
1300 variable to me). Use `jump' instead of `jump_past_alt' and don't
1301 bother with push_dummy_failure in alternatives since it is now
1302 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
1303 emacs' for (re)allocating the stack.
1304 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
1305 from loop when bufp->can_be_null rather than jumping to `done'.
1306 Avoid jumping backwards so as to ensure termination. Use
1307 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
1308 backreferences. Remove dead code in handling of `anychar'.
95cd4c40 1309 (skip_noops, mutually_exclusive_p): New functions taken from the
80460654
GM
1310 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
1311 improve mutually_exclusive_p to handle ".+\n".
1312 (lowest_active_reg, highest_active_reg,
1313 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
1314 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
1315 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
1316 variables. Push register (in `start_memory') on the stack rather
1317 than storing it in old_reg(start|end). Remove the cycle detection
1318 from `stop_memory', replaced by the use of on_failure_jump_loop
1319 for greedy loops. Add code for the new on_failure_jump_<foo>.
1320 Remove ad-hoc code in `on_failure_jump' to push more registers in
1321 the case of a loop. Take out code from `maybe_pop_jump' into
1322 separate functions and adapt it to the semantics of
1323 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
1324 and push_dummy_failure. Remove dummy_failure handling and
1325 handling of `failures to jump to on_failure_jump' (this last one
1326 was already dead code, it seems).
1327 (group_match_null_string_p, alt_match_null_string_p)
1328 (common_op_match_null_string_p): Remove.
95cd4c40 1329
7397acc4
DL
13302000-03-08 Dave Love <fx@gnu.org>
1331
1332 * config.in: Don't depend on __STDC__ for volatile.
1333 Add POINTER_TYPE, PTR, PROTOTYPES.
1334
1335 * hftctl.c, strftime.c: Use PROTOTYPES.
1336 * eval.c (find_handler_clause): Likewise.
1337
1338 * mem-limits.h: Use POINTER_TYPE.
1339
1340 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
1341 (memory_warnings): Declare using POINTER_TYPE.
1342
5e91ff9e
GM
13432000-03-08 Gerd Moellmann <gerd@gnu.org>
1344
feab4fba
GM
1345 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
1346
25edb08f
GM
1347 * xdisp.c (display_echo_area): Temporarily inhibit garbage
1348 collection.
1349
5e91ff9e
GM
1350 * xfns.c: Remove obsolete code in #if 0.
1351 (Fx_focus_frame): New function.
1352
a735b7e1
KH
13532000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1354
1355 * coding.c (coding_category_name): Add coding-category-utf-8,
1356 coding-category-utf-16-be, coding-category-utf-16-le.
1357 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
1358 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
1359 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
1360 (detect_coding_utf_8): New function.
1361 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
1362 UTF_16_LOW_SURROGATE_P): New macros.
1363 (detect_coding_utf_16): New function
1364 (detect_coding_mask): When priorities are specified, skip any
1365 categories that have `nil' coding-system. Fix bug of returning
1366 wrong mask when PRIORITIES is specified and detect_coding_XXX()
1367 returns a mask not set in PRIORITIES.
1368 (detect_eol_type_in_2_octet_form): New function.
1369 (detect_eol): selects detect_eol_type_XXX to call according to
1370 cooding->category_idx.
1371 (detect_coding_system): Remove `nil' coding-system in the result.
1372 (Fupdate_coding_systems_internal): Update all coding-categories.
1373
1374 * coding.h (CODING_CATEGORY_IDX_UTF_8,
1375 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New
1376 macros.
1377 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY,
1378 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
1379 CODING_CATEGORY_IDX_UTF_16_LE.
1380 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE,
1381 CODING_CATEGORY_MASK_UTF_16_LE): New macros.
1382 (CODING_CATEGORY_MASK_ANY): Include the above macros.
1383 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
1384
9994cc69
GM
13852000-03-07 Gerd Moellmann <gerd@gnu.org>
1386
e9b4e5ff
GM
1387 * doc.c (Fdocumentation_property): If value is not a string,
1388 and doesn't refer to etc/DOC, evaluate it to obtain a string.
1389
f7daf1e1
GM
1390 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
1391 close the display with XtCloseDisplay. This caused a bus error
1392 on OpenWindows.
1393
9994cc69
GM
1394 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
1395 complete but not unique.
1396
4336c705
GM
13972000-03-06 Gerd Moellmann <gerd@gnu.org>
1398
18bb0684
GM
1399 * process.c (send_process): Remove local variable `procname' that
1400 might become invalid when a GC happens. Instead, access the
1401 process name slot directly.
1402
4336c705
GM
1403 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
1404 orig_height if set.
1405
1406 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
1407 orig_height if set.
1408
515d0d0e
EZ
14092000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
1410
1411 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
1412 glyph matrices have been freed.
1413
100b3cbb
GM
14142000-03-05 Gerd Moellmann <gerd@gnu.org>
1415
50df5e5a 1416 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
6178bc23 1417 (bootstrap-temacs): Set LC_ALL to C like for temacs.
50df5e5a
GM
1418
1419 * xfns.c (QCdata): Moved to xdisp.c.
1420
1421 * xdisp.c (QCdata): Moved here from xfns.c.
1422 (syms_of_xdisp): Initialize QCdata.
1423
1424 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
1425
1426 * window.c (coordinates_in_window): Use
1427 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
1428 FRAME_INTERNAL_BORDER_WIDTH.
1429
100b3cbb 1430 * xdisp.c (try_window_id): Recompute unchanged information if
4336c705 1431 it is obviously invalid.
100b3cbb
GM
1432
1433 * xterm.c (x_term_init): Create a colormap if not using the
1434 default visual.
1435
1436 * xterm.h (select_visual): Change prototype.
1437
1438 * xfns.c (select_visual): Rewritten. Recognize user-specified
1439 visual classes.
1440 (visual_classes): New variable.
1441
64d739c4
GM
14422000-03-04 Gerd Moellmann <gerd@gnu.org>
1443
1444 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
1445 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
1446 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
1447 (x_decode_color): Don't handle allocation of white and black
1448 specially.
1449 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
1450 XtNcolormap resources.
1451 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
1452 (Fx_create_frame): Initialize color members of x_output structure.
1453 (xpm_load): Pass colormap to XPM lib.
1454
1455 * xfaces.c (x_free_colors): Access colormap of frame using
1456 FRAME_X_COLORMAP. Be paranoid about freeing black and white
1457 when default colormap is used.
1458
1459 * xterm.c (x_term_init): Set Colormap member of x_display_info
1460 structure. Copy colormap if resource `privateColormap' is
1461 specified (PseudoColor only).
1462 (x_setup_relief_color): Access colormap of frame using
1463 FRAME_X_COLORMAP.
1464
1465 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
1466 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
1467
c3cee013
JR
14682000-03-04 Jason Rumney <jasonr@gnu.org>
1469
1470 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
1471 other non-platform-specific equivalents.
64d739c4 1472 [WINDOWSNT]: Include w32term.h, fontset.h and define X
c3cee013
JR
1473 specific functions and macros as their w32 equivalents where
1474 non-platform-specifics are not available.
1475 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
1476 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
1477 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
1478 (frame_update_line_height): Use macros to access f->output_data.
1479 (defined_color): Remove FIXME comments; fixed.
1480 (x_face_list_fonts, prepare_face_for_display): Put X specifics
1481 into #ifdef blocks. Add WINDOWSNT blocks.
1482 (Fx_list_fonts): Use macros for accessing font data.
1483 (set_lface_from_font_name): Different default fonts for X and
1484 WINDOWSNT.
1485 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
1486 scalable for backward compatibility.
64d739c4 1487 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
c3cee013
JR
1488 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
1489
64d739c4 1490 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
c3cee013
JR
1491 syms_of_w32faces.
1492
1493 * makefile.nt (w32faces.obj): Remove.
1494 (xfaces.obj): Add.
1495
807cc41c
JR
14962000-03-03 Jason Rumney <jasonr@gnu.org>
1497
1498 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
1499 correct parameters.
1500
0007072a
KR
15012000-03-03 Ken Raeburn <raeburn@gnu.org>
1502
1503 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
1504 standard ELF definitions here if the system header does not.
1505
71a6ba55
GM
15062000-03-03 Gerd Moellmann <gerd@gnu.org>
1507
1508 * xterm.c (PER_CHAR_METRIC): Removed.
1509 (x_per_char_metric_1, x_default_char): New functions.
1510 (x_per_char_metric): If font's default char is invalid, return
1511 metrics of a suitably chosen usable default char.
1512 (x_draw_glyph_string_foreground): If font has an invalid default
64d739c4
GM
1513 char, replace occurrences of unprintable chars with a suitably
1514 chosen usable default char.
71a6ba55 1515
900fa1f1
GM
15162000-03-02 Gerd Moellmann <gerd@gnu.org>
1517
42f55fe0
GM
1518 * xterm.c (note_mouse_highlight): Return quickly if frame's
1519 glyph matrices have been freed.
1520
1521 * dispnew.c (free_glyphs): Block input while freeing matrices.
1522
900fa1f1
GM
1523 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
1524
1525 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use
1526 x_free_colors.
1527
1528 * dispextern.h (x_free_colors): Add prototype.
1529
1530 * xfaces.c (x_free_colors): New function.
1531 (unload_color, free_face_colors): Use it.
1532
2f950292
EZ
15332000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
1534
1535 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
1536
1537 * window.c [MSDOS]: Include msdos.h.
1538
54d04320
DL
15392000-03-02 Dave Love <fx@gnu.org>
1540
1541 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
1542
1543 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
1544 set C_OPTIMIZE_SWITCH for gcc.
1545
0ba93ac4
KH
15462000-03-02 Kenichi Handa <handa@etl.go.jp>
1547
1548 * coding.c (coding_save_composition): Be sure to allocate
1549 composition data area in coding even if there's no composition in
1550 the current run.
1551
a2bc11d4
JR
15522000-03-01 Jason Rumney <jasonr@gnu.org>
1553
1554 * w32term.c: Equivalent changes to those made to xterm.c on
1555 2000-02-25 and 2000-02-24.
1556
1557 * w32fns.c: Equivalent changes to those made to xfns.c on
1558 2000-02-25 and 2000-02-21.
1559
1560 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
1561 correct line-end convention is followed.
1562
1563 * w32menu.c [HAVE_BOXES]: Remove #undef.
1564 (single_keymap_panes): Remove code for simulating checkmarks.
1565 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
1566 Remove code for drawing simulated checkmarks.
1567 (w32_menu_show): make unibyte help string correctly.
1568 (add_menu_item): draw standard Windows checkmarks. Draw radio
1569 buttons as radio buttons if possible.
1570
72d19d75
GM
15712000-03-01 Gerd Moellmann <gerd@gnu.org>
1572
2df636f4
GM
1573 * sysdep.c (start_of_text): Don't define this function for NetBSD
1574 with ELF.
1575
1576 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
1577 Don't define.
1578 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
1579 (LINKER): Don't undef if __NetBSD__ is defined.
1580
1581 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
1582
1583 * fileio.c [__NetBSD__]: Define `unix'.
1584
72d19d75
GM
1585 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
1586
ed4d0512
GM
15872000-02-29 Gerd Moellmann <gerd@gnu.org>
1588
50b1039f
GM
1589 * atimer.c (start_atimer): Don't abort when timers are stopped.
1590 (append_atimer_lists): New function.
1591 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
1592 arbitrary lists of stopped and running atimers.
1593
ed4d0512
GM
1594 * atimer.c (cancel_atimer): Handle canceling an atimer when
1595 some timers are stopped.
1596
1597 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
1598 after canceling it.
1599
1600 * fns.c (maybe_resize_hash_table): Handle case of new size
1601 coming out as being the same as old size.
1602
387023ee
JR
16032000-02-27 Jason Rumney <jasonr@gnu.org>
1604
1605 * makefile.nt: Add atimer.h to dependencies.
1606 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
1607 * w32console.c: Only disable window system features for dispextern.h
1608 (initialize_w32_display): Build a display info for the console.
1609 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
1610 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
1611 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
1612 as 2 button mice.
1613 * w32gui.h (struct W32FontStruct): Revert last change after change
1614 to xdisp.c.
1615 * w32menu.c (single_submenu): Set up help string.
1616 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
1617 (w32_dialog_show): Set up help string.
1618 * w32term.c (w32_display_info_for_display): Remove unused function.
1619 (w32_draw_bitmap): Use pre-built bitmaps.
1620 (w32_initialize_display_info): New function to initialize parts of
1621 display info that are common to both GUI and console frames.
1622 (w32_term_init): Use w32_initialize_display_info. Do not set
1623 Vw32_num_mouse_buttons here, as it is not called for console
1624 frames. Build bitmaps for indicating truncated lines etc.
1625 (x_delete_display): Destroy pre-built bitmaps.
1626 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
1627 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
1628
4516715a
DL
16292000-02-27 Dave Love <fx@gnu.org>
1630
1631 * lisp.h: Add a bunch of prototypes.
1632
171ca836
KH
16332000-02-26 Kenichi Handa <handa@etl.go.jp>
1634
1635 * keyboard.c (read_char): Set `usec' correctly.
1636
4013921d
KH
16372000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
1638
1639 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
1640 `lambda', set reg[RRR] to the map index.
1641 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
1642 reg[RRR] to 0. Otherwise, set it to -1.
1643
9244a058
GM
16442000-02-25 Gerd Moellmann <gerd@gnu.org>
1645
2df636f4 1646 * emacs.c (main): Remove code snippet commented out with `//'.
9244a058 1647
f43d79c1
GM
16482000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1649
1650 * fileio.c (Ffile_symlink_p): If result starts with a `/'
1651 and contains a `:', prepend `/:'.
1652
1653 * window.c (select_window_1): If selected_window is nil,
1654 don't "swap out" the buffer's point.
1655 (Fset_window_configuration): Set selected_window to nil
1656 before calling Fselect_window.
1657 (unshow_buffer): Don't set point in buffer from window's point
1658 if another more recently selected window also shows the buffer.
1659
bed0c171
GM
16602000-02-25 Gerd Moellmann <gerd@gnu.org>
1661
449c3c52
GM
1662 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
1663
f5b58615
GM
1664 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
1665 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
1666 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
1667 variables.
1668 (DEFAULT_BUSY_CURSOR_DELAY): New define.
1669 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
1670 (hide_busy_cursor): New functions.
1671 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
1672
1673 * minibuf.c (read_minibuf): Cancel busy-cursor.
1674
1675 * keyboard.c (command_loop_1): Call start_busy_cursor before
1676 Fcommand_execute and cancel_busy_cursor after it.
1677 (timer_check): Remove busy-cursor code.
1678 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
1679 cursor timer.
1680
1681 * process.c (wait_reading_process_input): Remove busy-cursor code.
1682
1683 * eval.c (Fsignal): Call cancel_busy_cursor instead of
1684 Fx_hide_busy_cursor.
1685
1686 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
1687 Remove prototyoes.
1688 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
1689
1690 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
1691
1692 * xterm.c (XTread_socket): Remove busy-cursor code.
1693
4eb8436f
GM
1694 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
1695 (build_frame_matrix_from_leaf_window): Put code handling
1696 glyph row's not being a slice of a frame row in #if 0.
1697 (sync_window_with_frame_matrix_rows): New function.
1698 (frame_row_to_window): New function.
1699 (mirror_line_dance): Handle copies between windows.
1700
3cb65b0e
GM
1701 * lread.c (Fload): Use `xfree' instead of `free'.
1702 (init_obarray): Use `xmalloc' instead of `malloc'.
1703
bed0c171
GM
1704 * window.c (Fset_window_buffer): Set WINDOW to the window
1705 after decoding.
2add4349
GM
1706 (coordinates_in_window): Take frame's internal border width
1707 into account.
bed0c171 1708
42088c12
GM
17092000-02-24 Gerd Moellmann <gerd@gnu.org>
1710
1711 * xterm.c (x_display_and_set_cursor): Display cursor of
1712 non-selected windows depending on the setting of
1713 cursor_in_non_selected_windows.
1714
1715 * xdisp.c (cursor_in_non_selected_windows): New variable.
1716 (syms_of_xdisp): DEFVAR_BOOL it.
1717
d1e103b2
GM
17182000-02-23 Gerd Moellmann <gerd@gnu.org>
1719
723e779c
GM
1720 * data.c (Fstring_to_number): If number is greater than what
1721 fits into an integer, return a float.
1722
d1e103b2
GM
1723 * eval.c (specbind): Remove references to
1724 keyword_symbols_constant_flag.
1725
1726 * data.c (keyword_symbols_constant_flag): Removed.
1727 (Fmakunbound, set_internal, syms_of_data): Remove references to
1728 keyword_symbols_constant_flag.
1729
1730 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
1731
214f877f
KH
17322000-02-23 Kenichi Handa <handa@etl.go.jp>
1733
1734 * syntax.c (multibyte_syntax_as_symbol): New variable.
1735 (syms_of_syntax): Declare it as a Lisp variable.
1736 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
1737 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
1738 nonzero, treat all multibyte characters as symbol.
42088c12 1739 (init_syntax_once): Give syntax `word' to all multibyte
214f877f
KH
1740 characters.
1741
130adcb7
EZ
17422000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
1743
3cb65b0e 1744 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
130adcb7
EZ
1745 a deleted frame.
1746
17cbbf95
GM
17472000-02-21 Gerd Moellmann <gerd@gnu.org>
1748
1749 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
1750
1751 * xfns.c (x_window_to_frame, x_any_window_to_frame)
1752 (x_non_menubar_window_to_frame): Check the busy-cursor window.
1753
beb0bc36
DL
17542000-02-21 Dave Love <fx@gnu.org>
1755
1756 * frame.c (Vmouse_position_function): New variable.
1757 (Fmouse_position): Use it.
1758 (syms_of_frame): Install it.
1759
1760 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
1761
1d92afcd
GM
17622000-02-20 Gerd Moellmann <gerd@gnu.org>
1763
1764 * fileio.c (Finsert_file_contents): Unbind the binding of
1765 standard-output done by temp_output_buffer_setup.
329eed9f
GM
1766
1767 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
1768 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
1769 (specbind, unbind_to): Handle most common case of non-constant
1770 symbol with trivial value specially.
1771
1772 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
1773
2d06696f
RS
17742000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1775
1776 * data.c (Fmake_variable_buffer_local): Doc fix.
1777 Init found_for_buffer to 0.
1778 (Fmake_variable_frame_local): If the variable has already
1779 been buffer-local, set the check_frame field.
1780
1d4311c3
EZ
17812000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
1782
1783 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
1784 produced for CODING_MODE_LAST_BLOCK requires.
1785
2dc95ddd
DL
17862000-02-18 Dave Love <fx@gnu.org>
1787
1788 * keyboard.c (echo_keystrokes): Remove declaration.
1789 (Vecho_keystrokes) New variable.
1790 (read_char, record_menu_key, read_key_sequence): Use it to allow
1791 use of float value.
1792 (syms_of_keyboard): Change Vecho_keystrokes declaration.
1793
1794 * lread.c: Undef feature selection macros before defining.
1795
f0930f35
GM
17962000-02-18 Gerd Moellmann <gerd@gnu.org>
1797
1798 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
1799 for symbols other than the symbol in question.
1800
e3d4de90
DL
18012000-02-17 Dave Love <fx@gnu.org>
1802
1803 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
1804
0b378936
GM
18052000-02-17 Gerd Moellmann <gerd@gnu.org>
1806
d621caf7
GM
1807 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
1808
0b378936
GM
1809 * alloc.c (enum mem_type): Compile unconditionally.
1810
3b451f74
EZ
18112000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
1812
1813 * xfaces.c (tty_defined_color): Don't return faulire indication
1814 for unspecified-fg and unspecified-bg pseudo-colors.
1815
10689a01
GM
18162000-02-17 Gerd Moellmann <gerd@gnu.org>
1817
1216f5e4
GM
1818 * alloc.c (mark_object): Don't mark symbol names in pure space.
1819 (gc_sweep): Don't unmark symbol names in pure space.
1820
1821 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
1822 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
1823 [GC_MARK_STACK]: New defines.
1824 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
1825 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
1826
1827 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
1828
1829 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
1830 allocate_buffer instead of xmalloc.
1831
1832 * alloc.c (toplevel): Include setjmp.h.
1833 (PURE_POINTER_P): New define.
1834 (enum mem_type) [GC_MARK_STACK]: New enumeration.
1835 (Vdead) [GC_MARK_STACK]: New variable.
1836 (lisp_malloc): Add parameter TYPE, call mem_insert if
1837 GC_MARK_STACK is defined.
1838 (allocate_buffer): New function.
1839 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
1840 (free_float) [GC_MARK_STACK]: Set type to Vdead.
1841 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
1842 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
1843 (MEM_NIL) [GC_MARK_STACK]: New define.
1844 (struct mem_node) [GC_MARK_STACK]: New structure.
1845 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
1846 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
1847 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
1848 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
1849 (mark_stack) [GC_MARK_STACK]: New functions.
1850 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
1851 (clear_marks): Removed.
1852 (gc_sweep): Set free conses' car, free floats' type, free
1853 symbols' function to Vdead. Use lisp_free to free buffers.
1854 (init_alloc_once): Initialize Vdead.
1855 (survives_gc_p): Return non-zero for pure objects.
1856
1857 * alloc.c: Add comments throughout the file.
1858
2503c8b1
GM
1859 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
1860 that unblocks alarms.
1861
8389e1e2
GM
1862 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
1863 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
1864 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
1865
10689a01
GM
1866 * frame.c (make_frame): Set frame initiallly to `garbaged'.
1867
bfc17d18
KH
18682000-02-17 Kenichi Handa <handa@etl.go.jp>
1869
4a09dee0
KH
1870 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
1871 avoid infinite error signaling. Allocate sufficient memory for
1872 eol_str in the case that eoltype is Lisp_Int.
bfc17d18 1873
2b927d02
SM
18742000-02-17 Stefan Monnier <monnier@cs.yale.edu>
1875
1876 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
1877 depends on the previous behavior.
1878
b49cb764
GM
18792000-02-16 Gerd Moellmann <gerd@gnu.org>
1880
1881 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
1882
99e95407
GM
18832000-02-15 Gerd Moellmann <gerd@gnu.org>
1884
1885 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
1886
1887 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
b49cb764 1888 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
99e95407
GM
1889 write(2).
1890
6ffd3cf7
RS
18912000-02-15 Richard M. Stallman <rms@gnu.org>
1892
1893 * data.c (set_internal): Don't make variable buffer-local
1894 if within a let-binding for the same buffer.
1895 (let_shadows_buffer_binding_p): New function.
1896
1897 * eval.c (specbind): For buffer-local value,
1898 record the current buffer also.
1899 (unbind_to): Cope with that change.
1900
cad53475
GM
19012000-02-15 Gerd Moellmann <gerd@gnu.org>
1902
1903 * window.c (Fsave_window_excursion): Doc fix.
1904
1aa963c8
SM
19052000-02-15 Stefan Monnier <monnier@cs.yale.edu>
1906
1907 * syntax.c (back_comment): Make sure we only consider comment-starters
1908 of the relevant style and return -1 in case of a failure to find the
1909 beginning of the comment.
1910 (Fforward_comment): If back_comment fails, go back to the position just
1911 after the comment-end.
1912 (scan_lists): Add comment describing a very minor bug.
1913
b9b84fd3
SM
19142000-02-14 Stefan Monnier <monnier@cs.yale.edu>
1915
1916 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
1917 `completion-regexp-list' in the docstring.
1918
3a28db80
DL
19192000-02-14 Dave Love <fx@gnu.org>
1920
1921 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
1922
fb4a568d
SM
19232000-02-14 Stefan Monnier <monnier@cs.yale.edu>
1924
1925 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
1926 to Emacs' syntax. Also fix the comment about set/not-set meanings
1927 since Emacs syntax is not the value 0 any more.
1928 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
1929 since it's now part of RE_SYNTAX_EMACS.
1930
1063ebb5
DL
19312000-02-12 Dave Love <fx@gnu.org>
1932
1933 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on
1934 Alpha.
1935
fb07a302
GM
19362000-02-12 Gerd Moellmann <gerd@gnu.org>
1937
1938 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
1939
aaf2320c
DL
19402000-02-12 Dave Love <fx@gnu.org>
1941
1942 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
1943
1944 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
fb07a302
GM
1945 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
1946 * s/hpux.h: Don't define HAVE_VFORK.
aaf2320c
DL
1947
1948 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
1949
1950 * s/nextstep.h: Don't define HAVE_ALLOCA.
1951
1952 * config.in: Add vfork bits.
1953
eedf8bde
GM
19542000-02-12 Gerd Moellmann <gerd@gnu.org>
1955
1956 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
1957 unwind function to undo the effect of stopping atimers.
1958
1959 * keyboard.c (bind_polling_period): Stop all timers except
1960 poll_timer.
1961
1962 * atimer.c (stopped_atimers): New variable.
1963 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
1964 New functions.
1965
1966 * atimer.h (stop_other_atimers, run_all_atimers)
1967 (unwind_stop_other_atimers): Add function prototypes.
1968
1969 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
1970
8476c2f8
KR
19712000-02-11 Ken Raeburn <raeburn@gnu.org>
1972
1973 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
1974 library may depend on jpeg.
1975 (atimer.o): Depends on atimer.c.
1976
0e85e4a3
KH
19772000-02-11 Kenichi Handa <handa@etl.go.jp>
1978
1979 * insdel.c (del_range_1): Call update_compositions.
1980 (del_range_both): Call update_compositions just once..
1981
97fa0cc8
DL
19822000-02-10 Dave Love <fx@gnu.org>
1983
1984 * xfns.c (create_frame_xic): Fix initialization of automatic
1985 aggregates for pcc.
1986
25566a3c
KH
19872000-02-09 Kenichi Handa <handa@etl.go.jp>
1988
1989 * ccl.c (CCL_MAKE_CHAR): New macro.
1990 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
1991 registers by CCL_MAKE_CHAR before calling translate_char.
1992 <CCL_TranslateCharacterConstTbl> Likewise.
1993
69da54ba
DL
19942000-02-08 Dave Love <fx@gnu.org>
1995
1996 * lread.c (__EXTENSIONS__): Define.
1997
f7136ee8
GM
19982000-02-08 Gerd Moellmann <gerd@gnu.org>
1999
2000 * puresize.h (BASE_PURESIZE): Increase to 650000.
2001
7768790b
EZ
20022000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2003
2004 * msdos.c (XMenuActivate): Turn off the cursor after displaying
2005 the help message.
2006
38fd211b
EZ
20072000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2008
2009 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
2010 md, mh, mb, mr, and me to the fake termcap entry.
2011
66e4690f
KR
20122000-02-06 Ken Raeburn <raeburn@gnu.org>
2013
2014 * sound.c (sound_cleanup): Don't call device close routine if the
2015 function pointer is null.
2016
a75dfea0
AI
20172000-02-06 Andrew Innes <andrewi@gnu.org>
2018
2019 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
2020 around image definitions and prototypes.
2021 (gamma_correct) [WINDOWSNT]: New prototype.
2022
2023 * w32term.c (x_make_frame_visible): Replace call to
2024 input_poll_signal with poll_for_input.
2025
2026 * window.c [WINDOWSNT]: Include w32term.h.
2027
2028 * xdisp.c [WINDOWSNT]: Include w32term.h.
2029
2030 * makefile.nt: Add dependencies on w32gui.h.
2031 (OBJ1): Include atimer.obj.
2032 ($(BLD)\atimer.obj): New dependency rule.
2033
2034 * w32.c (sigmask): New function (does nothing).
2035 (sigunblock): Ditto.
2036
2037 * frame.c [WINDOWSNT]: Include w32term.h.
2038
2039 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
2040
2041 * lread.c (syms_of_lread): Fix literal newlines.
2042
2043 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
2044 the string constant limit (2048 bytes) in MSVC.
2045 (main): Ditto.
2046
59ddecde
GM
20472000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
2048
2049 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit
2050 area.
2051 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
2052 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
2053 dispatch the event.
2054
07590973
DL
20552000-02-04 Dave Love <fx@gnu.org>
2056
2057 * fileio.c: Remove some unused vars.
2058 (_GNU_SOURCE): Define (for euidaccess).
2059
2060 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
2061
2062 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
2063 gcpro1, gcpro2.
2064 (read_minibuf): Deal with allow_props correctly.
2065
649351f9
EZ
20662000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
2067
2068 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
2069
66e4690f 20702000-02-03 Ken Raeburn <raeburn@gnu.org>
f1b9c7c1
KR
2071
2072 * search.c (compile_pattern): If a cache entry has a nil regexp,
2073 fill in that entry instead of clobbering a previously cached
2074 string regexp.
2075
66e4690f 20762000-02-02 Ken Raeburn <raeburn@gnu.org>
15c9cf81
KR
2077
2078 * puresize.h (BASE_PURESIZE): Increase to 610000.
2079
d240a249
GM
20802000-02-02 Gerd Moellmann <gerd@gnu.org>
2081
2082 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
2083 can GC.
2084
ca91fb26
KH
20852000-02-02 Kenichi Handa <handa@etl.go.jp>
2086
25660570
KH
2087 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
2088 instead of incrementing ic directly.
2089 <CCL_WriteExprConst> Likewise.
2090 <ccl_set_expr>: Set ic to jump_address.
2091
ca91fb26
KH
2092 * fileio.c (e_write): Fix the handling of
2093 CODING_FINISH_INSUFFICIENT_SRC.
2094
2ede9689
DL
20952000-02-01 Dave Love <fx@gnu.org>
2096
2097 * editfns.c (Fpropertize): Doc fix.
2098
2099 * process.c (Fstart_process): Doc fix.
2100
2101 * eval.c: Fix various doc strings not to duplicate information
2102 from help-manyarg-func-alist.
2103
2104 * window.c (Fset_window_margins): Don't make interactive. Doc
2105 fix.
2106
2107 * doc.c (Vhelp_manyarg_func_alist): New variable.
2108 (Fdocumentation): Use it.
2109 (syms_of_doc): Define it.
2110
b6680a0e
GM
21112000-01-31 Gerd Moellmann <gerd@gnu.org>
2112
2cb750ba
GM
2113 * xterm.c (xim_open_dpy): Remove unused local variable.
2114
74e9213b
GM
2115 * emacs.c (USAGE): Use term `display options' instead of `X
2116 options'.
2117
2118 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
2119 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
2120
b6680a0e
GM
2121 * fns.c (sweep_weak_table): New function.
2122 (sweep_weak_hash_tables): Use it. Keep on marking until there
2123 is no more change.
2124
994c5afe
GM
21252000-01-30 Gerd Moellmann <gerd@gnu.org>
2126
2127 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
2128 that XTread_socket does not crash by trying to call XNoOp on a
2129 closed display.
2130
f00276e3
JR
21312000-01-30 Jason Rumney <jasonr@gnu.org>
2132
2133 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
2134 Change selected_frame to SELECTED_FRAME ().
2135 (w32_console_mouse_position): Remove #ifndef MULE from around
2136 `insist' parameter.
2137
2138 * makefile.nt: Remove dosfns.obj.
2139
2140 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
2141
2142 * w32fns.c (w32_defined_color): Check for valid frame before
2143 applying gamma correction. Eliminate dependency on frame elsewhere.
2144 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
2145 (w32_to_x_font): Use resx and resy not height_in and width_in.
2146 (x_to_w32_font): Doc fix.
2147 (xlfd_strip_height): New function to strip and return font height.
2148 (w32_font_match): Compare height separately from rest of xlfd
2149 spec, using xlfd_strip_height.
2150
2151 * w32term.c (w32_term_init): Swap resx and height_in, resy and
2152 width_in. Use w32_defined_color in place of defined_color.
2153
2154 * w32faces.c: Merge more of DOS and X specifics in preparation for
2155 merge with xfaces.c.
2156 (defined_color): Remove FIXME comment.
2157 (tty_color_name): Provide w32-specific function.
2158 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
2159
2160 * w32console.c (turn_on_face, turn_off_face): Removed.
2161 (w32_face_attributes): New function.
2162 (Global_variables): Reduce scope where possible.
2163 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
2164 fill attribute.
2165 (hl_mode): Don't modify text attributes.
2166 (write_glyphs): Don't do anything if len <= 0. Use
2167 w32_face_attributes to get attributes for drawing. Write
2168 terminating codes using char_attr_normal.
2169 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
2170 (update_begin, update_end): Likewise.
2171 (vga_stdcolor_name): New function.
2172 (initialize_w32_display): Remove char_attr_reverse and char_attr.
2173 (Fset_screen_color): Remove char_attr_reverse.
2174
b08e8bb2
GM
21752000-01-29 Gerd Moellmann <gerd@gnu.org>
2176
2177 * xfns.c (xic_set_preeditarea): Take window parameter and
2178 window-relative pixel-positions.
2179
2180 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
2181 is its frame's selected window.
2182 (xim_instantiate_callback): Likewise.
2183
2184 * xfns.c (x_create_im): Removed.
2185 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
2186 (supported_xim_styles): Renamed from supported_styles.
2187 (best_xim_style): Renamed from best_style.
2188 (create_frame_xic): Renamed from xic_create_frame.
2189 (free_frame_xic): Renamed from xic_destroy_frame.
2190
21912000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
2192
2193 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
2194 our frames, call XFilterEvent with 2nd parameter `None'.
2195 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
2196 returning XBufferOverflow.
2197 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
2198 area.
2199 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
2200 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
2201 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
2202 (xim_initialize, xim_close)
2203 [HAVE_X_I18N && HAVE_X11R6]: New functions.
2204 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
2205 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
2206 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
2207
2208 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
2209 and `xim_styles'.
2210 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
2211 `xic_style' and `xic_xfs'.
2212 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
2213 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
2214 (FRAME_XIM): Removed.
2215
2216 * xfns.c (supported_styles): New variable.
2217 (DEFAULT_STYLE, DEFAULT_FONT): New macros
2218 (xic_create_xfontset, best_style, xic_create_frame)
2219 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
2220 (xic_set_xfontset): New functions.
2221
142e109c
DL
22222000-01-28 Dave Love <fx@gnu.org>
2223
2224 * s/irix6-5.h: Revert last change after change to irix5-0.h.
2225
2226 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
2227
b02786f9
GM
22282000-01-28 Gerd Moellmann <gerd@gnu.org>
2229
d060bc9f
GM
2230 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
2231 for *scratch* if it already existed.
2232
b02786f9
GM
2233 * emacs.c (USAGE): New macro.
2234 (main): Use it to display usage information.
2235
2c52d7e4
EZ
22362000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2237
2238 Support for the menu-help feature:
2239
2240 * msdos.h: Change prototypes of XMenuAddSelection and
2241 XMenuActivate.
2242
2243 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
2244 part of the line to the termscript file.
2245 (IT_clear_to_end): Clear the entire line, not just its beginning.
2246 (menu_help_message, prev_menu_help_message): New variables.
2247 (IT_menu_make_room): Make room for the help_text member.
2248 (IT_menu_display): New argument disp_help; all callers changed.
2249 If disp_help is non-zero, store the help text of the active menu
2250 item in menu_help_message.
2251 (XMenuAddPane): Initialize the help_text member to NULL.
2252 (XMenuAddSelection): New argument help_text. Store it in the
2253 XMenu structure.
2254 (XMenuActivate): New argument help_callback. If the value of
2255 menu_help_message has changed since the last time, display the
2256 menu help message text while waiting for the mouse to move. Clear
2257 the echo area before exiting.
2258 (XMenuDestroy): Free the help_text member.
2259
ffe0bcd1
GM
22602000-01-27 Gerd Moellmann <gerd@gnu.org>
2261
2262 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
2263 XMenuAddSelection. Pass help callback to XMenuActivate.
2264 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
2265
50dbd23f
EZ
22662000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
2267
2268 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
2269 and EMACS_SET_USECS.
2270
f5941bf8
GM
22712000-01-26 Dave Love <fx@gnu.org>
2272
6c67ddee
DL
2273 * editfns.c (Fchar_after, Fchar_before): Doc fix.
2274
f5941bf8
GM
2275 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
2276 an error may be signalled.
2277
9e49c990
GM
22782000-01-26 Gerd Moellmann <gerd@gnu.org>
2279
fc3cb460
GM
2280 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
2281 LD_SWITCH_SYSTEM inherited from irix5-0.h.
2282
9e49c990
GM
2283 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
2284
d0c037d8
GM
22852000-01-25 Gerd Moellmann <gerd@gnu.org>
2286
2287 * charset.c (Fstring): If there is a multibyte char among
2288 the args, always return a multibyte string.
2289
e12489f9
GM
22902000-01-25 Gerd Moellmann <gerd@gnu.org>
2291
2292 * sysdep.c (sys_select): Turn atimers off and on instead of
2293 recording and restoring old alarm handler
2294
2295 * process.c (toplevel): Include atimer.h.
2296 (create_process_1): Rewritten.
2297 (create_process): Use atimers instead of alarm.
2298 (wait_reading_process_input) [hpux]: Turn atimers off instead
2299 of turning off SIGALRM.
2300 (wait_reading_process_input): Turn off atimers instead off
2301 calling stop_polling.
2302
2303 * emacs.c (main): Call init_atimer.
2304
2305 * keyboard.c (toplevel): Include systime.h and atimer.h.
2306 (polling_for_input): Removed because unused.
2307 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
2308 (poll_timer): New variable.
2309 (poll_for_input, poll_for_input_1): New functions.
2310 (start_polling, stop_polling): Rewritten.
2311
2312 * keyboard.h (polling_for_input): Removed.
2313
2314 * atimer.h, atimer.c: New files.
2315
2316 * Makefile.in (obj): Add atimer.o.
2317 (atimer.o): New target.
2318
2319 * blockinput.h (pending_atimers): Add extern declaration.
2320 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
2321
2322 * lisp.h (popup_activated_flag): Add extern declaration.
2323
2324 * xmenu.c (popup_activated_flag): Make externally visible.
2325 (popup_activate_callback) [USE_MOTIF]: Increment
2326 popup_activated_flag.
2327 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
2328
2329 * xterm.c (toplevel): Include atimer.h.
2330 (toolkit_scroll_bar_interaction): New variable.
2331 (Fxt_process_timeouts): Removed.
2332 (x_process_timeouts): New function.
2333 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
2334 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
2335 (x_make_frame_visible): Call poll_for_input_1 instead of
2336 input_poll_signal. Don't call alarm.
2337 (x_initialize): Install timer calling x_process_timeouts.
2338
1e5279b9
DL
23392000-01-24 Dave Love <fx@gnu.org>
2340
6c67ddee 2341 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
2342 Don't use -cckr -- apparently not now necessary.
2343
edf6aeb8
EZ
23442000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2345
2346 * msdos.c (IT_menu_display): Truncate long menu lines at the right
2347 screen boundary.
2348
9badad41
JR
23492000-01-23 Jason Rumney <jasonr@gnu.org>
2350
2351 * w32fns.c (w32_defined_color): Apply gamma correction before
2352 trying to map to the palette.
2353 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
2354 to w32_clear_rect.
2355
2356 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
2357 here. Callers changed to always pass real device context.
2358 (w32_draw_bitmap): Likewise.
2359 (w32_get_glyph_overhangs): Likewise.
2360 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
2361 one.
2362 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
2363 pfnSetScrollInfo and SetScrollRange.
2364 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
2365 back into MULE characters after decoding them.
2366 (x_get_glyph_face_and_encoding): Likewise.
2367 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
2368 GetCharABCWidthsW fails, since this is defined on Windows 9x.
2369 (x_produce_glyphs): Calculate per char metrics for a character
2370 that we know exists in default font when font_not_found_p is true.
2371
63bd786b
JR
23722000-01-22 Jason Rumney <jasonr@gnu.org>
2373
2374 * makefile.nt (intervals.obj, composite.obj): New modules.
2375 (composite.h): Added as dependency where appropriate.
2376
2377 * w32gui.h (XGCValue): New struct for emulating X GCs.
2378
2379 * w32term.h (XCharStruct): New struct for emulating X.
2380
2381 * w32console.c (turn_on_face, turn_off_face): New functions.
2382 (change_line_highlight): New prototype for new redisplay.
2383 (write_glyphs): Support multibyte text. Support faces.
2384
2385 * w32faces.c: Complete rewrite for new redisplay based on new
2386 xfaces.c.
2387
2388 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
2389 throughout. struct frame * in place of FRAME_PTR.
2390 Skeleton support for images, toolbars, tooltips from xfns.c.
2391 (Fx_create_frame): Use system default for default scroll bar
2392 width.
2393 (w32_get_arg): Renamed from x_get_arg.
2394 (Fx_file_dialog): New function.
2395 (w32_list_fonts): Check cache before asking system.
2396 (Vw32_enable_synthesized_fonts): New variable.
2397 (Vw32_enable_italics): Obsolete, removed.
2398
2399 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
2400 Use SELECTED_FRAME macro.
2401
2402 * w32menu.c: Add skeleton support for help strings on menus.
2403 (add_menu_item): Native checkbox and radio support added, but not
2404 yet enabled due to bugs.
2405 (push_menu_item): Add parameters type, selection and help.
2406 Callers updated.
2407 Formatting changes to reduce unnecessary diffs with xmenu.c.
2408
2409 * w32select.c (Fw32_set_clipboard_data): Update call to
2410 find_charset_in_str.
2411
2412 * w32term.c: Complete rewrite for new redisplay based on new
2413 xterm.c with necessary sections merged back in from old w32term.c.
2414
6ffd3cf7 24152000-01-21 Richard M. Stallman <rms@gnu.org>
b50c9214
RS
2416
2417 * data.c (set_internal): Further fix in same criterion.
2418
6ffd3cf7 24192000-01-20 Richard M. Stallman <rms@gnu.org>
8cc95642
RS
2420
2421 * data.c (set_internal): Fix the criteria for whether
2422 to swap out the old cached binding.
2423
60af03f1
DL
24242000-01-19 Dave Love <fx@gnu.org>
2425
2426 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
2427
f9be074f
KH
24282000-01-18 Kenichi Handa <handa@etl.go.jp>
2429
2430 * regex.c (re_compile_fastmap): While checking a range table for
2431 `charset', skip flag bits for a character class correctly.
2432
52b8dbf9
GM
24332000-01-17 Gerd Moellmann <gerd@gnu.org>
2434
d36100c9
GM
2435 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
2436
52b8dbf9
GM
2437 * xfns.c (x_window): Call lw_create_widget with new parameter
2438 list.
2439
2440 * widget.c (EmacsFrameSetCharSize): Change size of children first
2441 because of problems with main window geometry management under
2442 Lesstif.
2443
2444 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
2445 MENU_ITEMS_ITEM_.*.
2446 (MENU_ITEMS_ITEM_HELP): New enumerator.
2447 (push_menu_item): Add parameter HELP. Record help in menu_items.
2448 (single_menu_item, single_submenu, list_of_items): Call
2449 push_menu_item with new parameter.
2450 (single_submenu): Set help string in widget value.
2451 (menu_highlight_callback): New function.
2452 (set_frame_menubar): Call lw_create_widget with new
2453 parameter list.
2454 (xmenu_show, xdialog_show): Ditto.
2455
3139018f
GM
24562000-01-13 Gerd Moellmann <gerd@gnu.org>
2457
2458 * sound.c (Fplay_sound): Improve doc string.
2459
83c8f461
RS
24602000-01-11 Richard M. Stallman <rms@gnu.org>
2461
2462 * lisp.h (set_internal): Enter the new arg.
2463
2464 * eval.c (specbind): Record buffer-local variables specially,
2465 indicating which buffer's binding was saved.
2466 (unbind_to): Restore buffer-local variables specially
2467 in the proper buffer.
2468
2469 * data.c (set_internal): New arg BUF.
2470
2471 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
2472 * data.c (Fset): Pass new arg to set_internal.
2473 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
2474
1fab1775
GM
24752000-01-11 Gerd Moellmann <gerd@gnu.org>
2476
2477 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
2478 xprintsym.
2479
83c8f461 24802000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
2481
2482 * minibuf.c (Ftry_completion): Doc fix.
2483
7a85e4df
GM
24842000-01-11 Gerd Moellmann <gerd@gnu.org>
2485
2486 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
2487 vector, too.
2488
a970dae4
AS
24892000-01-11 Andreas Schwab <schwab@suse.de>
2490
2491 * coding.c (code_convert_region): Initialize total_skip.
2492
c65d14ee
DL
24932000-01-08 Dave Love <fx@gnu.org>
2494
2495 * eval.c (Fuser_variable_p): Check customizability too.
2496
834938d2
GM
24972000-01-07 Gerd Moellmann <gerd@gnu.org>
2498
2499 * minibuf.c (Fcompleting_read): Doc fix.
2500
e0303cd6
GM
25012000-01-05 Gerd Moellmann <gerd@gnu.org>
2502
8a26744b
GM
2503 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
2504 -L /usr/local/lib.
2505
e0303cd6
GM
2506 * xfns.c (x_create_im): New function to set IM and IC of a frame.
2507 Check that input style is supported before trying to create an
2508 IC for it.
2509 (x_window): Call x_create_im.
2510
2e471eb5
GM
25112000-01-04 Gerd Moellmann <gerd@gnu.org>
2512
560a7bd2
GM
2513 * xfns.c (current_gif_memory_src): New variable.
2514 (gif_load): Record the address of the current memory source
2515 in current_gif_memory_src.
2516 (gif_read_from_memory): Use current_gif_memory_src.
2517
f9ee84a3
GM
2518 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
2519 macros statement form.
2520
d1299cde
GM
2521 * sound.c (struct sound): Renamed from struct sound_file.
2522 (struct sound): Add members `data' and `header_size'.
2523 (enum sound_attr): Add SOUND_DATA.
2524 (current_sound, current_sound_device): Variables renamed from
2525 sound_file and sound_device.
2526 (parse_sound): Parse :data.
2527 (parse_sound): Handle sound data in strings.
2528 (find_sound_type): Function renamed from find_sound_file_type.
2529 (wav_init, au_init): Fail if sound's header_size is smaller than
2530 needed header size.
2531 (wav_play, au_play): Play sounds from string data.
2532
2e471eb5
GM
2533 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
2534
2535 * lisp.h: Add prototype for allocate_string_data.
2536
2537 * alloc.c (Fgarbage_collect): Return number of live and free
2538 strings.
2539
2540 * alloc.c (mark_buffer): Remove code in #if 0.
2541 (gc_sweep): Ditto.
2542 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
2543 (strings_consed): New variable.
2544 (allocate_string): Set it.
2545 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
2546 (Fmemory_use_counts): Return strings_consed. Use Flist.
2547
2548 * alloc.c: General cleanup in comments etc. Remove conditional
2549 compilation for `standalone'.
2550
2551 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
2552
2553 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
2554 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
2555 (DONT_COPY_FLAG): Removed.
2556 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
2557 (struct sdata, struct sblock): New
2558 (struct string_block): Rewritten.
2559 (STRINGS_IN_STRING_BLOCK): New macro.
2560 (oldest_sblock, current_sblock, total_strings, total_free_strings)
2561 (large_sblocks, string_blocks, string_free_list): New variables.
2562 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
2563 (init_strings): Rewritten.
2564 (allocate_string, allocate_string_data, compact_small_strings)
2565 (free_large_strings, sweep_strings): New functions.
2566 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
2567 (struct string_block_head, current_string_block)
2568 (first_string_block, large_string_blocks, STRING_FULLSIZE)
2569 (STRING_PAD): Removed.
2570 (make_uninit_multibyte_string, make_pure_string): Rewritten.
2571 (Fgarbage_collect): Don't set mark bit in large strings.
2572 (mark_object): Mark strings differently. Mark symbol names
2573 differently.
2574 (survives_gc_p): Test marked strings differently.
2575 (gc_sweep): Sweep strings differently, unmark strings in
2576 symbol names.
2577 (compact_strings): Removed.
2578
42608ba8
EZ
25792000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
2580
2581 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
2582 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
2583
e0a09e1a
KH
25842000-01-04 Kenichi Handa <handa@etl.go.jp>
2585
dd9f0750
KH
2586 * fileio.c (Finsert_file_contents): Signal error if visiting file
2587 in a non-empty buffer.
2588
3c0f3b15 2589 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 2590
44cd3ae5
GM
25912000-01-03 Gerd Moellmann <gerd@gnu.org>
2592
2593 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
2594 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
2595
2596 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
2597
c182a70f
EZ
25982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2599
2600 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
2601 need to test for MSDOS frames.
2602
24480d5b
EZ
26032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2604
2605 * dosfns.c (unspecified_colors): Remove.
2606 (msdos_stdcolor_idx): Use global variables unspecified_fg and
2607 unspecified_bg.
2608 (msdos_stdcolor_name): Return strings for unspecified fore- and
2609 back-ground colors.
2610
2611 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
aaf2320c 2612 (syms_of_xfaces): Remove their staticpro's.
24480d5b
EZ
2613 (tty_color_name): Return Lisp strings for unspecified fore- and
2614 back-ground colors.
2615 (Finternal_set_lisp_face_attribute): Remove the special treatment
2616 for Qunspecified_{f,b}g.
2617 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
2618 string.
2619
047f434a
GM
26202000-01-03 Gerd Moellmann <gerd@gnu.org>
2621
2622 * xdisp.c (reseat_at_next_visible_line_start): Position before
2623 newline only if ending up on a newline.
2624 (next_element_from_ellipsis): Return success. Handle case of
2625 displaying no ellipsis. Fix case of ellipsis defined in display
2626 table.
2627 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
2628 returns 0.
2629
d684c676
EZ
26302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
2631
2632 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
2633 (Fcolor_supported_p): Renamed from face-color-supported-p.
2634
5fe1d139
EZ
26352000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2636
2637 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
2638 list of colors renamed to tty-defined-color-alist.
2639 (tty_color_name): Pass the frame to tty-color-by-index.
2640 (realize_tty_face): tty-color-alist is now a function which
2641 accepts the frame as argument.
2642
2643 * term.c (Ftty_display_color_p): Accept an optional argument
2644 FRAME.
2645
816be8b8
EZ
26462000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * term.c (insert_glyphs): Pass glyph, not &glyph, to
2649 encode_terminal_code.
2650
b635321e
EZ
26512000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
2652
2653 * dispnew.c (mode_line_string): Support termcap frames as well.
2654
9b784e96
GM
26552000-01-01 Gerd Moellmann <gerd@gnu.org>
2656
27189709
GM
2657 * syntax.c (Fforward_word): Undo previous change.
2658
2659 * editfns.c (Fconstrain_to_field): Don't constrain if
2660 inhibit-field-text-motion is non-nil.
2661 (Fline_beginning_position): Undo previous change.
2662 (Fline_end_position): Ditto.
2663
2664 * syntax.c (Fforward_word): Notice field boundaries only if
2665 inhibit-field-text-motion is nil.
2666
2667 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
2668
2669 * editfns.c (Vinhibit_field_text_motion): New variable.
2670 (inhibit-field-text-motion): New DEFVAR_LISP.
2671 (Fline_beginning_position, Fline_end_position): Notice field
2672 boundaries only if inhibit-field-text-motion is nil.
2673
45158a91
GM
2674 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
2675 All calls adjusted.
2676 (x_build_heuristic_mask): Likewise.
2677 (xbm_load_image_from_file): Change error output.
2678 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
2679 (gif_load, gs_load, x_kill_gs_process): Ditto.
2680
9b784e96
GM
2681 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
2682 color indices when accessing raster pixels.
63cec32f
GM
2683 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
2684 one of :file or :data.
2685 (enum pbm_keyword_index): Add PBM_DATA.
2686 (pbm_format): Add :data.
2687 (pbm_image_p): Allow either :file or :data.
2688 (pbm_read_file): New function.
2689 (pbm_scan_number): Rewritten to read from string.
2690 (pbm_load): Support :data.
9b784e96 2691
5ad6a5fb
GM
26921999-12-31 Gerd Moellmann <gerd@gnu.org>
2693
2694 * xfns.c: New image functions adapted to Emacs conventions.
2695 (png_load, tiff_load, jpeg_load, gif_load): Always GCPRO local
2696 variable `file'.
2697
63448a4d
WP
26981999-12-31 William M. Perry <wmperry@aventail.com>
2699
2700 * xfns.c (jpeg_format): Added the :data keyword
2701 (jpeg_image_p): JPEG is valid with :file _or_ :data
2702 (jpeg_memory_src): Defined new JPEG image source to read from a
2703 memory buffer.
2704 (jpeg_load): Pay attention to the :data keyword if specified.
2705 Instantiates a jpeg_memory_src instead of jpeg_stdio_src if
2706 found.
2707 (png_format): Added the :data keyword
2708 (png_image_p): PNG is valid with :file _or_ :data
2709 (png_read_from_memory): New PNG read function to read from a
2710 memory buffer.
2711 (png_load): Pay attention to the :data keyword if specified. Uses
2712 png_set_read_fn() instead of png_init_io() if specified.
2713 (tiff_format): Added the :data keyword for TIFF images.
2714 (tiff_image_p): TIFF is valid with :file _or_ :data
2715 (tiff_read_from_memory): Defined new TIFF I/O functions to read
2716 from a memory buffer.
2717 (tiff_load): Pay attention to the :data keyword if specified.
2718 Uses TIFFClientOpen() instead of TIFFOpen() if specified.
2719 (gif_format): Added the :data keyword
2720 (gif_image_p): GIF is valid with :file _or_ :data
2721 (gif_read_from_memory): New GIF input function to read from a
2722 memory buffer.
c65d14ee 2723 (gif_load): Pay attention to the :data keyword. Uses DGifOpen()
63448a4d
WP
2724 instead of DGifOpenFileName() if specified.
2725
c880678e
GM
27261999-12-31 Gerd Moellmann <gerd@gnu.org>
2727
2728 * xdisp.c (next_element_from_buffer): Change assertion at the end
2729 because it doesn't hold when there's an overlay string at the end
2730 from which we deliver an image.
2731
8ccb9a54
EZ
27321999-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2733
2734 * msdos.c (IT_update_begin): Don't dereference members of struct
2735 window for deleted windows.
2736
12ce2351
GM
27371999-12-30 Gerd Moellmann <gerd@gnu.org>
2738
a915c648
GM
2739 * abbrev.c (Fexpand_abbrev): If expanding an abbrev which has only
2740 a hook, and the hook has a non-nil `no-self-insert' property, let
2741 the return value of the hook specify whether an expansion took
2742 place. If it returns nil, no expansion has been performed.
2743
12ce2351
GM
2744 * xterm.c (x_make_frame_visible): Wait for frame becoming visible
2745 differently.
2746
04ee4f45
EZ
27471999-12-30 Eli Zaretskii <eliz@is.elta.co.il>
2748
2749 * msdos.c (IT_write_glyphs): Track last changes to struct glyph.
2750
7f4bc0c3
EZ
27511999-12-29 Eli Zaretskii <eliz@is.elta.co.il>
2752
2753 * dispnew.c (mode_line_string): Support MS-DOS frames.
2754
dac204bc
GM
27551999-12-29 Gerd Moellmann <gerd@gnu.org>
2756
2757 * eval.c (syms_of_eval): Initialize debugger_may_continue.
2758
7b712ad8
KH
27591999-12-29 Kenichi Handa <handa@etl.go.jp>
2760
2761 * process.c (read_process_output): Fix the args CHARPOS and LENINS
2762 to signal_after_change.
2763
adb9900f
EZ
27641999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
2765
41ad069b
EZ
2766 * msdos.c (dos_set_window_size) [__DJGPP__ > 1]: If the frame
2767 dimensions changed, invalidate the mouse highlight info.
2768 (disable_mouse_highlight, help_echo, previous_help_echo): New
2769 variables.
2770 (IT_set_mouse_pointer, show_mouse_face, clear_mouse_face)
2771 (fast_find_position, IT_note_mode_line_highlight)
2772 (IT_note_mouse_highlight): New functions.
2773 (IT_update_begin): If the redisplay affects the window where the
2774 mouse highlight is, clear the highlight. If the frame where the
2775 highlight was displayed was killed, invalidate the highlight
2776 info.
2777 (IT_update_end): Reset the highlight flag. Reset the mouse
2778 highlight-defer flag.
2779 (IT_frame_up_to_date): New function, if mouse highlight was
2780 deferred due to GC, do it now.
2781 (internal_terminal_init): Initialize mouse-highlight related
2782 members of the_only_x_display. Assign IT_frame_up_to_date to
2783 frame_up_to_date_hook.
2784 (dos_rawgetc): If the mouse moved, update mouse highlight. If
2785 help_echo changed value, generate a HELP_EVENT event.
2786 (syms_of_msdos): Staticpro help_echo and previous_help_echo.
2787
adb9900f
EZ
2788 * msdos.h (struct display_info): New.
2789 (struct x_output): Add the display_info member.
2790 (FRAME_X_DISPLAY_INFO): New macro.
2791
481b5054
GM
27921999-12-28 Gerd Moellmann <gerd@gnu.org>
2793
2794 * xdisp.c (try_window_id): Compute BEG_UNCHANGED and END_UNCHANGED
2795 if MODIFF > 1.
6448a6b3 2796 (dump_glyph_row): Adapt to changes in struct glyph.
481b5054
GM
2797
2798 * buffer.c (modify_overlay): Always compute unchanged info.
2799
a2882b0d
KH
28001999-12-27 Kenichi Handa <handa@etl.go.jp>
2801
2802 * dispextern.h (FACE_FROM_ID): Cast the arg ID to `unsigned'.
2803
89ba5b5f
KH
28041999-12-27 Kenichi Handa <handa@etl.go.jp>
2805
2806 The following changes are to use more bits for face IDs.
2807
2808 * lisp.h (GLYPH): Defined as `int', not `unsigned int'. Now the
2809 lowest 8 bits are single byte character code, the bits above are
2810 face ID.
481b5054 2811 (GLYPH_MASK_FACE, GLYPH_MASK_CHAR): Adjusted for the change
89ba5b5f 2812 above.
481b5054
GM
2813 (FAST_MAKE_GLYPH, FSST_GLYPH_FACE): Likewise.
2814 (GLYPH_MASK_REV_DIR, GLYPH_MASK_PADDING): Macros deleted.
89ba5b5f
KH
2815
2816 * charset.h (CHAR_BYTES): Use ((1 << CHARACTERBITS) - 1) instead
2817 of GLYPH_MASK_CHAR.
2818
2819 * charset.c (char_bytes): Use ((1 << CHARACTERBITS) - 1) instead
2820 of GLYPH_MASK_CHAR.
2821
2822 * dispextern.h (struct glyph): Make face_id and padding_p the top
2823 level members. Change members in union `u'.
2824 (GLYPH_EQUAL_P): Check also members face_id and padding_p.
2825 (GLYPH_CHAR_AND_FACE_EQUAL_P): New macro.
2826 (SET_CHAR_GLYPH): Adjusted for the change of struct glyph.
2827 (CHAR_GLYPH_PADDING_P): Likewise.
2828 (GLYPH_FROM_CHAR_GLYPH): Likewise. Always return -1 for multibyte
2829 characters.
2830
481b5054 2831 * dispnew.c (line_hash_code, direct_output_for_insert): Adjusted
89ba5b5f
KH
2832 for the change of struct glyph.
2833 (line_draw_cost): Adjusted for the change of
2834 GLYPH_FROM_CHAR_GLYPH.
2835 (count_match): Use macro GLYPH_CHAR_AND_FACE_EQUAL_P.
2836
2837 * term.c (encode_terminal_code): Adjusted for the change of struct
2838 glyph and GLYPH_FROM_CHAR_GLYPH.
481b5054 2839 (write_glyphs, insert_glyphs, append_glyph): Adjusted for the
89ba5b5f
KH
2840 change of struct glyph.
2841
2842 * xdisp.c: All codes adjusted for the change of struct glyph.
2843
2844 * xterm.c: All codes adjusted for the change of struct glyph.
2845
5bcd116c
KH
28461999-12-27 Kenichi Handa <handa@etl.go.jp>
2847
2848 * composite.h (struct composition): Change the order of declaring
2849 members to reduce the byte size of the structure.
2850
f21b06b7
GM
28511999-12-25 Gerd Moellmann <gerd@gnu.org>
2852
2853 * search.c (looking_at_1): Reset immediate_quit before modifying
2854 global data.
2855
e36557c9
KH
28561999-12-24 Kenichi Handa <handa@etl.go.jp>
2857
2858 * process.c (read_process_output): Fix the arg FROM to
2859 update_compositions.
2860
83c8f461 28611999-12-22 Richard M. Stallman <rms@gnu.org>
f7c9e039
RS
2862
2863 * search.c (Freplace_match): For nonliteral replacement in buffer,
2864 construct all the new text first, then insert all at once.
2865
0b863bd9
DL
28661999-12-22 Dave Love <fx@gnu.org>
2867
2868 * xfns.c (Fx_show_tip): Gcpro `timeout' too.
2869
6d8e8ef3
GM
28701999-12-22 Gerd Moellmann <gerd@gnu.org>
2871
28d7281d
GM
2872 * xfns.c (Fx_create_frame): Move x_default_parameter calls that
2873 lead to size changes to after the X window has been created.
2874
e22ef6eb 2875 * xfaces.c (realize_x_face): Don't use uninitialized local
6d8e8ef3
GM
2876 variable in xassert.
2877
8affcced
KH
28781999-12-22 Kenichi Handa <handa@etl.go.jp>
2879
2880 * xfaces.c (face_color_supported_p): Check by tty_defined_color
6d8e8ef3 2881 only when the frame is not for a window system.
8affcced 2882
f2be1146
GM
28831999-12-22 Gerd Moellmann <gerd@gnu.org>
2884
deca1348
GM
2885 * buffer.c (Fset_buffer_multibyte): Arrange for a thorough
2886 redisplay after changing the multibyteness of a buffer.
2887
f2be1146
GM
2888 * xterm.c (XTread_socket): At the beginning of the loop, pass the
2889 frame's X window to XFilterEvent instead of None because that's
2890 the X window for which the IC was created. This makes dead
2891 accents work when the pointer is not in Emacs' frame.
2892 (XTread_socket) <KeyPress>: Don't call XFilterEvent here.
2893
a744a2ec
DL
28941999-12-20 Dave Love <fx@gnu.org>
2895
2896 * xfns.c (Fx_show_tip): Add missing UNGCPRO.
2897
9e6985ed
GM
28981999-12-19 Gerd Moellmann <gerd@gnu.org>
2899
2900 * eval.c (debugger_may_continue): New variable.
2901 (syms_of_eval): Add a DEFVAR_BOOL for it.
2902 (call_debugger): Bind it.
2903
3b620731
EZ
29041999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2905
2906 * msdos.c (IT_set_face): Don't swap face colors when highlight or
2907 fp->tty_reverse_p is set, unless the computed colors are identical
2908 to frame colors. Print both original and computed colors to
2909 termscript file.
2910 (IT_write_glyphs): Track the changes in handling of composite
2911 characters.
2912 (IT_set_frame_parameters): Don't set frame colors from
2913 unspecified-fg and unspecified-bg pseudo-colors.
2914
0f9a51c4
DL
29151999-12-17 Dave Love <fx@gnu.org>
2916
2917 * data.c (Fkeywordp): New function.
2918 (syms_of_data): Install it.
2919
363e4e42
EZ
29201999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2921
2922 * xfaces.c (tty_defined_color): Fix last change.
2923
cfad01b4
GM
29241999-12-15 Gerd Moellmann <gerd@gnu.org>
2925
2926 * xdisp.c (redisplay_window) <optional new window start>: Check
2927 that window start is in [BEGV..ZV].
2928
f9d2fdc4
EZ
29291999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2930
2931 * dispextern.h (FACE_TTY_DEFAULT_FG_COLOR)
2932 (FACE_TTY_DEFAULT_BG_COLOR): New macros.
2933
2934 * xfaces.c (Qunspecified_fg, Qunspecified_bg): New variables.
2935 (syms_of_xfaces): Initialize and staticpro them.
2936 (tty_defined_color): If the color name is unspecified-fg or
2937 unspecified-bg, return FACE_TTY_DEFAULT_FG_COLOR and
2938 FACE_TTY_DEFAULT_BG_COLOR, respectively, as the pixel value.
2939 (tty_color_name): If the color pixel value is either
2940 FACE_TTY_DEFAULT_FG_COLOR or FACE_TTY_DEFAULT_BG_COLOR, return
2941 Qunspecified_fg or Qunspecified_bg, respectively.
2942 (Finternal_set_lisp_face_attribute): Allow values Qunspecified_fg
2943 and Qunspecified_bg for foreground and background colors.
2944 (realize_default_face): If the foreground and background colors
2945 are not specified, default to Qunspecified_fg and Qunspecified_bg.
2946 (realize_tty_face): By default, set the face colors to
2947 FACE_TTY_DEFAULT_FG_COLOR and FACE_TTY_DEFAULT_BG_COLOR.
2948 [MSDOS]: Handle FACE_TTY_DEFAULT_FG_COLOR and
2949 FACE_TTY_DEFAULT_BG_COLOR when face colors are not defined.
2950 Reverse the colors if the default colors were reversed.
2951
2952 * dispnew.c (init_display): Initialize the frame pixels of the
2953 initial frame to FACE_TTY_DEFAULT_FG_COLOR and
2954 FACE_TTY_DEFAULT_BG_COLOR.
2955
2956 * term.c (turn_on_face): If the default fore- and background
2957 colors are reversed, enter inverse video mode. Don't send color
2958 escape sequences for unspecified foreground and background colors.
2959 (turn_off_face): Handle unspecified-fg and unspecified-bg colors.
2960
2961 * dosfns.c (unspecified_colors): New variable.
2962 (msdos_stdcolor_idx): Handle unspecified-fg and unspecified-bg
2963 color names, return FACE_TTY_DEFAULT_FG_COLOR and
2964 FACE_TTY_DEFAULT_BG_COLOR, respectively.
2965 (msdos_stdcolor_name): Handle FACE_TTY_DEFAULT_FG_COLOR and
2966 FACE_TTY_DEFAULT_BG_COLOR, return Qunspecified_fg and
2967 Qunspecified_bg, respectively.
2968
2969 * msdos.c (IT_set_face): Support FACE_TTY_DEFAULT_FG_COLOR and
2970 FACE_TTY_DEFAULT_BG_COLOR as pixel values.
2971
e19539f1
KH
29721999-12-15 Kenichi Handa <handa@etl.go.jp>
2973
2974 * coding.c (code_convert_region): Fix the secoding arg to
2975 update_compositions.
2976
5ec14d3c
KH
29771999-12-15 Kenichi Handa <handa@etl.go.jp>
2978
2979 The following changes are for the new composition mechanism. We
2980 have deleted `composition' charset and composite characters,
2981 instead introduced a special text property `composition'.
2982
2983 * Makefile.in (INTERVAL_SRC): Include composite.h.
2984 (INTERVAL_OBJ): Include composite.o.
2985 (SOME_MACHINE_OBJECTS): Include composite.o.
2986 (casefiddle.o) (dispnew.o) (indent.o) (process.o) (search.o)
2987 (syntax.o) (window.o) (xdisp.o) (xfaces.o) (xterm.o) (print.o):
2988 Depend on composite.h.
2989 (doc.o): Depend on charset.h.
2990 (keyboard.o) (textprop.o) (intervals.o): Depend on INTERVAL_SRC.
2991 (composite.o): New target.
2992
2993 * alloc.c (Fmake_string): Adjusted for the change of CHAR_STRING.
2994
2995 * callproc.c (Fcall_process): Call code_convert_string to encode
2996 arguments. Use CODING_REQUIRE_DECODING to check if the process
2997 output should be decoded.
2998
2999 * casefiddle.c: Include composite.h.
3000 (casify_object): Use MAX_MULTIBYTE_LENGTH to allocate memory for a
3001 multibyte character. Adjusted for the change of CHAR_STRING.
3002 (casify_region): Likewise. Call update_compositions.
3003
3004 * category.h (CATEGORY_SET): Delete codes for a composite
3005 character.
3006
3007 * category.c (word_boundary_p): Delete codes for a composite
3008 character.
3009 (Fmake_category_table): New function.
3010 (syms_of_category): Defsubr it.
3011
3012 * ccl.c (CCL_WRITE_CHAR): Adjusted for the change of CHAR_STRING.
3013 (ccl_driver): Delete codes for a composite character.
3014
3015 * charset.h: In this entry, just `Modified' means that codes for a
3016 composite character is deleted.
3017 (LEADING_CODE_COMPOSITION) (CHARSET_COMPOSITION)
3018 (charset_composition) (MIN_CHAR_COMPOSITION)
3019 (MAX_CHAR_COMPOSITION) (GENERIC_COMPOSITION_CHAR)
3020 (COMPOSITE_CHAR_P) (MAKE_COMPOSITE_CHAR) (COMPOSITE_CHAR_ID)
3021 (PARSE_COMPOSITE_SEQ) (PARSE_CHARACTER_SEQ): Deleted.
3022 (MAX_CHAR) (CHARSET_VALID_P) (CHARSET_DEFINED_P) (CHARSET_AT)
3023 (FIRST_CHARSET_AT) (SAME_CHARSET_P) (MAKE_NON_ASCII_CHAR)
3024 (PARSE_MULTIBYTE_SEQ) (SPLIT_NON_ASCII_CHAR) (CHAR_PRINTABLE_P):
3025 Modified.
3026 (SPLIT_STRING): Call split_string, not split_non_ascii_string.
3027 (CHAR_STRING): Delete WORKBUF argument. Call char_string, not
3028 non_ascii_char_to_string.
3029 (STRING_CHAR): Call string_to_char, not string_to_non_ascii_char.
3030 (STRING_CHAR_AND_LENGTH): Likewise.
3031 (FETCH_CHAR_ADVANCE): New macro.
3032 (MAX_COMPONENT_COUNT) (struct cmpchar_info): Deleted.
3033 (MAX_MULTIBYTE_LENGTH): New macro.
3034 (MAX_LENGTH_OF_MULTI_BYTE_FORM): Deleted.
3035 (find_charset_in_str): Argument adjusted.
3036 (CHAR_LEN): Modified.
3037
3038 * charset.c: In this entry, just `Modified' means that codes for a
3039 composite character is deleted.
3040 (Qcomposition) (leading_code_composition)
3041 (charset_composition) (min_composite_char) (cmpchar_table)
3042 (cmpchar_table_size) (n_cmpchars): Deleted.
3043 (SPLIT_COMPOSITE_SEQ): Deleted.
3044 (SPLIT_MULTIBYTE_SEQ): Modified.
3045 (char_to_string): Renamed from non_ascii_char_to_string.
3046 Modified.
3047 (string_to_char): Renamed from string_to_non_ascii_char.
3048 (split_string): Renamed from split_non_ascii_string.
3049 (char_printable_p) (Fsplit_char)
3050 (Ffind_charset_region) (Ffind_charset_string) (char_valid_p)
3051 (char_bytes) (Fchar_width) (strwidth): Modified.
3052 (find_charset_in_str): Argument CMPCHARP deleted. Modified.
3053 (Fstring): Adjusted for the change of CHAR_STRING. Modified.
3054 (hash_string) (CMPCHAR_HASH_TABLE_SIZE) (cmpchar_hash_table)
3055 (CMPCHAR_HASH_SIZE) (CMPCHAR_HASH_USED) (CMPCHAR_HASH_CMPCHAR_ID)
3056 (str_cmpchar_id) (cmpchar_component) (Fcmpcharp)
3057 (Fcmpchar_component) (Fcmpchar_cmp_rule) (Fcmpchar_cmp_rule_p)
3058 (Fcmpchar_cmp_count): Deleted.
3059 (Fcompose_string): Implemented by Emacs Lisp in composite.el.
3060 (init_charset_once): Modified.
3061 (syms_of_charset): Modified.
3062
3063 * cmds.c (internal_self_insert): Adjusted for the change of
3064 CHAR_STRING.
3065
3066 * coding.h (emacs_code_class_type): Delete the member
3067 EMACS_leading_code_composition.
3068 (COMPOSING_NO) (COMPOSING_WITH_RULE_HEAD) (COMPOSING_NO_RULE_HEAD)
3069 (COMPOSING_WITH_RULE_TAIL) (COMPOSING_NO_RULE_TAIL)
3070 (COMPOSING_WITH_RULE_RULE) (COMPOSING_HEAD_P)
3071 (COMPOSING_WITH_RULE_P): Macros deleted.
3072 (COMPOSITION_DATA_SIZE) (COMPOSITION_DATA_MAX_BUNCH_LENGTH): New
3073 macros.
3074 (struct composition_data): New structure.
3075 (CODING_FINISH_INSUFFICIENT_CMP): New macro.
3076 (struct coding_system): New members composition_rule_follows,
3077 cmp_data, cmp_data_start, cmp_data_index.
3078 (coding_save_composition) (coding_free_composition_data)
3079 (coding_adjust_composition_offset): Extern them.
3080
3081 * coding.c: Include composite.h.
3082 (DECODE_CHARACTER_ASCII): Don't handle composition here.
3083 (DECODE_CHARACTER_DIMENSION1): Likewise. Don't check the validity
3084 of multibyte code here.
3085 (DECODE_CHARACTER_DIMENSION2): Likewise.
3086 (detect_coding_emacs_mule): Change the case label from
3087 EMACS_leading_code_composition to 0x80.
3088 (detect_coding_iso2022): Handle new composition sequence.
3089 (DECODE_ISO_CHARACTER): Likewise.
3090 (check_composing_code): Deleted.
3091 (coding_allocate_composition_data): New function.
3092 (CODING_ADD_COMPOSITION_START) (CODING_ADD_COMPOSITION_END)
3093 (CODING_ADD_COMPOSITION_COMPONENT) (DECODE_COMPOSITION_START)
3094 (DECODE_COMPOSITION_END) (DECODE_COMPOSITION_RULE): New macros.
3095 (decode_coding_iso2022): Handle new composition sequence.
3096 (ENCODE_ISO_CHARACTER): Don't check composition here.
3097 (ENCODE_COMPOSITION_RULE) (ENCODE_COMPOSITION_START): New macros.
3098 (ENCODE_COMPOSITION_NO_RULE_START)
3099 (ENCODE_COMPOSITION_WITH_RULE_START): Deleted.
3100 (ENCODE_COMPOSITION_END): Handle new composition sequence.
3101 (ENCODE_COMPOSITION_FAKE_START): New macro.
3102 (encode_coding_iso2022): Handle new composition sequence.
3103 (ENCODE_SJIS_BIG5_CHARACTER): Delete superfluous `;' at the tail.
3104 (encode_coding_sjis_big5): Ignore composition.
3105 (setup_coding_system): Initialize new members of struct
3106 coding_system. Enable composition only when the coding system has
3107 `composition' property t.
3108 (coding_free_composition_data) (coding_adjust_composition_offset)
3109 (coding_save_composition) (coding_restore_composition): New
3110 functions.
3111 (code_convert_region): Call coding_save_composition for encoding
3112 and coding_allocate_composition_data for decoding. Don't skip
3113 ASCII characters if we handle composition on encoding. Call
3114 signal_after_change with Check_BORDER.
3115 (code_convert_string): Call coding_save_composition for encoding
3116 and coding_allocate_composition_data for decoding. Don't skip
3117 ASCII characters if we handle composition on encoding.
3118 (code_convert_string1): Set Vlast_coding_system_used after calling
3119 code_convert_string.
3120 (code_convert_string_norecord): Disable composition.
3121 (Fset_terminal_coding_system_internal): Likewise.
3122 (Fset_safe_terminal_coding_system_internal): Likewise.
3123 (Fset_keyboard_coding_system_internal): Likewise.
3124 (init_coding_once): Set emacs_code_class[0x80] to
3125 EMACS_invalid_code.
3126
3127 * composite.h: New file.
3128
3129 * composite.c: New file.
3130
3131 * data.c (Faref): Delete codes for a composite character..
3132 (Faset): Likewise. Adjusted for the change of CHAR_STRING.
3133
3134 * dispextern.h (enum glyph_type): New member COMPOSITE_GLYPH.
3135 (struct glyph): Add new sub-structure cmp to the union `u'.
3136 (enum display_element_type): New member IT_COMPOSITION.
3137 (enum prop_idx): New member COMPOSITION_PROP_IDX.
3138 (struct it): New members cmp_id, cmp_len.
3139
3140 * dispnew.c (direct_output_forward_char): Check point moving into
3141 or out of a composition. If so, give up direct method.
3142
3143 * doprnt.c (doprnt1): Adjusted for the change of CHAR_STRING.
3144
3145 * editfns.c (Fchar_to_string): Adjusted for the change of
3146 CHAR_STRING.
3147 (general_insert_function): Likewise.
3148 (Finsert_char): Likewise.
3149 (Fsubst_char_in_region): Likewise. Call update_compositions.
3150 (Ftranslate_region): Call update_compositions.
3151 (Ftranspose_regions): Call update_compositions.
3152
3153 * emacs.c (main): Call syms_of_composite.
3154
3155 * fileio.c (Fsubstitute_in_file_name): Adjusted for the change of
3156 CHAR_STRING.
3157 (Finsert_file_contents): Set Vlast_coding_system_used before
3158 calling signal_after_change. Call update_compositions if some
3159 texts are inserted..
3160 (Fwrite_region): Adjusted for the change of a_write and e_write.
3161 (a_write): Argument changed. Work based on character position,
3162 not byte position.
3163 (e_write): Argument changed. Handle new way of composition.
3164
3165 * fns.c (Flength): The length of char-table is MAX_CHAR.
3166 (concat): Adjusted for the change of CHAR_STRING.
3167 (Ffillarray): Adjusted for the change of CHAR_STRING.
3168 (Fset_char_table_default): Delete codes for a composite character.
3169 (hash_put): Return hash index.
3170
3171 * fontset.h (struct font_info): New member vertical_centering.
3172 (Vvertical_centering_font_regexp): Extern it.
3173
3174 * fontset.c (Vvertical_centering_font_regexp): New variable.
3175 (syms_of_fontset): Declare it as a Lisp variable and initialize.
3176 Set Vignore_relative_composition to nil.
3177 (fs_load_font): Initialize `vertical_centering' of struct
3178 font_info.
3179
3180 * indent.c (check_composition): New function.
3181 (MULTIBYTE_BYTES_WIDTH): Call STRING_CHAR_AND_LENGTH with
3182 MAX_MULTIBYTE_LENGTH, not MAX_LENGTH_OF_MULTI_BYTE_FORM.
3183 (current_column_1): Handle new way of composition.
3184 (Fmove_to_column): Likewise.
3185 (compute_motion): Likewise.
3186
3187 * insdel.c (copy_text): Adjusted for the change of CHAR_STRING.
3188 (insert_char): Likewise.
3189 (insert): Call update_compositions.
3190 (insert_and_inherit): Likewise.
3191 (insert_before_markers): Likewise.
3192 (insert_before_markers_and_inherit): Likewise.
3193 (insert_from_string): Likewise.
3194 (insert_from_string_before_markers): Likewise.
3195 (insert_from_buffer): Likewise.
3196 (replace_range): Likewise.
3197 (count_combining_composition): Deleted.
3198 (count_combining_before): Delete codes for a composite character.
3199 (count_combining_after): Likewise.
3200 (del_range_1): Call update_compositions.
3201 (del_range_byte): Likewise.
3202 (del_range_both): Likewise.
3203 (Fcombine_after_change_execute): Likewise.
3204
3205 * intervals.h: Include composite.h.
3206 (get_property_and_range): Extern it.
3207 (Vtext_property_default_nonsticky): Extern it.
3208
3209 * intervals.c (adjust_intervals_for_insertion): To check stickines
3210 of properties, pay attention to text-property-default-nonsticky.
3211 (merge_properties_sticky): Likewise.
3212 (get_property_and_range): New function.
3213
3214 * keyboard.c (Vdisable_point_adjustment): New variable.
3215 (Vglobal_disable_point_adjustment): New variable.
3216 (syms_of_keyboard): Declare them as Lisp variables.
3217 (command_loop_1): Check them and call adjust_point_for_property if
3218 necessary.
3219 (adjust_point_for_property): New function.
3220
3221 * keymap.c (push_key_description): Adjusted for the change of
3222 CHAR_STRING.
3223 (Ftext_char_description): Likewise.
3224
3225 * lisp.h (QCtest, QCweakness, Qequal): Extern them.
3226 (hash_put): Adjusted for the change of the definition.
3227 (signal_after_change): Likewise.
3228 (check_point_in_composition): Extern it.
3229
3230 * lread.c (readchar): Adjusted for the change of CHAR_STRING.
3231 Delete a code that handles an invalid too-long multibyte sequence
3232 because we are now sure that we never encounter with such a
3233 sequence.
3234 (read_multibyte): Use macro MAX_MULTIBYTE_LENGTH, not
3235 MAX_LENGTH_OF_MULTI_BYTE_FORM.
3236 (init_obarray): Likewise.
3237 (read1): Likewise. Adjusted for the change of CHAR_STRING.
3238
3239 * print.c (printchar): Adjusted for the change of CHAR_STRING.
3240
3241 * process.c: Include composite.h.
3242 (read_process_output): Call update_compositions.
3243
3244 * regex.c (regex_compile): Adjusted for the change of CHAR_STRING.
3245
3246 * search.c (search_buffer): Adjusted for the change of CHAR_STRING.
3247
3248 * syntax.h (SYNTAX_ENTRY_INT): Delete codes for a composite
3249 character.
3250
3251 * term.c (encode_terminal_code): Delete codes for a composite
3252 character. Adjusted for the change of CHAR_STRING.
3253 (produce_glyphs): When called, it->what can be IT_COMPOSITION.
3254 Delete codes for a composite character.
3255
3256 * textprop.c (Vtext_property_default_nonsticky): New variable
3257 (syms_of_textprop): Declare it as a Lisp variable.
3258
3259 * window.c (Frecenter): Clear all caches of compositions.
3260
3261 * xdisp.c (it_props): Add an entry for composition.
3262 (face_before_or_after_it_pos): For composition, check face of a
3263 character after the composition.
3264 (handle_composition_prop): New function.
3265 (get_next_display_element): Adjusted for the change of
3266 CHAR_STRING.
3267 (set_iterator_to_next): Handle the case that it->method ==
3268 next_element_from_composition.
3269 (next_element_from_composition): New function.
3270 (message_dolog): Adjusted for the change of CHAR_STRING.
3271 (set_message_1): Likewise.
3272 (check_point_in_composition): New function.
3273 (reconsider_clip_changes): If point moved into or out of
3274 composition, set b->clip_changed to 1 to force updating of the
3275 screen.
3276 (disp_char_vector): Delete codes for a composite character.
3277 (decode_mode_spec_coding): Adjusted for the change of CHAR_STRING.
3278
3279 * xfaces.c (choose_face_fontset_font): Delete codes for a
3280 composite character.
3281 (realize_x_face): Likewise. Change a place to set local variable
3282 `f' to avoid a bug of GCC 2.8.1 on Solaris.
3283
3284 * xfns.c: Include intervals.h.
3285 (syms_of_xfns): Make `display' property nonsticky by default.
3286
3287 * xselect.c (lisp_data_to_selection_data): Adjusted for the change
3288 for find_charset_in_str.
3289
3290 * xterm.h (struct x_output): Change member font_baseline to
3291 baseline_offset.
3292
3293 * xterm.c (x_append_glyph): Setup members of struct glyph properly
3294 for composition.
3295 (x_append_composite_glyph): New function.
3296 (VCENTER_BASELINE_OFFSET): New macro.
3297 (x_produce_glyphs): If it->what == IT_COMPOSITION, setup members
3298 of struct it for the composition. Cache pixel offsets in the
3299 struct composition. Delete codes for a composite character.
3300 Handle Vignore_relative_composition in composition code.
3301 (struct glyph_string): Delete member cmpcharp, add new member cmp.
3302 (x_set_cursor_gc): Check s->cmp, not s->cmpcharp.
3303 (x_compute_glyph_string_overhangs): Likewise.
3304 (x_get_glyph_overhangs): Delete codes for a composite character.
3305 (x_right_overwritten): Check s->cmp, not s->cmpcharp.
3306 (x_draw_glyph_string_background): Likewise. Delete codes for
3307 checking s->gidx for a composition.
3308 (x_draw_glyph_string_foreground): Delete code for a composite
3309 character.
3310 (x_draw_composite_glyph_string_foreground): New function.
3311 (x_draw_glyph_string_box): Check s->cmp, not s->cmpcharp.
3312 (x_draw_glyph_string): Handle the case of COMPOSITE_GLYPH.
3313 (struct work): Deleted.
3314 (x_fill_composite_glyph_string): Argument changed. Mostly
3315 rewritten for that.
3316 (x_fill_glyph_string): Don't check CHARSET_COMPOSITION.
3317 (BUILD_CHAR_GLYPH_STRINGS): Don't handle composition here.
3318 (BUILD_COMPOSITE_GLYPH_STRING): New macro.
3319 (BUILD_GLYPH_STRINGS): For composition, call
3320 BUILD_COMPOSITE_GLYPH_STRING.
3321 (x_new_font): Initialize f->output_data.x->baseline_offset, not
3322 f->output_data.x->font_baseline.
3323
c3c60f13
GM
33241999-12-14 Gerd Moellmann <gerd@gnu.org>
3325
3326 * xterm.c (show_mouse_face): Don't use updated_area, use
3327 TEXT_AREA.
3328
83c8f461 33291999-12-12 Richard M. Stallman <rms@gnu.org>
c838eb57
RS
3330
3331 * minibuf.c (Fall_completions): Doc fix.
3332
83c8f461 33331999-12-12 Richard M. Stallman <rms@gnu.org>
c838eb57
RS
3334
3335 * macros.c (Fstart_kbd_macro): Handle case where last-kbd-macro
3336 has been changed by the Lisp code.
3337
d8eccf12
GM
33381999-12-12 Gerd Moellmann <gerd@gnu.org>
3339
3340 * xfns.c: Indentation fixes.
3341
ae56feae
SM
33421999-12-10 Stefan Monnier <monnier@cs.yale.edu>
3343
3344 * xterm.c (x_initialize): Only setup xaw3d_* if they've been declared.
3345
dfa1c6ae
GM
33461999-12-10 Gerd Moellmann <gerd@gnu.org>
3347
3348 * frame.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)
3349 [!MSDOS && !WINDOWSNT && !macintosh]: Moved here from xterm.h.
3350
3351 * xterm.h (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL): Moved
3352 to frame.h.
3353
ec18280f
SM
33541999-12-09 Stefan Monnier <monnier@cs.yale.edu>
3355
3356 * keyboard.c (Qratio): New symbol.
3357 (scroll_bar_parts): Add `Qratio' to it.
3358 (syms_of_keyboard): Init `Qratio'.
3359 * termhooks.h (scroll_bar_part): Add `scroll_bar_move_ratio'.
3360 * xterm.c (#includes): Allow compilation with only Xaw.
3361 (xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
3362 (xt_action_hook): Replace XAW3D by XAW.
3363 (xaw3d_jump_callback): Renamed to xaw_jump_callback.
3364 (xaw_jump_callback): Renamed from xaw3d_jump_callback.
3365 Determine epsilon dynamically and don't try to be too clever.
3366 (xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
3367 (xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
3368 Handle both Xaw3d with arrow-scrollbars and with Xaw-style
3369 scrollbar (using `ratio').
3370 (x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
3371 scrollbar we have so as to set it up more optimally and to fix
3372 xaw3d_arrow_scroll and xaw3d_pick_top.
3373 (x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
3374 bottom of the Xaw3d scrollbar, to work around its tendency to refuse
3375 shrinking the thumb. Also make sure that `XawScrollbarSetThumb'
3376 is not ignored, using a major gross hack.
3377 (x_initialize): Init default values for xaw3d_arrow_scroll and
3378 xaw3d_pick_top.
3379
83b6d970
DL
33801999-12-09 Dave Love <fx@gnu.org>
3381
3382 * frame.h: (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.
3383
3648c842
GM
33841999-12-08 Gerd Moellmann <gerd@gnu.org>
3385
3386 * eval.c: Remove conditional compilation on `standalone'.
3387 (call_debugger): When entering the debugger while redisplaying,
3388 reset redisplaying_p, and go back to the top-level if the debugger
3389 returns.
3390
05e71564
GM
33911999-12-07 Gerd Moellmann <gerd@gnu.org>
3392
3393 * xfaces.c (x_set_menu_resources_from_menu_face): Make sure
3394 basic faces are realized before trying to use face `menu'.
3395
3396 * window.c (delete_window): Block input for the time window
3397 matrices are being changed.
3398
b46cd536
DL
33991999-12-07 Dave Love <fx@gnu.org>
3400
3401 * lread.c (Fintern_soft): Fix newlines in doc string.
3402
96acb1f7
GM
34031999-12-07 Alexandre Oliva <oliva@dcc.unicamp.br>
3404
3405 * unexelf.c: Include <syms.h>, not <sym.h> on IRIX. Removed
3406 duplicate definition of ElfW.
3407 (find_section): Copied from unexsgi.c.
3408 (unexec): Use find_section. Adjust whitespace. Initialize
3409 new_data2_offset based on old_data, not sbss (this fixes a bug on
3410 IRIX6). Change #ifdef __mips to __sgi, since it's IRIX-specific.
3411 Adjust test for presence of .mdebug section to the new return
3412 value of find_section.
3413
34141999-12-07 Gerd Moellmann <gerd@gnu.org>
3415
3416 * unexelf.c: Merge changes from 20.5.
3417 (unexec): Handle .lit4 and .lit8 unconditionally.
3418
3419 * m/iris4d.h (UNEXEC) [USG5_4]: Use unexelf.o instead of
3420 unexsgi.o again.
3421
3422 * m/iris5d.h (UNEXEC): Likewise.
3423
7dae4502
SM
34241999-12-06 Stefan Monnier <monnier@cs.yale.edu>
3425
3426 * editfns.c (Fdelete_and_extract_region): New function.
05e71564
GM
3427 (syms_of_editfns): Register it.
3428 * insdel.c (del_range): Update del_range_1 call.
7dae4502
SM
3429 (del_range_1, del_range_2): Add a ret_string argument to
3430 request that the deleted text be returned.
3431 (del_range_byte, del_range_both): Update del_range_2 call.
05e71564 3432 * lisp.h (del_range_1, del_range_2): Change prototype
7dae4502
SM
3433 * casefiddle.c (casify_region): Update del_range_1 call.
3434 * coding.c (code_convert_region): Update del_range_2 call.
3435 * fileio.c (Finsert_file_contents): Update del_range_2 call.
3436
397e4fae
GM
34371999-12-06 Gerd Moellmann <gerd@gnu.org>
3438
3439 * xfaces.c (set_lface_from_font_name): Fix incomplete merge.
3440
3d973f71
GM
34411999-12-04 Hrvoje Niksic <hniksic@iskon.hr>
3442
3443 * lread.c (Fintern_soft): Accept a symbol argument.
3444
740e985f
EZ
34451999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3446
3447 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 40000.
809f3d51
EZ
3448
3449 * insdel.c (adjust_markers_for_delete): Fix last change.
3450
2d764c78
EZ
34511999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
3452
3453 Changes for automatic remapping of X colors on terminal frames:
3454
3455 * xfaces.c (XColor) [!HAVE_X_WINDOWS]: Provide a typedef for non-X
3456 frames.
3457 (Vface_tty_color_alist): Remove.
3458 (tty_defined_color): New function.
3459 (defined_color): Rewrite to support any type of frame.
3460 (tty_color_name): New function.
3461 (face_color_supported_p, Fface_color_gray_p,
3462 Fface_color_supported_p): Support non-X frames.
3463 (load_color): Enclose the color name in quotes, in the log
3464 messages. Remove DOS-specific version of load_color.
3465 (realize_tty_face): Take the supported colors from
3466 tty-color-alist. Support translation of X colors to the closest
3467 tty color, for both MSDOS and tty frames.
3468 [MSDOS]: Don't invert face colors if they were taken from the
3469 frame colors.
3470 (Fface_register_tty_color, Fface_clear_tty_colors): Remove.
3471
3472 * frame.h (struct x_output) [!MSDOS, !WINDOWSNT, !HAVE_X_WINDOWS]:
3473 Define a mostly empty surrogate.
3474 (tty_display): Declare.
3475
3476 * frame.c (make_terminal_frame) [!macintosh]: Don't use
3477 tty_display.
3478 (Fframe_parameters): Don't invert colors of non-FRAME_WINDOW_P
3479 frames when the frame's param_alist includes 'reverse.
3480 (tty_display): Define.
3481 (make_terminal_frame) [!MSDOS]: Assign &tty_display to the
3482 output_data.x member.
3483 (Fframe_parameters): Return foreground and background color names
3484 on tty frames as well, in addition to MSDOS frames.
3485
3486 * msdos.h (DisplayWidth, DisplayHeight): Changes for Lisp_Object
3487 selected_frame.
3488 (struct x_output): Remove unused members; document who uses each
3489 member.
3490 (FRAME_PARAM_FACES, FRAME_N_PARAM_FACES, FRAME_DEFAULT_PARAM_FACE,
3491 FRAME_MODE_LINE_PARAM_FACE, FRAME_COMPUTED_FACES,
3492 FRAME_N_COMPUTED_FACES, FRAME_SIZE_COMPUTED_FACES,
3493 FRAME_DEFAULT_FACE, FRAME_MODE_LINE_FACE, unload_color): Remove
3494 unused macro definintions.
3495
3496 * msdos.c (IT_set_frame_parameters): Don't call
3497 recompute_basic_faces, the next redisplay will, anyway.
3498 (x_current_display): Remove unused variable.
3499 Many functions: changes for Lisp_object selected_frame.
3500 (IT_set_face): If the tty_reverse_p flag is set for the face,
3501 reverse the foreground and background colors.
3502 (Fmsdos_remember_default_colors): New function.
3503 (syms_of_msdos): Defsubr it.
3504 (IT_set_frame_parameters): Use initial_screen_colors[] when
3505 creating a new frame. If the frame parameters include 'reverse,
3506 swap the foreground and background colors.
3507 (internal_terminal_init): Initialize initial_screen_colors to -1.
3508 (syms_of_msdos): Add DEFVAR_BOOL for x-stretch-cursor, to shut up
3509 cus-start.el.
3510
3511 * Makefile.in (lisp, shortlisp): Add lisp/term/tty-colors.elc.
3512
3513 * xfns.c (x_defined_color): Rename from defined_color. All
3514 callers changed.
3515 (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
3516 all callers changed.
3517 (Fxw_color_values): Renamed from Fx_color_values; all callers
3518 changed.
3519 (Fxw_display_color_p): Renamed from Fx_display_color_p; all
3520 callers changed.
3521 (x_window_to_frame, x_any_window_to_frame,
3522 x_non_menubar_window_to_frame, x_menubar_window_to_frame,
3523 x_top_window_to_frame): Use !FRAME_X_P instead of
3524 f->output_data.nothing.
3525 * xterm.h (x_defined_color): Rename from defined_color.
3526
3527 * w32fns.c (x_window_to_frame): Use FRAME_W32_P instead of
3528 f->output_data.nothing.
3529 (Fxw_color_defined_p): Renamed from Fx_color_defined_p;
3530 all callers changed.
3531 (Fxw_color_values): Renamed from Fx_color_values; all callers
3532 changed.
3533 (Fxw_display_color_p): Renamed from Fx_display_color_p; all
3534 callers changed.
3535
3536 * dispextern.h (tty_color_name): Add prototype.
3537
3538 * xmenu.c (menubar_id_to_frame): Use FRAME_WINDOW_P instead of
3539 f->output_data.nothing.
3540 * w32menu.c (menubar_id_to_frame): Likewise.
3541 * w32term.h (w32_output): Declare.
3542
3543 * dosfns.c (Qmsdos_color_translate): Remove.
3544 (msdos_stdcolor_name): Now returns a Lisp_Object.
3545 * dosfns.h (Qmsdos_color_translate): Remove.
3546
3547 * s/msdos.h (INTERNAL_TERMINAL): Add entries for color support.
3548
b3e5232e
KH
35491999-12-06 Kenichi Handa <handa@etl.go.jp>
3550
3551 * fileio.c (decide_coding_unwind): Renamed from
3552 set_auto_coding_unwind.
3553 (Finsert_file_contents): Make single unwind protect to call both
3554 Vset_auto_coding_function and Ffind_operation_coding_system.
3555
3556 * insdel.c (adjust_markers_for_delete): Make it non-static.
3557
db0e466c
SM
35581999-12-04 Stefan Monnier <monnier@cs.yale.edu>
3559
3560 * regex.c (regex_compile): Recognize *?, +? and ?? as non-greedy
3561 operators and handle them properly.
3562 * regex.h (RE_ALL_GREEDY): New option.
3563 (RE_UNMATCHED_RIGHT_PAREN_ORD): Moved to the end where alphabetic
3564 sorting would put it.
3565 (RE_SYNTAX_AWK, RE_SYNTAX_GREP, RE_SYNTAX_EGREP)
3566 (_RE_SYNTAX_POSIX_COMMON): Use the new option to keep old behavior.
3567
22afa6e8
DL
35681999-12-04 Dave Love <d.love@dl.ac.uk>
3569
3570 * m/arm.h: New file.
3571
40afb967
DL
35721999-12-03 Dave Love <fx@gnu.org>
3573
3574 * editfns.c (Fmessage_or_box): Use use_dialog_box.
3575
ddf8eff5
GM
35761999-12-02 Gerd Moellmann <gerd@gnu.org>
3577
3578 * s/usg5-4.h (LIBS_SYSTEM): Add -lgen because that's needed
3579 for building with Motif.
3580
3581 * m/iris4d.h (UNEXEC) [USG5_4]: Use unexsgi.o instead of
3582 unexelf.o.
3583
3584 * m/iris5d.h (UNEXEC): Use unexsgi.o instead of unexelf.o.
3585
fa09a82d
DL
35861999-12-01 Dave Love <fx@gnu.org>
3587
3588 * emacs.c (main): Set LANG=C iff AX3_2 defined.
3589
ddf8eff5
GM
35901999-11-28 Gerd Moellmann <gerd@gnu.org>
3591
3592 * systime.h (EMACS_TIME_CMP, EMACS_TIME_EQ, EMACS_TIME_NE)
3593 (EMACS_TIME_GT, EMACS_TIME_GE, EMACS_TIME_LT,EMACS_TIME_LE): New
3594 macros.
3595
3596 * config.in (HAVE_SETITIMER, HAVE_UALARM): New.
3597
fa09a82d
DL
35981999-11-28 eliz <eliz@dlpx1>
3599
3600 * emacs.c (synchronize_locale): Avoid compiler warnings about
3601 pointer type mismatch.
3602
f9632fc8
GM
36031999-11-28 Gerd Moellmann <gerd@gnu.org>
3604
717d0121
GM
3605 * window.c (Fwindow_end): Don't call temp_set_pt_both with
3606 out of range position.
3607
f9632fc8
GM
3608 * xterm.c (XTread_socket) <ClientMessage, Xatom_Scrollbar>:
3609 Switch off busy-cursor by setting inhibit_busy_cursor to 2.
3610
59c65f1e
EZ
36111999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3612
613a8346
EZ
3613 * charset.c (Fmake_char_internal): Print the charset ID when
3614 signalling an error.
3615
59c65f1e
EZ
3616 * emacs.c (synchronize_locale): Avoid compiler warnings about
3617 pointer type mismatch.
3618
83c8f461 36191999-11-26 Richard M. Stallman <rms@gnu.org>
d01f3570
RS
3620
3621 * editfns.c (Fdelete_field): Make it noninteractive. Return nil.
3622
18df9369
GM
36231999-11-26 Gerd Moellmann <gerd@gnu.org>
3624
65a3ccf7
GM
3625 * puresize.h (BASE_PURESIZE): Increase to 550000.
3626
b3b98592
GM
3627 * textprop.c (set_text_properties): New function. Like
3628 Fset_text_properties, but with additional parameter
3629 SIGNAL_AFTER_CHANGE_P. If that is nil, don't signal after
3630 changes.
3631 (Fset_text_properties): Use it.
3632
3633 * insdel.c (insert_1_both): Call set_text_properties with last
3634 parameter nil so that no after changes will be signaled.
3635
3636 * lisp.h: Add prototype for set_text_properties.
3637
18df9369
GM
3638 * xfaces.c (set_lface_from_font_name): Fix previous change.
3639 (recompute_basic_faces): Change assert to abort.
3640
71a8e74b
DL
36411999-11-25 Dave Love <fx@gnu.org>
3642
3643 * fns.c (Fnthcdr, Fnreverse): Inline cdr.
3644 (Fmember, Fdelq, Fdelete): Inline car.
3645 (Fy_or_n_p): Doc fix.
3646
bc6a5782
GM
36471999-11-25 Gerd Moellmann <gerd@gnu.org>
3648
3221576b 3649 * xfaces.c (set_lface_from_font_name): New parameter may_fail_p.
18df9369 3650 Callers changed. If specified font name is bogus, and may_fail_p
3221576b
GM
3651 is not set, try to use a reasonable default.
3652
bc6a5782
GM
3653 * dispnew.c (direct_output_for_insert): Set glyph row's
3654 displays_text_p flag. Correct window's window_end_vpos if
3655 necessary.
3656
0c8559bb
PE
36571999-11-25 Paul Eggert <eggert@twinsun.com>
3658
3659 * emacs.c (fixup_locale): Don't bother to record initial locale.
3660 (synchronize_locale): If the desired locale is nil,
3661 treat it as if it were the empty string,
3662 so that we set the locale from the environment.
3663
35737351
KH
36641999-11-25 Kenichi Handa <handa@etl.go.jp>
3665
3666 * fileio.c (Finsert_file_contents): Set buffer-file-coding-system
3667 of the current buffer via Fset.
3668
5562b47f
DL
36691999-11-24 Dave Love <fx@gnu.org>
3670
3671 * xfns.c: Don't duplicate Qdisplay definition done elsewhere.
3672
3673 * xfaces.c: Don't duplicate Qmode_line definition done elsewhere.
3674
3675 * xfns.c: Don't duplicate Qdisplay definition done elsewhere.
3676
00da0e4a
GM
36771999-11-24 Gerd Moellmann <gerd@gnu.org>
3678
3679 * lisp.h (enum pvec_type): Put PVEC_FLAG in #if 0.
3680
3681 * emacs.c (PVEC_FLAG): New variable.
3682
b1775dc1
GM
36831999-11-23 Gerd Moellmann <gerd@gnu.org>
3684
3685 * unexaix.c (unexec): Use unsigned instead of uintptr_t because
3686 that fails on IBM PowerPC, AIX 4.2.
3687
08de6200
EZ
36881999-11-22 Eli Zaretskii <eliz@is.elta.co.il>
3689
3690 * buffer.c (syms_of_buffer): Add %z, %Z, %m and %& to the doc
3691 string of mode-line-format. Remove the obsolete %t.
3692
02fda8ff
GM
36931999-11-22 Gerd Moellmann <gerd@gnu.org>
3694
f2fa858f
GM
3695 * dispnew.c (direct_output_for_insert): Increment glyph positions
3696 for glyphs from buffer text only.
3697
02fda8ff
GM
3698 * emacs.c (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
3699 (gdb_data_seg_bits): New variables.
3700
3701 * lisp.h (enum gdb_lisp_params): Put in #if 0, since it doesn't
3702 work on systems not allowing enumerators > INT_MAX, and it
3703 won't work if EMACS_INT is long long.
3704
1b0d24e7
PE
37051999-11-22 Paul Eggert <eggert@twinsun.com>
3706
3707 Port to SunOS 4.1.x again. Help out with Alpha port.
3708 Rename messages-locale to system-messages-locale,
3709 and likewise for time-locale.
3710
3711 * callproc.c (strerror): Remove decl.
3712 * fileio.c (strerror): Likewise.
3713 * process.c (strerror): Likewise.
3714 * emacs.c (strerror): Likewise.
3715 (Vsystem_messages_locale): Renamed from Vmessages_locale.
3716 All uses changed.
3717 (Vprevious_system_messages_locale): Likewise, from
3718 Vprevious_messages_locale.
3719 (Vsystem_time_locale): Likewise, from Vtime_locale.
3720 (Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
3721 (ABORT_RETURN_TYPE): New macro.
3722 (abort): Return type is now ABORT_RETURN_TYPE.
3723 (main): Always invoke init_signals, even if POSIX_SIGNALS is not
3724 defined.
3725 (syms_of_emacs): messages-locale -> system-messages-locale,
3726 previous-messages-locale -> previous-system-messages-locale,
3727 time-locale -> system-time-locale,
3728 previous-time-locale -> previous-system-time-locale.
3729
3730 * gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
3731 (const): Do not define; that's config.h's job.
3732 (<limits.h>): Include if HAVE_LIMITS_H is defined.
3733 (CHAR_BIT): Move test for definedness outside of limits.h condition.
3734 (<stddef.h>): Include if STDC_HEADERS is defined.
3735 (FREE_RETURN_TYPE): New macro.
3736 (free): Return type is now FREE_RETURN_TYPE.
3737
3738 * lisp.h (synchronize_system_time_locale): Renamed from
3739 synchronize_time_locale. All uses changed.
3740 (synchronize_system_messages_locale): Likewise, from
3741 synchronize_messages_locale.
3742
3743 * m/alpha.h (malloc, realloc, calloc): Remove decls;
3744 stdlib.h now does this.
3745
3746 * process.c (sys_siglist): Remove.
3747
3748 * s/sunos4-0.h (ABORT_RETURN_TYPE, FREE_RETURN_TYPE):
3749 New macros.
3750
3751 * syntax.c (scan_sexps_forward): Use abort, not assert.
3752
3753 * sysdep.c (my_sys_siglist): New var.
3754 (sys_siglist): New macro. Remove old initialized vars of same name.
3755 (init_signals): Initialize sys_siglist.
3756
3757 * xfns.c (abort): Remove decl; stdlib.h now does this.
3758
0dcd5b54
DL
37591999-11-18 Dave Love <fx@gnu.org>
3760
946173ad
DL
3761 * filelock.c: Add forward declaration for get_boot_time_1.
3762
0dcd5b54
DL
3763 * dispnew.c (Finternal_show_cursor_p): Fix doc string.
3764
71447e8f
GM
37651999-11-18 Gerd Moellmann <gerd@gnu.org>
3766
3767 * buffer.h (struct buffer_text): Add comment about moving
3768 buffer text if REL_ALLOC is defined.
3769
eeedff63
KH
37701999-11-18 Kenichi Handa <handa@etl.go.jp>
3771
3772 * lisp.h (KEY_DESCRIPTION_SIZE): New macro.
3773
3774 * keyboard.c (echo_char): Use KEY_DESCRIPTION_SIZE to check free
3775 memory for push_key_description.
3776
3777 * keymap.c (Fsingle_key_description): Use KEY_DESCRIPTION_SIZE to
3778 allocate memory for push_key_description.
3779 (describe_buffer_bindings): Likewise.
3780
5d7e4a2c
GM
37811999-11-17 Gerd Moellmann <gerd@gnu.org>
3782
3783 * xfns.c (Fx_show_busy_cursor): Doc-fix.
3784 (Fx_hide_busy_cursor): Ditto.
3785
37861999-11-17 Marco Walther <walther@siemens-pyramid.com>
3787
3788 * unexsni.c (unexec): Handle .rel.dyn section.
3789
b5b41e02
DL
37901999-11-16 Dave Love <fx@gnu.org>
3791
3792 * doc.c (Fdocumentation): Remove gcpro here too.
3793
e35b6123
GM
37941999-11-16 Gerd Moellmann <gerd@gnu.org>
3795
3796 * keyboard.c (command_loop_1): Remove no_redisplay.
3797
83c8f461 37981999-11-16 Richard M. Stallman <rms@gnu.org>
0a14b9bb
GM
3799
3800 * print.c (PRINTPREPARE): Don't call setup_echo_area_for_printing
3801 in noninteractive.
3802
b05d3bee
GM
38031999-11-14 Gerd Moellmann <gerd@gnu.org>
3804
5bcfeb49
GM
3805 * xdisp.c (ensure_echo_area_buffers): New.
3806 (with_echo_area_buffer): Use it.
3807 (setup_echo_area_for_printing): Ditto.
3808
b05d3bee
GM
3809 * buffer.c (indicate-empty-lines): Doc-fix.
3810
9b2e6e4c
GM
38111999-11-12 Gerd Moellmann <gerd@gnu.org>
3812
e7f90eab
GM
3813 * term.c (term_init): If "op" isn't available, don't support color
3814 because we can't switch back to the default foreground and
3815 background.
3816
9b2e6e4c
GM
3817 * doc.c (Fdocumentation_property): Remove GCPRO because
3818 Fsubstitute_command_keys gcpro's the string.
3819
1bf21027
KH
38201999-11-12 Kenichi Handa <handa@etl.go.jp>
3821
3822 * editfns.c (Ftranslate_region): Check the buffer multibyteness.
3823
3bc6df53
GM
38241999-11-11 Gerd Moellmann <gerd@gnu.org>
3825
3826 * print.c, keymap.c, indent.c, insdel.c, keyboard.c, intervals.c,
3827 lread.c, textprop.c, undo.c, emacs.c, lisp.h, intervals.h,
3828 buffer.h, config.in, Makefile.in: Remove USE_TEXT_PROPERTIES.
3829
35a5514b
GM
38301999-11-10 Gerd Moellmann <gerd@gnu.org>
3831
3832 * xfns.c (QCuser_data): Removed.
3833 (syms_of_xfns): Initialization of QCuser_data removed.
3834 (parse_image_spec): Don't handle :user-data specially. Allow
3835 unknown keys. Remove parameter ALLOW_OTHER_KEYS.
3836 (xbm_image_p, xbm_load, xpm_image_p, pbm_image_p, png_image_p)
3837 (tiff_image_p, jpeg_image_p, gif_image_p, gs_image_p): Call
3838 parse_image_spec accordingly.
3839
83c8f461 38401999-11-09 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
3841
3842 * cmds.c (Fbeginning_of_line): Doc fix.
3843 (Fend_of_line): Doc fix.
3844
3845 * editfns.c (Fline_beginning_position): If N is not 1,
3846 pass t to Fconstrain_to_field for ESCAPE-FROM-EDGE.
3847
3848 * syntax.c (Fforward_word): Handle fields even if would have hit
3849 an edge of the buffer. Return nil if affected by fields.
3850
83c8f461 38511999-11-09 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
3852
3853 * editfns.c (preceding_pos): Function deleted.
3854 (text_property_stickiness): Decrement POS directly.
3855 Fix a confusion that used PT instead of POS.
3856
3857 * editfns.c (find_field): Properly handle the case
3858 of a field boundary where `field' inherits from neither side.
3859
3860 * editfns.c (Ffield_beginning, Ffield_end): Doc fixes.
3861 (Ferase_field, Ffield_string, Ffield_string_no_properties): Doc fixes.
3862
fa9aabf6
GM
38631999-11-08 Gerd Moellmann <gerd@gnu.org>
3864
3865 * bytecode.c (Fbyte_code) <BinsertN, Bcall>: Do the
3866 BEFORE_POTENTIAL_GC before DISCARD.
3867
4015b3c0
GM
38681999-11-07 Gerd Moellmann <gerd@gnu.org>
3869
033a5fa3
GM
3870 * alloc.c (Fgarbage_collect): Call unmark_byte_stack.
3871
3872 * lisp.h: Add prototype for unmark_byte_stack.
3873
3874 * bytecode.c (mark_byte_stack): Use XMARKBIT and XMARK.
3875 (unmark_byte_stack): Renamed from relocate_byte_pcs. Use
3876 XUNMARK.
3877
55b064bd
GM
3878 * xdisp.c (resize_mini_window): Fix computation of needed
3879 mini-window height.
3880
3881 * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
3882 compilation on USE_TEXT_PROPERTIES.
01e9b9df 3883
4015b3c0 3884 * Fbyte_code: Use block statements in cases and declare v1 and v2
60af03f1 3885 locally there. Rearrange case statements so that those most
4015b3c0
GM
3886 frequently executed come first. Avoid goto's in frequently
3887 executed cases.
3888
fe512f27
GM
38891999-11-05 Gerd Moellmann <gerd@gnu.org>
3890
dd59e217
GM
3891 * bytecode.c (Fbyte_code): Use BEFORE_POTENTIAL_GC and
3892 AFTER_POTENTIAL_GC around internal_catch.
3893
bcf28080
GM
3894 * alloc.c (Fgarbage_collect): Call mark_byte_stack and
3895 relocate_byte_pcs.
3896 (init_alloc_once, init_alloc): Set byte_stack_list to null.
3897
3898 * eval.c (struct catchtag): Add member byte_stack.
3899 (internal_catch, Fcondition_case, internal_condition_case)
dd59e217 3900 (internal_condition_case_1): Save value of byte_stack_list in
bcf28080
GM
3901 catchtag.
3902 (unwind_to_catch): Restore byte_stack_list from catchtag.
3903
3904 * lisp.h: Add prototypes for new functions in bytecode.c.
3905 Add extern declaration for byte_stack_list.
3906
3907 * bytecode.c (struct byte_stack): New.
3908 (byte_stack_list, mark_byte_stack, relocate_byte_pcs): New
3909 (BEFORE_POTENTIAL_GC, AFTER_POTENTIAL_GC): New.
3910 (FETCH, PUSH, POP, DISCARD, TOP, MAYBE_GC): Rewritten.
3911 (HANDLE_RELOCATION): Removed.
3912 (Fbyte_code): Use byte_stack structures.
3913
4d59c34c
GM
3914 * filelock.c (Ffile_locked_p): Make FILENAME a required argument.
3915
fe512f27
GM
3916 * buffer.c (syms_of_buffer): Extend documentation of
3917 mode-line-format.
3918
60b64cd6
GM
39191999-11-04 Gerd Moellmann <gerd@gnu.org>
3920
3921 * editfns.c (Fdelete_field): Renamed from Ferase_field.
3922
3923 * minibuf.c (do_completion, Fminibuffer_complete_word): Use
3924 Ferase_field instead of Fdelete_field.
3925
b51b619b
GM
39261999-11-03 Gerd Moellmann <gerd@gnu.org>
3927
3928 * dispnew.c (Finternal_show_cursor): Change it to set the
3929 cursor on/off, not toggle its state.
3930 (Finternal_show_cursor_p): New.
3931 (syms_of_display): Defsubr Sinternal_show_cursor_p.
3932
5865af0d
DL
39331999-11-03 Dave Love <fx@gnu.org>
3934
3935 * charset.c (split_non_ascii_string): Define return value.
3936
82a700f3
GM
39371999-11-03 Gerd Moellmann <gerd@gnu.org>
3938
edfef199
GM
3939 * minibuf.c (string_to_object): New.
3940 (read_minibuf_noninteractive): New.
3941 (read_minibuf): Call read_minibuf_noninteractive if
3942 noninteractive. Use string_to_object.
3943
82a700f3
GM
3944 * doc.c (Fdocumentation_property): Fix bug bypassing UNGCPRO.
3945
b5540f0d
DL
39461999-11-02 Dave Love <fx@gnu.org>
3947
e69dcd60
DL
3948 * gnu-linux.h: Use SIGCHLD, not SIGCLD (not in glibc 2.1).
3949
827a1788
DL
3950 * process.c: Define _GNU_SOURCE before config.h to get strsignal
3951 declared with glibc2.
b5540f0d 3952
a69a6e61
GM
39531999-11-02 Gerd Moellmann <gerd@gnu.org>
3954
3955 * lisp.h (QUIT): Give it statement form.
3956
87e21fbd
DL
39571999-11-02 Dave Love <fx@gnu.org>
3958
3959 * eval.c (init_eval): Conditionalize declaration of gcpro_level.
3960
1b335865
GM
39611999-11-02 Gerd Moellmann <gerd@gnu.org>
3962
9fb5e03d
GM
3963 * xfns.c (QCuser_data): New.
3964 (syms_of_xfns): Initialize QCuser_data.
3965 (parse_image_spec): Ignore :user-data DATA properties.
3966
1b335865
GM
3967 * xdisp.c (display_line): Set charpos of first glyph in blank
3968 lines not corresponding to any text to -1, even if no glyphs are
3969 filled in in that line.
3970
e76f1c44
GM
39711999-11-01 Gerd Moellmann <gerd@gnu.org>
3972
36fcd3d9
GM
3973 * xfns.c (png_load) [PNG_READ_sRGB_SUPPORTED]: Put code using
3974 png_get_sRGB in #ifdef.
3975
111259b4
GM
3976 * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
3977 (syms_of_display): Use the new name.
3978
dd5c96e8
GM
3979 * textprop.c (verify_interval_modification): Signal text-read-only
3980 instead of calling error.
3981
db8878fb
GM
3982 * data.c (Qtext_read_only): New built-in error.
3983 (syms_of_data): Initialize it.
3984
3985 * lisp.h: Add extern declaration for Qtext_read_only.
3986
e76f1c44
GM
3987 * syntax.c: Remove whitespace after open or in front of closing
3988 parentheses.
3989
83c8f461 39901999-11-01 Richard M. Stallman <rms@gnu.org>
cb3a6c48
GM
3991
3992 * Makefile.in (w16select.o, sound.o): Don't depend on lisp.h.
3993
7843e09c
GM
39941999-10-31 Gerd Moellmann <gerd@gnu.org>
3995
575ed805
GM
3996 * xdisp.c (resize_mini_window): Compute needed height differently.
3997
7843e09c
GM
3998 * fns.c (Flength): Unroll loop over lists.
3999
4000 * xdisp.c (append_space): Return non-zero if space was appended.
4001 (display_line): Set charpos of first glyph to -1 only if that
4002 glyph is the space added by append_glyph.
4003
83c8f461 40041999-10-30 Richard M. Stallman <rms@gnu.org>
cb3a6c48
GM
4005
4006 * print.c (strout): Consider `noninteractive' and use stdout
4007 only when PRINTCHARFUN is t.
4008
4009 * lisp.h (struct gcpro) [DEBUG_GCPRO]: New field `level'.
4010 (gcpro_level): Declare it extern.
4011 [DEBUG_GCPRO] (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
4012 Alternate definitions that set `level' and increment `gcpro_level'.
4013 [DEBUG_GCPRO] (UNGCPRO): Alternate definition that checks gcpro_level.
4014
4015 * eval.c [DEBUG_GCPRO] (gcpro_level): New variable.
4016 (init_eval) [DEBUG_GCPRO]: Initialize it.
4017 (unwind_to_catch) [DEBUG_GCPRO]: Set gcpro_level
4018 from remaining gcprolist.
4019
3636f7a3
KH
40201999-10-29 Kenichi Handa <handa@etl.go.jp>
4021
4022 * coding.c (code_convert_region): Update `dst' correctly.
4023
a2ad7096
GM
40241999-10-28 Gerd Moellmann <gerd@gnu.org>
4025
4026 * fns.c (Fmemq, Fassq, Frassq, assq_no_quit, Fassoc)
4027 (Frassoc): Rewritten.
4028
1e3196e8
GM
40291999-10-27 Noah Friedman <friedman@splode.com>
4030
4031 * s/gnu-linux.h [HAVE_DEV_PTMX]: Redefine FIRST_PTY_LETTER to 'z'.
4032 Define PTY_NAME_SPRINTF.
4033 Redefine PTY_TTY_NAME_SPRINTF.
4034 * config.in: Add undef for HAVE_DEV_PTMX.
4035
83c8f461 40361999-10-26 Richard M. Stallman <rms@gnu.org>
4ea68fcc
RS
4037
4038 * regex.c (POP_FAILURE_POINT): Use failure_id.integer
4039 as arg to DEBUG_POP and DEBUG_PRINT.
4040
83c8f461 40411999-10-27 Richard M. Stallman <rms@gnu.org>
17dbfaad
GM
4042
4043 * data.c (Qad_activate_internal): Renamed from Qad_activate.
4044 (Ffset): Call Qad_activate_internal.
4045 (syms_of_data): Initialize Qad_activate_internal.
4046
26922151
GM
40471999-10-27 Gerd Moellmann <gerd@gnu.org>
4048
4049 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing if
4050 Vterminal_frame is selected and Vwindow_system is non-nil.
4051
67a5596f
GM
40521999-10-26 Gerd Moellmann <gerd@gnu.org>
4053
2bea706b
GM
4054 * xdisp.c (echo_area_display): Put previous change in #if 0.
4055
67a5596f
GM
4056 * emacs.c (standard_args): Add `file' as synonym for `visit',
4057 `execute' as synonym for `eval'.
4058 (main): Add new options to usage message.
4059
81dc5de5
GM
40601999-10-25 Gerd Moellmann <gerd@gnu.org>
4061
4062 * data.c (Qhash_table): New.
4063 (Ftype_of): Return it for hash tables.
4064 (syms_of_data): Initialize Qhash_table.
4065
83c8f461 40661999-10-25 Richard M. Stallman <rms@gnu.org>
bd3c545d
GM
4067
4068 * regex.c (POP_FAILURE_POINT): Extract failure_id as an integer.
4069
66e4690f 40701999-10-24 Ken Raeburn <raeburn@gnu.org>
3a7093d8 4071
7539e11f
KR
4072 * alloc.c: Undef HIDE_LISP_IMPLEMENTATION before including
4073 lisp.h.
4074
4075 * buffer.c (Fbuffer_list, Fget_file_buffer, get_truename_buffer,
4076 Fbuffer_local_variables, Fother_buffer, record_buffer,
4077 set_buffer_internal_1, Fbury_buffer, Fkill_all_local_variables,
4078 swap_out_buffer_local_variables, overlays_at, overlays_in,
4079 overlay_touches_p, overlay_strings, recenter_overlay_lists,
4080 fix_overlays_in_range, fix_overlays_before, Foverlay_get,
4081 Foverlay_put, report_overlay_modification, evaporate_overlays):
4082 Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member
4083 references.
4084 * data.c (Fcar, Fcar_safe, Fcdr, Fcdr_safe, Fsetcar, Fsetcdr,
4085 swap_in_symval_forwarding, set_internal, default_value,
4086 Fset_default, Fmake_variable_buffer_local, Fmake_local_variable,
4087 Fmake_variable_frame_local, Flocal_variable_p,
4088 Flocal_variable_if_set_p, arithcompare, Fzerop, cons_to_long,
4089 Fnumber_to_string, float_arith_driver, Fadd1, Fsub1): Likewise.
4090 * dispnew.c (Fframe_or_buffer_changed_p): Likewise.
4091 * emacs.c (main): Likewise.
4092 * fontset.c (fs_load_font, fs_register_fontset,
4093 CACHED_FONTSET_NAME, CACHED_FONTSET_REGEX, Fquery_fontset,
4094 Fnew_fontset, Fset_fontset_font): Likewise.
4095 * frame.c (do_switch_frame, next_frame, prev_frame,
4096 other_visible_frames, Fdelete_frame, Fvisible_frame_list):
4097 Likewise.
4098 * keyboard.c (read_char, help_char_p, event_to_kboard,
4099 kbd_buffer_get_event, timer_start_idle, timer_check,
4100 make_lispy_event, apply_modifiers, reorder_modifiers,
4101 Fevent_convert_list, lucid_event_type_list_p, menu_bar_items,
4102 menu_bar_one_keymap, menu_item_eval_property_1, parse_menu_item,
4103 tool_bar_items, read_char_x_menu_prompt, read_key_sequence,
4104 Fcommand_execute, Fexecute_extended_command): Likewise.
4105 * minibuf.c (read_minibuf, get_minibuffer, Ftry_completion,
4106 Fall_completions): Likewise.
4107 * window.c (Fset_window_margins): Likewise.
4108
4109 * callint.c (quotify_args): Don't explicitly use struct
4110 Lisp_Cons, use Lisp_Object and XCAR/XCDR instead.
4111
3a7093d8
KR
4112 * s/netbsd.h (HAVE_GETLOADAVG): Define as 1.
4113 (UNEXEC, START_FILES, LIB_STANDARD, LIB_GCC): Define ELF versions,
4114 if __ELF__ is defined.
4115
2a3d7146
GM
41161999-10-24 Gerd Moellmann <gerd@gnu.org>
4117
4118 * window.c (Fnext_window): Add a QUIT in the loop.
4119
8ac52782
GM
41201999-10-23 Gerd Moellmann <gerd@gnu.org>
4121
4122 * Makefile.in (bootstrap, bootstrap-emacs, bootstrap-temacs):
4123 New targets.
4124
05f0d15a
DL
41251999-10-22 Dave Love <fx@gnu.org>
4126
4127 * emacs.c (main): Enable profiling conditional on __linux also.
4128
882fb0e6
GM
41291999-10-20 Gerd Moellmann <gerd@gnu.org>
4130
4131 * xrdb.c (x_load_resources): Set default resources for resource
4132 classes instead of for the specific Emacs.
4133
b5f5bc31
GM
41341999-10-19 Gerd Moellmann <gerd@gnu.org>
4135
66f4dd69
GM
4136 * s/freebsd.h (HAVE_GETLOADAVG): Define as 1 because config.h
4137 defines it that way.
4138
b5f5bc31
GM
4139 * xdisp.c (echo_area_display) [HAVE_X_WINDOWS]: Do nothing
4140 if selected_frame is equal to Vterminal_frame.
4141
68c45bf0
PE
41421999-10-19 Paul Eggert <eggert@twinsun.com>
4143
4144 Add support for large files, 64-bit Solaris, system locale codings.
4145
4146 * Makefile.in (emacs): Set the LC_ALL environment variable to "C"
4147 when dumping, so that the dumped Emacs doesn't have stray locale info.
4148 (dired.o): Depend on systime.h.
4149 (editfns.o): Depend on coding.h.
4150
4151 * alloc.c, buffer.c, callproc.c, ccl.c, charset.c, coding.c, data.c,
4152 dispnew.c, editfns.c, emacs.c, filelock.c, floatfns.c, hftctl.c,
4153 keyboard.c, process.c, sysdep.c, unexelf.c, unexhp9k800.c,
4154 unexsunos4.c, vmsfns.c, vmsgmalloc.c, w32faces.c, w32menu.c, w32term.c,
4155 w32xfns.c, xfaces.c, xfns.c, xmenu.c, xterm.c:
4156 Include <config.h> before any system include files.
4157
4158 * alloc.c, buffer.c, ccl.c, data.c, editfns.c, emacs.c, eval.c,
4159 fileio.c, filelock.c, frame.c, insdel.c, keymap.c, lread.c,
4160 m/alpha.h, print.c, search.c, sysdep.c, xdisp.c, xfaces.c, xfns.c,
4161 xmenu.c, xterm.c:
4162 Do not include <stdlib.h>, as <config.h> does this now.
4163
4164 * callproc.c (Fcall_process):
4165 Synchronize messages locale before invoking strerror.
4166 Decode resulting string with locale-coding-system.
4167
4168 * coding.c (Vlocale_coding_system): New var.
4169 (syms_of_coding): Adjust to above change.
4170 (emacs_strerror): New function.
4171
4172 * coding.h (emacs_strerror, Vlocale_coding_system): New decls.
4173
4174 * config.in (HAVE_STDIO_EXT_H, HAVE_TM_GMTOFF, HAVE___FPENDING,
4175 HAVE_FTELLO, HAVE_GETLOADAVG, HAVE_MBLEN, HAVE_MBRLEN,
4176 HAVE_STRSIGNAL): New macros.
4177 (BITS_PER_LONG): Default to 64 if _LP64 is defined.
4178 <stdlib.h>: Include if HAVE_STDLIB_H is defined and NOT_C_CODE isn't.
4179
4180 * dired.c: Include "systime.h".
4181 (Ffile_attributes): Do not cast s.st_size to int; this loses
4182 information if int is 32 bits but st_size and EMACS_INT are larger.
4183 Treat large device numbers like large inode numbers.
4184
4185 * dispnew.c (PENDING_OUTPUT_COUNT): Use __fpending if available.
4186
4187 * editfns.c: Include coding.h.
4188 (emacs_strftime): Remove decl.
4189 (emacs_strftimeu): New decl.
4190 (emacs_memftimeu): Renamed from emacs_memftime; new arg UT.
4191 Use emacs_strftimeu instead of emacs_strftime.
4192 (Fformat_time_string): Convert format string using
4193 Vlocale_coding_system, and convert result back. Synchronize time
4194 locale before invoking lower level function. Invoke
4195 emacs_memftimeu, passing ut, instead of emacs_memftime.
4196
4197 * emacs.c: Include <locale.h> if HAVE_SETLOCALE is defined.
4198 (Vmessages_locale, Vprevious_messages_locale, Vtime_locale,
4199 Vprevious_time_locale): New variables.
4200 (main): Invoke setlocale early, so that initial error messages are
4201 localized properly. But skip locale-setting if LC_ALL is "C".
4202 Fix up locale when it's safe to do so.
4203 (fixup_locale): Moved here from xterm.c.
4204 (synchronize_locale, synchronize_time_locale,
4205 synchronize_messages_locale): New functions.
4206 (syms_of_emacs): Accommodate above changes.
4207
4208 * fileio.c (report_file_error): Convert strerror output according
4209 to Vlocale_coding_system.
4210 (Finsert_file_contents): Check for arithmetic overflow in
4211 computations that depend on file size. Report IO errors
4212 with emacs_strerror, not strerror.
4213
4214 * fns.c (Fgethash): Declare dflt parameter.
4215
4216 * gmalloc.c: Do not define const to nothing if HAVE_CONFIG_H
4217 is defined; that's config.h's job.
4218
4219 * lisp.h (EMACS_INT, BITS_PER_EMACS_INT, EMACS_UINT): If _LP64,
4220 default these values to long, BITS_PER_LONG, and unsigned long.
4221 (VALBITS, MARKBIT, XINT): Do not assume 32-bit EMACS_INT.
4222 (PNTR_COMPARISON_TYPE): Default to EMACS_UINT, not to unsigned int.
4223 (code_convert_string_norecord, fixup_locale,
4224 synchronize_messages_locale, synchronize_time_locale,
4225 emacs_open, emacs_close, emacs_read, emacs_write): New decls.
4226 All Emacs callers of open, close, read, write changed to use
4227 emacs_open, emacs_close, emacs_read, emacs_write.
4228
4229 * lread.c (file_offset, file_tell): New macros. All uses of ftell
4230 changed to file_tell.
4231 (saved_doc_string_position, prev_saved_doc_string_position): Now
4232 of type file_offset.
4233 (init_lread): Do not fix locale here; fixup_locale now does this.
4234
4235 * m/amdahl.h, s/usg5-4.h:
4236 (NSIG): Remove.
4237 (NSIG_MINIMUM): New macro.
4238
4239 * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h,
4240 m/ustation.h, s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h,
4241 s/umips.h, s/usg5-4.h:
4242 (SIGIO): Do not undef.
4243 (BROKEN_SIGIO): New macro.
4244
4245 * m/ustation.h:
4246 (SIGTSTP): Do not undef.
4247 (BROKEN_SIGTSTP): New macro.
4248
4249 * s/gnu-linux.h:
4250 (SIGPOLL, SIGURG): Do not undef.
4251 (BROKEN_SIGPOLL, BROKEN_SIGURG): New macros.
4252
4253 * s/ptx4.h:
4254 (SIGINFO): Do not undef.
4255 (BROKEN_SIGINFO): New macros.
4256
4257 * m/delta.h, s/ptx.h, s/template.h: Doc fix.
4258
4259 * mktime.c, strftime.c: Update to glibc 2.1.2 version, with
4260 some Emacs-related changes merged.
4261
4262 * print.c (float_to_string): Prepend "-" to representation of a
4263 NaN if the NaN is negative.
4264
4265 * process.c (sys_siglist): Omit if HAVE_STRSIGNAL.
4266 (wait_reading_process_input): Use emacs_strerror, not strerror.
4267
4268 * process.c (status_message, sigchld_handler): Synchronize locale,
4269 then use strsignal istead of sys_siglist.
4270 * w32proc.c (sys_wait): Likewise.
4271
4272 * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h,
4273 s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h,
4274 s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h,
4275 s/usg5-2.h, s/usg5-3.h, s/xenix.h:
4276 (open, close, read, write, INTERRUPTIBLE_OPEN,
4277 INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove.
4278
4279 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
4280
4281 * sysdep.c (sys_read, sys_write, read, write, sys_close, close,
4282 sys_open, open): Remove.
4283 (emacs_open, emacs_close, emacs_read, emacs_write): Always define;
4284 the old INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, and INTERRUPTIBLE_IO
4285 macros are no longer used.
4286 (emacs_open): Renamed from sys_open. Merge BSD4_1 version.
4287 (emacs_close): Renamed from sys_close.
4288 (emacs_read): Renamed from sys_read.
4289 (emacs_write): Renamed from sys_write.
4290 (sys_siglist): Do not declare if HAVE_STRSIGNAL.
4291 (dup2): Do not print error on failure; the real dup2 doesn't.
4292 (strsignal): New function, defined if !HAVE_STRSIGNAL.
4293
4294 * syssignal.h (SIGINFO): Undef if defined and if BROKEN_SIGINFO
4295 is defined.
4296 (SIGIO, SIGPOLL, SIGTSTP, SIGURG): Likewise.
4297 (NSIG): If less than NSIG_MINIMUM, define to NSIG_MINIMUM.
4298 (strsignal): Declare if !HAVE_STRSIGNAL.
4299
4300 * unexelf.c (ElfBitsW, ELFSIZE, ElfExpandBitsW): New macros.
4301 (ElfW): Define in terms of ElfExpandBitsW.
4302
4303 * w32proc.c (sys_siglist): Remove decl.
4304
4305 * xdisp.c (decode_mode_spec): 3rd arg is int, not char, to comply
4306 with ANSI C.
4307 (display_string): Declare face_string_pos arg.
4308
4309 * xfns.c (Fx_show_tip): Declare timeout param.
4310
4311 * xterm.c: No need to include locale.h.
4312 (x_alloc_lighter_color, x_setup_relief_color):
4313 Pass arg as double, not float, for compatibility with ANSI C.
4314 (fixup_locale): Move to emacs.c.
4315 (x_term_init): Do not setlocale or fixup locale; the main program
4316 does this now.
4317
2f0b74ea
DL
43181999-10-18 Dave Love <fx@gnu.org>
4319
4320 * doc.c (Fdocumentation_property): Gcpro `tem'.
4321
471aa4a0
KH
43221999-10-18 Kenichi Handa <handa@etl.go.jp>
4323
4324 * lread.c (Fload): Calculate bytes of filename correctly.
4325 (openp): Likewise.
4326
aca2020b
KH
43271999-10-18 Keisuke Nishida <kxn30@po.cwru.edu>
4328
4329 * print.c (print_preprocess): In case print-circle is nil,
4330 add OBJ to Vprint_number_table only when OBJ is a symbol.
4331
1f5fe392 43321999-10-18 Kenichi Handa <handa@etl.go.jp>
b843d1ae
KH
4333
4334 * coding.c (code_convert_string): Add record_unwind_protect to
4335 assure setting inhibit_pre_post_conversion back to zero. Take
4336 care of the multibyteness of the working buffer.
4337
4338 * coding.c (inhibit_pre_post_conversion): New variable.
4339 (setup_coding_system): If inhibit_pre_post_conversion is nonzero,
4340 ignore post-read-conversion and pre-write-conversion property of
4341 the coding system.
4342 (code_convert_region_unwind): New function.
4343 (code_convert_region): Set inhibit_pre_post_conversion to 1 while
4344 running pre-write-conversion and post-read-conversion.
4345 (code_convert_string): Likewise.
4346
cd876a91
GM
43471999-10-17 Miles Bader <miles@gnu.org>
4348
4349 * editfns.c: Doc fix.
4350
43511999-10-17 Miles Bader <miles@gnu.org>
4352
4353 * editfns.c (Fconstrain_to_field): Make sure we don't violate the
4354 argument preconditions of find_before_next_newline in the case
4355 where both ONLY_IN_LINE and ESCAPE_FROM_EDGE are set and OLD_POS
4356 was indeed at the edge.
4357
43581999-10-17 Miles Bader <miles@gnu.org>
4359
4360 * minibuf.c (Fminibuffer_complete_and_exit): Supply value for new
4361 ESCAPE_FROM_EDGE parameter to Ffield_beginning.
4362
4363 * editfns.c (text_property_eq, text_property_stickiness): Don't
4364 use initializers for auto variables of type Lisp_Object.
4365 (find_field): Likewise. Use braces around nested ifs.
4366 (Fline_end_position): Store the raw eol in a variable, so that the
4367 final expression doesn't look so ugly.
4368 (Fconstrain_to_field): Doc fix.
4369 (preceding_pos): Renamed from `preceeding_pos'.
4370 (text_property_stickiness, find_field): Call preceding_pos,
4371 not preceeding_pos.
4372
43731999-10-17 Miles Bader <miles@gnu.org>
4374
4375 * editfns.c (Ffield_string_no_properties): New function.
4376 (text_property_stickiness, preceeding_pos): New functions.
4377 (Ffield_string): Remove PROPS parameter.
4378 (find_field): Add MERGE_AT_BOUNDARY parameter.
4379 Rewrite to use stickiness of `field' property to resolve
4380 ambiguous cases.
4381 (Ffield_beginning, Ffield_end): Add ESCAPE_FROM_EDGE parameter.
4382 (Fconstrain_to_field): Likewise.
4383 (syms_of_editfns): Init Sfield_string_no_properties.
4384 (Ffield_string, Ferase_field, Ffield_end):
4385 Supply new MERGE_AT_BOUNDARY argument to find_field.
4386 (Fline_beginning_position, Fline_end_position): Supply new
4387 ESCAPE_FROM_EDGE parameter to Fconstrain_to_field.
4388 Pass a value of Qt for the ONLY_IN_LINE argument to
4389 Fconstrain_to_field (only matters if N != 1).
4390 * syntax.c (Fforward_word): Supply new ESCAPE_FROM_EDGE parameter
4391 to Fconstrain_to_field.
4392
4393 * minibuf.c (Fminibuffer_complete_word): Use
4394 Ffield_beginning to find the prompt end.
4395
43961999-10-17 Miles Bader <miles@gnu.org>
4397
4398 * editfns.c (Fconstrain_to_field): Add get/set-current-point
4399 behavior when NEW_POS is nil.
4400 (find_field): Use XSETFASTINT instead of make_number.
4401 * minibuf.c (Fminibuffer_complete_and_exit): Test for an empty
4402 input string by seeing where the field begins, instead of
4403 looking at text-properties.
4404
44051999-10-17 Miles Bader <miles@gnu.org>
4406
4407 * editfns.c (Qfield): New variable.
4408 (find_field, Ferase_field, Ffield_string,
4409 Ffield_beginning, Ffield_end, Fconstrain_to_field): New functions.
4410 (Fline_beginning_position, Fline_end_position): Constrain to any field.
4411 (make_buffer_string_both): Remove minibuffer-prompt hack.
4412 (syms_of_editfns): Initialize Qfield, and subr entries for
4413 field functions above.
4414 * minibuf.c (read_minibuf): Don't save minibuffer prompt length on
4415 minibuf_save_list.
4416 Don't initialize minibuffer prompt length.
4417 Wrap prompt text-properties around the entire prompt.
4418 Add 'prompt text-property to prompt.
4419 Get final value with Ffield_string instead of make_buffer_string.
4420 (read_minibuf_unwind): Don't restore minibuffer prompt length from
4421 minibuf_save_list.
4422 (do_completion): Get minibuffer input with Ffield_string
4423 instead of Fbuffer_string.
4424 Erase minibuffer input with Ferase_field instead of erase_buffer.
4425 (Fminibuffer_complete_and_exit): Likewise.
4426 Test whether buffer is empty by looking for the 'prompt text
4427 property at the end.
4428 Set prompt length by looking for the end of the prompt text property,
4429 and save prompt length for later use (since there is no longer a
4430 buffer variable to get it from).
4431 (Fminibuffer_prompt_width, Fminibuffer_prompt_end): Functions removed.
4432 (syms_of_minibuf): Remove initializations of
4433 Sminibuffer_prompt_width and Sminibuffer_prompt_end.
4434 * buffer.h (struct buffer): Remove prompt_end_charpos field.
4435 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer, Fkill_buffer):
4436 Don't initialize prompt_end_charpos field.
4437 * syntax.c (Fforward_word): Likewise.
4438 Constrain to any field.
4439
3f6f7508
GM
44401999-10-16 Gerd Moellmann <gerd@gnu.org>
4441
4442 * window.c (enum save_restore_action): New.
4443 (save_restore_orig_size): Change parameter list. Add
4444 functionality to check for valid orig_top and orig_height members
4445 in a window tree.
4446 (grow_mini_window): Call save_restore_orig_size with new parameter
4447 list.
4448 (shrink_mini_window): Restore old window sizes only if old
4449 size information is valid in all windows in a window tree.
4450
06482119
GM
44511999-10-15 Gerd Moellmann <gerd@gnu.org>
4452
2710454d
GM
4453 * xmenu.c (set_frame_menubar): Don't call
4454 x_set_menu_resources_from_menu_face here.
4455 (update_frame_menubar): Call x_set_menu_resources_from_menu_face.
4456
06482119
GM
4457 * xfns.c (gif_load): Fix handling of interlaced GIFs.
4458
17fa2837
DL
44591999-10-14 Dave Love <fx@gnu.org>
4460
4461 * xdisp.c (handle_fontified_prop): GCPRO `pos'.
4462
45f93416
GM
44631999-10-14 Gerd Moellmann <gerd@gnu.org>
4464
4465 * process.c (Fopen_network_stream): Don't loop if gethostbyname
4466 fails and h_errno is TRY_AGAIN.
4467
c765b723
DL
44681999-10-13 Dave Love <fx@gnu.org>
4469
4470 * filelock.c (lock_file): Move gcpro of `fn'.
4471
dace7f4e
GM
44721999-10-10 Gerd Moellmann <gerd@gnu.org>
4473
4474 * keyboard.c (auto-save-interval): Fix documentation.
4475
83c8f461 44761999-10-09 Richard M. Stallman <rms@gnu.org>
73fb36f1
RS
4477
4478 * print.c (print): When removing objects from Vprint_number_table,
4479 only scan the newly added objects.
4480 (print_preprocess): If OBJ is a gensym, and print-continuous-numbering,
4481 unconditionally force it to stay in the table.
4482
85177c86
GM
44831999-10-09 Gerd Moellmann <gerd@gnu.org>
4484
4485 * xfns.c (prepare_image_for_display): Don't try to load image if
4486 loading it failed before.
4487 (lookup_image, prepare_image_for_display): Remember if loading the
4488 image failed.
4489 (xpm_load): Add missing UNBLOCK_INPUT.
4490
4491 * dispextern.h (struct image): New member load_failed_p.
4492
11e4de5d
SM
44931999-10-08 Stefan Monnier <monnier@cs.yale.edu>
4494
f28eba7b 4495 * fileio.c (Fmake_temp_name): Add a reference to `make-temp-file'
11e4de5d
SM
4496 in the docstring.
4497
f1da8f06
GM
44981999-10-08 Gerd Moellmann <gerd@gnu.org>
4499
4500 * xterm.c (XTread_socket) <ClientMessage, WM_TAKE_FOCUS>:
4501 Don't call XSetInputFocus because that can generate additional
4502 FocusIn events.
4503
c37bbd4f
GM
45041999-10-07 Jeffrey C Honig <jch@bsdi.com>
4505
4506 * bsdos4.h [HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
4507
83c8f461 45081999-10-07 Richard M. Stallman <rms@gnu.org>
78cc5c64
GM
4509
4510 * process.c (wait_reading_process_input): When trying to suck
4511 input from one process, for accept-process-output,
4512 exit that loop if we get EAGAIN or EWOULDBLOCK.
4513
577d9e2f
GM
45141999-10-07 Gerd Moellmann <gerd@gnu.org>
4515
4516 * xfaces.c (Qbitmap_spec_p): Replaces Qpixmap_spec_p.
4517 (Fbitmap_spec_p): Replaces Fpixmap_spec_p.
4518 (load_pixmap): Use Fbitmap_spec_p and Qbitmap_spec_p instead of
4519 Fpixmap_spec_p and Qpixmap_spec_p.
4520 (load_face_colors, check_lface_attrs,
4521 merge_face_vector_with_property,
4522 Finternal_set_lisp_face_attribute): Use Fbitmap_spec_p.
4523 (syms_of_xfaces): Initialize Qbitmap_spec_p, defsubr
4524 Fbitmap_spec_p.
4525
f5737ad2
GM
45261999-10-07 Gerd Moellmann <gerd@gnu.org>
4527
4528 * xdisp.c (display_menu_bar): Use MENU_FACE_ID instead of
4529 MODE_LINE_FACE_ID.
4530
4531 * xfaces.c (toplevel) [USE_MOTIF]: Include some Motif headers.
4532 (struct x_resources) [USE_X_TOOLKIT]: New.
4533 (xm_apply_resources, xm_set_menu_resources_from_menu_face)
4534 [USE_MOTIF]: New.
4535 (xl_apply_resources, xl_set_menu_resources_from_menu_face)
4536 [USE_LUCID]: New.
4537 (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]: New.
4538 (Qmenu): New.
4539 (syms_of_xfaces): Initialize Qmenu.
4540 (realize_basic_faces): Realize face `menu'.
4541 (resolve_face_name): New.
4542 (lface_from_face_name): Use it.
4543 (Finternal_set_lisp_face_attribute): Ditto.
4544 (Fpixmap_spec_p): Rewritten. Extend doc string.
4545
4546 * xmenu.c (set_frame_menubar, xmenu_show): Call
4547 x_set_menu_resources_from_menu_face.
4548
4549 * dispextern.h (enum face_id): Add MENU_FACE_ID.
4550 (toplevel): Include X11/Intrinsic.h.
4551
6a1aa823
DL
45521999-10-03 Ken'ichi Handa <handa@gnu.org>
4553
4554 * coding.c (DECODE_CHARACTER_ASCII): Decode ASCII invocated to GR
4555 correctly.
4556
26901792
DL
45571999-09-30 Kenichi Handa <handa@etl.go.jp>
4558
4559 * category.c (modify_lower_category_set): Set default value of
4560 TABLE correctly.
4561
4562 * minibuf.c (Fminibuffer_complete_word): Calculate string byte
4563 size correctly.
4564
45651999-09-29 Gerd Moellmann <gerd@gnu.org>
4566
4567 * editfns.c (Fpropertize): Renamed from Fproperties.
4568
45691999-09-29 Gerd Moellmann <gerd@gnu.org>
4570
4571 * xdisp.c (resize_mini_window): Do nothing if frame is an X
4572 frame that hasn't been initialized yet.
4573
83c8f461 45741999-09-28 Richard M. Stallman <rms@gnu.org>
a04f1a93
PR
4575
4576 * keymap.c (Fsingle_key_description): Make tem big enough.
4577 (describe_buffer_bindings): Make buf big enough.
4578
83c8f461 45791999-09-27 Richard M. Stallman <rms@gnu.org>
d177c583
PR
4580
4581 * intervals.c (get_local_map): Use indirect_function,
4582 not Findirect_function.
4583
26901792
DL
45841999-09-27 Dave Love <fx@gnu.org>
4585
4586 * cm.h: Remove unneeded declaration of ospeed.
4587
45881999-09-26 Gerd Moellmann <gerd@gnu.org>
4589
4590 * lisp.h (toplevel): Add prototype for
4591 next_single_char_property_change.
4592
4593 * textprop.c (next_single_char_property_change): New.
4594
4595 * xdisp.c (display_prop_end, invisible_text_between_p): Use
4596 next_single_char_property_change.
4597
45981999-09-25 Gerd Moellmann <gerd@gnu.org>
4599
4600 * editfns.c (Fproperties): New.
4601 (syms_of_editfns): Defsubr it.
4602
4603 * xfns.c (lookup_image): Set image's timestamp because it's
4604 used when we look it up.
4605
46061999-09-23 Gerd Moellmann <gerd@gnu.org>
4607
4608 * window.c (enlarge_window): Add window parameter instead of using
4609 selected_window.
4610 (Fdisplay_buffer): Call it with window parameter instead of
4611 setting selected_window.
4612 (Fenlarge_window, Fshrink_window): Ditto.
4613 (shrink_mini_window): If there is no recorded height and position
4614 info, resize mini-window to height 1.
4615
4616 * xfns.c (image_error): Use add_to_log.
4617
4618 * xfaces.c (load_pixmap): Call add_to_log without frame parameter.
4619 (load_face_font_or_fontset, load_color,
4620 merge_face_vector_with_property): Ditto.
4621
4622 * dispextern.h: Add prototype for add_to_log.
4623
4624 * xfaces.c (add_to_log): Move to xdisp.c.
4625
4626 * xdisp.c (add_to_log): Moved from xfaces.c. Remove frame
4627 parameter.
4628
46291999-09-23 Gerd Moellmann <gerd@gnu.org>
4630
4631 * xterm.c (XTread_socket) <MotionNotify>: Change #ifdef
4632 USE_X_TOOLKIT to #ifdef USE_TOOLKIT_SCROLL_BARS.
4633
4634 * xdisp.c (resize_mini_window): Use grow_mini_window and
4635 shrink_mini_window.
4636
4637 * window.c (window_min_size): Add parameter ignore_fixed_p.
4638 (change_window_height): Call window_min_size with new parameter.
4639 (shrink_window_lowest_first, save_restore_orig_size,
4640 grow_mini_window, shrink_mini_window): New.
4641 (make_window, replace_window): Initialize orig_top and
4642 orig_height.
4643 (enlarge_window): Renamed from change_window_height. Make it
4644 static.
4645 (Fdisplay_buffer, Fenlage_window, Fshrink_window): Call
4646 enlarge_window instead of change_window_height.
4647
4648 * window.h (struct window): New members orig_top, orig_height.
4649 (toplevel): Add prototypes for grow_mini_window and
4650 shrink_mini_window. Remove prototype for change_window_height.
4651
46521999-09-21 Eli Zaretskii <eliz@gnu.org>
4653
4654 * frame.c (frame_name_fnn_p): Fix previous change.
4655
46561999-09-20 Gerd Moellmann <gerd@gnu.org>
4657
4658 * minibuf.c (toplevel): Move include of stdio.h to other includes.
4659
4660 * dispnew.c (direct_output_for_insert): Cast arguments to
4661 safe_bcopy to char *.
4662
4663 * lread.c (readchar): Remove unused variables.
4664 (read_filtered_event, read1, Fmapatoms): Ditto.
4665 (toplevel): Include intervals.h.
4666
4667 * eval.c (Fsignal): Remove unused variables.
4668 (Fcommandp, do_autoload): Ditto.
4669
4670 * lisp.h: Add prototype for safe_bcopy, fatal.
4671
4672 * editfns.c (init_editfns): Remove unused variables.
4673 (Fgoto_char, Fchar_after, Fformat): Ditto.
4674 (message_text, message_length): Put in #ifndef HAVE_MENUS.
4675
4676 * data.c (find_symbol_value): Remove unused variables.
4677 (Faref, Fstring_to_number): Ditto.
4678 (toplevel): Include stdio.h.
4679 (Fnumber_to_string): Cast XINT to long for %ld.
4680
4681 * casefiddle.c (casify_object): Remove unused variables.
4682 (casify_region): Ditto.
4683
4684 * filelock.c (get_boot_time): Put local variable used in
4685 conditinally compiled section in #ifdef.
4686 (toplevel): Include stdio.h.
4687
4688 * keymap.c (Flookup_key, Faccessible_keymaps, describe_vector,
4689 keys_of_keymap, syms_of_keymap): Remove unused variables.
4690
46911999-09-20 Gerd Moellmann <gerd@gnu.org>
4692
4693 * xdisp.c (sync_frame_with_window_matrix_rows): Disable frame rows
4694 whose corresponding window rows have been disabled in
4695 try_window_id.
4696
46971999-09-20 Gerd Moellmann <gerd@gnu.org>
4698
4699 * xdisp.c (compute_window_start_on_continuation_line): Handle case
4700 that window start is out of range.
4701 (handle_display_prop, handle_single_display_prop): Replace
4702 marginal area specifications like `left-margin' with `(margin
4703 left-margin)'.
4704 (Qmargin): New.
4705 (syms_of_xdisp): Initialize Qmargin.
4706
47071999-09-19 Gerd Moellmann <gerd@gnu.org>
4708
4709 * syntax.c (update_syntax_table, find_defun_start, back_comment,
4710 describe_syntax, skip_chars): Remove unused variables.
4711 (back_comment, forw_comment): Add braces to if-statement with
4712 if-else as dependent statement.
4713
4714 * process.c (list_processes_1): Remove unused variables.
4715 (Fopen_network_stream, create_process): Add parentheses to
4716 conditional expressions.
4717 (create_process): Put declaration of sigchld in #if 0.
4718 (Fopen_network_stream): Removed unused variables.
4719 (Fopen_network_stream, wait_reading_process_input,
4720 wait_reading_process_input, send_process, send_process): Ditto.
4721 (toplevel): Add prototypes for set_waiting_for_input and
4722 keyboard_bit_set.
4723
4724 * abbrev.c (Fexpand_abbrev): Remove unused variables.
4725
4726 * textprop.c (Fset_text_properties): Remove unused variables.
4727 (text_property_list, verify_interval_modification,
4728 interval_has_all_properties): Ditto.
4729
4730 * callproc.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
4731 (Fcall_process): Remove unused variable.
4732
4733 * keyboard.c (Frecursive_edit): Remove unused variable.
4734 (command_loop_1, safe_run_hooks, kbd_buffer_get_event,
4735 timer_check, make_lispy_event, menu_bar_items,
4736 menu_bar_one_keymap, menu_bar_item, parse_menu_item,
4737 parse_tool_bar_item, read_char_x_menu_prompt, read_key_sequence,
4738 kbd_buffer_get_event, make_lispy_event, read_char_x_menu_prompt,
4739 read_key_sequence): Ditto. Fread_key_sequence,
4740 Fread_key_sequence_vector, Fsuspend_emacs): Ditto.
4741 (read_key_sequence) [GOBBLE_FIRST_EVENT]: Put local variables only
4742 used when GOBBLE_FIRST_EVENT is defined in #ifdef
4743 (Fexecute_extended_command): Cast XINT to long for %ld.
4744 (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
4745 (toplevel): Include sys/types.h.
4746
4747 * lisp.h (RETURN_UNGCPRO): Use do-while (0) idiom.
4748 (toplevel): Add prototypes for stuff_char, and
4749 code_convert_string_norecord.
4750
47511999-09-19 Gerd Moellmann <gerd@gnu.org>
4752
4753 * buffer.h: Add prototype for r_re_alloc.
4754
4755 * insdel.c (copy_text): Removed unused variables.
4756 (count_combining_after, count_combining_after, insert_1_both,
4757 insert_from_string_1, insert_from_buffer_1, check_markers): Ditto.
4758 (adjust_after_replace, replace_range): Add parentheses to logical
4759 expressions. Remove unused variables.
4760 (CHECK_BYTE_COMBINING_FOR_INSERT): Add parentheses to logical
4761 expression.
4762
4763 * alloc.c (Fgarbage_collect): Remove unused variable.
4764 (compact_strings): Add parentheses around assignments in
4765 conditional context.
4766 (toplevel): Put declaration of unused function clear_marks
4767 in #if 0 like its definition.
4768
4769 * lisp.h: Add prototype for shrink_regexp_cache,
4770 sweep_weak_hash_tables.
4771
47721999-09-19 Dave Love <fx@gnu.org>
4773
4774 * process.c (Fopen_network_stream): Use strerror, not gai_strerror.
4775
4776 * doc.c (read_bytecode_char): Declare arg.
4777
4778 * lisp.h: Declare Fcurrent_message, Fmake_temp_name,
4779 read_bytecode_char, Fx_hide_busy_cursor, getloadavg.
4780
47811999-09-18 Richard Stallman <rms@gnu.org>
4782
4783 * xdisp.c (echo_area_display): Turn off code that returned
4784 without doing anything when using a terminal frame.
4785
83c8f461 47861999-09-17 Richard M. Stallman <rms@gnu.org>
27271329
PR
4787
4788 * unexelf.c (unexec): Don't get confused by a short section
4789 just before the bss section.
4790
26901792
DL
47911999-09-16 Gerd Moellmann <gerd@gnu.org>
4792
4793 * emacs.c (main): Remove unused variables.
4794 (sort_args, Fkill_emacs, Fkill_emacs): Ditto.
4795
4796 * lisp.h: Add prototype for uninterrupt_malloc, memory_warnings,
4797 init_fileio_once, syms_of_sound, init_xfns, init_fns
4798 init_sound, check_message_stack.
4799
4800 * emacs.c (toplevel) [HAVE_UNISTD_H]: Include unistd.h.
4801
4802 * intervals.c (rotate_right, rotate_left): Add braces to avoid
4803 ambiguous else warning.
4804 (split_interval_left): Remove unused variables.
4805 (previous_interval, adjust_intervals_for_deletion,
4806 set_point_both, set_point_both, set_intervals_multibyte_1): Ditto.
4807 (icount, idepth, zero_length): Move into #if 0 section below
4808 original position where these are used.
4809
4810 * buffer.h [REL_ALLOC]: Add prototypes for r_alloc and r_alloc_free.
4811
4812 * buffer.c (Fkill_buffer): Remove unused variables.
4813 (Fkill_buffer, overlays_at, overlays_in, recenter_overlay_lists,
4814 fix_overlays_in_range, Fmove_overlay, Fprevious_overlay_change,
4815 init_buffer_once, (syms_of_buffer): Ditto.
4816
4817 * xrdb.c (get_fallback): Remove unused variable.
4818 (x_load_resources): Ditto. Put local variable used for Motif only
4819 in #ifdef USE_MOTIF.
4820
48211999-09-16 Gerd Moellmann <gerd@gnu.org>
4822
4823 * minibuf.c (read_minibuf): Remove unused variables.
4824 (read_minibuf, Fread_buffer, scmp, Fcompleting_read): Ditto.
4825 (do_completion): Move assignment out of conditional context.
4826 (Fdisplay_completion_list): Add parentheses to conditional expression.
4827
4828 * cm.c (toplevel) [HAVE_TERMCAP_H]: Include termcap.h.
4829
4830 * lisp.h: Add prototype for no_switch_window.
4831
4832 * window.c (Fset_window_buffer): Remove unused variables.
4833 (Fset_window_margins): Ditto.
4834
4835 * xdisp.c (resize_mini_window): Temporarily set the selected
4836 window's or Vminibuf_scroll_window's height to "fixed" around
4837 the call the change_window_height.
4838
4839 * window.c (window_fixed_size_p): Check window's height_fixed_p
4840 flag.
4841
4842 * window.h (struct window): New member height_fixed_p.
4843
4844 * dispnew.c (direct_output_forward_char): Don't use this method
4845 if showing a message or a message was just cleared because we
4846 might need to resize the mini-window.
4847
48481999-09-16 Gerd Moellmann <gerd@gnu.org>
4849
4850 * frame.c (Fdelete_frame): Correct local variable pointing to
4851 selected frame after selecting new frame.
4852
48531999-09-15 Richard Stallman <rms@gnu.org>
4854
4855 * puresize.h (BASE_PURESIZE): Increase to 525000.
4856
4857 * filelock.c (Vtemporary_file_directory): New variable.
4858 (syms_of_filelock): Set up Lisp variable.
4859
48601999-09-15 Gerd Moellmann <gerd@gnu.org>
4861
4862 * term.c (OUTPUT_IF, OUTPUT1_IF): Use do-while.
4863 (encode_terminal_code): Remove unused variables.
4864 (turn_off_face): Ditto.
4865 (toplevel): Include termcap.h if HAVE_TERMCAP_H.
4866
4867 * dispnew.c (update_frame_line): If writing whole desired line,
4868 don't clear to end of line if already at the end.
4869
48701999-09-15 Gerd Moellmann <gerd@gnu.org>
4871
4872 * xdisp.c (resize_mini_window): Don't report changed window
4873 height if it actually hasn't changed.
4874
4875 * widget.c (set_frame_size, EmacsFrameSetCharSize): Remove
4876 unused variables.
4877 (mark_shell_size_user_specified): Put in #if 0 because not used.
4878 (create_frame_gcs): Put in #if 0 because currently unused.
4879 (first_frame_p): Ditto.
4880
4881 * xmenu.c (single_menu_item, Fx_popup_menu, Fx_popup_menu,
4882 single_submenu, update_frame_menubar, set_frame_menubar,
4883 free_frame_menubar, xmenu_show, xdialog_show): Remove unused
4884 variables.
4885
4886 * print.c (PRINTFULLP): Removed because it is no longer used and
4887 is misleading.
4888 (Ferror_message_string): Remove unused variables.
4889 (print_object): Cast argument of sprintf to long for `%ld'
4890 specifier. Remove unused variable.
4891
48921999-09-14 Gerd Moellmann <gerd@gnu.org>
4893
4894 * sound.c (Fplay_sound): Remove usused variables.
4895 (be2hs): Put in #if 0 because it's currently not used.
4896
48971999-09-14 Ken Raeburn <raeburn@gnu.org>
4898
4899 * print.c (Ferror_message_string, print_error_message,
4900 print_object): Use XCAR, XCDR and XFLOAT_DATA instead of explicit
4901 member access.
4902
49031999-09-14 Gerd Moellmann <gerd@gnu.org>
4904
4905 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.
4906
4907 * frame.c (Fnext_frame): Remove unused variable(s).
4908 (Fprevious_frame, Fmouse_pixel_position, frame_name_fnn_p): Ditto.
4909 (store_frame_param): Add parentheses to conditional expression.
4910 (Fmodify_frame_parameters): Remove unused variables.
4911 (Fmodify_frame_parameters, Fset_frame_size, Fset_frame_position):
4912 Ditto.
4913
4914 * xfns.c (x_set_background_color): Remove unused variable(s).
4915 (x_set_border_pixel): Ditto.
4916 (x_set_menu_bar_lines): Put local variable used only for
4917 non-toolkit case in #ifdef/#endif.
4918 (x_figure_window_size): Remove unused variable(s).
4919 (x_figure_window_size, x_window, lookup_image,
4920 xbm_read_bitmap_file_data, x_build_heuristic_mask, pbm_load,
4921 png_load, jpeg_load, gif_load, x_create_tip_frame,
4922 x_create_tip_frame, Fx_show_tip, x_set_border_pixel): Ditto.
4923
4924 * xterm.c (x_scroll_bar_handle_click): Compile only if
4925 not USE_TOOLKIT_SCROLL_BARS.
4926 (x_scroll_bar_set_handle, x_scroll_bar_note_movement): Ditto.
4927
4928 * dispextern.h: Add prototypes for gamma_correct and
4929 x_kill_gs_process.
4930
4931 * xterm.c (x_produce_glyphs): Remove unused variable(s).
4932 (x_alloc_nearest_color_for_widget, note_tool_bar_highlight,
4933 x_set_toolkit_scroll_bar_thumb): Ditto.
4934 (x_scroll_bar_create): Move local variable to the
4935 conditionally compiled section of code where it is used.
4936 (x_scroll_bar_create): Remove unused variable(s).
4937 (x_scroll_bar_remove, XTread_socket): Ditto.
4938 (XTread_socket) <ConfigureNotify>: Move variables used for
4939 non-toolkit case into conditionally compiled section of code.
4940
4941 * window.h (freeze_window_starts): Fix typo in prototype.
4942
4943 * xdisp.c (display_echo_area_1, try_window_id): Remove unused
4944 variable(s).
4945
4946 * lisp.h: Add prototype for debug_print.
4947
4948 * dispextern.h (xassert) [GLYPH_DEBUG]: Change definition
4949 to use do-while.
4950
4951 * fns.c (SXHASH_COMBINE): Add missing parentheses.
4952 (Fchar_table_range, Fset_char_table_default, mapcar1,
4953 Fyes_or_no_p, sweep_weak_hash_tables): Remove unused variable(s).
4954
4955 * lisp.h: Add prototype for getloadavg.
4956
49571999-09-14 Andreas Schwab <schwab@gnu.org>
4958
4959 * process.c (Fopen_network_stream): Avoid socket decriptor leak.
4960
4961 * lisp.h: Declare close_file_unwind.
4962
49631999-09-14 Richard Stallman <rms@gnu.org>
4964
4965 * filelock.c (get_boot_time): Make the temp name in the proper dir.
4966
49671999-09-13 Gerd Moellmann <gerd@gnu.org>
4968
4969 * xdisp.c (redisplay_window): Make sure start_at_line_beg
4970 is always set correctly.
4971
49721999-09-13 Dave Love <fx@gnu.org>
4973
4974 * xdisp.c (move_it_in_display_line_to): Make type consistent with
4975 declaration.
4976
49771999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
4978
4979 * xdisp.c (QCfile): Move here from xfns.c.
4980 (syms_of_xdisp): Initialize it.
4981 (message2_nolog): Change for Lisp_Object selected_frame.
4982 (message3_nolog, message_with_string, message,
4983 setup_echo_area_for_printing, truncate_echo_area,
4984 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
4985
49861999-09-13 Dave Love <fx@gnu.org>
4987
4988 * xterm.c: Don't continue #define args for benefit of old cc.
4989 (xt_action_hook): Indent #error for benefit of K&R cc.
4990
49911999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
4992
4993 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
4994 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
4995 (XRINGBELL): Removed.
4996
49971999-09-13 Dave Love <fx@gnu.org>
4998
4999 * xfns.c (x_put_x_image): Make type consistent with declaration.
5000
5001 * fns.c (Fmake_hash_table): Fix string continuation.
5002
50031999-09-13 Gerd Moellmann <gerd@delysid.gnu.org>
5004
5005 * xfns.c (QCfile): Moved to xdisp.c.
5006 (syms_of_xfns): Don't initialize QCfile.
5007 (check_x_frame): Change for Lisp_Object selected_frame.
5008 (check_x_display_info, x_get_resource_string): Ditto.
5009
50101999-09-13 Gerd Moellmann <gerd@gnu.org>
5011
5012 * minibuf.c (choose_minibuf_frame): Don't try to set the
5013 mini-buffer window's buffer, if the buffer is invalid.
5014
5015 * xfns.c (QCfile): Moved to xdisp.c.
5016 (syms_of_xfns): Don't initialize QCfile.
5017
5018 * xdisp.c (QCfile): Move here from xfns.c.
5019 (syms_of_xdisp): Initialize it.
5020
5021 * lisp.h (selected_frame): Add external declaration.
5022
5023 * xselect.c (x_own_selection): Change for Lisp_Object selected_frame.
5024 (Fx_store_cut_buffer_internal): Ditto.
5025 (Fx_rotate_cut_buffers_internal): Ditto.
5026
5027 * xfaces.c (frame_or_selected_frame): Change for Lisp_Object
5028 selected_frame.
5029 (Finternal_set_lisp_face_attribute): Ditto.
5030 (Finternal_get_lisp_face_attribute): Ditto.
5031 (Finternal_lisp_face_empty_p): Ditto.
5032 (Fdump_face): Ditto.
5033
5034 * term.c (OUTPUT): Change for Lisp_Object selected_frame.
5035 (OUTPUT_IF, ring_bell, set_terminal_modes, reset_terminal_modes,
5036 set_terminal_window, set_scroll_region, reassert_line_highlight,
5037 change_line_highlight, cursor_to, raw_cursor_to, clear_to_end,
5038 clear_end_of_line, clear_end_of_line_raw, clear_end_of_line_raw,
5039 encode_terminal_code, write_glyphs, term_init): Ditto.
5040
5041 * sysdep.c (reset_sys_modes): Change for Lisp_Object selected_frame.
5042 (kbd_input_ast, read_input_waiting): Ditto.
5043
5044 * minibuf.c (choose_minibuf_frame): Change for Lisp_Object
5045 selected_frame.
5046 (read_minibuf): Ditto.
5047
5048 * keyboard.c (command_loop_1): Change for Lisp_Object
5049 selected_frame.
5050 (cmd_error_internal, command_loop_1, read_char,
5051 kbd_buffer_get_event, read_avail_input,
5052 read_char_minibuf_menu_prompt, read_key_sequence, Fsuspend_emacs,
5053 interrupt_signal, quit_throw_to_read_char): Ditto.
5054
5055 * fontset.c (Ffont_info): Change for Lisp_Object selected_frame.
5056 (Ffontset_info): DItto.
5057
5058 * emacs.c (handle_USR1_signal): Change for Lisp_Object selected_frame.
5059
5060 * dispnew.c (selected_frame): Make it a Lisp_Object.
5061 (adjust_frame_glyphs_initially): Change for Lisp_Object selected_frame.
5062 (direct_output_for_insert, direct_output_forward_char,
5063 init_display): Ditto.
5064
5065 * data.c (swap_in_symval_forwarding): Change for Lisp_Object
5066 selected_frame.
5067 (set_internal): Ditto.
5068
5069 * buffer.c (Fother_buffer): Change for Lisp_Object selected_frame.
5070 (record_buffer): Ditto.
5071
5072 * frame.c (Fmake_terminal_frame): Use SELECTED_FRAME.
5073 (do_switch_frame): Change for Lisp_Object selected_frame.
5074 (Fselected_frame): Ditto.
5075 (Fframe_first_window): Use SELECTED_FRAME.
5076 (Fframe_root_window): Change for Lisp_Object selected_frame.
5077 (Fframe_selected_window, Fset_frame_selected_window, Fnext_frame,
5078 Fprevious_frame, other_visible_frames, Fdelete_frame,
5079 Fmouse_position, Fmouse_pixel_position, Fmake_frame_visible,
5080 Fmake_frame_invisible, Ficonify_frame, Fraise_frame, Flower_frame,
5081 Fframe_parameters, Fmodify_frame_parameters, Fframe_char_height,
5082 Fframe_char_width, Fframe_pixel_height, Fframe_pixel_width,
5083 Fset_frame_height, Fset_frame_width): Ditto.
5084
50851999-09-13 Gerd Moellmann <gerd@gnu.org>
5086
5087 * xdisp.c (message2_nolog): Change for Lisp_Object selected_frame.
5088 (message3_nolog, message_with_string, message,
5089 setup_echo_area_for_printing, truncate_echo_area,
5090 prepare_menu_bars, redisplay_internal, Fdump_tool_bar_row): Ditto.
5091
5092 * xmenu.c (Fx_popup_menu): Change for Lisp_Object selected_frame.
5093 (Fx_popup_dialog): Ditto.
5094
5095 * xfns.c (check_x_frame): Change for Lisp_Object selected_frame.
5096 (check_x_display_info, x_get_resource_string): Ditto.
5097
5098 * xterm.c (XTcursor_to): Change for Lisp_Object selected_frame.
5099 (x_clear_frame, XTring_bell, XTmouse_position, XTread_socket): Ditto.
5100 (XRINGBELL): Removed.
5101
5102 * window.c (Fminibuffer_window): Change for Lisp_Object
5103 selected_frame.
5104 (Fwindow_at, Fprevious_window, window_loop, select_window_1,
5105 display_buffer_1, Fdisplay_buffer, temp_output_buffer_show,
5106 Fcurrent_window_configuration, init_window_once): Ditto.
5107
5108 * frame.h (SELECTED_FRAME): New.
5109
51101999-09-12 Ken Raeburn <raeburn@gnu.org>
5111
5112 * category.c (word_boundary_p): Use XCAR and XCDR.
5113 * ccl.c (ccl_driver, resolve_symbol_ccl_program,
5114 Fregister_code_conversion_map): Likewise.
5115 * coding.c (setup_coding_system, detect_coding_system,
5116 Ffind_operation_coding_system, Fset_coding_priority_internal):
5117 Likewise.
5118 * doc.c (get_doc_string, Fdocumentation,
5119 store_function_docstring): Likewise.
5120 * editfns.c (save_restriction_restore): Likewise.
5121 * eval.c (Fcond, Fmacroexpand, Fcondition_case, wants_debugger,
5122 skip_debugger, find_handler_clause, Fautoload, Fapply,
5123 run_hook_with_args, run_hook_list_with_args, Ffetch_bytecode):
5124 Likewise.
5125 * fileio.c (Ffind_file_name_handler, Finsert_file_contents,
5126 Fwrite_region, do_auto_save_unwind, Fdo_auto_save,
5127 Fread_file_name): Likewise.
5128 * filelock.c (unlock_all_files): Likewise.
5129 * insdel.c (Fcombine_after_change_execute): Likewise.
5130 * intervals.c (adjust_intervals_for_insertion): Likewise.
5131 * keymap.c (get_keymap_1, Fkeymap_parent, Fset_keymap_parent,
5132 Fset_keymap_parent, fix_submap_inheritance, access_keymap,
5133 store_in_keymap, Fcopy_keymap, define_as_prefix,
5134 current_minor_maps, Faccessible_keymaps,
5135 accessible_keymaps_char_table, Fkey_description,
5136 Fwhere_is_internal, where_is_internal_2, where_is_internal_1,
5137 describe_buffer_bindings, describe_map_tree, shadow_lookup,
5138 describe_map): Likewise.
5139 * lread.c (Fload, load_unwind, close_load_descs, read_vector,
5140 read_list, init_lread): Likewise.
5141 * search.c (Fmatch_data): Likewise.
5142 * sunfns.c (Fsun_menu_internal): Likewise.
5143 * syntax.c (describe_syntax): Likewise.
5144 * undo.c (record_insert, record_delete, Fundo_boundary,
5145 truncate_undo_list): Likewise.
5146 * vmsproc.c (child_sig): Likewise.
5147
5148 * editfns.c (Fformat): Use XFLOAT_DATA.
5149
51501999-09-12 Gerd Moellmann <gerd@gnu.org>
5151
5152 * keyboard.c (command_loop_1): Resize mini-window to the
5153 exact size of a message displayed, if any.
5154
5155 * xdisp.c (resize_mini_window): Add parameter exact_p. Resize
5156 to exact size if exact_p is non-zero.
5157 (display_echo_area_1): Call resize_mini_window with
5158 new parameter.
5159 (redisplay_internal): Ditto.
5160 (resize_echo_area_axactly): New.
5161
5162 * minibuf.c (read_minibuf_unwind): Call resize_mini_window with
5163 new parameter.
5164
5165 * dispextern.h: Change prototype of resize_mini_window.
5166 Add prototype for resize_echo_area_axactly.
5167
5168 * xfaces.c (Fx_family_fonts): Replaces Fx_font_list.
5169 (syms_of_xfaces): Defsubr accordingly.
5170
5171 * xdisp.c (hscroll_window_tree): Choose cursor row from
5172 desired or current matrix.
5173 (redisplay_internal): Hscroll before updating.
5174
51751999-09-12 Gerd Moellmann <gerd@gnu.org>
5176
5177 * syntax.c (Fforward_word): Use prompt_end_charpos instead
5178 of minibuffer_prompt_length.
5179
5180 * minibuf.c (read_minibuf): Use prompt_end_charpos instead
5181 of minibuffer_prompt_length.
5182 (read_minibuf_unwind): Ditto.
5183 (Fminibuffer_complete_and_exit): Ditto.
5184 (Fminibuffer_complete_word): Ditto.
5185 (Fminibuffer_prompt_end): Ditto.
5186
5187 * editfns.c (Fbuffer_string): Use prompt_end_charpos instead
5188 of minibuffer_prompt_length.
5189 (Fline_beginning_position): Ditto.
5190
5191 * buffer.c (Fget_buffer_create): Use prompt_end_charpos instead
5192 of minibuffer_prompt_length.
5193 (Fmake_indirect_buffer): Ditto.
5194 (Fkill_buffer): Ditto.
5195 (Ferase_buffer): Ditto.
5196
5197 * buffer.h (prompt_end_charpos): Replaces
5198 minibuffer_prompt_length.
5199
5200 * minibuf.c (read_minibuf): Return mini-buffer contents
5201 without the prompt.
5202
5203 * editfns.c (make_buffer_string_both): Take out the code
5204 to handle mini-buffer prompts.
5205 (Fbuffer_string): Handle the prompt here, instead.
5206
5207 * xfaces.c (lface_from_face_name): Resolve face aliases.
5208 (Qmode_line): Replaces Qmodeline.
5209 (realize_basic_faces): Use Qmode_line.
5210 (syms_of_xfaces): Initialize Qmode_line.
5211
52121999-09-12 Gerd Moellmann <gerd@gnu.org>
5213
5214 * minibuf.c (read_minibuf): Set minibuf_prompt_width to the
5215 current column after inserting prompt.
5216 (Fminibuffer_prompt_width): Return minibuf_prompt_width.
5217
5218 * xfaces.c (Qframe_update_face_colors): New.
5219 (syms_of_xfaces): Initialize call.
5220 (update_face_from_frame_parameter): Call that function when
5221 the frame's background changes.
5222
52231999-09-12 Richard Stallman <rms@gnu.org>
5224
5225 * insdel.c (del_range_1): Don't treat minibuffer prompt specially.
5226
52271999-09-12 Ken Raeburn <raeburn@gnu.org>
5228
5229 * alloc.c (Fcons, pure_cons, Fpurecopy, Fgarbage_collect,
5230 mark_object, mark_buffer): Use XCAR and XCDR.
5231 * bytecode.c (Fbyte_code): Likewise.
5232 * callint.c (Fcall_interactively, Fprefix_numeric_value):
5233 Likewise.
5234 * callproc.c (Fcall_process, Fcall_process_region, child_setup,
5235 getenv_internal): Likewise.
5236 * dired.c (file_name_completion): Likewise.
5237 * fns.c (Fsafe_length, concat, Fcopy_alist, Fmember, Fmemq, Fassq,
5238 assq_no_quit, Fassoc, Frassq, Frassoc, Fdelq, Fdelete, Freverse,
5239 Fplist_get, Fplist_put, internal_equal, mapcar1): Likewise.
5240 * indent.c (Fcompute_motion): Likewise.
5241 * process.c (decode_status, Fprocess_status, Fprocess_exit_status,
5242 list_processes_1, Fstart_process, Fopen_network_stream,
5243 wait_reading_process_input, read_process_output_call,
5244 kill_buffer_processes, sigchld_handler, exec_sentinel_unwind,
5245 status_notify, wait_reading_process_input): Likewise.
5246 * textprop.c (PLIST_ELT_P, property_value, set_properties,
5247 extend_property_ranges): Likewise.
5248 * w32faces.c (Fpixmap_spec_p, merge_face_list): Likewise.
5249 * w32fns.c (x_window_to_frame, x_set_frame_parameters,
5250 x_report_frame_params, x_set_cursor_type, x_icon_type,
5251 x_figure_window_size, Fx_create_frame, w32_load_system_font,
5252 w32_load_font, enum_font_cb2, w32_list_bdf_fonts, w32_list_fonts,
5253 w32_list_synthesized_fonts, w32_find_ccl_program, Fx_list_fonts,
5254 Fw32_find_bdf_fonts, w32_find_bdf_fonts_in_dir,
5255 x_display_info_for_name, Fx_display_list): Likewise.
5256 * w32menu.c (menubar_id_to_frame, single_keymap_panes,
5257 Fx_popup_menu, Fx_popup_dialog): Likewise.
5258 * w32proc.c (Fw32_set_keyboard_layout): Likewise.
5259 * w32term.c (x_window_to_scroll_bar, w32_read_socket,
5260 w32_term_init, x_delete_display): Likewise.
5261 * xfns.c (x_window_to_frame, x_any_window_to_frame,
5262 x_non_menubar_window_to_frame, x_menubar_window_to_frame,
5263 x_top_window_to_frame, x_set_frame_parameters,
5264 x_report_frame_params, x_set_cursor_type, x_icon_type,
5265 x_figure_window_size, Fx_create_frame, x_display_info_for_name,
5266 Fx_display_list, x_create_tip_frame): Likewise.
5267 * xmenu.c (menubar_id_to_frame, single_keymap_panes,
5268 Fx_popup_menu, Fx_popup_dialog): Likewise.
5269 * xselect.c (x_own_selection, x_get_local_selection,
5270 x_handle_selection_request, x_handle_selection_clear,
5271 x_clear_frame_selections, wait_for_property_change_unwind,
5272 wait_for_property_change, x_handle_property_notify,
5273 copy_multiple_data, x_get_foreign_selection,
5274 lisp_data_to_selection_data, clean_local_selection_data,
5275 x_handle_selection_notify, Fx_get_selection_internal,
5276 x_disown_buffer_selections): Likewise.
5277 * xterm.c (x_window_to_scroll_bar, XTread_socket, x_list_fonts,
5278 x_load_font, x_find_ccl_program, x_term_init, x_delete_display):
5279 Likewise.
5280
5281 * alloc.c (make_float, make_pure_float, Fpurecopy): Use
5282 XFLOAT_DATA.
5283 * bytecode.c (Fbyte_code): Likewise.
5284 * floatfns.c (extract_float, Fexpt, Fabs, rounding_driver,
5285 fmod_float): Likewise.
5286
52871999-09-11 Richard Stallman <rms@gnu.org>
5288
5289 * xdisp.c (run_window_scroll_functions): If hook functions switch
5290 buffers, switch back after.
5291
52921999-09-11 Ken Raeburn <raeburn@gnu.org>
5293
5294 * charset.h (GET_TRANSLATION_TABLE): Use XCDR.
5295 * frame.h (FOR_EACH_FRAME): Use XCAR and XCDR.
5296 (PIXEL_X_FROM_CANON_X, PIXEL_Y_FROM_CANON_Y): Use XFLOAT_DATA.
5297 * keyboard.h (EVENT_HEAD, EVENT_START, EVENT_END, POSN_WINDOW,
5298 POSN_BUFFER_POSN, POSN_WINDOW_POSN, POSN_TIMESTAMP): Use XCAR and
5299 XCDR.
5300 * syntax.h (SYNTAX, SYNTAX_WITH_FLAGS, SYNTAX_MATCH): Use XCAR and
5301 XCDR.
5302
53031999-09-10 Richard Stallman <rms@gnu.org>
5304
5305 * xterm.c (XTread_socket): In XSetInputFocus, use RevertToParent,
5306 not RevertToPointerRoot.
5307 (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
5308 Fix the code to clear around the scroll bar.
5309
53101999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
5311
5312 * print.c: Support print-circle and related features.
5313 (Vprint_gensym_alist): Removed.
5314 (Vprint_circle, Vprint_continuous_numbering, print_number_index
5315 Vprint_number_table): New variables.
5316 (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): New macros.
5317 (PRINTPREPARE, PRINTFINISH): Don't set Vprint_gensym_alist.
5318 (print, print_preprocess, print_preprocess_string, print_object):
5319 New/modified functions with print-circle feature. Use
5320 Vprint_number_table instead of Vprint_gensym_alist for print-gensym.
5321 (syms_of_print): Defined new Lisp variables `print-circle',
5322 `print-continuous-numbering', `print-number-table'.
5323
53241999-09-10 Gerd Moellmann <gerd@gnu.org>
5325
5326 * xfns.c (x_build_heuristic_mask): Accept a list `(R G B)'
5327 as background color specification instead of an integer.
5328 (image-cache-eviction-delay): Replaces image-eviction-seconds.
5329 (Vimage_cache_eviction_delay): Replaces Vimage_eviction_seconds.
5330 (clear_image_cache, syms_of_xfns): Use it.
5331 (Qpostscript): Replaces Qghostscript.
5332 (gs_type): Use it.
5333 (gs_image_p): Ditto.
5334 (syms_of_xfns): Initialize Qpostscript.
5335
53361999-09-10 Richard Stallman <rms@gnu.org>
5337
5338 * buffer.c (Ferase_buffer): Don't erase the minibuffer prompt.
5339
53401999-09-09 Richard Stallman <rms@gnu.org>
5341
5342 * editfns.c (Fline_beginning_position): Handle minibuffer prompt here.
5343
5344 * cmds.c (Fbeginning_of_line): Don't handle minibuffer prompt here.
5345
53461999-09-09 Gerd Moellmann <gerd@gnu.org>
5347
5348 * fns.c (Fmakehash): Accept just one optional argument TEST.
5349
5350 * xfns.c (QCindex): New.
5351 (syms_of_xfns): Initialize QCindex.
5352 (gif_load): Use it instead of `:image'.
5353
53541999-09-09 Richard Stallman <rms@gnu.org>
5355
5356 * fileio.c (Fwrite_region): Finish renaming CONFIRM to MUSTBENEW.
5357 (Fwrite_region) [DOS_NT]: Handle `excl' here too.
5358
53591999-09-08 Gerd Moellmann <gerd@gnu.org>
5360
5361 * xdisp.c (Qwhen): Replaces QCwhen.
5362 (syms_of_xdisp): Initialized it instead of QCwhen.
5363 (handle_single_display_prop): Use it instead of QCwhen.
5364
53651999-09-08 Ken'ichi Handa <handa@gnu.org>
5366
5367 * charset.c (translate_char): Reset MSBs of arguments of
5368 MAKE_CHAR.
5369 (CHAR_COMPONENTS_VALID_P): Fix for ASCII.
5370
53711999-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
5372
5373 * editfns.c (Fbufsize): Accept an extra BUFFER parameter.
5374
5375 * fns.c (Fbase64_decode_region): Don't place point outside of the
5376 current accessible portion.
5377
53781999-09-07 Richard Stallman <rms@gnu.org>
5379
5380 * keymap.c (fix_submap_inheritance): Do nothing if the proper
5381 parent is an ancestor of SUBMAP; otherwise, add it as the
5382 ultimate ancestor.
5383
53841999-09-07 Gerd Moellmann <gerd@gnu.org>
5385
5386 * xdisp.c (handle_single_display_prop): Change conditional
5387 display property to `:when FORM . VALUE'.
5388
53891999-09-07 Richard Stallman <rms@gnu.org>
5390
5391 * fileio.c (Fwrite_region): Doc fix.
5392
53931999-09-07 Stefan Monnier <monnier@cs.yale.edu>
5394
5395 * fileio.c (Qexcl): New variable.
5396 (report_file_error): Handle EEXIST specially.
5397 (Fwrite_region): Special handling for CONFIRM = `excl'.
5398 (syms_of_fileio): Initialize Qexcl.
5399
54001999-09-07 Gerd Moellmann <gerd@gnu.org>
5401
5402 * xfns.c (x_set_foreground_color): Call
5403 update_face_from_frame_parameter.
5404 (x_set_background_color): Ditto.
5405 (x_set_mouse_color): Ditto.
5406 (x_set_cursor_color): Ditto.
5407 (x_set_border_color): Ditto.
5408 (x_set_scroll_bar_foreground): Ditto.
5409 (x_set_scroll_bar_background): Ditto.
5410
5411 * xfaces.c (recompute_basic_faces): Clear face cache.
5412 (Finternal_set_lisp_face_attribute): Modify frame parameters
5413 if attributes of certain faces are changed.
5414 (update_face_from_frame_parameter): New.
5415
5416 * xfaces.c (realize_basic_faces): Realize new basic faces.
5417
5418 * dispextern.h (SCROLL_BAR_FACE_ID, BORDER_FACE_ID,
5419 CURSOR_FACE_ID, MOUSE_FACE_ID): New.
5420
5421 * xfaces.c (Qscroll_bar, Qcursor, Qborder, Qmouse): New.
5422 (syms_of_xfaces): Intialize new symbols.
5423
5424 * fns.c (Fmakehash): Take one argument, test, make all the
5425 rest keyword arguments.
5426
5427 * window.c (Fset_window_margins): Make window the first argument.
5428 (set_window_buffer): Call Fset_window_margins with window as first
5429 argument.
5430
54311999-09-07 Gerd Moellmann <gerd@gnu.org>
5432
5433 * xfaces.c (Qfringe): Replaces Qmargin.
5434
54351999-09-07 Kenichi Handa <handa@etl.go.jp>
5436
5437 * charset.h: Lots of comments fixed.
5438 (PARSE_MULTIBYTE_SEQ): Make it work also for ASCII string.
5439 (STRING_CHAR_AND_CHAR_LENGTH): This macro removed.
5440
5441 * charset.c : Lots of comments fixed.
5442 (SPLIT_MULTIBYTE_SEQ): Make it work also for ASCII string.
5443 (CHAR_COMPONENTS_VALID_P): Name changed from
5444 CHAR_COMPONENT_VALID_P. Caller changed.
5445
54461999-09-06 Richard Stallman <rms@gnu.org>
5447
5448 * insdel.c (syms_of_insdel): Define Lisp variable
5449 inhibit-modification-hooks.
5450
54511999-09-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
5452
5453 * s/aix4-2.h (ALIGN_DATA_RELOC): Undefined to support new
5454 unexaix.c.
5455
5456 * s/aix3-1.h (ALIGN_DATA_RELOC): Defined to support new unexaix.c.
5457
54581999-09-06 Dave Love <fx@gnu.org>
5459
5460 * unexaix.c: New version incorporating Michael Sperber's changes
5461 from XEmacs. Should solve problems on AIX 4.3.
5462
5463 * lread.c (Vbyte_boolean_vars): New variable.
5464 (defvar_bool, syms_of_lread): Use it.
5465
54661999-09-05 Richard Stallman <rms@gnu.org>
5467
5468 * minibuf.c (read_minibuf): Put all three properties on the
5469 same range, the whole prompt.
5470
54711999-09-05 Gerd Moellmann <gerd@gnu.org>
5472
5473 * sound.c (Qplay_sound_functions): Replaces Qplay_sound_hook.
5474 (Fplay_sound, syms_of_sound): Use it.
5475 (parse_sound): Allow float volume values in the range [0, 1].
5476 (Fplay_sound): Ditto.
5477
5478 * window.c (Fset_window_vscroll): Make window the first argument,
5479 amount to scroll the second. Take non-negative vscroll as
5480 argument.
5481 (Fwindow_vscroll): Return non-negative vscroll.
5482
5483 * xfns.c (Fx_show_tip): Improve documentation.
5484
54851999-09-05 Gerd Moellmann <gerd@gnu.org>
5486
5487 * buffer.c, buffer.h, dispextern.h, dispnew.c, keyboard.c,
5488 window.c, xdisp.c, xfaces.c, xterm.c, keyboard.h: Change
5489 `top-line' and `top_line' to `header-line' and `header_line'.
5490 Likewise for similar spellings.
5491
54921999-09-05 Gerd Moellmann <gerd@gnu.org>
5493
5494 * xdisp.c (row_containing_pos): New.
5495 (try_window_id): Use it.
5496
5497 * alloc.c, dispextern.h, dispnew.c, frame.c, frame.h, keyboard.c,
5498 lisp.h, termhooks.h, window.c xdisp.c, xfaces.c, xfns.c, xterm.c:
5499 Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
5500 Likewise for upper-case etc.
5501
55021999-09-05 Gerd Moellmann <gerd@gnu.org>
5503
5504 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
5505 Fix reference to renamed variable.
5506
55071999-09-04 Gerd Moellmann <gerd@gnu.org>
5508
5509 * window.c (Qwindow_size_fixed): Replaces Qfixed_window_size.
5510 (window_fixed_size_p): Use Qwindow_size_fixed instead of
5511 Qfixed_window_size.
5512 (syms_of_window): Ditto.
5513
5514 * fns.c (Fmakehash): Exchange optional test and size arguments.
5515
55161999-09-03 Gerd Moellmann <gerd@gnu.org>
5517
5518 * xterm.c (XTset_vertical_scroll_bar): Block input when clearing
5519 under newly created scroll bar.
5520 (expose_window): If window is not yet fully initialized, do
5521 nothing. This can happen when toolkit scroll bars are used and a
5522 window is split. Reconfiguring the scroll bars will generate an
5523 expose for a newly created window.
5524
5525 * frame.h (struct frame): New member `gamma'.
5526
5527 * xfns.c: Include math.h. Add extern declaration for atof in case
5528 we don't see one.
5529 (Qscreen_gamma): New.
5530 (struct x_frame_parm_table): Add prototypes, add
5531 x_set_screen_gamma.
5532 (gamma_correct): New function.
5533 (defined_color): Call it.
5534 (x_set_screen_gamma): New.
5535 (x_set_title): Add parameter old_value.
5536 (RES_TYPE_FLOAT): New.
5537 (x_get_arg): Handle RES_TYPE_FLOAT.
5538 (Fx_create_frame): Call x_default_parameter for `screen-gamma'.
5539 (lookup_pixel_color): Change call to x_alloc_nearest_color to
5540 new prototype.
5541 (lookup_rgb_color): Ditto.
5542 (syms_of_xfns): Initialize Qscreen_gamma.
5543
5544 * xterm.c (x_alloc_nearest_color_for_widget) [USE_X_TOOLKIT]:
5545 New. Allocate color for lwlib widgets.
5546 (x_alloc_nearest_color): Change parameter list include the
5547 frame on which to allocate colors. Gamma-correct colors.
5548 (x_alloc_lighter_color): Call x_alloc_lighter_color with new
5549 parameter list.
5550
5551 * xterm.h: Change protorype of x_alloc_nearest_color.
5552
55531999-09-03 Richard Stallman <rms@gnu.org>
5554
5555 * callproc.c: Delete the system-independent include of stdlib.h
5556 (leaving only the one in the WINDOWSNT conditional).
5557
55581999-09-03 Andrew Choi <choi@cs.hku.hk>
5559
5560 * callproc.c (call-process) [macintosh]: Call mac_run_command in
5561 sysdep.c. The Mac code is modeled after the DOS code.
5562
5563 * dispextern.h [macintosh]: Include macterm.h to define substitute X
5564 Window types and macros.
5565
5566 * frame.h: Do nothing if included a second time.
5567 (enum output_method): Add mac_output frame type.
5568 (union output_data): Add new alternative `mac'.
5569 (FRAME_MAC_P): New macro.
5570
5571 * frame.c (Fframep) [macintosh]: Handle mac frame type.
5572 (syms_of_frame_1): Initialize Qmac.
5573 (make_terminal_frame) [macintosh]: Initialize output_data.mac fields.
5574 (Fmake_terminal_frame) [macintosh]: Add an alternate error check.
5575 (Fmodify_frame_parameters) [macintosh]: Call
5576 mac_set_frame_parameter in macterm.c.
5577
5578 * keyboard.c [macintosh]: Set KBD_BUFFER_SIZE to a smaller value
5579 (512) because Mac compilers limit local data of a function to 32K.
5580
5581 * make-docfiles.c: Correctly handle input files with Mac-style
5582 eol's.
5583
5584 * sysdep.c: Define numerous routines to emulate Unix system calls.
5585
5586 * xfaces.c: on MacOS, define the set of colors listed in rgb.txt
5587 file of an X Window environment.
5588
5589 * xfaces.c: on MacOS, define the Lisp functions x-display-color-p,
5590 x-display-grayscale, x-color-defined-p, and x-color-values.
5591
5592 * sysdep.c [macintosh] (stat, fstat, mkdir, rmdir, utime, access)
5593 (open, creat, unlink, read, write, rename, fopen, pause, alarm)
5594 (signal, sleep, gmtime, localtime, ctime, time, index, mktemp)
5595 (getpwuid, getpwnam, dup, dup2, isatty, getgid, getegid, getuid)
5596 (geteuid, getpid, getenv, uname, opendir, closedir, readdir, getwd.):
5597 New functions, replacing POSIX features.
5598
5599 * sysdep.c [macintosh] (Mac2UnixPathname, Unix2MacPathname, CheckAlarm)
5600 (InitMyPasswd, GetTempDirName, mystrchr, mystrtok, mystrcpy):
5601 (InitEmacsPasswdDir, run_mac_command): New subroutines.
5602
5603 * sysdep.c [macintosh] (targetTicks, alarm_signal_func, myPasswdName)
5604 (myPasswd, emacsPasswdDir, emacsPasswd, myPasswdInited, mask)
5605 (myPasswdDir, TempDirName, sys_siglist): New variables.
5606
5607 * sysdep.c [macintosh] (execvp, wait, croak, fork, kill, sigsetmask)
5608 (sigblock, request_sigio, unrequest_sigio, setpgrp, pipe, symlink)
5609 (link, lstat, readlink, umask, chmod, sbrk, fsync, ioctl):
5610 Define empty stubs so Emacs will link.
5611
56121999-09-03 Gerd Moellmann <gerd@gnu.org>
5613
5614 * xdisp.c: Use XCAR and XCDR instead of XCONS.
5615
5616 * window.h: New member frozen_window_start_p.
5617
5618 * window.c (foreach_window, foreach_window_1): New.
5619 (freeze_window_start, freeze_window_starts): New.
5620 (make_window): Initialize frozen_window_start_p.
5621 (replace_window): Ditto.
5622 (Fset_window_point): Remove references to deleted variables.
5623 (Fset_window_start): Ditto.
5624
5625 * xdisp.c (Vresize_mini_config, resize_mini_frame,
5626 resize_mini_initial_height): Removed.
5627 (syms_of_xdisp): Remove references to these variables.
5628 (resize_mini_window): Don't save window configuration, freeze
5629 window starts instead. Enlarge window until displaying an empty
5630 buffer, then shrink it. Make the function externally visible.
5631 (redisplay_window): Treat frozen window start like forced start,
5632 but accept point outside of the window.
5633
5634 * dispextern.h: Add function prototype for resize_mini_window.
5635
5636 * minibuf.c (read_minibuf_unwind): Resize mini-window when
5637 reaching minibuf_level 0.
5638
5639 * lisp.h: Remove extern declarations for variables deleted from
5640 xdisp.c.
5641
5642 * dispnew.c (adjust_frame_glyphs): Remove reference to
5643 Vresize_mini_config.
5644
56451999-09-03 Gerd Moellmann <gerd@gnu.org>
5646
5647 * xfns.c (x_set_scroll_bar_width): Change conditional compilation
5648 to USE_TOOLKIT_SCROLL_BARS.
5649
5650 * xterm.c (x_scroll_bar_create): Don't clear under scroll bar
5651 here.
5652 (XTset_vertical_scroll_bar): Clarify position computations. Clear
5653 under newly created scroll bar. Put toolkit scroll bars in the
5654 middle of the area reserved for the scroll bar.
5655
56561999-09-03 Kenichi Handa <handa@etl.go.jp>
5657
5658 The following changes are for the new handling of mulitbyte
5659 sequence. Now, except for a composite character, no multibyte
5660 character in string/buffer has trailing garbage bytes. For
5661 instance, the length of string "\201\300\300" is now 2, the first
5662 character is Latin-1 A-grave, the second is raw \300.
5663
5664 * charset.h (MAKE_NON_ASCII_CHAR): Handle the case that C1 or C2
5665 are negative.
5666 (MAKE_CHAR): Don't set MSBs of C1 and C2 to 0.
5667 (VALID_MULTIBYTE_CHAR_P): This macro deleted.
5668 (PARSE_COMPOSITE_SEQ): New macro.
5669 (PARSE_CHARACTER_SEQ): New macro.
5670 (PARSE_MULTIBYTE_SEQ): New macro.
5671 (CHAR_PRINTABLE_P): New macro.
5672 (STRING_CHAR): Adjusted for the change of string_to_non_ascii_char.
5673 (STRING_CHAR_AND_LENGTH): Likewise.
5674 (STRING_CHAR_AND_CHAR_LENGTH): Define it as STRING_CHAR_AND_LENGTH.
5675 (INC_POS): Use the macro PARSE_MULTIBYTE_SEQ.
5676 (DEC_POS, BUF_INC_POS, BUF_DEC_POS): Likewise,
5677
5678 * charset.c (SPLIT_COMPOSITE_SEQ): New macro.
5679 (SPLIT_CHARACTER_SEQ): New macro.
5680 (SPLIT_MULTIBYTE_SEQ): New macro.
5681 (CHAR_COMPONENT_VALID_P): New macro.
5682 (non_ascii_char_to_string): Generate a multibyte sequence as far
5683 as possible.
5684 (string_to_non_ascii_char): The 4th arg exclude_tail_garbage is
5685 deleted. Caller changed. Use the macro SPLIT_MULTIBYTE_SEQ.
5686 (split_non_ascii_string): Likewise.
5687 (multibyte_form_length): Use the macro PARSE_MULTIBYTE_SEQ.
5688 (char_printable_p): New function.
5689 (translate_char): Check character by NATNUMP instead of INTEGERP.
5690 (unibyte_char_to_multibyte): Call char_valid_p instead of
5691 VALID_MULTIBYTE_CHAR_P.
5692 (Fmake_char_internal): Check the arguments more rigidly.
5693 (Fcharset_after): Use the macro SPLIT_MULTIBYTE_SEQ.
5694 (char_valid_p): Check the validity by CHAR_COMPONENT_VALID_P.
5695 (Fmultibyte_char_to_unibyte): Check the validity of character by
5696 CHAR_VALID_P.
5697 (chars_in_text): Call multibyte_chars_in_text.
5698 (multibyte_chars_in_text): Use the macro PARSE_MULTIBYTE_SEQ.
5699 (Fcompose_string): Use the macro STRING_CHAR_AND_LENGTH instead of
5700 STRING_CHAR_AND_CHAR_LENGTH (which is obsolete now).
5701
5702 * data.c (Faset): Adjust the way to check byte-combining
5703 possibility for the new handling of multibyte sequence.
5704
5705 * editfns.c (Fsubst_char_in_region): Likewise.
5706
5707 * fns.c (count_combining): Use the macro PARSE_MULTIBYTE_SEQ.
5708 (string_char_to_byte): Likewise.
5709 (string_byte_to_char): Likewise.
5710
5711 * indent.c (MULTIBYTE_BYTES_WIDTH): Delete the 2nd arg C. Use the
5712 macro STRING_CHAR_AND_LENGTH. Caller changed.
5713
5714 * insdel.c (count_combining_composition): New function.
5715 (count_combining_before): Adjust the way to check byte-combining
5716 possibility for the new handling of multibyte sequence. Call
5717 count_combining_composition for a composite character.
5718 (count_combining_after): Likewise.
5719
5720 * print.c (print_string): Use the macro STRING_CHAR_AND_LENGTH.
5721 (print): Likewise.
5722
5723 * dispextern.h (struct it): Change the size of the member
5724 `ctl_chars'.
5725
5726 * xdisp.c (get_next_display_element): Display incomplete multibyte
5727 sequence (e.g. \222\300) by octal form.
5728
57291999-09-02 Gerd Moellmann <gerd@gnu.org>
5730
5731 * xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
5732
5733 * fns.c (Fhash_table_weakness): Replaces Fhash_table_weak.
5734 (cmpfn_eql, sxhash): Use XFLOAT_DATA.
5735
57361999-09-02 Gerd Moellmann <gerd@gnu.org>
5737
5738 * buffer.c (set_buffer_internal): Never set
5739 windows_or_buffers_changed.
5740
5741 * xdisp.c (try_window_id): Reset first_unchanged_at_end_row
5742 if we have displayed to the bottom of the window.
5743
5744 * syntax.c (Fforward_word): Stop at a mini-buffer prompt end
5745 in both directions. Extend documentation.
5746
57471999-09-01 Gerd Moellmann <gerd@gnu.org>
5748
5749 * minibuf.c (read_minibuf): Flush display after setting cursor to
5750 column 0.
5751
57521999-08-31 Gerd Moellmann <gerd@gnu.org>
5753
5754 * s/freebsd.h (__FreeBSD_version): Don't define it if it is
5755 already defined. This avoids a warning from buffer.c.
5756
57571999-08-30 Gerd Moellmann <gerd@gnu.org>
5758
5759 * xterm.h (FRAME_X_FLAGS_AREA_COLS): Define it as the total width
5760 of both margins.
5761 (FRAME_X_FLAGS_AREA_WIDTH): Likewise.
5762 (FRAME_X_LEFT_FLAGS_AREA_WIDTH): New.
5763 (FRAME_X_RIGHT_FLAGS_AREA_WIDTH): New.
5764
5765 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLS
5766 once instead of twice.
5767 (FRAME_LEFT_FLAGS_AREA_WIDTH): New.
5768
5769 * xterm.c: Remove unused bitmaps.
5770 (continued_bits, continuation_bits, overlay_bits): Change images.
5771 (x_draw_vertical_border): Use FRAME_X_RIGHT_FLAGS_AREA_WIDTH
5772 instead of FRAME_X_FLAGS_AREA_WIDTH.
5773 (x_after_update_window_line): Ditto.
5774 (x_draw_bitmap): Likewise.
5775 (x_draw_row_bitmaps): Likewise.
5776 (x_draw_glyph_string_box): Likewise.
5777 (x_draw_glyphs): Likewise.
5778 (x_scroll_run): Likewise.
5779 (expose_window_tree): Likewise.
5780 (note_mode_line_highlight): Likewise.
5781 (XTset_vertical_scroll_bar): Likewise.
5782 (x_clip_to_row): Likewise.
5783 (x_set_window_size): Likewise.
5784
5785 * xfns.c (x_figure_window_size): Use FRAME_FLAGS_AREA_COLS instead
5786 of 2 * that value.
5787
5788 * xdisp.c (window_box_width): Use FRAME_FLAGS_AREA_COLS instead of
5789 2 * that value.
5790 (window_box_left): Use FRAME_LEFT_FLAGS_AREA_WIDTH instead of
5791 FRAME_FLAGS_AREA_WIDTH.
5792
5793 * window.c (coordinates_in_window): Use
5794 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
5795 (window_internal_width): Subtract FRAME_FLAGS_AREA_WIDTH once
5796 instead of twice.
5797
5798 * widget.c (set_frame_size): Set flags_area_extra to
5799 FRAME_FLAGS_AREA_WIDTH instead of 2 * that width.
5800 (EmacsFrameSetCharSize): Ditto.
5801
5802 * dispnew.c (mode_line_string): Add FRAME_LEFT_FLAGS_AREA_WIDTH
5803 instead of FRAME_FLAGS_AREA_WIDTH.
5804
5805 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract
5806 FRAME_FLAGS_AREA_COLS once.
5807 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Add
5808 FRAME_LEFT_FLAGS_AREA_WIDTH instead of FRAME_FLAGS_AREA_WIDTH.
5809
58101999-08-30 Gerd Moellmann <gerd@gnu.org>
5811
5812 * freebsd.h (C_SWITCH_SYSTEM): Added to let configure find headers
5813 in /usr/X11R6/include which are checked for with AC_CHECK_HEADER.
5814
58151999-08-30 Gerd Moellmann <gerd@gnu.org>
5816
5817 * fns.c (QCweakness): Replaces QCweak.
5818 (Fmake_hash_table): Ditto.
5819 (Fmakehash): Ditto.
5820 (syms_of_fns): Ditto.
5821
58221999-08-29 Richard Stallman <rms@gnu.org>
5823
5824 * search.c (compile_pattern_1): Enable RE_CHAR_CLASSES for regexp.
5825
5826 * sysdep.c (read_input_waiting): Pass read_socket_hook just 4 args.
5827
5828 * syntax.h (SYNTAX_COMMENT_NESTED, SYNTAX_FLAGS_COMMENT_NESTED):
5829 Add support for nested comments.
5830
863476d1
SM
5831 * syntax.c (Fforward_comment, scan_lists, scan_sexps_forward):
5832 Consolidate the forward comment code into the new `forw_comment'.
5833 (forw_comment): New subroutine. Added support for nested comments.
5834 (lisp_parse_state, back_comment, Fmodify_syntax_entry)
5835 (Fparse_partial_sexp): Add support for nested comments.
26901792
DL
5836
58371999-08-28 Ken Raeburn <raeburn@gnu.org>
5838
5839 * lisp.h (struct Lisp_Cons, XCAR, XCDR, struct Lisp_Float): Change
5840 names of structure elements if HIDE_LISP_IMPLEMENTATION is
5841 defined, to help detect code that uses knowledge of the Lisp
5842 internals that it shouldn't have.
5843 (XFLOAT_DATA): New macro.
5844
58451999-08-25 Gerd Moellmann <gerd@gnu.org>
5846
5847 * syntax.c (Fforward_word): If in a mini-buffer and moving
5848 backwards, stop in front of the prompt to prevent accidentially
5849 moving into the read-only prompt.
5850
5851 * window.c (Frecenter): Clear frame if called with nil or no arg.
5852
5853 * xdisp.c (resize_mini_window): Don't resize if
5854 Vmax_mini_window_height is nil. Otherwise, use a default if
5855 Vmax_mini_window_height is not ot a number.
5856 (syms_of_xdisp): Extend documentation of Vmax_mini_window_height.
5857
58581999-08-25 Alexandre Oliva <oliva@dcc.unicamp.br>
5859
5860 * unexelf.c: Merge IRIX debugging info patch from unexsgi.c
5861 * m/iris4d.h: Use unexelf for IRIX 5.*.
5862 * m/iris5d.h: Use unexelf for IRIX 6.*.
5863 * unexsgi.c: Deleted.
5864
5865 * unexelf.c: Auto-detect .sbss section.
5866 (round_up): Make it static.
5867 (unexec): Declare alignment as Elf Word. Skip ``Program
5868 segment above .bss'' test on MIPS without .sbss.
5869 Copy sections .got and .sdata1 sections. Adjust offsets in
5870 sections .sdata, .lit4, .lit8, .got and .sdata1.
5871
58721999-08-25 Gerd Moellmann <gerd@gnu.org>
5873
5874 * xdisp.c (try_window_id): Remove typo.
5875
58761999-08-24 Gerd Moellmann <gerd@gnu.org>
5877
5878 * xdisp.c (try_window_id): Recognize case that PT == ZV and in
5879 unchanged text at the bottom when computing the cursor position.
5880 (message3_nolog): Raise frame only if minibuffer_auto_raise is
5881 set.
5882
5883 * lisp.h (PVEC_TYPE_MASK): Add the bit for hash tables.
5884
58851999-08-24 Gerd Moellmann <gerd@gnu.org>
5886
5887 * xfaces.c (Qmargin): Replacement for Qbitmap_area.
5888 (realize_basic_faces): Replace Qmargin for Qbitmap_area.
5889 (syms_of_xfaces): Ditto.
5890
5891 * window.c (Fset_window_point): Reset Vresize_mini_config.
5892 (Fset_window_start): Ditto.
5893 (set_window_buffer): Ditto.
5894
5895 * dispnew.c (adjust_frame_glyphs): Reset Vresize_mini_config.
5896
5897 * xdisp.c (redisplay_window): Don't ever test just_this_one_p
5898 before calling try_window.
5899 (echo_area_display): If height has changed, update other windows.
5900 (resize_mini_frame, resize_mini_initial_height): New.
5901 (resize_mini_window): Save/restore window configuration
5902 differently.
5903
5904 * lisp.h (Vresize_mini_config, resize_mini_frame,
5905 resize_mini_initial_height): Add extern declarations.
5906
5907 * xterm.c (expose_window_tree): Fix typo CANON_Y_UNIT to
5908 CANON_X_UNIT.
5909
5910 * xfns.c [HAVE_JPEG]: Work around a warning about HAVE_STDLIB_H
5911 being redefined in jconfig.h.
5912
59131999-08-23 Ken'ichi Handa <handa@gnu.org>
5914
5915 * coding.h: Include "ccl.h" instead of "../src/ccl.h".
5916
59171999-08-22 Gerd Moellmann <gerd@gnu.org>
5918
5919 * alloc.c (mark_glyph_matrix): Mark strings only.
5920
5921 * xdisp.c (redisplay_internal): Clear garbaged frames after
5922 resizing mini-window.
5923
59241999-08-22 Gerd Moellmann <gerd@gnu.org>
5925
5926 * xdisp.c (unwind_with_echo_area_buffer): Use
5927 set_buffer_internal_1 instead of set_buffer_internal.
5928 (with_echo_area_buffer): Ditto.
5929
5930 * buffer.c (set_buffer_internal): Set windows_or_buffers_changed
5931 only if buffer is displayed somewhere.
5932
5933 * buffer.h (BUF_COMPUTE_UNCHANGED): New.
5934
5935 * insdel.c (gap_left): Use BUF_COMPUTE_UNCHANGED.
5936 (gap_right): Ditto.
5937 (modify_region): Ditto.
5938
5939 * buffer.c (modify_overlay): Use BUF_COMPUTE_UNCHANGED.
5940
5941 * xdisp.c (Vresize_mini_config): New.
5942 (resize_mini_window): Use it to save restore original window
5943 configuration
5944 (syms_of_xdisp): Initialize it.
5945
5946 * buffer.h (struct buffer): Add prevent_redisplay_optimizations_p.
5947
5948 * dispextern.h (struct glyph_matrix): Add buffer, begv, and zv.
5949
5950 * xdisp.c (reconsider_clip_changes): New.
5951 (redisplay_internal, redisplay_window): Call it.
5952 (mark_window_display_accurate, redisplay_internal): Set current
5953 matrix' buffer, begv, zv.
5954
5955 * window.c (Fset_window_hscroll): Set
5956 prevent_redisplay_optimizations_p instead of clip_changed.
5957 (Fset_window_hscroll): Ditto.
5958 (temp_output_buffer_show): Ditto.
5959 (Fset_window_vscroll): Ditto.
5960
5961 * buffer.c (reset_buffer): Set clip_changed to 0 and
5962 prevent_redisplay_optimizations_p to 1.
5963 (Fget_buffer_create): Set prevent_redisplay_optimizations_p to 1.
5964
5965 * buffer.h (BUF_UNCHANGED_MODIFIED, UNCHANGED_MODIFIED,
5966 BUF_OVERLAY_UNCHANGED_MODIFIED, OVERLAY_UNCHANGED_MODIFIED,
5967 BUF_BEG_UNCHANGED, BEG_UNCHANGED, BUF_END_UNCHANGED,
5968 END_UNCHANGED): New.
5969 (struct buffer_text): Add beg_unchanged, end_unchanged,
5970 unchanged_modified, overlay_unchanged_modified.
5971
5972 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
5973 overlay_unchanged_modified): Removed.
5974 (with_echo_area_unwind_data): Don't save beg/end_unchanged.
5975 (unwind_with_echo_area_buffer): Don't restore them.
5976 (debug_beg_unchanged, debug_end_unchanged) [GLYPH_DEBUG]: Removed.
5977 (text_outside_line_unchanged_p, redisplay_internal,
5978 try_scrolling): Use/set buffer-specific beg/end_unchanged.
5979 (redisplay_window): Let try_window_id be called if more than one
5980 window is displayed. Use/set buffer-specific beg/end_unchanged.
5981 (get_last_unchanged_at_beg_row, get_first_unchanged_at_end_row,
5982 try_window_id):
5983 Use buffer-specific beg/end_unchanged.
5984
5985 * window.h (beg_unchanged, end_unchanged, unchanged_modified,
5986 overlay_unchanged_modified): Remove extern declarations.
5987
5988 * keyboard.c (command_loop_1): Set beg/end_unchanged per
5989 buffer.
5990
5991 * insdel.c (gap_left): Compute beg/end_unchanged per buffer.
5992 (gap_right): Ditto.
5993 (adjust_after_replace): Likewise.
5994 (replace_range, del_range_2, modify_region): Likewise.
5995
5996 * dispnew.c (direct_output_for_insert): Set beg_unchanged
5997 and unchanged_modified per buffer.
5998
5999 * coding.c (code_convert_region): Compute beg/end_unchanged per
6000 buffer.
6001
6002 * buffer.c (modify_overlay): Compute beg/end_unchanged
6003 per buffer.
6004 (Fget_buffer_create): Initialize new members of the buffer
6005 structure.
6006
60071999-08-22 Gerd Moellmann <gerd@gnu.org>
6008
6009 * lisp.h: Add prototype for copy_hash_table and Fcopy_hash_table.
6010
6011 * fns.c (Qkey, Qvalue): Renamed from Qkey_weak, and Qvalue_weak.
6012 (Qkey_value_weak): Removed.
6013 (make_hash_table): Use nil, `key', `value', t for weakness.
6014 (Fmake_hash_table): Ditto.
6015 (copy_hash_table): New.
6016 (Fcopy_hash_table): New.
6017
60181999-08-22 Gerd Moellmann <gerd@gnu.org>
6019
6020 * xfns.c: Call change_frame_size and do_pending_window_change with
6021 new parameter.
6022
60231999-08-21 Gerd Moellmann <gerd@gnu.org>
6024
6025 * xdisp.c (resize_mini_window): Do it for truncate-lines t as
6026 well.
6027 (redisplay_internal): Resize mini-window only if text might
6028 have changed.
6029 (display_echo_area): Reset displayed echo_area_buffer to nil
6030 at the end if we're displaying a nil message.
6031
60321999-08-21 Gerd Moellmann <gerd@gnu.org>
6033
6034 * fns.c (hash_lookup): Test with EQ before calling key comparion
6035 function.
6036 (hash_remove): Ditto.
6037 (cmpfn_eq): Removed.
6038 (cmpfn_eql): Don't test with EQ.
6039 (cmpfn_equal): Ditto.
6040 (make_hash_table): Set comparison function for `eq' to null.
6041
6042 * buffer.c, cmds.c, editfns.c, indent.c, insdel.c, buffer.h:
6043 Remove conditional compilation on NO_PROMPT_IN_BUFFER.
6044
6045 * dispextern.h (NO_PROMPT_IN_BUFFER): Removed.
6046
6047 * window.c, widget.c, process.c, keyboard.c, frame.c, xdisp.c,
6048 xterm.c: Call change_frame_size and do_pending_window_change with
6049 new parameter.
6050
6051 * dispnew.c (do_pending_window_change): Add parameter `safe'.
6052 (change_frame_size): Ditto.
6053 (change_frame_size_1): Ditto. Deley size changes if redisplaying
6054 and not called from a safe place.
6055 (window_change_signal): Call change_frame_size with new parameter.
6056
6057 * dispextern.h: Change prototypes for do_pending_window_change
6058 and change_frame_size.
6059
6060 * xfaces.c (face_at_buffer_position): Don't xassert that
6061 window's buffers equals current_buffer; this is not the
6062 case during echo area display.
6063
60641999-08-21 Gerd Moellmann <gerd@gnu.org>
6065
6066 * xdisp.c, minibuf.c: Remove conditional compilation on
6067 NO_PROMPT_IN_BUFFER.
6068
6069 * minibuf.c (Fminibuffer_prompt_end): New.
6070 (syms_of_minibuf): Defsubr it. Remove
6071 minibuffer-prompt-in-buffer.
6072 (Fminibuffer_prompt_width): Return 0 if not in mini-buffer.
6073 Extend documentation.
6074
6075 * xdisp.c (get_next_display_element): Display \r as ^M.
6076
6077 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Clear
6078 under scroll bar widget.
6079
60801999-08-21 Gerd Moellmann <gerd@gnu.org>
6081
6082 * xdisp.c (minibuffer_scroll_overlap): Removed because not used
6083 anywhere.
6084 (unwind_redisplay): Return nil.
6085 (clear_garbaged_frames): New.
6086 (redisplay_internal): Use it.
6087 (echo_area_display): Ditto.
6088 (resize_mini_window): Mew.
6089 (display_echo_area_1): Use it to resize echo area window.
6090 (redisplay_internal): Use it to resize active mini-window.
6091
6092 * dispextern.h, lisp.h: Add function prototypes.
6093
6094 * dispnew.c (set_window_cursor_after_update): Do the
6095 cursor_in_echo_area case only for a mini-window showing
6096 a message. Don't let cursor end up after the end of a row.
6097
6098 * xdisp.c (echo_area_glyphs, echo_area_message,
6099 echo_area_glyphs_length, previous_echo_glyphs,
6100 previous_echo_area_message, previous_echo_area_glyphs_length):
6101 Removed.
6102 (Vmessage_stack, echo_area_buffer, echo_buffer,
6103 display_last_displayed_message_p, Vwith_echo_area_save_vector): New.
6104 (message2_nolog): Use set_message and clear_message.
6105 (message3): Rename parameter len to nbytes to make clear what
6106 it is.
6107 (message3_nolog): Ditto. Use set_message and clear_message.
6108 (update_echo_area): Rewritten.
6109 (with_echo_area_buffer): New.
6110 (with_echo_area_buffer_unwind_data, unwind_with_area_buffer): New.
6111 (setup_echo_area_for_printing): New.
6112 (display_echo_area, display_echo_area_1): New.
6113
6114 (current_message, current_message_1): New.
6115 (push_message, restore_message, pop_message,
6116 check_message_stack): New.
6117 (truncate_echo_area): Rewritten.
6118 (truncate_message_1): New.
6119 (set_message, set_message_1, clear_message): New.
6120 (echo_area_display): Rewritten.
6121 (redisplay_internal): Check for needed echo area update
6122 differently.
6123 (redisplay_preserve_echo_area): Rewritten.
6124 (redisplay_window): Check for mini-window displaying echo area
6125 message differently.
6126 (syms_of_xdisp): Initialize Vmessage_stack and echo area buffers.
6127 Remove initialzation of removed variables.
6128 (init_xdisp): Remove references to removed variables.
6129
6130 * dispnew.c (adjust_frame_message_buffer): Removed references
6131 to echo_area_glyphs and previous_echo_glyphs.
6132 (direct_output_for_insert): Check for mini-window displaying
6133 echo area message differently.
6134 (update_frame): Likewise.
6135 (set_window_cursor_after_update): Likewise. In echo area,
6136 don't try to set cursor on rows that aren't enabled.
6137
6138 * print.c: Remove conditional compilation on `standalone'.
6139 (glyph_len, str_to_glyph_cpy, str_to_glyph_ncpy,
6140 glyph_to_str_cpy): Remove that section because GLYPHs are no
6141 longer used in that way.
6142 (PRINTDECLARE): Add multibyte.
6143 (PRINTPREPARE, PRINTFINISH): Handle printcharfun t differently.
6144 (printbufidx): Removed.
6145 (printchar, strout): Rewritten.
6146
6147 * keyboard.c (ok_to_echo_at_next_pause): Make it a pointer to
6148 a struct kboard.
6149 (echo_kboard): New.
6150 (echo_now): Set echo_kboard to the current kboard.
6151 (cancel_echoing): Set echo_kboard to null.
6152 (cmd_error_internal): Use clear_message, remove references
6153 to echo_area_glyphs and echo_area_message.
6154 (command_loop_1): Check for echo area messages differently.
6155 (read_char): Likewise.
6156 (record_menu_key): Use clear_message.
6157 (Fexecute_extended_command): Check for echo area messages
6158 differently. Use push_message, restore_message, pop_message.
6159
6160 * alloc.c (Fgarbage_collect): Use push_message, restore_message,
6161 pop_message.
6162
6163 * emacs.c (shut_down_emacs): Call check_message_stack.
6164
6165 * lisp.h: Add function prototypes and extern declarations for
6166 new functions and variables.
6167
6168 * fileio.c (Fdo_auto_save): Use push_message, restore_message,
6169 pop_message.
6170
6171 * minibuf.c (read_minibuf): Use clear_message instead of
6172 setting echo_area_glyphs.
6173 (Fminibuffer_completion_help): Ditto.
6174
6175 * editfns.c (Fcurrent_message): Rewritten.
6176
6177 * frame.c, window.h: Remove references to echo_area_glyphs
6178 and previous_echo_glyphs.
6179
61801999-08-21 Dave Love <fx@gnu.org>
6181
6182 * aix3-2-5.h (C_DEBUG_SWITCH): Use -g -O.
6183 * aix4-1.h: Likewise.
6184
6185 * irix6-5.h (C_DEBUG_SWITCH): Set for debug and optimize.
6186
61871999-08-20 Gerd Moellmann <gerd@gnu.org>
6188
6189 * xfns.c: Remove tiff34 prefix from include.
6190
61911999-08-20 Dave Love <fx@gnu.org>
6192
6193 * cm.c: Revert previous change.
6194
61951999-08-19 Gerd Moellmann <gerd@gnu.org>
6196
6197 * xterm.c (XTset_vertical_scroll_bar): Fix previous change. Clear
6198 under scroll bar with width FRAME_SCROLL_BAR_COLS.
6199
62001999-08-18 Dave Love <fx@gnu.org>
6201
6202 * callproc.c, filelock.c, insdel.c, sysdep.c, xmenu.c: Use
6203 stdlib.h.
6204
6205 * doprnt.c: Use stdlib.h, unistd.h.
6206
6207 * config.in: Add HAVE_TERMCAP_H.
6208
6209 * cm.c: Use termcap.h.
6210
62111999-08-18 Gerd Moellmann <gerd@gnu.org>
6212
6213 * xfns.c (x_window) [USE_X_TOOLKIT]: Remove test for
6214 FRAME_X_WINDOW (f) being null at the of the function. If widgets
6215 cannot be created we will already have crashed earlier. Call
6216 lw_set_main_areas with a null menu-bar widget, so that we have
6217 a reasonable default.
6218 (Fx_create_frame): Rearranged so that Lisp errors during frame
6219 initialization cause less damage. Initialize menu bar widget
6220 here.
6221
62221999-08-18 Gerd Moellmann <gerd@gnu.org>
6223
6224 * dispnew.c (update_frame_line): Fix previous change. If writing
6225 whole line clear to end of frame.
6226
62271999-08-17 Gerd Moellmann <gerd@gnu.org>
6228
6229 * window.c (Fcoordinates_in_window_p): Return `left-bitmap-area'
6230 and `right-bitmap-area' if position is in the bitmap areas. This
6231 avoids an error when clicking on the bitmap areas. Instead, they
6232 are currently treated like clicks inside the window.
6233 (coordinates_in_window): Return 5 and 6 for bitmap areas.
6234 (Qleft_bitmap_area, Qright_bitmap_area): New.
6235 (syms_of_window): Initialize new symbols.
6236
6237 * dispnew.c (update_frame_line): If writing whole line,
6238 don't write trailing spaces unless we must.
6239
6240 * xdisp.c (unwind_redisplay): New. Resets flag redisplaying_p.
6241 (redisplay_internal): Register unwind_redisplay with
6242 register_unwind_protect.
6243 (try_window_reusing_current_matrix): If new start > old start,
6244 give up if start pos of first reusable row is not equal to new
6245 start.
6246
6247 * eval.c (Fsignal): Don't reset redisplaying_p here.
6248
6249 * xterm.c (expose_area): If row extends face to end of line,
6250 write the whole line.
6251
62521999-08-16 Gerd Moellmann <gerd@gnu.org>
6253
6254 * dispextern.h (struct it): Remove member
6255 show_trailing_whitespace_p.
6256
6257 * dispnew.c (direct_output_for_insert): Use
6258 Vshow_trailing_whitespace instead of former iterator member
6259 show_trailing_whitespace_p.
6260 (direct_output_forward_char): Don't do it if hightlighting
6261 trailing whitespace.
6262
6263 * xdisp.c (Qshow_trailing_whitespace): Removed.
6264 (Vshow_trailing_whitespace): Added.
6265 (init_iterator): Remove initialization code for
6266 show_trailing_whitespace_p.
6267 (redisplay_internal): Don't try cursor movement in this_line
6268 if showing trailing whitespace.
6269 (redisplay_window): Likewise for cursor movement in current
6270 matrix and try_window_id.
6271 (try_window_reusing_current_matrix): Likewise.
6272 (trailing_whitespace_p): Return 0 if trailing whitespace is
6273 in front of point.
6274 (display_line): Use Vshow_trailing_whitespace instead of
6275 former iterator member show_trailing_whitespace_p.
6276 (syms_of_xdisp): Add DEFVAR_LISP for show-trailing-whitespace.
6277
62781999-08-16 Gerd Moellmann <gerd@gnu.org>
6279
6280 * window.c (Fpos_visible_in_window_p): Rewritten.
6281
6282 * xfaces.c (add_to_log): Renamed from display_message.
6283 Don't display messages in echo area.
6284
6285 * xterm.c (x_draw_glyph_string_box): Use the background width
6286 of the glyph string for the width of the box.
6287
62881999-08-16 Stefan Monnier <monnier@cs.yale.edu>
6289
6290 * syntax.c (Fforward_comment): Set comstyle for Scomment_fence.
6291
62921999-08-16 Geoff Voelker <voelker@cs.washington.edu>
6293
6294 * xfns.c, w32fns.c (x_set_frame_parameters): Set foreground and
6295 background first, and then set other parameters that might
6296 depend upon their new values.
6297
62981999-08-15 Gerd Moellmann <gerd@gnu.org>
6299
6300 * xfaces.c (Vfont_list_limit): New.
6301 (syms_of_xfaces): Make it a user-variable.
6302 (DEFAULT_FONT_LIST_LIMIT): New.
6303 (sorted_font_list): If Vfont_list_limit is an integer > 0, list
6304 maximally that number of fonts, otherwise use
6305 DEFAULT_FONT_LIST_LIMIT.
6306 (Fx_font_family_list): Bind `font-list-limit' to higher values
6307 until we have all fonts.
6308 (Fxfont_list): Additionally return the full names of fonts and
6309 their registry and encoding.
6310
6311 * xterm.c (XTset_vertical_scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
6312 Simplify clearing "under" scroll bar.
6313
6314 * window.c (Qfixed_window_size): New.
6315 (syms_of_window): Initialiaze it.
6316 (check_all_windows): Add return type void.
6317 (window_fixed_size_p): New. Return non-zero if window
6318 is fixed-size.
6319 (window_min_size_1): New.
6320 (window_min_size): Handle fixed-size windows.
6321 (size_window): New. Rewritten combination of set_window_height and
6322 set_window_width that handles fixed-size windows.
6323 (set_window_height): Call it.
6324 (set_window_width): Call it.
6325 (Fsplit_window): Give an error on attempt to split a fixed-size
6326 window.
6327 (change_window_height): Partly rewritten to handle fixed-size
6328 windows.
6329
63301999-08-13 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6331
6332 * process.c (Fopen_network_stream): Fix previous change.
6333
63341999-08-13 Karl Heuer <kwzh@gnu.org>
6335
6336 * xdisp.c (line_number_display_limit_width): New var.
6337 (decode_mode_spec): Use it instead of hardcoded value.
6338 (syms_of_xdisp): Defvar it.
6339
63401999-08-13 Richard M. Stallman <rms@gnu.org>
6341
6342 * eval.c (run_hook_list_with_args): Gcpro `globals'.
6343 (run_hook_with_args): Likewise.
6344
6345 * window.h (struct window): New field too_small_ok.
6346
6347 * window.c (set_window_height, set_window_width):
6348 If window starts out "too small", set its too_small_ok flag.
6349 If window's too_small_ok flag is set, don't delete it
6350 unless it is so small it would cause a crash.
6351
63521999-08-13 Gerd Moellmann <gerd@gnu.org>
6353
6354 * window.c (MINSIZE): Removed.
6355 (window_min_size): New.
6356 (set_window_height): Use window_min_size.
6357 (change_window_height): Ditto.
6358
63591999-08-12 Gerd Moellmann <gerd@gnu.org>
6360
6361 * indent.c (vmotion): Don't add in mini-buffer prompt width
6362 if prompts are inserted into mini-buffer.
6363
63641999-08-12 Wolfgang Rupprecht <wolfgang@wsrcc.com>
6365
6366 * config.in: Add HAVE_GETADDRINFO.
6367 * process.c (Fopen_network_stream): Use getaddrinfo.
6368
63691999-08-11 Gerd Moellmann <gerd@gnu.org>
6370
6371 * xdisp.c (get_overlay_arrow_glyph_row): Set the charpos of
6372 glyphs to -1.
6373
6374 * xdisp.c (face_before_or_after_it_pos): If position after
6375 or before iterator's current position in the buffer is out
6376 of bounds, return the iterator's original face id.
6377
6378 * dispnew.c (mirror_make_current): If desired row isn't enabled,
6379 just swap glyphs pointers between current and desired row.
6380 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Copy
6381 desired matrix method string to current matrix.
6382
63831999-08-11 Kenichi Handa <handa@etl.go.jp>
6384
6385 * lisp.h (CHAR_MODIFIER_MASK): New macro.
6386
6387 * lread.c (read_escape): For Control modifier, pay attention to
6388 multibyte character.
6389 (read1): Likewise. Singal error or a multibyte character which
6390 has a modifer bit. Check validity of Shift modifer.
6391
6392 * charset.c (non_ascii_char_to_string): Handle modifier bits as
6393 the same as Lisp reader.
6394
63951999-08-10 Richard M. Stallman <rms@gnu.org>
6396
6397 * charset.h (BCOPY_SHORT): Fix typo `unsigined'.
6398
63991999-08-10 Alexandre Oliva <oliva@dcc.unicamp.br>
6400
6401 * unexelf.c [__linux__ && __alpha__] (HAS_SBSS_SECTION): Define.
6402
64031999-08-10 Eli Zaretskii <eliz@gnu.org>
6404
6405 * msdos.c (IT_set_face): Abort if the default face is not realized
6406 and cached.
6407 (IT_write_glyphs): Reset the screen face to the default face
6408 before writing glyphs.
6409
6410 * xfaces.c (realize_default_face) [MSDOS]: Don't take default
6411 colors from the frame here.
6412 (realize_tty_face) [MSDOS]: Do it here. Update the face
6413 attributes with the actual name of the color taken from the
6414 frame.
6415
6416 * dosfns.c (msdos_stdcolor_name): Remove const from return value.
6417 * dosfns.h (msdos_stdcolor_name): Ditto for the prototype.
6418
6419 * frame.c (Fframe_parameters): Swap foreground and background
6420 colors returned in frame parameters if the frame has reverse in
6421 its parameter alist.
6422 (Fmake_terminal_frame): Make a unique copy of face_alist for
6423 each frame.
6424
64251999-08-07 Richard Stallman <rms@gnu.org>
6426
6427 * buffer.c (Fprevious_overlay_change): Just return
6428 the answer obtained from overlays_at.
6429
6430 * xfns.c (xpm_load) [!XpmAllocCloseColors]:
6431 Use XpmCloseness and attrs.closeness instead.
6432
64331999-08-06 Richard Stallman <rms@gnu.org>
6434
6435 * lread.c (Feval_buffer): New arg DO_ALLOW_PRINT.
6436
64371999-08-06 Geoff Voelker <voelker@cs.washington.edu>
6438
6439 * dired.c (directory_files_internal, Fdirectory_files_and_attributes,
6440 Ffile_attributes_lessp): New functions.
6441 (Fdirectory_files): Use directory_files_internal.
6442 (syms_of_dired): Initialize Fdirectory_files_and_attributes,
6443 Ffile_attributes_lessp.
6444
6445 * w32.c (stat): Check for directory ending in separator when
6446 doing readdir fast path.
6447
6448 * w32fns.c (x_set_icon_type): Support setting frame icons.
6449 * w32term.c (x_bitmap_icon): New function.
6450 (x_make_frame_visible, x_iconify_frame): Invoke x_bitmap_icon.
6451
64521999-08-06 Gerd Moellmann <gerd@gnu.org>
6453
6454 * xdisp.c (set_iterator_to_next): After delivering a character
6455 from a display vector, restore face and charset to what they were
6456 before the display vector was processed.
6457
64581999-08-06 Gerd Moellmann <gerd@gnu.org>
6459
6460 * xdisp.c (reseat_at_next_visible_line_start): New parameter
6461 on_newline_p.
6462 (set_iterator_to_next): After delivering last char
6463 from display vector, reseat on next visible line start if
6464 dpvec_char_len < 0.
6465 (next_element_from_buffer): Set dpvec_char_len to -1 for
6466 selective display.
6467
64681999-08-06 Gerd Moellmann <gerd@gnu.org>
6469
6470 * xdisp.c (compute_line_metrics): If first line's physical ascent
6471 is larger than its logical ascent, use the physical ascent, and
6472 make the row taller. Set row's overlapping_p flag.
6473
6474 * dispnew.c (redraw_overlapping_rows): Use flag overlapping_p.
6475 (direct_output_for_insert): Ditto.
6476
6477 * dispextern.h (struct glyph_row): Add overlapping_p.
6478
6479 * xterm.c (x_draw_phys_cursor_glyph): Redraw overlaps.
6480
6481 * dispextern.h (MATRIX_ROW_OVERLAPS_PRED_P): New.
6482 (MATRIX_ROW_OVERLAPS_SUCC_P): New.
6483
6484 * dispnew.c (direct_output_for_insert): Don't use this method if
6485 row is overlapped by others.
6486 (update_text_area): Write full line if current line is overlapped.
6487 (redraw_overlapped_rows): New.
6488 (update_window): Call it.
6489 (redraw_overlapping_rows): New.
6490 (update_window): Call it.
6491 (scrolling_window): Make sure overlapped_p flag in current rows is
6492 unchanged.
6493 (row_equal_p): Take rows overlapped_p flag into account.
6494
6495 * dispextern.h (struct glyph_row): Add flag overlapped_p.
6496
6497 * xterm.c (x_fix_overlapping_area): New.
6498 (x_redisplay_interface): Add x_fix_overlapping_area.
6499
6500 * dispnew.c (adjust_glyphs): Block input while adjusting matrices.
6501
65021999-08-06 Gerd Moellmann <gerd@gnu.org>
6503
6504 * xterm.c (x_draw_glyphs): Add parameter overlaps_p.
6505 (struct glyph_string): Add member for_overlaps_p.
6506 (x_get_glyph_string_clip_rect): If glyph string draws foreground
6507 of overlapping rows, clip to window bottom.
6508 (x_fill_glyph_string): Add parameter overlaps_p.
6509 (x_fill_composite_glyph_string): Ditto.
6510 (BUILD_GLYPH_STRINGS): Ditto.
6511 (BUILD_CHAR_GLYPH_STRINGS): Ditto.
6512 (x_draw_glyph_string): Don't draw anything but the foreground
6513 if glyph string draws row overlaps.
6514
6515 * dispnew.c (direct_output_for_insert): Don't use this
6516 optimization for rows that overlap others.
6517 (update_window_line): Return non-zero if display has changed.
6518 (update_text_area): Ditto.
6519 (update_window): Record if display has been changed.
6520
6521 * dispextern.h (MATRIX_ROW_OVERLAPPING_P): New.
6522
6523 * dispextern.h (struct redisplay_interface): Add
6524 fix_overlapping_area.
6525
6526 * xterm.c (x_append_glyph): Set glyph flag overlaps_vertically_p.
6527
6528 * dispextern.h (struct glyph): Add overlaps_vertically_p.
6529
6530 * xterm.c (x_produce_image_glyph): Compute iterator's physical
6531 ascent and descent.
6532 (x_produce_stretch_glyph): Ditto.
6533 (x_produce_glyphs): Ditto.
6534
6535 * xdisp.c (init_iterator): Reset physical line height info
6536 after producing special glyphs.
6537 (display_toolbar_line): Set physical line height info.
6538 (compute_line_metrics): Ditto.
6539 (display_line): Ditto.
6540 (display_string): Ditto.
6541
6542 * term.c (produce_glyphs): Set iterator's physical height
6543 information.
6544
6545 * dispnew.c (blank_row): Compute glyph row's physical height.
6546 (row_equal_p): Take physical row heights into account.
6547 (direct_output_for_insert): Ditto.
6548 (update_text_area): Ditto.
6549
6550 * dispextern.h (struct glyph_row): Add phys_ascent and
6551 phys_height.
6552 (struct it): Add phys_ascent, phys_descent, max_phys_ascent,
6553 max_phys_descent.
6554
65551999-08-04 Stefan Monnier <monnier@cs.yale.edu>
6556
6557 * buffer.c (switch_to_buffer_1): New subroutine, taken out from
6558 Fswitch_to_buffer.
6559 (no_switch_buffer): New function.
6560 (Fswitch_to_buffer): Call them. Don't get confused
6561 by "same-window" buffers in a dedicated frame.
6562
6563 * window.c (display-buffer): Don't get confused
6564 by "same-window" buffers in a dedicated frame.
6565
65661999-08-04 Andreas Schwab <schwab@gnu.org>
6567
6568 * insdel.c (insert_from_string_1): Check gap size against number
6569 of outgoing bytes, not incoming bytes.
6570
65711999-08-03 Tom Breton <tob@world.std.com>
6572
6573 * lread.c (read1): Added circular reading code to #N=.
6574 (SUBSTITUTE): New macro.
6575 (seen_list): New variable.
6576 (substitute_object_in_subtree): New function.
6577 (substitute_object_recurse): New function.
6578 (substitute_in_interval): New function.
6579
65801999-08-02 Eli Zaretskii <eliz@gnu.org>
6581
6582 * Makefile.in (frame.o, sysdep.o, xfaces.o): Depend on dosfns.h.
6583
6584 * frame.c (make_terminal_frame): Don't call init_frame_faces if
6585 noninteractive, for termcap frames as well.
6586
6587 * sysdep.c (init_sys_modes): Call init_frame_faces for termcap
6588 frames.
6589
65901999-08-01 Richard Stallman <rms@gnu.org>
6591
6592 * fns.c (internal_equal): Correct overlay comparison.
6593
83c8f461 65941999-07-31 Richard M. Stallman <rms@gnu.org>
26901792
DL
6595
6596 * xfns.c (x_set_internal_border_width):
6597 Call do_pending_window_change. Don't block input, don't call XFlush.
6598 (x_set_vertical_scroll_bars): Call do_pending_window_change.
6599 (x_set_scroll_bar_width, x_set_font): Likewise.
6600
6601 * frame.c (Fset_frame_height): Call do_pending_window_change.
6602 (Fset_frame_width, Fset_frame_size): Likewise.
6603
6604 * xterm.c (x_set_window_size): When calling change_frame_size,
6605 specify 1 for DELAY.
6606
6607 * widget.c (EmacsFrameSetCharSize): Don't call
6608 do_pending_window_change here.
6609
66101999-07-30 Dave Love <fx@gnu.org>
6611
6612 * config.in: Add HAVE_STDLIB_H.
6613
66141999-07-30 Richard M. Stallman <rms@gnu.org>
6615
6616 * process.c (create_process): Detect failure of `pipe'.
6617
66181999-07-30 Keisuke Nishida <kei@psn.net>
6619
6620 * alloc.c (allocate_vectorlike): Add missing increment.
6621
6622 * data.c (Fdefalias): Call Ffset instead of duplicating code.
6623
6624 * keymap.c (get_keymap_1, get_keyelt): Check the type of OBJECT
6625 before calling indirect_function.
6626
66271999-07-30 Eli Zaretskii <eliz@gnu.org>
6628
6629 * dispextern.h (load_color, lookup_derived_face): Declare
6630 prototypes.
6631
6632 * dispnew.c (init_display) [MSDOS]: Don't initialize frame faces,
6633 it will be done later.
6634
6635 * frame.c (make_terminal_frame) [MSDOS]: Don't call
6636 init_frame_faces if non-interactive.
6637 (Fframe_parameters) [MSDOS]: Replace indexing into colornames[]
6638 array with a call to msdos_stdcolor_name. The font name is now
6639 "ms-dos", consistent with realize_tty_face.
6640
6641 * keyboard.c (cmd_error_internal): Don't kill Emacs if this is an
6642 MSDOS frame.
6643
6644 * window.c (Fset_window_configuration) [MSDOS]: Don't call
6645 x_set_toolbar_lines.
6646
6647 * xfaces.c (load_color): Remove static from definition and remove
6648 prototype.
6649 [MSDOS]: Add a DOS-specific version of load_color.
6650 (lookup_face): Replace FRAME_TERMCAP_P with !FRAME_WINDOW_P.
6651 (lookup_derived_face): New function.
6652 (realize_default_face): Support MSDOS frames.
6653 [MSDOS]: If fore/background colors are unspecified, inherit them
6654 from the frame.
6655 (realize_face): Support MSDOS frames.
6656 (realize_tty_face): Support MSDOS frames.
6657 [MSDOS]: If the face color is not in Vface_tty_color_alist, call
6658 load_color to try to find a suitable approximation. If the face
6659 is inverse-video, swap the foreground and background colors.
6660
6661 * dosfns.c (msdos_stdcolor_name, msdos_stdcolor_idx): New
6662 functions.
6663
6664 * dosfns.h (msdos_stdcolor_name, msdos_stdcolor_idx): Declare.
6665
6666 * msdos.h: Remove redundant declarations (most of them are now in
6667 dispextern.h).
6668
6669 * msdos.c (IT_set_face): Rewritten for the new redisplay engine.
6670 Use default frame colors if the face doesn't specify them; invert
6671 the colors if highlight is ON.
6672 (IT_write_glyphs): Rewritten for the new redisplay engine.
6673 (IT_change_line_highlight): Add (unused) parameter Y, since that's
6674 how the hook is called by term.c.
6675 (IT_copy_glyphs): New function, copies an area of the display in
6676 video RAM.
6677 (IT_insert_glyphs): Rewritten to DTRT instead of aborting, since
6678 redisplay now calls it even if char_ins_del_ok is zero.
6679 (IT_set_frame_parameters): Prototype changed. Calls the new
6680 load_color. Puts the new fore/background colors into the default
6681 face on current frame.
6682 (IT_menu_display): Rewritten to handle the new struct glyph
6683 instead of a char array.
6684 (XMenuActivate): Call lookup_derived_face to create and use
6685 special faces for the pop-up and drop-down menus.
6686
66871999-07-29 Gerd Moellmann <gerd@gnu.org>
6688
6689 * xterm.c (x_set_toolkit_scroll_bar_thumb): Don't call
6690 XawScrollbarSetThumb if thumb parameters haven't changed because
6691 that function apparently isn't optimized for this case.
6692
66931999-07-29 Eli Zaretskii <eliz@gnu.org>
6694
6695 * msdos.c (getdefdir): Don't return failure indication when
6696 _fixpath sets errno to ENOSYS.
6697
66981999-07-28 Gerd Moellmann <gerd@gnu.org>
6699
6700 * xdisp.c (string_char_and_length): New. Use it everywhere
6701 instead of STRING_CHAR_AND_LENGTH in xdisp.c.
6702
67031999-07-28 Kenichi Handa <handa@etl.go.jp>
6704
6705 * fns.c (count_combining): New function.
6706 (struct textprop_rec): New structure.
6707 (concat): Copy text properties correctly when byte combining
6708 occurs.
6709
67101999-07-28 Gerd Moellmann <gerd@gnu.org>
6711
6712 * xterm.c (x_setup_relief_color): Don't try smart color allocation
6713 if display is mono.
6714 (x_draw_row_bitmaps): If face has stipple, don't switch
6715 to foreground color for clearing areas, and set the fill style.
6716
6717 * xfaces.c (load_face_colors): Load background color if setting
6718 stipple, too.
6719 (prepare_face_for_display): Use FillOpaqueStippled instead of
6720 FillStippled.
6721
67221999-07-26 Ken'ichi Handa <handa@gnu.org>
6723
6724 * xterm.c (x_find_ccl_program): Add casting.
6725
6726 * w32fns.c (w32_find_ccl_program): Add casting.
6727
67281999-07-27 Gerd Moellmann <gerd@gnu.org>
6729
6730 * dispextern.h (struct glyph_row): Flag internal_border_p removed.
6731
6732 * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource
6733 because this will try to access a nonexisting widget.
6734
67351999-07-26 Markus Rost <rost@gnu.org>
6736
6737 * fns.c (Fgethash): Fix order of variables (patch by gerd).
6738 (Fputhash): Ditto.
6739 (Fremhash): Ditto.
6740
67411999-07-26 Gerd Moellmann <gerd@gnu.org>
6742
6743 * widget.c (EmacsFrameSetCharSize): Don't add XtNborderWidth
6744 value to frame width and height.
6745
6746 * xterm.c (x_get_glyph_string_clip_rect): Take internal border
6747 into account for full-width windows. Don't add scroll bar width
6748 to width of clip rect.
6749 (x_draw_glyph_string_box): Add 1 to right x of full width lines.
6750 (x_set_glyph_string_background_width): Add 1 to background width.
6751 (x_draw_glyphs): Take internal border into account for full-width
6752 lines.
6753
67541999-07-26 Richard M. Stallman <rms@gnu.org>
6755
6756 * xfns.c (x_set_mouse_color): Always unload the old color.
6757 Don't allow nil as color value.
6758 (x_set_cursor_color, x_set_background_color, x_set_foreground_color):
6759 Always unload the old color.
6760
6761 * indent.c (Fmove_to_column): Extend end of line only if FORCE is t.
6762
67631999-07-26 Karl Heuer <kwzh@gnu.org>
6764
6765 * fns.c (Fy_or_n_p): Doc fix.
6766
67671999-07-26 Kenichi Handa <handa@etl.go.jp>
6768
6769 * ccl.h (setup_ccl_program): The type is changed to `int'.
6770
6771 * ccl.c (ccl_driver) <CCL_Call>: Now CCL program ID to call may be
6772 stored in the following CCL code. Adjusted for the change of
6773 Vccl_program_table.
6774 (resolve_symbol_ccl_program): Adjusted for the new style of
6775 embedded symbols (SYMBOL . PROP) in CCL compiled code. Return Qt
6776 is resolving failed.
6777 (ccl_get_compiled_code): New function.
6778 (setup_ccl_program): Function type changed from `void' to `int'.
6779 Resolve symbols in CCL_PROG.
6780 (Fccl_program_p): New function.
6781 (Fccl_execute): Get compiled CCL code by just calling
6782 setup_ccl_program.
6783 (Fccl_execute_on_string): Likewise.
6784 (Fregister_ccl_program): Adjusted for the change of
6785 Vccl_program_table.
6786
6787 * coding.c (setup_coding_system): Get compiled CCL code by just
6788 calling setup_ccl_program.
6789
6790 * xterm.c (x_find_ccl_program): Get compiled CCL code by just
6791 calling setup_ccl_program.
6792
6793 * w32fns.c (w32_find_ccl_program): Get compiled CCL code by just
6794 calling setup_ccl_program.
6795
67961999-07-23 Gerd Moellmann <gerd@gnu.org>
6797
6798 * xfaces.c (frame_update_line_height): Just use the height of the
6799 frame's fontset or font, instead of taking face fonts into
6800 account.
6801
6802 * xdisp.c (get_next_display_element): Display DEL as `^?'.
6803
68041999-07-23 Richard M. Stallman <rms@gnu.org>
6805
6806 * window.c (Fsplit_window): For default size, round up for left window.
6807
68081999-07-21 Joe Ramey <ramey@ti.com>
6809
6810 * filelock.c (lock_if_free): Return -1 if check_lock_owner
6811 has returned -1 (lockfile exists but is not a symlink?).
6812
68131999-07-20 Gerd Moellmann <gerd@gnu.org>
6814
6815 * xterm.c (x_draw_bar_cursor): Use scratch_cursor_gc to
6816 because of a change in cursor_gc made in 20.4.
6817
68181999-07-19 Gerd Moellmann <gerd@gnu.org>
6819
6820 * xterm.c (x_calc_absolute_position): Subtract menu bar height
6821 for YNegative, if using X toolkit.
6822
6823 * xfns.c (x_real_positions): Don't subtract window borders
6824 from positions returned.
6825
68261999-07-17 Gerd Moellmann <gerd@gnu.org>
6827
6828 * xrdb.c (x_load_resources): Set double-click time defaults
6829 for Motif list boxes from double-click-time.
6830
6831 * fns.c (Vhash_table_tests): Remvoed.
6832 (Qhash_table_test): New.
6833 (syms_of_fns): Initialize Qhash_table_test.
6834 (Fmake_hash_table): Look up user-defined tests in symbol prop
6835 `hash-table-test'.
6836 (Fdefine_hash_table_test): Store test and hash function as
6837 symbol prop `hash-table-test'.
6838 (make_hash_table): Add parameters user_test and user_hash.
6839
6840 * window.c (set_window_buffer): Set window margins for tty
6841 frames, too.
6842 (Fset_window_margins): Ditto.
6843
6844 * term.c (append_glyph): Use glyph area of iterator instead of
6845 always TEXT_AREA.
6846
6847 * dispnew.c (update_frame_1): Add left margin width to cursor
6848 hpos.
6849 (direct_output_for_insert): Ditto.
6850 (direct_output_forward_char): Ditto.
6851
6852 * dispnew.c (adjust_glyph_matrix): Set glyph matrix' top_line_p.
6853
6854 * dispextern.h (struct glyph_matrix): Add top_line_p.
6855
68561999-07-16 Gerd Moellmann <gerd@gnu.org>
6857
6858 * frame.h (FRAME_WINDOW_REDISPLAY_P): Removed. Use FRAME_WINDOW_P
6859 instead.
6860
6861 * fns.c (cmpfn_eq): Add hash code parameters.
6862 (cmpfn_eql): Ditto.
6863 (cmpfn_equal): Ditto, and compare hash codes before calling Fequal.
6864 (cmpfn_user_defined): Likewise.
6865
68661999-07-15 Gerd Moellmann <gerd@gnu.org>
6867
6868 * lisp.h (DEFAULT_REHASH_THRESHOLD): Changed to 0.8.
6869
6870 * fns.c (maybe_resize_hash_table): Correct computation of
6871 index vector size.
6872 (make_hash_table): Ditto.
6873 (Fmakehash): New.
6874
6875 * xdisp.c (echo_area_display): Don't call redraw_garbaged_frames.
6876
6877 * alloc.c (gc_sweep): Call sweep_weak_hash_tables.
6878 (survives_gc_p): Make it externally visible.
6879 (mark_object): Ditto.
6880
6881 * fns.c (remove_hash_entry): Removed.
6882 (sweep_weak_hash_tables): New.
6883
6884 * print.c (print): Print more information about hash tables.
6885
6886 * xfns.c (image_spec_hash): Removed.
6887 (lookup_image): Use sxhash instead of image_spec_hash.
6888 (image_spec_equal_p): Removed.
6889 (lookup_image): Use Fequal instead of image_spec_equal_p.
6890
68911999-07-14 Gerd Moellmann <gerd@gnu.org>
6892
6893 * lisp.h (P_): Moved to top of file.
6894
6895 * fns.c (make_hash_table): Set new members.
6896
6897 * alloc.c (mark_object): Mark hash table's user_hash_function.
6898 Mark index vector for weak hash tables.
6899
6900 * lisp.h (struct Lisp_Hash_Table): Add user_cmp_function,
6901 user_hash_function, cmpfn, and hashfn.
6902
6903 * fns.c (build_hash): Removed.
6904 (hash_test): Removed.
6905 (cmpfn_eq, cmpfn_eql, cmpfn_equal, cmpfn_user_defined): New.
6906 (hashfn_eq, hashfn_eql, hashfn_equal, hashfn_user_defined): New.
6907
69081999-07-13 Gerd Moellmann <gerd@gnu.org>
6909
6910 * alloc.c (survives_gc_p): New.
6911
6912 * print.c (print): Add hash table handling.
6913
6914 * alloc.c (mark_object): Add code to mark hash tables.
6915
6916 * lisp.h (GC_HASH_TABLE_P): New.
6917
6918 * emacs.c (main): Call init_fns.
6919
6920 * fns.c (init_fns): New.
6921
6922 * fns.c: Add hash table implementation.
6923
6924 * lisp.h (PVEC_HASH_TABLE): New.
6925 (struct Lisp_Hash_Table): New.
6926 (XHASH_TABLE): New.
6927 (XSET_HASH_TABLE): New.
6928 (HASH_TABLE_P): New.
6929 (CHECK_HASH_TABLE): New.
6930 (DEFAULT_HASH_SIZE): New.
6931 (DEFAULT_REHASH_THRESHOLD): New.
6932 (DEFAULT_REHASH_SIZE): New.
6933
6934 * xterm.c (x_draw_glyphs): Add parameters real_start and real_end.
6935 (x_write_glyphs): Compute overwritten cursor using real start
6936 and end positions of display.
6937 (x_insert_glyphs): Ditto.
6938
69391999-07-10 Gerd Moellmann <gerd@gnu.org>
6940
6941 * keyboard.c (read_char): Use message3_nolog to show help-echo.
6942
6943 * dispnew.c (blank_row): Add y-position as parameter. Compute
6944 visible height.
6945
6946 * xdisp.c (next_element_from_string): Give padding spaces
6947 a position of -1.
6948
6949 * dispnew.c (adjust_glyph_matrix): Some work to support
6950 marginals areas on tty frames in a future version.
6951 (allocate_matrices_for_frame_redisplay): Ditto.
6952
6953 * xdisp.c (display_line): At ZV, set glyph row's displays_text_p
6954 to zero if number of glyphs in the row is <= 1.
6955
69561999-07-09 Gerd Moellmann <gerd@gnu.org>
6957
6958 * dispnew.c (buffer_posn_from_coords): Take left marginal area
6959 into account.
6960
6961 * xdisp.c (handle_display_prop): Don't reset area if handing
6962 a property from a string that came from a `display' property.
6963 (handle_single_display_prop): Don't handle recursive `display'
6964 properties.
6965 (handle_single_display_prop): Handle some display property
6966 forms for terminal frames.
6967 (Qimage): Moved here from xfns.c.
6968
6969 * dispextern.h (struct it): New field string_from_display_prop_p.
6970
6971 * xterm.c (x_clip_to_row): Don't let clip_rect include top
6972 line.
6973
69741999-07-08 Gerd Moellmann <gerd@gnu.org>
6975
6976 * xdisp.c (handle_single_display_prop): Handle `:when FORM'.
6977
6978 * window.c (set_window_buffer): Set window's vscroll to zero.
6979
6980 * xdisp.c (QCwhen): New.
6981 (display_prop_end): New.
6982 (handle_single_display_prop): Use it.
6983 (debug_method_add): Print buffer name if tracing.
6984 (try_window_reusing_current_matrix): Compute visible height
6985 of reused rows. Fix cursor position calculation in case of
6986 top-line.
6987
6988 * dispextern.h (struct redisplay_interface): Add parameter
6989 cursor_on_p to update_window_end_hook.
6990
6991 * xterm.c (x_update_window_end): Add parameter cursor_on_p.
6992
69931999-07-07 Gerd Moellmann <gerd@gnu.org>
6994
6995 * xdisp.c (redisplay_internal): Ensure that redisplayinp_p
6996 doesn't become negative when decrementing it.
6997
6998 * eval.c (Fsignal): Reset redisplaying_p to zero.
6999
7000 * xdisp.c (try_window_reusing_current_matrix): Call hooks
7001 for window update.
7002 (try_window_id): Ditto.
7003
7004 * xterm.c (x_clear_end_of_line): Handle top-line correctly.
7005 (x_scroll_run): Ditto.
7006 (any_help_event_p): New.
7007 (x_initialize): Set it to zero.
7008 (XTread_socket): Clear help echo only if any_help_event_p.
7009
7010 * xdisp.c (init_iterator): Set top_line_p.
7011 (start_display): Use correct initial y if top-line is present.
7012 (make_cursor_line_fully_visible): Bug fixes for top-line.
7013 (try_scrolling): Ditto.
7014 (try_window_reusing_current_matrix): Ditto.
7015
7016 * dispextern.h (struct it): Add top_line_p.
7017
7018 * dispnew.c (shift_glyph_matrix): Move some computations out
7019 of the loop.
7020
7021 * dispnew.c (margin_glyphs_to_reserve): Use NUMBERP and
7022 XFLOATINT.
7023
70241999-07-06 Gerd Moellmann <gerd@gnu.org>
7025
7026 * dispnew.c (update_frame_1): When setting cursor in echo area,
7027 skip only over padding spaces at the end.
7028
7029 * xfaces.c (realize_tty_face): Set face's font_name field to
7030 "tty".
7031
7032 * term.c (update_end): Turn cursor on only if selected window's
7033 cursor_off_p flag is not set.
7034
70351999-07-05 Gerd Moellmann <gerd@gnu.org>
7036
7037 * term.c (TS_cursor_visible): Renamed from TS_visual_mode.
7038 (TS_cursor_normal): Renamed from TS_end_visual_mode.
7039 (TS_cursor_invisible): New.
7040 (term_init): Initialize TS_cursor_invisible.
7041 (tty_hide_cursor): New.
7042 (tty_show_cursor): New.
7043 (update_end): Show tty cursor.
7044 (update_begin): Hide tty cursor to prevent cursor flickering
7045 during redisplays triggered by timers (stealth fontification).
7046
7047 * keyboard.c (make_lispy_event) <TOOLBAR_EVENT>: Apply modifiers.
7048
7049 * xterm.c (XTread_socket) [USE_MOTIF] <KeyPress>: Catch events
7050 in scroll bars.
7051 (x_handle_toolbar_click): Set modifier bits.
7052
70531999-07-04 Gerd Moellmann <gerd@gnu.org>
7054
7055 * keyboard.c (kbd_store_ptr): Declare it as a volatile pointer
7056 instead of a pointer to a volatile input_event.
7057 (kbd_buffer_store_event): Remove volatile modifier from
7058 declaration of local variable `sp'.
7059 (Fdiscard_input): Don't cast when assigning kbd_store_ptr
7060 to kbd_fetch_ptr.
7061
70621999-07-03 Gerd Moellmann <gerd@gnu.org>
7063
7064 * xdisp.c (try_window_id): Set beg_unchanged and end_unchanged
7065 only if buffer is modified. Return quickly if changes are
7066 above window start.
7067
70681999-07-02 Gerd Moellmann <gerd@gnu.org>
7069
7070 * dispextern.h (HSCROLL_WINDOWS): Removed.
7071
7072 * xdisp.c (mark_window_display_accurate): Don't set
7073 w->region_showing.
7074 (redisplay_internal): Don't call redraw_garbaged_frames.
7075
70761999-07-01 Gerd Moellmann <gerd@gnu.org>
7077
7078 * xdisp.c (echo_area_display): Don't display truncation marks
7079 for messages because 20.4 doesn't do it either.
7080 (redisplay_window): Case same window start. Instead of giving
7081 up when cursor is partially visible, make it fully visible.
7082 (mark_window_display_accurate): Some cleanup. Record window's
7083 last cursor information.
7084 (debug_method_add): Improved.
7085 (redisplay_internal): Record last cursor info only if not
7086 consider_all_windows_p.
7087
7088 * dispnew.c (update_window): Update top line after scrolling.
7089 (blank_row): Renamed from make_empty_enabled_row.
7090 (increment_glyph_row_buffer_positions): Increment positions
7091 in buffers, only.
7092
7093 * window.c (Fcoordinates_in_window_p): Add top-line to doc
7094 string.
7095
70961999-06-30 Gerd Moellmann <gerd@gnu.org>
7097
7098 * dispnew.c (update_window): Check that updated row is visible.
7099
7100 * xterm.c (x_draw_row_bitmaps): Check for invisible rows at
7101 top of window differently.
7102
7103 * xdisp.c (try_window_reusing_current_matrix): Don't do it
7104 if region is showing.
7105
7106 * dispnew.c (adjust_glyph_matrix): Check w->vscroll when
7107 avoiding matrix reallocation. Set window_vscroll in matrix.
7108
7109 * dispextern.h (struct glyph_matrix): Add member window_vscroll.
7110
26901792
DL
7111 * xdisp.c (debug_method_add): New.
7112 (debug_redisplay_method): Removed.
7113 (try_window_reusing_current_matrix): Handle case where old
7114 window start is the same as new window start.
7115
7116 * dispextern.h (struct glyph_matrix) [GLYPH_DEBUG]: Make `method'
7117 an array instead of a pointer.
7118
26901792
DL
7119 * xfns.c (Fx_show_tip): Undo previous change.
7120
7121 * xterm.c (x_append_glyph): Clear glyph->u.val.
7122
7123 * dispextern.h (struct glyph): Increase size of face_id bit-field
7124 for CHAR_GLYPH to 12.
7125
71261999-06-29 Gerd Moellmann <gerd@gnu.org>
7127
7128 * xfaces.c (x_charset_registry): Make it externally visible.
7129
71301999-06-28 Gerd Moellmann <gerd@gnu.org>
7131
7132 * dispnew.c (update_window): Use mode_line_p flag of rows
7133 instead of WINDOW_WANTS_MODELINE_P.
7134
7135 * xterm.c (clear_mouse_face): Make externally visible.
7136
7137 * xfns.c (Fx_show_tip): Clear mouse face before showing tip.
7138
7139 * xterm.c (expose_line): Handle exposure of top-lines.
7140
7141 * xterm.c (XTframe_up_to_date): Don't call note_mouse_highlight
7142 if mouse_face_mouse_frame is null.
7143
7144 * xdisp.c (redisplay_window): If window is echo_area_window,
7145 and update_mode_line is set, update menubar and toolbar.
7146
7147 * dispnew.c (space_glyph): Set its charpos to -1.
7148 (update_frame_1): Ignore trailing padding spaces.
7149
7150 * xdisp.c (next_element_from_c_string): Set position of padding
7151 glyphs to -1.
7152
71531999-06-27 Gerd Moellmann <gerd@gnu.org>
7154
7155 * xfns.c (x_laplace_read_row): Use XQueryColors instead of
7156 XQueryColor.
7157
7158 * xdisp.c (display_menu_bar): Remove unwarranted assertion.
7159 (set_cursor_from_row): Skip over glyphs having a null object at
7160 the start of rows.
7161 (insert_left_trunc_glyphs): Use charpos < 0 to indicate truncation
7162 glyphs.
7163 (handle_invisible_prop): Compute next change only when needed.
7164 (handle_face_prop): Don't correct DEFAULT_FACE_ID if in the mode
7165 line.
7166
71671999-06-26 Gerd Moellmann <gerd@gnu.org>
7168
7169 * xrdb.c (x_load_resources): Don't set resource for double-click
7170 time.
7171
7172 * xdisp.c (try_window_id): Return quickly if all changes are
7173 below the window's current matrix end.
7174
7175 * dispextern.h (MATRIX_ROW_PARTIALLY_VISIBLE_P): Remove window
7176 parameter.
7177
7178 * xdisp.c (try_window_reusing_current_matrix): Set no_scrolling_p
7179 in desired not in current matrix.
7180 (try_window_reusing_current_matrix): Rotate matrices starting
7181 at start_vpos instead of 0.
7182
7183 * xterm.c (expose_window): Use window_text_bottom_y.
7184 (fast_find_position): Ditto.
7185
7186 * xdisp.c (redisplay_window): Use window_text_bottom_y.
7187 (try_window_reusing_current_matrix): Ditto.
7188 (get_last_unchanged_at_beg_row): Ditto.
7189 (init_iterator): Ditto.
7190
7191 * dispnew.c (allocate_matrices_for_window_redisplay): Allocate one
7192 more row.
7193 (check_matrix_invariants): Use window_text_bottom_y.
7194 (update_window): Ditto.
7195 (scrolling_window): Ditto.
7196
7197 * xdisp.c (window_text_bottom_y): New.
7198
71991999-06-25 Gerd Moellmann <gerd@gnu.org>
7200
7201 * xterm.c (XTread_socket): Set mouse_face_frame to zero after
7202 clearing mouse face.
7203 (XTread_socket) <EnterNotify> [LESSTIF_VERSION]: If
7204 event.xcrossing.focus is not set, and focus is in the menu bar,
7205 set focus frame as if event.xcrossing.focus were set.
7206
72071999-06-24 Gerd Moellmann <gerd@gnu.org>
7208
7209 * keyboard.c (make_lispy_event): Handle mouse on top lines.
7210 * keyboard.c (make_lispy_movement): Ditto.
7211
7212 * window.c (coordinates_in_window): Return 4 if on top line.
7213 (Fcoordinates_in_window_p): Return `top-line' if on top line.
7214
7215 * xdisp.c (window_box_height): Subtract top line height.
7216 (window_box): Add top line height to top y position if top line
7217 exists.
7218 (init_iterator): If base_face_id is TOP_LINE_FACE_ID, set row to
7219 the top line row of the window. Set initial y-position to
7220 window's top line height plus delta.
7221 (start_display): Choose start glyph row depending on whether
7222 window has a top line.
7223 (try_scrolling): Take top line height into account for aggressive
7224 scrolling.
7225 (compute_window_start_on_continuation_line): Take top line into
7226 account.
7227 (redisplay_window): Ditto. If top line height has changed,
7228 trigger a new redisplay.
7229 (try_window_reusing_current_matrix): Take top line into account.
7230 (find_last_row_displaying_text): Ditto.
7231 (get_last_unchanged_at_beg_row): DItto.
7232 (try_window_id): Ditto.
7233 (compute_line_metrics): Ditto.
7234
7235 * dispnew.c (shift_glyph_matrix): Compute visible row height
7236 taking top line of window into account.
7237 (update_window): Update top line. If scrolling_window detects
7238 that all rows are equal, only set cursor.
7239 (update_window_line): Call after_update_window_line_hook if
7240 mode_line_p flag of rows has changed.
7241 (scrolling_window): Add parameter top_line_p. Return -1 if
7242 all rows are equal.
7243 (mode_line_string): Add parameter mode_line_p. Handle strings
7244 in top lines.
7245
7246 * dispextern.h (MATRIX_TOP_LINE_ROW): New.
7247 (MATRIX_FIRST_TEXT_ROW): New.
7248 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Use row's visible_height.
7249 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P): New.
7250 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): New.
7251 (MATRIX_TOP_LINE_HEIGHT): New.
7252 (CURRENT_MODE_LINE_HEIGHT): Use estimate_mode_line_height.
7253 (CURRENT_TOP_LINE_HEIGHT): New.
7254 (DESIRED_TOP_LINE_HEIGHT): New.
7255 (WINDOW_DISPLAY_TOP_LINE_HEIGHT): New.
7256 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE): Replaces
7257 WINDOW_DISPLAY_TEXT_AREA_PIXEL_HEIGHT.
7258 (WINDOW_DISPLAY_TEXT_HEIGHT): New.
7259
7260 * xterm.c (x_after_update_window_line): Don't draw bitmaps for top
7261 lines.
7262 (x_draw_row_bitmaps): Take top line into account when clearing
7263 bitmap area.
7264 (x_estimate_mode_line_height): Replacement for
7265 x_frame_mode_line_height.
7266 (x_get_glyph_string_clip_rect): Take top line into account.
7267 (x_clear_end_of_line): Ditto.
7268 (note_mode_line_highlight): Add parameter mode_line_p. Handle
7269 top lines.
7270 (note_mouse_highlight): Call note_mode_line_highlight for top lines.
7271 (x_erase_phys_cursor): Take top line into account.
7272
7273 * xdisp.c (window_box_height): Subtract top line height if
7274 window wants a top line.
7275 (display_mode_lines): New.
7276 (redisplay_window): Call it.
7277 (display_mode_line): Add parameters face_id and format.
7278
7279 * dispextern.h (CURRENT_TOP_LINE_HEIGHT): New.
7280 (MATRIX_TOP_LINE_HEIGHT): New.
7281
7282 * xterm.c (x_frame_mode_line_height): Add parameter face_id.
7283
7284 * term.c (estimate_mode_line_height): Renamed from
7285 frame_mode_line_height. Add parameter face_id.
7286 (estimate_mode_line_height_hook): Renamed from
7287 frame_mode_line_height_hook.
7288 (produce_special_glyphs_hook): Removed.
7289 (produce_glyphs_hook): Removed.
7290
72911999-06-23 Gerd Moellmann <gerd@gnu.org>
7292
7293 * dispextern.h (WINDOW_WANTS_TOP_LINE_P): New.
7294 (struct glyph_row): Add mode_line_p.
7295
7296 * xfaces.c (realize_basic_faces): Realize face `top-line'.
7297 (Qtop_line): New.
7298 (syms_of_xfaces): Initialize Qtop_line.
7299
7300 * dispextern.h (TOP_LINE_FACE_ID): New.
7301
7302 * buffer.c (init_buffer_once): Set default for
7303 top_line_format to nil.
7304 (init_buffer_once): Init top_line_format.
7305 (default-top-line-format): New.
7306 (top-line-format): New buffer-local variable.
7307
7308 * buffer.h: Add top_line_format.
7309
7310 * xdisp.c (overlay_arrow_changed_p): Removed because not used.
7311
73121999-06-17 Dave Love <fx@gnu.org>
7313
7314 * xfns.c: Move the PNG section before the JPEG one to avoid
7315 problems surrounding setjmp.h/png.h on GNU/Linux.
7316
73171999-06-17 Gerd Moellmann <gerd@gnu.org>
7318
7319 * xfns.c (x_kill_gs_process): Don't free colors.
7320
73211999-06-17 Dave Love <fx@gnu.org>
7322
7323 * s/gnu-linux.h: Zap spurious ~.
7324
73251999-06-16 Gerd Moellmann <gerd@gnu.org>
7326
7327 * xfns.c (gif_load): Improve multi-image support.
7328
73291999-06-15 Gerd Moellmann <gerd@gnu.org>
7330
7331 * xfns.c (gif_load): Support multi-image files.
7332
7333 * Makefile.in (LIBGIF): Use libungif.
7334
7335 * configure.in (HAVE_GIF): Use libungif instead of libgif
7336 because the former doesn't contain patented compression code.
7337
7338 * xdisp.c (compute_window_start_on_continuation_line): Don't
7339 do it if line start is too far away from window start.
7340
73411999-06-14 Gerd Moellmann <gerd@gnu.org>
7342
7343 * buffer.c (init_buffer_once): Set buffer_local_flags for
7344 scroll_*_aggressively.
7345 (syms_of_buffer): Add DEFVAR_PER_BUFFER for scroll-*-aggressively.
7346 (init_buffer_once): Set defaults for these variables.
7347 (syms_of_buffer): Add default-scroll-*-aggressively.
7348
7349 * buffer.h (scroll_up_aggressively): New.
7350 (scroll_down_aggressively): New.
7351
7352 * Makefile.in (LIBPNG): Add -lz -lm in case we're linking with
7353 a static PNG library.
7354
7355 * configure.in (HAVE_PNG): Add -lz -lm when checking for PNG lib
7356 in case it's a static library.
7357
7358 * Makefile.in (ctagsfiles): Split so that files starting
7359 with an `x' are found before files starting with `w32'.
7360 (ctagsfiles1): New.
7361 (ctagsfiles2): New.
7362 (TAGS): Use ctagsfiles[12] instead of ctagsfiles.
7363
7364 * xdisp.c (compute_window_start_on_continuation_line): New.
7365 (redisplay_window): Use it.
7366 (INFINITY): New.
7367 (reseat_to_string): Use it.
7368 (hscroll_window_tree): Ditto.
7369 (compute_window_start_on_continuation_line): Ditto.
7370 (redisplay_window): Don't force display with a new window start.
7371
73721999-06-06 Gerd Moellmann <gerd@gnu.org>
7373
7374 * xfns.c (x_report_frame_params): Don't report `outer-window-id'
7375 if widget not present.
7376
7377 * xdisp.c (prepare_menu_bars): Ignore tooltip frame.
7378
73791999-06-04 Gerd Moellmann <gerd@gnu.org>
7380
7381 * xfaces.c (recompute_basic_faces)[GLYPH_DEBUG]: Check return
7382 value of realize_basic_faces.
7383 (load_face_font_or_fontset): Store full font name in face.
7384 (realize_default_face): Use full font name.
7385
26901792
DL
7386 * xterm.c (x_produce_glyphs): Set member char_to_display.
7387 (x_append_glyph): Store char_to_display in glyphs.
7388
7389 * dispextern.h (struct it): Add char_to_display.
7390
7391 * xfns.c (x_set_font): Don't call face-set-after-frame-default
7392 if faces haven't been initialized.
7393 (Fx_create_frame): Call face-set-after-frame-default after
7394 faces have been initialized, and widget has been created.
7395
7396 * puresize.h (BASE_PURESIZE): Increased.
7397
73981999-06-01 Gerd Moellmann <gerd@gnu.org>
7399
7400 * xfaces.c (set_lface_from_font_name): Add parameter force_p.
7401 (Finternal_set_lisp_face_attribute): If frame is t when
7402 :font attribute is set, use the selected frame.
7403 (clear_face_cache): Add parameter clear_fonts_p.
7404 (Fclear_face_cache): Add optional parameter thorougly.
7405
7406 * xfaces.c (face_numeric_value): Return -1 if symbol is not
7407 in table.
7408 (Fclear_face_cache): New.
7409 (choose_face_fontset_font): If fontset doesn't contain font
7410 pattern for the given charset, use CHARSET_ASCII.
7411 (Finternal_set_lisp_face_attribute): Fix handling of nil
7412 stipple attribute.
7413 (Finternal_set_lisp_face_attribute): Fix handling of changing
7414 font-related face attributes of the default face.
7415 (set_lface_from_font_name): Set only attributes that aren't
7416 specified.
7417
74181999-05-31 Gerd Moellmann <gerd@gnu.org>
7419
7420 * xfaces.c (SCALABLE_FONTS): Define this to enable scalable
7421 font support.
7422 (Vscalable_fonts_allowed) [SCALABLE_FONTS]: New.
7423 (x_face_list_fonts): Add parameter scalable_fonts_p. Handle
7424 scalable fonts depending on the setting of SCALABLE_FONTS.
7425 (first_font_matching): List more than one font to find the
7426 first non-scalable matching font.
7427 (sorted_font_list): Let x_face_list_fonts return scalable fonts
7428 depending on SCALABLE_FONTS.
7429 (better_font_p): New parameter compare_pt_p. If zero, don't
7430 compare point sizes of fonts.
7431 (exact_face_match_p) [SCALABLE_FONTS]: New.
7432 (build_scalable_font_name) [SCALABLE_FONTS]: New.
7433 (may_use_scalable_font_p) [SCALABLE_FONTS]: New.
7434 (best_matching_font) [SCALABLE_FONTS]: Handle scalable fonts.
7435 (syms_of_xfaces): Add scalable-fonts-allowed.
7436
74371999-05-26 Gerd Moellmann <gerd@gnu.org>
7438
7439 * xfns.c (png_load): Let PNG lib handle gamma. Construct
7440 mask only if image contains simple transparency information.
7441 Otherwise, combine image with frame background color.
7442
7443 * configure.in (--with-png, HAVE_PNG): New.
7444
7445 * config.in (HAVE_PNG): New.
7446
7447 * Makefile.in: Add PNG library.
7448
7449 * xfns.c: Add PNG support.
7450
74511999-05-25 Gerd Moellmann <gerd@gnu.org>
7452
7453 * xdisp.c (init_xdisp): Initialize echo_area_message and
7454 previous_echo_area_message to nil.
7455
7456 * keyboard.c (read_char): Rename local variable echo_area_message
7457 because it shadows the global one.
7458
74591999-05-05 Gerd Moellmann <gerd@gnu.org>
7460
7461 * xterm.c (note_mode_line_highlight): Restructured.
7462
7463 * window.c (coordinates_in_window): Handle windows that don't have
7464 a mode line because their buffer's mode-line-format is nil.
7465 Recognize the mode line under x positions that correspond to
7466 flags areas and left scroll bar.
7467
74681999-05-02 Dave Love <fx@gnu.org>
7469
7470 * xterm.c (note_mouse_highlight): Separate help-echo processing
7471 from check on mouse-face so that it works generally.
7472
74731999-04-21 Gerd Moellmann <gerd@gnu.org>
7474
7475 * sound.c (Fplay_sound): Run hook play-sound-hook.
7476 (Qplay_sound_hook): New.
7477
74781999-04-20 Gerd Moellmann <gerd@gnu.org>
7479
7480 * xdisp.c (update_echo_area): Handle echo_area_message.
7481
74821999-04-19 Gerd Moellmann <gerd@gnu.org>
7483
7484 * editfns.c (Fmessage): Use message3.
7485
7486 * print.c (printchar): Set echo_area_message to nil.
7487 (strout): Ditto.
7488
7489 * minibuf.c (read_minibuf): Reset echo message strings to nil.
7490 (Fminibuffer_completion_help): Ditto.
7491
7492 * keyboard.c (cmd_error_internal): Set echo_areA_message.
7493 (command_loop_1): Test echo_areA_message.
7494 (read_char): Ditto.
7495 (record_menu_key): Set echo_area_message to nil.
7496 (Fexecute_extended_command): Test echo_area_message.
7497 (Fexecute_extended_command): Handle echo_area_message.
7498
7499 * fileio.c (Fdo_auto_save): Handle the case that echo_area_message
7500 is set.
7501
7502 * editfns.c (Fcurrent_message): If echo_area_message is set,
7503 return a substring of that string.
7504
7505 * dispnew.c (direct_output_for_insert): Test echo_area_message
7506 in addition to echo_area_glyphs.
7507 (set_window_cursor_after_update): Ditto.
7508 (update_frame_1): Ditto.
7509
7510 * alloc.c (Fgarbage_collect): Use message3_nolog to display
7511 old Lisp message string.
7512
7513 * xdisp.c (echo_area_message): New.
7514 (previous_echo_area_message): New.
7515 (syms_of_xdisp): Initialize and staticpro new variables.
7516 (echo_area_display): Display echo_area_message if set.
7517 (message2_nolog): Set echo_area_message and
7518 previous_echo_area_message.
7519 (echo_area_display): Set previous_echo_area_message.
7520 (redisplay_internal): Display echo area if echo_area_message
7521 or previous_echo_area_message are set.
7522 (redisplay_preserve_echo_area): Test/set echo_area_message and
7523 previous_echo_area_message.
7524 (redisplay_window): Test echo_area_message.
7525 (message3_nolog): New.
7526 (message3): New.
7527
7528 * editfns.c (Fformat): Add text properties to the result string
7529 from properties of the format string and properties of string
7530 arguments.
7531
7532 * textprop.c (text_property_list): New.
7533 (add_text_properties_from_list): New.
7534 (extend_property_ranges): New.
7535
75361999-03-29 Gerd Moellmann <gerd@gnu.org>
7537
7538 * xfaces.c (Qraised, Qsunken, QCshadow): Removed.
7539 (QCline_width, QCstyle, Qpressed_button, Qreleased_button): New.
7540 Use these symbols for the box face attribute instead of the
7541 removed ones.
7542
75431999-03-12 Gerd Moellmann <gerd@gnu.org>
7544
7545 * xfaces.c (realize_tty_face): Don't set alt_char_p of face.
7546 Correct wrong test for slant.
7547
75481999-03-10 Gerd Moellmann <gerd@gnu.org>
7549
7550 * xfaces.c: Use `unspecified' for unspecified face attributes,
7551 use t and nil for on/off.
7552
75531999-03-06 Gerd Moellmann <gerd@gnu.org>
7554
7555 * buffer.c (syms_of_buffer): Extend doc string of
7556 mode-line-format.
7557
7558 * xfaces.c (x_face_list_fonts): New parameter try_alternatives_p.
7559 (first_font_matching): New.
7560 (set_lface_from_font_name): Use it if font name is a pattern.
7561 (font_field_wildcard_p): Removed.
7562
7563 * dispnew.c (shift_glyph_matrix): Add `window' parameter.
7564 Recompute visible height of rows.
7565
7566 * xterm.c (note_mouse_highlight): Reorder code for help-echo.
7567 Don't accept non-strings for help-echo from overlays.
7568
75691999-03-04 Dave Love <fx@gnu.org>
7570
7571 * xterm.c (note_mouse_highlight): Check overlays for help-text
7572 property.
7573 (XTread_socket): Fix compiler warning.
7574
75751999-03-05 Gerd Moellmann <gerd@gnu.org>
7576
7577 * xterm.c (note_mouse_highlight): Don't restrict number of
7578 overlay to 10. Call overlays_at so that it doesn't try to
7579 extend the vector.
7580
7581 * xdisp.c (compute_line_metrics): Compute glyph row's visible
7582 height.
7583
7584 * dispnew.c (row_equal_p): Compare visible row height, only.
7585 (update_text_area): Draw whole line if visible heights of
7586 rows differ.
7587 (update_window_line): Call after_update_window_line_hook
7588 if visible row height has changed.
7589
7590 * dispextern.h (MATRIX_ROW_VISIBLE_HEIGHT): Removed.
7591 (struct glyph_row): New member visible_height.
7592
7593 * xfaces.c (font_field_wildcard_p): New.
7594 (set_lface_from_font_name): Remove parameter force_p. Accept
7595 font names containing wildcards.
7596
75971999-03-04 Gerd Moellmann <gerd@gnu.org>
7598
7599 * xterm.c (x_after_update_window_line): Clear internal border
7600 when windows_or_buffers_changed.
7601
7602 * dispextern.h (WINDOW_WANTS_MODELINE_P): Return zero if window's
7603 buffer has a nil mode_line_format.
7604
76051999-03-03 Gerd Moellmann <gerd@gnu.org>
7606
7607 * xterm.c (x_setup_relief_colors): Use either background color
7608 or specified color.
7609
7610 * xfaces.c (realize_x_face): Set face->use_box_color_for_shadows_p.
7611
7612 * dispextern.h (struct face): Add use_box_color_for_shadows_p.
7613
7614 * xterm.c (x_draw_box_rect): New.
7615 (x_draw_glyph_string_box): Renamed from
7616 x_draw_glyph_string_relief. Call x_draw_box_rect.
7617
7618 * xfns.c (QCrelief): New.
7619 (syms_of_xfns): Initialize it.
7620
7621 * dispextern.h (struct glyph): Rename left_shadow_p to
7622 left_box_line_p, right_shadow_p to right_box_line_p.
7623 (MAX_RELIEF_THICKNESS): Removed.
7624 (struct it): Rename members having `relief' in their names
7625 to contain `box' instead.
7626
7627 * xfaces.c (realize_x_face): Handle new box attribute values.
7628 (QCrelief, Qbox): Removed.
7629 (QCshadow, QCcolor, Qraised, Qsunken): New.
7630 (syms_of_xfaces): Initialize new symbols.
7631
76321999-03-02 Gerd Moellmann <gerd@gnu.org>
7633
7634 * dispextern.h (LFACE_RELIEF_INDEX): Removed.
7635
7636 * xfaces.c (LFACE_RELIEF): Removed.
7637 (merge_face_vector_with_property): Remove handling of `:relief'.
7638 (Finternal_set_lisp_face_attribute): Ditto.
7639 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
7640 (Finternal_get_lisp_face_attribute): Ditto.
7641 (realize_default_face): Ditto.
7642 (lface_hash): Don't compute hash from relief.
7643
7644 * dispextern.h (struct face): Replace member `relief' by
7645 `box_line_width'. Add member `box'.
7646 (face_box_type): New.
7647
7648 * xterm.c (x_produce_glyphs): If face has overline, add overline
7649 thickness + 1 to ascent.
7650
76511999-03-01 Gerd Moellmann <gerd@gnu.org>
7652
7653 * xterm.c (x_draw_glyph_string): Draw underline, overline,
7654 strike-through, and boxes.
7655 (x_draw_glyph_string_underline): Removed.
7656
7657 * xfaces.c (QCoverline, QCstrike_through, QCbox): New.
7658 (Qoverline, Qstrike_through, Qbox): New.
7659 (syms_of_xfaces): Define these symbols.
7660 (check_lface_attrs): Add checks for overline, strike-through,
7661 and box.
7662 (Finternal_set_lisp_face_attribute): Set new attributes.
7663 (LFACE_OVERLINE, LFACE_STRIKE_THROUGH, LFACE_BOX): New.
7664 (load_color): Handle new attributes.
7665 (realize_x_face): Ditto.
7666 (merge_face_vector_with_property): Ditto.
7667 (free_face_colors): Ditto.
7668 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
7669 (Finternal_get_lisp_face_attribute): Ditto.
7670 (Finternal_lisp_face_attribute_values): Ditto.
7671
7672 * dispextern.h (lface_attribute_index): Add enumerators for
7673 overstrike, strike-through, and box.
7674 (struct face): Add members for overline, strike-through, and
7675 box.
7676
76771999-02-17 Dave Love <fx@gnu.org>
7678
7679 * s/gnu-linux.h s/gnu.h s/irix5-0.h s/netbsd.h s/sco4.h s/sco5.h
7680 s/template.h (NARROWPROTO): Define on the basis of relevant X cf
7681 files.
7682
76831999-02-16 Gerd Moellmann <gerd@gnu.org>
7684
7685 * keyboard.c (toolbar_items): Call access_keymap with third
7686 parameter 1, so that we don't get inherited toolbar item
7687 definitions.
7688
7689 * xdisp.c (redisplay_internal): In optimization 1, don't decrement
7690 the window end vpos when in empty first line of window.
7691
76921999-02-15 Gerd Moellmann <gerd@gnu.org>
7693
7694 * xfaces.c (set_font_frame_param): New.
7695 (Finternal_set_lisp_face_attribute): Call it.
7696
7697Sun Feb 14 10:54:02 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7698
7699 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
7700 Accept specifications of color for underline.
7701
77021999-02-13 Gerd Moellmann <gerd@gnu.org>
7703
7704 * xfaces.c (Finternal_set_lisp_face_attribute): If parameter
7705 `frame' is t, operate on face defaults for new frames. If it
7706 is nil, operate on the selected frame.
7707
77081999-02-12 Gerd Moellmann <gerd@gnu.org>
7709
7710 * dispnew.c (check_matrix_invariants): Put it in #if 0.
7711 (update_window): Put the call to check_matrix_invariants in #if 0.
7712
7713Sun Feb 7 09:58:49 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7714
7715 * dispextern.h: Remove all else block of UNDERLINE_COLOR.
7716 Remove definition of UNDERLINE_COLOR.
7717
7718Mon Jan 4 04:43:41 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7719
7720 * xfaces.c (free_face_colors): Free the color for underline.
7721
7722 * xterm.c (x_draw_glyph_string_underline): Set the color for underline
7723 to the GC.
7724
7725Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7726
7727 * dispextern.h (UNDERLINE_COLOR): Defined.
7728 (struct face): Added two new members.
7729 underline_color, underline_defaulted_p.
7730
7731 * xfaces.c (merge_face_vector_with_property):
7732 (check_lface_attrs): Accept the string value for underline.
7733 (Finternal_set_lisp_face_attribute): Likewise.
7734
7735 * xfaces.c (load_color): Change the last argument type to enum
7736 lface_attribute_index from int. And addec code for underling coloring.
7737 (load_face_colors): Pass LFACE_*_INDEX to load_color.
7738
77391999-02-12 Gerd Moellmann <gerd@gnu.org>
7740
7741 * xfns.c (Fx_image_header): Removed.
7742
77431999-02-07 Gerd Moellmann <gerd@gnu.org>
7744
7745 * xterm.c: Don't include <bitmaps/gray>.
7746 (x_term_init): Use gray_bitmap_width and gray_bitmap_height.
7747
7748 * xfns.c (Fx_image_header): Add missing `\n\'.
7749 (gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits): New.
7750
77511999-02-01 Gerd Moellmann <gerd@gnu.org>
7752
7753 * xterm.c (x_scroll_bar_create): Set background pixel from
7754 specified scroll bar color.
7755 (x_scroll_bar_set_handle): Use scroll bar foreground color.
7756
7757 * xfns.c (x_set_scroll_bar_foreground): Remove all scroll bars.
7758 (x_set_scroll_bar_background): Ditto.
7759
7760 * xterm.c (x_create_toolkit_scroll_bar): Set scroll bar colors.
7761
7762 * xfns.c (x_default_scroll_bar_color_parameter): New.
7763 (Fx_create_frame): Call it.
7764
77651999-01-31 Gerd Moellmann <gerd@gnu.org>
7766
7767 * xfns.c (Fx_create_frame): Initialize scroll bar pixel color
7768 values in x_output structure.
7769 (Qscroll_bar_foreground, Qscroll_bar_background): New.
7770 (syms_of_xfns): Initialize these symbols.
7771
7772 * xterm.h (struct x_output): Add scroll bar pixel colors.
7773
7774 * xfns.c (x_frame_parms): Add entries for scroll bar colors.
7775 (x_set_scroll_bar_foreground): New.
7776 (x_set_scroll_bar_background): New.
7777
26901792
DL
77781999-01-12 Gerd Moellmann <gerd@gnu.org>
7779
7780 * xdisp.c (handle_single_display_prop): New.
7781 (handle_display_prop): Call it.
7782 (handle_raise_prop): Removed.
7783 (handle_height_prop): Removed.
7784 (handle_space_width_prop): Removed.
7785 (handle_face_prop): Remove handling of raised text.
7786 (handle_display_prop): Do it here.
7787
7788 * dispextern.h (DISPLAY_PROP_IDX): Replaces GLYPH_PROP_IDX.
7789 (RAISE_PROP_IDX): Removed.
7790 (HEIGHT_PROP_IDX): Removed.
7791 (SPACE_WIDTH_PROP_IDX): Removed.
7792
7793 * xdisp.c (Qdisplay): Replaces Qglyph.
7794 (handle_display_prop): Formerly handle_glyph_prop.
7795
77961999-01-11 Gerd Moellmann <gerd@gnu.org>
7797
7798 * xdisp.c (reseat_to_string): Set position in display vector to -1.
7799 (handle_stop): Set position in display vector to -1. Don't
7800 check overlay strings when set up to deliver characters from a
7801 display vector.
7802 (set_iterator_to_next): At the end of a run of characters from a
7803 display vector, check whether the display vector display replaces
7804 the display of a character.
7805
78061999-01-05 Gerd Moellmann <gerd@gnu.org>
7807
7808 * xfaces.c (init_frame_faces): Don't realize faces if frame's
7809 X window hasn't been created yet.
7810
78111998-12-06 Gerd Moellmann <gerd@gnu.org>
7812
7813 * sound.c: New.
7814
78151998-12-04 Gerd Moellmann <gerd@gnu.org>
7816
7817 * config.in (HAVE_SOUND): New.
7818
7819 * emacs.c (main): Call syms_of_sound and init_sound.
7820
7821 * Makefile.in (obj): Add sound.o.
7822
7823 * configure.in: Add checks for machine/soundcard.h and sys/soundcard.h.
7824
7825 * config.in (HAVE_MACHINE_SOUNDCARD_H): New.
7826 (HAVE_SYS_SOUNDCARD_H): New.
7827
78281998-12-03 Gerd Moellmann <gerd@gnu.org>
7829
7830 * buffer.h (struct buffer): indicate_empty_lines renamed from
7831 indicate_zv_lines.
7832
7833 * buffer.c (indicate-empty-lines): Renamed from indicate_zv_lines.
7834 (default-indicate-zv-lines): Likewise.
7835
7836 * dispextern.h (struct glyph_row): Rename indicate_zv_line_p
7837 to indicate_empty_line_p.
7838
7839 * xdisp.c (reseat_at_next_visible_line_start): Reset method
7840 to next_element_from_buffer.
7841
7842 * frame.c (make_frame): Set n_current_toolbar_items to 0.
7843
7844 * xdisp.c (handle_face_prop): Allow symbols of the form `N+'
7845 and `N-'.
7846
7847 * xfns.c (xbm_scan): New.
7848 (xbm_read_hexint): Removed.
7849 (xbm_read_bitmap_file_data): Use xbm_scan.
7850
7851 * fileio.c (Finsert_file_contents): Prevent redisplay optimizations.
7852
78531998-12-02 Gerd Moellmann <gerd@gnu.org>
7854
7855 * xfns.c (xbm_read_hexint): New.
7856 (xbm_read_bitmap_file_data): New.
7857 (xbm_load_image_from_file): Call xbm_read_bitmap_file_data
7858 instead of XReadBitmapFileData.
7859
7860 * xdisp.c (handle_raise_prop): Compute voffset from current font.
7861
7862 * xfaces.c (face_with_height): New.
7863
7864 * xdisp.c (eval_handler): Renamed from eval_mode_handler.
7865 (eval_form): Renamed from eval_mode_element.
7866 (handle_face_prop): Use it.
7867 (Qheight): Replaces Qsmaller.
7868 (handle_height_prop): Replaces handle_smaller_prop.
7869 (handle_face_prop): If iterator's font_height is not an
7870 integer, evaluate it to get the font height to use.
7871
7872 * dispextern.h (HEIGHT_PROP_IDX): Replaces SMALLER_PROP_IDX.
7873 (struct it): Use `font_height' instead of `smaller'.
7874
78751998-12-01 Gerd Moellmann <gerd@gnu.org>
7876
7877 * xdisp.c (reseat_1): New.
7878 (reseat): Call it.
7879 (move_it_vertically_backward): Ditto.
7880 (redisplay_window): Don't abort when cursor not found in recenter.
7881
78821998-11-30 Gerd Moellmann <gerd@gnu.org>
7883
7884 * xdisp.c (reseat_at_next_visible_line_start): When not
7885 currently delivering display elements from the current buffer,
7886 restore buffer position first.
7887 (init_from_display_pos): Don't set IT's position from the
7888 position passed to this function.
7889
78901998-11-28 Gerd Moellmann <gerd@gnu.org>
7891
7892 * config.in (PROTO): Removed.
7893
7894 * xterm.h: Change PROTO to P_.
7895
78961998-11-26 Gerd Moellmann <gerd@gnu.org>
7897
7898 * xterm.c (take_vertical_position_into_account): New.
7899 (x_produce_image_glyph): Call it.
7900 (x_produce_stretch_glyph): Ditto.
7901 (x_produce_glyphs): Ditto.
7902 (x_fill_glyph_string): Adjust base line for glyph's voffset.
7903 (x_fill_composite_glyph_string): Ditto.
7904 (x_fill_image_glyph_string): Ditto.
7905 (x_fill_stretch_glyph_string): Ditto.
7906
7907 * xdisp.c (display_line): Always compute row height from
7908 max_ascent and max_descent.
7909
7910 * dispextern.h (struct glyph): Add voffset.
7911 (struct it): Replace height by descent, max_height by max_descent.
7912
7913 * xterm.c (x_append_glyph): Set voffset
7914 (x_append_stretch_glyph): Ditto.
7915 (x_produce_image_glyph): Ditto.
7916 (x_produce_glyphs): Take voffset into account.
7917 (x_produce_image_glyph): Ditto.
7918 (x_produce_stretch_glyph): Ditto.
7919
7920 * dispextern.h (struct it): Add voffset.
7921 * xdisp.c (push_it): Save voffset.
7922 (pop_it): Restore it.
7923
7924 * xdisp.c (it_props): Add entry for `raise'.
7925 (handle_raise_prop): New.
7926
7927 * dispextern.h (RAISE_PROP_IDX): New.
7928
7929 * xdisp.c (Qraise): New.
7930 (syms_of_xdisp): Define Qraised.
7931
7932 * xterm.c (x_scroll_bar_move): Clear to the left and right
7933 of toolkit scroll bars differently.
7934 (x_scroll_bar_move): Removed.
7935 (XTset_vertical_scroll_bar): Move code from x_scroll_bar_move here.
7936
7937 * dispextern.h: Make it compilable --with-x=no.
7938 * alloc.c: Ditto.
7939 * emacs.c: Ditto.
7940 * dispnew.c: Ditto.
7941 * keyboard.c: Ditto.
7942 * term.c: Ditto.
7943 * xdisp.c: Ditto.
7944 * xfaces.c: Ditto.
7945 * xfns.c: Ditto.
7946 * xmenu.c: Ditto.
7947
79481998-11-25 Gerd Moellmann <gerd@gnu.org>
7949
7950 * xterm.c (XTread_socket): Cancel help-echo when leaving frame.
7951
79521998-11-24 Gerd Moellmann <gerd@gnu.org>
7953
7954 * xterm.c (x_set_toolkit_scroll_bar_thumb): When dragging,
7955 update slider size, only.
7956 (xm_scroll_callback): Set dragging member of the scroll bar.
7957 (xt_action_hook): Reset last_scroll_bar_part.
7958 (XTredeem_scroll_bar): Reset bar->dragging to nil.
7959
26901792
DL
7960 * xfns.c (Fx_hide_busy_cursor): Don't try to hide busy cursor
7961 window on newly created frames that don't have one.
7962
79631998-11-23 Gerd Moellmann <gerd@gnu.org>
7964
7965 * xdisp.c (restore_overlay_strings): Removed.
7966 (restore_dpvec): Removed.
7967 (init_from_display_pos): Inline both functions above.
7968
7969 * xfns.c (IMAGE_NON_NEGATIVE_INTEGER_VALUE): New.
7970 (parse_image_spec): Handle it.
7971 (xbm_format): Use it.
7972 (xpm_format): Ditto.
7973 (pbm_format): Ditto.
7974 (jpeg_format): Ditto.
7975 (tiff_format): Ditto.
7976 (gif_format): Ditto.
7977 (gs_format): Ditto.
7978
7979 * xdisp.c (set_window_cursor): Removed.
7980 (redisplay_internal): Case cursor motion in cursor line of
7981 selected window; use set_cursor_from_row.
7982
79831998-11-22 Gerd Moellmann <gerd@gnu.org>
7984
7985 * widget.c (EmacsFrameSetCharSize): Take widget's border width
7986 into account.
7987
79881998-11-21 Gerd Moellmann <gerd@gnu.org>
7989
7990 * xterm.c (expose_frame): Redraw menu bar window.
7991
7992 * xdisp.c (display_menu_bar): Record hpos instead of x-position
7993 in menu item.
7994
7995 * dispnew.c (change_frame_size_1): Use FRAME_TOP_MARGIN instead
7996 of FRAME_TOOLBAR_LINES. Use `f' instead of `frame'.
7997
7998 * widget.c (set_frame_size): Use FRAME_SCROLL_BAR_COLS
7999 to determine vertical_scroll_bar_extra.
8000 (EmacsFrameSetCharSize): Ditto.
8001 * xfns.c (x_figure_window_size): Ditto.
8002
8003 * xterm.c (x_draw_row_bitmaps): Draw in `bitmap-area' face.
8004 (x_draw_bitmap): Ditto.
8005
8006 * dispextern.h (face_id): New id BITMAP_AREA_FACE_ID.
8007 * xfaces.c (realize_basic_faces): Realize it.
8008
80091998-11-20 Gerd Moellmann <gerd@gnu.org>
8010
8011 * xmenu.c (xmenu_show): Add workaround for remaining button grab
8012 under LessTif Use the widget of the frame as parent for the
8013 menu, again.
8014
80151998-11-19 Gerd Moellmann <gerd@gnu.org>
8016
8017 * xterm.c (XTread_socket): Inhibit busy cursor for EnterNotify.
8018 When EnterNotify, don't generate a mouse movement event if
8019 notification is from a busy-cursor child window.
8020
8021 * xterm.h (struct x_output): Add busy_window, remove cursor.
8022
8023 * xfns.c (Fx_show_busy_cursor): Formerly Fx_display_busy_cursor.
8024 Use a transparent window to display the busy-cursor.
8025 (Fx_hide_busy_cursor): Formerly Fx_undisplay_busy_cursor.
8026
80271998-11-17 Gerd Moellmann <gerd@gnu.org>
8028
8029 * xdisp.c (check_window_end): New, for debugging.
8030 (CHECK_WINDOW_END): New.
8031 (try_window_id): Use it.
8032
8033 * xterm.c (process_expose_from_menu): Return int.
8034
8035 * keyboard.c (kbd_buffer_get_event): Set flag to prevent recording
8036 TOOLBAR_EVENT events in last_nonmenu_event.
8037
80381998-11-16 Gerd Moellmann <gerd@gnu.org>
8039
8040 * xdisp.c (redisplay_window): If windows_or_buffers_changed,
8041 window end isn't reliable, so set window_end_valid to nil.
8042 (redisplay_internal): If overlay arrow has changed, set
8043 windows_or_buffers_changed to redisplay thoroughly.
8044
8045 * dispnew.c (adjust_glyph_matrix): Invalidate window end, if
8046 necessary.
8047
8048 * xfns.c (file_dialog_cb): New.
8049 (Fx_file_dialog): New.
8050 * fileio.c (Fread_file_name): Call it.
8051
8052 * xrdb.c (x_load_resources): Add default resoures for file
8053 selection dialog.
8054
80551998-11-14 Gerd Moellmann <gerd@gnu.org>
8056
8057 * xterm.c (note_mouse_highlight): Don't highlight when popup
8058 is active.
8059
26901792
DL
8060 * keyboard.c (timer_check): Inhibit busy cursor around calls to
8061 timer-event-handler. This busy cursor tends to be anoying if
8062 fontifying stealthily.
8063
8064 * dispnew.c (direct_output_for_insert): Give up if current row
8065 contains trailing whitespace.
8066
80671998-11-13 Gerd Moellmann <gerd@gnu.org>
8068
8069 * dispextern.h (prop_idx): Add FONTIFIED_PROP_IDX.
8070
8071 * xdisp.c (handle_fontified_prop): New.
8072 (Vfontification_functions): New.
8073 (Qfontification_functions): New.
8074 (it_props): Add handle_fontified_prop.
8075
80761998-11-12 Gerd Moellmann <gerd@gnu.org>
8077
8078 * xmenu.c (xmenu_show): Use the frame's edit_widget as parent.
8079 Otherwise, under LessTif, after the popup has gone, all button
8080 press events come in for the frame's widget, and release events
8081 come in for the edit_widget.
8082 * xterm.c (XTread_socket): Remove workaround for that problem.
8083 (x_set_toolkit_scroll_bar_thumb): Add workaround for LessTif
8084 XmScrollBarSetValues.
8085 (SET_SAVED_MENU_EVENT): Give it statement form.
8086
26901792
DL
8087 * xfaces.c (display_message): If waiting_for_input, don't display
8088 the message.
8089
8090 * window.c (scroll_command): If not acting on current_buffer,
8091 make redisplay consider all windows.
8092
8093 * xfns.c (Fx_hide_tip): Return t if tooltip was open.
8094
8095 * xdisp.c (handle_glyph_prop): Set it->object for images to
8096 the object having the glyph property.
8097
8098 * xterm.c (x_draw_row_bitmaps): Don't draw if row is completely
8099 invisible.
8100
81011998-11-11 Gerd Moellmann <gerd@gnu.org>
8102
8103 * xterm.h (struct x_display_info): Add gray pixmap. * xterm.c
8104 (x_term_init): Create the gray pixmap.
8105 (x_setup_relief_color): Use it.
8106 (x_get_glyph_string_clip_rect): Draw a toolbar window over the
8107 internal border at the top of a frame.
8108 (x_init_glyph_string): Likewise.
8109 (x_draw_glyph_string_relief): Correct right x by 1 pixel for
8110 full-width lines.
8111 (XTflash): Don't flash the toolbar window.
8112
8113 * xterm.c (XTread_socket): Workaround for LessTif popup menus
8114 in case of ButtonPress events.
8115
81161998-11-10 Gerd Moellmann <gerd@gnu.org>
8117
8118 * xrdb.c (x_load_resources): Add grey background colors as
8119 defaults for menus, scroll bars, and dialogs.
8120
8121 * insdel.c (prepare_to_modify_buffer): Move setting
8122 windows_or_buffers_changed from modify_region here.
8123
8124 * xfns.c (Fx_show_tip): Inhibit redisplay.
8125 (Fx_hide_tip): Ditto.
8126 (Fx_image_header): New.
8127
81281998-11-09 Gerd Moellmann <gerd@gnu.org>
8129
8130 * dispnew.c (clear_window_matrices): Set window_end_valid to nil
8131 when clearing current window matrices.
8132
81331998-11-08 Gerd Moellmann <gerd@gnu.org>
8134
8135 * xdisp.c (handle_glyph_prop): Don't set an iterator's buffer
8136 position from a string position. Use the right end position
8137 if the property spans a whole overlay string.
8138
81391998-11-07 Gerd Moellmann <gerd@gnu.org>
8140
8141 * xmenu.c (menubar_selection_callback): Remove workaround for
8142 Lesstif not calling XmNpopdownCallback because it doesn't
8143 handle the case where users don't select any menu item.
8144
26901792
DL
8145 * insdel.c (modify_region): Set windows_or_buffers_changed.
8146
8147 * buffer.c (set_buffer_internal): Don't set
8148 windows_or_buffers_changed.
8149
26901792
DL
8150 * xmenu.c (HAVE_BOXES): Define if USE_X_TOOLKIT.
8151
26901792
DL
8152 * xmenu.c (menubar_selection_callback): Add workaround for
8153 Lesstif not calling XmNpopdownCallback.
8154
8155 * xdisp.c (eval_mode_element): New.
8156 (eval_mode_handler): New.
8157 (display_mode_element): Use eval_mode_element.
8158
8159 * xdisp.c (display_mode_element): Allow `(:eval FORM)'.
8160 Remove code looking at text props of default value.
8161
8162 * xmenu.c (HAVE_BOXES): Define if using Lucid menus.
8163
26901792
DL
81641998-11-06 Gerd Moellmann <gerd@gnu.org>
8165
8166 * xmenu.c (single_submenu): Set button_type of menu to
8167 BUTTON_TYPE_NONE.
8168 (single_submenu): Likewise for panes and menu items.
8169 (set_frame_menubar): Set button_type of menu bar to none.
8170 (xmenu_show): Likewise.
8171 (single_submenu): Set widget values selected slot.
8172 (xmenu_show): Likewise.
8173
26901792
DL
8174 * xmenu.c (push_menu_item): Add parameters `type' and
8175 `selected'. Store it in menu_items.
8176 (MENU_ITEMS_ITEM_TYPE): New.
8177 (MENU_ITEMS_ITEM_SELECTED): New.
8178 (MENU_ITEMS_ITEM_LENGTH): Increase by two.
8179
8180 * xfns.c (clear_image_cache): Get the current time, before
8181 doing anything.
8182 (cache_image): Set prev pointer of next image.
8183 (clear_image_cache): Clear current matrices if any image was
8184 freed.
8185
8186 * xterm.c (XTread_socket): Set inhibit_busy_cursor.
8187
8188 * xfns.c (x_set_cursor): New.
8189 (Fx_display_busy_cursor): New.
8190 (Fx_undisplay_busy_cursor): New.
8191
8192 * xterm.h (struct x_output): Add busy_cursor.
8193
8194 * xfns.c (Vx_busy_pointer_shape): New.
8195 (x_set_mouse_color): Create busy cursor.
8196
8197 * process.c (wait_reading_process_input): Show and hide busy
8198 cursor.
8199
8200 * keyboard.c (command_loop_1): Display busy cursor.
8201
8202 * eval.c (Fsignal): Hide busy cursor.
8203
8204 * buffer.c (set_buffer_internal): Don't set
8205 windows_or_buffers_changed.
8206
8207 * xterm.c (redo_mouse_highlight): New.
8208
82091998-11-04 Gerd Moellmann <gerd@gnu.org>
8210
26901792
DL
8211 * xfns.c (x_create_x_image_and_pixmap): Add depth parameter.
8212 (x_build_heuritic_mask): New.
8213 (lookup_image): Call it.
8214
8215 * xterm.c (note_toolbar_highlight): Always set up help_echo.
8216 (previous_help_echo): New.
8217 (XTread_socket): Generate help event with nil message when
8218 leaving a region with help-echo.
8219 (note_mouse_highlight): Handle `help-echo' over text.
8220 (XTread_socket): Dispatch VisibilityNotify, CirculateNotify,
8221 CirculateRequest.
8222 (clear_mouse_face): Don't clear if tooltip is shown.
8223 (XTread_socket): Redo mouse-highlight after tooltip is gone.
8224 Avoid SET_FRAME_GARBAGED when tooltip is mapped.
8225
8226 * keyboard.c (Vshow_help_function): New.
8227 (read_char): Use it.
8228
82291998-11-03 Gerd Moellmann <gerd@gnu.org>
8230
8231 * xfns.c (x_create_tip_frame): New.
8232 (Fx_show_tip): New.
8233 (Fx_hide_tip): New.
8234
8235 * xterm.c (x_destroy_window): Handle case that we don't have
8236 a widget.
8237
8238 * dispextern.h (struct glyph_row): Rename no_marginal_areas_p
8239 to full_width_p. Add internal_border_p.
8240
82411998-11-02 Gerd Moellmann <gerd@gnu.org>
8242
8243 * xterm.c (note_mode_line_highlight): Check the charpos of
8244 the glyph under the mouse pointer before accessing text
8245 properties at that position.
8246
82471998-11-01 Gerd Moellmann <gerd@gnu.org>
8248
8249 * xterm.c (x_draw_image_relief): Handle toolbar_button_relief.
8250
8251 * xdisp.c (auto-raise-toolbar-buttons): New.
8252 (build_desired_toolbar_string): Handle the flag.
8253 (toolbar-button-margin): New.
8254 (toolbar-button-relief): New.
8255 (build_desired_toolbar_string): Use margin and relief.
8256
8257 * xterm.c (x_set_toolkit_scroll_bar_thumb): Remove workaround
8258 for FreeBSD.
8259 (note_mode_line_highlight): New.
8260 (note_mouse_highlight): Call it.
8261
82621998-10-31 Gerd Moellmann <gerd@gnu.org>
8263
8264 * s/freebsd.h (NARROWPROTO): New.
8265
8266 * xdisp.c (display_string): New parameter face_string.
8267 (display_mode_element): When displaying a symbol with a string
8268 value, use text properties from the symbol's default value, maybe.
8269
8270 * xrdb.c (x_load_resources): Add font defaults for menus and
8271 dialogs.
8272
82731998-10-30 Gerd Moellmann <gerd@gnu.org>
8274
8275 * xfns.c (Fx_create_frame): Try 12pt Courier font first.
8276
82771998-10-29 Gerd Moellmann <gerd@gnu.org>
8278
8279 * xterm.c (x_produce_glyphs): Fix bug causing glyphs to be
8280 produced for characters with codes < 32 under certain
8281 circumstances.
8282
8283 * xdisp.c (redisplay_window): Handle values of PT in front
8284 of invisible, intangible text.
8285 (try_window_id): Set overlay_arrow_seen to zero before
8286 displaying lines.
8287 (display_mode_element): Assign to glyphs written for a mode
8288 line spec `%x' as object the Lisp format string, as position
8289 the position of the `%' in that string.
8290 (display_string): If displaying a C string, optionally get
8291 the face to use from a Lisp string.
8292
8293 * xterm.c (expose_window_tree): Include mode line height.
8294
8295 * xfns.c (Fx_create_frame): Add toolbar height to frame height.
8296
82971998-10-27 Gerd Moellmann <gerd@gnu.org>
8298
8299 * xterm.c (note_mouse_highlight): Change mouse pointer shape
8300 over mode line.
8301
83021998-10-26 Gerd Moellmann <gerd@gnu.org>
8303
8304 * window.c (coordinates_in_window): Use CURRENT_MODE_LINE_HEIGHT.
8305
8306 * xdisp.c (redisplay_window): If mode line height has changed,
8307 arrange for a thorough immediate redisplay using the correct mode
8308 line height.
8309 (window_box_height): Use CURRENT_MODE_LINE_HEIGHT.
8310
8311 * dispextern.h (MATRIX_MODE_LINE_HEIGHT): New.
8312 (CURRENT_MODE_LINE_HEIGHT): New.
8313 (DESIRED_MODE_LINE_HEIGHT): New.
8314
8315 * keyboard.c (make_lispy_event): Add string and string position
8316 info to mouse-click events.
8317 (read_key_sequence): Handle `local-map' property of mode line
8318 strings.
8319
8320 * keyboard.h (POSN_STRING): New.
8321
83221998-10-25 Gerd Moellmann <gerd@gnu.org>
8323
8324 * dispnew.c (mode_line_string): Mew.
8325
8326 * xterm.c (xt_action_hook): New.
8327 (x_create_toolkit_scroll_bar): Add action hook.
8328 (xm_scroll_callback): Implement dragging.
8329
8330 * keyboard.c (Qend_scroll): New.
8331 (scroll_bar_parts): Add it.
8332
8333 * termhooks.h (scroll_bar_end_scroll): New.
8334
8335 * xterm.c (XTread_socket): Bug fix.
8336
83371998-10-24 Gerd Moellmann <gerd@gnu.org>
8338
8339 * xdisp.c (redisplay_window): Finish scroll bars after
8340 redisplaying toolbar.
8341
8342 * keyboard.c (scroll_bar_parts): Add Qtop and Qbottom.
8343 (syms_of_keyboard): Add Qbottom.
8344
8345 * termhooks.h (scroll_bar_to_top): New.
8346 (scroll_bar_to_bottom): New.
8347
8348 * xdisp.c (redisplay_window): Always resize toolbar window if
8349 auto_resize_toolbar_p is non-zero.
8350 (auto_resize_toolbar_p): Renamed from auto_resize_toolbar.
8351 (window_box): New.
8352 (window_box_height): New.
8353 (window_box_width): New.
8354 (window_box_left): New.
8355 (window_box_right): New.
8356 (window_box_edges): New.
8357
83581998-10-23 Gerd Moellmann <gerd@gnu.org>
8359
8360 * xterm.c (x_set_toolkit_scroll_bar_thumb): Kluge for call to
8361 XawScrollbarSetThumb in FreeBSD.
8362 (x_create_toolkit_scroll_bar): Set resource "beNiceToColormap"
8363 to true.
8364
8365 * window.c (get_phys_cursor_glyph): Return null if cursor vpos
8366 is out of range.
8367
8368 * xterm.c (x_create_toolkit_scroll_bar): Set scroll_bar_pixel.
8369 (x_term_init): Initialize it.
8370
8371 * xterm.h (struct x_display_info): Add scroll_bar_pixel.
8372
8373 * xterm.c (x_create_toolkit_scroll_bar): Set LessTif scroll bar's
8374 cursor.
8375
83761998-10-22 Gerd Moellmann <gerd@gnu.org>
8377
8378 * keyboard.c (make_lispy_event): Handle scroll_bar_click
8379 differently when using toolkit scroll bars.
8380
8381 * xterm.c (x_send_scroll_bar_event): New.
8382 (x_scroll_bar_to_input_event): New.
8383 (xaw3d_scroll_callback): New.
8384 (xaw3d_jump_callback): New.
8385 (xm_scroll_callback): New.
8386 (x_toolkit_scroll_p): New.
8387 (XTread_socket): Handle scroll bar client message.
8388 (x_term_init): Initialize Xatom_Scrollbar.
8389 (x_scroll_bar_create): Set cursor.
8390 (xm_scroll_callback):
8391 (x_create_toolkit_scroll_bar): New.
8392 (x_set_toolkit_scroll_bar_thumb): New.
8393 (x_scroll_bar_create): Call x_create_toolkit_scroll_bar.
8394 (XTset_vertical_scroll_bar): Call x_set_toolkit_scroll_bar_thumb.
8395
8396 * xterm.h (struct x_display_info): Add Xatom_Scrollbar.
8397
83981998-10-21 Gerd Moellmann <gerd@gnu.org>
8399
8400 * xterm.c (x_scroll_bar_remove): Handle toolkit scroll bars.
8401 (XTread_socket): Don't handle mouse button events for scroll bars
8402 if using toolkit scroll bars.
8403 (XTset_vertical_scroll_bar): Set thumb size and position for
8404 Athena scroll bar.
8405
8406 * xterm.h (scroll_bar): Add x_widget_low and x_widget_high.
8407
8408 * xterm.c (XTread_socket): Dispatch expose event to widget
8409 if using toolkit scroll bars.
8410 (x_scroll_bar_expose): Make no-op for toolkit scroll bars.
8411 (x_scroll_bar_create): Create and show a scroll bar widget
8412 if using toolkit scroll bars.
8413 (x_scroll_bar_move): Handle tookit scroll bars.
8414
8415 * Makefile.in (LIBW): Use Xaw3d if present.
8416
8417 * configure.in (USE_TOOLKIT_SCROLL_BARS): New.
8418 (HAVE_XAW3D): New.
8419
8420 * config.in (USE_TOOLKIT_SCROLL_BARS): New.
8421 (HAVE_XAW3D): New.
8422
8423 * xterm.c (XTset_vertical_scroll_bar): Correct position of
8424 right vertical scroll bar.
8425
84261998-10-20 Gerd Moellmann <gerd@gnu.org>
8427
8428 * xfns.c (xpm_load): Support reading XPM images from string
8429 buffers containing data in the same format as an XPM file.
8430 Support `:color-symbols'.
8431 (xpm_format): Add `:data'.
8432 (xpm_keyword_index): Add XPM_DATA.
8433 (syms_of_xfns): Add `:color-symbols'.
8434 (xpm_keyword_index): Add XPM_COLOR_SYMBOLS.
8435 (xpm_valid_color_symbols_p): New.
8436 (xpm_image_p): Call it.
8437
8438 * xdisp.c (build_desired_toolbar_string): Add `:algorithm'
8439 attribute to the image if item is not enabled.
8440
8441 * xfns.c (x_laplace): New.
8442 (x_laplace_read_row): New.
8443 (x_laplace_write_row): New.
8444 (lookup_image): Handle common image attributes here. New
8445 attribute `:algorithm'.
8446
8447 * xfaces.c (clear_face_cache): Call clear_image_cache.
8448
8449 * xterm.c (x_inverted_image_mask): Removed.
8450 (x_draw_image_foreground_1): New.
8451 (x_draw_image_glyph_string): Draw images with mask to a temporary
8452 pixmap to reduce flickering.
8453
8454 * xdisp.c (redisplay_toolbar): Handle auto-resize-toolbars.
8455 (display_toolbar_line): Remove parameter `margin'.
8456
84571998-10-19 Gerd Moellmann <gerd@gnu.org>
8458
8459 * xdisp.c (toolbar_lines_needed): New.
8460 (auto-resize-toolbars): New.
8461
8462 * xfns.c (cache_image): Correct call to xrealloc.
8463
8464 * dispnew.c (Fset_toolbar_height): Removed.
8465
8466 * xdisp.c (init_xdisp): Use FRAME_TOP_MARGIN instead of
8467 FRAME_MENU_BAR_LINES.
8468
8469 * window.c (Fdelete_other_windows): Use FRAME_TOP_MARGIN
8470 instead of FRAME_MENU_BAR_LINES.
8471 (check_frame_size): Ditto.
8472
8473 * dispnew.c (adjust_frame_glyphs_initially): Use FRAME_TOP_MARGIN
8474 instead of FRAME_MENU_BAR_LINES.
8475 (adjust_frame_glyphs_for_frame_redisplay): Ditto.
8476 (build_frame_matrix): Ditto.
8477 (change_frame_size_1): Ditto.
8478
8479 * frame.h (FRAME_TOOLBAR_LINES): New.
8480 (FRAME_TOP_MARGIN): New.
8481
8482 * window.c (struct save_window_data): Add frame_toolbar_lines.
8483 (Fset_window_configuration): Handle toolbar lines.
8484 (Fcurrent_window_configuration): Save toolbar lines.
8485
8486 * frame.c (syms_of_frame_1): Add Qtoolbar_lines.
8487
8488 * xfns.c (Fx_create_frame): Add default parameter for toolbar.
8489
8490 * frame.h (struct frame): Rename top_margin to toolbar_lines.
8491
8492 * xfns.c (x_frame_parms): Add `toolbar-lines'.
8493 (x_set_toolbar_lines): New.
8494
8495 * keyboard.c (cmd_error_internal): Bug fix.
8496
8497 * xterm.c: Remove double include of syssignal.h.
8498
84991998-10-18 Gerd Moellmann <gerd@gnu.org>
8500
8501 * xterm.c (x_toolbar_item): New.
8502 (x_handle_toolbar_click): Use it.
8503 (note_toolbar_highlight): Use it.
8504
8505 * keyboard.c (syms_of_keyboard): Staticpro toolbar_item_properties
8506 and toolbar_items_vectors.
8507
8508 * xterm.c (help_echo): New.
8509 (draw_glyphs_face): Add DRAW_IMAGE_RAISED and DRAW_IMAGE_SUNKEN.
8510 (x_set_glyph_string_gc): Handle them.
8511 (x_after_update_window_line): Don't do anything in pseudo-windows.
8512 (x_produce_image_glyph): Take image margin and face relief into
8513 account.
8514 (x_get_glyph_string_clip_rect): Handle pseudo-windows.
8515 (x_draw_glyph_string_background): Optimize case when face has
8516 relief.
8517 (x_setup_relief_color): Take frame instead of glyph string
8518 parameter.
8519 (x_draw_relief_rect): New.
8520 (x_draw_glyph_string_relief): Call it.
8521 (x_draw_image_glyph_string_foreground): Handle margin and image
8522 relief.
8523 (x_draw_image_glyph_string_background): Ditto.
8524 (expose_frame): Redraw toolbar window.
8525 (expose_window): Don't draw cursor for pseudo-windows.
8526 (x_y_to_hpos_vpos): Handle pseudo-windows.
8527 (frame_to_window_pixel_xy): New.
8528 (note_mouse_highlight): Call note_toolbar_highlight.
8529 (x_handle_toolbar_click): New.
8530 (note_toolbar_highlight): New.
8531 (show_mouse_face): Change int parameter `hl' to parameter of
8532 type enum draw_glyphs_face. Handle image highlighting.
8533 (XTread_socket): Return a HELP_EVENT input event if help_echo is
8534 non-nil. Use x_handle_toolbar_click.
8535
8536 * termhooks.h (event_kind): Add HELP_EVENT, TOOLBAR_EVENT.
8537
8538 * xfns.c (image_value_type): Add IMAGE_INTEGER_VALUE,
8539 IMAGE_BOOL_VALUE.
8540 (parse_image_spec): Handle them.
8541 (image_spec_value): Additional parameter found.
8542 (free_image): Remove image from the vector `images' of the
8543 image cache.
8544 (clear_image_cache): Additional parameter force_p.
8545 (Fclear_image_cache): New.
8546 (x_find_image_file): New.
8547 (xbm_load): Handle `:margin' and `:relief'. Use
8548 x_find_image_file.
8549 (xpm_load): Likewise.
8550 (pbm_load): Likewise.
8551 (jpeg_load): Likewise.
8552 (tiff_load): Likewise.
8553 (gif_load): Likewise.
8554
8555 * keyboard.c (Qhelp_echo): New symbol.
8556 (read_char): Handle `toolbar' and `help_echo' events.
8557 (kbd_buffer_get_event): Handle HELP_ECHO input event.
8558 (make_lispy_event): Handle TOOLBAR_EVENT.
8559 (toolbar_items): New.
8560 (process_toolbar_item): New.
8561 (PROP): New.
8562 (init_toolbar_items): New.
8563 (append_toolbar_item): New.
8564 (read_char_x_menu_prompt): Handle `toolbar' event.
8565 (read_key_sequence): Ditto.
8566
8567 * xfaces.c (Qtoolbar): New.
8568 (realize_basic_faces): Realize `toolbar' face.
8569 (face_at_string_position): Remove parameter modeline_p, add
8570 base_face_id.
8571
8572 * xfns.c (xbm_load_image_from_file): Don't use Xmu function
8573 to read data.
8574
85751998-10-17 Gerd Moellmann <gerd@gnu.org>
8576
8577 * xdisp.c (init_iterator): Replace parameter modeline_p with
8578 base_face_id.
8579 (next_element_from_string): Call get_next_display_element
8580 recursively after handling text properties.
8581 (prepare_menu_bars): Call update_toolbar.
8582 (update_toolbar): New.
8583 (build_desired_toolbar_string): New.
8584 (display_toolbar_line): New.
8585 (redisplay_toolbar): New.
8586 (toolbar_item_info): New.
8587 (redisplay_window): Call redisplay_toolbar.
8588 (Fdump_toolbar_row): New. Defined if compiled with GLYPH_DEBUG.
8589
8590 * dispnew.c (clear_current_matrices): Clear matrices of toolbar
8591 window.
8592 (clear_desired_matrices): Ditto.
8593 (adjust_frame_glyphs_for_window_redisplay): Make toolbar window.
8594 (free_glyphs): Free matrices of toolbar window.
8595 (update_frame): Update toolbar window.
8596 (change_frame_size_1): Take toolbar into account.
8597 (Fset_toolbar_height): New.
8598
8599 * dispextern.h (struct it): Remove member modeline_p, add
8600 base_face_id.
8601 (struct image): Add members relief and margin.
8602 (IMAGE_ASCENT): Include margin in height.
8603
86041998-10-14 Gerd Moellmann <gerd@gnu.org>
8605
8606 * xfns.c (Fclear_image_cache): New.
8607
8608 * xfaces.c (realize_basic_faces): Realize toolbar face.
8609 (face_at_string_position): Remove parameter modeline_p, add
8610 base_face_id.
8611
8612 * dispextern.h (enum face_id): Add TOOLBAR_FACE_ID.
8613
86141998-10-13 Gerd Moellmann <gerd@gnu.org>
8615
8616 * keyboard.c (syms_of_keyboard): Intern `:help'.
8617
86181998-10-12 Gerd Moellmann <gerd@gnu.org>
8619
8620 * xterm.c (note_toolbar_highlight): New.
8621 (note_mouse_highlight): Call it.
8622
8623 * window.c (window_from_coordinates): Additional parameter toolbar_p.
8624 (coordinates_in_window): Handle toolbar window.
8625
8626 * keyboard.c (toolbar_items): New.
8627 (process_toolbar_item): New.
8628 (parse_toolbar_item): New.
8629 (init_toolbar_items): New.
8630 (append_toolbar_item): New.
8631
8632 * dispextern.h (enum toolbar_item_idx): New.
8633 (enum toolbar_item_image): New.
8634
8635 * frame.h (struct frame): Add toolbar-related members.
8636
8637 * xfaces.c (face_at_string_position): Remove assertion that
8638 current_buffer == window's buffer. This is not the case when
8639 called for the toolbar window.
8640
8641 * frame.c (make_frame): Initialize toolbar members.
8642
8643 * alloc.c (mark_object): Mark toolbar data of frames.
8644
8645 * frame.h (struct frame): Add toolbar-related members
8646 toolbar_window, desired_toolbar_items, current_toolbar_items,
8647 desired_toolbar_string, current_toolbar_string,
8648 n_desired_toolbar_items, n_current_toolbar_items. Add
8649 window_height.
8650
8651 * xterm.c (x_after_update_window_line): Don't draw bitmap
8652 areas for pseudo-windows.
8653 (expose_frame): Handle toolbar window.
8654 (expose_window): Don't do cursor stuff for pseudo-windows.
8655
8656 * xdisp.c (display_menu_bar): Correct calls to init_iterator.
8657
86581998-10-11 Gerd Moellmann <gerd@gnu.org>
8659
8660 * frame.c (make_frame): Initialize toolbar_window.
8661
8662 * alloc.c (mark_object): Make the toolbar window.
8663
8664 * dispnew.c (update_frame): Update frame's toolbar_window.
8665 (clear_current_matrices): Likewise.
8666 (clear_desired_matrices): Likewise.
8667 (adjust_frame_glyphs_for_window_redisplay): Make toolbar_window.
8668 (free_glyphs): Free the toolbar window and its matrices.
8669
8670 * frame.h (struct frame): Add toolbar_window.
8671
8672 * xterm.c (x_draw_glyph_string_relief): Handle mouse-face
8673 with relief.
8674
86751998-10-10 Gerd Moellmann <gerd@gnu.org>
8676
8677 * dispnew.c (buffer_posn_from_coords): Don't screw up if
8678 window start is not in the range BEGV..ZV.
8679
86801998-10-09 Gerd Moellmann <gerd@gnu.org>
8681
8682 * xdisp.c (try_scrolling): Experimentally handle the case
8683 that scroll-preserve-screen-position is set to `always'.
8684
8685 * window.c (Vscroll_preserve_screen_position): Replacement for
8686 scroll_preserve_screen_position.
8687
86881998-10-08 Gerd Moellmann <gerd@gnu.org>
8689
8690 * dispnew.c: Don't initialize auto structs; the HP/UX compiler
8691 doesn't like it.
8692 * xdisp.c: Ditto.
8693
8694 * xdisp.c (make_cursor_line_fully_visible): Adjust this_line_y.
8695
86961998-10-06 Gerd Moellmann <gerd@gnu.org>
8697
8698 * minibuf.c (Fminibuffer_complete_word): Fix computation of
8699 i_byte when prompts are inserted into minibuffers.
8700
8701 * dispextern.h (FRAME_INTERNAL_BORDER_WIDTH_SAFE): New.
8702 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X): Use it.
8703 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y): Ditto.
8704
87051998-10-04 Gerd Moellmann <gerd@gnu.org>
8706
8707 * xdisp.c (make_cursor_line_fully_visible): New.
8708 (try_scrolling): New.
8709 (redisplay_window): Move scrolling code to try_scrolling.
8710 (make_cursor_line_fully_visible): Handle case of window too small
8711 to show a single line.
8712 (redisplay_window): Case forced window start---use
8713 make_cursor_line_fully_visible.
8714 (redisplay_window): Case cursor movement via current matrix.
8715 If ending up on a partially visible line, make it fully visible
8716 instead of recentering.
8717 (try_scrolling): Additional parameter scroll_smoothly.
8718
8719 * xterm.c (x_draw_bitmap): Don't XClearArea under the pixmap.
8720
87211998-09-28 Gerd Moellmann <gerd@gnu.org>
8722
8723 * window.c (window_scroll_pixel_based): Bug fix: vpos used
8724 instead of y-position for scroll-preserved-screen-position.
8725
87261998-09-07 Gerd Moellmann <gerd@gnu.org>
8727
8728 * dispnew.c (update_frame_line): If current row is not enabled,
8729 write the whole line.
8730
87311998-09-06 Gerd Moellmann <gerd@gnu.org>
8732
8733 * lisp.h (HAVE_FACES): Removed.
8734
8735 * dispextern.h (HAVE_FACES): Removed.
8736
8737 * config.in (HAVE_FACES): Removed.
8738
8739 * dispnew.c (HAVE_FACES): Removed.
8740
8741 * xdisp.c (HAVE_FACES): Removed.
8742
8743 * xfaces.c (HAVE_FACES): Removed.
8744
87451998-09-05 Gerd Moellmann <gerd@gnu.org>
8746
8747 * xdisp.c (init_iterator): If face_change_count is non-zero,
8748 free realized faces.
8749
8750 * xfaces.c (free_all_realized_faces): Make it externally visible.
8751 (Finternal_set_lisp_face_attribute): Increment
8752 windows_or_buffers_changed.
8753
8754 * dispnew.c (direct_output_for_insert): Give up if
8755 face_change_count is non-zero.
8756 (direct_output_forward_char): Ditto.
8757
8758 * xfaces.c (face_change_count): New.
8759
87601998-09-04 Gerd Moellmann <gerd@gnu.org>
8761
8762 * xterm.c (x_draw_bar_cursor): Don't draw if cursor hpos is out
8763 of range.
8764
87651998-09-03 Gerd Moellmann <gerd@gnu.org>
8766
8767 * term.c (Ftty_display_color_p): New.
8768
87691998-09-02 Gerd Moellmann <gerd@gnu.org>
8770
8771 * xfaces.c (Ftty_defined_colors): New.
8772
8773 * xterm.c (x_produce_glyphs): Fix computation of
8774 contains_overlapping_glyphs_p for ASCII.
8775
8776 * dispnew.c (Fshow_cursor): Don't change cursor state while
8777 redisplaying.
8778 (direct_output_for_insert): If a glyph with lbearing or rbearing
8779 is among the new glyphs, set row flag contains_overlapping_glyph_p.
8780
87811998-09-01 Gerd Moellmann <gerd@gnu.org>
8782
8783 * term.c (OUTPUT_IF): Make replacement text have statement form.
8784 (OUTPUT1_IF): Ditto.
8785 (TS_italic_mode, TS_end_italic_mode): Removed.
8786 (TS_bold_mode): Removed.
8787 (TS_underscore_mode, TS_end_underscore_mode): Removed.
8788 (TS_enter_bold_mode, TS_enter_dim_mode, TS_enter_blink_mode): New.
8789 (TS_enter_reverse_mode): New.
8790 (TS_enter_underline_mode, TS_exit_underline_mode): New.
8791 (TN_magic_cookie_glitch_ul): New.
8792 (TS_enter_alt_charset_mode, TS_exit_alt_charset_mode): New.
8793 (TS_exit_attribute_mode): New.
8794 (TN_max_colors, TN_max_pairs, TS_orig_pairs): New.
8795 (TS_set_foreground, TS_set_background): New.
8796 (reset_terminal_modes): Switch colors back to default.
8797 (write_glyphs): Turn face on before writing text, turn it off
8798 afterwards.
8799 (insert_glyphs): Ditto.
8800 (term_init): Initialize new terminal capability variables.
8801 (turn_on_face): Turn a face on.
8802 (turn_off_face): Turn a face off.
8803
8804 * lisp.h (MAKE_GLYPH): Remove test for frame type.
8805 (GLYPH_CHAR): Ditto.
8806 (GLYPH_FACE): Ditto.
8807
8808 * xfaces.c (Vface_tty_color_alist): New.
8809 (face-register-tty-color): New.
8810 (face-clear-tty-colors): New.
8811
8812 * dispextern.h (FACE_TTY_DEFAULT_COLOR): New.
8813 (struct it): Remove member faces_p since we now always have faces.
8814
88151998-08-31 Gerd Moellmann <gerd@gnu.org>
8816
8817 * dispextern.h (struct face): Add tty appearance flags.
8818
8819 * xdisp.c (init_iterator): Always handle faces.
8820 (extend_face_to_end_of_line): Handle tty frames.
8821
8822 * dispnew.c (clear_glyph_matrix): Allow a null matrix to be
8823 passed in.
8824
88251998-08-30 Gerd Moellmann <gerd@gnu.org>
8826
8827 * xfaces.c (realize_default_face): Use empty strings to indicate
8828 that the face should use the default foreground/background
8829 color of the terminal. Fill font-related attributes with
8830 appropriate values for tty frames.
8831
8832 * emacs.c (main): Call syms_of_xfaces before init_window_once.
8833
8834 * xfaces.c (realize_default_face): If face `default' is not
8835 yet known, create it.
8836
8837 * frame.c (make_terminal_frame): Call init_frame_faces
8838 unconditionally.
8839
8840 * xfaces.c (init_frame_faces): Make it work for tty frames.
8841 (free_frame_faces): Ditto.
8842 (clear_face_cache): Ditto.
8843 (recompute_basic_faces): Ditto.
8844 (Fframe_face_alist): Ditto.
8845 (free_realized_face): Ditto.
8846 (prepare_face_for_display): Ditto.
8847 (clear_face_gcs): Ditto.
8848 (lookup_face): Ditto.
8849 (smaller_face): Ditto.
8850 (realize_default_face): Ditto.
8851 (realize_face): Ditto.
8852 (realize_face): Dispatch to functions depending on the frame type.
8853 (realize_x_face): X way of realizing faces.
8854 (realize_tty_face): TTY way of realizing faces.
8855
88561998-08-29 Gerd Moellmann <gerd@gnu.org>
8857
8858 * xfaces.c (realize_face): Remove parameter unibyte_registry,
8859 compute it instead.
8860 (lookup_face): Remove local variable unibyte_registry.
8861
88621998-08-22 Gerd Moellmann <gerd@gnu.org>
8863
8864 * xterm.c (x_draw_glyph_string_relief): Draw top and bottom lines
8865 1 pixel longer.
8866
8867 * xdisp.c (face_before_or_after_it_pos): Fix computation
8868 of face in buffer.
8869
8870 * editfns.c (make_buffer_string_both): If prompt in buffer,
8871 prevent start > end.
8872
8873 * indent.c (Fvertical_motion): Set current_buffer to window's
8874 buffer if it isn't already.
8875
88761998-08-21 Gerd Moellmann <gerd@gnu.org>
8877
8878 * dispextern.h (GLYPH_DEBUG): Use default 0.
8879
8880 * xdisp.c (it_props): New member `smaller'.
8881 (init_iterator): Initialize it.
8882 (Qsmaller): New.
8883 (push_it): Save value of `smaller' value on the stack.
8884 (pop_it): Restore `smaller' from the stack.
8885 (handle_smaller_prop): New.
8886 (handle_face_prop): Use `smaller' text property to select a
8887 suitable face.
8888
8889 * dispextern.h (SMALLER_PROP_IDX): New.
8890 (struct it): Add member `smaller'.
8891
8892 * xfaces.c (smaller_face): New.
8893
8894 * frame.h (FRAME_WINDOW_WIDTH_ARG): Add bitmap area widths.
8895
8896 * dispnew.c (allocate_matrices_for_window_redisplay): Compute
8897 total pixel width of window differently.
8898
8899 * xdisp.c (init_iterator): Compute width of mode line differently.
8900
8901 * dispextern.h (WINDOW_DISPLAY_PIXEL_WIDTH): Subtract width
8902 of bitmap areas.
8903
8904 * window.c (Fsplit_window): Include width of bitmap areas in
8905 window width.
8906 (window_internal_width): Subtract width of bitmap areas from
8907 total width.
8908
89091998-08-18 Gerd Moellmann <gerd@gnu.org>
8910
8911 * xdisp.c: Functions reordered for better readability.
8912
8913 * dispnew.c (update_text_area): Handle glyphs with arbitrary
8914 lbearing.
8915 (update_window_tree): Parameter no_scrolling_p removed.
8916 (update_single_window): Ditto.
8917
8918 * xterm.c (x_get_char_font_and_encoding): Renamed to
8919 x_get_char_face_and_encoding.
8920
8921 * dispnew.c (update_text_area): Don't call get_glyph_overhangs
8922 if end of current row reached.
8923
8924 * xterm.c (x_get_glyph_face_and_encoding): New.
8925 (x_get_glyph_overhangs): Call it.
8926
8927 * xdisp.c (Qshow_trailing_whitespace): New.
8928 (Qtrailing_whitespace): New.
8929 (enum prop_handled): New.
8930 (struct props, it_props): New.
8931 (next_overlay_change): New. Works like Fnext_overlay_change
8932 but doesn't use xmalloc.
8933 (handle_stop): Restructured.
8934 (face_before_or_after_it_pos): Case iteration over a string: fix
8935 handling of face before current position.
8936
89371998-08-16 Gerd Moellmann <gerd@gnu.org>
8938
8939 * dispnew.c (adjust_glyph_matrix): Don't optimize matrix
8940 reallocation matrix if fonts_changed_p.
8941 (update_text_area): Handle glyphs with lbearing.
8942
89431998-08-14 Gerd Moellmann <gerd@gnu.org>
8944
8945 * xdisp.c (struct props): New.
8946 (it_props): New.
8947 (compute_prop_info): New.
8948 (handle_stop): New.
8949
8950 * textprop.c (validate_interval_range): Make it externally
8951 visible.
8952
8953 * dispnew.c (direct_output_for_insert): Remove calls
8954 to compute_stop_pos.
8955
8956 * dispextern.h (struct it): Remove check_charpos,
8957 next_overlay_pos. Add what_changes.
8958
89591998-08-10 Gerd Moellmann <gerd@gnu.org>
8960
8961 * xterm.c (note_mouse_highlight): Set BEGV_BYTE, ZV_BYTE.
8962
8963 * xfaces.c (Vx_unibyte_registry_and_encoding): Removed. Use
8964 face_default_registry instead.
8965
8966 * syntax.c (scan_sexps_forward): Set up syntax table before
8967 jumping to initial state label.
8968
89691998-08-09 Gerd Moellmann <gerd@gnu.org>
8970
8971 * dispnew.c (check_matrix_invariants): Handle case of row end pos
8972 >= ZV specially.
8973
89741998-08-08 Gerd Moellmann <gerd@gnu.org>
8975
8976 * xdisp.c (redisplay_window): Case cursor movement---if cursor
8977 ends up in partially visible row, try to scroll. Case forced
8978 window start---handle windows not tall enough to show a single
8979 line.
8980
8981 * window.h (struct window): Member dy renamed vscroll.
8982
8983 * xterm.c (x_list_fonts): Re-activate suppression of scalable
8984 fonts.
8985 (x_draw_stretch_glyph_string): Set clipping if using GC that
8986 hasn't set it yet.
8987
8988 * xdisp.c (redisplay_window): Case forced window start -
8989 don't let cursor end on partially visible row. Use desired
8990 matrix to find a suitable PT if it doesn't appear.
8991 (decode_mode_spec): Merged with 20.2.97.
8992 (try_window_reusing_current_matrix): Give up if old or
8993 new display is vscrolled.
8994 (redisplay_window): Reset vscrolling if forced window start,
8995 or if recentering.
8996
89971998-08-06 Gerd Moellmann <gerd@gnu.org>
8998
8999 * xfaces.c (realize_default_face): Use the fontset name instead of
9000 the alias for the family attribute of the default face because we
9001 can't easily determine a good alias from fontset-alias-alist.
9002 (face_fontset): Use Fquery_fontset to find the fontset.
9003 (font_list): Additional pattern parameter.
9004 (try_font_list): Ditto.
9005 (set_lface_from_font_name): Set face family from font foundry
9006 and family.
9007 (font_list): If family contains a hyphen, build pattern differently.
9008
90091998-08-05 Gerd Moellmann <gerd@gnu.org>
9010
9011 * xfaces.c (free_realized_faces): Increment windows_or_buffers_-
9012 changed instead of setting the frame garbaged.
9013
9014 * xfaces.c (lface_equal_p): Don't assume equal Lisp types for
9015 all attribute values. This is wrong if values are unspecified,
9016 i.e. nil.
9017
9018 * xdisp.c (try_window_id): Give up if window start changed.
9019
9020 * xfaces.c (make_realized_face): Store registry as Lisp object.
9021 (load_face_font_or_fontset): Compute registry of a face
9022 differently. Make it `eq' to Vx_unibyte_registry_and_encoding if
9023 possible.
9024
9025 * dispextern.h (FACE_SUITABLE_FOR_CHARSET_P): Compare registries
9026 differently.
9027
9028 * alloc.c (mark_face_cache): Mark the registry member of faces.
9029
9030 * dispextern.h (struct face): Make registry a Lisp string.
9031
90321998-08-04 Gerd Moellmann <gerd@gnu.org>
9033
9034 * xterm.c (x_get_char_font_and_encoding): Additional parameter
9035 multibyte_p. Handle unibyte text.
9036 (x_append_glyph): Set the multibyte_p flag of glyphs.
9037 (x_produce_image_glyph): Ditto.
9038 (x_append_stretch_glyph): Ditto.
9039 (x_produce_glyphs): Handle unibyte text like ASCII.
9040
9041 * xdisp.c (push_it): Save the multibyte flag of an iterator on the
9042 stack.
9043 (pop_it): Restore it.
9044 (face_before_or_after_it_pos): Handle the case that the string or
9045 buffer is unibyte.
9046 (get_overlay_strings): Set the multibyte flag of the iterator if
9047 the new overlay string is multibyte.
9048 (get_glyph_property): Likewise.
9049 (get_next_display_element): Don't check for charset changes in
9050 unibyte text.
9051 (append_space): Compute face differently for unibyte text.
9052 (extend_face_to_end_of_line): Don't return quickly if face has
9053 stipple.
9054
9055 * xfaces.c (load_face_font_or_fontset): Store registry and
9056 encoding of the font in the registry member of the face.
9057 (make_realized_face): Additional parameter `registry'.
9058 (free_realized_face): Free the registry of a realized face.
9059 (face_suitable_for_charset_p): Function form of the macro
9060 with the same name in uppercase.
9061 (lookup_face): Use Vx_unibyte_registry_and_encoding if charset < 0.
9062 (choose_face_font): New parameter unibyte_registry.
9063 (choose_face_fontset_font): Ditto.
9064 (realize_default_face): Remember the registry and encoding of
9065 the specified frame font in Vx_unibyte_registry_and_encoding.
9066 (face_at_buffer_position): Handle unibyte.
9067 (face_at_string_position): Likewise.
9068 (realize_face): New parameter unibyte_registry.
9069 (compute_char_face): Handle the unibyte case.
9070
9071 * dispextern.h (struct glyph): Add bit multibyte_p.
9072 (struct face): New member registry holding the registry and
9073 encoding of the X font of the face.
9074 (FACE_UNIBYTE_P): Value is non-zero if face is for unibye text.
9075 (enum face_id): Add BASIC_FACE_ID_SENTINEL.
9076 (FACE_SUITABLE_FOR_CHARSET_P): Handle charset < 0 meansing unibyte
9077 text.
9078 (struct iterator_stack_entry): Add multibyte_p.
9079
9080 * xdisp.c (string_pos): Use string_char_to_byte.
9081 (char_charset): Removed.
9082
90831998-08-03 Gerd Moellmann <gerd@gnu.org>
9084
9085 * xterm.c (x_draw_image_glyph_string_foreground): Draw a
9086 rectangle for a block cursor over an image without a mask.
9087 (x_stretch_block_cursor): Added. Non-zero means don't draw
9088 a block cursor over a stretch as wide as that stretch.
9089 (x_draw_stretch_glyph_string): Use it.
9090 (x_draw_hollow_cursor): Ditto.
9091
9092 * minibuf.c (read_minibuf): Use minibuf_prompt instead of prompt.
9093 (read_minibuf): Add front-sticky text property for prompt.
9094
9095 * xdisp.c (char_charset): Return charset of a character,
9096 depending on whether or not multi-byte characters are enabled.
9097
9098 * xfaces.c (Fset_face_charset_registry): Removed.
9099 (x_charset_registry): Determine registry from charset plist.
9100
91011998-08-02 Gerd Moellmann <gerd@gnu.org>
9102
9103 * xdisp.c (get_next_display_element): Don't check for charset
9104 changes if multi-byte characters are not enabled.
9105
9106 * xdisp.c (echo_area_display): Use the flush function from the
9107 redisplay interface.
9108 * keyboard.c (detect_input_pending_run_timers): Likewise.
9109
9110 * dispextern.h (produce_*glyphs_hook): Removed.
9111 * term.c (produce_*glyphs): Ditto.
9112 (cursor_to): Remove pixel position parameters.
9113
9114 * dispnew.c: Remove hooks for window-based redisplay, introduce
9115 a redisplay interface structure.
9116
9117 * xterm.c (x_per_char_metric): Return default char metrics if per
9118 char metric exists but contains a zero width. Adobe Courier seems
9119 to contain such characters.
9120
9121 * xdisp.c (compute_line_metrics): Compute the width of rows
9122 without stopping at glyphs with zero width.
9123
91241998-08-01 Gerd Moellmann <gerd@gnu.org>
9125
9126 * xdisp.c (display_mode_line): If nothing was displayed at all,
9127 display a space.
9128 (hscroll_window_tree): Don't subtract 1 from target point if equal
9129 to ZV and window is not the selected window.
9130
9131 * dispnew.c (check_matrix_invariants): Remove check for window
9132 start at BEGV or after newline. This happens in rare cases
9133 intentionally.
9134
91351998-07-31 Gerd Moellmann <gerd@gnu.org>
9136
9137 * xfaces.c (x_charset_registry): Use STRING_BYTES.
9138 (syms_of_xfaces): Add Vface_default_registry.
9139 (x_charset_registry): Use it.
9140
9141 * xdisp.c (run_window_scroll_functions): Run window scroll functions.
9142 (redisplay_window): Use it.
9143
9144 * dispnew.c (update_text_area): Handle lbearing of deleted text
9145 by backing up one character.
9146
91471998-07-30 Gerd Moellmann <gerd@gnu.org>
9148
9149 * dispnew.c (adjust_glyph_matrix): Use a different check to
9150 decide to do nothing.
9151
9152 * xfaces.c (face_at_string_position): Additional parameter
9153 mode_line_p. If non-zero, merge with the mode line face
9154 instead of the default face.
9155 * dispextern.h (struct it): Add mode_line_p.
9156 * xdisp.c (init_iterator): Set it.
9157 (compute_face_in_string): Use it.
9158 (face_before_or_after_it_pos): Handle strings.
9159 (get_next_display_element): Don't look for relief end in C strings.
9160 (next_element_from_string): Deliver string position instead of
9161 buffer position.
9162
9163 * xterm.c (x_flush): Flush X output buffer.
9164 (XTflash): Use it.
9165
9166 * xfaces.c (lface_from_face_name): Renamed from lface_from_symbol.
9167 Allow strings as face names.
9168
9169 * xfns.c (forall_images_in_image_cache): Check that frame is
9170 alive.
9171
9172 * widget.c (EmacsFrameDestroy): Remove call to free_frame_faces;
9173 it's also called from x_destroy_window. Since this function is
9174 called from X, freeing stuff allocated with xmalloc is dangerous
9175 here, anyway.
9176
9177 * xfaces.c (free_realized_faces): Don't clear current matrices
9178 of a frame being destroyed.
9179
9180 * frame.c (make_frame): Call set_window_buffer instead of
9181 Fset_window_buffer.
9182
9183 * window.c (set_window_buffer): Extracted from Fset_window_buffer,
9184 with an additional argument specifying whether or not hooks may
9185 be called.
9186 (Fset_window_buffer): Call it.
9187
9188 * dispnew.c (clear_desired_matrices): Check that frame has
9189 a valid root window before clearing matrices in the window tree.
9190 (clear_current_matrices): Ditto.
9191 (clear_window_matrices): If GLYPH_DEBUG, check that hchild and
9192 vchild are valid windows if not nil.
9193
9194 * xfaces.c (merge_face_vector_with_property): Allow :reverse-video
9195 for :inverse-video.
9196 (Finternal_set_lisp_face_attribute): Ditto.
9197 (Finternal_set_lisp_face_attribute_from_resource): Ditto.
9198 (Finternal_get_lisp_face_attribute): Ditto.
9199 (Finternal_lisp_face_attribute_values): Ditto.
9200 (syms_of_xfaces): Define the symbol `:reverse-video'.
9201
9202 * xdisp.c (get_glyph_property): Renamed from
9203 fill_iterator_from_glyph_property.
9204 (next_element_from_buffer): Handle case that no `glyph' property
9205 was found correctly.
9206 (display_line): Extend face to end of line only if we have faces.
9207
92081998-07-29 Gerd Moellmann <gerd@gnu.org>
9209
9210 * dispnew.c (Fshow_cursor): Renamed from blink_cursor. Take
9211 additional window argument.
9212
9213 * xdisp.c (reseat_at_previous_visible_line_start): Renamed from
9214 set_iterator_to_previous_visible_line_start.
9215 (reseat_at_next_visible_line_start): Likewise.
9216 (compute_stop_pos): Renamed from set_iterator_stop_pos.
9217 (face_before_or_after_it_pos): Renamed from get_face_at_it_pos.
9218 (compute_face_in_buffer): Renamed from
9219 compute_face_at_iterator_position.
9220 (compute_face_in_string): Renamed from
9221 compute_face_at_iterator_string_position.
9222 (get_space_width): Renamed from get_iterator_space_width.
9223 (next_overlay_string): Renamed from
9224 set_iterator_to_next_overlay_string.
9225 (get_overlay_strings): Renamed from
9226 get_overlay_strings_at_iterator_position.
9227 (restore_overlay_strings): Renamed from
9228 setup_overlay_strings_from_glyph_pos.
9229 (restore_dpvec): Renamed from setup_iterator_dpvec_from_glyph_pos.
9230 (init_from_display_pos): Renamed from init_iterator_from_glyph_pos.
9231 (init_to_row_start): Renamed from init_iterator_to_row_start.
9232 (init_to_row_end): Formerly init_iterator_to_next_row_start.
9233
9234 * xterm.c: Merge with 20.2.97.
9235 (x_produce_glyphs): Use x_append_stretch_glyph for tabs.
9236
9237 * dispextern.h (struct glyph): Replace text_pos position with
9238 simple charpos.
9239
9240 * xdisp.c (this_line_start_pos): Use struct text_pos.
9241 (this_line_end_pos): Renamed from .*endpos; use struct text_pos.
9242 (enum move_it_result): Renamed from move_iterator_result.
9243 (string_pos_nchars_ahead): Compute text_pos in a string from a
9244 known text_pos plus a character delta.
9245 (string_pos): Compute text_pos in string from charpos.
9246 (c_string_pos): Likewise for a C string.
9247 (number_of_chars): Return number of characters in a possibly
9248 multi-byte C string.
9249 (check_it): Renamed from check_iterator. Check that charpos and
9250 bytepos are in sync.
9251 (push_it): Renamed from save_iterator_settings.
9252 (pop_it): Renamed from restore_iterator_settings.
9253 (move_it_.*): Renamed from move_iterator_.*.
9254 (charset_at_position): Take charpos/bytepos into account.
9255 (back_to_previous_line_start): Set iterator to previous line start.
9256 (forward_to_next_line_start): Set iterator to next line start.
9257 (back_to_previous_visible_line_start): Renamed from
9258 move_iterator_previous_visible_line_start.
9259 (set_iterator_to_next_visible_line_start): Handle charpos/bytepos.
9260 (get_face_at_it_pos): Renamed from get_face_from_cursor_pos.
9261 Handle charpos/bytepos.
9262 (compute_face_at_iterator_position): Handle charpos/bytepos.
9263 (compute_face_at_iterator_string_position): Likewise.
9264 (get_iterator_space_width): Likewise.
9265 (load_overlay_strings): Likewise.
9266 (get_overlay_strings_at_iterator_position): Likewise.
9267 (reseat_iterator): Take a text_pos position argument.
9268 (setup_iterator_overlay_strings_from_glyph_pos): Handle charpos/
9269 bytepos.
9270 (init_iterator): Take additional bytepos parameter.
9271 (reseat_iterator_to_string): Handle charpos/bytepos.
9272 (start_display): Take a text_pos parameter. Handle charpos/bytepos.
9273 (next_element_from_string): Handle charpos/bytepos.
9274 (next_element_from_c_string): Likewise.
9275 (fill_iterator_from_glyph_property): Likewise.
9276 (next_element_from_buffer): Likewise.
9277 (set_iterator_to_next): Increment charpos and bytepos of an iterator.
9278 (move_iterator_in_display_line_to): Handle charpos/bytepos.
9279 (move_it_to): Likewise.
9280 (move_it_vertically_backward): Likewise.
9281 (move_it_vertically): Likewise.
9282 (move_it_by_lines): Likewise.
9283 (hscroll_window_tree): Likewise.
9284 (redisplay_internal): Likewise.
9285 (set_cursor_from_row): Likewise.
9286 (redisplay_window): Likewise.
9287 (try_window): Take a text_pos parameter. Handle charpos/bytepos.
9288 (try_window_reusing_current_matrix): Handle charpos/bytepos.
9289 (get_first_unchanged_at_end_row): Compute and return delta_bytes.
9290 (try_window_id): Handle charpos/bytepos.
9291 (Ftrace_redisplay_toggle): Return Qnil.
9292 (get_overlay_arrow_glyph_row): Handle charpos/bytepos.
9293 (insert_left_trunc_glyphs): Likewise.
9294
9295 * dispnew.c: `Merge' with 20.2.97 (it's really too different to
9296 do a real merge).
9297 (increment_glyph_matrix_buffer_positions): Add parameter delta_bytes.
9298 (increment_glyph_row_buffer_positions): Ditto.
9299 (copy_glyph_row_contents): Ditto.
9300 (check_matrix_invariants): Add additional checks for charpos/
9301 bytepos consistency.
9302 (direct_output_for_insert): Changed for charpos/bytepos.
9303 (buffer_posn_from_coords): Likewise. Put code dealing with
9304 `direction-reversed' in #if 0.
9305
9306 * xterm.h: Merge with 20.2.97.
9307
9308 * frame.h: Merge with 20.2.97.
9309
9310 * window.h: Merge with 20.2.97. Add window_end_bytepos.
9311
9312 * dispextern.h (MATRIX_ROW_START_CHARPOS): Get charpos of a row
9313 start.
9314 (MATRIX_ROW_START_BYTEPOS): Likewise for the byte position.
9315 (MATRIX_ROW_END_CHARPOS): Likewise for the row end.
9316 (MATRIX_ROW_END_BYTEPOS): Likewise for the row end byte position.
9317 (struct it): Various members renamed from .*pos to .*charpos.
9318 (IT_CHARPOS): Access current buffer character position of an
9319 iterator.
9320 (IT_BYTEPOS): Access current buffer byte position of an iterator.
9321 (IT_STRING_CHARPOS): Access current string character position of
9322 an iterator.
9323 (IT_STRING_BYTEPOS): Access current string byte position of
9324 an iterator.
9325 (globally): Add function prototypes from 20.2.97.
9326
9327 * everywhere: Use P_ instead of PROTO for function prototypes
9328 because everyone else seems to use P_.
9329
9330 * dispextern.h (struct text_pos): Structure describing a charpos/
9331 bytepos position in text.
9332 (BYTEPOS): Access the byte position part of a text_pos.
9333 (CHARPOS): Likewise for the character position.
9334 (SET_TEXT_POS): Set a text_pos from a character and byte position.
9335 (INC_TEXT_POS, DEC_TEXT_POS): Increment/decrement a text position.
9336 (SET_TEXT_POS_FROM_MARKER): Set a text_pos from a marker.
9337 (SET_MARKER_FROM_TEXT_POS): Set a marker from a text_pos.
9338 (TEXT_POS_EQUAL_P): Compare two text_pos structures for equality.
9339 (struct display_pos): Renamed from glyph_pos. Use struct text_pos
9340 for buffer and string positions.
9341 (struct glyph): Use text_pos.
9342 (struct it): Renamed from display_iterator. Use text_pos.
9343
93441998-07-23 Gerd Moellmann <gerd@gnu.org>
9345
9346 * xfns.c (x_kill_gs_process): Get image colors from XImage of a
9347 pixmap.
9348
93491998-07-21 Gerd Moellmann <gerd@gnu.org>
9350
9351 * dispextern.h (struct glyph_row): New flag indicate_zv_line_p.
9352 * xterm.c (x_draw_row_bitmaps): Use it.
9353 * dispnew.c (row_equal_p): Ditto.
9354 (update_window_line): Ditto.
9355
9356 * xfns.c (prepare_image_for_display): Don't set loading_failed_p
9357 flag of images.
9358
9359 * dispextern.h (struct image): Removed member loading_failed_p.
9360 It's probably better to have the chance to try to load an image
9361 again.
9362
93631998-07-20 Gerd Moellmann <gerd@gnu.org>
9364
9365 * xterm.c (x_draw_bitmap): Draw bitmap for empty lines ending
9366 at ZV if `indicate-zv-lines' is non-nil.
9367 (x_draw_row_bitmaps): Compute bitmap for `indicate-zv-lines'.
9368
9369 * dispnew.c (row_equal_p): Compare displays_text_p and
9370 ends_at_zv_p flags of rows.
9371 (update_window_line): Ditto.
9372
9373 * buffer.h (struct buffer): New member indicate_zv_lines.
9374
9375 * buffer.c (init_buffer_once): Add default for `indicate-zv-lines'.
9376 (init_buffer_once): New variable `default-indicate-zv-lines'.
9377 (syms_of_buffer): New buffer-local varianle `indicate-zv-lines'.
9378
9379 * xdisp.c (redisplay_window): Don't try moving the cursor
9380 if current glyph row w->last_cursor.vpos isn't enabled.
9381
9382 * xterm.c (bitmap_type): Add ZV_LINE_BITMAP.
9383
9384 * window.c (Fset_window_vscroll): Allow only negative scroll
9385 values. Others don't seem to make sense, and this way it's easy
9386 to restore a vscroll of zero.
9387
9388 * xterm.c (x_inverted_image_mask): Check that pixmap could be
9389 allocated.
9390 (x_draw_image_glyph_string_background): Don't clip if pixmap
9391 could not be created.
9392
9393 * xfns.c (xbm_load_image_from_file): Check that pixmap could
9394 be created.
9395 (xbm_load): Ditto.
9396 (gs_load): Ditto.
9397
9398 * xterm.c (x_get_glyph_overhangs): Take image and stretch
9399 glyphs into account.
9400
9401 * xfaces.c (realize_default_face): Don't set font family of
9402 the default face from the fontset alias name for `fontset-startup'.
9403
9404 * xfns.c (gs_load): Pass frame's pixel foreground and background
9405 color to the Lisp loader.
9406
94071998-07-19 Gerd Moellmann <gerd@gnu.org>
9408
9409 * xfns.c (tiff_image_p, tiff_load): Support TIFF images via
9410 libtiff34.
9411
9412 * configure.in (--with-tiff, HAVE_TIFF): Added.
9413
9414 * config.in (HAVE_TIFF): Added.
9415
9416 * Makefile.in (LIBTIFF): Added.
9417
9418 * xfns.c (jpeg_image_p, jpeg_load): Support JPEG images.
9419
9420 * Makefile.in (LIBJPEG): Added.
9421
9422 * xfns.c (resource_types): Enumerators renamed to RES_TYPE_NUMBER,
9423 RES_TYPE_BOOLEAN etc. because of conflict of `boolean' with
9424 jpeglib.h.
9425
9426 * configure.in (HAVE_JPEG, --with-jpeg): Added. On systems
9427 where the library is installed in /usr/local/lib, e.g. FreeBSD,
9428 configure must be run with `--x-includes=/usr/X11R6/include:
9429 /usr/local/include --x-libraries=/usr/X11R6/lib:/usr/local/lib'.
9430
94311998-07-18 Gerd Moellmann <gerd@gnu.org>
9432
9433 * config.in (HAVE_JPEG): Added.
9434
9435 * xfns.c (ct_init): Initialize color table used to map RGB colors
9436 from images to X pixel colors.
9437 (ct_free): Free color table.
9438 (ct_lookup): Look an RGB color up.
9439 (ct_allocated_colors): Get vector of allocated colors.
9440 (pbm_image_p): Test if image specification is a valid PPM
9441 image specification.
9442 (pbm_scan_number): Scan a decimal ASCII number from a file.
9443 (pbm_load): Load a PPM image.
9444
9445 * window.c (Fset_window_vscroll): Adjust glyph matrix if
9446 necessary. Take canonical character units as parameter.
9447 (Fwindow_vscroll): Return canonical character units.
9448
9449 * dispnew.c (allocate_matrices_for_window_redisplay): Add negative
9450 w->dy to display height for which glyph rows must be allocated.
9451
94521998-07-17 Gerd Moellmann <gerd@gnu.org>
9453
9454 * xfaces.c (face_at_string_position): Merge in region face
9455 so that it won't overwrite the font in the region.
9456 (face_at_buffer_position): Ditto.
9457 (realize_basic_faces): Don't realize region face.
9458
9459 * dispextern.h (enum face_id): REGION_FACE_ID removed.
9460
9461 * xterm.c (x_set_glyph_string_background_width): Don't let
9462 cursor face extend to end of line.
9463
9464 * xdisp.c (append_space): If adding space of default face,
9465 make sure glyph ist produced with right face.
9466
9467 * xterm.c (x_clear_glyph_string_rect): Draw a rectangle in the
9468 background color of a glyph string.
9469 (x_draw_glyph_string_background): Call it.
9470 (x_draw_glyph_string_bg_rect): Ditto.
9471 (x_draw_stretch_glyph_string): Ditto.
9472
94731998-07-15 Gerd Moellmann <gerd@gnu.org>
9474
9475 * xdisp.c (init_iterator): Initialize it->current_y to the
9476 window's vscroll w->dy.
9477
9478 * window.c (Fwindow_vscroll): Return number of pixels window
9479 is vscrolled smoothly.
9480 (Fset_window_vscroll): Set the number.
9481
9482 * xdisp.c (move_iterator_to): Recognize case MOVE_TO_POS and
9483 to_pos in truncated part of a line.
9484
94851998-07-14 Gerd Moellmann <gerd@gnu.org>
9486
9487 * xdisp.c (move_iterator_in_display_line_to): If very first glyph
9488 doesn't fit on the line, truncate it, despite truncate_lines nil.
9489 (display_line): Ditto.
9490
9491 * xfns.c: Experimental support for Ghostscript images.
9492
9493 * xterm.c (x_term_init): Initialize new atoms DONE and PAGE.
9494 (XTread_socket): React on events from Ghostscript.
9495 (expose_frame): If width or height are zero, redraw entire frame.
9496 (XTread_socket): Call expose_frame after receiving event from
9497 Ghostscript.
9498
9499 * xterm.h (struct x_display_info): Add atoms DONE and PAGE
9500 for Ghostscript support.
9501
9502 * xdisp.c (redisplay_internal): Return quickly if called
9503 recursively.
9504
9505 * alloc.c (NSTATICS): Increased to 1024.
9506
95071998-07-08 Gerd Moellmann <gerd@gnu.org>
9508
9509 * xterm.c (x_append_stretch_glyph): Append a stretch glyph to an
9510 iterator's glyph row.
9511 (x_produce_stretch_glyph): Call it.
9512 (x_produce_glyphs): Handle `space-width' property; call
9513 x_append_stretch_glyph.
9514
9515 * xdisp.c (syms_of_xdisp): Add symbol `space-width' used as a text
9516 property.
9517 (get_iterator_space_width): Determine value of `space-width'
9518 property at iterator's position.
9519 (reseat_iterator): Call it.
9520 (next_element_from_string): Ditto.
9521 (next_element_from_buffer): Ditto.
9522 (init_iterator): Initialize space_width of iterator.
9523 (redisplay_internal): Don't goto end_of_redisplay if PT hasn't
9524 moved, but cursor blinks.
9525 (redisplay_internal): Set w->last_cursor_off_p after update.
9526
9527 * dispextern.h (enum iterator_prop_idx): Add SPACE_WIDTH_PROP_IDX.
9528 (struct display_iterator): Add new member space_width.
9529
9530 * window.h (struct window): Add last_cursor_off_p.
9531
95321998-07-07 Gerd Moellmann <gerd@gnu.org>
9533
9534 * Saved.
9535
9536 * window.c (Fpos_visible_in_window_p): Case window not up to
9537 date---return nil if iterator hasn't reached position.
9538
95391998-07-06 Gerd Moellmann <gerd@gnu.org>
9540
9541 * xdisp.c (text_outside_line_unchanged_p): Fix case that
9542 overlays have changed.
9543 (redisplay_window): Case cursor movement. Don't try it if
9544 last_cursor.vpos is out of range.
9545
9546 * xdisp.c (set_cursor_from_row): Set this_line_.* variables. This
9547 way, the display optimization for the line containing the cursor
9548 is used more frequently, esp. when we have a blinking cursor.
9549 (display_line): Don't set this_line_.* variables.
9550
9551 * xterm.c (x_redraw_cursor): Removed.
9552 (x_display_and_set_cursor): Set cursor type depending on
9553 cursor_off_p flag of window.
9554
9555 * dispnew.c (redraw_cursor_hook): Removed.
9556 (Fblink_cursor): Additional parameter on_p to set the cursor_off_p
9557 member of the selected window.
9558
9559 * xfaces.c (Fface_font): Added for compatibility with 20.2.
9560
9561 * xterm.c (x_y_to_hpos_vpos): Return null if not over text.
9562 Return glyph area under x/y.
9563 (note_mouse_highlight): Use x_y_to_hpos_vpos in its new form.
9564
9565 * keyboard.c (detect_input_pending_run_timers): Call gobble_input
9566 after redisplaying.
9567
95681998-07-05 Gerd Moellmann <gerd@gnu.org>
9569
9570 * xdisp.c (text_outside_line_unchanged_p): Test if changes
9571 are all outside of a line of text.
9572 (redisplay_internal): Use it.
9573
95741998-06-30 Gerd Moellmann <gerd@gnu.org>
9575
9576 * xdisp.c (next_element_from_buffer): After skipping over
9577 invisible text, look for the `glyph' property.
9578 (set_iterator_stop_pos): Ignore check positions in front
9579 of an iterator's current position.
9580
9581 * xterm.c (show_mouse_face): Don't act on rows that don't exist
9582 anymore or which are marked as not having valid contents.
9583
9584 * xfaces.c (Finternal_set_lisp_face_attribute): Don't free
9585 realized faces if new attribute value is equal to old value.
9586
95871998-06-29 Gerd Moellmann <gerd@gnu.org>
9588
9589 * xfaces.c (Finternal_make_lisp_face): Increment
9590 lface_id_to_name_size when lface_id_to_name is reallocated.
9591
95921998-06-27 Gerd Moellmann <gerd@gnu.org>
9593
9594 * xdisp.c (set_iterator_stop_pos): Compute initial stop_pos
9595 as minimum of endpos and overlay_pos.
9596 (load_overlay_strings): Set next_overlay_pos of iterator to
9597 -1 if we don't have to check for more overlay strings.
9598
95991998-05-09 Gerd Moellmann <gerd@gnu.org>
9600
9601 * xdisp.c (set_iterator_to_next_visible_line_start): Don't
9602 do anything if iterator is at ZV because scan_buffer doesn't
9603 work otherwise.
9604
9605 * xterm.c (x_encode_char): Inline it.
9606 (x_get_char_font_and_encoding): Simplified.
9607 (x_per_char_metric): Inline it.
9608
9609 * xterm.c (x_draw_glyph_string_relief): Use clipping.
9610
9611 * xdisp.c (get_next_display_element): Check for end of relief
9612 face moved here from next_element_from_buffer.
9613
9614 * xterm.c (x_produce_image_glyph): Add relief thickness.
9615 (x_produce_stretch_glyph): Ditto.
9616
96171998-05-08 Gerd Moellmann <gerd@gnu.org>
9618
9619 * xdisp.c (fill_iterator_from_glyph_property): Handle glyph
9620 property value (space :width WIDTH :height HEIGHT :ascent ASCENT).
9621
9622 * xterm.c (x_produce_stretch_glyph): Produce a stretch glyph
9623 from a glyph property.
9624 (x_produce_glyphs): Use it.
9625
9626 * xdisp.c (set_iterator_to_next): Handle next_element_from_stretch.
9627
9628 * xterm.c (x_produce_image_glyph): Add to current_x only if
9629 in text area.
9630 (x_produce_glyphs): Ditto.
9631
9632 * xdisp.c (display_line): Compute row height from glyphs in
9633 marginal areas.
9634
9635 * xterm.c (x_draw_image_glyph_string_background): Draw
9636 background of an image glyph string.
9637 (x_draw_glyph_string_bg_rect): Draw a rectangular region of
9638 the background of a glyph string.
9639 (x_draw_image_glyph_string_foreground): Draw the foreground of
9640 an image glyph string.
9641 (x_inverted_image_mask): Return the inverted mask of an image.
9642
9643 * xfns.c (x_draw_image): Removed.
9644
9645 * dispextern.h (struct image_type): Remove drawing function.
9646
9647 * xfaces.c (load_face_colors): Swap colors if face is inverse.
9648
9649 * xdisp.c (get_next_display_element): In marginal areas, translate
9650 newlines, tabs, etc. like normal control characters.
9651
9652 * xfaces.c (Fface_color_supported_p): Transpose parameters frame
9653 and color.
9654 (free_realized_faces): Set frame garbaged.
9655
9656 * xfaces.c (syms_of_xfaces): Add defsubr for
9657 internal-lisp-face-attribute-values.
9658
96591998-05-07 Gerd Moellmann <gerd@gnu.org>
9660
9661 * xterm.c (x_produce_image_glyph): Don't add glyph if area is
9662 full.
9663 (x_produce_image_glyph): Set IT->nglyphs to 1.
9664 (x_draw_image_glyph_string): Use inverted mask to draw background.
9665
9666 * dispextern.h (struct image_type): Additional clipping rect
9667 parameters for drawing functions.
9668
9669 * xterm.c (x_get_glyph_string_clip_rect): Get clip rect for
9670 a glyph string.
9671 (x_draw_image_glyph_string): Use it and pass the rect to the
9672 image drawing function.
9673
9674 * xdisp.c (fill_iterator_from_glyph_property): Use position of
9675 first character with `glyph' property as image position. Set
9676 iterator back to that position as long as the image hasn't been
9677 consumed with set_iterator_to_next.
9678 (set_cursor_from_row): Accept when glyph with given position is
9679 not found in the row. Set cursor x to end of line in that case,
9680 so that we can hscroll.
9681 (redisplay_internal): Correct computation of delta by which
9682 positions have changed in redisplay optimization for cursor
9683 row of selected window.
9684
9685 * xdisp.c (display_line): Remove start_pos.
9686 (display_line): Fix bug preventing display optimization for
9687 cursor line of selected window.
9688 (next_element_from_buffer): Avoid XSETBUFFER, use it->w->buffer
9689 instead.
9690
9691 * dispnew.c (update_text_area): Use GLYPH_EQUAL_P.
9692 (update_text_area): Take glyph pixel width into account
9693 when trying to find a resync point.
9694 (row_equal_p): Compare glyphs in all areas.
9695
96961998-05-06 Gerd Moellmann <gerd@gnu.org>
9697
9698 * xterm.c (x_produce_glyphs): Don't add glyph if area is full.
9699
9700 * dispextern.h (struct glyph_row): Use unsigned hash value.
9701
9702 * xdisp.c (display_line): Simplified and made faster by setting
9703 the cursor with set_cursor_from_row.
9704 (set_cursor_from_row): Handle rows of desired matrix.
9705
97061998-05-05 Gerd Moellmann <gerd@gnu.org>
9707
9708 * xdisp.c (set_cursor_from_row): Don't put cursor on glyphs
9709 with type != CHAR_GLYPH.
9710 (fill_iterator_from_glyph_property): Return void. Set
9711 method to next_element_from_image.
9712 (next_element_from_image): Dummy function for delivering a
9713 single image id.
9714 (set_iterator_to_next): Add method next_element_from_image.
9715 (redisplay_window): When recentering, and cursor vpos is -1
9716 after display, assume middle of window is in first line displayed
9717 in window, and display again.
9718 (fill_iterator_from_glyph_property): Assign image glyph
9719 the position of the first character having the glyph property.
9720
9721 * dispextern.h (IMAGE_ASCENT): Compute ascent of image.
9722 * xfns.c (x_draw_image): Use it.
9723 * xterm.c (x_produce_image_glyph): Use it.
9724
9725 * xterm.c (x_produce_image_glyph): Set iterator's pixel_width.
9726
9727 * Makefile.in: Extraneous #define of LIBXPM removed.
9728
9729 * xterm.c (x_produce_glyphs): Produce a STRETCH_GLYPH for tabs.
9730 (x_fill_stretch_glyph_string): Fill a glyph string from a
9731 stretch glyph.
9732 (x_compute_glyph_string_overhangs): Compute overhangs only
9733 for text glyph strings.
9734 (x_draw_stretch_glyph_string): Draw a stretch glyph string.
9735 (x_draw_glyph_string): Call it.
9736
9737 * dispextern.h (glyph_type): Add STRETCH_GLYPH.
9738 (struct glyph): Add sub-structure for stretchable glyphs.
9739 (GLYPH_EQUAL_P): Compare glyph type and u.val.
9740
9741 * xdisp.c (get_overlay_arrow_glyph_row): Put face code into
9742 #ifdef HAVE_FACES.
9743
9744 * xterm.c (x_produce_glyphs): Use ASCII face for spaces of a TAB.
9745
9746 * xdisp.c (fill_iterator_from_glyph_property): Renamed from
9747 setup_iterator_from_glyph_property. Don't do it for terminal
9748 frames.
9749
9750 * xterm.c (x_produce_image_glyph): Produce glyph for image
9751 that can't be loaded.
9752
9753 * xfns.c (lookup_image): If image can't be loaded, set its
9754 width and height so that we can draw a rectangle.
9755 (x_draw_image): Draw a rectangle for images that don't have
9756 a pixmap.
9757 (make_image): Set hash value.
9758 (image_spec_equal_p): Use image_spec_value.
9759
9760 * xterm.c (expose_frame): Don't try to redraw if basic faces
9761 haven't benn realized yet.
9762 (x_draw_image_glyph_string): Fill background only if image
9763 is not as tall as row.
9764
97651998-05-04 Gerd Moellmann <gerd@gnu.org>
9766
9767 * Makefile.in (LIBXPM): If not already defined, define to -lXpm.
9768 (LIBX)[HAVE_X11]: Add LIBXPM.
9769
9770 * xfns.c (xpm_image_p): Implementation of image type functions
9771 for XPM.
9772 (xpm_load): Ditto.
9773
9774 * dispextern.h (struct image): Add mask pixmap for XPM.
9775
9776 * xfns.c (x_draw_image): Handle images with masks.
9777
9778 * configure.in: --with-xpm added. Code detecting -lXpm added.
9779
9780 * config.in: Add HAVE_XPM.
9781
9782 * xfns.c (xbm_draw): Removed.
9783 (x_draw_image): Default implementation for drawing images.
9784 (xbm_keyword_index): Remove XBM_DEPTH.
9785 (xbm_format): Remove `:depth'.
9786 (xbm_image_spec_from_file): Removed to reduce consing.
9787 (xbm_load_image_from_file): Added for the same reason.
9788
9789 * xterm.c (x_fill_image_glyph_string): Don't set ybase of
9790 glyph string.
9791 (x_draw_image_glyph_string): Pass ybase to image draw function.
9792
9793 * xfns.c (make_image): Set default baseline.
9794
9795 * xterm.c (x_produce_image_glyph): Compute ascent of image
9796 from its height and baseline percentage.
9797
9798 * xfns.c (xbm_keyword_index): Add XBM_BASELINE.
9799 (xbm_format): Add description for `:baseline'.
9800 (xbm_image_spec_from_file): Add keywords from original spec to
9801 result.
9802 (xbm_load): Set baseline of image.
9803 (xbm_image_p): Check range for baseline.
9804
9805 * dispextern.h (struct image): Add member baseline.
9806
9807 * xdisp.c (dump_glyph_matrix): Handle image glyphs.
9808
9809 * term.c (produce_glyphs): Change assertion to allow DISP_IMAGE.
9810
9811 * xdisp.c (get_next_display_element): Do character translations
9812 only if delivering characters.
9813
98141998-05-03 Gerd Moellmann <gerd@gnu.org>
9815
9816 * dispextern.h (ITERATOR_AT_END_OF_LINE_P): Test for
9817 DISP_CHARACTER.
9818
9819 * xterm.c (x_produce_image_glyph): Poduce image glyphs.
9820 (x_produce_glyphs): Call x_produce_glyphs for DISP_IMAGE.
9821
98221998-05-02 Gerd Moellmann <gerd@gnu.org>
9823
9824 * xfns.c (prepare_image_for_display): Set image timestamp.
9825 (clear_image_cache): Clear images if image's timestamp +
9826 Vimage_eviction_seconds is > now.
9827 (syms_of_xfns): New variables image-eviction-seconds, and
9828 image-types.
9829 (add_image_format): Add to image-types.
9830 (xbm_load): Support new image spec format.
9831 (x_alloc_image_color): Allocate a color for an image.
9832
9833 * dispextern.h (struct image): Add timestamp.
9834
9835 * xfns.c (xbm_image_p): Allow bool-vectors, vectors of strings and
9836 vectors of bool-vectors.
9837 (xbm_lisp_object_from_file): Build new format image spec.
9838
98391998-05-01 Gerd Moellmann <gerd@gnu.org>
9840
9841 * xfaces.c (init_frame_faces): Initialize image cache.
9842 (free_frame_faces): Free it.
9843
9844 * xterm.c (x_delete_display): Don't free image cache.
9845
9846 * emacs.c (main): Call init_xfns.
9847
98481998-04-30 Gerd Moellmann <gerd@gnu.org>
9849
9850 * alloc.c (mark_object): Mark objects in image cache.
9851
9852 * xfns.c (x_set_internal_border_width): Correct call to
9853 widget_store_internal_border_width.
9854
9855 * widget.c (widget_store_internal_border): Return void.
9856
9857 * xfns.c (x_destroy_bitmap): Use xfree instead of free. Return
9858 void.
9859 (init_x_parm_symbols): Return void.
9860 (x_report_frame_params): Ditto.
9861 (x_set_border_pixel): Ditto.
9862 (syms_of_xfns): Ditto.
9863 (x_destroy_all_bitmaps): Use xfree instead of free.
9864
9865 * xterm.h (FRAME_X_IMAGE_CACHE): Access the image cache of a frame.
9866
9867 * xterm.c (x_term_init): Initialize image_cache of display info.
9868 (x_delete_display): Free image cache.
9869
9870 * xterm.h (struct x_display_info): Add image_cache.
9871
9872 * xfns.c (make_image_cache): Allocate a new image cache.
9873 (free_image_cache): Free an image cache.
9874 (make_image): Allocate an image.
9875 (free_image): Free an image.
9876
9877 * dispextern.h (struct image): Structure describing an image.
9878 (struct image_cache): Structure describing an image cache.
9879
98801998-04-29 Gerd Moellmann <gerd@gnu.org>
9881
9882 * xdisp.c (check_iterator_glyph_property): Return int. Value is
9883 non-zero if iterator is filled with something to return.
9884 (next_element_from_buffer): Immediately return if
9885 setup_iterator_from_glyph_prop has filled iterator with pixmap.
9886 (next_element_from_string): Likewise.
9887
9888 * xfaces.c (load_pixmap): Allow to pass null for W_PTR and H_PTR.
9889
9890 * dispextern.h (struct glyph): Add pixmap_id.
9891 (display_element_type): Add DISP_PIXMAP.
9892
9893 * xmenu.c (popup_get_selection): Use xmalloc/xfree instead of
9894 malloc/free.
9895
9896 * xfaces.c (clear_font_table): Free fonts not used by fontsets.
9897 (clear_face_cache): Call it.
9898
9899 * xterm.c (x_query_font): Don't look at empty font table slots.
9900 (x_compute_min_glyph_bounds): Likewise.
9901 (x_term_init): Initialize font_table to null.
9902 (x_load_font): Change allocation of font_info structures so
9903 that it is possible to free fonts.
9904
9905 * xfns.c (Fx_close_connection): Use xfree instead of free.
9906 Only free fonts from filled font table entries.
9907
9908 * xfaces.c (best_matching_font): Support use of scalable fonts.
9909 (Fface_scalable_fonts_mode): Toggle use of scalable fonts.
9910
9911 * xterm.h (struct x_display_info): Remove screen_dpi, add resx
9912 and resy.
9913 * xterm.c (x_term_init): Compute resx and resy.
9914
9915 * xfaces.c (split_font_name): Don't reject scalable fonts.
9916
9917 * xterm.c (x_list_fonts): Set code exclusing scalable fonts
9918 in #if 0.
9919
9920 * xfaces.c (xlfd_point_size): Return 0 for fonts whose real
9921 point size cannot be determined.
9922
9923 * xterm.h (FRAME_SMALLEST_CHAR_WIDTH): Return smallest character
9924 width over all fonts on a frame.
9925 (FRAME_SMALLEST_FONT_HEIGHT): Likewise for font height.
9926 * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Use these
9927 macros.
9928
9929 * xterm.c (x_font_min_bounds): Moved here from xfaces.c.
9930 (x_compute_min_char_bounds): Formerly min_char_bounds in xfaces.c.
9931 (x_load_font): Use x_compute_min_char_bounds.
9932
9933 * xterm.h (struct x_display_info): New members smallest_char_width
9934 and smallest_font_height.
9935
99361998-04-28 Gerd Moellmann <gerd@gnu.org>
9937
9938 * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Call function with
9939 the same name if GC of face is zero.
9940
9941 * dispextern.h (struct face): Member non_ascii_gc removed.
9942
9943 * xterm.c (x_get_char_font_and_encoding): Return face's font
9944 for characters < 0177 in default face. Prepare face for
9945 display before returning it.
9946 (x_produce_glyphs): Use it->charset.
9947 (x_get_char_font_and_encoding): Simplified.
9948 (x_encode_char): Remove parameter `font'.
9949
9950 * xfaces.c (choose_face_font): If registry from charset symbol
9951 doesn't contain a `-', make it a pattern by appending "*-*".
9952
9953 * xdisp.c (check_iterator_glyph_property): Adjust limit for
9954 glyph_check_pos computation to character boundary.
9955
99561998-04-27 Gerd Moellmann <gerd@gnu.org>
9957
9958 * fontset.h (FONT_INFO_FROM_ID): Return null if ID is invalid.
9959
9960 * xfaces.c (ascii_face_of_lisp_face): Get the id of the realized
9961 ASCII face for a given Lisp face id.
9962
9963 * xdisp.c (set_iterator_stop_pos): Take glyph_check_pos into
9964 account.
9965 (reseat_iterator): Set glyph_check_pos. Handle case where
9966 new position is < original position.
9967 (check_iterator_glyph_property): Handle glyph property in strings.
9968 (next_element_from_string): Call above function.
9969 (next_element_from_display_vector): Handle faces in glyphs.
9970 (get_next_display_element): Set face_id of glyphs for
9971 control chars to zero.
9972
9973 * Makefile.in (term.o): Add dependency on dispextern.h.
9974
9975 * xdisp.c (syms_of_xdisp): Add symbol `glyph'.
9976 (display_line): Handle marginal areas.
9977 (move_iterator_in_display_line_to): Likewise.
9978
9979 * xfaces.c (Finternal_make_lisp_face): Assign Lisp faces an id.
9980
9981 * xfaces.c (face_at_buffer_position): Don't merge with nil
9982 text property.
9983 (face_at_string_position): Ditto.
9984
9985 * dispextern.h (struct display_iterator): Use a stack of saved
9986 values instead of saving check positions etc. individually.
9987
9988 * xdisp.c (set_iterator_to_next): If end of Lisp string reached,
9989 maybe pop the iterator's stack.
9990 (save_iterator_settings): Push a value on iterator's stack.
9991 (get_overlay_strings_at_iterator_position): Use it.
9992 (restore_iterator_settings): Pop the stack.
9993 (set_iterator_to_next_overlay_string): Use it.
9994
9995 * xfaces.c (try_font_list): Use alternative font families.
9996
99971998-04-26 Gerd Moellmann <gerd@gnu.org>
9998
9999 * xfaces.c (Fset_face_font_sort_order): Set the order in which
10000 font selection matches fonts.
10001 (Fface_font_sort_order): Return the font sort order.
10002 (best_matching_font): Find best matching font based on sort order.
10003 (cmp_font_names): Sort by given sort order.
10004
10005 * dispextern.h (struct display_iterator): New member faces_p.
10006 * xdisp.c (init_iterator): Initialize it->faces_p.
10007 (compute_face_at_iterator_string_position): Use it.
10008 (compute_face_at_iterator_position): Use it.
10009 (init_iterator): Use it.
10010 (display_mode_line): Ditto.
10011
10012 * xdisp.c (get_next_display_element): Put code choosing a face
10013 when the charset changes in #ifdef HAVE_FACES.
10014
10015 * dispextern.h (FACE_FOR_CHARSET): Replacement for function
10016 lookup_face_for_charset.
10017
10018 * xfaces.c (free_font_names): Renamed from free_split_font_names.
10019 (free_all_realized_faces): Renamed from remove_all_realized_faces.
10020
100211998-04-25 Gerd Moellmann <gerd@gnu.org>
10022
10023 * xfaces.c (best_matching_font): Return the name of the best
10024 matching font in an array of font_name structures.
10025 (choose_face_font): Use it.
10026 (choose_face_fontset_font): Use it.
10027 (find_best_weight_font): If final font found has same weight as
10028 the font we started with, return the original font because it is a
10029 better match for the resolution of the display.
10030 (find_best_slant_font): Likewise.
10031 (merge_face_vector_with_property): Check more invalid attribute
10032 values.
10033 (lface_suitable_for_charset_p): Replaced by a macro with the same
10034 name in upper-case.
10035
100361998-04-24 Gerd Moellmann <gerd@gnu.org>
10037
10038 * dispextern.h (struct face): Member
10039 fontset_chosen_for_realization_p removed.
10040
10041 * xfaces.c (cache_face): If face->fontset >= 0, add face to the
10042 end of the collision list, so that we find more specific faces
10043 first.
10044 (lookup_face_for_charset): Look up a new face if face->fontset >=
10045 0, and charset != CHARSET_COMPOSITION.
10046
10047 * xfaces.c (split_font_name): Return zero if point size of font
10048 couldn't be computed.
10049 (realize_default_face): Use ASCII font of a fontset to determine
10050 font-related attributes of the default face.
10051 (face_fontset): Return fontset id for face family.
10052 (font_list): Additional parameter font_pattern. If non-nil,
10053 return fonts matching that pattern.
10054
100551998-04-23 Gerd Moellmann <gerd@gnu.org>
10056
10057 * xfaces.c (choose_face_fontset): If new fontset cannot be
10058 constructed, or fontset name cannot be split, return the id of the
10059 standard fontset.
10060
10061 * xterm.c (XTframe_up_to_date): Check that frame is an X frame.
10062 When Emacs starts, it may be called for the initial frame which
10063 isn't an X frame.
10064
10065 * dispextern.h (struct face): New members foreground_defaulted_p,
10066 background_defaulted_p.
10067 (struct face): Members `mask' and `cache' removed.
10068
10069 * xfaces.c (load_color): Set them.
10070 (free_face_colors): Check them.
10071 (xlfd_point_size): Return -1 if resolution or point size of
10072 font unknown.
10073
10074 * xfaces.c (free_font): Removed.
10075 (load_face_font_or_fontset): Renamed from load_font.
10076 (load_face_font_or_fontset): Use message2 instead of signalling.
10077 (load_color): Likewise.
10078 (load_pixmap): Likewise.
10079
10080 * xterm.h (struct x_display_info): Add screen_dpi.
10081 * xterm.c (x_term_init): Initialize it.
10082 * xfaces.c (xlfd_point_size): Use it.
10083 (split_font_name): Compute numeric XLFD_RESY.
10084 (cmp_font_names): Make fonts with an y-resolution more
10085 similar to that of the frame appear first in the result.
10086
10087 * xfaces.c (cache_face): If fontset_chosen_for_realization_p
10088 is set for the face to cache, add it to the end of the collision
10089 list.
10090 (try_font_list): If fonts for given family and registry cannot
10091 be found, first try to keep the registry, and choose a different
10092 family.
10093 (choose_face_font): Allow nfonts == 0.
10094 (try_font_list): Give up if no font matches given registry.
10095
100961998-04-22 Gerd Moellmann <gerd@gnu.org>
10097
10098 * xterm.c (x_get_char_font_and_encoding): Get font_info from
10099 font info id of the face.
10100
10101 * xfaces.c (load_font): Set font_info_id.
10102 (realize_face): Ditto.
10103
10104 * dispextern.h (struct face): Change member font_info to
10105 font_info_id.
10106
10107 * fontset.h (FONT_INFO_ID): Build an ID from a font_info pointer.
10108 (FONT_INFO_FROM_ID): Get a font_info pointer from an ID.
10109
10110 * xdisp.c (extend_face_to_end_of_line): If IT's current charset
10111 isn't ASCII, get the ASCII face before adding a space.
10112 (append_space): Likewise.
10113 (insert_left_trunc_glyphs): Initialize truncate_it's charset
10114 to -1 so that it will compute the right face for the truncation
10115 glyphs.
10116
10117 * xfaces.c (realize_face): Set
10118 face->fontset_chosen_for_realization_p.
10119 (lookup_face_for_charset): If fontset wasn't specified originally
10120 and new charset != CHARSET_COMPOSITION, get a new face for that
10121 charset.
10122
10123 * dispextern.h (struct face): New member
10124 fontset_chosen_for_realization_p_specified_p. Set to 1 when
10125 realize_face has chosen a fontset to display composite characters
10126 for a Lisp face not specifying a fontset.
10127
10128 * xdisp.c (extend_face_to_end_of_line): Move tests for default
10129 face and line already filled here. Don't do anything if current
10130 face hasn't a relief or has a background equal to the frame
10131 background.
10132
10133 * xfaces.c (split_font_name): Additional parameter numeric_p.
10134 Don't compute numeric values if it is non-zero.
10135 (choose_face_fontset): Call split_font_name with numeric_p == 0.
10136 (choose_face_fontset): Print a message if fontset contains a
10137 font whose name cannot be split into fields.
10138
101391998-04-21 Gerd Moellmann <gerd@gnu.org>
10140
10141 * xfaces.c (try_font_list): Try to load a list of fonts,
10142 possibly using less restrictive patterns.
10143 (choose_face_font): Use it.
10144
10145 * xterm.c (x_get_char_font_and_encoding): For charset !=
10146 CHARSET_ASCII use font_info of face if face hasn't a fontset set.
10147
10148 * dispextern.h (struct face): New member font_info.
10149
10150 * xfaces.c (load_font): Use FS_LOAD_FONT to load fonts for faces
10151 specifying a fontset as well as those not having a fontset.
10152 (free_font): Make it empty.
10153 (realize_face): Use changed load_font.
10154
10155 * xterm.c (x_get_char_font_and_encoding): If face doesn't
10156 fit for charset, get the right one.
10157
10158 * xfaces.c (load_font): Take frame and name parameter, return
10159 font.
10160 (free_font): Likewise.
10161 (split_font_name): Compute numeric values for height, swidth etc.
10162 (cmp_font_names): Use them.
10163 (find_best_width_font): Ditto.
10164 (find_best_height_font): Ditto.
10165 (find_best_weight_font): Ditto.
10166 (find_best_slant_font): Ditto.
10167 (lface_hash): Add weight, slant, swidth and relief to hash value.
10168 (lface_equal_p): Make it faster.
10169 (lface_from_symbol): Use assq_no_quit.
10170 (Fnote_default_face_changed): Removed.
10171 (cmp_font_names): Use strcmp instead of xstricmp.
10172 (face_charset_registries): Removed.
10173
101741998-04-20 Gerd Moellmann <gerd@gnu.org>
10175
10176 * frame.h (CHECK_FRAME): Give this macro a statement form.
10177 (CHECK_LIVE_FRAME): Ditto.
10178
10179 * xfaces.c (find_best_width_font): Find the best matching font
10180 for a given width.
10181 (find_best_height_font): Likewise for height.
10182 (find_best_weight_font): Likewise for weight.
10183 (find_best_slant_font): Likewise for slant.
10184 (choose_face_font): Use them.
10185 (get_lface_attributes): Always return frame-local face attrs.
10186 (Finternal_merge_in_global_face): Merge local face with
10187 global face attributes.
10188
10189 * xfaces.c (check_lface_attrs, check_lface): Check consistency of
10190 Lisp face attributes.
10191
101921998-04-19 Gerd Moellmann <gerd@gnu.org>
10193
10194 * xfaces.c (Finternal_set_lisp_face_attribute): Add :bold
10195 and :italic for compatibility.
10196 (Finternal_set_lisp_face_attribute_from_resource): Handle
10197 :bold and :italic. Handle boolean resource values for
10198 :underline and :italic.
10199
10200 * xfns.c (display_x_get_resource): Make it externally visible.
10201
10202 * xfaces.c (lface_from_symbol): Take a frame as parameter.
10203 If that frame is non-null, return the frame-local face.
10204 (Finternal_make_lisp_face): Additional frame argument.
10205 (lface_attributes): Get face attributes from global and frame-local
10206 definitions.
10207 (Finternal_lisp_face_equal_p): Additional frame argument.
10208 (merge_lisp_face_vector_with_property): Ditto.
10209 (Frealize_basic_faces): Removed.
10210 (Finternal_get_lisp_face_attribute): Additional frame argument.
10211 (Finternal_lisp_face_p): Ditto.
10212 (load_color) [MSDOS]: Removed because it isn't clear how
10213 to do this for MS-DOS.
10214
10215 * xfaces.c (lface_from_symbol): Get global face definition
10216 from face-global-alist.
10217
10218 * xfaces.c (Finternal_set_lisp_face_attribute): Allow `t'
10219 as values for :underline and :inverse-video.
10220 (Finternal_set_lisp_face_attribute): Allow nil values.
10221
102221998-04-17 Gerd Moellmann <gerd@gnu.org>
10223
10224 * xfaces.c (Finternal_make_lisp_face): Return Lisp face vector.
10225
10226 * xfaces.c (syms_of_xfaces): Add Vall_faces.
10227 (Finternal_make_lisp_face): Add new face to Vall_faces.
10228
10229 * xdisp.c (echo_area_display): Remove code recomputing faces.
10230 (redisplay_internal): Ditto.
10231 (init_iterator): Do it here.
10232
10233 * xfaces.c (choose_face_font): Check that swidth doesn't change
10234 for subusequent attributes.
10235 (xlfd_point_size): Return int.
10236
10237 * xdisp.c (redisplay_internal, echo_area-display): If realized
10238 faces have been cleared, call recompute_basic_faces.
10239
10240 * xfaces.c (recompute_basic_faces): Free realized faces. Reset
10241 face_attributes_changed_p.
10242 (remove_all_realized_faces): Remove all realized faces on
10243 all frames.
10244 (Finternal_set_lisp_face_attribute): Call remove_all_realized_faces.
10245
10246 * xdisp.c (redisplay_internal): If face attributes have been
10247 changed since the last redisplay, recompute basic faces.
10248 (echo_area_display): Ditto.
10249
10250 * xfaces.c (clear_face_gcs): Renamed from clear_realized_face_cache.
10251
10252 * xfaces.c (min_char_bounds): If face cache not yet present,
10253 don't try to get font dimensions from faces.
10254
10255 * xterm.c (x_frame_mode_line_height): If face cache not present
10256 set, return default height.
10257
10258 * alloc.c (mark_face_cache): Check for null faces. Correct
10259 index bug.
10260
10261 * dispextern.h (struct face): Renamed from struct rface. Member
10262 underline renamed underline_p. Make it a bit-field.
10263
10264 * xfaces.c (init_frame_faces): Allocate face cache.
10265 (free_frame_faces): Free face cache.
10266 (recompute_basic_faces): Realize basic faces only if face cache is
10267 allocated, i.e. after init_frame_faces has been called.
10268
10269 * frame.c (make_frame): Initialze face cache with null.
10270
10271 * xfaces.c (same_size_fonts): Removed.
10272
10273 * xterm.c (x_set_glyph_string_gc): Add post-condition
10274 s->gc != 0.
10275 (x_set_mouse_face_gc): Ditto.
10276 (x_set_mode_line_face_gc): Ditto.
10277
10278 * xfaces.c (realize_default_face): Return int. Value is
10279 zero if frame params don't contain enough information to
10280 realize the default face.
10281 (realize_basic_faces): Ditto.
10282 (init_frame_faces): Realize basic faces.
10283
10284 * xfns.c (x_set_font): First store real font name in frame
10285 parameters, then call recompute_basic_faces.
10286
10287 * xfaces.c (recompute_basic_faces): Call realize_basic_faces.
10288
102891998-04-16 Gerd Moellmann <gerd@gnu.org>
10290
10291 * xfaces.c (syms_of_xfaces): Correct calls to defsubr.
10292
10293 * xfns.c (Fx_face_fixed_p): Removed.
10294 (Fx_list_fonts): Moved to xfaces.c.
10295
10296 * xfaces.c (compute_face_at_buffer_pos): Renamed to
10297 face_at_buffer_position. Parameter charset removed; always
10298 compute face for CHARSET_ASCII.
10299 (face_at_string_position): Renamed from
10300 compute_face_at_string_pos. Parameter charset removed; always
10301 compute for CHARSET_ASCII.
10302 (lookup_face_for_charset): Take frame parameter instead of
10303 face_cache.
10304 (lookup_face): Ditto.
10305 (compute_char_face): Renamed from compute_glyph_face.
10306
10307 * xdisp.c (init_iterator): Initialize charset member.
10308 (reseat_iterator_to_string): Ditto.
10309 (get_charset_at_buffer_position): Determine charset at
10310 buffer position in current_buffer.
10311 (reseat_iterator): Call above function.
10312 (compute_face_at_iterator_position): Call
10313 compute_face_at_buffer_pos.
10314 (compute_face_at_iterator_string_position): Call
10315 compute_face_at_string_pos.
10316 (get_face_from_id): Removed.
10317 (get_face_from_cursor_pos): Call compute_face_at_buffer_pos.
10318 Call get_charset_at_buffer_position.
10319 (reseat_iterator): Determine face if charset at pos differs
10320 from iterator's charset.
10321 (reseat_iterator_to_glyph_pos): Removed.
10322
10323 * xfaces.c (compute_face_at_bufpos): Remove parameter charset.
10324 Determine charset from buffer position.
10325 (compute_string_char_face): Renamed to compute_face_at_string_pos.
10326 (compute_face_at_bufpos): Renamed to compute_face_at_buffer_pos.
10327
10328 * dispextern.h (struct display_iterator): Add member charset.
10329
103301998-04-15 Gerd Moellmann <gerd@gnu.org>
10331
10332 * xfaces.c (compute_char_face): Removed.
10333
10334 * xdisp.c (get_overlay_arrow_glyph_row): Use compute_glyph_face
10335 with new parameter list.
10336
10337 * xfaces.c (region_face): Removed.
10338 (allocate_face): Removed.
10339 (copy_face): Ditto.
10340 (face_eql): Removed.
10341 (intern_face): Removed.
10342 (clear_face_cache): Removed.
10343 (load_font): Ditto.
10344 (unload_font): Ditto.
10345 (load_color): Ditto.
10346 (unload_color): Ditto.
10347 (new_computed_face): Ditto.
10348 (intern_computed_face): Ditto.
10349 (ensure_face_ready): Ditto.
10350 (merge_faces): Ditto.
10351 (compute_base_face): Ditto.
10352 (merge_face_list): Ditto.
10353 (Fmake_face_internal): Removed.
10354 (Fset_face_attribute_internal): Ditto.
10355 (face_name_id_number): Removed.
10356 (Fframe_face_alist): Ditto.
10357 (Fset_frame_face_alist): Ditto.
10358 (Finternal_next_face_id): Ditto.
10359
10360 * xterm.h (struct x_output): Remove computed_faces, and
10361 param_faces. Remove macros accessing them.
10362
10363 * xfaces.c: Entirely new face implementation added.
10364
103651998-04-11 Gerd Moellmann <gerd@gnu.org>
10366
10367 * dispextern.h (struct glyph_pos): Member `bufpos' renamed
10368 `charpos'.
10369
103701998-04-10 Gerd Moellmann <gerd@gnu.org>
10371
10372 * xterm.c (x_scroll_bar_move): Clear only regions not covered by
10373 scroll bar window to reduce flickering. Clear entire height.
10374
10375 * xdisp.c (move_iterator_vertically_backward): Set iterator's
10376 current_x and hpos to zero after moving to previous line
10377 start.
10378
103791998-04-03 Gerd Moellmann <gerd@gnu.org>
10380
10381 * frame.h (FRAME_FACE_CACHE): Access to a frame's face cache.
10382
10383 * xfaces.c (xlfd_point_size): Compute relative point size of
10384 fonts from font and frame resolution.
10385 (sort_fonts): New function to sort fonts, temporarily setting
10386 font_frame to the frame in effect.
10387 (xlfd_point_size): Take additional frame parameter to be able
10388 to get at the display's resolution.
10389
10390 * xterm.c (x_setup_relief_colors): Use WHITE_PIX_DEFAULT and
10391 BLACK_PIX_DEFAULT.
10392 (x_setup_relief_color): Use FRAME_X_SCREEN instead of default
10393 screen of display.
10394
103951998-03-31 Gerd Moellmann <gerd@gnu.org>
10396
10397 * xfaces.c (choose_face_fontset): Instantiate fontsets.
10398
10399 * fontset.h: Add external declarations for Vfontset_alias_alist
10400 and Vglobal_fontset_alist.
10401
10402 * xfaces.c (merge_lisp_face_vector_with_property): Simplified.
10403 (realize_default_face): If frame parameters contain an artificial
10404 font name naming a fontset, set the family of the default face to
10405 the fontset name given by the registry.
10406
10407 * Makefile.in (alloc.o): Add dependency to dispextern.h.
10408
104091998-03-22 Gerd Moellmann <gerd@gnu.org>
10410
10411 * alloc.c (mark_object): Add function prototype. Add cast to
10412 Lisp_Object pointer in call to mark_object for symbol names
10413 because this otherwise gives a warning from gcc 2.8.1.
10414 (mark_face_cache): Mark Lisp objects in realized faces.
10415
104161998-03-19 Gerd Moellmann <gerd@gnu.org>
10417
10418 * frame.h (struct frame): Add member face_cache.
10419
10420 * alloc.c (mark_object): Mark face cache.
10421 (mark_face_cache): Mark Lisp faces in face cache of frame.
10422
10423 * frame.c (make_frame): Initialize face_cache.
10424 (Fdelete_frame): Free it.
10425
104261998-03-18 Gerd Moellmann <gerd@gnu.org>
10427
10428 * xfaces.c: Very first skeleton of functions for face realization,
10429 face merging, face cache etc.
10430
10431 * dispextern.h (struct rface): Realized faces. Will replace
10432 struct face when tested.
10433 (struct face_cache): Realized face caches.
10434
10435 * xdisp.c (init_iterator): Initialize area member of display
10436 iterator.
10437
104381998-03-17 Gerd Moellmann <gerd@gnu.org>
10439
10440 * xterm.c (x_append_glyph): Use it->area to store glyphs.
10441
10442 * dispextern.h (struct display_iterator): New member area.
10443
10444 * xterm.c (note_overwritten_text_cursor): Note when the text
10445 cursor of a window is overwritten.
10446
10447 * xdisp.c (set_cursor_from_row): If PT is not found in the
10448 row, display the cursor at the start of the row.
10449
10450 * dispnew.c (direct_output_forward_char): Call
10451 set_cursor_from_row.
10452
10453 * xdisp.c (setup_iterator_overlay_strings_from_glyph_pos): If
10454 position is not in an overlay string, set iterator's position and
10455 method explicitly so.
10456 (set_cursor_from_row): Correct cursor position calculation.
10457 Make it externally visible.
10458 (redisplay_window): Call set_cursor_from_row so that there is only
10459 one place where the cursor position is calculated from a current
10460 row.
10461
10462 * dispextern.h (struct display_iterator): New member
10463 overlay_strings_at_end_processed_p.
10464
10465 * xdisp.c (check_iterator): Perform sanity checks on
10466 display_iterators.
10467 (next_element_from_buffer): Check for overlay strings at ZV.
10468
104691998-03-16 Gerd Moellmann <gerd@gnu.org>
10470
10471 * buffer.c (init_buffer_once): Add left_margin_width and
10472 right_margin_width to buffer_local_flags.
10473
10474 * dispnew.c (margin_glyphs_to_reserve): Function computing
10475 number of glyphs to reserve for a marginal area.
10476 (adjust_glyph_matrix): Call it.
10477 (adjust_frame_glyphs_for_frame_redisplay): Return if frame
10478 is not alive.
10479
10480 * window.c (Fset_window_margins): Allow floats.
10481
10482 * buffer.c (syms_of_buffer): Add buffer-local variables
10483 left-margin-width and right-margin-width. Add defaults
10484 default-left-margin-width and default-right-margin-width.
10485
10486 * buffer.h (struct buffer): New members left_margin_width
10487 and right_margin_width.
10488
10489 * window.c (Fset_window_margins): Make window the last and
10490 optional argument.
10491
10492 * xterm.c (x_draw_glyphs): Compute x-positions for rows with
10493 flag no_marginal_areas_p differently.
10494 (x_clear_end_of_line): Ditto.
10495 (x_draw_glyph_string_relief): Compute width of relief differently
10496 for rows with flag no_marginal_areas_p.
10497
10498 * dispnew.c (update_window_line): Update marginal areas only
10499 for rows that don't have no_marginal_areas_p set.
10500
10501 * xdisp.c (display_mode_line): Set row's flag no_marginal_areas_p.
10502 (display_menu_bar): Ditto.
10503
10504 * dispextern.h (struct glyph_row): New member no_marginal_areas_p.
10505
10506 * dispnew.c (adjust_glyph_matrix): Compute glyph pointers for
10507 marginal areas in window-based redisplay.
10508
10509 * dispextern.h (struct glyph_matrix): New members
10510 left_margin_glyphs and right_margin_glyphs.
10511
105121998-03-15 Gerd Moellmann <gerd@gnu.org>
10513
10514 * minibuf.c (read_minibuf_unwind): Return Lisp_Object.
10515
10516 * charset.c (non_ascii_char_to_string): Use char type parameters
10517 because the function is used that way from outside. Use unsigned
10518 char internally.
10519
10520 * window.c (change_window_height): Return void.
10521 (make_dummy_parent): Return void.
10522 (init_window_once): Return void.
10523 (syms_of_window): Ditto.
10524 (keys_of_window): Ditto.
10525 (delete_window): Correct return with and without value.
10526
10527 * buffer.c (record_buffer): Return void.
10528
10529 * marker.c (unchain_marker): Return void.
10530
10531 * window.c (unshow_buffer): Return void.
10532 (replace_window): Ditto.
10533 (delete_window): Ditto.
10534
10535 * term.c (delete_glyphs_hook): Void return type.
10536 (ring_bell_hook): Ditto.
10537 (set_terminal_window_hook): Ditto.
10538
10539 * sysdep.c (init_sigio): Return void.
10540
10541 * xterm.c (x_set_window_size): Return void.
10542 (x_calc_absolute_position): Ditto.
10543 (x_set_offset): Ditto.
10544 (x_focus_on_frame): Ditto.
10545 (x_unfocus_frame): Ditto.
10546 (x_make_frame_visible): Ditto.
10547 (x_make_frame_invisible): Ditto.
10548 (x_iconify_frame): Ditto.
10549 (x_destroy_window): Ditto.
10550 (x_wm_set_window_state): Ditto.
10551 (x_wm_set_icon_pixmap): Ditto.
10552 (x_wm_set_icon_position): Ditto.
10553 (x_initialize): Ditto.
10554 (x_error_quitter): Ditto.
10555 (x_destroy_window): Use xfree instead of free.
10556
10557 * keyboard.c (clear_waiting_for_input): Return void.
10558
10559 * xterm.c (x_wm_set_size_hint): Return void.
10560 (x_raise_frame): Ditto.
10561 (refreshicon): Ditto.
10562 (x_error_catcher): Ditto.
10563 (x_clear_errors): Ditto.
10564
10565 * keyboard.c (record_asynch_buffer_change): Return void.
10566
10567