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