(tooltip-cancel-delayed-tip)
[bpt/emacs.git] / src / ChangeLog
CommitLineData
dfad65fa
DL
12001-01-04 Dave Love <fx@gnu.org>
2
3 * systime.h (set_file_times): Prototype.
4
5 * widget.h (EmacsFrameSetCharSize_): Prototype.
6
7 * sysdep.c (random, srandom): Declare explicitly.
8
9 * dispextern.h (move_it_vertically_backward): Declare.
10
85fe3b5e
GM
112001-01-04 Gerd Moellmann <gerd@gnu.org>
12
0f2ac578
GM
13 * xfns.c (x_create_tip_frame): Call face-set-after-frame-default,
14 like in Fx_create_frame.
15
482cca61
GM
16 * xfaces.c (set_font_frame_param): Don't do anything for
17 non-graphical frames.
18
85fe3b5e
GM
19 * window.c (Fdelete_other_windows): Set window's window_end_valid
20 to nil when changing the window's start. Don't change the
21 window's start when its top position hasn't changed. If we do,
22 this will set the window's optional_new_start, which act's like a
23 force_start during redisplay with C-x 1 M-> under particular
24 circumstances (see report from Per Starback to emacs-pretest-bug
25 from 2000-12-13.).
26
3e99d3b4
GM
272001-01-03 Gerd Moellmann <gerd@gnu.org>
28
a77dc1ec
GM
29 * xdisp.c (forward_to_next_line_start): Reset it->c if taking the
30 short cut at the start of the function. Add an assertion.
31 (reseat_at_next_visible_line_start): Add an assertion.
32
2f3cad6c
GM
33 * window.c (Frecenter): When changing the window start, set the
34 window's window_end_valid to nil.
35 (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
36
37 * dispextern.h (move_it_past_eol): Add prototype.
38
39 * xdisp.c (move_it_past_eol): New function.
40
3e99d3b4
GM
41 * window.c (Fwindow_end): Doc fix.
42
432001-01-03 Dave Love <fx@gnu.org>
44
45 * dired.c (Ffile_attributes): Fix last change, removing BSD4_3
46 kluge.
47
bafb434c
GM
482001-01-03 Gerd Moellmann <gerd@gnu.org>
49
50 * xdisp.c (try_window_reusing_current_matrix): Fix bug setting
51 the enabled_p flag of the glyph row at window_end_vpos to 0.
52 (handle_single_display_prop): Fix last change.
53
5297fb00
RS
542001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
55
56 * window.c (Frecenter): Doc fix.
57
13d6a61c
AI
582001-01-02 Andrew Innes <andrewi@gnu.org>
59
60 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
61
62 * frame.h (output_method): Add output_w32_console method.
63 (FRAME_W32_CONSOLE_P): New macro.
64
65 * frame.c (make_terminal_frame) [WINDOWSNT]: Make terminal frames
66 use output_w32_console method.
67 (Qw32_console): New Lisp_Object.
68 (Fframep): Return it.
69 (syms_of_frame): Init it.
70 (Fframe_parameters): Report w32console as font for w32_console
71 frames.
72
73 * xfaces.c (realize_default_face): Set face foreground and
74 background to unspecified for w32_console frames.
75 (realize_face): Realize face cache for w32_console frames.
76 (realize_tty_face): Accept w32_console frames.
77
78 * xdisp.c (handle_single_display_prop): Return if frame is
79 w32_console.
80 (init_iterator) [WINDOWSNT]: Initialize frame face cache if
81 necessary, even if running interactively.
82
83 * dispnew.c (Fredraw_frame): Call set_terminal_modes for
84 w32_console frames.
85
86 * w32term.c (x_update_begin):
87 (x_update_end):
88 (x_clear_frame):
89 (x_ins_del_lines):
90 (x_change_line_highlight):
91 (x_delete_glyphs):
92 (w32_ring_bell):
93 (x_update_begin):
94 (x_update_end):
95 (w32_reassert_line_highlight):
96 (w32_frame_rehighlight):
97 (w32_frame_raise_lower): Do nothing if not w32 frame.
98
99 * w32xfns.c (get_frame_dc): Abort if called on a non-w32 frame.
100
101 * w32fns.c (Fx_display_color_cells): Determine correct value, when
102 system doesn't tell us directly.
103 (Fx_display_visual_class): Implement properly.
104
d6bb0c0d
GM
1052001-01-02 Gerd Moellmann <gerd@gnu.org>
106
107 * window.c (Frecenter): Handle centering in graphical frames
108 specially. Centering on the basis of line counts doesn't work
109 reliably with variable-height lines.
110
315f5865
EZ
1112001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
112
113 * widget.c (EmacsFrameSetCharSize): Remove unused variables `ac'
114 and al[].
115
116 * composite.c (run_composition_function): Remove unused variable
117 `val'.
118 (update_compositions): Remove unused variable `hook'.
119
120 * intervals.c (get_local_map): Remove unused variable `tem'.
121
122 * doprnt.c (doprnt1): Remove unused variable `size'.
123
124 * fns.c (Flength): Remove unused variable `tail'.
125 (Fdelete): Remove unused variable `size'.
126
127 * editfns.c (Ftranspose_regions): Remove unused variables `gcpro1'
128 and `gcpro2'.
129
130 * doc.c (Fsnarf_documentation): Remove unused variables `fun' and
131 `tem'.
132
133 * data.c (find_symbol_value): Remove extra 3rd argument in the
134 call to swap_in_symval_forwarding.
135
136 * undo.c (Fprimitive_undo): Remove unused block-scope variable
137 `end'.
138
139 * search.c (shrink_regexp_cache): Remove unused variable `cpp'.
140 (trivial_regexp_p): Remove unused variable `c'.
141 (boyer_moore): Remove unused variable `k'.
142
143 * indent.c (current_column): Remove unused variable `stopchar'.
144 (Fcompute_motion): Remove unused variable `contin'.
145
146 * casefiddle.c (casify_object): Remove unused variable `tolen'.
147
148 * dired.c (directory_files_internal): Fix a typo in a comment.
149 Remove an unused variable `handler'.
150 (file_name_completion): Remove unused function-scope variable
151 `dp'.
152 (Ffile_attributes) <dirname, sdir>: Make declarations conditioned
153 on BSD4_2.
154
155 * fileio.c (e_write): Remove unused variable
156 `require_encoding_p'.
157
158 * marker.c (Fmarker_position): Remove unused variables `pos', `i',
159 and `buf'.
160 (Fmarker_insertion_type): Remove unused variable `buf'.
161
162 * insdel.c (make_gap): Remove unused variable `result'.
163
164 * keyboard.c (record_char): Remove unused function-scope variable
165 `help'.
166 (kbd_buffer_get_event): Remove unused block-scope variable `idx'.
167 (menu_bar_items): Remove unused function-scope variable `tem'.
168
169 * fontset.c (fontset_ref): Remove unused variable `i'.
170 (fontset_set): Remove unused variables `j' and `tmp'.
171 (make_fontset): Remove unused variables `i', `j', `elt' and
172 `base_elt'.
173 (make_fontset_for_ascii_face): Remove unused variable `name'.
174 (fs_load_font): Remove unused variable `font_idx'.
175 (fs_query_fontset): Remove unused function-local variable
176 `fontset'.
177 (list_fontsets): Remove unused variable `tail'.
178 (Fnew_fontset): Remove unused variables `family' and `registry'.
179 (accumulate_font_info): Remove unused variable `tmp'.
180 (Ffontset_font): Remove unused variable `id'.
181 (syms_of_fontset): Remove unused variable `i'.
182
183 * xfns.c (x_display_info_for_name): Cast 0 to "char *" in the call
184 to x_term_init.
185 (lookup_image): Remove unused variable `file'.
186 (xbm_load): Remove unused variables `bitmap_data', `height', and
187 `width'. Remove function-local variable `i', leave the
188 block-local one.
189 (gif_load): Remove unused variable `inc'.
190
191 * xterm.c (XTread_socket): Remove unused variables `p' and
192 `pend'.
193 (XTread_socket) <LeaveNotify>: Remove unused variable `frame',
194 leave only the one in the inner block.
195
196 * xfaces.c (face_fontset, realize_default_face): Remove unused
197 variable `fontset'.
198 (face_at_buffer_position): Remove unused variable `multibyte_p'.
199
200 * term.c (encode_terminal_code): Remove unused variable `c'.
201
202 * ccl.c (Fccl_execute): Cast ccl_driver parameters to `unsigned
203 char *' instead of `char *'.
204
205 * category.c (Fcategory_docstring): Remove unused variable `doc'.
206 (Fget_unused_category): Remove unused variable
207 `docstring_vector'.
208 (Fchar_category_set): Remove unused variables `val', `charset',
209 `c1' and `c2'.
210
211 * coding.c (detect_coding_iso2022, setup_coding_system): Remove
212 unused variable `i'.
213 (detect_coding_mask): Remove unused variable `idx'.
214 (detect_coding): Remove unused variable `i'.
215 (ccl_coding_driver): Remove unused variable `result'.
216 (run_pre_post_conversion_on_str): Remove unused variable `prev'.
217 (decode_coding_string): Remove unused variables `to' and
218 `gcpro1'.
219 (encode_coding_string): Remove unused variables `gcpro1' and
220 `saved_coding_symbol'.
221 (Ffind_coding_systems_region_internal): Remove function-local
222 variable args[], leave only the block-local one.
223 (code_convert_region1): Remove unused variable `len'.
224
225 * charset.c (char_printable_p): Remove unused variable `chars'.
226 (Fsplit_char, Fchar_bytes): Remove unused variable `val'.
227 (str_to_multibyte): Remove unused variable `c'.
228
229 * window.c (size_window): Remove block-local variable `min_size'.
230
231 * xdisp.c (make_cursor_line_fully_visible): Remove unused variable
232 `header_line_height'.
233 (append_space, extend_face_to_end_of_line): Declare `saved_what'
234 enum display_element_type.
235
1a8a9daf
GM
2362001-01-02 Gerd Moellmann <gerd@gnu.org>
237
6dde6abc
GM
238 * xterm.c (x_connection_closed): Catch X errors around all
239 statements that call X. Save away the error message in a local
240 copy.
241
1883b2c6
GM
242 * xterm.c (x_connection_closed): Set handling_signal to 0 at
243 the start.
244
a13be207
GM
245 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
246 in or at the start of invisible text.
247
1a8a9daf
GM
248 * dispnew.c (update_window): Don't check_current_matrix_flags.
249
3608c0f9
JR
2502001-01-01 Jason Rumney <jasonr@gnu.org>
251
252 * w32fns.c (x_figure_window_size): Do not allow new_height and
253 new_width of frame to override specified values.
254
abb1acc4
KH
2552000-12-30 Kenichi Handa <handa@etl.go.jp>
256
d279f620
KH
257 * composite.c (find_composition): Fix a code for searching
258 backward.
abb1acc4 259
762a68ec
GM
2602000-12-29 Gerd Moellmann <gerd@gnu.org>
261
9c8b8382
GM
262 * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New
263 function.
264 (update_window) [GLYPH_DEBUG]: Call it.
265 (scrolling_window): Prevent including current rows which are below
266 what's displayed in the window.
267
268 * xdisp.c (try_window_reusing_current_matrix)
269 <new start <= old start>: Disable rows in the current matrix
270 which are below the window after scrolling.
271
762a68ec
GM
272 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
273 is zero. It's not worth the complexity.
274 (invisible_text_between_p): Put in #if 0 because unused.
275
2d5912c1
GM
2762000-12-28 Gerd Moellmann <gerd@gnu.org>
277
46f6a258
GM
278 * xfns.c (Fx_backspace_delete_keys_p): Check library and server
279 XKB versions. Call XkbFreeKeyboard with 2nd arg 0.
280
89f93679
GM
281 * keyboard.c (echo_char): If C is an integer, always call
282 push_key_description. Former code could signal an invalid
283 character error.
284
285 * keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
286 If set, print multibyte text.
287 (Fsingle_key_description): Call push_key_description with
288 FORCE_MULTIBYTE set.
289 (describe_buffer_bindings): Likewise.
290
291 * lisp.h (push_key_description): Add prototype.
292
c06017fb
GM
293 * xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
294 around the call to redisplay_internal.
295
f1d2ce7f
GM
296 * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
297
2d5912c1
GM
298 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
299
9371f831
KH
3002000-12-28 Kenichi Handa <handa@etl.go.jp>
301
302 * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
303 (ccl_driver): New local variable `extra_bytes'.
304
305 * ccl.h (struct ccl_spec): New member eight_bit_carryover.
306
307 * coding.c (setup_coding_system): Initialize
308 coding->spec.ccl.eight_bit_carryover.
309 (ccl_coding_driver): Pay attention to carried over 8-bit bytes.
310
0c80628a
KH
3112000-12-28 Kenichi Handa <handa@etl.go.jp>
312
313 * coding.c (SAFE_ONE_MORE_BYTE): New macro.
314 (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
315 (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
316 (decode_composition_emacs_mule): New function.
317 (decode_coding_emacs_mule): Decode composition sequence by calling
318 decode_composition_emacs_mule.
319 (ENCODE_COMPOSITION_EMACS_MULE): New macro.
320 (encode_coding_emacs_mule): Changed from macro to function. If
2d5912c1 321 a text contains compositions, encode them correctly.
0c80628a
KH
322 (setup_coding_system): Set coding->commong_flags for emacs-mule so
323 that decoding and encoding are required.
324
3e32cc27
GM
3252000-12-27 Gerd Moellmann <gerd@gnu.org>
326
5e25feee
GM
327 * xfaces.c (PT_PER_INCH): New macro.
328 (xlfd_point_size): Compute real point size from font's pixel size.
329 (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
330 instead of 72.
331
892d8fcd
GM
332 * .gdbinit: Comment out the line pointing to the Lesstif source
333 directory.
334
12c8b416
GM
335 * window.c (Frecenter): Use displayed_window_lines instead
336 of window_internal_height.
337
6061fbf0
GM
338 * xterm.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
339 instead of x-toolkit-scroll-bars-p.
340 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
341
342 * w32term.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
343 instead of x-toolkit-scroll-bars-p.
344 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
345
3e32cc27
GM
346 * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New.
347 (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
348 (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]: New
349 variables.
350 (add_window_display_history, add_frame_display_history)
351 (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
352 (build_frame_matrix_from_leaf_window): Remove unused code.
353 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
354 redisplay history.
355 (update_frame) [GLYPH_DEBUG]: Add to redisplay history.
356 (update_window) [GLYPH_DEBUG]: Likewise.
357 (syms_of_display): Defsubr dump-redisplay-history.
358
31798cfe
GM
3592000-12-23 Gerd Moellmann <gerd@gnu.org>
360
f717c2ba
GM
361 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
362 the end of the prompt. Set echo_after_prompt to the offset
363 of echoptr in echobuf.
364
aeb2b8fc
GM
365 * xdisp.c (init_from_display_pos): Pop until the iterator's
366 stack is empty; there may be frames for stretch or images
367 on the stack.
368
31798cfe
GM
369 * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed.
370 (save_or_restore_current_matrix): New function for the same
371 purpose, but more efficient.
372 (adjust_frame_glyphs_for_frame_redisplay): Use it.
373
f8156156
EZ
3742000-12-23 Eli Zaretskii <eliz@is.elta.co.il>
375
376 * xdisp.c (syms_of_xdisp): Fix last change.
377
bdd6d4e8
GM
3782000-12-23 Gerd Moellmann <gerd@gnu.org>
379
380 * xdisp.c (syms_of_xdisp): Doc fix.
381
382 * xdisp.c (redisplay_window): Remove label restore_buffers;
383 use finish_scroll_bars instead to make sure that scroll bars
384 are redeemed. If we don't do this, flickering can result from
385 scroll bars being destroyed and recreated.
386
9436cdf9
JR
3872000-12-22 Jason Rumney <jasonr@gnu.org>
388
389 * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear
390 in the wrong colors when the foreground is not black.
391 (expose_window): Don't redraw the window that's currently being
392 updated.
393
951f9df5
GM
3942000-12-22 Gerd Moellmann <gerd@gnu.org>
395
856ff7a7
GM
396 * window.c (size_window): When setting the window's too_small_ok
397 flag, compare old size with minimum size depending on WIDTH_P,
398 don't compare with window_min_width.
399
951f9df5
GM
400 * window.c (delete_window): Simplify somewhat.
401 (Fset_window_configuration): Don't SET_FRAME_GARBAGED after
402 freeing window matrices. The flag windows_or_buffers_changed is
403 set, so the next redisplay will consider all windows; this should
404 suffice.
405
886bc933
KH
4062000-12-22 Kenichi Handa <handa@etl.go.jp>
407
408 * coding.c (ccl_coding_driver): Initialize ccl->cr_consumed.
409
410 * ccl.h (struct ccl_program): New member cr_consumed.
411
412 * ccl.c (CCL_WRITE_CHAR): Don't handle EOL conversion here.
413 (CCL_READ_CHAR): Handle EOL conversion here.
414 (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
415
177f4e88
GM
4162000-12-21 Gerd Moellmann <gerd@gnu.org>
417
6ba384dc
GM
418 * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
419 GLYPHS.
420
421 * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths,
422 otherwise tabs of different size compare equal.
423
424 * callint.c (Fcall_interactively): Prevent a compiler warning.
425
426 * print.c (print_unwind): Return nil.
427 (PRINTDECLARE): Initialize all local variables.
428 (print_preprocess): Add a default case.
429
8e15274f
GM
430 * lisp.h (Qinhibit_point_motion_hooks): Declare extern.
431
432 * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
433
177f4e88
GM
434 * window.c (delete_window, Fsplit_window)
435 (Fset_window_configuration): Calls to ensure_frame_matrix removed.
436
437 * dispextern.h (ensure_frame_matrix): Function declaration removed.
438
439 * dispnew.c (ensure_frame_matrix): Removed.
440 (save_frame_matrix, restore_frame_matrix): New functions.
441 (adjust_frame_glyphs_for_frame_redisplay): Use them.
442
443 * xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
444 [GLYPH_DEBUG]: Extended to dump glyphs in short form.
445
99012074
AI
4462000-12-21 Andrew Innes <andrewi@gnu.org>
447
448 * w32term.c (x_update_begin): Regenerate the palette here, rather
449 than for each window.
450
451 * w32xfns.c (select_palette): Avoid calling SelectPalette if
452 palette is NULL, since this corrupts memory! Also get
453 display_info reference from frame.
454
29ef7d2d
JR
4552000-12-21 Jason Rumney <jasonr@gnu.org>
456
457 * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap.
458
459 * w32term.c (x_draw_hollow_cursor): Delay obtaining the frame's DC
460 to avoid returning without releasing it.
3e27fa1f 461
3f9d67a6
KH
4622000-12-21 Kenichi Handa <handa@etl.go.jp>
463
587fc3f9
KH
464 * keymap.c (push_key_description): Don't convert eight-bit-control
465 and eight-bit-graphic to multibyte character.
466
3f9d67a6
KH
467 * charset.c (Fmake_char_internal): If CHARSET doesn't have a
468 generic character and CODE1 is nil, return the smallest character
469 in CHARSET.
470
774ba8c9
DL
4712000-12-20 Dave Love <fx@gnu.org>
472
473 * s/osf5-0.h (NSIG): Don't redefine.
474
88416888
SM
4752000-12-20 Stefan Monnier <monnier@cs.yale.edu>
476
477 * keymap.c (where_is_internal): Check ascii_sequence_p rather than
478 excluding menu-bar and tool-bar.
479 (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
480 (menu_item_p): Remove.
481 (where_is_internal_1): Don't ignore menu-items.
482
a6426c6f
GM
4832000-12-20 Gerd Moellmann <gerd@gnu.org>
484
03ff8aab
GM
485 * xdisp.c (hscroll_window_tree): Take window's min_hscroll
486 into account.
487
488 * window.c (make_window): Initialize window's min_hscroll.
489 (Fset_window_hscroll): Set window's hscroll and min_hscroll.
490 (set_window_buffer, temp_output_buffer_show): Set min_hscroll
491 to zero.
492 (struct saved_window): New member min_hscroll.
493 (SAVED_WINDOW_VECTOR_SIZE): Set to 17.
494 (Fset_window_configuration): Set window's min_hscroll.
495 (save_window_save): Save window's min_hscroll.
496 (compare_window_configurations): Compare min_hscroll values.
497
498 * window.h (struct window): New member min_hscroll.
499
500 * keyboard.c (echo_prompt): Prevent a compiler warning.
501
8de4aaf8
GM
502 * xdisp.c (try_cursor_movement): Fix last change. The real
503 condition is that PT is at the end of the row, and should
504 be displayed at the start of the next row.
505
3f7e3031
GM
506 * xdisp.c (try_cursor_movement): If we end on a partially
507 visible line, end we already decided to scroll, return -1.
508
a6426c6f
GM
509 * dispextern.h (ensure_frame_matrix): Add prototype.
510
511 * window.c (delete_window, Fsplit_window)
512 (Fset_window_configuration): Call ensure_frame_matrix.
513
514 * dispnew.c (fake_current_matrices, ensure_frame_matrix): New
515 functions.
516 (adjust_frame_glyphs_for_frame_redisplay): If display has been
517 completed, call fake_current_matrices instead of marking frame
518 garbaged.
519
57fa2774
JR
5202000-12-20 Jason Rumney <jasonr@gnu.org>
521
522 * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
523
d925df90
EZ
5242000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
525
526 * fns.c (Frequire): Doc fix.
527
7b93a85b
GM
5282000-12-19 Gerd Moellmann <gerd@gnu.org>
529
71d4497a
GM
530 * window.c (window_scroll_pixel_based): Don't use
531 move_it_vertically.
532
c74e645b
GM
533 * dispnew.c (direct_output_for_insert): Fix check for mini-window
534 currently displaying a message.
535
7b93a85b
GM
536 * bytecode.c (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
537 xterm.h.
538 (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
539
90d97e64
AI
5402000-12-18 Andrew Innes <andrewi@gnu.org>
541
542 * w32.c (w32_strerror): New function.
543
544 * w32.h (w32_strerror): New extern.
545
546 * w32fns.c (Fw32_shell_execute): Use it.
547
91c9e6ce
GM
5482000-12-18 Gerd Moellmann <gerd@gnu.org>
549
550 * s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
551
6f4745e2
EZ
5522000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * msdos.c (IT_set_face): Obey inverse_video.
555
c9e088ce
KH
5562000-12-18 Kenichi Handa <handa@etl.go.jp>
557
558 * dired.c (directory_files_internal): Always return decoded filenames.
559
c3695f5f
GM
5602000-12-18 Gerd Moellmann <gerd@gnu.org>
561
52d8e4ff
GM
562 * xterm.c (x_connection_closed): Prevent being called recursively
563 because of an error condition in XtCloseDisplay.
564
62be9979
GM
565 * xdisp.c (init_iterator): If noninteractive, and the frame's
566 face cache is null, make one.
567
5f7a1890
GM
568 * xfns.c (show_busy_cursor): Check for live frames more
569 thoroughly.
570
c3695f5f
GM
571 * process.c (wait_reading_process_input): Check for pending
572 input when running timers.
573
78555fbe
EZ
5742000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
575
576 * msdos.c (IT_write_glyphs): Compute the glyph face from
577 str->face_id.
578
b2b36264
KH
5792000-12-18 Kenichi Handa <handa@etl.go.jp>
580
581 * process.c (read_process_output): Don't run a filter if the code
582 decoder produces nothing but carryover.
583
9c543fbf
AI
5842000-12-17 Andrew Innes <andrewi@gnu.org>
585
586 * w32.c (sys_rename): Only check errno against EEXIST, and not
587 EACCES, when determining whether rename failed because the target
588 exists. This was resulting in indefinite looping on Windows 9x if
589 the source file was locked by another process.
590
591 * w32fns.c (Ffile_system_info): New function.
592 (syms_of_w32fns): Defsubr it.
593
10c2b5a8
GM
5942000-12-17 Gerd Moellmann <gerd@gnu.org>
595
b0228ace
GM
596 * window.c (coordinates_in_window): Fix computation for
597 position on vertical line between mode lines.
598
10c2b5a8
GM
599 * xfns.c (unwind_create_frame): Return t if frame was deleted.
600 Don't alter tip_frame or tip_window.
601 (unwind_create_tip_frame): Set tip_frame to nil only if frame
602 was deleted.
603
c844a81a
GM
604 * w32fns.c (unwind_create_frame): Return t if frame was deleted.
605 Don't alter tip_frame or tip_window.
606 (unwind_create_tip_frame): Set tip_frame to nil only if frame
607 was deleted.
608
6c825f8e
EZ
6092000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
610
611 * fileio.c (Fcopy_file): Rename the last argument to keep_time, to
612 be consistent with the doc string. Reported by NAKAJIMA Mikio
613 <minakaji@osaka.email.ne.jp>.
614
af4bb4c8
KH
6152000-12-16 Kenichi Handa <handa@etl.go.jp>
616
617 * xfaces.c (Vface_ignored_fonts): New variable.
618 (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
619 (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
620
8062e53a
GM
6212000-12-15 Gerd Moellmann <gerd@gnu.org>
622
e87b8809
GM
623 * dispnew.c (update_window): Detect pending input every nth line
624 updated, i.e. do it depending on real work done, and not on the
625 vpos of the line.
626
627 * xterm.c (expose_window): Don't redraw the window that's
628 currently being updated.
629
a6768cc5
GM
630 * window.c (Fset_window_point): Remove test for
631 cursor_in_non_selected_windows.
632
4ea7fdca
GM
633 * lread.c (read1): Recognize end of file after `\\'.
634
8062e53a
GM
635 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
636 not unwind_create_frame.
637
bb7959c1
GM
6382000-12-15 Dave Love <fx@gnu.org>
639
640 * s/usg5-4.h (bcopy) [IRIX6]: Don't special-case definition of
641 bcopy & al.
642
643 * s/irix6-5.h: #undef bcopy & al here. Include strings.h.
644
ced04c42
KH
6452000-12-15 Kenichi Handa <handa@etl.go.jp>
646
c5443913
KH
647 * coding.c (setup_coding_system): Clear all members of the struct
648 coding_system at first.
bc137305
KH
649 (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
650 argument.
651 (code_convert_region): Don't override coding->src_multibyte and
652 coding->dst_multibyte.
c5443913 653
ced04c42
KH
654 * fns.c (Fmd5): Docstring improved.
655
c2d7f289
MB
6562000-12-15 Miles Bader <miles@gnu.org>
657
658 * xdisp.c (window_box_height): Only use mode-line glyph-rows that
659 are actually marked as mode-lines; otherwise use
660 estimate_mode_line_height.
661
9d7d9263
GM
6622000-12-14 Gerd Moellmann <gerd@gnu.org>
663
664 * editfns.c (Fformat): Prevent a buffer overrun when the format
665 specifies a precision.
666
7cf0153a
EZ
6672000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
668
669 * msdos.c (Fmsdos_set_mouse_buttons): Signal an error if the
670 argument is outside the range [2..3].
671
1de0f662
AI
6722000-12-14 Andrew Innes <andrewi@gnu.org>
673
674 * w32fns.c (Fx_hide_tip): Avoid unnecessary work when there's
675 nothing to do. Bind inhibit-quit.
676 (tip_frame): Make it a Lisp_Object.
677 (x_create_tip_frame): Set tip_frame after it has been added to
678 Vframe_list.
679 (Fx_show_tip): Don't set tip_frame here.
680 (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New
681 variables.
682 (unwind_create_frame, unwind_create_tip_frame): New functions.
683 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
684 while a frame is only partially constructed.
685
686 * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
687 (x_free_frame_resources): New function.
688 (x_destroy_window): Use it.
689
02387dcc
GM
6902000-12-14 Gerd Moellmann <gerd@gnu.org>
691
692 * xfns.c (Fx_backspace_delete_keys_p): New function.
693 (syms_of_xfns): Defsubr it.
694
695 * config.in (HAVE_XKBGETKEYBOARD): Add.
696
0544ef49
KH
6972000-12-14 Kenichi Handa <handa@etl.go.jp>
698
98d62747
KH
699 * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
700 Always store string in multibyte representation in echobuf.
701 (echo_char): Always store string in multibyte representation in
702 echobuf.
703 (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
704 (read_key_sequence): Adjusted for the change of echo_prompt.
705
a20193cd
KH
706 * fns.c (Fmd5): Docstring improved.
707
191b83b6
KH
708 * lisp.h (detect_coding_system): Prototype adjusted.
709
0544ef49
KH
710 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
711 (detect_coding_emacs_mule, detect_coding_iso2022,)
712 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
713 (detect_coding_utf_16, detect_coding_ccl): Make them static. New
714 argument MULTIBYTEP. Callers changed.
715 (detect_coding_mask, detect_coding_system): New argument
716 MULTIBYTEP. Callers changed.
1da1bb05
KH
717 (decode_coding_string): Set coding->src_multibyte and
718 coding->dst_multibyte before calling detect_coding and detect_eol.
719 Update them after some coding system is detected.
720
d5b3eb1b
SM
7212000-12-13 Stefan Monnier <monnier@cs.yale.edu>
722
723 * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.
724
725 * keyboard.c (menu_bar_items, tool_bar_items):
726 Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
727
f7f8bb69
GM
7282000-12-13 Gerd Moellmann <gerd@gnu.org>
729
19f71add
GM
730 * xfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
731 New variables.
732 (unwind_create_frame, unwind_create_tip_frame): New functions.
733 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
734 while a frame is only partially constructed.
735
736 * xterm.h (x_free_frame_resources): Declare.
737
738 * xterm.c (x_free_frame_resources): New function.
739 (x_destroy_window): Use it.
740
e10da507
GM
741 * dispnew.c (update_window): If do_mouse_tracking is non-nil,
742 don't interrupt the update for pending input initially, i.e.
743 update at least some lines.
744
745 * keyboard.c (do_mouse_tracking): Make externally visible.
746
d5b3eb1b 747 * xterm.c (x_term_init): Declare gray_bitmap_bits as `extern char *'.
f7f8bb69
GM
748
749 * xfns.c (gray_bitmap_bits): Declare `char *'.
750
90aa2856
GM
7512000-12-12 Gerd Moellmann <gerd@gnu.org>
752
753 * xdisp.c (display_tool_bar_line): Make sure that tool bar
754 lines start with a relief line.
755
a308c9cd
DL
7562000-12-12 Dave Love <fx@gnu.org>
757
758 * window.c (Fdisplay_buffer): Doc fix.
759 (Fwindow_list): Remove unused var.
760
761 * buffer.h (mmap_set_vars): Declare.
762
763 * window.h (Fset_window_point): Declare.
764
d575011f
EZ
7652000-12-12 Eli Zaretskii <eliz@is.elta.co.il>
766
bf6282d2 767 * msdos.c (fast_find_position): Don't overstep the last window row.
d575011f
EZ
768 (IT_note_mouse_highlight): Initialize portion to -1. Remove
769 unused variable `area'. When looking for a row under (X,Y), give
770 up if some of the previous rows is not enabled.
771
ecf4d726
GM
7722000-12-12 Gerd Moellmann <gerd@gnu.org>
773
2ebf6139
GM
774 * window.c (Fset_window_point): If displaying cursors in windows
775 other than the selected window, make sure redisplay updates
776 other windows to show the new value of point in the window.
777
778 * dispextern.h (cursor_in_non_selected_windows): Declare extern.
779
bfdb75ee
GM
780 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
781 the buffer is the sole visible buffer when in the mini-buffer.
782
4fdbd809
GM
783 * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
784 Bind `inhibit-read-only' to t.
785 (unwind_with_echo_area_buffer): Use AREF.
786
c0006262
GM
787 * xfns.c (Fx_hide_tip): Simplified.
788
e9a59cad
GM
789 * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use
790 GC_MAKE_GCPROS_NOOPS instead of `1'.
791
ecf4d726
GM
792 * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
793
e5959a9a
GM
7942000-12-11 Gerd Moellmann <gerd@gnu.org>
795
a3642e49
GM
796 * xfns.c (Fx_hide_tip): Fix last change.
797
44b5a125
GM
798 * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
799 nothing to do. Bind inhibit-quit.
800 (tip_frame): Make it a Lisp_Object.
801 (x_create_tip_frame): Set tip_frame after it has been added to
802 Vframe_list.
803 (Fx_show_tip): Don't set tip_frame here.
804
805 * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
806
807 * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
808 Lisp_Object.
809
810 * dispextern.h: Change external declaration of tip_frame.
811
d990421f
GM
812 * keymap.c (Fkey_description): If KEYS is an empty key sequence,
813 return an empty string.
814
4db87380
GM
815 * xdisp.c (try_cursor_movement): Check update_mode_lines instead
816 of the window's update_mode_line flag, since the former is set by
817 force-mode-line-update, not the latter. This makes
818 column-number-mode slightly faster.
819
e5959a9a
GM
820 * xdisp.c (try_window_id) <all changes above window start>:
821 Set the cursor.
822
169fe44e
GM
8232000-12-11 Paul Eggert <eggert@twinsun.com>
824
825 * config.in (HAVE_FTELLO): Remove.
826 (HAVE_FSEEKO): Add.
827 (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
828 * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
829 HAVE_FTELLO.
830 * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
831 * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
832
59ec59ae
MB
8332000-12-11 Miles Bader <miles@gnu.org>
834
835 * window.c (displayed_window_lines): Don't round up when
836 converting empty space at bottom to lines.
ff904dd6
MB
837 Handle non-newline-terminated final lines properly.
838 (Fwindow_text_height): New function (used to be in lisp).
839 (syms_of_window): Initialize it.
59ec59ae 840
42ebfa31
SM
8412000-12-09 Stefan Monnier <monnier@cs.yale.edu>
842
843 * syntax.c (scan_lists): Check that the right quote char has the
844 right Sstring syntax when jumping over strings.
845 (init_syntax_once): Use Smax rather than 13.
846
5cdb3cf3
MB
8472000-12-09 Miles Bader <miles@gnu.org>
848
849 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter
850 with PARTIALLY, inverting the sense.
851 (window_scroll_pixel_based): Scroll partially visible lines into
852 place if we hit the beginning or end of the buffer.
a12167c5
MB
853 (displayed_window_lines): Don't include partially visible lines.
854 (Fmove_to_window_line): Skip past any partially visible first line.
5cdb3cf3 855
842b2a94
GM
8562000-12-08 Gerd Moellmann <gerd@gnu.org>
857
858 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
859
860 * tparam.c (tparam1): Change the way buffers are reallocated to be
861 portable and less obfuscated.
862
863 * termcap.c (tgetent): Change the way buffers are reallocated to
864 be portable and less obfuscated.
865
866 * macros.c (store_kbd_macro_char): Change the way buffers are
867 reallocated to be portable and less obfuscated.
868
869 * lread.c (read1): Change the way buffers are reallocated to be
870 portable and less obfuscated.
871
872 * doc.c (Fsubstitute_command_keys): Change the way buffers
873 are reallocated so that it is portable.
874
137cad7c
EZ
8752000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
876
877 * dosfns.c (Ffile_system_info): New function.
878 (syms_of_dosfns): Defsubr it.
879
5c7f629c
SM
8802000-12-07 Stefan Monnier <monnier@cs.yale.edu>
881
882 * alloc.c (gc_sweep): Add comment.
883
959e647d
GM
8842000-12-07 Gerd Moellmann <gerd@gnu.org>
885
28fcb7dc
GM
886 * sound.c (vox_configure): Change order of ioctls. Don't
887 set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
888 Ignore errors when changing volume.
889 (vox_close): Don't reset the device.
890
926b7e5e
GM
891 * process.c (read_process_output): Make sure the process marker's
892 position is valid when the process buffer is changed in
893 after-change functions. W3 does that.
894
959e647d
GM
895 * xfns.c (x_free_gcs): New function.
896
897 * xterm.h (x_free_gcs): Add prototype.
898
899 * widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
900 freeing GCs here.
901
902 * xterm.c (x_destroy_window): Call x_free_gcs so that
903 resources of non-toolkit X windows will be freed.
904
478ea067
AI
9052000-12-07 Andrew Innes <andrewi@gnu.org>
906
907 * w32fns.c (xlfd_charset_of_font): Fix last change.
908
fbee3231
DL
9092000-12-06 Dave Love <fx@gnu.org>
910
67292061
DL
911 * md5.h (__P): Don't define -- it comes from config.h.
912
fbee3231
DL
913 * strftime.c: Change some #if foo to #ifdef foo.
914
4ee87dbb
AI
9152000-12-06 Andrew Innes <andrewi@gnu.org>
916
917 * w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
918
919 * w32fns.c (xlfd_charset_of_font): Don't overwrite fontname
920 argument.
921 (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
922 (w32_list_fonts): Don't choke if pattern doesn't specify a
923 codepage.
924
9765b4a4
GM
9252000-12-06 Gerd Moellmann <gerd@gnu.org>
926
d285b373
GM
927 * alloc.c (gc_sweep): Prevent symbols read during loadup
928 from being freed.
929
384333ee
GM
930 * xdisp.c (underlying_face_id): New function.
931 (handle_face_prop, face_before_or_after_it_pos): Use it
932 to determine the face ``under'' a string. Let strings inherit
933 the face of the buffer under them.
934
935 * xfaces.c (face_at_string_position): Update function comment.
936
d4b72d58
GM
937 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
938 matrix if the window's left position has changed; we need to
939 redraw it in this case.
940
941 * dispextern.h (struct glyph_matrix): Add member window_left_x.
942
e1d05387
GM
943 * window.c (coordinates_in_window): Check mouse on mode-line or
944 header-line first.
945
eb1b0c74
GM
946 * alloc.c (Fgarbage_collect): Dox fix. Return a list as
947 advertized by the function documentation.
948
d94d636f
GM
949 * window.c (syms_of_window): Doc fix.
950
3887b449
GM
951 * sound.c (vox_configure): Set volume for left and right channel.
952 (sound_cleanup): Return nil.
953
efc8f57a
GM
954 * xdisp.c (move_it_by_lines): Fix paren typo.
955
9765b4a4
GM
956 * xterm.c (x_load_font): Don't use the font's max_bounds for
957 computing the height of the font. If max_bounds' ascent or
958 descent are greater than the font's ascent or descent, this means
959 glyphs overlap, which should be handled now by redisplay.
960
6529ed87
GM
961 * window.c (Veven_window_heights): New variable.
962 (syms_of_window): DEFVAR_LISP it.
963 (Fdisplay_buffer): Check Veven_window_heights before evening the
964 window heights.
965
0eb2ecde
MB
9662000-12-06 Miles Bader <miles@gnu.org>
967
968 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t',
969 update `default-frame-alist' instead of setting no frame parameters.
970
03d7a167
KH
9712000-12-06 Kenichi Handa <handa@etl.go.jp>
972
973 * composite.c (update_compositions): Fix typo (use the correct
974 variable).
975
5f8803c2
JR
9762000-12-05 Jason Rumney <jasonr@gnu.org>
977
978 * md5.h: Remove underscores from function declarations.
979 (__attribute__, __alignof__) [!__GNUC__]: Define.
980
981 * md5.c: Delay include of md5.h until after namespace cleaning.
982
c28a075b
JR
983 * makefile.w32-in (fns.o): Depend on md5.h
984 (md5.o): New target.
985 (sunfns.o): Remove.
986
987 * makefile.nt: Likewise.
988
ff3c7056
JR
9892000-12-05 Jason Rumney <jasonr@altavista.net>
990
991 * w32term.c (expose_area): Complete last change.
992
0c21eeeb
KR
9932000-12-05 Ken Raeburn <raeburn@gnu.org>
994
995 * minibuf.c: Include intervals.h.
996
f201d732
JR
9972000-12-05 Jason Rumney <jasonr@gnu.org>
998
999 * w32term.c (x_produce_glyphs): If a font for a component of
1000 a composition is not found, use 1 pixel dot ascent and 0 dot
1001 descent value to avoid displaying terribly tall empty boxes.
1002 (expose_area): Pass x-coordinate relative to the exposed
1003 area to x_draw_glyphs instead of a window-relative coordinate.
1004
21999ab9
GM
10052000-12-05 Gerd Moellmann <gerd@gnu.org>
1006
4d2036e4
GM
1007 * xdisp.c (next_element_from_ellipsis): Save face before selective
1008 display in saved_face_id, and set face_before_selective_p.
1009 (reseat_1): Reset face_before_selective_p.
1010 (append_space, extend_face_to_end_of_line): If iterator's
1011 face_before_selective_p is set, use the face from saved_face_id.
1012 (extend_face_to_end_of_line): For tty frames, make sure to
1013 use the right face id when producing spaces at the end of
1014 the line.
1015
1016 * dispextern.h (struct it): Add face_before_selective_p.
1017
52be17cc
GM
1018 * keyboard.c (record_char): Don't record identical help-echo
1019 events in recent_keys.
1020
8a4f36cc
GM
1021 * xterm.c [USE_X_TOOLKIT]: Close the display.
1022 (xim_close_dpy): Handle case that the display has been closed.
1023
57d6e381
GM
1024 * xterm.c (x_destroy_window): Reset the frame's X window after
1025 destroying it.
1026
21999ab9
GM
1027 * dispnew.c (adjust_glyph_matrix): Make sure to initialize local
1028 variable window_width.
1029 (line_draw_cost): Fix code skipping over spaces at the end of the
1030 line when must_write_spaces is not set.
1031 (scrolling_window): Fix code inserting runs in list of all runs.
1032
91372bb7
KH
10332000-12-05 Kenichi Handa <handa@etl.go.jp>
1034
1035 * coding.c (setup_coding_system): Be sure to initialize
1036 coding->category_idx.
1037
6c083b4c
GM
10382000-12-04 Gerd Moellmann <gerd@gnu.org>
1039
0c68ce6f
GM
1040 * xterm.c (PER_CHAR_METRIC): Removed because not used.
1041
6452929e
GM
1042 * xterm.c (expose_area): Pass x-coordinate relative to the exposed
1043 area to x_draw_glyphs instead of a window-relative coordinate.
1044
d7f31e22
GM
1045 * fileio.c (auto_save_error): Add parameter ERROR. Show the
1046 error in the message.
1047
ae18aa3b
GM
1048 * keyboard.c (Fread_key_sequence): Don't start the busy cursor
1049 timer after having read a key. It's not good for code reading
1050 several keys in a loop, like an input method.
1051
caa15ef7
GM
1052 * fileio.c (Finsert_file_contents): When VISIT is t, don't
1053 record undo information for format-decode.
1054
1055 * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if
1056 current buffer is read-only, not if it isn't.
1057
6c083b4c
GM
1058 * keyboard.c (record_char): Record `help-echo' input events
1059 in recent_keys only if they display some help. Don't record
1060 `help-echo' events as macro char.
1061
caa15ef7
GM
10622000-12-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1063
1064 * editfns.c (save_excursion_restore): Don't move point
1065 in another window if it is showing the wrong buffer.
1066 Avoid the call to Fwindow_live_p, for speed.
1067
5a13529b
KH
10682000-12-04 Kenichi Handa <handa@etl.go.jp>
1069
e225faa7
KH
1070 * xfaces.c (struct font_name): New member registry_priority.
1071 (split_font_name): Initialize the above member to zero.
1072 (concat_font_list): New function.
1073 (font_list): Include fonts of all alternative registries.
1074 (FONT_POINT_SIZE_QUANTUM): New macro.
1075 (better_font_p): Ignore point size difference less than
1076 FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
1077
e89648b4
KH
1078 * xterm.c (x_produce_glyphs): If a font for a component of
1079 a composition is not found, use 1 pixel dot ascent and 0 dot
1080 descent value to avoid displaying terribly tall empty boxes.
1081
5a13529b
KH
1082 * ccl.c (stack_idx_of_map_multiple): Don't use C initializier.
1083
d7935eb6
KR
10842000-12-03 Ken Raeburn <raeburn@gnu.org>
1085
1086 * coding.h (code_convert_string1): Declare.
1087
1088 * fns.c (Fmd5): Pass lisp objects, not integers, to call3.
1089
1090 * lisp.h (Fmake_variable_buffer_local, Fbuffer_file_name):
1091 Declare.
1092
0dd5e255
JR
10932000-12-02 Jason Rumney <jasonr@gnu.org>
1094
1095 * w32term.c (w32_bdf_per_char_metric): Dereference pointer
1096 correctly for single byte character case.
1097 (w32_per_char_metric): Do not try to make any assumptions about
1098 the metrics of BDF fonts.
250cfece
JR
1099 (x_estimate_mode_line_height): If `mode-line' face
1100 hasn't a font, use that of the frame, as drawing glyphs
1101 does.
1102 (note_mouse_highlight): Change the cursor shape on the vertical
1103 border between windows [not enabled].
1104
1105 * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
1106
1107 * w32fns.c (Fx_create_frame): Reintroduce the call to
1108 face-set-after-frame-defaults.
1109 (Vx_window_horizontal_drag_shape): New variable.
1110 (syms_of_xfns): DEFVAR_LISP it.
1111 (x_set_mouse_color): Create frame's horizontal_drag_cursor [not
1112 enabled].
0dd5e255 1113
b5d8d2ca
GM
11142000-12-02 Simon Josefsson <simon@josefsson.org>
1115
1116 * fns.c (Fmd5): Use a different logic to decide the coding system
1117 to use.
1118
1119 * coding.h (Qwrite_region, Qcoding_system_error): Declare extern.
1120
fbb87147
EZ
11212000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1122
1123 * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is
1124 NULL.
1125
447e9da0
GM
11262000-12-01 Gerd Moellmann <gerd@gnu.org>
1127
7708ced0
GM
1128 * xterm.c (x_calc_absolute_position): Don't subtract menubar's
1129 height for YNegative.
1130 (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
1131 height; also see comment there.
1132
447e9da0
GM
1133 * window.c (coordinates_in_window): Handle computations for
1134 positions on the vertical bar and fringes differently for
1135 window-system frames. Consider some pixels near the vertical bar
1136 as on the bar if the frame doesn't have vertical scroll bars.
1137 Associate positions between mode or header lines with the
1138 right window, the left one.
1139
86d1db20
JR
11402000-12-01 Jason Rumney <jasonr@gnu.org>
1141
1142 * w32term.c (w32_clear_window): Avoid clearing an invalid frame.
1143
1144 * w32xfns.c (get_frame_dc): Avoid changing the palette on an
1145 invalid frame.
1146
a1d58e5b
GM
11472000-12-01 Gerd Moellmann <gerd@gnu.org>
1148
1149 * window.c (struct saved_window): Add members orig_top and
1150 orig_height.
1151 (SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
1152 (save_window_save, Fset_window_configuration): Save/restore
1153 window's orig_top and orig_height.
1154
89c609af
JR
11552000-12-01 Jason Rumney <jasonr@gnu.org>
1156
4d177746 1157 * w32term.c (x_draw_vertical_border): Fix call to w32_fill_rect.
86d1db20 1158
89c609af
JR
1159 * w32fns.c (x_set_cursor_color): Fix last change.
1160
eccc05db
GM
11612000-11-30 Gerd Moellmann <gerd@gnu.org>
1162
31b6671b
GM
1163 * xdisp.c (echo_area_display): If cursor is in the echo area, make
1164 sure that the next redisplay displays the minibuffer, so that
1165 the cursor will be replaced with what the minibuffer wants.
1166
eccc05db
GM
1167 * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
1168 #ifndef instead of using #if.
1169 (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
1170 USE_TOOLKIT_SCROLL_BARS is defined.
1171
162de750
JR
11722000-11-30 Jason Rumney <jasonr@gnu.org>
1173
1174 * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of
1175 x_display_cursor.
1176
693c4692
GM
11772000-11-30 Gerd Moellmann <gerd@gnu.org>
1178
1179 * fns.c (Fmd5): Doc fix.
1180
b5d8d2ca 11812000-11-30 Simon Josefsson <simon@josefsson.org>
edfb795e
GM
1182
1183 * fns.c (Fmd5): New function.
1184 (syms_of_fns): Defsubr md5.
1185
1186 * Makefile.in (obj): Add md5.o
1187
b02cd40b
GM
11882000-11-30 Gerd Moellmann <gerd@gnu.org>
1189
edfb795e
GM
1190 * md5.h, md5.c: New files, taken from glibc.
1191
df3aedcf
GM
1192 * xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
1193
b02cd40b
GM
1194 * xterm.c (x_estimate_mode_line_height): If `mode-line' face
1195 hasn't a font, use that of the frame, as drawing glyphs
1196 does.
1197
8b5176cd
SM
11982000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1199
1200 * eval.c (Frun_hooks): Allow 0 arguments.
1201
346598f1
GM
12022000-11-29 Gerd Moellmann <gerd@gnu.org>
1203
f9396e03
GM
1204 * xterm.c (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
1205 is over the menu bar widget, say it's not on the frame.
1206
4a967a9b
GM
1207 * xfns.c (Fx_create_frame): Reintroduce the call to
1208 face-set-after-frame-defaults.
1209
346598f1
GM
1210 * eval.c (Fsignal): Reset handling_signal.
1211
222456a1
JR
12122000-11-28 Jason Rumney <jasonr@gnu.org>
1213
1214 * w32menu.c (add_menu_item): Reset menu item text when changing
1215 type to radio button.
1216
8049ddc0
GM
12172000-11-28 Gerd Moellmann <gerd@gnu.org>
1218
346598f1 1219 * xselect.c: Update copyright.
f4f4ee4d 1220
bebe4a2c
GM
1221 * window.c (coordinates_in_window): If on a mode or header line,
1222 but sufficiently close to its start, return ``on vertical
1223 border''. This gives us a way to drag windows horizontally when
1224 using toolkit scroll bars.
1225
1226 * xterm.c (note_mouse_highlight): Change the cursor shape
1227 on the vertical border between windows.
1228
1229 * xterm.h (struct x_output): Add member horizontal_drag_cursor.
1230
1231 * xfns.c (Vx_window_horizontal_drag_shape): New variable.
1232 (syms_of_xfns): DEFVAR_LISP it.
1233 (x_set_mouse_color): Create frame's horizontal_drag_cursor.
1234
8d2c2642
GM
1235 * textprop.c (text_read_only): New function.
1236 (verify_interval_modification): Use it instead of signaling
1237 `text-read-only'. This makes it easier to catch this error
1238 with a breakpoint.:
1239
8049ddc0
GM
1240 * xdisp.c (forward_to_next_line_start): Check for newlines,
1241 not end of line, which includes CR.
1242
5a2bae6c
KH
12432000-11-28 Kenichi Handa <handa@etl.go.jp>
1244
1245 * coding.c (Ffind_coding_systems_region_internal): Be sure to
1246 include no-conversion.
1247
ae31f84d
JR
12482000-11-27 Jason Rumney <jasonr@gnu.org>
1249
1250 * w32fns.c (w32_load_system_font): Always mark font as double byte
1251 if codepage is unicode.
1252
67f1cf4c
GM
12532000-11-27 Gerd Moellmann <gerd@gnu.org>
1254
4a74d071
GM
1255 * xdisp.c (forward_to_next_line_start): If already on a newline,
1256 just consume it to avoid unintended skipping over invisible text
1257 below.
1258
902ae620
GM
1259 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
1260 `vertical-line', `mode-line' and `header-line' events.
1261
1262 * xdisp.c (try_window_id): Avoid starting to display in the middle
67f1cf4c
GM
1263 of a character, a TAB for instance. This is easier than to set
1264 up the iterator exactly, and it's not a frequent case, so the
1265 additional effort wouldn't really pay off.
1266
c1e279c2
AC
12672000-11-26 Andrew Choi <akochoi@i-cable.com>
1268
67f1cf4c 1269 * emacs.c (main) [macintosh]: Call syms_of_frame before calling
c1e279c2
AC
1270 init_window_once.
1271
a609568a
JR
12722000-11-25 Jason Rumney <jasonr@gnu.org>
1273
48b21762
JR
1274 * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]: Args
1275 to window_from_coordinates should be pixel coordinates.
1276
a609568a
JR
1277 * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new
1278 redisplay handles them properly.
1279
a658d039
MB
12802000-11-25 Miles Bader <miles@gnu.org>
1281
1282 * indent.c (compute_motion): Keep pos_byte in sync with pos.
1283
d3416cca
JR
12842000-11-24 Jason Rumney <jasonr@gnu.org>
1285
1286 * w32.c (init_environment): Set LANG environment variable based on
1287 locale settings, if not set.
1288
1289 * w32fns.c (x_set_tool_bar_lines): Clear internal border when
1290 making tool bar smaller. When clearing the frame, also
1291 clear current matrices. Clear frame when tool bar disappears.
1292 Don't use more lines for the tool-bar than is available.
1293 (x_change_window_heights): New function.
1294
ba193890
GM
12952000-11-24 Gerd Moellmann <gerd@gnu.org>
1296
2be8f184
GM
1297 * xdisp.c (init_from_display_pos): If POS says we're already after
1298 an overlay string ending at POS, make sure to pop the iterator
1299 because it will be in front of that overlay string. When POS is
1300 ZV, we've thereby also ``processed'' overlay strings at ZV.
1301
ba193890
GM
1302 * xfaces.c (lface_from_face_name): Function comment fix.
1303
1862a24e
MB
13042000-11-24 Miles Bader <miles@gnu.org>
1305
1306 * xdisp.c (display_menu_bar, display_mode_line): Change the way we
1307 apply `mode-line-inverse-video' -- zero means force display using
1308 the default face, non-zero means display using the specialized face.
1309 (syms_of_xdisp): `mode-line-inverse-video' defaults to true again.
1310
f07fa1b8
KH
13112000-11-23 Kenichi Handa <handa@etl.go.jp>
1312
1313 * alloc.c (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of
1314 hard coded `4'.
1315
2bcdf662
EZ
13162000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1317
1318 * coding.c (decode_coding_emacs_mule): Fix the case of
1319 CODING_EOL_LF, which used uninitialized value of c.
1320
ba8299ff
SM
13212000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1322
1323 * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local.
1324
f4117c4d
GM
13252000-11-22 Gerd Moellmann <gerd@gnu.org>
1326
03e757c1
GM
1327 * buffer.c (Fmake_indirect_buffer): Don't treat nil as a
1328 buffer object.
1329
f4117c4d
GM
1330 * frame.h (struct frame): Replace desired_tool_bar_items,
1331 current_tool_bar_items, n_desired_tool_bar_items,
cc362d76 1332 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
f4117c4d
GM
1333
1334 * frame.c (make_frame): Change initialization of tool bar
1335 items accordingly.
1336
1337 * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
cc362d76 1338 Change references to members deleted from struct frame to use the
f4117c4d
GM
1339 new ones.
1340
1341 * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
cc362d76 1342 references to members deleted from struct frame to use the new
f4117c4d
GM
1343 ones.
1344
1345 * dispnew.c (update_frame): Do nothing with frame's tool bar
1346 items.
1347
1348 * alloc.c (mark_object) <frame>: Mark tool bar items differently.
1349
1350 * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
cc362d76 1351 (note_tool_bar_highlight): Change references to members deleted
f4117c4d
GM
1352 from struct frame to use the new ones.
1353
f8e2f3f2
MB
13542000-11-23 Miles Bader <miles@gnu.org>
1355
1356 * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with
1357 the face's inverse-video attribute, rather than overriding it.
1358
60e8e0a5
GM
13592000-11-22 Gerd Moellmann <gerd@gnu.org>
1360
1361 * xfns.c (x_set_tool_bar_lines): Clear internal border when
1362 making tool bar smaller.
1363
92dd1b29
DL
13642000-11-22 Dave Love <fx@gnu.org>
1365
1366 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
1367
e672fdce
MB
13682000-11-22 Miles Bader <miles@gnu.org>
1369
3a17d6cc
MB
1370 * keyboard.c (Vminibuffer_message_timeout): New variable.
1371 (command_loop_1): Use it to determine message timeout.
1372 (syms_of_keyboard): Initialize it.
1373
60e8e0a5 1374 * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defaults to nil.
e672fdce 1375
e9655d81
KH
13762000-11-22 Kenichi Handa <handa@etl.go.jp>
1377
1378 * sysdep.c: Move the code for declaring h_errno after #include
1379 <netdb.h>.
1380
77270fac
GM
13812000-11-21 Gerd Moellmann <gerd@gnu.org>
1382
cd913aae
GM
1383 * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
1384 the menu bar when the tooltip is unmapped.
1385
77270fac
GM
1386 * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
1387 sole visible buffer when we're currently in the mini-buffer, and
1388 give up if so.
1389
556635d6
JR
13902000-11-21 Jason Rumney <jasonr@gnu.org>
1391
1392 * w32select.c (Fw32_set_clipboard_data): Save a copy of what is
1393 put on the clipboard.
1394 (Fw32_get_clipboard_data): Compare data on clipboard with saved
1395 copy of what Emacs last put there. If they are the same, do not
1396 use the clipboard copy to avoid losing data due to coding
1397 conversions.
1398
5b7bde64
MB
13992000-11-22 Miles Bader <miles@gnu.org>
1400
1401 * minibuf.c (Vminibuffer_prompt_properties): New variable.
1402 (syms_of_minibuf): Initialize it.
1403 (read_minibuf): Add properties from Vminibuffer_prompt_properties
1404 to prompt, don't make read-only.
1405
ff23e1dd
GM
14062000-11-21 Gerd Moellmann <gerd@gnu.org>
1407
3c64f287
GM
1408 * bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>: Add
1409 BEFORE/AFTER_POTENTIAL_GC.
1410
7aaf4388
GM
1411 * s/hpux10.h (_FILE_OFFSET_BITS): Undef.
1412
f5f47add 1413 * buffer.c (mmap_free_1): Avoid a compiler warning.
1a15cca0 1414
ff23e1dd
GM
1415 * term.c, cm.c: Don't try to include termcap.h; see comment there.
1416
37c35586
KH
14172000-11-21 Kenichi Handa <handa@etl.go.jp>
1418
1419 * s/sol2-5.h: Move #undef USE_MMAP_FOR_BUFFERS out of #if 0
1420 ... #endif scope.
1421
ff9ab414
GM
14222000-11-20 Gerd Moellmann <gerd@gnu.org>
1423
c51d2b5e
GM
1424 * xfns.c (x_create_tip_frame): Use CWSaveUnder only if the
1425 screen supports it.
1426
29a01b72
GM
1427 * s/gnu-linux.h: Don't use `#cpu'.
1428
09dfdf85
GM
1429 * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's
1430 not defined in mman.h.
1431
ff9ab414
GM
1432 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
1433 variables.
1434 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
1435 and store an index in the XClientMessageEvent. Storing a
1436 Lisp_Object or pointer can fail on a 64 bit system, since X only
1437 transfers 32 bits.
1438 (x_scroll_bar_to_input_event): Get the window from
1439 scroll_bar_windows.
1440
81459ac9
DL
14412000-11-20 Dave Love <fx@gnu.org>
1442
1443 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
1444
56c13ae6
GM
14452000-11-20 Gerd Moellmann <gerd@gnu.org>
1446
1447 * s/sol2-5.h (USE_MMAP_FOR_BUFFERS): Undefine.
1448
495a6df3
KH
14492000-11-20 Kenichi Handa <handa@etl.go.jp>
1450
2bcf3714
KH
1451 * charset.c (get_new_private_charset_id): Don't limit CHARSET_ID
1452 by WIDTH.
1453
495a6df3
KH
1454 * alloc.c (make_string): Fix previous change. Be sure to make
1455 unibyte string correctly.
1456
6d950f4c
GM
14572000-11-19 Gerd Moellmann <gerd@gnu.org>
1458
39b39373
GM
1459 * window.c (Fwindow_list): Change parameter list to be XEmacs
1460 compatible.
1461 (window_list_1): New function.
1462 (window_loop): Use it instead of Fwindow_list.
1463
b95b34e5
GM
1464 * sysdep.c (emacs_ospeed): New variable.
1465 (toplevel): Don't declare ospeed extern.
1466 (init_baud_rate): Use emacs_ospeed instead of ospeed.
1467
1468 * termcap.c (ospeed): Remove.
1469 (tputs) [!emacs]: Remove unused code.
1470 (tgetent): Avoid a compiler warning.
1471
e83dc917
GM
1472 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
1473 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
b95b34e5 1474 SCROLL_BAR_X_WIDGET with additional argument DPY.
e83dc917
GM
1475
1476 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
1477 removed.
1478 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
1479 Take the X display as additional argument.
1480 (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
1481 `Widget' is a pointer type that's not easily stored in Lisp_Object
1482 form in a portable way.
1483
6d950f4c
GM
1484 * dispnew.c (update_text_area): Fix last change.
1485
e47306e6
GM
14862000-11-18 Gerd Moellmann <gerd@gnu.org>
1487
fb3cd89b
GM
1488 * xdisp.c: Use BINDING_STACK_SIZE throughout.
1489
1490 * xfns.c (x_set_tool_bar_lines): When clearing the frame, also
1491 clear current matrices.
1492
edaa9aed
GM
1493 * buffer.c (mmap_enlarge): Don't print a message on stderr
1494 if mapping new memory at the end of the existing region fails.
1495
e47306e6
GM
1496 * dispnew.c (update_text_area): Don't skip over equal glyphs
1497 when the last current glyph overlaps the glyph to its right.
1498
509633e3
MB
14992000-11-18 Miles Bader <miles@gnu.org>
1500
1501 * xdisp.c (message_log_check_duplicate): Let "..."-detection match
1502 lines that *end* with "..." too (that's the most common case!).
1503
d392e9c5
GM
15042000-11-18 Gerd Moellmann <gerd@gnu.org>
1505
67988445
GM
1506 * xdisp.c (resize_mini_window): Temporarily change to the
1507 mini-window's buffer if necessary.
1bfdbe43 1508
d392e9c5
GM
1509 * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
1510 the tooltip obscures less text under it.
1511
15122000-11-17 Gerd Moellmann <gerd@gnu.org>
1513
1514 * puresize.h (BASE_PURESIZE): Increase to 700000.
1515
92bb977f
JR
15162000-11-18 Jason Rumney <jasonr@gnu.org>
1517
1518 * w32term.c (w32_draw_bitmap): Use face to set colors.
1519
26fbf20b
DL
15202000-11-17 Dave Love <fx@gnu.org>
1521
1522 * lread.c (Fload): Fix #ifdef for pcc.
1523
100b593b
GM
15242000-11-17 Gerd Moellmann <gerd@gnu.org>
1525
1526 * xdisp.c (pos_visible_p): Compute the default character height
1527 differently.
1528
a288d0d1
GM
15292000-11-16 Gerd Moellmann <gerd@gnu.org>
1530
cac94de6
GM
1531 * xdisp.c (pos_visible_p): Handle case that we reach ZV without
1532 knowing the line's height; use the default font's height in that
1533 case.
1534
a288d0d1
GM
1535 * xfaces.c (weight_table): Add `demi' with the same meaning as
1536 `demibold'.
1537
981fb6f6
KH
15382000-11-16 Kenichi Handa <handa@etl.go.jp>
1539
2cca872d 1540 * dispnew.c (null_row): New global static variable.
981fb6f6
KH
1541 (clear_glyph_row): Delete local static variable null_row.
1542
e5fa381b
JR
15432000-11-15 Jason Rumney <jasonr@gnu.org>
1544
1545 * w32term.c (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
1546 (w32_alloc_lighter_color): Use new brightness calculations from
1547 xterm.c. Scale delta to be in the range expected by W32.
1548 (w32_draw_relief_rect): Use frame relief colors.
1549
8e42f043
GM
15502000-11-15 Gerd Moellmann <gerd@gnu.org>
1551
6d133d1f
GM
1552 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
1553 (Qinhibit_default_face_x_resources): New variable.
1554 (syms_of_frame): Initialize it.
1555 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
1556
1557 * xdisp.c (pos_visible_p): Improve function comment.
1558
1559 * lisp.h (BINDING_STACK_SIZE): New macro.
1560
8e42f043
GM
1561 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
1562 reading the directory if readdir returns null and errno is EAGAIN
1563 or EINTR.
1564
e8c87124
SM
15652000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1566
1567 * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
1568 so setting scroll-step to 1 doesn't defeat scroll-conservatively.
1569 Set amount_to_scroll to max of dx and scroll_step so that
1570 scroll-conservatively doesn't defeat scroll-step>1.
1571 (syms_of_xdisp): Add a hint in scroll-step's docstring to use
1572 scroll-conservatively for line-at-a-time scrolling.
1573
5f0c971d
GM
15742000-11-14 Gerd Moellmann <gerd@gnu.org>
1575
1576 * window.c (Fpos_visible_in_window_p): Call pos_visible with
1577 extra argument.
1578
1579 * xdisp.c (current_mode_line_height, current_header_line_height):
1580 New variables.
1581 (init_xdisp): Initialize them.
1582 (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute
1583 and use exact mode line heights if it is set.
1584
1585 * lisp.h (pos_visible_p): Change prototype.
1586
1587 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
1588 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
1589 and current_header_line_height first.
1590 (current_mode_line_height, current_header_line_height): Declare
1591 extern.
1592
d7361edf
MB
15932000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1594
1595 * xterm.c (x_alloc_lighter_color): Use real brightness calculation.
1596 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
1597 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
1598
ee5e440a
MB
15992000-11-14 Miles Bader <miles@gnu.org>
1600
1601 * xterm.c (x_alloc_lighter_color): Include an additive component
1602 too for dark colors, because FACTOR isn't enough.
1603 (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
1604 New macros.
1605
5ca020fc
GM
16062000-11-13 Gerd Moellmann <gerd@gnu.org>
1607
1608 * keyboard.c (show_help_echo): Call message3_nolog with number of
1609 bytes in the help string as 2nd parameter, instead of the number
1610 of characters.
1611
9d348294
MB
16122000-11-13 Miles Bader <miles@gnu.org>
1613
1614 * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
1615 (Fload): Use new openp return protocol.
1616 Don't try to use Vload_source_file_function to load .elc files.
1617 * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
1618 openp return protocol.
1619 * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
1620
1729bb9a
KH
16212000-11-11 Kenichi Handa <handa@etl.go.jp>
1622
4e677396
KH
1623 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
1624
1625 * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
1626 Defined these macros.
1627 (NLIST_STRUCT): Avoid re-defining it.
1628
1729bb9a
KH
1629 * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
1630 -I/usr/contrib/X11R6/include.
1631 (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
1632
a82fe213
JR
16332000-11-10 Jason Rumney <jasonr@gnu.org>
1634
1635 * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
1636
1637 * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
1638 (w32_use_unicode_for_codepage): Use new pseudo-codepages.
1639
1640 * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
1641 (Qw32_charset_vietnamese): New symbol.
1642 (xlfd_charset_of_font): New function.
1643 (w32_load_system_font): Use it.
1644 (x_to_w32_charset): Use Fassoc to find charset info. Special case
1645 when Vw32_charset_info_alist is nil to ensure default face always
1646 has font. Use Fcar and Fcdr for safety.
1647 (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
1648 (w32_codepage_for_font): Use xlfd_charset_of_font. Use new
1649 pseudo-codepages for special cases.
1650 (w32_to_x_font): New parameter to allow charset portion to be
1651 specified where there is many to one mapping. Callers changed.
1652 (w32_list_fonts): Avoid listing fonts that won't display.
1653
52d89894
GM
16542000-11-10 Gerd Moellmann <gerd@gnu.org>
1655
1656 * xfaces.c (Vface_alternative_font_registry_alist): New variable.
1657 (font_list_1): Renamed from font_list.
1658 (font_list): New function, trying alternative registries from
1659 Vface_alternative_font_registry_alist.
1660 (Finternal_set_alternative_font_registry_alist): New function.
1661 (syms_of_xfaces): Initialize and Staticpro
1662 Vface_alternative_font_registry_alist. Defsubr
1663 Finternal_set_alternative_font_registry_alist.
1664
651cd3da
KR
16652000-11-09 Ken Raeburn <raeburn@gnu.org>
1666
1667 * lisp.h (Flooking_at): Declare.
1668
388ac098
GM
16692000-11-09 Gerd Moellmann <gerd@gnu.org>
1670
778fbc46
GM
1671 * dired.c (directory_files_internal): Fix a braino.
1672
388ac098
GM
1673 * dired.c (directory_files_internal): Add missing GCPRO's.
1674 Some cleanup.
1675
ecaedde1
GM
16762000-11-08 Gerd Moellmann <gerd@gnu.org>
1677
f7eb32aa
GM
1678 * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
1679 (resize_mini_window): Return quickly if Vresize_mini_window is
1680 nil. Don't return if Vmax_mini_window_height is nil.
1681
1682 * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
1683 (syms_of_xdisp): Initialize them.
1684 (resize_mini_window): Act according to the setting of
1685 Vresize_mini_window.
1686 (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
1687
ecaedde1
GM
1688 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
1689 scroll bar widget after configuring it, so that it will appear at
1690 the right position from the start.
1691 (XTredeem_scroll_bar): Cleaned up.
1692
3747ef2c
KH
16932000-11-08 Kenichi Handa <handa@etl.go.jp>
1694
1695 * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change. If the
5d16e624 1696 font is taller than the frame line, we don't have to bias the
3747ef2c
KH
1697 division by two.
1698
1699 * w32term.c (VCENTER_BASELINE_OFFSET): Likewise.
1700
03391420
DL
17012000-11-07 Dave Love <fx@gnu.org>
1702
7758f1c1 1703 * config.in (HAVE_MKSTEMP): Add.
03391420
DL
1704
1705 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
1706
b5de343d
GM
17072000-11-07 Gerd Moellmann <gerd@gnu.org>
1708
acad3c0b
GM
1709 * window.c (Fset_window_configuration): Don't try to preserve
1710 point in the current buffer, if that buffer is displayed in more
1711 than one window.
1712
b5de343d
GM
1713 * xfaces.c (lookup_named_face): If default face isn't realized,
1714 try to realize it. Return -1 if not successful.
1715 (Fx_list_fonts): Handle case that face cannot be determined.
1716 (Fface_font): Likewise.
1717
cdb1fe49
GM
17182000-11-06 Gerd Moellmann <gerd@gnu.org>
1719
1720 * window.c (displayed_window_lines): Detect partially
1721 visible lines at the bottom correctly.
1722
d3a67486
SM
17232000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1724
1725 * fileio.c (Fwrite_region): Use `visiting' rather than `visit'
1726 when ensuring we don't do visit in indirect buffer.
1727
ff8dd5d5
KH
17282000-11-06 Kenichi Handa <handa@etl.go.jp>
1729
1730 * composite.h (compose_chars_in_text): Add prototype.
1731
1732 * composite.c (Vcomposition_function_table): New variable.
1733 (Qcomposition_function_table): New variable.
1734 (run_composition_function): Call
1735 Vcompose_chars_after_function with three arguments.
1736 (compose_chars_in_text): New function.
1737 (syms_of_composite): Modified the doc-string of
1738 Vcompose_chars_after_function. Declare composition-function-table
1739 as a lisp variable, and initialize it.
1740
1741 * xfns.c (x_encode_text): Suppress producing escape sequences for
1742 composition.
1743
1744 * xselect.c: Include composite.h.
1745 (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
1746
d1145f85
AI
17472000-11-05 Andrew Innes <andrewi@gnu.org>
1748
1749 * w32term.c (x_produce_glyphs): Fix typo in enum name.
1750
1751 * sysdep.c (read_input_waiting): Remove extraneous argument to
1752 read_socket_hook.
1753
1754 * w32fns.c (Fx_server_version): Include w32_build_number in the
1755 return list.
1756
1757 * w32heap.c (w32_build_number): New variable.
1758 (cache_system_info): Set it.
1759
1760 * w32heap.h (w32_build_number): Add extern.
1761
1762 * emacs.c (syms_of_emacs): Update docstring for
1763 system-configuration, to reflect the actual usage on MS-Windows.
1764
e85ee976
GM
17652000-10-31 Gerd Moellmann <gerd@gnu.org>
1766
26dcb81b
GM
1767 * keyboard.c (read_char) <wrong_kboard>: Make sure that we
1768 process idle timers while waiting for another event.
1769
0a894bad
GM
1770 * dispnew.c (update_frame_line): Handle case where spaces in
1771 the default face are colored.
1772
e85ee976
GM
1773 * xdisp.c (redisplay_tool_bar): Don't set fonts_changed_p if
1774 window height hasn't changed.
1775
01b220b6
JR
17762000-10-31 Jason Rumney <jasonr@gnu.org>
1777
1778 * w32term.c (x_produce_glyphs): Handle composite characters.
1779 (x_draw_glyph_string_foreground)
1780 (x_draw_composite_glyph_string_foreground): Restore old font.
1781
4e6b7204
MB
17822000-10-31 Miles Bader <miles@lsi.nec.co.jp>
1783
1784 * minibuf.c (read_minibuf): Reset the undo history just before
1785 starting the recursive-edit.
1786
d4358b37
GM
17872000-10-30 Gerd Moellmann <gerd@gnu.org>
1788
563f68f1
GM
1789 * xfaces.c (menu_face_change_count): New variable.
1790 (Finternal_set_lisp_face_attribute): Increment it for changes
1791 of the `menu' face.
1792 (realize_basic_faces): Reflect changes in the `menu' faces
1793 in menu bars.
1794
82e274d1
GM
1795 * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the
1796 dy obtained from the iterator's y-position after moving from
1797 scroll_margin_pos to PT; see comment there.
1798
0dbf9fd2
GM
1799 * xdisp.c (safe_eval_handler): Call add_to_log.
1800
906b3b14
GM
1801 * xfaces.c (resolve_face_name): Handle case that FACE_NAME
1802 is not a symbol or string.
1803
d4358b37
GM
1804 * xdisp.c (echo_area_display): Don't perform a display update from
1805 inside redisplay. The update will happen anyway at the end of
1806 redisplay, and it can confuse redisplay (GC messages while
1807 redisplaying, for instance.)
1808
70c825df
SM
18092000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1810
cf9b4b0b
SM
1811 * xrdb.c (x_load_resources): Use the class name in the defaults.
1812
70c825df
SM
1813 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
1814 (regex_compile): Catch bogus \(\1\).
1815
a1d34b1e
GM
18162000-10-30 Gerd Moellmann <gerd@gnu.org>
1817
cae71efe
GM
1818 * xterm.c (x_alloc_nearest_color): Fix last change to compare
1819 RGB values.
1820
35efe0a1
GM
1821 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
1822 we have a color cache, check that the cached color equals the
1823 allocated color. If not, clear the color cache.
1824
1d3baf74
GM
1825 * window.c (displayed_window_lines): Change buffers if necessary.
1826 Fix computation of displayed lines.
1827
a1d34b1e
GM
1828 * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
1829 update_menu_bindings to DEFVAR_BOOL.
1830
70737ea9
KH
18312000-10-30 Kenichi Handa <handa@etl.go.jp>
1832
70c825df 1833 * search.c (Fset_match_data): Be sure to make search_regs always sane.
80406070 1834
fa0cb51d
KH
1835 * puresize.h (BASE_PURESIZE): Increase to 680000.
1836
70737ea9
KH
1837 * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
1838
0e4c08e8
JR
18392000-10-29 Jason Rumney <jasonr@gnu.org>
1840
1841 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
1842
1843 * w32term.c (w32_bdf_per_char_metric): Negate descent.
1844 (w32_cache_char_metrics): Handle possibility that 'x' does not
1845 exist in a BDF font.
1846 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
1847
1848 * w32bdf.h (bdffont): Add nchars.
1849
1850 * w32bdf.c (set_bdf_font_info): Set it.
1851 (w32_BDF_TextOut): Swap byte order of double byte characters.
1852 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
1853
45b84006
EZ
18542000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1855
1856 * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
1857 don't override the colors in frame's param_alist, unless they are
1858 unspecified.
1859
1860 * term.c (reassert_line_highlight): If inverse_video is non-zero,
1861 reverse the effect of the highlight flag.
1862
caf9deee
KR
18632000-10-27 Ken Raeburn <raeburn@gnu.org>
1864
1865 * window.h (Fwindow_live_p): Declare.
1866
ae0b9b46
KR
1867 * undo.c (record_delete): Check that last_undo_buffer is really a
1868 buffer before applying XBUFFER to it.
1869
1870 * keymap.c (where_is_internal): Pass lisp object, not integer, to
1871 Faref.
1872
02067692
SM
18732000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1874
1875 * lisp.h (KEYMAPP): New macro.
1876 (get_keymap): Remove.
1877 (get_keymap_1): Rename get_keymap.
1878
1879 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
1880
1881 * xterm.c (note_mode_line_highlight): Use KEYMAPP.
1882
1883 * xmenu.c (single_submenu): Use KEYMAPP.
1884 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
1885 Use KEYMAPP rather than Fkeymapp.
1886
1887 * w32term.c (note_mode_line_highlight): Use KEYMAPP.
1888
1889 * w32menu.c (True, False): Remove (use TRUE and FALSE instead).
1890 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
1891 Use KEYMAPP rather than Fkeymapp.
1892 (single_submenu): Use KEYMAPP.
1893 (w32_menu_show, w32_dialog_show): Use TRUE.
1894
1895 * minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
1896
1897 * keymap.c (KEYMAPP): Remove (moved to lisp.h).
1898 (Fkeymapp): Use KEYMAPP.
1899 (get_keymap): Rename from get_keymap_1. Remove old def.
1900 Return t when autoload=0 and error=0 and the keymap needs autoloading.
1901 (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
1902 (Fminor_mode_key_binding): Don't raise an error if the binding
1903 is not a keymap.
1904 (Fuse_global_map, Fuse_local_map): Allow autoloading.
1905 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
1906
1907 * keyboard.c (read_char): get_keymap_1 -> get_keymap.
1908 Allow Vspecial_event_map to be autoloaded.
1909 (menu_bar_items): Fetch the keymap rather than using keymapp.
1910 (menu_bar_one_keymap): No need to follow func-indirect any more.
1911 (parse_menu_item): get_keymap_1 -> get_keymap.
1912 (tool_bar_items): Fetch the keymap rather than using keymapp.
1913 (read_key_sequence): Use KEYMAPP.
1914
1915 * intervals.c (get_local_map): Use get_keymap rather than following
1916 function-indirections explicitly.
1917
1918 * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
1919
f9d80af3
JR
19202000-10-27 Jason Rumney <jasonr@gnu.org>
1921
1922 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10
1923 point, as Windows has oversized fonts.
1924
1925 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise.
1926
a3ba27da
GM
19272000-10-27 Gerd Moellmann <gerd@gnu.org>
1928
1929 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1.
1930 (freehook, reallochook): Handle null pointer arguments.
1931 (__malloc_initialize) [GC_MCHECK]: Call mcheck.
1932
aa3b80cc
SM
19332000-10-27 Stefan Monnier <monnier@cs.yale.edu>
1934
1935 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
1936 (re_match_2_internal, re_match_2_internal, re_match_2_internal):
1937 Giving in to popular pressure to shut up the compiler with casts.
1938
e24e84cc
GM
19392000-10-27 Gerd Moellmann <gerd@gnu.org>
1940
1941 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
1942 signed value, and use a default value computed from the font's
1943 maximum descent.
1944
05ea7ef2
MB
19452000-10-27 Miles Bader <miles@lsi.nec.co.jp>
1946
1947 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
1948 that specify a negative underline position can still use underlines.
1949
1950 * window.c (Fpos_visible_in_window_p): Make POS default to
1951 WINDOW's point, not the current buffer's point.
1952
0b95284b
DL
19532000-10-26 Dave Love <fx@gnu.org>
1954
1955 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out
1956 when it's necessary.
1957
6c5b90af
GM
19582000-10-26 Gerd Moellmann <gerd@gnu.org>
1959
8b6d9dc9
GM
1960 * window.c (size_window): Compute size difference from sum of old
1961 child window sizes instead of from parent's size.
1962
6bc92b2e
GM
1963 * xdisp.c (pos_visible_p): Change current buffer if necessary.
1964 Handle obscured lines at the top of the window.
1965
1966 * frame.c (Fdelete_frame): Doc fix. Move running the hook
1967 down after the last error condition check.
1968
6c5b90af
GM
1969 * frame.c (Fdelete_frame): Run delete-frame-hook.
1970
42f92d4d
KH
19712000-10-26 Kenichi Handa <handa@etl.go.jp>
1972
1973 * coding.c (decode_coding): Fix previous change (check also
1974 CODING_MODE_LAST_BLOCK).
1975
d97151cb
SM
19762000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1977
e7efc503
SM
1978 * regex.c: More `unsigned char' -> `re_char' changes.
1979 Also change several `int' into `re_wchar_t'.
1980 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
1981 (PUSH_FAILURE_POINTER): Don't cast any more.
1982 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
1983 We want GCC to complain, since this piece of code makes
1984 re_match non-reentrant, which *should* be fixed.
1985 (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
1986 (EXTEND_BUFFER): Use RETALLOC.
1987 (SET_LIST_BIT): Don't cast.
1988 (re_wchar_t): New type.
1989 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
1990 that those two functions will always properly return.
1991 (IMMEDIATE_QUIT_CHECK): Cast to void.
1992 (analyse_first): Use recursion rather than an explicit stack.
1993 (re_compile_fastmap): Can't fail anymore.
1994 (re_search_2): Don't check re_compile_fastmap for failure.
1995 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
1996 Now also sets the new value (passed in a new argument).
1997 (re_match_2_internal): Use it.
1998 Also, use a new var `reg' of type size_t when looping through regs
1999 rather than reuse the inappropriate `mcnt'.
2000
d97151cb
SM
2001 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
2002 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
2003 (where_is_internal): Renamed from Fwhere_is_internal.
2004 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
2005 (Fwhere_is_internal): New function wrapping where_is_internal.
2006 (where_is_internal_1): Handle the case where we're filling the cache.
2007 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
2008
d5789b65
MB
20092000-10-25 Miles Bader <miles@gnu.org>
2010
2011 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
2012
4ecda532
GM
20132000-10-25 Gerd Moellmann <gerd@gnu.org>
2014
2015 * window.c (pos_fully_visible_p): Removed.
2016 (Fpos_visible_in_window_p): Use pos_visible_p to determine
2017 if position is visible and/or fully visible.
2018
2019 * lisp.h (pos_visible_p): Add prototype.
2020
2021 * xdisp.c (pos_visible_p): New function.
2022
68c3a137
KH
20232000-10-25 Kenichi Handa <handa@etl.go.jp>
2024
2025 * process.c (send_process): If OBJECT is t, it means that the data
2026 is from C string, but we should encode it. Before calling
2027 setup_raw_text_coding_system, be sure to flush out data by the
2028 previous coding system.
2029
7ae1c032
MB
20302000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2031
ff4dcd4b
MB
2032 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
2033 assignment of startpos to prev when startpos == pos.
2034
7ae1c032
MB
2035 * editfns.c (find_field): Set the field stickiness correctly from
2036 overlay fields. Use renamed `text_property_stickiness'.
2037 (text_property_stickiness): Renamed from `char_property_stickiness'.
ebe2a441 2038 Only check text properties, not overlays.
7ae1c032
MB
2039 * textprop.c (get_char_property_and_overlay): New function.
2040 (Fget_char_property): Use it.
2041 * intervals.h (get_char_property_and_overlay): Add declaration.
2042
49801145
SM
20432000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2044
2045 * keymap.c: Use AREF, ASET and ASIZE macros.
2046 (Fmake_sparse_keymap): Docstring fix.
2047 (synkey): Remove.
2048 (shadow_lookup): Move up.
2049 Handle the case where lookup-key returns an integer.
2050 (where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
2051 (where_is_internal_2): Adapt to fewer args for where_is_internal_1.
2052 (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
2053 Simplify/rewrite the keymap-finding code.
2054 Add check for command shadowing, using shadow_lookup.
2055
39e776cd
SM
20562000-10-24 Stefan Monnier <monnier@cs.yale.edu>
2057
2058 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
2059 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
2060 a symbol.
2061
2488aba5
AI
20622000-10-24 Andrew Innes <andrewi@gnu.org>
2063
2064 * dired.c (directory_files_internal_unwind): New function.
2065 (directory_files_internal): Use it to ensure closedir is called
2066 even if expand-file-name or file-attributes throw, eg. because of
2067 a user interrupt. Also enable immediate_quit while calling
2068 re_search, so that matching can be interrupted as well.
2069
b94fdf61
AI
20702000-10-24 Andrew Innes <andrewi@gnu.org>
2071
2072 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
2073 NT-Emacs only.
2074 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
2075 so that re_search functions only quit when callers expect them to.
2076
20772000-10-24 Kenichi Handa <handa@etl.go.jp>
2078
2079 * regex.c (regex_compile): Change the way of handling a range from
2080 a char less than 256 to a char not less than 256.
2081
1946f901
GM
20822000-10-24 Gerd Moellmann <gerd@gnu.org>
2083
7ae2f10f
GM
2084 * window.c (size_window): Prevent setting window's width or
2085 height to a negative value (esp. with XSETFASTINT).
2086
5dcab13e
GM
2087 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo)
2088 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
2089 (protect_malloc_state) [GC_MALLOC_CHECK &&
2090 GC_PROTECT_MALLOC_STATE]: New function.
2091 (PROTECT_MALLOC_STATE): New macro.
2092 (__malloc_initialize, morecore, _malloc_internal)
2093 (_free_internal) _realloc_internal): Use it to make _heapinfo
2094 read-only outside of gmalloc.
2095
63e1b552
GM
2096 * keymap.c: Update copyright.
2097
1946f901
GM
2098 * .gdbinit (xbacktrace): Handle case that $bt->function isn't
2099 a symbol.
2100
4fa09beb
GM
21012000-10-24 Colin Walters <walters@cis.ohio-state.edu>
2102
2103 * filelock.c (unlock_all_files): Use unlock_file to expand each
2104 buffer's file_truename before trying remove its lock file.
2105
23afac01
EZ
21062000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2107
2108 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR
2109 or CRLF, decode EOLs.
2110
04448b95
KH
21112000-10-24 Kenichi Handa <handa@etl.go.jp>
2112
2113 * window.c (Fdisplay_buffer): Fix doc.
2114
3090a5a5
JR
21152000-10-23 Jason Rumney <jasonr@gnu.org>
2116
2117 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for
2118 ASCII font of default fontset on Windows.
2119
2120 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see
2121 xterm.c comment below).
2122
2123 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy.
2124
a83fee2c
GM
21252000-10-23 Gerd Moellmann <gerd@gnu.org>
2126
2127 * xterm.c (x_connection_closed): Reset handling_signal.
2128
2129 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
2130 null.
2131
6ffdb539
MB
21322000-10-23 Miles Bader <miles@gnu.org>
2133
2134 * window.c (window_scroll_pixel_based, window_scroll_line_based):
2135 Pass nil for FULLY argument to Fpos_visible_in_window_p to
2136 maintain old behavior.
2137 * minibuf.c (Fminibuffer_complete): Likewise.
2138
7f1c969b
MB
21392000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2140
2141 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so
2142 that when a font can't be exactly centered, it errs up rather than
2143 down.
2144
23afac01 21452000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu>
8ec118cd
SZ
2146
2147 * fns.c (Fbase64_decode_string): The decoded result should be
2148 unibyte.
2149
1a578e9b
AC
21502000-10-23 Andrew Choi <akochoi@i-cable.com>
2151
2152 * dispextern.h [macintosh]: Include macgui.h instead of macterm.h.
2153
2154 * dispnew.c [macintosh]: Include macterm.h.
a83fee2c 2155 (init_display) [macintosh]: Initialization for window system.
1a578e9b
AC
2156
2157 * emacs.c (main) [macintosh]: Call syms_of_textprop,
2158 syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
2159 syms_of_search, x_term_init, and init_keyboard before calling
2160 init_window_once. Also, call syms_of_xmenu.
2161
2162 * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
2163 default fontset to Monaco.
2164
2165 * frame.c [macintosh]: Include macterm.h. Remove declarations of
2166 NewMacWindow and DisposeMacWindow.
2167 (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
2168 instead of calling NewMacWindow and setting fields of
2169 f->output_data.mac directly. Call init_frame_faces.
2170 (Fdelete_frame) [macintosh]: Remove unused code.
2171 (Fmodify_frame_parameters) [macintosh]: Call
2172 x_set_frame_parameters instead of mac_set_frame_parameters.
2173
2174 * frame.h [macintosh]: Define menu_bar_lines field in struct
2175 frame. Define FRAME_EXTERNAL_MENU_BAR macro.
2176
2177 * keyboard.c [macintosh]: Include macterm.h.
2178 (kbd_buffer_get_event) [macintosh]: Generate delete_window_event
2179 and menu_bar_activate_event type events as for X and NT.
2180 (make_lispy_event) [macintosh]: Construct lisp events of type
2181 MENU_BAR_EVENT as for X and NT.
2182
2183 * sysdep.c [macintosh]: Remove declaration for sys_signal.
2184 Include stdlib.h. Remove definition of Vx_bitmap_file_path.
2185 (sys_subshell) [macintosh]: Remove definition entirely.
2186 (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
2187 Vwindow_system_version here. Remove initialization of
2188 Vx_bitmap_file_path.
2189 (read_input_waiting): Correct the number of parameters passed to
2190 read_socket_hook.
2191 Move all Macintosh functions to mac/mac.c.
2192
2193 * term.c [macintosh]: Include macterm.h.
2194
2195 * window.c [macintosh]: Include macterm.h.
2196
2197 * xdisp.c [macintosh]: Include macterm.h. Declare
2198 set_frame_menubar and pending_menu_activation.
2199 (echo_area_display) [macintosh]: Do not return if terminal frame
2200 is the selected frame.
2201 (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
2202 Allow only the selected frame to set menu bar.
2203 (redisplay_window) [macintosh]: Obtain menu bar to redisplay by
2204 calling FRAME_EXTERNAL_MENU_BAR (f).
2205 (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).
2206
2207 * xfaces.c [macintosh]: Include macterm.h. Define x_display_info
2208 and check_x. Declare XCreateGC. Define x_create_gc and
2209 x_free_gc. Initialize font_sort_order.
2210 (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
2211 but call x_list_fonts instead of w32_list_fonts.
2212 (Finternal_face_x_get_resource) [macintosh]: Do not call
2213 display_x_get_resource.
2214 (prepare_face_for_display) [macintosh]: Set xgcv.font.
2215 (realize_x_face) [macintosh]: Load the font if it is specified in
2216 ATTRS.
2217 (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed
2218 to Qt.
2219
1ffbabe3
SM
22202000-10-22 Stefan Monnier <monnier@cs.yale.edu>
2221
2222 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
2223 is nil: since we go to the end of submap anyway, we'd end up
2224 setting nil to nil.
2225 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
2226 doesn't obey autoload.
2227
bed43f1d
EZ
22282000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2229
1ffbabe3 2230 * msdos.c (dos_set_window_size): Update screen dimension variables.
bed43f1d 2231
ea4233a7
JR
22322000-10-21 Jason Rumney <jasonr@gnu.org>
2233
2234 * w32term.c (w32_cache_char_metrics): Double check that font is
2235 really fixed pitch before trusting tmPitchAndFamily.
2236
f3d3c491
AI
22372000-10-21 Andrew Innes <andrewi@gnu.org>
2238
2239 * w32gui.h (w32_char_font_type): Move enum from w32term.c
2240
2241 * w32term.h: Extern decl for w32_cache_char_metrics.
2242
2243 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics.
2244
2245 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics.
2246 (w32_unload_font): Free per_char array if present.
2247
2248 * w32term.c (w32_per_char_metric): Remove HDC argument. Use
2249 cached information in emulated XFontStruct to handle common cases
2250 quickly. Do not allocate XCharStruct for return.
2251 (w32_native_per_char_metric): New function.
2252 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of
2253 allocating one.
2254 (x_produce_glyphs): Don't get an HDC. Change calls to
2255 w32_per_char_metric to match arg change above. Remove calls to
2256 free results.
2257 (w32_get_glyph_overhangs): Ditto.
2258 (w32_cache_char_metrics): New function.
2259
2260 * makefile.w32-in: Change .obj to .$(O) in all dependencies.
2261 ($(BLD)/casefiddle.$(O)): Remove compile command.
2262 ($(BLD)/gmalloc.$(O)): Remove compile command.
2263 ($(BLD)/dispnew.obj):
2264 ($(BLD)/keyboard.obj):
2265 ($(BLD)/w32inevt.obj):
2266 ($(BLD)/w32bdf.obj):
2267 ($(BLD)/alloc.obj):
2268 ($(BLD)/buffer.obj):
2269 ($(BLD)/editfns.obj):
2270 ($(BLD)/emacs.obj):
2271 ($(BLD)/fileio.obj):
2272 ($(BLD)/fns.obj):
2273 ($(BLD)/indent.obj):
2274 ($(BLD)/insdel.obj):
2275 ($(BLD)/intervals.obj):
2276 ($(BLD)/minibuf.obj):
2277 ($(BLD)/print.obj):
2278 ($(BLD)/scroll.obj):
2279 ($(BLD)/sysdep.obj):
2280 ($(BLD)/textprop.obj):
2281 ($(BLD)/widget.obj):
2282 ($(BLD)/xdisp.obj): Add dependency on w32gui.h.
2283 ($(BLD)/term.obj): Add dependency on dispextern.h.
2284
2285 * makefile.nt ($(BLD)\dispnew.obj):
2286 ($(BLD)\keyboard.obj):
2287 ($(BLD)\w32inevt.obj):
2288 ($(BLD)\w32bdf.obj):
2289 ($(BLD)\alloc.obj):
2290 ($(BLD)\buffer.obj):
2291 ($(BLD)\editfns.obj):
2292 ($(BLD)\emacs.obj):
2293 ($(BLD)\fileio.obj):
2294 ($(BLD)\fns.obj):
2295 ($(BLD)\indent.obj):
2296 ($(BLD)\insdel.obj):
2297 ($(BLD)\intervals.obj):
2298 ($(BLD)\minibuf.obj):
2299 ($(BLD)\print.obj):
2300 ($(BLD)\scroll.obj):
2301 ($(BLD)\sysdep.obj):
2302 ($(BLD)\textprop.obj):
2303 ($(BLD)\widget.obj):
2304 ($(BLD)\xdisp.obj): Add dependency on w32gui.h.
2305 ($(BLD)\term.obj): Add dependency on dispextern.h
2306
18ad4821
EZ
23072000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2308
2309 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
2310 with an additional argument of Qt.
2311
de54681a
MB
23122000-10-21 Miles Bader <miles@gnu.org>
2313
2314 * window.c (pos_fully_visible_in_window_p): New function.
2315 (Fpos_visible_in_window_p): Add FULLY argument.
2316 Use pos_fully_visible_in_window_p.
2317 (window_scroll_pixel_based, window_scroll_line_based): Update
2318 calls to Fpos_visible_in_window_p.
2319 * lisp.h (Fpos_visible_in_window_p): Update prototype
2320
13c844fb
GM
23212000-10-20 Gerd Moellmann <gerd@gnu.org>
2322
2323 * alloc.c (toplevel): Conditionalize compilation of mem_*
2324 functions differently.
2325
d9506268
JR
23262000-10-20 Jason Rumney <jasonr@gnu.org>
2327
2328 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
2329 mem_init where it used to be. mem_z etc not defined otherwise.
2330
8094989b
GM
23312000-10-20 Gerd Moellmann <gerd@gnu.org>
2332
2333 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
2334 GC_MALLOC_CHECK.
2335 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
2336 structure definition and related variabled to the top of the file.
2337 Include this code when GC_MALLOC_CHECK is defined.
2338 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
2339 register/unregister allocated region.
2340 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
2341 which isn't allocated.
2342 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
2343 something which is already in use.
2344 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
2345 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
2346 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
2347 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
2348
2349 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use
2350 _malloc_internal instead of malloc.
2351 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
2352 of free.
2353
ea456eb4
AI
23542000-10-20 Andrew Innes <andrewi@gnu.org>
2355
2356 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
2357 Windows.
2358 (my_strftime) <macro>: Don't use macro arg list when redefining as
2359 _strftime_copytm.
2360 (my_strftime) <function>: Supply 0 as ut argument.
2361
e64c3a75
JR
23622000-10-19 Jason Rumney <jasonr@altavista.net>
2363
2364 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before
2365 including dispextern.h, as it stops faces from working.
2366
2367 * w32fns.c (Fx_create_frame): Don't bother calling
2368 face-set-after-frame-default since the caller does it for us
2369 anyway. Clean up calls to x_get_arg to be consistent with X.
2370
2371 * w32term.c (x_produce_glyphs): Handle
2372 unibyte_display_via_language_environment correctly.
2373 (w32_draw_box_rect): Fix the calculation of width and height.
2374
2375 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles,
2376 as it has stopped working.
2377 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like
2378 menu-bar.
2379
17401c97
GM
23802000-10-19 Gerd Moellmann <gerd@gnu.org>
2381
2382 * eval.c (skip_debugger): Prevent a compiler warning.
2383 (Fcondition_case): Likewise.
2384 (Fbacktrace_frame): Use a null interactive spec.
2385
773272d8
KH
23862000-10-19 Kenichi Handa <handa@etl.go.jp>
2387
2388 * xterm.c (x_find_ccl_program): Check also fontp->full_name.
2389
a42943e9
GM
23902000-10-18 Gerd Moellmann <gerd@gnu.org>
2391
e50517d9
GM
2392 * strftime.c: Sync with glibc, file version 1.78.
2393 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
2394 should no longer be used according to ISO 8601.
2395
9035a35a
GM
2396 * keymap.c (access_keymap): If IDX has a meta prefix, and there's
2397 no map for meta_prefix_char, don't try to use it as a keymap.
2398 Instead, if T_OK is non-zero, look up a default binding, if any,
2399 otherwise, if T_OK is zero, return nil.
2400
a42943e9
GM
2401 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
2402 (x_to_xcolors, png_load): Use x_query_color.
2403
2404 * xterm.c (x_color_cells, x_query_colors, x_query_color): New
2405 functions.
2406 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
2407 which can be slow.
2408 (x_copy_color, x_alloc_lighter_color): Likewise.
2409
2410 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
2411 (x_query_color, x_query_colors): Add prototype.
2412
2413 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
2414 check_string_bytes only if not noninteractive, increase count to 50.
2415
00de2987
MB
24162000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2417
2418 * insdel.c (adjust_markers_for_delete): Handle before-insertion
2419 markers correctly.
2420
54918e2b
GM
24212000-10-17 Gerd Moellmann <gerd@gnu.org>
2422
1f0b3fd2
GM
2423 * alloc.c (pure_bytes_used): Renamed from pureptr.
2424 (ALIGN): New macro.
2425 (pure_alloc): New function.
2426 (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
2427 Use it.
2428 (Fpurecopy): Use PURE_POINTER_P.
2429
68c5d1db
GM
2430 * xdisp.c (try_cursor_movement): Use cursor_row_p also when
2431 PT has moved backward.
2432
9a038881
GM
2433 * xdisp.c (cursor_row_p): Take continued lines into account.
2434
361b097f
GM
2435 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
2436 string's size_byte.
2437 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
2438 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
2439 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
2440 string allocated.
2441
54918e2b
GM
2442 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
2443 of selective display off while searching for the next line start.
2444
03ed0806
KH
24452000-10-17 Kenichi Handa <handa@etl.go.jp>
2446
2447 * Makefile.in (term.o): Depend on dispextern.h.
2448
7e05cdaf
SM
24492000-10-16 Stefan Monnier <monnier@cs.yale.edu>
2450
2451 * keymap.c (keymap_memberp): Ensure that nil is not a member.
2452
a6801fd1
GM
24532000-10-16 Gerd Moellmann <gerd@gnu.org>
2454
483de32b
GM
2455 * xdisp.c (set_iterator_to_next): Reset box start and end flags of
2456 the iterator at the beginning, so that they can be set later on,
2457 for instance in reseat_at_next_visible_line_start, without being
2458 overwritten.
2459
a6801fd1
GM
2460 * xfns.c (pbm_format): Add :foreground and :background keywords.
2461 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
483de32b 2462 (xbm_load): Recognize foreground and background color
a6801fd1
GM
2463 specifications.
2464
dbf1fcc1
EZ
24652000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2466
2467 * dispextern.h (unspecified_fg, unspecified_bg): Declare.
2468
2469 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern
2470 declaration.
2471
2472 * msdos.c (IT_set_face): Compare highlighted face with the default
2473 face, and invert colors if these faces' colors are identical.
2474 (Fmsdos_remember_default_colors): Don't swap foreground and
2475 background colors in initial_colors[].
2476 (IT_set_frame_parameters): Don't swap frame's foreground and
2477 background pixels. If ALIST includes "(reverse . t)", swap
2478 foreground-color and background-color properties in frame's
2479 param_alist. If the original frame's param_alist doesn't specify
2480 the colors, store unspecified-fg and unspecified-bg, reversed if
2481 required.
2482
2483 * frame.c (Fframe_parameters): If a tty's frame's param_alist says
2484 the colors are unspecified and reversed, reverse fore- and back-
2485 ground in the returned value.
2486 (Fframe_parameter): Ditto.
2487
b41fe2c3
GM
24882000-10-16 Gerd Moellmann <gerd@gnu.org>
2489
3a6b59d9
GM
2490 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
2491 get_last_unchanged_at_beg_row.
2492 (find_first_unchanged_at_end_row): Renamed from
2493 get_first_unchanged_at_end_row.
2494 (find_first_unchanged_at_end_row): Convert assertions to
2495 unconditional tests which abort. When looking for a row in
2496 unchanged text, don't go further back than first_text_row.
2497
b41fe2c3
GM
2498 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
2499 Don't add in the last line's height when deciding if the new
2500 position is below the scroll margin.
9d1af64f 2501
b41fe2c3 25022000-10-16 Miles Bader <miles@gnu.org>
f657bbf6
MB
2503
2504 * editfns.c (Fconstrain_to_field): Check carefully for field
2505 boundaries if either OLD_POS or NEW_POS has a non-nil field
2506 property, even if they're the same.
2507
c412cb7b
KH
25082000-10-16 Kenichi Handa <handa@etl.go.jp>
2509
2510 * xterm.c (x_draw_box_rect): Fix the calculation of width and
2511 height for XFillRectangle.
2512
5586f3eb
SM
25132000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2514
2515 * syntax.c (Fstring_to_syntax): New function extracted from
2516 Fmodify_syntax_entry.
2517 (Fmodify_syntax_entry): Use it and document the ! and | fences.
2518 (skip_chars, Fforward_comment): Remove unused variables.
2519 (syms_of_syntax): Add defsubr for string-to-syntax.
2520 (describe_syntax): Add code for comment and string fences.
2521
db785038
SM
25222000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2523
2524 * keymap.c (access_keymap): Add AUTOLOAD parameter.
2525 Do the meta->esc mapping. Call get_keyelt before returning.
2526 Start scanning from the second element (the first is always `keymap')
2527 to make it easier to detect when we reach a parent map.
2528 Handle the case of inheriting from a symbol whose function is a map.
2529 (Fkeymap_parent): Also handle the `inherit from symbol' case.
2530 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
2531 (get_keyelt, Flookup_key): Update call to access_keymap.
2532 Remove the meta->esc mappings.
2533 (define_as_prefix): Delete old disabled code.
2534 (menu_item_p): New function.
2535 (where_is_internal_1): Skip over the few remaining menu items.
2536 * lisp.h (access_keymap): Update prototype.
2537 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
2538 Update call to access_keymap.
2539 (follow_key, read_key_sequence): Update calls to access_keymap.
2540 Remove the meta->esc mappings.
2541
cafafe0b
GM
25422000-10-13 Gerd Moellmann <gerd@gnu.org>
2543
a2e2a7f6
GM
2544 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next
2545 with additional argument.
2546
cafafe0b
GM
2547 * xdisp.c (cursor_row_p): New function.
2548 (try_cursor_movement, display_line): Use it.
2549
2550 * xdisp.c (append_space): Also save/restore iterator's current
2551 character and its length.
2552
2553 * xdisp.c (init_from_display_pos): Add an assertion.
2554 (handle_stop): Don't set iterator's add_overlay_start.
2555 (handle_invisible_prop): Likewise.
2556 (load_overlay_strings): If text under an overlay is invisible,
2557 take both before- and after-strings into account when the iterator
2558 is positioned either at the start or at the end of the overlay.
2559 (forward_to_next_line_start): Rewritten.
2560 (reseat_at_next_visible_line_start): Rewritten.
2561 (set_iterator_to_next): Add parameter RESEAT_P.
2562
2563 * dispextern.h (struct it): Remove member add_overlay_start.
2564 (set_iterator_to_next): Change prototype.
2565
c744452b
KH
25662000-10-13 Kenichi Handa <handa@etl.go.jp>
2567
2568 * coding.c (code_convert_region): Be sure to initialize
2569 coding->category_idx.
e4a3f4e1
KH
2570 (decode_coding_string): Set coding->src_multibyte and
2571 coding->dst_multibyte before using CODING_REQUIRE_DECODING.
2572 (encode_coding_string): Set coding->src_multibyte and
2573 coding->dst_multibyte before using CODING_REQUIRE_ENCODING.
c744452b 2574
321fd26f
SM
25752000-10-12 Stefan Monnier <monnier@cs.yale.edu>
2576
2577 * xfns.c (Fx_create_frame): Don't bother calling
2578 face-set-after-frame-default since the caller does it for us anyway.
2579
76832439
EZ
25802000-10-12 Eli Zaretskii <eliz@is.elta.co.il>
2581
2582 * window.c (coordinates_in_window): Fix detection of vertical line
2583 on character terminals.
2584
2483cf58
GM
25852000-10-12 Gerd Moellmann <gerd@gnu.org>
2586
2587 * editfns.c (save_excursion_save): Additionally record the
2588 selected window.
2589 (save_excursion_restore): If buffer was visible in a window, and a
2590 different window was selected, and the old selected window is
2591 still live, restore point in that window.
2592
eb991b25
KH
25932000-10-12 Kenichi Handa <handa@etl.go.jp>
2594
8a0eba09
KH
2595 * xterm.c (x_produce_glyphs): Handle
2596 unibyte_display_via_language_environment correctly.
2597
20401fcc
KH
2598 * regex.c (regex_compile): Change the way of handling a range from
2599 unibyte char to multibyte char.
2600
2601 * syntax.c (skip_chars): Change the way of handling a range from
2602 unibyte char to multibyte char.
2603
eb991b25
KH
2604 * process.c (read_process_output): Cancel previous change.
2605
365dd325
EZ
26062000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
2607
c1b096cb
EZ
2608 * search.c (Fsearch_backward, Fsearch_forward): Doc fix.
2609
365dd325
EZ
2610 * charset.c (Ffind_charset_string): Doc fix.
2611 (Ffind_charset_region): Doc fix.
2612
eb483c2b
KH
26132000-10-11 Kenichi Handa <handa@mule.m17n.org>
2614
2615 * process.c (read_process_output): Fix previous change. Adjust
2616 multibyteness of text to insert in a buffer by
df3c11b9 2617 string_make_unibyte/multibyte instead of
eb483c2b
KH
2618 Fstring_as_unibyte/multibyte.
2619
b40bfb99
AS
26202000-10-10 Andreas Schwab <schwab@suse.de>
2621
2622 * alloc.c (mark_object): Remove all workarounds installed on
2623 1993-08-08.
2624
caff31d4
KH
26252000-10-10 Kenichi Handa <handa@etl.go.jp>
2626
2627 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
2628 returning.
2629 (base64_encode_1): Make it work for a text of multibyte form.
2630 (Fbase64_decode_region): Allocate sufficient memory for multibyte
2631 case. Don't call str_to_multibyte because base64_decode_1
2632 produces correct multibyte form for eight-bit codes.
2633 (Fbase64_decode_string): Adjusted for the change of
2634 base64_decode_1.
2635 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If
2636 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
2637 codes.
2638
2639 * charset.h (CHAR_STRING): Optimized for single byte characters.
2640
cba026ef
AS
26412000-10-09 Andreas Schwab <schwab@suse.de>
2642
2643 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
2644 -1 after socket is closed, to fall through to error processing.
2645
1e21fe48
EZ
26462000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2647
2648 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
365dd325 2649 variables. If ALIST includes foreground-color or
1e21fe48
EZ
2650 background-color, change also the colors of the default face for
2651 this frame.
2652
a640322e
EZ
26532000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2654
2655 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make
2656 them extern (they are defined on xfaces.c).
2657 (syms_of_msdos): Don't intern and don't staticpro
2658 Qbackground_color and Qforeground_color.
2659
a115794c
EZ
26602000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2661
2662 * frame.c (Fframe_parameter): For non-windowed frames, if
2663 f->param_alist says foreground or background color is unspecified,
2664 call tty_color_name to return the color name computed from the
2665 frame's current colors.
2666
f5533b63
DL
26672000-10-06 Dave Love <fx@gnu.org>
2668
2669 * terminfo.c (ospeed): Don't declare.
2670
2671 * sysdep.c: Don't include string.h.
2672 (h_errno): Declare conditional also on TRY_AGAIN.
2673
2674 * charset.c (Ffind_charset_string): Doc fix.
2675
2676 * fns.c (Fbase64_encode_region, Fbase64_encode_string)
2677 (Fbase64_decode_region, Fbase64_decode_string): More explicit
2678 error messages.
2679
2b06561a
DL
26802000-10-05 Dave Love <fx@gnu.org>
2681
2682 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
2683 position like menu-bar.
2684
ca839c85
GM
26852000-10-05 Gerd Moellmann <gerd@gnu.org>
2686
2687 * keyboard.c (Frecursive_edit): Make sure redisplay can happen.
2688
2689 * xdisp.c (handle_single_display_prop): Use safe_call1.
2690 (safe_call): Renamed from call_function.
2691 (safe_call1): New function.
2692 (handle_fontified_prop): Use safe_call1 instead of call1.
2693 (safe_eval): Renamed from eval_form.
2694 (safe_eval_handler): Renamed from eval_handler.
2695 (handle_single_display_prop, display_mode_element): Use safe_eval
2696 instead of eval_form.
2697
2698 * xfaces.c (merge_face_heights): Use safe_call instead of
2699 call_function.
2700
2701 * keyboard.c (show_help_echo): Use safe_call instead of
2702 call_function; use safe_eval instead of eval_form.
2703
2704 * lisp.h (safe_call): Renamed from call_function.
2705 (safe_eval): Renamed from eval_form.
2706 (safe_call1): Add prototype.
2707
a3489ece
MB
27082000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2709
2710 * xfns.c (image_ascent): Rearrange ascent calculation for the
2711 has-a-font case.
2712
35810b6f
SM
27132000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2714
2715 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
2716 (where_is_internal_1): Don't bother ignoring menu-items any more.
2717
3dc78168
GM
27182000-10-04 Gerd Moellmann <gerd@gnu.org>
2719
2720 * keyboard.c (update_menu_bindings): New variable.
2721 (parse_menu_item): Use AREF. If update_menu_bindings
2722 is 0, don't update menu bindings.
2723 (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
2724
1efc2bb9
EZ
27252000-10-03 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call
2728 to `mark_object'.
2729
3f679f55
SM
27302000-10-02 Stefan Monnier <monnier@cs.yale.edu>
2731
2732 * syntax.c (forw_comment): Match nestedness of ender/starter.
2733 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
2734 (prev_char_comstart_first): Remove.
2735 (back_comment): Check two-char comment markers more carefully
2736 to better handle overlapping cases like *//* or /* */* */ ...
2737 Match nestedness of ender/starter.
2738
2021ab61
DL
27392000-10-02 Dave Love <fx@gnu.org>
2740
2741 * config.in (HAVE_GAI_STRERROR): Add undef.
2742
2743 * process.c (Fopen_network_stream): Use it.
2744
2745 * m/alpha.h (NO_REMAP): Don't define.
2746
64e6cc18
GM
27472000-10-02 Gerd Moellmann <gerd@gnu.org>
2748
2749 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
2750 return with a string converted to an integer or vice versa when
2751 Vmocklisp_arguments is t.
2752 (Fsignal): Likewise. The function can return for `quit'.
2753 (struct gcpro): Declare member `var' to point to a volatile
2754 Lisp_Object.
2755
2756 * eval.c (error): Prevent compiler warning.
2757
b1904cd9
SM
27582000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2759
2760 * keymap.c (keymap_memberp): New function.
2761 (Fset_keymap_parent): Use it.
2762 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP.
2763 Use keymap_memberp to avoid creating cycles.
2764 (access_keymap): Use KEYMAPP.
2765
71c9ec51
GM
27662000-09-30 Gerd Moellmann <gerd@gnu.org>
2767
2768 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
64e6cc18
GM
2769 gai_strerror. Make sure xerrno is set if connect fails. Improve
2770 error recovery.
71c9ec51 2771
c70c6b58
JR
27722000-09-29 Jason Rumney <jasonr@gnu.org>
2773
2774 * w32term.c (w32_char_font_type, w32_encode_char)
2775 (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
2776 (w32_bdf_per_char_metric): New function.
2777 (w32_per_char_metric): Use it.
2778 (x_draw_glyph_string_background): Always draw background for BDF
2779 glyphs.
2780
2781 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
2782 GDI object which is a scarce resource.
2783
2784 * w32bdf.c (search_file_line): Fix skipping of whitespace.
2785 (get_quoted_string): Fix limit on memchr search.
2786 (set_bdf_font_info): Use unsigned chars. Negate yoffset.
2787 (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
2788 (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
2789 (get_cached_font_char, cache_char_offset): Use macro
2790 BDF_CODEPOINT_RANGE_COVER_P.
2791 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
2792 (clear_cached_bitmap_slots): New function.
2793 (GET_HEX_VALUE): G-Z, g-z are not hex.
2794 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
2795 (get_bitmap_with_cache): Use new cache implementation.
2796 (create_offscreen_bitmap): New function.
2797 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
2798
2799 * w32term.c (x_produce_glyphs): If the distance from the current
2800 position to the next tab stop is less than a canonical character
2801 width, use the tab stop after that.
2802 (x_draw_glyphs): Handle case START and END are out of bounds more
2803 carefully.
2804 (x_clear_mouse_face): Block/unblock input.
2805 (x_display_and_set_cursor): Don't show a hollow box cursor for
2806 buffers whose cursor_type is nil.
2807
fe01239f
GM
28082000-09-29 Gerd Moellmann <gerd@gnu.org>
2809
2810 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar
2811 disappears.
2812
2813 * dispextern.h (updating_frame): Declare extern.
2814
e7c52f1f
AS
28152000-09-29 Andreas Schwab <schwab@suse.de>
2816
2817 * m/ia64.h: Remove hack of not prototyping bcopy, etc.
2818
de6e1f7c
GM
28192000-09-29 Gerd Moellmann <gerd@gnu.org>
2820
25126faa
GM
2821 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol,
2822 use its function definition.
2823 (tool_bar_items): Likewise.
2824
de6e1f7c
GM
2825 * lisp.h (fatal): Declare NO_RETURN.
2826
454ee39b
KH
28272000-09-29 Kenichi Handa <handa@etl.go.jp>
2828
2829 * keymap.c: Remove the line "#undef NULL".
2830
96301c5f
GM
28312000-09-28 Gerd Moellmann <gerd@gnu.org>
2832
2833 * xterm.c (x_make_frame_visible): Try harder to make the frame
2834 visible.
2835
efffeeb4
DL
28362000-09-28 Dave Love <fx@gnu.org>
2837
ecb8b666
DL
2838 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP.
2839
dc3cd20f
DL
2840 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define.
2841
2842 * .gdbinit (xreload): Note its need on GNU/Linux.
2843
efffeeb4
DL
2844 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
2845 r_alloc, r_alloc_free.
2846
8610d903
KH
28472000-09-28 Kenichi Handa <handa@etl.go.jp>
2848
2849 * syntax.c (skip_chars): Handle negation correctly.
2850
8901d1ac
GM
28512000-09-27 Gerd Moellmann <gerd@gnu.org>
2852
6f22f1ad
GM
2853 * xfaces.c (realize_default_face): Call set_lface_from_font_name
2854 with non-zero FORCE_P argument.
2855
8901d1ac
GM
2856 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows):
2857 Add assertions.
2858
2859 * xdisp.c (window_box_height): Add an assertion.
2860
2861 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the
2862 tool-bar than is available.
2863 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1.
2864
36f1966f
DL
28652000-09-27 Dave Love <fx@gnu.org>
2866
efffeeb4 2867 * s/irix6-5.h: Now works 64-bit. Tidied.
36f1966f 2868
31d929e5
GM
28692000-09-26 Gerd Moellmann <gerd@gnu.org>
2870
c98863bf
GM
2871 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
2872 instead of BITS_PER_INT.
2873 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
2874 EMACS_UINT, respectively.
2875 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
2876
2877 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
2878
2879 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
2880
77072ab1
GM
2881 * window.c (freeze_window_starts): Construct last argument for
2882 foreach_window differently.
2883
2884 * xfns.c (x_decode_color): Don't return a Lisp_Object.
2885
2886 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
2887 EMACS_UINT instead of `int' and `unsigned int'.
2888 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
2889
2890 * frame.h (struct frame): Make the `nothing' member of union
2891 output_data an EMACS_INT.
2892
31d929e5
GM
2893 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug
2894 hunting.
2895 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
2896 size in the sdata structure.
2897 (SDATA_NBYTES, SDATA_DATA): New macros.
2898 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
2899 differently for the different layout of the sdata structure.
2900 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
2901 in sdata.
2902 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
2903 Check that size recorded in the string size and size recorded in
2904 the sdata structure agree.
2905
3e60b029
DL
29062000-09-25 Dave Love <fx@gnu.org>
2907
2908 * buffer.c: Include stdio.h.
2909
2910 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
2911
2912 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
2913
2914 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
2915 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as
2916 size_t.
2917 (__malloc_extra_blocks): Declare as __malloc_size_t.
2918
8ff16b4e
GM
29192000-09-25 Gerd Moellmann <gerd@gnu.org>
2920
755a2ccd
GM
2921 * alloc.c (mark_image): Use GC_NILP instead of NILP.
2922
d8b4516f
GM
2923 * keyboard.c (show_help_echo): Set help_echo_showing_p.
2924 (read_char): If help-echo is showing, preserve the echo area
2925 when redisplaying.
2926
2927 * xdisp.c (help_echo_showing_p): New variable.
2928 (set_message): Reset it to 0.
2929 (init_xdisp): Initialize help_echo_showing_p.
2930
2931 * dispextern.h (help_echo_showing_p): Declare extern.
2932
2933 * config.in: Fix typo in __GNUC_MINOR__.
2934
2935 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
2936
b11af2dd
GM
2937 * s/freebsd.h (POSIX_SIGNALS): Define.
2938
8ff16b4e
GM
2939 * xterm.c (x_clear_mouse_face): Block/unblock input.
2940
844eb643
DL
29412000-09-24 Dave Love <fx@gnu.org>
2942
2943 * fns.c (base64_encode_1): Fix last change.
2944
b30ab1b3
GM
29452000-09-22 Gerd Moellmann <gerd@gnu.org>
2946
2947 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts.
2948
2949 * xdisp.c (try_window_reusing_current_matrix): More fixes
2950 for the case window has a header-line.
2951
c6cbe5f0
DL
29522000-09-22 Dave Love <fx@gnu.org>
2953
4c7c1f3f
DL
2954 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
2955 a doc string.
2956
2957 * xterm.c [SOLARIS2]: Remove redundant include of string.h.
2958
c6cbe5f0
DL
2959 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
2960
550a625e
GM
29612000-09-21 Gerd Moellmann <gerd@gnu.org>
2962
4c7c1f3f 2963 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
fca99116
GM
2964 for GCC >= 2.5.
2965
2966 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare
2967 NO_RETURN.
2968
80d26f99
GM
2969 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
2970 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
2971 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler
2972 warnings.
2973
2974 * marker.c (byte_char_debug_check): Return void.
2975
623a0aae
GM
2976 * xfns.c (Fx_create_frame): Set default frame parameter value
2977 for tool-bar-lines to 1.
2978
2979 * dispnew.c (scrolling_window): Compare y-positions of rows
2980 equal at the start. Some simplification.
2981
2982 * xdisp.c (try_window_reusing_current_matrix): Fix computation of
2983 reused rows' y-position in the case window has a header-line, and
2984 new window start is greater than old window start.
2985
42ac0ae5
GM
2986 * process.c (process_sent_to): New variable.
2987 (send_process): Workaround for a crash on sparc-sun-solaris-2.6
2988 with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
2989 Declare more parameters volatile.
2990
550a625e
GM
2991 * lread.c (Vrecursive_load_depth_limit): New variable.
2992 (Fload): Check recursive loads whose recursion depth exceeds
2993 Vrecursive_load_depth_limit.
2994 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
2995
8320414c
GM
29962000-09-20 Gerd Moellmann <gerd@gnu.org>
2997
f46c275e
GM
2998 * fileio.c (Fread_file_name): Doc fix.
2999
3000 * editfns.c (Fmessage_or_box): Doc fix.
3001
3002 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
3003
b7e11c5b
GM
3004 * xfns.c (xbm_scan): Allow C-style comments.
3005
8320414c
GM
3006 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
3007 symbols are specified, add color translations to the cache.
3008 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New
3009 functions.
3010 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
3011 xpm_cache_color.
3012 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
3013 structures to xpm_init_color_cache.
3014
da1608d9
GM
30152000-09-19 Gerd Moellmann <gerd@gnu.org>
3016
3017 * dispnew.c (update_window_line): Make sure to always draw
3018 mode-lines.
3019
6badfa25
AI
30202000-09-19 Andrew Innes <andrewi@gnu.org>
3021
3022 * makefile.nt (bootstrap-emacs): Don't change directory.
3023
3a5f42bb
KH
30242000-09-19 Kenichi Handa <handa@etl.go.jp>
3025
1b7649bd
KH
3026 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
3027
3a5f42bb
KH
3028 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly.
3029 If output buffer is too small, signal an appropriated error.
3030
9f83cf0b
DL
30312000-09-18 Dave Love <fx@gnu.org>
3032
3033 * keyboard.c (menu_bar_items, tool_bar_items)
3034 (current_active_maps): Remove redundant get_local_map call.
3035
28c7826c
GM
30362000-09-18 Gerd Moellmann <gerd@gnu.org>
3037
5cefa566
GM
3038 * xterm.c (x_display_and_set_cursor): Don't show a hollow box
3039 cursor for buffers whose cursor_type is nil.
3040
6fed3546
GM
3041 * xterm.c (x_draw_image_glyph_string): Remove a comment describing
3042 a feature to implement that is already implemented.
3043 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
3044 warnings.
3045
3046 * xfns.c (x_clear_image_1): New function.
3047 (x_clear_image): Use it.
3048 (x_from_xcolors): Use x_clear_image_1; don't free the image's
3049 mask.
3050
05b1f851
GM
3051 * dispnew.c (update_window): Move test for invisible lines
3052 at the top to update_window_line.
3053 (update_window_line): Handle invisible lines here.
3054
f4779de9
GM
3055 * xfns.c (clear_image_cache): Clear current matrices of all
3056 frames sharing an image cache. Block input while freeing
3057 images. Fix timestamp comparison.
3058 (x_clear_image): Also free the mask.
3059
28c7826c
GM
3060 * xfns.c (lookup_image): Block input while loading the image so
3061 that we won't get interrupted in a state where the image isn't yet
3062 set up completely.
3063 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
3064 (lookup_pixel_color, x_to_xcolors, x_from_xcolors)
3065 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
3066 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock
3067 input.
3068
b7412313
GM
30692000-09-16 Gerd Moellmann <gerd@gnu.org>
3070
3071 * dispnew.c (update_window): Make sure to make desired rows
3072 current even if they are completely invisible at the top
3073 of a window.
3074
47e351a3
GM
30752000-09-15 Gerd Moellmann <gerd@gnu.org>
3076
7f8f1edc
GM
3077 * xfns.c (lookup_image): Build mask before applying an algorithm.
3078 Recognize algorithm `disabled'.
3079 (cross_disabled_images): New variable.
3080 (COLOR_INTENSITY): New macro.
3081 (x_detect_edges): Use COLOR_INTENSITY.
3082 (x_disable_image): New function.
3083 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
3084
3085 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
3086 disabled state, don't apply an image transformation algorithm if
3087 the user specified an image for the disabled state. Use
28c7826c 3088 `:algorithm disabled' for creating a disabled item's image if the
7f8f1edc
GM
3089 user hasn't specified an image.
3090
ebb8f116
GM
3091 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
3092 allocation functions with the XPM lib.
3093 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
3094 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
3095 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
3096 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
3097 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New
3098 functions.
3099 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
3100 functions, if possible, because these handle color allocation
3101 failure more gracefully.
3102 (Fimage_mask_p): New function.
3103
47e351a3
GM
3104 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
3105 (Qedge_detection, Qheuristic): New symbols.
3106 (syms_of_xfns): Initialize new symbols.
3107 (lookup_image): Handle `:mask X', `:algorithm emboss', and
3108 `algorithm (edge-detection ...)'.
3109 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
3110 (tiff_format, gif_format, gs_format): Add `:mask'.
3111 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
3112 (GIF_MASK, GS_MASK): New enumerators.
3113 (x_laplace_read_row, x_laplace_write_row): Functions removed.
3114 (emboss_matrix, laplace_matrix): New variables.
3115 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
3116 (x_edge_detection): New functions.
3117 (x_laplace): Rewritten in terms of x_detect_edges.
3118 (x_build_heuristic_mask): If image has a mask, free it.
3119
fe83b953
AI
31202000-09-14 Andrew Innes <andrewi@gnu.org>
3121
3122 * makefile.w32-in: Revert to Unix line endings.
3123
3021e816
AI
31242000-09-14 Andrew Innes <andrewi@gnu.org>
3125
3126 * makefile.w32-in: Standardize indentation somewhat.
3127 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
3128 cater for differences between shells.
3129
3130 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts.
3131
2a32b5ea
GM
31322000-09-14 Gerd Moellmann <gerd@gnu.org>
3133
3134 * xterm.c (x_produce_glyphs): If the distance from the current
3135 position to the next tab stop is less than a canonical character
3136 width, use the tab stop after that.
3137
b4331e96
DL
31382000-09-14 Dave Love <fx@gnu.org>
3139
3140 * buffer.c (alloc_buffer_text): Fix xmalloc call.
3141
ef9e4345
GM
31422000-09-14 Gerd Moellmann <gerd@gnu.org>
3143
085536c2
GM
3144 * xdisp.c (handle_fontified_prop): While running fontification
3145 functions, bind `fontification-functions' and
3146 `after-change-functions' to nil.
3147
ef9e4345
GM
3148 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
3149 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
3150
3151 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
3152
3153 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to
3154 USE_MMAP_FOR_BUFFERS.
3155
3156 * insdel.c (make_gap): Use enlarge_buffer_text.
3157
3158 * buffer.c: Move allocation with mmap here, from ralloc.c. Change
3159 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
3160 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
3161 from former r_alloc_* functions in ralloc.c.
3162 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New
3163 variables.
3164 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
3165 (mmap_init) [REL_ALLOC_MMAP]: New function.
3166 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
3167 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
3168 BUFFER_FREE.
3169
3170 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
3171 (enlarge_buffer_text): Add prototype.
3172
3173 * ralloc.c: Remove everything having to do with the use of mmap.
3174
f8608968
GM
31752000-09-13 Gerd Moellmann <gerd@gnu.org>
3176
2a494b2d
GM
3177 * sound.c (Fplay_sound): Doc fix.
3178
8c907a56
GM
3179 * keyboard.c: Avoid some more compiler warnings.
3180 (parse_tool_bar_item): Ignore cached key bindings.
3181
f8608968
GM
3182 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
3183 and allocation of Lisp data.
3184
6ab70e9a
GM
31852000-09-12 Gerd Moellmann <gerd@gnu.org>
3186
d12d0a9b
GM
3187 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.
3188 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame
3189 defaults first.
3190
6ab70e9a
GM
3191 * lread.c (Fload): Put code checking for recursive loads in #if 0.
3192
63c36c3c
KH
31932000-09-12 Miyashita Hisashi <himi@meadowy.org>
3194
3195 * ccl.c: Comment fixed.
3196 (MAX_MAP_SET_LEVEL): Increased to 30.
3197 (PUSH_MAPPING_STACK): Enclose with do-while block.
3198 (POP_MAPPING_STACK): Likewise.
3199 (stack_idx_of_map_multiple): New variable.
3200 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
3201 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
3202 call the corresponding CCL program by
3203 CCL_CALL_FOR_MAP_INSTRUCTION.
3204 (ccl_driver) <CCL_MapSingle>: Likewise.
3205 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
3206 with the case where looking up process reaches to the end of
3207 map-set, and call CCL programs as the above change.
3208
7ee3bd7b
GM
32092000-09-11 Gerd Moellmann <gerd@gnu.org>
3210
8ec8a5ec
GM
3211 * xfns.c (png_load, jpeg_load): Declare some variables volatile
3212 that might be clobbered by longjmp.
3213 (check_x_display_info, x_decode_color, create_frame_xic)
3214 (Fx_display_backing_store, Fx_display_visual_class)
3215 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler
3216 warnings.
3217
f74b0705
GM
3218 * lread.c (init_lread): Set Vloads_in_progress to nil.
3219 (Fload): Show list of recursively loaded files, when signaling an
3220 error.
3221
7ee3bd7b
GM
3222 * lread.c (Vloads_in_progress): New variable.
3223 (record_load_unwind): New function.
3224 (Fload): Check for recursive loads.
3225 (syms_of_lread): Initialize Vloads_in_progress.
3226 (read_integer, read1): Avoid some compiler warnings.
3227
3228 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
3229 compiler warnings.
3230
974e1e5b
MB
32312000-09-11 Miles Bader <miles@gnu.org>
3232
3233 * editfns.c (Fbuffer_string): Doc fix.
3234
9824c4e3
GM
32352000-09-10 Gerd Moellmann <gerd@gnu.org>
3236
3237 * ralloc.c (mmap_enlarge): Don't return 0 if successful.
3238
6a72fdd1
KR
32392000-09-09 Ken Raeburn <raeburn@gnu.org>
3240
3241 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
3242 whether to include other header files.
3243
28e6fb66
GM
32442000-09-09 Gerd Moellmann <gerd@gnu.org>
3245
3246 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
9824c4e3 3247 by Fmemq as a boolean.
28e6fb66 3248
7f8b6551
SM
32492000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3250
3251 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko.
3252
a8710abf
GM
32532000-09-08 Gerd Moellmann <gerd@gnu.org>
3254
d1a02881
GM
3255 * ralloc.c (mmap_fd): Remove initializer which can make it
3256 read-only in a dumped Emacs.
3257 (mmap_fd_1): New variable.
3258 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1,
3259 restore it from there.
3260 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
3261 unconditionally so that mmap_fd can be initialized there.
3262 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
3263 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
3264 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
3265
c454aac1
GM
3266 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object.
3267
3268 * xdisp.c (dump_glyph_row): Fix printf format string.
3269 (display_line, move_it_in_display_line_to): Avoid compiler
3270 warnings.
3271
fc653ef2
GM
3272 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
3273
3015eec0
GM
3274 * keymap.c (Fset_keymap_parent): Check for cycles in keymap
3275 inheritance.
3276
bfe0ee88
GM
3277 * xdisp.c (try_window_id): When trying to locate cursor in
3278 unchanged rows at the top, handle the case that we can't find it.
3279
a8710abf
GM
3280 * xterm.c (x_draw_glyphs): Handle case START and END are out
3281 of bounds more carefully.
3282
6b7d4ae4
DL
32832000-09-08 Dave Love <fx@gnu.org>
3284
423193c5
DL
3285 * s/sol2.h (REL_ALLOC_MMAP): Define.
3286 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
3287
3288 * ralloc.c: Don't include string.h (redundant).
3289 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
3290 [!MAP_ANON]: Include fcntl.h.
3291 (mmap_fd) [REL_ALLOC_MMAP]: New variable.
3292 (r_alloc, r_re_alloc, r_alloc_free)
3293 (mmap_enlarge, mmap_set_vars): Use it.
3294 (r_alloc_init_fd): New function.
3295 (__morecore) [SYSTEM_MALLOC]: Don't declare.
3296 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on
3297 malloc type.
3298
3299 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
3300 Remove vm-limit.o.
3301
6b7d4ae4
DL
3302 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
3303 change to __NetBSD__.
3304
44d31981
KH
33052000-09-08 Kenichi Handa <handa@etl.go.jp>
3306
3307 * search.c (compile_pattern): Check the multibyteness of cached
3308 string and PATTERN.
3309
aad40737
MB
33102000-09-08 Miles Bader <miles@gnu.org>
3311
3312 * xfaces.c (default_face_vector): Function removed.
3313 (Finternal_merge_in_global_face): Restore old global/local
3314 attribute override order. Use inline loop instead of calling
3315 default_face_vector.
3316
91a211b5
GM
33172000-09-07 Gerd Moellmann <gerd@gnu.org>
3318
3319 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
3320 (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
3321 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
3322 where necessary, in case POINTER_TYPE is `void'.
3323
03419440
EZ
33242000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * frame.c (make_terminal_frame): Initialize frame foreground and
3327 background colors to unspecified, for the initial instance of an
3328 MSDOS frame.
3329
f46f845b
GM
33302000-09-07 Gerd Moellmann <gerd@gnu.org>
3331
24f76fbf
GM
3332 * ralloc.c (mmap_find): Fix overlap computation.
3333 (mmap_enlarge): Compute nbytes before trying to find an
3334 overlapping region.
3335
f46f845b
GM
3336 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
3337 instead of `!='.
3338
3339 * lread.c (syms_of_lread): Change value of regexp
3340 Vbytecomp_version_regexp to not match some XEmacs-compiled files.
3341
3342 * xmenu.c (xdialog_show): When looking up the selection in
3343 menu_items, take `quote' boundaries into account; this corresponds
3344 to a nil ITEM in x-popup-dialog.
3345
3c014385
KH
33462000-09-07 Kenichi Handa <handa@etl.go.jp>
3347
fd6f711b
KH
3348 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
3349 not 0x81.
3350 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
3351
3c014385 3352 * coding.c (encode_coding_sjis_big5): Use translation table for
ed254191
KH
3353 encoding, not decoding. Fix the handling of latin-jisx0201.
3354 Check for the charset katakana-jisx0201 too.
3c014385 3355 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
f46f845b 3356 (detect_coding_sjis): Check the byte sequence more rigidly.
3c014385 3357
0da3ecef
GM
33582000-09-07 Gerd Moellmann <gerd@gnu.org>
3359
ab0ee409
GM
3360 * xfaces.c (Vparam_value_alist): New variable.
3361 (syms_of_xfaces): Initialize it.
3362 (Finternal_set_lisp_face_attribute): Avoid more consing.
3363
3364 * frame.c (Fframe_parameter): Handle `name' and `background-mode'
3365 specially.
3366 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
3367 (Qbackground_mode): New variable.
3368 (syms_of_frame_1): Initialize Qbackground_mode.
3369
3370 * lisp.h (Qdisplay): Declare extern.
1091dd67 3371
0da3ecef
GM
3372 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
3373 change face on all frames, and change the default for new frames.
3374
b14654b9
DL
33752000-09-07 Dave Love <fx@gnu.org>
3376
3377 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
3378
d24fd56f
KH
33792000-09-07 Kenichi Handa <handa@etl.go.jp>
3380
794f3670
KH
3381 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
3382
0fddd0dc
KH
3383 * charset.c: Include composite.h
3384 (lisp_string_width): New function.
3385 (Fstring_width): Call lisp_string_width instead of strwidth.
3386
3387 * Makefile.in (charset.o): Depends on composite.h.
3388
d24fd56f
KH
3389 * process.c (read_process_output): Before inserting the decoded
3390 text in the buffer, adjust the multibyteness.
3391
fa0b693c
GM
33922000-09-06 Gerd Moellmann <gerd@gnu.org>
3393
73b77ee5
GM
3394 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
3395 buffer's text buffer is null, map new memory.
3396
0a58f946
GM
3397 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
3398 POINTER_TYPE and size_t.
3399 (struct mmap_region) [REL_ALLOC_MMAP]: New structure.
3400 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables.
3401 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA)
3402 [REL_ALLOC_MMAP]: New macros.
3403 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars)
3404 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free)
3405 [REL_ALLOC_MMAP]: New functions.
3406
3407 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
3408 before and after unexec.
3409
3410 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer
3411 text buffers if necessary.
3412
3413 * buffer.h (R_ALLOC_DECLARE): Removed because unused.
3414 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t
3415 in prototypes.
3416
fa0b693c
GM
3417 * config.in (HAVE_MMAP): Add #undef.
3418
877055f6
GM
34192000-09-05 Gerd Moellmann <gerd@gnu.org>
3420
08ba3862
GM
3421 * frame.c (Qdisplay_type): New variable.
3422 (syms_of_frame_1): Initialize it.
3423 (Fframe_parameter): New function that avoids consing.
3424 (syms_of_frame): Defsubr it.
3425
66ffe51c
GM
3426 * buffer.c (Fother_buffer): Consider buffers as invisible when
3427 they are displayed in a window on an invisible frame.
3428
877055f6
GM
3429 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
3430 get-largest-window always return nil.
3431
bb970e67
GM
34322000-09-04 Gerd Moellmann <gerd@gnu.org>
3433
3434 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
3435 variable; recognize Emacs 19 elc files.
3436
7a3d0e0e
MB
34372000-09-04 Miles Bader <miles@gnu.org>
3438
3439 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face
3440 before initially popping up the menu, so the menu doesn't flash
3441 when the face settings are significantly different from the
3442 defaults.
3443
14473664
SM
34442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3445
3446 * regex.c (WIDE_CHAR_SUPPORT): New macro.
3447 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
3448 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
3449 (BIT_UNIBYTE): Remove.
3450 (re_match_2_internal): Delete corresponding code and streamline the
3451 BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
3452 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
3453 (re_wctype_t): New type.
3454 (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
3455 (regex_compile): Use them and fix handling of overly long char classes.
3456
c1174479
AI
34572000-09-03 Andrew Innes <andrewi@gnu.org>
3458
f8803e97
AI
3459 * makefile.w32-in: Change to DOS line endings.
3460
c1174479
AI
3461 * s/ms-w32.h (ORDINARY_LINK): New define.
3462
3463 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
3464 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
3465
3466 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
3467 (distclean): Delete them here instead.
3468
44ef7cf6
AI
3469 * w32proc.c (compare_env): Convert to uppercase for comparison,
3470 not lowercase, to match how the native Windows shell works.
3471
49b3bd82
JR
34722000-09-03 Jason Rumney <jasonr@gnu.org>
3473
3474 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
3475 CVS changes the line-ends when checking in/out on DOS/Windows.
3476
3477 * makefile.nt (emacs): Do not change directory to run temacs, as
3478 the load-path is set relative to current directory.
3479
a3d35a39
MB
34802000-09-03 Miles Bader <miles@gnu.org>
3481
3482 * xterm.c (x_alloc_lighter_color_for_widget): New function.
3483
d276b0cf
GM
34842000-09-02 Gerd Moellmann <gerd@gnu.org>
3485
715e84c9
GM
3486 * xdisp.c (redisplay_mode_lines): New function.
3487 (display_mode_lines): Return number of mode lines displayed.
3488 (echo_area_display): Use redisplay_mode_lines to draw garbaged
3489 mode lines. Don't temporarily bind redisplay-dont-pause to t.
3490
8892f40b
GM
3491 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
3492 string.h and strings.h.
3493 (index) [HAVE_INDEX]: Add prototype.
3494
d276b0cf
GM
3495 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
3496 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
3497
3498 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>.
3499 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
3500
38404229
GM
35012000-09-01 Gerd Moellmann <gerd@gnu.org>
3502
3503 * lread.c (read1): Accept `?' as symbol constituent, for
3504 compatiblity with XEmacs.
3505
c0f9ea08
SM
35062000-08-31 Stefan Monnier <monnier@cs.yale.edu>
3507
3508 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
3509 (struct re_pattern_buffer): Remove newline_anchor.
3510 * regex.c: Keep namespace clean for GNU libc by renaming <fun>
3511 to __<fun> and using `weak_alias (__<fun>, <fun>)'.
3512 (re_max_failures, fail_stack): Use size_t rather than unsigned.
3513 (regex_compile): For ^ and $, choose between buffer and line (beg|end)
3514 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
3515 (print_compiled_pattern, re_search_2, mutually_exclusive_p)
3516 (re_match_2_internal, re_compile_pattern, re_comp, regcomp):
3517 Get rid of references to newline_anchor.
3518 (regcomp): Allocate and precompute a fastmap.
3519
8c0f83fe
GM
35202000-08-31 Gerd Moellmann <gerd@gnu.org>
3521
3522 * lread.c (openp): GCPRO local variable `filename'.
3523
4bb91c68
SM
35242000-08-30 Stefan Monnier <monnier@cs.yale.edu>
3525
3526 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated.
3527
3528 * regex.c: Merge some changes from GNU libc. Add prototypes.
3529 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
3530 Use memcmp and memcpy instead of bcopy and bcmp.
3531 (init_syntax_once): Use ISALNUM.
3532 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
3533 (REG_UNSET_VALUE): Remove. Use NULL instead.
3534 (REG_UNSET, re_match_2_internal): Use NULL.
3535 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
3536 New macros.
3537 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
3538 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
3539 (regex_compile): In handle_interval, return an error rather than try to
3540 unfetch the interval if we can't find the closing brace.
3541 Obey the RE_NO_GNU_OPS syntax bit.
3542 (TOLOWER): New macro.
3543 (regcomp): Use it.
3544 (regexec): Allocate regs.start and regs.end as one block.
3545
5226a931
GM
35462000-08-30 Gerd Moellmann <gerd@gnu.org>
3547
868dd24b
GM
3548 * xdisp.c (echo_area_display): Check display_completed instead
3549 of calling detect_input_pending.
3550
3551 * dispnew.c (update_frame): Only set display_completed here; move
3552 the update_begin and update_end calls here from update_frame_1.
3553 (update_frame_1): Don't set display_completed here, don't call
3554 update_begin/update_end.
3555
5226a931
GM
3556 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters
3557 instead of store_frame_param.
3558
2a8bd25f
GM
35592000-08-29 Gerd Moellmann <gerd@gnu.org>
3560
3561 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
3562 desired window matrix hasn't been displayed, use the current row
3563 instead. Make sure that only those frame rows are updated for
3564 which there exists a corresponding enabled desired row.
3565
ba3478d9
MB
35662000-08-29 Miles Bader <miles@gnu.org>
3567
3568 * xfaces.c (default_face_vector): New function.
3569 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors.
3570
87d0f685
GM
35712000-08-29 Gerd Moellmann <gerd@gnu.org>
3572
3573 * lread.c (openp): Prevent temporary string passed to
3574 Ffile_readable_p from being garbage collected.
3575
6fa86045
DL
35762000-08-28 Dave Love <fx@gnu.org>
3577
3578 * keymap.c (store_in_keymap): Add `static' to declaration.
3579
bb17930d
GM
35802000-08-28 Gerd Moellmann <gerd@gnu.org>
3581
3582 * emacs.c, callint.c, doc.c, editfns.c
3583 (toplevel) [HAVE_STRING_H]: Include string.h.
3584 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
3585 (index): Remove prototypes which might conflict with non-standard
3586 definitions of index/strchr.
3587
3588 * s/usg5-3.h (index): Define only if not HAVE_INDEX.
3589 (rindex): Define only if !HAVE_RINDEX.
3590
3591 * s/sco5.h (bcopy, bzero, bcmp): Don't define.
3592
3593 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
3594
87188200
MB
35952000-08-28 Miles Bader <miles@gnu.org>
3596
3597 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if
3598 made inconsistent by a font-related attribute in FROM.
3599 (merge_face_inheritance): Add function comment.
3600
41a68aef
KH
36012000-08-28 Kenichi Handa <handa@etl.go.jp>
3602
3603 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with
3604 the 4th arg (PREV_EVENT) Qt to suppress input method.
3605
f7c436c1
SM
36062000-08-27 Stefan Monnier <monnier@cs.yale.edu>
3607
0b32bf0e
SM
3608 * regex.c: Indent cpp directives and remove parens after `defined'.
3609 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
3610 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
3611 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
3612 (re_compile_pattern): Use size_t for length.
3613 (init_syntax_once): Move to a better place.
3614 * regex.h: Merge changes from GNU libc. Indent cpp directives.
3615 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
3616
f7c436c1
SM
3617 * syntax.c (back_comment): Detect cases where a comment-starter is
3618 actually inside another comment as in: /* a // b */ c // d \n.
3619 Make it clear that `comstart_pos' is unused for nested comments.
3620
3621 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
3622 (KEYMAPP): New macro.
3623 (Fkeymap_parent, Fset_keymap_parent): Use it.
3624 (fix_submap_inheritance): Mark it static.
3625 (define_as_prefix, describe_buffer_bindings, describe_command)
3626 (describe_translation, describe_map): Complete prototypes.
3627
3628 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
3629
3630 * keyboard.c (menu_bar_item): Detect duplicate entries for all items
3631 to better match the key-lookup behavior.
3632
6288c62f
GM
36332000-08-27 Gerd Moellmann <gerd@gnu.org>
3634
3635 * xfaces.c (lface_fully_specified_p): Handle :inherit.
3636 (Finternal_set_lisp_face_attribute): Fix typo in error message.
3637
e931344e
EZ
36382000-08-27 Eli Zaretskii <eliz@is.elta.co.il>
3639
3640 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o)
3641 (process.o, scroll.o, sysdep.o): Depend on keyboard.h.
3642 (xterm.o): Depend on coding.h
3643
d10dfeef
KH
36442000-08-26 Kenichi Handa <handa@etl.go.jp>
3645
3646 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and
3647 the corresponding '#endif'.
3648
2d73e8d3
MB
36492000-08-26 Miles Bader <miles@gnu.org>
3650
3651 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
3652 * xfaces.c (QCinherit): New variable.
3653 (syms_of_xfaces): Initialize it.
3654 (LFACE_INHERIT): New macro.
3655 (Finternal_get_lisp_face_attribute)
3656 (merge_face_vector_with_property)
3657 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
3658 (check_lface_attrs): Allow new types of face height. Check
3659 inherit attribute.
3660 (CYCLE_CHECK): New macro.
3661 (merge_face_inheritance): New function.
3662 (merge_face_vectors): Merge inherited faces too. Add F and
3663 CYCLE_CHECK arguments.
3664 (merge_face_vector_with_property, Finternal_merge_in_global_face)
3665 (lookup_named_face, lookup_derived_face, realize_named_face)
3666 (face_at_string_position, face_at_buffer_position): Supply
3667 new F and CYCLE_CHECK arguments to merge_face_vectors.
3668 (merge_face_heights): New function.
3669 (merge_face_vectors, merge_face_vector_with_property)
3670 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
3671 handle relative face heights.
3672 (lface_same_font_attributes_p): Compare heights using EQ.
3673
6ce974d4
KH
36742000-08-26 Kenichi Handa <handa@etl.go.jp>
3675
3676 * charset.c (char_to_string): Check the character validity.
3677 (char_valid_p): If C is not less than MAX_CHAR, be sure to return
3678 0.
3679
dc1e502d
SM
36802000-08-25 Stefan Monnier <monnier@cs.yale.edu>
3681
3682 * regex.c (PUSH_FAILURE_COUNT): New macro.
3683 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG.
3684 Handle popping of a register's or a counter's data.
3685 (POP_FAILURE_POINT): Use the new name.
3686 (re_match_2_internal): Push counter data on the stack for succeed_n,
3687 jump_n and set_number_at and remove misleading dead code in succeed_n.
3688
bd9d0f3f
GM
36892000-08-25 Gerd Moellmann <gerd@gnu.org>
3690
3691 * xdisp.c (redisplay_internal): If considering all windows on all
3692 frames, update the display for each frame as soon as possible,
3693 instead of first building all desired matrices for all frames, and
3694 then updating them all.
3695 (try_cursor_movement): Handle case that last_cursor.vpos is -1.
3696
aa5b8e15
GM
36972000-08-24 Gerd Moellmann <gerd@gnu.org>
3698
17494071
GM
3699 * bytecode.c (mark_byte_stack): Add a comment.
3700
aa5b8e15
GM
3701 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)
3702 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is
3703 a graphical frame.
3704
c543db81
KH
37052000-08-24 Kenichi Handa <handa@etl.go.jp>
3706
d246d5f5
KH
3707 * minibuf.c (do_completion): Always use compare-string, not
3708 string-equal because the latter doesn't pay attention to
3709 multibyteness of strings.
3710
c543db81
KH
3711 * process.c (create_process): Don't setup raw-text coding here.
3712 (Fopen_network_stream): Don't set coding->src_multibyte and
3713 coding->dst_multibyte here.
3714 (read_process_output): For process filter, return unibyte string
3715 if default-enable-multibyte-characters is nil.
3716 (send_process): If OBJECT is multibyte text, be sure to encoded it
3717 by the specified coding system for the process. Otherwise, setup
3718 raw-text coding.
3719 (init_process): Don't initialize default-process-coding-system
3720 here.
3721
9b47cfe0
EZ
37222000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
3723
3724 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
3725 <scroll-down-aggressively>: Likewise.
3726
f5a36960
KH
37272000-08-23 Kenichi Handa <handa@etl.go.jp>
3728
3729 * coding.c (encode_eol): Fix bug for the case of dst_bytes being
3730 zero. Set coding->produced_char correctly.
3731
69a7ffa7
AI
37322000-08-22 Andrew Innes <andrewi@gnu.org>
3733
3734 * makefile.w32-in: New file.
3735
3736 * unexw32.c (unexec): Ignore old_name, and use the actual location
3737 of the current executable instead. Base new_name on this.
3738
3739 * w32proc.c (create_child): Remove reference to security
3740 descriptor, which isn't needed and doesn't compile with mingw32.
3741
3742 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
3743 up dllimport attributes.
3744 (x_update_window_end): Update prototype.
3745
3746 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary
3747 extern, which screws up dllimport attributes.
3748
3749 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
3750 up dllimport attributes.
3751
3752 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which
3753 screws up dllimport attributes.
3754
3755 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
3756 up dllimport attributes.
3757 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
3758 screws up dllimport attributes.
3759
3760 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
3761 up dllimport attributes.
3762
3763 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which
3764 screws up dllimport attributes.
3765
3766 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which
3767 screws up dllimport attributes.
3768
3769 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
3770 up dllimport attributes.
3771
3772 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove
3773 unnecessary extern, which screws up dllimport attributes.
3774 (main): Ditto.
3775
3776 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
3777 up dllimport attributes.
3778
3779 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove
3780 unnecessary extern, which screws up dllimport attributes.
3781
3782 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which
3783 screws up dllimport attributes.
3784
3785 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
3786 up dllimport attributes.
3787
3788 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers.
3789
3790 * w32bdf.c (search_file_line):
3791 (set_bdf_font_info):
3792 (seek_char):
3793 (w32_get_bdf_glyph):
3794 (w32_BDF_to_x_font): Fix compile warnings.
3795
3796 * w32menu.c: Include keyboard.h before frame.h. Fix compile
3797 warnings.
3798
3799 * w32select.c: Include keyboard.h before frame.h.
3800
3801 * w32fns.c (max): Define macro.
3802 (JOHAB_CHARSET): Define if not known.
3803 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
3804 (Fx_show_tip): Synch with X version.
3805
3806 * w32xfns.c: Include keyboard.h before frame.h.
3807
3808 * w32fns.c: Include keyboard.h before frame.h.
3809
3810 * w32term.c: Include keyboard.h before frame.h.
3811
3812 * fontset.c: Include keyboard.h before frame.h.
3813
3814 * w32inevt.c: Include keyboard.h before frame.h.
3815 (MOUSE_MOVED): Define if not known.
3816
3817 * minibuf.c: Include keyboard.h before frame.h.
3818
3819 * keyboard.c: Include keyboard.h before frame.h.
3820
3821 * indent.c: Include keyboard.h before frame.h.
3822
3823 * dispnew.c: Include keyboard.h before frame.h.
3824
3825 * buffer.c: Include keyboard.h before frame.h.
3826
3827 * alloc.c: Include keyboard.h before frame.h.
3828
3829 * print.c: Include keyboard.h before frame.h.
3830
3831 * process.c: Include keyboard.h before frame.h.
3832
3833 * scroll.c: Include keyboard.h before frame.h.
3834
3835 * sysdep.c: Include keyboard.h before frame.h.
3836
3837 * term.c: Include keyboard.h before frame.h.
3838
3839 * window.c: Include keyboard.h before frame.h.
3840
3841 * xdisp.c: Include keyboard.h before frame.h.
3842 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
3843
3844 * frame.c: Include keyboard.h before frame.h.
3845
3846 * w32heap.h: Undefine min, max.
3847
3848 * w32gui.h: Undefine min, max.
3849
3850 * unexw32.c: Change PUCHAR to PCHAR.
3851 (PTR_TO_OFFSET): Cast ptr to unsigned char *.
3852 (relocate_offset):
3853 (get_section_info):
3854 (copy_executable_and_dump_data): Remove unnecessary static defs.
3855 (copy_executable_and_dump_data): Fix compile warnings.
3856
3857 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined.
3858
3859 * w32console.c (min): Define macro.
3860 (clear_frame, write_glyphs): Fix compile warning.
3861
3862 * w32proc.c (compare_env):
3863 (find_child_console): Fix compile warning.
3864
3865 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use
3866 sys_errlist instead of _sys_errlist.
3867 (get_emacs_configuration_options): New function.
3868
3869 * s/ms-w32.h (sys_nerr): Provide default definition.
3870 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
3871 name with _ prepended.
3872 (NSIG): Define if not known.
3873 (get_emacs_configuration): Provide extern declaration.
3874 (get_emacs_configuration_options): Provide extern declaration.
3875 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
3876
3877 * w32.c (gettimeofday): Use struct timeb, not struct _timeb.
3878 (map_w32_filename):
3879 (read_unc_volume): Fix compile warning.
3880
3881 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock
3882 definitions from being used.
3883
3884 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
3885
3886 * w32.c (unc_volume_file_attributes):
3887 (open_unc_volume): Make arg const.
3888
3889 * sysdep.c [WINDOWSNT]: Remove extern decl of errno.
3890 (read_input_waiting): Remove excess parameter.
3891
3892 * w32.c (init_environment): Call _access.
3893 (check_windows_init_file): Call _close.
3894 (init_user_info): Call _putenv.
3895 (init_environment): Call _putenv and _strdup.
3896 (init_ntproc): Reset volume info cache on startup.
3897
3898 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if
3899 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
3900 cannot override the CRT malloc.
3901
3902 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
3903 (LINK_FLAGS): Append to original value of LINK_FLAGS.
3904
3905 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
3906 unless we are linking with a static CRT.
3907 (RVA_TO_PTR): Cast result to unsigned char*.
3908
3909 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
3910 (add_volume_info): Use xstrdup.
3911
25060080
SM
39122000-08-22 Stefan Monnier <monnier@cs.yale.edu>
3913
3914 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'.
3915 (do_completion, Fminibuffer_complete_word): Use it.
3916 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp
3917 var so it can take non-boolean values.
3918
6917e6bb
GM
39192000-08-21 Gerd Moellmann <gerd@gnu.org>
3920
acb7cc89
GM
3921 * editfns.c (find_field): Formatting changes.
3922 (toplevel): Some old-style function forward declarations
3923 changed to prototypes, some new protypes added, some functions
3924 made static.
3925
3926 * lisp.h (set_time_zone_rule): Add prototype.
3927 (use_dialog_box): External declaration.
3928
0bbfdc25
GM
3929 * keyboard.c (gen_help_event): Add parameter SIZE.
3930 (kbd_buffer_events_waiting): Slightly rewritten.
3931 (clear_event): New function.
3932 (kbd_buffer_get_event): Use it, and clear the input_events of
3933 HELP_EVENTs.
3934 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
3935 don't fill the newly created array with nils.
3936 (toplevel): Convert some old-style function forward declarations
3937 to prototypes.
3938
3939 * keyboard.h (gen_help_event): Change prototype.
3940
3941 * xterm.c (XTread_socket): Change calls to gen_help_event.
3942
3943 * w32term.c (w32_read_socket): Change calls to gen_help_event.
3944
6917e6bb
GM
3945 * eval.c (Fmacroexpand): Doc fix.
3946
e5cd3d11
JR
39472000-08-20 Jason Rumney <jasonr@gnu.org>
3948
3949 * w32term.h (x_display_info_for_display): Remove as this function
3950 does not exist on W32.
3951
3952 * w32term.c (help_echo_window): New variable.
3953 (syms_of_w32term): staticpro it.
3954 (note_mode_line_highlight): Set it.
3955 (XTextExtents16): Removed as there is no equivalent on W32.
3956 (x_compute_glyph_string_overhangs): Incomplete body removed, as
3957 the X way of doing this will not work for W32.
3958 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
3959 (x_draw_image_foreground): Avoid drawing outside of the clip area
3960 when image doesn't have a mask.
3961 (note_mouse_highlight): Process overlays in the right order of
3962 priority. Set help_echo_window.
3963 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
3964 because that's more visible for large images.
3965
3966 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
3967 name to single_keymap_panes.
3968 (w32_menu_show): Set wv->title when dealing with titles.
3969 (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
3970
6e69ab8c
MB
39712000-08-21 Miles Bader <miles@gnu.org>
3972
3973 * minibuf.c (do_completion): Try again if we rewrite the input
3974 string, but no completion was done, so that any completion message
3975 will be correct.
3976
511bd4eb
GM
39772000-08-20 Gerd Moellmann <gerd@gnu.org>
3978
3979 * xfaces.c (lface_equal_p): Compare strings differently.
3980 (Qtty_color_alist, Vtty_defined_color_alist): New variables.
3981 (realize_tty_face): Use them.
3982 (syms_of_xfaces): Initialize new variables.
3983 (map_tty_color): New function, extracted from realize_tty_face.
3984 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
3985 foreground or background color, store the new color name in the
3986 realized face; previous code trying to do this had no effect.
3987 (realize_tty_face): Use map_tty_color.
3988 (Fclear_face_cache): Set face_change_count and ensure thorough
3989 redisplay.
3990
1433385f
GM
39912000-08-19 Gerd Moellmann <gerd@gnu.org>
3992
511bd4eb
GM
3993 * undo.c (record_first_change, record_marker_adjustment): Don't
3994 use XBUFFER on last_undo_buffer which might not be a buffer.
1433385f 3995
419ac0a2
KH
39962000-08-18 Kenichi Handa <handa@etl.go.jp>
3997
3998 * coding.c (decode_coding_string): Set members consumed,
3999 consumed_char, produced, produced_char of *coding correctly. If
4000 decode_coding doesn't consume any byte, don't try anymore.
4001 (encode_coding_string): Likewise.
4002
7eb9e30d
GM
40032000-08-18 Gerd Moellmann <gerd@gnu.org>
4004
511bd4eb
GM
4005 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
4006 conditional have void type, for Standard C compilers.
7eb9e30d
GM
4007
4008 * xdisp.c (redisplay_internal): Compare windows for equality with
4009 EQ, instead of applying XWINDOW to something that might not
4010 be a window.
4011
dd34a735
KH
40122000-08-18 Kenichi Handa <handa@etl.go.jp>
4013
4014 * fontset.c (Finternal_char_font): Search only the selected frame
4015 for a window of the current buffer.
4016
385ff9e3
GM
40172000-08-18 Gerd Moellmann <gerd@gnu.org>
4018
511bd4eb 4019 * minibuf.c (do_completion): Use EQ instead of `!=' to compare
01cce3e7
GM
4020 Lisp_Objects.
4021
385ff9e3
GM
4022 * keyboard.c (kbd_buffer_get_event): Handle the case that the
4023 second half of a HELP_EVENT is found at the start of kbd_buffer.
4024
d6abb4c7
MB
40252000-08-18 Miles Bader <miles@gnu.org>
4026
4618074a
MB
4027 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.
4028
d6abb4c7
MB
4029 * editfns.c (save_restriction_save): Rewrite to use markers.
4030 (save_restriction_restore): Rewrite to understand new form of data
4031 saved by save_restriction_save.
4032 (Fsave_restriction): Remove cautionary note in doc-string.
4033
a7b28523
GM
40342000-08-17 Gerd Moellmann <gerd@gnu.org>
4035
4036 * fileio.c (build_annotations): Add a comment explaining the
4037 return value of format-annotate-function. Replace a spurious call
4038 to Flength with a CONSP test. Call format-annotate-function with
4039 a fifth arg specifying how many times the function is been called
4040 in a row, to let it choose temporary buffers appropriately.
4041
03c9ed77
DL
40422000-08-17 Dave Love <fx@gnu.org>
4043
4044 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
4045 declare make_temp_name twice.
4046
4047 * lread.c: Prototype readevalloop, load_unwind,
4048 load_descriptor_unwind.
4049 (unreadpure): Give it an arg.
4050
4051 * unexalpha.c: Prototype fatal_unexec, mark_x,
4052 update_dynamic_symbols. Declare unexec as void.
4053
4054 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>.
4055 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
4056
4057 * alloc.c (lisp_malloc): Declare with POINTER_TYPE.
4058 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on
4059 DOUG_LEA_MALLOC.
4060
4061 * alloca.c: Use #error.
4062 [POINTER_TYPE]: Use it.
4063
4064 * eval.c (Fdefvar): Doc fix.
4065
4066 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid
4067 INITIALIZE_INTERVAL.
4068
4069 * buffer.h: Avoid DECLARE_INTERVALS.
4070
4071 * config.in: Add size_t.
4072
aae41d97
EZ
40732000-08-17 Eli Zaretskii <eliz@is.elta.co.il>
4074
4075 * w16select.c (set_clipboard_data): If there's not enough memory
4076 to put text into clipboard, return 1, as Fw16_set_clipboard_data
4077 expects. In case of other failures, return 3.
4078 (system_error_msg): New error message.
4079 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
4080 system_error_msg.
4081
65aa5e85
GM
40822000-08-16 Gerd Moellmann <gerd@gnu.org>
4083
4084 * term.c (write_glyphs): Also turn off inverse video after turning
4085 off other appearances in case TS_exit_attribute_mode is not equal
4086 to TS_end_standout_mode.
4087 (insert_glyphs): Turn inverse video on/off for each run of glyphs
4088 with the same face.
4089 (turn_off_face): Reset standout_mode only if
4090 TS_exit_attribute_mode has been output and TS_exit_attribute_mode
4091 is equal to TS_end_standout_mode.
4092
ece23901
KH
40932000-08-16 Kenichi Handa <handa@etl.go.jp>
4094
9d7bcb2e
KH
4095 * coding.c (encode_coding): Fix the bug of not flushing ISO escape
4096 sequence at the end of the source block.
4097
ece23901
KH
4098 * ccl.c (Fccl_program_p): Docstring modified.
4099 (Fccl_execute): Likewise.
4100 (Fccl_execute_on_string): Likewise.
4101
5e30eaa2
EZ
41022000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4103
4104 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
4105
290602fd
KH
41062000-08-16 Kenichi Handa <handa@etl.go.jp>
4107
4108 The following changes are mainly to fix bugs of
4109 encode/decode-coding-string failing if encoding/decoding return
4110 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global
4111 variable conversion_buffer.
4112
4113 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char,
4114 decrement dst_end to avoid buffer overflow in the later call of
4115 string_as_multibyte
4116
4117 * coding.h (conversion_buffer_size, conversion_buffer)
4118 (get_conversion_buffer): Extern deleted.
4119
4120 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
4121 (conversion_buffer, conversion_buffer_size): Variables deleted.
4122 (get_conversion_buffer): Function deleted.
4123 (struct conversion_buffer): New structure.
4124 (MAX_ALLOCA): New macro.
4125 (allocate_conversion_buffer): New macro.
4126 (extend_conversion_buffer, free_conversion_buffer): New functions.
4127 (ccl_coding_driver): Set coding->result.
4128 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if
4129 this is the last block of source.
4130 (encode_coding): Likewise. Handle the source block as the last
4131 one only when the whole source text is consumed.
4132 (decode_coding_string): Handle the case that the output buffer is
4133 too small to decode the whole source text. Use
4134 allocate_conversion_buffer, extend_conversion_buffer and
4135 free_conversion_buffer, not get_conversion_buffer.
4136 (encode_coding_string): Likewise.
4137 (init_coding): Function deleted.
4138 (init_coding_once): Delete code to initialize
4139 conversion_buffer_size.
4140
4141 * emacs.c (main): Don't call init_coding.
4142
4143 * msdos.c (IT_write_glyphs): Use a locally declared
4144 conversion_buffer.
4145
4146 * term.c (write_glyphs): Use a locally declared conversion_buffer.
4147 (insert_glyphs): Likewise.
4148
4149 * w32console.c (write_glyphs): Use a locally declared
4150 conversion_buffer.
4151
b9f80d41
EZ
41522000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4153
4154 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame
4155 member of display_info is NULL.
4156
32dc52f7
GM
41572000-08-15 Gerd Moellmann <gerd@gnu.org>
4158
58ed0d3b
GM
4159 * alloc.c (compact_small_strings): Use safe_bcopy, add an
4160 assertion.
4161
32dc52f7 4162 * term.c (turn_off_face): Reset standout_mode when resetting
58ed0d3b 4163 appearances with capability `me'.
32dc52f7
GM
4164 (write_glyphs): Switch on inverse video before each face change.
4165
4eb22d33
DL
41662000-08-14 Dave Love <fx@gnu.org>
4167
4168 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
4169 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
4170 (lisp_free): Declare and make static.
4171
4172 * window.c: Fix embedded comment.
4173 (syms_of_window): Fix doc string.
4174
90cbf47e
GM
41752000-08-14 Gerd Moellmann <gerd@gnu.org>
4176
4177 * keymap.c (push_key_description): If C without modifiers is < 32,
4178 make sure to print `C-' before `M-', like in the manual.
4179
440fc135
GM
41802000-08-11 Gerd Moellmann <gerd@gnu.org>
4181
4182 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
4183 since they aren't relocated anymore.
4184 (sxhash_string): Make sure returned hash code fits in a Lisp
4185 integer.
4186
4187 * xdisp.c (try_cursor_movement): Fix handling of cursor in
4188 partially visible line which is smaller than the window's
4189 height.
4190
6e264fad
KH
41912000-08-11 Kenichi Handa <handa@etl.go.jp>
4192
4193 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to
4194 the multibyte form of eight-bit-control characters.
4195 (Fccl_execute_on_string): Initialize ccl->multibyte.
4196
4197 * ccl.h (struct ccl_program): New member multibyte.
4198
4199 * coding.c (ccl_coding_driver): Initialize ccl->multibyte.
4200
c371f69a
KH
42012000-08-11 Kenichi Handa <handa@etl.go.jp>
4202
4203 * regex.c (regex_compile) <normal_char>: Pay attention to
4204 multibyteness.
4205 (analyse_first) <exactn>: Setup fastmap correctly for
4206 eight-bit-control characters.
4207
42082000-08-11 Kenichi Handa <handa@etl.go.jp>
4209
4210 * termhooks.h (enum event_kind): New member
4211 multibyte_char_keystroke.
4212
4213 * keyboard.c (make_lispy_event): Handle the new event type
4214 multibyte_char_keystroke.
4215
4216 * xterm.c: Include coding.h.
4217 (XTread_socket): Work around a bug of XmbLookupString. If the
4218 input is from XIM, decode it according to the current locale. In
4219 that case, generate multibyte_char_keystroke events.
4220
b8ddbe71
KH
42212000-08-11 Kenichi Handa <handa@etl.go.jp>
4222
4223 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
4224 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
4225
47589c8c
GM
42262000-08-10 Gerd Moellmann <gerd@gnu.org>
4227
4228 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable.
4229 (TRACE_MOVE) [GLYPH_DEBUG]: New macro.
4230 (move_it_in_display_line_to): Record iterator's ascent and descent
4231 before producing glyphs, and restore them when we know the glyph
4232 doesn't fit on the line.
4233 (move_it_to): Restructured so that it's easier to debug. If
4234 moving to a vpos, and not moving to an x or character position,
4235 stop as soon as the specified vpos is reached; don't move further
4236 into that line because that might change the computed line height.
4237 (try_cursor_movement): New function, extracted from the cursor
4238 movement branch of redisplay_window. If ending on a partially
4239 visible line, don't try to scroll if the cursor line is taller
4240 than the window.
4241 (redisplay_window): Use try_cursor_movement.
4242
4243 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion,
4244 because that function doesn't cope with variable-height lines.
4245
4246 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a
4247 box cursor because that's better visible for large images.
4248
c51bacd6
MB
42492000-08-10 Miles Bader <miles@gnu.org>
4250
4251 * w32term.c (note_mouse_highlight): Update calls to overlays_at.
4252
bea56df7
GM
42532000-08-10 Gerd Moellmann <gerd@gnu.org>
4254
4255 * xdisp.c (Vmessages_buffer_name): New variable.
4256 (message_dolog): Use it.
4257 (syms_of_xdisp): Initialize it.
4258
99cd7364
EZ
42592000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4260
4261 * msdos.c (IT_note_mouse_highlight): Update the calls to
4262 overlays_at.
4263 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's
4264 redundant now that keyboard.h is included.
4265
7d093d56
EZ
42662000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4267
4268 * keyboard.c (kbd_buffer_events_waiting): New function.
4269
4270 * keyboard.h (kbd_buffer_events_waiting): Add prototype.
4271
4272 * msdos.c: Include keyboard.h.
4273 (XMenuActivate): Empty no_event events from the event buffer. If
4274 no events are left after that, call clear_input_pending.
4275 (mouse_clear_clicks): New function, code moved from mouse_init.
4276 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
4277 mouse driver to ``forget'' any past clicks.
4278
4279 * Makefile.in (msdos.o): Depend on keyboard.h.
4280
41e757a6
GM
42812000-08-09 Gerd Moellmann <gerd@gnu.org>
4282
8e7bd231
GM
4283 * lisp.h (input_pending): External declaration.
4284
4285 * dispextern.h (Qredisplay_dont_pause): Declare extern.
4286
4287 * xdisp.c (echo_area_display): Display thoroughly if input is
4288 pending. Bind redisplay-dont-pause to t during the redisplay.
4289 in case input is pending.
4290
4291 * dispnew.c (Qredisplay_dont_pause): New variable.
4292 (syms_of_display): Initialize and staticpro it.
4293 (update_frame_1): Don't interrupt the display for pending input if
4294 redisplay_dont_pause is set.
4295
43028b7e
GM
4296 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
4297
41e757a6
GM
4298 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
4299
2f2174fa
KH
43002000-08-09 Miles Bader <miles@lsi.nec.co.jp>
4301
4302 * callproc.c (Fcall_process): Terminate the unwind-protect around
4303 the post-read-conversion of coding system.
4304
0a6fd67e
MB
4305 * buffer.c (overlays_at): Add CHANGE_REQ parameter.
4306 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
4307 * buffer.h (overlays_at): Update prototype.
4308 * xdisp.c (next_overlay_change): Update call to overlays_at.
4309 * xfaces.c (face_at_buffer_position): Likewise.
4310 * textprop.c (Fget_char_property): Likewise.
4311 * xterm.c (note_mouse_highlight): Likewise.
4312
0c80756e
MB
4313 * minibuf.c (do_completion): Don't consider a simple change of
4314 case as `completion'.
4315
975f250a
KR
43162000-08-08 Ken Raeburn <raeburn@gnu.org>
4317
b347b3fd
KR
4318 * keyboard.c (syms_of_keyboard): Initialize
4319 last_point_position_buffer.
4320 * undo.c (record_delete): Make sure last_point_position_buffer is
4321 a buffer before comparing pointers.
4322
4323 * coding.h (decode_coding_string): Declare.
4324
4325 * intervals.h (Fprevious_single_char_property_change): Declare.
4326
4327 * textprop.c (Fprevious_single_char_property_change): Don't do
4328 arithmetic directly on lisp objects.
4329
25ad1371 4330 * editfns.c (find_field): Use EQ, not ==, to compare Lisp
b347b3fd
KR
4331 objects.
4332
4333 * keyboard.h (menu_item_eval_property): Declare.
4334
4335 * xdisp.c (message_dolog): Save and protect string "*Messages*" to
4336 reuse as buffer name, instead of recreating (and discarding) every
4337 time a message is logged.
4338 (with_echo_area_buffer): Make callback arg A2 a lisp object.
25ad1371
GM
4339 (current_message_1, truncate_message_1, set_message_1)
4340 (display_echo_area_1, resize_mini_window_1): Signatures changed.
4341 (current_message, truncate_echo_area, display_echo_area)
4342 (resize_echo_area_axactly): Changed calls.
b347b3fd 4343
975f250a 4344 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
25ad1371 4345 Lisp object.
975f250a 4346 (Ffind_coding_systems_region_internal): First argument to Fappend
25ad1371 4347 must be an integer, not a Lisp object.
975f250a 4348
46dc9912
KH
43492000-08-08 Kenichi Handa <handa@etl.go.jp>
4350
4351 * charset.c (Fchar_width): Doc fix.
4352
9f6d1a6c
GM
43532000-08-08 Gerd Moellmann <gerd@gnu.org>
4354
4355 * charset.c (Fstring_width): Doc fix.
4356
ff3d9573
GM
43572000-08-07 Gerd Moellmann <gerd@gnu.org>
4358
41e757a6 4359 * xdisp.c (start_display): When starting display on a continuation
49ad1d99
GM
4360 line, clear ascent and descent members of the iterator structure;
4361 the height of the continued line does not affect the height of the
4362 continuation line.
4363 (make_cursor_line_fully_visible): Do nothing if cursor is on a
4364 line taller than the window.
4365 (redisplay_window) <forced window start>: Handle case that the
4366 middle of the window is not found in any row.
4367 (dump_glyph_row): Show more information.
4368 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
4369 first text line in a glyph matrix.
4370
4371 * xterm.c (x_draw_image_foreground): Avoid drawing outside
4372 of the clip area when image doesn't have a mask.
4373
70fc58b3
GM
4374 * fns.c (sweep_weak_table): Fix survival conditions for
4375 key-or-value and key-and-value weakness.
4376
4377 * .gdbinit (xhashtable): New command.
4378
ac0e96ee
GM
4379 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
4380 tables out of the list of all weak hash tables.
4381
ff3d9573
GM
4382 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and
4383 a new buffer is created, make sure echo_area_buffer[] references
4384 the new buffer.
4385
e0d8827b
EZ
43862000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4387
4388 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in
4389 the doc string.
4390
c6f35378
KH
43912000-08-07 Kenichi Handa <handa@etl.go.jp>
4392
4393 * syntax.c (skip_chars): Fix previous change. Make the handling
4394 of unibyte string consistent with that of regex search.
4395
1fd4c450
GM
43962000-08-05 Gerd Moellmann <gerd@gnu.org>
4397
e49aa397
GM
4398 * xmenu.c (popup_get_selection): Use xfree instead of free.
4399
4400 * fileio.c (Finsert_file_contents): Use xfree instead of free.
4401
4402 * editfns.c (Ftranspose_regions): Use xfree instead of free.
4403
4404 * callproc.c (child_setup): Use xfree instead of free.
4405
4406 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
4407 instead of malloc.
4408 (run_mac_command, closedir): Use `xfree' instead of `free'.
4409
4410 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
4411
4412 * eval.c (error): Use xfree instead of free.
4413
1fd4c450
GM
4414 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
4415
4416 * fns.c: Replace `illegal' with `invalid'.
e49aa397 4417 (Fmake_hash_table, make_hash_table): Allow table size of 0.
1fd4c450 4418
82d497fc
KH
44192000-08-05 Kenichi Handa <handa@etl.go.jp>
4420
4421 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
4422 conversion.
4423
59f953a2
NF
44242000-08-04 Noah Friedman <friedman@splode.com>
4425
4426 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in
4427 docstring.
4428
688351f2
GM
44292000-08-04 Gerd Moellmann <gerd@gnu.org>
4430
4431 * syntax.c (skip_chars): Fix typo in error message.
4432
2dad51cc
AS
44332000-08-04 Andreas Schwab <schwab@suse.de>
4434
4435 * m/ia64.h: Moved from s/ia64.h.
4436
99bb2c60
KH
44372000-08-04 Kenichi Handa <handa@etl.go.jp>
4438
082a1df2
KH
4439 * process.c (read_process_output): Big simplification. Handle
4440 composition and post-read-conversion of coding system correctly.
4441 (send_process): Handle composition correctly.
4442
4443 * callproc.c (Fcall_process): Handle post-read-conversion of
4444 coding system if any.
4445
99bb2c60
KH
4446 * coding.c (decode_coding_iso2022): More strict check for handling
4447 single shifting.
082a1df2
KH
4448 (coding_restore_composition): Pay attention to the case that
4449 cmp_data is not set properly (because of invalid code in the
4450 source text).
4451 (run_pre_post_conversion_on_str): Include text properties in the
4452 resulting string.
4453 (decode_coding_string): Set members of coding correctly.
99bb2c60 4454
f4988be7
GM
44552000-08-03 Gerd Moellmann <gerd@gnu.org>
4456
4457 * s/ia64.h: New file.
4458
4459 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
4460 Use NULL instead of 0 at the end of variable argument list of
4461 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
4462 sizeof (int) < sizeof (void *).
4463
4464 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
4465 of variable argument lists of XtVaGetValues and XtVaSetValues.
4466
4467 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
4468 variable argument lists of XtVaGetValues and XtVaSetValues.
4469
ead53494
GM
44702000-08-02 Gerd Moellmann <gerd@gnu.org>
4471
4472 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
4473 (xrealloc, xmalloc): Use size_t. Some callers adjusted.
4474
4475 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change
4476 prototype.
4477
4478 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter
4479 in call to Fsingle_key_description.
4480
4481 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES.
4482 Callers changed.
4483
44842000-08-02 Colin Walters <walters@cis.ohio-state.edu>
4485
4486 * window.c (display_buffer_reuse_frames): New variable.
4487 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
4488 frames displaying BUFFER.
4489 (syms_of_window): Define Lisp variable
4490 display-buffer-reuse-frames.
4491
10b0f752
MB
44922000-08-01 Miles Bader <miles@gnu.org>
4493
4494 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding
4495 when to constrain NEW_POS (they were pretty screwed up before).
4496
16425c4a
EZ
44972000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4498
4499 * msdos.c (run_msdos_command): Save and restore the master
4500 environment, for the case that child_setup signals an error.
4501 When mirroring slashes in DOS shell commands, don't fail when
4502 argv[2] has embedded blanks.
da288c14
EZ
4503 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions.
4504 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
4505 (dos_ttraw): Call mouse_setup_buttons.
16425c4a
EZ
4506
4507 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
4508 using alloca; free it after run_msdos_command returns.
4509
27f73852
DL
45102000-07-27 Dave Love <fx@gnu.org>
4511
4512 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
4513 define.
4514 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently
4515 working.
4516
4517 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define.
4518
c0261b5e
EZ
45192000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
4520
4521 * editfns.c (lisp_time_argument): Fix last change.
4522
b548072f
GM
45232000-07-27 Gerd Moellmann <gerd@gnu.org>
4524
3ab82477
GM
4525 * fns.c (Fdelete): Make it work on vectors and strings in addition
4526 to lists.
4527
b548072f
GM
4528 * fns.c (Qkey_or_value, Qkey_and_value): New variables.
4529 (syms_of_fns): Initialize new variables.
4530 (sweep_weak_table): Handle weakness `key-or-value' and
4531 `key-and-value'.
4532 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
4533 weakness, with t meaning the same as `key-and-value'.
4534
91ae8751
KH
45352000-07-27 Kenichi Handa <handa@etl.go.jp>
4536
4537 * coding.h (struct coding_system): Member safe_charset deleted.
4538
4539 * coding.c (Qsafe_charsets): This variable deleted.
4540 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New
4541 variables.
4542 (coding_safe_chars): New function.
4543 (CODING_SAFE_CHAR_P): New macro.
4544 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of
4545 checking safe_charsets member of the coding system. Caller
4546 changed.
4547 (detect_coding_iso2022): New local variable safe_chars.
4548 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
4549 safe_charsets member of the coding system.
4550 (decode_coding_iso2022): New local variable safe_chars.
4551 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
4552 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
4553 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed.
4554 (ENCODE_UNSAFE_CHARACTER): New macro.
4555 (encode_coding_iso2022): New local variable safe_chars. Check
4556 unsafe chars.
4557 (setup_coding_system): Delete the code to initialize
4558 coding->safe_charses
4559 (intersection, find_safe_codings): New functions.
4560 (Ffind_coding_systems_region_internal): New function.
4561 (syms_of_coding): Defsubr it. Initialize Qsafe_chars,
4562 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp
4563 variable and initialize it.
4564
4565 * fns.c (char_table_ref_and_index): New function.
4566
4567 * lisp.h (char_table_ref_and_index): Add prototype.
4568
34a7a267
SS
45692000-07-26 Sam Steingold <sds@gnu.org>
4570
4571 * editfns.c (lisp_time_argument): Added third argument `usec'.
3ab82477 4572 (Ffloat_time): New built-in Lisp function.
34a7a267 4573
a95cb10a
GM
45742000-07-26 Gerd Moellmann <gerd@gnu.org>
4575
3353ef5a
GM
4576 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
4577 for the character code.
4578
4579 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and
4580 GNU/Linux.
4581
a95cb10a
GM
4582 * xmenu.c (menu_highlight_callback): Call show_help_echo directly
4583 if called for a popup menu.
4584 (xmenu_show): Store help string in widget values.
4585
b4a12321
DL
45862000-07-26 Dave Love <fx@gnu.org>
4587
4588 * syswait.h: Move some definitions.
4589 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex.
4590 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More
4591 perspicuous definitions.
4592 (WTERMSIG): Fix bit pattern used.
4593
13f5ad37
KH
45942000-07-26 Kenichi Handa <handa@etl.go.jp>
4595
4596 * print.c (print_object): If vector printing is truncated, print
4597 "..." to indicate it as well as the case of list printing.
4598
070fe99c
GM
45992000-07-25 Gerd Moellmann <gerd@gnu.org>
4600
969065c3
GM
4601 * xdisp.c (next_element_from_display_vector): Improve comments.
4602
4603 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
4604 for the character code, and the rest for the face id as in 20.x.
4605 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly.
4606
4607 * window.c (window_display_table): Cleaned up.
4608
070fe99c
GM
4609 * syntax.c (Fforward_word): Add last arg nil in call of
4610 Fconstrain_to_field.
4611
bad77ef7
EZ
46122000-07-25 Eli Zaretskii <eliz@is.elta.co.il>
4613
969065c3 4614 * fileio.c (Frename_file) [DOS_NT]: If the file names are
bad77ef7
EZ
4615 identical but for the letter-case, don't call
4616 barf_or_query_if_file_exists.
4617
c28da489
MB
46182000-07-25 Miles Bader <miles@gnu.org>
4619
4620 * editfns.c (find_field): Honor special `boundary' fields.
4621 (Qboundary): New variables.
4622 (syms_of_editfns): Initialize Qboundary.
4623 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument.
4624 Use scan_buffer instead of find_before_next_newline, because it
4625 allows us to detect the boundary case where there's a newline at
4626 the search limit.
4627 * lisp.h (Fconstrain_to_field): Update external declaration.
4628
e3c31fd5
GM
46292000-07-24 Gerd Moellmann <gerd@gnu.org>
4630
4631 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
4632 if that is nil.
c28da489 4633
c66c29a2
DL
46342000-07-24 Dave Love <fx@gnu.org>
4635
4636 * s/sunos4-0.h, s/sol2.h:
4637 (LIBS_TERMCAP): Move from m/sparc.h.
4638
4639 * m/sparc.h (TERMINFO): Moved to system files (probably only
4640 relevant for sunos4 judging by its vintage).
4641 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on
4642 __arch64__.
4643
fbe0a958
EZ
46442000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4645
4646 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
4647 name to single_keymap_panes.
4648
7d88e5c9
AS
46492000-07-24 Andreas Schwab <schwab@suse.de>
4650
4651 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.
4652
e024b101
GM
46532000-07-24 Gerd Moellmann <gerd@gnu.org>
4654
4655 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
4656 parameters instead of using int parameters. Expect FN to accept
4657 EMACS_INT parameters.
4658 (display_echo_area, resize_echo_area_axactly, current_message)
4659 (truncate_echo_area, set_message_1): Call with_echo_area_buffer
4660 with new argument list.
4661 (resize_mini_window_1): New callback function.
4662 (current_message_1, truncate_message_1, set_message_1): Change
4663 parameter lists to the new format expected by
4664 with_echo_area_buffer.
4665
25c1a9ce
KH
46662000-07-24 Kenichi Handa <handa@etl.go.jp>
4667
4668 * fontset.c (fontset_ref): Remove INLINE declaration.
4669 (fontset_ref_via_base): Likewise.
4670 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications
4671 to downcase.
4672
7f987ac0
EZ
46732000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
4674
4675 * msdos.c (IT_note_mouse_highlight): Process overlays in the
4676 correct order of priority. If help echo was found in an overlay,
4677 use that overlay as the object in which the help echo was found.
4678
e2db3069
MB
46792000-07-22 Miles Bader <miles@gnu.org>
4680
4681 * textprop.c (Fprevious_single_char_property_change): The initial
4682 property value should be from the position preceding POSITION, not
4683 following it.
4684
5e3203e4
EZ
46852000-07-22 Eli Zaretskii <eliz@is.elta.co.il>
4686
4687 * coding.c (syms_of_coding): Doc fix for
4688 inhibit-iso-escape-detection.
4689
62145073
GM
46902000-07-21 Gerd Moellmann <gerd@gnu.org>
4691
c20aeb83
GM
4692 * xterm.c (note_mouse_highlight): Process overlays in the right
4693 order of priority.
34a7a267 4694
743934db
GM
4695 * keyboard.c (show_help_echo, gen_help_event): Extend comments.
4696
4697 * xterm.c (note_mouse_highlight): If help-echo was found in an
4698 overlay, use that overlay as the object in which the help was
4699 found.
4700
d1dc7e43 4701 * window.c (foreach_window_1): Fix typo reversing an if-condition.
34a7a267 4702
62145073
GM
4703 * window.c (foreach_window): Instead of a fake variable argument
4704 list, take one USER_DATA argument.
4705 (foreach_window_1): Likewise, and call callback functions with two
4706 args, the window and USER_DATA.
4707 (struct check_window_data): New struct.
4708 (check_window_containing): Use it.
4709 (window_from_coordinates): Set up a struct check_window_data for
4710 foreach_window.
4711 (add_window_to_list, freeze_window_start): Change parameters
4712 according to new calling convention.
4713
4714 * window.h (foreach_window): Change prototype.
4715
4716 * buffer.c (Fprevious_overlay_change): Avoid memory leak.
4717
47182000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
4719
4720 * xmenu.c (menu_help_callback): Call show_help_echo with
4721 additional arguments OBJECT and POS.
4722
11270583
KH
47232000-07-21 Kenichi Handa <handa@etl.go.jp>
4724
07b14857
KH
4725 * data.c (Faset): Allow storing any multibyte character in a
4726 string. Convert unibyte string to multibyte if necessary.
4727
11270583
KH
4728 * xfns.c (x_encode_text): New function.
4729 (x_set_name): Use x_encode_text.
4730 (x_set_title): Likewise.
4731
4732 * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
4733
4734 * xterm.h (x_encode_text): Add prototype.
4735
bc75b4fd
DL
47362000-07-20 Dave Love <fx@gnu.org>
4737
4738 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use
4739 xfree, not free.
4740
48c14970
EZ
47412000-07-20 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * msdos.c (help_echo_window): New variable.
4744 (syms_of_msdos): Initialize and staticpro it.
4745 (IT_note_mode_line_highlight): Set help_echo_window.
4746 (IT_note_mouse_highlight): Ditto.
4747 (dos_rawgetc): Store help_echo_window in the second event produced
4748 for HELP_EVENTs.
4749
4750 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
4751 Record the object that generated the help echo and the position of
4752 that object in help_echo_object and help_echo_pos. Record that
4753 some glyphs in a row are displayed in mouse-face.
4754 (IT_update_begin): Don't clear mouse highlight unless one of the
4755 enabled glyph rows is marked as being displayed in mouse-face.
4756 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
4757 and position recorded in help_echo_object and help_echo_pos to the
4758 event queue.
4759 (IT_menu_display): Accept a new argument PN: the pane number of
4760 the current menu pane. Record the pane number and the item
4761 number of the item which has associated help string.
4762 (XMenuActivate): Update the prototype for help_callback in
4763 function declaration. Call IT_menu_display with the current menu
4764 pane number as an additional argument. Call help_callback with
4765 two additional arguments: the pane number and the item number of
4766 the menu item associated with the help text.
4767 (help_echo_object, help_echo_pos): New variables.
4768 (syms_of_msdos): Initialize them and staticpro help_echo_object.
4769
4770 * msdos.h (XMenuActivate): Update prototype.
4771
4279296d
GM
47722000-07-19 Gerd Moellmann <gerd@gnu.org>
4773
47db06aa
GM
4774 * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
4775 Add some more prototypes.
4776
4777 * xterm.c, xterm.h: Add some more prototypes.
4778
4779 * lisp.h (Fnext_single_char_property_change): Add prototype.
4780
4781 * dispnew.c (direct_output_for_insert): Remove confusing
4782 outer local variable mouse_face_overwritten_p.
4783 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
4784
4279296d
GM
4785 * alloc.c (allocate_string_data): Don't copy old string contents.
4786
670acd62
KH
47872000-07-19 Kenichi Handa <handa@etl.go.jp>
4788
4789 * coding.c (code_convert_region): Delete text properties before
4790 shrinking the conversion region.
4791
7cea38bc
GM
47922000-07-18 Gerd Moellmann <gerd@gnu.org>
4793
dc1cac59
GM
4794 * dispnew.c (update_text_area): Write the whole row if it
4795 has mouse-face in it.
4796
85a8aca9
GM
4797 * xfaces.c (face-alternative-font-family-alist): Remove
4798 DEFVAR_LISP; staticpro instead.
4799
34a7a267 4800 * xmenu.c (menu_help_callback): Call show_help_echo with
7cea38bc
GM
4801 new arguments.
4802
4803 * keyboard.c (show_help_echo): Add parameter WINDOW.
4804 (read_char): Call show_help_echo with window extracted from Lisp
4805 help event.
4806 (gen_help_event): Add parameter WINDOW.
4807
4808 * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
4809
4810 * xterm.c (help_echo_window): New variable.
4811 (note_mouse_highlight, note_tool_bar_highlight): Set
4812 help_echo_window.
4813 (XTread_socket): Pass help_echo_window to gen_help_event.
4814 (syms_of_xterm): Initialize and staticpro help_echo_window.
4815
f8276b77
DL
48162000-07-18 Dave Love <fx@gnu.org>
4817
4818 * Makefile.in: Fix dependencies of blockinput.h on atimer.h,
4819 systime.h.
4820
088831a6
GM
48212000-07-18 Gerd Moellmann <gerd@gnu.org>
4822
3d6cd763
GM
4823 * alloc.c (allocate_string_data): If string had already data
4824 assigned, copy old contents to new string data.
4825
4826 * coding.c (syms_of_coding): Fix typo in spelling of variable
4827 `inhibit-iso-escape-detection'.
4828
088831a6
GM
4829 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
4830
4831 * Makefile.in: Add dependencies on dispextern.h.
4832 (alloca.o): Don't define malloc and define EMACS_FREE instead of
4833 `free'; both can conflict with system header files.
4834
bc8a8d55
KH
48352000-07-18 Kenichi Handa <handa@etl.go.jp>
4836
4837 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is
4838 undefined.
4839
069f5950
DL
48402000-07-18 Dave Love <fx@gnu.org>
4841
4842 * window.c (Fwindow_list): Declare arg `window'.
4843
aa96c820
KH
48442000-07-18 Kenichi Handa <handa@etl.go.jp>
4845
4846 * coding.c (setup_coding_system): Don't override the explicitly
4847 specified designations.
4848
06be8d32
MB
48492000-07-15 Miles Bader <miles@gnu.org>
4850
4851 * editfns.c (char_property_eq, char_property_stickiness): Renamed
4852 from `text_property_eq' and `text_property_stickiness', respectively.
4853 (find_field, Fconstrain_to_field, char_property_eq)
4854 (char_property_stickiness): Changed to call char-property functions
4855 instead of text-property-only ones.
4856
4857 * textprop.c (Fnext_single_char_property_change): Made a subr (was
4858 `next_single_char_property_change'). Do more error checking, and
4859 cleanup limit behavior.
4860 (Fprevious_single_char_property_change): New function.
4861 (syms_of_textprop): Initialize new subrs.
4862
4863 * xdisp.c (display_prop_end, invisible_text_between_p):
4864 Call Fnext_single_char_property_change instead of
4865 next_single_char_property_change.
4866
3fddcdc3
JR
48672000-07-15 Jason Rumney <jasonr@gnu.org>
4868
4869 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
4870 after menu is finished with.
4871 (add_menu_item): Only consider wv->title as a menu title.
4872 (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
4873
4874 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
4875 null title.
4876 (FONT_REGEXP): Remove unused macro, and its sub-components.
4877 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
4878
4879 * w32term.c (help_echo_object, help_echo_pos): New variables.
4880 (note_mode_line_highlight): Store additional information about the
4881 help-echo in help_echo_object and help_echo_pos. Check both
4882 `local-map' and `keymap' properties for changing the cursor
4883 (note_mouse_highlight): Store additional information about the
4884 help-echo in help_echo_object and help_echo_pos.
4885 (note_tool_bar_highlight): Set help_echo_object to nil and
4886 help_echo_pos to -1.
4887 (w32_read_socket): Use gen_help_event instead of filling
4888 input_events manually.
4889 (syms_of_w32term): Staticpro help_echo_object.
4890 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
4891 set, arrange for a mouse-highlight redisplay in
4892 XTframe_up_to_date.
4893 (x_clear_mouse_face): New function.
4894 (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
4895 (x_update_window_begin): No need to turn off the mouse
4896 highlight here.
4897 (show_mouse_face): Set the mouse_face_p flag of glyph rows
4898 depending on whether they contain glyphs highlighted in
4899 mouse-face.
4900 (x_fill_stretch_glyph_string): Consume runs of stretch
4901 glyphs instead of a single one.
4902 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
4903 with new argument list.
4904 (x_set_glyph_string_gc): Make sure the face's GC is valid.
4905 (x_append_glyph, x_append_composite_glyph)
4906 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
4907 changes in struct glyph starting 1999-12-27. See comments for
4908 xterm.c on 2000-07-05.
4909
178c5d9c
SS
49102000-07-14 Sam Steingold <sds@gnu.org>
4911
4912 * xfaces.c (realize_x_face): Fix the last patch:
4913 check `default_face' before dereferencing.
4914
6fe533f6
DL
49152000-07-14 Dave Love <fx@gnu.org>
4916
069f5950 4917 * syntax.c (back_comment): Add null default in switch (for pcc).
6fe533f6 4918
dd7b81cf
KH
49192000-07-14 Kenichi Handa <handa@etl.go.jp>
4920
0693904a 4921 * xfaces.c (realize_x_face): Make fontset using the base of the
178c5d9c 4922 default_face's fontset, not using the default fontset.
0693904a 4923
dd7b81cf
KH
4924 * coding.c (inhibit_iso_escape_detection): New variable.
4925 (syms_of_coding): Make it a Lisp variable.
4926 (detect_coding_iso2022): If inhibit_iso_escape_detection is
4927 nonzero, ignore ISO2022's escape sequence.
4928
d5aa31d8
GM
49292000-07-14 Gerd Moellmann <gerd@gnu.org>
4930
e5acf0ca
GM
4931 * alloca.c (malloc) [emacs]: Define as xmalloc.
4932
bd23a692
GM
4933 * xfns.c (Fx_show_tip): If frame parameters contain a position,
4934 use that instead of the mouse position. Add parameters DX and DY.
4935
4936 * dispextern.h (Fx_show_tip): Adjust number of parameters
4937 in prototype.
4938
9662da0b
GM
4939 * keyboard.c (show_help_echo): Add parameters OBJECT and POS.
4940 if HELP is a function, call it with OBJECT and POS as parameters
4941 to get the help to display.
4942 (gen_help_event, kbd_buffer_store_help_event): New functions.
4943 (kbd_buffer_get_event): Construct the Lisp help-event differently.
4944 (read_char): Call show_help_echo with new parameters.
4945
178c5d9c 4946 * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
9662da0b
GM
4947 Add prototypes.
4948
4949 * xterm.c (help_echo_object, help_echo_pos): New variables.
4950 (note_mode_line_highlight): Store additional information about the
4951 help-echo in help_echo_object and help_echo_pos. Check both
4952 `local-map' and `keymap' properties for changing the cursor
4953 (note_mouse_highlight): Store additional information about the
4954 help-echo in help_echo_object and help_echo_pos.
4955 (note_tool_bar_highlight): Set help_echo_object to nil and
4956 help_echo_pos to -1.
4957 (XTread_socket): Use gen_help_event instead of filling
4958 input_events manually.
4959 (syms_of_xterm): Staticpro help_echo_object.
4960
4961 * xmenu.c (menu_highlight_callback): Use
4962 kbd_buffer_store_help_event instead of setting up and input_event
4963 structure manually.
4964
4965 * xdisp.c (eval_form): GCPRO argument sexpr.
4966 (call_function): New function.
4967 (handle_single_display_prop): Use call_function and FUNCTIONP
4968 instead of checking whether if font_height is a symbol and
4969 using eval_form.
4970
4971 * eval.c (internal_condition_case_2): New function.
4972
4973 * lisp.h (FUNCTIONP): New macro.
4974 (internal_condition_case_2, call_function): Add prototypes.
4975
d5aa31d8
GM
4976 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)
4977 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
4978 Always set `arg' member of input_events.
4979 (construct_menu_click): Unused function removed.
4980
4981 * msdos.c (dos_rawgetc): Always set `arg' member of input_events.
4982
4983 * w32term.c (construct_mouse_click, construct_mouse_wheel)
4984 (construct_drag_n_drop, x_scroll_bar_handle_click)
4985 (w32_read_socket): Always set `arg' member of input_events.
4986
4987 * keyboard.c (show_help_echo): Use eval_form. Add comment.
4988
4989 * lisp.h (eval_form): Add prototype.
4990
4991 * xdisp.c (eval_form): Make it externally visible.
4992
0f1a9b23
GM
49932000-07-13 Gerd Moellmann <gerd@gnu.org>
4994
4995 * xterm.c (x_handle_tool_bar_click): Store the frame in the
4996 frame_or_window slot of TOOL_BAR_EVENT input events instead of
4997 consing. For prefix events, store the frame in the `arg' slot of
4998 the event, otherwise store the key there.
4999 (XTread_socket): Instead of consing, use the frame_or_window slot
5000 of HELP_EVENTs for the frame, and the `arg' slot for the help
5001 string.
5002
5003 * xmenu.c (menu_highlight_callback): Store help string in the
5004 `arg' member of the input event; don't cons.
5005 (menubar_selection_callback): Use the `arg' slot of input events
5006 to queue additional information, instead of consing.
5007
5008 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs.
5009
5010 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in
5011 TOOL_BAR_EVENTs.
5012 (w32_read_socket): Adapt to changes in HELP_EVENTs.
5013
5014 * w32menu.c (menubar_selection_callback): Use the `arg' slot of
5015 input events to queue additional information, instead of consing.
5016
5017 * keyboard.c (kbd_buffer_gcpro): Renamed from
5018 kbd_buffer_frame_or_window. Now used for all Lisp objects
5019 referenced from the input queue.
5020 (kbd_buffer_store_event): Always use structure assignment for
5021 copying input events. Record all Lisp objects referenced from
5022 events in kbd_buffer_gcpro.
5023 (kbd_buffer_get_event): Construct Lisp `help-echo' events
5024 differently from input events. Test for prefix menu_bar_events
5025 and TOOL_BAR_EVENTs differently. Reset all slots used by an input
5026 event in kbd_buffer_gcpro to nil.
5027 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
5028 frame_or_window is equal to its arg member as prefix events.
5029 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
5030 used by an input event to nil.
5031 (init_keyboard): Use two times the size of the input queue
5032 for kbd_buffer_gcpro.
5033 (syms_of_keyboard): Likewise.
5034
5035 * emacs.c (handle_USR2_signal, handle_USR1_signal): Use
5036 USER_SIGNAL_EVENT.
5037
5038 * termhooks.h (struct input_event): Add member `arg'.
5039 (MENU_BAR_EVENT): Renamed from menu_bar_event.
5040 (USER_SIGNAL_EVENT): Renamed from user_signal.
5041
5042 * xfaces.c (ASET): Remove definition.
5043
5044 * lisp.h (AREF, ASET, ASIZE): New macros.
5045
5046 * fontset.c (AREF, ASIZE): Remove definitions.
5047
5048 * fns.c (AREF): Remove definition.
178c5d9c 5049
0f1a9b23
GM
5050 * composite.c (AREF): Remove definition.
5051
712eaef2
GM
50522000-07-12 Gerd Moellmann <gerd@gnu.org>
5053
d8ee7803
GM
5054 * dispnew.c (redraw_overlapped_rows): Add missing local.
5055 (scrolling_window): Remove debug code.
5056
712eaef2
GM
5057 * xdisp.c (try_window_reusing_current_matrix, try_window_id):
5058 Before scrolling, turn off a mouse-highlight in the window
5059 being scrolled.
5060
5061 * xterm.c (x_update_window_end): Add parameter
5062 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight
5063 redisplay in XTframe_up_to_date.
5064 (x_clear_mouse_face): New function.
5065 (x_redisplay_interface): Add pointer to x_clear_mouse_face.
5066
5067 * dispnew.c (make_current): Preserve the mouse_face_p flag of the
5068 current glyph row.
5069 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set
5070 it when any row is written to that contains glyphs highlighted in
5071 mouse-face.
5072 (update_window): Call the window update end hook with new
5073 parameter MOUSE_FACE_OVERWRITTEN_P.
5074 (direct_output_for_insert): Give up if row contains mouse-face.
5075
5076 * dispextern.h (struct redisplay_interface): Add parameter
5077 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
5078 (clear_mouse_face): New function pointer member.
5079
02010917
SM
50802000-07-11 Stefan Monnier <monnier@cs.yale.edu>
5081
5082 * syntax.c (back_comment): Use one switch rather than a few `if's.
5083 Obey open_paren_in_column_0_is_defun_start.
5084 When reverting to the `slow' method, try to nicely handle the case
5085 of nested comments by checking that the comment-starter we found
5086 does indeed match the comment-ender.
5087 (scan_sexps_forward, scan_sexps_forward):
5088 Ignore excessive opening parenthesis rather than throwing an error.
5089
d76c03ea
GM
50902000-07-11 Gerd Moellmann <gerd@gnu.org>
5091
5092 * doc.c (Fsubstitute_command_keys): Handle case that a GC
5093 in Fwhere_is_internal or get_keymap_1 relocates string contents.
5094
5095 * dispnew.c (direct_output_forward_char): Give up if currently
5096 displaying a message instead of the minibuffer contents.
5097
5098 * xterm.c (x_update_window_begin): No need to turn off the mouse
5099 highlight here.
5100 (show_mouse_face): Set the mouse_face_p flag of glyph rows
5101 depending on whether they contain glyphs highlighted in
5102 mouse-face.
5103
5104 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
5105 compare the mouse_face_p flags of both rows.
5106
5107 * dispextern.h (struct glyph_row): Add flag mouse_face_p.
5108
d55ead18
EZ
51092000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5110
5111 * keyboard.c (show_help_echo): Accept additional parameter
5112 ok_to_overwrite_keystroke_echo.
5113 (read_char): Call show_help_echo with a zero
5114 ok_to_overwrite_keystroke_echo argument.
5115 * keyboard.h (show_help_echo): Update prototype of
5116 show_help_echo.
5117 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero
5118 ok_to_overwrite_keystroke_echo argument.
5119 * w32menu.c (w32_menu_display_help): Call show_help_echo with
5120 non-zero ok_to_overwrite_keystroke_echo argument.
5121
df75b1a3
GM
51222000-07-10 Gerd Moellmann <gerd@gnu.org>
5123
4b92c49a
GM
5124 * xdisp.c (try_window_id): If changes are all below what is
5125 displayed in the window, and point is in the window, we still
5126 might have to find point on the display.
5127
5128 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
5129 glyphs instead of a single one.
5130 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
5131 with new argument list.
5132 (x_set_glyph_string_gc): Make sure the face's GC is valid.
5133
df75b1a3
GM
5134 * keymap.c (get_keymap_1): Add comment that this function can GC.
5135 (where_is_internal_2, where_is_internal_1): Add GCPROs, add
5136 comment that functions can GC.
5137 (Fset_keymap_parent): GCPRO arg KEYMAP.
5138
4314cf3e
EZ
51392000-07-10 Eli Zaretskii <eliz@is.elta.co.il>
5140
5141 * msdos.c (XMenuActivate): After exiting the menu, restore the
5142 echo area message and erase it.
5143
ab49ce15
KH
51442000-07-10 Kenichi Handa <handa@etl.go.jp>
5145
5146 * fontset.c (Ffontset_info): Make the return value more compatible
5147 with that of Emacs 20.
5148
090a072f
GM
51492000-07-07 Gerd Moellmann <gerd@gnu.org>
5150
5151 * eval.c (Fsignal): Handle case that backtrace_list is null.
5152
f92de4a6
KH
51532000-07-07 Kenichi Handa <handa@etl.go.jp>
5154
5155 * ccl.c (Fccl_execute): Typo fixed.
5156
dd8888a1
GM
51572000-07-06 Gerd Moellmann <gerd@gnu.org>
5158
e5c81191 5159 * window.c (window_loop): Add missing gcpro1 local variable.
178c5d9c 5160
dd8888a1
GM
5161 * window.c (Fwindow_list): Reverse list at the end.
5162 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
5163 means allow windows on OWINDOW's frame, only.
5164 (window_loop): Simplified; use Fwindow_list.
5165
5166 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
5167
485266d0
GM
51682000-07-05 Gerd Moellmann <gerd@gnu.org>
5169
5170 * xterm.c (XTread_socket): Increment handling_signal at the start,
5171 decrement it at the end.
5172
5173 * eval.c (handling_signal): New variable.
5174 (Fsignal): Abort if handling_signal is non-zero.
5175
5176 * lisp.h (handling_signal): External declaration.
178c5d9c 5177
485266d0
GM
5178 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
5179
80fcd514
KR
51802000-07-05 Ken Raeburn <raeburn@gnu.org>
5181
5182 Sound support for NetBSD through "Linux emulation" support:
5183 * config.in (HAVE_SOUNDCARD_H): Undef.
5184 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
5185 * Makefile.in (LIBSOUND): New variable.
5186 (LIBES): Include it.
5187 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and
5188 <soundcard.h>.
5189 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined
5190 elsewhere.
5191 (vox_open): Use DEFAULT_SOUND_DEVICE.
5192 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
5193
d5c5cddd
GM
51942000-07-05 Gerd Moellmann <gerd@gnu.org>
5195
5196 * print.c (print_error_message): If Vsignaling_function is set,
5197 show it in *Messages*.
5198
5199 * lisp.h (Vsignaling_function): External declaration.
5200
5201 * eval.c (Vsignaling_function): New variable.
5202 (Fsignal): Compute it.
5203 (syms_of_eval): Staticpro it.
5204
65171e3a
DL
52052000-07-05 Dave Love <fx@gnu.org>
5206
5207 * syswait.h: Use the autoconf recommended approach. Old code
5208 #if'd out in case we need to revert.
5209
178c5d9c 5210 * config.in (HAVE_SYS_WAIT_H): Added.
65171e3a 5211
e2c46326
AI
52122000-07-05 Andrew Innes <andrewi@gnu.org>
5213
5214 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
5215 when non-NULL instead of __morecore, to take account of buffer
5216 memory. This also solves a problem with spurious memory warnings
5217 on Windows.
5218
5219 * ralloc.c: Make real_morecore non-static.
5220
5221 * eval.c (internal_condition_case): Comment out abort if
5222 interrupt_input_blocked is not zero.
5223
5224 * makefile.nt: Add support for `bootstrap' and related targets.
5225 Include minimal debug info in emacs.exe in release build.
5226 Remove all dependencies on lisp.h, and fixup some others.
5227
5228 * w32.c (init_environment): Install code from 20.7 for providing
5229 default values for environment variables, based on the
5230 executable's own location.
5231 (map_w32_filename): Handle filenames that are longer than
5232 MAX_PATH.
5233 (sys_socket): Install socket inheritance bug fix from 20.7.
5234
5235 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
5236 here via blockinput.h).
5237
a027a91b
SM
52382000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5239
e4b31601
SM
5240 * w32menu.c (w32_menu_display_help):
5241 * xmenu.c (menu_help_callback): Use show_help_echo.
a027a91b
SM
5242
5243 * keyboard.h (show_help_echo): Declare.
5244
5245 * keyboard.c (show_help_echo): New function, extracted from read_char.
5246 Feval its `msg' argument if it's a cons cell.
5247 (read_char): Use it.
4cf8d9d5 5248 (follow_key): Pass `autoload' to get_keyelt.
a027a91b 5249
178c5d9c 5250 * xterm.c (note_mode_line_highlight, note_mouse_highlight)
a027a91b 5251 (note_tool_bar_highlight, XTread_socket):
178c5d9c 5252 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
a027a91b
SM
5253 (dos_rawgetc):
5254 * w32term.c (note_mode_line_highlight, note_mouse_highlight)
5255 (note_tool_bar_highlight, w32_read_socket):
5256 Do not gratuitously ignore non-string `help-echo' properties.
5257
88d75730
GM
52582000-07-05 Gerd Moellmann <gerd@gnu.org>
5259
969f7e79
GM
5260 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
5261
71201b00
GM
5262 * window.c (delete_all_subwindows): Reset Vwindow_list.
5263
88d75730
GM
5264 * xterm.c (x_append_glyph, x_append_composite_glyph)
5265 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
5266 changes in struct glyph starting 1999-12-27. Some bit-fields of
5267 struct glyph were not set, which made glyphs unequal when compared
5268 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
5269 effects were the result. This also depended on the contents of
5270 memory returned by xmalloc. If flickering happens again, activate
5271 the code in clear_glyph_row that's in #if 0. If the flickering is
5272 gone with that, chances are that it is caused by something
5273 similar.
5274
5275 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
178c5d9c 5276
88d75730
GM
5277 * dispextern.h: Add some comments.
5278
5279 * window.c (add_window_to_list): Add parameter LIST.
5280 (window_list): Order list so that, for each frame, windows are
5281 in canonical order, and so that frames appear in the list in
5282 the order given by Vframe_list.
5283 (next_window): Reverse the handling of NEXT_P.
5284
53654733
GM
52852000-07-04 Gerd Moellmann <gerd@gnu.org>
5286
87efd256
GM
5287 * window.c (Vwindow_list): New variable.
5288 (make_window, delete_window): Set Vwindow_list to nil.
5289 (check_window_containing): New function.
5290 (window_from_coordinates): Rewritten.
5291 (add_window_to_list, window_list, candidate_window_p)
5292 (decode_next_window_args, next_window): New functions.
5293 (Fnext_window, Fprevious_window): Rewritten in terms of
5294 next_window.
5295 (Fwindow_list): New function.
5296 (Fother_window): Cleaned up.
5297 (foreach_window): Add a longer "variable argument list". Let
5298 callback function return 0 to indicate that cycling over windows
5299 should stop.
5300 (foreach_window_1): Likewise.
5301 (freeze_window_start): Return int.
5302 (init_window): New function.
5303 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
5304
5305 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear
5306 input_event with bzero.
5307 (main): Call init_window.
5308
53654733
GM
5309 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
5310 a menu filter.
5311
4a8c194f
KH
53122000-07-04 Kenichi Handa <handa@etl.go.jp>
5313
5314 * composite.h (make_composition_value_copy): Extern it.
5315
5316 * composite.c (make_composition_value_copy): New function.
5317
5318 * editfns.c (Fformat): While copying text properties, make each
5319 composition property value a copy.
5320
5321 * fns.c (concat): While copying text properties, make each
5322 composition property value a copy.
5323
831a6cb0
GM
53242000-07-03 Gerd Moellmann <gerd@gnu.org>
5325
2f516940
GM
5326 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
5327
178c5d9c 5328 * fns.c (sweep_weak_table): Mark only objects that are not
aee625fa
GM
5329 marked already.
5330
831a6cb0
GM
5331 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
5332 include those frames as candidates which have their focus
5333 redirected to the minibuffer frame.
5334
d9c4f922
SM
53352000-07-03 Stefan Monnier <monnier@cs.yale.edu>
5336
5337 * fns.c (Fputhash): Return `value' rather than nil.
5338
3780bc22
GM
53392000-06-30 Gerd Moellmann <gerd@gnu.org>
5340
97d176db
GM
5341 * frame.c (next_frame): Don't check focus redirection in case
5342 MINIBUF is a window. Doing so excludes frames using MINIBUF
3780bc22
GM
5343 unless their focus is redirected, which contradicts the
5344 specification of next-frame, and leads to infinite loops in
5345 certain situations when cycling through windows with next-window.
5346
dca9961d
KH
53472000-06-30 Kenichi Handa <handa@etl.go.jp>
5348
5349 * coding.c (code_convert_region): Even if the length of text is
5350 zero, try to convert it if coding->type is coding_type_ccl.
5351 (decode_coding_string, encode_coding_string): Likewise.
5352
d5483ab1
GM
53532000-06-28 Gerd Moellmann <gerd@gnu.org>
5354
af5c25e1 5355 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
97d176db 5356 the display if windows_or_buffers_changed.
af5c25e1
GM
5357
5358 * dispnew.c (struct row_entry): New structure.
5359 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
5360 (row_table_size, old_lines, new_lines, old_lines_size)
5361 (new_lines_size, run_pool, runs_size, runs): New variables.
5362 (add_row_entry): New function.
5363 (scrolling_window): Use data structures allocated with xmalloc and
97d176db 5364 held in global variables, instead of allocating them with alloca and
af5c25e1
GM
5365 holding them in local variables. Use a larger hash table whose
5366 size depends on glyph matrix sizes. Don't use bzero to clear the
5367 hash table; instead, clear used slots only.
5368
5369 * fns.c (next_almost_prime): Make it externally visible.
5370
5371 * lisp.h (next_almost_prime): Add prototype.
5372
d5483ab1
GM
5373 * s/isc4-0.h (sigunblock): Define.
5374
5375 * s/sco5.h (sigunblock): Define.
5376
93e40f40
DL
53772000-06-27 Dave Love <fx@gnu.org>
5378
5379 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
5380 (moved to osf5-0.h).
5381 [!NOT_C_CODE]: Protect string.h stuff.
5382
5383 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
5384 (sys_siglist, NSIG): Definitions moved here from osf1.h.
5385
3c4b7685
GM
53862000-06-27 Gerd Moellmann <gerd@gnu.org>
5387
97d176db 5388 * xdisp.c (resize_mini_window): Subtract the extra line spacing
3c4b7685
GM
5389 below the last line from the needed window height.
5390
32cad0aa
SM
53912000-06-26 Stefan Monnier <monnier@cs.yale.edu>
5392
5393 * fns.c (Fplist_member): Renamed from Fwidget_plist_member.
5394 (Fwidget_get): Use it.
5395 (syms_of_fns): Defsubr it.
5396
2c69ced2
GM
53972000-06-26 Gerd Moellmann <gerd@gnu.org>
5398
178c5d9c 5399 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
1d36487c
GM
5400 display info for XIM.
5401 (xim_open_dpy): Likewise.
5402 (xim_close_dpy): Don't free the display info's XIM.
5403
5404 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic.
5405
5406 * config.in (USE_XIM): New define.
5407
3fc720e4
GM
5408 * keymap.c (get_keyelt): For menu-items containing a `:filter
5409 FILTER', apply FILTER to the menu-item's definition to get the
5410 real definition to use.
5411
5412 * lisp.h (QCfilter): External declaration.
5413
2c69ced2
GM
5414 * xfns.c (Fimage_size): New function.
5415 (syms_of_xfns): Defsubr it.
5416
f978b2a2
AS
54172000-06-26 Andreas Schwab <schwab@suse.de>
5418
5419 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after
5420 Fstring_as_unibyte.
5421
94cc7892
DL
54222000-06-25 Dave Love <fx@gnu.org>
5423
5424 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag,
5425 tgetnum.
5426
5427 * Makefile.in (blockinput.h): Depend on atimer.h.
5428 (atimer.h): Depend on systime.h.
5429
5430 * blockinput.h: Protect against multiple inclusion. Include
5431 atimer.h.
5432
5433 * atimer.h: Protect against multiple inclusion. Include
5434 systime.h.
5435
5436 * lisp.h (swap_in_global_binding): Declare.
5437
b8c24556
KR
54382000-06-24 Ken Raeburn <raeburn@gnu.org>
5439
5440 * process.c (Fopen_network_stream): Turn off atimers for duration
5441 of call to connect. (Patch from Gerd.)
5442
8cf8560b
DL
54432000-06-23 Dave Love <fx@gnu.org>
5444
511c7541
DL
5445 * ralloc.c: Maybe include unistd.h
5446
8cf8560b
DL
5447 * emacs.c (setgrp): Undefine before defining.
5448 (malloc_warning, set_time_zone_rule, index): Prototype.
5449
5450 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use
5451 HAVE_STRUCT_TIMEZONE.
5452
5453 * s/osf1.h: Move string.h hack here from alpha.h and make it
5454 conditional.
5455 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
5456 _XOPEN_SOURCE.
5457 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
5458 (SOCKLEN_TYPE): Don't define.
5459
5460 * m/alpha.h: Remove string.h hack.
5461
5462 * s/osf5-0.h: New file.
5463
5464 * filelock.c: Use feature tests for fcntl.h, string.h. Don't
5465 include time.h, done by systime.h.
5466 [__FreeBSD__]: Remove redundant includes.
5467
3fc720e4 5468 * callproc.c (setpgrp): Undefine before defining.
8cf8560b
DL
5469 (delete_temp_file): Return Qnil to avoid warning.
5470
5471 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
5472
5473 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not
5474 HAVE_X_WINDOWS.
5475
5476 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset.
5477
5478 * composite.h (compose_text): Declare.
5479
5480 * xterm.c: Don't include sys/types.h unconditionally. Don't
5481 protect its inclusion with !USG (following xmenu.c).
5482
ea055732
GM
54832000-06-23 Gerd Moellmann <gerd@gnu.org>
5484
5485 * xfns.c (x_create_tip_frame): Initialize frame's colors like
5486 in x_create_frame.
5487
74b01b80
EZ
54882000-06-23 Eli Zaretskii <eliz@is.elta.co.il>
5489
5490 * coding.c (decode_eol_post_ccl): Special handling for undecided
5491 and inconsistent EOL types.
5492
64f3a166
GM
54932000-06-22 Gerd Moellmann <gerd@gnu.org>
5494
16cf31f7
GM
5495 * xrdb.c (x_load_resources): Add default resource for scroll bar's
5496 trough color and main window's background color.
5497
178c5d9c 5498 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events
16cf31f7
GM
5499 differently.
5500
5501 * xterm.h (Xt_app_con): External declaration.
5502
5503 * widget.c (EmacsFrameRealize): Fix typo.
178c5d9c 5504
486a103d
GM
5505 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
5506
64f3a166
GM
5507 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
5508 (handle_invisible_prop): Record the start of invisible text in
5509 it->add_overlay_start.
5510 (struct overlay_entry): Add member `overlay'.
5511 (handle_overlay_change): Simplify.
5512 (next_overlay_string): After having processed overlay strings at the
5513 end of the buffer, record that fact in
5514 it->overlay_strings_at_end_processed_p.
5515 (compare_overlay_entries): If before- and after-strings come
5516 from the same overlay, let before-strings come first.
5517 (RECORD_OVERLAY_STRING): Record the overlay that strings come from.
5518 (load_overlay_strings): Take it->add_overlay_start into account
5519 when adding overlay strings.
5520
5521 * dispextern.h (struct it): Add member add_overlay_start.
5522
bb746ea6
DL
55232000-06-22 Dave Love <fx@gnu.org>
5524
5525 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
5526
5527 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
5528
a8f573f3
KH
55292000-06-22 Kenichi Handa <handa@etl.go.jp>
5530
5531 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
5532 is greater than 0.
5533
9f2bbc92
DL
55342000-06-21 Dave Love <fx@gnu.org>
5535
178c5d9c 5536 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
9f2bbc92 5537
3ee5041c
SM
55382000-06-21 Stefan Monnier <monnier@cs.yale.edu>
5539
5540 * syntax.c (back_comment): Simplify string-parity counting (with
5541 the added benefit of handling multiple string-styles as long as
5542 they are not intertwined).
5543 Jump to the slow code as soon as a comment starter is found in
5544 a "string_lossage" position. Fixes the case: " /* " /* " */.
5545
4c343001
DL
55462000-06-21 Dave Love <fx@gnu.org>
5547
5548 * Makefile.in: Use GETLOADAVG_LIBS.
5549
5550 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
5551 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
5552
e6365855
SM
55532000-06-20 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * syntax.c (describe_syntax): Recognize the `n'estable bit.
5556 (Fforward_comment, scan_lists):
5557 Check the comstyle of single-char comment-starters.
5558 (scan_sexps_forward): Don't try to recognize `half comment-enders' if
5559 we're just at the beginning of the comment (f.ex with (*) ... (*)).
d355bd8a
SM
5560 Check the comstyle of single-char comment-starters.
5561 Clarify control-flow around the Scomment case.
e6365855 5562
5700d2cc
DL
55632000-06-20 Dave Love <fx@gnu.org>
5564
d355bd8a
SM
5565 * fns.c (make_hash_table, maybe_resize_hash_table):
5566 Cast arg of next_almost_prime.
5700d2cc 5567
178c5d9c 5568 * tparam.c [emacs]: Include lisp.h.
5700d2cc
DL
5569
5570 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
5571 and unistd.h.
5572
4a27bdfb
GM
55732000-06-20 Gerd Moellmann <gerd@gnu.org>
5574
a61d762c
GM
5575 * keyboard.c (adjust_point_for_property): Check if display
5576 property should be treated as intangible by looking at its
5577 value.
5578
178c5d9c 5579 * xdisp.c (single_display_prop_intangible_p)
a61d762c
GM
5580 (display_prop_intangible_p): New functions.
5581
5582 * dispextern.h (display_prop_intangible_p): Add prototype.
5583
5584 * xdisp.c (dump_glyph_row): Show type of glyph->object.
178c5d9c 5585
4a27bdfb
GM
5586 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
5587 argument to sigprocmask.
5588
5589 * s/sco5.h (sigblock): Redefined to pass a pointer as second
5590 argument to sigprocmask.
5591
5592 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
5593 sigprocmask_set, and pass a pointer to it to sigprocmask.
5594
5595 * sysdep.c (sigprocmask_set): New variable.
5596
5597 * fileio.c (make_temp_name): Don't use `%s' in string passed to
5598 report_file_error.
5599
427ec082
SS
56002000-06-20 Sam Steingold <sds@gnu.org>
5601
5602 * xrdb.c: Don't declare xmalloc, xrealloc.
5603
8972fe79 56042000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8972fe79
SM
5605
5606 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
5607 (re_comp): Cast gettext return value to avoid complaints when
5608 !HAVE_LIBINTL.
5609
074b6efe
DL
56102000-06-20 Dave Love <fx@gnu.org>
5611
f85c008a
DL
5612 * m/stride.h, m/mips.h: Don't define HAVE_GETWD,
5613 HAVE_GETTIMEOFDAY.
5614
5700d2cc 5615 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
f85c008a 5616
d355bd8a 5617 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD.
f85c008a
DL
5618
5619 * m/alpha.h: Don't declare xmalloc, xrealloc.
5620
0af4f205
DL
5621 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
5622
5623 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
5624
5625 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
5626
5627 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
5628 HAVE_GETWD.
5629
074b6efe
DL
5630 * keyboard.h (poll_for_input_1): Declare.
5631
5632 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
5633
5634 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
5635
5636 * doprnt.c: Don't declare xmalloc, xrealloc.
5637
5638 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
5639 (getenv, ctime, getwd): Removed.
5640 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
5641
5642 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic,
5643 x_set_tool_bar_lines.
5644
5645 * config.in: Add HAVE_GETWD. Move some definitions above
5646 machine/system includes.
5647
68a5e97b
KH
56482000-06-20 Kenichi Handa <handa@etl.go.jp>
5649
95417e1e
KH
5650 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
5651
68a5e97b
KH
5652 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
5653 contain information about ENCODING.
5654
5655 * fontset.c (FONTSET_ASCII): Use the first element of char table
5656 for an ASCII font, not defalt slot.
5657 (fontset_ref_via_base): If FONTSET doesn't contain information for
5658 C, try the default fontset.
5659 (make_fontset): Don't copy the default fontset.
5660 (fontset_font_pattern): Likewise.
5661 (accumulate_font_info): If ELT is nil, use the corresponding
5662 element in the default fontset.
5663
3b4fa1b2
DL
56642000-06-19 Dave Love <fx@gnu.org>
5665
943e731c
DL
5666 * syntax.c (Fparse_partial_sexp): Doc fix.
5667
5668 * regex.h: Test PROTOTYPES as well as __STDC__.
5669
3b4fa1b2
DL
5670 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
5671 errno, strerror. Put text after #endif in comment.
5672
5673 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for
5674 pcc).
5675
5676 * xterm.c (x_frame_of_widget): Likewise.
5677
cdf0357b
GM
56782000-06-19 Gerd Moellmann <gerd@gnu.org>
5679
5680 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
5681 to Vfundamental_mode_abbrev_table.
5682
5683 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
5684 bogus objects are marked. This slows down GC by ~80 percent, but
5685 it might be worth trying when debugging GC-related problems.
5686 This feature requires conservative stack marking to be enabled.
5687
5688 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
5689 returns XLookupChars, reset `modifiers' to zero.
5690
998e9f8c
DL
56912000-06-19 Dave Love <fx@gnu.org>
5692
5693 * mktime.c: Unprotoized.
5694
18e21ce8 56952000-06-19 Richard Stallman <rms@gnu.org>
d1504184
GM
5696
5697 * data.c (set_internal): If variable is frame-local,
5698 store the new value immediately into the frame parameter alist.
5699
140c4ac6
KR
57002000-06-19 Ken Raeburn <raeburn@gnu.org>
5701
14358466
KR
5702 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
5703 in the custom handler pointer.
5704
140c4ac6
KR
5705 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
5706 value, or checks for CHAR_META can fail when Lisp_Object is a
5707 union type.
5708 * keymap.c (get_keyelt): Likewise.
5709
10d7bf84
KH
57102000-06-19 Kenichi Handa <handa@etl.go.jp>
5711
5712 * ccl.h (struct ccl_program): New member eol_type.
5713 (struct ccl_spec): New member cr_carryover.
5714
5715 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
5716 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
5717
5718 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
5719 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
5720 (decode_eol_post_ccl): New function.
5721 (decode_coding): Don't detect EOL format here for CCL based coding
5722 systems.
5723 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
5724 decode_eol_post_ccl after running the CCL program.
5725 (code_convert_region): Don't detect EOL format here for CCL based
5726 coding systems.
5727 (decode_coding_string): Likewise.
5728
52e386c2
KR
57292000-06-18 Ken Raeburn <raeburn@gnu.org>
5730
5731 * charset.c (update_charset_table): Use XINT on "iso_final_char"
5732 when treating it as an integer.
5733
5734 * coding.h (encode_coding_string): Declare.
5735
5736 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
5737 it as an integer.
5738
5739 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
5740 "xkeymap" to avoid shadowing the "enum map_type" value that needs
5741 to be passed to get_local_map.
5742
5743 * sound.c (Fplay_sound): Don't call make_number on
5744 Frun_hook_with_args count argument.
5745
5746 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
5747 for lisp objects in X event structure data field, when lisp
5748 objects are represented with unions.
5749 (x_scroll_bar_to_input_event): Ditto.
5750
b357b9d4
KR
57512000-06-16 Ken Raeburn <raeburn@gnu.org>
5752
5753 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
37d034d3
KR
5754 termination of string. Fix sense of test whether
5755 Vline_number_display_limit is an integer.
b357b9d4 5756
a871441d
GM
57572000-06-16 Gerd Moellmann <gerd@gnu.org>
5758
a9021acd
GM
5759 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
5760 only if HAVE_X_WINDOWS.
5761
6344985d
GM
5762 * keymap.c (describe_buffer_bindings): Add `\f\n' in front
5763 of titles.
5764
427ec082 5765 * dispnew.c (update_frame_1): Handle case that cursor vpos is
a871441d
GM
5766 out of bounds.
5767
228b083e
EZ
57682000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5769
5770 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
5771 of its headers.
5772
c25b53a2
KH
57732000-06-15 Kenichi Handa <handa@etl.go.jp>
5774
5775 * coding.c (decode_coding_emacs_mule): Always set src_base at the
5776 start of the while loop.
5777
a6981b11
GM
57782000-06-15 Gerd Moellmann <gerd@gnu.org>
5779
e9924e52
GM
5780 * atimer.c (alarm_signal_handler): Add forward declaration.
5781
a6981b11
GM
5782 * data.c (set_internal): Remove debug code.
5783
25fa6deb
GM
57842000-06-14 Gerd Moellmann <gerd@gnu.org>
5785
dce6b995
GM
5786 * Makefile.in (bootstrap-temacs): Add `-I../src'.
5787
9f817ea4
GM
5788 * unexec.c (toplevel) [COFF]: Include coff.h.
5789
5790 * s/lynxos.h: New file.
5791
5792 * keymap.c (Fsingle_key_description): Enclose function key and
5793 event symbol names in angle brackets.
5794
8a4e3c0c
GM
5795 * xdisp.c (setup_echo_area_for_printing): Call
5796 message_log_maybe_newline if message_buf_print is not set.
5797
5798 * print.c (printchar, strout): Don't check message_buf_print
427ec082 5799 before calling setup_echo_area_for_printing because that
8a4e3c0c
GM
5800 function does something useful even when message_buf_print is
5801 already set.
5802
25fa6deb
GM
5803 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New
5804 variables.
5805 (ensure_echo_area_buffers): Initialize echo buffer's
5806 truncate lines setting to nil.
5807 (with_echo_area_buffer): Don't set the echo buffer's truncate
5808 lines setting here.
8a4e3c0c 5809 (set_message_1): Set it here instead, based on the value
25fa6deb
GM
5810 of message_truncate_lines.
5811 (resize_mini_window): Handle case that lines are truncated.
5812 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL
5813 message-truncate-lines.
5814
5815 * keyboard.c (read_char): Bind message-truncate-lines to t
5816 while displaying a help-echo.
5817
5818 * lisp.h (Qmessage_truncate_lines): External declaration.
5819
163dcff3
GM
58202000-06-13 Gerd Moellmann <gerd@gnu.org>
5821
1681ead6
GM
5822 * xdisp.c (Vline_number_display_limit): Renamed from
5823 line_number_display_limit.
5824 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
5825 Extend documentation string. Initialize
5826 Vline_number_display_limit to nil meaning no limit.
5827 (decode_mode_spec): Use Vline_number_display_limit with its new
5828 meaning.
5829
163dcff3
GM
5830 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
5831
18e21ce8 58322000-06-13 Richard Stallman <rms@gnu.org>
163dcff3
GM
5833
5834 * frame.c (Fmodify_frame_parameters): Doc fix.
427ec082 5835
163dcff3
GM
5836 * xfns.c (x_set_frame_parameters): Comment fix.
5837
5838 * frame.c (store_frame_param): Call swap_in_global_binding if the
5839 variable's current binding was chosen based on this frame.
5840
5841 * data.c (swap_in_global_binding): New function.
5842
a704139d
EZ
58432000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
5844
5845 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
5846 macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
5847
9b6610db
EZ
58482000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
5849
5850 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
5851
c68833d2
JR
58522000-06-12 Jason Rumney <jasonr@gnu.org>
5853
5854 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
5855
5856 * w32.h (EMACS_W32_H): Renamed from _NT_H_
5857
5858 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
5859
5860 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
5861
ed1056b3
GM
58622000-06-12 Gerd Moellmann <gerd@gnu.org>
5863
5864 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
5865 (syms_of_xfaces): Defsubr Sdump_colors.
5866 (x_free_colors): Don't treat b&w specially on default visual.
5867 (x_free_dpy_colors): New function.
5868 (free_face_colors): Don't check visual class; it's done
5869 in x_free_colors.
5870
5871 * xterm.c (x_frame_of_widget): New function.
5872 (x_alloc_nearest_color_for_widget): Use it.
5873 (x_copy_dpy_color): New function.
5874 (x_destroy_window): Free various colors.
5875
5050a2ef
KH
58762000-06-12 Kenichi Handa <handa@etl.go.jp>
5877
5878 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
5879
5880 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
5881
5882 * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
5883
5884 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
5885
5886 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
5887
fb1b041d
DL
58882000-06-11 Dave Love <fx@gnu.org>
5889
5890 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
5891
ff96b5f4
EZ
58922000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
5893
5894 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
5895
db8eeecd
GM
58962000-06-11 Gerd Moellmann <gerd@gnu.org>
5897
ed1056b3 5898 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
db8eeecd
GM
5899 to `XEvent *'.
5900
49b71c5f
KH
59012000-06-10 Kenichi Handa <handa@etl.go.jp>
5902
c479bd55
KH
5903 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
5904 (regex_compile): Fix the code for handling the case of single byte
5905 char and multibyte char being mixed in a range within [...].
5906
ff6a65c2
KH
5907 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
5908 and dst_multibyte members of coding.
5909
49b71c5f
KH
5910 * charset.c (update_charset_table): Update the table
5911 bytes_by_char_head.
5912 (init_charset_once): Initialize elements of bytes_by_char_head to
5913 1 except for leading codes for private charases.
5914
5915 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
5916 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
5917 sequence.
5918
9e80b57d
KR
59192000-06-09 Ken Raeburn <raeburn@gnu.org>
5920
5921 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
5922 access the data it doesn't point to.
5923
f83fe4b4
GM
59242000-06-08 Gerd Moellmann <gerd@gnu.org>
5925
5926 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
db8eeecd 5927 will be translated to a switch-frame event when reading the
f83fe4b4
GM
5928 event queue. This is necessary because Emacs otherwise won't
5929 perform a switch-frame to a new frame until some other event, for
5930 example a keystroke event, forces it to do so. This has various
5931 effects, one visible being that the cursor of a frame created with
5932 C-x 5 2 or switched to with a window manager key binding like
5933 A-TAB stays hollow because selected_window isn't on the newly
5934 focused frame until the switch-frame is performed.
5935
5936 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
5937 generating a switch-frame event if necessary.
5938
5939 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
5940
5941 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
5942 it's an integer.
5943
0890801b
KH
59442000-06-08 Kenichi Handa <handa@etl.go.jp>
5945
5946 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a
5947 charset.
5948
173cbca8
GM
59492000-06-07 Gerd Moellmann <gerd@gnu.org>
5950
3091c2a6
GM
5951 * window.c (displayed_window_lines): Take empty lines at
5952 the bottom of a window into account.
427ec082 5953
f38952fe
GM
5954 * window.c (displayed_window_lines): New function.
5955 (Fmove_to_window_line): Use displayed_window_lines to determine
5956 the number of lines to move, instead of using the window's height.
5957
5958 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
5959 to stop reading, even if the form read sets point to a different
5960 value when evaluated.
5961
427ec082 5962 * xdisp.c (display_line): Fix code deciding in which line to
173cbca8
GM
5963 put the cursor.
5964
6ba6c818
KH
59652000-06-07 Kenichi Handa <handa@etl.go.jp>
5966
5967 * fileio.c (e_write): Free composition data if stored in
5968 coding->cmp_data.
5969
5f1aea9a
GM
59702000-06-06 Gerd Moellmann <gerd@gnu.org>
5971
666852af
GM
5972 * xdisp.c (display_line): Set row's and iterator's
5973 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
5974 Set cursor even if row ends in the middle of a character.
5975 (dump_glyph_row): Print values of new flags.
5976 (redisplay_window) <cursor movement in unchanged window>: When
5977 point has been moved forward, and PT is at the end of the cursor
5978 row, don't place the cursor in the next row if the cursor row ends
5979 in the middle of a character or at ZV.
5980
5981 * dispextern.h (struct it): Add starts_in_middle_of_char_p.
5982 (struct glyph_row): Add starts_in_middle_of_char_p and
5983 ends_in_middle_of_char_p.
5984 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
5985 ends_in_middle_of_char_p flag.
5986 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
5987
d13f3e2e
GM
5988 * term.c (append_glyph): Revert change of 2000-06-06.
5989
5990 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
5991 padding glyph not fitting on line as whole character not
5992 fitting on line.
5993
5f1aea9a
GM
5994 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
5995 this isn't true for images with `:ascent 100'.
5996
10cda9b0
KH
59972000-06-06 Kenichi Handa <handa@etl.go.jp>
5998
ed00559d
KH
5999 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
6000 as modified if it is originally unmodified.
6001
10cda9b0
KH
6002 * term.c (encode_terminal_code): Change the way to check if
6003 terminal coding does any conversion.
6004 (append_glyph): Set glyph->pixel_width correctly.
6005
6006 * xdisp.c (display_line): While checking line continuation, pay
6007 attention to a padding glyph.
6008
1969fae2
GM
60092000-06-05 Gerd Moellmann <gerd@gnu.org>
6010
6011 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
6012
162ccef4
DL
60132000-06-05 Dave Love <fx@gnu.org>
6014
f19f32dd
DL
6015 * xdisp.c: Include fontset.h.
6016
6017 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
6018
6019 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
6020
6021 * dispnew.c: Conditionally include term.h.
6022
6023 * coding.h: Declare code_convert_string_norecord.
6024
6025 * frame.h (struct frame): Use volatile unconditionally.
6026
6027 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
6028
6029 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
6030
6031 * systime.h: Protect against multiple inclusion.
6032 (timezone) [USG5_4]: Define as time_t.
6033
6034 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
6035 (Foptimize_char_table, make_temp_name): Declare.
6036
6037 * Makefile.in (xdisp.o): Depend on fontset.h.
6038
6039 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
6040
6041 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
6042 (Foptimize_char_table, make_temp_name): Declare.
6043
427ec082 6044 * s/irix4-0.h:
162ccef4
DL
6045 * s/irix5-0.h:
6046 * s/netbsd.h: Don't define autoconfiscated MATHERR.
6047
2082fe81
DL
60482000-06-02 Dave Love <fx@gnu.org>
6049
6050 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
6051
dcf671d2
GM
60522000-06-02 Gerd Moellmann <gerd@gnu.org>
6053
6054 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
1969fae2 6055 result face, set flags in that face indicating that colors may not
dcf671d2
GM
6056 be freed.
6057
6058 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
6059 glyph, use the ASCII NUL character to determine the face.
6060
d42122a3
DL
60612000-06-02 Dave Love <fx@gnu.org>
6062
6063 * sysdep.c: Conditionally include stdlib.h, unistd.h.
6064 (VFORK_RETURN_TYPE): Remove.
427ec082 6065
d42122a3
DL
6066 * config.in: Add NO_MATHERR.
6067
dd432f16
DL
60682000-06-01 Dave Love <fx@gnu.org>
6069
90aa4ea8
DL
6070 * cmds.c (internal_self_insert): Don't check
6071 Vbefore_change_function, Vafter_change_function.
6072
6073 * insdel.c (signal_before_change, signal_after_change): Likewise.
6074
6075 * buffer.c (Vbefore_change_function, Vafter_change_function):
6076 Variables and their initializations deleted.
6077
2330c9d4
DL
6078 * callint.c (Fcall_interactively): Doc fix.
6079
dd432f16
DL
6080 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
6081
bf9e8804
DL
60822000-05-31 Dave Love <fx@gnu.org>
6083
6084 * textprop.c: Revert last change -- duplicated.
6085
3694b4ab
GM
60862000-05-31 Gerd Moellmann <gerd@gnu.org>
6087
6088 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
6089 in #if 0.
6090
6091 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
6092
f14156cd
JR
60932000-05-31 Jason Rumney <jasonr@gnu.org>
6094
8119aab8
JR
6095 * search.c (Fre_search_forward, Fre_search_backward)
6096 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
6097
f14156cd
JR
6098 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
6099
4aab9be3
JR
61002000-05-30 Jason Rumney <jasonr@gnu.org>
6101
6102 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
6103 [WINDOWSNT]: Add extern for Vw32_system_coding_system.
6104
6105 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type
6106 member.
6107
6108 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
6109 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
6110 expand a nil default_filename.
6111
6112 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
6113 pointer to glyph_to_pixel_coords, not a frame.
6114
6115 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
6116 coding.h to dependencies.
6117
6118 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
6119
6120 * w32console.c (glyph_to_pixel_coords): Change first parameter to
6121 window pointer to be consistent with w32term.c and xterm.c.
6122
6123 * w32fns.c: Format and doc changes to bring closer to xfns.c.
6124 (VIETNAMESE_CHARSET): Define if not defined in system headers.
6125 (Qline_spacing, Qcenter): New variables.
6126 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
6127 (x_set_line_spacing): New function.
6128 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT
6129 macros.
6130 (x_specified_cursor_type): New function.
6131 (x_set_cursor_type): Use it.
6132 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
6133 and icon strings.
6134 (validate_x_resource_name, x_get_resource_string): Measure lengths
6135 of external strings in bytes.
6136 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
6137 GetTextExtentPoint32 with NULL title.
6138 (Fx_create_frame): Initialize Qline_spacing.
6139 (w32_load_system_font): Initialize font->double_byte_p.
6140 (x_to_w32_charset): Use Vw32_charset_info_alist.
6141 (Image, busy cursor, tooltip functions): Merged changes from
6142 xfns.c. Not yet functional on Windows.
6143
6144 * w32gui.h (W32FontStruct): Add double_byte_p member.
6145
6146 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
6147 (emacs_button_translation): Use it.
6148 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
6149 in `mask' to be set.
6150
6151 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
6152 menu strings.
6153
6154 * w32term.c: Format and doc changes to bring closer to xterm.c.
6155 (w32_char_font_type): New enum.
6156 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
6157 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
6158 (w32_encode_char): New function.
6159 (x_encode_char): Removed.
6160 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
6161 x_encode_char and w32_font_is_double_byte.
6162 (x_produce_image_glyph): Use image_ascent.
6163 (x_produce_glyphs): Use new version of w32_per_char_metric and
6164 handle NULL return value. Allow extra line spacing.
6165 (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
6166 (w32_get_glyph_overhangs): Remove unicode_p param. Use
6167 w32_font_type member of glyph instead.
6168 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
6169 (fast_find_position): Make sure not to consider rows not visible
6170 in the window.
6171 (w32_read_socket) [WM_MENUSELECT]: Cannot call
6172 w32_menu_display_help with input blocked, as it can abort.
6173 (x_display_and_set_cursor): Choose cursor depending
6174 on buffer-local value of cursor_type.
6175 (x_draw_bar_cursor): Add parameter WIDTH.
6176
6177 * w32term.h (CP_DEFAULT): Define.
6178 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
6179
10fc3187
GM
61802000-05-30 Gerd Moellmann <gerd@gnu.org>
6181
6182 * search.c (Fre_search_forward, Fre_search_backward)
6183 (Fposix_search_backward, Fposix_search_forward): Doc fix.
6184
d0555360
KH
61852000-05-30 Kenichi Handa <handa@etl.go.jp>
6186
6187 * coding.c (detect_coding_iso2022): Fix code for checking
6188 CODING_CATEGORY_MASK_ISO_8_2.
6189
f1ad044f
SM
61902000-05-29 Stefan Monnier <monnier@cs.yale.edu>
6191
6192 * regex.c (PREFETCH_NOLIMIT): New function.
6193 (re_match_2_internal): Use it and adjust the end_match_2 logic.
6194
84ec3b4b
GM
61952000-05-29 Gerd Moellmann <gerd@gnu.org>
6196
66254a13
GM
6197 * syntax.c (find_defun_start): Move test for
6198 open_paren_in_column_0_is_defun_start outside of the loop.
6199
49e70dec
GM
6200 * xdisp.c (redisplay_window): Really switch buffers when
6201 displaying mode lines, and temporarily set selected_frame to the
6202 frame of the window that's redisplayed.
6203
84ec3b4b
GM
6204 * xfaces.c (free_realized_faces): Block/unblock input.
6205 (free_realized_multibyte_face): Ditto.
6206
869a3a14
DL
62072000-05-29 Dave Love <fx@gnu.org>
6208
6209 * textprop.c (Qkeymap): New variable.
6210 (syms_of_textprop): Intern it.
6211
6212 * keymap.c: Include intervals.h.
6213 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
6214
6215 * Makefile.in (keymap.o): Depend on intervals.h.
6216
6217 * keyboard.c (menu_bar_items, tool_bar_items)
6218 (Fexecute_extended_command): Deal with `keymap' property.
6219 (read_key_sequence): Track map from `keymap' property as well as
6220 `local_map'.
6221
6222 * intervals.c (get_local_map): Extra arg to allow looking for
6223 `keymap' too.
6224
6225 * intervals.h (map_property): New enum.
6226 (get_local_map): Extra arg using it.
6227 (Qkeymap): Declare.
6228
84ec3b4b 6229 * lisp.h (get_local_map): Don't declare here.
869a3a14 6230
89d0c844
KH
62312000-05-29 Kenichi Handa <handa@etl.go.jp>
6232
6233 * Makefile.in (callproc.o): Depend on composite.h.
6234
6235 * callproc.c: Include composite.h.
6236 (Fcall_process): Handle composition correctly.
6237
6238 * coding.h (coding_allocate_composition_data): Extern it.
6239 (coding_restore_composition): Likewise.
6240
6241 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
6242 yet allocated, finish decoding with result
6243 CODING_FINISH_INSUFFICIENT_CMP.
6244 (coding_allocate_composition_data): Make it non-static.
6245 (coding_restore_composition): Likewise.
6246
797a084a
EZ
62472000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
6248
6249 * charset.c (syms_of_charset): Revert last change.
6250
cf872af5
EZ
62512000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6252
6253 * term.c (produce_glyphs): Treat characters from the eight-bit-*
d7d0dac0
SM
6254 charsets as unibyte, with 1-column screen width. Sent by Kenichi
6255 Handa.
cf872af5 6256
5b1ae051
EZ
62572000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6258
6259 * charset.c (syms_of_charset): Set width of character sets
6260 eight-bit-control and eight-bit-graphic to 1 column.
6261
34ec9ebe
GM
62622000-05-26 Gerd Moellmann <gerd@gnu.org>
6263
6264 * config.in (HAVE_SPEED_T): New define.
6265
6266 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
6267 `extern speed_t'.
6268
dd854dc2
DL
62692000-05-26 Dave Love <fx@gnu.org>
6270
6271 * coding.c (shrink_decoding_region): Initialize eol_conversion.
6272
6273 * data.c (Qsubrp, Qmany, Qunevalled): New variables.
6274 (Fsubr_arity): New function.
6275 (syms_of_data): Install them.
6276
ba9f8f95
KH
62772000-05-26 Kenichi Handa <handa@etl.go.jp>
6278
0f3e0672
KH
6279 * charset.c (init_charset_once): Set the table bytes_by_char_head
6280 correctly.
6281
cebefb44
KH
6282 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
6283 the default fontset to what Emacs uses by default.
0f3e0672
KH
6284 (check_registry_encoding): This function deleted.
6285 (Fset_fontset_font): Remove the adhoc condition for the default
6286 fontset. Allow cons in FONTNAME.
cebefb44 6287
0f3e0672
KH
6288 * fns.c (map_char_table): Ignore char-table entries for
6289 charsets eight-bit-control and eight-bit-graphic.
ba9f8f95 6290
7a18af49
KR
62912000-05-25 Ken Raeburn <raeburn@gnu.org>
6292
6293 * emacs.c (main): Initialize keyboard syms before initializing
6294 window code, so face names are available.
6295
d2af47df
SM
62962000-05-25 Stefan Monnier <monnier@cs.yale.edu>
6297
6298 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
6299 of an anchor at the beginning of a shy-group.
6300
fc6a6a4e
GM
63012000-05-25 Gerd Moellmann <gerd@gnu.org>
6302
6303 * xdisp.c (handle_invisible_prop): Don't try to skip over
6304 invisible text if end of text is already reached.
6305
005f0d35
DL
63062000-05-25 Dave Love <fx@gnu.org>
6307
02513cdd
DL
6308 * xdisp.c (Fdump_glyph_matrix): Declare the arg.
6309
005f0d35
DL
6310 * coding.c (encode_eol): Add null statement after label.
6311
89f6ca4e
EZ
63122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6313
6314 * w16select.c (Fw16_set_clipboard_data): Fix the change from
6315 2000-05-20.
6316
a4e1759e
KH
63172000-05-25 Kenichi Handa <handa@etl.go.jp>
6318
6319 * ccl.c (ccl_driver): Fix previous change.
6320
eacfd7fe
KH
63212000-05-25 Kenichi Handa <handa@etl.go.jp>
6322
46ab33a9
KH
6323 * coding.c (run_pre_post_conversion_on_str): Set point to the
6324 beginning of buffer before calling coding->post_read_conversion.
6325 (decode_coding_string): Give correct args to
6326 run_pre_post_conversion_on_str.
6327 (encode_coding_string): Likewise.
6328
eacfd7fe
KH
6329 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
6330 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
6331 eight-bit-graphic correctly.
6332
f8569325
DL
63332000-05-24 Kenichi HANDA <handa@etl.go.jp>
6334
6335 * fileio.c (Finsert_file_contents): Even if a file is not found,
6336 execute codes for setting up coding system. Call
6337 after-insert-file-functions unconditionally.
6338
04545643
GM
63392000-05-24 Gerd Moellmann <gerd@gnu.org>
6340
6341 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
6342 BSD_PGRPS are not defined.
6343
747d90ea
KH
63442000-05-24 Kenichi Handa <handa@etl.go.jp>
6345
6346 * charset.c (update_charset_table): Accept nil in LONG_NAME and
6347 DESCRIPTION.
6348 (syms_of_charset): Avoid building same strings.
6349
716e3b88
GM
63502000-05-23 Gerd Moellmann <gerd@gnu.org>
6351
6352 * lread.c (Fload): Add a comment about the meaning of
6353 Vuser_init_file being t.
6354
6355 * puresize.h (BASE_PURESIZE): Increase to 675000.
6356
6357 * s/gnu-linux.h (setpgrp): Don't define it here because this
6358 prevents compilation on GNU/Linux systems with glib 2.2.
6359
6360 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
6361 as setpgid.
427ec082 6362
9aeb39fa
EZ
63632000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
6364
6365 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
6366 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
6367 version.
6368 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
6369
29ced61b
KH
63702000-05-23 Kenichi Handa <handa@etl.go.jp>
6371
0574a2ed
KH
6372 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE
6373 unconditionally.
6374
3d80f24d
KH
6375 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
6376
6377 * term.c (encode_terminal_code): Set coding->src_multibyte
6378 properly.
6379
29ced61b
KH
6380 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
6381
d7e00792
KH
63822000-05-22 Kenichi Handa <handa@etl.go.jp>
6383
c9d80d38
KH
6384 * keyboard.c (read_char): Allow character codes 128..255 to be
6385 handled by input-method-function.
6386
d7e00792
KH
6387 * insdel.c (adjust_markers_for_replace): Fix previous change.
6388 (adjust_after_replace): If PREV_TEXT is nil, call
6389 adjust_markers_for_insert, not adjust_markers_for_replace.
6390
087121cc 63912000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
427ec082 6392
087121cc
GM
6393 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
6394 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
6395 [HAVE_GRANDPT]: Define.
6396 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
6397
6398 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
6399 like SYSV_PTYS.
6400
6401 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
6402
6403 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
6404
c9671f81
KH
64052000-05-20 Kenichi Handa <handa@etl.go.jp>
6406
6407 The following changes are to handle 8-bit characters in a
6408 multibyte buffer/string without facing with byte combining
6409 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and
6410 eight-bit-graphic (for 0xA0..0xFF) are introduced.
6411
6412 * Makefile.in (fns.o): Depend on charset.h.
6413
6414 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
6415 convert it to unibyte.
6416 (make_string): Use parse_str_as_multibyte, not chars_in_text.
6417
6418 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
6419 apparent char boundary.
6420 (Fset_buffer_multibyte): Convert 8-bit characters in the range
6421 0x80..0x9F to/from multibyte form.
6422
6423 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
6424 to unibyte.
6425
6426 * callproc.c (Fcall_process): Always encode an argument string if
6427 it is multibyte. Setup src_multibyte and dst_multibyte members of
6428 process_coding properly.
ce75fd23 6429
c9671f81
KH
6430 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
6431 SPLIT_NON_ASCII_CHAR.
6432
6433 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
6434 as is.
6435 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
6436
6437 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New
6438 variables.
6439 (SPLIT_CHARACTER_SEQ): This macro deleted.
6440 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is
6441 valid.
6442 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
6443 and eight-bit-graphic.
6444 (char_to_string): Likewise. Signal an error for too large
6445 character code.
6446 (char_printable_p): Return 0 for 8-bit characters.
6447 (update_charset_table): Update iso_charset_table only when a final
6448 character is non-negative.
6449 (find_charset_in_text): Renamed from find_charset_in_str.
6450 Arguments and return value changed. Callers changed.
6451 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
6452 be -1 if CHARSET is used only internally.
6453 (Fmake_char_internal): Handle new charsets; eight-bit-control and
6454 eight-bit-graphic.
6455 (Fcharset_after): Simplified.
6456 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
6457 (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
6458 (multibyte_chars_in_text): Simplified by assuming there's no
6459 invalid multibyte sequence.
6460 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
6461 str_as_unibyte): New functions.
6462 (Fstring): Simpified by assuming that byte combining never
6463 happens.
6464 (init_charset_once): Initialization for
6465 LEADING_CODE_8_BIT_CONTROL.
6466 (syms_of_charset): Intern and staticpro Qeight_bit_control and
6467 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets
6468 eight-bit-control and eight-bit-graphic.
6469
6470 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
6471 CHARSET_8_BIT_GRAPHIC): New macros.
6472 (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
6473 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
6474 (CHARSET_REVERSE_CHARSET): Likewise.
6475 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
6476 eight-bit-graphic.
6477 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
6478 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
6479 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
6480 encounter an invalid multibyte sequence.
6481 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
6482 sequence is always valid.
6483 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
6484 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New
6485 macros.
6486 (CHAR_STRING): For 8-bit characters, call char_to_string.
6487 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume
6488 multibyte sequence is always valid.
6489 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
6490 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
6491 str_as_unibyte): Extern them.
6492 (BCOPY_SHORT): Fix a bug.
6493 (CHAR_LEN): This macro deleted. Callers changed to use
6494 CHAR_BYTES.
6495 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
6496 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
6497 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
6498
bd4bde7f 6499 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
c9671f81
KH
6500 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
6501 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE,
6502 EMIT_BYTES): New macros.
6503 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII,
6504 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
6505 macros deleted.
6506 (CHECK_CODE_RANGE_A0_FF): This macro deleted.
6507 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
6508 check the validity of multibyte sequence.
6509 (decode_coding_emacs_mule): New function.
6510 (encode_coding_emacs_mule): New macro.
6511 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
6512 the source.
6513 (DECODE_ISO_CHARACTER): Just return a character code.
6514 (DECODE_COMPOSITION_START): Set coding->result instead of result.
6515 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
6516 EMIT_CHAR to produced decoded characters. Exit the loop only by
6517 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last
6518 block here.
6519 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce
6520 only position codes for an invalid character.
6521 (encode_designation_at_bol): Return new destination pointer. 5th
6522 arg DSTP is changed to DST.
6523 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
6524 from the source by ONE_MORE_CHAR. Don't handle the case of last
6525 block here.
6526 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
6527 macros deleted.
6528 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8,
6529 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
6530 TWO_MORE_BYTES to fetch a byte from the source.
6531 (encode_eol): Pay attention to coding->src_multibyte.
6532 (detect_coding, detect_eol): Preserve members src_multibyte and
6533 dst_multibyte.
6534 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
6535 (encoding_buffer_size): Set magnification to 3 for all coding
6536 systems that require encoding.
6537 (ccl_coding_driver): For decoding, be sure that the result is
6538 valid multibyte sequence.
6539 (decode_coding): Initialize coding->errors and coding->result.
6540 For emacs-mule, call decode_coding_emacs_mule. For no-conversion
6541 and raw-text, always call decode_eol. Handle the case of last
6542 block here. If not coding->dst_multibyte, convert the resulting
6543 sequence to unibyte.
6544 (encode_coding): Initialize coding->errors and coding->result.
6545 For emacs-mule, call encode_coding_emacs_mule. For no-conversion
6546 and raw-text, always call encode_eol. Handle the case of last
6547 block here.
6548 (shrink_decoding_region, shrink_encoding_region): Detect cases
6549 that we can't skip data more rigidly.
6550 (code_convert_region): Setup src_multibyte and dst_multibyte
6551 members of coding. For decoding, if the buffer is multibyte,
6552 convert the source sequence to unibyte in advance. For encoding,
6553 if the buffer is multibyte, convert the resulting sequence to
6554 multibyte afterward.
6555 (run_pre_post_conversion_on_str): New function.
6556 (code_convert_string): Deleted and divided into the following two.
6557 (decode_coding_string, encode_coding_string): New functions.
6558 (code_convert_string1, code_convert_string_norecord): Call one of
6559 above.
6560 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
6561 MAKE_NON_ASCII_CHAR.
6562 (Fset_terminal_coding_system_internal,
6563 Fset_safe_terminal_coding_system_internal): Setup src_multibyte
6564 and dst_multibyte members.
6565 (init_coding_once): Initialize iso_code_class with new enum
6566 ISO_control_0 and ISO_control_1.
6567
6568 * coding.h (enum iso_code_class_type): Member ISO_control_code is
6569 devided into ISO_control_0 and ISO_control_1.
6570 (struct coding_system): New members src_multibyte, dst_multibyte,
6571 errors, and result. Delete member fake_multibyte.
6572 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
6573 nonzero.
6574 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
6575 nonzero.
6576
6577 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
6578 (Faset): Likewise.
6579
6580 * editfns.c (Fformat): Be sure to convert 8-bit characters to
6581 multibyte form.
6582 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
6583 combining occurs.
6584 (Ftranspose_region): Delete codes for handling byte combining.
6585
6586 * fileio.c (Finsert_file_contents): Setup src_multibyte and
6587 dst_multibyte members of coding. On handling REPLACE on unibyte
6588 buffer, convert the result of decode_coding to unibyte. On
6589 inserting into a mutibyte buffer, always call code_convert_region.
bd4bde7f 6590 (e_write): Setup coding->src_multibyte according to the
c9671f81
KH
6591 multibyteness of the source (buffer or string).
6592
6593 * fns.c (concat): Handle 8-bit characters correctly.
6594 (Fstring_as_unibyte): Be sure to make all 8-bit characters in
6595 unibyte in the result.
6596 (Fstring_as_multibyte): Be sure to make all 8-bit characters in
6597 valid multibyte form in the result.
6598 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
6599 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
6600 return -1, signal an error.
6601 (base64_encode_1): New arg MULTIBYTE. Get each character by
6602 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte
6603 character is found, return -1.
6604 (Fbase64_decode_region): Delete codes for handling byte-combining.
6605 Treat each decoded byte as a unibyte character.
6606 (Fbase64_decode_string): Return unibyte string.
6607 (Fcompare_strings, concat, string_byte_to_char): Use
6608 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
6609 FETCH_STRING_CHAR_ADVANCE.
6610 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
6611 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
6612
6613 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
6614 SPLIT_NON_ASCII_CHAR.
6615 (fontset_ref_via_base, fontset_set): Likewise
6616
6617 * insdel.c (adjust_markers_for_record_delete): Deleted.
6618 (adjust_markers_for_insert): Argument changed. Caller changed.
6619 (adjust_markers_for_replace): Likewise.
6620 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error,
6621 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
6622 (copy_text): Delete unused local varialbe c_save. For converting
6623 to multibyte, be sure to make all 8-bit characters in valid
6624 multibyte form.
6625 (count_size_as_multibyte): Handle 8-bit characters correctly.
6626 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
6627 adjust_after_replace, replace_range, del_range_2)
6628 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
6629 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
6630 adjust_after_replace, replace_range, del_range_2) Delete codes for
6631 handling byte combining.
6632 (adjust_before_replace): Deleted.
427ec082 6633
c9671f81
KH
6634 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
6635 SPLIT_NON_ASCII_CHAR.
6636 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
6637 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE
6638 unconditionally.
6639 (Fkey_description): Likewise.
6640
6641 * lread.c (read1): On reading multibyte string, be sure to make
6642 all 8-bit chararacters in valid multibyte form.
6643 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
6644
6645 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
6646 unconditionally.
6647
6648 * process.c (Fstart_process): GCPRO current_dir before calling
6649 Ffind_operation_coding_system. Encode arguments here.
6650 (create_process): Don't encode arguments here. Setup
6651 src_multibyte and dst_multibyte members of struct coding.
6652 (read_process_output): Setup src_multibyte and dst_multibyte
6653 members of struct coding. If the output is to multibyte buffer,
6654 always decode the output of the process. Adjust the
6655 representation of 8-bit characters to the multibyteness of the
6656 output.
6657 (send_process): Setup coding->src_multibyte according to the
6658 multibyteness of the source.
6659
6660 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE
6661 unconditionally.
6662 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
6663 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
6664
6665 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of
6666 CHAR_LEN.
6667
6668 * w16select.c (Fw16_set_clipboard_data): Setup members
6669 src_multibyte and dst_multibyte of coding. Adjusted for the
6670 change for find_charset_in_str.
6671 (Fw16_get_clipboard_data): Likewise.
6672
6673 * w32fns.c (w32_to_x_font): Setup members src_multibyte and
6674 dst_multibyte of coding.
6675 (x_to_w32_font): Likewise.
6676
6677 * w32select.c (Fw32_set_clipboard_data): Setup members
6678 src_multibyte and dst_multibyte of coding. Adjusted for the
6679 change for find_charset_in_str.
6680 (Fw32_get_clipboard_data): Likewise.
6681
6682 * xdisp.c (get_next_display_element): Handle 8-bit characters
6683 correctly.
6684 (next_element_from_display_vector): Use CHAR_BYTES instead of
6685 CHAR_LEN.
6686 (disp_char_vector): Use SPLIT_CHAR instead of
6687 SPLIT_NON_ASCII_CHAR.
6688
6689 * xselect.c (selection_data_to_lisp_data): Setup members
6690 src_multibyte and dst_multibyte of coding. Adjusted for the
6691 change for find_charset_in_str.
6692 (lisp_data_to_selection_data): Likewise.
6693
5f64c9e0
GM
66942000-05-19 Gerd Moellmann <gerd@gnu.org>
6695
2b63d473
GM
6696 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed
6697 buffer.
6698
5f64c9e0
GM
6699 * dispextern.h (Vimage_types): Add extern declaration.
6700
6701 * xdisp.c (Vimage_types): Moved here from xfns.c.
6702 (syms_of_xdisp): Move `image-types' variable here from xfns.c.
6703
6704 * xfns.c (Vimages_types): Moved to xdisp.c.
6705 (syms_of_xfns): Move `image-types' to xdisp.c.
6706
6707 * w32fns.c (Vimage_types): Removed.
6708 (syms_of_w32fns): Remove `image-types'.
6709
813086ea
KH
67102000-05-18 Kenichi Handa <handa@etl.go.jp>
6711
6712 * fns.c (map_char_table): Pay attention to character number of
6713 charset. Check the validity of charset at the first level. For
6714 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
6715 the default value.
6716
6717 * fontset.c: Include "buffer.h".
6718 (fs_load_font): If the face has fontset, record the face ID in
6719 that fontset.
6720 (Finternal_char_font): New function.
6721 (accumulate_font_info): New function.
6722 (Ffontset_info): Rewritten for the new fontset implementation.
6723 (syms_of_fontset): Register Vdefault_fontset in the first element
6724 of Vfontset_table. Include Vdefault_fontset in
6725 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
6726 function.
6727
bdaebbf0
DL
67282000-05-16 Dave Love <fx@gnu.org>
6729
6730 * m/iris5d.h: Deleted -- unused.
6731
cb613bb8
GM
67322000-05-16 Gerd Moellmann <gerd@gnu.org>
6733
b15f3b77
GM
6734 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
6735 `invalid' instead of `illegal'.
6736
6737 * indent.c (Fmove_to_column): When ending within a tab, insert
6738 spaces first so that markers at the end of the tab get adjusted.
6739
835c1b36
GM
6740 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
6741 buffer list that wasn't selected in that frame.
6742
cb613bb8
GM
6743 * filelock.c (get_boot_time): To obtain an 8 char file name, which
6744 is needed on mescaline, use a 2 char prefix, and call
6745 make_temp_name with second arg non-zero.
6746
6747 * fileio.c (make_temp_name): New function, extracted from
6748 Fmake_temp_name.
6749 (Fmake_temp_name): Use it.
6750
f685bea9
EZ
67512000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6752
6753 * window.c (coordinates_in_window): Subtract 1 when computing
6754 right_x.
6755
a1b8d58b
GM
67562000-05-15 Gerd Moellmann <gerd@gnu.org>
6757
6758 * Makefile.in (lisp): Add env.elc.
6759
6760 * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
6761
a265079f
GM
67622000-05-12 Gerd Moellmann <gerd@gnu.org>
6763
6764 * search.c (Freplace_match): Handle case of `\N' in the
6765 replacement when there's no group N.
6766
da4496b6
GM
67672000-05-11 Gerd Moellmann <gerd@gnu.org>
6768
0ace421a
GM
6769 * xdisp.c (add_to_log): Don't pass the terminating NUL byte
6770 of the message to message_dolog.
6771
1172eb8d
GM
6772 * keyboard.c (read_char): Don't clear current message for help
6773 events; let the code handling help events handle this. Change
6774 code detecting help events that should be ignored.
6775
da4496b6
GM
6776 * xdisp.c (handle_single_display_prop): Don't try to set PT if
6777 we're interating over a string.
6778
0623e40f
DL
67792000-05-09 Dave Love <fx@gnu.org>
6780
6781 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
6782 that offset before writing. Move gcpro region past call of
6783 Ffile_regular_p.
6784
bae2503b
DL
67852000-05-04 Dave Love <fx@gnu.org>
6786
6787 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
6788
ec82fb2f
GM
67892000-05-04 Gerd Moellmann <gerd@gnu.org>
6790
6791 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
6792 of inserted characters when BUF equals the current buffer, and PT
6793 is in front of or equal to FROM.
6794
cbf18892
GM
67952000-05-03 Gerd Moellmann <gerd@gnu.org>
6796
4ff40dd0
GM
6797 * xdisp.c (handle_single_display_prop): If display property value
6798 is invalid, or something not supported on the frame, restore
6799 iterator's position to what it was initially. Make sure to return
6800 0 for invalid and unsupported property values.
6801
cbf18892
GM
6802 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
6803 that x_per_char_metric returns null.
6804
1b0672c3
GM
68052000-05-02 Gerd Moellmann <gerd@gnu.org>
6806
576da55d
GM
6807 * xterm.h (struct face): Add forward declaration.
6808 (struct image): Ditto.
6809 (image_ascent): Add prototype.
6810
6811 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
6812 (x_draw_image_relief, x_draw_image_foreground_1): Call function
6813 image_ascent instead of using IMAGE_ASCENT.
6814
6815 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
6816 (IMAGE_ASCENT): Removed.
6817
6818 * xfns.c (Qcenter): New variable.
6819 (enum image_value_type): Add IMAGE_ASCENT_VALUE.
6820 (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
6821 (image_ascent): New function.
6822 (lookup_image): Recognize `:ascent center'.
6823 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
6824 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
6825 (xbm_load): Don't set image's ascent here.
6826 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
6827 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
6828 check ascent values here.
6829 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
6830 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
6831 (syms_of_xfns): Initialize Qcenter.
6832
1b0672c3
GM
6833 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
6834 to the limits, increase the limits.
6835
0d7811ed
KH
68362000-05-01 Kenichi Handa <handa@etl.go.jp>
6837
6838 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
6839 Check Vfont_encoding_alist against the full name of the opened
6840 font.
6841
a943a5ca
GM
68422000-04-28 Gerd Moellmann <gerd@gnu.org>
6843
6844 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
6845 taller than the window.
6846
5dba1e29
KH
68472000-04-28 Kenichi Handa <handa@etl.go.jp>
6848
6849 * xfaces.c (realize_x_face): Fix the argument of the second
6850 xassert. BASE_FACE may not be a face for ASCII.
6851
353964e3
GM
68522000-04-27 Gerd Moellmann <gerd@gnu.org>
6853
c76e04a8
GM
6854 * print.c (print_object): Treat print-length < 0 as nil.
6855
6856 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
6857
6858 * s/freebsd.h (TERMCAP_OBJ): Removed.
6859 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
6860
6861 * lread.c (read1): Don't treat period followed by certain
6862 characters as symbol start.
6863
6864 * xfns.c (slurp_file): New function.
6865 (xbm_image_p): Handle case of in-memory XBM files.
6866 (xbm_scan): Rewritten to work on memory buffers instead of files.
6867 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
6868 Work on memory buffers instead of files. If DATA is null test
6869 if buffer looks like an in-memory XBM file.
6870 (xbm_load_image): Renamed from xbm_load_image_file. Work on
6871 memory buffers instead of files.
6872 (xbm_file_p): New function.
6873 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
6874
353964e3
GM
6875 * lread.c (end_of_file_error): New function.
6876 (read1): Call it instead of signaling `end-of-file' directly.
6877
427ec082 6878 * print.c (print_error_message): Print data of `end-of-file'
353964e3
GM
6879 with Fprinc instead of Fprin1.
6880
24d744ac
KR
68812000-04-26 Ken Raeburn <raeburn@gnu.org>
6882
6883 * window.c (freeze_window_start): Check that minibuffer scroll
6884 window isn't nil before extracting the window structure pointer
6885 from it.
6886
6887 * undo.c (record_delete): If we hit the end of the undo list, stop
6888 picking elements apart.
6889
7464346d
GM
68902000-04-26 Gerd Moellmann <gerd@gnu.org>
6891
6892 * xdisp.c (display_line): If lines are continued, restore
6893 iterator's ascent/descent information to the values before the
6894 first glyph not fitting on the line.
6895
612839b6
GM
68962000-04-25 Gerd Moellmann <gerd@gnu.org>
6897
6898 * xdisp.c (try_window_id) <all changes above window start>: Adjust
6899 positions in glyph matrix. Don't compute new window end
6900 positions.
6901
6902 * dispnew.c (increment_matrix_positions): Renamed from
6903 increment_glyph_matrix_buffer_positions.
6904 (increment_row_positions): Renamed from
6905 increment_glyph_row_buffer_positions.
6906
6907 * dispextern.h: Change names of renamed functions from dispnew.c
6908 in prototypes.
6909
cc181e95
GM
69102000-04-24 Gerd Moellmann <gerd@gnu.org>
6911
abfcc168
GM
6912 * fileio.c (Fdo_auto_save): Create directories for auto-save
6913 list file if necessary.
6914
cc181e95
GM
6915 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
6916 from buffer or frame.
6917 (automatic_hscrolling_p): New variable.
6918 (hscroll_windows): Scroll windows horizontally only if automatic
6919 hscrolling is allowed.
6920 (syms_of_xdisp): New variable `automatic-hscrolling'.
6921
6922 * frame.h (struct frame): Add member extra_line_spacing.
6923
6924 * xfns.c (x_set_line_spacing): New function.
6925 (Fx_create_frame): Set line spacing from resources.
6926 (Qline_spacing): New variable.
6927 (syms_of_xfns): Initialize Qline_spacing.
427ec082 6928
cc181e95
GM
6929 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
6930
6931 * buffer.c (init_buffer_once): Handle extra_line_spacing.
6932 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
abfcc168 6933 (reset_buffer): Don't initialize extra2 and extra3. Initialize
cc181e95
GM
6934 extra_line_spacing from default value.
6935 (init_buffer_once): Initialize default value of extra_line_spacing.
6936
6937 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
6938 and extra3.
6939
6940 * xterm.c (x_produce_glyphs): Remove reference to struct it's
6941 prompt_width. Add extra line spacing.
6942
6943 * term.c (produce_glyphs): Remove reference to struct it's
6944 prompt_width.
6945
6946 * dispextern.h (struct it): Remove member prompt_width, add
6947 extra_line_spacing.
6948
58827478
GM
69492000-04-22 Gerd Moellmann <gerd@gnu.org>
6950
6951 * dispnew.c (update_frame_line): When writing a whole line, make
6952 sure cursor is in the right row afterwards, otherwise a use of
6953 capability `ch' in cmgoto might leave the cursor in the row below.
6954
25a87f42
GM
69552000-04-21 Gerd Moellmann <gerd@gnu.org>
6956
6957 * lisp.h (struct Lisp_Buffer_Cons): Remove.
6958
6959 * keyboard.c (timer_check): Fix typo in comment.
6960
54edf5c2
KH
69612000-04-21 Kenichi Handa <handa@etl.go.jp>
6962
6963 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
6964 name change: ch -> character.
6965
3a64eef5
GM
69662000-04-20 Gerd Moellmann <gerd@gnu.org>
6967
6968 * keyboard.c (echo_message_buffer): New variable.
6969 (echo_now): Set echo_message_buffer to the echo area buffer used
6970 to display the echo.
6971 (cancel_echoing): Reset echo_message_buffer to nil.
6972 (read_char): Code rewritten that handles canceling an echo or
6973 echoing a dash, respectively.
6974
6975 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
6976 directory doesn't exist.
6977
6142fdcb
DL
69782000-04-19 Dave Love <fx@gnu.org>
6979
6980 * fns.c (syms_of_fns): Defsubr mapc.
a9cacab7
DL
6981 (concat): Don't allow numeric args.
6982 (Fconcat): Doc change.
6142fdcb 6983
ac6b5352
SM
69842000-04-19 Stefan Monnier <monnier@cs.yale.edu>
6985
6986 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
6987 instead define end_match(1|2) more carefully.
6988 Use GET_CHAR_BEFORE_2 for `begline'.
6989
cb9215e4
GM
69902000-04-19 Gerd Moellmann <gerd@gnu.org>
6991
5e3dac3f
GM
6992 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
6993 on 64-bit systems where NULL is defined as `0'.
6994
6995 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
6996 the `variable argument list' to make it work on Alpha.
6997
cb9215e4
GM
6998 * m/alpha.h (_LP64) [!_LP64]: Define.
6999 (ORDINARY_LINK): Define for NetBSD.
7000
7001 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
427ec082 7002
f532dca0
DL
70032000-04-19 Dave Love <fx@gnu.org>
7004
c750667e
DL
7005 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
7006 change.
7007
7008 * Makefile.in (LIBS): Don't use.
7009 (GETLOADAVG_OBJ): Define again.
7010 (otherobj): Add GETLOADAVG_OBJ.
7011
f532dca0
DL
7012 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
7013
1c7e22fd
GM
70142000-04-18 Gerd Moellmann <gerd@gnu.org>
7015
f6d3257b
GM
7016 * lread.c (read_filtered_event): Cancel and start busy cursor.
7017
427ec082 7018 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
1c7e22fd
GM
7019 that the per-character metrics may be null.
7020
e10f64e7
GM
70212000-04-17 Gerd Moellmann <gerd@gnu.org>
7022
0daee095
GM
7023 * buffer.c (clone_per_buffer_values): New function.
7024 (Fmake_indirect_buffer): Add optional argument CLONE. Call
7025 clone_per_buffer_values if CLONE is not nil.
7026
e10f64e7
GM
7027 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
7028
38687d43
DL
70292000-04-16 Dave Love <fx@gnu.org>
7030
7031 * Makefile.in: Remove obsolete localcpp stuff.
7032 (GETLOADAVG_OBJ): Don't define.
7033 (obj): Move LIBOBJS...
7034 (otherobj): ... to here.
7035 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
7036 whitespace-only lines after the continuation (Irix).
7037
c21c7262
GM
70382000-04-14 Gerd Moellmann <gerd@gnu.org>
7039
7040 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
7041
7042 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
7043
314767c0
DL
70442000-04-14 Dave Love <fx@gnu.org>
7045
7046 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
7047 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
7048 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
7049 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
7050 NLIST_STRUCT.
7051
7052 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
7053 autoconfiscated HAVE_GETLOADAVG.
7054
7055 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
7056 BROKEN_MKTIME.
7057
a2522dca
GM
70582000-04-14 Gerd Moellmann <gerd@gnu.org>
7059
7060 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
7061 (fill_in_lock_file_name): Avoid existing files that aren't
7062 links.
7063
33744b5d
DL
70642000-04-14 Dave Love <fx@gnu.org>
7065
c21c7262 7066 * Makefile.in (LIBS, LIBOBJS): New variable.
33744b5d
DL
7067 (INTERVAL_SRC): Convert to make variable.
7068 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
7069 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
7070 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
7071 add LIBOBJS.
7072 (SOME_MACHINE_OBJECTS): Remove interval stuff.
7073 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
7074 (shortlisp): Add facemenu, float-sup, frame.
7075 (SOME_MACHINE_LISP): Remove them from here.
7076 (LIBES): Change unused LDLIBS to autoconf LIBS.
7077
7078 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
7079
9d3d5916
KH
70802000-04-14 Kenichi Handa <handa@etl.go.jp>
7081
7082 * composite.c (update_compositions): If FROM and TO are not in a
7083 valid range, do nothing.
7084
198e3c7a
GM
70852000-04-13 Gerd Moellmann <gerd@gnu.org>
7086
7087 * tparam.c (tparam1): Abort when encountering an unknown
7088 `%'-specifier.
7089
7090 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
7091 terminfo.o.
7092
7093 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
7094 as TERMCAP_OBJ.
7095
055a28c9
EZ
70962000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7097
7098 * fileio.c (a_write): Remove redundant semi-colons.
7099 (e_write): Return -1 if failed to write all the data.
7100 This fixes the changes made at 1999-12-15.
7101
f5c75033
DL
71022000-04-12 Dave Love <fx@gnu.org>
7103
7104 * fns.c (mapcar1): Test for null vals to support mapc.
7105 (Fmapc): New function.
7106
0c3cfc51
EZ
71072000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
7108
7109 * msdos.c (NUM_MOUSE_BUTTONS): Define.
7110 (IT_frame_up_to_date): Support the buffer local value of
7111 cursor-type, if defined.
7112
33465a31
DL
71132000-04-10 Dave Love <fx@gnu.org>
7114
7115 * editfns.c (preceding-char, following-char): Doc fix.
7116
6ed56568
KR
71172000-04-10 Ken Raeburn <raeburn@gnu.org>
7118
7119 * Makefile.in (temacs): Revert 2000-03-12 change.
7120
7cf80d4e
JR
71212000-04-10 Jason Rumney <jasonr@gnu.org>
7122
7123 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
7124
34f3f342
GM
71252000-04-10 Gerd Moellmann <gerd@gnu.org>
7126
1a1b1895
GM
7127 * xdisp.c (setup_echo_area_for_printing): Choose an echo
7128 area buffer, if it's not set up yet.
7129
34f3f342
GM
7130 * indent.c (compute_motion): Set immediate_quit.
7131
be0dbdab
GM
71322000-04-09 Gerd Moellmann <gerd@gnu.org>
7133
c45be9ac
GM
7134 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New
7135 variable.
7136 (realize_tty_face): Suppress boldness if colors are the inverse of
7137 the default colors, and tty_suppress_bold_inverse_default_colors_p
7138 is set.
7139 (Ftty_suppress_bold_inverse_default_colors): New function.
7140 (syms_of_xfaces): Defsubr it.
7141
be0dbdab
GM
7142 * buffer.c (Frestore_buffer_modified_p): New function.
7143 (syms_of_buffer): Defsubr it.
7144
e8413c3b
KR
71452000-04-08 Ken Raeburn <raeburn@gnu.org>
7146
87f67317
KR
7147 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
7148 charset id (int) argument, not a charset (Lisp_Object).
7149
e8413c3b
KR
7150 * coding.h (code_convert_string): Declare.
7151 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
7152 object, as the fourth argument to code_convert_string.
7153
7154 * fontset.c (make_fontset_for_ascii_face): Use XINT on return
7155 value.
7156 (Fset_fontset_font): Use EQ to compare lisp objects.
7157
7c752c80
KR
71582000-04-05 Ken Raeburn <raeburn@gnu.org>
7159
c0333abc
KR
7160 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
7161 a pointer that looks like a lisp object.
7162 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
7163 zero, instead see whether it's an integer object, since they can't
7164 have intervals.
7165 (GET_INTERVAL_OBJECT): Simply assign to the destination.
7166
7c752c80
KR
7167 * dispnew.c (allocate_matrices_for_frame_redisplay,
7168 direct_output_forward_char): Use X(U)INT and make_number as needed
7169 to convert between (unsigned) int values and lisp integers.
7170 * keyboard.c (read_key_sequence): Likewise.
7171 * lread.c (substitute_object_recurse): Likewise.
7172 * fns.c (concat, hash_lookup, hash_remove): Likewise.
7173 * minibuf.c (do_completion, Fminibuffer_complete_word,
7174 Fminibuffer_completion_help): Likewise.
7175 * term.c (produce_special_glyphs): Likewise.
7176
7177 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
7178 * print.c (print_preprocess, print_object): Likewise.
7179
7180 * search.c (compile_pattern): Use NILP when checking for nil.
7181
74e49b38
KR
7182 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
7183 __OPTIMIZE__]: Provide a GNU C macro version that handles
7184 lisp-object unions.
7185 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
7186 field, to better cope with ENABLE_CHECKING and calls that modify a
7187 Lisp_Object using its old value.
7188
685e5ed2
GM
71892000-04-04 Gerd Moellmann <gerd@gnu.org>
7190
c407c570
GM
7191 * window.c (compare_window_configurations): Signal an error
7192 if parameters C1 or C2 aren't window configurations.
7193
685e5ed2
GM
7194 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
7195 AFTER_POTENTIAL_GC calls around calls to functions that can
7196 signal an error and thus invoke the debugger.
7197
587a49ab
GM
71982000-04-03 Gerd Moellmann <gerd@gnu.org>
7199
62f20204
GM
7200 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
7201 an error if decoding fails.
7202
587a49ab
GM
7203 * keyboard.c (lispy_mouse_names): Variable removed.
7204 (Vlispy_mouse_stem): New variable.
7205 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
7206 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
7207 for any mouse button number. Increase size of mouse_syms and
7208 button_down_location as needed. Call modify_event_symbol with
7209 different arguments.
7210 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
7211 Call modify_event_symbol with different arguments.
7212 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
7213 for any button number. Call modify_event_symbol with different
7214 arguments.
7215 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
7216 Accept a string for NAME_ALIST_OR_STEM.
7217
7218 * lisp.h (larger_vector): Add prototype.
7219
7220 * fns.c (larger_vector): Make externally visible.
7221
7222 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
7223
2d1675e4
SM
72242000-04-02 Stefan Monnier <monnier@cs.yale.edu>
7225
7226 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
7227 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
7228 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
7229 we are between str1 and str2.
7230 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
7231 (PATFETCH): Use `TRANSLATE'.
7232 (PATFETCH_RAW): Fetch multibyte char if applicable.
7233 (PATUNFETCH): Remove.
7234 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
7235 When writing a char, write it directly into the pattern buffer rather
7236 than going needlessly through a temp char-array.
7237 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
7238 multibyte magic and remove the useless `#ifdef emacs'.
7239 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
7240 buffer.
7241
7242 * regex.h (struct re_pattern_buffer): Make field `multibyte'
7243 conditional on `emacs'.
7244
7245 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
7246
cc2d8c6b
KR
72472000-04-01 Ken Raeburn <raeburn@gnu.org>
7248
7249 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
7250 non-union-type versions of XMARK and friends here, because XMARK
7251 and friends won't work on an integer field if NO_UNION_TYPE is not
7252 defined.
7253 (make_number): Define as a function if it's not defined as a
7254 macro.
7255
09654086
KR
7256 * composite.c (run_composite_function): Use NILP when checking for
7257 nil.
7258 (syms_of_composite): Delete local var NARGS, pass an int as first
7259 argument to Fmake_hash_table.
7260
2387b382
KR
7261 * editfns.c (text_property_stickiness): Use NILP to test
7262 Lisp_Object boolean value.
7263 (Fmessage_or_box): Don't use NILP to test int variable.
c01fbf95
KR
7264 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
7265 problems reading from and changing the same lisp value in an
7266 XSETSTRING call.
7267
27660e89
GM
72682000-04-01 Gerd Moellmann <gerd@gnu.org>
7269
7270 * term.c (TN_no_color_video): New variable.
7271 (term_init): Intitialize TN_no_color_video.
7272 (enum no_color_bit): New enumeration.
7273 (MAY_USE_WITH_COLORS_P): New macro.
7274 (turn_on_face): Use it to determine if attributes may be used
7275 combined with colors.
7276
3578db3c
KR
72772000-04-01 Ken Raeburn <raeburn@gnu.org>
7278
7279 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
7280 with int lvalues via casts; instead, just yield lisp object
7281 lvalues.
7282 (enlarge_window): Variable sizep now points to Lisp_Object. Use
7283 proper accessor macros.
7284 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
7285 (grow_mini_window): Fix typo getting int value of root->height.
7286
6fc556fd
KR
7287 * xdisp.c (compute_string_pos): Fix order of arguments to
7288 string_pos_nchars_ahead.
7289 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
7290 count arg to variable-arg routines like Frun_hook_with_args and
7291 Fformat.
587a49ab
GM
7292 (back_to_previous_visible_line_start)
7293 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
6fc556fd
KR
7294 fixed-arg routines like Fget_char_property and Fmake_string.
7295 (reconsider_clip_changes): Use XINT when comparing integer lisp
7296 objects, or passing them as int arguments.
587a49ab
GM
7297 (mark_window_display_accurate, insert_left_trunc_glyphs)
7298 (append_space, extend_face_to_end_of_line): Use make_number when
6fc556fd
KR
7299 storing or passing integer values as lisp objects.
7300 (set_cursor_from_row, highlight_trailing_whitespace): Use
7301 INTEGERP, not implicit test against zero, for glyph object.
7302 (try_window_id): Don't use make_number when we want an int value.
7303
7304 * xfaces.c (xlfd_symbolic_value): Make last argument a
7305 Lisp_Object, to be consistent with callers.
7306 (Fbitmap_spec_p): Use XINT to get numeric value of height.
7307 (lface_hash): Apply XFASTINT to lisp values before folding in.
7308
7309 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
7310 fill in window width and height. Pass an int, not a lisp object,
7311 as first arg to Finsert.
7312
6e7b2457
GM
73132000-04-01 Gerd Moellmann <gerd@gnu.org>
7314
610d841e
GM
7315 * xfaces.c (realize_basic_faces): Block input while realizing
7316 the faces.
7317
6e7b2457
GM
7318 * keyboard.c (lispy_mouse_names): Add additional mouse names.
7319
7320 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
7321
aa110c0c
GM
73222000-03-31 Gerd Moellmann <gerd@gnu.org>
7323
7324 * xterm.c (x_produce_glyphs): When displaying unibyte text
610d841e 7325 or ASCII, handle case that per-char metric is null.
aa110c0c 7326
8801a864
KR
73272000-03-30 Ken Raeburn <raeburn@gnu.org>
7328
c6129d7e
KR
7329 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
7330
8801a864
KR
7331 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW,
7332 XSUBR, XBUFFER): Verify correct object type before returning
7333 pointer, using eassert.
7334 * frame.h (XFRAME): Likewise.
7335
7336 * buffer.c (Frename_buffer, Fset_buffer_multibyte,
7337 swap_out_buffer_local_variables, Fmove_overlay): Don't apply
7338 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong
7339 type.
7340 * data.c (set_internal): Likewise.
7341 * dispextern.h (WINDOW_WANTS_MODELINE_P,
7342 WINDOW_WANTS_HEADER_LINE_P): Likewise.
7343 * fileio.c (auto_save_1): Likewise.
7344 * insdel.c (check_markers): Likewise.
7345 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
7346 * undo.c (record_insert): Likewise.
7347 * vmsproc.c (child_sig): Likewise.
7348 * window.c (unshow_buffer, window_loop): Likewise.
7349 * xterm.c (x_erase_phys_cursor): Likewise.
7350
8e7af858
GM
73512000-03-30 Gerd Moellmann <gerd@gnu.org>
7352
7353 * xfns.c (free_image_cache): Free the cache structure itself
7354 last, after all its members have been freed.
7355
7356 * lisp.h (xstrdup): Add prototype.
7357
7358 * alloc.c (xstrdup): Moved here from xfaces.c.
7359 (allocating_for_lisp): Variable removed.
7360 (lisp_malloc): Block input around the calls to malloc and
7361 mem_insert.
7362
7363 * xfaces.c (realize_tty_face): Use find_symbol_value instead
7364 of Fsymbol_value.
7365 (xstrdup): Moved to alloc.c.
7366
e0b8c689
KR
73672000-03-29 Ken Raeburn <raeburn@gnu.org>
7368
b96f9fb7
KR
7369 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
7370
7371 * emacs.c (main): Fix sense of no-loadup test.
7372
e0b8c689
KR
7373 * config.in (ENABLE_CHECKING): Undef.
7374
7375 * lisp.h (struct interval): Replace "parent" field with a union of
7376 interval pointer and Lisp_Object; add new bitfield to use as
7377 discriminant. Change other flag fields to bitfields.
7378 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
7379 is defined and the supplied test fails, print a message and
7380 abort.
7381 (eassert): New macro. Use CHECK to provide an assert-like
7382 facility.
7383
7384 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
7385 pointers; abort if the value looks like a lisp object.
7386 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT,
7387 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
7388 Modify for new interval parent definition.
7389
7390 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE,
7391 UNMARK_BALANCE_INTERVALS): Update references that need an
7392 addressable lisp object in the interval structure.
7393 (die): New function.
7394 (suppress_checking): New variable.
7395
7396 * intervals.c (interval_start_pos): Just return 0 if there's no
7397 parent object.
7398
f83c5440
GM
73992000-03-29 Gerd Moellmann <gerd@gnu.org>
7400
7401 * lread.c (read1): Accept `.' (period) as symbol start like in CL
7402 and earlier Emacs versions.
7403
7404 * keyboard.c (Ftop_level): Cancel busy-cursor.
7405
7406 * eval.c (call_debugger): Cancel busy-cursor.
7407
fdce64ff
KH
74082000-03-29 Kenichi Handa <handa@etl.go.jp>
7409
7410 * search.c (Freplace_match): Adjust multibyteness of the current
7411 buffer and NEWTEXT. Free allocated memory before signaling an
7412 error.
7413
f6a3f532
SM
74142000-03-28 Stefan Monnier <monnier@cs.yale.edu>
7415
7416 * regex.c (analyse_first): New function obtained by ripping out most
7417 of re_compile_fastmap and generalizing it a little bit so that it
7418 can also just return whether a given (sub)pattern can match the empty
7419 string or not.
7420 (regex_compile): Use `analyse_first' to decide whether the loop-check
7421 needs to be done or not for *, +, *? and +? (the loop check is costly
7422 for non-greedy repetition).
7423 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
7424
e9b309ac
DL
74252000-03-28 Dave Love <fx@gnu.org>
7426
bb15bd9a
DL
7427 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k,
7428 alpha.
7429
e9b309ac
DL
7430 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
7431
ed0767d8
SM
74322000-03-27 Stefan Monnier <monnier@cs.yale.edu>
7433
7434 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
7435 an expression.
7436 (enum re_opcode_t): Update description of succeed_n.
7437 (PATFETCH): Always define.
7438 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
7439 operators, char classes, shy-groups and intervals).
7440 Optimize special cases of intervals so as to only use succeed_n and
7441 jump_n when really needed.
7442 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
7443 that we don't have to handle the special cases any more.
7444 Simplify on_failure_jump handling as well.
7445
e11e7e46
JR
74462000-03-28 Jason Rumney <jasonr@gnu.org>
7447
7448 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
7449
88faab89
GM
74502000-03-27 Gerd Moellmann <gerd@gnu.org>
7451
182ff242
GM
7452 * s/freebsd.h (GC_SETJMP_WORKS): Define.
7453
7454 * s/msdos.h (GC_SETJMP_WORKS): Define.
427ec082 7455
182ff242
GM
7456 * alloc.c (mark_maybe_object): New function.
7457 (mark_memory): Use it.
7458 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
7459 (setjmp_tested_p, longjmp_done): New variables.
7460 (test_setjmp): New function.
7461 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
7462 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
7463
c1005d06
GM
7464 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
7465 to DEC_TEXT_POS and INC_TEXT_POS.
7466
7467 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
7468 with parameter MULTIBYTE_P.
7469
427ec082 7470 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter
c1005d06
GM
7471 MULTIBYTE_P.
7472
7439e5b9 7473 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
182ff242
GM
7474 buffers because it looks for multibyte character byte sequences
7475 which don't exist in unibyte text.
7439e5b9 7476
d9c545da
GM
7477 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
7478
11fd416e 7479 * xfaces.c (register_color, unregister_color, unregister_colors)
d9c545da
GM
7480 [DEBUG_X_COLORS]: New functions.
7481 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
7482
7483 * xfns.c (x_set_cursor_color): Get color reference counts right.
7484
7485 * xterm.c (x_copy_color): New function.
7486 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
7487
7488 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
7489 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
7490 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
7491 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
7492 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
7493 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
7494 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
7495 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
7496 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
7497 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
7498
11fd416e
GM
7499 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
7500 names for handling per-buffer variables.
d9c545da
GM
7501
7502 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
7503 instead of MAX_BUFFER_LOCAL_VARS.
7504 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
7505
7506 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
7507
88faab89
GM
7508 * xfns.c (x_specified_cursor_type): New function.
7509 (x_set_cursor_type): Use it.
7510
7511 * buffer.h (struct buffer): Add cursor_type.
7512
d80f42b7
SM
75132000-03-26 Stefan Monnier <monnier@cs.yale.edu>
7514
7515 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
427ec082 7516 (print_partial_compiled_pattern, re_compile_fastmap): Handle new
88faab89 7517 opcode.
d80f42b7
SM
7518 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
7519 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
7520 executing it as well as when popping it off the stack to find infinite
7521 loops in non-greedy repetition operators.
7522
89e80928
GM
75232000-03-26 Gerd Moellmann <gerd@gnu.org>
7524
3d4ff2dd
GM
7525 * doc.c (Qfunction_documentation): New variable.
7526 (syms_of_doc): Initialize Qfunction_documentation.
7527 (Fdocumentation): If FUNCTION is a symbol with non-nil
7528 `function-documentation' property, return a documentation derived
7529 from that.
7530
bd96bd79
GM
7531 * buffer.c (syms_of_buffer): Add default-cursor-type.
7532 (init_buffer_once): Don't let cursor_type have a local value
7533 in every buffer.
7534
19d1bc27
GM
7535 * xterm.c (x_display_and_set_cursor): Choose cursor depending
7536 on buffer-local value of cursor_type.
7537 (x_draw_bar_cursor): Add parameter WIDTH.
7538
7539 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
7540 (init_buffer_once): Set default cursor_type value to t.
7541 Mark cursor_type as local everywhere.
7542 (syms_of_buffer): New per-buffer variable cursor-type.
7543
89e80928
GM
7544 * buffer.h (struct buffer): Remove member local_var_flags,
7545 add local_flags.
7546 (MAX_BUFFER_LOCAL_VARS): New macro.
7547 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
7548 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
7549 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
7550 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
7551
7552 * print.c (print_object): Use new macros for per-buffer
7553 variables.
7554
7555 * category.c (Fset_category_table): Use new macros for per-buffer
7556 variables.
7557
7558 * buffer.c (buffer_permanent_local_flags): Make a char array.
7559 (max_buffer_local_idx): New variable.
7560 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
7561 for new handling of per-buffer variables.
7562 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
7563 (init_buffer_once): Initialize per-buffer vars differently.
7564 Set max_buffer_local_idx.
7565
7566 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
7567 variables.
7568
7569 * lread.c (defvar_per_buffer): Use new macros for per-buffer
7570 variables.
7571
7572 * data.c (do_symval_forwarding, store_symval_forwarding)
7573 (find_symbol_value, set_internal, default_value, Fset_default)
7574 (Fkill_local_variable, Flocal_variable_p): Use new macros for
7575 per-buffer variables.
7576
7577 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
7578
9a0dd3dc
GM
75792000-03-24 Gerd Moellmann <gerd@gnu.org>
7580
b68c375f
GM
7581 * xterm.c (x_term_init): Unblock input around call1 of
7582 Qvendor_specific_keysyms.
7583
9a0dd3dc
GM
7584 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
7585 (find_defun_start): Consider an open parenthesis in column 0
7586 a defun start only if open_paren_in_column_0_is_defun_start is set.
7587 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
7588
7973e637
SM
75892000-03-24 Stefan Monnier <monnier@cs.yale.edu>
7590
7591 * eval.c (Fautoload): Add entry in load-history (if after dump).
7592 * lread.c (load-history): Update docstring.
7593
39210e90
GM
75942000-03-24 Gerd Moellmann <gerd@gnu.org>
7595
7596 * indent.c (Fvertical_motion): Always use the current buffer.
7597 Temporarily change the window's buffer, if necessary.
7598
72db3ab5
GM
75992000-03-23 Gerd Moellmann <gerd@gnu.org>
7600
7601 * xterm.c (fast_find_position): Make sure not to consider rows
7602 not visible in the window.
7603
990b2375
SM
76042000-03-22 Stefan Monnier <monnier@cs.yale.edu>
7605
7606 * regex.c (enum syntaxcode): Provide default for non-Emacs.
7607 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
7608
ff4df011
JR
76092000-03-22 Jason Rumney <jasonr@gnu.org>
7610
7611 * w32menu.c (single_submenu): Set help string to NULL if none.
7612 (w32_menu_show): Set help string correctly.
7613 (add-menu-item): Set help string in MIIM_DATA for menu item.
7614 Load SetMenuItemInfoA explicitly.
7615 (w32_menu_display_help): New function.
427ec082 7616
ff4df011
JR
7617 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
7618 (QCdata): Moved to xdisp.c.
7619
7620 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
7621 (Vw32_charset_to_codepage_alist): Removed.
7622 (Vw32_charset_info_alist): New variable.
7623 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312,
7624 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic,
7625 greek, hebrew, thai, johab, mac, unicode]): New symbols.
7626 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
7627 with TODO comment.
7628 (w32_codepage_for_font): Use Vw32_charset_info_alist.
7629 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
7630 Define Vw32_charset_info_alist and w32_charset symbols.
7631
76322000-03-22 Jason Rumney <jasonr@gnu.org>
7633
7634 * makefile.nt (w32bdf.obj): Update dependencies.
7635
7636 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
7637
7638 * w32fns.c: Include fontset.h after dispextern.h.
7639 (Fx_create_frame): Do not create fontset.
7640 (w32_load_system_font): Doc fix.
7641 (Fx_close_connection): Free full_name if it is not shared.
7642
7643 * w32term.c: Include fontset.h after dispextern.h.
7644 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers
7645 updated.
7646 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
7647 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
7648 (w32_font_is_double_byte): New function, needs body.
7649 (x_append_glyph): Set glyph->glyph_not_available_p.
7650 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
7651 it->charset. If it->multibyte_p is zero and it->c is a multibyte
7652 character, convert it to a unibyte character.
7653 (struct glyph_string): Delete member `charset'.
7654 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
7655 calculating it is found.
7656 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
7657 the case that per char metric is not available correctly.
7658 (x_fill_glyph_string): Handle the case that the specific glyph is
7659 not available correctly.
7660 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
7661 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
7662 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
7663 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
7664 fontset. Don't call FS_LOAD_FONT.
7665
439d5cb4
KR
76662000-03-22 Ken Raeburn <raeburn@gnu.org>
7667
7668 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
7669 (INT_LISPLIKE): New macro.
7670 (NULL_INTERVAL_P): Use it.
7671 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT,
7672 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT,
7673 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
7674
7675 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
7676 explicit references to "parent" field of struct interval and
7677 associated unclean type conversions.
7678 * intervals.c (create_root_interval, root_interval, rotate_right,
7679 rotate_left, balance_possible_root_interval, split_interval_right,
7680 split_interval_left, interval_start_pos, find_interval,
7681 next_interval, previous_interval, update_interval,
7682 adjust_intervals_for_insertion, delete_node, delete_interval,
7683 adjust_intervals_for_deletion, merge_interval_right,
7684 merge_interval_left, reproduce_tree, graft_intervals_into_buffer,
7685 copy_intervals_to_string): Likewise.
7686 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
7687 Likewise.
7688 * syntax.c (update_syntax_table): Likewise.
7689
7690 * intervals.c (reproduce_tree_obj): New function, like
7691 reproduce_tree but takes a Lisp_Object for the parent. Declare
7692 with prototype.
7693 (graft_intervals_into_buffer): Use it when appropriate.
7694 (reproduce_tree): Declare with prototype.
7695 (balance_possible_root_interval): Check that the parent is a lisp
7696 object before trying to examine its type.
7697
ee1c5b21
GM
76982000-03-22 Gerd Moellmann <gerd@gnu.org>
7699
7700 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
7701 as strings only if both are known to be strings.
7702
7703 * s/openbsd.h (LIBS_TERMCAP): Undef.
7704
1fb352e0
SM
77052000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7706
7707 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
7708 definitions for non-Emacs compilation.
7709 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
7710 outside of `#ifdef emacs'.
7711 (print_partial_compiled_pattern): Update.
7712 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
7713 (re_compile_fastmap): Merge handling of charset and charset_not (for
7714 emacs and non-emacs compilation as well).
7715 Similarly for (not)categoryspec and (not)syntaxspec.
7716 Don't use the fastmap when reaching `anychar' since the added
7717 complexity is not justified.
7718 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
7719 and (not)syntaxspec. Merge (not)categoryspec.
7720
fdaa1f77
KH
77212000-03-22 Kenichi Handa <handa@etl.go.jp>
7722
ff1a0d8e
KH
7723 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
7724 FACE_FOR_CHAR): Define them differently for the configuration of
7725 --without-x.
fdaa1f77 7726
d152fb46
DL
77272000-03-21 Dave Love <fx@gnu.org>
7728
7729 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
7730 doc string.
7731
d2cafc8c
GM
77322000-03-21 Gerd Moellmann <gerd@gnu.org>
7733
7734 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
7735 (lface_fully_specified_p): Don't check contents of
7736 LFACE_FONT_INDEX because that attribute is optional.
7737 (realize_x_face): Remove now unwarranted xassert.
7738
9111d4b5
KH
77392000-03-21 Kenichi HANDA <handa@etl.go.jp>
7740
7741 The following changes are to make font selection based on
7742 characters, not charset. In addition, they recover fontset
7743 facilities while utilizing the new font selection mechanism.
7744
6c4bfdc0
KH
7745 * Makefile.in (fontset.o): Depend on dispextern.h.
7746
7747 * alloc.c (mark_face_cache): Don't mark face->registry.
7748
9111d4b5
KH
7749 * dispextern.h (struct glyph): New member glyph_not_available_p.
7750 Use 22 bits for face_id.
7751 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
7752 (struct face): Delete member registry, new member ascii_face.
7753 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
7754 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
7755 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
7756 (struct it): Delete member charset, new member
7757 glyph_not_available_p.
7758
7759 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
7760 (struct fontset_info, struct fontset_data): Structs removed.
7761 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset,
7762 Vglobale_fontset_alist, font_idx_temp): Externs removed.
7763 (fs_load_font, fs_query_fontset): Adjusted for new argument.
7764 (fs_free_face_fontset, fontset_font_pattern,
7765 face_suitable_for_char_p, face_for_char,
7766 make_fontset_for_ascii_face): Extern them.
7767 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
7768 (FS_LOAD_FACE_FONT): New macro.
7769
7770 * fontset.c: All codes rewritten or adjusted for the change of
7771 fontset implementation. Now fontset is represented by char table.
7772 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables
7773 removed.
7774 (my_strcasecmp): Function removed.
7775 (Vfontset_table, next_fontset_id, Vdefault_fontset): New
7776 variables.
7777 (AREF, ASIZE): New macros.
7778 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME,
7779 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF,
7780 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
7781 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset,
7782 fontset_id_valid_p, font_family_registry, fontset_name,
7783 fontset_ascii, free_face_fontset, face_suitable_for_char_p,
7784 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
7785 New functions.
7786 (fs_load_font): New arg FACE. Caller changed.
7787 (fs_query_fontset): Argument changed. Caller changed.
7788 (Fquery_fontset): call fs_query_fontset.
7789 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
7790 Functions removed.
7791 (clear_fontset_elements, check_registry_encoding,
7792 check_fontset_name): New functions.
7793 (syms_of_fontset): Set char-table-extra-slots property of fontset
7794 to 3. Staticpro and initialize Vfontset_table and
7795 Vdefault_fontset. Defsubr fontset_font and fontset_list.
7796
7797 * frame.h (struct frame): Member `fontset_data' removed.
7798 (FRAME_FONTSET_DATA): Macro removed.
7799
7800 * frame.c (make_frame): Don't allocate f->fontset_data.
7801 (Fdelete_frame): Don't free f->fontset_data.
7802
6c4bfdc0
KH
7803 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
7804
9111d4b5
KH
7805 * xdisp.c (charset_at_position): Function removed.
7806 (init_iterator): Don't set member charset of struct `it'.
7807 (handle_face_prop, reseat_to_string, set_iterator_to_next,
7808 next_element_from_display_vector, insert_left_trunc_glyphs):
7809 Likewise.
7810 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
7811 FACE_FOR_CHARSET.
7812 (get_next_display_element, append_space,
7813 extend_face_to_end_of_line): Likewise.
7814
7815 * xfaces.c (Qx_charset_registry, Vface_default_registry):
7816 Variables removed.
7817 (clear_font_table, frame_update_line_height, load_face_font):
7818 Adjusted for the change of fontset implementation.
7819 (load_face_fontset_font): Function removed.
7820 (pixel_point_size): New function.
7821 (font_list): Argument type changed. Caller changed.
7822 (LFACE_FONT): New macro.
7823 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
7824 (set_lface_from_font_name): Type of arg FONTNAME is changed to
7825 Lisp_Object. Determine the font name by actually loading a font
7826 by the specified pattern. Set LFACE_FONT (lface) to the specified
7827 pattern. Even if a font is not found, don't try alternatives.
7828 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
7829 (set_font_frame_param): If `font' is specified in lface, use it.
7830 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
7831 (lface_same_font_attributes_p): Likewise.
7832 (make_realized_face): Arguent changed. Caller changed. Set
7833 face->ascii_face to face itself.
7834 (free_realized_face): Free face->fontset if face is for ASCII.
7835 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p,
7836 deduce_unibyte_registry, x_charset_registry): Functions removed.
7837 (free_realized_multibyte_face): New function.
7838 (lookup_face, lookup_named_face, lookup_derived_face): Argument
7839 changed. Caller changed.
7840 (try_font_list): Argument type changed.
7841 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
7842 (choose_face_font): Argument changed. Handle fontset properly.
7843 (choose_face_fontset_font): Function removed.
7844 (realize_default_face, realize_named_face): Don't remove the
7845 former face here.
7846 (realize_face): Argument changed. Caller changed. Remove face
7847 with the arg former_face_id in advance. Load font for the new
7848 face.
7849 (realize_x_face): Argument changed. Caller changed. For a
7850 multibyte character, share fontset with base_face. For a single
7851 byte character, make a new realized fontset. Don't load a font
7852 here.
7853 (realize_tty_face): Argument changed. Caller changed.
7854 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
7855 (face_at_buffer_position): Don't check multibyte_p for returning
7856 DEFAULT_FACE_ID.
7857 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
7858 FACE_SUITABLE_FOR_CHARSET_P.
7859 (syms_of_xfaces): Remove code for Qx_charset_registry and
7860 Vface_default_registry.
7861
6c4bfdc0
KH
7862 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
7863 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
9111d4b5
KH
7864 (x_per_char_metric): Don't try FONT->default_char. Even if
7865 pcm->width is zero, glyph bits may exist.
7866 (x_encode_char): Always initialize char2b->byte1.
7867 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
7868 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller
7869 changed.
7870 (x_append_glyph): Set glyph->glyph_not_available_p.
7871 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
7872 it->charset. Handle the case that per char metric is not
7873 available. If it->multibyte_p is zero and it->c is a multibyte
7874 character, convert it to a unibyte character.
7875 (struct glyph_string): Delete member `charset'.
7876 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
7877 the case that per char metric is not available correctly.
7878 (x_fill_glyph_string): Handle the case that the specific glyph is
7879 not available correctly.
7880 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
7881 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
7882 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
7883 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
7884 fontset. Don't call FS_LOAD_FONT.
7885
7886 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
7887 (x_create_tip_frame): Likewise.
7888 (Fx_close_connection): Free full_name of font_info.
7889
7890 * fns.c (optimize_sub_char_table): New function.
7891 (Foptimize_char_table): New function.
7892 (syms_of_fns): Defsubr Soptimize_char_table.
7893
b33dd3b0
GM
78942000-03-20 Gerd Moellmann <gerd@gnu.org>
7895
7896 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
7897 only if buffer is displayed in some window.
7898
7899 * xdisp.c (handle_single_display_prop): Initialize local `value'.
7900 (try_window_reusing_current_matrix): Don't call scroll run
7901 function if run's current and desired position are the same;
7902 this prevents cursor flickering.
7903
4e8a9132
SM
79042000-03-19 Stefan Monnier <monnier@cs.yale.edu>
7905
7906 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
7907
7908 * regex.c (RE_STRING_CHAR): New macro.
7909 (GET_CHAR_AFER_2): Remove.
7910 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
7911 (enum re_opcode_t): Remove on_failure_jump_exclusive.
7912 (print_partial_compiled_pattern, re_compile_fastmap)
7913 (re_match_2_internal): Remove on_failure_jump_exclusive.
7914 (regex_compile): Turn optimizable P+ loops into PP*, so that the
7915 optimization only need to work for * (ie. can use of_keep_string_jump).
7916 Remove the special case for .*\n since it is now covered by the general
7917 optimization.
7918 (re_search_2): Don't bother with `room'.
7919 (skip_one_char): New function.
7920 (skip_noops): Simplify since `memory' is not needed any more.
7921 (mutually_exclusive_p): Restructure slightly to use `switch' and
7922 add handling for "all" remaining cases.
7923 (re_match_2_internal): Change on_failure_jump_smart to use
7924 on_failure_keep_string_jump (and redirect the end-of-loop jump)
7925 rather than on_failure_jump_exclusive.
7926
2136fdd4
GM
79272000-03-19 Gerd Moellmann <gerd@gnu.org>
7928
7929 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
7930 number of bits per RGB because it's everywhere used as the depth
7931 of the visual.
7932
7933 * term.c (calculate_costs): Remove code dealing with X frames.
7934
18e21ce8 79352000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
7936
7937 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
7938
d7b511c4
GM
79392000-03-18 Gerd Moellmann <gerd@gnu.org>
7940
7941 * lread.c (read_integer): Unread the last char not consumed.
7942
16b5d424
GM
79432000-03-17 Gerd Moellmann <gerd@gnu.org>
7944
7945 * xterm.c (x_update_window_cursor): Don't update in frames
d7b511c4 7946 which are in the process of being deleted.
16b5d424 7947
1fa28578
GM
79482000-03-16 Gerd Moellmann <gerd@gnu.org>
7949
83488cce
GM
7950 * Makefile.in (mostlyclean): Add `*.core'.
7951 (clean): Add `bootstrap-emacs'.
7952
1fa28578
GM
7953 * lread.c (read_integer): New function.
7954 (read1): Support read syntax #o, #x, #b, #r.
7955
99633e97
SM
79562000-03-15 Stefan Monnier <monnier@cs.yale.edu>
7957
1fa28578
GM
7958 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
7959 make sure POINTER_TO_OFFSET gives the same value before and after
7960 PREFETCH. Use `dfail' to guarantee "atomic" matching.
99633e97
SM
7961 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
7962 (debug): Now only active if > 0 rather than if != 0.
7963 (DEBUG_*): Update for the new meaning of `debug'.
1fa28578
GM
7964 (print_partial_compiled_pattern): Add missing `succeed' case. Use
7965 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
7966 in `succeed_n', `jump_n' and `set_number_at'.
99633e97
SM
7967 (store_op1, store_op2, insert_op1, insert_op2)
7968 (at_begline_loc_p, at_endline_loc_p): Add prototype.
1fa28578
GM
7969 (group_in_compile_stack): Move to after its arg's types are
7970 declared and add a prototype.
99633e97 7971 (PATFETCH): Define in terms of PATFETCH_RAW.
1fa28578
GM
7972 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)'
7973 wrapper.
99633e97 7974 (QUIT): Redefine as a nop except for NTemacs.
1fa28578
GM
7975 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
7976 indentation of the greedy-op and shy-group code.
99633e97
SM
7977 (at_(beg|end)line_loc_p): Fix argument's types.
7978 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
7979 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
7980 (MATCHING_IN_FIRST_STRING): Remove.
1fa28578
GM
7981 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
7982 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
7983 QUIT unconditionally.
99633e97 7984
699238d9
GM
79852000-03-15 Gerd Moellmann <gerd@gnu.org>
7986
7987 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
7988 a sole completion.
7989
7990 * process.c (send_process): Add a hint that the function
7991 can call Lisp code to its comment.
7992
7993 * lread.c (load_dangerous_libraries): New variable.
7994 (Vbytecomp_version_regexp): New variable.
7995 (safe_to_load_p): New function.
7996 (Fload): Handle files not compiled with Emacs specially.
7997 (syms_of_lread): New Lisp variable load-dangerous-libraries.
7998
34e23e5a
GM
79992000-03-14 Gerd Moellmann <gerd@gnu.org>
8000
9c763cca
GM
8001 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
8002
8003 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
8004 support functions only if HAVE_X11R6_XIM is defined.
8005 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
8006
8007 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
8008
8009 * xfns.c (X_I18N_INHIBITED): Don't define.
8010 (create_frame_xic): Remove conditional compilation on
8011 X_I18N_INHIBITED.
8012 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
8013
8014 * config.in (HAVE_X_I18N): Moved here from xterm.h.
8015 (HAVE_X11R6_XIM): Define.
8016
8017 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
8018
34e23e5a
GM
8019 * xterm.c (x_term_init): Add support for X resource `synchronous'.
8020 If set, call XSynchronize.
8021
66f0296e
SM
80222000-03-13 Stefan Monnier <monnier@cs.yale.edu>
8023
34e23e5a
GM
8024 * regex.c: Declare a new type `re_char' used throughout the code
8025 for the string char type. It's `const unsigned char' to match the
8026 rest of Emacs. Consistently make sure all pointers to strings use
8027 it and make sure all pointers into the pattern use `unsigned
8028 char'.
66f0296e 8029 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
34e23e5a
GM
8030 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
8031 code duplication.
66f0296e
SM
8032
8033 * charset.h (GET_CHAR_AFTER_2): Remove.
8034 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
8035
854a025c
KR
80362000-03-12 Ken Raeburn <raeburn@gnu.org>
8037
8038 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
8039 variable before the invocation of YMF_PASS_LDFLAGS, in case both
8040 of them try to use backquotes.
8041
b9d2c7e2
DL
80422000-03-12 Dave Love <fx@gnu.org>
8043
8044 * unexelf.c: Restore changes of 1999-10-19.
8045 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
8046 fix its type and alignment; copy it from current process.
8047
5e5dff44
GM
80482000-03-12 Gerd Moellmann <gerd@gnu.org>
8049
9b2f3c38
GM
8050 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
8051 has been found. Fix bug not computing timer's predecessor.
8052
427ec082 8053 * fileio.c (Fread_file_name): Handle case that DIR contains a
9172b88d
GM
8054 file name.
8055
e1cff360
GM
8056 * window.c (Fsave_window_excursion): Doc fix.
8057
5e5dff44
GM
8058 * xfns.c (x_defined_color): Rewritten to use
8059 x_allocate_nearest_color.
8060
e411ce4b
EZ
80612000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
8062
8063 * msdos.c (vga_installed): New function, code moved from
8064 dos_set_window_size.
8065 (Qbar, Qcursor_type, outside_cursor): New variables.
8066 (syms_of_msdos): Intern and staticpro them.
8067 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
8068 shape used outside Emacs when called for the first time.
8069 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
8070 cursor shape used outside Emacs.
8071 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
8072 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
8073 type has changed.
8074 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
8075 parameters specify the cursor. Make qreverse a global
8076 variable (renamed to Qreverse).
8077
80460654
GM
80782000-03-09 Gerd Moellmann <gerd@gnu.org>
8079
8080 * fns.c (Fy_or_n_p): Cancel busy-cursor.
8081
95cd4c40
SM
80822000-03-08 Stefan Monnier <monnier@cs.yale.edu>
8083
8084 This is a big redesign of failure-stack and register handling, prompted
8085 by bugs revealed when trying to add shy-groups. Overall, what happened
8086 is that loops are now structured a little differently, groups can be
8087 shy and the code is a little simpler.
8088
8089 * regex.h: Update the copyright.
8090 (RE_SHY_GROUPS): New value.
8091 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
8092 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
8093
80460654
GM
8094 * regex.c (enum re_opcode_t): Remove jump_past_alt,
8095 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
8096 on_failure_jump_(exclusive, loop and smart). Also fix the comment
8097 for (start|stop)_memory since they now only take one argument (the
8098 second has becomes unnecessary).
8099 (print_partial_compiled_pattern): Adjust for changes in
8100 re_opcode_t.
8101 (print_compiled_pattern): Use %ld to printf long ints and flush to
8102 make debugging a little easier.
95cd4c40
SM
8103 (union fail_stack_elt): Make the integer unsigned.
8104 (struct fail_stack_type): Add a `frame' element.
8105 (INIT_FAIL_STACK): Init `frame' as well.
8106 (POP_PATTERN_OP): New macro for re_compile_fastmap.
8107 (DEBUG_PUSH, DEBUG_POP): Remove.
8108 (NUM_REG_ITEMS): Remove.
8109 (NUM_NONREG_ITEMS): Adjust.
80460654
GM
8110 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
8111 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
95cd4c40 8112 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
80460654
GM
8113 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New
8114 macros.
8115 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
8116 address pushed is not the destination of the jump but the source
8117 of it instead.
95cd4c40
SM
8118 (NUM_FAILURE_ITEMS): Remove.
8119 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
80460654
GM
8120 registers before the actual failure point). Don't hardcode any
8121 meaning for str==NULL anymore.
95cd4c40 8122 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
80460654
GM
8123 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
8124 Remove.
95cd4c40
SM
8125 (REG_UNSET_VALUE): Use NULL (why not?).
8126 (compile_range): Remove declaration since it doesn't exist.
8127 (struct compile_stack_elt_t): Remove inner_group_offset.
8128 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
8129 (regex_grow_registers): Remove dead code.
8130 (FIXUP_ALT_JUMP): New macro.
80460654
GM
8131 (regex_compile): Add shy-groups Change loops to use
8132 on_failure_jump_smart&jump instead of
8133 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
8134 initial (dummy_failure_)jump. Remove c1_base (looks like unused
8135 variable to me). Use `jump' instead of `jump_past_alt' and don't
8136 bother with push_dummy_failure in alternatives since it is now
8137 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
8138 emacs' for (re)allocating the stack.
8139 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
8140 from loop when bufp->can_be_null rather than jumping to `done'.
8141 Avoid jumping backwards so as to ensure termination. Use
8142 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
8143 backreferences. Remove dead code in handling of `anychar'.
95cd4c40 8144 (skip_noops, mutually_exclusive_p): New functions taken from the
80460654
GM
8145 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
8146 improve mutually_exclusive_p to handle ".+\n".
8147 (lowest_active_reg, highest_active_reg,
8148 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
8149 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
8150 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
8151 variables. Push register (in `start_memory') on the stack rather
8152 than storing it in old_reg(start|end). Remove the cycle detection
8153 from `stop_memory', replaced by the use of on_failure_jump_loop
8154 for greedy loops. Add code for the new on_failure_jump_<foo>.
8155 Remove ad-hoc code in `on_failure_jump' to push more registers in
8156 the case of a loop. Take out code from `maybe_pop_jump' into
8157 separate functions and adapt it to the semantics of
8158 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
8159 and push_dummy_failure. Remove dummy_failure handling and
8160 handling of `failures to jump to on_failure_jump' (this last one
8161 was already dead code, it seems).
8162 (group_match_null_string_p, alt_match_null_string_p)
8163 (common_op_match_null_string_p): Remove.
95cd4c40 8164
7397acc4
DL
81652000-03-08 Dave Love <fx@gnu.org>
8166
8167 * config.in: Don't depend on __STDC__ for volatile.
8168 Add POINTER_TYPE, PTR, PROTOTYPES.
8169
8170 * hftctl.c, strftime.c: Use PROTOTYPES.
8171 * eval.c (find_handler_clause): Likewise.
8172
8173 * mem-limits.h: Use POINTER_TYPE.
8174
8175 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
8176 (memory_warnings): Declare using POINTER_TYPE.
8177
5e91ff9e
GM
81782000-03-08 Gerd Moellmann <gerd@gnu.org>
8179
feab4fba
GM
8180 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
8181
25edb08f
GM
8182 * xdisp.c (display_echo_area): Temporarily inhibit garbage
8183 collection.
8184
5e91ff9e
GM
8185 * xfns.c: Remove obsolete code in #if 0.
8186 (Fx_focus_frame): New function.
8187
a735b7e1
KH
81882000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
8189
8190 * coding.c (coding_category_name): Add coding-category-utf-8,
8191 coding-category-utf-16-be, coding-category-utf-16-le.
8192 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
8193 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
8194 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
8195 (detect_coding_utf_8): New function.
8196 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
8197 UTF_16_LOW_SURROGATE_P): New macros.
8198 (detect_coding_utf_16): New function
8199 (detect_coding_mask): When priorities are specified, skip any
8200 categories that have `nil' coding-system. Fix bug of returning
8201 wrong mask when PRIORITIES is specified and detect_coding_XXX()
8202 returns a mask not set in PRIORITIES.
8203 (detect_eol_type_in_2_octet_form): New function.
8204 (detect_eol): selects detect_eol_type_XXX to call according to
8205 cooding->category_idx.
8206 (detect_coding_system): Remove `nil' coding-system in the result.
8207 (Fupdate_coding_systems_internal): Update all coding-categories.
8208
8209 * coding.h (CODING_CATEGORY_IDX_UTF_8,
8210 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New
8211 macros.
8212 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY,
8213 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
8214 CODING_CATEGORY_IDX_UTF_16_LE.
8215 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE,
8216 CODING_CATEGORY_MASK_UTF_16_LE): New macros.
8217 (CODING_CATEGORY_MASK_ANY): Include the above macros.
8218 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
8219
9994cc69
GM
82202000-03-07 Gerd Moellmann <gerd@gnu.org>
8221
e9b4e5ff
GM
8222 * doc.c (Fdocumentation_property): If value is not a string,
8223 and doesn't refer to etc/DOC, evaluate it to obtain a string.
8224
f7daf1e1
GM
8225 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
8226 close the display with XtCloseDisplay. This caused a bus error
8227 on OpenWindows.
8228
9994cc69
GM
8229 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
8230 complete but not unique.
8231
4336c705
GM
82322000-03-06 Gerd Moellmann <gerd@gnu.org>
8233
18bb0684
GM
8234 * process.c (send_process): Remove local variable `procname' that
8235 might become invalid when a GC happens. Instead, access the
8236 process name slot directly.
8237
4336c705
GM
8238 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
8239 orig_height if set.
8240
8241 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
8242 orig_height if set.
8243
515d0d0e
EZ
82442000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
8245
8246 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
8247 glyph matrices have been freed.
8248
100b3cbb
GM
82492000-03-05 Gerd Moellmann <gerd@gnu.org>
8250
50df5e5a 8251 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
6178bc23 8252 (bootstrap-temacs): Set LC_ALL to C like for temacs.
50df5e5a
GM
8253
8254 * xfns.c (QCdata): Moved to xdisp.c.
8255
8256 * xdisp.c (QCdata): Moved here from xfns.c.
8257 (syms_of_xdisp): Initialize QCdata.
8258
8259 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
8260
8261 * window.c (coordinates_in_window): Use
8262 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
8263 FRAME_INTERNAL_BORDER_WIDTH.
8264
100b3cbb 8265 * xdisp.c (try_window_id): Recompute unchanged information if
4336c705 8266 it is obviously invalid.
100b3cbb
GM
8267
8268 * xterm.c (x_term_init): Create a colormap if not using the
8269 default visual.
8270
8271 * xterm.h (select_visual): Change prototype.
8272
8273 * xfns.c (select_visual): Rewritten. Recognize user-specified
8274 visual classes.
8275 (visual_classes): New variable.
8276
64d739c4
GM
82772000-03-04 Gerd Moellmann <gerd@gnu.org>
8278
8279 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
8280 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
8281 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
8282 (x_decode_color): Don't handle allocation of white and black
8283 specially.
8284 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
8285 XtNcolormap resources.
8286 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
8287 (Fx_create_frame): Initialize color members of x_output structure.
8288 (xpm_load): Pass colormap to XPM lib.
8289
8290 * xfaces.c (x_free_colors): Access colormap of frame using
8291 FRAME_X_COLORMAP. Be paranoid about freeing black and white
8292 when default colormap is used.
8293
8294 * xterm.c (x_term_init): Set Colormap member of x_display_info
8295 structure. Copy colormap if resource `privateColormap' is
8296 specified (PseudoColor only).
8297 (x_setup_relief_color): Access colormap of frame using
8298 FRAME_X_COLORMAP.
8299
8300 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
8301 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
8302
c3cee013
JR
83032000-03-04 Jason Rumney <jasonr@gnu.org>
8304
8305 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
8306 other non-platform-specific equivalents.
64d739c4 8307 [WINDOWSNT]: Include w32term.h, fontset.h and define X
c3cee013
JR
8308 specific functions and macros as their w32 equivalents where
8309 non-platform-specifics are not available.
8310 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
8311 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
8312 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
8313 (frame_update_line_height): Use macros to access f->output_data.
8314 (defined_color): Remove FIXME comments; fixed.
8315 (x_face_list_fonts, prepare_face_for_display): Put X specifics
8316 into #ifdef blocks. Add WINDOWSNT blocks.
8317 (Fx_list_fonts): Use macros for accessing font data.
8318 (set_lface_from_font_name): Different default fonts for X and
8319 WINDOWSNT.
8320 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
8321 scalable for backward compatibility.
64d739c4 8322 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
c3cee013
JR
8323 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
8324
64d739c4 8325 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
c3cee013
JR
8326 syms_of_w32faces.
8327
8328 * makefile.nt (w32faces.obj): Remove.
8329 (xfaces.obj): Add.
8330
807cc41c
JR
83312000-03-03 Jason Rumney <jasonr@gnu.org>
8332
8333 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
8334 correct parameters.
8335
0007072a
KR
83362000-03-03 Ken Raeburn <raeburn@gnu.org>
8337
8338 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
8339 standard ELF definitions here if the system header does not.
8340
71a6ba55
GM
83412000-03-03 Gerd Moellmann <gerd@gnu.org>
8342
8343 * xterm.c (PER_CHAR_METRIC): Removed.
8344 (x_per_char_metric_1, x_default_char): New functions.
8345 (x_per_char_metric): If font's default char is invalid, return
8346 metrics of a suitably chosen usable default char.
8347 (x_draw_glyph_string_foreground): If font has an invalid default
64d739c4
GM
8348 char, replace occurrences of unprintable chars with a suitably
8349 chosen usable default char.
71a6ba55 8350
900fa1f1
GM
83512000-03-02 Gerd Moellmann <gerd@gnu.org>
8352
42f55fe0
GM
8353 * xterm.c (note_mouse_highlight): Return quickly if frame's
8354 glyph matrices have been freed.
8355
8356 * dispnew.c (free_glyphs): Block input while freeing matrices.
8357
900fa1f1
GM
8358 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
8359
8360 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use
8361 x_free_colors.
8362
8363 * dispextern.h (x_free_colors): Add prototype.
8364
8365 * xfaces.c (x_free_colors): New function.
8366 (unload_color, free_face_colors): Use it.
8367
2f950292
EZ
83682000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
8369
8370 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
8371
8372 * window.c [MSDOS]: Include msdos.h.
8373
54d04320
DL
83742000-03-02 Dave Love <fx@gnu.org>
8375
8376 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
8377
8378 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
8379 set C_OPTIMIZE_SWITCH for gcc.
8380
0ba93ac4
KH
83812000-03-02 Kenichi Handa <handa@etl.go.jp>
8382
8383 * coding.c (coding_save_composition): Be sure to allocate
8384 composition data area in coding even if there's no composition in
8385 the current run.
8386
a2bc11d4
JR
83872000-03-01 Jason Rumney <jasonr@gnu.org>
8388
8389 * w32term.c: Equivalent changes to those made to xterm.c on
8390 2000-02-25 and 2000-02-24.
8391
8392 * w32fns.c: Equivalent changes to those made to xfns.c on
8393 2000-02-25 and 2000-02-21.
8394
8395 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
8396 correct line-end convention is followed.
8397
8398 * w32menu.c [HAVE_BOXES]: Remove #undef.
8399 (single_keymap_panes): Remove code for simulating checkmarks.
8400 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
8401 Remove code for drawing simulated checkmarks.
8402 (w32_menu_show): make unibyte help string correctly.
8403 (add_menu_item): draw standard Windows checkmarks. Draw radio
8404 buttons as radio buttons if possible.
8405
72d19d75
GM
84062000-03-01 Gerd Moellmann <gerd@gnu.org>
8407
2df636f4
GM
8408 * sysdep.c (start_of_text): Don't define this function for NetBSD
8409 with ELF.
8410
427ec082 8411 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
2df636f4
GM
8412 Don't define.
8413 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
8414 (LINKER): Don't undef if __NetBSD__ is defined.
8415
8416 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
8417
8418 * fileio.c [__NetBSD__]: Define `unix'.
8419
72d19d75
GM
8420 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
8421
ed4d0512
GM
84222000-02-29 Gerd Moellmann <gerd@gnu.org>
8423
50b1039f
GM
8424 * atimer.c (start_atimer): Don't abort when timers are stopped.
8425 (append_atimer_lists): New function.
8426 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
8427 arbitrary lists of stopped and running atimers.
8428
ed4d0512
GM
8429 * atimer.c (cancel_atimer): Handle canceling an atimer when
8430 some timers are stopped.
8431
8432 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
8433 after canceling it.
8434
8435 * fns.c (maybe_resize_hash_table): Handle case of new size
8436 coming out as being the same as old size.
8437
387023ee
JR
84382000-02-27 Jason Rumney <jasonr@gnu.org>
8439
8440 * makefile.nt: Add atimer.h to dependencies.
8441 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
8442 * w32console.c: Only disable window system features for dispextern.h
8443 (initialize_w32_display): Build a display info for the console.
8444 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
8445 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
8446 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
8447 as 2 button mice.
8448 * w32gui.h (struct W32FontStruct): Revert last change after change
8449 to xdisp.c.
8450 * w32menu.c (single_submenu): Set up help string.
8451 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
8452 (w32_dialog_show): Set up help string.
8453 * w32term.c (w32_display_info_for_display): Remove unused function.
8454 (w32_draw_bitmap): Use pre-built bitmaps.
8455 (w32_initialize_display_info): New function to initialize parts of
8456 display info that are common to both GUI and console frames.
8457 (w32_term_init): Use w32_initialize_display_info. Do not set
8458 Vw32_num_mouse_buttons here, as it is not called for console
8459 frames. Build bitmaps for indicating truncated lines etc.
8460 (x_delete_display): Destroy pre-built bitmaps.
8461 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
8462 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
8463
4516715a
DL
84642000-02-27 Dave Love <fx@gnu.org>
8465
8466 * lisp.h: Add a bunch of prototypes.
8467
171ca836
KH
84682000-02-26 Kenichi Handa <handa@etl.go.jp>
8469
8470 * keyboard.c (read_char): Set `usec' correctly.
8471
4013921d
KH
84722000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
8473
8474 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
8475 `lambda', set reg[RRR] to the map index.
8476 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
8477 reg[RRR] to 0. Otherwise, set it to -1.
8478
9244a058
GM
84792000-02-25 Gerd Moellmann <gerd@gnu.org>
8480
2df636f4 8481 * emacs.c (main): Remove code snippet commented out with `//'.
9244a058 8482
18e21ce8 84832000-02-25 Richard M. Stallman <rms@gnu.org>
427ec082 8484
f43d79c1
GM
8485 * fileio.c (Ffile_symlink_p): If result starts with a `/'
8486 and contains a `:', prepend `/:'.
8487
8488 * window.c (select_window_1): If selected_window is nil,
8489 don't "swap out" the buffer's point.
8490 (Fset_window_configuration): Set selected_window to nil
8491 before calling Fselect_window.
8492 (unshow_buffer): Don't set point in buffer from window's point
8493 if another more recently selected window also shows the buffer.
8494
bed0c171
GM
84952000-02-25 Gerd Moellmann <gerd@gnu.org>
8496
449c3c52
GM
8497 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
8498
f5b58615
GM
8499 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
8500 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
8501 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
8502 variables.
8503 (DEFAULT_BUSY_CURSOR_DELAY): New define.
8504 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
8505 (hide_busy_cursor): New functions.
8506 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
8507
8508 * minibuf.c (read_minibuf): Cancel busy-cursor.
8509
8510 * keyboard.c (command_loop_1): Call start_busy_cursor before
8511 Fcommand_execute and cancel_busy_cursor after it.
8512 (timer_check): Remove busy-cursor code.
8513 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
8514 cursor timer.
8515
8516 * process.c (wait_reading_process_input): Remove busy-cursor code.
8517
8518 * eval.c (Fsignal): Call cancel_busy_cursor instead of
8519 Fx_hide_busy_cursor.
8520
8521 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
8522 Remove prototyoes.
8523 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
8524
8525 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
8526
8527 * xterm.c (XTread_socket): Remove busy-cursor code.
8528
4eb8436f
GM
8529 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
8530 (build_frame_matrix_from_leaf_window): Put code handling
8531 glyph row's not being a slice of a frame row in #if 0.
8532 (sync_window_with_frame_matrix_rows): New function.
8533 (frame_row_to_window): New function.
8534 (mirror_line_dance): Handle copies between windows.
8535
3cb65b0e
GM
8536 * lread.c (Fload): Use `xfree' instead of `free'.
8537 (init_obarray): Use `xmalloc' instead of `malloc'.
8538
bed0c171
GM
8539 * window.c (Fset_window_buffer): Set WINDOW to the window
8540 after decoding.
2add4349
GM
8541 (coordinates_in_window): Take frame's internal border width
8542 into account.
bed0c171 8543
42088c12
GM
85442000-02-24 Gerd Moellmann <gerd@gnu.org>
8545
8546 * xterm.c (x_display_and_set_cursor): Display cursor of
8547 non-selected windows depending on the setting of
8548 cursor_in_non_selected_windows.
8549
8550 * xdisp.c (cursor_in_non_selected_windows): New variable.
8551 (syms_of_xdisp): DEFVAR_BOOL it.
8552
d1e103b2
GM
85532000-02-23 Gerd Moellmann <gerd@gnu.org>
8554
723e779c
GM
8555 * data.c (Fstring_to_number): If number is greater than what
8556 fits into an integer, return a float.
8557
d1e103b2
GM
8558 * eval.c (specbind): Remove references to
8559 keyword_symbols_constant_flag.
8560
8561 * data.c (keyword_symbols_constant_flag): Removed.
8562 (Fmakunbound, set_internal, syms_of_data): Remove references to
8563 keyword_symbols_constant_flag.
8564
8565 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
8566
214f877f
KH
85672000-02-23 Kenichi Handa <handa@etl.go.jp>
8568
8569 * syntax.c (multibyte_syntax_as_symbol): New variable.
8570 (syms_of_syntax): Declare it as a Lisp variable.
8571 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
8572 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
8573 nonzero, treat all multibyte characters as symbol.
42088c12 8574 (init_syntax_once): Give syntax `word' to all multibyte
214f877f
KH
8575 characters.
8576
130adcb7
EZ
85772000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
8578
3cb65b0e 8579 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
d7d0dac0 8580 a deleted frame.
130adcb7 8581
17cbbf95
GM
85822000-02-21 Gerd Moellmann <gerd@gnu.org>
8583
8584 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
8585
8586 * xfns.c (x_window_to_frame, x_any_window_to_frame)
8587 (x_non_menubar_window_to_frame): Check the busy-cursor window.
8588
beb0bc36
DL
85892000-02-21 Dave Love <fx@gnu.org>
8590
8591 * frame.c (Vmouse_position_function): New variable.
8592 (Fmouse_position): Use it.
8593 (syms_of_frame): Install it.
8594
8595 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
8596
1d92afcd
GM
85972000-02-20 Gerd Moellmann <gerd@gnu.org>
8598
8599 * fileio.c (Finsert_file_contents): Unbind the binding of
8600 standard-output done by temp_output_buffer_setup.
329eed9f
GM
8601
8602 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
8603 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
8604 (specbind, unbind_to): Handle most common case of non-constant
8605 symbol with trivial value specially.
8606
8607 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
8608
18e21ce8 86092000-02-20 Richard M. Stallman <rms@gnu.org>
2d06696f
RS
8610
8611 * data.c (Fmake_variable_buffer_local): Doc fix.
8612 Init found_for_buffer to 0.
8613 (Fmake_variable_frame_local): If the variable has already
8614 been buffer-local, set the check_frame field.
8615
1d4311c3
EZ
86162000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
8617
8618 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
8619 produced for CODING_MODE_LAST_BLOCK requires.
8620
2dc95ddd
DL
86212000-02-18 Dave Love <fx@gnu.org>
8622
8623 * keyboard.c (echo_keystrokes): Remove declaration.
8624 (Vecho_keystrokes) New variable.
8625 (read_char, record_menu_key, read_key_sequence): Use it to allow
8626 use of float value.
8627 (syms_of_keyboard): Change Vecho_keystrokes declaration.
8628
8629 * lread.c: Undef feature selection macros before defining.
8630
f0930f35
GM
86312000-02-18 Gerd Moellmann <gerd@gnu.org>
8632
8633 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
8634 for symbols other than the symbol in question.
8635
e3d4de90
DL
86362000-02-17 Dave Love <fx@gnu.org>
8637
8638 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
8639
0b378936
GM
86402000-02-17 Gerd Moellmann <gerd@gnu.org>
8641
d621caf7
GM
8642 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
8643
0b378936
GM
8644 * alloc.c (enum mem_type): Compile unconditionally.
8645
3b451f74
EZ
86462000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
8647
8648 * xfaces.c (tty_defined_color): Don't return faulire indication
8649 for unspecified-fg and unspecified-bg pseudo-colors.
8650
10689a01
GM
86512000-02-17 Gerd Moellmann <gerd@gnu.org>
8652
1216f5e4
GM
8653 * alloc.c (mark_object): Don't mark symbol names in pure space.
8654 (gc_sweep): Don't unmark symbol names in pure space.
8655
8656 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
8657 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
8658 [GC_MARK_STACK]: New defines.
427ec082 8659 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
1216f5e4
GM
8660 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
8661
8662 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
8663
8664 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
8665 allocate_buffer instead of xmalloc.
8666
8667 * alloc.c (toplevel): Include setjmp.h.
8668 (PURE_POINTER_P): New define.
8669 (enum mem_type) [GC_MARK_STACK]: New enumeration.
8670 (Vdead) [GC_MARK_STACK]: New variable.
8671 (lisp_malloc): Add parameter TYPE, call mem_insert if
8672 GC_MARK_STACK is defined.
8673 (allocate_buffer): New function.
427ec082 8674 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
1216f5e4
GM
8675 (free_float) [GC_MARK_STACK]: Set type to Vdead.
8676 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
8677 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
8678 (MEM_NIL) [GC_MARK_STACK]: New define.
8679 (struct mem_node) [GC_MARK_STACK]: New structure.
8680 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
8681 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
8682 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
8683 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
8684 (mark_stack) [GC_MARK_STACK]: New functions.
8685 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
8686 (clear_marks): Removed.
8687 (gc_sweep): Set free conses' car, free floats' type, free
8688 symbols' function to Vdead. Use lisp_free to free buffers.
8689 (init_alloc_once): Initialize Vdead.
8690 (survives_gc_p): Return non-zero for pure objects.
8691
8692 * alloc.c: Add comments throughout the file.
8693
2503c8b1
GM
8694 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
8695 that unblocks alarms.
8696
8389e1e2
GM
8697 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
8698 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
8699 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
8700
10689a01 8701 * frame.c (make_frame): Set frame initiallly to `garbaged'.
427ec082 8702
bfc17d18
KH
87032000-02-17 Kenichi Handa <handa@etl.go.jp>
8704
4a09dee0
KH
8705 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
8706 avoid infinite error signaling. Allocate sufficient memory for
8707 eol_str in the case that eoltype is Lisp_Int.
bfc17d18 8708
2b927d02
SM
87092000-02-17 Stefan Monnier <monnier@cs.yale.edu>
8710
8711 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
8712 depends on the previous behavior.
8713
b49cb764
GM
87142000-02-16 Gerd Moellmann <gerd@gnu.org>
8715
8716 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
8717
99e95407
GM
87182000-02-15 Gerd Moellmann <gerd@gnu.org>
8719
8720 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
8721
8722 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
b49cb764 8723 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
99e95407
GM
8724 write(2).
8725
6ffd3cf7
RS
87262000-02-15 Richard M. Stallman <rms@gnu.org>
8727
8728 * data.c (set_internal): Don't make variable buffer-local
8729 if within a let-binding for the same buffer.
8730 (let_shadows_buffer_binding_p): New function.
8731
8732 * eval.c (specbind): For buffer-local value,
8733 record the current buffer also.
8734 (unbind_to): Cope with that change.
8735
cad53475
GM
87362000-02-15 Gerd Moellmann <gerd@gnu.org>
8737
8738 * window.c (Fsave_window_excursion): Doc fix.
8739
1aa963c8
SM
87402000-02-15 Stefan Monnier <monnier@cs.yale.edu>
8741
8742 * syntax.c (back_comment): Make sure we only consider comment-starters
8743 of the relevant style and return -1 in case of a failure to find the
8744 beginning of the comment.
8745 (Fforward_comment): If back_comment fails, go back to the position just
8746 after the comment-end.
8747 (scan_lists): Add comment describing a very minor bug.
8748
b9b84fd3
SM
87492000-02-14 Stefan Monnier <monnier@cs.yale.edu>
8750
8751 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
8752 `completion-regexp-list' in the docstring.
8753
3a28db80
DL
87542000-02-14 Dave Love <fx@gnu.org>
8755
8756 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
8757
fb4a568d
SM
87582000-02-14 Stefan Monnier <monnier@cs.yale.edu>
8759
8760 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
8761 to Emacs' syntax. Also fix the comment about set/not-set meanings
8762 since Emacs syntax is not the value 0 any more.
8763 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
8764 since it's now part of RE_SYNTAX_EMACS.
8765
1063ebb5
DL
87662000-02-12 Dave Love <fx@gnu.org>
8767
8768 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on
8769 Alpha.
8770
fb07a302
GM
87712000-02-12 Gerd Moellmann <gerd@gnu.org>
8772
8773 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
8774
aaf2320c
DL
87752000-02-12 Dave Love <fx@gnu.org>
8776
8777 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
8778
8779 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
fb07a302
GM
8780 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
8781 * s/hpux.h: Don't define HAVE_VFORK.
aaf2320c
DL
8782
8783 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
8784
8785 * s/nextstep.h: Don't define HAVE_ALLOCA.
8786
8787 * config.in: Add vfork bits.
8788
eedf8bde
GM
87892000-02-12 Gerd Moellmann <gerd@gnu.org>
8790
8791 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
8792 unwind function to undo the effect of stopping atimers.
8793
8794 * keyboard.c (bind_polling_period): Stop all timers except
8795 poll_timer.
8796
8797 * atimer.c (stopped_atimers): New variable.
8798 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
8799 New functions.
8800
8801 * atimer.h (stop_other_atimers, run_all_atimers)
8802 (unwind_stop_other_atimers): Add function prototypes.
427ec082 8803
eedf8bde
GM
8804 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
8805
8476c2f8
KR
88062000-02-11 Ken Raeburn <raeburn@gnu.org>
8807
8808 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
8809 library may depend on jpeg.
8810 (atimer.o): Depends on atimer.c.
8811
0e85e4a3
KH
88122000-02-11 Kenichi Handa <handa@etl.go.jp>
8813
8814 * insdel.c (del_range_1): Call update_compositions.
8815 (del_range_both): Call update_compositions just once..
8816
97fa0cc8
DL
88172000-02-10 Dave Love <fx@gnu.org>
8818
8819 * xfns.c (create_frame_xic): Fix initialization of automatic
8820 aggregates for pcc.
8821
25566a3c
KH
88222000-02-09 Kenichi Handa <handa@etl.go.jp>
8823
8824 * ccl.c (CCL_MAKE_CHAR): New macro.
8825 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
8826 registers by CCL_MAKE_CHAR before calling translate_char.
8827 <CCL_TranslateCharacterConstTbl> Likewise.
8828
69da54ba
DL
88292000-02-08 Dave Love <fx@gnu.org>
8830
8831 * lread.c (__EXTENSIONS__): Define.
8832
f7136ee8
GM
88332000-02-08 Gerd Moellmann <gerd@gnu.org>
8834
8835 * puresize.h (BASE_PURESIZE): Increase to 650000.
8836
7768790b
EZ
88372000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
8838
8839 * msdos.c (XMenuActivate): Turn off the cursor after displaying
8840 the help message.
8841
38fd211b
EZ
88422000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
8843
8844 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
8845 md, mh, mb, mr, and me to the fake termcap entry.
8846
66e4690f
KR
88472000-02-06 Ken Raeburn <raeburn@gnu.org>
8848
8849 * sound.c (sound_cleanup): Don't call device close routine if the
8850 function pointer is null.
8851
a75dfea0
AI
88522000-02-06 Andrew Innes <andrewi@gnu.org>
8853
8854 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
8855 around image definitions and prototypes.
8856 (gamma_correct) [WINDOWSNT]: New prototype.
8857
8858 * w32term.c (x_make_frame_visible): Replace call to
8859 input_poll_signal with poll_for_input.
8860
8861 * window.c [WINDOWSNT]: Include w32term.h.
8862
8863 * xdisp.c [WINDOWSNT]: Include w32term.h.
8864
8865 * makefile.nt: Add dependencies on w32gui.h.
8866 (OBJ1): Include atimer.obj.
8867 ($(BLD)\atimer.obj): New dependency rule.
8868
8869 * w32.c (sigmask): New function (does nothing).
8870 (sigunblock): Ditto.
8871
8872 * frame.c [WINDOWSNT]: Include w32term.h.
8873
8874 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
8875
8876 * lread.c (syms_of_lread): Fix literal newlines.
8877
8878 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
8879 the string constant limit (2048 bytes) in MSVC.
8880 (main): Ditto.
8881
59ddecde
GM
88822000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
8883
8884 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit
8885 area.
8886 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
8887 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
8888 dispatch the event.
8889
07590973
DL
88902000-02-04 Dave Love <fx@gnu.org>
8891
8892 * fileio.c: Remove some unused vars.
8893 (_GNU_SOURCE): Define (for euidaccess).
8894
8895 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
8896
8897 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
8898 gcpro1, gcpro2.
8899 (read_minibuf): Deal with allow_props correctly.
8900
649351f9
EZ
89012000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
8902
8903 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
8904
66e4690f 89052000-02-03 Ken Raeburn <raeburn@gnu.org>
f1b9c7c1
KR
8906
8907 * search.c (compile_pattern): If a cache entry has a nil regexp,
8908 fill in that entry instead of clobbering a previously cached
8909 string regexp.
8910
66e4690f 89112000-02-02 Ken Raeburn <raeburn@gnu.org>
15c9cf81
KR
8912
8913 * puresize.h (BASE_PURESIZE): Increase to 610000.
8914
d240a249
GM
89152000-02-02 Gerd Moellmann <gerd@gnu.org>
8916
8917 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
8918 can GC.
8919
ca91fb26
KH
89202000-02-02 Kenichi Handa <handa@etl.go.jp>
8921
25660570
KH
8922 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
8923 instead of incrementing ic directly.
8924 <CCL_WriteExprConst> Likewise.
8925 <ccl_set_expr>: Set ic to jump_address.
8926
ca91fb26
KH
8927 * fileio.c (e_write): Fix the handling of
8928 CODING_FINISH_INSUFFICIENT_SRC.
8929
2ede9689
DL
89302000-02-01 Dave Love <fx@gnu.org>
8931
8932 * editfns.c (Fpropertize): Doc fix.
8933
8934 * process.c (Fstart_process): Doc fix.
8935
8936 * eval.c: Fix various doc strings not to duplicate information
8937 from help-manyarg-func-alist.
8938
8939 * window.c (Fset_window_margins): Don't make interactive. Doc
8940 fix.
8941
8942 * doc.c (Vhelp_manyarg_func_alist): New variable.
8943 (Fdocumentation): Use it.
8944 (syms_of_doc): Define it.
8945
b6680a0e
GM
89462000-01-31 Gerd Moellmann <gerd@gnu.org>
8947
2cb750ba
GM
8948 * xterm.c (xim_open_dpy): Remove unused local variable.
8949
74e9213b
GM
8950 * emacs.c (USAGE): Use term `display options' instead of `X
8951 options'.
8952
8953 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
8954 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
8955
b6680a0e
GM
8956 * fns.c (sweep_weak_table): New function.
8957 (sweep_weak_hash_tables): Use it. Keep on marking until there
8958 is no more change.
8959
994c5afe
GM
89602000-01-30 Gerd Moellmann <gerd@gnu.org>
8961
8962 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
8963 that XTread_socket does not crash by trying to call XNoOp on a
8964 closed display.
427ec082 8965
f00276e3
JR
89662000-01-30 Jason Rumney <jasonr@gnu.org>
8967
8968 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
8969 Change selected_frame to SELECTED_FRAME ().
8970 (w32_console_mouse_position): Remove #ifndef MULE from around
8971 `insist' parameter.
8972
8973 * makefile.nt: Remove dosfns.obj.
8974
8975 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
8976
8977 * w32fns.c (w32_defined_color): Check for valid frame before
8978 applying gamma correction. Eliminate dependency on frame elsewhere.
8979 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
8980 (w32_to_x_font): Use resx and resy not height_in and width_in.
8981 (x_to_w32_font): Doc fix.
8982 (xlfd_strip_height): New function to strip and return font height.
8983 (w32_font_match): Compare height separately from rest of xlfd
8984 spec, using xlfd_strip_height.
8985
8986 * w32term.c (w32_term_init): Swap resx and height_in, resy and
8987 width_in. Use w32_defined_color in place of defined_color.
8988
8989 * w32faces.c: Merge more of DOS and X specifics in preparation for
8990 merge with xfaces.c.
8991 (defined_color): Remove FIXME comment.
8992 (tty_color_name): Provide w32-specific function.
8993 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
8994
8995 * w32console.c (turn_on_face, turn_off_face): Removed.
8996 (w32_face_attributes): New function.
8997 (Global_variables): Reduce scope where possible.
8998 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
8999 fill attribute.
9000 (hl_mode): Don't modify text attributes.
9001 (write_glyphs): Don't do anything if len <= 0. Use
9002 w32_face_attributes to get attributes for drawing. Write
9003 terminating codes using char_attr_normal.
9004 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
9005 (update_begin, update_end): Likewise.
9006 (vga_stdcolor_name): New function.
9007 (initialize_w32_display): Remove char_attr_reverse and char_attr.
9008 (Fset_screen_color): Remove char_attr_reverse.
9009
b08e8bb2
GM
90102000-01-29 Gerd Moellmann <gerd@gnu.org>
9011
9012 * xfns.c (xic_set_preeditarea): Take window parameter and
9013 window-relative pixel-positions.
9014
9015 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
9016 is its frame's selected window.
9017 (xim_instantiate_callback): Likewise.
9018
9019 * xfns.c (x_create_im): Removed.
9020 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
9021 (supported_xim_styles): Renamed from supported_styles.
9022 (best_xim_style): Renamed from best_style.
9023 (create_frame_xic): Renamed from xic_create_frame.
9024 (free_frame_xic): Renamed from xic_destroy_frame.
427ec082 9025
b08e8bb2
GM
90262000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
9027
9028 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
9029 our frames, call XFilterEvent with 2nd parameter `None'.
9030 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
9031 returning XBufferOverflow.
9032 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
9033 area.
9034 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
9035 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
9036 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
9037 (xim_initialize, xim_close)
9038 [HAVE_X_I18N && HAVE_X11R6]: New functions.
9039 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
9040 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
9041 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
9042
9043 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
9044 and `xim_styles'.
9045 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
9046 `xic_style' and `xic_xfs'.
9047 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
9048 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
9049 (FRAME_XIM): Removed.
9050
9051 * xfns.c (supported_styles): New variable.
9052 (DEFAULT_STYLE, DEFAULT_FONT): New macros
9053 (xic_create_xfontset, best_style, xic_create_frame)
9054 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
9055 (xic_set_xfontset): New functions.
9056
142e109c
DL
90572000-01-28 Dave Love <fx@gnu.org>
9058
9059 * s/irix6-5.h: Revert last change after change to irix5-0.h.
9060
9061 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
9062
b02786f9
GM
90632000-01-28 Gerd Moellmann <gerd@gnu.org>
9064
d060bc9f
GM
9065 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
9066 for *scratch* if it already existed.
9067
b02786f9
GM
9068 * emacs.c (USAGE): New macro.
9069 (main): Use it to display usage information.
9070
2c52d7e4
EZ
90712000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9072
9073 Support for the menu-help feature:
9074
9075 * msdos.h: Change prototypes of XMenuAddSelection and
9076 XMenuActivate.
9077
9078 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
9079 part of the line to the termscript file.
9080 (IT_clear_to_end): Clear the entire line, not just its beginning.
9081 (menu_help_message, prev_menu_help_message): New variables.
9082 (IT_menu_make_room): Make room for the help_text member.
9083 (IT_menu_display): New argument disp_help; all callers changed.
9084 If disp_help is non-zero, store the help text of the active menu
9085 item in menu_help_message.
9086 (XMenuAddPane): Initialize the help_text member to NULL.
9087 (XMenuAddSelection): New argument help_text. Store it in the
9088 XMenu structure.
9089 (XMenuActivate): New argument help_callback. If the value of
9090 menu_help_message has changed since the last time, display the
9091 menu help message text while waiting for the mouse to move. Clear
9092 the echo area before exiting.
9093 (XMenuDestroy): Free the help_text member.
9094
ffe0bcd1
GM
90952000-01-27 Gerd Moellmann <gerd@gnu.org>
9096
9097 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
9098 XMenuAddSelection. Pass help callback to XMenuActivate.
9099 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
9100
50dbd23f
EZ
91012000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
9102
9103 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
9104 and EMACS_SET_USECS.
9105
f5941bf8
GM
91062000-01-26 Dave Love <fx@gnu.org>
9107
6c67ddee
DL
9108 * editfns.c (Fchar_after, Fchar_before): Doc fix.
9109
f5941bf8
GM
9110 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
9111 an error may be signalled.
9112
9e49c990
GM
91132000-01-26 Gerd Moellmann <gerd@gnu.org>
9114
fc3cb460
GM
9115 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
9116 LD_SWITCH_SYSTEM inherited from irix5-0.h.
9117
9e49c990
GM
9118 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
9119
d0c037d8
GM
91202000-01-25 Gerd Moellmann <gerd@gnu.org>
9121
9122 * charset.c (Fstring): If there is a multibyte char among
9123 the args, always return a multibyte string.
9124
e12489f9
GM
91252000-01-25 Gerd Moellmann <gerd@gnu.org>
9126
9127 * sysdep.c (sys_select): Turn atimers off and on instead of
9128 recording and restoring old alarm handler
9129
9130 * process.c (toplevel): Include atimer.h.
9131 (create_process_1): Rewritten.
9132 (create_process): Use atimers instead of alarm.
9133 (wait_reading_process_input) [hpux]: Turn atimers off instead
9134 of turning off SIGALRM.
9135 (wait_reading_process_input): Turn off atimers instead off
9136 calling stop_polling.
9137
9138 * emacs.c (main): Call init_atimer.
9139
9140 * keyboard.c (toplevel): Include systime.h and atimer.h.
9141 (polling_for_input): Removed because unused.
9142 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
9143 (poll_timer): New variable.
9144 (poll_for_input, poll_for_input_1): New functions.
9145 (start_polling, stop_polling): Rewritten.
9146
9147 * keyboard.h (polling_for_input): Removed.
427ec082 9148
e12489f9
GM
9149 * atimer.h, atimer.c: New files.
9150
9151 * Makefile.in (obj): Add atimer.o.
9152 (atimer.o): New target.
9153
9154 * blockinput.h (pending_atimers): Add extern declaration.
9155 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
9156
9157 * lisp.h (popup_activated_flag): Add extern declaration.
9158
9159 * xmenu.c (popup_activated_flag): Make externally visible.
9160 (popup_activate_callback) [USE_MOTIF]: Increment
9161 popup_activated_flag.
9162 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
9163
9164 * xterm.c (toplevel): Include atimer.h.
9165 (toolkit_scroll_bar_interaction): New variable.
9166 (Fxt_process_timeouts): Removed.
9167 (x_process_timeouts): New function.
9168 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
9169 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
9170 (x_make_frame_visible): Call poll_for_input_1 instead of
9171 input_poll_signal. Don't call alarm.
9172 (x_initialize): Install timer calling x_process_timeouts.
427ec082 9173
1e5279b9
DL
91742000-01-24 Dave Love <fx@gnu.org>
9175
6c67ddee 9176 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
9177 Don't use -cckr -- apparently not now necessary.
9178
edf6aeb8
EZ
91792000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
9180
9181 * msdos.c (IT_menu_display): Truncate long menu lines at the right
9182 screen boundary.
9183
9badad41
JR
91842000-01-23 Jason Rumney <jasonr@gnu.org>
9185
9186 * w32fns.c (w32_defined_color): Apply gamma correction before
9187 trying to map to the palette.
9188 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
9189 to w32_clear_rect.
9190
9191 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
9192 here. Callers changed to always pass real device context.
9193 (w32_draw_bitmap): Likewise.
9194 (w32_get_glyph_overhangs): Likewise.
9195 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
9196 one.
9197 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
9198 pfnSetScrollInfo and SetScrollRange.
9199 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
9200 back into MULE characters after decoding them.
9201 (x_get_glyph_face_and_encoding): Likewise.
9202 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
9203 GetCharABCWidthsW fails, since this is defined on Windows 9x.
9204 (x_produce_glyphs): Calculate per char metrics for a character
9205 that we know exists in default font when font_not_found_p is true.
9206
63bd786b
JR
92072000-01-22 Jason Rumney <jasonr@gnu.org>
9208
9209 * makefile.nt (intervals.obj, composite.obj): New modules.
9210 (composite.h): Added as dependency where appropriate.
9211
9212 * w32gui.h (XGCValue): New struct for emulating X GCs.
9213
9214 * w32term.h (XCharStruct): New struct for emulating X.
9215
9216 * w32console.c (turn_on_face, turn_off_face): New functions.
9217 (change_line_highlight): New prototype for new redisplay.
9218 (write_glyphs): Support multibyte text. Support faces.
9219
9220 * w32faces.c: Complete rewrite for new redisplay based on new
9221 xfaces.c.
9222
9223 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
9224 throughout. struct frame * in place of FRAME_PTR.
9225 Skeleton support for images, toolbars, tooltips from xfns.c.
9226 (Fx_create_frame): Use system default for default scroll bar
9227 width.
9228 (w32_get_arg): Renamed from x_get_arg.
9229 (Fx_file_dialog): New function.
9230 (w32_list_fonts): Check cache before asking system.
9231 (Vw32_enable_synthesized_fonts): New variable.
9232 (Vw32_enable_italics): Obsolete, removed.
9233
9234 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
9235 Use SELECTED_FRAME macro.
9236
9237 * w32menu.c: Add skeleton support for help strings on menus.
9238 (add_menu_item): Native checkbox and radio support added, but not
9239 yet enabled due to bugs.
9240 (push_menu_item): Add parameters type, selection and help.
9241 Callers updated.
9242 Formatting changes to reduce unnecessary diffs with xmenu.c.
9243
9244 * w32select.c (Fw32_set_clipboard_data): Update call to
9245 find_charset_in_str.
9246
9247 * w32term.c: Complete rewrite for new redisplay based on new
9248 xterm.c with necessary sections merged back in from old w32term.c.
9249
6ffd3cf7 92502000-01-21 Richard M. Stallman <rms@gnu.org>
b50c9214
RS
9251
9252 * data.c (set_internal): Further fix in same criterion.
9253
6ffd3cf7 92542000-01-20 Richard M. Stallman <rms@gnu.org>
8cc95642
RS
9255
9256 * data.c (set_internal): Fix the criteria for whether
9257 to swap out the old cached binding.
9258
60af03f1
DL
92592000-01-19 Dave Love <fx@gnu.org>
9260
9261 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
9262
f9be074f
KH
92632000-01-18 Kenichi Handa <handa@etl.go.jp>
9264
9265 * regex.c (re_compile_fastmap): While checking a range table for
9266 `charset', skip flag bits for a character class correctly.
9267
52b8dbf9
GM
92682000-01-17 Gerd Moellmann <gerd@gnu.org>
9269
d36100c9
GM
9270 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
9271
52b8dbf9
GM
9272 * xfns.c (x_window): Call lw_create_widget with new parameter
9273 list.
9274
9275 * widget.c (EmacsFrameSetCharSize): Change size of children first
9276 because of problems with main window geometry management under
9277 Lesstif.
9278
9279 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
9280 MENU_ITEMS_ITEM_.*.
9281 (MENU_ITEMS_ITEM_HELP): New enumerator.
9282 (push_menu_item): Add parameter HELP. Record help in menu_items.
9283 (single_menu_item, single_submenu, list_of_items): Call
9284 push_menu_item with new parameter.
9285 (single_submenu): Set help string in widget value.
9286 (menu_highlight_callback): New function.
9287 (set_frame_menubar): Call lw_create_widget with new
9288 parameter list.
9289 (xmenu_show, xdialog_show): Ditto.
9290
3139018f
GM
92912000-01-13 Gerd Moellmann <gerd@gnu.org>
9292
9293 * sound.c (Fplay_sound): Improve doc string.
9294
83c8f461
RS
92952000-01-11 Richard M. Stallman <rms@gnu.org>
9296
9297 * lisp.h (set_internal): Enter the new arg.
9298
9299 * eval.c (specbind): Record buffer-local variables specially,
9300 indicating which buffer's binding was saved.
9301 (unbind_to): Restore buffer-local variables specially
9302 in the proper buffer.
9303
9304 * data.c (set_internal): New arg BUF.
427ec082 9305
83c8f461
RS
9306 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
9307 * data.c (Fset): Pass new arg to set_internal.
9308 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
427ec082 9309
1fab1775
GM
93102000-01-11 Gerd Moellmann <gerd@gnu.org>
9311
9312 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
9313 xprintsym.
9314
83c8f461 93152000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
9316
9317 * minibuf.c (Ftry_completion): Doc fix.
9318
7a85e4df
GM
93192000-01-11 Gerd Moellmann <gerd@gnu.org>
9320
9321 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
9322 vector, too.
9323
a970dae4
AS
93242000-01-11 Andreas Schwab <schwab@suse.de>
9325
9326 * coding.c (code_convert_region): Initialize total_skip.
9327
c65d14ee
DL
93282000-01-08 Dave Love <fx@gnu.org>
9329
9330 * eval.c (Fuser_variable_p): Check customizability too.
9331
834938d2
GM
93322000-01-07 Gerd Moellmann <gerd@gnu.org>
9333
9334 * minibuf.c (Fcompleting_read): Doc fix.
9335
e0303cd6
GM
93362000-01-05 Gerd Moellmann <gerd@gnu.org>
9337
8a26744b
GM
9338 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
9339 -L /usr/local/lib.
9340
e0303cd6
GM
9341 * xfns.c (x_create_im): New function to set IM and IC of a frame.
9342 Check that input style is supported before trying to create an
9343 IC for it.
9344 (x_window): Call x_create_im.
427ec082 9345
2e471eb5
GM
93462000-01-04 Gerd Moellmann <gerd@gnu.org>
9347
560a7bd2
GM
9348 * xfns.c (current_gif_memory_src): New variable.
9349 (gif_load): Record the address of the current memory source
9350 in current_gif_memory_src.
9351 (gif_read_from_memory): Use current_gif_memory_src.
9352
f9ee84a3
GM
9353 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
9354 macros statement form.
9355
d1299cde
GM
9356 * sound.c (struct sound): Renamed from struct sound_file.
9357 (struct sound): Add members `data' and `header_size'.
9358 (enum sound_attr): Add SOUND_DATA.
9359 (current_sound, current_sound_device): Variables renamed from
9360 sound_file and sound_device.
9361 (parse_sound): Parse :data.
9362 (parse_sound): Handle sound data in strings.
9363 (find_sound_type): Function renamed from find_sound_file_type.
427ec082 9364 (wav_init, au_init): Fail if sound's header_size is smaller than
d1299cde
GM
9365 needed header size.
9366 (wav_play, au_play): Play sounds from string data.
9367
2e471eb5
GM
9368 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
9369
9370 * lisp.h: Add prototype for allocate_string_data.
9371
9372 * alloc.c (Fgarbage_collect): Return number of live and free
9373 strings.
9374
9375 * alloc.c (mark_buffer): Remove code in #if 0.
9376 (gc_sweep): Ditto.
9377 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
9378 (strings_consed): New variable.
9379 (allocate_string): Set it.
9380 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
9381 (Fmemory_use_counts): Return strings_consed. Use Flist.
9382
9383 * alloc.c: General cleanup in comments etc. Remove conditional
9384 compilation for `standalone'.
9385
9386 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
9387
9388 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
9389 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
9390 (DONT_COPY_FLAG): Removed.
9391 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
9392 (struct sdata, struct sblock): New
9393 (struct string_block): Rewritten.
9394 (STRINGS_IN_STRING_BLOCK): New macro.
9395 (oldest_sblock, current_sblock, total_strings, total_free_strings)
9396 (large_sblocks, string_blocks, string_free_list): New variables.
9397 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
9398 (init_strings): Rewritten.
9399 (allocate_string, allocate_string_data, compact_small_strings)
9400 (free_large_strings, sweep_strings): New functions.
9401 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
9402 (struct string_block_head, current_string_block)
9403 (first_string_block, large_string_blocks, STRING_FULLSIZE)
9404 (STRING_PAD): Removed.
9405 (make_uninit_multibyte_string, make_pure_string): Rewritten.
9406 (Fgarbage_collect): Don't set mark bit in large strings.
9407 (mark_object): Mark strings differently. Mark symbol names
9408 differently.
9409 (survives_gc_p): Test marked strings differently.
427ec082 9410 (gc_sweep): Sweep strings differently, unmark strings in
2e471eb5
GM
9411 symbol names.
9412 (compact_strings): Removed.
9413
42608ba8
EZ
94142000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
9415
9416 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
9417 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
9418
e0a09e1a
KH
94192000-01-04 Kenichi Handa <handa@etl.go.jp>
9420
dd9f0750 9421 * fileio.c (Finsert_file_contents): Signal error if visiting file
427ec082 9422 in a non-empty buffer.
dd9f0750 9423
3c0f3b15 9424 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 9425
44cd3ae5
GM
94262000-01-03 Gerd Moellmann <gerd@gnu.org>
9427
9428 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
9429 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
9430
9431 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
9432
c182a70f
EZ
94332000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9434
9435 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
9436 need to test for MSDOS frames.
9437
24480d5b
EZ
94382000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9439
9440 * dosfns.c (unspecified_colors): Remove.
9441 (msdos_stdcolor_idx): Use global variables unspecified_fg and
9442 unspecified_bg.
9443 (msdos_stdcolor_name): Return strings for unspecified fore- and
9444 back-ground colors.
9445
9446 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
aaf2320c 9447 (syms_of_xfaces): Remove their staticpro's.
24480d5b
EZ
9448 (tty_color_name): Return Lisp strings for unspecified fore- and
9449 back-ground colors.
9450 (Finternal_set_lisp_face_attribute): Remove the special treatment
9451 for Qunspecified_{f,b}g.
9452 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
9453 string.
9454
047f434a
GM
94552000-01-03 Gerd Moellmann <gerd@gnu.org>
9456
9457 * xdisp.c (reseat_at_next_visible_line_start): Position before
9458 newline only if ending up on a newline.
9459 (next_element_from_ellipsis): Return success. Handle case of
9460 displaying no ellipsis. Fix case of ellipsis defined in display
9461 table.
9462 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
9463 returns 0.
9464
d684c676
EZ
94652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9466
9467 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
9468 (Fcolor_supported_p): Renamed from face-color-supported-p.
9469
5fe1d139
EZ
94702000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
9471
9472 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
9473 list of colors renamed to tty-defined-color-alist.
9474 (tty_color_name): Pass the frame to tty-color-by-index.
9475 (realize_tty_face): tty-color-alist is now a function which
9476 accepts the frame as argument.
9477
9478 * term.c (Ftty_display_color_p): Accept an optional argument
9479 FRAME.
9480
816be8b8
EZ
94812000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
9482
9483 * term.c (insert_glyphs): Pass glyph, not &glyph, to
9484 encode_terminal_code.
9485
b635321e
EZ
94862000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
9487
9488 * dispnew.c (mode_line_string): Support termcap frames as well.
9489
9b784e96
GM
94902000-01-01 Gerd Moellmann <gerd@gnu.org>
9491
27189709
GM
9492 * syntax.c (Fforward_word): Undo previous change.
9493
9494 * editfns.c (Fconstrain_to_field): Don't constrain if
9495 inhibit-field-text-motion is non-nil.
9496 (Fline_beginning_position): Undo previous change.
9497 (Fline_end_position): Ditto.
9498
9499 * syntax.c (Fforward_word): Notice field boundaries only if
9500 inhibit-field-text-motion is nil.
9501
9502 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
9503
9504 * editfns.c (Vinhibit_field_text_motion): New variable.
9505 (inhibit-field-text-motion): New DEFVAR_LISP.
9506 (Fline_beginning_position, Fline_end_position): Notice field
9507 boundaries only if inhibit-field-text-motion is nil.
9508
45158a91
GM
9509 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
9510 All calls adjusted.
9511 (x_build_heuristic_mask): Likewise.
9512 (xbm_load_image_from_file): Change error output.
9513 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
9514 (gif_load, gs_load, x_kill_gs_process): Ditto.
9515
9b784e96
GM
9516 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
9517 color indices when accessing raster pixels.
63cec32f
GM
9518 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
9519 one of :file or :data.
9520 (enum pbm_keyword_index): Add PBM_DATA.
9521 (pbm_format): Add :data.
9522 (pbm_image_p): Allow either :file or :data.
9523 (pbm_read_file): New function.
9524 (pbm_scan_number): Rewritten to read from string.
9525 (pbm_load): Support :data.
9b784e96 9526
2cb085db 9527See ChangeLog.8 for earlier changes.
6922b018
KH
9528
9529;; Local Variables:
49b3bd82 9530;; coding: iso-2022-7bit
6922b018 9531;; End: