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