(free_frame_menubar) [USE_MOTIF]: Preserve the
[bpt/emacs.git] / src / ChangeLog
CommitLineData
441bf856
GM
12001-04-05 Gerd Moellmann <gerd@gnu.org>
2
81a81c0f
GM
3 * fns.c (Frequire): Doc fix. Rename parameter FILE_NAME to
4 FILENAME to bring it in synch with the documentation.
5
441bf856
GM
6 * xfaces.c (realizing_basic_faces_p): Renamed from
7 realize_default_face_p.
8 (realize_basic_faces): Set/clear realizing_basic_faces_p.
9 (realize_default_face): Don't set the flag.
10
702a1e8e
GM
112001-04-04 Gerd Moellmann <gerd@gnu.org>
12
1013f4e3
GM
13 * lisp.h (echoing, echo_message_buffer, cancel_echoing): Declare.
14
15 * keyboard.c (echoing, echo_message_buffer): Make externally
16 visible.
17
18 * xdisp.c (with_echo_area_buffer): Avoid confusion from reusing
19 the buffer that was used for echoing.
20
702a1e8e
GM
21 * xfaces.c (best_matching_font): Remove unused parameter PATTERN.
22 (first_font_matching): Removed unused function.
23 (x_face_list_fonts): Remove unused parameter SCALABLE_P.
24 (may_use_scalable_font_p): Remove parameter FONT; rename
25 parameter NAME to FONT.
26 (x_face_list_fonts): Fix missing bounds check.
27 (realizing_default_face_p): New variable.
28 (realize_default_face): Set and clear that flag.
29 (x_face_list_fonts): When called during the realization of the
30 default face, and no matching fonts are found when ignoring
31 scalable fonts and fonts matching a regexp from
32 face-ignored-fonts, try without ignoring fonts.
33
f9dbcda4
GM
342001-04-03 Gerd Moellmann <gerd@gnu.org>
35
ad18ffb1
GM
36 * xfns.c (postprocess_image): New function.
37 (lookup_image): Call it for all image types except PostScript.
38 (x_kill_gs_process): Call postprocess_image.
39
f9dbcda4
GM
40 * xterm.c (x_use_underline_position_properties): New variable.
41 (x_draw_glyph_string): Use it.
42 (syms_of_xterm): DEFVAR_BOOL it.
43
651f03b6
GM
442001-04-02 Gerd Moellmann <gerd@gnu.org>
45
46 * xterm.c (x_alloc_nearest_color_1): New function.
47 (x_alloc_nearest_color): Use it.
48 (x_color_cells): Take a Display as argument, instead of a frame.
49 (cvt_string_to_pixel_args, cvt_string_to_pixel_value): New variables.
50 (cvt_string_to_pixel, cvt_pixel_dtor): New functions.
51 (x_initialize): Register cvt_string_to_pixel as resource converter
52 string -> Pixel and cvt_pixel_dtor as pixel resource destructor.
53
73d75a62
GM
542001-03-30 Gerd Moellmann <gerd@gnu.org>
55
b2046df8
GM
56 * xdisp.c (get_overlay_strings): Set iterator's end_charpos.
57 (set_iterator_to_next): If a string from a display property ends,
58 consider the case that this might also be the end of an
59 overlay string having the display property.
60
12700f40
GM
61 * xdisp.c (handle_display_prop): Fix recognition of subproperty
62 lists.
b2046df8 63
87d8eba4
GM
64 * xdisp.c (reseat_to_string): Undo last change.
65
73d75a62
GM
66 * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current
67 matrix of a window when the header line changes, when
68 new rows are allocated, or when the width changes.
69
911a2406
EZ
702001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last
73 change.
74
aea51abe
EZ
752001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
76
77 * fileio.c (syms_of_fileio) <directory-sep-char>: Warn that it is
78 deprecated.
79
176bc847
GM
802001-03-29 Gerd Moellmann <gerd@gnu.org>
81
ed31fabf
GM
82 * data.c (Fsubr_interactive_form): New function.
83 (syms_of_data): Defsubr it.
84
176bc847
GM
85 * alloc.c (live_string_p, live_cons_p, live_symbol_p)
86 (live_float_p, live_misc_p): Return 1 only if the offset of the
87 pointer in its block is >= 0.
88
e59d0e9d
GM
892001-03-28 Paul Eggert <eggert@twinsun.com>
90
91 * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the
92 microseconds calcuation. Avoid double-rounding problem.
93 In doc string, warn that the result is approximate.
94
f827b862
GM
952001-03-28 Gerd Moellmann <gerd@gnu.org>
96
30a3f61c
GM
97 * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and
98 bind `inhibit-eval-during-redisplay' to t.
99
100 * lisp.h (Qinhibit_eval_during_redisplay): Declare extern.
101
102 * xdisp.c (inhibit_eval_during_redisplay)
103 (Qinhibit_eval_during_redisplay): New variables.
104 (safe_eval, safe_call): If inhibit_eval_during_redisplay is set,
105 don't eval, return nil instead.
106 (syms_of_xdisp): DEFVAR_BOOL inhibit-eval-during-redisplay.
107 Initialize Qinhibit_eval_during_redisplay.
108
e719f5ae
GM
109 * xdisp.c (reseat_to_string): If STRING is multibyte, set
110 the iterator's multibyte_p flag.
111
deb2613a
GM
112 * xfaces.c (realize_basic_faces): Decrement menu_face_change_count
113 instead of setting it to zero; it's incremented for each frame
114 where the menu face is changed.
115
44655e77
GM
116 * xterm.c (x_draw_relief_rect): Extend left shadow to the
117 bottom; change bottom shadow accordingly.
118
a02f1be0
GM
119 * xterm.c (expose_window_tree, expose_frame): Don't compute
120 intersections here.
121 (expose_window): Do it here instead.
122 (x_draw_glyph_string): Fix a computation of the underline
123 position.
124
f827b862
GM
125 * bytecode.c (BYTE_CODE_QUIT): New macro.
126 (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.
127
4bde0ebb
GM
1282001-03-27 Gerd Moellmann <gerd@gnu.org>
129
607ec83c
GM
130 * xdisp.c (try_window_reusing_current_matrix) <scrolling up>:
131 Give up if matrix starts in an ellipsis.
132 (init_from_display_pos): Do nothing if POS doesn't specify
133 a dpvec_index but the iterator has such a position.
134
0245398f
GM
135 * xdisp.c (init_from_display_pos): Remove unwarranted assertion.
136
aba25348
GM
137 * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's
138 x/y position is (0, 0) after destroying the menu bar, restore
139 its original position.
140
4bde0ebb
GM
141 * xdisp.c (in_ellipses_for_invisible_text_p): New function.
142 (init_from_display_pos): Use it.
143 (try_window_reusing_current_matrix): Don't use cursor_row_p.
144
8cdb267e
GM
1452001-03-26 Gerd Moellmann <gerd@gnu.org>
146
147 * xdisp.c (try_window_id): Undo last change.
148
9948db79
EZ
1492001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
150
151 * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
152
153 * buffer.c (syms_of_buffer): Doc fix.
154
2eddf899
GM
1552001-03-26 Gerd Moellmann <gerd@gnu.org>
156
157 * xfaces.c (x_update_menu_appearance): Use local variable
158 popup_path for setting font resources.
159
6c145d35
EZ
1602001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
161
6a65b1b5
EZ
162 * frame.c (Fframe_list): Don't reference tip_frame if
163 HAVE_WINDOW_SYSTEM is not defined.
164
6c145d35
EZ
165 * emacs.c (main): Update the copyright year. From Werner LEMBERG
166 <wl@gnu.org>.
167
d74c1900
GM
1682001-03-25 Gerd Moellmann <gerd@gnu.org>
169
20fbd925
GM
170 * xdisp.c (init_from_display_pos): Test invisible property
171 with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
172
927c5b3b
GM
173 * xdisp.c (redisplay_internal) <update one window>: Make sure
174 last_arrow_position and last_arrow_string are set.
175
d74c1900
GM
176 * frame.c (Fframe_list): Don't return a tooltip frame.
177
091f8878
GM
1782001-03-23 Gerd Moellmann <gerd@gnu.org>
179
43c09969
GM
180 * xdisp.c (mark_window_display_accurate_1): New function,
181 extracted from mark_window_display_accurate. Compute
182 BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED,
183 BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
184 (mark_window_display_accurate): Use it.
185 (redisplay_internal): Use it for the selected window.
186 (redisplay_internal): Avoid duplicate mark_window_display_accurate
187 for the selected frame.
188
ac90c44f
GM
189 * xdisp.c Use make_number, for readability.
190 (try_window_id): Disable rows below the window end.
191 (try_window_reusing_current_matrix): Use cursor_row_p.
192 (try_window_reusing_current_matrix) <scrolling up>: Fix disabling
193 of rows.
194 (init_from_display_pos): If POS specifies a position in a display
195 vector, maybe get the iterator set up for that ellipsis.
43c09969 196
091f8878
GM
197 * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2.
198
991786dd
EZ
1992001-03-23 Eli Zaretskii <eliz@is.elta.co.il>
200
201 * xmenu.c: Include widget.h only if USE_X_TOOLKIT is defined.
202
6c29b43c
GM
2032001-03-23 Gerd Moellmann <gerd@gnu.org>
204
205 * xfaces.c (x_update_menu_appearance): Use a different path
206 for Lucid popup menus.
207
d8731202
SM
2082001-03-22 Stefan Monnier <monnier@cs.yale.edu>
209
210 * xterm.c (note_mouse_highlight): Dec the int, not the Lisp_Object.
211
212 * xdisp.c (init_iterator): Check WINDOWP before using XWINDOW.
213 (string_buffer_position): Use `make_number'.
214
f61a541b
GM
2152001-03-22 Gerd Moellmann <gerd@gnu.org>
216
3c9e997b
GM
217 * xfaces.c (x_update_menu_appearance): Renamed from
218 x_set_menu_face_resources. Use different resources for popups.
219
220 * lisp.h (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
221 (GC_CHECK_STRING_BYTES): Don't define.
222
364cd450
GM
223 * xfaces.c (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]:
224 Removed, together with subroutines.
225 (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function.
d8731202 226 (realize_basic_faces) [USE_X_TOOLKIT]: Call x_set_menu_face_resources.
364cd450 227
d8731202
SM
228 * dispextern.h (x_set_menu_resources_from_menu_face):
229 Remove prototype.
364cd450 230
d8731202 231 * xmenu.c (update_frame_menubar, set_frame_menubar, xmenu_show):
364cd450
GM
232 Remove calls to x_set_menu_resources_from_menu_face.
233
d8731202
SM
234 * xfaces.c (xm_set_menu_resources_from_menu_face):
235 Remove #ifndef LESSTIF_VERSION.
f61a541b
GM
236
237 * xmenu.c: Include widget.h.
238 (single_submenu): Return int. Some cleanup.
239 (set_frame_menubar): Call x_set_menu_resources_from_menu_face.
240
140330de
GM
2412001-03-21 Gerd Moellmann <gerd@gnu.org>
242
243 * xterm.c (x_update_window_end): Handle overwritten mouse face
244 also for tool bar windows.
245 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
246 DRAW is DRAW_IMAGE_RAISED.
247
1741905c
GM
2482001-03-20 Gerd Moellmann <gerd@gnu.org>
249
fa88947e
GM
250 * print.c (syms_of_print): Doc fixes.
251
1741905c
GM
252 * fns.c (Fmd5): Doc fix.
253
ade0bee1
GM
2542001-03-19 Gerd Moellmann <gerd@gnu.org>
255
357e7376
GM
256 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
257 Clear area of the frame not occupied by the scroll bar.
258
c2c097cc
GM
259 * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the
260 tip frame's root window buffer to *tip* right after creating
261 the frame.
262
ade0bee1
GM
263 * xdisp.c (highlight_trailing_whitespace): Glyphs whose object
264 is an integer don't have to be for space characters.
265
88c6e37e
GM
2662001-03-16 Gerd Moellmann <gerd@gnu.org>
267
268 * indent.c (current_column, current_column_1, Fmove_to_column)
269 (compute_motion): Handle characters from display vectors
270 differently.
271
c62eed76
KH
2722001-03-15 Kenichi Handa <handa@etl.go.jp>
273
274 * xterm.c (x_draw_glyph_string): Draw relief (if any) before
275 drawing glyph string.
276
c899e7e6
GM
2772001-03-15 Gerd Moellmann <gerd@gnu.org>
278
d0bbfc99
GM
279 * keyboard.c (timer_check): Preserve the value of deactivate-mark.
280 (command_loop_1): Undo last change.
281
03d1a189
GM
282 * xterm.c (fast_find_position): Return the correct vpos.
283
c899e7e6
GM
284 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is
285 non-null, set a per-buffer value in BUF instead of the current
286 buffer.
287 (swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
288 Call store_symval_forwarding with BUF null.
289 (set_internal): Call store_symval_forwarding with the BUF
290 parameter passed to set_internal. Formerly, the value was always
291 set in the current buffer; the buffer recorded in specbind for
292 this case wasn't used.
293 (arith_driver): Reindent.
294
295 * buffer.c (swap_out_buffer_local_variables): Call
296 store_symval_forwarding with BUF null.
297
298 * lisp.h (store_symval_forwarding): Change prototype.
299
300 * eval.c (specbind): Call store_symval_forwarding with BUF null.
301
57ac7c81
GM
3022001-03-14 Gerd Moellmann <gerd@gnu.org>
303
697617d9
GM
304 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add
305 FOR_DELETION. Avoid resizing the mini-window of the selected
306 frame if FOR_DELETION is set.
307 (Fselect_frame, Fhandle_switch_frame, Fdelete_frame)
308 (Fmake_frame_invisible): Change calls to do_switch_frame for new
309 signature.
310
311 * window.c (Fset_window_configuration): Change call to
312 do_switch_frame to new format.
313
314 * keyboard.c (quit_throw_to_read_char): Change call to
315 do_switch_frame to new format.
316
317 * lisp.h (do_switch_frame): Change prototype.
318
819dce0f
GM
319 * frame.c (Fframe_parameters): In the `buffer-list' frame
320 parameter, store the buffer list of FRAME, not the list of the
321 selected frame.
322
57ac7c81
GM
323 * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
324 box just because the glyph row's full_width_p flag is set.
325
65008712
GM
3262001-03-14 Eli Zaretskii <eliz@is.elta.co.il>
327
328 * xdisp.c (highlight_trailing_whitespace): On character terminals,
329 skip the padding blanks inserted in extend_face_to_end_of_line,
330 before checking for trailing whitespace.
331
159cf431
GM
3322001-03-13 Gerd Moellmann <gerd@gnu.org>
333
19b2bb80
GM
334 * xmenu.c (popup_activate_callback, popup_deactivate_callback):
335 Remove special handling for LessTif/Motif.
336 (toplevel): Don't include Xm/Xm.h.
337
afcdc0a1
GM
338 * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove
339 workaround code for LessTif; it doesn't work anymore.
340
2564ea1b 341 * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
57ac7c81 342 Xm/ScrollBarP.h.
afcdc0a1 343
23442ae4
GM
344 * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't
345 access private scroll bar data; it's no longer necessary with
346 contemporary LessTif.
347
9faaaa52
GM
348 * xfaces.c (xm_set_menu_resources_from_menu_face): Change
349 #if 0 to #ifndef LESSTIF_VERSION.
350
159cf431
GM
351 * xmenu.c (xmenu_show) [LESSTIF_VERSION]: Take out the code
352 removing button grabs.
353
c6f7429a
KH
3542001-03-13 Kenichi Handa <handa@etl.go.jp>
355
cb82d767
KH
356 * fontset.c (syms_of_fontset): Describe highlight-wrong-size-font
357 and clip-large-size-font as obsolete.
358
c6f7429a
KH
359 * lread.c (read_multibyte): Check the validity of multibyte
360 sequence. If invalid, return the first byte.
361
760cefb5
GM
3622001-03-12 Gerd Moellmann <gerd@gnu.org>
363
364 * keyboard.c (command_loop_1): Set Vdeactivate_mark to nil
365 before running the command; timer functions or process
366 filters may have set it.
367
5141f9d0
EZ
3682001-03-12 Eli Zaretskii <eliz@is.elta.co.il>
369
370 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
371 Doc fix.
372
b6a15240
GM
3732001-03-12 Gerd Moellmann <gerd@gnu.org>
374
375 * xrdb.c (x_load_resources) [USE_MOTIF]: Remove extraneous arg
376 to sprintf.
377
95522746
GM
3782001-03-09 Gerd Moellmann <gerd@gnu.org>
379
db14cfc5
GM
380 * dispextern.h (string_buffer_position): Add prototype.
381
382 * xdisp.c (string_buffer_position, display_prop_string_p)
383 (single_display_prop_string_p): New functions.
384
385 * xterm.c (note_mouse_highlight): If there's no help-echo on
386 a string, look at the buffer text ``under'' it.
387
388 * keyboard.c (make_lispy_event): Add string info to the event,
389 analogous to what's done on mode lines.
390 (read_key_sequence): For a click on a string, consider `local-map'
391 and `keymap' of that string.
392
3cfd8357
GM
393 * keyboard.c (make_lispy_event, make_lispy_movement): Adjust
394 calls to buffer_posn_from_coords to new format.
395
396 * dispextern.h (buffer_posn_from_coords): Adjust prototype.
397
398 * dispnew.c (buffer_posn_from_coords): Add parameters OBJECT and
399 POS; return void.
400
95522746
GM
401 * fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
402 flags argument to emacs_open; it seems to conflict with O_EXCL.
403
898a399d
KH
4042001-03-09 Kenichi Handa <handa@etl.go.jp>
405
28cd4910
KH
406 * composite.h (struct composition): Change types of members;
407 glyph_len to unsigned, width to unsigned short.
898a399d 408
4cdf6a6c
AI
4092001-03-08 Andrew Innes <andrewi@gnu.org>
410
411 * w32menu.c (add_menu_item): Fix problems with using ownerdraw for
412 menu titles.
413
129004d3
GM
4142001-03-08 Gerd Moellmann <gerd@gnu.org>
415
221dd3e7
GM
416 * xdisp.c (handle_display_prop): Use it->w->buffer as object,
417 instead of nil.
418
5de7c6f2
GM
419 * xterm.c (note_mouse_highlight): Handle mouse-face and
420 help-echo in strings.
421 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
422 (fast_find_string_pos): New function.
423
424 * xdisp.c (handle_face_prop, face_before_or_after_it_pos)
425 (display_string): Call face_at_string_position with new
426 parameter.
427
428 * xfaces.c (face_at_string_position): Add parameter MOUSE_P.
429 Handle `mouse-face'.
430
431 * dispextern.h (face_at_string_position): Change prototype.
432
e1fbabaf
GM
433 * dired.c (directory_files_internal): Handle EAGAIN more
434 efficiently.
435
129004d3
GM
436 * keyboard.c (make_lispy_event): Avoid generating drag events
437 if the mouse hasn't actually moved to another buffer position.
438
80c8ab8c
DL
4392001-03-08 Dave Love <fx@gnu.org>
440
129004d3 441 * eval.c (syms_of_eval) <debug-on-error>: Doc fix.
80c8ab8c 442
989521fd
GM
4432001-03-08 Gerd Moellmann <gerd@gnu.org>
444
445 * process.c (Fset_process_window_size): Fix a typo.
446
bb5c338d
KH
4472001-03-08 Kenichi Handa <handa@etl.go.jp>
448
449 * coding.c (detect_coding_sjis): Do more rigid check.
450 (detect_coding_big5): Likewise.
451 (decode_coding_sjis_big5): Likewise.
452 (Fdetect_coding_region): Call detect_coding_system with tailing
453 anchor byte `\0' for more rigid detection.
a1b12fe9
KH
454 (detect_coding_mask): Fix the incorrect handling of arg
455 MULTIBYTEP.
bb5c338d
KH
456 (Fdetect_coding_string): Likewise.
457
8b8f9197
SM
4582001-03-07 Stefan Monnier <monnier@cs.yale.edu>
459
460 * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is
461 a string before extracting its data.
462
3bdf2660
GM
4632001-03-07 Gerd Moellmann <gerd@gnu.org>
464
465 * window.c (Frecenter): Rewrite code handling negative values
466 of ARG on graphical frames.
467
4682001-03-07 Eli Zaretskii <a34785@is.elta.co.il>
469
470 * window.c (displayed_window_lines): If W->start is outside the
471 accessible portion of the buffer, call start_display with BEGV or
472 ZV instead of W->start.
473
471f86b9
GM
4742001-03-07 Gerd Moellmann <gerd@gnu.org>
475
2ab62c6c
GM
476 * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.
477
471f86b9
GM
478 * process.c (Fset_process_filter): Don't crash if the input
479 file descriptor of PROCESS is closed.
480 (Fset_process_window_size): Likewise.
481
101922c3
GM
4822001-03-06 Kenichi Handa <handa@etl.go.jp>
483
484 * xterm.c (XTflash): Make the timeout of select shorter, and call
485 select repeatedly until the desired time expires.
486
45d051a7
GM
4872001-03-06 Gerd Moellmann <gerd@gnu.org>
488
489 * w32fns.c (Fx_create_frame): Clear Vwindow_list.
490
491 * xfns.c (Fx_create_frame): Clear Vwindow_list.
492
493 * lisp.h (Vwindow_list): Declare extern.
494
8f372c46
EZ
4952001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
496
497 * dispnew.c (syms_of_display) <glyph-table>: Doc fix.
498
f16a7aa5
GM
4992001-03-06 Gerd Moellmann <gerd@gnu.org>
500
157ae273
GM
501 * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps
502 to detect a case where we have to highlight a different region
503 despite not having left the currently highlighted region.
504 Set mouse_face_overlay in the x_display_info.
45d051a7 505 (x_term_init): Initialize the x_display_info's mouse_face_overlay.
157ae273
GM
506
507 * xterm.h (struct x_display_info): Add mouse_face_overlay.
508
509 * buffer.c (mouse_face_overlay_overlaps): New function.
510
511 * lisp.h (mouse_face_overlay_overlaps): Add prototype.
512 (Qmouse_face): Declare extern.
513
f16a7aa5
GM
514 * xdisp.c (redisplay_internal): Set windows_or_buffers_changed
515 if face_change_count is non-zero.
516
827afcac
KH
5172001-03-06 Kenichi Handa <handa@etl.go.jp>
518
519 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the case
520 that the source is unibyte.
521
14c7242e
DL
5222001-03-05 Dave Love <fx@gnu.org>
523
827afcac 524 * xterm.c (XTmouse_position): Fix typo.
14c7242e 525
c28b847b
GM
5262001-03-05 Gerd Moellmann <gerd@gnu.org>
527
528 * minibuf.c (read_minibuf): Clean up the binding stack if
529 called noninteractively.
530
b86644f2
KH
5312001-03-05 Kenichi Handa <handa@etl.go.jp>
532
533 * coding.c (syms_of_coding): Docstring modified.
534
203682cc 5352001-03-05 Kenichi Handa <handa@etl.go.jp>
b86644f2
KH
536
537 * charset.c (char_to_string): If a single byte char has modifier
538 bits that can't be reflected to the character code, ignore them
45d051a7 539 instead of signaling an error.
b86644f2 540
e30bd7b7
EZ
5412001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
542
543 * s/msdos.h: Update copyright notice.
544
545 * dosfns.h: Update copyright notice.
546
547 * dosfns.c: Update copyright notice.
548
549 * msdos.c: Update copyright notice.
550
b52b65bd
GM
5512001-03-02 Gerd Moellmann <gerd@gnu.org>
552
553 * xterm.c (glyph_rect): New function.
554 (XTmouse_position): Use it to raise the threshold for mouse
555 movement event generation.
556
53c4b1e6
EZ
5572001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
558
559 * msdos.c (Fmsdos_remember_default_colors): If default-frame-alist
560 specifies (reverse . t), reverse the initial screen colors.
561 (IT_set_frame_parameters): If the property is foreground-color,
562 but we are reversing the colors, set bg_set, not fg_set. Likewise
563 for setting background-color and reversing: set fg_set. Set
564 unspecified-fg and unspecified-bg correctly when (reverse . t) is
565 in effect.
566
567 * xfaces.c (Finternal_set_lisp_face_attribute)
568 [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
569 parameters alist.
570
f964b4d7
GM
5712001-03-02 Gerd Moellmann <gerd@gnu.org>
572
ef53d75e
GM
573 * fileio.c (Fexpand_file_name): Collapse sequences of slashes
574 to a single slash in the middle of file names.
575
cda0f4da
GM
576 * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
577 Accept only alphanumeric time zone names.
578
f964b4d7
GM
579 * xterm.c (XTset_vertical_scroll_bar): Don't clear a zero height
580 or width area.
581 (XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure
582 a widget to zero height.
583
c3c45f65
GM
5842001-03-01 Gerd Moellmann <gerd@gnu.org>
585
586 * window.c (Fwindow_end): Call move_it_past_eol only if
587 ending up on a partially visible line.
588
028d739a
DL
5892001-03-01 Dave Love <fx@gnu.org>
590
591 * ccl.c (Fccl_execute): Doc fix.
592
57c5889c
GM
5932001-03-01 Gerd Moellmann <gerd@gnu.org>
594
35f59f6b
GM
595 * xfns.c (Fx_create_frame): Adjust the frame's height for presence
596 of the tool bar before calling x_figure_window_size.
597
f84ff02c
GM
598 * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
599 NULL after destroying it, otherwise XTread_socket can access a
600 destroyed widget when input is unblocked.
601
8b8f9197 602 * xfns.c (x_set_foreground_color): Set the background of the cursor GC.
420f628c 603
57c5889c
GM
604 * xfns.c (x_set_font): Handle case of x_new_fontset returning the
605 same name as before, although there was a change in fontsets.
606
224227d1
KR
6072001-02-28 Ken Raeburn <raeburn@gnu.org>
608
4560730a
KR
609 * lisp.h (Fframe_parameter): Declare.
610
224227d1 611 * window.c (set_window_buffer): Field vscroll is an int, not a
57c5889c 612 Lisp_Object.
224227d1 613
ece93c02
GM
6142001-02-28 Gerd Moellmann <gerd@gnu.org>
615
11ef99b9
GM
616 * xterm.c (x_set_window_size): Don't use `None' with widgets; use
617 NULL instead.
618
619 * xfns.c (Fx_hide_tip): Don't use `None' with widgets; use
620 NULL instead.
621
ece93c02
GM
622 * alloc.c (toplevel): Include process.h.
623 (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
624 MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
625 (allocate_vectorlike): Make it a static function. Add parameter TYPE.
626 (allocate_vector, allocate_hash_table, allocate_window)
627 (allocate_frame, allocate_process, allocate_other_vector): New
628 functions.
629 (Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
630 (mark_maybe_pointer): New function.
631 (mark_memory): Also mark Lisp data to which only pointers
632 remain and not Lisp_Objects.
633 (min_heap_address, max_heap_address): New variables.
634 (mem_find): Return MEM_NIL if START is below min_heap_address or
635 above max_heap_address.
636 (mem_insert): Compute min_heap_address and max_heap_address.
637
638 * process.c (make_process): Use allocate_process.
639
640 * frame.c (make_frame): Use allocate_frame.
641
642 * window.c (make_window, make_dummy_parent): Use allocate_window.
643 (Fcurrent_window_configuration): Use allocate_other_vector.
644
645 * lisp.h (allocate_vectorlike): Remove prototype.
646 (allocate_vector, allocate_other_vector, allocate_frame)
647 (allocate_window, allocate_process, allocate_hash_table):
648 Add prototypes.
649
650 * fns.c (Fdelete, larger_vector): Use allocate_vector.
651 (make_hash_table, copy_hash_table): Use allocate_hash_table.
652
063af457
KH
6532001-02-27 Kenichi Handa <handa@etl.go.jp>
654
655 * coding.c (ccl_coding_driver): If ccl->eight_bit_control is zero,
656 treat the produced bytes as a valid multibyte sequence.
657
658 * ccl.c (CCL_WRITE_MULTIBYTE_CHAR): New macro.
659 (ccl_driver) <CCL_WriteMultibyteChar2>: Use
660 CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
661 <ccl_finish>: Set ccl->eight_bit_control properly.
662
663 * ccl.h (struct ccl_program): New member eight_bit_control.
664
f58c6494
SM
6652001-02-26 Stefan Monnier <monnier@cs.yale.edu>
666
667 * keymap.c (Faccessible_keymaps): Pass `is_metized' to
668 accessible_keymaps_char_table.
669 (accessible_keymaps_char_table): Obey `is_metized'.
670 (where_is_internal, Fwhere_is_internal): Don't confuse int and
671 Lisp_Object.
672
c596c392
GM
6732001-02-26 Gerd Moellmann <gerd@gnu.org>
674
675 * dispnew.c: Check HAVE_TERM_H before including term.h.
676
425de386
AI
6772001-02-24 Andrew Innes <andrewi@gnu.org>
678
679 * makefile.w32-in: Update copyright notice.
680
2ba11bbd
SM
6812001-02-24 Stefan Monnier <monnier@cs.yale.edu>
682
683 * keymap.c (where_is_internal): Accept non-ascii integer prefixes.
684
66c56ed1
KH
6852001-02-24 Kenichi Handa <handa@etl.go.jp>
686
4c1593ce
KH
687 * Makefile.in (lisp): Add international/utf-8.elc.
688
66c56ed1
KH
689 * fontset.c (Fnew_fontset): Fix handling of the case that an
690 element of FONTLIST is a cons of family and registry.
691
796ead7e
JR
6922001-02-23 Jason Rumney <jasonr@gnu.org>
693
694 * w32fns.c (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES
695 to height unconditionally.
696
697 * w32term.c (x_set_glyph_string_background_width): Extend the
698 background face to the end of the drawing area in the text area,
699 only.
700 (x_insert_glyphs): Call window_box_left to obtain the left
701 x-coordinate of the area to shift.
702
703 * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook with
704 safe_run_hooks.
705
f6839838
AI
7062001-02-22 Andrew Innes <andrewi@gnu.org>
707
708 * makefile.nt ($(BLD)\dired.obj): Remove reference to VMS header
709 files.
710 ($(BLD)\dispnew.obj):
711 ($(BLD)\editfns.obj):
712 ($(BLD)\fileio.obj):
713 ($(BLD)\filelock.obj):
714 ($(BLD)\keyboard.obj):
715 ($(BLD)\w32proc.obj):
716 ($(BLD)\process.obj):
717 ($(BLD)\sysdep.obj): Ditto.
718
719 * makefile.w32-in ($(BLD)/dired.$(O)): Remove reference to VMS
720 header files.
721 ($(BLD)/dispnew.$(O)):
722 ($(BLD)/editfns.$(O)):
723 ($(BLD)/fileio.$(O)):
724 ($(BLD)/filelock.$(O)):
725 ($(BLD)/keyboard.$(O)):
726 ($(BLD)/w32proc.$(O)):
727 ($(BLD)/process.$(O)):
728 ($(BLD)/sysdep.$(O)): Ditto.
729
c224f70b
GM
7302001-02-22 Gerd Moellmann <gerd@gnu.org>
731
51695746
GM
732 * xdisp.c (forward_to_next_line_start): When taking the shortcut
733 at the start of the function, check that the \n in it->c is
734 from the iterator's current position.
735
a61b7058
GM
736 * xdisp.c (handle_single_display_prop): Add parameter
737 DISPLAY_REPLACED_BEFORE_P. If it is non-zero ignore display
738 properties which replace the display of text with something else.
739 (handle_display_prop): Call handle_single_display_prop with
740 additional argument saying if we already replaced text display
741 with something else. Use AREF.
742 (with_echo_area_buffer_unwind_data, display_menu_bar)
743 (decode_mode_spec_coding): Use AREF and ASIZE.
744
3473f362
GM
745 * vms-pp.c, vmsdir.h, vmsmap.c, vmsproc.h, vms-pp.trans, vmsfns.c,
746 * vmspaths.h, vmstime.c, vms-pwd.h, vmsgmalloc.c, vmsproc.c,
747 * vmstime.h: Files removed.
748
2bb58df3
GM
749 * unexencap.c, unexfx2800.c: Files removed.
750
c224f70b
GM
751 * dispnew.c (direct_output_for_insert): Give up if we are showing
752 a message or just cleared the message because we might need to
753 resize the echo area window or display an empty echo area.
754
ffc9ff0c
GM
7552001-02-21 Gerd Moellmann <gerd@gnu.org>
756
0528abe1
GM
757 * xdisp.c (redisplay_internal): Do the
758 mark_window_display_accurate after all windows have been
759 redisplayed because this call resets flags in buffers which are
760 needed for proper redisplay.
761
ffc9ff0c
GM
762 * keyboard.c, minibuf.c, lread.c, fns.c, eval.c: Use
763 display_hourglass_p, start_hourglass, cancel_hourglass instead of
764 the old names.
765
766 * w32term.h (struct x_output): Rename busy_cursor to
767 hourglass_cursor, busy_window to hourglass_window, busy_p to
768 hourglass_p.
769
770 * msdos.h (struct x_output): Rename busy_window to
771 hourglass_window, busy_p to hourglass_p.
772
773 * xterm.h (struct x_output): Rename busy_cursor to
774 hourglass_cursor, busy_window to hourglass_window, busy_p to
775 hourglass_p.
776
777 * xfns.c: Rename everything containing *busy_cursor* and similar
778 to *hourglass*.
779 (syms_of_w32fns): Rename x-busy-pointer-shape to
780 x-hourglass-pointer-shape, display-busy-cursor to
781 display-hourglass, busy-cursor-delay to hourglass-delay.
782
783 * w32fns.c: Rename everything containing *busy_cursor* and similar
784 to *hourglass*.
785 (syms_of_w32fns): Rename x-busy-pointer-shape to
786 x-hourglass-pointer-shape, display-busy-cursor to
787 display-hourglass, busy-cursor-delay to hourglass-delay.
788
789 * xterm.c (XTread_socket): Test x_output's hourglass_p instead
790 of its busy_p flag.
791
792 * dispextern.h (start_hourglass, cancel_hourglass)
793 (display_hourglass_p): Renamed from *busy_cursor*.
794
ab2c5f0a
GM
7952001-02-20 Gerd Moellmann <gerd@gnu.org>
796
d17e49a8
GM
797 * keyboard.c (read_char): When an event from unread-command-events
798 is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
799
fa97adf6
GM
800 * window.c (Fwindow_end): Handle case that WINDOW's buffer is not
801 equal to the current buffer.
802
ab2c5f0a
GM
803 * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to
804 nil, otherwise we're left with truncate_lines t when a message
805 is printed with message-truncate-lines bound to t.
806
aeac019e
GM
8072001-02-19 Gerd Moellmann <gerd@gnu.org>
808
c8bc6f65
GM
809 * window.c (Fmove_to_window_line): Undo last change.
810 (displayed_window_lines): Call line_bottom_y to determine
811 the line's bottom position.
812
813 * dispextern.h (line_bottom_y): Add prototype.
814
815 * xdisp.c (line_bottom_y): New function extracted from
816 pos_visible_p.
817 (pos_visible_p): Use it.
818
980a2d69
GM
819 * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and
820 set redisplaying_p to 0 here instead of in Frecursive_edit.
821 (Frecursive_edit): Don't bind `inhibit-redisplay' and don't
822 set redisplaying_p.
823
184d2372
GM
824 * xdisp.c (Qinhibit_menubar_update, inhibit_menubar_update):
825 New variables.
826 (syms_of_xdisp): Initialize new variables.
827 (update_menu_bar): Do nothing if inhibit_menubar_update is set.
828 Specbind `inhibit-menubar-update' when updating the menu bar.
829
65048e97
GM
830 * xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
831 safe_run_hooks.
832
833 * xdisp.c (update_menu_bar): Run activate-menu-bar-hook with
834 safe_run_hooks.
835
a57c4026
GM
836 * emacs.c (malloc_initialize_hook): Handle case thet `environ'
837 is null.
838
aeac019e
GM
839 * ralloc.c (__morecore) [!SYSTEM_MALLOC]: Move declaration
840 to the start of the file.
841
76846b31
GM
8422001-02-16 Gerd Moellmann <gerd@gnu.org>
843
f3f053f3 844 * window.c (set_window_buffer): Fix last change.
25237df5 845
f3f053f3
GM
846 * window.c (set_window_buffer): Set window's vscroll to 0.
847
dad75588
GM
848 * window.c (coordinates_in_window): Increase width of area
849 where the vertical line can be dragged.
850
c220b753
GM
851 * xterm.c (x_set_glyph_string_background_width): Extend the
852 background face to the end of the drawing area in the text
853 area, only.
854
c56b1c1b
GM
855 * xdisp.c (handle_single_display_prop): Set iterator's position
856 to where the `display' property starts, like for images.
857 (dump_glyph): New function.
858 (dump_glyph_row): Use it. Dump info about marginal areas.
859
860 * dispnew.c (direct_output_for_insert): Recognize more cases where
861 glyphs can be written instead of being inserted.
862
863 * xterm.c (x_insert_glyphs): Call window_box_left to obtain
864 the left x-coordinate of the area to shift.
865
76846b31
GM
866 * dired.c (directory_files_internal): Set result list to nil
867 before retrying.
868
0fc71a77
KH
8692001-02-15 Kenichi Handa <handa@etl.go.jp>
870
871 * ccl.c (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
872 invalid multibyte sequence, treat *SRC as a character of
873 eight-bit-graphic.
874
25078b54
EZ
8752001-02-15 Eli Zaretskii <eliz@is.elta.co.il>
876
877 * textprop.c (Fset_text_properties): Doc fix.
878
8399f8a0
GM
8792001-02-15 Gerd Moellmann <gerd@gnu.org>
880
881 * dispnew.c (update_text_area): Undo change of 2001-01-12.
882
9a2a6f73
DL
8832001-02-14 Dave Love <fx@gnu.org>
884
885 * coding.c: Doc and message fixes.
886
bf853fee
AI
8872001-02-14 Andrew Innes <andrewi@gnu.org>
888
889 * w32fns.c (w32_wnd_proc) <WM_GETMINMAXINFO>: Allow resizing the
890 Emacs frame above the screen size.
891
78c663d8
GM
8922001-02-14 Gerd Moellmann <gerd@gnu.org>
893
894 * xdisp.c (reseat_1): Set iterator's end_charpos to ZV.
895
7cc9f69f
GM
8962001-02-13 Gerd Moellmann <gerd@gnu.org>
897
0a411995
GM
898 * insdel.c (del_range_1, del_range_byte, del_range_both): Handle
899 case that TO ends up beyond ZV after running before-change-functions.
900
5ddc1b75
GM
901 * window.c (window_loop) <GET_BUFFER_WINDOW>: Prefer to return
902 the selected window if it is showing the buffer in question.
903
7cc9f69f
GM
904 * dired.c (directory_files_internal): Initialize errno.
905 (toplevel): Include errno.h.
906
2e6621ca
GM
9072001-02-13 Kenichi Handa <handa@etl.go.jp>
908
909 * xfaces.c (best_matching_font): New parameter width_ratio.
910 Multiply avgwidth by width_ratio.
911 (choose_face_font): Call best_matching_font with width_ratio
912 calculated from the column width of C.
913
60222d69
AI
9142001-02-12 Andrew Innes <andrewi@gnu.org>
915
916 The following changes are to draw box lines inside characters area
917 if line-width is negative.
918
919 * w32term.c (x_produce_image_glyph): Pay attention to the case that
920 face->box_line_width is negative.
921 (x_produce_stretch_glyph): Likewise.
922 (x_produce_glyphs): Likewise.
923 (x_estimate_mode_line_height): Likewise.
924 (x_draw_glyph_string_background): Likewise.
925 (x_draw_glyph_string_foreground): Likewise.
926 (x_draw_composite_glyph_string_foreground): Likewise.
927 (x_draw_glyph_string_box): Likewise.
928 (x_draw_image_foreground): Likewise.
929 (x_draw_image_relief): Likewise.
930 (x_draw_image_foreground_1): Likewise.
931 (x_draw_image_glyph_string): Likewise.
932
9804b846
KH
9332001-02-09 Kenichi Handa <handa@etl.go.jp>
934
935 The following changes are to draw box lines inside characters area
936 if line-width is negative.
937
938 * xterm.c (x_produce_image_glyph): Pay attention to the case that
939 face->box_line_width is negative.
940 (x_produce_stretch_glyph): Likewise.
941 (x_produce_glyphs): Likewise.
942 (x_estimate_mode_line_height): Likewise.
943 (x_draw_glyph_string_background): Likewise.
944 (x_draw_glyph_string_foreground): Likewise.
945 (x_draw_composite_glyph_string_foreground): Likewise.
946 (x_draw_glyph_string_box): Likewise.
947 (x_draw_image_foreground): Likewise.
948 (x_draw_image_relief): Likewise.
949 (x_draw_image_foreground_1): Likewise.
950 (x_draw_image_glyph_string): Likewise.
951
952 * xfaces.c (Finternal_set_lisp_face_attribute): The value of :box
953 and :line-width can be negative.
954 (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be
955 negative.
956
49be9f70
JR
9572001-02-09 Jason Rumney <jasonr@gnu.org>
958
959 * w32term.c (w32_encode_char): Treat eight bit graphic and control
960 characters the same as ASCII and latin-1.
961 (x_display_and_set_cursor): Check for the focus frame's selected
962 window instead of selected_window.
963 (x_after_update_window_line): Don't clear if frame's internal
964 border width is zero.
965 (x_new_font): Don't change a tooltip's size.
966 (w32_initialize): Set char_ins_del_ok to 1.
967
968 * w32fns.c (Fx_show_tip): Fix calls to make_number.
969 (x_set_font): If font hasn't changed, avoid recomputing
970 faces and other things.
971 (x_set_tool_bar_lines): Do nothing if frame is
972 minibuffer-only,
973 (Fx_create_frame): Add the tool bar height to the frame
974 height.
975 (x_create_tip_frame): Prevent changing the tooltip's
976 background color by specifying a color for the default font
977 in .Xdefaults.
978 (Qcancel_timer): New variable.
979 (syms_of_w32fns): Initialize and staticpro it.
980 (Fx_hide_tip, Fx_show_tip): Use it.
981 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
982 the timer.
983 (toplevel): Lisp code for generating parts of syms_of_w32fns removed.
984
985 * w32.c (init_environment): Duplicate local string before putenv.
986
555e35d2
SZ
9872001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
988
989 * charset.c (Fstring): A typo.
990
19c92c94
KH
9912001-02-09 Kenichi Handa <handa@etl.go.jp>
992
e47a1c33
KH
993 * charset.c (Fstring): If all arguments are less than 256, return
994 a unibyte string.
995
996 * editfns.c (Fchar_to_string): If CHARACTER is less than 256,
997 return a unibyte string.
998
19c92c94
KH
999 * coding.c (code_convert_region): After detecting a coding, if
1000 nothing found, set coding->composing to COMPOSITION_NO.
1001 (decode_coding_string): Likewise.
1002
d8e675f5
SM
10032001-02-08 Stefan Monnier <monnier@cs.yale.edu>
1004
1005 * w32term.c (w32_set_scroll_bar_thumb): Use `double' for `range'
1006 to avoid overflow.
1007
bd503487
KH
10082001-02-07 Kenichi Handa <handa@etl.go.jp>
1009
1010 * charset.c (parse_str_to_multibyte): New function.
1011
1012 * charset.h (parse_str_to_multibyte): Extern it.
1013
1014 * print.c (print_string): If we are going to print a unibyte
1015 string into a multibyte buffer, convert the string to multibyte by
1016 str_to_multibyte.
1017
a8370d72
AI
10182001-02-06 Andrew Innes <andrewi@gnu.org>
1019
1020 * w32xfns.c (select_palette): Do nothing if palette hasn't yet
1021 been created. It seems we can get sent window messages such as
1022 WM_ERASEBKGND before we properly update a frame.
1023
c363a1d6
GM
10242001-02-06 Gerd Moellmann <gerd@gnu.org>
1025
1026 * dispnew.c (update_frame_line): Rename parameter FRAME to F.
1027 Avoid some unnecessary cursor positioning.
1028
a08332c0
GM
10292001-02-05 Gerd Moellmann <gerd@gnu.org>
1030
1031 * xfaces.c (split_font_name): Compute numeric value of
1032 XLFD_AVGWIDTH.
1033 (LFACE_AVGWIDTH): New macro.
1034 (LFACEP): Use AREF.
1035 (check_lface_attrs): Check LFACE_AVGWIDTH.
1036 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
1037 (set_lface_from_font_name): Set LFACE_AVGWIDTH.
1038 (merge_face_vectors): Check LFACE_AVGWIDTH.
1039 (Finternal_make_lisp_face): Use AREF.
1040 (xm_set_menu_resources_from_menu_face)
1041 (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH.
1042 (Finternal_lisp_face_empty_p): Use AREF.
1043 (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH.
1044 (better_font_p, exact_face_match_p): Add parameter AVGWIDTH.
1045 Compare average widths..
1046 (best_matching_font): Arrange for comparing average widths.
1047
1048 * dispextern.h (enum lface_attribute_index): Add
1049 LFACE_AVGWIDTH_INDEX (invisible from Lisp).
1050
5cb3c8d4
DL
10512001-02-05 Dave Love <fx@gnu.org>
1052
1053 * puresize.h: Revert last change following loadup.el change.
1054
193fba87
AI
10552001-02-05 Andrew Innes <andrewi@gnu.org>
1056
1057 * makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in
1058 invocation of temacs, to work with Windows 2000.
1059 (bootstrap-emacs): Ditto.
1060
e16f52ce
GM
10612001-02-05 Gerd Moellmann <gerd@gnu.org>
1062
7a58ab59
GM
1063 * xterm.c (x_display_and_set_cursor): Check for the focus
1064 frame's selected window instead of selected_window.
1065
e89aaabd
GM
1066 * xdisp.c (try_scrolling): If point is in the line below the
1067 window, make sure to move the iterator at least a canonical
1068 char height down.
1069
e16f52ce
GM
1070 * window.c (Fmove_to_window_line): Don't add 1 if window is
1071 vscrolled.
1072
789ce875
KH
10732001-02-05 Kenichi Handa <handa@etl.go.jp>
1074
1075 * ccl.c (CCL_WRITE_CHAR): Check if CH is valid or not. If
1076 invalid, execute CCL_INVALID_CMD.
1077 (ccl_driver): If the CCL program is terminated because of
1078 CCL_STAT_INVALID_CMD, copy the remaining source data to the
1079 destination instead of throwing them away.
1080
20b28f82
GM
10812001-02-02 Gerd Moellmann <gerd@gnu.org>
1082
79fb38c0
GM
1083 * xfns.c (x_set_font): If font hasn't changed, avoid recomputing
1084 faces and other things.
1085
20b28f82
GM
1086 * xdisp.c (get_next_display_element): Fix case of empty
1087 display table entry.
1088
5a72551e
EZ
10892001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
1090
eb24d0bf
EZ
1091 * editfns.c (Fconstrain_to_field): Doc fix.
1092
6a3f48c7
EZ
1093 * xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
1094 into `thoroughly', to make it consistent with the doc string.
1095
5a72551e
EZ
1096 * window.c (Fenlarge_window, Fshrink_window): Doc fix.
1097
01acdb05
GM
10982001-02-01 Gerd Moellmann <gerd@gnu.org>
1099
0353b28f
GM
1100 * search.c (search_buffer): Call set_search_regs with a byte
1101 position, not a character position.
1102
01acdb05
GM
1103 * xfns.c (x_set_tool_bar_lines): Do nothing if frame is
1104 minibuffer-only,
1105
e86b5133
EZ
11062001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1107
1108 * frame.c (Fmodify_frame_parameters): Doc fix.
1109
7442878f
GM
11102001-01-31 Gerd Moellmann <gerd@gnu.org>
1111
01acdb05
GM
1112 * frame.h (EMACS_FRAME_H_INCLUDED): Use an include blocker
1113 identifier which is not reserved by Standard C.
1114
7442878f
GM
1115 * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
1116
1117 * window.c (enum window_part): New enumeration.
1118 (Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and
1119 Qright_bitmap_area.
1120 (coordinates_in_window): Return an enumerator from enum
1121 window_part. Fix handling of right scroll bar.
1122 (Fcoordinates_in_window_p): Doc fix. Return `left-fringe' and
1123 `right-fringe' instead of `left-bitmap-area' and
1124 `right-bitmap-area'. Use enumerators from enum window_part
1125 instead of hard-coded integers.
1126 (check_window_containing, window_from_coordinates): Use
1127 enumerators from enum window_part instead of hard-coded integers.
1128 (syms_of_window): Replace Qleft_bitmap_area and
1129 Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
1130
7c132cba
EZ
11312001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1132
1133 * editfns.c (Fformat_time_string): Doc fix.
1134
c359dd9e
SM
11352001-01-31 Stefan Monnier <monnier@cs.yale.edu>
1136
1137 * keymap.c (Fwhere_is_internal): Use the first valid binding
1138 if no ascii binding is found (when firstonly is t).
1139
ce070307
GM
11402001-01-31 Gerd Moellmann <gerd@gnu.org>
1141
b4f30ec5
GM
1142 * window.c (Fscroll_right, Fscroll_left): Use interactive_p
1143 instead of Finteractive_p.
1144
1145 * lisp.h (interactive_p): Add prototype.
1146
1147 * eval.c (interactive_p): New function.
1148 (Finteractive_p): Use it.
1149
ce070307
GM
1150 * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop.
1151
f57b6e64
DL
11522001-01-31 Dave Love <fx@gnu.org>
1153
d61c7afe
DL
1154 * .gdbinit (hook-run): Define to run xreload.
1155
f57b6e64
DL
1156 * textprop.c (Fset_text_properties): Fix newline in doc string.
1157
eef93f99
GM
11582001-01-30 Gerd Moellmann <gerd@gnu.org>
1159
1160 * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp): Use
1161 DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
1162
1163 * dispextern.h (Vtool_bar_button_margin:): Declare extern.
1164 (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF)
1165 (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
1166
1167 * xfns.c (Fx_create_frame): Add the tool bar height to the frame
1168 height.
1169
d9c1f6f9
DL
11702001-01-30 Dave Love <fx@gnu.org>
1171
1172 * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
1173 AFTER_POTENTIAL_GC.
1174
e8f044a0
GM
11752001-01-29 Gerd Moellmann <gerd@gnu.org>
1176
1177 * bytecode.c (Fbyte_code) <Bcurrent_column>: Add
1178 BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
1179
8e1db7b3
EZ
11802001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
1181
1182 * textprop.c (Fset_text_properties): Doc fix.
1183
4eefd9d2
GM
11842001-01-29 Gerd Moellmann <gerd@gnu.org>
1185
1186 * xdisp.c (forward_to_next_line_start): Remove xassert.
1187
fccb8288
EZ
11882001-01-29 Jason Rumney <jasonr@gnu.org>
1189
4eefd9d2 1190 * w32term.c (x_draw_row_bitmaps): Delay obtaining HDC to avoid
fccb8288
EZ
1191 returning without releasing it.
1192
76581eab
KH
11932001-01-29 Kenichi Handa <handa@etl.go.jp>
1194
1195 * w32fns.c (w32_font_match): Allocate three more bytes to regex
1196 for '^', '$', and '\0'.
1197
83a96b4d
AC
11982001-01-28 Andrew Choi <akochoi@i-cable.com>
1199
5604ec34
AC
1200 * fontset.c (fontset_pattern_regexp): Allocate three more bytes to
1201 regex for '^', '$', and '\0'.
1202
83a96b4d
AC
1203 * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
1204 only if current_sblock has been initialized.
1205
1206 * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial
1207 terminal frame even if it is the only visible frame.
1208
c09a6440
KH
12092001-01-28 Kenichi Handa <handa@etl.go.jp>
1210
1211 * fontset.c (font_family_registry): Even if FONTNAME conform to
1212 XLFD, if it specifies other fields than family and registry,
1213 return FONTANME. New argument FORCE if nonzero cancel that
1214 feature.
1215 (fontset_font_pattern): Call font_family_registry with FORCE 1 for
1216 a signle byte character. Don't set FAMILY part to nil here. It
1217 is handled by the caller choose_face_font.
1218 (Fnew_fontset): Call font_family_registry with FORCE 0.
1219 (Fset_fontset_font): Likewise.
1220
4dcd74e6
GM
12212001-01-27 Gerd Moellmann <gerd@gnu.org>
1222
1223 * xdisp.c (display_line): Don't treat a newline as fitting
1224 on the line.
1225
d2906bf8
GM
12262001-01-26 Gerd Moellmann <gerd@gnu.org>
1227
0130fe1a
GM
1228 * window.c (size_window): Set the window's orig_top to nil when
1229 changing heights, so that a future shrink_mini_window won't
1230 restore a bogus height.
1231
550f0e6a
GM
1232 * frame.c (do_switch_frame): If selected frame has a mini-window,
1233 resize that to exact size.
1234
b7b20fbd
GM
1235 * dispnew.c (adjust_glyph_matrix): Always clear desired matrices.
1236
a47b7816
GM
1237 * xdisp.c (display_line): Simplify check for glyphs fitting
1238 entirely in the line.
1239
d2906bf8
GM
1240 * xfns.c (xic_style): New variable.
1241 (create_frame_xic): Move static variable to global scope for
550f0e6a 1242 the case that `static' gets defined away.
d2906bf8 1243
73df2b1e
KH
12442001-01-26 Kenichi Handa <handa@etl.go.jp>
1245
1246 * coding.c (decode_coding): Set a flag for inhibiting
1247 inconsistent eol.
1248 (code_convert_region): Always set saved_coding_symbol.
1249 (decode_coding_string): Likewise. Update coding->symbol when we
1250 encounter a inconsistent eol by the same way as
1251 code_convert_region.
1252
6613cfc4
GM
12532001-01-25 Gerd Moellmann <gerd@gnu.org>
1254
c5e6e06b
GM
1255 * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of
1256 XClearArea.
1257
1258 * xterm.c (x_after_update_window_line): Don't clear if frame's
1259 internal border width is zero.
1260 (x_clear_area): New function.
1261 (x_after_update_window_line, x_clear_end_of_line)
1262 (x_scroll_bar_create, x_scroll_bar_set_handle)
1263 (XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
1264 instead of XClearArea.
1265
1266 * xterm.h (x_clear_area): Add prototype.
1267
6613cfc4
GM
1268 * xfns.c (Fx_file_dialog): Remove a workaround for Lesstif
1269 which doesn't seem necessary anymore with Lesstif 0.92.
1270
650cc6cc
DL
12712001-01-25 Dave Love <fx@gnu.org>
1272
34ac3367
DL
1273 * puresize.h (BASE_PURESIZE): Up to 720000.
1274
650cc6cc
DL
1275 * keymap.c (Fwhere_is_internal): Declare gcpro3, gcpro4.
1276
5e37dc22
GM
12772001-01-25 Gerd Moellmann <gerd@gnu.org>
1278
e1e441f9
GM
1279 * xdisp.c (echo_area_display): Don't call redisplay_internal
1280 when Emacs is shutting down. We can't run hooks etc. that
1281 would be necessary to do a redisplay.
1282
5e37dc22
GM
1283 * lread.c (read_integer): Use type EMACS_INT instead of int.
1284
0fb94c7f
EZ
12852001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1286
1287 * ccl.c (ccl_driver): Fix last change.
1288
e3778624
KH
12892001-01-25 Kenichi Handa <handa@etl.go.jp>
1290
1291 * ccl.h (sturct ccl_program): New member suppress_error.
1292
bb264518 1293 * ccl.c (ccl_driver): If ccl->suppress_error is nonzero, don't
e3778624
KH
1294 insert error message to the output.
1295 (setup_ccl_program): Initialize ccl->suppress_error to 0.
1296
1297 * coding.h (struct coding_system): New member suppress_error.
1298
1299 * coding.c (ccl_coding_driver): Setup ccl->suppress_error.
1300 (Fset_terminal_coding_system_internal): Set the member
1301 suppress_error to 1.
1302 (Fset_safe_terminal_coding_system_internal): Likewise.
1303
245ed2b1
SM
13042001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1305
1306 * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
1307 as if it was a `charset'.
1308
f9aaedb6
GM
13092001-01-24 Gerd Moellmann <gerd@gnu.org>
1310
1311 * keymap.c (Fwhere_is_internal): Don't nreverse the cached
1312 value in where_is_cache; the next lookup in the cache returns
1313 something bogus if we do.
1314
c3902c3e
EZ
13152001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1316
1317 * xdisp.c (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
1318 if HAVE_WINDOW_SYSTEM isn't defined.
1319
3497f73e
GM
13202001-01-24 Gerd Moellmann <gerd@gnu.org>
1321
e7e41584
GM
1322 * fns.c (sweep_weak_table): Fix code taking items out of
1323 the hash collision chain. Some cleanup.
1324
3497f73e
GM
1325 * xterm.c (x_new_font): Don't change a tooltip's size.
1326
1327 * xfns.c (x_create_tip_frame): Prevent changing the tooltip's
1328 background color by specifying a color for the default font
1329 in .Xdefaults.
1330
3d48e687
KH
13312001-01-24 Kenichi Handa <handa@etl.go.jp>
1332
96531b20
KH
1333 * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as
1334 a workaround for SunOS 4's cc.
1335 (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
1336 (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
1337 (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
1338 statement.
3d48e687 1339
a30629d2
GM
13402001-01-23 Gerd Moellmann <gerd@gnu.org>
1341
1342 * xterm.c (x_set_window_size_1): New function extracted from
1343 x_set_window_size.
1344 (x_set_window_size): Use it.
1345 (x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
1346 doesn't have a widget, like tooltips.
1347
5a43decf
EZ
13482001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1349
1350 * window.c (syms_of_window) <scroll-preserve-screen-position>: Doc
1351 fix.
1352
b0e98867
KH
13532001-01-23 Kenichi Handa <handa@etl.go.jp>
1354
1355 * fns.c (Fset_char_table_default): Fix to make sub char-table
1356 correctly.
1357
50606b4c
GM
13582001-01-22 Gerd Moellmann <gerd@gnu.org>
1359
cb2ddc53 1360 * xdisp.c (build_desired_tool_bar_string): Make sure we have
a30629d2 1361 a desired tool bar string, even if there are no tool bar
cb2ddc53
GM
1362 items.
1363
57c28064
GM
1364 * xdisp.c (Ftool_bar_lines_needed): New function.
1365 (syms_of_xdisp): Defsubr it.
1366
50606b4c
GM
1367 * editfns.c (Fformat): Don't extend text properties from arguments
1368 to padding chars in the result.
1369
2f169c38
EZ
13702001-01-20 Eli Zaretskii <eliz@is.elta.co.il>
1371
1372 * s/msdos.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
1373
0f32f023
AI
13742001-01-20 Andrew Innes <andrewi@gnu.org>
1375
1376 * w32term.c (w32_ring_bell): Only support visible bell on w32
1377 frames.
1378 (w32_initialize): Don't set term hooks that aren't actually needed
1379 in windowed mode.
1380
1381 * xfaces.c (realize_default_face):
1382 (realize_face):
1383 (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
1384
1385 * xdisp.c (handle_single_display_prop): Remove references to
1386 FRAME_W32_CONSOLE_P.
1387
1388 * dispnew.c (Fredraw_frame): Remove reference to
1389 FRAME_W32_CONSOLE_P.
1390
1391 * frame.h (output_method): Remove output_w32_console method.
1392 (FRAME_W32_CONSOLE_P): Remove macro.
1393
1394 * frame.c (Qw32_console): Remove variable.
1395 (Fframep): Remove references to it.
1396 (syms_of_frame): Ditto.
1397 (Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
1398
1399 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
1400 redefinition.
1401
7173eada
KH
14022001-01-20 Kenichi Handa <handa@etl.go.jp>
1403
1404 * editfns.c (Fformat): Use lisp_string_width instead of strwidth.
1405
755b45ce
AI
14062001-01-19 Andrew Innes <andrewi@gnu.org>
1407
1408 * w32.c (init_environment): Add a version-independent site-lisp
1409 directory to EMACSLOADPATH, after the version dependent one.
1410
0a949811
GM
14112001-01-19 Gerd Moellmann <gerd@gnu.org>
1412
8501998a
GM
1413 * editfns.c (Fbuffer_substring): Doc fix.
1414
0a949811
GM
1415 * xdisp.c (message_dolog, message2, message2_nolog): Rename
1416 parameter LEN to NBYTES.
1417
e6ebcbbe
KH
14182001-01-19 Kenichi Handa <handa@etl.go.jp>
1419
200ecca2
KH
1420 * charset.c (strwidth): Use c_string_width.
1421 (c_string_width): New function.
1422 (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES.
1423 Caller changed.
1424
1425 * charset.h (c_string_width, lisp_string_width): Extern them.
1426
1427 * doprnt.c (doprnt1): Get byte length of Lisp string correctly.
1428
e6ebcbbe
KH
1429 * indent.c (check_composition): Check validity of composition.
1430
200ecca2
KH
1431 * xdisp.c (store_frame_title): Pay attention to width of non-ASCII
1432 characters by calling c_string_width.
1433 (x_consider_frame_title): Get byte length of frame tile string
1434 correctly.
1435 (display_mode_element): Pay attention to width of non-ASCII
1436 characters by calling strwidth.
1437
8692ca92
GM
14382001-01-18 Gerd Moellmann <gerd@gnu.org>
1439
8962e303
GM
1440 * xfns.c (Qcancel_timer): New variable.
1441 (syms_of_xfns): Initialize and staticpro it.
1442 (Fx_hide_tip, Fx_show_tip): Use it.
1443 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
1444 the timer.
1445 (toplevel): Lisp code for generating parts of syms_of_xfns removed.
1446
91523be9
GM
1447 * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
1448
1449 * window.h (WINDOW_LIVE_P): New macro.
1450
b0b7ed0e
GM
1451 * window.c (window_size_fixed): New variable.
1452 (syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for
1453 the doc string.
1454
06bccf8e
GM
1455 * eval.c (specbind): If binding a per-buffer variable which
1456 doesn't have a buffer-local value in the current buffer, change
1457 the global value by changing the value of the symbol bound in all
1458 buffers not having their own value, to make it consistent with
1459 what happens with other buffer-local variables.
1460
8692ca92
GM
1461 * xterm.c (x_initialize): Set char_ins_del_ok to 1.
1462
1463 * xdisp.c (forward_to_next_line_start): Stop at end of buffer
1464 when searching for a newline.
1465
bb3a3b50
KH
14662001-01-18 Kenichi Handa <handa@etl.go.jp>
1467
1468 * xdisp.c (display_string): Fix previous change.
1469
c2cc16fa
JR
14702001-01-18 Jason Rumney <jasonr@gnu.org>
1471
1472 * w32term.c (x_produce_stretch_glyph): Only use Qspace when
1473 GLYPH_DEBUG is defined.
1474 (x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't
1475 true for images with `:ascent 100'.
1476 (x_set_mouse_face_gc): If the last used mouse face has gone in the
1477 meantime, use face MOUSE_FACE_ID.
1478 If first glyph isn't a character glyph, use the ASCII NUL
1479 character to determine the face.
1480 (expose_area): Do not treat left margin specially.
1481 (note_mode_line_highlight): If no local_map, check global keymap.
1482 (note_mouse_highlight): Initialize overlay.
1483 (clear_mouse_face): Don't return if tip_frame is
1484 non-nil.
1485 (show_scroll_bars): Remove unused function.
1486 (w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil.
1487 (x_draw_bar_cursor): Remove extra test for out of bounds cursor.
1488 Clip to row.
1489 (x_erase_phys_cursor): Don't apply XWINDOW to variable that may be
1490 nil.
1491 (x_free_frame_resources): Unload relief colors.
1492
9c11f79e
GM
14932001-01-17 Gerd Moellmann <gerd@gnu.org>
1494
3aec8722
GM
1495 * xdisp.c (forward_to_next_line_start): Avoid calling
1496 get_next_display_element when the newline is already found. This
1497 may change the iterator's position, when its current position is
1498 equal to the iterator's stop_charpos.
1499
f3ffc2c3
GM
1500 * dispnew.c (direct_output_for_insert): If char_ins_del_ok is
1501 zero, use this method only at the end of a line.
1502
a86110a8
GM
1503 * xfaces.c (x_face_list_fonts): Don't BLOCK_INPUT around the
1504 call to x_list_fonts. Call x_list_fonts with SIZE -1 only
1505 if SCALABLE_FONTS_P is set.
1506
d26d6fd9
GM
1507 * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
1508 so that scalable fonts are included.
1509
9c11f79e
GM
1510 * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0,
1511 In the cache, use a key containing the information if scalable
1512 fonts are included.
1513 (x_load_font): Adapt to change of keys in the font cache.
1514
15152001-01-17 Kim F. Storm <storm@filanet.dk>
1516
d26d6fd9
GM
1517 * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of
1518 XListFonts to take advantage of font caching.
1519
9c11f79e
GM
1520 * xterm.c (x_list_fonts): Ensure caching font information when
1521 called for a null frame, which is the case frequently when Emacs
1522 starts.
1523
51446987
GM
15242001-01-17 Gerd Moellmann <gerd@gnu.org>
1525
f864120f
GM
1526 * xfns.c (QCconversion): Replaces QCalgorithm.
1527
1528 * w32fns.c (QCconversion): Replaces QCalgorithm. Update copyright.
1529
1530 * xdisp.c (build_desired_tool_bar_string): Use :conversion instead
1531 of :algorithm.
1532
e37d1417
GM
1533 * xdisp.c (redisplay_tool_bar): Change tool bar's height when
1534 not everything could be displayed.
1535
51446987
GM
1536 * line.h, x-list-font.c: Files removed because unused.
1537
9ad4f3e5
AI
15382001-01-17 Andrew Innes <andrewi@gnu.org>
1539
1540 * dired.c (directory_files_internal): Convert result from readdir
1541 to a unibyte string initially, to avoid possible misinterpretation
1542 of some bytes as the internal form of Emacs characters.
1543
2eda09b5
KH
15442001-01-17 Kenichi Handa <handa@etl.go.jp>
1545
1546 * fns.c (concat): Be sure to avoid putting the same `composition'
1547 property on the adjacent regions.
1548
826f3788
GM
15492001-01-16 Gerd Moellmann <gerd@gnu.org>
1550
f251459d
GM
1551 * window.c (Fset_window_hscroll): Don't set window's min_hscroll
1552 here.
1553 (Fscroll_right, Fscroll_left): Set it here instead, if called
1554 interactively.
1555
d57b83b3
GM
1556 * buffer.c (Fset_buffer_modified_p): Set buffer's
1557 prevent_redisplay_optimizations_p flag.
1558
826f3788
GM
1559 * dispnew.c, callproc.c, fns.c, keyboard.c, process.c, sunfns.c,
1560 * sysdep.c, vmsproc.c, xselect.c: Call
1561 redisplay_preserve_echo_area with additional arg.
1562
1563 * dispextern.h, lisp.h (redisplay_preserve_echo_area): Change
1564 prototype.
1565
1566 * xdisp.c (redisplay_preserve_echo_area): Add parameter
1567 FROM_WHERE, for debugging.
1568
261d788b
KH
15692001-01-16 Kenichi Handa <handa@etl.go.jp>
1570
1571 * ccl.c (Fregister_ccl_program): Handle the return value of
1572 resolve_symbol_ccl_program correctly.
bda6b481
KH
1573 (CCL_Extension): Fix typo (originally CCL_Extention). Caller
1574 changed.
261d788b 1575
bccee4f2
GM
15762001-01-15 Gerd Moellmann <gerd@gnu.org>
1577
e4ded23c
GM
1578 * xterm.c (x_set_mouse_face_gc): If the last used mouse face
1579 has gone in the meantime, use face MOUSE_FACE_ID.
1580
ae24cb3b
GM
1581 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: If
1582 x_display_info_for_display returns null, don't try to close
1583 the display; we didn't open it.
1584
bccee4f2
GM
1585 * dispnew.c (save_or_restore_current_matrices): Function removed.
1586 (save_current_matrix, restore_current_matrix): New functions.
1587 (adjust_frame_glyphs_for_frame_redisplay): Use them to save and
1588 restore the frame's current matrix. Due to the glyph pointer
1589 setup done in adjust_glyph_matrix, there is no easy way to make
1590 saving the current matrix in the desired matrix generally correct,
1591 so don't try it.
1592
ebeccffa
KH
15932001-01-15 Kenichi Handa <handa@etl.go.jp>
1594
1595 * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by
1596 truncation glyphs.
1597 (display_line): Optimize for wide characters.
e4ded23c 1598 (display_string): Don't try to display a multi-column character
ebeccffa
KH
1599 partially. On ttys, produce more than one truncation glyph for
1600 multi-column characters that don't fit on the line.
1601
64388126
KH
16022001-01-13 Kenichi Handa <handa@etl.go.jp>
1603
1604 * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define
1605 it instead of WORDS_BIGENDIAN. Caller changed.
1606
8edb0a6f
JR
16072001-01-13 Jason Rumney <jasonr@gnu.org>
1608
1609 * w32fns.c (Fimage_size, image_ascent, lookup_image)
1610 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec)
1611 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
1612 (tiff_format, gif_format, gs_format): Adapt to change of image
1613 margins.
1614
1615 * w32term.c (x_produce_image_glyph, x_draw_image_foreground)
1616 (x_draw_image_relief, x_draw_image_foreground_1)
1617 (x_draw_image_glyph_string): Adapt to change of image margins.
1618
1619 * w32.c (init_environment, sys_shutdown, sys_pipe): Remove unused
1620 variables.
1621
1622 * w32bdf.c (search_file_line, get_cached_font_char)
1623 (cache_char_offset, create_offscreen_bitmap): Remove unused variables.
1624
1625 * w32inevt.c (w32_console_toggle_lock_key): Add parentheses.
1626
1627 * w32fns.c (x_to_w32_color, x_set_icon_name, xlfd_strip_height)
1628 (w32_list_synthesized_fonts, lookup_image, Fx_file_dialog)
1629 (Fw32_send_sys_command): Remove unused variables.
1630 (w32_msg_pump): Add parentheses.
1631
1632 * w32term.c (w32_fill_rect, w32_read_socket, x_bitmap_icon)
1633 (x_new_fontset, x_calc_absolute_position, x_iconify_frame):
1634 Add parentheses.
1635
4956d1ef
GM
16362001-01-12 Gerd Moellmann <gerd@gnu.org>
1637
b30623be
GM
1638 * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin.
1639 (build_desired_tool_bar_string): Handle Vtool_bar_button_margin
1640 being a pair of margins.
1641 (syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins
1642 to DEFVAR_LISP. Extend doc.
1643
1644 * xfns.c (Fimage_size, image_ascent): Adapt to the change of image
1645 margins.
1646 (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
1647 pair of integers `(X . Y)', use X for the horizontal and Y for the
1648 vertical margin.
1649 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
1650 (parse_image_spec): Check it.
1651 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
1652 (tiff_format, gif_format, gs_format): Use
1653 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
1654
1655 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
1656 (x_draw_image_relief, x_draw_image_foreground_1)
1657 (x_draw_image_glyph_string): Adapt to the change of image margins.
1658
1659 * dispextern.h (struct image): Replace member `margin' with
1660 `hmargin' and `vmargin'.
1661
4554cc79
GM
1662 * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
1663 and GLYPHS.
1664
1665 * dispnew.c (update_text_area): Put code which decrements the
1666 stop position when the row's face extends to the end of the
3bffc665 1667 line in #if 0.
4554cc79 1668
3cccce8d
GM
1669 * xfns.c (x_set_mouse_color): Fix color allocation.
1670
4956d1ef
GM
1671 * keyboard.c: Call get_local_map with new argument list.
1672
1673 * intervals.c (get_local_map): Change TYPE to Lisp_Object.
1674
1675 * intervals.h (enum map_property): Removed.
1676 (get_local_map): Change prototype.
1677
1678 * keymap.c: Call get_local_map with new argument list.
1679 (Fwhere_is_internal): Rename parameter XKEYMAP to KEYMAP.
1680
2c2ff7f2
GM
16812001-01-11 Gerd Moellmann <gerd@gnu.org>
1682
a23887b9
GM
1683 * xdisp.c (build_desired_tool_bar_string): Correct the computation
1684 of the size needed for the tool bar string. For the last image,
1685 use a `display' property that reaches to the end of the string.
1686
a7ee2d2e
GM
1687 * xselect.c (selection_request_dpyinfo): New variable.
1688 (x_handle_selection_request): Set it.
1689 (x_selection_request_lisp_error): Don't call
1690 x_decline_selection_request if selection request's display has
1691 been closed.
1692
2c2ff7f2
GM
1693 * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do
1694 the unregister_colors before calling XFreeColors.
1695
457b792c
GM
16962001-01-10 Dave Love <fx@gnu.org>
1697
1698 * Makefile.in (${etc}DOC): Depend on ${shortlisp} and
1699 ${SOME_MACHINE_LISP}, not ${lisp}.
1700
c1efd260
GM
17012001-01-10 Gerd Moellmann <gerd@gnu.org>
1702
a98b5ed9 1703 * xdisp.c (display_line): On ttys, produce more than one
4554cc79 1704 truncation glyph for multi-column characters that don't fit on the
a98b5ed9
GM
1705 line.
1706
ac95a621
GM
1707 * xselect.c (x_reply_selection_request): Add a comment.
1708
c1efd260
GM
1709 * xfns.c (Fx_backspace_delete_keys_p): Use XkbGetMap and
1710 XkbGetNames instead of XkbGetKeyboard.
1711
1bfb1345
DL
17122001-01-10 Dave Love <fx@gnu.org>
1713
1714 * sysdep.c (random): Revert the declaration.
1715
38119822
GM
17162001-01-09 Gerd Moellmann <gerd@gnu.org>
1717
35f464a7
GM
1718 * lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call
1719 function string_bytes.
1720 (GC_CHECK_STRING_BYTES): Moved here from alloc.c.
1721
1722 * alloc.c (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
1723 (check_sblock, string_bytes) [GC_CHECK_STRING_BYTES]: New functions.
1724 (check_string_bytes) [GC_CHECK_STRING_BYTES]: Add parameter ALL_P.
1725 (allocate_string) [GC_CHECK_STRING_BYTES]: Always check strings in
1726 the current sblock.
1727 (mark_object) [GC_CHECK_STRING_BYTES]: Use CHECK_STRING_BYTES.
1728 (gc_sweep) [GC_CHECK_STRING_BYTES]: Call check_string_bytes
1729 after sweeping strings, and at the end.
1730 (GC_CHECK_STRING_BYTES): Moved to lisp.h.
1731
38119822
GM
1732 * alloc.c (Fgarbage_collect): Use a record_unwind_protect to
1733 ensure that pop_message is called.
1734
1735 * keyboard.c (Fexecute_extended_command): Use a
1736 record_unwind_protect to ensure that pop_message is called.
1737
1738 * lisp.h (push_message_unwind): Add prototype.
1739
1740 * xdisp.c (push_message_unwind): New function.
1741
1742 * fileio.c (do_auto_save_unwind): Do the pop_message here
1743 instead of in Fdo_auto_save.
1744 (Fdo_auto_save): Don't call pop_message.
1745
f47a9ec4
KR
17462001-01-08 Ken Raeburn <raeburn@gnu.org>
1747
1748 * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I
1749 in inner block.
1750
a758f97d
GM
17512001-01-08 Gerd Moellmann <gerd@gnu.org>
1752
6d0afc03
GM
1753 * window.c (window_scroll_pixel_based): Adjust glyph matrices
1754 when increasing window's vscroll.
1755
a758f97d
GM
1756 * macros.c (Qkbd_macro_termination_hook): New variable.
1757 (syms_of_macros): Initialize and staticpro it.
1758 (pop_kbd_macro): Run kbd-macro-termination-hook.
1759
1760 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
1761
1bfb1345 17622001-01-07 Dave Love <fx@gnu.org>
64d4ec0f
DL
1763
1764 * keyboard.c (Fread_key_sequence_vector): Avoid newline in
1765 arglist, for documentation's sake.
1766
0dac6924
AI
17672001-01-06 Andrew Innes <andrewi@gnu.org>
1768
1769 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
1770 of *.pdb.
1771
8182406a
AI
17722001-01-05 Andrew Innes <andrewi@gnu.org>
1773
1774 * term.c (update_end): Don't check updating_frame; for some reason
1775 this can be 0 sometimes, such as after dismissing a popup menu,
1776 and isn't necessary given the explicit frame argument.
1777
3828218c
GM
17782001-01-05 Gerd Moellmann <gerd@gnu.org>
1779
1780 * sysdep.c: Don't prototype srandom; it takes an unsigned argument
1781 on some systems, and an unsigned long on others, like FreeBSD 4.1.
1782
2f5ded21
GM
17832001-01-04 Gerd Moellmann <gerd@gnu.org>
1784
1785 * xterm.c (clear_mouse_face): Don't return if tip_frame is
1786 non-nil.
1787
1788 * xfns.c (x_create_tip_frame): Preserve the value of
1789 face_change_count around the creation of the tip frame.
1790
1791 * xfns.c (last_show_tip_args): New variable.
1792 (compute_tip_xy): New function.
1793 (Fx_show_tip): Reuse an existing tip frame, if possible.
1794 (syms_of_xfns): Initialize and staticpro last_show_tip_args.
1795
dfad65fa
DL
17962001-01-04 Dave Love <fx@gnu.org>
1797
64d4ec0f
DL
1798 * editfns.c (Fformat): Doc fix.
1799
dfad65fa
DL
1800 * systime.h (set_file_times): Prototype.
1801
1802 * widget.h (EmacsFrameSetCharSize_): Prototype.
1803
1804 * sysdep.c (random, srandom): Declare explicitly.
1805
1806 * dispextern.h (move_it_vertically_backward): Declare.
1807
85fe3b5e
GM
18082001-01-04 Gerd Moellmann <gerd@gnu.org>
1809
0f2ac578
GM
1810 * xfns.c (x_create_tip_frame): Call face-set-after-frame-default,
1811 like in Fx_create_frame.
1812
482cca61
GM
1813 * xfaces.c (set_font_frame_param): Don't do anything for
1814 non-graphical frames.
1815
85fe3b5e
GM
1816 * window.c (Fdelete_other_windows): Set window's window_end_valid
1817 to nil when changing the window's start. Don't change the
1818 window's start when its top position hasn't changed. If we do,
1819 this will set the window's optional_new_start, which act's like a
1820 force_start during redisplay with C-x 1 M-> under particular
1821 circumstances (see report from Per Starback to emacs-pretest-bug
1822 from 2000-12-13.).
1823
3e99d3b4
GM
18242001-01-03 Gerd Moellmann <gerd@gnu.org>
1825
a77dc1ec
GM
1826 * xdisp.c (forward_to_next_line_start): Reset it->c if taking the
1827 short cut at the start of the function. Add an assertion.
1828 (reseat_at_next_visible_line_start): Add an assertion.
1829
2f3cad6c
GM
1830 * window.c (Frecenter): When changing the window start, set the
1831 window's window_end_valid to nil.
1832 (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
1833
1834 * dispextern.h (move_it_past_eol): Add prototype.
1835
1836 * xdisp.c (move_it_past_eol): New function.
1837
3e99d3b4
GM
1838 * window.c (Fwindow_end): Doc fix.
1839
18402001-01-03 Dave Love <fx@gnu.org>
1841
1842 * dired.c (Ffile_attributes): Fix last change, removing BSD4_3
1843 kluge.
1844
bafb434c
GM
18452001-01-03 Gerd Moellmann <gerd@gnu.org>
1846
1847 * xdisp.c (try_window_reusing_current_matrix): Fix bug setting
1848 the enabled_p flag of the glyph row at window_end_vpos to 0.
1849 (handle_single_display_prop): Fix last change.
1850
5297fb00
RS
18512001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1852
1853 * window.c (Frecenter): Doc fix.
1854
13d6a61c
AI
18552001-01-02 Andrew Innes <andrewi@gnu.org>
1856
1857 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
1858
1859 * frame.h (output_method): Add output_w32_console method.
1860 (FRAME_W32_CONSOLE_P): New macro.
1861
1862 * frame.c (make_terminal_frame) [WINDOWSNT]: Make terminal frames
1863 use output_w32_console method.
1864 (Qw32_console): New Lisp_Object.
1865 (Fframep): Return it.
1866 (syms_of_frame): Init it.
1867 (Fframe_parameters): Report w32console as font for w32_console
1868 frames.
1869
1870 * xfaces.c (realize_default_face): Set face foreground and
1871 background to unspecified for w32_console frames.
1872 (realize_face): Realize face cache for w32_console frames.
1873 (realize_tty_face): Accept w32_console frames.
1874
1875 * xdisp.c (handle_single_display_prop): Return if frame is
1876 w32_console.
1877 (init_iterator) [WINDOWSNT]: Initialize frame face cache if
1878 necessary, even if running interactively.
1879
1880 * dispnew.c (Fredraw_frame): Call set_terminal_modes for
1881 w32_console frames.
1882
1883 * w32term.c (x_update_begin):
1884 (x_update_end):
1885 (x_clear_frame):
1886 (x_ins_del_lines):
1887 (x_change_line_highlight):
1888 (x_delete_glyphs):
1889 (w32_ring_bell):
1890 (x_update_begin):
1891 (x_update_end):
1892 (w32_reassert_line_highlight):
1893 (w32_frame_rehighlight):
1894 (w32_frame_raise_lower): Do nothing if not w32 frame.
1895
1896 * w32xfns.c (get_frame_dc): Abort if called on a non-w32 frame.
1897
1898 * w32fns.c (Fx_display_color_cells): Determine correct value, when
1899 system doesn't tell us directly.
1900 (Fx_display_visual_class): Implement properly.
1901
d6bb0c0d
GM
19022001-01-02 Gerd Moellmann <gerd@gnu.org>
1903
1904 * window.c (Frecenter): Handle centering in graphical frames
1905 specially. Centering on the basis of line counts doesn't work
1906 reliably with variable-height lines.
1907
315f5865
EZ
19082001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1909
1910 * widget.c (EmacsFrameSetCharSize): Remove unused variables `ac'
1911 and al[].
1912
1913 * composite.c (run_composition_function): Remove unused variable
1914 `val'.
1915 (update_compositions): Remove unused variable `hook'.
1916
1917 * intervals.c (get_local_map): Remove unused variable `tem'.
1918
1919 * doprnt.c (doprnt1): Remove unused variable `size'.
1920
1921 * fns.c (Flength): Remove unused variable `tail'.
1922 (Fdelete): Remove unused variable `size'.
1923
1924 * editfns.c (Ftranspose_regions): Remove unused variables `gcpro1'
1925 and `gcpro2'.
1926
1927 * doc.c (Fsnarf_documentation): Remove unused variables `fun' and
1928 `tem'.
1929
1930 * data.c (find_symbol_value): Remove extra 3rd argument in the
1931 call to swap_in_symval_forwarding.
1932
1933 * undo.c (Fprimitive_undo): Remove unused block-scope variable
1934 `end'.
1935
1936 * search.c (shrink_regexp_cache): Remove unused variable `cpp'.
1937 (trivial_regexp_p): Remove unused variable `c'.
1938 (boyer_moore): Remove unused variable `k'.
1939
1940 * indent.c (current_column): Remove unused variable `stopchar'.
1941 (Fcompute_motion): Remove unused variable `contin'.
1942
1943 * casefiddle.c (casify_object): Remove unused variable `tolen'.
1944
1945 * dired.c (directory_files_internal): Fix a typo in a comment.
1946 Remove an unused variable `handler'.
1947 (file_name_completion): Remove unused function-scope variable
1948 `dp'.
1949 (Ffile_attributes) <dirname, sdir>: Make declarations conditioned
1950 on BSD4_2.
1951
1952 * fileio.c (e_write): Remove unused variable
1953 `require_encoding_p'.
1954
1955 * marker.c (Fmarker_position): Remove unused variables `pos', `i',
1956 and `buf'.
1957 (Fmarker_insertion_type): Remove unused variable `buf'.
1958
1959 * insdel.c (make_gap): Remove unused variable `result'.
1960
1961 * keyboard.c (record_char): Remove unused function-scope variable
1962 `help'.
1963 (kbd_buffer_get_event): Remove unused block-scope variable `idx'.
1964 (menu_bar_items): Remove unused function-scope variable `tem'.
1965
1966 * fontset.c (fontset_ref): Remove unused variable `i'.
1967 (fontset_set): Remove unused variables `j' and `tmp'.
1968 (make_fontset): Remove unused variables `i', `j', `elt' and
1969 `base_elt'.
1970 (make_fontset_for_ascii_face): Remove unused variable `name'.
1971 (fs_load_font): Remove unused variable `font_idx'.
1972 (fs_query_fontset): Remove unused function-local variable
1973 `fontset'.
1974 (list_fontsets): Remove unused variable `tail'.
1975 (Fnew_fontset): Remove unused variables `family' and `registry'.
1976 (accumulate_font_info): Remove unused variable `tmp'.
1977 (Ffontset_font): Remove unused variable `id'.
1978 (syms_of_fontset): Remove unused variable `i'.
1979
1980 * xfns.c (x_display_info_for_name): Cast 0 to "char *" in the call
1981 to x_term_init.
1982 (lookup_image): Remove unused variable `file'.
1983 (xbm_load): Remove unused variables `bitmap_data', `height', and
1984 `width'. Remove function-local variable `i', leave the
1985 block-local one.
1986 (gif_load): Remove unused variable `inc'.
1987
1988 * xterm.c (XTread_socket): Remove unused variables `p' and
1989 `pend'.
1990 (XTread_socket) <LeaveNotify>: Remove unused variable `frame',
1991 leave only the one in the inner block.
1992
1993 * xfaces.c (face_fontset, realize_default_face): Remove unused
1994 variable `fontset'.
1995 (face_at_buffer_position): Remove unused variable `multibyte_p'.
1996
1997 * term.c (encode_terminal_code): Remove unused variable `c'.
1998
1999 * ccl.c (Fccl_execute): Cast ccl_driver parameters to `unsigned
2000 char *' instead of `char *'.
2001
2002 * category.c (Fcategory_docstring): Remove unused variable `doc'.
2003 (Fget_unused_category): Remove unused variable
2004 `docstring_vector'.
2005 (Fchar_category_set): Remove unused variables `val', `charset',
2006 `c1' and `c2'.
2007
2008 * coding.c (detect_coding_iso2022, setup_coding_system): Remove
2009 unused variable `i'.
2010 (detect_coding_mask): Remove unused variable `idx'.
2011 (detect_coding): Remove unused variable `i'.
2012 (ccl_coding_driver): Remove unused variable `result'.
2013 (run_pre_post_conversion_on_str): Remove unused variable `prev'.
2014 (decode_coding_string): Remove unused variables `to' and
2015 `gcpro1'.
2016 (encode_coding_string): Remove unused variables `gcpro1' and
2017 `saved_coding_symbol'.
2018 (Ffind_coding_systems_region_internal): Remove function-local
2019 variable args[], leave only the block-local one.
2020 (code_convert_region1): Remove unused variable `len'.
2021
2022 * charset.c (char_printable_p): Remove unused variable `chars'.
2023 (Fsplit_char, Fchar_bytes): Remove unused variable `val'.
2024 (str_to_multibyte): Remove unused variable `c'.
2025
2026 * window.c (size_window): Remove block-local variable `min_size'.
2027
2028 * xdisp.c (make_cursor_line_fully_visible): Remove unused variable
2029 `header_line_height'.
2030 (append_space, extend_face_to_end_of_line): Declare `saved_what'
2031 enum display_element_type.
2032
1a8a9daf
GM
20332001-01-02 Gerd Moellmann <gerd@gnu.org>
2034
6dde6abc
GM
2035 * xterm.c (x_connection_closed): Catch X errors around all
2036 statements that call X. Save away the error message in a local
2037 copy.
2038
1883b2c6
GM
2039 * xterm.c (x_connection_closed): Set handling_signal to 0 at
2040 the start.
2041
a13be207
GM
2042 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
2043 in or at the start of invisible text.
2044
1a8a9daf
GM
2045 * dispnew.c (update_window): Don't check_current_matrix_flags.
2046
3608c0f9
JR
20472001-01-01 Jason Rumney <jasonr@gnu.org>
2048
2049 * w32fns.c (x_figure_window_size): Do not allow new_height and
2050 new_width of frame to override specified values.
2051
abb1acc4
KH
20522000-12-30 Kenichi Handa <handa@etl.go.jp>
2053
d279f620
KH
2054 * composite.c (find_composition): Fix a code for searching
2055 backward.
abb1acc4 2056
762a68ec
GM
20572000-12-29 Gerd Moellmann <gerd@gnu.org>
2058
9c8b8382
GM
2059 * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New
2060 function.
2061 (update_window) [GLYPH_DEBUG]: Call it.
2062 (scrolling_window): Prevent including current rows which are below
2063 what's displayed in the window.
2064
2065 * xdisp.c (try_window_reusing_current_matrix)
2066 <new start <= old start>: Disable rows in the current matrix
2067 which are below the window after scrolling.
2068
762a68ec
GM
2069 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
2070 is zero. It's not worth the complexity.
2071 (invisible_text_between_p): Put in #if 0 because unused.
2072
2d5912c1
GM
20732000-12-28 Gerd Moellmann <gerd@gnu.org>
2074
46f6a258
GM
2075 * xfns.c (Fx_backspace_delete_keys_p): Check library and server
2076 XKB versions. Call XkbFreeKeyboard with 2nd arg 0.
2077
89f93679
GM
2078 * keyboard.c (echo_char): If C is an integer, always call
2079 push_key_description. Former code could signal an invalid
2080 character error.
2081
2082 * keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
2083 If set, print multibyte text.
2084 (Fsingle_key_description): Call push_key_description with
2085 FORCE_MULTIBYTE set.
2086 (describe_buffer_bindings): Likewise.
2087
2088 * lisp.h (push_key_description): Add prototype.
2089
c06017fb
GM
2090 * xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
2091 around the call to redisplay_internal.
2092
f1d2ce7f
GM
2093 * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
2094
2d5912c1
GM
2095 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
2096
9371f831
KH
20972000-12-28 Kenichi Handa <handa@etl.go.jp>
2098
2099 * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
2100 (ccl_driver): New local variable `extra_bytes'.
2101
2102 * ccl.h (struct ccl_spec): New member eight_bit_carryover.
2103
2104 * coding.c (setup_coding_system): Initialize
2105 coding->spec.ccl.eight_bit_carryover.
2106 (ccl_coding_driver): Pay attention to carried over 8-bit bytes.
2107
0c80628a
KH
21082000-12-28 Kenichi Handa <handa@etl.go.jp>
2109
2110 * coding.c (SAFE_ONE_MORE_BYTE): New macro.
2111 (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
2112 (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
2113 (decode_composition_emacs_mule): New function.
2114 (decode_coding_emacs_mule): Decode composition sequence by calling
2115 decode_composition_emacs_mule.
2116 (ENCODE_COMPOSITION_EMACS_MULE): New macro.
2117 (encode_coding_emacs_mule): Changed from macro to function. If
2d5912c1 2118 a text contains compositions, encode them correctly.
0c80628a
KH
2119 (setup_coding_system): Set coding->commong_flags for emacs-mule so
2120 that decoding and encoding are required.
2121
3e32cc27
GM
21222000-12-27 Gerd Moellmann <gerd@gnu.org>
2123
5e25feee
GM
2124 * xfaces.c (PT_PER_INCH): New macro.
2125 (xlfd_point_size): Compute real point size from font's pixel size.
2126 (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
2127 instead of 72.
2128
892d8fcd
GM
2129 * .gdbinit: Comment out the line pointing to the Lesstif source
2130 directory.
2131
12c8b416
GM
2132 * window.c (Frecenter): Use displayed_window_lines instead
2133 of window_internal_height.
2134
6061fbf0
GM
2135 * xterm.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
2136 instead of x-toolkit-scroll-bars-p.
2137 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
2138
2139 * w32term.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
2140 instead of x-toolkit-scroll-bars-p.
2141 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
2142
3e32cc27
GM
2143 * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New.
2144 (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
2145 (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]: New
2146 variables.
2147 (add_window_display_history, add_frame_display_history)
2148 (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
2149 (build_frame_matrix_from_leaf_window): Remove unused code.
2150 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
2151 redisplay history.
2152 (update_frame) [GLYPH_DEBUG]: Add to redisplay history.
2153 (update_window) [GLYPH_DEBUG]: Likewise.
2154 (syms_of_display): Defsubr dump-redisplay-history.
2155
31798cfe
GM
21562000-12-23 Gerd Moellmann <gerd@gnu.org>
2157
f717c2ba
GM
2158 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
2159 the end of the prompt. Set echo_after_prompt to the offset
2160 of echoptr in echobuf.
2161
aeb2b8fc
GM
2162 * xdisp.c (init_from_display_pos): Pop until the iterator's
2163 stack is empty; there may be frames for stretch or images
2164 on the stack.
2165
31798cfe
GM
2166 * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed.
2167 (save_or_restore_current_matrix): New function for the same
2168 purpose, but more efficient.
2169 (adjust_frame_glyphs_for_frame_redisplay): Use it.
2170
f8156156
EZ
21712000-12-23 Eli Zaretskii <eliz@is.elta.co.il>
2172
2173 * xdisp.c (syms_of_xdisp): Fix last change.
2174
bdd6d4e8
GM
21752000-12-23 Gerd Moellmann <gerd@gnu.org>
2176
2177 * xdisp.c (syms_of_xdisp): Doc fix.
2178
2179 * xdisp.c (redisplay_window): Remove label restore_buffers;
2180 use finish_scroll_bars instead to make sure that scroll bars
2181 are redeemed. If we don't do this, flickering can result from
2182 scroll bars being destroyed and recreated.
2183
9436cdf9
JR
21842000-12-22 Jason Rumney <jasonr@gnu.org>
2185
2186 * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear
2187 in the wrong colors when the foreground is not black.
2188 (expose_window): Don't redraw the window that's currently being
2189 updated.
2190
951f9df5
GM
21912000-12-22 Gerd Moellmann <gerd@gnu.org>
2192
856ff7a7
GM
2193 * window.c (size_window): When setting the window's too_small_ok
2194 flag, compare old size with minimum size depending on WIDTH_P,
2195 don't compare with window_min_width.
2196
951f9df5
GM
2197 * window.c (delete_window): Simplify somewhat.
2198 (Fset_window_configuration): Don't SET_FRAME_GARBAGED after
2199 freeing window matrices. The flag windows_or_buffers_changed is
2200 set, so the next redisplay will consider all windows; this should
2201 suffice.
2202
886bc933
KH
22032000-12-22 Kenichi Handa <handa@etl.go.jp>
2204
2205 * coding.c (ccl_coding_driver): Initialize ccl->cr_consumed.
2206
2207 * ccl.h (struct ccl_program): New member cr_consumed.
2208
2209 * ccl.c (CCL_WRITE_CHAR): Don't handle EOL conversion here.
2210 (CCL_READ_CHAR): Handle EOL conversion here.
2211 (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
2212
177f4e88
GM
22132000-12-21 Gerd Moellmann <gerd@gnu.org>
2214
6ba384dc
GM
2215 * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
2216 GLYPHS.
2217
2218 * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths,
2219 otherwise tabs of different size compare equal.
2220
2221 * callint.c (Fcall_interactively): Prevent a compiler warning.
2222
2223 * print.c (print_unwind): Return nil.
2224 (PRINTDECLARE): Initialize all local variables.
2225 (print_preprocess): Add a default case.
2226
8e15274f
GM
2227 * lisp.h (Qinhibit_point_motion_hooks): Declare extern.
2228
2229 * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
2230
177f4e88
GM
2231 * window.c (delete_window, Fsplit_window)
2232 (Fset_window_configuration): Calls to ensure_frame_matrix removed.
2233
2234 * dispextern.h (ensure_frame_matrix): Function declaration removed.
2235
2236 * dispnew.c (ensure_frame_matrix): Removed.
2237 (save_frame_matrix, restore_frame_matrix): New functions.
2238 (adjust_frame_glyphs_for_frame_redisplay): Use them.
2239
2240 * xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
2241 [GLYPH_DEBUG]: Extended to dump glyphs in short form.
2242
99012074
AI
22432000-12-21 Andrew Innes <andrewi@gnu.org>
2244
2245 * w32term.c (x_update_begin): Regenerate the palette here, rather
2246 than for each window.
2247
2248 * w32xfns.c (select_palette): Avoid calling SelectPalette if
2249 palette is NULL, since this corrupts memory! Also get
2250 display_info reference from frame.
2251
29ef7d2d
JR
22522000-12-21 Jason Rumney <jasonr@gnu.org>
2253
2254 * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap.
2255
2256 * w32term.c (x_draw_hollow_cursor): Delay obtaining the frame's DC
2257 to avoid returning without releasing it.
3e27fa1f 2258
3f9d67a6
KH
22592000-12-21 Kenichi Handa <handa@etl.go.jp>
2260
587fc3f9
KH
2261 * keymap.c (push_key_description): Don't convert eight-bit-control
2262 and eight-bit-graphic to multibyte character.
2263
3f9d67a6
KH
2264 * charset.c (Fmake_char_internal): If CHARSET doesn't have a
2265 generic character and CODE1 is nil, return the smallest character
2266 in CHARSET.
2267
774ba8c9
DL
22682000-12-20 Dave Love <fx@gnu.org>
2269
2270 * s/osf5-0.h (NSIG): Don't redefine.
2271
88416888
SM
22722000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2273
2274 * keymap.c (where_is_internal): Check ascii_sequence_p rather than
2275 excluding menu-bar and tool-bar.
2276 (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
2277 (menu_item_p): Remove.
2278 (where_is_internal_1): Don't ignore menu-items.
2279
a6426c6f
GM
22802000-12-20 Gerd Moellmann <gerd@gnu.org>
2281
03ff8aab
GM
2282 * xdisp.c (hscroll_window_tree): Take window's min_hscroll
2283 into account.
2284
2285 * window.c (make_window): Initialize window's min_hscroll.
2286 (Fset_window_hscroll): Set window's hscroll and min_hscroll.
2287 (set_window_buffer, temp_output_buffer_show): Set min_hscroll
2288 to zero.
2289 (struct saved_window): New member min_hscroll.
2290 (SAVED_WINDOW_VECTOR_SIZE): Set to 17.
2291 (Fset_window_configuration): Set window's min_hscroll.
2292 (save_window_save): Save window's min_hscroll.
2293 (compare_window_configurations): Compare min_hscroll values.
2294
2295 * window.h (struct window): New member min_hscroll.
2296
2297 * keyboard.c (echo_prompt): Prevent a compiler warning.
2298
8de4aaf8
GM
2299 * xdisp.c (try_cursor_movement): Fix last change. The real
2300 condition is that PT is at the end of the row, and should
2301 be displayed at the start of the next row.
2302
3f7e3031
GM
2303 * xdisp.c (try_cursor_movement): If we end on a partially
2304 visible line, end we already decided to scroll, return -1.
2305
a6426c6f
GM
2306 * dispextern.h (ensure_frame_matrix): Add prototype.
2307
2308 * window.c (delete_window, Fsplit_window)
2309 (Fset_window_configuration): Call ensure_frame_matrix.
2310
2311 * dispnew.c (fake_current_matrices, ensure_frame_matrix): New
2312 functions.
2313 (adjust_frame_glyphs_for_frame_redisplay): If display has been
2314 completed, call fake_current_matrices instead of marking frame
2315 garbaged.
2316
57fa2774
JR
23172000-12-20 Jason Rumney <jasonr@gnu.org>
2318
2319 * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
2320
d925df90
EZ
23212000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2322
2323 * fns.c (Frequire): Doc fix.
2324
7b93a85b
GM
23252000-12-19 Gerd Moellmann <gerd@gnu.org>
2326
71d4497a
GM
2327 * window.c (window_scroll_pixel_based): Don't use
2328 move_it_vertically.
2329
c74e645b
GM
2330 * dispnew.c (direct_output_for_insert): Fix check for mini-window
2331 currently displaying a message.
2332
7b93a85b
GM
2333 * bytecode.c (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
2334 xterm.h.
2335 (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
2336
90d97e64
AI
23372000-12-18 Andrew Innes <andrewi@gnu.org>
2338
2339 * w32.c (w32_strerror): New function.
2340
2341 * w32.h (w32_strerror): New extern.
2342
2343 * w32fns.c (Fw32_shell_execute): Use it.
2344
91c9e6ce
GM
23452000-12-18 Gerd Moellmann <gerd@gnu.org>
2346
2347 * s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
2348
6f4745e2
EZ
23492000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2350
2351 * msdos.c (IT_set_face): Obey inverse_video.
2352
c9e088ce
KH
23532000-12-18 Kenichi Handa <handa@etl.go.jp>
2354
2355 * dired.c (directory_files_internal): Always return decoded filenames.
2356
c3695f5f
GM
23572000-12-18 Gerd Moellmann <gerd@gnu.org>
2358
52d8e4ff
GM
2359 * xterm.c (x_connection_closed): Prevent being called recursively
2360 because of an error condition in XtCloseDisplay.
2361
62be9979
GM
2362 * xdisp.c (init_iterator): If noninteractive, and the frame's
2363 face cache is null, make one.
2364
5f7a1890
GM
2365 * xfns.c (show_busy_cursor): Check for live frames more
2366 thoroughly.
2367
c3695f5f
GM
2368 * process.c (wait_reading_process_input): Check for pending
2369 input when running timers.
2370
78555fbe
EZ
23712000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2372
2373 * msdos.c (IT_write_glyphs): Compute the glyph face from
2374 str->face_id.
2375
b2b36264
KH
23762000-12-18 Kenichi Handa <handa@etl.go.jp>
2377
2378 * process.c (read_process_output): Don't run a filter if the code
2379 decoder produces nothing but carryover.
2380
9c543fbf
AI
23812000-12-17 Andrew Innes <andrewi@gnu.org>
2382
2383 * w32.c (sys_rename): Only check errno against EEXIST, and not
2384 EACCES, when determining whether rename failed because the target
2385 exists. This was resulting in indefinite looping on Windows 9x if
2386 the source file was locked by another process.
2387
2388 * w32fns.c (Ffile_system_info): New function.
2389 (syms_of_w32fns): Defsubr it.
2390
10c2b5a8
GM
23912000-12-17 Gerd Moellmann <gerd@gnu.org>
2392
b0228ace
GM
2393 * window.c (coordinates_in_window): Fix computation for
2394 position on vertical line between mode lines.
2395
10c2b5a8
GM
2396 * xfns.c (unwind_create_frame): Return t if frame was deleted.
2397 Don't alter tip_frame or tip_window.
2398 (unwind_create_tip_frame): Set tip_frame to nil only if frame
2399 was deleted.
2400
c844a81a
GM
2401 * w32fns.c (unwind_create_frame): Return t if frame was deleted.
2402 Don't alter tip_frame or tip_window.
2403 (unwind_create_tip_frame): Set tip_frame to nil only if frame
2404 was deleted.
2405
6c825f8e
EZ
24062000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2407
2408 * fileio.c (Fcopy_file): Rename the last argument to keep_time, to
2409 be consistent with the doc string. Reported by NAKAJIMA Mikio
2410 <minakaji@osaka.email.ne.jp>.
2411
af4bb4c8
KH
24122000-12-16 Kenichi Handa <handa@etl.go.jp>
2413
2414 * xfaces.c (Vface_ignored_fonts): New variable.
2415 (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
2416 (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
2417
8062e53a
GM
24182000-12-15 Gerd Moellmann <gerd@gnu.org>
2419
e87b8809
GM
2420 * dispnew.c (update_window): Detect pending input every nth line
2421 updated, i.e. do it depending on real work done, and not on the
2422 vpos of the line.
2423
2424 * xterm.c (expose_window): Don't redraw the window that's
2425 currently being updated.
2426
a6768cc5
GM
2427 * window.c (Fset_window_point): Remove test for
2428 cursor_in_non_selected_windows.
2429
4ea7fdca
GM
2430 * lread.c (read1): Recognize end of file after `\\'.
2431
8062e53a
GM
2432 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
2433 not unwind_create_frame.
2434
bb7959c1
GM
24352000-12-15 Dave Love <fx@gnu.org>
2436
2437 * s/usg5-4.h (bcopy) [IRIX6]: Don't special-case definition of
2438 bcopy & al.
2439
2440 * s/irix6-5.h: #undef bcopy & al here. Include strings.h.
2441
ced04c42
KH
24422000-12-15 Kenichi Handa <handa@etl.go.jp>
2443
c5443913
KH
2444 * coding.c (setup_coding_system): Clear all members of the struct
2445 coding_system at first.
bc137305
KH
2446 (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
2447 argument.
2448 (code_convert_region): Don't override coding->src_multibyte and
2449 coding->dst_multibyte.
c5443913 2450
ced04c42
KH
2451 * fns.c (Fmd5): Docstring improved.
2452
c2d7f289
MB
24532000-12-15 Miles Bader <miles@gnu.org>
2454
2455 * xdisp.c (window_box_height): Only use mode-line glyph-rows that
2456 are actually marked as mode-lines; otherwise use
2457 estimate_mode_line_height.
2458
9d7d9263
GM
24592000-12-14 Gerd Moellmann <gerd@gnu.org>
2460
2461 * editfns.c (Fformat): Prevent a buffer overrun when the format
2462 specifies a precision.
2463
7cf0153a
EZ
24642000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2465
2466 * msdos.c (Fmsdos_set_mouse_buttons): Signal an error if the
2467 argument is outside the range [2..3].
2468
1de0f662
AI
24692000-12-14 Andrew Innes <andrewi@gnu.org>
2470
2471 * w32fns.c (Fx_hide_tip): Avoid unnecessary work when there's
2472 nothing to do. Bind inhibit-quit.
2473 (tip_frame): Make it a Lisp_Object.
2474 (x_create_tip_frame): Set tip_frame after it has been added to
2475 Vframe_list.
2476 (Fx_show_tip): Don't set tip_frame here.
2477 (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New
2478 variables.
2479 (unwind_create_frame, unwind_create_tip_frame): New functions.
2480 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
2481 while a frame is only partially constructed.
2482
2483 * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
2484 (x_free_frame_resources): New function.
2485 (x_destroy_window): Use it.
2486
02387dcc
GM
24872000-12-14 Gerd Moellmann <gerd@gnu.org>
2488
2489 * xfns.c (Fx_backspace_delete_keys_p): New function.
2490 (syms_of_xfns): Defsubr it.
2491
2492 * config.in (HAVE_XKBGETKEYBOARD): Add.
2493
0544ef49
KH
24942000-12-14 Kenichi Handa <handa@etl.go.jp>
2495
98d62747
KH
2496 * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
2497 Always store string in multibyte representation in echobuf.
2498 (echo_char): Always store string in multibyte representation in
2499 echobuf.
2500 (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
2501 (read_key_sequence): Adjusted for the change of echo_prompt.
2502
a20193cd
KH
2503 * fns.c (Fmd5): Docstring improved.
2504
191b83b6
KH
2505 * lisp.h (detect_coding_system): Prototype adjusted.
2506
0544ef49
KH
2507 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
2508 (detect_coding_emacs_mule, detect_coding_iso2022,)
2509 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
2510 (detect_coding_utf_16, detect_coding_ccl): Make them static. New
2511 argument MULTIBYTEP. Callers changed.
2512 (detect_coding_mask, detect_coding_system): New argument
2513 MULTIBYTEP. Callers changed.
1da1bb05
KH
2514 (decode_coding_string): Set coding->src_multibyte and
2515 coding->dst_multibyte before calling detect_coding and detect_eol.
2516 Update them after some coding system is detected.
2517
d5b3eb1b
SM
25182000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2519
2520 * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.
2521
2522 * keyboard.c (menu_bar_items, tool_bar_items):
2523 Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
2524
f7f8bb69
GM
25252000-12-13 Gerd Moellmann <gerd@gnu.org>
2526
19f71add
GM
2527 * xfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
2528 New variables.
2529 (unwind_create_frame, unwind_create_tip_frame): New functions.
2530 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
2531 while a frame is only partially constructed.
2532
2533 * xterm.h (x_free_frame_resources): Declare.
2534
2535 * xterm.c (x_free_frame_resources): New function.
2536 (x_destroy_window): Use it.
2537
e10da507
GM
2538 * dispnew.c (update_window): If do_mouse_tracking is non-nil,
2539 don't interrupt the update for pending input initially, i.e.
2540 update at least some lines.
2541
2542 * keyboard.c (do_mouse_tracking): Make externally visible.
2543
d5b3eb1b 2544 * xterm.c (x_term_init): Declare gray_bitmap_bits as `extern char *'.
f7f8bb69
GM
2545
2546 * xfns.c (gray_bitmap_bits): Declare `char *'.
2547
90aa2856
GM
25482000-12-12 Gerd Moellmann <gerd@gnu.org>
2549
2550 * xdisp.c (display_tool_bar_line): Make sure that tool bar
2551 lines start with a relief line.
2552
a308c9cd
DL
25532000-12-12 Dave Love <fx@gnu.org>
2554
2555 * window.c (Fdisplay_buffer): Doc fix.
2556 (Fwindow_list): Remove unused var.
2557
2558 * buffer.h (mmap_set_vars): Declare.
2559
2560 * window.h (Fset_window_point): Declare.
2561
d575011f
EZ
25622000-12-12 Eli Zaretskii <eliz@is.elta.co.il>
2563
bf6282d2 2564 * msdos.c (fast_find_position): Don't overstep the last window row.
d575011f
EZ
2565 (IT_note_mouse_highlight): Initialize portion to -1. Remove
2566 unused variable `area'. When looking for a row under (X,Y), give
2567 up if some of the previous rows is not enabled.
2568
ecf4d726
GM
25692000-12-12 Gerd Moellmann <gerd@gnu.org>
2570
2ebf6139
GM
2571 * window.c (Fset_window_point): If displaying cursors in windows
2572 other than the selected window, make sure redisplay updates
2573 other windows to show the new value of point in the window.
2574
2575 * dispextern.h (cursor_in_non_selected_windows): Declare extern.
2576
bfdb75ee
GM
2577 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
2578 the buffer is the sole visible buffer when in the mini-buffer.
2579
4fdbd809
GM
2580 * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
2581 Bind `inhibit-read-only' to t.
2582 (unwind_with_echo_area_buffer): Use AREF.
2583
c0006262
GM
2584 * xfns.c (Fx_hide_tip): Simplified.
2585
e9a59cad
GM
2586 * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use
2587 GC_MAKE_GCPROS_NOOPS instead of `1'.
2588
ecf4d726
GM
2589 * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
2590
e5959a9a
GM
25912000-12-11 Gerd Moellmann <gerd@gnu.org>
2592
a3642e49
GM
2593 * xfns.c (Fx_hide_tip): Fix last change.
2594
44b5a125
GM
2595 * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
2596 nothing to do. Bind inhibit-quit.
2597 (tip_frame): Make it a Lisp_Object.
2598 (x_create_tip_frame): Set tip_frame after it has been added to
2599 Vframe_list.
2600 (Fx_show_tip): Don't set tip_frame here.
2601
2602 * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
2603
2604 * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
2605 Lisp_Object.
2606
2607 * dispextern.h: Change external declaration of tip_frame.
2608
d990421f
GM
2609 * keymap.c (Fkey_description): If KEYS is an empty key sequence,
2610 return an empty string.
2611
4db87380
GM
2612 * xdisp.c (try_cursor_movement): Check update_mode_lines instead
2613 of the window's update_mode_line flag, since the former is set by
2614 force-mode-line-update, not the latter. This makes
2615 column-number-mode slightly faster.
2616
e5959a9a
GM
2617 * xdisp.c (try_window_id) <all changes above window start>:
2618 Set the cursor.
2619
169fe44e
GM
26202000-12-11 Paul Eggert <eggert@twinsun.com>
2621
2622 * config.in (HAVE_FTELLO): Remove.
2623 (HAVE_FSEEKO): Add.
2624 (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
2625 * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
2626 HAVE_FTELLO.
2627 * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
2628 * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
2629
59ec59ae
MB
26302000-12-11 Miles Bader <miles@gnu.org>
2631
2632 * window.c (displayed_window_lines): Don't round up when
2633 converting empty space at bottom to lines.
ff904dd6
MB
2634 Handle non-newline-terminated final lines properly.
2635 (Fwindow_text_height): New function (used to be in lisp).
2636 (syms_of_window): Initialize it.
59ec59ae 2637
42ebfa31
SM
26382000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2639
2640 * syntax.c (scan_lists): Check that the right quote char has the
2641 right Sstring syntax when jumping over strings.
2642 (init_syntax_once): Use Smax rather than 13.
2643
5cdb3cf3
MB
26442000-12-09 Miles Bader <miles@gnu.org>
2645
2646 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter
2647 with PARTIALLY, inverting the sense.
2648 (window_scroll_pixel_based): Scroll partially visible lines into
2649 place if we hit the beginning or end of the buffer.
a12167c5
MB
2650 (displayed_window_lines): Don't include partially visible lines.
2651 (Fmove_to_window_line): Skip past any partially visible first line.
5cdb3cf3 2652
842b2a94
GM
26532000-12-08 Gerd Moellmann <gerd@gnu.org>
2654
2655 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
2656
2657 * tparam.c (tparam1): Change the way buffers are reallocated to be
2658 portable and less obfuscated.
2659
2660 * termcap.c (tgetent): Change the way buffers are reallocated to
2661 be portable and less obfuscated.
2662
2663 * macros.c (store_kbd_macro_char): Change the way buffers are
2664 reallocated to be portable and less obfuscated.
2665
2666 * lread.c (read1): Change the way buffers are reallocated to be
2667 portable and less obfuscated.
2668
2669 * doc.c (Fsubstitute_command_keys): Change the way buffers
2670 are reallocated so that it is portable.
2671
137cad7c
EZ
26722000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2673
2674 * dosfns.c (Ffile_system_info): New function.
2675 (syms_of_dosfns): Defsubr it.
2676
5c7f629c
SM
26772000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2678
2679 * alloc.c (gc_sweep): Add comment.
2680
959e647d
GM
26812000-12-07 Gerd Moellmann <gerd@gnu.org>
2682
28fcb7dc
GM
2683 * sound.c (vox_configure): Change order of ioctls. Don't
2684 set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
2685 Ignore errors when changing volume.
2686 (vox_close): Don't reset the device.
2687
926b7e5e
GM
2688 * process.c (read_process_output): Make sure the process marker's
2689 position is valid when the process buffer is changed in
2690 after-change functions. W3 does that.
2691
959e647d
GM
2692 * xfns.c (x_free_gcs): New function.
2693
2694 * xterm.h (x_free_gcs): Add prototype.
2695
2696 * widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
2697 freeing GCs here.
2698
2699 * xterm.c (x_destroy_window): Call x_free_gcs so that
2700 resources of non-toolkit X windows will be freed.
2701
478ea067
AI
27022000-12-07 Andrew Innes <andrewi@gnu.org>
2703
2704 * w32fns.c (xlfd_charset_of_font): Fix last change.
2705
fbee3231
DL
27062000-12-06 Dave Love <fx@gnu.org>
2707
67292061
DL
2708 * md5.h (__P): Don't define -- it comes from config.h.
2709
fbee3231
DL
2710 * strftime.c: Change some #if foo to #ifdef foo.
2711
4ee87dbb
AI
27122000-12-06 Andrew Innes <andrewi@gnu.org>
2713
2714 * w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
2715
2716 * w32fns.c (xlfd_charset_of_font): Don't overwrite fontname
2717 argument.
2718 (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
2719 (w32_list_fonts): Don't choke if pattern doesn't specify a
2720 codepage.
2721
9765b4a4
GM
27222000-12-06 Gerd Moellmann <gerd@gnu.org>
2723
d285b373
GM
2724 * alloc.c (gc_sweep): Prevent symbols read during loadup
2725 from being freed.
2726
384333ee
GM
2727 * xdisp.c (underlying_face_id): New function.
2728 (handle_face_prop, face_before_or_after_it_pos): Use it
2729 to determine the face ``under'' a string. Let strings inherit
2730 the face of the buffer under them.
2731
2732 * xfaces.c (face_at_string_position): Update function comment.
2733
d4b72d58
GM
2734 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
2735 matrix if the window's left position has changed; we need to
2736 redraw it in this case.
2737
2738 * dispextern.h (struct glyph_matrix): Add member window_left_x.
2739
e1d05387
GM
2740 * window.c (coordinates_in_window): Check mouse on mode-line or
2741 header-line first.
2742
eb1b0c74
GM
2743 * alloc.c (Fgarbage_collect): Dox fix. Return a list as
2744 advertized by the function documentation.
2745
d94d636f
GM
2746 * window.c (syms_of_window): Doc fix.
2747
3887b449
GM
2748 * sound.c (vox_configure): Set volume for left and right channel.
2749 (sound_cleanup): Return nil.
2750
efc8f57a
GM
2751 * xdisp.c (move_it_by_lines): Fix paren typo.
2752
9765b4a4
GM
2753 * xterm.c (x_load_font): Don't use the font's max_bounds for
2754 computing the height of the font. If max_bounds' ascent or
2755 descent are greater than the font's ascent or descent, this means
2756 glyphs overlap, which should be handled now by redisplay.
2757
6529ed87
GM
2758 * window.c (Veven_window_heights): New variable.
2759 (syms_of_window): DEFVAR_LISP it.
2760 (Fdisplay_buffer): Check Veven_window_heights before evening the
2761 window heights.
2762
0eb2ecde
MB
27632000-12-06 Miles Bader <miles@gnu.org>
2764
2765 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t',
2766 update `default-frame-alist' instead of setting no frame parameters.
2767
03d7a167
KH
27682000-12-06 Kenichi Handa <handa@etl.go.jp>
2769
2770 * composite.c (update_compositions): Fix typo (use the correct
2771 variable).
2772
5f8803c2
JR
27732000-12-05 Jason Rumney <jasonr@gnu.org>
2774
2775 * md5.h: Remove underscores from function declarations.
2776 (__attribute__, __alignof__) [!__GNUC__]: Define.
2777
2778 * md5.c: Delay include of md5.h until after namespace cleaning.
2779
c28a075b
JR
2780 * makefile.w32-in (fns.o): Depend on md5.h
2781 (md5.o): New target.
2782 (sunfns.o): Remove.
2783
2784 * makefile.nt: Likewise.
2785
ff3c7056
JR
27862000-12-05 Jason Rumney <jasonr@altavista.net>
2787
2788 * w32term.c (expose_area): Complete last change.
2789
0c21eeeb
KR
27902000-12-05 Ken Raeburn <raeburn@gnu.org>
2791
2792 * minibuf.c: Include intervals.h.
2793
f201d732
JR
27942000-12-05 Jason Rumney <jasonr@gnu.org>
2795
2796 * w32term.c (x_produce_glyphs): If a font for a component of
2797 a composition is not found, use 1 pixel dot ascent and 0 dot
2798 descent value to avoid displaying terribly tall empty boxes.
2799 (expose_area): Pass x-coordinate relative to the exposed
2800 area to x_draw_glyphs instead of a window-relative coordinate.
2801
21999ab9
GM
28022000-12-05 Gerd Moellmann <gerd@gnu.org>
2803
4d2036e4
GM
2804 * xdisp.c (next_element_from_ellipsis): Save face before selective
2805 display in saved_face_id, and set face_before_selective_p.
2806 (reseat_1): Reset face_before_selective_p.
2807 (append_space, extend_face_to_end_of_line): If iterator's
2808 face_before_selective_p is set, use the face from saved_face_id.
2809 (extend_face_to_end_of_line): For tty frames, make sure to
2810 use the right face id when producing spaces at the end of
2811 the line.
2812
2813 * dispextern.h (struct it): Add face_before_selective_p.
2814
52be17cc
GM
2815 * keyboard.c (record_char): Don't record identical help-echo
2816 events in recent_keys.
2817
8a4f36cc
GM
2818 * xterm.c [USE_X_TOOLKIT]: Close the display.
2819 (xim_close_dpy): Handle case that the display has been closed.
2820
57d6e381
GM
2821 * xterm.c (x_destroy_window): Reset the frame's X window after
2822 destroying it.
2823
21999ab9
GM
2824 * dispnew.c (adjust_glyph_matrix): Make sure to initialize local
2825 variable window_width.
2826 (line_draw_cost): Fix code skipping over spaces at the end of the
2827 line when must_write_spaces is not set.
2828 (scrolling_window): Fix code inserting runs in list of all runs.
2829
91372bb7
KH
28302000-12-05 Kenichi Handa <handa@etl.go.jp>
2831
2832 * coding.c (setup_coding_system): Be sure to initialize
2833 coding->category_idx.
2834
6c083b4c
GM
28352000-12-04 Gerd Moellmann <gerd@gnu.org>
2836
0c68ce6f
GM
2837 * xterm.c (PER_CHAR_METRIC): Removed because not used.
2838
6452929e
GM
2839 * xterm.c (expose_area): Pass x-coordinate relative to the exposed
2840 area to x_draw_glyphs instead of a window-relative coordinate.
2841
d7f31e22
GM
2842 * fileio.c (auto_save_error): Add parameter ERROR. Show the
2843 error in the message.
2844
ae18aa3b
GM
2845 * keyboard.c (Fread_key_sequence): Don't start the busy cursor
2846 timer after having read a key. It's not good for code reading
2847 several keys in a loop, like an input method.
2848
caa15ef7
GM
2849 * fileio.c (Finsert_file_contents): When VISIT is t, don't
2850 record undo information for format-decode.
2851
2852 * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if
2853 current buffer is read-only, not if it isn't.
2854
6c083b4c
GM
2855 * keyboard.c (record_char): Record `help-echo' input events
2856 in recent_keys only if they display some help. Don't record
2857 `help-echo' events as macro char.
2858
caa15ef7
GM
28592000-12-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2860
2861 * editfns.c (save_excursion_restore): Don't move point
2862 in another window if it is showing the wrong buffer.
2863 Avoid the call to Fwindow_live_p, for speed.
2864
5a13529b
KH
28652000-12-04 Kenichi Handa <handa@etl.go.jp>
2866
e225faa7
KH
2867 * xfaces.c (struct font_name): New member registry_priority.
2868 (split_font_name): Initialize the above member to zero.
2869 (concat_font_list): New function.
2870 (font_list): Include fonts of all alternative registries.
2871 (FONT_POINT_SIZE_QUANTUM): New macro.
2872 (better_font_p): Ignore point size difference less than
2873 FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
2874
e89648b4
KH
2875 * xterm.c (x_produce_glyphs): If a font for a component of
2876 a composition is not found, use 1 pixel dot ascent and 0 dot
2877 descent value to avoid displaying terribly tall empty boxes.
2878
5a13529b
KH
2879 * ccl.c (stack_idx_of_map_multiple): Don't use C initializier.
2880
d7935eb6
KR
28812000-12-03 Ken Raeburn <raeburn@gnu.org>
2882
2883 * coding.h (code_convert_string1): Declare.
2884
2885 * fns.c (Fmd5): Pass lisp objects, not integers, to call3.
2886
2887 * lisp.h (Fmake_variable_buffer_local, Fbuffer_file_name):
2888 Declare.
2889
0dd5e255
JR
28902000-12-02 Jason Rumney <jasonr@gnu.org>
2891
2892 * w32term.c (w32_bdf_per_char_metric): Dereference pointer
2893 correctly for single byte character case.
2894 (w32_per_char_metric): Do not try to make any assumptions about
2895 the metrics of BDF fonts.
250cfece
JR
2896 (x_estimate_mode_line_height): If `mode-line' face
2897 hasn't a font, use that of the frame, as drawing glyphs
2898 does.
2899 (note_mouse_highlight): Change the cursor shape on the vertical
2900 border between windows [not enabled].
2901
2902 * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
2903
2904 * w32fns.c (Fx_create_frame): Reintroduce the call to
2905 face-set-after-frame-defaults.
2906 (Vx_window_horizontal_drag_shape): New variable.
2907 (syms_of_xfns): DEFVAR_LISP it.
2908 (x_set_mouse_color): Create frame's horizontal_drag_cursor [not
2909 enabled].
0dd5e255 2910
b5d8d2ca
GM
29112000-12-02 Simon Josefsson <simon@josefsson.org>
2912
2913 * fns.c (Fmd5): Use a different logic to decide the coding system
2914 to use.
2915
2916 * coding.h (Qwrite_region, Qcoding_system_error): Declare extern.
2917
fbb87147
EZ
29182000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2919
2920 * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is
2921 NULL.
2922
447e9da0
GM
29232000-12-01 Gerd Moellmann <gerd@gnu.org>
2924
7708ced0
GM
2925 * xterm.c (x_calc_absolute_position): Don't subtract menubar's
2926 height for YNegative.
2927 (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
2928 height; also see comment there.
2929
447e9da0
GM
2930 * window.c (coordinates_in_window): Handle computations for
2931 positions on the vertical bar and fringes differently for
2932 window-system frames. Consider some pixels near the vertical bar
2933 as on the bar if the frame doesn't have vertical scroll bars.
2934 Associate positions between mode or header lines with the
2935 right window, the left one.
2936
86d1db20
JR
29372000-12-01 Jason Rumney <jasonr@gnu.org>
2938
2939 * w32term.c (w32_clear_window): Avoid clearing an invalid frame.
2940
2941 * w32xfns.c (get_frame_dc): Avoid changing the palette on an
2942 invalid frame.
2943
a1d58e5b
GM
29442000-12-01 Gerd Moellmann <gerd@gnu.org>
2945
2946 * window.c (struct saved_window): Add members orig_top and
2947 orig_height.
2948 (SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
2949 (save_window_save, Fset_window_configuration): Save/restore
2950 window's orig_top and orig_height.
2951
89c609af
JR
29522000-12-01 Jason Rumney <jasonr@gnu.org>
2953
4d177746 2954 * w32term.c (x_draw_vertical_border): Fix call to w32_fill_rect.
86d1db20 2955
89c609af
JR
2956 * w32fns.c (x_set_cursor_color): Fix last change.
2957
eccc05db
GM
29582000-11-30 Gerd Moellmann <gerd@gnu.org>
2959
31b6671b
GM
2960 * xdisp.c (echo_area_display): If cursor is in the echo area, make
2961 sure that the next redisplay displays the minibuffer, so that
2962 the cursor will be replaced with what the minibuffer wants.
2963
eccc05db
GM
2964 * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
2965 #ifndef instead of using #if.
2966 (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
2967 USE_TOOLKIT_SCROLL_BARS is defined.
2968
162de750
JR
29692000-11-30 Jason Rumney <jasonr@gnu.org>
2970
2971 * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of
2972 x_display_cursor.
2973
693c4692
GM
29742000-11-30 Gerd Moellmann <gerd@gnu.org>
2975
2976 * fns.c (Fmd5): Doc fix.
2977
b5d8d2ca 29782000-11-30 Simon Josefsson <simon@josefsson.org>
edfb795e
GM
2979
2980 * fns.c (Fmd5): New function.
2981 (syms_of_fns): Defsubr md5.
2982
2983 * Makefile.in (obj): Add md5.o
2984
b02cd40b
GM
29852000-11-30 Gerd Moellmann <gerd@gnu.org>
2986
edfb795e
GM
2987 * md5.h, md5.c: New files, taken from glibc.
2988
df3aedcf
GM
2989 * xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
2990
b02cd40b
GM
2991 * xterm.c (x_estimate_mode_line_height): If `mode-line' face
2992 hasn't a font, use that of the frame, as drawing glyphs
2993 does.
2994
8b5176cd
SM
29952000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2996
2997 * eval.c (Frun_hooks): Allow 0 arguments.
2998
346598f1
GM
29992000-11-29 Gerd Moellmann <gerd@gnu.org>
3000
f9396e03
GM
3001 * xterm.c (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
3002 is over the menu bar widget, say it's not on the frame.
3003
4a967a9b
GM
3004 * xfns.c (Fx_create_frame): Reintroduce the call to
3005 face-set-after-frame-defaults.
3006
346598f1
GM
3007 * eval.c (Fsignal): Reset handling_signal.
3008
222456a1
JR
30092000-11-28 Jason Rumney <jasonr@gnu.org>
3010
3011 * w32menu.c (add_menu_item): Reset menu item text when changing
3012 type to radio button.
3013
8049ddc0
GM
30142000-11-28 Gerd Moellmann <gerd@gnu.org>
3015
346598f1 3016 * xselect.c: Update copyright.
f4f4ee4d 3017
bebe4a2c
GM
3018 * window.c (coordinates_in_window): If on a mode or header line,
3019 but sufficiently close to its start, return ``on vertical
3020 border''. This gives us a way to drag windows horizontally when
3021 using toolkit scroll bars.
3022
3023 * xterm.c (note_mouse_highlight): Change the cursor shape
3024 on the vertical border between windows.
3025
3026 * xterm.h (struct x_output): Add member horizontal_drag_cursor.
3027
3028 * xfns.c (Vx_window_horizontal_drag_shape): New variable.
3029 (syms_of_xfns): DEFVAR_LISP it.
3030 (x_set_mouse_color): Create frame's horizontal_drag_cursor.
3031
8d2c2642
GM
3032 * textprop.c (text_read_only): New function.
3033 (verify_interval_modification): Use it instead of signaling
3034 `text-read-only'. This makes it easier to catch this error
3035 with a breakpoint.:
3036
8049ddc0
GM
3037 * xdisp.c (forward_to_next_line_start): Check for newlines,
3038 not end of line, which includes CR.
3039
5a2bae6c
KH
30402000-11-28 Kenichi Handa <handa@etl.go.jp>
3041
3042 * coding.c (Ffind_coding_systems_region_internal): Be sure to
3043 include no-conversion.
3044
ae31f84d
JR
30452000-11-27 Jason Rumney <jasonr@gnu.org>
3046
3047 * w32fns.c (w32_load_system_font): Always mark font as double byte
3048 if codepage is unicode.
3049
67f1cf4c
GM
30502000-11-27 Gerd Moellmann <gerd@gnu.org>
3051
4a74d071
GM
3052 * xdisp.c (forward_to_next_line_start): If already on a newline,
3053 just consume it to avoid unintended skipping over invisible text
3054 below.
3055
902ae620
GM
3056 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
3057 `vertical-line', `mode-line' and `header-line' events.
3058
3059 * xdisp.c (try_window_id): Avoid starting to display in the middle
67f1cf4c
GM
3060 of a character, a TAB for instance. This is easier than to set
3061 up the iterator exactly, and it's not a frequent case, so the
3062 additional effort wouldn't really pay off.
3063
c1e279c2
AC
30642000-11-26 Andrew Choi <akochoi@i-cable.com>
3065
67f1cf4c 3066 * emacs.c (main) [macintosh]: Call syms_of_frame before calling
c1e279c2
AC
3067 init_window_once.
3068
a609568a
JR
30692000-11-25 Jason Rumney <jasonr@gnu.org>
3070
48b21762
JR
3071 * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]: Args
3072 to window_from_coordinates should be pixel coordinates.
3073
a609568a
JR
3074 * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new
3075 redisplay handles them properly.
3076
a658d039
MB
30772000-11-25 Miles Bader <miles@gnu.org>
3078
3079 * indent.c (compute_motion): Keep pos_byte in sync with pos.
3080
d3416cca
JR
30812000-11-24 Jason Rumney <jasonr@gnu.org>
3082
3083 * w32.c (init_environment): Set LANG environment variable based on
3084 locale settings, if not set.
3085
3086 * w32fns.c (x_set_tool_bar_lines): Clear internal border when
3087 making tool bar smaller. When clearing the frame, also
3088 clear current matrices. Clear frame when tool bar disappears.
3089 Don't use more lines for the tool-bar than is available.
3090 (x_change_window_heights): New function.
3091
ba193890
GM
30922000-11-24 Gerd Moellmann <gerd@gnu.org>
3093
2be8f184
GM
3094 * xdisp.c (init_from_display_pos): If POS says we're already after
3095 an overlay string ending at POS, make sure to pop the iterator
3096 because it will be in front of that overlay string. When POS is
3097 ZV, we've thereby also ``processed'' overlay strings at ZV.
3098
ba193890
GM
3099 * xfaces.c (lface_from_face_name): Function comment fix.
3100
1862a24e
MB
31012000-11-24 Miles Bader <miles@gnu.org>
3102
3103 * xdisp.c (display_menu_bar, display_mode_line): Change the way we
3104 apply `mode-line-inverse-video' -- zero means force display using
3105 the default face, non-zero means display using the specialized face.
3106 (syms_of_xdisp): `mode-line-inverse-video' defaults to true again.
3107
f07fa1b8
KH
31082000-11-23 Kenichi Handa <handa@etl.go.jp>
3109
3110 * alloc.c (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of
3111 hard coded `4'.
3112
2bcdf662
EZ
31132000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3114
3115 * coding.c (decode_coding_emacs_mule): Fix the case of
3116 CODING_EOL_LF, which used uninitialized value of c.
3117
ba8299ff
SM
31182000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3119
3120 * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local.
3121
f4117c4d
GM
31222000-11-22 Gerd Moellmann <gerd@gnu.org>
3123
03e757c1
GM
3124 * buffer.c (Fmake_indirect_buffer): Don't treat nil as a
3125 buffer object.
3126
f4117c4d
GM
3127 * frame.h (struct frame): Replace desired_tool_bar_items,
3128 current_tool_bar_items, n_desired_tool_bar_items,
cc362d76 3129 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
f4117c4d
GM
3130
3131 * frame.c (make_frame): Change initialization of tool bar
3132 items accordingly.
3133
3134 * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
cc362d76 3135 Change references to members deleted from struct frame to use the
f4117c4d
GM
3136 new ones.
3137
3138 * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
cc362d76 3139 references to members deleted from struct frame to use the new
f4117c4d
GM
3140 ones.
3141
3142 * dispnew.c (update_frame): Do nothing with frame's tool bar
3143 items.
3144
3145 * alloc.c (mark_object) <frame>: Mark tool bar items differently.
3146
3147 * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
cc362d76 3148 (note_tool_bar_highlight): Change references to members deleted
f4117c4d
GM
3149 from struct frame to use the new ones.
3150
f8e2f3f2
MB
31512000-11-23 Miles Bader <miles@gnu.org>
3152
3153 * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with
3154 the face's inverse-video attribute, rather than overriding it.
3155
60e8e0a5
GM
31562000-11-22 Gerd Moellmann <gerd@gnu.org>
3157
3158 * xfns.c (x_set_tool_bar_lines): Clear internal border when
3159 making tool bar smaller.
3160
92dd1b29
DL
31612000-11-22 Dave Love <fx@gnu.org>
3162
3163 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
3164
e672fdce
MB
31652000-11-22 Miles Bader <miles@gnu.org>
3166
3a17d6cc
MB
3167 * keyboard.c (Vminibuffer_message_timeout): New variable.
3168 (command_loop_1): Use it to determine message timeout.
3169 (syms_of_keyboard): Initialize it.
3170
60e8e0a5 3171 * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defaults to nil.
e672fdce 3172
e9655d81
KH
31732000-11-22 Kenichi Handa <handa@etl.go.jp>
3174
3175 * sysdep.c: Move the code for declaring h_errno after #include
3176 <netdb.h>.
3177
77270fac
GM
31782000-11-21 Gerd Moellmann <gerd@gnu.org>
3179
cd913aae
GM
3180 * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
3181 the menu bar when the tooltip is unmapped.
3182
77270fac
GM
3183 * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
3184 sole visible buffer when we're currently in the mini-buffer, and
3185 give up if so.
3186
556635d6
JR
31872000-11-21 Jason Rumney <jasonr@gnu.org>
3188
3189 * w32select.c (Fw32_set_clipboard_data): Save a copy of what is
3190 put on the clipboard.
3191 (Fw32_get_clipboard_data): Compare data on clipboard with saved
3192 copy of what Emacs last put there. If they are the same, do not
3193 use the clipboard copy to avoid losing data due to coding
3194 conversions.
3195
5b7bde64
MB
31962000-11-22 Miles Bader <miles@gnu.org>
3197
3198 * minibuf.c (Vminibuffer_prompt_properties): New variable.
3199 (syms_of_minibuf): Initialize it.
3200 (read_minibuf): Add properties from Vminibuffer_prompt_properties
3201 to prompt, don't make read-only.
3202
ff23e1dd
GM
32032000-11-21 Gerd Moellmann <gerd@gnu.org>
3204
3c64f287
GM
3205 * bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>: Add
3206 BEFORE/AFTER_POTENTIAL_GC.
3207
7aaf4388
GM
3208 * s/hpux10.h (_FILE_OFFSET_BITS): Undef.
3209
f5f47add 3210 * buffer.c (mmap_free_1): Avoid a compiler warning.
1a15cca0 3211
ff23e1dd
GM
3212 * term.c, cm.c: Don't try to include termcap.h; see comment there.
3213
37c35586
KH
32142000-11-21 Kenichi Handa <handa@etl.go.jp>
3215
3216 * s/sol2-5.h: Move #undef USE_MMAP_FOR_BUFFERS out of #if 0
3217 ... #endif scope.
3218
ff9ab414
GM
32192000-11-20 Gerd Moellmann <gerd@gnu.org>
3220
c51d2b5e
GM
3221 * xfns.c (x_create_tip_frame): Use CWSaveUnder only if the
3222 screen supports it.
3223
29a01b72
GM
3224 * s/gnu-linux.h: Don't use `#cpu'.
3225
09dfdf85
GM
3226 * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's
3227 not defined in mman.h.
3228
ff9ab414
GM
3229 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
3230 variables.
3231 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
3232 and store an index in the XClientMessageEvent. Storing a
3233 Lisp_Object or pointer can fail on a 64 bit system, since X only
3234 transfers 32 bits.
3235 (x_scroll_bar_to_input_event): Get the window from
3236 scroll_bar_windows.
3237
81459ac9
DL
32382000-11-20 Dave Love <fx@gnu.org>
3239
3240 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
3241
56c13ae6
GM
32422000-11-20 Gerd Moellmann <gerd@gnu.org>
3243
3244 * s/sol2-5.h (USE_MMAP_FOR_BUFFERS): Undefine.
3245
495a6df3
KH
32462000-11-20 Kenichi Handa <handa@etl.go.jp>
3247
2bcf3714
KH
3248 * charset.c (get_new_private_charset_id): Don't limit CHARSET_ID
3249 by WIDTH.
3250
495a6df3
KH
3251 * alloc.c (make_string): Fix previous change. Be sure to make
3252 unibyte string correctly.
3253
6d950f4c
GM
32542000-11-19 Gerd Moellmann <gerd@gnu.org>
3255
39b39373
GM
3256 * window.c (Fwindow_list): Change parameter list to be XEmacs
3257 compatible.
3258 (window_list_1): New function.
3259 (window_loop): Use it instead of Fwindow_list.
3260
b95b34e5
GM
3261 * sysdep.c (emacs_ospeed): New variable.
3262 (toplevel): Don't declare ospeed extern.
3263 (init_baud_rate): Use emacs_ospeed instead of ospeed.
3264
3265 * termcap.c (ospeed): Remove.
3266 (tputs) [!emacs]: Remove unused code.
3267 (tgetent): Avoid a compiler warning.
3268
e83dc917
GM
3269 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3270 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
b95b34e5 3271 SCROLL_BAR_X_WIDGET with additional argument DPY.
e83dc917
GM
3272
3273 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
3274 removed.
3275 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
3276 Take the X display as additional argument.
3277 (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
3278 `Widget' is a pointer type that's not easily stored in Lisp_Object
3279 form in a portable way.
3280
6d950f4c
GM
3281 * dispnew.c (update_text_area): Fix last change.
3282
e47306e6
GM
32832000-11-18 Gerd Moellmann <gerd@gnu.org>
3284
fb3cd89b
GM
3285 * xdisp.c: Use BINDING_STACK_SIZE throughout.
3286
3287 * xfns.c (x_set_tool_bar_lines): When clearing the frame, also
3288 clear current matrices.
3289
edaa9aed
GM
3290 * buffer.c (mmap_enlarge): Don't print a message on stderr
3291 if mapping new memory at the end of the existing region fails.
3292
e47306e6
GM
3293 * dispnew.c (update_text_area): Don't skip over equal glyphs
3294 when the last current glyph overlaps the glyph to its right.
3295
509633e3
MB
32962000-11-18 Miles Bader <miles@gnu.org>
3297
3298 * xdisp.c (message_log_check_duplicate): Let "..."-detection match
3299 lines that *end* with "..." too (that's the most common case!).
3300
d392e9c5
GM
33012000-11-18 Gerd Moellmann <gerd@gnu.org>
3302
67988445
GM
3303 * xdisp.c (resize_mini_window): Temporarily change to the
3304 mini-window's buffer if necessary.
1bfdbe43 3305
d392e9c5
GM
3306 * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
3307 the tooltip obscures less text under it.
3308
33092000-11-17 Gerd Moellmann <gerd@gnu.org>
3310
3311 * puresize.h (BASE_PURESIZE): Increase to 700000.
3312
92bb977f
JR
33132000-11-18 Jason Rumney <jasonr@gnu.org>
3314
3315 * w32term.c (w32_draw_bitmap): Use face to set colors.
3316
26fbf20b
DL
33172000-11-17 Dave Love <fx@gnu.org>
3318
3319 * lread.c (Fload): Fix #ifdef for pcc.
3320
100b593b
GM
33212000-11-17 Gerd Moellmann <gerd@gnu.org>
3322
3323 * xdisp.c (pos_visible_p): Compute the default character height
3324 differently.
3325
a288d0d1
GM
33262000-11-16 Gerd Moellmann <gerd@gnu.org>
3327
cac94de6
GM
3328 * xdisp.c (pos_visible_p): Handle case that we reach ZV without
3329 knowing the line's height; use the default font's height in that
3330 case.
3331
a288d0d1
GM
3332 * xfaces.c (weight_table): Add `demi' with the same meaning as
3333 `demibold'.
3334
981fb6f6
KH
33352000-11-16 Kenichi Handa <handa@etl.go.jp>
3336
2cca872d 3337 * dispnew.c (null_row): New global static variable.
981fb6f6
KH
3338 (clear_glyph_row): Delete local static variable null_row.
3339
e5fa381b
JR
33402000-11-15 Jason Rumney <jasonr@gnu.org>
3341
3342 * w32term.c (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
3343 (w32_alloc_lighter_color): Use new brightness calculations from
3344 xterm.c. Scale delta to be in the range expected by W32.
3345 (w32_draw_relief_rect): Use frame relief colors.
3346
8e42f043
GM
33472000-11-15 Gerd Moellmann <gerd@gnu.org>
3348
6d133d1f
GM
3349 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
3350 (Qinhibit_default_face_x_resources): New variable.
3351 (syms_of_frame): Initialize it.
3352 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
3353
3354 * xdisp.c (pos_visible_p): Improve function comment.
3355
3356 * lisp.h (BINDING_STACK_SIZE): New macro.
3357
8e42f043
GM
3358 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
3359 reading the directory if readdir returns null and errno is EAGAIN
3360 or EINTR.
3361
e8c87124
SM
33622000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
3365 so setting scroll-step to 1 doesn't defeat scroll-conservatively.
3366 Set amount_to_scroll to max of dx and scroll_step so that
3367 scroll-conservatively doesn't defeat scroll-step>1.
3368 (syms_of_xdisp): Add a hint in scroll-step's docstring to use
3369 scroll-conservatively for line-at-a-time scrolling.
3370
5f0c971d
GM
33712000-11-14 Gerd Moellmann <gerd@gnu.org>
3372
3373 * window.c (Fpos_visible_in_window_p): Call pos_visible with
3374 extra argument.
3375
3376 * xdisp.c (current_mode_line_height, current_header_line_height):
3377 New variables.
3378 (init_xdisp): Initialize them.
3379 (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute
3380 and use exact mode line heights if it is set.
3381
3382 * lisp.h (pos_visible_p): Change prototype.
3383
3384 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
3385 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
3386 and current_header_line_height first.
3387 (current_mode_line_height, current_header_line_height): Declare
3388 extern.
3389
d7361edf
MB
33902000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3391
3392 * xterm.c (x_alloc_lighter_color): Use real brightness calculation.
3393 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
3394 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
3395
ee5e440a
MB
33962000-11-14 Miles Bader <miles@gnu.org>
3397
3398 * xterm.c (x_alloc_lighter_color): Include an additive component
3399 too for dark colors, because FACTOR isn't enough.
3400 (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
3401 New macros.
3402
5ca020fc
GM
34032000-11-13 Gerd Moellmann <gerd@gnu.org>
3404
3405 * keyboard.c (show_help_echo): Call message3_nolog with number of
3406 bytes in the help string as 2nd parameter, instead of the number
3407 of characters.
3408
9d348294
MB
34092000-11-13 Miles Bader <miles@gnu.org>
3410
3411 * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
3412 (Fload): Use new openp return protocol.
3413 Don't try to use Vload_source_file_function to load .elc files.
3414 * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
3415 openp return protocol.
3416 * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
3417
1729bb9a
KH
34182000-11-11 Kenichi Handa <handa@etl.go.jp>
3419
4e677396
KH
3420 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
3421
3422 * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
3423 Defined these macros.
3424 (NLIST_STRUCT): Avoid re-defining it.
3425
1729bb9a
KH
3426 * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
3427 -I/usr/contrib/X11R6/include.
3428 (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
3429
a82fe213
JR
34302000-11-10 Jason Rumney <jasonr@gnu.org>
3431
3432 * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
3433
3434 * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
3435 (w32_use_unicode_for_codepage): Use new pseudo-codepages.
3436
3437 * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
3438 (Qw32_charset_vietnamese): New symbol.
3439 (xlfd_charset_of_font): New function.
3440 (w32_load_system_font): Use it.
3441 (x_to_w32_charset): Use Fassoc to find charset info. Special case
3442 when Vw32_charset_info_alist is nil to ensure default face always
3443 has font. Use Fcar and Fcdr for safety.
3444 (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
3445 (w32_codepage_for_font): Use xlfd_charset_of_font. Use new
3446 pseudo-codepages for special cases.
3447 (w32_to_x_font): New parameter to allow charset portion to be
3448 specified where there is many to one mapping. Callers changed.
3449 (w32_list_fonts): Avoid listing fonts that won't display.
3450
52d89894
GM
34512000-11-10 Gerd Moellmann <gerd@gnu.org>
3452
3453 * xfaces.c (Vface_alternative_font_registry_alist): New variable.
3454 (font_list_1): Renamed from font_list.
3455 (font_list): New function, trying alternative registries from
3456 Vface_alternative_font_registry_alist.
3457 (Finternal_set_alternative_font_registry_alist): New function.
3458 (syms_of_xfaces): Initialize and Staticpro
3459 Vface_alternative_font_registry_alist. Defsubr
3460 Finternal_set_alternative_font_registry_alist.
3461
651cd3da
KR
34622000-11-09 Ken Raeburn <raeburn@gnu.org>
3463
3464 * lisp.h (Flooking_at): Declare.
3465
388ac098
GM
34662000-11-09 Gerd Moellmann <gerd@gnu.org>
3467
778fbc46
GM
3468 * dired.c (directory_files_internal): Fix a braino.
3469
388ac098
GM
3470 * dired.c (directory_files_internal): Add missing GCPRO's.
3471 Some cleanup.
3472
ecaedde1
GM
34732000-11-08 Gerd Moellmann <gerd@gnu.org>
3474
f7eb32aa
GM
3475 * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
3476 (resize_mini_window): Return quickly if Vresize_mini_window is
3477 nil. Don't return if Vmax_mini_window_height is nil.
3478
3479 * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
3480 (syms_of_xdisp): Initialize them.
3481 (resize_mini_window): Act according to the setting of
3482 Vresize_mini_window.
3483 (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
3484
ecaedde1
GM
3485 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
3486 scroll bar widget after configuring it, so that it will appear at
3487 the right position from the start.
3488 (XTredeem_scroll_bar): Cleaned up.
3489
3747ef2c
KH
34902000-11-08 Kenichi Handa <handa@etl.go.jp>
3491
3492 * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change. If the
5d16e624 3493 font is taller than the frame line, we don't have to bias the
3747ef2c
KH
3494 division by two.
3495
3496 * w32term.c (VCENTER_BASELINE_OFFSET): Likewise.
3497
03391420
DL
34982000-11-07 Dave Love <fx@gnu.org>
3499
7758f1c1 3500 * config.in (HAVE_MKSTEMP): Add.
03391420
DL
3501
3502 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
3503
b5de343d
GM
35042000-11-07 Gerd Moellmann <gerd@gnu.org>
3505
acad3c0b
GM
3506 * window.c (Fset_window_configuration): Don't try to preserve
3507 point in the current buffer, if that buffer is displayed in more
3508 than one window.
3509
b5de343d
GM
3510 * xfaces.c (lookup_named_face): If default face isn't realized,
3511 try to realize it. Return -1 if not successful.
3512 (Fx_list_fonts): Handle case that face cannot be determined.
3513 (Fface_font): Likewise.
3514
cdb1fe49
GM
35152000-11-06 Gerd Moellmann <gerd@gnu.org>
3516
3517 * window.c (displayed_window_lines): Detect partially
3518 visible lines at the bottom correctly.
3519
d3a67486
SM
35202000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3521
3522 * fileio.c (Fwrite_region): Use `visiting' rather than `visit'
3523 when ensuring we don't do visit in indirect buffer.
3524
ff8dd5d5
KH
35252000-11-06 Kenichi Handa <handa@etl.go.jp>
3526
3527 * composite.h (compose_chars_in_text): Add prototype.
3528
3529 * composite.c (Vcomposition_function_table): New variable.
3530 (Qcomposition_function_table): New variable.
3531 (run_composition_function): Call
3532 Vcompose_chars_after_function with three arguments.
3533 (compose_chars_in_text): New function.
3534 (syms_of_composite): Modified the doc-string of
3535 Vcompose_chars_after_function. Declare composition-function-table
3536 as a lisp variable, and initialize it.
3537
3538 * xfns.c (x_encode_text): Suppress producing escape sequences for
3539 composition.
3540
3541 * xselect.c: Include composite.h.
3542 (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
3543
d1145f85
AI
35442000-11-05 Andrew Innes <andrewi@gnu.org>
3545
3546 * w32term.c (x_produce_glyphs): Fix typo in enum name.
3547
3548 * sysdep.c (read_input_waiting): Remove extraneous argument to
3549 read_socket_hook.
3550
3551 * w32fns.c (Fx_server_version): Include w32_build_number in the
3552 return list.
3553
3554 * w32heap.c (w32_build_number): New variable.
3555 (cache_system_info): Set it.
3556
3557 * w32heap.h (w32_build_number): Add extern.
3558
3559 * emacs.c (syms_of_emacs): Update docstring for
3560 system-configuration, to reflect the actual usage on MS-Windows.
3561
e85ee976
GM
35622000-10-31 Gerd Moellmann <gerd@gnu.org>
3563
26dcb81b
GM
3564 * keyboard.c (read_char) <wrong_kboard>: Make sure that we
3565 process idle timers while waiting for another event.
3566
0a894bad
GM
3567 * dispnew.c (update_frame_line): Handle case where spaces in
3568 the default face are colored.
3569
e85ee976
GM
3570 * xdisp.c (redisplay_tool_bar): Don't set fonts_changed_p if
3571 window height hasn't changed.
3572
01b220b6
JR
35732000-10-31 Jason Rumney <jasonr@gnu.org>
3574
3575 * w32term.c (x_produce_glyphs): Handle composite characters.
3576 (x_draw_glyph_string_foreground)
3577 (x_draw_composite_glyph_string_foreground): Restore old font.
3578
4e6b7204
MB
35792000-10-31 Miles Bader <miles@lsi.nec.co.jp>
3580
3581 * minibuf.c (read_minibuf): Reset the undo history just before
3582 starting the recursive-edit.
3583
d4358b37
GM
35842000-10-30 Gerd Moellmann <gerd@gnu.org>
3585
563f68f1
GM
3586 * xfaces.c (menu_face_change_count): New variable.
3587 (Finternal_set_lisp_face_attribute): Increment it for changes
3588 of the `menu' face.
3589 (realize_basic_faces): Reflect changes in the `menu' faces
3590 in menu bars.
3591
82e274d1
GM
3592 * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the
3593 dy obtained from the iterator's y-position after moving from
3594 scroll_margin_pos to PT; see comment there.
3595
0dbf9fd2
GM
3596 * xdisp.c (safe_eval_handler): Call add_to_log.
3597
906b3b14
GM
3598 * xfaces.c (resolve_face_name): Handle case that FACE_NAME
3599 is not a symbol or string.
3600
d4358b37
GM
3601 * xdisp.c (echo_area_display): Don't perform a display update from
3602 inside redisplay. The update will happen anyway at the end of
3603 redisplay, and it can confuse redisplay (GC messages while
3604 redisplaying, for instance.)
3605
70c825df
SM
36062000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3607
cf9b4b0b
SM
3608 * xrdb.c (x_load_resources): Use the class name in the defaults.
3609
70c825df
SM
3610 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
3611 (regex_compile): Catch bogus \(\1\).
3612
a1d34b1e
GM
36132000-10-30 Gerd Moellmann <gerd@gnu.org>
3614
cae71efe
GM
3615 * xterm.c (x_alloc_nearest_color): Fix last change to compare
3616 RGB values.
3617
35efe0a1
GM
3618 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
3619 we have a color cache, check that the cached color equals the
3620 allocated color. If not, clear the color cache.
3621
1d3baf74
GM
3622 * window.c (displayed_window_lines): Change buffers if necessary.
3623 Fix computation of displayed lines.
3624
a1d34b1e
GM
3625 * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
3626 update_menu_bindings to DEFVAR_BOOL.
3627
70737ea9
KH
36282000-10-30 Kenichi Handa <handa@etl.go.jp>
3629
70c825df 3630 * search.c (Fset_match_data): Be sure to make search_regs always sane.
80406070 3631
fa0cb51d
KH
3632 * puresize.h (BASE_PURESIZE): Increase to 680000.
3633
70737ea9
KH
3634 * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
3635
0e4c08e8
JR
36362000-10-29 Jason Rumney <jasonr@gnu.org>
3637
3638 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
3639
3640 * w32term.c (w32_bdf_per_char_metric): Negate descent.
3641 (w32_cache_char_metrics): Handle possibility that 'x' does not
3642 exist in a BDF font.
3643 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
3644
3645 * w32bdf.h (bdffont): Add nchars.
3646
3647 * w32bdf.c (set_bdf_font_info): Set it.
3648 (w32_BDF_TextOut): Swap byte order of double byte characters.
3649 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
3650
45b84006
EZ
36512000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3652
3653 * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
3654 don't override the colors in frame's param_alist, unless they are
3655 unspecified.
3656
3657 * term.c (reassert_line_highlight): If inverse_video is non-zero,
3658 reverse the effect of the highlight flag.
3659
caf9deee
KR
36602000-10-27 Ken Raeburn <raeburn@gnu.org>
3661
3662 * window.h (Fwindow_live_p): Declare.
3663
ae0b9b46
KR
3664 * undo.c (record_delete): Check that last_undo_buffer is really a
3665 buffer before applying XBUFFER to it.
3666
3667 * keymap.c (where_is_internal): Pass lisp object, not integer, to
3668 Faref.
3669
02067692
SM
36702000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3671
3672 * lisp.h (KEYMAPP): New macro.
3673 (get_keymap): Remove.
3674 (get_keymap_1): Rename get_keymap.
3675
3676 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
3677
3678 * xterm.c (note_mode_line_highlight): Use KEYMAPP.
3679
3680 * xmenu.c (single_submenu): Use KEYMAPP.
3681 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
3682 Use KEYMAPP rather than Fkeymapp.
3683
3684 * w32term.c (note_mode_line_highlight): Use KEYMAPP.
3685
3686 * w32menu.c (True, False): Remove (use TRUE and FALSE instead).
3687 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
3688 Use KEYMAPP rather than Fkeymapp.
3689 (single_submenu): Use KEYMAPP.
3690 (w32_menu_show, w32_dialog_show): Use TRUE.
3691
3692 * minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
3693
3694 * keymap.c (KEYMAPP): Remove (moved to lisp.h).
3695 (Fkeymapp): Use KEYMAPP.
3696 (get_keymap): Rename from get_keymap_1. Remove old def.
3697 Return t when autoload=0 and error=0 and the keymap needs autoloading.
3698 (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
3699 (Fminor_mode_key_binding): Don't raise an error if the binding
3700 is not a keymap.
3701 (Fuse_global_map, Fuse_local_map): Allow autoloading.
3702 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
3703
3704 * keyboard.c (read_char): get_keymap_1 -> get_keymap.
3705 Allow Vspecial_event_map to be autoloaded.
3706 (menu_bar_items): Fetch the keymap rather than using keymapp.
3707 (menu_bar_one_keymap): No need to follow func-indirect any more.
3708 (parse_menu_item): get_keymap_1 -> get_keymap.
3709 (tool_bar_items): Fetch the keymap rather than using keymapp.
3710 (read_key_sequence): Use KEYMAPP.
3711
3712 * intervals.c (get_local_map): Use get_keymap rather than following
3713 function-indirections explicitly.
3714
3715 * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
3716
f9d80af3
JR
37172000-10-27 Jason Rumney <jasonr@gnu.org>
3718
3719 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10
3720 point, as Windows has oversized fonts.
3721
3722 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise.
3723
a3ba27da
GM
37242000-10-27 Gerd Moellmann <gerd@gnu.org>
3725
3726 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1.
3727 (freehook, reallochook): Handle null pointer arguments.
3728 (__malloc_initialize) [GC_MCHECK]: Call mcheck.
3729
aa3b80cc
SM
37302000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3731
3732 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
3733 (re_match_2_internal, re_match_2_internal, re_match_2_internal):
3734 Giving in to popular pressure to shut up the compiler with casts.
3735
e24e84cc
GM
37362000-10-27 Gerd Moellmann <gerd@gnu.org>
3737
3738 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
3739 signed value, and use a default value computed from the font's
3740 maximum descent.
3741
05ea7ef2
MB
37422000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3743
3744 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
3745 that specify a negative underline position can still use underlines.
3746
3747 * window.c (Fpos_visible_in_window_p): Make POS default to
3748 WINDOW's point, not the current buffer's point.
3749
0b95284b
DL
37502000-10-26 Dave Love <fx@gnu.org>
3751
3752 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out
3753 when it's necessary.
3754
6c5b90af
GM
37552000-10-26 Gerd Moellmann <gerd@gnu.org>
3756
8b6d9dc9
GM
3757 * window.c (size_window): Compute size difference from sum of old
3758 child window sizes instead of from parent's size.
3759
6bc92b2e
GM
3760 * xdisp.c (pos_visible_p): Change current buffer if necessary.
3761 Handle obscured lines at the top of the window.
3762
3763 * frame.c (Fdelete_frame): Doc fix. Move running the hook
3764 down after the last error condition check.
3765
6c5b90af
GM
3766 * frame.c (Fdelete_frame): Run delete-frame-hook.
3767
42f92d4d
KH
37682000-10-26 Kenichi Handa <handa@etl.go.jp>
3769
3770 * coding.c (decode_coding): Fix previous change (check also
3771 CODING_MODE_LAST_BLOCK).
3772
d97151cb
SM
37732000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3774
e7efc503
SM
3775 * regex.c: More `unsigned char' -> `re_char' changes.
3776 Also change several `int' into `re_wchar_t'.
3777 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
3778 (PUSH_FAILURE_POINTER): Don't cast any more.
3779 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
3780 We want GCC to complain, since this piece of code makes
3781 re_match non-reentrant, which *should* be fixed.
3782 (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
3783 (EXTEND_BUFFER): Use RETALLOC.
3784 (SET_LIST_BIT): Don't cast.
3785 (re_wchar_t): New type.
3786 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
3787 that those two functions will always properly return.
3788 (IMMEDIATE_QUIT_CHECK): Cast to void.
3789 (analyse_first): Use recursion rather than an explicit stack.
3790 (re_compile_fastmap): Can't fail anymore.
3791 (re_search_2): Don't check re_compile_fastmap for failure.
3792 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
3793 Now also sets the new value (passed in a new argument).
3794 (re_match_2_internal): Use it.
3795 Also, use a new var `reg' of type size_t when looping through regs
3796 rather than reuse the inappropriate `mcnt'.
3797
d97151cb
SM
3798 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
3799 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
3800 (where_is_internal): Renamed from Fwhere_is_internal.
3801 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
3802 (Fwhere_is_internal): New function wrapping where_is_internal.
3803 (where_is_internal_1): Handle the case where we're filling the cache.
3804 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
3805
d5789b65
MB
38062000-10-25 Miles Bader <miles@gnu.org>
3807
3808 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
3809
4ecda532
GM
38102000-10-25 Gerd Moellmann <gerd@gnu.org>
3811
3812 * window.c (pos_fully_visible_p): Removed.
3813 (Fpos_visible_in_window_p): Use pos_visible_p to determine
3814 if position is visible and/or fully visible.
3815
3816 * lisp.h (pos_visible_p): Add prototype.
3817
3818 * xdisp.c (pos_visible_p): New function.
3819
68c3a137
KH
38202000-10-25 Kenichi Handa <handa@etl.go.jp>
3821
3822 * process.c (send_process): If OBJECT is t, it means that the data
3823 is from C string, but we should encode it. Before calling
3824 setup_raw_text_coding_system, be sure to flush out data by the
3825 previous coding system.
3826
7ae1c032
MB
38272000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3828
ff4dcd4b
MB
3829 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
3830 assignment of startpos to prev when startpos == pos.
3831
7ae1c032
MB
3832 * editfns.c (find_field): Set the field stickiness correctly from
3833 overlay fields. Use renamed `text_property_stickiness'.
3834 (text_property_stickiness): Renamed from `char_property_stickiness'.
ebe2a441 3835 Only check text properties, not overlays.
7ae1c032
MB
3836 * textprop.c (get_char_property_and_overlay): New function.
3837 (Fget_char_property): Use it.
3838 * intervals.h (get_char_property_and_overlay): Add declaration.
3839
49801145
SM
38402000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3841
3842 * keymap.c: Use AREF, ASET and ASIZE macros.
3843 (Fmake_sparse_keymap): Docstring fix.
3844 (synkey): Remove.
3845 (shadow_lookup): Move up.
3846 Handle the case where lookup-key returns an integer.
3847 (where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
3848 (where_is_internal_2): Adapt to fewer args for where_is_internal_1.
3849 (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
3850 Simplify/rewrite the keymap-finding code.
3851 Add check for command shadowing, using shadow_lookup.
3852
39e776cd
SM
38532000-10-24 Stefan Monnier <monnier@cs.yale.edu>
3854
3855 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
3856 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
3857 a symbol.
3858
2488aba5
AI
38592000-10-24 Andrew Innes <andrewi@gnu.org>
3860
3861 * dired.c (directory_files_internal_unwind): New function.
3862 (directory_files_internal): Use it to ensure closedir is called
3863 even if expand-file-name or file-attributes throw, eg. because of
3864 a user interrupt. Also enable immediate_quit while calling
3865 re_search, so that matching can be interrupted as well.
3866
b94fdf61
AI
38672000-10-24 Andrew Innes <andrewi@gnu.org>
3868
3869 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
3870 NT-Emacs only.
3871 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
3872 so that re_search functions only quit when callers expect them to.
3873
38742000-10-24 Kenichi Handa <handa@etl.go.jp>
3875
3876 * regex.c (regex_compile): Change the way of handling a range from
3877 a char less than 256 to a char not less than 256.
3878
1946f901
GM
38792000-10-24 Gerd Moellmann <gerd@gnu.org>
3880
7ae2f10f
GM
3881 * window.c (size_window): Prevent setting window's width or
3882 height to a negative value (esp. with XSETFASTINT).
3883
5dcab13e
GM
3884 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo)
3885 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
3886 (protect_malloc_state) [GC_MALLOC_CHECK &&
3887 GC_PROTECT_MALLOC_STATE]: New function.
3888 (PROTECT_MALLOC_STATE): New macro.
3889 (__malloc_initialize, morecore, _malloc_internal)
3890 (_free_internal) _realloc_internal): Use it to make _heapinfo
3891 read-only outside of gmalloc.
3892
63e1b552
GM
3893 * keymap.c: Update copyright.
3894
1946f901
GM
3895 * .gdbinit (xbacktrace): Handle case that $bt->function isn't
3896 a symbol.
3897
4fa09beb
GM
38982000-10-24 Colin Walters <walters@cis.ohio-state.edu>
3899
3900 * filelock.c (unlock_all_files): Use unlock_file to expand each
3901 buffer's file_truename before trying remove its lock file.
3902
23afac01
EZ
39032000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR
3906 or CRLF, decode EOLs.
3907
04448b95
KH
39082000-10-24 Kenichi Handa <handa@etl.go.jp>
3909
3910 * window.c (Fdisplay_buffer): Fix doc.
3911
3090a5a5
JR
39122000-10-23 Jason Rumney <jasonr@gnu.org>
3913
3914 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for
3915 ASCII font of default fontset on Windows.
3916
3917 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see
3918 xterm.c comment below).
3919
3920 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy.
3921
a83fee2c
GM
39222000-10-23 Gerd Moellmann <gerd@gnu.org>
3923
3924 * xterm.c (x_connection_closed): Reset handling_signal.
3925
3926 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
3927 null.
3928
6ffdb539
MB
39292000-10-23 Miles Bader <miles@gnu.org>
3930
3931 * window.c (window_scroll_pixel_based, window_scroll_line_based):
3932 Pass nil for FULLY argument to Fpos_visible_in_window_p to
3933 maintain old behavior.
3934 * minibuf.c (Fminibuffer_complete): Likewise.
3935
7f1c969b
MB
39362000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3937
3938 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so
3939 that when a font can't be exactly centered, it errs up rather than
3940 down.
3941
23afac01 39422000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu>
8ec118cd
SZ
3943
3944 * fns.c (Fbase64_decode_string): The decoded result should be
3945 unibyte.
3946
1a578e9b
AC
39472000-10-23 Andrew Choi <akochoi@i-cable.com>
3948
3949 * dispextern.h [macintosh]: Include macgui.h instead of macterm.h.
3950
3951 * dispnew.c [macintosh]: Include macterm.h.
a83fee2c 3952 (init_display) [macintosh]: Initialization for window system.
1a578e9b
AC
3953
3954 * emacs.c (main) [macintosh]: Call syms_of_textprop,
3955 syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
3956 syms_of_search, x_term_init, and init_keyboard before calling
3957 init_window_once. Also, call syms_of_xmenu.
3958
3959 * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
3960 default fontset to Monaco.
3961
3962 * frame.c [macintosh]: Include macterm.h. Remove declarations of
3963 NewMacWindow and DisposeMacWindow.
3964 (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
3965 instead of calling NewMacWindow and setting fields of
3966 f->output_data.mac directly. Call init_frame_faces.
3967 (Fdelete_frame) [macintosh]: Remove unused code.
3968 (Fmodify_frame_parameters) [macintosh]: Call
3969 x_set_frame_parameters instead of mac_set_frame_parameters.
3970
3971 * frame.h [macintosh]: Define menu_bar_lines field in struct
3972 frame. Define FRAME_EXTERNAL_MENU_BAR macro.
3973
3974 * keyboard.c [macintosh]: Include macterm.h.
3975 (kbd_buffer_get_event) [macintosh]: Generate delete_window_event
3976 and menu_bar_activate_event type events as for X and NT.
3977 (make_lispy_event) [macintosh]: Construct lisp events of type
3978 MENU_BAR_EVENT as for X and NT.
3979
3980 * sysdep.c [macintosh]: Remove declaration for sys_signal.
3981 Include stdlib.h. Remove definition of Vx_bitmap_file_path.
3982 (sys_subshell) [macintosh]: Remove definition entirely.
3983 (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
3984 Vwindow_system_version here. Remove initialization of
3985 Vx_bitmap_file_path.
3986 (read_input_waiting): Correct the number of parameters passed to
3987 read_socket_hook.
3988 Move all Macintosh functions to mac/mac.c.
3989
3990 * term.c [macintosh]: Include macterm.h.
3991
3992 * window.c [macintosh]: Include macterm.h.
3993
3994 * xdisp.c [macintosh]: Include macterm.h. Declare
3995 set_frame_menubar and pending_menu_activation.
3996 (echo_area_display) [macintosh]: Do not return if terminal frame
3997 is the selected frame.
3998 (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
3999 Allow only the selected frame to set menu bar.
4000 (redisplay_window) [macintosh]: Obtain menu bar to redisplay by
4001 calling FRAME_EXTERNAL_MENU_BAR (f).
4002 (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).
4003
4004 * xfaces.c [macintosh]: Include macterm.h. Define x_display_info
4005 and check_x. Declare XCreateGC. Define x_create_gc and
4006 x_free_gc. Initialize font_sort_order.
4007 (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
4008 but call x_list_fonts instead of w32_list_fonts.
4009 (Finternal_face_x_get_resource) [macintosh]: Do not call
4010 display_x_get_resource.
4011 (prepare_face_for_display) [macintosh]: Set xgcv.font.
4012 (realize_x_face) [macintosh]: Load the font if it is specified in
4013 ATTRS.
4014 (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed
4015 to Qt.
4016
1ffbabe3
SM
40172000-10-22 Stefan Monnier <monnier@cs.yale.edu>
4018
4019 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
4020 is nil: since we go to the end of submap anyway, we'd end up
4021 setting nil to nil.
4022 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
4023 doesn't obey autoload.
4024
bed43f1d
EZ
40252000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4026
1ffbabe3 4027 * msdos.c (dos_set_window_size): Update screen dimension variables.
bed43f1d 4028
ea4233a7
JR
40292000-10-21 Jason Rumney <jasonr@gnu.org>
4030
4031 * w32term.c (w32_cache_char_metrics): Double check that font is
4032 really fixed pitch before trusting tmPitchAndFamily.
4033
f3d3c491
AI
40342000-10-21 Andrew Innes <andrewi@gnu.org>
4035
4036 * w32gui.h (w32_char_font_type): Move enum from w32term.c
4037
4038 * w32term.h: Extern decl for w32_cache_char_metrics.
4039
4040 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics.
4041
4042 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics.
4043 (w32_unload_font): Free per_char array if present.
4044
4045 * w32term.c (w32_per_char_metric): Remove HDC argument. Use
4046 cached information in emulated XFontStruct to handle common cases
4047 quickly. Do not allocate XCharStruct for return.
4048 (w32_native_per_char_metric): New function.
4049 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of
4050 allocating one.
4051 (x_produce_glyphs): Don't get an HDC. Change calls to
4052 w32_per_char_metric to match arg change above. Remove calls to
4053 free results.
4054 (w32_get_glyph_overhangs): Ditto.
4055 (w32_cache_char_metrics): New function.
4056
4057 * makefile.w32-in: Change .obj to .$(O) in all dependencies.
4058 ($(BLD)/casefiddle.$(O)): Remove compile command.
4059 ($(BLD)/gmalloc.$(O)): Remove compile command.
4060 ($(BLD)/dispnew.obj):
4061 ($(BLD)/keyboard.obj):
4062 ($(BLD)/w32inevt.obj):
4063 ($(BLD)/w32bdf.obj):
4064 ($(BLD)/alloc.obj):
4065 ($(BLD)/buffer.obj):
4066 ($(BLD)/editfns.obj):
4067 ($(BLD)/emacs.obj):
4068 ($(BLD)/fileio.obj):
4069 ($(BLD)/fns.obj):
4070 ($(BLD)/indent.obj):
4071 ($(BLD)/insdel.obj):
4072 ($(BLD)/intervals.obj):
4073 ($(BLD)/minibuf.obj):
4074 ($(BLD)/print.obj):
4075 ($(BLD)/scroll.obj):
4076 ($(BLD)/sysdep.obj):
4077 ($(BLD)/textprop.obj):
4078 ($(BLD)/widget.obj):
4079 ($(BLD)/xdisp.obj): Add dependency on w32gui.h.
4080 ($(BLD)/term.obj): Add dependency on dispextern.h.
4081
4082 * makefile.nt ($(BLD)\dispnew.obj):
4083 ($(BLD)\keyboard.obj):
4084 ($(BLD)\w32inevt.obj):
4085 ($(BLD)\w32bdf.obj):
4086 ($(BLD)\alloc.obj):
4087 ($(BLD)\buffer.obj):
4088 ($(BLD)\editfns.obj):
4089 ($(BLD)\emacs.obj):
4090 ($(BLD)\fileio.obj):
4091 ($(BLD)\fns.obj):
4092 ($(BLD)\indent.obj):
4093 ($(BLD)\insdel.obj):
4094 ($(BLD)\intervals.obj):
4095 ($(BLD)\minibuf.obj):
4096 ($(BLD)\print.obj):
4097 ($(BLD)\scroll.obj):
4098 ($(BLD)\sysdep.obj):
4099 ($(BLD)\textprop.obj):
4100 ($(BLD)\widget.obj):
4101 ($(BLD)\xdisp.obj): Add dependency on w32gui.h.
4102 ($(BLD)\term.obj): Add dependency on dispextern.h
4103
18ad4821
EZ
41042000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4105
4106 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
4107 with an additional argument of Qt.
4108
de54681a
MB
41092000-10-21 Miles Bader <miles@gnu.org>
4110
4111 * window.c (pos_fully_visible_in_window_p): New function.
4112 (Fpos_visible_in_window_p): Add FULLY argument.
4113 Use pos_fully_visible_in_window_p.
4114 (window_scroll_pixel_based, window_scroll_line_based): Update
4115 calls to Fpos_visible_in_window_p.
4116 * lisp.h (Fpos_visible_in_window_p): Update prototype
4117
13c844fb
GM
41182000-10-20 Gerd Moellmann <gerd@gnu.org>
4119
4120 * alloc.c (toplevel): Conditionalize compilation of mem_*
4121 functions differently.
4122
d9506268
JR
41232000-10-20 Jason Rumney <jasonr@gnu.org>
4124
4125 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
4126 mem_init where it used to be. mem_z etc not defined otherwise.
4127
8094989b
GM
41282000-10-20 Gerd Moellmann <gerd@gnu.org>
4129
4130 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
4131 GC_MALLOC_CHECK.
4132 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
4133 structure definition and related variabled to the top of the file.
4134 Include this code when GC_MALLOC_CHECK is defined.
4135 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
4136 register/unregister allocated region.
4137 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
4138 which isn't allocated.
4139 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
4140 something which is already in use.
4141 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
4142 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
4143 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
4144 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
4145
4146 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use
4147 _malloc_internal instead of malloc.
4148 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
4149 of free.
4150
ea456eb4
AI
41512000-10-20 Andrew Innes <andrewi@gnu.org>
4152
4153 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
4154 Windows.
4155 (my_strftime) <macro>: Don't use macro arg list when redefining as
4156 _strftime_copytm.
4157 (my_strftime) <function>: Supply 0 as ut argument.
4158
e64c3a75
JR
41592000-10-19 Jason Rumney <jasonr@altavista.net>
4160
4161 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before
4162 including dispextern.h, as it stops faces from working.
4163
4164 * w32fns.c (Fx_create_frame): Don't bother calling
4165 face-set-after-frame-default since the caller does it for us
4166 anyway. Clean up calls to x_get_arg to be consistent with X.
4167
4168 * w32term.c (x_produce_glyphs): Handle
4169 unibyte_display_via_language_environment correctly.
4170 (w32_draw_box_rect): Fix the calculation of width and height.
4171
4172 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles,
4173 as it has stopped working.
4174 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like
4175 menu-bar.
4176
17401c97
GM
41772000-10-19 Gerd Moellmann <gerd@gnu.org>
4178
4179 * eval.c (skip_debugger): Prevent a compiler warning.
4180 (Fcondition_case): Likewise.
4181 (Fbacktrace_frame): Use a null interactive spec.
4182
773272d8
KH
41832000-10-19 Kenichi Handa <handa@etl.go.jp>
4184
4185 * xterm.c (x_find_ccl_program): Check also fontp->full_name.
4186
a42943e9
GM
41872000-10-18 Gerd Moellmann <gerd@gnu.org>
4188
e50517d9
GM
4189 * strftime.c: Sync with glibc, file version 1.78.
4190 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
4191 should no longer be used according to ISO 8601.
4192
9035a35a
GM
4193 * keymap.c (access_keymap): If IDX has a meta prefix, and there's
4194 no map for meta_prefix_char, don't try to use it as a keymap.
4195 Instead, if T_OK is non-zero, look up a default binding, if any,
4196 otherwise, if T_OK is zero, return nil.
4197
a42943e9
GM
4198 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
4199 (x_to_xcolors, png_load): Use x_query_color.
4200
4201 * xterm.c (x_color_cells, x_query_colors, x_query_color): New
4202 functions.
4203 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
4204 which can be slow.
4205 (x_copy_color, x_alloc_lighter_color): Likewise.
4206
4207 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
4208 (x_query_color, x_query_colors): Add prototype.
4209
4210 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
4211 check_string_bytes only if not noninteractive, increase count to 50.
4212
00de2987
MB
42132000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4214
4215 * insdel.c (adjust_markers_for_delete): Handle before-insertion
4216 markers correctly.
4217
54918e2b
GM
42182000-10-17 Gerd Moellmann <gerd@gnu.org>
4219
1f0b3fd2
GM
4220 * alloc.c (pure_bytes_used): Renamed from pureptr.
4221 (ALIGN): New macro.
4222 (pure_alloc): New function.
4223 (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
4224 Use it.
4225 (Fpurecopy): Use PURE_POINTER_P.
4226
68c5d1db
GM
4227 * xdisp.c (try_cursor_movement): Use cursor_row_p also when
4228 PT has moved backward.
4229
9a038881
GM
4230 * xdisp.c (cursor_row_p): Take continued lines into account.
4231
361b097f
GM
4232 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
4233 string's size_byte.
4234 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
4235 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
4236 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
4237 string allocated.
4238
54918e2b
GM
4239 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
4240 of selective display off while searching for the next line start.
4241
03ed0806
KH
42422000-10-17 Kenichi Handa <handa@etl.go.jp>
4243
4244 * Makefile.in (term.o): Depend on dispextern.h.
4245
7e05cdaf
SM
42462000-10-16 Stefan Monnier <monnier@cs.yale.edu>
4247
4248 * keymap.c (keymap_memberp): Ensure that nil is not a member.
4249
a6801fd1
GM
42502000-10-16 Gerd Moellmann <gerd@gnu.org>
4251
483de32b
GM
4252 * xdisp.c (set_iterator_to_next): Reset box start and end flags of
4253 the iterator at the beginning, so that they can be set later on,
4254 for instance in reseat_at_next_visible_line_start, without being
4255 overwritten.
4256
a6801fd1
GM
4257 * xfns.c (pbm_format): Add :foreground and :background keywords.
4258 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
483de32b 4259 (xbm_load): Recognize foreground and background color
a6801fd1
GM
4260 specifications.
4261
dbf1fcc1
EZ
42622000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4263
4264 * dispextern.h (unspecified_fg, unspecified_bg): Declare.
4265
4266 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern
4267 declaration.
4268
4269 * msdos.c (IT_set_face): Compare highlighted face with the default
4270 face, and invert colors if these faces' colors are identical.
4271 (Fmsdos_remember_default_colors): Don't swap foreground and
4272 background colors in initial_colors[].
4273 (IT_set_frame_parameters): Don't swap frame's foreground and
4274 background pixels. If ALIST includes "(reverse . t)", swap
4275 foreground-color and background-color properties in frame's
4276 param_alist. If the original frame's param_alist doesn't specify
4277 the colors, store unspecified-fg and unspecified-bg, reversed if
4278 required.
4279
4280 * frame.c (Fframe_parameters): If a tty's frame's param_alist says
4281 the colors are unspecified and reversed, reverse fore- and back-
4282 ground in the returned value.
4283 (Fframe_parameter): Ditto.
4284
b41fe2c3
GM
42852000-10-16 Gerd Moellmann <gerd@gnu.org>
4286
3a6b59d9
GM
4287 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
4288 get_last_unchanged_at_beg_row.
4289 (find_first_unchanged_at_end_row): Renamed from
4290 get_first_unchanged_at_end_row.
4291 (find_first_unchanged_at_end_row): Convert assertions to
4292 unconditional tests which abort. When looking for a row in
4293 unchanged text, don't go further back than first_text_row.
4294
b41fe2c3
GM
4295 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
4296 Don't add in the last line's height when deciding if the new
4297 position is below the scroll margin.
9d1af64f 4298
b41fe2c3 42992000-10-16 Miles Bader <miles@gnu.org>
f657bbf6
MB
4300
4301 * editfns.c (Fconstrain_to_field): Check carefully for field
4302 boundaries if either OLD_POS or NEW_POS has a non-nil field
4303 property, even if they're the same.
4304
c412cb7b
KH
43052000-10-16 Kenichi Handa <handa@etl.go.jp>
4306
4307 * xterm.c (x_draw_box_rect): Fix the calculation of width and
4308 height for XFillRectangle.
4309
5586f3eb
SM
43102000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * syntax.c (Fstring_to_syntax): New function extracted from
4313 Fmodify_syntax_entry.
4314 (Fmodify_syntax_entry): Use it and document the ! and | fences.
4315 (skip_chars, Fforward_comment): Remove unused variables.
4316 (syms_of_syntax): Add defsubr for string-to-syntax.
4317 (describe_syntax): Add code for comment and string fences.
4318
db785038
SM
43192000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4320
4321 * keymap.c (access_keymap): Add AUTOLOAD parameter.
4322 Do the meta->esc mapping. Call get_keyelt before returning.
4323 Start scanning from the second element (the first is always `keymap')
4324 to make it easier to detect when we reach a parent map.
4325 Handle the case of inheriting from a symbol whose function is a map.
4326 (Fkeymap_parent): Also handle the `inherit from symbol' case.
4327 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
4328 (get_keyelt, Flookup_key): Update call to access_keymap.
4329 Remove the meta->esc mappings.
4330 (define_as_prefix): Delete old disabled code.
4331 (menu_item_p): New function.
4332 (where_is_internal_1): Skip over the few remaining menu items.
4333 * lisp.h (access_keymap): Update prototype.
4334 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
4335 Update call to access_keymap.
4336 (follow_key, read_key_sequence): Update calls to access_keymap.
4337 Remove the meta->esc mappings.
4338
cafafe0b
GM
43392000-10-13 Gerd Moellmann <gerd@gnu.org>
4340
a2e2a7f6
GM
4341 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next
4342 with additional argument.
4343
cafafe0b
GM
4344 * xdisp.c (cursor_row_p): New function.
4345 (try_cursor_movement, display_line): Use it.
4346
4347 * xdisp.c (append_space): Also save/restore iterator's current
4348 character and its length.
4349
4350 * xdisp.c (init_from_display_pos): Add an assertion.
4351 (handle_stop): Don't set iterator's add_overlay_start.
4352 (handle_invisible_prop): Likewise.
4353 (load_overlay_strings): If text under an overlay is invisible,
4354 take both before- and after-strings into account when the iterator
4355 is positioned either at the start or at the end of the overlay.
4356 (forward_to_next_line_start): Rewritten.
4357 (reseat_at_next_visible_line_start): Rewritten.
4358 (set_iterator_to_next): Add parameter RESEAT_P.
4359
4360 * dispextern.h (struct it): Remove member add_overlay_start.
4361 (set_iterator_to_next): Change prototype.
4362
c744452b
KH
43632000-10-13 Kenichi Handa <handa@etl.go.jp>
4364
4365 * coding.c (code_convert_region): Be sure to initialize
4366 coding->category_idx.
e4a3f4e1
KH
4367 (decode_coding_string): Set coding->src_multibyte and
4368 coding->dst_multibyte before using CODING_REQUIRE_DECODING.
4369 (encode_coding_string): Set coding->src_multibyte and
4370 coding->dst_multibyte before using CODING_REQUIRE_ENCODING.
c744452b 4371
321fd26f
SM
43722000-10-12 Stefan Monnier <monnier@cs.yale.edu>
4373
4374 * xfns.c (Fx_create_frame): Don't bother calling
4375 face-set-after-frame-default since the caller does it for us anyway.
4376
76832439
EZ
43772000-10-12 Eli Zaretskii <eliz@is.elta.co.il>
4378
4379 * window.c (coordinates_in_window): Fix detection of vertical line
4380 on character terminals.
4381
2483cf58
GM
43822000-10-12 Gerd Moellmann <gerd@gnu.org>
4383
4384 * editfns.c (save_excursion_save): Additionally record the
4385 selected window.
4386 (save_excursion_restore): If buffer was visible in a window, and a
4387 different window was selected, and the old selected window is
4388 still live, restore point in that window.
4389
eb991b25
KH
43902000-10-12 Kenichi Handa <handa@etl.go.jp>
4391
8a0eba09
KH
4392 * xterm.c (x_produce_glyphs): Handle
4393 unibyte_display_via_language_environment correctly.
4394
20401fcc
KH
4395 * regex.c (regex_compile): Change the way of handling a range from
4396 unibyte char to multibyte char.
4397
4398 * syntax.c (skip_chars): Change the way of handling a range from
4399 unibyte char to multibyte char.
4400
eb991b25
KH
4401 * process.c (read_process_output): Cancel previous change.
4402
365dd325
EZ
44032000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4404
c1b096cb
EZ
4405 * search.c (Fsearch_backward, Fsearch_forward): Doc fix.
4406
365dd325
EZ
4407 * charset.c (Ffind_charset_string): Doc fix.
4408 (Ffind_charset_region): Doc fix.
4409
eb483c2b
KH
44102000-10-11 Kenichi Handa <handa@mule.m17n.org>
4411
4412 * process.c (read_process_output): Fix previous change. Adjust
4413 multibyteness of text to insert in a buffer by
df3c11b9 4414 string_make_unibyte/multibyte instead of
eb483c2b
KH
4415 Fstring_as_unibyte/multibyte.
4416
b40bfb99
AS
44172000-10-10 Andreas Schwab <schwab@suse.de>
4418
4419 * alloc.c (mark_object): Remove all workarounds installed on
4420 1993-08-08.
4421
caff31d4
KH
44222000-10-10 Kenichi Handa <handa@etl.go.jp>
4423
4424 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
4425 returning.
4426 (base64_encode_1): Make it work for a text of multibyte form.
4427 (Fbase64_decode_region): Allocate sufficient memory for multibyte
4428 case. Don't call str_to_multibyte because base64_decode_1
4429 produces correct multibyte form for eight-bit codes.
4430 (Fbase64_decode_string): Adjusted for the change of
4431 base64_decode_1.
4432 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If
4433 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
4434 codes.
4435
4436 * charset.h (CHAR_STRING): Optimized for single byte characters.
4437
cba026ef
AS
44382000-10-09 Andreas Schwab <schwab@suse.de>
4439
4440 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
4441 -1 after socket is closed, to fall through to error processing.
4442
1e21fe48
EZ
44432000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4444
4445 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
365dd325 4446 variables. If ALIST includes foreground-color or
1e21fe48
EZ
4447 background-color, change also the colors of the default face for
4448 this frame.
4449
a640322e
EZ
44502000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4451
4452 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make
4453 them extern (they are defined on xfaces.c).
4454 (syms_of_msdos): Don't intern and don't staticpro
4455 Qbackground_color and Qforeground_color.
4456
a115794c
EZ
44572000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4458
4459 * frame.c (Fframe_parameter): For non-windowed frames, if
4460 f->param_alist says foreground or background color is unspecified,
4461 call tty_color_name to return the color name computed from the
4462 frame's current colors.
4463
f5533b63
DL
44642000-10-06 Dave Love <fx@gnu.org>
4465
4466 * terminfo.c (ospeed): Don't declare.
4467
4468 * sysdep.c: Don't include string.h.
4469 (h_errno): Declare conditional also on TRY_AGAIN.
4470
4471 * charset.c (Ffind_charset_string): Doc fix.
4472
4473 * fns.c (Fbase64_encode_region, Fbase64_encode_string)
4474 (Fbase64_decode_region, Fbase64_decode_string): More explicit
4475 error messages.
4476
2b06561a
DL
44772000-10-05 Dave Love <fx@gnu.org>
4478
4479 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
4480 position like menu-bar.
4481
ca839c85
GM
44822000-10-05 Gerd Moellmann <gerd@gnu.org>
4483
4484 * keyboard.c (Frecursive_edit): Make sure redisplay can happen.
4485
4486 * xdisp.c (handle_single_display_prop): Use safe_call1.
4487 (safe_call): Renamed from call_function.
4488 (safe_call1): New function.
4489 (handle_fontified_prop): Use safe_call1 instead of call1.
4490 (safe_eval): Renamed from eval_form.
4491 (safe_eval_handler): Renamed from eval_handler.
4492 (handle_single_display_prop, display_mode_element): Use safe_eval
4493 instead of eval_form.
4494
4495 * xfaces.c (merge_face_heights): Use safe_call instead of
4496 call_function.
4497
4498 * keyboard.c (show_help_echo): Use safe_call instead of
4499 call_function; use safe_eval instead of eval_form.
4500
4501 * lisp.h (safe_call): Renamed from call_function.
4502 (safe_eval): Renamed from eval_form.
4503 (safe_call1): Add prototype.
4504
a3489ece
MB
45052000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4506
4507 * xfns.c (image_ascent): Rearrange ascent calculation for the
4508 has-a-font case.
4509
35810b6f
SM
45102000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4511
4512 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
4513 (where_is_internal_1): Don't bother ignoring menu-items any more.
4514
3dc78168
GM
45152000-10-04 Gerd Moellmann <gerd@gnu.org>
4516
4517 * keyboard.c (update_menu_bindings): New variable.
4518 (parse_menu_item): Use AREF. If update_menu_bindings
4519 is 0, don't update menu bindings.
4520 (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
4521
1efc2bb9
EZ
45222000-10-03 Eli Zaretskii <eliz@is.elta.co.il>
4523
4524 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call
4525 to `mark_object'.
4526
3f679f55
SM
45272000-10-02 Stefan Monnier <monnier@cs.yale.edu>
4528
4529 * syntax.c (forw_comment): Match nestedness of ender/starter.
4530 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
4531 (prev_char_comstart_first): Remove.
4532 (back_comment): Check two-char comment markers more carefully
4533 to better handle overlapping cases like *//* or /* */* */ ...
4534 Match nestedness of ender/starter.
4535
2021ab61
DL
45362000-10-02 Dave Love <fx@gnu.org>
4537
4538 * config.in (HAVE_GAI_STRERROR): Add undef.
4539
4540 * process.c (Fopen_network_stream): Use it.
4541
4542 * m/alpha.h (NO_REMAP): Don't define.
4543
64e6cc18
GM
45442000-10-02 Gerd Moellmann <gerd@gnu.org>
4545
4546 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
4547 return with a string converted to an integer or vice versa when
4548 Vmocklisp_arguments is t.
4549 (Fsignal): Likewise. The function can return for `quit'.
4550 (struct gcpro): Declare member `var' to point to a volatile
4551 Lisp_Object.
4552
4553 * eval.c (error): Prevent compiler warning.
4554
b1904cd9
SM
45552000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4556
4557 * keymap.c (keymap_memberp): New function.
4558 (Fset_keymap_parent): Use it.
4559 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP.
4560 Use keymap_memberp to avoid creating cycles.
4561 (access_keymap): Use KEYMAPP.
4562
71c9ec51
GM
45632000-09-30 Gerd Moellmann <gerd@gnu.org>
4564
4565 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
64e6cc18
GM
4566 gai_strerror. Make sure xerrno is set if connect fails. Improve
4567 error recovery.
71c9ec51 4568
c70c6b58
JR
45692000-09-29 Jason Rumney <jasonr@gnu.org>
4570
4571 * w32term.c (w32_char_font_type, w32_encode_char)
4572 (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
4573 (w32_bdf_per_char_metric): New function.
4574 (w32_per_char_metric): Use it.
4575 (x_draw_glyph_string_background): Always draw background for BDF
4576 glyphs.
4577
4578 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
4579 GDI object which is a scarce resource.
4580
4581 * w32bdf.c (search_file_line): Fix skipping of whitespace.
4582 (get_quoted_string): Fix limit on memchr search.
4583 (set_bdf_font_info): Use unsigned chars. Negate yoffset.
4584 (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
4585 (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
4586 (get_cached_font_char, cache_char_offset): Use macro
4587 BDF_CODEPOINT_RANGE_COVER_P.
4588 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
4589 (clear_cached_bitmap_slots): New function.
4590 (GET_HEX_VALUE): G-Z, g-z are not hex.
4591 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
4592 (get_bitmap_with_cache): Use new cache implementation.
4593 (create_offscreen_bitmap): New function.
4594 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
4595
4596 * w32term.c (x_produce_glyphs): If the distance from the current
4597 position to the next tab stop is less than a canonical character
4598 width, use the tab stop after that.
4599 (x_draw_glyphs): Handle case START and END are out of bounds more
4600 carefully.
4601 (x_clear_mouse_face): Block/unblock input.
4602 (x_display_and_set_cursor): Don't show a hollow box cursor for
4603 buffers whose cursor_type is nil.
4604
fe01239f
GM
46052000-09-29 Gerd Moellmann <gerd@gnu.org>
4606
4607 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar
4608 disappears.
4609
4610 * dispextern.h (updating_frame): Declare extern.
4611
e7c52f1f
AS
46122000-09-29 Andreas Schwab <schwab@suse.de>
4613
4614 * m/ia64.h: Remove hack of not prototyping bcopy, etc.
4615
de6e1f7c
GM
46162000-09-29 Gerd Moellmann <gerd@gnu.org>
4617
25126faa
GM
4618 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol,
4619 use its function definition.
4620 (tool_bar_items): Likewise.
4621
de6e1f7c
GM
4622 * lisp.h (fatal): Declare NO_RETURN.
4623
454ee39b
KH
46242000-09-29 Kenichi Handa <handa@etl.go.jp>
4625
4626 * keymap.c: Remove the line "#undef NULL".
4627
96301c5f
GM
46282000-09-28 Gerd Moellmann <gerd@gnu.org>
4629
4630 * xterm.c (x_make_frame_visible): Try harder to make the frame
4631 visible.
4632
efffeeb4
DL
46332000-09-28 Dave Love <fx@gnu.org>
4634
ecb8b666
DL
4635 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP.
4636
dc3cd20f
DL
4637 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define.
4638
4639 * .gdbinit (xreload): Note its need on GNU/Linux.
4640
efffeeb4
DL
4641 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
4642 r_alloc, r_alloc_free.
4643
8610d903
KH
46442000-09-28 Kenichi Handa <handa@etl.go.jp>
4645
4646 * syntax.c (skip_chars): Handle negation correctly.
4647
8901d1ac
GM
46482000-09-27 Gerd Moellmann <gerd@gnu.org>
4649
6f22f1ad
GM
4650 * xfaces.c (realize_default_face): Call set_lface_from_font_name
4651 with non-zero FORCE_P argument.
4652
8901d1ac
GM
4653 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows):
4654 Add assertions.
4655
4656 * xdisp.c (window_box_height): Add an assertion.
4657
4658 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the
4659 tool-bar than is available.
4660 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1.
4661
36f1966f
DL
46622000-09-27 Dave Love <fx@gnu.org>
4663
efffeeb4 4664 * s/irix6-5.h: Now works 64-bit. Tidied.
36f1966f 4665
31d929e5
GM
46662000-09-26 Gerd Moellmann <gerd@gnu.org>
4667
c98863bf
GM
4668 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
4669 instead of BITS_PER_INT.
4670 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
4671 EMACS_UINT, respectively.
4672 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
4673
4674 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
4675
4676 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
4677
77072ab1
GM
4678 * window.c (freeze_window_starts): Construct last argument for
4679 foreach_window differently.
4680
4681 * xfns.c (x_decode_color): Don't return a Lisp_Object.
4682
4683 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
4684 EMACS_UINT instead of `int' and `unsigned int'.
4685 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
4686
4687 * frame.h (struct frame): Make the `nothing' member of union
4688 output_data an EMACS_INT.
4689
31d929e5
GM
4690 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug
4691 hunting.
4692 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
4693 size in the sdata structure.
4694 (SDATA_NBYTES, SDATA_DATA): New macros.
4695 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
4696 differently for the different layout of the sdata structure.
4697 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
4698 in sdata.
4699 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
4700 Check that size recorded in the string size and size recorded in
4701 the sdata structure agree.
4702
3e60b029
DL
47032000-09-25 Dave Love <fx@gnu.org>
4704
4705 * buffer.c: Include stdio.h.
4706
4707 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
4708
4709 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
4710
4711 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
4712 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as
4713 size_t.
4714 (__malloc_extra_blocks): Declare as __malloc_size_t.
4715
8ff16b4e
GM
47162000-09-25 Gerd Moellmann <gerd@gnu.org>
4717
755a2ccd
GM
4718 * alloc.c (mark_image): Use GC_NILP instead of NILP.
4719
d8b4516f
GM
4720 * keyboard.c (show_help_echo): Set help_echo_showing_p.
4721 (read_char): If help-echo is showing, preserve the echo area
4722 when redisplaying.
4723
4724 * xdisp.c (help_echo_showing_p): New variable.
4725 (set_message): Reset it to 0.
4726 (init_xdisp): Initialize help_echo_showing_p.
4727
4728 * dispextern.h (help_echo_showing_p): Declare extern.
4729
4730 * config.in: Fix typo in __GNUC_MINOR__.
4731
4732 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
4733
b11af2dd
GM
4734 * s/freebsd.h (POSIX_SIGNALS): Define.
4735
8ff16b4e
GM
4736 * xterm.c (x_clear_mouse_face): Block/unblock input.
4737
844eb643
DL
47382000-09-24 Dave Love <fx@gnu.org>
4739
4740 * fns.c (base64_encode_1): Fix last change.
4741
b30ab1b3
GM
47422000-09-22 Gerd Moellmann <gerd@gnu.org>
4743
4744 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts.
4745
4746 * xdisp.c (try_window_reusing_current_matrix): More fixes
4747 for the case window has a header-line.
4748
c6cbe5f0
DL
47492000-09-22 Dave Love <fx@gnu.org>
4750
4c7c1f3f
DL
4751 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
4752 a doc string.
4753
4754 * xterm.c [SOLARIS2]: Remove redundant include of string.h.
4755
c6cbe5f0
DL
4756 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
4757
550a625e
GM
47582000-09-21 Gerd Moellmann <gerd@gnu.org>
4759
4c7c1f3f 4760 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
fca99116
GM
4761 for GCC >= 2.5.
4762
4763 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare
4764 NO_RETURN.
4765
80d26f99
GM
4766 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
4767 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
4768 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler
4769 warnings.
4770
4771 * marker.c (byte_char_debug_check): Return void.
4772
623a0aae
GM
4773 * xfns.c (Fx_create_frame): Set default frame parameter value
4774 for tool-bar-lines to 1.
4775
4776 * dispnew.c (scrolling_window): Compare y-positions of rows
4777 equal at the start. Some simplification.
4778
4779 * xdisp.c (try_window_reusing_current_matrix): Fix computation of
4780 reused rows' y-position in the case window has a header-line, and
4781 new window start is greater than old window start.
4782
42ac0ae5
GM
4783 * process.c (process_sent_to): New variable.
4784 (send_process): Workaround for a crash on sparc-sun-solaris-2.6
4785 with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
4786 Declare more parameters volatile.
4787
550a625e
GM
4788 * lread.c (Vrecursive_load_depth_limit): New variable.
4789 (Fload): Check recursive loads whose recursion depth exceeds
4790 Vrecursive_load_depth_limit.
4791 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
4792
8320414c
GM
47932000-09-20 Gerd Moellmann <gerd@gnu.org>
4794
f46c275e
GM
4795 * fileio.c (Fread_file_name): Doc fix.
4796
4797 * editfns.c (Fmessage_or_box): Doc fix.
4798
4799 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
4800
b7e11c5b
GM
4801 * xfns.c (xbm_scan): Allow C-style comments.
4802
8320414c
GM
4803 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
4804 symbols are specified, add color translations to the cache.
4805 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New
4806 functions.
4807 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
4808 xpm_cache_color.
4809 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
4810 structures to xpm_init_color_cache.
4811
da1608d9
GM
48122000-09-19 Gerd Moellmann <gerd@gnu.org>
4813
4814 * dispnew.c (update_window_line): Make sure to always draw
4815 mode-lines.
4816
6badfa25
AI
48172000-09-19 Andrew Innes <andrewi@gnu.org>
4818
4819 * makefile.nt (bootstrap-emacs): Don't change directory.
4820
3a5f42bb
KH
48212000-09-19 Kenichi Handa <handa@etl.go.jp>
4822
1b7649bd
KH
4823 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
4824
3a5f42bb
KH
4825 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly.
4826 If output buffer is too small, signal an appropriated error.
4827
9f83cf0b
DL
48282000-09-18 Dave Love <fx@gnu.org>
4829
4830 * keyboard.c (menu_bar_items, tool_bar_items)
4831 (current_active_maps): Remove redundant get_local_map call.
4832
28c7826c
GM
48332000-09-18 Gerd Moellmann <gerd@gnu.org>
4834
5cefa566
GM
4835 * xterm.c (x_display_and_set_cursor): Don't show a hollow box
4836 cursor for buffers whose cursor_type is nil.
4837
6fed3546
GM
4838 * xterm.c (x_draw_image_glyph_string): Remove a comment describing
4839 a feature to implement that is already implemented.
4840 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
4841 warnings.
4842
4843 * xfns.c (x_clear_image_1): New function.
4844 (x_clear_image): Use it.
4845 (x_from_xcolors): Use x_clear_image_1; don't free the image's
4846 mask.
4847
05b1f851
GM
4848 * dispnew.c (update_window): Move test for invisible lines
4849 at the top to update_window_line.
4850 (update_window_line): Handle invisible lines here.
4851
f4779de9
GM
4852 * xfns.c (clear_image_cache): Clear current matrices of all
4853 frames sharing an image cache. Block input while freeing
4854 images. Fix timestamp comparison.
4855 (x_clear_image): Also free the mask.
4856
28c7826c
GM
4857 * xfns.c (lookup_image): Block input while loading the image so
4858 that we won't get interrupted in a state where the image isn't yet
4859 set up completely.
4860 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
4861 (lookup_pixel_color, x_to_xcolors, x_from_xcolors)
4862 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
4863 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock
4864 input.
4865
b7412313
GM
48662000-09-16 Gerd Moellmann <gerd@gnu.org>
4867
4868 * dispnew.c (update_window): Make sure to make desired rows
4869 current even if they are completely invisible at the top
4870 of a window.
4871
47e351a3
GM
48722000-09-15 Gerd Moellmann <gerd@gnu.org>
4873
7f8f1edc
GM
4874 * xfns.c (lookup_image): Build mask before applying an algorithm.
4875 Recognize algorithm `disabled'.
4876 (cross_disabled_images): New variable.
4877 (COLOR_INTENSITY): New macro.
4878 (x_detect_edges): Use COLOR_INTENSITY.
4879 (x_disable_image): New function.
4880 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
4881
4882 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
4883 disabled state, don't apply an image transformation algorithm if
4884 the user specified an image for the disabled state. Use
28c7826c 4885 `:algorithm disabled' for creating a disabled item's image if the
7f8f1edc
GM
4886 user hasn't specified an image.
4887
ebb8f116
GM
4888 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
4889 allocation functions with the XPM lib.
4890 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
4891 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
4892 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
4893 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
4894 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New
4895 functions.
4896 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
4897 functions, if possible, because these handle color allocation
4898 failure more gracefully.
4899 (Fimage_mask_p): New function.
4900
47e351a3
GM
4901 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
4902 (Qedge_detection, Qheuristic): New symbols.
4903 (syms_of_xfns): Initialize new symbols.
4904 (lookup_image): Handle `:mask X', `:algorithm emboss', and
4905 `algorithm (edge-detection ...)'.
4906 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
4907 (tiff_format, gif_format, gs_format): Add `:mask'.
4908 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
4909 (GIF_MASK, GS_MASK): New enumerators.
4910 (x_laplace_read_row, x_laplace_write_row): Functions removed.
4911 (emboss_matrix, laplace_matrix): New variables.
4912 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
4913 (x_edge_detection): New functions.
4914 (x_laplace): Rewritten in terms of x_detect_edges.
4915 (x_build_heuristic_mask): If image has a mask, free it.
4916
fe83b953
AI
49172000-09-14 Andrew Innes <andrewi@gnu.org>
4918
4919 * makefile.w32-in: Revert to Unix line endings.
4920
3021e816
AI
49212000-09-14 Andrew Innes <andrewi@gnu.org>
4922
4923 * makefile.w32-in: Standardize indentation somewhat.
4924 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
4925 cater for differences between shells.
4926
4927 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts.
4928
2a32b5ea
GM
49292000-09-14 Gerd Moellmann <gerd@gnu.org>
4930
4931 * xterm.c (x_produce_glyphs): If the distance from the current
4932 position to the next tab stop is less than a canonical character
4933 width, use the tab stop after that.
4934
b4331e96
DL
49352000-09-14 Dave Love <fx@gnu.org>
4936
4937 * buffer.c (alloc_buffer_text): Fix xmalloc call.
4938
ef9e4345
GM
49392000-09-14 Gerd Moellmann <gerd@gnu.org>
4940
085536c2
GM
4941 * xdisp.c (handle_fontified_prop): While running fontification
4942 functions, bind `fontification-functions' and
4943 `after-change-functions' to nil.
4944
ef9e4345
GM
4945 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
4946 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
4947
4948 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
4949
4950 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to
4951 USE_MMAP_FOR_BUFFERS.
4952
4953 * insdel.c (make_gap): Use enlarge_buffer_text.
4954
4955 * buffer.c: Move allocation with mmap here, from ralloc.c. Change
4956 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
4957 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
4958 from former r_alloc_* functions in ralloc.c.
4959 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New
4960 variables.
4961 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
4962 (mmap_init) [REL_ALLOC_MMAP]: New function.
4963 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
4964 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
4965 BUFFER_FREE.
4966
4967 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
4968 (enlarge_buffer_text): Add prototype.
4969
4970 * ralloc.c: Remove everything having to do with the use of mmap.
4971
f8608968
GM
49722000-09-13 Gerd Moellmann <gerd@gnu.org>
4973
2a494b2d
GM
4974 * sound.c (Fplay_sound): Doc fix.
4975
8c907a56
GM
4976 * keyboard.c: Avoid some more compiler warnings.
4977 (parse_tool_bar_item): Ignore cached key bindings.
4978
f8608968
GM
4979 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
4980 and allocation of Lisp data.
4981
6ab70e9a
GM
49822000-09-12 Gerd Moellmann <gerd@gnu.org>
4983
d12d0a9b
GM
4984 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.
4985 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame
4986 defaults first.
4987
6ab70e9a
GM
4988 * lread.c (Fload): Put code checking for recursive loads in #if 0.
4989
63c36c3c
KH
49902000-09-12 Miyashita Hisashi <himi@meadowy.org>
4991
4992 * ccl.c: Comment fixed.
4993 (MAX_MAP_SET_LEVEL): Increased to 30.
4994 (PUSH_MAPPING_STACK): Enclose with do-while block.
4995 (POP_MAPPING_STACK): Likewise.
4996 (stack_idx_of_map_multiple): New variable.
4997 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
4998 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
4999 call the corresponding CCL program by
5000 CCL_CALL_FOR_MAP_INSTRUCTION.
5001 (ccl_driver) <CCL_MapSingle>: Likewise.
5002 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
5003 with the case where looking up process reaches to the end of
5004 map-set, and call CCL programs as the above change.
5005
7ee3bd7b
GM
50062000-09-11 Gerd Moellmann <gerd@gnu.org>
5007
8ec8a5ec
GM
5008 * xfns.c (png_load, jpeg_load): Declare some variables volatile
5009 that might be clobbered by longjmp.
5010 (check_x_display_info, x_decode_color, create_frame_xic)
5011 (Fx_display_backing_store, Fx_display_visual_class)
5012 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler
5013 warnings.
5014
f74b0705
GM
5015 * lread.c (init_lread): Set Vloads_in_progress to nil.
5016 (Fload): Show list of recursively loaded files, when signaling an
5017 error.
5018
7ee3bd7b
GM
5019 * lread.c (Vloads_in_progress): New variable.
5020 (record_load_unwind): New function.
5021 (Fload): Check for recursive loads.
5022 (syms_of_lread): Initialize Vloads_in_progress.
5023 (read_integer, read1): Avoid some compiler warnings.
5024
5025 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
5026 compiler warnings.
5027
974e1e5b
MB
50282000-09-11 Miles Bader <miles@gnu.org>
5029
5030 * editfns.c (Fbuffer_string): Doc fix.
5031
9824c4e3
GM
50322000-09-10 Gerd Moellmann <gerd@gnu.org>
5033
5034 * ralloc.c (mmap_enlarge): Don't return 0 if successful.
5035
6a72fdd1
KR
50362000-09-09 Ken Raeburn <raeburn@gnu.org>
5037
5038 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
5039 whether to include other header files.
5040
28e6fb66
GM
50412000-09-09 Gerd Moellmann <gerd@gnu.org>
5042
5043 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
9824c4e3 5044 by Fmemq as a boolean.
28e6fb66 5045
7f8b6551
SM
50462000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5047
5048 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko.
5049
a8710abf
GM
50502000-09-08 Gerd Moellmann <gerd@gnu.org>
5051
d1a02881
GM
5052 * ralloc.c (mmap_fd): Remove initializer which can make it
5053 read-only in a dumped Emacs.
5054 (mmap_fd_1): New variable.
5055 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1,
5056 restore it from there.
5057 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
5058 unconditionally so that mmap_fd can be initialized there.
5059 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
5060 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
5061 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
5062
c454aac1
GM
5063 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object.
5064
5065 * xdisp.c (dump_glyph_row): Fix printf format string.
5066 (display_line, move_it_in_display_line_to): Avoid compiler
5067 warnings.
5068
fc653ef2
GM
5069 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
5070
3015eec0
GM
5071 * keymap.c (Fset_keymap_parent): Check for cycles in keymap
5072 inheritance.
5073
bfe0ee88
GM
5074 * xdisp.c (try_window_id): When trying to locate cursor in
5075 unchanged rows at the top, handle the case that we can't find it.
5076
a8710abf
GM
5077 * xterm.c (x_draw_glyphs): Handle case START and END are out
5078 of bounds more carefully.
5079
6b7d4ae4
DL
50802000-09-08 Dave Love <fx@gnu.org>
5081
423193c5
DL
5082 * s/sol2.h (REL_ALLOC_MMAP): Define.
5083 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
5084
5085 * ralloc.c: Don't include string.h (redundant).
5086 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
5087 [!MAP_ANON]: Include fcntl.h.
5088 (mmap_fd) [REL_ALLOC_MMAP]: New variable.
5089 (r_alloc, r_re_alloc, r_alloc_free)
5090 (mmap_enlarge, mmap_set_vars): Use it.
5091 (r_alloc_init_fd): New function.
5092 (__morecore) [SYSTEM_MALLOC]: Don't declare.
5093 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on
5094 malloc type.
5095
5096 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
5097 Remove vm-limit.o.
5098
6b7d4ae4
DL
5099 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
5100 change to __NetBSD__.
5101
44d31981
KH
51022000-09-08 Kenichi Handa <handa@etl.go.jp>
5103
5104 * search.c (compile_pattern): Check the multibyteness of cached
5105 string and PATTERN.
5106
aad40737
MB
51072000-09-08 Miles Bader <miles@gnu.org>
5108
5109 * xfaces.c (default_face_vector): Function removed.
5110 (Finternal_merge_in_global_face): Restore old global/local
5111 attribute override order. Use inline loop instead of calling
5112 default_face_vector.
5113
91a211b5
GM
51142000-09-07 Gerd Moellmann <gerd@gnu.org>
5115
5116 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
5117 (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
5118 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
5119 where necessary, in case POINTER_TYPE is `void'.
5120
03419440
EZ
51212000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5122
5123 * frame.c (make_terminal_frame): Initialize frame foreground and
5124 background colors to unspecified, for the initial instance of an
5125 MSDOS frame.
5126
f46f845b
GM
51272000-09-07 Gerd Moellmann <gerd@gnu.org>
5128
24f76fbf
GM
5129 * ralloc.c (mmap_find): Fix overlap computation.
5130 (mmap_enlarge): Compute nbytes before trying to find an
5131 overlapping region.
5132
f46f845b
GM
5133 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
5134 instead of `!='.
5135
5136 * lread.c (syms_of_lread): Change value of regexp
5137 Vbytecomp_version_regexp to not match some XEmacs-compiled files.
5138
5139 * xmenu.c (xdialog_show): When looking up the selection in
5140 menu_items, take `quote' boundaries into account; this corresponds
5141 to a nil ITEM in x-popup-dialog.
5142
3c014385
KH
51432000-09-07 Kenichi Handa <handa@etl.go.jp>
5144
fd6f711b
KH
5145 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
5146 not 0x81.
5147 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
5148
3c014385 5149 * coding.c (encode_coding_sjis_big5): Use translation table for
ed254191
KH
5150 encoding, not decoding. Fix the handling of latin-jisx0201.
5151 Check for the charset katakana-jisx0201 too.
3c014385 5152 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
f46f845b 5153 (detect_coding_sjis): Check the byte sequence more rigidly.
3c014385 5154
0da3ecef
GM
51552000-09-07 Gerd Moellmann <gerd@gnu.org>
5156
ab0ee409
GM
5157 * xfaces.c (Vparam_value_alist): New variable.
5158 (syms_of_xfaces): Initialize it.
5159 (Finternal_set_lisp_face_attribute): Avoid more consing.
5160
5161 * frame.c (Fframe_parameter): Handle `name' and `background-mode'
5162 specially.
5163 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
5164 (Qbackground_mode): New variable.
5165 (syms_of_frame_1): Initialize Qbackground_mode.
5166
5167 * lisp.h (Qdisplay): Declare extern.
1091dd67 5168
0da3ecef
GM
5169 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
5170 change face on all frames, and change the default for new frames.
5171
b14654b9
DL
51722000-09-07 Dave Love <fx@gnu.org>
5173
5174 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
5175
d24fd56f
KH
51762000-09-07 Kenichi Handa <handa@etl.go.jp>
5177
794f3670
KH
5178 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
5179
0fddd0dc
KH
5180 * charset.c: Include composite.h
5181 (lisp_string_width): New function.
5182 (Fstring_width): Call lisp_string_width instead of strwidth.
5183
5184 * Makefile.in (charset.o): Depends on composite.h.
5185
d24fd56f
KH
5186 * process.c (read_process_output): Before inserting the decoded
5187 text in the buffer, adjust the multibyteness.
5188
fa0b693c
GM
51892000-09-06 Gerd Moellmann <gerd@gnu.org>
5190
73b77ee5
GM
5191 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
5192 buffer's text buffer is null, map new memory.
5193
0a58f946
GM
5194 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
5195 POINTER_TYPE and size_t.
5196 (struct mmap_region) [REL_ALLOC_MMAP]: New structure.
5197 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables.
5198 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA)
5199 [REL_ALLOC_MMAP]: New macros.
5200 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars)
5201 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free)
5202 [REL_ALLOC_MMAP]: New functions.
5203
5204 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
5205 before and after unexec.
5206
5207 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer
5208 text buffers if necessary.
5209
5210 * buffer.h (R_ALLOC_DECLARE): Removed because unused.
5211 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t
5212 in prototypes.
5213
fa0b693c
GM
5214 * config.in (HAVE_MMAP): Add #undef.
5215
877055f6
GM
52162000-09-05 Gerd Moellmann <gerd@gnu.org>
5217
08ba3862
GM
5218 * frame.c (Qdisplay_type): New variable.
5219 (syms_of_frame_1): Initialize it.
5220 (Fframe_parameter): New function that avoids consing.
5221 (syms_of_frame): Defsubr it.
5222
66ffe51c
GM
5223 * buffer.c (Fother_buffer): Consider buffers as invisible when
5224 they are displayed in a window on an invisible frame.
5225
877055f6
GM
5226 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
5227 get-largest-window always return nil.
5228
bb970e67
GM
52292000-09-04 Gerd Moellmann <gerd@gnu.org>
5230
5231 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
5232 variable; recognize Emacs 19 elc files.
5233
7a3d0e0e
MB
52342000-09-04 Miles Bader <miles@gnu.org>
5235
5236 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face
5237 before initially popping up the menu, so the menu doesn't flash
5238 when the face settings are significantly different from the
5239 defaults.
5240
14473664
SM
52412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5242
5243 * regex.c (WIDE_CHAR_SUPPORT): New macro.
5244 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
5245 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
5246 (BIT_UNIBYTE): Remove.
5247 (re_match_2_internal): Delete corresponding code and streamline the
5248 BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
5249 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
5250 (re_wctype_t): New type.
5251 (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
5252 (regex_compile): Use them and fix handling of overly long char classes.
5253
c1174479
AI
52542000-09-03 Andrew Innes <andrewi@gnu.org>
5255
f8803e97
AI
5256 * makefile.w32-in: Change to DOS line endings.
5257
c1174479
AI
5258 * s/ms-w32.h (ORDINARY_LINK): New define.
5259
5260 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
5261 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
5262
5263 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
5264 (distclean): Delete them here instead.
5265
44ef7cf6
AI
5266 * w32proc.c (compare_env): Convert to uppercase for comparison,
5267 not lowercase, to match how the native Windows shell works.
5268
49b3bd82
JR
52692000-09-03 Jason Rumney <jasonr@gnu.org>
5270
5271 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
5272 CVS changes the line-ends when checking in/out on DOS/Windows.
5273
5274 * makefile.nt (emacs): Do not change directory to run temacs, as
5275 the load-path is set relative to current directory.
5276
a3d35a39
MB
52772000-09-03 Miles Bader <miles@gnu.org>
5278
5279 * xterm.c (x_alloc_lighter_color_for_widget): New function.
5280
d276b0cf
GM
52812000-09-02 Gerd Moellmann <gerd@gnu.org>
5282
715e84c9
GM
5283 * xdisp.c (redisplay_mode_lines): New function.
5284 (display_mode_lines): Return number of mode lines displayed.
5285 (echo_area_display): Use redisplay_mode_lines to draw garbaged
5286 mode lines. Don't temporarily bind redisplay-dont-pause to t.
5287
8892f40b
GM
5288 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
5289 string.h and strings.h.
5290 (index) [HAVE_INDEX]: Add prototype.
5291
d276b0cf
GM
5292 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
5293 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
5294
5295 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>.
5296 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
5297
38404229
GM
52982000-09-01 Gerd Moellmann <gerd@gnu.org>
5299
5300 * lread.c (read1): Accept `?' as symbol constituent, for
5301 compatiblity with XEmacs.
5302
c0f9ea08
SM
53032000-08-31 Stefan Monnier <monnier@cs.yale.edu>
5304
5305 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
5306 (struct re_pattern_buffer): Remove newline_anchor.
5307 * regex.c: Keep namespace clean for GNU libc by renaming <fun>
5308 to __<fun> and using `weak_alias (__<fun>, <fun>)'.
5309 (re_max_failures, fail_stack): Use size_t rather than unsigned.
5310 (regex_compile): For ^ and $, choose between buffer and line (beg|end)
5311 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
5312 (print_compiled_pattern, re_search_2, mutually_exclusive_p)
5313 (re_match_2_internal, re_compile_pattern, re_comp, regcomp):
5314 Get rid of references to newline_anchor.
5315 (regcomp): Allocate and precompute a fastmap.
5316
8c0f83fe
GM
53172000-08-31 Gerd Moellmann <gerd@gnu.org>
5318
5319 * lread.c (openp): GCPRO local variable `filename'.
5320
4bb91c68
SM
53212000-08-30 Stefan Monnier <monnier@cs.yale.edu>
5322
5323 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated.
5324
5325 * regex.c: Merge some changes from GNU libc. Add prototypes.
5326 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
5327 Use memcmp and memcpy instead of bcopy and bcmp.
5328 (init_syntax_once): Use ISALNUM.
5329 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
5330 (REG_UNSET_VALUE): Remove. Use NULL instead.
5331 (REG_UNSET, re_match_2_internal): Use NULL.
5332 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
5333 New macros.
5334 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
5335 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
5336 (regex_compile): In handle_interval, return an error rather than try to
5337 unfetch the interval if we can't find the closing brace.
5338 Obey the RE_NO_GNU_OPS syntax bit.
5339 (TOLOWER): New macro.
5340 (regcomp): Use it.
5341 (regexec): Allocate regs.start and regs.end as one block.
5342
5226a931
GM
53432000-08-30 Gerd Moellmann <gerd@gnu.org>
5344
868dd24b
GM
5345 * xdisp.c (echo_area_display): Check display_completed instead
5346 of calling detect_input_pending.
5347
5348 * dispnew.c (update_frame): Only set display_completed here; move
5349 the update_begin and update_end calls here from update_frame_1.
5350 (update_frame_1): Don't set display_completed here, don't call
5351 update_begin/update_end.
5352
5226a931
GM
5353 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters
5354 instead of store_frame_param.
5355
2a8bd25f
GM
53562000-08-29 Gerd Moellmann <gerd@gnu.org>
5357
5358 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
5359 desired window matrix hasn't been displayed, use the current row
5360 instead. Make sure that only those frame rows are updated for
5361 which there exists a corresponding enabled desired row.
5362
ba3478d9
MB
53632000-08-29 Miles Bader <miles@gnu.org>
5364
5365 * xfaces.c (default_face_vector): New function.
5366 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors.
5367
87d0f685
GM
53682000-08-29 Gerd Moellmann <gerd@gnu.org>
5369
5370 * lread.c (openp): Prevent temporary string passed to
5371 Ffile_readable_p from being garbage collected.
5372
6fa86045
DL
53732000-08-28 Dave Love <fx@gnu.org>
5374
5375 * keymap.c (store_in_keymap): Add `static' to declaration.
5376
bb17930d
GM
53772000-08-28 Gerd Moellmann <gerd@gnu.org>
5378
5379 * emacs.c, callint.c, doc.c, editfns.c
5380 (toplevel) [HAVE_STRING_H]: Include string.h.
5381 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
5382 (index): Remove prototypes which might conflict with non-standard
5383 definitions of index/strchr.
5384
5385 * s/usg5-3.h (index): Define only if not HAVE_INDEX.
5386 (rindex): Define only if !HAVE_RINDEX.
5387
5388 * s/sco5.h (bcopy, bzero, bcmp): Don't define.
5389
5390 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
5391
87188200
MB
53922000-08-28 Miles Bader <miles@gnu.org>
5393
5394 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if
5395 made inconsistent by a font-related attribute in FROM.
5396 (merge_face_inheritance): Add function comment.
5397
41a68aef
KH
53982000-08-28 Kenichi Handa <handa@etl.go.jp>
5399
5400 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with
5401 the 4th arg (PREV_EVENT) Qt to suppress input method.
5402
f7c436c1
SM
54032000-08-27 Stefan Monnier <monnier@cs.yale.edu>
5404
0b32bf0e
SM
5405 * regex.c: Indent cpp directives and remove parens after `defined'.
5406 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
5407 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
5408 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
5409 (re_compile_pattern): Use size_t for length.
5410 (init_syntax_once): Move to a better place.
5411 * regex.h: Merge changes from GNU libc. Indent cpp directives.
5412 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
5413
f7c436c1
SM
5414 * syntax.c (back_comment): Detect cases where a comment-starter is
5415 actually inside another comment as in: /* a // b */ c // d \n.
5416 Make it clear that `comstart_pos' is unused for nested comments.
5417
5418 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
5419 (KEYMAPP): New macro.
5420 (Fkeymap_parent, Fset_keymap_parent): Use it.
5421 (fix_submap_inheritance): Mark it static.
5422 (define_as_prefix, describe_buffer_bindings, describe_command)
5423 (describe_translation, describe_map): Complete prototypes.
5424
5425 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
5426
5427 * keyboard.c (menu_bar_item): Detect duplicate entries for all items
5428 to better match the key-lookup behavior.
5429
6288c62f
GM
54302000-08-27 Gerd Moellmann <gerd@gnu.org>
5431
5432 * xfaces.c (lface_fully_specified_p): Handle :inherit.
5433 (Finternal_set_lisp_face_attribute): Fix typo in error message.
5434
e931344e
EZ
54352000-08-27 Eli Zaretskii <eliz@is.elta.co.il>
5436
5437 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o)
5438 (process.o, scroll.o, sysdep.o): Depend on keyboard.h.
5439 (xterm.o): Depend on coding.h
5440
d10dfeef
KH
54412000-08-26 Kenichi Handa <handa@etl.go.jp>
5442
5443 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and
5444 the corresponding '#endif'.
5445
2d73e8d3
MB
54462000-08-26 Miles Bader <miles@gnu.org>
5447
5448 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
5449 * xfaces.c (QCinherit): New variable.
5450 (syms_of_xfaces): Initialize it.
5451 (LFACE_INHERIT): New macro.
5452 (Finternal_get_lisp_face_attribute)
5453 (merge_face_vector_with_property)
5454 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
5455 (check_lface_attrs): Allow new types of face height. Check
5456 inherit attribute.
5457 (CYCLE_CHECK): New macro.
5458 (merge_face_inheritance): New function.
5459 (merge_face_vectors): Merge inherited faces too. Add F and
5460 CYCLE_CHECK arguments.
5461 (merge_face_vector_with_property, Finternal_merge_in_global_face)
5462 (lookup_named_face, lookup_derived_face, realize_named_face)
5463 (face_at_string_position, face_at_buffer_position): Supply
5464 new F and CYCLE_CHECK arguments to merge_face_vectors.
5465 (merge_face_heights): New function.
5466 (merge_face_vectors, merge_face_vector_with_property)
5467 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
5468 handle relative face heights.
5469 (lface_same_font_attributes_p): Compare heights using EQ.
5470
6ce974d4
KH
54712000-08-26 Kenichi Handa <handa@etl.go.jp>
5472
5473 * charset.c (char_to_string): Check the character validity.
5474 (char_valid_p): If C is not less than MAX_CHAR, be sure to return
5475 0.
5476
dc1e502d
SM
54772000-08-25 Stefan Monnier <monnier@cs.yale.edu>
5478
5479 * regex.c (PUSH_FAILURE_COUNT): New macro.
5480 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG.
5481 Handle popping of a register's or a counter's data.
5482 (POP_FAILURE_POINT): Use the new name.
5483 (re_match_2_internal): Push counter data on the stack for succeed_n,
5484 jump_n and set_number_at and remove misleading dead code in succeed_n.
5485
bd9d0f3f
GM
54862000-08-25 Gerd Moellmann <gerd@gnu.org>
5487
5488 * xdisp.c (redisplay_internal): If considering all windows on all
5489 frames, update the display for each frame as soon as possible,
5490 instead of first building all desired matrices for all frames, and
5491 then updating them all.
5492 (try_cursor_movement): Handle case that last_cursor.vpos is -1.
5493
aa5b8e15
GM
54942000-08-24 Gerd Moellmann <gerd@gnu.org>
5495
17494071
GM
5496 * bytecode.c (mark_byte_stack): Add a comment.
5497
aa5b8e15
GM
5498 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)
5499 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is
5500 a graphical frame.
5501
c543db81
KH
55022000-08-24 Kenichi Handa <handa@etl.go.jp>
5503
d246d5f5
KH
5504 * minibuf.c (do_completion): Always use compare-string, not
5505 string-equal because the latter doesn't pay attention to
5506 multibyteness of strings.
5507
c543db81
KH
5508 * process.c (create_process): Don't setup raw-text coding here.
5509 (Fopen_network_stream): Don't set coding->src_multibyte and
5510 coding->dst_multibyte here.
5511 (read_process_output): For process filter, return unibyte string
5512 if default-enable-multibyte-characters is nil.
5513 (send_process): If OBJECT is multibyte text, be sure to encoded it
5514 by the specified coding system for the process. Otherwise, setup
5515 raw-text coding.
5516 (init_process): Don't initialize default-process-coding-system
5517 here.
5518
9b47cfe0
EZ
55192000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
5520
5521 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
5522 <scroll-down-aggressively>: Likewise.
5523
f5a36960
KH
55242000-08-23 Kenichi Handa <handa@etl.go.jp>
5525
5526 * coding.c (encode_eol): Fix bug for the case of dst_bytes being
5527 zero. Set coding->produced_char correctly.
5528
69a7ffa7
AI
55292000-08-22 Andrew Innes <andrewi@gnu.org>
5530
5531 * makefile.w32-in: New file.
5532
5533 * unexw32.c (unexec): Ignore old_name, and use the actual location
5534 of the current executable instead. Base new_name on this.
5535
5536 * w32proc.c (create_child): Remove reference to security
5537 descriptor, which isn't needed and doesn't compile with mingw32.
5538
5539 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5540 up dllimport attributes.
5541 (x_update_window_end): Update prototype.
5542
5543 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary
5544 extern, which screws up dllimport attributes.
5545
5546 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5547 up dllimport attributes.
5548
5549 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which
5550 screws up dllimport attributes.
5551
5552 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5553 up dllimport attributes.
5554 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
5555 screws up dllimport attributes.
5556
5557 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5558 up dllimport attributes.
5559
5560 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which
5561 screws up dllimport attributes.
5562
5563 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which
5564 screws up dllimport attributes.
5565
5566 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5567 up dllimport attributes.
5568
5569 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove
5570 unnecessary extern, which screws up dllimport attributes.
5571 (main): Ditto.
5572
5573 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5574 up dllimport attributes.
5575
5576 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove
5577 unnecessary extern, which screws up dllimport attributes.
5578
5579 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which
5580 screws up dllimport attributes.
5581
5582 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5583 up dllimport attributes.
5584
5585 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers.
5586
5587 * w32bdf.c (search_file_line):
5588 (set_bdf_font_info):
5589 (seek_char):
5590 (w32_get_bdf_glyph):
5591 (w32_BDF_to_x_font): Fix compile warnings.
5592
5593 * w32menu.c: Include keyboard.h before frame.h. Fix compile
5594 warnings.
5595
5596 * w32select.c: Include keyboard.h before frame.h.
5597
5598 * w32fns.c (max): Define macro.
5599 (JOHAB_CHARSET): Define if not known.
5600 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
5601 (Fx_show_tip): Synch with X version.
5602
5603 * w32xfns.c: Include keyboard.h before frame.h.
5604
5605 * w32fns.c: Include keyboard.h before frame.h.
5606
5607 * w32term.c: Include keyboard.h before frame.h.
5608
5609 * fontset.c: Include keyboard.h before frame.h.
5610
5611 * w32inevt.c: Include keyboard.h before frame.h.
5612 (MOUSE_MOVED): Define if not known.
5613
5614 * minibuf.c: Include keyboard.h before frame.h.
5615
5616 * keyboard.c: Include keyboard.h before frame.h.
5617
5618 * indent.c: Include keyboard.h before frame.h.
5619
5620 * dispnew.c: Include keyboard.h before frame.h.
5621
5622 * buffer.c: Include keyboard.h before frame.h.
5623
5624 * alloc.c: Include keyboard.h before frame.h.
5625
5626 * print.c: Include keyboard.h before frame.h.
5627
5628 * process.c: Include keyboard.h before frame.h.
5629
5630 * scroll.c: Include keyboard.h before frame.h.
5631
5632 * sysdep.c: Include keyboard.h before frame.h.
5633
5634 * term.c: Include keyboard.h before frame.h.
5635
5636 * window.c: Include keyboard.h before frame.h.
5637
5638 * xdisp.c: Include keyboard.h before frame.h.
5639 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
5640
5641 * frame.c: Include keyboard.h before frame.h.
5642
5643 * w32heap.h: Undefine min, max.
5644
5645 * w32gui.h: Undefine min, max.
5646
5647 * unexw32.c: Change PUCHAR to PCHAR.
5648 (PTR_TO_OFFSET): Cast ptr to unsigned char *.
5649 (relocate_offset):
5650 (get_section_info):
5651 (copy_executable_and_dump_data): Remove unnecessary static defs.
5652 (copy_executable_and_dump_data): Fix compile warnings.
5653
5654 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined.
5655
5656 * w32console.c (min): Define macro.
5657 (clear_frame, write_glyphs): Fix compile warning.
5658
5659 * w32proc.c (compare_env):
5660 (find_child_console): Fix compile warning.
5661
5662 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use
5663 sys_errlist instead of _sys_errlist.
5664 (get_emacs_configuration_options): New function.
5665
5666 * s/ms-w32.h (sys_nerr): Provide default definition.
5667 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
5668 name with _ prepended.
5669 (NSIG): Define if not known.
5670 (get_emacs_configuration): Provide extern declaration.
5671 (get_emacs_configuration_options): Provide extern declaration.
5672 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
5673
5674 * w32.c (gettimeofday): Use struct timeb, not struct _timeb.
5675 (map_w32_filename):
5676 (read_unc_volume): Fix compile warning.
5677
5678 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock
5679 definitions from being used.
5680
5681 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
5682
5683 * w32.c (unc_volume_file_attributes):
5684 (open_unc_volume): Make arg const.
5685
5686 * sysdep.c [WINDOWSNT]: Remove extern decl of errno.
5687 (read_input_waiting): Remove excess parameter.
5688
5689 * w32.c (init_environment): Call _access.
5690 (check_windows_init_file): Call _close.
5691 (init_user_info): Call _putenv.
5692 (init_environment): Call _putenv and _strdup.
5693 (init_ntproc): Reset volume info cache on startup.
5694
5695 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if
5696 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
5697 cannot override the CRT malloc.
5698
5699 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
5700 (LINK_FLAGS): Append to original value of LINK_FLAGS.
5701
5702 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
5703 unless we are linking with a static CRT.
5704 (RVA_TO_PTR): Cast result to unsigned char*.
5705
5706 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
5707 (add_volume_info): Use xstrdup.
5708
25060080
SM
57092000-08-22 Stefan Monnier <monnier@cs.yale.edu>
5710
5711 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'.
5712 (do_completion, Fminibuffer_complete_word): Use it.
5713 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp
5714 var so it can take non-boolean values.
5715
6917e6bb
GM
57162000-08-21 Gerd Moellmann <gerd@gnu.org>
5717
acb7cc89
GM
5718 * editfns.c (find_field): Formatting changes.
5719 (toplevel): Some old-style function forward declarations
5720 changed to prototypes, some new protypes added, some functions
5721 made static.
5722
5723 * lisp.h (set_time_zone_rule): Add prototype.
5724 (use_dialog_box): External declaration.
5725
0bbfdc25
GM
5726 * keyboard.c (gen_help_event): Add parameter SIZE.
5727 (kbd_buffer_events_waiting): Slightly rewritten.
5728 (clear_event): New function.
5729 (kbd_buffer_get_event): Use it, and clear the input_events of
5730 HELP_EVENTs.
5731 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
5732 don't fill the newly created array with nils.
5733 (toplevel): Convert some old-style function forward declarations
5734 to prototypes.
5735
5736 * keyboard.h (gen_help_event): Change prototype.
5737
5738 * xterm.c (XTread_socket): Change calls to gen_help_event.
5739
5740 * w32term.c (w32_read_socket): Change calls to gen_help_event.
5741
6917e6bb
GM
5742 * eval.c (Fmacroexpand): Doc fix.
5743
e5cd3d11
JR
57442000-08-20 Jason Rumney <jasonr@gnu.org>
5745
5746 * w32term.h (x_display_info_for_display): Remove as this function
5747 does not exist on W32.
5748
5749 * w32term.c (help_echo_window): New variable.
5750 (syms_of_w32term): staticpro it.
5751 (note_mode_line_highlight): Set it.
5752 (XTextExtents16): Removed as there is no equivalent on W32.
5753 (x_compute_glyph_string_overhangs): Incomplete body removed, as
5754 the X way of doing this will not work for W32.
5755 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
5756 (x_draw_image_foreground): Avoid drawing outside of the clip area
5757 when image doesn't have a mask.
5758 (note_mouse_highlight): Process overlays in the right order of
5759 priority. Set help_echo_window.
5760 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
5761 because that's more visible for large images.
5762
5763 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
5764 name to single_keymap_panes.
5765 (w32_menu_show): Set wv->title when dealing with titles.
5766 (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
5767
6e69ab8c
MB
57682000-08-21 Miles Bader <miles@gnu.org>
5769
5770 * minibuf.c (do_completion): Try again if we rewrite the input
5771 string, but no completion was done, so that any completion message
5772 will be correct.
5773
511bd4eb
GM
57742000-08-20 Gerd Moellmann <gerd@gnu.org>
5775
5776 * xfaces.c (lface_equal_p): Compare strings differently.
5777 (Qtty_color_alist, Vtty_defined_color_alist): New variables.
5778 (realize_tty_face): Use them.
5779 (syms_of_xfaces): Initialize new variables.
5780 (map_tty_color): New function, extracted from realize_tty_face.
5781 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
5782 foreground or background color, store the new color name in the
5783 realized face; previous code trying to do this had no effect.
5784 (realize_tty_face): Use map_tty_color.
5785 (Fclear_face_cache): Set face_change_count and ensure thorough
5786 redisplay.
5787
1433385f
GM
57882000-08-19 Gerd Moellmann <gerd@gnu.org>
5789
511bd4eb
GM
5790 * undo.c (record_first_change, record_marker_adjustment): Don't
5791 use XBUFFER on last_undo_buffer which might not be a buffer.
1433385f 5792
419ac0a2
KH
57932000-08-18 Kenichi Handa <handa@etl.go.jp>
5794
5795 * coding.c (decode_coding_string): Set members consumed,
5796 consumed_char, produced, produced_char of *coding correctly. If
5797 decode_coding doesn't consume any byte, don't try anymore.
5798 (encode_coding_string): Likewise.
5799
7eb9e30d
GM
58002000-08-18 Gerd Moellmann <gerd@gnu.org>
5801
511bd4eb
GM
5802 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
5803 conditional have void type, for Standard C compilers.
7eb9e30d
GM
5804
5805 * xdisp.c (redisplay_internal): Compare windows for equality with
5806 EQ, instead of applying XWINDOW to something that might not
5807 be a window.
5808
dd34a735
KH
58092000-08-18 Kenichi Handa <handa@etl.go.jp>
5810
5811 * fontset.c (Finternal_char_font): Search only the selected frame
5812 for a window of the current buffer.
5813
385ff9e3
GM
58142000-08-18 Gerd Moellmann <gerd@gnu.org>
5815
511bd4eb 5816 * minibuf.c (do_completion): Use EQ instead of `!=' to compare
01cce3e7
GM
5817 Lisp_Objects.
5818
385ff9e3
GM
5819 * keyboard.c (kbd_buffer_get_event): Handle the case that the
5820 second half of a HELP_EVENT is found at the start of kbd_buffer.
5821
d6abb4c7
MB
58222000-08-18 Miles Bader <miles@gnu.org>
5823
4618074a
MB
5824 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.
5825
d6abb4c7
MB
5826 * editfns.c (save_restriction_save): Rewrite to use markers.
5827 (save_restriction_restore): Rewrite to understand new form of data
5828 saved by save_restriction_save.
5829 (Fsave_restriction): Remove cautionary note in doc-string.
5830
a7b28523
GM
58312000-08-17 Gerd Moellmann <gerd@gnu.org>
5832
5833 * fileio.c (build_annotations): Add a comment explaining the
5834 return value of format-annotate-function. Replace a spurious call
5835 to Flength with a CONSP test. Call format-annotate-function with
5836 a fifth arg specifying how many times the function is been called
5837 in a row, to let it choose temporary buffers appropriately.
5838
03c9ed77
DL
58392000-08-17 Dave Love <fx@gnu.org>
5840
5841 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
5842 declare make_temp_name twice.
5843
5844 * lread.c: Prototype readevalloop, load_unwind,
5845 load_descriptor_unwind.
5846 (unreadpure): Give it an arg.
5847
5848 * unexalpha.c: Prototype fatal_unexec, mark_x,
5849 update_dynamic_symbols. Declare unexec as void.
5850
5851 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>.
5852 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
5853
5854 * alloc.c (lisp_malloc): Declare with POINTER_TYPE.
5855 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on
5856 DOUG_LEA_MALLOC.
5857
5858 * alloca.c: Use #error.
5859 [POINTER_TYPE]: Use it.
5860
5861 * eval.c (Fdefvar): Doc fix.
5862
5863 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid
5864 INITIALIZE_INTERVAL.
5865
5866 * buffer.h: Avoid DECLARE_INTERVALS.
5867
5868 * config.in: Add size_t.
5869
aae41d97
EZ
58702000-08-17 Eli Zaretskii <eliz@is.elta.co.il>
5871
5872 * w16select.c (set_clipboard_data): If there's not enough memory
5873 to put text into clipboard, return 1, as Fw16_set_clipboard_data
5874 expects. In case of other failures, return 3.
5875 (system_error_msg): New error message.
5876 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
5877 system_error_msg.
5878
65aa5e85
GM
58792000-08-16 Gerd Moellmann <gerd@gnu.org>
5880
5881 * term.c (write_glyphs): Also turn off inverse video after turning
5882 off other appearances in case TS_exit_attribute_mode is not equal
5883 to TS_end_standout_mode.
5884 (insert_glyphs): Turn inverse video on/off for each run of glyphs
5885 with the same face.
5886 (turn_off_face): Reset standout_mode only if
5887 TS_exit_attribute_mode has been output and TS_exit_attribute_mode
5888 is equal to TS_end_standout_mode.
5889
ece23901
KH
58902000-08-16 Kenichi Handa <handa@etl.go.jp>
5891
9d7bcb2e
KH
5892 * coding.c (encode_coding): Fix the bug of not flushing ISO escape
5893 sequence at the end of the source block.
5894
ece23901
KH
5895 * ccl.c (Fccl_program_p): Docstring modified.
5896 (Fccl_execute): Likewise.
5897 (Fccl_execute_on_string): Likewise.
5898
5e30eaa2
EZ
58992000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5900
5901 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
5902
290602fd
KH
59032000-08-16 Kenichi Handa <handa@etl.go.jp>
5904
5905 The following changes are mainly to fix bugs of
5906 encode/decode-coding-string failing if encoding/decoding return
5907 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global
5908 variable conversion_buffer.
5909
5910 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char,
5911 decrement dst_end to avoid buffer overflow in the later call of
5912 string_as_multibyte
5913
5914 * coding.h (conversion_buffer_size, conversion_buffer)
5915 (get_conversion_buffer): Extern deleted.
5916
5917 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
5918 (conversion_buffer, conversion_buffer_size): Variables deleted.
5919 (get_conversion_buffer): Function deleted.
5920 (struct conversion_buffer): New structure.
5921 (MAX_ALLOCA): New macro.
5922 (allocate_conversion_buffer): New macro.
5923 (extend_conversion_buffer, free_conversion_buffer): New functions.
5924 (ccl_coding_driver): Set coding->result.
5925 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if
5926 this is the last block of source.
5927 (encode_coding): Likewise. Handle the source block as the last
5928 one only when the whole source text is consumed.
5929 (decode_coding_string): Handle the case that the output buffer is
5930 too small to decode the whole source text. Use
5931 allocate_conversion_buffer, extend_conversion_buffer and
5932 free_conversion_buffer, not get_conversion_buffer.
5933 (encode_coding_string): Likewise.
5934 (init_coding): Function deleted.
5935 (init_coding_once): Delete code to initialize
5936 conversion_buffer_size.
5937
5938 * emacs.c (main): Don't call init_coding.
5939
5940 * msdos.c (IT_write_glyphs): Use a locally declared
5941 conversion_buffer.
5942
5943 * term.c (write_glyphs): Use a locally declared conversion_buffer.
5944 (insert_glyphs): Likewise.
5945
5946 * w32console.c (write_glyphs): Use a locally declared
5947 conversion_buffer.
5948
b9f80d41
EZ
59492000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5950
5951 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame
5952 member of display_info is NULL.
5953
32dc52f7
GM
59542000-08-15 Gerd Moellmann <gerd@gnu.org>
5955
58ed0d3b
GM
5956 * alloc.c (compact_small_strings): Use safe_bcopy, add an
5957 assertion.
5958
32dc52f7 5959 * term.c (turn_off_face): Reset standout_mode when resetting
58ed0d3b 5960 appearances with capability `me'.
32dc52f7
GM
5961 (write_glyphs): Switch on inverse video before each face change.
5962
4eb22d33
DL
59632000-08-14 Dave Love <fx@gnu.org>
5964
5965 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
5966 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
5967 (lisp_free): Declare and make static.
5968
5969 * window.c: Fix embedded comment.
5970 (syms_of_window): Fix doc string.
5971
90cbf47e
GM
59722000-08-14 Gerd Moellmann <gerd@gnu.org>
5973
5974 * keymap.c (push_key_description): If C without modifiers is < 32,
5975 make sure to print `C-' before `M-', like in the manual.
5976
440fc135
GM
59772000-08-11 Gerd Moellmann <gerd@gnu.org>
5978
5979 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
5980 since they aren't relocated anymore.
5981 (sxhash_string): Make sure returned hash code fits in a Lisp
5982 integer.
5983
5984 * xdisp.c (try_cursor_movement): Fix handling of cursor in
5985 partially visible line which is smaller than the window's
5986 height.
5987
6e264fad
KH
59882000-08-11 Kenichi Handa <handa@etl.go.jp>
5989
5990 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to
5991 the multibyte form of eight-bit-control characters.
5992 (Fccl_execute_on_string): Initialize ccl->multibyte.
5993
5994 * ccl.h (struct ccl_program): New member multibyte.
5995
5996 * coding.c (ccl_coding_driver): Initialize ccl->multibyte.
5997
c371f69a
KH
59982000-08-11 Kenichi Handa <handa@etl.go.jp>
5999
6000 * regex.c (regex_compile) <normal_char>: Pay attention to
6001 multibyteness.
6002 (analyse_first) <exactn>: Setup fastmap correctly for
6003 eight-bit-control characters.
6004
60052000-08-11 Kenichi Handa <handa@etl.go.jp>
6006
6007 * termhooks.h (enum event_kind): New member
6008 multibyte_char_keystroke.
6009
6010 * keyboard.c (make_lispy_event): Handle the new event type
6011 multibyte_char_keystroke.
6012
6013 * xterm.c: Include coding.h.
6014 (XTread_socket): Work around a bug of XmbLookupString. If the
6015 input is from XIM, decode it according to the current locale. In
6016 that case, generate multibyte_char_keystroke events.
6017
b8ddbe71
KH
60182000-08-11 Kenichi Handa <handa@etl.go.jp>
6019
6020 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
6021 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
6022
47589c8c
GM
60232000-08-10 Gerd Moellmann <gerd@gnu.org>
6024
6025 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable.
6026 (TRACE_MOVE) [GLYPH_DEBUG]: New macro.
6027 (move_it_in_display_line_to): Record iterator's ascent and descent
6028 before producing glyphs, and restore them when we know the glyph
6029 doesn't fit on the line.
6030 (move_it_to): Restructured so that it's easier to debug. If
6031 moving to a vpos, and not moving to an x or character position,
6032 stop as soon as the specified vpos is reached; don't move further
6033 into that line because that might change the computed line height.
6034 (try_cursor_movement): New function, extracted from the cursor
6035 movement branch of redisplay_window. If ending on a partially
6036 visible line, don't try to scroll if the cursor line is taller
6037 than the window.
6038 (redisplay_window): Use try_cursor_movement.
6039
6040 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion,
6041 because that function doesn't cope with variable-height lines.
6042
6043 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a
6044 box cursor because that's better visible for large images.
6045
c51bacd6
MB
60462000-08-10 Miles Bader <miles@gnu.org>
6047
6048 * w32term.c (note_mouse_highlight): Update calls to overlays_at.
6049
bea56df7
GM
60502000-08-10 Gerd Moellmann <gerd@gnu.org>
6051
6052 * xdisp.c (Vmessages_buffer_name): New variable.
6053 (message_dolog): Use it.
6054 (syms_of_xdisp): Initialize it.
6055
99cd7364
EZ
60562000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6057
6058 * msdos.c (IT_note_mouse_highlight): Update the calls to
6059 overlays_at.
6060 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's
6061 redundant now that keyboard.h is included.
6062
7d093d56
EZ
60632000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6064
6065 * keyboard.c (kbd_buffer_events_waiting): New function.
6066
6067 * keyboard.h (kbd_buffer_events_waiting): Add prototype.
6068
6069 * msdos.c: Include keyboard.h.
6070 (XMenuActivate): Empty no_event events from the event buffer. If
6071 no events are left after that, call clear_input_pending.
6072 (mouse_clear_clicks): New function, code moved from mouse_init.
6073 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
6074 mouse driver to ``forget'' any past clicks.
6075
6076 * Makefile.in (msdos.o): Depend on keyboard.h.
6077
41e757a6
GM
60782000-08-09 Gerd Moellmann <gerd@gnu.org>
6079
8e7bd231
GM
6080 * lisp.h (input_pending): External declaration.
6081
6082 * dispextern.h (Qredisplay_dont_pause): Declare extern.
6083
6084 * xdisp.c (echo_area_display): Display thoroughly if input is
6085 pending. Bind redisplay-dont-pause to t during the redisplay.
6086 in case input is pending.
6087
6088 * dispnew.c (Qredisplay_dont_pause): New variable.
6089 (syms_of_display): Initialize and staticpro it.
6090 (update_frame_1): Don't interrupt the display for pending input if
6091 redisplay_dont_pause is set.
6092
43028b7e
GM
6093 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
6094
41e757a6
GM
6095 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
6096
2f2174fa
KH
60972000-08-09 Miles Bader <miles@lsi.nec.co.jp>
6098
6099 * callproc.c (Fcall_process): Terminate the unwind-protect around
6100 the post-read-conversion of coding system.
6101
0a6fd67e
MB
6102 * buffer.c (overlays_at): Add CHANGE_REQ parameter.
6103 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
6104 * buffer.h (overlays_at): Update prototype.
6105 * xdisp.c (next_overlay_change): Update call to overlays_at.
6106 * xfaces.c (face_at_buffer_position): Likewise.
6107 * textprop.c (Fget_char_property): Likewise.
6108 * xterm.c (note_mouse_highlight): Likewise.
6109
0c80756e
MB
6110 * minibuf.c (do_completion): Don't consider a simple change of
6111 case as `completion'.
6112
975f250a
KR
61132000-08-08 Ken Raeburn <raeburn@gnu.org>
6114
b347b3fd
KR
6115 * keyboard.c (syms_of_keyboard): Initialize
6116 last_point_position_buffer.
6117 * undo.c (record_delete): Make sure last_point_position_buffer is
6118 a buffer before comparing pointers.
6119
6120 * coding.h (decode_coding_string): Declare.
6121
6122 * intervals.h (Fprevious_single_char_property_change): Declare.
6123
6124 * textprop.c (Fprevious_single_char_property_change): Don't do
6125 arithmetic directly on lisp objects.
6126
25ad1371 6127 * editfns.c (find_field): Use EQ, not ==, to compare Lisp
b347b3fd
KR
6128 objects.
6129
6130 * keyboard.h (menu_item_eval_property): Declare.
6131
6132 * xdisp.c (message_dolog): Save and protect string "*Messages*" to
6133 reuse as buffer name, instead of recreating (and discarding) every
6134 time a message is logged.
6135 (with_echo_area_buffer): Make callback arg A2 a lisp object.
25ad1371
GM
6136 (current_message_1, truncate_message_1, set_message_1)
6137 (display_echo_area_1, resize_mini_window_1): Signatures changed.
6138 (current_message, truncate_echo_area, display_echo_area)
6139 (resize_echo_area_axactly): Changed calls.
b347b3fd 6140
975f250a 6141 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
25ad1371 6142 Lisp object.
975f250a 6143 (Ffind_coding_systems_region_internal): First argument to Fappend
25ad1371 6144 must be an integer, not a Lisp object.
975f250a 6145
46dc9912
KH
61462000-08-08 Kenichi Handa <handa@etl.go.jp>
6147
6148 * charset.c (Fchar_width): Doc fix.
6149
9f6d1a6c
GM
61502000-08-08 Gerd Moellmann <gerd@gnu.org>
6151
6152 * charset.c (Fstring_width): Doc fix.
6153
ff3d9573
GM
61542000-08-07 Gerd Moellmann <gerd@gnu.org>
6155
41e757a6 6156 * xdisp.c (start_display): When starting display on a continuation
49ad1d99
GM
6157 line, clear ascent and descent members of the iterator structure;
6158 the height of the continued line does not affect the height of the
6159 continuation line.
6160 (make_cursor_line_fully_visible): Do nothing if cursor is on a
6161 line taller than the window.
6162 (redisplay_window) <forced window start>: Handle case that the
6163 middle of the window is not found in any row.
6164 (dump_glyph_row): Show more information.
6165 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
6166 first text line in a glyph matrix.
6167
6168 * xterm.c (x_draw_image_foreground): Avoid drawing outside
6169 of the clip area when image doesn't have a mask.
6170
70fc58b3
GM
6171 * fns.c (sweep_weak_table): Fix survival conditions for
6172 key-or-value and key-and-value weakness.
6173
6174 * .gdbinit (xhashtable): New command.
6175
ac0e96ee
GM
6176 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
6177 tables out of the list of all weak hash tables.
6178
ff3d9573
GM
6179 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and
6180 a new buffer is created, make sure echo_area_buffer[] references
6181 the new buffer.
6182
e0d8827b
EZ
61832000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6184
6185 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in
6186 the doc string.
6187
c6f35378
KH
61882000-08-07 Kenichi Handa <handa@etl.go.jp>
6189
6190 * syntax.c (skip_chars): Fix previous change. Make the handling
6191 of unibyte string consistent with that of regex search.
6192
1fd4c450
GM
61932000-08-05 Gerd Moellmann <gerd@gnu.org>
6194
e49aa397
GM
6195 * xmenu.c (popup_get_selection): Use xfree instead of free.
6196
6197 * fileio.c (Finsert_file_contents): Use xfree instead of free.
6198
6199 * editfns.c (Ftranspose_regions): Use xfree instead of free.
6200
6201 * callproc.c (child_setup): Use xfree instead of free.
6202
6203 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
6204 instead of malloc.
6205 (run_mac_command, closedir): Use `xfree' instead of `free'.
6206
6207 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
6208
6209 * eval.c (error): Use xfree instead of free.
6210
1fd4c450
GM
6211 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
6212
6213 * fns.c: Replace `illegal' with `invalid'.
e49aa397 6214 (Fmake_hash_table, make_hash_table): Allow table size of 0.
1fd4c450 6215
82d497fc
KH
62162000-08-05 Kenichi Handa <handa@etl.go.jp>
6217
6218 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
6219 conversion.
6220
59f953a2
NF
62212000-08-04 Noah Friedman <friedman@splode.com>
6222
6223 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in
6224 docstring.
6225
688351f2
GM
62262000-08-04 Gerd Moellmann <gerd@gnu.org>
6227
6228 * syntax.c (skip_chars): Fix typo in error message.
6229
2dad51cc
AS
62302000-08-04 Andreas Schwab <schwab@suse.de>
6231
6232 * m/ia64.h: Moved from s/ia64.h.
6233
99bb2c60
KH
62342000-08-04 Kenichi Handa <handa@etl.go.jp>
6235
082a1df2
KH
6236 * process.c (read_process_output): Big simplification. Handle
6237 composition and post-read-conversion of coding system correctly.
6238 (send_process): Handle composition correctly.
6239
6240 * callproc.c (Fcall_process): Handle post-read-conversion of
6241 coding system if any.
6242
99bb2c60
KH
6243 * coding.c (decode_coding_iso2022): More strict check for handling
6244 single shifting.
082a1df2
KH
6245 (coding_restore_composition): Pay attention to the case that
6246 cmp_data is not set properly (because of invalid code in the
6247 source text).
6248 (run_pre_post_conversion_on_str): Include text properties in the
6249 resulting string.
6250 (decode_coding_string): Set members of coding correctly.
99bb2c60 6251
f4988be7
GM
62522000-08-03 Gerd Moellmann <gerd@gnu.org>
6253
6254 * s/ia64.h: New file.
6255
6256 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
6257 Use NULL instead of 0 at the end of variable argument list of
6258 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
6259 sizeof (int) < sizeof (void *).
6260
6261 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
6262 of variable argument lists of XtVaGetValues and XtVaSetValues.
6263
6264 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
6265 variable argument lists of XtVaGetValues and XtVaSetValues.
6266
ead53494
GM
62672000-08-02 Gerd Moellmann <gerd@gnu.org>
6268
6269 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
6270 (xrealloc, xmalloc): Use size_t. Some callers adjusted.
6271
6272 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change
6273 prototype.
6274
6275 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter
6276 in call to Fsingle_key_description.
6277
6278 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES.
6279 Callers changed.
6280
62812000-08-02 Colin Walters <walters@cis.ohio-state.edu>
6282
6283 * window.c (display_buffer_reuse_frames): New variable.
6284 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
6285 frames displaying BUFFER.
6286 (syms_of_window): Define Lisp variable
6287 display-buffer-reuse-frames.
6288
10b0f752
MB
62892000-08-01 Miles Bader <miles@gnu.org>
6290
6291 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding
6292 when to constrain NEW_POS (they were pretty screwed up before).
6293
16425c4a
EZ
62942000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6295
6296 * msdos.c (run_msdos_command): Save and restore the master
6297 environment, for the case that child_setup signals an error.
6298 When mirroring slashes in DOS shell commands, don't fail when
6299 argv[2] has embedded blanks.
da288c14
EZ
6300 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions.
6301 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
6302 (dos_ttraw): Call mouse_setup_buttons.
16425c4a
EZ
6303
6304 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
6305 using alloca; free it after run_msdos_command returns.
6306
27f73852
DL
63072000-07-27 Dave Love <fx@gnu.org>
6308
6309 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
6310 define.
6311 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently
6312 working.
6313
6314 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define.
6315
c0261b5e
EZ
63162000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
6317
6318 * editfns.c (lisp_time_argument): Fix last change.
6319
b548072f
GM
63202000-07-27 Gerd Moellmann <gerd@gnu.org>
6321
3ab82477
GM
6322 * fns.c (Fdelete): Make it work on vectors and strings in addition
6323 to lists.
6324
b548072f
GM
6325 * fns.c (Qkey_or_value, Qkey_and_value): New variables.
6326 (syms_of_fns): Initialize new variables.
6327 (sweep_weak_table): Handle weakness `key-or-value' and
6328 `key-and-value'.
6329 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
6330 weakness, with t meaning the same as `key-and-value'.
6331
91ae8751
KH
63322000-07-27 Kenichi Handa <handa@etl.go.jp>
6333
6334 * coding.h (struct coding_system): Member safe_charset deleted.
6335
6336 * coding.c (Qsafe_charsets): This variable deleted.
6337 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New
6338 variables.
6339 (coding_safe_chars): New function.
6340 (CODING_SAFE_CHAR_P): New macro.
6341 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of
6342 checking safe_charsets member of the coding system. Caller
6343 changed.
6344 (detect_coding_iso2022): New local variable safe_chars.
6345 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
6346 safe_charsets member of the coding system.
6347 (decode_coding_iso2022): New local variable safe_chars.
6348 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
6349 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
6350 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed.
6351 (ENCODE_UNSAFE_CHARACTER): New macro.
6352 (encode_coding_iso2022): New local variable safe_chars. Check
6353 unsafe chars.
6354 (setup_coding_system): Delete the code to initialize
6355 coding->safe_charses
6356 (intersection, find_safe_codings): New functions.
6357 (Ffind_coding_systems_region_internal): New function.
6358 (syms_of_coding): Defsubr it. Initialize Qsafe_chars,
6359 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp
6360 variable and initialize it.
6361
6362 * fns.c (char_table_ref_and_index): New function.
6363
6364 * lisp.h (char_table_ref_and_index): Add prototype.
6365
34a7a267
SS
63662000-07-26 Sam Steingold <sds@gnu.org>
6367
6368 * editfns.c (lisp_time_argument): Added third argument `usec'.
3ab82477 6369 (Ffloat_time): New built-in Lisp function.
34a7a267 6370
a95cb10a
GM
63712000-07-26 Gerd Moellmann <gerd@gnu.org>
6372
3353ef5a
GM
6373 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
6374 for the character code.
6375
6376 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and
6377 GNU/Linux.
6378
a95cb10a
GM
6379 * xmenu.c (menu_highlight_callback): Call show_help_echo directly
6380 if called for a popup menu.
6381 (xmenu_show): Store help string in widget values.
6382
b4a12321
DL
63832000-07-26 Dave Love <fx@gnu.org>
6384
6385 * syswait.h: Move some definitions.
6386 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex.
6387 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More
6388 perspicuous definitions.
6389 (WTERMSIG): Fix bit pattern used.
6390
13f5ad37
KH
63912000-07-26 Kenichi Handa <handa@etl.go.jp>
6392
6393 * print.c (print_object): If vector printing is truncated, print
6394 "..." to indicate it as well as the case of list printing.
6395
070fe99c
GM
63962000-07-25 Gerd Moellmann <gerd@gnu.org>
6397
969065c3
GM
6398 * xdisp.c (next_element_from_display_vector): Improve comments.
6399
6400 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
6401 for the character code, and the rest for the face id as in 20.x.
6402 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly.
6403
6404 * window.c (window_display_table): Cleaned up.
6405
070fe99c
GM
6406 * syntax.c (Fforward_word): Add last arg nil in call of
6407 Fconstrain_to_field.
6408
bad77ef7
EZ
64092000-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6410
969065c3 6411 * fileio.c (Frename_file) [DOS_NT]: If the file names are
bad77ef7
EZ
6412 identical but for the letter-case, don't call
6413 barf_or_query_if_file_exists.
6414
c28da489
MB
64152000-07-25 Miles Bader <miles@gnu.org>
6416
6417 * editfns.c (find_field): Honor special `boundary' fields.
6418 (Qboundary): New variables.
6419 (syms_of_editfns): Initialize Qboundary.
6420 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument.
6421 Use scan_buffer instead of find_before_next_newline, because it
6422 allows us to detect the boundary case where there's a newline at
6423 the search limit.
6424 * lisp.h (Fconstrain_to_field): Update external declaration.
6425
e3c31fd5
GM
64262000-07-24 Gerd Moellmann <gerd@gnu.org>
6427
6428 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
6429 if that is nil.
c28da489 6430
c66c29a2
DL
64312000-07-24 Dave Love <fx@gnu.org>
6432
6433 * s/sunos4-0.h, s/sol2.h:
6434 (LIBS_TERMCAP): Move from m/sparc.h.
6435
6436 * m/sparc.h (TERMINFO): Moved to system files (probably only
6437 relevant for sunos4 judging by its vintage).
6438 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on
6439 __arch64__.
6440
fbe0a958
EZ
64412000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6442
6443 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
6444 name to single_keymap_panes.
6445
7d88e5c9
AS
64462000-07-24 Andreas Schwab <schwab@suse.de>
6447
6448 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.
6449
e024b101
GM
64502000-07-24 Gerd Moellmann <gerd@gnu.org>
6451
6452 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
6453 parameters instead of using int parameters. Expect FN to accept
6454 EMACS_INT parameters.
6455 (display_echo_area, resize_echo_area_axactly, current_message)
6456 (truncate_echo_area, set_message_1): Call with_echo_area_buffer
6457 with new argument list.
6458 (resize_mini_window_1): New callback function.
6459 (current_message_1, truncate_message_1, set_message_1): Change
6460 parameter lists to the new format expected by
6461 with_echo_area_buffer.
6462
25c1a9ce
KH
64632000-07-24 Kenichi Handa <handa@etl.go.jp>
6464
6465 * fontset.c (fontset_ref): Remove INLINE declaration.
6466 (fontset_ref_via_base): Likewise.
6467 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications
6468 to downcase.
6469
7f987ac0
EZ
64702000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6471
6472 * msdos.c (IT_note_mouse_highlight): Process overlays in the
6473 correct order of priority. If help echo was found in an overlay,
6474 use that overlay as the object in which the help echo was found.
6475
e2db3069
MB
64762000-07-22 Miles Bader <miles@gnu.org>
6477
6478 * textprop.c (Fprevious_single_char_property_change): The initial
6479 property value should be from the position preceding POSITION, not
6480 following it.
6481
5e3203e4
EZ
64822000-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6483
6484 * coding.c (syms_of_coding): Doc fix for
6485 inhibit-iso-escape-detection.
6486
62145073
GM
64872000-07-21 Gerd Moellmann <gerd@gnu.org>
6488
c20aeb83
GM
6489 * xterm.c (note_mouse_highlight): Process overlays in the right
6490 order of priority.
34a7a267 6491
743934db
GM
6492 * keyboard.c (show_help_echo, gen_help_event): Extend comments.
6493
6494 * xterm.c (note_mouse_highlight): If help-echo was found in an
6495 overlay, use that overlay as the object in which the help was
6496 found.
6497
d1dc7e43 6498 * window.c (foreach_window_1): Fix typo reversing an if-condition.
34a7a267 6499
62145073
GM
6500 * window.c (foreach_window): Instead of a fake variable argument
6501 list, take one USER_DATA argument.
6502 (foreach_window_1): Likewise, and call callback functions with two
6503 args, the window and USER_DATA.
6504 (struct check_window_data): New struct.
6505 (check_window_containing): Use it.
6506 (window_from_coordinates): Set up a struct check_window_data for
6507 foreach_window.
6508 (add_window_to_list, freeze_window_start): Change parameters
6509 according to new calling convention.
6510
6511 * window.h (foreach_window): Change prototype.
6512
6513 * buffer.c (Fprevious_overlay_change): Avoid memory leak.
6514
65152000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
6516
6517 * xmenu.c (menu_help_callback): Call show_help_echo with
6518 additional arguments OBJECT and POS.
6519
11270583
KH
65202000-07-21 Kenichi Handa <handa@etl.go.jp>
6521
07b14857
KH
6522 * data.c (Faset): Allow storing any multibyte character in a
6523 string. Convert unibyte string to multibyte if necessary.
6524
11270583
KH
6525 * xfns.c (x_encode_text): New function.
6526 (x_set_name): Use x_encode_text.
6527 (x_set_title): Likewise.
6528
6529 * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
6530
6531 * xterm.h (x_encode_text): Add prototype.
6532
bc75b4fd
DL
65332000-07-20 Dave Love <fx@gnu.org>
6534
6535 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use
6536 xfree, not free.
6537
48c14970
EZ
65382000-07-20 Eli Zaretskii <eliz@is.elta.co.il>
6539
6540 * msdos.c (help_echo_window): New variable.
6541 (syms_of_msdos): Initialize and staticpro it.
6542 (IT_note_mode_line_highlight): Set help_echo_window.
6543 (IT_note_mouse_highlight): Ditto.
6544 (dos_rawgetc): Store help_echo_window in the second event produced
6545 for HELP_EVENTs.
6546
6547 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
6548 Record the object that generated the help echo and the position of
6549 that object in help_echo_object and help_echo_pos. Record that
6550 some glyphs in a row are displayed in mouse-face.
6551 (IT_update_begin): Don't clear mouse highlight unless one of the
6552 enabled glyph rows is marked as being displayed in mouse-face.
6553 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
6554 and position recorded in help_echo_object and help_echo_pos to the
6555 event queue.
6556 (IT_menu_display): Accept a new argument PN: the pane number of
6557 the current menu pane. Record the pane number and the item
6558 number of the item which has associated help string.
6559 (XMenuActivate): Update the prototype for help_callback in
6560 function declaration. Call IT_menu_display with the current menu
6561 pane number as an additional argument. Call help_callback with
6562 two additional arguments: the pane number and the item number of
6563 the menu item associated with the help text.
6564 (help_echo_object, help_echo_pos): New variables.
6565 (syms_of_msdos): Initialize them and staticpro help_echo_object.
6566
6567 * msdos.h (XMenuActivate): Update prototype.
6568
4279296d
GM
65692000-07-19 Gerd Moellmann <gerd@gnu.org>
6570
47db06aa
GM
6571 * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
6572 Add some more prototypes.
6573
6574 * xterm.c, xterm.h: Add some more prototypes.
6575
6576 * lisp.h (Fnext_single_char_property_change): Add prototype.
6577
6578 * dispnew.c (direct_output_for_insert): Remove confusing
6579 outer local variable mouse_face_overwritten_p.
6580 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
6581
4279296d
GM
6582 * alloc.c (allocate_string_data): Don't copy old string contents.
6583
670acd62
KH
65842000-07-19 Kenichi Handa <handa@etl.go.jp>
6585
6586 * coding.c (code_convert_region): Delete text properties before
6587 shrinking the conversion region.
6588
7cea38bc
GM
65892000-07-18 Gerd Moellmann <gerd@gnu.org>
6590
dc1cac59
GM
6591 * dispnew.c (update_text_area): Write the whole row if it
6592 has mouse-face in it.
6593
85a8aca9
GM
6594 * xfaces.c (face-alternative-font-family-alist): Remove
6595 DEFVAR_LISP; staticpro instead.
6596
34a7a267 6597 * xmenu.c (menu_help_callback): Call show_help_echo with
7cea38bc
GM
6598 new arguments.
6599
6600 * keyboard.c (show_help_echo): Add parameter WINDOW.
6601 (read_char): Call show_help_echo with window extracted from Lisp
6602 help event.
6603 (gen_help_event): Add parameter WINDOW.
6604
6605 * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
6606
6607 * xterm.c (help_echo_window): New variable.
6608 (note_mouse_highlight, note_tool_bar_highlight): Set
6609 help_echo_window.
6610 (XTread_socket): Pass help_echo_window to gen_help_event.
6611 (syms_of_xterm): Initialize and staticpro help_echo_window.
6612
f8276b77
DL
66132000-07-18 Dave Love <fx@gnu.org>
6614
6615 * Makefile.in: Fix dependencies of blockinput.h on atimer.h,
6616 systime.h.
6617
088831a6
GM
66182000-07-18 Gerd Moellmann <gerd@gnu.org>
6619
3d6cd763
GM
6620 * alloc.c (allocate_string_data): If string had already data
6621 assigned, copy old contents to new string data.
6622
6623 * coding.c (syms_of_coding): Fix typo in spelling of variable
6624 `inhibit-iso-escape-detection'.
6625
088831a6
GM
6626 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
6627
6628 * Makefile.in: Add dependencies on dispextern.h.
6629 (alloca.o): Don't define malloc and define EMACS_FREE instead of
6630 `free'; both can conflict with system header files.
6631
bc8a8d55
KH
66322000-07-18 Kenichi Handa <handa@etl.go.jp>
6633
6634 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is
6635 undefined.
6636
069f5950
DL
66372000-07-18 Dave Love <fx@gnu.org>
6638
6639 * window.c (Fwindow_list): Declare arg `window'.
6640
aa96c820
KH
66412000-07-18 Kenichi Handa <handa@etl.go.jp>
6642
6643 * coding.c (setup_coding_system): Don't override the explicitly
6644 specified designations.
6645
06be8d32
MB
66462000-07-15 Miles Bader <miles@gnu.org>
6647
6648 * editfns.c (char_property_eq, char_property_stickiness): Renamed
6649 from `text_property_eq' and `text_property_stickiness', respectively.
6650 (find_field, Fconstrain_to_field, char_property_eq)
6651 (char_property_stickiness): Changed to call char-property functions
6652 instead of text-property-only ones.
6653
6654 * textprop.c (Fnext_single_char_property_change): Made a subr (was
6655 `next_single_char_property_change'). Do more error checking, and
6656 cleanup limit behavior.
6657 (Fprevious_single_char_property_change): New function.
6658 (syms_of_textprop): Initialize new subrs.
6659
6660 * xdisp.c (display_prop_end, invisible_text_between_p):
6661 Call Fnext_single_char_property_change instead of
6662 next_single_char_property_change.
6663
3fddcdc3
JR
66642000-07-15 Jason Rumney <jasonr@gnu.org>
6665
6666 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
6667 after menu is finished with.
6668 (add_menu_item): Only consider wv->title as a menu title.
6669 (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
6670
6671 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
6672 null title.
6673 (FONT_REGEXP): Remove unused macro, and its sub-components.
6674 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
6675
6676 * w32term.c (help_echo_object, help_echo_pos): New variables.
6677 (note_mode_line_highlight): Store additional information about the
6678 help-echo in help_echo_object and help_echo_pos. Check both
6679 `local-map' and `keymap' properties for changing the cursor
6680 (note_mouse_highlight): Store additional information about the
6681 help-echo in help_echo_object and help_echo_pos.
6682 (note_tool_bar_highlight): Set help_echo_object to nil and
6683 help_echo_pos to -1.
6684 (w32_read_socket): Use gen_help_event instead of filling
6685 input_events manually.
6686 (syms_of_w32term): Staticpro help_echo_object.
6687 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
6688 set, arrange for a mouse-highlight redisplay in
6689 XTframe_up_to_date.
6690 (x_clear_mouse_face): New function.
6691 (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
6692 (x_update_window_begin): No need to turn off the mouse
6693 highlight here.
6694 (show_mouse_face): Set the mouse_face_p flag of glyph rows
6695 depending on whether they contain glyphs highlighted in
6696 mouse-face.
6697 (x_fill_stretch_glyph_string): Consume runs of stretch
6698 glyphs instead of a single one.
6699 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
6700 with new argument list.
6701 (x_set_glyph_string_gc): Make sure the face's GC is valid.
6702 (x_append_glyph, x_append_composite_glyph)
6703 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
6704 changes in struct glyph starting 1999-12-27. See comments for
6705 xterm.c on 2000-07-05.
6706
178c5d9c
SS
67072000-07-14 Sam Steingold <sds@gnu.org>
6708
6709 * xfaces.c (realize_x_face): Fix the last patch:
6710 check `default_face' before dereferencing.
6711
6fe533f6
DL
67122000-07-14 Dave Love <fx@gnu.org>
6713
069f5950 6714 * syntax.c (back_comment): Add null default in switch (for pcc).
6fe533f6 6715
dd7b81cf
KH
67162000-07-14 Kenichi Handa <handa@etl.go.jp>
6717
0693904a 6718 * xfaces.c (realize_x_face): Make fontset using the base of the
178c5d9c 6719 default_face's fontset, not using the default fontset.
0693904a 6720
dd7b81cf
KH
6721 * coding.c (inhibit_iso_escape_detection): New variable.
6722 (syms_of_coding): Make it a Lisp variable.
6723 (detect_coding_iso2022): If inhibit_iso_escape_detection is
6724 nonzero, ignore ISO2022's escape sequence.
6725
d5aa31d8
GM
67262000-07-14 Gerd Moellmann <gerd@gnu.org>
6727
e5acf0ca
GM
6728 * alloca.c (malloc) [emacs]: Define as xmalloc.
6729
bd23a692
GM
6730 * xfns.c (Fx_show_tip): If frame parameters contain a position,
6731 use that instead of the mouse position. Add parameters DX and DY.
6732
6733 * dispextern.h (Fx_show_tip): Adjust number of parameters
6734 in prototype.
6735
9662da0b
GM
6736 * keyboard.c (show_help_echo): Add parameters OBJECT and POS.
6737 if HELP is a function, call it with OBJECT and POS as parameters
6738 to get the help to display.
6739 (gen_help_event, kbd_buffer_store_help_event): New functions.
6740 (kbd_buffer_get_event): Construct the Lisp help-event differently.
6741 (read_char): Call show_help_echo with new parameters.
6742
178c5d9c 6743 * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
9662da0b
GM
6744 Add prototypes.
6745
6746 * xterm.c (help_echo_object, help_echo_pos): New variables.
6747 (note_mode_line_highlight): Store additional information about the
6748 help-echo in help_echo_object and help_echo_pos. Check both
6749 `local-map' and `keymap' properties for changing the cursor
6750 (note_mouse_highlight): Store additional information about the
6751 help-echo in help_echo_object and help_echo_pos.
6752 (note_tool_bar_highlight): Set help_echo_object to nil and
6753 help_echo_pos to -1.
6754 (XTread_socket): Use gen_help_event instead of filling
6755 input_events manually.
6756 (syms_of_xterm): Staticpro help_echo_object.
6757
6758 * xmenu.c (menu_highlight_callback): Use
6759 kbd_buffer_store_help_event instead of setting up and input_event
6760 structure manually.
6761
6762 * xdisp.c (eval_form): GCPRO argument sexpr.
6763 (call_function): New function.
6764 (handle_single_display_prop): Use call_function and FUNCTIONP
6765 instead of checking whether if font_height is a symbol and
6766 using eval_form.
6767
6768 * eval.c (internal_condition_case_2): New function.
6769
6770 * lisp.h (FUNCTIONP): New macro.
6771 (internal_condition_case_2, call_function): Add prototypes.
6772
d5aa31d8
GM
6773 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)
6774 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
6775 Always set `arg' member of input_events.
6776 (construct_menu_click): Unused function removed.
6777
6778 * msdos.c (dos_rawgetc): Always set `arg' member of input_events.
6779
6780 * w32term.c (construct_mouse_click, construct_mouse_wheel)
6781 (construct_drag_n_drop, x_scroll_bar_handle_click)
6782 (w32_read_socket): Always set `arg' member of input_events.
6783
6784 * keyboard.c (show_help_echo): Use eval_form. Add comment.
6785
6786 * lisp.h (eval_form): Add prototype.
6787
6788 * xdisp.c (eval_form): Make it externally visible.
6789
0f1a9b23
GM
67902000-07-13 Gerd Moellmann <gerd@gnu.org>
6791
6792 * xterm.c (x_handle_tool_bar_click): Store the frame in the
6793 frame_or_window slot of TOOL_BAR_EVENT input events instead of
6794 consing. For prefix events, store the frame in the `arg' slot of
6795 the event, otherwise store the key there.
6796 (XTread_socket): Instead of consing, use the frame_or_window slot
6797 of HELP_EVENTs for the frame, and the `arg' slot for the help
6798 string.
6799
6800 * xmenu.c (menu_highlight_callback): Store help string in the
6801 `arg' member of the input event; don't cons.
6802 (menubar_selection_callback): Use the `arg' slot of input events
6803 to queue additional information, instead of consing.
6804
6805 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs.
6806
6807 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in
6808 TOOL_BAR_EVENTs.
6809 (w32_read_socket): Adapt to changes in HELP_EVENTs.
6810
6811 * w32menu.c (menubar_selection_callback): Use the `arg' slot of
6812 input events to queue additional information, instead of consing.
6813
6814 * keyboard.c (kbd_buffer_gcpro): Renamed from
6815 kbd_buffer_frame_or_window. Now used for all Lisp objects
6816 referenced from the input queue.
6817 (kbd_buffer_store_event): Always use structure assignment for
6818 copying input events. Record all Lisp objects referenced from
6819 events in kbd_buffer_gcpro.
6820 (kbd_buffer_get_event): Construct Lisp `help-echo' events
6821 differently from input events. Test for prefix menu_bar_events
6822 and TOOL_BAR_EVENTs differently. Reset all slots used by an input
6823 event in kbd_buffer_gcpro to nil.
6824 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
6825 frame_or_window is equal to its arg member as prefix events.
6826 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
6827 used by an input event to nil.
6828 (init_keyboard): Use two times the size of the input queue
6829 for kbd_buffer_gcpro.
6830 (syms_of_keyboard): Likewise.
6831
6832 * emacs.c (handle_USR2_signal, handle_USR1_signal): Use
6833 USER_SIGNAL_EVENT.
6834
6835 * termhooks.h (struct input_event): Add member `arg'.
6836 (MENU_BAR_EVENT): Renamed from menu_bar_event.
6837 (USER_SIGNAL_EVENT): Renamed from user_signal.
6838
6839 * xfaces.c (ASET): Remove definition.
6840
6841 * lisp.h (AREF, ASET, ASIZE): New macros.
6842
6843 * fontset.c (AREF, ASIZE): Remove definitions.
6844
6845 * fns.c (AREF): Remove definition.
178c5d9c 6846
0f1a9b23
GM
6847 * composite.c (AREF): Remove definition.
6848
712eaef2
GM
68492000-07-12 Gerd Moellmann <gerd@gnu.org>
6850
d8ee7803
GM
6851 * dispnew.c (redraw_overlapped_rows): Add missing local.
6852 (scrolling_window): Remove debug code.
6853
712eaef2
GM
6854 * xdisp.c (try_window_reusing_current_matrix, try_window_id):
6855 Before scrolling, turn off a mouse-highlight in the window
6856 being scrolled.
6857
6858 * xterm.c (x_update_window_end): Add parameter
6859 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight
6860 redisplay in XTframe_up_to_date.
6861 (x_clear_mouse_face): New function.
6862 (x_redisplay_interface): Add pointer to x_clear_mouse_face.
6863
6864 * dispnew.c (make_current): Preserve the mouse_face_p flag of the
6865 current glyph row.
6866 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set
6867 it when any row is written to that contains glyphs highlighted in
6868 mouse-face.
6869 (update_window): Call the window update end hook with new
6870 parameter MOUSE_FACE_OVERWRITTEN_P.
6871 (direct_output_for_insert): Give up if row contains mouse-face.
6872
6873 * dispextern.h (struct redisplay_interface): Add parameter
6874 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
6875 (clear_mouse_face): New function pointer member.
6876
02010917
SM
68772000-07-11 Stefan Monnier <monnier@cs.yale.edu>
6878
6879 * syntax.c (back_comment): Use one switch rather than a few `if's.
6880 Obey open_paren_in_column_0_is_defun_start.
6881 When reverting to the `slow' method, try to nicely handle the case
6882 of nested comments by checking that the comment-starter we found
6883 does indeed match the comment-ender.
6884 (scan_sexps_forward, scan_sexps_forward):
6885 Ignore excessive opening parenthesis rather than throwing an error.
6886
d76c03ea
GM
68872000-07-11 Gerd Moellmann <gerd@gnu.org>
6888
6889 * doc.c (Fsubstitute_command_keys): Handle case that a GC
6890 in Fwhere_is_internal or get_keymap_1 relocates string contents.
6891
6892 * dispnew.c (direct_output_forward_char): Give up if currently
6893 displaying a message instead of the minibuffer contents.
6894
6895 * xterm.c (x_update_window_begin): No need to turn off the mouse
6896 highlight here.
6897 (show_mouse_face): Set the mouse_face_p flag of glyph rows
6898 depending on whether they contain glyphs highlighted in
6899 mouse-face.
6900
6901 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
6902 compare the mouse_face_p flags of both rows.
6903
6904 * dispextern.h (struct glyph_row): Add flag mouse_face_p.
6905
d55ead18
EZ
69062000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6907
6908 * keyboard.c (show_help_echo): Accept additional parameter
6909 ok_to_overwrite_keystroke_echo.
6910 (read_char): Call show_help_echo with a zero
6911 ok_to_overwrite_keystroke_echo argument.
6912 * keyboard.h (show_help_echo): Update prototype of
6913 show_help_echo.
6914 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero
6915 ok_to_overwrite_keystroke_echo argument.
6916 * w32menu.c (w32_menu_display_help): Call show_help_echo with
6917 non-zero ok_to_overwrite_keystroke_echo argument.
6918
df75b1a3
GM
69192000-07-10 Gerd Moellmann <gerd@gnu.org>
6920
4b92c49a
GM
6921 * xdisp.c (try_window_id): If changes are all below what is
6922 displayed in the window, and point is in the window, we still
6923 might have to find point on the display.
6924
6925 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
6926 glyphs instead of a single one.
6927 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
6928 with new argument list.
6929 (x_set_glyph_string_gc): Make sure the face's GC is valid.
6930
df75b1a3
GM
6931 * keymap.c (get_keymap_1): Add comment that this function can GC.
6932 (where_is_internal_2, where_is_internal_1): Add GCPROs, add
6933 comment that functions can GC.
6934 (Fset_keymap_parent): GCPRO arg KEYMAP.
6935
4314cf3e
EZ
69362000-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6937
6938 * msdos.c (XMenuActivate): After exiting the menu, restore the
6939 echo area message and erase it.
6940
ab49ce15
KH
69412000-07-10 Kenichi Handa <handa@etl.go.jp>
6942
6943 * fontset.c (Ffontset_info): Make the return value more compatible
6944 with that of Emacs 20.
6945
090a072f
GM
69462000-07-07 Gerd Moellmann <gerd@gnu.org>
6947
6948 * eval.c (Fsignal): Handle case that backtrace_list is null.
6949
f92de4a6
KH
69502000-07-07 Kenichi Handa <handa@etl.go.jp>
6951
6952 * ccl.c (Fccl_execute): Typo fixed.
6953
dd8888a1
GM
69542000-07-06 Gerd Moellmann <gerd@gnu.org>
6955
e5c81191 6956 * window.c (window_loop): Add missing gcpro1 local variable.
178c5d9c 6957
dd8888a1
GM
6958 * window.c (Fwindow_list): Reverse list at the end.
6959 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
6960 means allow windows on OWINDOW's frame, only.
6961 (window_loop): Simplified; use Fwindow_list.
6962
6963 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
6964
485266d0
GM
69652000-07-05 Gerd Moellmann <gerd@gnu.org>
6966
6967 * xterm.c (XTread_socket): Increment handling_signal at the start,
6968 decrement it at the end.
6969
6970 * eval.c (handling_signal): New variable.
6971 (Fsignal): Abort if handling_signal is non-zero.
6972
6973 * lisp.h (handling_signal): External declaration.
178c5d9c 6974
485266d0
GM
6975 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
6976
80fcd514
KR
69772000-07-05 Ken Raeburn <raeburn@gnu.org>
6978
6979 Sound support for NetBSD through "Linux emulation" support:
6980 * config.in (HAVE_SOUNDCARD_H): Undef.
6981 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
6982 * Makefile.in (LIBSOUND): New variable.
6983 (LIBES): Include it.
6984 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and
6985 <soundcard.h>.
6986 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined
6987 elsewhere.
6988 (vox_open): Use DEFAULT_SOUND_DEVICE.
6989 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
6990
d5c5cddd
GM
69912000-07-05 Gerd Moellmann <gerd@gnu.org>
6992
6993 * print.c (print_error_message): If Vsignaling_function is set,
6994 show it in *Messages*.
6995
6996 * lisp.h (Vsignaling_function): External declaration.
6997
6998 * eval.c (Vsignaling_function): New variable.
6999 (Fsignal): Compute it.
7000 (syms_of_eval): Staticpro it.
7001
65171e3a
DL
70022000-07-05 Dave Love <fx@gnu.org>
7003
7004 * syswait.h: Use the autoconf recommended approach. Old code
7005 #if'd out in case we need to revert.
7006
178c5d9c 7007 * config.in (HAVE_SYS_WAIT_H): Added.
65171e3a 7008
e2c46326
AI
70092000-07-05 Andrew Innes <andrewi@gnu.org>
7010
7011 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
7012 when non-NULL instead of __morecore, to take account of buffer
7013 memory. This also solves a problem with spurious memory warnings
7014 on Windows.
7015
7016 * ralloc.c: Make real_morecore non-static.
7017
7018 * eval.c (internal_condition_case): Comment out abort if
7019 interrupt_input_blocked is not zero.
7020
7021 * makefile.nt: Add support for `bootstrap' and related targets.
7022 Include minimal debug info in emacs.exe in release build.
7023 Remove all dependencies on lisp.h, and fixup some others.
7024
7025 * w32.c (init_environment): Install code from 20.7 for providing
7026 default values for environment variables, based on the
7027 executable's own location.
7028 (map_w32_filename): Handle filenames that are longer than
7029 MAX_PATH.
7030 (sys_socket): Install socket inheritance bug fix from 20.7.
7031
7032 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
7033 here via blockinput.h).
7034
a027a91b
SM
70352000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7036
e4b31601
SM
7037 * w32menu.c (w32_menu_display_help):
7038 * xmenu.c (menu_help_callback): Use show_help_echo.
a027a91b
SM
7039
7040 * keyboard.h (show_help_echo): Declare.
7041
7042 * keyboard.c (show_help_echo): New function, extracted from read_char.
7043 Feval its `msg' argument if it's a cons cell.
7044 (read_char): Use it.
4cf8d9d5 7045 (follow_key): Pass `autoload' to get_keyelt.
a027a91b 7046
178c5d9c 7047 * xterm.c (note_mode_line_highlight, note_mouse_highlight)
a027a91b 7048 (note_tool_bar_highlight, XTread_socket):
178c5d9c 7049 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
a027a91b
SM
7050 (dos_rawgetc):
7051 * w32term.c (note_mode_line_highlight, note_mouse_highlight)
7052 (note_tool_bar_highlight, w32_read_socket):
7053 Do not gratuitously ignore non-string `help-echo' properties.
7054
88d75730
GM
70552000-07-05 Gerd Moellmann <gerd@gnu.org>
7056
969f7e79
GM
7057 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
7058
71201b00
GM
7059 * window.c (delete_all_subwindows): Reset Vwindow_list.
7060
88d75730
GM
7061 * xterm.c (x_append_glyph, x_append_composite_glyph)
7062 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
7063 changes in struct glyph starting 1999-12-27. Some bit-fields of
7064 struct glyph were not set, which made glyphs unequal when compared
7065 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
7066 effects were the result. This also depended on the contents of
7067 memory returned by xmalloc. If flickering happens again, activate
7068 the code in clear_glyph_row that's in #if 0. If the flickering is
7069 gone with that, chances are that it is caused by something
7070 similar.
7071
7072 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
178c5d9c 7073
88d75730
GM
7074 * dispextern.h: Add some comments.
7075
7076 * window.c (add_window_to_list): Add parameter LIST.
7077 (window_list): Order list so that, for each frame, windows are
7078 in canonical order, and so that frames appear in the list in
7079 the order given by Vframe_list.
7080 (next_window): Reverse the handling of NEXT_P.
7081
53654733
GM
70822000-07-04 Gerd Moellmann <gerd@gnu.org>
7083
87efd256
GM
7084 * window.c (Vwindow_list): New variable.
7085 (make_window, delete_window): Set Vwindow_list to nil.
7086 (check_window_containing): New function.
7087 (window_from_coordinates): Rewritten.
7088 (add_window_to_list, window_list, candidate_window_p)
7089 (decode_next_window_args, next_window): New functions.
7090 (Fnext_window, Fprevious_window): Rewritten in terms of
7091 next_window.
7092 (Fwindow_list): New function.
7093 (Fother_window): Cleaned up.
7094 (foreach_window): Add a longer "variable argument list". Let
7095 callback function return 0 to indicate that cycling over windows
7096 should stop.
7097 (foreach_window_1): Likewise.
7098 (freeze_window_start): Return int.
7099 (init_window): New function.
7100 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
7101
7102 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear
7103 input_event with bzero.
7104 (main): Call init_window.
7105
53654733
GM
7106 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
7107 a menu filter.
7108
4a8c194f
KH
71092000-07-04 Kenichi Handa <handa@etl.go.jp>
7110
7111 * composite.h (make_composition_value_copy): Extern it.
7112
7113 * composite.c (make_composition_value_copy): New function.
7114
7115 * editfns.c (Fformat): While copying text properties, make each
7116 composition property value a copy.
7117
7118 * fns.c (concat): While copying text properties, make each
7119 composition property value a copy.
7120
831a6cb0
GM
71212000-07-03 Gerd Moellmann <gerd@gnu.org>
7122
2f516940
GM
7123 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
7124
178c5d9c 7125 * fns.c (sweep_weak_table): Mark only objects that are not
aee625fa
GM
7126 marked already.
7127
831a6cb0
GM
7128 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
7129 include those frames as candidates which have their focus
7130 redirected to the minibuffer frame.
7131
d9c4f922
SM
71322000-07-03 Stefan Monnier <monnier@cs.yale.edu>
7133
7134 * fns.c (Fputhash): Return `value' rather than nil.
7135
3780bc22
GM
71362000-06-30 Gerd Moellmann <gerd@gnu.org>
7137
97d176db
GM
7138 * frame.c (next_frame): Don't check focus redirection in case
7139 MINIBUF is a window. Doing so excludes frames using MINIBUF
3780bc22
GM
7140 unless their focus is redirected, which contradicts the
7141 specification of next-frame, and leads to infinite loops in
7142 certain situations when cycling through windows with next-window.
7143
dca9961d
KH
71442000-06-30 Kenichi Handa <handa@etl.go.jp>
7145
7146 * coding.c (code_convert_region): Even if the length of text is
7147 zero, try to convert it if coding->type is coding_type_ccl.
7148 (decode_coding_string, encode_coding_string): Likewise.
7149
d5483ab1
GM
71502000-06-28 Gerd Moellmann <gerd@gnu.org>
7151
af5c25e1 7152 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
97d176db 7153 the display if windows_or_buffers_changed.
af5c25e1
GM
7154
7155 * dispnew.c (struct row_entry): New structure.
7156 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
7157 (row_table_size, old_lines, new_lines, old_lines_size)
7158 (new_lines_size, run_pool, runs_size, runs): New variables.
7159 (add_row_entry): New function.
7160 (scrolling_window): Use data structures allocated with xmalloc and
97d176db 7161 held in global variables, instead of allocating them with alloca and
af5c25e1
GM
7162 holding them in local variables. Use a larger hash table whose
7163 size depends on glyph matrix sizes. Don't use bzero to clear the
7164 hash table; instead, clear used slots only.
7165
7166 * fns.c (next_almost_prime): Make it externally visible.
7167
7168 * lisp.h (next_almost_prime): Add prototype.
7169
d5483ab1
GM
7170 * s/isc4-0.h (sigunblock): Define.
7171
7172 * s/sco5.h (sigunblock): Define.
7173
93e40f40
DL
71742000-06-27 Dave Love <fx@gnu.org>
7175
7176 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
7177 (moved to osf5-0.h).
7178 [!NOT_C_CODE]: Protect string.h stuff.
7179
7180 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
7181 (sys_siglist, NSIG): Definitions moved here from osf1.h.
7182
3c4b7685
GM
71832000-06-27 Gerd Moellmann <gerd@gnu.org>
7184
97d176db 7185 * xdisp.c (resize_mini_window): Subtract the extra line spacing
3c4b7685
GM
7186 below the last line from the needed window height.
7187
32cad0aa
SM
71882000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7189
7190 * fns.c (Fplist_member): Renamed from Fwidget_plist_member.
7191 (Fwidget_get): Use it.
7192 (syms_of_fns): Defsubr it.
7193
2c69ced2
GM
71942000-06-26 Gerd Moellmann <gerd@gnu.org>
7195
178c5d9c 7196 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
1d36487c
GM
7197 display info for XIM.
7198 (xim_open_dpy): Likewise.
7199 (xim_close_dpy): Don't free the display info's XIM.
7200
7201 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic.
7202
7203 * config.in (USE_XIM): New define.
7204
3fc720e4
GM
7205 * keymap.c (get_keyelt): For menu-items containing a `:filter
7206 FILTER', apply FILTER to the menu-item's definition to get the
7207 real definition to use.
7208
7209 * lisp.h (QCfilter): External declaration.
7210
2c69ced2
GM
7211 * xfns.c (Fimage_size): New function.
7212 (syms_of_xfns): Defsubr it.
7213
f978b2a2
AS
72142000-06-26 Andreas Schwab <schwab@suse.de>
7215
7216 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after
7217 Fstring_as_unibyte.
7218
94cc7892
DL
72192000-06-25 Dave Love <fx@gnu.org>
7220
7221 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag,
7222 tgetnum.
7223
7224 * Makefile.in (blockinput.h): Depend on atimer.h.
7225 (atimer.h): Depend on systime.h.
7226
7227 * blockinput.h: Protect against multiple inclusion. Include
7228 atimer.h.
7229
7230 * atimer.h: Protect against multiple inclusion. Include
7231 systime.h.
7232
7233 * lisp.h (swap_in_global_binding): Declare.
7234
b8c24556
KR
72352000-06-24 Ken Raeburn <raeburn@gnu.org>
7236
7237 * process.c (Fopen_network_stream): Turn off atimers for duration
7238 of call to connect. (Patch from Gerd.)
7239
8cf8560b
DL
72402000-06-23 Dave Love <fx@gnu.org>
7241
511c7541
DL
7242 * ralloc.c: Maybe include unistd.h
7243
8cf8560b
DL
7244 * emacs.c (setgrp): Undefine before defining.
7245 (malloc_warning, set_time_zone_rule, index): Prototype.
7246
7247 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use
7248 HAVE_STRUCT_TIMEZONE.
7249
7250 * s/osf1.h: Move string.h hack here from alpha.h and make it
7251 conditional.
7252 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
7253 _XOPEN_SOURCE.
7254 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
7255 (SOCKLEN_TYPE): Don't define.
7256
7257 * m/alpha.h: Remove string.h hack.
7258
7259 * s/osf5-0.h: New file.
7260
7261 * filelock.c: Use feature tests for fcntl.h, string.h. Don't
7262 include time.h, done by systime.h.
7263 [__FreeBSD__]: Remove redundant includes.
7264
3fc720e4 7265 * callproc.c (setpgrp): Undefine before defining.
8cf8560b
DL
7266 (delete_temp_file): Return Qnil to avoid warning.
7267
7268 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
7269
7270 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not
7271 HAVE_X_WINDOWS.
7272
7273 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset.
7274
7275 * composite.h (compose_text): Declare.
7276
7277 * xterm.c: Don't include sys/types.h unconditionally. Don't
7278 protect its inclusion with !USG (following xmenu.c).
7279
ea055732
GM
72802000-06-23 Gerd Moellmann <gerd@gnu.org>
7281
7282 * xfns.c (x_create_tip_frame): Initialize frame's colors like
7283 in x_create_frame.
7284
74b01b80
EZ
72852000-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7286
7287 * coding.c (decode_eol_post_ccl): Special handling for undecided
7288 and inconsistent EOL types.
7289
64f3a166
GM
72902000-06-22 Gerd Moellmann <gerd@gnu.org>
7291
16cf31f7
GM
7292 * xrdb.c (x_load_resources): Add default resource for scroll bar's
7293 trough color and main window's background color.
7294
178c5d9c 7295 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events
16cf31f7
GM
7296 differently.
7297
7298 * xterm.h (Xt_app_con): External declaration.
7299
7300 * widget.c (EmacsFrameRealize): Fix typo.
178c5d9c 7301
486a103d
GM
7302 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
7303
64f3a166
GM
7304 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
7305 (handle_invisible_prop): Record the start of invisible text in
7306 it->add_overlay_start.
7307 (struct overlay_entry): Add member `overlay'.
7308 (handle_overlay_change): Simplify.
7309 (next_overlay_string): After having processed overlay strings at the
7310 end of the buffer, record that fact in
7311 it->overlay_strings_at_end_processed_p.
7312 (compare_overlay_entries): If before- and after-strings come
7313 from the same overlay, let before-strings come first.
7314 (RECORD_OVERLAY_STRING): Record the overlay that strings come from.
7315 (load_overlay_strings): Take it->add_overlay_start into account
7316 when adding overlay strings.
7317
7318 * dispextern.h (struct it): Add member add_overlay_start.
7319
bb746ea6
DL
73202000-06-22 Dave Love <fx@gnu.org>
7321
7322 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
7323
7324 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
7325
a8f573f3
KH
73262000-06-22 Kenichi Handa <handa@etl.go.jp>
7327
7328 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
7329 is greater than 0.
7330
9f2bbc92
DL
73312000-06-21 Dave Love <fx@gnu.org>
7332
178c5d9c 7333 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
9f2bbc92 7334
3ee5041c
SM
73352000-06-21 Stefan Monnier <monnier@cs.yale.edu>
7336
7337 * syntax.c (back_comment): Simplify string-parity counting (with
7338 the added benefit of handling multiple string-styles as long as
7339 they are not intertwined).
7340 Jump to the slow code as soon as a comment starter is found in
7341 a "string_lossage" position. Fixes the case: " /* " /* " */.
7342
4c343001
DL
73432000-06-21 Dave Love <fx@gnu.org>
7344
7345 * Makefile.in: Use GETLOADAVG_LIBS.
7346
7347 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
7348 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
7349
e6365855
SM
73502000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7351
7352 * syntax.c (describe_syntax): Recognize the `n'estable bit.
7353 (Fforward_comment, scan_lists):
7354 Check the comstyle of single-char comment-starters.
7355 (scan_sexps_forward): Don't try to recognize `half comment-enders' if
7356 we're just at the beginning of the comment (f.ex with (*) ... (*)).
d355bd8a
SM
7357 Check the comstyle of single-char comment-starters.
7358 Clarify control-flow around the Scomment case.
e6365855 7359
5700d2cc
DL
73602000-06-20 Dave Love <fx@gnu.org>
7361
d355bd8a
SM
7362 * fns.c (make_hash_table, maybe_resize_hash_table):
7363 Cast arg of next_almost_prime.
5700d2cc 7364
178c5d9c 7365 * tparam.c [emacs]: Include lisp.h.
5700d2cc
DL
7366
7367 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
7368 and unistd.h.
7369
4a27bdfb
GM
73702000-06-20 Gerd Moellmann <gerd@gnu.org>
7371
a61d762c
GM
7372 * keyboard.c (adjust_point_for_property): Check if display
7373 property should be treated as intangible by looking at its
7374 value.
7375
178c5d9c 7376 * xdisp.c (single_display_prop_intangible_p)
a61d762c
GM
7377 (display_prop_intangible_p): New functions.
7378
7379 * dispextern.h (display_prop_intangible_p): Add prototype.
7380
7381 * xdisp.c (dump_glyph_row): Show type of glyph->object.
178c5d9c 7382
4a27bdfb
GM
7383 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
7384 argument to sigprocmask.
7385
7386 * s/sco5.h (sigblock): Redefined to pass a pointer as second
7387 argument to sigprocmask.
7388
7389 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
7390 sigprocmask_set, and pass a pointer to it to sigprocmask.
7391
7392 * sysdep.c (sigprocmask_set): New variable.
7393
7394 * fileio.c (make_temp_name): Don't use `%s' in string passed to
7395 report_file_error.
7396
427ec082
SS
73972000-06-20 Sam Steingold <sds@gnu.org>
7398
7399 * xrdb.c: Don't declare xmalloc, xrealloc.
7400
8972fe79 74012000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8972fe79
SM
7402
7403 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
7404 (re_comp): Cast gettext return value to avoid complaints when
7405 !HAVE_LIBINTL.
7406
074b6efe
DL
74072000-06-20 Dave Love <fx@gnu.org>
7408
f85c008a
DL
7409 * m/stride.h, m/mips.h: Don't define HAVE_GETWD,
7410 HAVE_GETTIMEOFDAY.
7411
5700d2cc 7412 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
f85c008a 7413
d355bd8a 7414 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD.
f85c008a
DL
7415
7416 * m/alpha.h: Don't declare xmalloc, xrealloc.
7417
0af4f205
DL
7418 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
7419
7420 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
7421
7422 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
7423
7424 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
7425 HAVE_GETWD.
7426
074b6efe
DL
7427 * keyboard.h (poll_for_input_1): Declare.
7428
7429 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
7430
7431 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
7432
7433 * doprnt.c: Don't declare xmalloc, xrealloc.
7434
7435 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
7436 (getenv, ctime, getwd): Removed.
7437 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
7438
7439 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic,
7440 x_set_tool_bar_lines.
7441
7442 * config.in: Add HAVE_GETWD. Move some definitions above
7443 machine/system includes.
7444
68a5e97b
KH
74452000-06-20 Kenichi Handa <handa@etl.go.jp>
7446
95417e1e
KH
7447 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
7448
68a5e97b
KH
7449 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
7450 contain information about ENCODING.
7451
7452 * fontset.c (FONTSET_ASCII): Use the first element of char table
7453 for an ASCII font, not defalt slot.
7454 (fontset_ref_via_base): If FONTSET doesn't contain information for
7455 C, try the default fontset.
7456 (make_fontset): Don't copy the default fontset.
7457 (fontset_font_pattern): Likewise.
7458 (accumulate_font_info): If ELT is nil, use the corresponding
7459 element in the default fontset.
7460
3b4fa1b2
DL
74612000-06-19 Dave Love <fx@gnu.org>
7462
943e731c
DL
7463 * syntax.c (Fparse_partial_sexp): Doc fix.
7464
7465 * regex.h: Test PROTOTYPES as well as __STDC__.
7466
3b4fa1b2
DL
7467 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
7468 errno, strerror. Put text after #endif in comment.
7469
7470 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for
7471 pcc).
7472
7473 * xterm.c (x_frame_of_widget): Likewise.
7474
cdf0357b
GM
74752000-06-19 Gerd Moellmann <gerd@gnu.org>
7476
7477 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
7478 to Vfundamental_mode_abbrev_table.
7479
7480 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
7481 bogus objects are marked. This slows down GC by ~80 percent, but
7482 it might be worth trying when debugging GC-related problems.
7483 This feature requires conservative stack marking to be enabled.
7484
7485 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
7486 returns XLookupChars, reset `modifiers' to zero.
7487
998e9f8c
DL
74882000-06-19 Dave Love <fx@gnu.org>
7489
7490 * mktime.c: Unprotoized.
7491
18e21ce8 74922000-06-19 Richard Stallman <rms@gnu.org>
d1504184
GM
7493
7494 * data.c (set_internal): If variable is frame-local,
7495 store the new value immediately into the frame parameter alist.
7496
140c4ac6
KR
74972000-06-19 Ken Raeburn <raeburn@gnu.org>
7498
14358466
KR
7499 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
7500 in the custom handler pointer.
7501
140c4ac6
KR
7502 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
7503 value, or checks for CHAR_META can fail when Lisp_Object is a
7504 union type.
7505 * keymap.c (get_keyelt): Likewise.
7506
10d7bf84
KH
75072000-06-19 Kenichi Handa <handa@etl.go.jp>
7508
7509 * ccl.h (struct ccl_program): New member eol_type.
7510 (struct ccl_spec): New member cr_carryover.
7511
7512 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
7513 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
7514
7515 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
7516 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
7517 (decode_eol_post_ccl): New function.
7518 (decode_coding): Don't detect EOL format here for CCL based coding
7519 systems.
7520 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
7521 decode_eol_post_ccl after running the CCL program.
7522 (code_convert_region): Don't detect EOL format here for CCL based
7523 coding systems.
7524 (decode_coding_string): Likewise.
7525
52e386c2
KR
75262000-06-18 Ken Raeburn <raeburn@gnu.org>
7527
7528 * charset.c (update_charset_table): Use XINT on "iso_final_char"
7529 when treating it as an integer.
7530
7531 * coding.h (encode_coding_string): Declare.
7532
7533 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
7534 it as an integer.
7535
7536 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
7537 "xkeymap" to avoid shadowing the "enum map_type" value that needs
7538 to be passed to get_local_map.
7539
7540 * sound.c (Fplay_sound): Don't call make_number on
7541 Frun_hook_with_args count argument.
7542
7543 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
7544 for lisp objects in X event structure data field, when lisp
7545 objects are represented with unions.
7546 (x_scroll_bar_to_input_event): Ditto.
7547
b357b9d4
KR
75482000-06-16 Ken Raeburn <raeburn@gnu.org>
7549
7550 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
37d034d3
KR
7551 termination of string. Fix sense of test whether
7552 Vline_number_display_limit is an integer.
b357b9d4 7553
a871441d
GM
75542000-06-16 Gerd Moellmann <gerd@gnu.org>
7555
a9021acd
GM
7556 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
7557 only if HAVE_X_WINDOWS.
7558
6344985d
GM
7559 * keymap.c (describe_buffer_bindings): Add `\f\n' in front
7560 of titles.
7561
427ec082 7562 * dispnew.c (update_frame_1): Handle case that cursor vpos is
a871441d
GM
7563 out of bounds.
7564
228b083e
EZ
75652000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7566
7567 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
7568 of its headers.
7569
c25b53a2
KH
75702000-06-15 Kenichi Handa <handa@etl.go.jp>
7571
7572 * coding.c (decode_coding_emacs_mule): Always set src_base at the
7573 start of the while loop.
7574
a6981b11
GM
75752000-06-15 Gerd Moellmann <gerd@gnu.org>
7576
e9924e52
GM
7577 * atimer.c (alarm_signal_handler): Add forward declaration.
7578
a6981b11
GM
7579 * data.c (set_internal): Remove debug code.
7580
25fa6deb
GM
75812000-06-14 Gerd Moellmann <gerd@gnu.org>
7582
dce6b995
GM
7583 * Makefile.in (bootstrap-temacs): Add `-I../src'.
7584
9f817ea4
GM
7585 * unexec.c (toplevel) [COFF]: Include coff.h.
7586
7587 * s/lynxos.h: New file.
7588
7589 * keymap.c (Fsingle_key_description): Enclose function key and
7590 event symbol names in angle brackets.
7591
8a4e3c0c
GM
7592 * xdisp.c (setup_echo_area_for_printing): Call
7593 message_log_maybe_newline if message_buf_print is not set.
7594
7595 * print.c (printchar, strout): Don't check message_buf_print
427ec082 7596 before calling setup_echo_area_for_printing because that
8a4e3c0c
GM
7597 function does something useful even when message_buf_print is
7598 already set.
7599
25fa6deb
GM
7600 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New
7601 variables.
7602 (ensure_echo_area_buffers): Initialize echo buffer's
7603 truncate lines setting to nil.
7604 (with_echo_area_buffer): Don't set the echo buffer's truncate
7605 lines setting here.
8a4e3c0c 7606 (set_message_1): Set it here instead, based on the value
25fa6deb
GM
7607 of message_truncate_lines.
7608 (resize_mini_window): Handle case that lines are truncated.
7609 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL
7610 message-truncate-lines.
7611
7612 * keyboard.c (read_char): Bind message-truncate-lines to t
7613 while displaying a help-echo.
7614
7615 * lisp.h (Qmessage_truncate_lines): External declaration.
7616
163dcff3
GM
76172000-06-13 Gerd Moellmann <gerd@gnu.org>
7618
1681ead6
GM
7619 * xdisp.c (Vline_number_display_limit): Renamed from
7620 line_number_display_limit.
7621 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
7622 Extend documentation string. Initialize
7623 Vline_number_display_limit to nil meaning no limit.
7624 (decode_mode_spec): Use Vline_number_display_limit with its new
7625 meaning.
7626
163dcff3
GM
7627 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
7628
18e21ce8 76292000-06-13 Richard Stallman <rms@gnu.org>
163dcff3
GM
7630
7631 * frame.c (Fmodify_frame_parameters): Doc fix.
427ec082 7632
163dcff3
GM
7633 * xfns.c (x_set_frame_parameters): Comment fix.
7634
7635 * frame.c (store_frame_param): Call swap_in_global_binding if the
7636 variable's current binding was chosen based on this frame.
7637
7638 * data.c (swap_in_global_binding): New function.
7639
a704139d
EZ
76402000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7641
7642 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
7643 macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
7644
9b6610db
EZ
76452000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7646
7647 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
7648
c68833d2
JR
76492000-06-12 Jason Rumney <jasonr@gnu.org>
7650
7651 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
7652
7653 * w32.h (EMACS_W32_H): Renamed from _NT_H_
7654
7655 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
7656
7657 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
7658
ed1056b3
GM
76592000-06-12 Gerd Moellmann <gerd@gnu.org>
7660
7661 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
7662 (syms_of_xfaces): Defsubr Sdump_colors.
7663 (x_free_colors): Don't treat b&w specially on default visual.
7664 (x_free_dpy_colors): New function.
7665 (free_face_colors): Don't check visual class; it's done
7666 in x_free_colors.
7667
7668 * xterm.c (x_frame_of_widget): New function.
7669 (x_alloc_nearest_color_for_widget): Use it.
7670 (x_copy_dpy_color): New function.
7671 (x_destroy_window): Free various colors.
7672
5050a2ef
KH
76732000-06-12 Kenichi Handa <handa@etl.go.jp>
7674
7675 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
7676
7677 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
7678
7679 * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
7680
7681 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
7682
7683 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
7684
fb1b041d
DL
76852000-06-11 Dave Love <fx@gnu.org>
7686
7687 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
7688
ff96b5f4
EZ
76892000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
7690
7691 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
7692
db8eeecd
GM
76932000-06-11 Gerd Moellmann <gerd@gnu.org>
7694
ed1056b3 7695 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
db8eeecd
GM
7696 to `XEvent *'.
7697
49b71c5f
KH
76982000-06-10 Kenichi Handa <handa@etl.go.jp>
7699
c479bd55
KH
7700 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
7701 (regex_compile): Fix the code for handling the case of single byte
7702 char and multibyte char being mixed in a range within [...].
7703
ff6a65c2
KH
7704 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
7705 and dst_multibyte members of coding.
7706
49b71c5f
KH
7707 * charset.c (update_charset_table): Update the table
7708 bytes_by_char_head.
7709 (init_charset_once): Initialize elements of bytes_by_char_head to
7710 1 except for leading codes for private charases.
7711
7712 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
7713 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
7714 sequence.
7715
9e80b57d
KR
77162000-06-09 Ken Raeburn <raeburn@gnu.org>
7717
7718 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
7719 access the data it doesn't point to.
7720
f83fe4b4
GM
77212000-06-08 Gerd Moellmann <gerd@gnu.org>
7722
7723 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
db8eeecd 7724 will be translated to a switch-frame event when reading the
f83fe4b4
GM
7725 event queue. This is necessary because Emacs otherwise won't
7726 perform a switch-frame to a new frame until some other event, for
7727 example a keystroke event, forces it to do so. This has various
7728 effects, one visible being that the cursor of a frame created with
7729 C-x 5 2 or switched to with a window manager key binding like
7730 A-TAB stays hollow because selected_window isn't on the newly
7731 focused frame until the switch-frame is performed.
7732
7733 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
7734 generating a switch-frame event if necessary.
7735
7736 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
7737
7738 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
7739 it's an integer.
7740
0890801b
KH
77412000-06-08 Kenichi Handa <handa@etl.go.jp>
7742
7743 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a
7744 charset.
7745
173cbca8
GM
77462000-06-07 Gerd Moellmann <gerd@gnu.org>
7747
3091c2a6
GM
7748 * window.c (displayed_window_lines): Take empty lines at
7749 the bottom of a window into account.
427ec082 7750
f38952fe
GM
7751 * window.c (displayed_window_lines): New function.
7752 (Fmove_to_window_line): Use displayed_window_lines to determine
7753 the number of lines to move, instead of using the window's height.
7754
7755 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
7756 to stop reading, even if the form read sets point to a different
7757 value when evaluated.
7758
427ec082 7759 * xdisp.c (display_line): Fix code deciding in which line to
173cbca8
GM
7760 put the cursor.
7761
6ba6c818
KH
77622000-06-07 Kenichi Handa <handa@etl.go.jp>
7763
7764 * fileio.c (e_write): Free composition data if stored in
7765 coding->cmp_data.
7766
5f1aea9a
GM
77672000-06-06 Gerd Moellmann <gerd@gnu.org>
7768
666852af
GM
7769 * xdisp.c (display_line): Set row's and iterator's
7770 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
7771 Set cursor even if row ends in the middle of a character.
7772 (dump_glyph_row): Print values of new flags.
7773 (redisplay_window) <cursor movement in unchanged window>: When
7774 point has been moved forward, and PT is at the end of the cursor
7775 row, don't place the cursor in the next row if the cursor row ends
7776 in the middle of a character or at ZV.
7777
7778 * dispextern.h (struct it): Add starts_in_middle_of_char_p.
7779 (struct glyph_row): Add starts_in_middle_of_char_p and
7780 ends_in_middle_of_char_p.
7781 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
7782 ends_in_middle_of_char_p flag.
7783 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
7784
d13f3e2e
GM
7785 * term.c (append_glyph): Revert change of 2000-06-06.
7786
7787 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
7788 padding glyph not fitting on line as whole character not
7789 fitting on line.
7790
5f1aea9a
GM
7791 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
7792 this isn't true for images with `:ascent 100'.
7793
10cda9b0
KH
77942000-06-06 Kenichi Handa <handa@etl.go.jp>
7795
ed00559d
KH
7796 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
7797 as modified if it is originally unmodified.
7798
10cda9b0
KH
7799 * term.c (encode_terminal_code): Change the way to check if
7800 terminal coding does any conversion.
7801 (append_glyph): Set glyph->pixel_width correctly.
7802
7803 * xdisp.c (display_line): While checking line continuation, pay
7804 attention to a padding glyph.
7805
1969fae2
GM
78062000-06-05 Gerd Moellmann <gerd@gnu.org>
7807
7808 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
7809
162ccef4
DL
78102000-06-05 Dave Love <fx@gnu.org>
7811
f19f32dd
DL
7812 * xdisp.c: Include fontset.h.
7813
7814 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
7815
7816 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
7817
7818 * dispnew.c: Conditionally include term.h.
7819
7820 * coding.h: Declare code_convert_string_norecord.
7821
7822 * frame.h (struct frame): Use volatile unconditionally.
7823
7824 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
7825
7826 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
7827
7828 * systime.h: Protect against multiple inclusion.
7829 (timezone) [USG5_4]: Define as time_t.
7830
7831 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
7832 (Foptimize_char_table, make_temp_name): Declare.
7833
7834 * Makefile.in (xdisp.o): Depend on fontset.h.
7835
7836 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
7837
7838 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
7839 (Foptimize_char_table, make_temp_name): Declare.
7840
427ec082 7841 * s/irix4-0.h:
162ccef4
DL
7842 * s/irix5-0.h:
7843 * s/netbsd.h: Don't define autoconfiscated MATHERR.
7844
2082fe81
DL
78452000-06-02 Dave Love <fx@gnu.org>
7846
7847 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
7848
dcf671d2
GM
78492000-06-02 Gerd Moellmann <gerd@gnu.org>
7850
7851 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
1969fae2 7852 result face, set flags in that face indicating that colors may not
dcf671d2
GM
7853 be freed.
7854
7855 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
7856 glyph, use the ASCII NUL character to determine the face.
7857
d42122a3
DL
78582000-06-02 Dave Love <fx@gnu.org>
7859
7860 * sysdep.c: Conditionally include stdlib.h, unistd.h.
7861 (VFORK_RETURN_TYPE): Remove.
427ec082 7862
d42122a3
DL
7863 * config.in: Add NO_MATHERR.
7864
dd432f16
DL
78652000-06-01 Dave Love <fx@gnu.org>
7866
90aa4ea8
DL
7867 * cmds.c (internal_self_insert): Don't check
7868 Vbefore_change_function, Vafter_change_function.
7869
7870 * insdel.c (signal_before_change, signal_after_change): Likewise.
7871
7872 * buffer.c (Vbefore_change_function, Vafter_change_function):
7873 Variables and their initializations deleted.
7874
2330c9d4
DL
7875 * callint.c (Fcall_interactively): Doc fix.
7876
dd432f16
DL
7877 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
7878
bf9e8804
DL
78792000-05-31 Dave Love <fx@gnu.org>
7880
7881 * textprop.c: Revert last change -- duplicated.
7882
3694b4ab
GM
78832000-05-31 Gerd Moellmann <gerd@gnu.org>
7884
7885 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
7886 in #if 0.
7887
7888 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
7889
f14156cd
JR
78902000-05-31 Jason Rumney <jasonr@gnu.org>
7891
8119aab8
JR
7892 * search.c (Fre_search_forward, Fre_search_backward)
7893 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
7894
f14156cd
JR
7895 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
7896
4aab9be3
JR
78972000-05-30 Jason Rumney <jasonr@gnu.org>
7898
7899 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
7900 [WINDOWSNT]: Add extern for Vw32_system_coding_system.
7901
7902 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type
7903 member.
7904
7905 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
7906 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
7907 expand a nil default_filename.
7908
7909 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
7910 pointer to glyph_to_pixel_coords, not a frame.
7911
7912 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
7913 coding.h to dependencies.
7914
7915 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
7916
7917 * w32console.c (glyph_to_pixel_coords): Change first parameter to
7918 window pointer to be consistent with w32term.c and xterm.c.
7919
7920 * w32fns.c: Format and doc changes to bring closer to xfns.c.
7921 (VIETNAMESE_CHARSET): Define if not defined in system headers.
7922 (Qline_spacing, Qcenter): New variables.
7923 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
7924 (x_set_line_spacing): New function.
7925 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT
7926 macros.
7927 (x_specified_cursor_type): New function.
7928 (x_set_cursor_type): Use it.
7929 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
7930 and icon strings.
7931 (validate_x_resource_name, x_get_resource_string): Measure lengths
7932 of external strings in bytes.
7933 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
7934 GetTextExtentPoint32 with NULL title.
7935 (Fx_create_frame): Initialize Qline_spacing.
7936 (w32_load_system_font): Initialize font->double_byte_p.
7937 (x_to_w32_charset): Use Vw32_charset_info_alist.
7938 (Image, busy cursor, tooltip functions): Merged changes from
7939 xfns.c. Not yet functional on Windows.
7940
7941 * w32gui.h (W32FontStruct): Add double_byte_p member.
7942
7943 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
7944 (emacs_button_translation): Use it.
7945 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
7946 in `mask' to be set.
7947
7948 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
7949 menu strings.
7950
7951 * w32term.c: Format and doc changes to bring closer to xterm.c.
7952 (w32_char_font_type): New enum.
7953 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
7954 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
7955 (w32_encode_char): New function.
7956 (x_encode_char): Removed.
7957 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
7958 x_encode_char and w32_font_is_double_byte.
7959 (x_produce_image_glyph): Use image_ascent.
7960 (x_produce_glyphs): Use new version of w32_per_char_metric and
7961 handle NULL return value. Allow extra line spacing.
7962 (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
7963 (w32_get_glyph_overhangs): Remove unicode_p param. Use
7964 w32_font_type member of glyph instead.
7965 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
7966 (fast_find_position): Make sure not to consider rows not visible
7967 in the window.
7968 (w32_read_socket) [WM_MENUSELECT]: Cannot call
7969 w32_menu_display_help with input blocked, as it can abort.
7970 (x_display_and_set_cursor): Choose cursor depending
7971 on buffer-local value of cursor_type.
7972 (x_draw_bar_cursor): Add parameter WIDTH.
7973
7974 * w32term.h (CP_DEFAULT): Define.
7975 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
7976
10fc3187
GM
79772000-05-30 Gerd Moellmann <gerd@gnu.org>
7978
7979 * search.c (Fre_search_forward, Fre_search_backward)
7980 (Fposix_search_backward, Fposix_search_forward): Doc fix.
7981
d0555360
KH
79822000-05-30 Kenichi Handa <handa@etl.go.jp>
7983
7984 * coding.c (detect_coding_iso2022): Fix code for checking
7985 CODING_CATEGORY_MASK_ISO_8_2.
7986
f1ad044f
SM
79872000-05-29 Stefan Monnier <monnier@cs.yale.edu>
7988
7989 * regex.c (PREFETCH_NOLIMIT): New function.
7990 (re_match_2_internal): Use it and adjust the end_match_2 logic.
7991
84ec3b4b
GM
79922000-05-29 Gerd Moellmann <gerd@gnu.org>
7993
66254a13
GM
7994 * syntax.c (find_defun_start): Move test for
7995 open_paren_in_column_0_is_defun_start outside of the loop.
7996
49e70dec
GM
7997 * xdisp.c (redisplay_window): Really switch buffers when
7998 displaying mode lines, and temporarily set selected_frame to the
7999 frame of the window that's redisplayed.
8000
84ec3b4b
GM
8001 * xfaces.c (free_realized_faces): Block/unblock input.
8002 (free_realized_multibyte_face): Ditto.
8003
869a3a14
DL
80042000-05-29 Dave Love <fx@gnu.org>
8005
8006 * textprop.c (Qkeymap): New variable.
8007 (syms_of_textprop): Intern it.
8008
8009 * keymap.c: Include intervals.h.
8010 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
8011
8012 * Makefile.in (keymap.o): Depend on intervals.h.
8013
8014 * keyboard.c (menu_bar_items, tool_bar_items)
8015 (Fexecute_extended_command): Deal with `keymap' property.
8016 (read_key_sequence): Track map from `keymap' property as well as
8017 `local_map'.
8018
8019 * intervals.c (get_local_map): Extra arg to allow looking for
8020 `keymap' too.
8021
8022 * intervals.h (map_property): New enum.
8023 (get_local_map): Extra arg using it.
8024 (Qkeymap): Declare.
8025
84ec3b4b 8026 * lisp.h (get_local_map): Don't declare here.
869a3a14 8027
89d0c844
KH
80282000-05-29 Kenichi Handa <handa@etl.go.jp>
8029
8030 * Makefile.in (callproc.o): Depend on composite.h.
8031
8032 * callproc.c: Include composite.h.
8033 (Fcall_process): Handle composition correctly.
8034
8035 * coding.h (coding_allocate_composition_data): Extern it.
8036 (coding_restore_composition): Likewise.
8037
8038 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
8039 yet allocated, finish decoding with result
8040 CODING_FINISH_INSUFFICIENT_CMP.
8041 (coding_allocate_composition_data): Make it non-static.
8042 (coding_restore_composition): Likewise.
8043
797a084a
EZ
80442000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
8045
8046 * charset.c (syms_of_charset): Revert last change.
8047
cf872af5
EZ
80482000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8049
8050 * term.c (produce_glyphs): Treat characters from the eight-bit-*
d7d0dac0
SM
8051 charsets as unibyte, with 1-column screen width. Sent by Kenichi
8052 Handa.
cf872af5 8053
5b1ae051
EZ
80542000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8055
8056 * charset.c (syms_of_charset): Set width of character sets
8057 eight-bit-control and eight-bit-graphic to 1 column.
8058
34ec9ebe
GM
80592000-05-26 Gerd Moellmann <gerd@gnu.org>
8060
8061 * config.in (HAVE_SPEED_T): New define.
8062
8063 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
8064 `extern speed_t'.
8065
dd854dc2
DL
80662000-05-26 Dave Love <fx@gnu.org>
8067
8068 * coding.c (shrink_decoding_region): Initialize eol_conversion.
8069
8070 * data.c (Qsubrp, Qmany, Qunevalled): New variables.
8071 (Fsubr_arity): New function.
8072 (syms_of_data): Install them.
8073
ba9f8f95
KH
80742000-05-26 Kenichi Handa <handa@etl.go.jp>
8075
0f3e0672
KH
8076 * charset.c (init_charset_once): Set the table bytes_by_char_head
8077 correctly.
8078
cebefb44
KH
8079 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
8080 the default fontset to what Emacs uses by default.
0f3e0672
KH
8081 (check_registry_encoding): This function deleted.
8082 (Fset_fontset_font): Remove the adhoc condition for the default
8083 fontset. Allow cons in FONTNAME.
cebefb44 8084
0f3e0672
KH
8085 * fns.c (map_char_table): Ignore char-table entries for
8086 charsets eight-bit-control and eight-bit-graphic.
ba9f8f95 8087
7a18af49
KR
80882000-05-25 Ken Raeburn <raeburn@gnu.org>
8089
8090 * emacs.c (main): Initialize keyboard syms before initializing
8091 window code, so face names are available.
8092
d2af47df
SM
80932000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8094
8095 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
8096 of an anchor at the beginning of a shy-group.
8097
fc6a6a4e
GM
80982000-05-25 Gerd Moellmann <gerd@gnu.org>
8099
8100 * xdisp.c (handle_invisible_prop): Don't try to skip over
8101 invisible text if end of text is already reached.
8102
005f0d35
DL
81032000-05-25 Dave Love <fx@gnu.org>
8104
02513cdd
DL
8105 * xdisp.c (Fdump_glyph_matrix): Declare the arg.
8106
005f0d35
DL
8107 * coding.c (encode_eol): Add null statement after label.
8108
89f6ca4e
EZ
81092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8110
8111 * w16select.c (Fw16_set_clipboard_data): Fix the change from
8112 2000-05-20.
8113
a4e1759e
KH
81142000-05-25 Kenichi Handa <handa@etl.go.jp>
8115
8116 * ccl.c (ccl_driver): Fix previous change.
8117
eacfd7fe
KH
81182000-05-25 Kenichi Handa <handa@etl.go.jp>
8119
46ab33a9
KH
8120 * coding.c (run_pre_post_conversion_on_str): Set point to the
8121 beginning of buffer before calling coding->post_read_conversion.
8122 (decode_coding_string): Give correct args to
8123 run_pre_post_conversion_on_str.
8124 (encode_coding_string): Likewise.
8125
eacfd7fe
KH
8126 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
8127 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
8128 eight-bit-graphic correctly.
8129
f8569325
DL
81302000-05-24 Kenichi HANDA <handa@etl.go.jp>
8131
8132 * fileio.c (Finsert_file_contents): Even if a file is not found,
8133 execute codes for setting up coding system. Call
8134 after-insert-file-functions unconditionally.
8135
04545643
GM
81362000-05-24 Gerd Moellmann <gerd@gnu.org>
8137
8138 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
8139 BSD_PGRPS are not defined.
8140
747d90ea
KH
81412000-05-24 Kenichi Handa <handa@etl.go.jp>
8142
8143 * charset.c (update_charset_table): Accept nil in LONG_NAME and
8144 DESCRIPTION.
8145 (syms_of_charset): Avoid building same strings.
8146
716e3b88
GM
81472000-05-23 Gerd Moellmann <gerd@gnu.org>
8148
8149 * lread.c (Fload): Add a comment about the meaning of
8150 Vuser_init_file being t.
8151
8152 * puresize.h (BASE_PURESIZE): Increase to 675000.
8153
8154 * s/gnu-linux.h (setpgrp): Don't define it here because this
8155 prevents compilation on GNU/Linux systems with glib 2.2.
8156
8157 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
8158 as setpgid.
427ec082 8159
9aeb39fa
EZ
81602000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8161
8162 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
8163 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
8164 version.
8165 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
8166
29ced61b
KH
81672000-05-23 Kenichi Handa <handa@etl.go.jp>
8168
0574a2ed
KH
8169 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE
8170 unconditionally.
8171
3d80f24d
KH
8172 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
8173
8174 * term.c (encode_terminal_code): Set coding->src_multibyte
8175 properly.
8176
29ced61b
KH
8177 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
8178
d7e00792
KH
81792000-05-22 Kenichi Handa <handa@etl.go.jp>
8180
c9d80d38
KH
8181 * keyboard.c (read_char): Allow character codes 128..255 to be
8182 handled by input-method-function.
8183
d7e00792
KH
8184 * insdel.c (adjust_markers_for_replace): Fix previous change.
8185 (adjust_after_replace): If PREV_TEXT is nil, call
8186 adjust_markers_for_insert, not adjust_markers_for_replace.
8187
087121cc 81882000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
427ec082 8189
087121cc
GM
8190 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
8191 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
8192 [HAVE_GRANDPT]: Define.
8193 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
8194
8195 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
8196 like SYSV_PTYS.
8197
8198 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
8199
8200 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
8201
c9671f81
KH
82022000-05-20 Kenichi Handa <handa@etl.go.jp>
8203
8204 The following changes are to handle 8-bit characters in a
8205 multibyte buffer/string without facing with byte combining
8206 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and
8207 eight-bit-graphic (for 0xA0..0xFF) are introduced.
8208
8209 * Makefile.in (fns.o): Depend on charset.h.
8210
8211 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
8212 convert it to unibyte.
8213 (make_string): Use parse_str_as_multibyte, not chars_in_text.
8214
8215 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
8216 apparent char boundary.
8217 (Fset_buffer_multibyte): Convert 8-bit characters in the range
8218 0x80..0x9F to/from multibyte form.
8219
8220 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
8221 to unibyte.
8222
8223 * callproc.c (Fcall_process): Always encode an argument string if
8224 it is multibyte. Setup src_multibyte and dst_multibyte members of
8225 process_coding properly.
ce75fd23 8226
c9671f81
KH
8227 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
8228 SPLIT_NON_ASCII_CHAR.
8229
8230 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
8231 as is.
8232 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
8233
8234 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New
8235 variables.
8236 (SPLIT_CHARACTER_SEQ): This macro deleted.
8237 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is
8238 valid.
8239 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
8240 and eight-bit-graphic.
8241 (char_to_string): Likewise. Signal an error for too large
8242 character code.
8243 (char_printable_p): Return 0 for 8-bit characters.
8244 (update_charset_table): Update iso_charset_table only when a final
8245 character is non-negative.
8246 (find_charset_in_text): Renamed from find_charset_in_str.
8247 Arguments and return value changed. Callers changed.
8248 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
8249 be -1 if CHARSET is used only internally.
8250 (Fmake_char_internal): Handle new charsets; eight-bit-control and
8251 eight-bit-graphic.
8252 (Fcharset_after): Simplified.
8253 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
8254 (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
8255 (multibyte_chars_in_text): Simplified by assuming there's no
8256 invalid multibyte sequence.
8257 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
8258 str_as_unibyte): New functions.
8259 (Fstring): Simpified by assuming that byte combining never
8260 happens.
8261 (init_charset_once): Initialization for
8262 LEADING_CODE_8_BIT_CONTROL.
8263 (syms_of_charset): Intern and staticpro Qeight_bit_control and
8264 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets
8265 eight-bit-control and eight-bit-graphic.
8266
8267 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
8268 CHARSET_8_BIT_GRAPHIC): New macros.
8269 (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
8270 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
8271 (CHARSET_REVERSE_CHARSET): Likewise.
8272 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
8273 eight-bit-graphic.
8274 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
8275 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
8276 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
8277 encounter an invalid multibyte sequence.
8278 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
8279 sequence is always valid.
8280 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
8281 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New
8282 macros.
8283 (CHAR_STRING): For 8-bit characters, call char_to_string.
8284 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume
8285 multibyte sequence is always valid.
8286 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
8287 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
8288 str_as_unibyte): Extern them.
8289 (BCOPY_SHORT): Fix a bug.
8290 (CHAR_LEN): This macro deleted. Callers changed to use
8291 CHAR_BYTES.
8292 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
8293 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
8294 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
8295
bd4bde7f 8296 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
c9671f81
KH
8297 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
8298 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE,
8299 EMIT_BYTES): New macros.
8300 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII,
8301 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
8302 macros deleted.
8303 (CHECK_CODE_RANGE_A0_FF): This macro deleted.
8304 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
8305 check the validity of multibyte sequence.
8306 (decode_coding_emacs_mule): New function.
8307 (encode_coding_emacs_mule): New macro.
8308 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
8309 the source.
8310 (DECODE_ISO_CHARACTER): Just return a character code.
8311 (DECODE_COMPOSITION_START): Set coding->result instead of result.
8312 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
8313 EMIT_CHAR to produced decoded characters. Exit the loop only by
8314 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last
8315 block here.
8316 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce
8317 only position codes for an invalid character.
8318 (encode_designation_at_bol): Return new destination pointer. 5th
8319 arg DSTP is changed to DST.
8320 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
8321 from the source by ONE_MORE_CHAR. Don't handle the case of last
8322 block here.
8323 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
8324 macros deleted.
8325 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8,
8326 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
8327 TWO_MORE_BYTES to fetch a byte from the source.
8328 (encode_eol): Pay attention to coding->src_multibyte.
8329 (detect_coding, detect_eol): Preserve members src_multibyte and
8330 dst_multibyte.
8331 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
8332 (encoding_buffer_size): Set magnification to 3 for all coding
8333 systems that require encoding.
8334 (ccl_coding_driver): For decoding, be sure that the result is
8335 valid multibyte sequence.
8336 (decode_coding): Initialize coding->errors and coding->result.
8337 For emacs-mule, call decode_coding_emacs_mule. For no-conversion
8338 and raw-text, always call decode_eol. Handle the case of last
8339 block here. If not coding->dst_multibyte, convert the resulting
8340 sequence to unibyte.
8341 (encode_coding): Initialize coding->errors and coding->result.
8342 For emacs-mule, call encode_coding_emacs_mule. For no-conversion
8343 and raw-text, always call encode_eol. Handle the case of last
8344 block here.
8345 (shrink_decoding_region, shrink_encoding_region): Detect cases
8346 that we can't skip data more rigidly.
8347 (code_convert_region): Setup src_multibyte and dst_multibyte
8348 members of coding. For decoding, if the buffer is multibyte,
8349 convert the source sequence to unibyte in advance. For encoding,
8350 if the buffer is multibyte, convert the resulting sequence to
8351 multibyte afterward.
8352 (run_pre_post_conversion_on_str): New function.
8353 (code_convert_string): Deleted and divided into the following two.
8354 (decode_coding_string, encode_coding_string): New functions.
8355 (code_convert_string1, code_convert_string_norecord): Call one of
8356 above.
8357 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
8358 MAKE_NON_ASCII_CHAR.
8359 (Fset_terminal_coding_system_internal,
8360 Fset_safe_terminal_coding_system_internal): Setup src_multibyte
8361 and dst_multibyte members.
8362 (init_coding_once): Initialize iso_code_class with new enum
8363 ISO_control_0 and ISO_control_1.
8364
8365 * coding.h (enum iso_code_class_type): Member ISO_control_code is
8366 devided into ISO_control_0 and ISO_control_1.
8367 (struct coding_system): New members src_multibyte, dst_multibyte,
8368 errors, and result. Delete member fake_multibyte.
8369 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
8370 nonzero.
8371 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
8372 nonzero.
8373
8374 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
8375 (Faset): Likewise.
8376
8377 * editfns.c (Fformat): Be sure to convert 8-bit characters to
8378 multibyte form.
8379 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
8380 combining occurs.
8381 (Ftranspose_region): Delete codes for handling byte combining.
8382
8383 * fileio.c (Finsert_file_contents): Setup src_multibyte and
8384 dst_multibyte members of coding. On handling REPLACE on unibyte
8385 buffer, convert the result of decode_coding to unibyte. On
8386 inserting into a mutibyte buffer, always call code_convert_region.
bd4bde7f 8387 (e_write): Setup coding->src_multibyte according to the
c9671f81
KH
8388 multibyteness of the source (buffer or string).
8389
8390 * fns.c (concat): Handle 8-bit characters correctly.
8391 (Fstring_as_unibyte): Be sure to make all 8-bit characters in
8392 unibyte in the result.
8393 (Fstring_as_multibyte): Be sure to make all 8-bit characters in
8394 valid multibyte form in the result.
8395 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
8396 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
8397 return -1, signal an error.
8398 (base64_encode_1): New arg MULTIBYTE. Get each character by
8399 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte
8400 character is found, return -1.
8401 (Fbase64_decode_region): Delete codes for handling byte-combining.
8402 Treat each decoded byte as a unibyte character.
8403 (Fbase64_decode_string): Return unibyte string.
8404 (Fcompare_strings, concat, string_byte_to_char): Use
8405 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
8406 FETCH_STRING_CHAR_ADVANCE.
8407 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
8408 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
8409
8410 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
8411 SPLIT_NON_ASCII_CHAR.
8412 (fontset_ref_via_base, fontset_set): Likewise
8413
8414 * insdel.c (adjust_markers_for_record_delete): Deleted.
8415 (adjust_markers_for_insert): Argument changed. Caller changed.
8416 (adjust_markers_for_replace): Likewise.
8417 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error,
8418 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
8419 (copy_text): Delete unused local varialbe c_save. For converting
8420 to multibyte, be sure to make all 8-bit characters in valid
8421 multibyte form.
8422 (count_size_as_multibyte): Handle 8-bit characters correctly.
8423 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
8424 adjust_after_replace, replace_range, del_range_2)
8425 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
8426 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
8427 adjust_after_replace, replace_range, del_range_2) Delete codes for
8428 handling byte combining.
8429 (adjust_before_replace): Deleted.
427ec082 8430
c9671f81
KH
8431 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
8432 SPLIT_NON_ASCII_CHAR.
8433 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
8434 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE
8435 unconditionally.
8436 (Fkey_description): Likewise.
8437
8438 * lread.c (read1): On reading multibyte string, be sure to make
8439 all 8-bit chararacters in valid multibyte form.
8440 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
8441
8442 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
8443 unconditionally.
8444
8445 * process.c (Fstart_process): GCPRO current_dir before calling
8446 Ffind_operation_coding_system. Encode arguments here.
8447 (create_process): Don't encode arguments here. Setup
8448 src_multibyte and dst_multibyte members of struct coding.
8449 (read_process_output): Setup src_multibyte and dst_multibyte
8450 members of struct coding. If the output is to multibyte buffer,
8451 always decode the output of the process. Adjust the
8452 representation of 8-bit characters to the multibyteness of the
8453 output.
8454 (send_process): Setup coding->src_multibyte according to the
8455 multibyteness of the source.
8456
8457 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE
8458 unconditionally.
8459 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
8460 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
8461
8462 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of
8463 CHAR_LEN.
8464
8465 * w16select.c (Fw16_set_clipboard_data): Setup members
8466 src_multibyte and dst_multibyte of coding. Adjusted for the
8467 change for find_charset_in_str.
8468 (Fw16_get_clipboard_data): Likewise.
8469
8470 * w32fns.c (w32_to_x_font): Setup members src_multibyte and
8471 dst_multibyte of coding.
8472 (x_to_w32_font): Likewise.
8473
8474 * w32select.c (Fw32_set_clipboard_data): Setup members
8475 src_multibyte and dst_multibyte of coding. Adjusted for the
8476 change for find_charset_in_str.
8477 (Fw32_get_clipboard_data): Likewise.
8478
8479 * xdisp.c (get_next_display_element): Handle 8-bit characters
8480 correctly.
8481 (next_element_from_display_vector): Use CHAR_BYTES instead of
8482 CHAR_LEN.
8483 (disp_char_vector): Use SPLIT_CHAR instead of
8484 SPLIT_NON_ASCII_CHAR.
8485
8486 * xselect.c (selection_data_to_lisp_data): Setup members
8487 src_multibyte and dst_multibyte of coding. Adjusted for the
8488 change for find_charset_in_str.
8489 (lisp_data_to_selection_data): Likewise.
8490
5f64c9e0
GM
84912000-05-19 Gerd Moellmann <gerd@gnu.org>
8492
2b63d473
GM
8493 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed
8494 buffer.
8495
5f64c9e0
GM
8496 * dispextern.h (Vimage_types): Add extern declaration.
8497
8498 * xdisp.c (Vimage_types): Moved here from xfns.c.
8499 (syms_of_xdisp): Move `image-types' variable here from xfns.c.
8500
8501 * xfns.c (Vimages_types): Moved to xdisp.c.
8502 (syms_of_xfns): Move `image-types' to xdisp.c.
8503
8504 * w32fns.c (Vimage_types): Removed.
8505 (syms_of_w32fns): Remove `image-types'.
8506
813086ea
KH
85072000-05-18 Kenichi Handa <handa@etl.go.jp>
8508
8509 * fns.c (map_char_table): Pay attention to character number of
8510 charset. Check the validity of charset at the first level. For
8511 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
8512 the default value.
8513
8514 * fontset.c: Include "buffer.h".
8515 (fs_load_font): If the face has fontset, record the face ID in
8516 that fontset.
8517 (Finternal_char_font): New function.
8518 (accumulate_font_info): New function.
8519 (Ffontset_info): Rewritten for the new fontset implementation.
8520 (syms_of_fontset): Register Vdefault_fontset in the first element
8521 of Vfontset_table. Include Vdefault_fontset in
8522 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
8523 function.
8524
bdaebbf0
DL
85252000-05-16 Dave Love <fx@gnu.org>
8526
8527 * m/iris5d.h: Deleted -- unused.
8528
cb613bb8
GM
85292000-05-16 Gerd Moellmann <gerd@gnu.org>
8530
b15f3b77
GM
8531 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
8532 `invalid' instead of `illegal'.
8533
8534 * indent.c (Fmove_to_column): When ending within a tab, insert
8535 spaces first so that markers at the end of the tab get adjusted.
8536
835c1b36
GM
8537 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
8538 buffer list that wasn't selected in that frame.
8539
cb613bb8
GM
8540 * filelock.c (get_boot_time): To obtain an 8 char file name, which
8541 is needed on mescaline, use a 2 char prefix, and call
8542 make_temp_name with second arg non-zero.
8543
8544 * fileio.c (make_temp_name): New function, extracted from
8545 Fmake_temp_name.
8546 (Fmake_temp_name): Use it.
8547
f685bea9
EZ
85482000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8549
8550 * window.c (coordinates_in_window): Subtract 1 when computing
8551 right_x.
8552
a1b8d58b
GM
85532000-05-15 Gerd Moellmann <gerd@gnu.org>
8554
8555 * Makefile.in (lisp): Add env.elc.
8556
8557 * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
8558
a265079f
GM
85592000-05-12 Gerd Moellmann <gerd@gnu.org>
8560
8561 * search.c (Freplace_match): Handle case of `\N' in the
8562 replacement when there's no group N.
8563
da4496b6
GM
85642000-05-11 Gerd Moellmann <gerd@gnu.org>
8565
0ace421a
GM
8566 * xdisp.c (add_to_log): Don't pass the terminating NUL byte
8567 of the message to message_dolog.
8568
1172eb8d
GM
8569 * keyboard.c (read_char): Don't clear current message for help
8570 events; let the code handling help events handle this. Change
8571 code detecting help events that should be ignored.
8572
da4496b6
GM
8573 * xdisp.c (handle_single_display_prop): Don't try to set PT if
8574 we're interating over a string.
8575
0623e40f
DL
85762000-05-09 Dave Love <fx@gnu.org>
8577
8578 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
8579 that offset before writing. Move gcpro region past call of
8580 Ffile_regular_p.
8581
bae2503b
DL
85822000-05-04 Dave Love <fx@gnu.org>
8583
8584 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
8585
ec82fb2f
GM
85862000-05-04 Gerd Moellmann <gerd@gnu.org>
8587
8588 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
8589 of inserted characters when BUF equals the current buffer, and PT
8590 is in front of or equal to FROM.
8591
cbf18892
GM
85922000-05-03 Gerd Moellmann <gerd@gnu.org>
8593
4ff40dd0
GM
8594 * xdisp.c (handle_single_display_prop): If display property value
8595 is invalid, or something not supported on the frame, restore
8596 iterator's position to what it was initially. Make sure to return
8597 0 for invalid and unsupported property values.
8598
cbf18892
GM
8599 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
8600 that x_per_char_metric returns null.
8601
1b0672c3
GM
86022000-05-02 Gerd Moellmann <gerd@gnu.org>
8603
576da55d
GM
8604 * xterm.h (struct face): Add forward declaration.
8605 (struct image): Ditto.
8606 (image_ascent): Add prototype.
8607
8608 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
8609 (x_draw_image_relief, x_draw_image_foreground_1): Call function
8610 image_ascent instead of using IMAGE_ASCENT.
8611
8612 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
8613 (IMAGE_ASCENT): Removed.
8614
8615 * xfns.c (Qcenter): New variable.
8616 (enum image_value_type): Add IMAGE_ASCENT_VALUE.
8617 (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
8618 (image_ascent): New function.
8619 (lookup_image): Recognize `:ascent center'.
8620 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
8621 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
8622 (xbm_load): Don't set image's ascent here.
8623 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
8624 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
8625 check ascent values here.
8626 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
8627 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
8628 (syms_of_xfns): Initialize Qcenter.
8629
1b0672c3
GM
8630 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
8631 to the limits, increase the limits.
8632
0d7811ed
KH
86332000-05-01 Kenichi Handa <handa@etl.go.jp>
8634
8635 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
8636 Check Vfont_encoding_alist against the full name of the opened
8637 font.
8638
a943a5ca
GM
86392000-04-28 Gerd Moellmann <gerd@gnu.org>
8640
8641 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
8642 taller than the window.
8643
5dba1e29
KH
86442000-04-28 Kenichi Handa <handa@etl.go.jp>
8645
8646 * xfaces.c (realize_x_face): Fix the argument of the second
8647 xassert. BASE_FACE may not be a face for ASCII.
8648
353964e3
GM
86492000-04-27 Gerd Moellmann <gerd@gnu.org>
8650
c76e04a8
GM
8651 * print.c (print_object): Treat print-length < 0 as nil.
8652
8653 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
8654
8655 * s/freebsd.h (TERMCAP_OBJ): Removed.
8656 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
8657
8658 * lread.c (read1): Don't treat period followed by certain
8659 characters as symbol start.
8660
8661 * xfns.c (slurp_file): New function.
8662 (xbm_image_p): Handle case of in-memory XBM files.
8663 (xbm_scan): Rewritten to work on memory buffers instead of files.
8664 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
8665 Work on memory buffers instead of files. If DATA is null test
8666 if buffer looks like an in-memory XBM file.
8667 (xbm_load_image): Renamed from xbm_load_image_file. Work on
8668 memory buffers instead of files.
8669 (xbm_file_p): New function.
8670 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
8671
353964e3
GM
8672 * lread.c (end_of_file_error): New function.
8673 (read1): Call it instead of signaling `end-of-file' directly.
8674
427ec082 8675 * print.c (print_error_message): Print data of `end-of-file'
353964e3
GM
8676 with Fprinc instead of Fprin1.
8677
24d744ac
KR
86782000-04-26 Ken Raeburn <raeburn@gnu.org>
8679
8680 * window.c (freeze_window_start): Check that minibuffer scroll
8681 window isn't nil before extracting the window structure pointer
8682 from it.
8683
8684 * undo.c (record_delete): If we hit the end of the undo list, stop
8685 picking elements apart.
8686
7464346d
GM
86872000-04-26 Gerd Moellmann <gerd@gnu.org>
8688
8689 * xdisp.c (display_line): If lines are continued, restore
8690 iterator's ascent/descent information to the values before the
8691 first glyph not fitting on the line.
8692
612839b6
GM
86932000-04-25 Gerd Moellmann <gerd@gnu.org>
8694
8695 * xdisp.c (try_window_id) <all changes above window start>: Adjust
8696 positions in glyph matrix. Don't compute new window end
8697 positions.
8698
8699 * dispnew.c (increment_matrix_positions): Renamed from
8700 increment_glyph_matrix_buffer_positions.
8701 (increment_row_positions): Renamed from
8702 increment_glyph_row_buffer_positions.
8703
8704 * dispextern.h: Change names of renamed functions from dispnew.c
8705 in prototypes.
8706
cc181e95
GM
87072000-04-24 Gerd Moellmann <gerd@gnu.org>
8708
abfcc168
GM
8709 * fileio.c (Fdo_auto_save): Create directories for auto-save
8710 list file if necessary.
8711
cc181e95
GM
8712 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
8713 from buffer or frame.
8714 (automatic_hscrolling_p): New variable.
8715 (hscroll_windows): Scroll windows horizontally only if automatic
8716 hscrolling is allowed.
8717 (syms_of_xdisp): New variable `automatic-hscrolling'.
8718
8719 * frame.h (struct frame): Add member extra_line_spacing.
8720
8721 * xfns.c (x_set_line_spacing): New function.
8722 (Fx_create_frame): Set line spacing from resources.
8723 (Qline_spacing): New variable.
8724 (syms_of_xfns): Initialize Qline_spacing.
427ec082 8725
cc181e95
GM
8726 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
8727
8728 * buffer.c (init_buffer_once): Handle extra_line_spacing.
8729 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
abfcc168 8730 (reset_buffer): Don't initialize extra2 and extra3. Initialize
cc181e95
GM
8731 extra_line_spacing from default value.
8732 (init_buffer_once): Initialize default value of extra_line_spacing.
8733
8734 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
8735 and extra3.
8736
8737 * xterm.c (x_produce_glyphs): Remove reference to struct it's
8738 prompt_width. Add extra line spacing.
8739
8740 * term.c (produce_glyphs): Remove reference to struct it's
8741 prompt_width.
8742
8743 * dispextern.h (struct it): Remove member prompt_width, add
8744 extra_line_spacing.
8745
58827478
GM
87462000-04-22 Gerd Moellmann <gerd@gnu.org>
8747
8748 * dispnew.c (update_frame_line): When writing a whole line, make
8749 sure cursor is in the right row afterwards, otherwise a use of
8750 capability `ch' in cmgoto might leave the cursor in the row below.
8751
25a87f42
GM
87522000-04-21 Gerd Moellmann <gerd@gnu.org>
8753
8754 * lisp.h (struct Lisp_Buffer_Cons): Remove.
8755
8756 * keyboard.c (timer_check): Fix typo in comment.
8757
54edf5c2
KH
87582000-04-21 Kenichi Handa <handa@etl.go.jp>
8759
8760 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
8761 name change: ch -> character.
8762
3a64eef5
GM
87632000-04-20 Gerd Moellmann <gerd@gnu.org>
8764
8765 * keyboard.c (echo_message_buffer): New variable.
8766 (echo_now): Set echo_message_buffer to the echo area buffer used
8767 to display the echo.
8768 (cancel_echoing): Reset echo_message_buffer to nil.
8769 (read_char): Code rewritten that handles canceling an echo or
8770 echoing a dash, respectively.
8771
8772 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
8773 directory doesn't exist.
8774
6142fdcb
DL
87752000-04-19 Dave Love <fx@gnu.org>
8776
8777 * fns.c (syms_of_fns): Defsubr mapc.
a9cacab7
DL
8778 (concat): Don't allow numeric args.
8779 (Fconcat): Doc change.
6142fdcb 8780
ac6b5352
SM
87812000-04-19 Stefan Monnier <monnier@cs.yale.edu>
8782
8783 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
8784 instead define end_match(1|2) more carefully.
8785 Use GET_CHAR_BEFORE_2 for `begline'.
8786
cb9215e4
GM
87872000-04-19 Gerd Moellmann <gerd@gnu.org>
8788
5e3dac3f
GM
8789 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
8790 on 64-bit systems where NULL is defined as `0'.
8791
8792 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
8793 the `variable argument list' to make it work on Alpha.
8794
cb9215e4
GM
8795 * m/alpha.h (_LP64) [!_LP64]: Define.
8796 (ORDINARY_LINK): Define for NetBSD.
8797
8798 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
427ec082 8799
f532dca0
DL
88002000-04-19 Dave Love <fx@gnu.org>
8801
c750667e
DL
8802 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
8803 change.
8804
8805 * Makefile.in (LIBS): Don't use.
8806 (GETLOADAVG_OBJ): Define again.
8807 (otherobj): Add GETLOADAVG_OBJ.
8808
f532dca0
DL
8809 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
8810
1c7e22fd
GM
88112000-04-18 Gerd Moellmann <gerd@gnu.org>
8812
f6d3257b
GM
8813 * lread.c (read_filtered_event): Cancel and start busy cursor.
8814
427ec082 8815 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
1c7e22fd
GM
8816 that the per-character metrics may be null.
8817
e10f64e7
GM
88182000-04-17 Gerd Moellmann <gerd@gnu.org>
8819
0daee095
GM
8820 * buffer.c (clone_per_buffer_values): New function.
8821 (Fmake_indirect_buffer): Add optional argument CLONE. Call
8822 clone_per_buffer_values if CLONE is not nil.
8823
e10f64e7
GM
8824 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
8825
38687d43
DL
88262000-04-16 Dave Love <fx@gnu.org>
8827
8828 * Makefile.in: Remove obsolete localcpp stuff.
8829 (GETLOADAVG_OBJ): Don't define.
8830 (obj): Move LIBOBJS...
8831 (otherobj): ... to here.
8832 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
8833 whitespace-only lines after the continuation (Irix).
8834
c21c7262
GM
88352000-04-14 Gerd Moellmann <gerd@gnu.org>
8836
8837 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
8838
8839 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
8840
314767c0
DL
88412000-04-14 Dave Love <fx@gnu.org>
8842
8843 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
8844 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
8845 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
8846 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
8847 NLIST_STRUCT.
8848
8849 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
8850 autoconfiscated HAVE_GETLOADAVG.
8851
8852 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
8853 BROKEN_MKTIME.
8854
a2522dca
GM
88552000-04-14 Gerd Moellmann <gerd@gnu.org>
8856
8857 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
8858 (fill_in_lock_file_name): Avoid existing files that aren't
8859 links.
8860
33744b5d
DL
88612000-04-14 Dave Love <fx@gnu.org>
8862
c21c7262 8863 * Makefile.in (LIBS, LIBOBJS): New variable.
33744b5d
DL
8864 (INTERVAL_SRC): Convert to make variable.
8865 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
8866 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
8867 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
8868 add LIBOBJS.
8869 (SOME_MACHINE_OBJECTS): Remove interval stuff.
8870 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
8871 (shortlisp): Add facemenu, float-sup, frame.
8872 (SOME_MACHINE_LISP): Remove them from here.
8873 (LIBES): Change unused LDLIBS to autoconf LIBS.
8874
8875 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
8876
9d3d5916
KH
88772000-04-14 Kenichi Handa <handa@etl.go.jp>
8878
8879 * composite.c (update_compositions): If FROM and TO are not in a
8880 valid range, do nothing.
8881
198e3c7a
GM
88822000-04-13 Gerd Moellmann <gerd@gnu.org>
8883
8884 * tparam.c (tparam1): Abort when encountering an unknown
8885 `%'-specifier.
8886
8887 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
8888 terminfo.o.
8889
8890 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
8891 as TERMCAP_OBJ.
8892
055a28c9
EZ
88932000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8894
8895 * fileio.c (a_write): Remove redundant semi-colons.
8896 (e_write): Return -1 if failed to write all the data.
8897 This fixes the changes made at 1999-12-15.
8898
f5c75033
DL
88992000-04-12 Dave Love <fx@gnu.org>
8900
8901 * fns.c (mapcar1): Test for null vals to support mapc.
8902 (Fmapc): New function.
8903
0c3cfc51
EZ
89042000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8905
8906 * msdos.c (NUM_MOUSE_BUTTONS): Define.
8907 (IT_frame_up_to_date): Support the buffer local value of
8908 cursor-type, if defined.
8909
33465a31
DL
89102000-04-10 Dave Love <fx@gnu.org>
8911
8912 * editfns.c (preceding-char, following-char): Doc fix.
8913
6ed56568
KR
89142000-04-10 Ken Raeburn <raeburn@gnu.org>
8915
8916 * Makefile.in (temacs): Revert 2000-03-12 change.
8917
7cf80d4e
JR
89182000-04-10 Jason Rumney <jasonr@gnu.org>
8919
8920 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
8921
34f3f342
GM
89222000-04-10 Gerd Moellmann <gerd@gnu.org>
8923
1a1b1895
GM
8924 * xdisp.c (setup_echo_area_for_printing): Choose an echo
8925 area buffer, if it's not set up yet.
8926
34f3f342
GM
8927 * indent.c (compute_motion): Set immediate_quit.
8928
be0dbdab
GM
89292000-04-09 Gerd Moellmann <gerd@gnu.org>
8930
c45be9ac
GM
8931 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New
8932 variable.
8933 (realize_tty_face): Suppress boldness if colors are the inverse of
8934 the default colors, and tty_suppress_bold_inverse_default_colors_p
8935 is set.
8936 (Ftty_suppress_bold_inverse_default_colors): New function.
8937 (syms_of_xfaces): Defsubr it.
8938
be0dbdab
GM
8939 * buffer.c (Frestore_buffer_modified_p): New function.
8940 (syms_of_buffer): Defsubr it.
8941
e8413c3b
KR
89422000-04-08 Ken Raeburn <raeburn@gnu.org>
8943
87f67317
KR
8944 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
8945 charset id (int) argument, not a charset (Lisp_Object).
8946
e8413c3b
KR
8947 * coding.h (code_convert_string): Declare.
8948 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
8949 object, as the fourth argument to code_convert_string.
8950
8951 * fontset.c (make_fontset_for_ascii_face): Use XINT on return
8952 value.
8953 (Fset_fontset_font): Use EQ to compare lisp objects.
8954
7c752c80
KR
89552000-04-05 Ken Raeburn <raeburn@gnu.org>
8956
c0333abc
KR
8957 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
8958 a pointer that looks like a lisp object.
8959 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
8960 zero, instead see whether it's an integer object, since they can't
8961 have intervals.
8962 (GET_INTERVAL_OBJECT): Simply assign to the destination.
8963
7c752c80
KR
8964 * dispnew.c (allocate_matrices_for_frame_redisplay,
8965 direct_output_forward_char): Use X(U)INT and make_number as needed
8966 to convert between (unsigned) int values and lisp integers.
8967 * keyboard.c (read_key_sequence): Likewise.
8968 * lread.c (substitute_object_recurse): Likewise.
8969 * fns.c (concat, hash_lookup, hash_remove): Likewise.
8970 * minibuf.c (do_completion, Fminibuffer_complete_word,
8971 Fminibuffer_completion_help): Likewise.
8972 * term.c (produce_special_glyphs): Likewise.
8973
8974 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
8975 * print.c (print_preprocess, print_object): Likewise.
8976
8977 * search.c (compile_pattern): Use NILP when checking for nil.
8978
74e49b38
KR
8979 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
8980 __OPTIMIZE__]: Provide a GNU C macro version that handles
8981 lisp-object unions.
8982 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
8983 field, to better cope with ENABLE_CHECKING and calls that modify a
8984 Lisp_Object using its old value.
8985
685e5ed2
GM
89862000-04-04 Gerd Moellmann <gerd@gnu.org>
8987
c407c570
GM
8988 * window.c (compare_window_configurations): Signal an error
8989 if parameters C1 or C2 aren't window configurations.
8990
685e5ed2
GM
8991 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
8992 AFTER_POTENTIAL_GC calls around calls to functions that can
8993 signal an error and thus invoke the debugger.
8994
587a49ab
GM
89952000-04-03 Gerd Moellmann <gerd@gnu.org>
8996
62f20204
GM
8997 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
8998 an error if decoding fails.
8999
587a49ab
GM
9000 * keyboard.c (lispy_mouse_names): Variable removed.
9001 (Vlispy_mouse_stem): New variable.
9002 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
9003 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
9004 for any mouse button number. Increase size of mouse_syms and
9005 button_down_location as needed. Call modify_event_symbol with
9006 different arguments.
9007 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
9008 Call modify_event_symbol with different arguments.
9009 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
9010 for any button number. Call modify_event_symbol with different
9011 arguments.
9012 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
9013 Accept a string for NAME_ALIST_OR_STEM.
9014
9015 * lisp.h (larger_vector): Add prototype.
9016
9017 * fns.c (larger_vector): Make externally visible.
9018
9019 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
9020
2d1675e4
SM
90212000-04-02 Stefan Monnier <monnier@cs.yale.edu>
9022
9023 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
9024 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
9025 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
9026 we are between str1 and str2.
9027 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
9028 (PATFETCH): Use `TRANSLATE'.
9029 (PATFETCH_RAW): Fetch multibyte char if applicable.
9030 (PATUNFETCH): Remove.
9031 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
9032 When writing a char, write it directly into the pattern buffer rather
9033 than going needlessly through a temp char-array.
9034 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
9035 multibyte magic and remove the useless `#ifdef emacs'.
9036 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
9037 buffer.
9038
9039 * regex.h (struct re_pattern_buffer): Make field `multibyte'
9040 conditional on `emacs'.
9041
9042 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
9043
cc2d8c6b
KR
90442000-04-01 Ken Raeburn <raeburn@gnu.org>
9045
9046 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
9047 non-union-type versions of XMARK and friends here, because XMARK
9048 and friends won't work on an integer field if NO_UNION_TYPE is not
9049 defined.
9050 (make_number): Define as a function if it's not defined as a
9051 macro.
9052
09654086
KR
9053 * composite.c (run_composite_function): Use NILP when checking for
9054 nil.
9055 (syms_of_composite): Delete local var NARGS, pass an int as first
9056 argument to Fmake_hash_table.
9057
2387b382
KR
9058 * editfns.c (text_property_stickiness): Use NILP to test
9059 Lisp_Object boolean value.
9060 (Fmessage_or_box): Don't use NILP to test int variable.
c01fbf95
KR
9061 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
9062 problems reading from and changing the same lisp value in an
9063 XSETSTRING call.
9064
27660e89
GM
90652000-04-01 Gerd Moellmann <gerd@gnu.org>
9066
9067 * term.c (TN_no_color_video): New variable.
9068 (term_init): Intitialize TN_no_color_video.
9069 (enum no_color_bit): New enumeration.
9070 (MAY_USE_WITH_COLORS_P): New macro.
9071 (turn_on_face): Use it to determine if attributes may be used
9072 combined with colors.
9073
3578db3c
KR
90742000-04-01 Ken Raeburn <raeburn@gnu.org>
9075
9076 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
9077 with int lvalues via casts; instead, just yield lisp object
9078 lvalues.
9079 (enlarge_window): Variable sizep now points to Lisp_Object. Use
9080 proper accessor macros.
9081 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
9082 (grow_mini_window): Fix typo getting int value of root->height.
9083
6fc556fd
KR
9084 * xdisp.c (compute_string_pos): Fix order of arguments to
9085 string_pos_nchars_ahead.
9086 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
9087 count arg to variable-arg routines like Frun_hook_with_args and
9088 Fformat.
587a49ab
GM
9089 (back_to_previous_visible_line_start)
9090 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
6fc556fd
KR
9091 fixed-arg routines like Fget_char_property and Fmake_string.
9092 (reconsider_clip_changes): Use XINT when comparing integer lisp
9093 objects, or passing them as int arguments.
587a49ab
GM
9094 (mark_window_display_accurate, insert_left_trunc_glyphs)
9095 (append_space, extend_face_to_end_of_line): Use make_number when
6fc556fd
KR
9096 storing or passing integer values as lisp objects.
9097 (set_cursor_from_row, highlight_trailing_whitespace): Use
9098 INTEGERP, not implicit test against zero, for glyph object.
9099 (try_window_id): Don't use make_number when we want an int value.
9100
9101 * xfaces.c (xlfd_symbolic_value): Make last argument a
9102 Lisp_Object, to be consistent with callers.
9103 (Fbitmap_spec_p): Use XINT to get numeric value of height.
9104 (lface_hash): Apply XFASTINT to lisp values before folding in.
9105
9106 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
9107 fill in window width and height. Pass an int, not a lisp object,
9108 as first arg to Finsert.
9109
6e7b2457
GM
91102000-04-01 Gerd Moellmann <gerd@gnu.org>
9111
610d841e
GM
9112 * xfaces.c (realize_basic_faces): Block input while realizing
9113 the faces.
9114
6e7b2457
GM
9115 * keyboard.c (lispy_mouse_names): Add additional mouse names.
9116
9117 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
9118
aa110c0c
GM
91192000-03-31 Gerd Moellmann <gerd@gnu.org>
9120
9121 * xterm.c (x_produce_glyphs): When displaying unibyte text
610d841e 9122 or ASCII, handle case that per-char metric is null.
aa110c0c 9123
8801a864
KR
91242000-03-30 Ken Raeburn <raeburn@gnu.org>
9125
c6129d7e
KR
9126 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
9127
8801a864
KR
9128 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW,
9129 XSUBR, XBUFFER): Verify correct object type before returning
9130 pointer, using eassert.
9131 * frame.h (XFRAME): Likewise.
9132
9133 * buffer.c (Frename_buffer, Fset_buffer_multibyte,
9134 swap_out_buffer_local_variables, Fmove_overlay): Don't apply
9135 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong
9136 type.
9137 * data.c (set_internal): Likewise.
9138 * dispextern.h (WINDOW_WANTS_MODELINE_P,
9139 WINDOW_WANTS_HEADER_LINE_P): Likewise.
9140 * fileio.c (auto_save_1): Likewise.
9141 * insdel.c (check_markers): Likewise.
9142 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
9143 * undo.c (record_insert): Likewise.
9144 * vmsproc.c (child_sig): Likewise.
9145 * window.c (unshow_buffer, window_loop): Likewise.
9146 * xterm.c (x_erase_phys_cursor): Likewise.
9147
8e7af858
GM
91482000-03-30 Gerd Moellmann <gerd@gnu.org>
9149
9150 * xfns.c (free_image_cache): Free the cache structure itself
9151 last, after all its members have been freed.
9152
9153 * lisp.h (xstrdup): Add prototype.
9154
9155 * alloc.c (xstrdup): Moved here from xfaces.c.
9156 (allocating_for_lisp): Variable removed.
9157 (lisp_malloc): Block input around the calls to malloc and
9158 mem_insert.
9159
9160 * xfaces.c (realize_tty_face): Use find_symbol_value instead
9161 of Fsymbol_value.
9162 (xstrdup): Moved to alloc.c.
9163
e0b8c689
KR
91642000-03-29 Ken Raeburn <raeburn@gnu.org>
9165
b96f9fb7
KR
9166 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
9167
9168 * emacs.c (main): Fix sense of no-loadup test.
9169
e0b8c689
KR
9170 * config.in (ENABLE_CHECKING): Undef.
9171
9172 * lisp.h (struct interval): Replace "parent" field with a union of
9173 interval pointer and Lisp_Object; add new bitfield to use as
9174 discriminant. Change other flag fields to bitfields.
9175 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
9176 is defined and the supplied test fails, print a message and
9177 abort.
9178 (eassert): New macro. Use CHECK to provide an assert-like
9179 facility.
9180
9181 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
9182 pointers; abort if the value looks like a lisp object.
9183 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT,
9184 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
9185 Modify for new interval parent definition.
9186
9187 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE,
9188 UNMARK_BALANCE_INTERVALS): Update references that need an
9189 addressable lisp object in the interval structure.
9190 (die): New function.
9191 (suppress_checking): New variable.
9192
9193 * intervals.c (interval_start_pos): Just return 0 if there's no
9194 parent object.
9195
f83c5440
GM
91962000-03-29 Gerd Moellmann <gerd@gnu.org>
9197
9198 * lread.c (read1): Accept `.' (period) as symbol start like in CL
9199 and earlier Emacs versions.
9200
9201 * keyboard.c (Ftop_level): Cancel busy-cursor.
9202
9203 * eval.c (call_debugger): Cancel busy-cursor.
9204
fdce64ff
KH
92052000-03-29 Kenichi Handa <handa@etl.go.jp>
9206
9207 * search.c (Freplace_match): Adjust multibyteness of the current
9208 buffer and NEWTEXT. Free allocated memory before signaling an
9209 error.
9210
f6a3f532
SM
92112000-03-28 Stefan Monnier <monnier@cs.yale.edu>
9212
9213 * regex.c (analyse_first): New function obtained by ripping out most
9214 of re_compile_fastmap and generalizing it a little bit so that it
9215 can also just return whether a given (sub)pattern can match the empty
9216 string or not.
9217 (regex_compile): Use `analyse_first' to decide whether the loop-check
9218 needs to be done or not for *, +, *? and +? (the loop check is costly
9219 for non-greedy repetition).
9220 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
9221
e9b309ac
DL
92222000-03-28 Dave Love <fx@gnu.org>
9223
bb15bd9a
DL
9224 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k,
9225 alpha.
9226
e9b309ac
DL
9227 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
9228
ed0767d8
SM
92292000-03-27 Stefan Monnier <monnier@cs.yale.edu>
9230
9231 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
9232 an expression.
9233 (enum re_opcode_t): Update description of succeed_n.
9234 (PATFETCH): Always define.
9235 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
9236 operators, char classes, shy-groups and intervals).
9237 Optimize special cases of intervals so as to only use succeed_n and
9238 jump_n when really needed.
9239 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
9240 that we don't have to handle the special cases any more.
9241 Simplify on_failure_jump handling as well.
9242
e11e7e46
JR
92432000-03-28 Jason Rumney <jasonr@gnu.org>
9244
9245 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
9246
88faab89
GM
92472000-03-27 Gerd Moellmann <gerd@gnu.org>
9248
182ff242
GM
9249 * s/freebsd.h (GC_SETJMP_WORKS): Define.
9250
9251 * s/msdos.h (GC_SETJMP_WORKS): Define.
427ec082 9252
182ff242
GM
9253 * alloc.c (mark_maybe_object): New function.
9254 (mark_memory): Use it.
9255 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
9256 (setjmp_tested_p, longjmp_done): New variables.
9257 (test_setjmp): New function.
9258 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
9259 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
9260
c1005d06
GM
9261 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
9262 to DEC_TEXT_POS and INC_TEXT_POS.
9263
9264 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
9265 with parameter MULTIBYTE_P.
9266
427ec082 9267 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter
c1005d06
GM
9268 MULTIBYTE_P.
9269
7439e5b9 9270 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
182ff242
GM
9271 buffers because it looks for multibyte character byte sequences
9272 which don't exist in unibyte text.
7439e5b9 9273
d9c545da
GM
9274 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
9275
11fd416e 9276 * xfaces.c (register_color, unregister_color, unregister_colors)
d9c545da
GM
9277 [DEBUG_X_COLORS]: New functions.
9278 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
9279
9280 * xfns.c (x_set_cursor_color): Get color reference counts right.
9281
9282 * xterm.c (x_copy_color): New function.
9283 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
9284
9285 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
9286 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
9287 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
9288 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
9289 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
9290 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
9291 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
9292 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
9293 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
9294 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
9295
11fd416e
GM
9296 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
9297 names for handling per-buffer variables.
d9c545da
GM
9298
9299 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
9300 instead of MAX_BUFFER_LOCAL_VARS.
9301 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
9302
9303 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
9304
88faab89
GM
9305 * xfns.c (x_specified_cursor_type): New function.
9306 (x_set_cursor_type): Use it.
9307
9308 * buffer.h (struct buffer): Add cursor_type.
9309
d80f42b7
SM
93102000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9311
9312 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
427ec082 9313 (print_partial_compiled_pattern, re_compile_fastmap): Handle new
88faab89 9314 opcode.
d80f42b7
SM
9315 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
9316 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
9317 executing it as well as when popping it off the stack to find infinite
9318 loops in non-greedy repetition operators.
9319
89e80928
GM
93202000-03-26 Gerd Moellmann <gerd@gnu.org>
9321
3d4ff2dd
GM
9322 * doc.c (Qfunction_documentation): New variable.
9323 (syms_of_doc): Initialize Qfunction_documentation.
9324 (Fdocumentation): If FUNCTION is a symbol with non-nil
9325 `function-documentation' property, return a documentation derived
9326 from that.
9327
bd96bd79
GM
9328 * buffer.c (syms_of_buffer): Add default-cursor-type.
9329 (init_buffer_once): Don't let cursor_type have a local value
9330 in every buffer.
9331
19d1bc27
GM
9332 * xterm.c (x_display_and_set_cursor): Choose cursor depending
9333 on buffer-local value of cursor_type.
9334 (x_draw_bar_cursor): Add parameter WIDTH.
9335
9336 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
9337 (init_buffer_once): Set default cursor_type value to t.
9338 Mark cursor_type as local everywhere.
9339 (syms_of_buffer): New per-buffer variable cursor-type.
9340
89e80928
GM
9341 * buffer.h (struct buffer): Remove member local_var_flags,
9342 add local_flags.
9343 (MAX_BUFFER_LOCAL_VARS): New macro.
9344 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
9345 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
9346 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
9347 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
9348
9349 * print.c (print_object): Use new macros for per-buffer
9350 variables.
9351
9352 * category.c (Fset_category_table): Use new macros for per-buffer
9353 variables.
9354
9355 * buffer.c (buffer_permanent_local_flags): Make a char array.
9356 (max_buffer_local_idx): New variable.
9357 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
9358 for new handling of per-buffer variables.
9359 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
9360 (init_buffer_once): Initialize per-buffer vars differently.
9361 Set max_buffer_local_idx.
9362
9363 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
9364 variables.
9365
9366 * lread.c (defvar_per_buffer): Use new macros for per-buffer
9367 variables.
9368
9369 * data.c (do_symval_forwarding, store_symval_forwarding)
9370 (find_symbol_value, set_internal, default_value, Fset_default)
9371 (Fkill_local_variable, Flocal_variable_p): Use new macros for
9372 per-buffer variables.
9373
9374 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
9375
9a0dd3dc
GM
93762000-03-24 Gerd Moellmann <gerd@gnu.org>
9377
b68c375f
GM
9378 * xterm.c (x_term_init): Unblock input around call1 of
9379 Qvendor_specific_keysyms.
9380
9a0dd3dc
GM
9381 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
9382 (find_defun_start): Consider an open parenthesis in column 0
9383 a defun start only if open_paren_in_column_0_is_defun_start is set.
9384 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
9385
7973e637
SM
93862000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9387
9388 * eval.c (Fautoload): Add entry in load-history (if after dump).
9389 * lread.c (load-history): Update docstring.
9390
39210e90
GM
93912000-03-24 Gerd Moellmann <gerd@gnu.org>
9392
9393 * indent.c (Fvertical_motion): Always use the current buffer.
9394 Temporarily change the window's buffer, if necessary.
9395
72db3ab5
GM
93962000-03-23 Gerd Moellmann <gerd@gnu.org>
9397
9398 * xterm.c (fast_find_position): Make sure not to consider rows
9399 not visible in the window.
9400
990b2375
SM
94012000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9402
9403 * regex.c (enum syntaxcode): Provide default for non-Emacs.
9404 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
9405
ff4df011
JR
94062000-03-22 Jason Rumney <jasonr@gnu.org>
9407
9408 * w32menu.c (single_submenu): Set help string to NULL if none.
9409 (w32_menu_show): Set help string correctly.
9410 (add-menu-item): Set help string in MIIM_DATA for menu item.
9411 Load SetMenuItemInfoA explicitly.
9412 (w32_menu_display_help): New function.
427ec082 9413
ff4df011
JR
9414 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
9415 (QCdata): Moved to xdisp.c.
9416
9417 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
9418 (Vw32_charset_to_codepage_alist): Removed.
9419 (Vw32_charset_info_alist): New variable.
9420 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312,
9421 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic,
9422 greek, hebrew, thai, johab, mac, unicode]): New symbols.
9423 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
9424 with TODO comment.
9425 (w32_codepage_for_font): Use Vw32_charset_info_alist.
9426 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
9427 Define Vw32_charset_info_alist and w32_charset symbols.
9428
94292000-03-22 Jason Rumney <jasonr@gnu.org>
9430
9431 * makefile.nt (w32bdf.obj): Update dependencies.
9432
9433 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
9434
9435 * w32fns.c: Include fontset.h after dispextern.h.
9436 (Fx_create_frame): Do not create fontset.
9437 (w32_load_system_font): Doc fix.
9438 (Fx_close_connection): Free full_name if it is not shared.
9439
9440 * w32term.c: Include fontset.h after dispextern.h.
9441 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers
9442 updated.
9443 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
9444 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
9445 (w32_font_is_double_byte): New function, needs body.
9446 (x_append_glyph): Set glyph->glyph_not_available_p.
9447 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
9448 it->charset. If it->multibyte_p is zero and it->c is a multibyte
9449 character, convert it to a unibyte character.
9450 (struct glyph_string): Delete member `charset'.
9451 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
9452 calculating it is found.
9453 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
9454 the case that per char metric is not available correctly.
9455 (x_fill_glyph_string): Handle the case that the specific glyph is
9456 not available correctly.
9457 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
9458 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
9459 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
9460 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
9461 fontset. Don't call FS_LOAD_FONT.
9462
439d5cb4
KR
94632000-03-22 Ken Raeburn <raeburn@gnu.org>
9464
9465 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
9466 (INT_LISPLIKE): New macro.
9467 (NULL_INTERVAL_P): Use it.
9468 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT,
9469 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT,
9470 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
9471
9472 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
9473 explicit references to "parent" field of struct interval and
9474 associated unclean type conversions.
9475 * intervals.c (create_root_interval, root_interval, rotate_right,
9476 rotate_left, balance_possible_root_interval, split_interval_right,
9477 split_interval_left, interval_start_pos, find_interval,
9478 next_interval, previous_interval, update_interval,
9479 adjust_intervals_for_insertion, delete_node, delete_interval,
9480 adjust_intervals_for_deletion, merge_interval_right,
9481 merge_interval_left, reproduce_tree, graft_intervals_into_buffer,
9482 copy_intervals_to_string): Likewise.
9483 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
9484 Likewise.
9485 * syntax.c (update_syntax_table): Likewise.
9486
9487 * intervals.c (reproduce_tree_obj): New function, like
9488 reproduce_tree but takes a Lisp_Object for the parent. Declare
9489 with prototype.
9490 (graft_intervals_into_buffer): Use it when appropriate.
9491 (reproduce_tree): Declare with prototype.
9492 (balance_possible_root_interval): Check that the parent is a lisp
9493 object before trying to examine its type.
9494
ee1c5b21
GM
94952000-03-22 Gerd Moellmann <gerd@gnu.org>
9496
9497 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
9498 as strings only if both are known to be strings.
9499
9500 * s/openbsd.h (LIBS_TERMCAP): Undef.
9501
1fb352e0
SM
95022000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9503
9504 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
9505 definitions for non-Emacs compilation.
9506 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
9507 outside of `#ifdef emacs'.
9508 (print_partial_compiled_pattern): Update.
9509 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
9510 (re_compile_fastmap): Merge handling of charset and charset_not (for
9511 emacs and non-emacs compilation as well).
9512 Similarly for (not)categoryspec and (not)syntaxspec.
9513 Don't use the fastmap when reaching `anychar' since the added
9514 complexity is not justified.
9515 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
9516 and (not)syntaxspec. Merge (not)categoryspec.
9517
fdaa1f77
KH
95182000-03-22 Kenichi Handa <handa@etl.go.jp>
9519
ff1a0d8e
KH
9520 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
9521 FACE_FOR_CHAR): Define them differently for the configuration of
9522 --without-x.
fdaa1f77 9523
d152fb46
DL
95242000-03-21 Dave Love <fx@gnu.org>
9525
9526 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
9527 doc string.
9528
d2cafc8c
GM
95292000-03-21 Gerd Moellmann <gerd@gnu.org>
9530
9531 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
9532 (lface_fully_specified_p): Don't check contents of
9533 LFACE_FONT_INDEX because that attribute is optional.
9534 (realize_x_face): Remove now unwarranted xassert.
9535
9111d4b5
KH
95362000-03-21 Kenichi HANDA <handa@etl.go.jp>
9537
9538 The following changes are to make font selection based on
9539 characters, not charset. In addition, they recover fontset
9540 facilities while utilizing the new font selection mechanism.
9541
6c4bfdc0
KH
9542 * Makefile.in (fontset.o): Depend on dispextern.h.
9543
9544 * alloc.c (mark_face_cache): Don't mark face->registry.
9545
9111d4b5
KH
9546 * dispextern.h (struct glyph): New member glyph_not_available_p.
9547 Use 22 bits for face_id.
9548 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
9549 (struct face): Delete member registry, new member ascii_face.
9550 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
9551 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
9552 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
9553 (struct it): Delete member charset, new member
9554 glyph_not_available_p.
9555
9556 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
9557 (struct fontset_info, struct fontset_data): Structs removed.
9558 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset,
9559 Vglobale_fontset_alist, font_idx_temp): Externs removed.
9560 (fs_load_font, fs_query_fontset): Adjusted for new argument.
9561 (fs_free_face_fontset, fontset_font_pattern,
9562 face_suitable_for_char_p, face_for_char,
9563 make_fontset_for_ascii_face): Extern them.
9564 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
9565 (FS_LOAD_FACE_FONT): New macro.
9566
9567 * fontset.c: All codes rewritten or adjusted for the change of
9568 fontset implementation. Now fontset is represented by char table.
9569 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables
9570 removed.
9571 (my_strcasecmp): Function removed.
9572 (Vfontset_table, next_fontset_id, Vdefault_fontset): New
9573 variables.
9574 (AREF, ASIZE): New macros.
9575 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME,
9576 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF,
9577 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
9578 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset,
9579 fontset_id_valid_p, font_family_registry, fontset_name,
9580 fontset_ascii, free_face_fontset, face_suitable_for_char_p,
9581 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
9582 New functions.
9583 (fs_load_font): New arg FACE. Caller changed.
9584 (fs_query_fontset): Argument changed. Caller changed.
9585 (Fquery_fontset): call fs_query_fontset.
9586 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
9587 Functions removed.
9588 (clear_fontset_elements, check_registry_encoding,
9589 check_fontset_name): New functions.
9590 (syms_of_fontset): Set char-table-extra-slots property of fontset
9591 to 3. Staticpro and initialize Vfontset_table and
9592 Vdefault_fontset. Defsubr fontset_font and fontset_list.
9593
9594 * frame.h (struct frame): Member `fontset_data' removed.
9595 (FRAME_FONTSET_DATA): Macro removed.
9596
9597 * frame.c (make_frame): Don't allocate f->fontset_data.
9598 (Fdelete_frame): Don't free f->fontset_data.
9599
6c4bfdc0
KH
9600 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
9601
9111d4b5
KH
9602 * xdisp.c (charset_at_position): Function removed.
9603 (init_iterator): Don't set member charset of struct `it'.
9604 (handle_face_prop, reseat_to_string, set_iterator_to_next,
9605 next_element_from_display_vector, insert_left_trunc_glyphs):
9606 Likewise.
9607 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
9608 FACE_FOR_CHARSET.
9609 (get_next_display_element, append_space,
9610 extend_face_to_end_of_line): Likewise.
9611
9612 * xfaces.c (Qx_charset_registry, Vface_default_registry):
9613 Variables removed.
9614 (clear_font_table, frame_update_line_height, load_face_font):
9615 Adjusted for the change of fontset implementation.
9616 (load_face_fontset_font): Function removed.
9617 (pixel_point_size): New function.
9618 (font_list): Argument type changed. Caller changed.
9619 (LFACE_FONT): New macro.
9620 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
9621 (set_lface_from_font_name): Type of arg FONTNAME is changed to
9622 Lisp_Object. Determine the font name by actually loading a font
9623 by the specified pattern. Set LFACE_FONT (lface) to the specified
9624 pattern. Even if a font is not found, don't try alternatives.
9625 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
9626 (set_font_frame_param): If `font' is specified in lface, use it.
9627 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
9628 (lface_same_font_attributes_p): Likewise.
9629 (make_realized_face): Arguent changed. Caller changed. Set
9630 face->ascii_face to face itself.
9631 (free_realized_face): Free face->fontset if face is for ASCII.
9632 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p,
9633 deduce_unibyte_registry, x_charset_registry): Functions removed.
9634 (free_realized_multibyte_face): New function.
9635 (lookup_face, lookup_named_face, lookup_derived_face): Argument
9636 changed. Caller changed.
9637 (try_font_list): Argument type changed.
9638 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
9639 (choose_face_font): Argument changed. Handle fontset properly.
9640 (choose_face_fontset_font): Function removed.
9641 (realize_default_face, realize_named_face): Don't remove the
9642 former face here.
9643 (realize_face): Argument changed. Caller changed. Remove face
9644 with the arg former_face_id in advance. Load font for the new
9645 face.
9646 (realize_x_face): Argument changed. Caller changed. For a
9647 multibyte character, share fontset with base_face. For a single
9648 byte character, make a new realized fontset. Don't load a font
9649 here.
9650 (realize_tty_face): Argument changed. Caller changed.
9651 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
9652 (face_at_buffer_position): Don't check multibyte_p for returning
9653 DEFAULT_FACE_ID.
9654 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
9655 FACE_SUITABLE_FOR_CHARSET_P.
9656 (syms_of_xfaces): Remove code for Qx_charset_registry and
9657 Vface_default_registry.
9658
6c4bfdc0
KH
9659 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
9660 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
9111d4b5
KH
9661 (x_per_char_metric): Don't try FONT->default_char. Even if
9662 pcm->width is zero, glyph bits may exist.
9663 (x_encode_char): Always initialize char2b->byte1.
9664 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
9665 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller
9666 changed.
9667 (x_append_glyph): Set glyph->glyph_not_available_p.
9668 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
9669 it->charset. Handle the case that per char metric is not
9670 available. If it->multibyte_p is zero and it->c is a multibyte
9671 character, convert it to a unibyte character.
9672 (struct glyph_string): Delete member `charset'.
9673 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
9674 the case that per char metric is not available correctly.
9675 (x_fill_glyph_string): Handle the case that the specific glyph is
9676 not available correctly.
9677 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
9678 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
9679 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
9680 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
9681 fontset. Don't call FS_LOAD_FONT.
9682
9683 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
9684 (x_create_tip_frame): Likewise.
9685 (Fx_close_connection): Free full_name of font_info.
9686
9687 * fns.c (optimize_sub_char_table): New function.
9688 (Foptimize_char_table): New function.
9689 (syms_of_fns): Defsubr Soptimize_char_table.
9690
b33dd3b0
GM
96912000-03-20 Gerd Moellmann <gerd@gnu.org>
9692
9693 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
9694 only if buffer is displayed in some window.
9695
9696 * xdisp.c (handle_single_display_prop): Initialize local `value'.
9697 (try_window_reusing_current_matrix): Don't call scroll run
9698 function if run's current and desired position are the same;
9699 this prevents cursor flickering.
9700
4e8a9132
SM
97012000-03-19 Stefan Monnier <monnier@cs.yale.edu>
9702
9703 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
9704
9705 * regex.c (RE_STRING_CHAR): New macro.
9706 (GET_CHAR_AFER_2): Remove.
9707 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
9708 (enum re_opcode_t): Remove on_failure_jump_exclusive.
9709 (print_partial_compiled_pattern, re_compile_fastmap)
9710 (re_match_2_internal): Remove on_failure_jump_exclusive.
9711 (regex_compile): Turn optimizable P+ loops into PP*, so that the
9712 optimization only need to work for * (ie. can use of_keep_string_jump).
9713 Remove the special case for .*\n since it is now covered by the general
9714 optimization.
9715 (re_search_2): Don't bother with `room'.
9716 (skip_one_char): New function.
9717 (skip_noops): Simplify since `memory' is not needed any more.
9718 (mutually_exclusive_p): Restructure slightly to use `switch' and
9719 add handling for "all" remaining cases.
9720 (re_match_2_internal): Change on_failure_jump_smart to use
9721 on_failure_keep_string_jump (and redirect the end-of-loop jump)
9722 rather than on_failure_jump_exclusive.
9723
2136fdd4
GM
97242000-03-19 Gerd Moellmann <gerd@gnu.org>
9725
9726 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
9727 number of bits per RGB because it's everywhere used as the depth
9728 of the visual.
9729
9730 * term.c (calculate_costs): Remove code dealing with X frames.
9731
18e21ce8 97322000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9733
9734 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
9735
d7b511c4
GM
97362000-03-18 Gerd Moellmann <gerd@gnu.org>
9737
9738 * lread.c (read_integer): Unread the last char not consumed.
9739
16b5d424
GM
97402000-03-17 Gerd Moellmann <gerd@gnu.org>
9741
9742 * xterm.c (x_update_window_cursor): Don't update in frames
d7b511c4 9743 which are in the process of being deleted.
16b5d424 9744
1fa28578
GM
97452000-03-16 Gerd Moellmann <gerd@gnu.org>
9746
83488cce
GM
9747 * Makefile.in (mostlyclean): Add `*.core'.
9748 (clean): Add `bootstrap-emacs'.
9749
1fa28578
GM
9750 * lread.c (read_integer): New function.
9751 (read1): Support read syntax #o, #x, #b, #r.
9752
99633e97
SM
97532000-03-15 Stefan Monnier <monnier@cs.yale.edu>
9754
1fa28578
GM
9755 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
9756 make sure POINTER_TO_OFFSET gives the same value before and after
9757 PREFETCH. Use `dfail' to guarantee "atomic" matching.
99633e97
SM
9758 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
9759 (debug): Now only active if > 0 rather than if != 0.
9760 (DEBUG_*): Update for the new meaning of `debug'.
1fa28578
GM
9761 (print_partial_compiled_pattern): Add missing `succeed' case. Use
9762 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
9763 in `succeed_n', `jump_n' and `set_number_at'.
99633e97
SM
9764 (store_op1, store_op2, insert_op1, insert_op2)
9765 (at_begline_loc_p, at_endline_loc_p): Add prototype.
1fa28578
GM
9766 (group_in_compile_stack): Move to after its arg's types are
9767 declared and add a prototype.
99633e97 9768 (PATFETCH): Define in terms of PATFETCH_RAW.
1fa28578
GM
9769 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)'
9770 wrapper.
99633e97 9771 (QUIT): Redefine as a nop except for NTemacs.
1fa28578
GM
9772 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
9773 indentation of the greedy-op and shy-group code.
99633e97
SM
9774 (at_(beg|end)line_loc_p): Fix argument's types.
9775 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
9776 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
9777 (MATCHING_IN_FIRST_STRING): Remove.
1fa28578
GM
9778 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
9779 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
9780 QUIT unconditionally.
99633e97 9781
699238d9
GM
97822000-03-15 Gerd Moellmann <gerd@gnu.org>
9783
9784 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
9785 a sole completion.
9786
9787 * process.c (send_process): Add a hint that the function
9788 can call Lisp code to its comment.
9789
9790 * lread.c (load_dangerous_libraries): New variable.
9791 (Vbytecomp_version_regexp): New variable.
9792 (safe_to_load_p): New function.
9793 (Fload): Handle files not compiled with Emacs specially.
9794 (syms_of_lread): New Lisp variable load-dangerous-libraries.
9795
34e23e5a
GM
97962000-03-14 Gerd Moellmann <gerd@gnu.org>
9797
9c763cca
GM
9798 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
9799
9800 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
9801 support functions only if HAVE_X11R6_XIM is defined.
9802 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
9803
9804 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
9805
9806 * xfns.c (X_I18N_INHIBITED): Don't define.
9807 (create_frame_xic): Remove conditional compilation on
9808 X_I18N_INHIBITED.
9809 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
9810
9811 * config.in (HAVE_X_I18N): Moved here from xterm.h.
9812 (HAVE_X11R6_XIM): Define.
9813
9814 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
9815
34e23e5a
GM
9816 * xterm.c (x_term_init): Add support for X resource `synchronous'.
9817 If set, call XSynchronize.
9818
66f0296e
SM
98192000-03-13 Stefan Monnier <monnier@cs.yale.edu>
9820
34e23e5a
GM
9821 * regex.c: Declare a new type `re_char' used throughout the code
9822 for the string char type. It's `const unsigned char' to match the
9823 rest of Emacs. Consistently make sure all pointers to strings use
9824 it and make sure all pointers into the pattern use `unsigned
9825 char'.
66f0296e 9826 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
34e23e5a
GM
9827 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
9828 code duplication.
66f0296e
SM
9829
9830 * charset.h (GET_CHAR_AFTER_2): Remove.
9831 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
9832
854a025c
KR
98332000-03-12 Ken Raeburn <raeburn@gnu.org>
9834
9835 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
9836 variable before the invocation of YMF_PASS_LDFLAGS, in case both
9837 of them try to use backquotes.
9838
b9d2c7e2
DL
98392000-03-12 Dave Love <fx@gnu.org>
9840
9841 * unexelf.c: Restore changes of 1999-10-19.
9842 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
9843 fix its type and alignment; copy it from current process.
9844
5e5dff44
GM
98452000-03-12 Gerd Moellmann <gerd@gnu.org>
9846
9b2f3c38
GM
9847 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
9848 has been found. Fix bug not computing timer's predecessor.
9849
427ec082 9850 * fileio.c (Fread_file_name): Handle case that DIR contains a
9172b88d
GM
9851 file name.
9852
e1cff360
GM
9853 * window.c (Fsave_window_excursion): Doc fix.
9854
5e5dff44
GM
9855 * xfns.c (x_defined_color): Rewritten to use
9856 x_allocate_nearest_color.
9857
e411ce4b
EZ
98582000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
9859
9860 * msdos.c (vga_installed): New function, code moved from
9861 dos_set_window_size.
9862 (Qbar, Qcursor_type, outside_cursor): New variables.
9863 (syms_of_msdos): Intern and staticpro them.
9864 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
9865 shape used outside Emacs when called for the first time.
9866 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
9867 cursor shape used outside Emacs.
9868 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
9869 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
9870 type has changed.
9871 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
9872 parameters specify the cursor. Make qreverse a global
9873 variable (renamed to Qreverse).
9874
80460654
GM
98752000-03-09 Gerd Moellmann <gerd@gnu.org>
9876
9877 * fns.c (Fy_or_n_p): Cancel busy-cursor.
9878
95cd4c40
SM
98792000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9880
9881 This is a big redesign of failure-stack and register handling, prompted
9882 by bugs revealed when trying to add shy-groups. Overall, what happened
9883 is that loops are now structured a little differently, groups can be
9884 shy and the code is a little simpler.
9885
9886 * regex.h: Update the copyright.
9887 (RE_SHY_GROUPS): New value.
9888 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
9889 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
9890
80460654
GM
9891 * regex.c (enum re_opcode_t): Remove jump_past_alt,
9892 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
9893 on_failure_jump_(exclusive, loop and smart). Also fix the comment
9894 for (start|stop)_memory since they now only take one argument (the
9895 second has becomes unnecessary).
9896 (print_partial_compiled_pattern): Adjust for changes in
9897 re_opcode_t.
9898 (print_compiled_pattern): Use %ld to printf long ints and flush to
9899 make debugging a little easier.
95cd4c40
SM
9900 (union fail_stack_elt): Make the integer unsigned.
9901 (struct fail_stack_type): Add a `frame' element.
9902 (INIT_FAIL_STACK): Init `frame' as well.
9903 (POP_PATTERN_OP): New macro for re_compile_fastmap.
9904 (DEBUG_PUSH, DEBUG_POP): Remove.
9905 (NUM_REG_ITEMS): Remove.
9906 (NUM_NONREG_ITEMS): Adjust.
80460654
GM
9907 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
9908 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
95cd4c40 9909 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
80460654
GM
9910 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New
9911 macros.
9912 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
9913 address pushed is not the destination of the jump but the source
9914 of it instead.
95cd4c40
SM
9915 (NUM_FAILURE_ITEMS): Remove.
9916 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
80460654
GM
9917 registers before the actual failure point). Don't hardcode any
9918 meaning for str==NULL anymore.
95cd4c40 9919 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
80460654
GM
9920 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
9921 Remove.
95cd4c40
SM
9922 (REG_UNSET_VALUE): Use NULL (why not?).
9923 (compile_range): Remove declaration since it doesn't exist.
9924 (struct compile_stack_elt_t): Remove inner_group_offset.
9925 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
9926 (regex_grow_registers): Remove dead code.
9927 (FIXUP_ALT_JUMP): New macro.
80460654
GM
9928 (regex_compile): Add shy-groups Change loops to use
9929 on_failure_jump_smart&jump instead of
9930 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
9931 initial (dummy_failure_)jump. Remove c1_base (looks like unused
9932 variable to me). Use `jump' instead of `jump_past_alt' and don't
9933 bother with push_dummy_failure in alternatives since it is now
9934 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
9935 emacs' for (re)allocating the stack.
9936 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
9937 from loop when bufp->can_be_null rather than jumping to `done'.
9938 Avoid jumping backwards so as to ensure termination. Use
9939 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
9940 backreferences. Remove dead code in handling of `anychar'.
95cd4c40 9941 (skip_noops, mutually_exclusive_p): New functions taken from the
80460654
GM
9942 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
9943 improve mutually_exclusive_p to handle ".+\n".
9944 (lowest_active_reg, highest_active_reg,
9945 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
9946 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
9947 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
9948 variables. Push register (in `start_memory') on the stack rather
9949 than storing it in old_reg(start|end). Remove the cycle detection
9950 from `stop_memory', replaced by the use of on_failure_jump_loop
9951 for greedy loops. Add code for the new on_failure_jump_<foo>.
9952 Remove ad-hoc code in `on_failure_jump' to push more registers in
9953 the case of a loop. Take out code from `maybe_pop_jump' into
9954 separate functions and adapt it to the semantics of
9955 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
9956 and push_dummy_failure. Remove dummy_failure handling and
9957 handling of `failures to jump to on_failure_jump' (this last one
9958 was already dead code, it seems).
9959 (group_match_null_string_p, alt_match_null_string_p)
9960 (common_op_match_null_string_p): Remove.
95cd4c40 9961
7397acc4
DL
99622000-03-08 Dave Love <fx@gnu.org>
9963
9964 * config.in: Don't depend on __STDC__ for volatile.
9965 Add POINTER_TYPE, PTR, PROTOTYPES.
9966
9967 * hftctl.c, strftime.c: Use PROTOTYPES.
9968 * eval.c (find_handler_clause): Likewise.
9969
9970 * mem-limits.h: Use POINTER_TYPE.
9971
9972 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
9973 (memory_warnings): Declare using POINTER_TYPE.
9974
5e91ff9e
GM
99752000-03-08 Gerd Moellmann <gerd@gnu.org>
9976
feab4fba
GM
9977 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
9978
25edb08f
GM
9979 * xdisp.c (display_echo_area): Temporarily inhibit garbage
9980 collection.
9981
5e91ff9e
GM
9982 * xfns.c: Remove obsolete code in #if 0.
9983 (Fx_focus_frame): New function.
9984
a735b7e1
KH
99852000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9986
9987 * coding.c (coding_category_name): Add coding-category-utf-8,
9988 coding-category-utf-16-be, coding-category-utf-16-le.
9989 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
9990 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
9991 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
9992 (detect_coding_utf_8): New function.
9993 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
9994 UTF_16_LOW_SURROGATE_P): New macros.
9995 (detect_coding_utf_16): New function
9996 (detect_coding_mask): When priorities are specified, skip any
9997 categories that have `nil' coding-system. Fix bug of returning
9998 wrong mask when PRIORITIES is specified and detect_coding_XXX()
9999 returns a mask not set in PRIORITIES.
10000 (detect_eol_type_in_2_octet_form): New function.
10001 (detect_eol): selects detect_eol_type_XXX to call according to
10002 cooding->category_idx.
10003 (detect_coding_system): Remove `nil' coding-system in the result.
10004 (Fupdate_coding_systems_internal): Update all coding-categories.
10005
10006 * coding.h (CODING_CATEGORY_IDX_UTF_8,
10007 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New
10008 macros.
10009 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY,
10010 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
10011 CODING_CATEGORY_IDX_UTF_16_LE.
10012 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE,
10013 CODING_CATEGORY_MASK_UTF_16_LE): New macros.
10014 (CODING_CATEGORY_MASK_ANY): Include the above macros.
10015 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
10016
9994cc69
GM
100172000-03-07 Gerd Moellmann <gerd@gnu.org>
10018
e9b4e5ff
GM
10019 * doc.c (Fdocumentation_property): If value is not a string,
10020 and doesn't refer to etc/DOC, evaluate it to obtain a string.
10021
f7daf1e1
GM
10022 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
10023 close the display with XtCloseDisplay. This caused a bus error
10024 on OpenWindows.
10025
9994cc69
GM
10026 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
10027 complete but not unique.
10028
4336c705
GM
100292000-03-06 Gerd Moellmann <gerd@gnu.org>
10030
18bb0684
GM
10031 * process.c (send_process): Remove local variable `procname' that
10032 might become invalid when a GC happens. Instead, access the
10033 process name slot directly.
10034
4336c705
GM
10035 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
10036 orig_height if set.
10037
10038 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
10039 orig_height if set.
10040
515d0d0e
EZ
100412000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10042
10043 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
10044 glyph matrices have been freed.
10045
100b3cbb
GM
100462000-03-05 Gerd Moellmann <gerd@gnu.org>
10047
50df5e5a 10048 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
6178bc23 10049 (bootstrap-temacs): Set LC_ALL to C like for temacs.
50df5e5a
GM
10050
10051 * xfns.c (QCdata): Moved to xdisp.c.
10052
10053 * xdisp.c (QCdata): Moved here from xfns.c.
10054 (syms_of_xdisp): Initialize QCdata.
10055
10056 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
10057
10058 * window.c (coordinates_in_window): Use
10059 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
10060 FRAME_INTERNAL_BORDER_WIDTH.
10061
100b3cbb 10062 * xdisp.c (try_window_id): Recompute unchanged information if
4336c705 10063 it is obviously invalid.
100b3cbb
GM
10064
10065 * xterm.c (x_term_init): Create a colormap if not using the
10066 default visual.
10067
10068 * xterm.h (select_visual): Change prototype.
10069
10070 * xfns.c (select_visual): Rewritten. Recognize user-specified
10071 visual classes.
10072 (visual_classes): New variable.
10073
64d739c4
GM
100742000-03-04 Gerd Moellmann <gerd@gnu.org>
10075
10076 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
10077 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
10078 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
10079 (x_decode_color): Don't handle allocation of white and black
10080 specially.
10081 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
10082 XtNcolormap resources.
10083 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
10084 (Fx_create_frame): Initialize color members of x_output structure.
10085 (xpm_load): Pass colormap to XPM lib.
10086
10087 * xfaces.c (x_free_colors): Access colormap of frame using
10088 FRAME_X_COLORMAP. Be paranoid about freeing black and white
10089 when default colormap is used.
10090
10091 * xterm.c (x_term_init): Set Colormap member of x_display_info
10092 structure. Copy colormap if resource `privateColormap' is
10093 specified (PseudoColor only).
10094 (x_setup_relief_color): Access colormap of frame using
10095 FRAME_X_COLORMAP.
10096
10097 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
10098 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
10099
c3cee013
JR
101002000-03-04 Jason Rumney <jasonr@gnu.org>
10101
10102 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
10103 other non-platform-specific equivalents.
64d739c4 10104 [WINDOWSNT]: Include w32term.h, fontset.h and define X
c3cee013
JR
10105 specific functions and macros as their w32 equivalents where
10106 non-platform-specifics are not available.
10107 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
10108 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
10109 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
10110 (frame_update_line_height): Use macros to access f->output_data.
10111 (defined_color): Remove FIXME comments; fixed.
10112 (x_face_list_fonts, prepare_face_for_display): Put X specifics
10113 into #ifdef blocks. Add WINDOWSNT blocks.
10114 (Fx_list_fonts): Use macros for accessing font data.
10115 (set_lface_from_font_name): Different default fonts for X and
10116 WINDOWSNT.
10117 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
10118 scalable for backward compatibility.
64d739c4 10119 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
c3cee013
JR
10120 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
10121
64d739c4 10122 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
c3cee013
JR
10123 syms_of_w32faces.
10124
10125 * makefile.nt (w32faces.obj): Remove.
10126 (xfaces.obj): Add.
10127
807cc41c
JR
101282000-03-03 Jason Rumney <jasonr@gnu.org>
10129
10130 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
10131 correct parameters.
10132
0007072a
KR
101332000-03-03 Ken Raeburn <raeburn@gnu.org>
10134
10135 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
10136 standard ELF definitions here if the system header does not.
10137
71a6ba55
GM
101382000-03-03 Gerd Moellmann <gerd@gnu.org>
10139
10140 * xterm.c (PER_CHAR_METRIC): Removed.
10141 (x_per_char_metric_1, x_default_char): New functions.
10142 (x_per_char_metric): If font's default char is invalid, return
10143 metrics of a suitably chosen usable default char.
10144 (x_draw_glyph_string_foreground): If font has an invalid default
64d739c4
GM
10145 char, replace occurrences of unprintable chars with a suitably
10146 chosen usable default char.
71a6ba55 10147
900fa1f1
GM
101482000-03-02 Gerd Moellmann <gerd@gnu.org>
10149
42f55fe0
GM
10150 * xterm.c (note_mouse_highlight): Return quickly if frame's
10151 glyph matrices have been freed.
10152
10153 * dispnew.c (free_glyphs): Block input while freeing matrices.
10154
900fa1f1
GM
10155 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
10156
10157 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use
10158 x_free_colors.
10159
10160 * dispextern.h (x_free_colors): Add prototype.
10161
10162 * xfaces.c (x_free_colors): New function.
10163 (unload_color, free_face_colors): Use it.
10164
2f950292
EZ
101652000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10166
10167 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
10168
10169 * window.c [MSDOS]: Include msdos.h.
10170
54d04320
DL
101712000-03-02 Dave Love <fx@gnu.org>
10172
10173 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
10174
10175 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
10176 set C_OPTIMIZE_SWITCH for gcc.
10177
0ba93ac4
KH
101782000-03-02 Kenichi Handa <handa@etl.go.jp>
10179
10180 * coding.c (coding_save_composition): Be sure to allocate
10181 composition data area in coding even if there's no composition in
10182 the current run.
10183
a2bc11d4
JR
101842000-03-01 Jason Rumney <jasonr@gnu.org>
10185
10186 * w32term.c: Equivalent changes to those made to xterm.c on
10187 2000-02-25 and 2000-02-24.
10188
10189 * w32fns.c: Equivalent changes to those made to xfns.c on
10190 2000-02-25 and 2000-02-21.
10191
10192 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
10193 correct line-end convention is followed.
10194
10195 * w32menu.c [HAVE_BOXES]: Remove #undef.
10196 (single_keymap_panes): Remove code for simulating checkmarks.
10197 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
10198 Remove code for drawing simulated checkmarks.
10199 (w32_menu_show): make unibyte help string correctly.
10200 (add_menu_item): draw standard Windows checkmarks. Draw radio
10201 buttons as radio buttons if possible.
10202
72d19d75
GM
102032000-03-01 Gerd Moellmann <gerd@gnu.org>
10204
2df636f4
GM
10205 * sysdep.c (start_of_text): Don't define this function for NetBSD
10206 with ELF.
10207
427ec082 10208 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
2df636f4
GM
10209 Don't define.
10210 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
10211 (LINKER): Don't undef if __NetBSD__ is defined.
10212
10213 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
10214
10215 * fileio.c [__NetBSD__]: Define `unix'.
10216
72d19d75
GM
10217 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
10218
ed4d0512
GM
102192000-02-29 Gerd Moellmann <gerd@gnu.org>
10220
50b1039f
GM
10221 * atimer.c (start_atimer): Don't abort when timers are stopped.
10222 (append_atimer_lists): New function.
10223 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
10224 arbitrary lists of stopped and running atimers.
10225
ed4d0512
GM
10226 * atimer.c (cancel_atimer): Handle canceling an atimer when
10227 some timers are stopped.
10228
10229 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
10230 after canceling it.
10231
10232 * fns.c (maybe_resize_hash_table): Handle case of new size
10233 coming out as being the same as old size.
10234
387023ee
JR
102352000-02-27 Jason Rumney <jasonr@gnu.org>
10236
10237 * makefile.nt: Add atimer.h to dependencies.
10238 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
10239 * w32console.c: Only disable window system features for dispextern.h
10240 (initialize_w32_display): Build a display info for the console.
10241 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
10242 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
10243 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
10244 as 2 button mice.
10245 * w32gui.h (struct W32FontStruct): Revert last change after change
10246 to xdisp.c.
10247 * w32menu.c (single_submenu): Set up help string.
10248 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
10249 (w32_dialog_show): Set up help string.
10250 * w32term.c (w32_display_info_for_display): Remove unused function.
10251 (w32_draw_bitmap): Use pre-built bitmaps.
10252 (w32_initialize_display_info): New function to initialize parts of
10253 display info that are common to both GUI and console frames.
10254 (w32_term_init): Use w32_initialize_display_info. Do not set
10255 Vw32_num_mouse_buttons here, as it is not called for console
10256 frames. Build bitmaps for indicating truncated lines etc.
10257 (x_delete_display): Destroy pre-built bitmaps.
10258 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
10259 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
10260
4516715a
DL
102612000-02-27 Dave Love <fx@gnu.org>
10262
10263 * lisp.h: Add a bunch of prototypes.
10264
171ca836
KH
102652000-02-26 Kenichi Handa <handa@etl.go.jp>
10266
10267 * keyboard.c (read_char): Set `usec' correctly.
10268
4013921d
KH
102692000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10270
10271 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
10272 `lambda', set reg[RRR] to the map index.
10273 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
10274 reg[RRR] to 0. Otherwise, set it to -1.
10275
9244a058
GM
102762000-02-25 Gerd Moellmann <gerd@gnu.org>
10277
2df636f4 10278 * emacs.c (main): Remove code snippet commented out with `//'.
9244a058 10279
18e21ce8 102802000-02-25 Richard M. Stallman <rms@gnu.org>
427ec082 10281
f43d79c1
GM
10282 * fileio.c (Ffile_symlink_p): If result starts with a `/'
10283 and contains a `:', prepend `/:'.
10284
10285 * window.c (select_window_1): If selected_window is nil,
10286 don't "swap out" the buffer's point.
10287 (Fset_window_configuration): Set selected_window to nil
10288 before calling Fselect_window.
10289 (unshow_buffer): Don't set point in buffer from window's point
10290 if another more recently selected window also shows the buffer.
10291
bed0c171
GM
102922000-02-25 Gerd Moellmann <gerd@gnu.org>
10293
449c3c52
GM
10294 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
10295
f5b58615
GM
10296 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
10297 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
10298 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
10299 variables.
10300 (DEFAULT_BUSY_CURSOR_DELAY): New define.
10301 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
10302 (hide_busy_cursor): New functions.
10303 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
10304
10305 * minibuf.c (read_minibuf): Cancel busy-cursor.
10306
10307 * keyboard.c (command_loop_1): Call start_busy_cursor before
10308 Fcommand_execute and cancel_busy_cursor after it.
10309 (timer_check): Remove busy-cursor code.
10310 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
10311 cursor timer.
10312
10313 * process.c (wait_reading_process_input): Remove busy-cursor code.
10314
10315 * eval.c (Fsignal): Call cancel_busy_cursor instead of
10316 Fx_hide_busy_cursor.
10317
10318 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
10319 Remove prototyoes.
10320 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
10321
10322 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
10323
10324 * xterm.c (XTread_socket): Remove busy-cursor code.
10325
4eb8436f
GM
10326 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
10327 (build_frame_matrix_from_leaf_window): Put code handling
10328 glyph row's not being a slice of a frame row in #if 0.
10329 (sync_window_with_frame_matrix_rows): New function.
10330 (frame_row_to_window): New function.
10331 (mirror_line_dance): Handle copies between windows.
10332
3cb65b0e
GM
10333 * lread.c (Fload): Use `xfree' instead of `free'.
10334 (init_obarray): Use `xmalloc' instead of `malloc'.
10335
bed0c171
GM
10336 * window.c (Fset_window_buffer): Set WINDOW to the window
10337 after decoding.
2add4349
GM
10338 (coordinates_in_window): Take frame's internal border width
10339 into account.
bed0c171 10340
42088c12
GM
103412000-02-24 Gerd Moellmann <gerd@gnu.org>
10342
10343 * xterm.c (x_display_and_set_cursor): Display cursor of
10344 non-selected windows depending on the setting of
10345 cursor_in_non_selected_windows.
10346
10347 * xdisp.c (cursor_in_non_selected_windows): New variable.
10348 (syms_of_xdisp): DEFVAR_BOOL it.
10349
d1e103b2
GM
103502000-02-23 Gerd Moellmann <gerd@gnu.org>
10351
723e779c
GM
10352 * data.c (Fstring_to_number): If number is greater than what
10353 fits into an integer, return a float.
10354
d1e103b2
GM
10355 * eval.c (specbind): Remove references to
10356 keyword_symbols_constant_flag.
10357
10358 * data.c (keyword_symbols_constant_flag): Removed.
10359 (Fmakunbound, set_internal, syms_of_data): Remove references to
10360 keyword_symbols_constant_flag.
10361
10362 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
10363
214f877f
KH
103642000-02-23 Kenichi Handa <handa@etl.go.jp>
10365
10366 * syntax.c (multibyte_syntax_as_symbol): New variable.
10367 (syms_of_syntax): Declare it as a Lisp variable.
10368 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
10369 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
10370 nonzero, treat all multibyte characters as symbol.
42088c12 10371 (init_syntax_once): Give syntax `word' to all multibyte
214f877f
KH
10372 characters.
10373
130adcb7
EZ
103742000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10375
3cb65b0e 10376 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
d7d0dac0 10377 a deleted frame.
130adcb7 10378
17cbbf95
GM
103792000-02-21 Gerd Moellmann <gerd@gnu.org>
10380
10381 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
10382
10383 * xfns.c (x_window_to_frame, x_any_window_to_frame)
10384 (x_non_menubar_window_to_frame): Check the busy-cursor window.
10385
beb0bc36
DL
103862000-02-21 Dave Love <fx@gnu.org>
10387
10388 * frame.c (Vmouse_position_function): New variable.
10389 (Fmouse_position): Use it.
10390 (syms_of_frame): Install it.
10391
10392 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
10393
1d92afcd
GM
103942000-02-20 Gerd Moellmann <gerd@gnu.org>
10395
10396 * fileio.c (Finsert_file_contents): Unbind the binding of
10397 standard-output done by temp_output_buffer_setup.
329eed9f
GM
10398
10399 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
10400 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
10401 (specbind, unbind_to): Handle most common case of non-constant
10402 symbol with trivial value specially.
10403
10404 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
10405
18e21ce8 104062000-02-20 Richard M. Stallman <rms@gnu.org>
2d06696f
RS
10407
10408 * data.c (Fmake_variable_buffer_local): Doc fix.
10409 Init found_for_buffer to 0.
10410 (Fmake_variable_frame_local): If the variable has already
10411 been buffer-local, set the check_frame field.
10412
1d4311c3
EZ
104132000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10414
10415 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
10416 produced for CODING_MODE_LAST_BLOCK requires.
10417
2dc95ddd
DL
104182000-02-18 Dave Love <fx@gnu.org>
10419
10420 * keyboard.c (echo_keystrokes): Remove declaration.
10421 (Vecho_keystrokes) New variable.
10422 (read_char, record_menu_key, read_key_sequence): Use it to allow
10423 use of float value.
10424 (syms_of_keyboard): Change Vecho_keystrokes declaration.
10425
10426 * lread.c: Undef feature selection macros before defining.
10427
f0930f35
GM
104282000-02-18 Gerd Moellmann <gerd@gnu.org>
10429
10430 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
10431 for symbols other than the symbol in question.
10432
e3d4de90
DL
104332000-02-17 Dave Love <fx@gnu.org>
10434
10435 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
10436
0b378936
GM
104372000-02-17 Gerd Moellmann <gerd@gnu.org>
10438
d621caf7
GM
10439 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
10440
0b378936
GM
10441 * alloc.c (enum mem_type): Compile unconditionally.
10442
3b451f74
EZ
104432000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10444
10445 * xfaces.c (tty_defined_color): Don't return faulire indication
10446 for unspecified-fg and unspecified-bg pseudo-colors.
10447
10689a01
GM
104482000-02-17 Gerd Moellmann <gerd@gnu.org>
10449
1216f5e4
GM
10450 * alloc.c (mark_object): Don't mark symbol names in pure space.
10451 (gc_sweep): Don't unmark symbol names in pure space.
10452
10453 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
10454 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
10455 [GC_MARK_STACK]: New defines.
427ec082 10456 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
1216f5e4
GM
10457 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
10458
10459 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
10460
10461 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
10462 allocate_buffer instead of xmalloc.
10463
10464 * alloc.c (toplevel): Include setjmp.h.
10465 (PURE_POINTER_P): New define.
10466 (enum mem_type) [GC_MARK_STACK]: New enumeration.
10467 (Vdead) [GC_MARK_STACK]: New variable.
10468 (lisp_malloc): Add parameter TYPE, call mem_insert if
10469 GC_MARK_STACK is defined.
10470 (allocate_buffer): New function.
427ec082 10471 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
1216f5e4
GM
10472 (free_float) [GC_MARK_STACK]: Set type to Vdead.
10473 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
10474 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
10475 (MEM_NIL) [GC_MARK_STACK]: New define.
10476 (struct mem_node) [GC_MARK_STACK]: New structure.
10477 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
10478 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
10479 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
10480 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
10481 (mark_stack) [GC_MARK_STACK]: New functions.
10482 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
10483 (clear_marks): Removed.
10484 (gc_sweep): Set free conses' car, free floats' type, free
10485 symbols' function to Vdead. Use lisp_free to free buffers.
10486 (init_alloc_once): Initialize Vdead.
10487 (survives_gc_p): Return non-zero for pure objects.
10488
10489 * alloc.c: Add comments throughout the file.
10490
2503c8b1
GM
10491 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
10492 that unblocks alarms.
10493
8389e1e2
GM
10494 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
10495 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
10496 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
10497
10689a01 10498 * frame.c (make_frame): Set frame initiallly to `garbaged'.
427ec082 10499
bfc17d18
KH
105002000-02-17 Kenichi Handa <handa@etl.go.jp>
10501
4a09dee0
KH
10502 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
10503 avoid infinite error signaling. Allocate sufficient memory for
10504 eol_str in the case that eoltype is Lisp_Int.
bfc17d18 10505
2b927d02
SM
105062000-02-17 Stefan Monnier <monnier@cs.yale.edu>
10507
10508 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
10509 depends on the previous behavior.
10510
b49cb764
GM
105112000-02-16 Gerd Moellmann <gerd@gnu.org>
10512
10513 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
10514
99e95407
GM
105152000-02-15 Gerd Moellmann <gerd@gnu.org>
10516
10517 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
10518
10519 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
b49cb764 10520 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
99e95407
GM
10521 write(2).
10522
6ffd3cf7
RS
105232000-02-15 Richard M. Stallman <rms@gnu.org>
10524
10525 * data.c (set_internal): Don't make variable buffer-local
10526 if within a let-binding for the same buffer.
10527 (let_shadows_buffer_binding_p): New function.
10528
10529 * eval.c (specbind): For buffer-local value,
10530 record the current buffer also.
10531 (unbind_to): Cope with that change.
10532
cad53475
GM
105332000-02-15 Gerd Moellmann <gerd@gnu.org>
10534
10535 * window.c (Fsave_window_excursion): Doc fix.
10536
1aa963c8
SM
105372000-02-15 Stefan Monnier <monnier@cs.yale.edu>
10538
10539 * syntax.c (back_comment): Make sure we only consider comment-starters
10540 of the relevant style and return -1 in case of a failure to find the
10541 beginning of the comment.
10542 (Fforward_comment): If back_comment fails, go back to the position just
10543 after the comment-end.
10544 (scan_lists): Add comment describing a very minor bug.
10545
b9b84fd3
SM
105462000-02-14 Stefan Monnier <monnier@cs.yale.edu>
10547
10548 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
10549 `completion-regexp-list' in the docstring.
10550
3a28db80
DL
105512000-02-14 Dave Love <fx@gnu.org>
10552
10553 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
10554
fb4a568d
SM
105552000-02-14 Stefan Monnier <monnier@cs.yale.edu>
10556
10557 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
10558 to Emacs' syntax. Also fix the comment about set/not-set meanings
10559 since Emacs syntax is not the value 0 any more.
10560 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
10561 since it's now part of RE_SYNTAX_EMACS.
10562
1063ebb5
DL
105632000-02-12 Dave Love <fx@gnu.org>
10564
10565 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on
10566 Alpha.
10567
fb07a302
GM
105682000-02-12 Gerd Moellmann <gerd@gnu.org>
10569
10570 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
10571
aaf2320c
DL
105722000-02-12 Dave Love <fx@gnu.org>
10573
10574 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
10575
10576 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
fb07a302
GM
10577 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
10578 * s/hpux.h: Don't define HAVE_VFORK.
aaf2320c
DL
10579
10580 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
10581
10582 * s/nextstep.h: Don't define HAVE_ALLOCA.
10583
10584 * config.in: Add vfork bits.
10585
eedf8bde
GM
105862000-02-12 Gerd Moellmann <gerd@gnu.org>
10587
10588 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
10589 unwind function to undo the effect of stopping atimers.
10590
10591 * keyboard.c (bind_polling_period): Stop all timers except
10592 poll_timer.
10593
10594 * atimer.c (stopped_atimers): New variable.
10595 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
10596 New functions.
10597
10598 * atimer.h (stop_other_atimers, run_all_atimers)
10599 (unwind_stop_other_atimers): Add function prototypes.
427ec082 10600
eedf8bde
GM
10601 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
10602
8476c2f8
KR
106032000-02-11 Ken Raeburn <raeburn@gnu.org>
10604
10605 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
10606 library may depend on jpeg.
10607 (atimer.o): Depends on atimer.c.
10608
0e85e4a3
KH
106092000-02-11 Kenichi Handa <handa@etl.go.jp>
10610
10611 * insdel.c (del_range_1): Call update_compositions.
10612 (del_range_both): Call update_compositions just once..
10613
97fa0cc8
DL
106142000-02-10 Dave Love <fx@gnu.org>
10615
10616 * xfns.c (create_frame_xic): Fix initialization of automatic
10617 aggregates for pcc.
10618
25566a3c
KH
106192000-02-09 Kenichi Handa <handa@etl.go.jp>
10620
10621 * ccl.c (CCL_MAKE_CHAR): New macro.
10622 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
10623 registers by CCL_MAKE_CHAR before calling translate_char.
10624 <CCL_TranslateCharacterConstTbl> Likewise.
10625
69da54ba
DL
106262000-02-08 Dave Love <fx@gnu.org>
10627
10628 * lread.c (__EXTENSIONS__): Define.
10629
f7136ee8
GM
106302000-02-08 Gerd Moellmann <gerd@gnu.org>
10631
10632 * puresize.h (BASE_PURESIZE): Increase to 650000.
10633
7768790b
EZ
106342000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10635
10636 * msdos.c (XMenuActivate): Turn off the cursor after displaying
10637 the help message.
10638
38fd211b
EZ
106392000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10640
10641 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
10642 md, mh, mb, mr, and me to the fake termcap entry.
10643
66e4690f
KR
106442000-02-06 Ken Raeburn <raeburn@gnu.org>
10645
10646 * sound.c (sound_cleanup): Don't call device close routine if the
10647 function pointer is null.
10648
a75dfea0
AI
106492000-02-06 Andrew Innes <andrewi@gnu.org>
10650
10651 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
10652 around image definitions and prototypes.
10653 (gamma_correct) [WINDOWSNT]: New prototype.
10654
10655 * w32term.c (x_make_frame_visible): Replace call to
10656 input_poll_signal with poll_for_input.
10657
10658 * window.c [WINDOWSNT]: Include w32term.h.
10659
10660 * xdisp.c [WINDOWSNT]: Include w32term.h.
10661
10662 * makefile.nt: Add dependencies on w32gui.h.
10663 (OBJ1): Include atimer.obj.
10664 ($(BLD)\atimer.obj): New dependency rule.
10665
10666 * w32.c (sigmask): New function (does nothing).
10667 (sigunblock): Ditto.
10668
10669 * frame.c [WINDOWSNT]: Include w32term.h.
10670
10671 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
10672
10673 * lread.c (syms_of_lread): Fix literal newlines.
10674
10675 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
10676 the string constant limit (2048 bytes) in MSVC.
10677 (main): Ditto.
10678
59ddecde
GM
106792000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
10680
10681 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit
10682 area.
10683 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
10684 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
10685 dispatch the event.
10686
07590973
DL
106872000-02-04 Dave Love <fx@gnu.org>
10688
10689 * fileio.c: Remove some unused vars.
10690 (_GNU_SOURCE): Define (for euidaccess).
10691
10692 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
10693
10694 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
10695 gcpro1, gcpro2.
10696 (read_minibuf): Deal with allow_props correctly.
10697
649351f9
EZ
106982000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
10699
10700 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
10701
66e4690f 107022000-02-03 Ken Raeburn <raeburn@gnu.org>
f1b9c7c1
KR
10703
10704 * search.c (compile_pattern): If a cache entry has a nil regexp,
10705 fill in that entry instead of clobbering a previously cached
10706 string regexp.
10707
66e4690f 107082000-02-02 Ken Raeburn <raeburn@gnu.org>
15c9cf81
KR
10709
10710 * puresize.h (BASE_PURESIZE): Increase to 610000.
10711
d240a249
GM
107122000-02-02 Gerd Moellmann <gerd@gnu.org>
10713
10714 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
10715 can GC.
10716
ca91fb26
KH
107172000-02-02 Kenichi Handa <handa@etl.go.jp>
10718
25660570
KH
10719 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
10720 instead of incrementing ic directly.
10721 <CCL_WriteExprConst> Likewise.
10722 <ccl_set_expr>: Set ic to jump_address.
10723
ca91fb26
KH
10724 * fileio.c (e_write): Fix the handling of
10725 CODING_FINISH_INSUFFICIENT_SRC.
10726
2ede9689
DL
107272000-02-01 Dave Love <fx@gnu.org>
10728
10729 * editfns.c (Fpropertize): Doc fix.
10730
10731 * process.c (Fstart_process): Doc fix.
10732
10733 * eval.c: Fix various doc strings not to duplicate information
10734 from help-manyarg-func-alist.
10735
10736 * window.c (Fset_window_margins): Don't make interactive. Doc
10737 fix.
10738
10739 * doc.c (Vhelp_manyarg_func_alist): New variable.
10740 (Fdocumentation): Use it.
10741 (syms_of_doc): Define it.
10742
b6680a0e
GM
107432000-01-31 Gerd Moellmann <gerd@gnu.org>
10744
2cb750ba
GM
10745 * xterm.c (xim_open_dpy): Remove unused local variable.
10746
74e9213b
GM
10747 * emacs.c (USAGE): Use term `display options' instead of `X
10748 options'.
10749
10750 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
10751 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
10752
b6680a0e
GM
10753 * fns.c (sweep_weak_table): New function.
10754 (sweep_weak_hash_tables): Use it. Keep on marking until there
10755 is no more change.
10756
994c5afe
GM
107572000-01-30 Gerd Moellmann <gerd@gnu.org>
10758
10759 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
10760 that XTread_socket does not crash by trying to call XNoOp on a
10761 closed display.
427ec082 10762
f00276e3
JR
107632000-01-30 Jason Rumney <jasonr@gnu.org>
10764
10765 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
10766 Change selected_frame to SELECTED_FRAME ().
10767 (w32_console_mouse_position): Remove #ifndef MULE from around
10768 `insist' parameter.
10769
10770 * makefile.nt: Remove dosfns.obj.
10771
10772 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
10773
10774 * w32fns.c (w32_defined_color): Check for valid frame before
10775 applying gamma correction. Eliminate dependency on frame elsewhere.
10776 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
10777 (w32_to_x_font): Use resx and resy not height_in and width_in.
10778 (x_to_w32_font): Doc fix.
10779 (xlfd_strip_height): New function to strip and return font height.
10780 (w32_font_match): Compare height separately from rest of xlfd
10781 spec, using xlfd_strip_height.
10782
10783 * w32term.c (w32_term_init): Swap resx and height_in, resy and
10784 width_in. Use w32_defined_color in place of defined_color.
10785
10786 * w32faces.c: Merge more of DOS and X specifics in preparation for
10787 merge with xfaces.c.
10788 (defined_color): Remove FIXME comment.
10789 (tty_color_name): Provide w32-specific function.
10790 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
10791
10792 * w32console.c (turn_on_face, turn_off_face): Removed.
10793 (w32_face_attributes): New function.
10794 (Global_variables): Reduce scope where possible.
10795 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
10796 fill attribute.
10797 (hl_mode): Don't modify text attributes.
10798 (write_glyphs): Don't do anything if len <= 0. Use
10799 w32_face_attributes to get attributes for drawing. Write
10800 terminating codes using char_attr_normal.
10801 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
10802 (update_begin, update_end): Likewise.
10803 (vga_stdcolor_name): New function.
10804 (initialize_w32_display): Remove char_attr_reverse and char_attr.
10805 (Fset_screen_color): Remove char_attr_reverse.
10806
b08e8bb2
GM
108072000-01-29 Gerd Moellmann <gerd@gnu.org>
10808
10809 * xfns.c (xic_set_preeditarea): Take window parameter and
10810 window-relative pixel-positions.
10811
10812 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
10813 is its frame's selected window.
10814 (xim_instantiate_callback): Likewise.
10815
10816 * xfns.c (x_create_im): Removed.
10817 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
10818 (supported_xim_styles): Renamed from supported_styles.
10819 (best_xim_style): Renamed from best_style.
10820 (create_frame_xic): Renamed from xic_create_frame.
10821 (free_frame_xic): Renamed from xic_destroy_frame.
427ec082 10822
b08e8bb2
GM
108232000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
10824
10825 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
10826 our frames, call XFilterEvent with 2nd parameter `None'.
10827 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
10828 returning XBufferOverflow.
10829 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
10830 area.
10831 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
10832 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
10833 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
10834 (xim_initialize, xim_close)
10835 [HAVE_X_I18N && HAVE_X11R6]: New functions.
10836 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
10837 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
10838 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
10839
10840 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
10841 and `xim_styles'.
10842 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
10843 `xic_style' and `xic_xfs'.
10844 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
10845 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
10846 (FRAME_XIM): Removed.
10847
10848 * xfns.c (supported_styles): New variable.
10849 (DEFAULT_STYLE, DEFAULT_FONT): New macros
10850 (xic_create_xfontset, best_style, xic_create_frame)
10851 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
10852 (xic_set_xfontset): New functions.
10853
142e109c
DL
108542000-01-28 Dave Love <fx@gnu.org>
10855
10856 * s/irix6-5.h: Revert last change after change to irix5-0.h.
10857
10858 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
10859
b02786f9
GM
108602000-01-28 Gerd Moellmann <gerd@gnu.org>
10861
d060bc9f
GM
10862 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
10863 for *scratch* if it already existed.
10864
b02786f9
GM
10865 * emacs.c (USAGE): New macro.
10866 (main): Use it to display usage information.
10867
2c52d7e4
EZ
108682000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10869
10870 Support for the menu-help feature:
10871
10872 * msdos.h: Change prototypes of XMenuAddSelection and
10873 XMenuActivate.
10874
10875 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
10876 part of the line to the termscript file.
10877 (IT_clear_to_end): Clear the entire line, not just its beginning.
10878 (menu_help_message, prev_menu_help_message): New variables.
10879 (IT_menu_make_room): Make room for the help_text member.
10880 (IT_menu_display): New argument disp_help; all callers changed.
10881 If disp_help is non-zero, store the help text of the active menu
10882 item in menu_help_message.
10883 (XMenuAddPane): Initialize the help_text member to NULL.
10884 (XMenuAddSelection): New argument help_text. Store it in the
10885 XMenu structure.
10886 (XMenuActivate): New argument help_callback. If the value of
10887 menu_help_message has changed since the last time, display the
10888 menu help message text while waiting for the mouse to move. Clear
10889 the echo area before exiting.
10890 (XMenuDestroy): Free the help_text member.
10891
ffe0bcd1
GM
108922000-01-27 Gerd Moellmann <gerd@gnu.org>
10893
10894 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
10895 XMenuAddSelection. Pass help callback to XMenuActivate.
10896 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
10897
50dbd23f
EZ
108982000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10899
10900 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
10901 and EMACS_SET_USECS.
10902
f5941bf8
GM
109032000-01-26 Dave Love <fx@gnu.org>
10904
6c67ddee
DL
10905 * editfns.c (Fchar_after, Fchar_before): Doc fix.
10906
f5941bf8
GM
10907 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
10908 an error may be signalled.
10909
9e49c990
GM
109102000-01-26 Gerd Moellmann <gerd@gnu.org>
10911
fc3cb460
GM
10912 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
10913 LD_SWITCH_SYSTEM inherited from irix5-0.h.
10914
9e49c990
GM
10915 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
10916
d0c037d8
GM
109172000-01-25 Gerd Moellmann <gerd@gnu.org>
10918
10919 * charset.c (Fstring): If there is a multibyte char among
10920 the args, always return a multibyte string.
10921
e12489f9
GM
109222000-01-25 Gerd Moellmann <gerd@gnu.org>
10923
10924 * sysdep.c (sys_select): Turn atimers off and on instead of
10925 recording and restoring old alarm handler
10926
10927 * process.c (toplevel): Include atimer.h.
10928 (create_process_1): Rewritten.
10929 (create_process): Use atimers instead of alarm.
10930 (wait_reading_process_input) [hpux]: Turn atimers off instead
10931 of turning off SIGALRM.
10932 (wait_reading_process_input): Turn off atimers instead off
10933 calling stop_polling.
10934
10935 * emacs.c (main): Call init_atimer.
10936
10937 * keyboard.c (toplevel): Include systime.h and atimer.h.
10938 (polling_for_input): Removed because unused.
10939 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
10940 (poll_timer): New variable.
10941 (poll_for_input, poll_for_input_1): New functions.
10942 (start_polling, stop_polling): Rewritten.
10943
10944 * keyboard.h (polling_for_input): Removed.
427ec082 10945
e12489f9
GM
10946 * atimer.h, atimer.c: New files.
10947
10948 * Makefile.in (obj): Add atimer.o.
10949 (atimer.o): New target.
10950
10951 * blockinput.h (pending_atimers): Add extern declaration.
10952 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
10953
10954 * lisp.h (popup_activated_flag): Add extern declaration.
10955
10956 * xmenu.c (popup_activated_flag): Make externally visible.
10957 (popup_activate_callback) [USE_MOTIF]: Increment
10958 popup_activated_flag.
10959 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
10960
10961 * xterm.c (toplevel): Include atimer.h.
10962 (toolkit_scroll_bar_interaction): New variable.
10963 (Fxt_process_timeouts): Removed.
10964 (x_process_timeouts): New function.
10965 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
10966 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
10967 (x_make_frame_visible): Call poll_for_input_1 instead of
10968 input_poll_signal. Don't call alarm.
10969 (x_initialize): Install timer calling x_process_timeouts.
427ec082 10970
1e5279b9
DL
109712000-01-24 Dave Love <fx@gnu.org>
10972
6c67ddee 10973 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
10974 Don't use -cckr -- apparently not now necessary.
10975
edf6aeb8
EZ
109762000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
10977
10978 * msdos.c (IT_menu_display): Truncate long menu lines at the right
10979 screen boundary.
10980
9badad41
JR
109812000-01-23 Jason Rumney <jasonr@gnu.org>
10982
10983 * w32fns.c (w32_defined_color): Apply gamma correction before
10984 trying to map to the palette.
10985 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
10986 to w32_clear_rect.
10987
10988 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
10989 here. Callers changed to always pass real device context.
10990 (w32_draw_bitmap): Likewise.
10991 (w32_get_glyph_overhangs): Likewise.
10992 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
10993 one.
10994 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
10995 pfnSetScrollInfo and SetScrollRange.
10996 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
10997 back into MULE characters after decoding them.
10998 (x_get_glyph_face_and_encoding): Likewise.
10999 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
11000 GetCharABCWidthsW fails, since this is defined on Windows 9x.
11001 (x_produce_glyphs): Calculate per char metrics for a character
11002 that we know exists in default font when font_not_found_p is true.
11003
63bd786b
JR
110042000-01-22 Jason Rumney <jasonr@gnu.org>
11005
11006 * makefile.nt (intervals.obj, composite.obj): New modules.
11007 (composite.h): Added as dependency where appropriate.
11008
11009 * w32gui.h (XGCValue): New struct for emulating X GCs.
11010
11011 * w32term.h (XCharStruct): New struct for emulating X.
11012
11013 * w32console.c (turn_on_face, turn_off_face): New functions.
11014 (change_line_highlight): New prototype for new redisplay.
11015 (write_glyphs): Support multibyte text. Support faces.
11016
11017 * w32faces.c: Complete rewrite for new redisplay based on new
11018 xfaces.c.
11019
11020 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
11021 throughout. struct frame * in place of FRAME_PTR.
11022 Skeleton support for images, toolbars, tooltips from xfns.c.
11023 (Fx_create_frame): Use system default for default scroll bar
11024 width.
11025 (w32_get_arg): Renamed from x_get_arg.
11026 (Fx_file_dialog): New function.
11027 (w32_list_fonts): Check cache before asking system.
11028 (Vw32_enable_synthesized_fonts): New variable.
11029 (Vw32_enable_italics): Obsolete, removed.
11030
11031 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
11032 Use SELECTED_FRAME macro.
11033
11034 * w32menu.c: Add skeleton support for help strings on menus.
11035 (add_menu_item): Native checkbox and radio support added, but not
11036 yet enabled due to bugs.
11037 (push_menu_item): Add parameters type, selection and help.
11038 Callers updated.
11039 Formatting changes to reduce unnecessary diffs with xmenu.c.
11040
11041 * w32select.c (Fw32_set_clipboard_data): Update call to
11042 find_charset_in_str.
11043
11044 * w32term.c: Complete rewrite for new redisplay based on new
11045 xterm.c with necessary sections merged back in from old w32term.c.
11046
6ffd3cf7 110472000-01-21 Richard M. Stallman <rms@gnu.org>
b50c9214
RS
11048
11049 * data.c (set_internal): Further fix in same criterion.
11050
6ffd3cf7 110512000-01-20 Richard M. Stallman <rms@gnu.org>
8cc95642
RS
11052
11053 * data.c (set_internal): Fix the criteria for whether
11054 to swap out the old cached binding.
11055
60af03f1
DL
110562000-01-19 Dave Love <fx@gnu.org>
11057
11058 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
11059
f9be074f
KH
110602000-01-18 Kenichi Handa <handa@etl.go.jp>
11061
11062 * regex.c (re_compile_fastmap): While checking a range table for
11063 `charset', skip flag bits for a character class correctly.
11064
52b8dbf9
GM
110652000-01-17 Gerd Moellmann <gerd@gnu.org>
11066
d36100c9
GM
11067 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
11068
52b8dbf9
GM
11069 * xfns.c (x_window): Call lw_create_widget with new parameter
11070 list.
11071
11072 * widget.c (EmacsFrameSetCharSize): Change size of children first
11073 because of problems with main window geometry management under
11074 Lesstif.
11075
11076 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
11077 MENU_ITEMS_ITEM_.*.
11078 (MENU_ITEMS_ITEM_HELP): New enumerator.
11079 (push_menu_item): Add parameter HELP. Record help in menu_items.
11080 (single_menu_item, single_submenu, list_of_items): Call
11081 push_menu_item with new parameter.
11082 (single_submenu): Set help string in widget value.
11083 (menu_highlight_callback): New function.
11084 (set_frame_menubar): Call lw_create_widget with new
11085 parameter list.
11086 (xmenu_show, xdialog_show): Ditto.
11087
3139018f
GM
110882000-01-13 Gerd Moellmann <gerd@gnu.org>
11089
11090 * sound.c (Fplay_sound): Improve doc string.
11091
83c8f461
RS
110922000-01-11 Richard M. Stallman <rms@gnu.org>
11093
11094 * lisp.h (set_internal): Enter the new arg.
11095
11096 * eval.c (specbind): Record buffer-local variables specially,
11097 indicating which buffer's binding was saved.
11098 (unbind_to): Restore buffer-local variables specially
11099 in the proper buffer.
11100
11101 * data.c (set_internal): New arg BUF.
427ec082 11102
83c8f461
RS
11103 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
11104 * data.c (Fset): Pass new arg to set_internal.
11105 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
427ec082 11106
1fab1775
GM
111072000-01-11 Gerd Moellmann <gerd@gnu.org>
11108
11109 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
11110 xprintsym.
11111
83c8f461 111122000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
11113
11114 * minibuf.c (Ftry_completion): Doc fix.
11115
7a85e4df
GM
111162000-01-11 Gerd Moellmann <gerd@gnu.org>
11117
11118 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
11119 vector, too.
11120
a970dae4
AS
111212000-01-11 Andreas Schwab <schwab@suse.de>
11122
11123 * coding.c (code_convert_region): Initialize total_skip.
11124
c65d14ee
DL
111252000-01-08 Dave Love <fx@gnu.org>
11126
11127 * eval.c (Fuser_variable_p): Check customizability too.
11128
834938d2
GM
111292000-01-07 Gerd Moellmann <gerd@gnu.org>
11130
11131 * minibuf.c (Fcompleting_read): Doc fix.
11132
e0303cd6
GM
111332000-01-05 Gerd Moellmann <gerd@gnu.org>
11134
8a26744b
GM
11135 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
11136 -L /usr/local/lib.
11137
e0303cd6
GM
11138 * xfns.c (x_create_im): New function to set IM and IC of a frame.
11139 Check that input style is supported before trying to create an
11140 IC for it.
11141 (x_window): Call x_create_im.
427ec082 11142
2e471eb5
GM
111432000-01-04 Gerd Moellmann <gerd@gnu.org>
11144
560a7bd2
GM
11145 * xfns.c (current_gif_memory_src): New variable.
11146 (gif_load): Record the address of the current memory source
11147 in current_gif_memory_src.
11148 (gif_read_from_memory): Use current_gif_memory_src.
11149
f9ee84a3
GM
11150 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
11151 macros statement form.
11152
d1299cde
GM
11153 * sound.c (struct sound): Renamed from struct sound_file.
11154 (struct sound): Add members `data' and `header_size'.
11155 (enum sound_attr): Add SOUND_DATA.
11156 (current_sound, current_sound_device): Variables renamed from
11157 sound_file and sound_device.
11158 (parse_sound): Parse :data.
11159 (parse_sound): Handle sound data in strings.
11160 (find_sound_type): Function renamed from find_sound_file_type.
427ec082 11161 (wav_init, au_init): Fail if sound's header_size is smaller than
d1299cde
GM
11162 needed header size.
11163 (wav_play, au_play): Play sounds from string data.
11164
2e471eb5
GM
11165 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
11166
11167 * lisp.h: Add prototype for allocate_string_data.
11168
11169 * alloc.c (Fgarbage_collect): Return number of live and free
11170 strings.
11171
11172 * alloc.c (mark_buffer): Remove code in #if 0.
11173 (gc_sweep): Ditto.
11174 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
11175 (strings_consed): New variable.
11176 (allocate_string): Set it.
11177 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
11178 (Fmemory_use_counts): Return strings_consed. Use Flist.
11179
11180 * alloc.c: General cleanup in comments etc. Remove conditional
11181 compilation for `standalone'.
11182
11183 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
11184
11185 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
11186 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
11187 (DONT_COPY_FLAG): Removed.
11188 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
11189 (struct sdata, struct sblock): New
11190 (struct string_block): Rewritten.
11191 (STRINGS_IN_STRING_BLOCK): New macro.
11192 (oldest_sblock, current_sblock, total_strings, total_free_strings)
11193 (large_sblocks, string_blocks, string_free_list): New variables.
11194 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
11195 (init_strings): Rewritten.
11196 (allocate_string, allocate_string_data, compact_small_strings)
11197 (free_large_strings, sweep_strings): New functions.
11198 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
11199 (struct string_block_head, current_string_block)
11200 (first_string_block, large_string_blocks, STRING_FULLSIZE)
11201 (STRING_PAD): Removed.
11202 (make_uninit_multibyte_string, make_pure_string): Rewritten.
11203 (Fgarbage_collect): Don't set mark bit in large strings.
11204 (mark_object): Mark strings differently. Mark symbol names
11205 differently.
11206 (survives_gc_p): Test marked strings differently.
427ec082 11207 (gc_sweep): Sweep strings differently, unmark strings in
2e471eb5
GM
11208 symbol names.
11209 (compact_strings): Removed.
11210
42608ba8
EZ
112112000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11212
11213 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
11214 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
11215
e0a09e1a
KH
112162000-01-04 Kenichi Handa <handa@etl.go.jp>
11217
dd9f0750 11218 * fileio.c (Finsert_file_contents): Signal error if visiting file
427ec082 11219 in a non-empty buffer.
dd9f0750 11220
3c0f3b15 11221 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 11222
44cd3ae5
GM
112232000-01-03 Gerd Moellmann <gerd@gnu.org>
11224
11225 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
11226 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
11227
11228 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
11229
c182a70f
EZ
112302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11231
11232 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
11233 need to test for MSDOS frames.
11234
24480d5b
EZ
112352000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11236
11237 * dosfns.c (unspecified_colors): Remove.
11238 (msdos_stdcolor_idx): Use global variables unspecified_fg and
11239 unspecified_bg.
11240 (msdos_stdcolor_name): Return strings for unspecified fore- and
11241 back-ground colors.
11242
11243 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
aaf2320c 11244 (syms_of_xfaces): Remove their staticpro's.
24480d5b
EZ
11245 (tty_color_name): Return Lisp strings for unspecified fore- and
11246 back-ground colors.
11247 (Finternal_set_lisp_face_attribute): Remove the special treatment
11248 for Qunspecified_{f,b}g.
11249 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
11250 string.
11251
047f434a
GM
112522000-01-03 Gerd Moellmann <gerd@gnu.org>
11253
11254 * xdisp.c (reseat_at_next_visible_line_start): Position before
11255 newline only if ending up on a newline.
11256 (next_element_from_ellipsis): Return success. Handle case of
11257 displaying no ellipsis. Fix case of ellipsis defined in display
11258 table.
11259 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
11260 returns 0.
11261
d684c676
EZ
112622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11263
11264 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
11265 (Fcolor_supported_p): Renamed from face-color-supported-p.
11266
5fe1d139
EZ
112672000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11268
11269 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
11270 list of colors renamed to tty-defined-color-alist.
11271 (tty_color_name): Pass the frame to tty-color-by-index.
11272 (realize_tty_face): tty-color-alist is now a function which
11273 accepts the frame as argument.
11274
11275 * term.c (Ftty_display_color_p): Accept an optional argument
11276 FRAME.
11277
816be8b8
EZ
112782000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11279
11280 * term.c (insert_glyphs): Pass glyph, not &glyph, to
11281 encode_terminal_code.
11282
b635321e
EZ
112832000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11284
11285 * dispnew.c (mode_line_string): Support termcap frames as well.
11286
9b784e96
GM
112872000-01-01 Gerd Moellmann <gerd@gnu.org>
11288
27189709
GM
11289 * syntax.c (Fforward_word): Undo previous change.
11290
11291 * editfns.c (Fconstrain_to_field): Don't constrain if
11292 inhibit-field-text-motion is non-nil.
11293 (Fline_beginning_position): Undo previous change.
11294 (Fline_end_position): Ditto.
11295
11296 * syntax.c (Fforward_word): Notice field boundaries only if
11297 inhibit-field-text-motion is nil.
11298
11299 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
11300
11301 * editfns.c (Vinhibit_field_text_motion): New variable.
11302 (inhibit-field-text-motion): New DEFVAR_LISP.
11303 (Fline_beginning_position, Fline_end_position): Notice field
11304 boundaries only if inhibit-field-text-motion is nil.
11305
45158a91
GM
11306 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
11307 All calls adjusted.
11308 (x_build_heuristic_mask): Likewise.
11309 (xbm_load_image_from_file): Change error output.
11310 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
11311 (gif_load, gs_load, x_kill_gs_process): Ditto.
11312
9b784e96
GM
11313 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
11314 color indices when accessing raster pixels.
63cec32f
GM
11315 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
11316 one of :file or :data.
11317 (enum pbm_keyword_index): Add PBM_DATA.
11318 (pbm_format): Add :data.
11319 (pbm_image_p): Allow either :file or :data.
11320 (pbm_read_file): New function.
11321 (pbm_scan_number): Rewritten to read from string.
11322 (pbm_load): Support :data.
9b784e96 11323
2cb085db 11324See ChangeLog.8 for earlier changes.
6922b018
KH
11325
11326;; Local Variables:
49b3bd82 11327;; coding: iso-2022-7bit
6922b018 11328;; End: