(x_update_menu_appearance): Renamed from
[bpt/emacs.git] / src / ChangeLog
CommitLineData
f61a541b
GM
12001-03-22 Gerd Moellmann <gerd@gnu.org>
2
364cd450
GM
3 * xfaces.c (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]:
4 Removed, together with subroutines.
5 (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function.
6 (realize_basic_faces) [USE_X_TOOLKIT]: Call
7 x_set_menu_face_resources.
8
9 * dispextern.h (x_set_menu_resources_from_menu_face): Remove
10 prototype.
11
12 * xmenu.c (update_frame_menubar, set_frame_menubar, xmenu_show):
13 Remove calls to x_set_menu_resources_from_menu_face.
14
f61a541b
GM
15 * xfaces.c (xm_set_menu_resources_from_menu_face): Remove
16 #ifndef LESSTIF_VERSION.
17
18 * xmenu.c: Include widget.h.
19 (single_submenu): Return int. Some cleanup.
20 (set_frame_menubar): Call x_set_menu_resources_from_menu_face.
21
140330de
GM
222001-03-21 Gerd Moellmann <gerd@gnu.org>
23
24 * xterm.c (x_update_window_end): Handle overwritten mouse face
25 also for tool bar windows.
26 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
27 DRAW is DRAW_IMAGE_RAISED.
28
1741905c
GM
292001-03-20 Gerd Moellmann <gerd@gnu.org>
30
fa88947e
GM
31 * print.c (syms_of_print): Doc fixes.
32
1741905c
GM
33 * fns.c (Fmd5): Doc fix.
34
ade0bee1
GM
352001-03-19 Gerd Moellmann <gerd@gnu.org>
36
357e7376
GM
37 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
38 Clear area of the frame not occupied by the scroll bar.
39
c2c097cc
GM
40 * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the
41 tip frame's root window buffer to *tip* right after creating
42 the frame.
43
ade0bee1
GM
44 * xdisp.c (highlight_trailing_whitespace): Glyphs whose object
45 is an integer don't have to be for space characters.
46
88c6e37e
GM
472001-03-16 Gerd Moellmann <gerd@gnu.org>
48
49 * indent.c (current_column, current_column_1, Fmove_to_column)
50 (compute_motion): Handle characters from display vectors
51 differently.
52
c62eed76
KH
532001-03-15 Kenichi Handa <handa@etl.go.jp>
54
55 * xterm.c (x_draw_glyph_string): Draw relief (if any) before
56 drawing glyph string.
57
c899e7e6
GM
582001-03-15 Gerd Moellmann <gerd@gnu.org>
59
d0bbfc99
GM
60 * keyboard.c (timer_check): Preserve the value of deactivate-mark.
61 (command_loop_1): Undo last change.
62
03d1a189
GM
63 * xterm.c (fast_find_position): Return the correct vpos.
64
c899e7e6
GM
65 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is
66 non-null, set a per-buffer value in BUF instead of the current
67 buffer.
68 (swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
69 Call store_symval_forwarding with BUF null.
70 (set_internal): Call store_symval_forwarding with the BUF
71 parameter passed to set_internal. Formerly, the value was always
72 set in the current buffer; the buffer recorded in specbind for
73 this case wasn't used.
74 (arith_driver): Reindent.
75
76 * buffer.c (swap_out_buffer_local_variables): Call
77 store_symval_forwarding with BUF null.
78
79 * lisp.h (store_symval_forwarding): Change prototype.
80
81 * eval.c (specbind): Call store_symval_forwarding with BUF null.
82
57ac7c81
GM
832001-03-14 Gerd Moellmann <gerd@gnu.org>
84
697617d9
GM
85 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add
86 FOR_DELETION. Avoid resizing the mini-window of the selected
87 frame if FOR_DELETION is set.
88 (Fselect_frame, Fhandle_switch_frame, Fdelete_frame)
89 (Fmake_frame_invisible): Change calls to do_switch_frame for new
90 signature.
91
92 * window.c (Fset_window_configuration): Change call to
93 do_switch_frame to new format.
94
95 * keyboard.c (quit_throw_to_read_char): Change call to
96 do_switch_frame to new format.
97
98 * lisp.h (do_switch_frame): Change prototype.
99
819dce0f
GM
100 * frame.c (Fframe_parameters): In the `buffer-list' frame
101 parameter, store the buffer list of FRAME, not the list of the
102 selected frame.
103
57ac7c81
GM
104 * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
105 box just because the glyph row's full_width_p flag is set.
106
65008712
GM
1072001-03-14 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * xdisp.c (highlight_trailing_whitespace): On character terminals,
110 skip the padding blanks inserted in extend_face_to_end_of_line,
111 before checking for trailing whitespace.
112
159cf431
GM
1132001-03-13 Gerd Moellmann <gerd@gnu.org>
114
19b2bb80
GM
115 * xmenu.c (popup_activate_callback, popup_deactivate_callback):
116 Remove special handling for LessTif/Motif.
117 (toplevel): Don't include Xm/Xm.h.
118
afcdc0a1
GM
119 * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove
120 workaround code for LessTif; it doesn't work anymore.
121
2564ea1b 122 * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
57ac7c81 123 Xm/ScrollBarP.h.
afcdc0a1 124
23442ae4
GM
125 * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Don't
126 access private scroll bar data; it's no longer necessary with
127 contemporary LessTif.
128
9faaaa52
GM
129 * xfaces.c (xm_set_menu_resources_from_menu_face): Change
130 #if 0 to #ifndef LESSTIF_VERSION.
131
159cf431
GM
132 * xmenu.c (xmenu_show) [LESSTIF_VERSION]: Take out the code
133 removing button grabs.
134
c6f7429a
KH
1352001-03-13 Kenichi Handa <handa@etl.go.jp>
136
cb82d767
KH
137 * fontset.c (syms_of_fontset): Describe highlight-wrong-size-font
138 and clip-large-size-font as obsolete.
139
c6f7429a
KH
140 * lread.c (read_multibyte): Check the validity of multibyte
141 sequence. If invalid, return the first byte.
142
760cefb5
GM
1432001-03-12 Gerd Moellmann <gerd@gnu.org>
144
145 * keyboard.c (command_loop_1): Set Vdeactivate_mark to nil
146 before running the command; timer functions or process
147 filters may have set it.
148
5141f9d0
EZ
1492001-03-12 Eli Zaretskii <eliz@is.elta.co.il>
150
151 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
152 Doc fix.
153
b6a15240
GM
1542001-03-12 Gerd Moellmann <gerd@gnu.org>
155
156 * xrdb.c (x_load_resources) [USE_MOTIF]: Remove extraneous arg
157 to sprintf.
158
95522746
GM
1592001-03-09 Gerd Moellmann <gerd@gnu.org>
160
db14cfc5
GM
161 * dispextern.h (string_buffer_position): Add prototype.
162
163 * xdisp.c (string_buffer_position, display_prop_string_p)
164 (single_display_prop_string_p): New functions.
165
166 * xterm.c (note_mouse_highlight): If there's no help-echo on
167 a string, look at the buffer text ``under'' it.
168
169 * keyboard.c (make_lispy_event): Add string info to the event,
170 analogous to what's done on mode lines.
171 (read_key_sequence): For a click on a string, consider `local-map'
172 and `keymap' of that string.
173
3cfd8357
GM
174 * keyboard.c (make_lispy_event, make_lispy_movement): Adjust
175 calls to buffer_posn_from_coords to new format.
176
177 * dispextern.h (buffer_posn_from_coords): Adjust prototype.
178
179 * dispnew.c (buffer_posn_from_coords): Add parameters OBJECT and
180 POS; return void.
181
95522746
GM
182 * fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
183 flags argument to emacs_open; it seems to conflict with O_EXCL.
184
898a399d
KH
1852001-03-09 Kenichi Handa <handa@etl.go.jp>
186
28cd4910
KH
187 * composite.h (struct composition): Change types of members;
188 glyph_len to unsigned, width to unsigned short.
898a399d 189
4cdf6a6c
AI
1902001-03-08 Andrew Innes <andrewi@gnu.org>
191
192 * w32menu.c (add_menu_item): Fix problems with using ownerdraw for
193 menu titles.
194
129004d3
GM
1952001-03-08 Gerd Moellmann <gerd@gnu.org>
196
221dd3e7
GM
197 * xdisp.c (handle_display_prop): Use it->w->buffer as object,
198 instead of nil.
199
5de7c6f2
GM
200 * xterm.c (note_mouse_highlight): Handle mouse-face and
201 help-echo in strings.
202 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
203 (fast_find_string_pos): New function.
204
205 * xdisp.c (handle_face_prop, face_before_or_after_it_pos)
206 (display_string): Call face_at_string_position with new
207 parameter.
208
209 * xfaces.c (face_at_string_position): Add parameter MOUSE_P.
210 Handle `mouse-face'.
211
212 * dispextern.h (face_at_string_position): Change prototype.
213
e1fbabaf
GM
214 * dired.c (directory_files_internal): Handle EAGAIN more
215 efficiently.
216
129004d3
GM
217 * keyboard.c (make_lispy_event): Avoid generating drag events
218 if the mouse hasn't actually moved to another buffer position.
219
80c8ab8c
DL
2202001-03-08 Dave Love <fx@gnu.org>
221
129004d3 222 * eval.c (syms_of_eval) <debug-on-error>: Doc fix.
80c8ab8c 223
989521fd
GM
2242001-03-08 Gerd Moellmann <gerd@gnu.org>
225
226 * process.c (Fset_process_window_size): Fix a typo.
227
bb5c338d
KH
2282001-03-08 Kenichi Handa <handa@etl.go.jp>
229
230 * coding.c (detect_coding_sjis): Do more rigid check.
231 (detect_coding_big5): Likewise.
232 (decode_coding_sjis_big5): Likewise.
233 (Fdetect_coding_region): Call detect_coding_system with tailing
234 anchor byte `\0' for more rigid detection.
a1b12fe9
KH
235 (detect_coding_mask): Fix the incorrect handling of arg
236 MULTIBYTEP.
bb5c338d
KH
237 (Fdetect_coding_string): Likewise.
238
8b8f9197
SM
2392001-03-07 Stefan Monnier <monnier@cs.yale.edu>
240
241 * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is
242 a string before extracting its data.
243
3bdf2660
GM
2442001-03-07 Gerd Moellmann <gerd@gnu.org>
245
246 * window.c (Frecenter): Rewrite code handling negative values
247 of ARG on graphical frames.
248
2492001-03-07 Eli Zaretskii <a34785@is.elta.co.il>
250
251 * window.c (displayed_window_lines): If W->start is outside the
252 accessible portion of the buffer, call start_display with BEGV or
253 ZV instead of W->start.
254
471f86b9
GM
2552001-03-07 Gerd Moellmann <gerd@gnu.org>
256
2ab62c6c
GM
257 * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.
258
471f86b9
GM
259 * process.c (Fset_process_filter): Don't crash if the input
260 file descriptor of PROCESS is closed.
261 (Fset_process_window_size): Likewise.
262
101922c3
GM
2632001-03-06 Kenichi Handa <handa@etl.go.jp>
264
265 * xterm.c (XTflash): Make the timeout of select shorter, and call
266 select repeatedly until the desired time expires.
267
45d051a7
GM
2682001-03-06 Gerd Moellmann <gerd@gnu.org>
269
270 * w32fns.c (Fx_create_frame): Clear Vwindow_list.
271
272 * xfns.c (Fx_create_frame): Clear Vwindow_list.
273
274 * lisp.h (Vwindow_list): Declare extern.
275
8f372c46
EZ
2762001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
277
278 * dispnew.c (syms_of_display) <glyph-table>: Doc fix.
279
f16a7aa5
GM
2802001-03-06 Gerd Moellmann <gerd@gnu.org>
281
157ae273
GM
282 * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps
283 to detect a case where we have to highlight a different region
284 despite not having left the currently highlighted region.
285 Set mouse_face_overlay in the x_display_info.
45d051a7 286 (x_term_init): Initialize the x_display_info's mouse_face_overlay.
157ae273
GM
287
288 * xterm.h (struct x_display_info): Add mouse_face_overlay.
289
290 * buffer.c (mouse_face_overlay_overlaps): New function.
291
292 * lisp.h (mouse_face_overlay_overlaps): Add prototype.
293 (Qmouse_face): Declare extern.
294
f16a7aa5
GM
295 * xdisp.c (redisplay_internal): Set windows_or_buffers_changed
296 if face_change_count is non-zero.
297
827afcac
KH
2982001-03-06 Kenichi Handa <handa@etl.go.jp>
299
300 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the case
301 that the source is unibyte.
302
14c7242e
DL
3032001-03-05 Dave Love <fx@gnu.org>
304
827afcac 305 * xterm.c (XTmouse_position): Fix typo.
14c7242e 306
c28b847b
GM
3072001-03-05 Gerd Moellmann <gerd@gnu.org>
308
309 * minibuf.c (read_minibuf): Clean up the binding stack if
310 called noninteractively.
311
b86644f2
KH
3122001-03-05 Kenichi Handa <handa@etl.go.jp>
313
314 * coding.c (syms_of_coding): Docstring modified.
315
203682cc 3162001-03-05 Kenichi Handa <handa@etl.go.jp>
b86644f2
KH
317
318 * charset.c (char_to_string): If a single byte char has modifier
319 bits that can't be reflected to the character code, ignore them
45d051a7 320 instead of signaling an error.
b86644f2 321
e30bd7b7
EZ
3222001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
323
324 * s/msdos.h: Update copyright notice.
325
326 * dosfns.h: Update copyright notice.
327
328 * dosfns.c: Update copyright notice.
329
330 * msdos.c: Update copyright notice.
331
b52b65bd
GM
3322001-03-02 Gerd Moellmann <gerd@gnu.org>
333
334 * xterm.c (glyph_rect): New function.
335 (XTmouse_position): Use it to raise the threshold for mouse
336 movement event generation.
337
53c4b1e6
EZ
3382001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
339
340 * msdos.c (Fmsdos_remember_default_colors): If default-frame-alist
341 specifies (reverse . t), reverse the initial screen colors.
342 (IT_set_frame_parameters): If the property is foreground-color,
343 but we are reversing the colors, set bg_set, not fg_set. Likewise
344 for setting background-color and reversing: set fg_set. Set
345 unspecified-fg and unspecified-bg correctly when (reverse . t) is
346 in effect.
347
348 * xfaces.c (Finternal_set_lisp_face_attribute)
349 [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
350 parameters alist.
351
f964b4d7
GM
3522001-03-02 Gerd Moellmann <gerd@gnu.org>
353
ef53d75e
GM
354 * fileio.c (Fexpand_file_name): Collapse sequences of slashes
355 to a single slash in the middle of file names.
356
cda0f4da
GM
357 * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
358 Accept only alphanumeric time zone names.
359
f964b4d7
GM
360 * xterm.c (XTset_vertical_scroll_bar): Don't clear a zero height
361 or width area.
362 (XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure
363 a widget to zero height.
364
c3c45f65
GM
3652001-03-01 Gerd Moellmann <gerd@gnu.org>
366
367 * window.c (Fwindow_end): Call move_it_past_eol only if
368 ending up on a partially visible line.
369
028d739a
DL
3702001-03-01 Dave Love <fx@gnu.org>
371
372 * ccl.c (Fccl_execute): Doc fix.
373
57c5889c
GM
3742001-03-01 Gerd Moellmann <gerd@gnu.org>
375
35f59f6b
GM
376 * xfns.c (Fx_create_frame): Adjust the frame's height for presence
377 of the tool bar before calling x_figure_window_size.
378
f84ff02c
GM
379 * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
380 NULL after destroying it, otherwise XTread_socket can access a
381 destroyed widget when input is unblocked.
382
8b8f9197 383 * xfns.c (x_set_foreground_color): Set the background of the cursor GC.
420f628c 384
57c5889c
GM
385 * xfns.c (x_set_font): Handle case of x_new_fontset returning the
386 same name as before, although there was a change in fontsets.
387
224227d1
KR
3882001-02-28 Ken Raeburn <raeburn@gnu.org>
389
4560730a
KR
390 * lisp.h (Fframe_parameter): Declare.
391
224227d1 392 * window.c (set_window_buffer): Field vscroll is an int, not a
57c5889c 393 Lisp_Object.
224227d1 394
ece93c02
GM
3952001-02-28 Gerd Moellmann <gerd@gnu.org>
396
11ef99b9
GM
397 * xterm.c (x_set_window_size): Don't use `None' with widgets; use
398 NULL instead.
399
400 * xfns.c (Fx_hide_tip): Don't use `None' with widgets; use
401 NULL instead.
402
ece93c02
GM
403 * alloc.c (toplevel): Include process.h.
404 (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
405 MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
406 (allocate_vectorlike): Make it a static function. Add parameter TYPE.
407 (allocate_vector, allocate_hash_table, allocate_window)
408 (allocate_frame, allocate_process, allocate_other_vector): New
409 functions.
410 (Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
411 (mark_maybe_pointer): New function.
412 (mark_memory): Also mark Lisp data to which only pointers
413 remain and not Lisp_Objects.
414 (min_heap_address, max_heap_address): New variables.
415 (mem_find): Return MEM_NIL if START is below min_heap_address or
416 above max_heap_address.
417 (mem_insert): Compute min_heap_address and max_heap_address.
418
419 * process.c (make_process): Use allocate_process.
420
421 * frame.c (make_frame): Use allocate_frame.
422
423 * window.c (make_window, make_dummy_parent): Use allocate_window.
424 (Fcurrent_window_configuration): Use allocate_other_vector.
425
426 * lisp.h (allocate_vectorlike): Remove prototype.
427 (allocate_vector, allocate_other_vector, allocate_frame)
428 (allocate_window, allocate_process, allocate_hash_table):
429 Add prototypes.
430
431 * fns.c (Fdelete, larger_vector): Use allocate_vector.
432 (make_hash_table, copy_hash_table): Use allocate_hash_table.
433
063af457
KH
4342001-02-27 Kenichi Handa <handa@etl.go.jp>
435
436 * coding.c (ccl_coding_driver): If ccl->eight_bit_control is zero,
437 treat the produced bytes as a valid multibyte sequence.
438
439 * ccl.c (CCL_WRITE_MULTIBYTE_CHAR): New macro.
440 (ccl_driver) <CCL_WriteMultibyteChar2>: Use
441 CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
442 <ccl_finish>: Set ccl->eight_bit_control properly.
443
444 * ccl.h (struct ccl_program): New member eight_bit_control.
445
f58c6494
SM
4462001-02-26 Stefan Monnier <monnier@cs.yale.edu>
447
448 * keymap.c (Faccessible_keymaps): Pass `is_metized' to
449 accessible_keymaps_char_table.
450 (accessible_keymaps_char_table): Obey `is_metized'.
451 (where_is_internal, Fwhere_is_internal): Don't confuse int and
452 Lisp_Object.
453
c596c392
GM
4542001-02-26 Gerd Moellmann <gerd@gnu.org>
455
456 * dispnew.c: Check HAVE_TERM_H before including term.h.
457
425de386
AI
4582001-02-24 Andrew Innes <andrewi@gnu.org>
459
460 * makefile.w32-in: Update copyright notice.
461
2ba11bbd
SM
4622001-02-24 Stefan Monnier <monnier@cs.yale.edu>
463
464 * keymap.c (where_is_internal): Accept non-ascii integer prefixes.
465
66c56ed1
KH
4662001-02-24 Kenichi Handa <handa@etl.go.jp>
467
4c1593ce
KH
468 * Makefile.in (lisp): Add international/utf-8.elc.
469
66c56ed1
KH
470 * fontset.c (Fnew_fontset): Fix handling of the case that an
471 element of FONTLIST is a cons of family and registry.
472
796ead7e
JR
4732001-02-23 Jason Rumney <jasonr@gnu.org>
474
475 * w32fns.c (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES
476 to height unconditionally.
477
478 * w32term.c (x_set_glyph_string_background_width): Extend the
479 background face to the end of the drawing area in the text area,
480 only.
481 (x_insert_glyphs): Call window_box_left to obtain the left
482 x-coordinate of the area to shift.
483
484 * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook with
485 safe_run_hooks.
486
f6839838
AI
4872001-02-22 Andrew Innes <andrewi@gnu.org>
488
489 * makefile.nt ($(BLD)\dired.obj): Remove reference to VMS header
490 files.
491 ($(BLD)\dispnew.obj):
492 ($(BLD)\editfns.obj):
493 ($(BLD)\fileio.obj):
494 ($(BLD)\filelock.obj):
495 ($(BLD)\keyboard.obj):
496 ($(BLD)\w32proc.obj):
497 ($(BLD)\process.obj):
498 ($(BLD)\sysdep.obj): Ditto.
499
500 * makefile.w32-in ($(BLD)/dired.$(O)): Remove reference to VMS
501 header files.
502 ($(BLD)/dispnew.$(O)):
503 ($(BLD)/editfns.$(O)):
504 ($(BLD)/fileio.$(O)):
505 ($(BLD)/filelock.$(O)):
506 ($(BLD)/keyboard.$(O)):
507 ($(BLD)/w32proc.$(O)):
508 ($(BLD)/process.$(O)):
509 ($(BLD)/sysdep.$(O)): Ditto.
510
c224f70b
GM
5112001-02-22 Gerd Moellmann <gerd@gnu.org>
512
51695746
GM
513 * xdisp.c (forward_to_next_line_start): When taking the shortcut
514 at the start of the function, check that the \n in it->c is
515 from the iterator's current position.
516
a61b7058
GM
517 * xdisp.c (handle_single_display_prop): Add parameter
518 DISPLAY_REPLACED_BEFORE_P. If it is non-zero ignore display
519 properties which replace the display of text with something else.
520 (handle_display_prop): Call handle_single_display_prop with
521 additional argument saying if we already replaced text display
522 with something else. Use AREF.
523 (with_echo_area_buffer_unwind_data, display_menu_bar)
524 (decode_mode_spec_coding): Use AREF and ASIZE.
525
3473f362
GM
526 * vms-pp.c, vmsdir.h, vmsmap.c, vmsproc.h, vms-pp.trans, vmsfns.c,
527 * vmspaths.h, vmstime.c, vms-pwd.h, vmsgmalloc.c, vmsproc.c,
528 * vmstime.h: Files removed.
529
2bb58df3
GM
530 * unexencap.c, unexfx2800.c: Files removed.
531
c224f70b
GM
532 * dispnew.c (direct_output_for_insert): Give up if we are showing
533 a message or just cleared the message because we might need to
534 resize the echo area window or display an empty echo area.
535
ffc9ff0c
GM
5362001-02-21 Gerd Moellmann <gerd@gnu.org>
537
0528abe1
GM
538 * xdisp.c (redisplay_internal): Do the
539 mark_window_display_accurate after all windows have been
540 redisplayed because this call resets flags in buffers which are
541 needed for proper redisplay.
542
ffc9ff0c
GM
543 * keyboard.c, minibuf.c, lread.c, fns.c, eval.c: Use
544 display_hourglass_p, start_hourglass, cancel_hourglass instead of
545 the old names.
546
547 * w32term.h (struct x_output): Rename busy_cursor to
548 hourglass_cursor, busy_window to hourglass_window, busy_p to
549 hourglass_p.
550
551 * msdos.h (struct x_output): Rename busy_window to
552 hourglass_window, busy_p to hourglass_p.
553
554 * xterm.h (struct x_output): Rename busy_cursor to
555 hourglass_cursor, busy_window to hourglass_window, busy_p to
556 hourglass_p.
557
558 * xfns.c: Rename everything containing *busy_cursor* and similar
559 to *hourglass*.
560 (syms_of_w32fns): Rename x-busy-pointer-shape to
561 x-hourglass-pointer-shape, display-busy-cursor to
562 display-hourglass, busy-cursor-delay to hourglass-delay.
563
564 * w32fns.c: Rename everything containing *busy_cursor* and similar
565 to *hourglass*.
566 (syms_of_w32fns): Rename x-busy-pointer-shape to
567 x-hourglass-pointer-shape, display-busy-cursor to
568 display-hourglass, busy-cursor-delay to hourglass-delay.
569
570 * xterm.c (XTread_socket): Test x_output's hourglass_p instead
571 of its busy_p flag.
572
573 * dispextern.h (start_hourglass, cancel_hourglass)
574 (display_hourglass_p): Renamed from *busy_cursor*.
575
ab2c5f0a
GM
5762001-02-20 Gerd Moellmann <gerd@gnu.org>
577
d17e49a8
GM
578 * keyboard.c (read_char): When an event from unread-command-events
579 is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
580
fa97adf6
GM
581 * window.c (Fwindow_end): Handle case that WINDOW's buffer is not
582 equal to the current buffer.
583
ab2c5f0a
GM
584 * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to
585 nil, otherwise we're left with truncate_lines t when a message
586 is printed with message-truncate-lines bound to t.
587
aeac019e
GM
5882001-02-19 Gerd Moellmann <gerd@gnu.org>
589
c8bc6f65
GM
590 * window.c (Fmove_to_window_line): Undo last change.
591 (displayed_window_lines): Call line_bottom_y to determine
592 the line's bottom position.
593
594 * dispextern.h (line_bottom_y): Add prototype.
595
596 * xdisp.c (line_bottom_y): New function extracted from
597 pos_visible_p.
598 (pos_visible_p): Use it.
599
980a2d69
GM
600 * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and
601 set redisplaying_p to 0 here instead of in Frecursive_edit.
602 (Frecursive_edit): Don't bind `inhibit-redisplay' and don't
603 set redisplaying_p.
604
184d2372
GM
605 * xdisp.c (Qinhibit_menubar_update, inhibit_menubar_update):
606 New variables.
607 (syms_of_xdisp): Initialize new variables.
608 (update_menu_bar): Do nothing if inhibit_menubar_update is set.
609 Specbind `inhibit-menubar-update' when updating the menu bar.
610
65048e97
GM
611 * xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
612 safe_run_hooks.
613
614 * xdisp.c (update_menu_bar): Run activate-menu-bar-hook with
615 safe_run_hooks.
616
a57c4026
GM
617 * emacs.c (malloc_initialize_hook): Handle case thet `environ'
618 is null.
619
aeac019e
GM
620 * ralloc.c (__morecore) [!SYSTEM_MALLOC]: Move declaration
621 to the start of the file.
622
76846b31
GM
6232001-02-16 Gerd Moellmann <gerd@gnu.org>
624
f3f053f3 625 * window.c (set_window_buffer): Fix last change.
25237df5 626
f3f053f3
GM
627 * window.c (set_window_buffer): Set window's vscroll to 0.
628
dad75588
GM
629 * window.c (coordinates_in_window): Increase width of area
630 where the vertical line can be dragged.
631
c220b753
GM
632 * xterm.c (x_set_glyph_string_background_width): Extend the
633 background face to the end of the drawing area in the text
634 area, only.
635
c56b1c1b
GM
636 * xdisp.c (handle_single_display_prop): Set iterator's position
637 to where the `display' property starts, like for images.
638 (dump_glyph): New function.
639 (dump_glyph_row): Use it. Dump info about marginal areas.
640
641 * dispnew.c (direct_output_for_insert): Recognize more cases where
642 glyphs can be written instead of being inserted.
643
644 * xterm.c (x_insert_glyphs): Call window_box_left to obtain
645 the left x-coordinate of the area to shift.
646
76846b31
GM
647 * dired.c (directory_files_internal): Set result list to nil
648 before retrying.
649
0fc71a77
KH
6502001-02-15 Kenichi Handa <handa@etl.go.jp>
651
652 * ccl.c (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
653 invalid multibyte sequence, treat *SRC as a character of
654 eight-bit-graphic.
655
25078b54
EZ
6562001-02-15 Eli Zaretskii <eliz@is.elta.co.il>
657
658 * textprop.c (Fset_text_properties): Doc fix.
659
8399f8a0
GM
6602001-02-15 Gerd Moellmann <gerd@gnu.org>
661
662 * dispnew.c (update_text_area): Undo change of 2001-01-12.
663
9a2a6f73
DL
6642001-02-14 Dave Love <fx@gnu.org>
665
666 * coding.c: Doc and message fixes.
667
bf853fee
AI
6682001-02-14 Andrew Innes <andrewi@gnu.org>
669
670 * w32fns.c (w32_wnd_proc) <WM_GETMINMAXINFO>: Allow resizing the
671 Emacs frame above the screen size.
672
78c663d8
GM
6732001-02-14 Gerd Moellmann <gerd@gnu.org>
674
675 * xdisp.c (reseat_1): Set iterator's end_charpos to ZV.
676
7cc9f69f
GM
6772001-02-13 Gerd Moellmann <gerd@gnu.org>
678
0a411995
GM
679 * insdel.c (del_range_1, del_range_byte, del_range_both): Handle
680 case that TO ends up beyond ZV after running before-change-functions.
681
5ddc1b75
GM
682 * window.c (window_loop) <GET_BUFFER_WINDOW>: Prefer to return
683 the selected window if it is showing the buffer in question.
684
7cc9f69f
GM
685 * dired.c (directory_files_internal): Initialize errno.
686 (toplevel): Include errno.h.
687
2e6621ca
GM
6882001-02-13 Kenichi Handa <handa@etl.go.jp>
689
690 * xfaces.c (best_matching_font): New parameter width_ratio.
691 Multiply avgwidth by width_ratio.
692 (choose_face_font): Call best_matching_font with width_ratio
693 calculated from the column width of C.
694
60222d69
AI
6952001-02-12 Andrew Innes <andrewi@gnu.org>
696
697 The following changes are to draw box lines inside characters area
698 if line-width is negative.
699
700 * w32term.c (x_produce_image_glyph): Pay attention to the case that
701 face->box_line_width is negative.
702 (x_produce_stretch_glyph): Likewise.
703 (x_produce_glyphs): Likewise.
704 (x_estimate_mode_line_height): Likewise.
705 (x_draw_glyph_string_background): Likewise.
706 (x_draw_glyph_string_foreground): Likewise.
707 (x_draw_composite_glyph_string_foreground): Likewise.
708 (x_draw_glyph_string_box): Likewise.
709 (x_draw_image_foreground): Likewise.
710 (x_draw_image_relief): Likewise.
711 (x_draw_image_foreground_1): Likewise.
712 (x_draw_image_glyph_string): Likewise.
713
9804b846
KH
7142001-02-09 Kenichi Handa <handa@etl.go.jp>
715
716 The following changes are to draw box lines inside characters area
717 if line-width is negative.
718
719 * xterm.c (x_produce_image_glyph): Pay attention to the case that
720 face->box_line_width is negative.
721 (x_produce_stretch_glyph): Likewise.
722 (x_produce_glyphs): Likewise.
723 (x_estimate_mode_line_height): Likewise.
724 (x_draw_glyph_string_background): Likewise.
725 (x_draw_glyph_string_foreground): Likewise.
726 (x_draw_composite_glyph_string_foreground): Likewise.
727 (x_draw_glyph_string_box): Likewise.
728 (x_draw_image_foreground): Likewise.
729 (x_draw_image_relief): Likewise.
730 (x_draw_image_foreground_1): Likewise.
731 (x_draw_image_glyph_string): Likewise.
732
733 * xfaces.c (Finternal_set_lisp_face_attribute): The value of :box
734 and :line-width can be negative.
735 (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be
736 negative.
737
49be9f70
JR
7382001-02-09 Jason Rumney <jasonr@gnu.org>
739
740 * w32term.c (w32_encode_char): Treat eight bit graphic and control
741 characters the same as ASCII and latin-1.
742 (x_display_and_set_cursor): Check for the focus frame's selected
743 window instead of selected_window.
744 (x_after_update_window_line): Don't clear if frame's internal
745 border width is zero.
746 (x_new_font): Don't change a tooltip's size.
747 (w32_initialize): Set char_ins_del_ok to 1.
748
749 * w32fns.c (Fx_show_tip): Fix calls to make_number.
750 (x_set_font): If font hasn't changed, avoid recomputing
751 faces and other things.
752 (x_set_tool_bar_lines): Do nothing if frame is
753 minibuffer-only,
754 (Fx_create_frame): Add the tool bar height to the frame
755 height.
756 (x_create_tip_frame): Prevent changing the tooltip's
757 background color by specifying a color for the default font
758 in .Xdefaults.
759 (Qcancel_timer): New variable.
760 (syms_of_w32fns): Initialize and staticpro it.
761 (Fx_hide_tip, Fx_show_tip): Use it.
762 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
763 the timer.
764 (toplevel): Lisp code for generating parts of syms_of_w32fns removed.
765
766 * w32.c (init_environment): Duplicate local string before putenv.
767
555e35d2
SZ
7682001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
769
770 * charset.c (Fstring): A typo.
771
19c92c94
KH
7722001-02-09 Kenichi Handa <handa@etl.go.jp>
773
e47a1c33
KH
774 * charset.c (Fstring): If all arguments are less than 256, return
775 a unibyte string.
776
777 * editfns.c (Fchar_to_string): If CHARACTER is less than 256,
778 return a unibyte string.
779
19c92c94
KH
780 * coding.c (code_convert_region): After detecting a coding, if
781 nothing found, set coding->composing to COMPOSITION_NO.
782 (decode_coding_string): Likewise.
783
d8e675f5
SM
7842001-02-08 Stefan Monnier <monnier@cs.yale.edu>
785
786 * w32term.c (w32_set_scroll_bar_thumb): Use `double' for `range'
787 to avoid overflow.
788
bd503487
KH
7892001-02-07 Kenichi Handa <handa@etl.go.jp>
790
791 * charset.c (parse_str_to_multibyte): New function.
792
793 * charset.h (parse_str_to_multibyte): Extern it.
794
795 * print.c (print_string): If we are going to print a unibyte
796 string into a multibyte buffer, convert the string to multibyte by
797 str_to_multibyte.
798
a8370d72
AI
7992001-02-06 Andrew Innes <andrewi@gnu.org>
800
801 * w32xfns.c (select_palette): Do nothing if palette hasn't yet
802 been created. It seems we can get sent window messages such as
803 WM_ERASEBKGND before we properly update a frame.
804
c363a1d6
GM
8052001-02-06 Gerd Moellmann <gerd@gnu.org>
806
807 * dispnew.c (update_frame_line): Rename parameter FRAME to F.
808 Avoid some unnecessary cursor positioning.
809
a08332c0
GM
8102001-02-05 Gerd Moellmann <gerd@gnu.org>
811
812 * xfaces.c (split_font_name): Compute numeric value of
813 XLFD_AVGWIDTH.
814 (LFACE_AVGWIDTH): New macro.
815 (LFACEP): Use AREF.
816 (check_lface_attrs): Check LFACE_AVGWIDTH.
817 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
818 (set_lface_from_font_name): Set LFACE_AVGWIDTH.
819 (merge_face_vectors): Check LFACE_AVGWIDTH.
820 (Finternal_make_lisp_face): Use AREF.
821 (xm_set_menu_resources_from_menu_face)
822 (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH.
823 (Finternal_lisp_face_empty_p): Use AREF.
824 (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH.
825 (better_font_p, exact_face_match_p): Add parameter AVGWIDTH.
826 Compare average widths..
827 (best_matching_font): Arrange for comparing average widths.
828
829 * dispextern.h (enum lface_attribute_index): Add
830 LFACE_AVGWIDTH_INDEX (invisible from Lisp).
831
5cb3c8d4
DL
8322001-02-05 Dave Love <fx@gnu.org>
833
834 * puresize.h: Revert last change following loadup.el change.
835
193fba87
AI
8362001-02-05 Andrew Innes <andrewi@gnu.org>
837
838 * makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in
839 invocation of temacs, to work with Windows 2000.
840 (bootstrap-emacs): Ditto.
841
e16f52ce
GM
8422001-02-05 Gerd Moellmann <gerd@gnu.org>
843
7a58ab59
GM
844 * xterm.c (x_display_and_set_cursor): Check for the focus
845 frame's selected window instead of selected_window.
846
e89aaabd
GM
847 * xdisp.c (try_scrolling): If point is in the line below the
848 window, make sure to move the iterator at least a canonical
849 char height down.
850
e16f52ce
GM
851 * window.c (Fmove_to_window_line): Don't add 1 if window is
852 vscrolled.
853
789ce875
KH
8542001-02-05 Kenichi Handa <handa@etl.go.jp>
855
856 * ccl.c (CCL_WRITE_CHAR): Check if CH is valid or not. If
857 invalid, execute CCL_INVALID_CMD.
858 (ccl_driver): If the CCL program is terminated because of
859 CCL_STAT_INVALID_CMD, copy the remaining source data to the
860 destination instead of throwing them away.
861
20b28f82
GM
8622001-02-02 Gerd Moellmann <gerd@gnu.org>
863
79fb38c0
GM
864 * xfns.c (x_set_font): If font hasn't changed, avoid recomputing
865 faces and other things.
866
20b28f82
GM
867 * xdisp.c (get_next_display_element): Fix case of empty
868 display table entry.
869
5a72551e
EZ
8702001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
871
eb24d0bf
EZ
872 * editfns.c (Fconstrain_to_field): Doc fix.
873
6a3f48c7
EZ
874 * xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
875 into `thoroughly', to make it consistent with the doc string.
876
5a72551e
EZ
877 * window.c (Fenlarge_window, Fshrink_window): Doc fix.
878
01acdb05
GM
8792001-02-01 Gerd Moellmann <gerd@gnu.org>
880
0353b28f
GM
881 * search.c (search_buffer): Call set_search_regs with a byte
882 position, not a character position.
883
01acdb05
GM
884 * xfns.c (x_set_tool_bar_lines): Do nothing if frame is
885 minibuffer-only,
886
e86b5133
EZ
8872001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
888
889 * frame.c (Fmodify_frame_parameters): Doc fix.
890
7442878f
GM
8912001-01-31 Gerd Moellmann <gerd@gnu.org>
892
01acdb05
GM
893 * frame.h (EMACS_FRAME_H_INCLUDED): Use an include blocker
894 identifier which is not reserved by Standard C.
895
7442878f
GM
896 * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
897
898 * window.c (enum window_part): New enumeration.
899 (Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and
900 Qright_bitmap_area.
901 (coordinates_in_window): Return an enumerator from enum
902 window_part. Fix handling of right scroll bar.
903 (Fcoordinates_in_window_p): Doc fix. Return `left-fringe' and
904 `right-fringe' instead of `left-bitmap-area' and
905 `right-bitmap-area'. Use enumerators from enum window_part
906 instead of hard-coded integers.
907 (check_window_containing, window_from_coordinates): Use
908 enumerators from enum window_part instead of hard-coded integers.
909 (syms_of_window): Replace Qleft_bitmap_area and
910 Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
911
7c132cba
EZ
9122001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
913
914 * editfns.c (Fformat_time_string): Doc fix.
915
c359dd9e
SM
9162001-01-31 Stefan Monnier <monnier@cs.yale.edu>
917
918 * keymap.c (Fwhere_is_internal): Use the first valid binding
919 if no ascii binding is found (when firstonly is t).
920
ce070307
GM
9212001-01-31 Gerd Moellmann <gerd@gnu.org>
922
b4f30ec5
GM
923 * window.c (Fscroll_right, Fscroll_left): Use interactive_p
924 instead of Finteractive_p.
925
926 * lisp.h (interactive_p): Add prototype.
927
928 * eval.c (interactive_p): New function.
929 (Finteractive_p): Use it.
930
ce070307
GM
931 * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop.
932
f57b6e64
DL
9332001-01-31 Dave Love <fx@gnu.org>
934
d61c7afe
DL
935 * .gdbinit (hook-run): Define to run xreload.
936
f57b6e64
DL
937 * textprop.c (Fset_text_properties): Fix newline in doc string.
938
eef93f99
GM
9392001-01-30 Gerd Moellmann <gerd@gnu.org>
940
941 * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp): Use
942 DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
943
944 * dispextern.h (Vtool_bar_button_margin:): Declare extern.
945 (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF)
946 (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
947
948 * xfns.c (Fx_create_frame): Add the tool bar height to the frame
949 height.
950
d9c1f6f9
DL
9512001-01-30 Dave Love <fx@gnu.org>
952
953 * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
954 AFTER_POTENTIAL_GC.
955
e8f044a0
GM
9562001-01-29 Gerd Moellmann <gerd@gnu.org>
957
958 * bytecode.c (Fbyte_code) <Bcurrent_column>: Add
959 BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
960
8e1db7b3
EZ
9612001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
962
963 * textprop.c (Fset_text_properties): Doc fix.
964
4eefd9d2
GM
9652001-01-29 Gerd Moellmann <gerd@gnu.org>
966
967 * xdisp.c (forward_to_next_line_start): Remove xassert.
968
fccb8288
EZ
9692001-01-29 Jason Rumney <jasonr@gnu.org>
970
4eefd9d2 971 * w32term.c (x_draw_row_bitmaps): Delay obtaining HDC to avoid
fccb8288
EZ
972 returning without releasing it.
973
76581eab
KH
9742001-01-29 Kenichi Handa <handa@etl.go.jp>
975
976 * w32fns.c (w32_font_match): Allocate three more bytes to regex
977 for '^', '$', and '\0'.
978
83a96b4d
AC
9792001-01-28 Andrew Choi <akochoi@i-cable.com>
980
5604ec34
AC
981 * fontset.c (fontset_pattern_regexp): Allocate three more bytes to
982 regex for '^', '$', and '\0'.
983
83a96b4d
AC
984 * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
985 only if current_sblock has been initialized.
986
987 * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial
988 terminal frame even if it is the only visible frame.
989
c09a6440
KH
9902001-01-28 Kenichi Handa <handa@etl.go.jp>
991
992 * fontset.c (font_family_registry): Even if FONTNAME conform to
993 XLFD, if it specifies other fields than family and registry,
994 return FONTANME. New argument FORCE if nonzero cancel that
995 feature.
996 (fontset_font_pattern): Call font_family_registry with FORCE 1 for
997 a signle byte character. Don't set FAMILY part to nil here. It
998 is handled by the caller choose_face_font.
999 (Fnew_fontset): Call font_family_registry with FORCE 0.
1000 (Fset_fontset_font): Likewise.
1001
4dcd74e6
GM
10022001-01-27 Gerd Moellmann <gerd@gnu.org>
1003
1004 * xdisp.c (display_line): Don't treat a newline as fitting
1005 on the line.
1006
d2906bf8
GM
10072001-01-26 Gerd Moellmann <gerd@gnu.org>
1008
0130fe1a
GM
1009 * window.c (size_window): Set the window's orig_top to nil when
1010 changing heights, so that a future shrink_mini_window won't
1011 restore a bogus height.
1012
550f0e6a
GM
1013 * frame.c (do_switch_frame): If selected frame has a mini-window,
1014 resize that to exact size.
1015
b7b20fbd
GM
1016 * dispnew.c (adjust_glyph_matrix): Always clear desired matrices.
1017
a47b7816
GM
1018 * xdisp.c (display_line): Simplify check for glyphs fitting
1019 entirely in the line.
1020
d2906bf8
GM
1021 * xfns.c (xic_style): New variable.
1022 (create_frame_xic): Move static variable to global scope for
550f0e6a 1023 the case that `static' gets defined away.
d2906bf8 1024
73df2b1e
KH
10252001-01-26 Kenichi Handa <handa@etl.go.jp>
1026
1027 * coding.c (decode_coding): Set a flag for inhibiting
1028 inconsistent eol.
1029 (code_convert_region): Always set saved_coding_symbol.
1030 (decode_coding_string): Likewise. Update coding->symbol when we
1031 encounter a inconsistent eol by the same way as
1032 code_convert_region.
1033
6613cfc4
GM
10342001-01-25 Gerd Moellmann <gerd@gnu.org>
1035
c5e6e06b
GM
1036 * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of
1037 XClearArea.
1038
1039 * xterm.c (x_after_update_window_line): Don't clear if frame's
1040 internal border width is zero.
1041 (x_clear_area): New function.
1042 (x_after_update_window_line, x_clear_end_of_line)
1043 (x_scroll_bar_create, x_scroll_bar_set_handle)
1044 (XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
1045 instead of XClearArea.
1046
1047 * xterm.h (x_clear_area): Add prototype.
1048
6613cfc4
GM
1049 * xfns.c (Fx_file_dialog): Remove a workaround for Lesstif
1050 which doesn't seem necessary anymore with Lesstif 0.92.
1051
650cc6cc
DL
10522001-01-25 Dave Love <fx@gnu.org>
1053
34ac3367
DL
1054 * puresize.h (BASE_PURESIZE): Up to 720000.
1055
650cc6cc
DL
1056 * keymap.c (Fwhere_is_internal): Declare gcpro3, gcpro4.
1057
5e37dc22
GM
10582001-01-25 Gerd Moellmann <gerd@gnu.org>
1059
e1e441f9
GM
1060 * xdisp.c (echo_area_display): Don't call redisplay_internal
1061 when Emacs is shutting down. We can't run hooks etc. that
1062 would be necessary to do a redisplay.
1063
5e37dc22
GM
1064 * lread.c (read_integer): Use type EMACS_INT instead of int.
1065
0fb94c7f
EZ
10662001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1067
1068 * ccl.c (ccl_driver): Fix last change.
1069
e3778624
KH
10702001-01-25 Kenichi Handa <handa@etl.go.jp>
1071
1072 * ccl.h (sturct ccl_program): New member suppress_error.
1073
bb264518 1074 * ccl.c (ccl_driver): If ccl->suppress_error is nonzero, don't
e3778624
KH
1075 insert error message to the output.
1076 (setup_ccl_program): Initialize ccl->suppress_error to 0.
1077
1078 * coding.h (struct coding_system): New member suppress_error.
1079
1080 * coding.c (ccl_coding_driver): Setup ccl->suppress_error.
1081 (Fset_terminal_coding_system_internal): Set the member
1082 suppress_error to 1.
1083 (Fset_safe_terminal_coding_system_internal): Likewise.
1084
245ed2b1
SM
10852001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1086
1087 * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
1088 as if it was a `charset'.
1089
f9aaedb6
GM
10902001-01-24 Gerd Moellmann <gerd@gnu.org>
1091
1092 * keymap.c (Fwhere_is_internal): Don't nreverse the cached
1093 value in where_is_cache; the next lookup in the cache returns
1094 something bogus if we do.
1095
c3902c3e
EZ
10962001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1097
1098 * xdisp.c (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
1099 if HAVE_WINDOW_SYSTEM isn't defined.
1100
3497f73e
GM
11012001-01-24 Gerd Moellmann <gerd@gnu.org>
1102
e7e41584
GM
1103 * fns.c (sweep_weak_table): Fix code taking items out of
1104 the hash collision chain. Some cleanup.
1105
3497f73e
GM
1106 * xterm.c (x_new_font): Don't change a tooltip's size.
1107
1108 * xfns.c (x_create_tip_frame): Prevent changing the tooltip's
1109 background color by specifying a color for the default font
1110 in .Xdefaults.
1111
3d48e687
KH
11122001-01-24 Kenichi Handa <handa@etl.go.jp>
1113
96531b20
KH
1114 * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as
1115 a workaround for SunOS 4's cc.
1116 (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
1117 (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
1118 (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
1119 statement.
3d48e687 1120
a30629d2
GM
11212001-01-23 Gerd Moellmann <gerd@gnu.org>
1122
1123 * xterm.c (x_set_window_size_1): New function extracted from
1124 x_set_window_size.
1125 (x_set_window_size): Use it.
1126 (x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
1127 doesn't have a widget, like tooltips.
1128
5a43decf
EZ
11292001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1130
1131 * window.c (syms_of_window) <scroll-preserve-screen-position>: Doc
1132 fix.
1133
b0e98867
KH
11342001-01-23 Kenichi Handa <handa@etl.go.jp>
1135
1136 * fns.c (Fset_char_table_default): Fix to make sub char-table
1137 correctly.
1138
50606b4c
GM
11392001-01-22 Gerd Moellmann <gerd@gnu.org>
1140
cb2ddc53 1141 * xdisp.c (build_desired_tool_bar_string): Make sure we have
a30629d2 1142 a desired tool bar string, even if there are no tool bar
cb2ddc53
GM
1143 items.
1144
57c28064
GM
1145 * xdisp.c (Ftool_bar_lines_needed): New function.
1146 (syms_of_xdisp): Defsubr it.
1147
50606b4c
GM
1148 * editfns.c (Fformat): Don't extend text properties from arguments
1149 to padding chars in the result.
1150
2f169c38
EZ
11512001-01-20 Eli Zaretskii <eliz@is.elta.co.il>
1152
1153 * s/msdos.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
1154
0f32f023
AI
11552001-01-20 Andrew Innes <andrewi@gnu.org>
1156
1157 * w32term.c (w32_ring_bell): Only support visible bell on w32
1158 frames.
1159 (w32_initialize): Don't set term hooks that aren't actually needed
1160 in windowed mode.
1161
1162 * xfaces.c (realize_default_face):
1163 (realize_face):
1164 (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
1165
1166 * xdisp.c (handle_single_display_prop): Remove references to
1167 FRAME_W32_CONSOLE_P.
1168
1169 * dispnew.c (Fredraw_frame): Remove reference to
1170 FRAME_W32_CONSOLE_P.
1171
1172 * frame.h (output_method): Remove output_w32_console method.
1173 (FRAME_W32_CONSOLE_P): Remove macro.
1174
1175 * frame.c (Qw32_console): Remove variable.
1176 (Fframep): Remove references to it.
1177 (syms_of_frame): Ditto.
1178 (Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
1179
1180 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
1181 redefinition.
1182
7173eada
KH
11832001-01-20 Kenichi Handa <handa@etl.go.jp>
1184
1185 * editfns.c (Fformat): Use lisp_string_width instead of strwidth.
1186
755b45ce
AI
11872001-01-19 Andrew Innes <andrewi@gnu.org>
1188
1189 * w32.c (init_environment): Add a version-independent site-lisp
1190 directory to EMACSLOADPATH, after the version dependent one.
1191
0a949811
GM
11922001-01-19 Gerd Moellmann <gerd@gnu.org>
1193
8501998a
GM
1194 * editfns.c (Fbuffer_substring): Doc fix.
1195
0a949811
GM
1196 * xdisp.c (message_dolog, message2, message2_nolog): Rename
1197 parameter LEN to NBYTES.
1198
e6ebcbbe
KH
11992001-01-19 Kenichi Handa <handa@etl.go.jp>
1200
200ecca2
KH
1201 * charset.c (strwidth): Use c_string_width.
1202 (c_string_width): New function.
1203 (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES.
1204 Caller changed.
1205
1206 * charset.h (c_string_width, lisp_string_width): Extern them.
1207
1208 * doprnt.c (doprnt1): Get byte length of Lisp string correctly.
1209
e6ebcbbe
KH
1210 * indent.c (check_composition): Check validity of composition.
1211
200ecca2
KH
1212 * xdisp.c (store_frame_title): Pay attention to width of non-ASCII
1213 characters by calling c_string_width.
1214 (x_consider_frame_title): Get byte length of frame tile string
1215 correctly.
1216 (display_mode_element): Pay attention to width of non-ASCII
1217 characters by calling strwidth.
1218
8692ca92
GM
12192001-01-18 Gerd Moellmann <gerd@gnu.org>
1220
8962e303
GM
1221 * xfns.c (Qcancel_timer): New variable.
1222 (syms_of_xfns): Initialize and staticpro it.
1223 (Fx_hide_tip, Fx_show_tip): Use it.
1224 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
1225 the timer.
1226 (toplevel): Lisp code for generating parts of syms_of_xfns removed.
1227
91523be9
GM
1228 * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
1229
1230 * window.h (WINDOW_LIVE_P): New macro.
1231
b0b7ed0e
GM
1232 * window.c (window_size_fixed): New variable.
1233 (syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for
1234 the doc string.
1235
06bccf8e
GM
1236 * eval.c (specbind): If binding a per-buffer variable which
1237 doesn't have a buffer-local value in the current buffer, change
1238 the global value by changing the value of the symbol bound in all
1239 buffers not having their own value, to make it consistent with
1240 what happens with other buffer-local variables.
1241
8692ca92
GM
1242 * xterm.c (x_initialize): Set char_ins_del_ok to 1.
1243
1244 * xdisp.c (forward_to_next_line_start): Stop at end of buffer
1245 when searching for a newline.
1246
bb3a3b50
KH
12472001-01-18 Kenichi Handa <handa@etl.go.jp>
1248
1249 * xdisp.c (display_string): Fix previous change.
1250
c2cc16fa
JR
12512001-01-18 Jason Rumney <jasonr@gnu.org>
1252
1253 * w32term.c (x_produce_stretch_glyph): Only use Qspace when
1254 GLYPH_DEBUG is defined.
1255 (x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't
1256 true for images with `:ascent 100'.
1257 (x_set_mouse_face_gc): If the last used mouse face has gone in the
1258 meantime, use face MOUSE_FACE_ID.
1259 If first glyph isn't a character glyph, use the ASCII NUL
1260 character to determine the face.
1261 (expose_area): Do not treat left margin specially.
1262 (note_mode_line_highlight): If no local_map, check global keymap.
1263 (note_mouse_highlight): Initialize overlay.
1264 (clear_mouse_face): Don't return if tip_frame is
1265 non-nil.
1266 (show_scroll_bars): Remove unused function.
1267 (w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil.
1268 (x_draw_bar_cursor): Remove extra test for out of bounds cursor.
1269 Clip to row.
1270 (x_erase_phys_cursor): Don't apply XWINDOW to variable that may be
1271 nil.
1272 (x_free_frame_resources): Unload relief colors.
1273
9c11f79e
GM
12742001-01-17 Gerd Moellmann <gerd@gnu.org>
1275
3aec8722
GM
1276 * xdisp.c (forward_to_next_line_start): Avoid calling
1277 get_next_display_element when the newline is already found. This
1278 may change the iterator's position, when its current position is
1279 equal to the iterator's stop_charpos.
1280
f3ffc2c3
GM
1281 * dispnew.c (direct_output_for_insert): If char_ins_del_ok is
1282 zero, use this method only at the end of a line.
1283
a86110a8
GM
1284 * xfaces.c (x_face_list_fonts): Don't BLOCK_INPUT around the
1285 call to x_list_fonts. Call x_list_fonts with SIZE -1 only
1286 if SCALABLE_FONTS_P is set.
1287
d26d6fd9
GM
1288 * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
1289 so that scalable fonts are included.
1290
9c11f79e
GM
1291 * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0,
1292 In the cache, use a key containing the information if scalable
1293 fonts are included.
1294 (x_load_font): Adapt to change of keys in the font cache.
1295
12962001-01-17 Kim F. Storm <storm@filanet.dk>
1297
d26d6fd9
GM
1298 * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of
1299 XListFonts to take advantage of font caching.
1300
9c11f79e
GM
1301 * xterm.c (x_list_fonts): Ensure caching font information when
1302 called for a null frame, which is the case frequently when Emacs
1303 starts.
1304
51446987
GM
13052001-01-17 Gerd Moellmann <gerd@gnu.org>
1306
f864120f
GM
1307 * xfns.c (QCconversion): Replaces QCalgorithm.
1308
1309 * w32fns.c (QCconversion): Replaces QCalgorithm. Update copyright.
1310
1311 * xdisp.c (build_desired_tool_bar_string): Use :conversion instead
1312 of :algorithm.
1313
e37d1417
GM
1314 * xdisp.c (redisplay_tool_bar): Change tool bar's height when
1315 not everything could be displayed.
1316
51446987
GM
1317 * line.h, x-list-font.c: Files removed because unused.
1318
9ad4f3e5
AI
13192001-01-17 Andrew Innes <andrewi@gnu.org>
1320
1321 * dired.c (directory_files_internal): Convert result from readdir
1322 to a unibyte string initially, to avoid possible misinterpretation
1323 of some bytes as the internal form of Emacs characters.
1324
2eda09b5
KH
13252001-01-17 Kenichi Handa <handa@etl.go.jp>
1326
1327 * fns.c (concat): Be sure to avoid putting the same `composition'
1328 property on the adjacent regions.
1329
826f3788
GM
13302001-01-16 Gerd Moellmann <gerd@gnu.org>
1331
f251459d
GM
1332 * window.c (Fset_window_hscroll): Don't set window's min_hscroll
1333 here.
1334 (Fscroll_right, Fscroll_left): Set it here instead, if called
1335 interactively.
1336
d57b83b3
GM
1337 * buffer.c (Fset_buffer_modified_p): Set buffer's
1338 prevent_redisplay_optimizations_p flag.
1339
826f3788
GM
1340 * dispnew.c, callproc.c, fns.c, keyboard.c, process.c, sunfns.c,
1341 * sysdep.c, vmsproc.c, xselect.c: Call
1342 redisplay_preserve_echo_area with additional arg.
1343
1344 * dispextern.h, lisp.h (redisplay_preserve_echo_area): Change
1345 prototype.
1346
1347 * xdisp.c (redisplay_preserve_echo_area): Add parameter
1348 FROM_WHERE, for debugging.
1349
261d788b
KH
13502001-01-16 Kenichi Handa <handa@etl.go.jp>
1351
1352 * ccl.c (Fregister_ccl_program): Handle the return value of
1353 resolve_symbol_ccl_program correctly.
bda6b481
KH
1354 (CCL_Extension): Fix typo (originally CCL_Extention). Caller
1355 changed.
261d788b 1356
bccee4f2
GM
13572001-01-15 Gerd Moellmann <gerd@gnu.org>
1358
e4ded23c
GM
1359 * xterm.c (x_set_mouse_face_gc): If the last used mouse face
1360 has gone in the meantime, use face MOUSE_FACE_ID.
1361
ae24cb3b
GM
1362 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: If
1363 x_display_info_for_display returns null, don't try to close
1364 the display; we didn't open it.
1365
bccee4f2
GM
1366 * dispnew.c (save_or_restore_current_matrices): Function removed.
1367 (save_current_matrix, restore_current_matrix): New functions.
1368 (adjust_frame_glyphs_for_frame_redisplay): Use them to save and
1369 restore the frame's current matrix. Due to the glyph pointer
1370 setup done in adjust_glyph_matrix, there is no easy way to make
1371 saving the current matrix in the desired matrix generally correct,
1372 so don't try it.
1373
ebeccffa
KH
13742001-01-15 Kenichi Handa <handa@etl.go.jp>
1375
1376 * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by
1377 truncation glyphs.
1378 (display_line): Optimize for wide characters.
e4ded23c 1379 (display_string): Don't try to display a multi-column character
ebeccffa
KH
1380 partially. On ttys, produce more than one truncation glyph for
1381 multi-column characters that don't fit on the line.
1382
64388126
KH
13832001-01-13 Kenichi Handa <handa@etl.go.jp>
1384
1385 * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]: Define
1386 it instead of WORDS_BIGENDIAN. Caller changed.
1387
8edb0a6f
JR
13882001-01-13 Jason Rumney <jasonr@gnu.org>
1389
1390 * w32fns.c (Fimage_size, image_ascent, lookup_image)
1391 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec)
1392 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
1393 (tiff_format, gif_format, gs_format): Adapt to change of image
1394 margins.
1395
1396 * w32term.c (x_produce_image_glyph, x_draw_image_foreground)
1397 (x_draw_image_relief, x_draw_image_foreground_1)
1398 (x_draw_image_glyph_string): Adapt to change of image margins.
1399
1400 * w32.c (init_environment, sys_shutdown, sys_pipe): Remove unused
1401 variables.
1402
1403 * w32bdf.c (search_file_line, get_cached_font_char)
1404 (cache_char_offset, create_offscreen_bitmap): Remove unused variables.
1405
1406 * w32inevt.c (w32_console_toggle_lock_key): Add parentheses.
1407
1408 * w32fns.c (x_to_w32_color, x_set_icon_name, xlfd_strip_height)
1409 (w32_list_synthesized_fonts, lookup_image, Fx_file_dialog)
1410 (Fw32_send_sys_command): Remove unused variables.
1411 (w32_msg_pump): Add parentheses.
1412
1413 * w32term.c (w32_fill_rect, w32_read_socket, x_bitmap_icon)
1414 (x_new_fontset, x_calc_absolute_position, x_iconify_frame):
1415 Add parentheses.
1416
4956d1ef
GM
14172001-01-12 Gerd Moellmann <gerd@gnu.org>
1418
b30623be
GM
1419 * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin.
1420 (build_desired_tool_bar_string): Handle Vtool_bar_button_margin
1421 being a pair of margins.
1422 (syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins
1423 to DEFVAR_LISP. Extend doc.
1424
1425 * xfns.c (Fimage_size, image_ascent): Adapt to the change of image
1426 margins.
1427 (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
1428 pair of integers `(X . Y)', use X for the horizontal and Y for the
1429 vertical margin.
1430 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
1431 (parse_image_spec): Check it.
1432 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
1433 (tiff_format, gif_format, gs_format): Use
1434 IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
1435
1436 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
1437 (x_draw_image_relief, x_draw_image_foreground_1)
1438 (x_draw_image_glyph_string): Adapt to the change of image margins.
1439
1440 * dispextern.h (struct image): Replace member `margin' with
1441 `hmargin' and `vmargin'.
1442
4554cc79
GM
1443 * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
1444 and GLYPHS.
1445
1446 * dispnew.c (update_text_area): Put code which decrements the
1447 stop position when the row's face extends to the end of the
3bffc665 1448 line in #if 0.
4554cc79 1449
3cccce8d
GM
1450 * xfns.c (x_set_mouse_color): Fix color allocation.
1451
4956d1ef
GM
1452 * keyboard.c: Call get_local_map with new argument list.
1453
1454 * intervals.c (get_local_map): Change TYPE to Lisp_Object.
1455
1456 * intervals.h (enum map_property): Removed.
1457 (get_local_map): Change prototype.
1458
1459 * keymap.c: Call get_local_map with new argument list.
1460 (Fwhere_is_internal): Rename parameter XKEYMAP to KEYMAP.
1461
2c2ff7f2
GM
14622001-01-11 Gerd Moellmann <gerd@gnu.org>
1463
a23887b9
GM
1464 * xdisp.c (build_desired_tool_bar_string): Correct the computation
1465 of the size needed for the tool bar string. For the last image,
1466 use a `display' property that reaches to the end of the string.
1467
a7ee2d2e
GM
1468 * xselect.c (selection_request_dpyinfo): New variable.
1469 (x_handle_selection_request): Set it.
1470 (x_selection_request_lisp_error): Don't call
1471 x_decline_selection_request if selection request's display has
1472 been closed.
1473
2c2ff7f2
GM
1474 * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]: Do
1475 the unregister_colors before calling XFreeColors.
1476
457b792c
GM
14772001-01-10 Dave Love <fx@gnu.org>
1478
1479 * Makefile.in (${etc}DOC): Depend on ${shortlisp} and
1480 ${SOME_MACHINE_LISP}, not ${lisp}.
1481
c1efd260
GM
14822001-01-10 Gerd Moellmann <gerd@gnu.org>
1483
a98b5ed9 1484 * xdisp.c (display_line): On ttys, produce more than one
4554cc79 1485 truncation glyph for multi-column characters that don't fit on the
a98b5ed9
GM
1486 line.
1487
ac95a621
GM
1488 * xselect.c (x_reply_selection_request): Add a comment.
1489
c1efd260
GM
1490 * xfns.c (Fx_backspace_delete_keys_p): Use XkbGetMap and
1491 XkbGetNames instead of XkbGetKeyboard.
1492
1bfb1345
DL
14932001-01-10 Dave Love <fx@gnu.org>
1494
1495 * sysdep.c (random): Revert the declaration.
1496
38119822
GM
14972001-01-09 Gerd Moellmann <gerd@gnu.org>
1498
35f464a7
GM
1499 * lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]: Call
1500 function string_bytes.
1501 (GC_CHECK_STRING_BYTES): Moved here from alloc.c.
1502
1503 * alloc.c (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
1504 (check_sblock, string_bytes) [GC_CHECK_STRING_BYTES]: New functions.
1505 (check_string_bytes) [GC_CHECK_STRING_BYTES]: Add parameter ALL_P.
1506 (allocate_string) [GC_CHECK_STRING_BYTES]: Always check strings in
1507 the current sblock.
1508 (mark_object) [GC_CHECK_STRING_BYTES]: Use CHECK_STRING_BYTES.
1509 (gc_sweep) [GC_CHECK_STRING_BYTES]: Call check_string_bytes
1510 after sweeping strings, and at the end.
1511 (GC_CHECK_STRING_BYTES): Moved to lisp.h.
1512
38119822
GM
1513 * alloc.c (Fgarbage_collect): Use a record_unwind_protect to
1514 ensure that pop_message is called.
1515
1516 * keyboard.c (Fexecute_extended_command): Use a
1517 record_unwind_protect to ensure that pop_message is called.
1518
1519 * lisp.h (push_message_unwind): Add prototype.
1520
1521 * xdisp.c (push_message_unwind): New function.
1522
1523 * fileio.c (do_auto_save_unwind): Do the pop_message here
1524 instead of in Fdo_auto_save.
1525 (Fdo_auto_save): Don't call pop_message.
1526
f47a9ec4
KR
15272001-01-08 Ken Raeburn <raeburn@gnu.org>
1528
1529 * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I
1530 in inner block.
1531
a758f97d
GM
15322001-01-08 Gerd Moellmann <gerd@gnu.org>
1533
6d0afc03
GM
1534 * window.c (window_scroll_pixel_based): Adjust glyph matrices
1535 when increasing window's vscroll.
1536
a758f97d
GM
1537 * macros.c (Qkbd_macro_termination_hook): New variable.
1538 (syms_of_macros): Initialize and staticpro it.
1539 (pop_kbd_macro): Run kbd-macro-termination-hook.
1540
1541 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
1542
1bfb1345 15432001-01-07 Dave Love <fx@gnu.org>
64d4ec0f
DL
1544
1545 * keyboard.c (Fread_key_sequence_vector): Avoid newline in
1546 arglist, for documentation's sake.
1547
0dac6924
AI
15482001-01-06 Andrew Innes <andrewi@gnu.org>
1549
1550 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
1551 of *.pdb.
1552
8182406a
AI
15532001-01-05 Andrew Innes <andrewi@gnu.org>
1554
1555 * term.c (update_end): Don't check updating_frame; for some reason
1556 this can be 0 sometimes, such as after dismissing a popup menu,
1557 and isn't necessary given the explicit frame argument.
1558
3828218c
GM
15592001-01-05 Gerd Moellmann <gerd@gnu.org>
1560
1561 * sysdep.c: Don't prototype srandom; it takes an unsigned argument
1562 on some systems, and an unsigned long on others, like FreeBSD 4.1.
1563
2f5ded21
GM
15642001-01-04 Gerd Moellmann <gerd@gnu.org>
1565
1566 * xterm.c (clear_mouse_face): Don't return if tip_frame is
1567 non-nil.
1568
1569 * xfns.c (x_create_tip_frame): Preserve the value of
1570 face_change_count around the creation of the tip frame.
1571
1572 * xfns.c (last_show_tip_args): New variable.
1573 (compute_tip_xy): New function.
1574 (Fx_show_tip): Reuse an existing tip frame, if possible.
1575 (syms_of_xfns): Initialize and staticpro last_show_tip_args.
1576
dfad65fa
DL
15772001-01-04 Dave Love <fx@gnu.org>
1578
64d4ec0f
DL
1579 * editfns.c (Fformat): Doc fix.
1580
dfad65fa
DL
1581 * systime.h (set_file_times): Prototype.
1582
1583 * widget.h (EmacsFrameSetCharSize_): Prototype.
1584
1585 * sysdep.c (random, srandom): Declare explicitly.
1586
1587 * dispextern.h (move_it_vertically_backward): Declare.
1588
85fe3b5e
GM
15892001-01-04 Gerd Moellmann <gerd@gnu.org>
1590
0f2ac578
GM
1591 * xfns.c (x_create_tip_frame): Call face-set-after-frame-default,
1592 like in Fx_create_frame.
1593
482cca61
GM
1594 * xfaces.c (set_font_frame_param): Don't do anything for
1595 non-graphical frames.
1596
85fe3b5e
GM
1597 * window.c (Fdelete_other_windows): Set window's window_end_valid
1598 to nil when changing the window's start. Don't change the
1599 window's start when its top position hasn't changed. If we do,
1600 this will set the window's optional_new_start, which act's like a
1601 force_start during redisplay with C-x 1 M-> under particular
1602 circumstances (see report from Per Starback to emacs-pretest-bug
1603 from 2000-12-13.).
1604
3e99d3b4
GM
16052001-01-03 Gerd Moellmann <gerd@gnu.org>
1606
a77dc1ec
GM
1607 * xdisp.c (forward_to_next_line_start): Reset it->c if taking the
1608 short cut at the start of the function. Add an assertion.
1609 (reseat_at_next_visible_line_start): Add an assertion.
1610
2f3cad6c
GM
1611 * window.c (Frecenter): When changing the window start, set the
1612 window's window_end_valid to nil.
1613 (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
1614
1615 * dispextern.h (move_it_past_eol): Add prototype.
1616
1617 * xdisp.c (move_it_past_eol): New function.
1618
3e99d3b4
GM
1619 * window.c (Fwindow_end): Doc fix.
1620
16212001-01-03 Dave Love <fx@gnu.org>
1622
1623 * dired.c (Ffile_attributes): Fix last change, removing BSD4_3
1624 kluge.
1625
bafb434c
GM
16262001-01-03 Gerd Moellmann <gerd@gnu.org>
1627
1628 * xdisp.c (try_window_reusing_current_matrix): Fix bug setting
1629 the enabled_p flag of the glyph row at window_end_vpos to 0.
1630 (handle_single_display_prop): Fix last change.
1631
5297fb00
RS
16322001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1633
1634 * window.c (Frecenter): Doc fix.
1635
13d6a61c
AI
16362001-01-02 Andrew Innes <andrewi@gnu.org>
1637
1638 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
1639
1640 * frame.h (output_method): Add output_w32_console method.
1641 (FRAME_W32_CONSOLE_P): New macro.
1642
1643 * frame.c (make_terminal_frame) [WINDOWSNT]: Make terminal frames
1644 use output_w32_console method.
1645 (Qw32_console): New Lisp_Object.
1646 (Fframep): Return it.
1647 (syms_of_frame): Init it.
1648 (Fframe_parameters): Report w32console as font for w32_console
1649 frames.
1650
1651 * xfaces.c (realize_default_face): Set face foreground and
1652 background to unspecified for w32_console frames.
1653 (realize_face): Realize face cache for w32_console frames.
1654 (realize_tty_face): Accept w32_console frames.
1655
1656 * xdisp.c (handle_single_display_prop): Return if frame is
1657 w32_console.
1658 (init_iterator) [WINDOWSNT]: Initialize frame face cache if
1659 necessary, even if running interactively.
1660
1661 * dispnew.c (Fredraw_frame): Call set_terminal_modes for
1662 w32_console frames.
1663
1664 * w32term.c (x_update_begin):
1665 (x_update_end):
1666 (x_clear_frame):
1667 (x_ins_del_lines):
1668 (x_change_line_highlight):
1669 (x_delete_glyphs):
1670 (w32_ring_bell):
1671 (x_update_begin):
1672 (x_update_end):
1673 (w32_reassert_line_highlight):
1674 (w32_frame_rehighlight):
1675 (w32_frame_raise_lower): Do nothing if not w32 frame.
1676
1677 * w32xfns.c (get_frame_dc): Abort if called on a non-w32 frame.
1678
1679 * w32fns.c (Fx_display_color_cells): Determine correct value, when
1680 system doesn't tell us directly.
1681 (Fx_display_visual_class): Implement properly.
1682
d6bb0c0d
GM
16832001-01-02 Gerd Moellmann <gerd@gnu.org>
1684
1685 * window.c (Frecenter): Handle centering in graphical frames
1686 specially. Centering on the basis of line counts doesn't work
1687 reliably with variable-height lines.
1688
315f5865
EZ
16892001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1690
1691 * widget.c (EmacsFrameSetCharSize): Remove unused variables `ac'
1692 and al[].
1693
1694 * composite.c (run_composition_function): Remove unused variable
1695 `val'.
1696 (update_compositions): Remove unused variable `hook'.
1697
1698 * intervals.c (get_local_map): Remove unused variable `tem'.
1699
1700 * doprnt.c (doprnt1): Remove unused variable `size'.
1701
1702 * fns.c (Flength): Remove unused variable `tail'.
1703 (Fdelete): Remove unused variable `size'.
1704
1705 * editfns.c (Ftranspose_regions): Remove unused variables `gcpro1'
1706 and `gcpro2'.
1707
1708 * doc.c (Fsnarf_documentation): Remove unused variables `fun' and
1709 `tem'.
1710
1711 * data.c (find_symbol_value): Remove extra 3rd argument in the
1712 call to swap_in_symval_forwarding.
1713
1714 * undo.c (Fprimitive_undo): Remove unused block-scope variable
1715 `end'.
1716
1717 * search.c (shrink_regexp_cache): Remove unused variable `cpp'.
1718 (trivial_regexp_p): Remove unused variable `c'.
1719 (boyer_moore): Remove unused variable `k'.
1720
1721 * indent.c (current_column): Remove unused variable `stopchar'.
1722 (Fcompute_motion): Remove unused variable `contin'.
1723
1724 * casefiddle.c (casify_object): Remove unused variable `tolen'.
1725
1726 * dired.c (directory_files_internal): Fix a typo in a comment.
1727 Remove an unused variable `handler'.
1728 (file_name_completion): Remove unused function-scope variable
1729 `dp'.
1730 (Ffile_attributes) <dirname, sdir>: Make declarations conditioned
1731 on BSD4_2.
1732
1733 * fileio.c (e_write): Remove unused variable
1734 `require_encoding_p'.
1735
1736 * marker.c (Fmarker_position): Remove unused variables `pos', `i',
1737 and `buf'.
1738 (Fmarker_insertion_type): Remove unused variable `buf'.
1739
1740 * insdel.c (make_gap): Remove unused variable `result'.
1741
1742 * keyboard.c (record_char): Remove unused function-scope variable
1743 `help'.
1744 (kbd_buffer_get_event): Remove unused block-scope variable `idx'.
1745 (menu_bar_items): Remove unused function-scope variable `tem'.
1746
1747 * fontset.c (fontset_ref): Remove unused variable `i'.
1748 (fontset_set): Remove unused variables `j' and `tmp'.
1749 (make_fontset): Remove unused variables `i', `j', `elt' and
1750 `base_elt'.
1751 (make_fontset_for_ascii_face): Remove unused variable `name'.
1752 (fs_load_font): Remove unused variable `font_idx'.
1753 (fs_query_fontset): Remove unused function-local variable
1754 `fontset'.
1755 (list_fontsets): Remove unused variable `tail'.
1756 (Fnew_fontset): Remove unused variables `family' and `registry'.
1757 (accumulate_font_info): Remove unused variable `tmp'.
1758 (Ffontset_font): Remove unused variable `id'.
1759 (syms_of_fontset): Remove unused variable `i'.
1760
1761 * xfns.c (x_display_info_for_name): Cast 0 to "char *" in the call
1762 to x_term_init.
1763 (lookup_image): Remove unused variable `file'.
1764 (xbm_load): Remove unused variables `bitmap_data', `height', and
1765 `width'. Remove function-local variable `i', leave the
1766 block-local one.
1767 (gif_load): Remove unused variable `inc'.
1768
1769 * xterm.c (XTread_socket): Remove unused variables `p' and
1770 `pend'.
1771 (XTread_socket) <LeaveNotify>: Remove unused variable `frame',
1772 leave only the one in the inner block.
1773
1774 * xfaces.c (face_fontset, realize_default_face): Remove unused
1775 variable `fontset'.
1776 (face_at_buffer_position): Remove unused variable `multibyte_p'.
1777
1778 * term.c (encode_terminal_code): Remove unused variable `c'.
1779
1780 * ccl.c (Fccl_execute): Cast ccl_driver parameters to `unsigned
1781 char *' instead of `char *'.
1782
1783 * category.c (Fcategory_docstring): Remove unused variable `doc'.
1784 (Fget_unused_category): Remove unused variable
1785 `docstring_vector'.
1786 (Fchar_category_set): Remove unused variables `val', `charset',
1787 `c1' and `c2'.
1788
1789 * coding.c (detect_coding_iso2022, setup_coding_system): Remove
1790 unused variable `i'.
1791 (detect_coding_mask): Remove unused variable `idx'.
1792 (detect_coding): Remove unused variable `i'.
1793 (ccl_coding_driver): Remove unused variable `result'.
1794 (run_pre_post_conversion_on_str): Remove unused variable `prev'.
1795 (decode_coding_string): Remove unused variables `to' and
1796 `gcpro1'.
1797 (encode_coding_string): Remove unused variables `gcpro1' and
1798 `saved_coding_symbol'.
1799 (Ffind_coding_systems_region_internal): Remove function-local
1800 variable args[], leave only the block-local one.
1801 (code_convert_region1): Remove unused variable `len'.
1802
1803 * charset.c (char_printable_p): Remove unused variable `chars'.
1804 (Fsplit_char, Fchar_bytes): Remove unused variable `val'.
1805 (str_to_multibyte): Remove unused variable `c'.
1806
1807 * window.c (size_window): Remove block-local variable `min_size'.
1808
1809 * xdisp.c (make_cursor_line_fully_visible): Remove unused variable
1810 `header_line_height'.
1811 (append_space, extend_face_to_end_of_line): Declare `saved_what'
1812 enum display_element_type.
1813
1a8a9daf
GM
18142001-01-02 Gerd Moellmann <gerd@gnu.org>
1815
6dde6abc
GM
1816 * xterm.c (x_connection_closed): Catch X errors around all
1817 statements that call X. Save away the error message in a local
1818 copy.
1819
1883b2c6
GM
1820 * xterm.c (x_connection_closed): Set handling_signal to 0 at
1821 the start.
1822
a13be207
GM
1823 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
1824 in or at the start of invisible text.
1825
1a8a9daf
GM
1826 * dispnew.c (update_window): Don't check_current_matrix_flags.
1827
3608c0f9
JR
18282001-01-01 Jason Rumney <jasonr@gnu.org>
1829
1830 * w32fns.c (x_figure_window_size): Do not allow new_height and
1831 new_width of frame to override specified values.
1832
abb1acc4
KH
18332000-12-30 Kenichi Handa <handa@etl.go.jp>
1834
d279f620
KH
1835 * composite.c (find_composition): Fix a code for searching
1836 backward.
abb1acc4 1837
762a68ec
GM
18382000-12-29 Gerd Moellmann <gerd@gnu.org>
1839
9c8b8382
GM
1840 * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New
1841 function.
1842 (update_window) [GLYPH_DEBUG]: Call it.
1843 (scrolling_window): Prevent including current rows which are below
1844 what's displayed in the window.
1845
1846 * xdisp.c (try_window_reusing_current_matrix)
1847 <new start <= old start>: Disable rows in the current matrix
1848 which are below the window after scrolling.
1849
762a68ec
GM
1850 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
1851 is zero. It's not worth the complexity.
1852 (invisible_text_between_p): Put in #if 0 because unused.
1853
2d5912c1
GM
18542000-12-28 Gerd Moellmann <gerd@gnu.org>
1855
46f6a258
GM
1856 * xfns.c (Fx_backspace_delete_keys_p): Check library and server
1857 XKB versions. Call XkbFreeKeyboard with 2nd arg 0.
1858
89f93679
GM
1859 * keyboard.c (echo_char): If C is an integer, always call
1860 push_key_description. Former code could signal an invalid
1861 character error.
1862
1863 * keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
1864 If set, print multibyte text.
1865 (Fsingle_key_description): Call push_key_description with
1866 FORCE_MULTIBYTE set.
1867 (describe_buffer_bindings): Likewise.
1868
1869 * lisp.h (push_key_description): Add prototype.
1870
c06017fb
GM
1871 * xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
1872 around the call to redisplay_internal.
1873
f1d2ce7f
GM
1874 * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
1875
2d5912c1
GM
1876 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
1877
9371f831
KH
18782000-12-28 Kenichi Handa <handa@etl.go.jp>
1879
1880 * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
1881 (ccl_driver): New local variable `extra_bytes'.
1882
1883 * ccl.h (struct ccl_spec): New member eight_bit_carryover.
1884
1885 * coding.c (setup_coding_system): Initialize
1886 coding->spec.ccl.eight_bit_carryover.
1887 (ccl_coding_driver): Pay attention to carried over 8-bit bytes.
1888
0c80628a
KH
18892000-12-28 Kenichi Handa <handa@etl.go.jp>
1890
1891 * coding.c (SAFE_ONE_MORE_BYTE): New macro.
1892 (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
1893 (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
1894 (decode_composition_emacs_mule): New function.
1895 (decode_coding_emacs_mule): Decode composition sequence by calling
1896 decode_composition_emacs_mule.
1897 (ENCODE_COMPOSITION_EMACS_MULE): New macro.
1898 (encode_coding_emacs_mule): Changed from macro to function. If
2d5912c1 1899 a text contains compositions, encode them correctly.
0c80628a
KH
1900 (setup_coding_system): Set coding->commong_flags for emacs-mule so
1901 that decoding and encoding are required.
1902
3e32cc27
GM
19032000-12-27 Gerd Moellmann <gerd@gnu.org>
1904
5e25feee
GM
1905 * xfaces.c (PT_PER_INCH): New macro.
1906 (xlfd_point_size): Compute real point size from font's pixel size.
1907 (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
1908 instead of 72.
1909
892d8fcd
GM
1910 * .gdbinit: Comment out the line pointing to the Lesstif source
1911 directory.
1912
12c8b416
GM
1913 * window.c (Frecenter): Use displayed_window_lines instead
1914 of window_internal_height.
1915
6061fbf0
GM
1916 * xterm.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
1917 instead of x-toolkit-scroll-bars-p.
1918 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
1919
1920 * w32term.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
1921 instead of x-toolkit-scroll-bars-p.
1922 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
1923
3e32cc27
GM
1924 * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New.
1925 (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
1926 (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]: New
1927 variables.
1928 (add_window_display_history, add_frame_display_history)
1929 (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
1930 (build_frame_matrix_from_leaf_window): Remove unused code.
1931 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
1932 redisplay history.
1933 (update_frame) [GLYPH_DEBUG]: Add to redisplay history.
1934 (update_window) [GLYPH_DEBUG]: Likewise.
1935 (syms_of_display): Defsubr dump-redisplay-history.
1936
31798cfe
GM
19372000-12-23 Gerd Moellmann <gerd@gnu.org>
1938
f717c2ba
GM
1939 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
1940 the end of the prompt. Set echo_after_prompt to the offset
1941 of echoptr in echobuf.
1942
aeb2b8fc
GM
1943 * xdisp.c (init_from_display_pos): Pop until the iterator's
1944 stack is empty; there may be frames for stretch or images
1945 on the stack.
1946
31798cfe
GM
1947 * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed.
1948 (save_or_restore_current_matrix): New function for the same
1949 purpose, but more efficient.
1950 (adjust_frame_glyphs_for_frame_redisplay): Use it.
1951
f8156156
EZ
19522000-12-23 Eli Zaretskii <eliz@is.elta.co.il>
1953
1954 * xdisp.c (syms_of_xdisp): Fix last change.
1955
bdd6d4e8
GM
19562000-12-23 Gerd Moellmann <gerd@gnu.org>
1957
1958 * xdisp.c (syms_of_xdisp): Doc fix.
1959
1960 * xdisp.c (redisplay_window): Remove label restore_buffers;
1961 use finish_scroll_bars instead to make sure that scroll bars
1962 are redeemed. If we don't do this, flickering can result from
1963 scroll bars being destroyed and recreated.
1964
9436cdf9
JR
19652000-12-22 Jason Rumney <jasonr@gnu.org>
1966
1967 * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear
1968 in the wrong colors when the foreground is not black.
1969 (expose_window): Don't redraw the window that's currently being
1970 updated.
1971
951f9df5
GM
19722000-12-22 Gerd Moellmann <gerd@gnu.org>
1973
856ff7a7
GM
1974 * window.c (size_window): When setting the window's too_small_ok
1975 flag, compare old size with minimum size depending on WIDTH_P,
1976 don't compare with window_min_width.
1977
951f9df5
GM
1978 * window.c (delete_window): Simplify somewhat.
1979 (Fset_window_configuration): Don't SET_FRAME_GARBAGED after
1980 freeing window matrices. The flag windows_or_buffers_changed is
1981 set, so the next redisplay will consider all windows; this should
1982 suffice.
1983
886bc933
KH
19842000-12-22 Kenichi Handa <handa@etl.go.jp>
1985
1986 * coding.c (ccl_coding_driver): Initialize ccl->cr_consumed.
1987
1988 * ccl.h (struct ccl_program): New member cr_consumed.
1989
1990 * ccl.c (CCL_WRITE_CHAR): Don't handle EOL conversion here.
1991 (CCL_READ_CHAR): Handle EOL conversion here.
1992 (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
1993
177f4e88
GM
19942000-12-21 Gerd Moellmann <gerd@gnu.org>
1995
6ba384dc
GM
1996 * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg
1997 GLYPHS.
1998
1999 * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths,
2000 otherwise tabs of different size compare equal.
2001
2002 * callint.c (Fcall_interactively): Prevent a compiler warning.
2003
2004 * print.c (print_unwind): Return nil.
2005 (PRINTDECLARE): Initialize all local variables.
2006 (print_preprocess): Add a default case.
2007
8e15274f
GM
2008 * lisp.h (Qinhibit_point_motion_hooks): Declare extern.
2009
2010 * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
2011
177f4e88
GM
2012 * window.c (delete_window, Fsplit_window)
2013 (Fset_window_configuration): Calls to ensure_frame_matrix removed.
2014
2015 * dispextern.h (ensure_frame_matrix): Function declaration removed.
2016
2017 * dispnew.c (ensure_frame_matrix): Removed.
2018 (save_frame_matrix, restore_frame_matrix): New functions.
2019 (adjust_frame_glyphs_for_frame_redisplay): Use them.
2020
2021 * xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
2022 [GLYPH_DEBUG]: Extended to dump glyphs in short form.
2023
99012074
AI
20242000-12-21 Andrew Innes <andrewi@gnu.org>
2025
2026 * w32term.c (x_update_begin): Regenerate the palette here, rather
2027 than for each window.
2028
2029 * w32xfns.c (select_palette): Avoid calling SelectPalette if
2030 palette is NULL, since this corrupts memory! Also get
2031 display_info reference from frame.
2032
29ef7d2d
JR
20332000-12-21 Jason Rumney <jasonr@gnu.org>
2034
2035 * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap.
2036
2037 * w32term.c (x_draw_hollow_cursor): Delay obtaining the frame's DC
2038 to avoid returning without releasing it.
3e27fa1f 2039
3f9d67a6
KH
20402000-12-21 Kenichi Handa <handa@etl.go.jp>
2041
587fc3f9
KH
2042 * keymap.c (push_key_description): Don't convert eight-bit-control
2043 and eight-bit-graphic to multibyte character.
2044
3f9d67a6
KH
2045 * charset.c (Fmake_char_internal): If CHARSET doesn't have a
2046 generic character and CODE1 is nil, return the smallest character
2047 in CHARSET.
2048
774ba8c9
DL
20492000-12-20 Dave Love <fx@gnu.org>
2050
2051 * s/osf5-0.h (NSIG): Don't redefine.
2052
88416888
SM
20532000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2054
2055 * keymap.c (where_is_internal): Check ascii_sequence_p rather than
2056 excluding menu-bar and tool-bar.
2057 (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
2058 (menu_item_p): Remove.
2059 (where_is_internal_1): Don't ignore menu-items.
2060
a6426c6f
GM
20612000-12-20 Gerd Moellmann <gerd@gnu.org>
2062
03ff8aab
GM
2063 * xdisp.c (hscroll_window_tree): Take window's min_hscroll
2064 into account.
2065
2066 * window.c (make_window): Initialize window's min_hscroll.
2067 (Fset_window_hscroll): Set window's hscroll and min_hscroll.
2068 (set_window_buffer, temp_output_buffer_show): Set min_hscroll
2069 to zero.
2070 (struct saved_window): New member min_hscroll.
2071 (SAVED_WINDOW_VECTOR_SIZE): Set to 17.
2072 (Fset_window_configuration): Set window's min_hscroll.
2073 (save_window_save): Save window's min_hscroll.
2074 (compare_window_configurations): Compare min_hscroll values.
2075
2076 * window.h (struct window): New member min_hscroll.
2077
2078 * keyboard.c (echo_prompt): Prevent a compiler warning.
2079
8de4aaf8
GM
2080 * xdisp.c (try_cursor_movement): Fix last change. The real
2081 condition is that PT is at the end of the row, and should
2082 be displayed at the start of the next row.
2083
3f7e3031
GM
2084 * xdisp.c (try_cursor_movement): If we end on a partially
2085 visible line, end we already decided to scroll, return -1.
2086
a6426c6f
GM
2087 * dispextern.h (ensure_frame_matrix): Add prototype.
2088
2089 * window.c (delete_window, Fsplit_window)
2090 (Fset_window_configuration): Call ensure_frame_matrix.
2091
2092 * dispnew.c (fake_current_matrices, ensure_frame_matrix): New
2093 functions.
2094 (adjust_frame_glyphs_for_frame_redisplay): If display has been
2095 completed, call fake_current_matrices instead of marking frame
2096 garbaged.
2097
57fa2774
JR
20982000-12-20 Jason Rumney <jasonr@gnu.org>
2099
2100 * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
2101
d925df90
EZ
21022000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2103
2104 * fns.c (Frequire): Doc fix.
2105
7b93a85b
GM
21062000-12-19 Gerd Moellmann <gerd@gnu.org>
2107
71d4497a
GM
2108 * window.c (window_scroll_pixel_based): Don't use
2109 move_it_vertically.
2110
c74e645b
GM
2111 * dispnew.c (direct_output_for_insert): Fix check for mini-window
2112 currently displaying a message.
2113
7b93a85b
GM
2114 * bytecode.c (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
2115 xterm.h.
2116 (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
2117
90d97e64
AI
21182000-12-18 Andrew Innes <andrewi@gnu.org>
2119
2120 * w32.c (w32_strerror): New function.
2121
2122 * w32.h (w32_strerror): New extern.
2123
2124 * w32fns.c (Fw32_shell_execute): Use it.
2125
91c9e6ce
GM
21262000-12-18 Gerd Moellmann <gerd@gnu.org>
2127
2128 * s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
2129
6f4745e2
EZ
21302000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2131
2132 * msdos.c (IT_set_face): Obey inverse_video.
2133
c9e088ce
KH
21342000-12-18 Kenichi Handa <handa@etl.go.jp>
2135
2136 * dired.c (directory_files_internal): Always return decoded filenames.
2137
c3695f5f
GM
21382000-12-18 Gerd Moellmann <gerd@gnu.org>
2139
52d8e4ff
GM
2140 * xterm.c (x_connection_closed): Prevent being called recursively
2141 because of an error condition in XtCloseDisplay.
2142
62be9979
GM
2143 * xdisp.c (init_iterator): If noninteractive, and the frame's
2144 face cache is null, make one.
2145
5f7a1890
GM
2146 * xfns.c (show_busy_cursor): Check for live frames more
2147 thoroughly.
2148
c3695f5f
GM
2149 * process.c (wait_reading_process_input): Check for pending
2150 input when running timers.
2151
78555fbe
EZ
21522000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * msdos.c (IT_write_glyphs): Compute the glyph face from
2155 str->face_id.
2156
b2b36264
KH
21572000-12-18 Kenichi Handa <handa@etl.go.jp>
2158
2159 * process.c (read_process_output): Don't run a filter if the code
2160 decoder produces nothing but carryover.
2161
9c543fbf
AI
21622000-12-17 Andrew Innes <andrewi@gnu.org>
2163
2164 * w32.c (sys_rename): Only check errno against EEXIST, and not
2165 EACCES, when determining whether rename failed because the target
2166 exists. This was resulting in indefinite looping on Windows 9x if
2167 the source file was locked by another process.
2168
2169 * w32fns.c (Ffile_system_info): New function.
2170 (syms_of_w32fns): Defsubr it.
2171
10c2b5a8
GM
21722000-12-17 Gerd Moellmann <gerd@gnu.org>
2173
b0228ace
GM
2174 * window.c (coordinates_in_window): Fix computation for
2175 position on vertical line between mode lines.
2176
10c2b5a8
GM
2177 * xfns.c (unwind_create_frame): Return t if frame was deleted.
2178 Don't alter tip_frame or tip_window.
2179 (unwind_create_tip_frame): Set tip_frame to nil only if frame
2180 was deleted.
2181
c844a81a
GM
2182 * w32fns.c (unwind_create_frame): Return t if frame was deleted.
2183 Don't alter tip_frame or tip_window.
2184 (unwind_create_tip_frame): Set tip_frame to nil only if frame
2185 was deleted.
2186
6c825f8e
EZ
21872000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2188
2189 * fileio.c (Fcopy_file): Rename the last argument to keep_time, to
2190 be consistent with the doc string. Reported by NAKAJIMA Mikio
2191 <minakaji@osaka.email.ne.jp>.
2192
af4bb4c8
KH
21932000-12-16 Kenichi Handa <handa@etl.go.jp>
2194
2195 * xfaces.c (Vface_ignored_fonts): New variable.
2196 (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
2197 (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
2198
8062e53a
GM
21992000-12-15 Gerd Moellmann <gerd@gnu.org>
2200
e87b8809
GM
2201 * dispnew.c (update_window): Detect pending input every nth line
2202 updated, i.e. do it depending on real work done, and not on the
2203 vpos of the line.
2204
2205 * xterm.c (expose_window): Don't redraw the window that's
2206 currently being updated.
2207
a6768cc5
GM
2208 * window.c (Fset_window_point): Remove test for
2209 cursor_in_non_selected_windows.
2210
4ea7fdca
GM
2211 * lread.c (read1): Recognize end of file after `\\'.
2212
8062e53a
GM
2213 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
2214 not unwind_create_frame.
2215
bb7959c1
GM
22162000-12-15 Dave Love <fx@gnu.org>
2217
2218 * s/usg5-4.h (bcopy) [IRIX6]: Don't special-case definition of
2219 bcopy & al.
2220
2221 * s/irix6-5.h: #undef bcopy & al here. Include strings.h.
2222
ced04c42
KH
22232000-12-15 Kenichi Handa <handa@etl.go.jp>
2224
c5443913
KH
2225 * coding.c (setup_coding_system): Clear all members of the struct
2226 coding_system at first.
bc137305
KH
2227 (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
2228 argument.
2229 (code_convert_region): Don't override coding->src_multibyte and
2230 coding->dst_multibyte.
c5443913 2231
ced04c42
KH
2232 * fns.c (Fmd5): Docstring improved.
2233
c2d7f289
MB
22342000-12-15 Miles Bader <miles@gnu.org>
2235
2236 * xdisp.c (window_box_height): Only use mode-line glyph-rows that
2237 are actually marked as mode-lines; otherwise use
2238 estimate_mode_line_height.
2239
9d7d9263
GM
22402000-12-14 Gerd Moellmann <gerd@gnu.org>
2241
2242 * editfns.c (Fformat): Prevent a buffer overrun when the format
2243 specifies a precision.
2244
7cf0153a
EZ
22452000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2246
2247 * msdos.c (Fmsdos_set_mouse_buttons): Signal an error if the
2248 argument is outside the range [2..3].
2249
1de0f662
AI
22502000-12-14 Andrew Innes <andrewi@gnu.org>
2251
2252 * w32fns.c (Fx_hide_tip): Avoid unnecessary work when there's
2253 nothing to do. Bind inhibit-quit.
2254 (tip_frame): Make it a Lisp_Object.
2255 (x_create_tip_frame): Set tip_frame after it has been added to
2256 Vframe_list.
2257 (Fx_show_tip): Don't set tip_frame here.
2258 (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New
2259 variables.
2260 (unwind_create_frame, unwind_create_tip_frame): New functions.
2261 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
2262 while a frame is only partially constructed.
2263
2264 * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
2265 (x_free_frame_resources): New function.
2266 (x_destroy_window): Use it.
2267
02387dcc
GM
22682000-12-14 Gerd Moellmann <gerd@gnu.org>
2269
2270 * xfns.c (Fx_backspace_delete_keys_p): New function.
2271 (syms_of_xfns): Defsubr it.
2272
2273 * config.in (HAVE_XKBGETKEYBOARD): Add.
2274
0544ef49
KH
22752000-12-14 Kenichi Handa <handa@etl.go.jp>
2276
98d62747
KH
2277 * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
2278 Always store string in multibyte representation in echobuf.
2279 (echo_char): Always store string in multibyte representation in
2280 echobuf.
2281 (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
2282 (read_key_sequence): Adjusted for the change of echo_prompt.
2283
a20193cd
KH
2284 * fns.c (Fmd5): Docstring improved.
2285
191b83b6
KH
2286 * lisp.h (detect_coding_system): Prototype adjusted.
2287
0544ef49
KH
2288 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
2289 (detect_coding_emacs_mule, detect_coding_iso2022,)
2290 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
2291 (detect_coding_utf_16, detect_coding_ccl): Make them static. New
2292 argument MULTIBYTEP. Callers changed.
2293 (detect_coding_mask, detect_coding_system): New argument
2294 MULTIBYTEP. Callers changed.
1da1bb05
KH
2295 (decode_coding_string): Set coding->src_multibyte and
2296 coding->dst_multibyte before calling detect_coding and detect_eol.
2297 Update them after some coding system is detected.
2298
d5b3eb1b
SM
22992000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2300
2301 * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.
2302
2303 * keyboard.c (menu_bar_items, tool_bar_items):
2304 Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
2305
f7f8bb69
GM
23062000-12-13 Gerd Moellmann <gerd@gnu.org>
2307
19f71add
GM
2308 * xfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
2309 New variables.
2310 (unwind_create_frame, unwind_create_tip_frame): New functions.
2311 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
2312 while a frame is only partially constructed.
2313
2314 * xterm.h (x_free_frame_resources): Declare.
2315
2316 * xterm.c (x_free_frame_resources): New function.
2317 (x_destroy_window): Use it.
2318
e10da507
GM
2319 * dispnew.c (update_window): If do_mouse_tracking is non-nil,
2320 don't interrupt the update for pending input initially, i.e.
2321 update at least some lines.
2322
2323 * keyboard.c (do_mouse_tracking): Make externally visible.
2324
d5b3eb1b 2325 * xterm.c (x_term_init): Declare gray_bitmap_bits as `extern char *'.
f7f8bb69
GM
2326
2327 * xfns.c (gray_bitmap_bits): Declare `char *'.
2328
90aa2856
GM
23292000-12-12 Gerd Moellmann <gerd@gnu.org>
2330
2331 * xdisp.c (display_tool_bar_line): Make sure that tool bar
2332 lines start with a relief line.
2333
a308c9cd
DL
23342000-12-12 Dave Love <fx@gnu.org>
2335
2336 * window.c (Fdisplay_buffer): Doc fix.
2337 (Fwindow_list): Remove unused var.
2338
2339 * buffer.h (mmap_set_vars): Declare.
2340
2341 * window.h (Fset_window_point): Declare.
2342
d575011f
EZ
23432000-12-12 Eli Zaretskii <eliz@is.elta.co.il>
2344
bf6282d2 2345 * msdos.c (fast_find_position): Don't overstep the last window row.
d575011f
EZ
2346 (IT_note_mouse_highlight): Initialize portion to -1. Remove
2347 unused variable `area'. When looking for a row under (X,Y), give
2348 up if some of the previous rows is not enabled.
2349
ecf4d726
GM
23502000-12-12 Gerd Moellmann <gerd@gnu.org>
2351
2ebf6139
GM
2352 * window.c (Fset_window_point): If displaying cursors in windows
2353 other than the selected window, make sure redisplay updates
2354 other windows to show the new value of point in the window.
2355
2356 * dispextern.h (cursor_in_non_selected_windows): Declare extern.
2357
bfdb75ee
GM
2358 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
2359 the buffer is the sole visible buffer when in the mini-buffer.
2360
4fdbd809
GM
2361 * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
2362 Bind `inhibit-read-only' to t.
2363 (unwind_with_echo_area_buffer): Use AREF.
2364
c0006262
GM
2365 * xfns.c (Fx_hide_tip): Simplified.
2366
e9a59cad
GM
2367 * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use
2368 GC_MAKE_GCPROS_NOOPS instead of `1'.
2369
ecf4d726
GM
2370 * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
2371
e5959a9a
GM
23722000-12-11 Gerd Moellmann <gerd@gnu.org>
2373
a3642e49
GM
2374 * xfns.c (Fx_hide_tip): Fix last change.
2375
44b5a125
GM
2376 * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
2377 nothing to do. Bind inhibit-quit.
2378 (tip_frame): Make it a Lisp_Object.
2379 (x_create_tip_frame): Set tip_frame after it has been added to
2380 Vframe_list.
2381 (Fx_show_tip): Don't set tip_frame here.
2382
2383 * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
2384
2385 * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
2386 Lisp_Object.
2387
2388 * dispextern.h: Change external declaration of tip_frame.
2389
d990421f
GM
2390 * keymap.c (Fkey_description): If KEYS is an empty key sequence,
2391 return an empty string.
2392
4db87380
GM
2393 * xdisp.c (try_cursor_movement): Check update_mode_lines instead
2394 of the window's update_mode_line flag, since the former is set by
2395 force-mode-line-update, not the latter. This makes
2396 column-number-mode slightly faster.
2397
e5959a9a
GM
2398 * xdisp.c (try_window_id) <all changes above window start>:
2399 Set the cursor.
2400
169fe44e
GM
24012000-12-11 Paul Eggert <eggert@twinsun.com>
2402
2403 * config.in (HAVE_FTELLO): Remove.
2404 (HAVE_FSEEKO): Add.
2405 (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
2406 * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
2407 HAVE_FTELLO.
2408 * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
2409 * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
2410
59ec59ae
MB
24112000-12-11 Miles Bader <miles@gnu.org>
2412
2413 * window.c (displayed_window_lines): Don't round up when
2414 converting empty space at bottom to lines.
ff904dd6
MB
2415 Handle non-newline-terminated final lines properly.
2416 (Fwindow_text_height): New function (used to be in lisp).
2417 (syms_of_window): Initialize it.
59ec59ae 2418
42ebfa31
SM
24192000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2420
2421 * syntax.c (scan_lists): Check that the right quote char has the
2422 right Sstring syntax when jumping over strings.
2423 (init_syntax_once): Use Smax rather than 13.
2424
5cdb3cf3
MB
24252000-12-09 Miles Bader <miles@gnu.org>
2426
2427 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter
2428 with PARTIALLY, inverting the sense.
2429 (window_scroll_pixel_based): Scroll partially visible lines into
2430 place if we hit the beginning or end of the buffer.
a12167c5
MB
2431 (displayed_window_lines): Don't include partially visible lines.
2432 (Fmove_to_window_line): Skip past any partially visible first line.
5cdb3cf3 2433
842b2a94
GM
24342000-12-08 Gerd Moellmann <gerd@gnu.org>
2435
2436 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
2437
2438 * tparam.c (tparam1): Change the way buffers are reallocated to be
2439 portable and less obfuscated.
2440
2441 * termcap.c (tgetent): Change the way buffers are reallocated to
2442 be portable and less obfuscated.
2443
2444 * macros.c (store_kbd_macro_char): Change the way buffers are
2445 reallocated to be portable and less obfuscated.
2446
2447 * lread.c (read1): Change the way buffers are reallocated to be
2448 portable and less obfuscated.
2449
2450 * doc.c (Fsubstitute_command_keys): Change the way buffers
2451 are reallocated so that it is portable.
2452
137cad7c
EZ
24532000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2454
2455 * dosfns.c (Ffile_system_info): New function.
2456 (syms_of_dosfns): Defsubr it.
2457
5c7f629c
SM
24582000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2459
2460 * alloc.c (gc_sweep): Add comment.
2461
959e647d
GM
24622000-12-07 Gerd Moellmann <gerd@gnu.org>
2463
28fcb7dc
GM
2464 * sound.c (vox_configure): Change order of ioctls. Don't
2465 set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
2466 Ignore errors when changing volume.
2467 (vox_close): Don't reset the device.
2468
926b7e5e
GM
2469 * process.c (read_process_output): Make sure the process marker's
2470 position is valid when the process buffer is changed in
2471 after-change functions. W3 does that.
2472
959e647d
GM
2473 * xfns.c (x_free_gcs): New function.
2474
2475 * xterm.h (x_free_gcs): Add prototype.
2476
2477 * widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
2478 freeing GCs here.
2479
2480 * xterm.c (x_destroy_window): Call x_free_gcs so that
2481 resources of non-toolkit X windows will be freed.
2482
478ea067
AI
24832000-12-07 Andrew Innes <andrewi@gnu.org>
2484
2485 * w32fns.c (xlfd_charset_of_font): Fix last change.
2486
fbee3231
DL
24872000-12-06 Dave Love <fx@gnu.org>
2488
67292061
DL
2489 * md5.h (__P): Don't define -- it comes from config.h.
2490
fbee3231
DL
2491 * strftime.c: Change some #if foo to #ifdef foo.
2492
4ee87dbb
AI
24932000-12-06 Andrew Innes <andrewi@gnu.org>
2494
2495 * w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
2496
2497 * w32fns.c (xlfd_charset_of_font): Don't overwrite fontname
2498 argument.
2499 (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
2500 (w32_list_fonts): Don't choke if pattern doesn't specify a
2501 codepage.
2502
9765b4a4
GM
25032000-12-06 Gerd Moellmann <gerd@gnu.org>
2504
d285b373
GM
2505 * alloc.c (gc_sweep): Prevent symbols read during loadup
2506 from being freed.
2507
384333ee
GM
2508 * xdisp.c (underlying_face_id): New function.
2509 (handle_face_prop, face_before_or_after_it_pos): Use it
2510 to determine the face ``under'' a string. Let strings inherit
2511 the face of the buffer under them.
2512
2513 * xfaces.c (face_at_string_position): Update function comment.
2514
d4b72d58
GM
2515 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
2516 matrix if the window's left position has changed; we need to
2517 redraw it in this case.
2518
2519 * dispextern.h (struct glyph_matrix): Add member window_left_x.
2520
e1d05387
GM
2521 * window.c (coordinates_in_window): Check mouse on mode-line or
2522 header-line first.
2523
eb1b0c74
GM
2524 * alloc.c (Fgarbage_collect): Dox fix. Return a list as
2525 advertized by the function documentation.
2526
d94d636f
GM
2527 * window.c (syms_of_window): Doc fix.
2528
3887b449
GM
2529 * sound.c (vox_configure): Set volume for left and right channel.
2530 (sound_cleanup): Return nil.
2531
efc8f57a
GM
2532 * xdisp.c (move_it_by_lines): Fix paren typo.
2533
9765b4a4
GM
2534 * xterm.c (x_load_font): Don't use the font's max_bounds for
2535 computing the height of the font. If max_bounds' ascent or
2536 descent are greater than the font's ascent or descent, this means
2537 glyphs overlap, which should be handled now by redisplay.
2538
6529ed87
GM
2539 * window.c (Veven_window_heights): New variable.
2540 (syms_of_window): DEFVAR_LISP it.
2541 (Fdisplay_buffer): Check Veven_window_heights before evening the
2542 window heights.
2543
0eb2ecde
MB
25442000-12-06 Miles Bader <miles@gnu.org>
2545
2546 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t',
2547 update `default-frame-alist' instead of setting no frame parameters.
2548
03d7a167
KH
25492000-12-06 Kenichi Handa <handa@etl.go.jp>
2550
2551 * composite.c (update_compositions): Fix typo (use the correct
2552 variable).
2553
5f8803c2
JR
25542000-12-05 Jason Rumney <jasonr@gnu.org>
2555
2556 * md5.h: Remove underscores from function declarations.
2557 (__attribute__, __alignof__) [!__GNUC__]: Define.
2558
2559 * md5.c: Delay include of md5.h until after namespace cleaning.
2560
c28a075b
JR
2561 * makefile.w32-in (fns.o): Depend on md5.h
2562 (md5.o): New target.
2563 (sunfns.o): Remove.
2564
2565 * makefile.nt: Likewise.
2566
ff3c7056
JR
25672000-12-05 Jason Rumney <jasonr@altavista.net>
2568
2569 * w32term.c (expose_area): Complete last change.
2570
0c21eeeb
KR
25712000-12-05 Ken Raeburn <raeburn@gnu.org>
2572
2573 * minibuf.c: Include intervals.h.
2574
f201d732
JR
25752000-12-05 Jason Rumney <jasonr@gnu.org>
2576
2577 * w32term.c (x_produce_glyphs): If a font for a component of
2578 a composition is not found, use 1 pixel dot ascent and 0 dot
2579 descent value to avoid displaying terribly tall empty boxes.
2580 (expose_area): Pass x-coordinate relative to the exposed
2581 area to x_draw_glyphs instead of a window-relative coordinate.
2582
21999ab9
GM
25832000-12-05 Gerd Moellmann <gerd@gnu.org>
2584
4d2036e4
GM
2585 * xdisp.c (next_element_from_ellipsis): Save face before selective
2586 display in saved_face_id, and set face_before_selective_p.
2587 (reseat_1): Reset face_before_selective_p.
2588 (append_space, extend_face_to_end_of_line): If iterator's
2589 face_before_selective_p is set, use the face from saved_face_id.
2590 (extend_face_to_end_of_line): For tty frames, make sure to
2591 use the right face id when producing spaces at the end of
2592 the line.
2593
2594 * dispextern.h (struct it): Add face_before_selective_p.
2595
52be17cc
GM
2596 * keyboard.c (record_char): Don't record identical help-echo
2597 events in recent_keys.
2598
8a4f36cc
GM
2599 * xterm.c [USE_X_TOOLKIT]: Close the display.
2600 (xim_close_dpy): Handle case that the display has been closed.
2601
57d6e381
GM
2602 * xterm.c (x_destroy_window): Reset the frame's X window after
2603 destroying it.
2604
21999ab9
GM
2605 * dispnew.c (adjust_glyph_matrix): Make sure to initialize local
2606 variable window_width.
2607 (line_draw_cost): Fix code skipping over spaces at the end of the
2608 line when must_write_spaces is not set.
2609 (scrolling_window): Fix code inserting runs in list of all runs.
2610
91372bb7
KH
26112000-12-05 Kenichi Handa <handa@etl.go.jp>
2612
2613 * coding.c (setup_coding_system): Be sure to initialize
2614 coding->category_idx.
2615
6c083b4c
GM
26162000-12-04 Gerd Moellmann <gerd@gnu.org>
2617
0c68ce6f
GM
2618 * xterm.c (PER_CHAR_METRIC): Removed because not used.
2619
6452929e
GM
2620 * xterm.c (expose_area): Pass x-coordinate relative to the exposed
2621 area to x_draw_glyphs instead of a window-relative coordinate.
2622
d7f31e22
GM
2623 * fileio.c (auto_save_error): Add parameter ERROR. Show the
2624 error in the message.
2625
ae18aa3b
GM
2626 * keyboard.c (Fread_key_sequence): Don't start the busy cursor
2627 timer after having read a key. It's not good for code reading
2628 several keys in a loop, like an input method.
2629
caa15ef7
GM
2630 * fileio.c (Finsert_file_contents): When VISIT is t, don't
2631 record undo information for format-decode.
2632
2633 * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if
2634 current buffer is read-only, not if it isn't.
2635
6c083b4c
GM
2636 * keyboard.c (record_char): Record `help-echo' input events
2637 in recent_keys only if they display some help. Don't record
2638 `help-echo' events as macro char.
2639
caa15ef7
GM
26402000-12-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2641
2642 * editfns.c (save_excursion_restore): Don't move point
2643 in another window if it is showing the wrong buffer.
2644 Avoid the call to Fwindow_live_p, for speed.
2645
5a13529b
KH
26462000-12-04 Kenichi Handa <handa@etl.go.jp>
2647
e225faa7
KH
2648 * xfaces.c (struct font_name): New member registry_priority.
2649 (split_font_name): Initialize the above member to zero.
2650 (concat_font_list): New function.
2651 (font_list): Include fonts of all alternative registries.
2652 (FONT_POINT_SIZE_QUANTUM): New macro.
2653 (better_font_p): Ignore point size difference less than
2654 FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
2655
e89648b4
KH
2656 * xterm.c (x_produce_glyphs): If a font for a component of
2657 a composition is not found, use 1 pixel dot ascent and 0 dot
2658 descent value to avoid displaying terribly tall empty boxes.
2659
5a13529b
KH
2660 * ccl.c (stack_idx_of_map_multiple): Don't use C initializier.
2661
d7935eb6
KR
26622000-12-03 Ken Raeburn <raeburn@gnu.org>
2663
2664 * coding.h (code_convert_string1): Declare.
2665
2666 * fns.c (Fmd5): Pass lisp objects, not integers, to call3.
2667
2668 * lisp.h (Fmake_variable_buffer_local, Fbuffer_file_name):
2669 Declare.
2670
0dd5e255
JR
26712000-12-02 Jason Rumney <jasonr@gnu.org>
2672
2673 * w32term.c (w32_bdf_per_char_metric): Dereference pointer
2674 correctly for single byte character case.
2675 (w32_per_char_metric): Do not try to make any assumptions about
2676 the metrics of BDF fonts.
250cfece
JR
2677 (x_estimate_mode_line_height): If `mode-line' face
2678 hasn't a font, use that of the frame, as drawing glyphs
2679 does.
2680 (note_mouse_highlight): Change the cursor shape on the vertical
2681 border between windows [not enabled].
2682
2683 * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
2684
2685 * w32fns.c (Fx_create_frame): Reintroduce the call to
2686 face-set-after-frame-defaults.
2687 (Vx_window_horizontal_drag_shape): New variable.
2688 (syms_of_xfns): DEFVAR_LISP it.
2689 (x_set_mouse_color): Create frame's horizontal_drag_cursor [not
2690 enabled].
0dd5e255 2691
b5d8d2ca
GM
26922000-12-02 Simon Josefsson <simon@josefsson.org>
2693
2694 * fns.c (Fmd5): Use a different logic to decide the coding system
2695 to use.
2696
2697 * coding.h (Qwrite_region, Qcoding_system_error): Declare extern.
2698
fbb87147
EZ
26992000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2700
2701 * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is
2702 NULL.
2703
447e9da0
GM
27042000-12-01 Gerd Moellmann <gerd@gnu.org>
2705
7708ced0
GM
2706 * xterm.c (x_calc_absolute_position): Don't subtract menubar's
2707 height for YNegative.
2708 (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
2709 height; also see comment there.
2710
447e9da0
GM
2711 * window.c (coordinates_in_window): Handle computations for
2712 positions on the vertical bar and fringes differently for
2713 window-system frames. Consider some pixels near the vertical bar
2714 as on the bar if the frame doesn't have vertical scroll bars.
2715 Associate positions between mode or header lines with the
2716 right window, the left one.
2717
86d1db20
JR
27182000-12-01 Jason Rumney <jasonr@gnu.org>
2719
2720 * w32term.c (w32_clear_window): Avoid clearing an invalid frame.
2721
2722 * w32xfns.c (get_frame_dc): Avoid changing the palette on an
2723 invalid frame.
2724
a1d58e5b
GM
27252000-12-01 Gerd Moellmann <gerd@gnu.org>
2726
2727 * window.c (struct saved_window): Add members orig_top and
2728 orig_height.
2729 (SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
2730 (save_window_save, Fset_window_configuration): Save/restore
2731 window's orig_top and orig_height.
2732
89c609af
JR
27332000-12-01 Jason Rumney <jasonr@gnu.org>
2734
4d177746 2735 * w32term.c (x_draw_vertical_border): Fix call to w32_fill_rect.
86d1db20 2736
89c609af
JR
2737 * w32fns.c (x_set_cursor_color): Fix last change.
2738
eccc05db
GM
27392000-11-30 Gerd Moellmann <gerd@gnu.org>
2740
31b6671b
GM
2741 * xdisp.c (echo_area_display): If cursor is in the echo area, make
2742 sure that the next redisplay displays the minibuffer, so that
2743 the cursor will be replaced with what the minibuffer wants.
2744
eccc05db
GM
2745 * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
2746 #ifndef instead of using #if.
2747 (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
2748 USE_TOOLKIT_SCROLL_BARS is defined.
2749
162de750
JR
27502000-11-30 Jason Rumney <jasonr@gnu.org>
2751
2752 * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of
2753 x_display_cursor.
2754
693c4692
GM
27552000-11-30 Gerd Moellmann <gerd@gnu.org>
2756
2757 * fns.c (Fmd5): Doc fix.
2758
b5d8d2ca 27592000-11-30 Simon Josefsson <simon@josefsson.org>
edfb795e
GM
2760
2761 * fns.c (Fmd5): New function.
2762 (syms_of_fns): Defsubr md5.
2763
2764 * Makefile.in (obj): Add md5.o
2765
b02cd40b
GM
27662000-11-30 Gerd Moellmann <gerd@gnu.org>
2767
edfb795e
GM
2768 * md5.h, md5.c: New files, taken from glibc.
2769
df3aedcf
GM
2770 * xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
2771
b02cd40b
GM
2772 * xterm.c (x_estimate_mode_line_height): If `mode-line' face
2773 hasn't a font, use that of the frame, as drawing glyphs
2774 does.
2775
8b5176cd
SM
27762000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2777
2778 * eval.c (Frun_hooks): Allow 0 arguments.
2779
346598f1
GM
27802000-11-29 Gerd Moellmann <gerd@gnu.org>
2781
f9396e03
GM
2782 * xterm.c (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
2783 is over the menu bar widget, say it's not on the frame.
2784
4a967a9b
GM
2785 * xfns.c (Fx_create_frame): Reintroduce the call to
2786 face-set-after-frame-defaults.
2787
346598f1
GM
2788 * eval.c (Fsignal): Reset handling_signal.
2789
222456a1
JR
27902000-11-28 Jason Rumney <jasonr@gnu.org>
2791
2792 * w32menu.c (add_menu_item): Reset menu item text when changing
2793 type to radio button.
2794
8049ddc0
GM
27952000-11-28 Gerd Moellmann <gerd@gnu.org>
2796
346598f1 2797 * xselect.c: Update copyright.
f4f4ee4d 2798
bebe4a2c
GM
2799 * window.c (coordinates_in_window): If on a mode or header line,
2800 but sufficiently close to its start, return ``on vertical
2801 border''. This gives us a way to drag windows horizontally when
2802 using toolkit scroll bars.
2803
2804 * xterm.c (note_mouse_highlight): Change the cursor shape
2805 on the vertical border between windows.
2806
2807 * xterm.h (struct x_output): Add member horizontal_drag_cursor.
2808
2809 * xfns.c (Vx_window_horizontal_drag_shape): New variable.
2810 (syms_of_xfns): DEFVAR_LISP it.
2811 (x_set_mouse_color): Create frame's horizontal_drag_cursor.
2812
8d2c2642
GM
2813 * textprop.c (text_read_only): New function.
2814 (verify_interval_modification): Use it instead of signaling
2815 `text-read-only'. This makes it easier to catch this error
2816 with a breakpoint.:
2817
8049ddc0
GM
2818 * xdisp.c (forward_to_next_line_start): Check for newlines,
2819 not end of line, which includes CR.
2820
5a2bae6c
KH
28212000-11-28 Kenichi Handa <handa@etl.go.jp>
2822
2823 * coding.c (Ffind_coding_systems_region_internal): Be sure to
2824 include no-conversion.
2825
ae31f84d
JR
28262000-11-27 Jason Rumney <jasonr@gnu.org>
2827
2828 * w32fns.c (w32_load_system_font): Always mark font as double byte
2829 if codepage is unicode.
2830
67f1cf4c
GM
28312000-11-27 Gerd Moellmann <gerd@gnu.org>
2832
4a74d071
GM
2833 * xdisp.c (forward_to_next_line_start): If already on a newline,
2834 just consume it to avoid unintended skipping over invisible text
2835 below.
2836
902ae620
GM
2837 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
2838 `vertical-line', `mode-line' and `header-line' events.
2839
2840 * xdisp.c (try_window_id): Avoid starting to display in the middle
67f1cf4c
GM
2841 of a character, a TAB for instance. This is easier than to set
2842 up the iterator exactly, and it's not a frequent case, so the
2843 additional effort wouldn't really pay off.
2844
c1e279c2
AC
28452000-11-26 Andrew Choi <akochoi@i-cable.com>
2846
67f1cf4c 2847 * emacs.c (main) [macintosh]: Call syms_of_frame before calling
c1e279c2
AC
2848 init_window_once.
2849
a609568a
JR
28502000-11-25 Jason Rumney <jasonr@gnu.org>
2851
48b21762
JR
2852 * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]: Args
2853 to window_from_coordinates should be pixel coordinates.
2854
a609568a
JR
2855 * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new
2856 redisplay handles them properly.
2857
a658d039
MB
28582000-11-25 Miles Bader <miles@gnu.org>
2859
2860 * indent.c (compute_motion): Keep pos_byte in sync with pos.
2861
d3416cca
JR
28622000-11-24 Jason Rumney <jasonr@gnu.org>
2863
2864 * w32.c (init_environment): Set LANG environment variable based on
2865 locale settings, if not set.
2866
2867 * w32fns.c (x_set_tool_bar_lines): Clear internal border when
2868 making tool bar smaller. When clearing the frame, also
2869 clear current matrices. Clear frame when tool bar disappears.
2870 Don't use more lines for the tool-bar than is available.
2871 (x_change_window_heights): New function.
2872
ba193890
GM
28732000-11-24 Gerd Moellmann <gerd@gnu.org>
2874
2be8f184
GM
2875 * xdisp.c (init_from_display_pos): If POS says we're already after
2876 an overlay string ending at POS, make sure to pop the iterator
2877 because it will be in front of that overlay string. When POS is
2878 ZV, we've thereby also ``processed'' overlay strings at ZV.
2879
ba193890
GM
2880 * xfaces.c (lface_from_face_name): Function comment fix.
2881
1862a24e
MB
28822000-11-24 Miles Bader <miles@gnu.org>
2883
2884 * xdisp.c (display_menu_bar, display_mode_line): Change the way we
2885 apply `mode-line-inverse-video' -- zero means force display using
2886 the default face, non-zero means display using the specialized face.
2887 (syms_of_xdisp): `mode-line-inverse-video' defaults to true again.
2888
f07fa1b8
KH
28892000-11-23 Kenichi Handa <handa@etl.go.jp>
2890
2891 * alloc.c (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of
2892 hard coded `4'.
2893
2bcdf662
EZ
28942000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2895
2896 * coding.c (decode_coding_emacs_mule): Fix the case of
2897 CODING_EOL_LF, which used uninitialized value of c.
2898
ba8299ff
SM
28992000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2900
2901 * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local.
2902
f4117c4d
GM
29032000-11-22 Gerd Moellmann <gerd@gnu.org>
2904
03e757c1
GM
2905 * buffer.c (Fmake_indirect_buffer): Don't treat nil as a
2906 buffer object.
2907
f4117c4d
GM
2908 * frame.h (struct frame): Replace desired_tool_bar_items,
2909 current_tool_bar_items, n_desired_tool_bar_items,
cc362d76 2910 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
f4117c4d
GM
2911
2912 * frame.c (make_frame): Change initialization of tool bar
2913 items accordingly.
2914
2915 * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
cc362d76 2916 Change references to members deleted from struct frame to use the
f4117c4d
GM
2917 new ones.
2918
2919 * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
cc362d76 2920 references to members deleted from struct frame to use the new
f4117c4d
GM
2921 ones.
2922
2923 * dispnew.c (update_frame): Do nothing with frame's tool bar
2924 items.
2925
2926 * alloc.c (mark_object) <frame>: Mark tool bar items differently.
2927
2928 * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
cc362d76 2929 (note_tool_bar_highlight): Change references to members deleted
f4117c4d
GM
2930 from struct frame to use the new ones.
2931
f8e2f3f2
MB
29322000-11-23 Miles Bader <miles@gnu.org>
2933
2934 * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with
2935 the face's inverse-video attribute, rather than overriding it.
2936
60e8e0a5
GM
29372000-11-22 Gerd Moellmann <gerd@gnu.org>
2938
2939 * xfns.c (x_set_tool_bar_lines): Clear internal border when
2940 making tool bar smaller.
2941
92dd1b29
DL
29422000-11-22 Dave Love <fx@gnu.org>
2943
2944 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
2945
e672fdce
MB
29462000-11-22 Miles Bader <miles@gnu.org>
2947
3a17d6cc
MB
2948 * keyboard.c (Vminibuffer_message_timeout): New variable.
2949 (command_loop_1): Use it to determine message timeout.
2950 (syms_of_keyboard): Initialize it.
2951
60e8e0a5 2952 * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defaults to nil.
e672fdce 2953
e9655d81
KH
29542000-11-22 Kenichi Handa <handa@etl.go.jp>
2955
2956 * sysdep.c: Move the code for declaring h_errno after #include
2957 <netdb.h>.
2958
77270fac
GM
29592000-11-21 Gerd Moellmann <gerd@gnu.org>
2960
cd913aae
GM
2961 * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
2962 the menu bar when the tooltip is unmapped.
2963
77270fac
GM
2964 * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
2965 sole visible buffer when we're currently in the mini-buffer, and
2966 give up if so.
2967
556635d6
JR
29682000-11-21 Jason Rumney <jasonr@gnu.org>
2969
2970 * w32select.c (Fw32_set_clipboard_data): Save a copy of what is
2971 put on the clipboard.
2972 (Fw32_get_clipboard_data): Compare data on clipboard with saved
2973 copy of what Emacs last put there. If they are the same, do not
2974 use the clipboard copy to avoid losing data due to coding
2975 conversions.
2976
5b7bde64
MB
29772000-11-22 Miles Bader <miles@gnu.org>
2978
2979 * minibuf.c (Vminibuffer_prompt_properties): New variable.
2980 (syms_of_minibuf): Initialize it.
2981 (read_minibuf): Add properties from Vminibuffer_prompt_properties
2982 to prompt, don't make read-only.
2983
ff23e1dd
GM
29842000-11-21 Gerd Moellmann <gerd@gnu.org>
2985
3c64f287
GM
2986 * bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>: Add
2987 BEFORE/AFTER_POTENTIAL_GC.
2988
7aaf4388
GM
2989 * s/hpux10.h (_FILE_OFFSET_BITS): Undef.
2990
f5f47add 2991 * buffer.c (mmap_free_1): Avoid a compiler warning.
1a15cca0 2992
ff23e1dd
GM
2993 * term.c, cm.c: Don't try to include termcap.h; see comment there.
2994
37c35586
KH
29952000-11-21 Kenichi Handa <handa@etl.go.jp>
2996
2997 * s/sol2-5.h: Move #undef USE_MMAP_FOR_BUFFERS out of #if 0
2998 ... #endif scope.
2999
ff9ab414
GM
30002000-11-20 Gerd Moellmann <gerd@gnu.org>
3001
c51d2b5e
GM
3002 * xfns.c (x_create_tip_frame): Use CWSaveUnder only if the
3003 screen supports it.
3004
29a01b72
GM
3005 * s/gnu-linux.h: Don't use `#cpu'.
3006
09dfdf85
GM
3007 * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's
3008 not defined in mman.h.
3009
ff9ab414
GM
3010 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
3011 variables.
3012 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
3013 and store an index in the XClientMessageEvent. Storing a
3014 Lisp_Object or pointer can fail on a 64 bit system, since X only
3015 transfers 32 bits.
3016 (x_scroll_bar_to_input_event): Get the window from
3017 scroll_bar_windows.
3018
81459ac9
DL
30192000-11-20 Dave Love <fx@gnu.org>
3020
3021 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
3022
56c13ae6
GM
30232000-11-20 Gerd Moellmann <gerd@gnu.org>
3024
3025 * s/sol2-5.h (USE_MMAP_FOR_BUFFERS): Undefine.
3026
495a6df3
KH
30272000-11-20 Kenichi Handa <handa@etl.go.jp>
3028
2bcf3714
KH
3029 * charset.c (get_new_private_charset_id): Don't limit CHARSET_ID
3030 by WIDTH.
3031
495a6df3
KH
3032 * alloc.c (make_string): Fix previous change. Be sure to make
3033 unibyte string correctly.
3034
6d950f4c
GM
30352000-11-19 Gerd Moellmann <gerd@gnu.org>
3036
39b39373
GM
3037 * window.c (Fwindow_list): Change parameter list to be XEmacs
3038 compatible.
3039 (window_list_1): New function.
3040 (window_loop): Use it instead of Fwindow_list.
3041
b95b34e5
GM
3042 * sysdep.c (emacs_ospeed): New variable.
3043 (toplevel): Don't declare ospeed extern.
3044 (init_baud_rate): Use emacs_ospeed instead of ospeed.
3045
3046 * termcap.c (ospeed): Remove.
3047 (tputs) [!emacs]: Remove unused code.
3048 (tgetent): Avoid a compiler warning.
3049
e83dc917
GM
3050 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
3051 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
b95b34e5 3052 SCROLL_BAR_X_WIDGET with additional argument DPY.
e83dc917
GM
3053
3054 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
3055 removed.
3056 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
3057 Take the X display as additional argument.
3058 (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
3059 `Widget' is a pointer type that's not easily stored in Lisp_Object
3060 form in a portable way.
3061
6d950f4c
GM
3062 * dispnew.c (update_text_area): Fix last change.
3063
e47306e6
GM
30642000-11-18 Gerd Moellmann <gerd@gnu.org>
3065
fb3cd89b
GM
3066 * xdisp.c: Use BINDING_STACK_SIZE throughout.
3067
3068 * xfns.c (x_set_tool_bar_lines): When clearing the frame, also
3069 clear current matrices.
3070
edaa9aed
GM
3071 * buffer.c (mmap_enlarge): Don't print a message on stderr
3072 if mapping new memory at the end of the existing region fails.
3073
e47306e6
GM
3074 * dispnew.c (update_text_area): Don't skip over equal glyphs
3075 when the last current glyph overlaps the glyph to its right.
3076
509633e3
MB
30772000-11-18 Miles Bader <miles@gnu.org>
3078
3079 * xdisp.c (message_log_check_duplicate): Let "..."-detection match
3080 lines that *end* with "..." too (that's the most common case!).
3081
d392e9c5
GM
30822000-11-18 Gerd Moellmann <gerd@gnu.org>
3083
67988445
GM
3084 * xdisp.c (resize_mini_window): Temporarily change to the
3085 mini-window's buffer if necessary.
1bfdbe43 3086
d392e9c5
GM
3087 * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
3088 the tooltip obscures less text under it.
3089
30902000-11-17 Gerd Moellmann <gerd@gnu.org>
3091
3092 * puresize.h (BASE_PURESIZE): Increase to 700000.
3093
92bb977f
JR
30942000-11-18 Jason Rumney <jasonr@gnu.org>
3095
3096 * w32term.c (w32_draw_bitmap): Use face to set colors.
3097
26fbf20b
DL
30982000-11-17 Dave Love <fx@gnu.org>
3099
3100 * lread.c (Fload): Fix #ifdef for pcc.
3101
100b593b
GM
31022000-11-17 Gerd Moellmann <gerd@gnu.org>
3103
3104 * xdisp.c (pos_visible_p): Compute the default character height
3105 differently.
3106
a288d0d1
GM
31072000-11-16 Gerd Moellmann <gerd@gnu.org>
3108
cac94de6
GM
3109 * xdisp.c (pos_visible_p): Handle case that we reach ZV without
3110 knowing the line's height; use the default font's height in that
3111 case.
3112
a288d0d1
GM
3113 * xfaces.c (weight_table): Add `demi' with the same meaning as
3114 `demibold'.
3115
981fb6f6
KH
31162000-11-16 Kenichi Handa <handa@etl.go.jp>
3117
2cca872d 3118 * dispnew.c (null_row): New global static variable.
981fb6f6
KH
3119 (clear_glyph_row): Delete local static variable null_row.
3120
e5fa381b
JR
31212000-11-15 Jason Rumney <jasonr@gnu.org>
3122
3123 * w32term.c (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
3124 (w32_alloc_lighter_color): Use new brightness calculations from
3125 xterm.c. Scale delta to be in the range expected by W32.
3126 (w32_draw_relief_rect): Use frame relief colors.
3127
8e42f043
GM
31282000-11-15 Gerd Moellmann <gerd@gnu.org>
3129
6d133d1f
GM
3130 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
3131 (Qinhibit_default_face_x_resources): New variable.
3132 (syms_of_frame): Initialize it.
3133 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
3134
3135 * xdisp.c (pos_visible_p): Improve function comment.
3136
3137 * lisp.h (BINDING_STACK_SIZE): New macro.
3138
8e42f043
GM
3139 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
3140 reading the directory if readdir returns null and errno is EAGAIN
3141 or EINTR.
3142
e8c87124
SM
31432000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
3146 so setting scroll-step to 1 doesn't defeat scroll-conservatively.
3147 Set amount_to_scroll to max of dx and scroll_step so that
3148 scroll-conservatively doesn't defeat scroll-step>1.
3149 (syms_of_xdisp): Add a hint in scroll-step's docstring to use
3150 scroll-conservatively for line-at-a-time scrolling.
3151
5f0c971d
GM
31522000-11-14 Gerd Moellmann <gerd@gnu.org>
3153
3154 * window.c (Fpos_visible_in_window_p): Call pos_visible with
3155 extra argument.
3156
3157 * xdisp.c (current_mode_line_height, current_header_line_height):
3158 New variables.
3159 (init_xdisp): Initialize them.
3160 (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute
3161 and use exact mode line heights if it is set.
3162
3163 * lisp.h (pos_visible_p): Change prototype.
3164
3165 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
3166 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
3167 and current_header_line_height first.
3168 (current_mode_line_height, current_header_line_height): Declare
3169 extern.
3170
d7361edf
MB
31712000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3172
3173 * xterm.c (x_alloc_lighter_color): Use real brightness calculation.
3174 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
3175 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
3176
ee5e440a
MB
31772000-11-14 Miles Bader <miles@gnu.org>
3178
3179 * xterm.c (x_alloc_lighter_color): Include an additive component
3180 too for dark colors, because FACTOR isn't enough.
3181 (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
3182 New macros.
3183
5ca020fc
GM
31842000-11-13 Gerd Moellmann <gerd@gnu.org>
3185
3186 * keyboard.c (show_help_echo): Call message3_nolog with number of
3187 bytes in the help string as 2nd parameter, instead of the number
3188 of characters.
3189
9d348294
MB
31902000-11-13 Miles Bader <miles@gnu.org>
3191
3192 * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
3193 (Fload): Use new openp return protocol.
3194 Don't try to use Vload_source_file_function to load .elc files.
3195 * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
3196 openp return protocol.
3197 * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
3198
1729bb9a
KH
31992000-11-11 Kenichi Handa <handa@etl.go.jp>
3200
4e677396
KH
3201 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
3202
3203 * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
3204 Defined these macros.
3205 (NLIST_STRUCT): Avoid re-defining it.
3206
1729bb9a
KH
3207 * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
3208 -I/usr/contrib/X11R6/include.
3209 (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
3210
a82fe213
JR
32112000-11-10 Jason Rumney <jasonr@gnu.org>
3212
3213 * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
3214
3215 * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
3216 (w32_use_unicode_for_codepage): Use new pseudo-codepages.
3217
3218 * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
3219 (Qw32_charset_vietnamese): New symbol.
3220 (xlfd_charset_of_font): New function.
3221 (w32_load_system_font): Use it.
3222 (x_to_w32_charset): Use Fassoc to find charset info. Special case
3223 when Vw32_charset_info_alist is nil to ensure default face always
3224 has font. Use Fcar and Fcdr for safety.
3225 (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
3226 (w32_codepage_for_font): Use xlfd_charset_of_font. Use new
3227 pseudo-codepages for special cases.
3228 (w32_to_x_font): New parameter to allow charset portion to be
3229 specified where there is many to one mapping. Callers changed.
3230 (w32_list_fonts): Avoid listing fonts that won't display.
3231
52d89894
GM
32322000-11-10 Gerd Moellmann <gerd@gnu.org>
3233
3234 * xfaces.c (Vface_alternative_font_registry_alist): New variable.
3235 (font_list_1): Renamed from font_list.
3236 (font_list): New function, trying alternative registries from
3237 Vface_alternative_font_registry_alist.
3238 (Finternal_set_alternative_font_registry_alist): New function.
3239 (syms_of_xfaces): Initialize and Staticpro
3240 Vface_alternative_font_registry_alist. Defsubr
3241 Finternal_set_alternative_font_registry_alist.
3242
651cd3da
KR
32432000-11-09 Ken Raeburn <raeburn@gnu.org>
3244
3245 * lisp.h (Flooking_at): Declare.
3246
388ac098
GM
32472000-11-09 Gerd Moellmann <gerd@gnu.org>
3248
778fbc46
GM
3249 * dired.c (directory_files_internal): Fix a braino.
3250
388ac098
GM
3251 * dired.c (directory_files_internal): Add missing GCPRO's.
3252 Some cleanup.
3253
ecaedde1
GM
32542000-11-08 Gerd Moellmann <gerd@gnu.org>
3255
f7eb32aa
GM
3256 * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
3257 (resize_mini_window): Return quickly if Vresize_mini_window is
3258 nil. Don't return if Vmax_mini_window_height is nil.
3259
3260 * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
3261 (syms_of_xdisp): Initialize them.
3262 (resize_mini_window): Act according to the setting of
3263 Vresize_mini_window.
3264 (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
3265
ecaedde1
GM
3266 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
3267 scroll bar widget after configuring it, so that it will appear at
3268 the right position from the start.
3269 (XTredeem_scroll_bar): Cleaned up.
3270
3747ef2c
KH
32712000-11-08 Kenichi Handa <handa@etl.go.jp>
3272
3273 * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change. If the
5d16e624 3274 font is taller than the frame line, we don't have to bias the
3747ef2c
KH
3275 division by two.
3276
3277 * w32term.c (VCENTER_BASELINE_OFFSET): Likewise.
3278
03391420
DL
32792000-11-07 Dave Love <fx@gnu.org>
3280
7758f1c1 3281 * config.in (HAVE_MKSTEMP): Add.
03391420
DL
3282
3283 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
3284
b5de343d
GM
32852000-11-07 Gerd Moellmann <gerd@gnu.org>
3286
acad3c0b
GM
3287 * window.c (Fset_window_configuration): Don't try to preserve
3288 point in the current buffer, if that buffer is displayed in more
3289 than one window.
3290
b5de343d
GM
3291 * xfaces.c (lookup_named_face): If default face isn't realized,
3292 try to realize it. Return -1 if not successful.
3293 (Fx_list_fonts): Handle case that face cannot be determined.
3294 (Fface_font): Likewise.
3295
cdb1fe49
GM
32962000-11-06 Gerd Moellmann <gerd@gnu.org>
3297
3298 * window.c (displayed_window_lines): Detect partially
3299 visible lines at the bottom correctly.
3300
d3a67486
SM
33012000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3302
3303 * fileio.c (Fwrite_region): Use `visiting' rather than `visit'
3304 when ensuring we don't do visit in indirect buffer.
3305
ff8dd5d5
KH
33062000-11-06 Kenichi Handa <handa@etl.go.jp>
3307
3308 * composite.h (compose_chars_in_text): Add prototype.
3309
3310 * composite.c (Vcomposition_function_table): New variable.
3311 (Qcomposition_function_table): New variable.
3312 (run_composition_function): Call
3313 Vcompose_chars_after_function with three arguments.
3314 (compose_chars_in_text): New function.
3315 (syms_of_composite): Modified the doc-string of
3316 Vcompose_chars_after_function. Declare composition-function-table
3317 as a lisp variable, and initialize it.
3318
3319 * xfns.c (x_encode_text): Suppress producing escape sequences for
3320 composition.
3321
3322 * xselect.c: Include composite.h.
3323 (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
3324
d1145f85
AI
33252000-11-05 Andrew Innes <andrewi@gnu.org>
3326
3327 * w32term.c (x_produce_glyphs): Fix typo in enum name.
3328
3329 * sysdep.c (read_input_waiting): Remove extraneous argument to
3330 read_socket_hook.
3331
3332 * w32fns.c (Fx_server_version): Include w32_build_number in the
3333 return list.
3334
3335 * w32heap.c (w32_build_number): New variable.
3336 (cache_system_info): Set it.
3337
3338 * w32heap.h (w32_build_number): Add extern.
3339
3340 * emacs.c (syms_of_emacs): Update docstring for
3341 system-configuration, to reflect the actual usage on MS-Windows.
3342
e85ee976
GM
33432000-10-31 Gerd Moellmann <gerd@gnu.org>
3344
26dcb81b
GM
3345 * keyboard.c (read_char) <wrong_kboard>: Make sure that we
3346 process idle timers while waiting for another event.
3347
0a894bad
GM
3348 * dispnew.c (update_frame_line): Handle case where spaces in
3349 the default face are colored.
3350
e85ee976
GM
3351 * xdisp.c (redisplay_tool_bar): Don't set fonts_changed_p if
3352 window height hasn't changed.
3353
01b220b6
JR
33542000-10-31 Jason Rumney <jasonr@gnu.org>
3355
3356 * w32term.c (x_produce_glyphs): Handle composite characters.
3357 (x_draw_glyph_string_foreground)
3358 (x_draw_composite_glyph_string_foreground): Restore old font.
3359
4e6b7204
MB
33602000-10-31 Miles Bader <miles@lsi.nec.co.jp>
3361
3362 * minibuf.c (read_minibuf): Reset the undo history just before
3363 starting the recursive-edit.
3364
d4358b37
GM
33652000-10-30 Gerd Moellmann <gerd@gnu.org>
3366
563f68f1
GM
3367 * xfaces.c (menu_face_change_count): New variable.
3368 (Finternal_set_lisp_face_attribute): Increment it for changes
3369 of the `menu' face.
3370 (realize_basic_faces): Reflect changes in the `menu' faces
3371 in menu bars.
3372
82e274d1
GM
3373 * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the
3374 dy obtained from the iterator's y-position after moving from
3375 scroll_margin_pos to PT; see comment there.
3376
0dbf9fd2
GM
3377 * xdisp.c (safe_eval_handler): Call add_to_log.
3378
906b3b14
GM
3379 * xfaces.c (resolve_face_name): Handle case that FACE_NAME
3380 is not a symbol or string.
3381
d4358b37
GM
3382 * xdisp.c (echo_area_display): Don't perform a display update from
3383 inside redisplay. The update will happen anyway at the end of
3384 redisplay, and it can confuse redisplay (GC messages while
3385 redisplaying, for instance.)
3386
70c825df
SM
33872000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3388
cf9b4b0b
SM
3389 * xrdb.c (x_load_resources): Use the class name in the defaults.
3390
70c825df
SM
3391 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
3392 (regex_compile): Catch bogus \(\1\).
3393
a1d34b1e
GM
33942000-10-30 Gerd Moellmann <gerd@gnu.org>
3395
cae71efe
GM
3396 * xterm.c (x_alloc_nearest_color): Fix last change to compare
3397 RGB values.
3398
35efe0a1
GM
3399 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
3400 we have a color cache, check that the cached color equals the
3401 allocated color. If not, clear the color cache.
3402
1d3baf74
GM
3403 * window.c (displayed_window_lines): Change buffers if necessary.
3404 Fix computation of displayed lines.
3405
a1d34b1e
GM
3406 * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
3407 update_menu_bindings to DEFVAR_BOOL.
3408
70737ea9
KH
34092000-10-30 Kenichi Handa <handa@etl.go.jp>
3410
70c825df 3411 * search.c (Fset_match_data): Be sure to make search_regs always sane.
80406070 3412
fa0cb51d
KH
3413 * puresize.h (BASE_PURESIZE): Increase to 680000.
3414
70737ea9
KH
3415 * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
3416
0e4c08e8
JR
34172000-10-29 Jason Rumney <jasonr@gnu.org>
3418
3419 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
3420
3421 * w32term.c (w32_bdf_per_char_metric): Negate descent.
3422 (w32_cache_char_metrics): Handle possibility that 'x' does not
3423 exist in a BDF font.
3424 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
3425
3426 * w32bdf.h (bdffont): Add nchars.
3427
3428 * w32bdf.c (set_bdf_font_info): Set it.
3429 (w32_BDF_TextOut): Swap byte order of double byte characters.
3430 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
3431
45b84006
EZ
34322000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3433
3434 * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
3435 don't override the colors in frame's param_alist, unless they are
3436 unspecified.
3437
3438 * term.c (reassert_line_highlight): If inverse_video is non-zero,
3439 reverse the effect of the highlight flag.
3440
caf9deee
KR
34412000-10-27 Ken Raeburn <raeburn@gnu.org>
3442
3443 * window.h (Fwindow_live_p): Declare.
3444
ae0b9b46
KR
3445 * undo.c (record_delete): Check that last_undo_buffer is really a
3446 buffer before applying XBUFFER to it.
3447
3448 * keymap.c (where_is_internal): Pass lisp object, not integer, to
3449 Faref.
3450
02067692
SM
34512000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3452
3453 * lisp.h (KEYMAPP): New macro.
3454 (get_keymap): Remove.
3455 (get_keymap_1): Rename get_keymap.
3456
3457 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
3458
3459 * xterm.c (note_mode_line_highlight): Use KEYMAPP.
3460
3461 * xmenu.c (single_submenu): Use KEYMAPP.
3462 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
3463 Use KEYMAPP rather than Fkeymapp.
3464
3465 * w32term.c (note_mode_line_highlight): Use KEYMAPP.
3466
3467 * w32menu.c (True, False): Remove (use TRUE and FALSE instead).
3468 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
3469 Use KEYMAPP rather than Fkeymapp.
3470 (single_submenu): Use KEYMAPP.
3471 (w32_menu_show, w32_dialog_show): Use TRUE.
3472
3473 * minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
3474
3475 * keymap.c (KEYMAPP): Remove (moved to lisp.h).
3476 (Fkeymapp): Use KEYMAPP.
3477 (get_keymap): Rename from get_keymap_1. Remove old def.
3478 Return t when autoload=0 and error=0 and the keymap needs autoloading.
3479 (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
3480 (Fminor_mode_key_binding): Don't raise an error if the binding
3481 is not a keymap.
3482 (Fuse_global_map, Fuse_local_map): Allow autoloading.
3483 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
3484
3485 * keyboard.c (read_char): get_keymap_1 -> get_keymap.
3486 Allow Vspecial_event_map to be autoloaded.
3487 (menu_bar_items): Fetch the keymap rather than using keymapp.
3488 (menu_bar_one_keymap): No need to follow func-indirect any more.
3489 (parse_menu_item): get_keymap_1 -> get_keymap.
3490 (tool_bar_items): Fetch the keymap rather than using keymapp.
3491 (read_key_sequence): Use KEYMAPP.
3492
3493 * intervals.c (get_local_map): Use get_keymap rather than following
3494 function-indirections explicitly.
3495
3496 * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
3497
f9d80af3
JR
34982000-10-27 Jason Rumney <jasonr@gnu.org>
3499
3500 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10
3501 point, as Windows has oversized fonts.
3502
3503 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise.
3504
a3ba27da
GM
35052000-10-27 Gerd Moellmann <gerd@gnu.org>
3506
3507 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1.
3508 (freehook, reallochook): Handle null pointer arguments.
3509 (__malloc_initialize) [GC_MCHECK]: Call mcheck.
3510
aa3b80cc
SM
35112000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3512
3513 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
3514 (re_match_2_internal, re_match_2_internal, re_match_2_internal):
3515 Giving in to popular pressure to shut up the compiler with casts.
3516
e24e84cc
GM
35172000-10-27 Gerd Moellmann <gerd@gnu.org>
3518
3519 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
3520 signed value, and use a default value computed from the font's
3521 maximum descent.
3522
05ea7ef2
MB
35232000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3524
3525 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
3526 that specify a negative underline position can still use underlines.
3527
3528 * window.c (Fpos_visible_in_window_p): Make POS default to
3529 WINDOW's point, not the current buffer's point.
3530
0b95284b
DL
35312000-10-26 Dave Love <fx@gnu.org>
3532
3533 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out
3534 when it's necessary.
3535
6c5b90af
GM
35362000-10-26 Gerd Moellmann <gerd@gnu.org>
3537
8b6d9dc9
GM
3538 * window.c (size_window): Compute size difference from sum of old
3539 child window sizes instead of from parent's size.
3540
6bc92b2e
GM
3541 * xdisp.c (pos_visible_p): Change current buffer if necessary.
3542 Handle obscured lines at the top of the window.
3543
3544 * frame.c (Fdelete_frame): Doc fix. Move running the hook
3545 down after the last error condition check.
3546
6c5b90af
GM
3547 * frame.c (Fdelete_frame): Run delete-frame-hook.
3548
42f92d4d
KH
35492000-10-26 Kenichi Handa <handa@etl.go.jp>
3550
3551 * coding.c (decode_coding): Fix previous change (check also
3552 CODING_MODE_LAST_BLOCK).
3553
d97151cb
SM
35542000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3555
e7efc503
SM
3556 * regex.c: More `unsigned char' -> `re_char' changes.
3557 Also change several `int' into `re_wchar_t'.
3558 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
3559 (PUSH_FAILURE_POINTER): Don't cast any more.
3560 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
3561 We want GCC to complain, since this piece of code makes
3562 re_match non-reentrant, which *should* be fixed.
3563 (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
3564 (EXTEND_BUFFER): Use RETALLOC.
3565 (SET_LIST_BIT): Don't cast.
3566 (re_wchar_t): New type.
3567 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
3568 that those two functions will always properly return.
3569 (IMMEDIATE_QUIT_CHECK): Cast to void.
3570 (analyse_first): Use recursion rather than an explicit stack.
3571 (re_compile_fastmap): Can't fail anymore.
3572 (re_search_2): Don't check re_compile_fastmap for failure.
3573 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
3574 Now also sets the new value (passed in a new argument).
3575 (re_match_2_internal): Use it.
3576 Also, use a new var `reg' of type size_t when looping through regs
3577 rather than reuse the inappropriate `mcnt'.
3578
d97151cb
SM
3579 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
3580 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
3581 (where_is_internal): Renamed from Fwhere_is_internal.
3582 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
3583 (Fwhere_is_internal): New function wrapping where_is_internal.
3584 (where_is_internal_1): Handle the case where we're filling the cache.
3585 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
3586
d5789b65
MB
35872000-10-25 Miles Bader <miles@gnu.org>
3588
3589 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
3590
4ecda532
GM
35912000-10-25 Gerd Moellmann <gerd@gnu.org>
3592
3593 * window.c (pos_fully_visible_p): Removed.
3594 (Fpos_visible_in_window_p): Use pos_visible_p to determine
3595 if position is visible and/or fully visible.
3596
3597 * lisp.h (pos_visible_p): Add prototype.
3598
3599 * xdisp.c (pos_visible_p): New function.
3600
68c3a137
KH
36012000-10-25 Kenichi Handa <handa@etl.go.jp>
3602
3603 * process.c (send_process): If OBJECT is t, it means that the data
3604 is from C string, but we should encode it. Before calling
3605 setup_raw_text_coding_system, be sure to flush out data by the
3606 previous coding system.
3607
7ae1c032
MB
36082000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3609
ff4dcd4b
MB
3610 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
3611 assignment of startpos to prev when startpos == pos.
3612
7ae1c032
MB
3613 * editfns.c (find_field): Set the field stickiness correctly from
3614 overlay fields. Use renamed `text_property_stickiness'.
3615 (text_property_stickiness): Renamed from `char_property_stickiness'.
ebe2a441 3616 Only check text properties, not overlays.
7ae1c032
MB
3617 * textprop.c (get_char_property_and_overlay): New function.
3618 (Fget_char_property): Use it.
3619 * intervals.h (get_char_property_and_overlay): Add declaration.
3620
49801145
SM
36212000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3622
3623 * keymap.c: Use AREF, ASET and ASIZE macros.
3624 (Fmake_sparse_keymap): Docstring fix.
3625 (synkey): Remove.
3626 (shadow_lookup): Move up.
3627 Handle the case where lookup-key returns an integer.
3628 (where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
3629 (where_is_internal_2): Adapt to fewer args for where_is_internal_1.
3630 (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
3631 Simplify/rewrite the keymap-finding code.
3632 Add check for command shadowing, using shadow_lookup.
3633
39e776cd
SM
36342000-10-24 Stefan Monnier <monnier@cs.yale.edu>
3635
3636 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
3637 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
3638 a symbol.
3639
2488aba5
AI
36402000-10-24 Andrew Innes <andrewi@gnu.org>
3641
3642 * dired.c (directory_files_internal_unwind): New function.
3643 (directory_files_internal): Use it to ensure closedir is called
3644 even if expand-file-name or file-attributes throw, eg. because of
3645 a user interrupt. Also enable immediate_quit while calling
3646 re_search, so that matching can be interrupted as well.
3647
b94fdf61
AI
36482000-10-24 Andrew Innes <andrewi@gnu.org>
3649
3650 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
3651 NT-Emacs only.
3652 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
3653 so that re_search functions only quit when callers expect them to.
3654
36552000-10-24 Kenichi Handa <handa@etl.go.jp>
3656
3657 * regex.c (regex_compile): Change the way of handling a range from
3658 a char less than 256 to a char not less than 256.
3659
1946f901
GM
36602000-10-24 Gerd Moellmann <gerd@gnu.org>
3661
7ae2f10f
GM
3662 * window.c (size_window): Prevent setting window's width or
3663 height to a negative value (esp. with XSETFASTINT).
3664
5dcab13e
GM
3665 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo)
3666 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
3667 (protect_malloc_state) [GC_MALLOC_CHECK &&
3668 GC_PROTECT_MALLOC_STATE]: New function.
3669 (PROTECT_MALLOC_STATE): New macro.
3670 (__malloc_initialize, morecore, _malloc_internal)
3671 (_free_internal) _realloc_internal): Use it to make _heapinfo
3672 read-only outside of gmalloc.
3673
63e1b552
GM
3674 * keymap.c: Update copyright.
3675
1946f901
GM
3676 * .gdbinit (xbacktrace): Handle case that $bt->function isn't
3677 a symbol.
3678
4fa09beb
GM
36792000-10-24 Colin Walters <walters@cis.ohio-state.edu>
3680
3681 * filelock.c (unlock_all_files): Use unlock_file to expand each
3682 buffer's file_truename before trying remove its lock file.
3683
23afac01
EZ
36842000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3685
3686 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR
3687 or CRLF, decode EOLs.
3688
04448b95
KH
36892000-10-24 Kenichi Handa <handa@etl.go.jp>
3690
3691 * window.c (Fdisplay_buffer): Fix doc.
3692
3090a5a5
JR
36932000-10-23 Jason Rumney <jasonr@gnu.org>
3694
3695 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for
3696 ASCII font of default fontset on Windows.
3697
3698 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see
3699 xterm.c comment below).
3700
3701 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy.
3702
a83fee2c
GM
37032000-10-23 Gerd Moellmann <gerd@gnu.org>
3704
3705 * xterm.c (x_connection_closed): Reset handling_signal.
3706
3707 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
3708 null.
3709
6ffdb539
MB
37102000-10-23 Miles Bader <miles@gnu.org>
3711
3712 * window.c (window_scroll_pixel_based, window_scroll_line_based):
3713 Pass nil for FULLY argument to Fpos_visible_in_window_p to
3714 maintain old behavior.
3715 * minibuf.c (Fminibuffer_complete): Likewise.
3716
7f1c969b
MB
37172000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3718
3719 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so
3720 that when a font can't be exactly centered, it errs up rather than
3721 down.
3722
23afac01 37232000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu>
8ec118cd
SZ
3724
3725 * fns.c (Fbase64_decode_string): The decoded result should be
3726 unibyte.
3727
1a578e9b
AC
37282000-10-23 Andrew Choi <akochoi@i-cable.com>
3729
3730 * dispextern.h [macintosh]: Include macgui.h instead of macterm.h.
3731
3732 * dispnew.c [macintosh]: Include macterm.h.
a83fee2c 3733 (init_display) [macintosh]: Initialization for window system.
1a578e9b
AC
3734
3735 * emacs.c (main) [macintosh]: Call syms_of_textprop,
3736 syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
3737 syms_of_search, x_term_init, and init_keyboard before calling
3738 init_window_once. Also, call syms_of_xmenu.
3739
3740 * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
3741 default fontset to Monaco.
3742
3743 * frame.c [macintosh]: Include macterm.h. Remove declarations of
3744 NewMacWindow and DisposeMacWindow.
3745 (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
3746 instead of calling NewMacWindow and setting fields of
3747 f->output_data.mac directly. Call init_frame_faces.
3748 (Fdelete_frame) [macintosh]: Remove unused code.
3749 (Fmodify_frame_parameters) [macintosh]: Call
3750 x_set_frame_parameters instead of mac_set_frame_parameters.
3751
3752 * frame.h [macintosh]: Define menu_bar_lines field in struct
3753 frame. Define FRAME_EXTERNAL_MENU_BAR macro.
3754
3755 * keyboard.c [macintosh]: Include macterm.h.
3756 (kbd_buffer_get_event) [macintosh]: Generate delete_window_event
3757 and menu_bar_activate_event type events as for X and NT.
3758 (make_lispy_event) [macintosh]: Construct lisp events of type
3759 MENU_BAR_EVENT as for X and NT.
3760
3761 * sysdep.c [macintosh]: Remove declaration for sys_signal.
3762 Include stdlib.h. Remove definition of Vx_bitmap_file_path.
3763 (sys_subshell) [macintosh]: Remove definition entirely.
3764 (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
3765 Vwindow_system_version here. Remove initialization of
3766 Vx_bitmap_file_path.
3767 (read_input_waiting): Correct the number of parameters passed to
3768 read_socket_hook.
3769 Move all Macintosh functions to mac/mac.c.
3770
3771 * term.c [macintosh]: Include macterm.h.
3772
3773 * window.c [macintosh]: Include macterm.h.
3774
3775 * xdisp.c [macintosh]: Include macterm.h. Declare
3776 set_frame_menubar and pending_menu_activation.
3777 (echo_area_display) [macintosh]: Do not return if terminal frame
3778 is the selected frame.
3779 (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
3780 Allow only the selected frame to set menu bar.
3781 (redisplay_window) [macintosh]: Obtain menu bar to redisplay by
3782 calling FRAME_EXTERNAL_MENU_BAR (f).
3783 (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).
3784
3785 * xfaces.c [macintosh]: Include macterm.h. Define x_display_info
3786 and check_x. Declare XCreateGC. Define x_create_gc and
3787 x_free_gc. Initialize font_sort_order.
3788 (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
3789 but call x_list_fonts instead of w32_list_fonts.
3790 (Finternal_face_x_get_resource) [macintosh]: Do not call
3791 display_x_get_resource.
3792 (prepare_face_for_display) [macintosh]: Set xgcv.font.
3793 (realize_x_face) [macintosh]: Load the font if it is specified in
3794 ATTRS.
3795 (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed
3796 to Qt.
3797
1ffbabe3
SM
37982000-10-22 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
3801 is nil: since we go to the end of submap anyway, we'd end up
3802 setting nil to nil.
3803 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
3804 doesn't obey autoload.
3805
bed43f1d
EZ
38062000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3807
1ffbabe3 3808 * msdos.c (dos_set_window_size): Update screen dimension variables.
bed43f1d 3809
ea4233a7
JR
38102000-10-21 Jason Rumney <jasonr@gnu.org>
3811
3812 * w32term.c (w32_cache_char_metrics): Double check that font is
3813 really fixed pitch before trusting tmPitchAndFamily.
3814
f3d3c491
AI
38152000-10-21 Andrew Innes <andrewi@gnu.org>
3816
3817 * w32gui.h (w32_char_font_type): Move enum from w32term.c
3818
3819 * w32term.h: Extern decl for w32_cache_char_metrics.
3820
3821 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics.
3822
3823 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics.
3824 (w32_unload_font): Free per_char array if present.
3825
3826 * w32term.c (w32_per_char_metric): Remove HDC argument. Use
3827 cached information in emulated XFontStruct to handle common cases
3828 quickly. Do not allocate XCharStruct for return.
3829 (w32_native_per_char_metric): New function.
3830 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of
3831 allocating one.
3832 (x_produce_glyphs): Don't get an HDC. Change calls to
3833 w32_per_char_metric to match arg change above. Remove calls to
3834 free results.
3835 (w32_get_glyph_overhangs): Ditto.
3836 (w32_cache_char_metrics): New function.
3837
3838 * makefile.w32-in: Change .obj to .$(O) in all dependencies.
3839 ($(BLD)/casefiddle.$(O)): Remove compile command.
3840 ($(BLD)/gmalloc.$(O)): Remove compile command.
3841 ($(BLD)/dispnew.obj):
3842 ($(BLD)/keyboard.obj):
3843 ($(BLD)/w32inevt.obj):
3844 ($(BLD)/w32bdf.obj):
3845 ($(BLD)/alloc.obj):
3846 ($(BLD)/buffer.obj):
3847 ($(BLD)/editfns.obj):
3848 ($(BLD)/emacs.obj):
3849 ($(BLD)/fileio.obj):
3850 ($(BLD)/fns.obj):
3851 ($(BLD)/indent.obj):
3852 ($(BLD)/insdel.obj):
3853 ($(BLD)/intervals.obj):
3854 ($(BLD)/minibuf.obj):
3855 ($(BLD)/print.obj):
3856 ($(BLD)/scroll.obj):
3857 ($(BLD)/sysdep.obj):
3858 ($(BLD)/textprop.obj):
3859 ($(BLD)/widget.obj):
3860 ($(BLD)/xdisp.obj): Add dependency on w32gui.h.
3861 ($(BLD)/term.obj): Add dependency on dispextern.h.
3862
3863 * makefile.nt ($(BLD)\dispnew.obj):
3864 ($(BLD)\keyboard.obj):
3865 ($(BLD)\w32inevt.obj):
3866 ($(BLD)\w32bdf.obj):
3867 ($(BLD)\alloc.obj):
3868 ($(BLD)\buffer.obj):
3869 ($(BLD)\editfns.obj):
3870 ($(BLD)\emacs.obj):
3871 ($(BLD)\fileio.obj):
3872 ($(BLD)\fns.obj):
3873 ($(BLD)\indent.obj):
3874 ($(BLD)\insdel.obj):
3875 ($(BLD)\intervals.obj):
3876 ($(BLD)\minibuf.obj):
3877 ($(BLD)\print.obj):
3878 ($(BLD)\scroll.obj):
3879 ($(BLD)\sysdep.obj):
3880 ($(BLD)\textprop.obj):
3881 ($(BLD)\widget.obj):
3882 ($(BLD)\xdisp.obj): Add dependency on w32gui.h.
3883 ($(BLD)\term.obj): Add dependency on dispextern.h
3884
18ad4821
EZ
38852000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3886
3887 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
3888 with an additional argument of Qt.
3889
de54681a
MB
38902000-10-21 Miles Bader <miles@gnu.org>
3891
3892 * window.c (pos_fully_visible_in_window_p): New function.
3893 (Fpos_visible_in_window_p): Add FULLY argument.
3894 Use pos_fully_visible_in_window_p.
3895 (window_scroll_pixel_based, window_scroll_line_based): Update
3896 calls to Fpos_visible_in_window_p.
3897 * lisp.h (Fpos_visible_in_window_p): Update prototype
3898
13c844fb
GM
38992000-10-20 Gerd Moellmann <gerd@gnu.org>
3900
3901 * alloc.c (toplevel): Conditionalize compilation of mem_*
3902 functions differently.
3903
d9506268
JR
39042000-10-20 Jason Rumney <jasonr@gnu.org>
3905
3906 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
3907 mem_init where it used to be. mem_z etc not defined otherwise.
3908
8094989b
GM
39092000-10-20 Gerd Moellmann <gerd@gnu.org>
3910
3911 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
3912 GC_MALLOC_CHECK.
3913 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
3914 structure definition and related variabled to the top of the file.
3915 Include this code when GC_MALLOC_CHECK is defined.
3916 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
3917 register/unregister allocated region.
3918 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
3919 which isn't allocated.
3920 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
3921 something which is already in use.
3922 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
3923 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
3924 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
3925 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
3926
3927 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use
3928 _malloc_internal instead of malloc.
3929 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
3930 of free.
3931
ea456eb4
AI
39322000-10-20 Andrew Innes <andrewi@gnu.org>
3933
3934 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
3935 Windows.
3936 (my_strftime) <macro>: Don't use macro arg list when redefining as
3937 _strftime_copytm.
3938 (my_strftime) <function>: Supply 0 as ut argument.
3939
e64c3a75
JR
39402000-10-19 Jason Rumney <jasonr@altavista.net>
3941
3942 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before
3943 including dispextern.h, as it stops faces from working.
3944
3945 * w32fns.c (Fx_create_frame): Don't bother calling
3946 face-set-after-frame-default since the caller does it for us
3947 anyway. Clean up calls to x_get_arg to be consistent with X.
3948
3949 * w32term.c (x_produce_glyphs): Handle
3950 unibyte_display_via_language_environment correctly.
3951 (w32_draw_box_rect): Fix the calculation of width and height.
3952
3953 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles,
3954 as it has stopped working.
3955 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like
3956 menu-bar.
3957
17401c97
GM
39582000-10-19 Gerd Moellmann <gerd@gnu.org>
3959
3960 * eval.c (skip_debugger): Prevent a compiler warning.
3961 (Fcondition_case): Likewise.
3962 (Fbacktrace_frame): Use a null interactive spec.
3963
773272d8
KH
39642000-10-19 Kenichi Handa <handa@etl.go.jp>
3965
3966 * xterm.c (x_find_ccl_program): Check also fontp->full_name.
3967
a42943e9
GM
39682000-10-18 Gerd Moellmann <gerd@gnu.org>
3969
e50517d9
GM
3970 * strftime.c: Sync with glibc, file version 1.78.
3971 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
3972 should no longer be used according to ISO 8601.
3973
9035a35a
GM
3974 * keymap.c (access_keymap): If IDX has a meta prefix, and there's
3975 no map for meta_prefix_char, don't try to use it as a keymap.
3976 Instead, if T_OK is non-zero, look up a default binding, if any,
3977 otherwise, if T_OK is zero, return nil.
3978
a42943e9
GM
3979 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
3980 (x_to_xcolors, png_load): Use x_query_color.
3981
3982 * xterm.c (x_color_cells, x_query_colors, x_query_color): New
3983 functions.
3984 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
3985 which can be slow.
3986 (x_copy_color, x_alloc_lighter_color): Likewise.
3987
3988 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
3989 (x_query_color, x_query_colors): Add prototype.
3990
3991 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
3992 check_string_bytes only if not noninteractive, increase count to 50.
3993
00de2987
MB
39942000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3995
3996 * insdel.c (adjust_markers_for_delete): Handle before-insertion
3997 markers correctly.
3998
54918e2b
GM
39992000-10-17 Gerd Moellmann <gerd@gnu.org>
4000
1f0b3fd2
GM
4001 * alloc.c (pure_bytes_used): Renamed from pureptr.
4002 (ALIGN): New macro.
4003 (pure_alloc): New function.
4004 (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
4005 Use it.
4006 (Fpurecopy): Use PURE_POINTER_P.
4007
68c5d1db
GM
4008 * xdisp.c (try_cursor_movement): Use cursor_row_p also when
4009 PT has moved backward.
4010
9a038881
GM
4011 * xdisp.c (cursor_row_p): Take continued lines into account.
4012
361b097f
GM
4013 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
4014 string's size_byte.
4015 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
4016 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
4017 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
4018 string allocated.
4019
54918e2b
GM
4020 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
4021 of selective display off while searching for the next line start.
4022
03ed0806
KH
40232000-10-17 Kenichi Handa <handa@etl.go.jp>
4024
4025 * Makefile.in (term.o): Depend on dispextern.h.
4026
7e05cdaf
SM
40272000-10-16 Stefan Monnier <monnier@cs.yale.edu>
4028
4029 * keymap.c (keymap_memberp): Ensure that nil is not a member.
4030
a6801fd1
GM
40312000-10-16 Gerd Moellmann <gerd@gnu.org>
4032
483de32b
GM
4033 * xdisp.c (set_iterator_to_next): Reset box start and end flags of
4034 the iterator at the beginning, so that they can be set later on,
4035 for instance in reseat_at_next_visible_line_start, without being
4036 overwritten.
4037
a6801fd1
GM
4038 * xfns.c (pbm_format): Add :foreground and :background keywords.
4039 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
483de32b 4040 (xbm_load): Recognize foreground and background color
a6801fd1
GM
4041 specifications.
4042
dbf1fcc1
EZ
40432000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4044
4045 * dispextern.h (unspecified_fg, unspecified_bg): Declare.
4046
4047 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern
4048 declaration.
4049
4050 * msdos.c (IT_set_face): Compare highlighted face with the default
4051 face, and invert colors if these faces' colors are identical.
4052 (Fmsdos_remember_default_colors): Don't swap foreground and
4053 background colors in initial_colors[].
4054 (IT_set_frame_parameters): Don't swap frame's foreground and
4055 background pixels. If ALIST includes "(reverse . t)", swap
4056 foreground-color and background-color properties in frame's
4057 param_alist. If the original frame's param_alist doesn't specify
4058 the colors, store unspecified-fg and unspecified-bg, reversed if
4059 required.
4060
4061 * frame.c (Fframe_parameters): If a tty's frame's param_alist says
4062 the colors are unspecified and reversed, reverse fore- and back-
4063 ground in the returned value.
4064 (Fframe_parameter): Ditto.
4065
b41fe2c3
GM
40662000-10-16 Gerd Moellmann <gerd@gnu.org>
4067
3a6b59d9
GM
4068 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
4069 get_last_unchanged_at_beg_row.
4070 (find_first_unchanged_at_end_row): Renamed from
4071 get_first_unchanged_at_end_row.
4072 (find_first_unchanged_at_end_row): Convert assertions to
4073 unconditional tests which abort. When looking for a row in
4074 unchanged text, don't go further back than first_text_row.
4075
b41fe2c3
GM
4076 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
4077 Don't add in the last line's height when deciding if the new
4078 position is below the scroll margin.
9d1af64f 4079
b41fe2c3 40802000-10-16 Miles Bader <miles@gnu.org>
f657bbf6
MB
4081
4082 * editfns.c (Fconstrain_to_field): Check carefully for field
4083 boundaries if either OLD_POS or NEW_POS has a non-nil field
4084 property, even if they're the same.
4085
c412cb7b
KH
40862000-10-16 Kenichi Handa <handa@etl.go.jp>
4087
4088 * xterm.c (x_draw_box_rect): Fix the calculation of width and
4089 height for XFillRectangle.
4090
5586f3eb
SM
40912000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4092
4093 * syntax.c (Fstring_to_syntax): New function extracted from
4094 Fmodify_syntax_entry.
4095 (Fmodify_syntax_entry): Use it and document the ! and | fences.
4096 (skip_chars, Fforward_comment): Remove unused variables.
4097 (syms_of_syntax): Add defsubr for string-to-syntax.
4098 (describe_syntax): Add code for comment and string fences.
4099
db785038
SM
41002000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4101
4102 * keymap.c (access_keymap): Add AUTOLOAD parameter.
4103 Do the meta->esc mapping. Call get_keyelt before returning.
4104 Start scanning from the second element (the first is always `keymap')
4105 to make it easier to detect when we reach a parent map.
4106 Handle the case of inheriting from a symbol whose function is a map.
4107 (Fkeymap_parent): Also handle the `inherit from symbol' case.
4108 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
4109 (get_keyelt, Flookup_key): Update call to access_keymap.
4110 Remove the meta->esc mappings.
4111 (define_as_prefix): Delete old disabled code.
4112 (menu_item_p): New function.
4113 (where_is_internal_1): Skip over the few remaining menu items.
4114 * lisp.h (access_keymap): Update prototype.
4115 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
4116 Update call to access_keymap.
4117 (follow_key, read_key_sequence): Update calls to access_keymap.
4118 Remove the meta->esc mappings.
4119
cafafe0b
GM
41202000-10-13 Gerd Moellmann <gerd@gnu.org>
4121
a2e2a7f6
GM
4122 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next
4123 with additional argument.
4124
cafafe0b
GM
4125 * xdisp.c (cursor_row_p): New function.
4126 (try_cursor_movement, display_line): Use it.
4127
4128 * xdisp.c (append_space): Also save/restore iterator's current
4129 character and its length.
4130
4131 * xdisp.c (init_from_display_pos): Add an assertion.
4132 (handle_stop): Don't set iterator's add_overlay_start.
4133 (handle_invisible_prop): Likewise.
4134 (load_overlay_strings): If text under an overlay is invisible,
4135 take both before- and after-strings into account when the iterator
4136 is positioned either at the start or at the end of the overlay.
4137 (forward_to_next_line_start): Rewritten.
4138 (reseat_at_next_visible_line_start): Rewritten.
4139 (set_iterator_to_next): Add parameter RESEAT_P.
4140
4141 * dispextern.h (struct it): Remove member add_overlay_start.
4142 (set_iterator_to_next): Change prototype.
4143
c744452b
KH
41442000-10-13 Kenichi Handa <handa@etl.go.jp>
4145
4146 * coding.c (code_convert_region): Be sure to initialize
4147 coding->category_idx.
e4a3f4e1
KH
4148 (decode_coding_string): Set coding->src_multibyte and
4149 coding->dst_multibyte before using CODING_REQUIRE_DECODING.
4150 (encode_coding_string): Set coding->src_multibyte and
4151 coding->dst_multibyte before using CODING_REQUIRE_ENCODING.
c744452b 4152
321fd26f
SM
41532000-10-12 Stefan Monnier <monnier@cs.yale.edu>
4154
4155 * xfns.c (Fx_create_frame): Don't bother calling
4156 face-set-after-frame-default since the caller does it for us anyway.
4157
76832439
EZ
41582000-10-12 Eli Zaretskii <eliz@is.elta.co.il>
4159
4160 * window.c (coordinates_in_window): Fix detection of vertical line
4161 on character terminals.
4162
2483cf58
GM
41632000-10-12 Gerd Moellmann <gerd@gnu.org>
4164
4165 * editfns.c (save_excursion_save): Additionally record the
4166 selected window.
4167 (save_excursion_restore): If buffer was visible in a window, and a
4168 different window was selected, and the old selected window is
4169 still live, restore point in that window.
4170
eb991b25
KH
41712000-10-12 Kenichi Handa <handa@etl.go.jp>
4172
8a0eba09
KH
4173 * xterm.c (x_produce_glyphs): Handle
4174 unibyte_display_via_language_environment correctly.
4175
20401fcc
KH
4176 * regex.c (regex_compile): Change the way of handling a range from
4177 unibyte char to multibyte char.
4178
4179 * syntax.c (skip_chars): Change the way of handling a range from
4180 unibyte char to multibyte char.
4181
eb991b25
KH
4182 * process.c (read_process_output): Cancel previous change.
4183
365dd325
EZ
41842000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4185
c1b096cb
EZ
4186 * search.c (Fsearch_backward, Fsearch_forward): Doc fix.
4187
365dd325
EZ
4188 * charset.c (Ffind_charset_string): Doc fix.
4189 (Ffind_charset_region): Doc fix.
4190
eb483c2b
KH
41912000-10-11 Kenichi Handa <handa@mule.m17n.org>
4192
4193 * process.c (read_process_output): Fix previous change. Adjust
4194 multibyteness of text to insert in a buffer by
df3c11b9 4195 string_make_unibyte/multibyte instead of
eb483c2b
KH
4196 Fstring_as_unibyte/multibyte.
4197
b40bfb99
AS
41982000-10-10 Andreas Schwab <schwab@suse.de>
4199
4200 * alloc.c (mark_object): Remove all workarounds installed on
4201 1993-08-08.
4202
caff31d4
KH
42032000-10-10 Kenichi Handa <handa@etl.go.jp>
4204
4205 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
4206 returning.
4207 (base64_encode_1): Make it work for a text of multibyte form.
4208 (Fbase64_decode_region): Allocate sufficient memory for multibyte
4209 case. Don't call str_to_multibyte because base64_decode_1
4210 produces correct multibyte form for eight-bit codes.
4211 (Fbase64_decode_string): Adjusted for the change of
4212 base64_decode_1.
4213 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If
4214 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
4215 codes.
4216
4217 * charset.h (CHAR_STRING): Optimized for single byte characters.
4218
cba026ef
AS
42192000-10-09 Andreas Schwab <schwab@suse.de>
4220
4221 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
4222 -1 after socket is closed, to fall through to error processing.
4223
1e21fe48
EZ
42242000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4225
4226 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
365dd325 4227 variables. If ALIST includes foreground-color or
1e21fe48
EZ
4228 background-color, change also the colors of the default face for
4229 this frame.
4230
a640322e
EZ
42312000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4232
4233 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make
4234 them extern (they are defined on xfaces.c).
4235 (syms_of_msdos): Don't intern and don't staticpro
4236 Qbackground_color and Qforeground_color.
4237
a115794c
EZ
42382000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4239
4240 * frame.c (Fframe_parameter): For non-windowed frames, if
4241 f->param_alist says foreground or background color is unspecified,
4242 call tty_color_name to return the color name computed from the
4243 frame's current colors.
4244
f5533b63
DL
42452000-10-06 Dave Love <fx@gnu.org>
4246
4247 * terminfo.c (ospeed): Don't declare.
4248
4249 * sysdep.c: Don't include string.h.
4250 (h_errno): Declare conditional also on TRY_AGAIN.
4251
4252 * charset.c (Ffind_charset_string): Doc fix.
4253
4254 * fns.c (Fbase64_encode_region, Fbase64_encode_string)
4255 (Fbase64_decode_region, Fbase64_decode_string): More explicit
4256 error messages.
4257
2b06561a
DL
42582000-10-05 Dave Love <fx@gnu.org>
4259
4260 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
4261 position like menu-bar.
4262
ca839c85
GM
42632000-10-05 Gerd Moellmann <gerd@gnu.org>
4264
4265 * keyboard.c (Frecursive_edit): Make sure redisplay can happen.
4266
4267 * xdisp.c (handle_single_display_prop): Use safe_call1.
4268 (safe_call): Renamed from call_function.
4269 (safe_call1): New function.
4270 (handle_fontified_prop): Use safe_call1 instead of call1.
4271 (safe_eval): Renamed from eval_form.
4272 (safe_eval_handler): Renamed from eval_handler.
4273 (handle_single_display_prop, display_mode_element): Use safe_eval
4274 instead of eval_form.
4275
4276 * xfaces.c (merge_face_heights): Use safe_call instead of
4277 call_function.
4278
4279 * keyboard.c (show_help_echo): Use safe_call instead of
4280 call_function; use safe_eval instead of eval_form.
4281
4282 * lisp.h (safe_call): Renamed from call_function.
4283 (safe_eval): Renamed from eval_form.
4284 (safe_call1): Add prototype.
4285
a3489ece
MB
42862000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4287
4288 * xfns.c (image_ascent): Rearrange ascent calculation for the
4289 has-a-font case.
4290
35810b6f
SM
42912000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4292
4293 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
4294 (where_is_internal_1): Don't bother ignoring menu-items any more.
4295
3dc78168
GM
42962000-10-04 Gerd Moellmann <gerd@gnu.org>
4297
4298 * keyboard.c (update_menu_bindings): New variable.
4299 (parse_menu_item): Use AREF. If update_menu_bindings
4300 is 0, don't update menu bindings.
4301 (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
4302
1efc2bb9
EZ
43032000-10-03 Eli Zaretskii <eliz@is.elta.co.il>
4304
4305 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call
4306 to `mark_object'.
4307
3f679f55
SM
43082000-10-02 Stefan Monnier <monnier@cs.yale.edu>
4309
4310 * syntax.c (forw_comment): Match nestedness of ender/starter.
4311 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
4312 (prev_char_comstart_first): Remove.
4313 (back_comment): Check two-char comment markers more carefully
4314 to better handle overlapping cases like *//* or /* */* */ ...
4315 Match nestedness of ender/starter.
4316
2021ab61
DL
43172000-10-02 Dave Love <fx@gnu.org>
4318
4319 * config.in (HAVE_GAI_STRERROR): Add undef.
4320
4321 * process.c (Fopen_network_stream): Use it.
4322
4323 * m/alpha.h (NO_REMAP): Don't define.
4324
64e6cc18
GM
43252000-10-02 Gerd Moellmann <gerd@gnu.org>
4326
4327 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
4328 return with a string converted to an integer or vice versa when
4329 Vmocklisp_arguments is t.
4330 (Fsignal): Likewise. The function can return for `quit'.
4331 (struct gcpro): Declare member `var' to point to a volatile
4332 Lisp_Object.
4333
4334 * eval.c (error): Prevent compiler warning.
4335
b1904cd9
SM
43362000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4337
4338 * keymap.c (keymap_memberp): New function.
4339 (Fset_keymap_parent): Use it.
4340 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP.
4341 Use keymap_memberp to avoid creating cycles.
4342 (access_keymap): Use KEYMAPP.
4343
71c9ec51
GM
43442000-09-30 Gerd Moellmann <gerd@gnu.org>
4345
4346 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
64e6cc18
GM
4347 gai_strerror. Make sure xerrno is set if connect fails. Improve
4348 error recovery.
71c9ec51 4349
c70c6b58
JR
43502000-09-29 Jason Rumney <jasonr@gnu.org>
4351
4352 * w32term.c (w32_char_font_type, w32_encode_char)
4353 (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
4354 (w32_bdf_per_char_metric): New function.
4355 (w32_per_char_metric): Use it.
4356 (x_draw_glyph_string_background): Always draw background for BDF
4357 glyphs.
4358
4359 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
4360 GDI object which is a scarce resource.
4361
4362 * w32bdf.c (search_file_line): Fix skipping of whitespace.
4363 (get_quoted_string): Fix limit on memchr search.
4364 (set_bdf_font_info): Use unsigned chars. Negate yoffset.
4365 (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
4366 (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
4367 (get_cached_font_char, cache_char_offset): Use macro
4368 BDF_CODEPOINT_RANGE_COVER_P.
4369 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
4370 (clear_cached_bitmap_slots): New function.
4371 (GET_HEX_VALUE): G-Z, g-z are not hex.
4372 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
4373 (get_bitmap_with_cache): Use new cache implementation.
4374 (create_offscreen_bitmap): New function.
4375 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
4376
4377 * w32term.c (x_produce_glyphs): If the distance from the current
4378 position to the next tab stop is less than a canonical character
4379 width, use the tab stop after that.
4380 (x_draw_glyphs): Handle case START and END are out of bounds more
4381 carefully.
4382 (x_clear_mouse_face): Block/unblock input.
4383 (x_display_and_set_cursor): Don't show a hollow box cursor for
4384 buffers whose cursor_type is nil.
4385
fe01239f
GM
43862000-09-29 Gerd Moellmann <gerd@gnu.org>
4387
4388 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar
4389 disappears.
4390
4391 * dispextern.h (updating_frame): Declare extern.
4392
e7c52f1f
AS
43932000-09-29 Andreas Schwab <schwab@suse.de>
4394
4395 * m/ia64.h: Remove hack of not prototyping bcopy, etc.
4396
de6e1f7c
GM
43972000-09-29 Gerd Moellmann <gerd@gnu.org>
4398
25126faa
GM
4399 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol,
4400 use its function definition.
4401 (tool_bar_items): Likewise.
4402
de6e1f7c
GM
4403 * lisp.h (fatal): Declare NO_RETURN.
4404
454ee39b
KH
44052000-09-29 Kenichi Handa <handa@etl.go.jp>
4406
4407 * keymap.c: Remove the line "#undef NULL".
4408
96301c5f
GM
44092000-09-28 Gerd Moellmann <gerd@gnu.org>
4410
4411 * xterm.c (x_make_frame_visible): Try harder to make the frame
4412 visible.
4413
efffeeb4
DL
44142000-09-28 Dave Love <fx@gnu.org>
4415
ecb8b666
DL
4416 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP.
4417
dc3cd20f
DL
4418 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define.
4419
4420 * .gdbinit (xreload): Note its need on GNU/Linux.
4421
efffeeb4
DL
4422 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
4423 r_alloc, r_alloc_free.
4424
8610d903
KH
44252000-09-28 Kenichi Handa <handa@etl.go.jp>
4426
4427 * syntax.c (skip_chars): Handle negation correctly.
4428
8901d1ac
GM
44292000-09-27 Gerd Moellmann <gerd@gnu.org>
4430
6f22f1ad
GM
4431 * xfaces.c (realize_default_face): Call set_lface_from_font_name
4432 with non-zero FORCE_P argument.
4433
8901d1ac
GM
4434 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows):
4435 Add assertions.
4436
4437 * xdisp.c (window_box_height): Add an assertion.
4438
4439 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the
4440 tool-bar than is available.
4441 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1.
4442
36f1966f
DL
44432000-09-27 Dave Love <fx@gnu.org>
4444
efffeeb4 4445 * s/irix6-5.h: Now works 64-bit. Tidied.
36f1966f 4446
31d929e5
GM
44472000-09-26 Gerd Moellmann <gerd@gnu.org>
4448
c98863bf
GM
4449 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
4450 instead of BITS_PER_INT.
4451 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
4452 EMACS_UINT, respectively.
4453 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
4454
4455 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
4456
4457 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
4458
77072ab1
GM
4459 * window.c (freeze_window_starts): Construct last argument for
4460 foreach_window differently.
4461
4462 * xfns.c (x_decode_color): Don't return a Lisp_Object.
4463
4464 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
4465 EMACS_UINT instead of `int' and `unsigned int'.
4466 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
4467
4468 * frame.h (struct frame): Make the `nothing' member of union
4469 output_data an EMACS_INT.
4470
31d929e5
GM
4471 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug
4472 hunting.
4473 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
4474 size in the sdata structure.
4475 (SDATA_NBYTES, SDATA_DATA): New macros.
4476 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
4477 differently for the different layout of the sdata structure.
4478 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
4479 in sdata.
4480 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
4481 Check that size recorded in the string size and size recorded in
4482 the sdata structure agree.
4483
3e60b029
DL
44842000-09-25 Dave Love <fx@gnu.org>
4485
4486 * buffer.c: Include stdio.h.
4487
4488 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
4489
4490 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
4491
4492 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
4493 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as
4494 size_t.
4495 (__malloc_extra_blocks): Declare as __malloc_size_t.
4496
8ff16b4e
GM
44972000-09-25 Gerd Moellmann <gerd@gnu.org>
4498
755a2ccd
GM
4499 * alloc.c (mark_image): Use GC_NILP instead of NILP.
4500
d8b4516f
GM
4501 * keyboard.c (show_help_echo): Set help_echo_showing_p.
4502 (read_char): If help-echo is showing, preserve the echo area
4503 when redisplaying.
4504
4505 * xdisp.c (help_echo_showing_p): New variable.
4506 (set_message): Reset it to 0.
4507 (init_xdisp): Initialize help_echo_showing_p.
4508
4509 * dispextern.h (help_echo_showing_p): Declare extern.
4510
4511 * config.in: Fix typo in __GNUC_MINOR__.
4512
4513 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
4514
b11af2dd
GM
4515 * s/freebsd.h (POSIX_SIGNALS): Define.
4516
8ff16b4e
GM
4517 * xterm.c (x_clear_mouse_face): Block/unblock input.
4518
844eb643
DL
45192000-09-24 Dave Love <fx@gnu.org>
4520
4521 * fns.c (base64_encode_1): Fix last change.
4522
b30ab1b3
GM
45232000-09-22 Gerd Moellmann <gerd@gnu.org>
4524
4525 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts.
4526
4527 * xdisp.c (try_window_reusing_current_matrix): More fixes
4528 for the case window has a header-line.
4529
c6cbe5f0
DL
45302000-09-22 Dave Love <fx@gnu.org>
4531
4c7c1f3f
DL
4532 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
4533 a doc string.
4534
4535 * xterm.c [SOLARIS2]: Remove redundant include of string.h.
4536
c6cbe5f0
DL
4537 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
4538
550a625e
GM
45392000-09-21 Gerd Moellmann <gerd@gnu.org>
4540
4c7c1f3f 4541 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
fca99116
GM
4542 for GCC >= 2.5.
4543
4544 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare
4545 NO_RETURN.
4546
80d26f99
GM
4547 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
4548 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
4549 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler
4550 warnings.
4551
4552 * marker.c (byte_char_debug_check): Return void.
4553
623a0aae
GM
4554 * xfns.c (Fx_create_frame): Set default frame parameter value
4555 for tool-bar-lines to 1.
4556
4557 * dispnew.c (scrolling_window): Compare y-positions of rows
4558 equal at the start. Some simplification.
4559
4560 * xdisp.c (try_window_reusing_current_matrix): Fix computation of
4561 reused rows' y-position in the case window has a header-line, and
4562 new window start is greater than old window start.
4563
42ac0ae5
GM
4564 * process.c (process_sent_to): New variable.
4565 (send_process): Workaround for a crash on sparc-sun-solaris-2.6
4566 with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
4567 Declare more parameters volatile.
4568
550a625e
GM
4569 * lread.c (Vrecursive_load_depth_limit): New variable.
4570 (Fload): Check recursive loads whose recursion depth exceeds
4571 Vrecursive_load_depth_limit.
4572 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
4573
8320414c
GM
45742000-09-20 Gerd Moellmann <gerd@gnu.org>
4575
f46c275e
GM
4576 * fileio.c (Fread_file_name): Doc fix.
4577
4578 * editfns.c (Fmessage_or_box): Doc fix.
4579
4580 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
4581
b7e11c5b
GM
4582 * xfns.c (xbm_scan): Allow C-style comments.
4583
8320414c
GM
4584 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
4585 symbols are specified, add color translations to the cache.
4586 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New
4587 functions.
4588 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
4589 xpm_cache_color.
4590 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
4591 structures to xpm_init_color_cache.
4592
da1608d9
GM
45932000-09-19 Gerd Moellmann <gerd@gnu.org>
4594
4595 * dispnew.c (update_window_line): Make sure to always draw
4596 mode-lines.
4597
6badfa25
AI
45982000-09-19 Andrew Innes <andrewi@gnu.org>
4599
4600 * makefile.nt (bootstrap-emacs): Don't change directory.
4601
3a5f42bb
KH
46022000-09-19 Kenichi Handa <handa@etl.go.jp>
4603
1b7649bd
KH
4604 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
4605
3a5f42bb
KH
4606 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly.
4607 If output buffer is too small, signal an appropriated error.
4608
9f83cf0b
DL
46092000-09-18 Dave Love <fx@gnu.org>
4610
4611 * keyboard.c (menu_bar_items, tool_bar_items)
4612 (current_active_maps): Remove redundant get_local_map call.
4613
28c7826c
GM
46142000-09-18 Gerd Moellmann <gerd@gnu.org>
4615
5cefa566
GM
4616 * xterm.c (x_display_and_set_cursor): Don't show a hollow box
4617 cursor for buffers whose cursor_type is nil.
4618
6fed3546
GM
4619 * xterm.c (x_draw_image_glyph_string): Remove a comment describing
4620 a feature to implement that is already implemented.
4621 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
4622 warnings.
4623
4624 * xfns.c (x_clear_image_1): New function.
4625 (x_clear_image): Use it.
4626 (x_from_xcolors): Use x_clear_image_1; don't free the image's
4627 mask.
4628
05b1f851
GM
4629 * dispnew.c (update_window): Move test for invisible lines
4630 at the top to update_window_line.
4631 (update_window_line): Handle invisible lines here.
4632
f4779de9
GM
4633 * xfns.c (clear_image_cache): Clear current matrices of all
4634 frames sharing an image cache. Block input while freeing
4635 images. Fix timestamp comparison.
4636 (x_clear_image): Also free the mask.
4637
28c7826c
GM
4638 * xfns.c (lookup_image): Block input while loading the image so
4639 that we won't get interrupted in a state where the image isn't yet
4640 set up completely.
4641 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
4642 (lookup_pixel_color, x_to_xcolors, x_from_xcolors)
4643 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
4644 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock
4645 input.
4646
b7412313
GM
46472000-09-16 Gerd Moellmann <gerd@gnu.org>
4648
4649 * dispnew.c (update_window): Make sure to make desired rows
4650 current even if they are completely invisible at the top
4651 of a window.
4652
47e351a3
GM
46532000-09-15 Gerd Moellmann <gerd@gnu.org>
4654
7f8f1edc
GM
4655 * xfns.c (lookup_image): Build mask before applying an algorithm.
4656 Recognize algorithm `disabled'.
4657 (cross_disabled_images): New variable.
4658 (COLOR_INTENSITY): New macro.
4659 (x_detect_edges): Use COLOR_INTENSITY.
4660 (x_disable_image): New function.
4661 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
4662
4663 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
4664 disabled state, don't apply an image transformation algorithm if
4665 the user specified an image for the disabled state. Use
28c7826c 4666 `:algorithm disabled' for creating a disabled item's image if the
7f8f1edc
GM
4667 user hasn't specified an image.
4668
ebb8f116
GM
4669 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
4670 allocation functions with the XPM lib.
4671 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
4672 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
4673 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
4674 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
4675 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New
4676 functions.
4677 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
4678 functions, if possible, because these handle color allocation
4679 failure more gracefully.
4680 (Fimage_mask_p): New function.
4681
47e351a3
GM
4682 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
4683 (Qedge_detection, Qheuristic): New symbols.
4684 (syms_of_xfns): Initialize new symbols.
4685 (lookup_image): Handle `:mask X', `:algorithm emboss', and
4686 `algorithm (edge-detection ...)'.
4687 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
4688 (tiff_format, gif_format, gs_format): Add `:mask'.
4689 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
4690 (GIF_MASK, GS_MASK): New enumerators.
4691 (x_laplace_read_row, x_laplace_write_row): Functions removed.
4692 (emboss_matrix, laplace_matrix): New variables.
4693 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
4694 (x_edge_detection): New functions.
4695 (x_laplace): Rewritten in terms of x_detect_edges.
4696 (x_build_heuristic_mask): If image has a mask, free it.
4697
fe83b953
AI
46982000-09-14 Andrew Innes <andrewi@gnu.org>
4699
4700 * makefile.w32-in: Revert to Unix line endings.
4701
3021e816
AI
47022000-09-14 Andrew Innes <andrewi@gnu.org>
4703
4704 * makefile.w32-in: Standardize indentation somewhat.
4705 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
4706 cater for differences between shells.
4707
4708 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts.
4709
2a32b5ea
GM
47102000-09-14 Gerd Moellmann <gerd@gnu.org>
4711
4712 * xterm.c (x_produce_glyphs): If the distance from the current
4713 position to the next tab stop is less than a canonical character
4714 width, use the tab stop after that.
4715
b4331e96
DL
47162000-09-14 Dave Love <fx@gnu.org>
4717
4718 * buffer.c (alloc_buffer_text): Fix xmalloc call.
4719
ef9e4345
GM
47202000-09-14 Gerd Moellmann <gerd@gnu.org>
4721
085536c2
GM
4722 * xdisp.c (handle_fontified_prop): While running fontification
4723 functions, bind `fontification-functions' and
4724 `after-change-functions' to nil.
4725
ef9e4345
GM
4726 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
4727 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
4728
4729 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
4730
4731 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to
4732 USE_MMAP_FOR_BUFFERS.
4733
4734 * insdel.c (make_gap): Use enlarge_buffer_text.
4735
4736 * buffer.c: Move allocation with mmap here, from ralloc.c. Change
4737 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
4738 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
4739 from former r_alloc_* functions in ralloc.c.
4740 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New
4741 variables.
4742 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
4743 (mmap_init) [REL_ALLOC_MMAP]: New function.
4744 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
4745 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
4746 BUFFER_FREE.
4747
4748 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
4749 (enlarge_buffer_text): Add prototype.
4750
4751 * ralloc.c: Remove everything having to do with the use of mmap.
4752
f8608968
GM
47532000-09-13 Gerd Moellmann <gerd@gnu.org>
4754
2a494b2d
GM
4755 * sound.c (Fplay_sound): Doc fix.
4756
8c907a56
GM
4757 * keyboard.c: Avoid some more compiler warnings.
4758 (parse_tool_bar_item): Ignore cached key bindings.
4759
f8608968
GM
4760 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
4761 and allocation of Lisp data.
4762
6ab70e9a
GM
47632000-09-12 Gerd Moellmann <gerd@gnu.org>
4764
d12d0a9b
GM
4765 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.
4766 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame
4767 defaults first.
4768
6ab70e9a
GM
4769 * lread.c (Fload): Put code checking for recursive loads in #if 0.
4770
63c36c3c
KH
47712000-09-12 Miyashita Hisashi <himi@meadowy.org>
4772
4773 * ccl.c: Comment fixed.
4774 (MAX_MAP_SET_LEVEL): Increased to 30.
4775 (PUSH_MAPPING_STACK): Enclose with do-while block.
4776 (POP_MAPPING_STACK): Likewise.
4777 (stack_idx_of_map_multiple): New variable.
4778 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
4779 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
4780 call the corresponding CCL program by
4781 CCL_CALL_FOR_MAP_INSTRUCTION.
4782 (ccl_driver) <CCL_MapSingle>: Likewise.
4783 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
4784 with the case where looking up process reaches to the end of
4785 map-set, and call CCL programs as the above change.
4786
7ee3bd7b
GM
47872000-09-11 Gerd Moellmann <gerd@gnu.org>
4788
8ec8a5ec
GM
4789 * xfns.c (png_load, jpeg_load): Declare some variables volatile
4790 that might be clobbered by longjmp.
4791 (check_x_display_info, x_decode_color, create_frame_xic)
4792 (Fx_display_backing_store, Fx_display_visual_class)
4793 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler
4794 warnings.
4795
f74b0705
GM
4796 * lread.c (init_lread): Set Vloads_in_progress to nil.
4797 (Fload): Show list of recursively loaded files, when signaling an
4798 error.
4799
7ee3bd7b
GM
4800 * lread.c (Vloads_in_progress): New variable.
4801 (record_load_unwind): New function.
4802 (Fload): Check for recursive loads.
4803 (syms_of_lread): Initialize Vloads_in_progress.
4804 (read_integer, read1): Avoid some compiler warnings.
4805
4806 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
4807 compiler warnings.
4808
974e1e5b
MB
48092000-09-11 Miles Bader <miles@gnu.org>
4810
4811 * editfns.c (Fbuffer_string): Doc fix.
4812
9824c4e3
GM
48132000-09-10 Gerd Moellmann <gerd@gnu.org>
4814
4815 * ralloc.c (mmap_enlarge): Don't return 0 if successful.
4816
6a72fdd1
KR
48172000-09-09 Ken Raeburn <raeburn@gnu.org>
4818
4819 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
4820 whether to include other header files.
4821
28e6fb66
GM
48222000-09-09 Gerd Moellmann <gerd@gnu.org>
4823
4824 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
9824c4e3 4825 by Fmemq as a boolean.
28e6fb66 4826
7f8b6551
SM
48272000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4828
4829 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko.
4830
a8710abf
GM
48312000-09-08 Gerd Moellmann <gerd@gnu.org>
4832
d1a02881
GM
4833 * ralloc.c (mmap_fd): Remove initializer which can make it
4834 read-only in a dumped Emacs.
4835 (mmap_fd_1): New variable.
4836 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1,
4837 restore it from there.
4838 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
4839 unconditionally so that mmap_fd can be initialized there.
4840 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
4841 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
4842 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
4843
c454aac1
GM
4844 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object.
4845
4846 * xdisp.c (dump_glyph_row): Fix printf format string.
4847 (display_line, move_it_in_display_line_to): Avoid compiler
4848 warnings.
4849
fc653ef2
GM
4850 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
4851
3015eec0
GM
4852 * keymap.c (Fset_keymap_parent): Check for cycles in keymap
4853 inheritance.
4854
bfe0ee88
GM
4855 * xdisp.c (try_window_id): When trying to locate cursor in
4856 unchanged rows at the top, handle the case that we can't find it.
4857
a8710abf
GM
4858 * xterm.c (x_draw_glyphs): Handle case START and END are out
4859 of bounds more carefully.
4860
6b7d4ae4
DL
48612000-09-08 Dave Love <fx@gnu.org>
4862
423193c5
DL
4863 * s/sol2.h (REL_ALLOC_MMAP): Define.
4864 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
4865
4866 * ralloc.c: Don't include string.h (redundant).
4867 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
4868 [!MAP_ANON]: Include fcntl.h.
4869 (mmap_fd) [REL_ALLOC_MMAP]: New variable.
4870 (r_alloc, r_re_alloc, r_alloc_free)
4871 (mmap_enlarge, mmap_set_vars): Use it.
4872 (r_alloc_init_fd): New function.
4873 (__morecore) [SYSTEM_MALLOC]: Don't declare.
4874 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on
4875 malloc type.
4876
4877 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
4878 Remove vm-limit.o.
4879
6b7d4ae4
DL
4880 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
4881 change to __NetBSD__.
4882
44d31981
KH
48832000-09-08 Kenichi Handa <handa@etl.go.jp>
4884
4885 * search.c (compile_pattern): Check the multibyteness of cached
4886 string and PATTERN.
4887
aad40737
MB
48882000-09-08 Miles Bader <miles@gnu.org>
4889
4890 * xfaces.c (default_face_vector): Function removed.
4891 (Finternal_merge_in_global_face): Restore old global/local
4892 attribute override order. Use inline loop instead of calling
4893 default_face_vector.
4894
91a211b5
GM
48952000-09-07 Gerd Moellmann <gerd@gnu.org>
4896
4897 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
4898 (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
4899 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
4900 where necessary, in case POINTER_TYPE is `void'.
4901
03419440
EZ
49022000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4903
4904 * frame.c (make_terminal_frame): Initialize frame foreground and
4905 background colors to unspecified, for the initial instance of an
4906 MSDOS frame.
4907
f46f845b
GM
49082000-09-07 Gerd Moellmann <gerd@gnu.org>
4909
24f76fbf
GM
4910 * ralloc.c (mmap_find): Fix overlap computation.
4911 (mmap_enlarge): Compute nbytes before trying to find an
4912 overlapping region.
4913
f46f845b
GM
4914 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
4915 instead of `!='.
4916
4917 * lread.c (syms_of_lread): Change value of regexp
4918 Vbytecomp_version_regexp to not match some XEmacs-compiled files.
4919
4920 * xmenu.c (xdialog_show): When looking up the selection in
4921 menu_items, take `quote' boundaries into account; this corresponds
4922 to a nil ITEM in x-popup-dialog.
4923
3c014385
KH
49242000-09-07 Kenichi Handa <handa@etl.go.jp>
4925
fd6f711b
KH
4926 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
4927 not 0x81.
4928 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
4929
3c014385 4930 * coding.c (encode_coding_sjis_big5): Use translation table for
ed254191
KH
4931 encoding, not decoding. Fix the handling of latin-jisx0201.
4932 Check for the charset katakana-jisx0201 too.
3c014385 4933 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
f46f845b 4934 (detect_coding_sjis): Check the byte sequence more rigidly.
3c014385 4935
0da3ecef
GM
49362000-09-07 Gerd Moellmann <gerd@gnu.org>
4937
ab0ee409
GM
4938 * xfaces.c (Vparam_value_alist): New variable.
4939 (syms_of_xfaces): Initialize it.
4940 (Finternal_set_lisp_face_attribute): Avoid more consing.
4941
4942 * frame.c (Fframe_parameter): Handle `name' and `background-mode'
4943 specially.
4944 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
4945 (Qbackground_mode): New variable.
4946 (syms_of_frame_1): Initialize Qbackground_mode.
4947
4948 * lisp.h (Qdisplay): Declare extern.
1091dd67 4949
0da3ecef
GM
4950 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
4951 change face on all frames, and change the default for new frames.
4952
b14654b9
DL
49532000-09-07 Dave Love <fx@gnu.org>
4954
4955 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
4956
d24fd56f
KH
49572000-09-07 Kenichi Handa <handa@etl.go.jp>
4958
794f3670
KH
4959 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
4960
0fddd0dc
KH
4961 * charset.c: Include composite.h
4962 (lisp_string_width): New function.
4963 (Fstring_width): Call lisp_string_width instead of strwidth.
4964
4965 * Makefile.in (charset.o): Depends on composite.h.
4966
d24fd56f
KH
4967 * process.c (read_process_output): Before inserting the decoded
4968 text in the buffer, adjust the multibyteness.
4969
fa0b693c
GM
49702000-09-06 Gerd Moellmann <gerd@gnu.org>
4971
73b77ee5
GM
4972 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
4973 buffer's text buffer is null, map new memory.
4974
0a58f946
GM
4975 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
4976 POINTER_TYPE and size_t.
4977 (struct mmap_region) [REL_ALLOC_MMAP]: New structure.
4978 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables.
4979 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA)
4980 [REL_ALLOC_MMAP]: New macros.
4981 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars)
4982 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free)
4983 [REL_ALLOC_MMAP]: New functions.
4984
4985 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
4986 before and after unexec.
4987
4988 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer
4989 text buffers if necessary.
4990
4991 * buffer.h (R_ALLOC_DECLARE): Removed because unused.
4992 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t
4993 in prototypes.
4994
fa0b693c
GM
4995 * config.in (HAVE_MMAP): Add #undef.
4996
877055f6
GM
49972000-09-05 Gerd Moellmann <gerd@gnu.org>
4998
08ba3862
GM
4999 * frame.c (Qdisplay_type): New variable.
5000 (syms_of_frame_1): Initialize it.
5001 (Fframe_parameter): New function that avoids consing.
5002 (syms_of_frame): Defsubr it.
5003
66ffe51c
GM
5004 * buffer.c (Fother_buffer): Consider buffers as invisible when
5005 they are displayed in a window on an invisible frame.
5006
877055f6
GM
5007 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
5008 get-largest-window always return nil.
5009
bb970e67
GM
50102000-09-04 Gerd Moellmann <gerd@gnu.org>
5011
5012 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
5013 variable; recognize Emacs 19 elc files.
5014
7a3d0e0e
MB
50152000-09-04 Miles Bader <miles@gnu.org>
5016
5017 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face
5018 before initially popping up the menu, so the menu doesn't flash
5019 when the face settings are significantly different from the
5020 defaults.
5021
14473664
SM
50222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5023
5024 * regex.c (WIDE_CHAR_SUPPORT): New macro.
5025 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
5026 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
5027 (BIT_UNIBYTE): Remove.
5028 (re_match_2_internal): Delete corresponding code and streamline the
5029 BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
5030 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
5031 (re_wctype_t): New type.
5032 (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
5033 (regex_compile): Use them and fix handling of overly long char classes.
5034
c1174479
AI
50352000-09-03 Andrew Innes <andrewi@gnu.org>
5036
f8803e97
AI
5037 * makefile.w32-in: Change to DOS line endings.
5038
c1174479
AI
5039 * s/ms-w32.h (ORDINARY_LINK): New define.
5040
5041 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
5042 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
5043
5044 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
5045 (distclean): Delete them here instead.
5046
44ef7cf6
AI
5047 * w32proc.c (compare_env): Convert to uppercase for comparison,
5048 not lowercase, to match how the native Windows shell works.
5049
49b3bd82
JR
50502000-09-03 Jason Rumney <jasonr@gnu.org>
5051
5052 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
5053 CVS changes the line-ends when checking in/out on DOS/Windows.
5054
5055 * makefile.nt (emacs): Do not change directory to run temacs, as
5056 the load-path is set relative to current directory.
5057
a3d35a39
MB
50582000-09-03 Miles Bader <miles@gnu.org>
5059
5060 * xterm.c (x_alloc_lighter_color_for_widget): New function.
5061
d276b0cf
GM
50622000-09-02 Gerd Moellmann <gerd@gnu.org>
5063
715e84c9
GM
5064 * xdisp.c (redisplay_mode_lines): New function.
5065 (display_mode_lines): Return number of mode lines displayed.
5066 (echo_area_display): Use redisplay_mode_lines to draw garbaged
5067 mode lines. Don't temporarily bind redisplay-dont-pause to t.
5068
8892f40b
GM
5069 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
5070 string.h and strings.h.
5071 (index) [HAVE_INDEX]: Add prototype.
5072
d276b0cf
GM
5073 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
5074 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
5075
5076 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>.
5077 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
5078
38404229
GM
50792000-09-01 Gerd Moellmann <gerd@gnu.org>
5080
5081 * lread.c (read1): Accept `?' as symbol constituent, for
5082 compatiblity with XEmacs.
5083
c0f9ea08
SM
50842000-08-31 Stefan Monnier <monnier@cs.yale.edu>
5085
5086 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
5087 (struct re_pattern_buffer): Remove newline_anchor.
5088 * regex.c: Keep namespace clean for GNU libc by renaming <fun>
5089 to __<fun> and using `weak_alias (__<fun>, <fun>)'.
5090 (re_max_failures, fail_stack): Use size_t rather than unsigned.
5091 (regex_compile): For ^ and $, choose between buffer and line (beg|end)
5092 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
5093 (print_compiled_pattern, re_search_2, mutually_exclusive_p)
5094 (re_match_2_internal, re_compile_pattern, re_comp, regcomp):
5095 Get rid of references to newline_anchor.
5096 (regcomp): Allocate and precompute a fastmap.
5097
8c0f83fe
GM
50982000-08-31 Gerd Moellmann <gerd@gnu.org>
5099
5100 * lread.c (openp): GCPRO local variable `filename'.
5101
4bb91c68
SM
51022000-08-30 Stefan Monnier <monnier@cs.yale.edu>
5103
5104 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated.
5105
5106 * regex.c: Merge some changes from GNU libc. Add prototypes.
5107 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
5108 Use memcmp and memcpy instead of bcopy and bcmp.
5109 (init_syntax_once): Use ISALNUM.
5110 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
5111 (REG_UNSET_VALUE): Remove. Use NULL instead.
5112 (REG_UNSET, re_match_2_internal): Use NULL.
5113 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
5114 New macros.
5115 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
5116 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
5117 (regex_compile): In handle_interval, return an error rather than try to
5118 unfetch the interval if we can't find the closing brace.
5119 Obey the RE_NO_GNU_OPS syntax bit.
5120 (TOLOWER): New macro.
5121 (regcomp): Use it.
5122 (regexec): Allocate regs.start and regs.end as one block.
5123
5226a931
GM
51242000-08-30 Gerd Moellmann <gerd@gnu.org>
5125
868dd24b
GM
5126 * xdisp.c (echo_area_display): Check display_completed instead
5127 of calling detect_input_pending.
5128
5129 * dispnew.c (update_frame): Only set display_completed here; move
5130 the update_begin and update_end calls here from update_frame_1.
5131 (update_frame_1): Don't set display_completed here, don't call
5132 update_begin/update_end.
5133
5226a931
GM
5134 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters
5135 instead of store_frame_param.
5136
2a8bd25f
GM
51372000-08-29 Gerd Moellmann <gerd@gnu.org>
5138
5139 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
5140 desired window matrix hasn't been displayed, use the current row
5141 instead. Make sure that only those frame rows are updated for
5142 which there exists a corresponding enabled desired row.
5143
ba3478d9
MB
51442000-08-29 Miles Bader <miles@gnu.org>
5145
5146 * xfaces.c (default_face_vector): New function.
5147 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors.
5148
87d0f685
GM
51492000-08-29 Gerd Moellmann <gerd@gnu.org>
5150
5151 * lread.c (openp): Prevent temporary string passed to
5152 Ffile_readable_p from being garbage collected.
5153
6fa86045
DL
51542000-08-28 Dave Love <fx@gnu.org>
5155
5156 * keymap.c (store_in_keymap): Add `static' to declaration.
5157
bb17930d
GM
51582000-08-28 Gerd Moellmann <gerd@gnu.org>
5159
5160 * emacs.c, callint.c, doc.c, editfns.c
5161 (toplevel) [HAVE_STRING_H]: Include string.h.
5162 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
5163 (index): Remove prototypes which might conflict with non-standard
5164 definitions of index/strchr.
5165
5166 * s/usg5-3.h (index): Define only if not HAVE_INDEX.
5167 (rindex): Define only if !HAVE_RINDEX.
5168
5169 * s/sco5.h (bcopy, bzero, bcmp): Don't define.
5170
5171 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
5172
87188200
MB
51732000-08-28 Miles Bader <miles@gnu.org>
5174
5175 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if
5176 made inconsistent by a font-related attribute in FROM.
5177 (merge_face_inheritance): Add function comment.
5178
41a68aef
KH
51792000-08-28 Kenichi Handa <handa@etl.go.jp>
5180
5181 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with
5182 the 4th arg (PREV_EVENT) Qt to suppress input method.
5183
f7c436c1
SM
51842000-08-27 Stefan Monnier <monnier@cs.yale.edu>
5185
0b32bf0e
SM
5186 * regex.c: Indent cpp directives and remove parens after `defined'.
5187 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
5188 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
5189 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
5190 (re_compile_pattern): Use size_t for length.
5191 (init_syntax_once): Move to a better place.
5192 * regex.h: Merge changes from GNU libc. Indent cpp directives.
5193 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
5194
f7c436c1
SM
5195 * syntax.c (back_comment): Detect cases where a comment-starter is
5196 actually inside another comment as in: /* a // b */ c // d \n.
5197 Make it clear that `comstart_pos' is unused for nested comments.
5198
5199 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
5200 (KEYMAPP): New macro.
5201 (Fkeymap_parent, Fset_keymap_parent): Use it.
5202 (fix_submap_inheritance): Mark it static.
5203 (define_as_prefix, describe_buffer_bindings, describe_command)
5204 (describe_translation, describe_map): Complete prototypes.
5205
5206 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
5207
5208 * keyboard.c (menu_bar_item): Detect duplicate entries for all items
5209 to better match the key-lookup behavior.
5210
6288c62f
GM
52112000-08-27 Gerd Moellmann <gerd@gnu.org>
5212
5213 * xfaces.c (lface_fully_specified_p): Handle :inherit.
5214 (Finternal_set_lisp_face_attribute): Fix typo in error message.
5215
e931344e
EZ
52162000-08-27 Eli Zaretskii <eliz@is.elta.co.il>
5217
5218 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o)
5219 (process.o, scroll.o, sysdep.o): Depend on keyboard.h.
5220 (xterm.o): Depend on coding.h
5221
d10dfeef
KH
52222000-08-26 Kenichi Handa <handa@etl.go.jp>
5223
5224 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and
5225 the corresponding '#endif'.
5226
2d73e8d3
MB
52272000-08-26 Miles Bader <miles@gnu.org>
5228
5229 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
5230 * xfaces.c (QCinherit): New variable.
5231 (syms_of_xfaces): Initialize it.
5232 (LFACE_INHERIT): New macro.
5233 (Finternal_get_lisp_face_attribute)
5234 (merge_face_vector_with_property)
5235 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
5236 (check_lface_attrs): Allow new types of face height. Check
5237 inherit attribute.
5238 (CYCLE_CHECK): New macro.
5239 (merge_face_inheritance): New function.
5240 (merge_face_vectors): Merge inherited faces too. Add F and
5241 CYCLE_CHECK arguments.
5242 (merge_face_vector_with_property, Finternal_merge_in_global_face)
5243 (lookup_named_face, lookup_derived_face, realize_named_face)
5244 (face_at_string_position, face_at_buffer_position): Supply
5245 new F and CYCLE_CHECK arguments to merge_face_vectors.
5246 (merge_face_heights): New function.
5247 (merge_face_vectors, merge_face_vector_with_property)
5248 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
5249 handle relative face heights.
5250 (lface_same_font_attributes_p): Compare heights using EQ.
5251
6ce974d4
KH
52522000-08-26 Kenichi Handa <handa@etl.go.jp>
5253
5254 * charset.c (char_to_string): Check the character validity.
5255 (char_valid_p): If C is not less than MAX_CHAR, be sure to return
5256 0.
5257
dc1e502d
SM
52582000-08-25 Stefan Monnier <monnier@cs.yale.edu>
5259
5260 * regex.c (PUSH_FAILURE_COUNT): New macro.
5261 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG.
5262 Handle popping of a register's or a counter's data.
5263 (POP_FAILURE_POINT): Use the new name.
5264 (re_match_2_internal): Push counter data on the stack for succeed_n,
5265 jump_n and set_number_at and remove misleading dead code in succeed_n.
5266
bd9d0f3f
GM
52672000-08-25 Gerd Moellmann <gerd@gnu.org>
5268
5269 * xdisp.c (redisplay_internal): If considering all windows on all
5270 frames, update the display for each frame as soon as possible,
5271 instead of first building all desired matrices for all frames, and
5272 then updating them all.
5273 (try_cursor_movement): Handle case that last_cursor.vpos is -1.
5274
aa5b8e15
GM
52752000-08-24 Gerd Moellmann <gerd@gnu.org>
5276
17494071
GM
5277 * bytecode.c (mark_byte_stack): Add a comment.
5278
aa5b8e15
GM
5279 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)
5280 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is
5281 a graphical frame.
5282
c543db81
KH
52832000-08-24 Kenichi Handa <handa@etl.go.jp>
5284
d246d5f5
KH
5285 * minibuf.c (do_completion): Always use compare-string, not
5286 string-equal because the latter doesn't pay attention to
5287 multibyteness of strings.
5288
c543db81
KH
5289 * process.c (create_process): Don't setup raw-text coding here.
5290 (Fopen_network_stream): Don't set coding->src_multibyte and
5291 coding->dst_multibyte here.
5292 (read_process_output): For process filter, return unibyte string
5293 if default-enable-multibyte-characters is nil.
5294 (send_process): If OBJECT is multibyte text, be sure to encoded it
5295 by the specified coding system for the process. Otherwise, setup
5296 raw-text coding.
5297 (init_process): Don't initialize default-process-coding-system
5298 here.
5299
9b47cfe0
EZ
53002000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
5301
5302 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
5303 <scroll-down-aggressively>: Likewise.
5304
f5a36960
KH
53052000-08-23 Kenichi Handa <handa@etl.go.jp>
5306
5307 * coding.c (encode_eol): Fix bug for the case of dst_bytes being
5308 zero. Set coding->produced_char correctly.
5309
69a7ffa7
AI
53102000-08-22 Andrew Innes <andrewi@gnu.org>
5311
5312 * makefile.w32-in: New file.
5313
5314 * unexw32.c (unexec): Ignore old_name, and use the actual location
5315 of the current executable instead. Base new_name on this.
5316
5317 * w32proc.c (create_child): Remove reference to security
5318 descriptor, which isn't needed and doesn't compile with mingw32.
5319
5320 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5321 up dllimport attributes.
5322 (x_update_window_end): Update prototype.
5323
5324 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary
5325 extern, which screws up dllimport attributes.
5326
5327 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5328 up dllimport attributes.
5329
5330 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which
5331 screws up dllimport attributes.
5332
5333 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5334 up dllimport attributes.
5335 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
5336 screws up dllimport attributes.
5337
5338 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5339 up dllimport attributes.
5340
5341 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which
5342 screws up dllimport attributes.
5343
5344 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which
5345 screws up dllimport attributes.
5346
5347 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5348 up dllimport attributes.
5349
5350 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove
5351 unnecessary extern, which screws up dllimport attributes.
5352 (main): Ditto.
5353
5354 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5355 up dllimport attributes.
5356
5357 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove
5358 unnecessary extern, which screws up dllimport attributes.
5359
5360 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which
5361 screws up dllimport attributes.
5362
5363 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
5364 up dllimport attributes.
5365
5366 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers.
5367
5368 * w32bdf.c (search_file_line):
5369 (set_bdf_font_info):
5370 (seek_char):
5371 (w32_get_bdf_glyph):
5372 (w32_BDF_to_x_font): Fix compile warnings.
5373
5374 * w32menu.c: Include keyboard.h before frame.h. Fix compile
5375 warnings.
5376
5377 * w32select.c: Include keyboard.h before frame.h.
5378
5379 * w32fns.c (max): Define macro.
5380 (JOHAB_CHARSET): Define if not known.
5381 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
5382 (Fx_show_tip): Synch with X version.
5383
5384 * w32xfns.c: Include keyboard.h before frame.h.
5385
5386 * w32fns.c: Include keyboard.h before frame.h.
5387
5388 * w32term.c: Include keyboard.h before frame.h.
5389
5390 * fontset.c: Include keyboard.h before frame.h.
5391
5392 * w32inevt.c: Include keyboard.h before frame.h.
5393 (MOUSE_MOVED): Define if not known.
5394
5395 * minibuf.c: Include keyboard.h before frame.h.
5396
5397 * keyboard.c: Include keyboard.h before frame.h.
5398
5399 * indent.c: Include keyboard.h before frame.h.
5400
5401 * dispnew.c: Include keyboard.h before frame.h.
5402
5403 * buffer.c: Include keyboard.h before frame.h.
5404
5405 * alloc.c: Include keyboard.h before frame.h.
5406
5407 * print.c: Include keyboard.h before frame.h.
5408
5409 * process.c: Include keyboard.h before frame.h.
5410
5411 * scroll.c: Include keyboard.h before frame.h.
5412
5413 * sysdep.c: Include keyboard.h before frame.h.
5414
5415 * term.c: Include keyboard.h before frame.h.
5416
5417 * window.c: Include keyboard.h before frame.h.
5418
5419 * xdisp.c: Include keyboard.h before frame.h.
5420 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
5421
5422 * frame.c: Include keyboard.h before frame.h.
5423
5424 * w32heap.h: Undefine min, max.
5425
5426 * w32gui.h: Undefine min, max.
5427
5428 * unexw32.c: Change PUCHAR to PCHAR.
5429 (PTR_TO_OFFSET): Cast ptr to unsigned char *.
5430 (relocate_offset):
5431 (get_section_info):
5432 (copy_executable_and_dump_data): Remove unnecessary static defs.
5433 (copy_executable_and_dump_data): Fix compile warnings.
5434
5435 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined.
5436
5437 * w32console.c (min): Define macro.
5438 (clear_frame, write_glyphs): Fix compile warning.
5439
5440 * w32proc.c (compare_env):
5441 (find_child_console): Fix compile warning.
5442
5443 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use
5444 sys_errlist instead of _sys_errlist.
5445 (get_emacs_configuration_options): New function.
5446
5447 * s/ms-w32.h (sys_nerr): Provide default definition.
5448 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
5449 name with _ prepended.
5450 (NSIG): Define if not known.
5451 (get_emacs_configuration): Provide extern declaration.
5452 (get_emacs_configuration_options): Provide extern declaration.
5453 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
5454
5455 * w32.c (gettimeofday): Use struct timeb, not struct _timeb.
5456 (map_w32_filename):
5457 (read_unc_volume): Fix compile warning.
5458
5459 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock
5460 definitions from being used.
5461
5462 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
5463
5464 * w32.c (unc_volume_file_attributes):
5465 (open_unc_volume): Make arg const.
5466
5467 * sysdep.c [WINDOWSNT]: Remove extern decl of errno.
5468 (read_input_waiting): Remove excess parameter.
5469
5470 * w32.c (init_environment): Call _access.
5471 (check_windows_init_file): Call _close.
5472 (init_user_info): Call _putenv.
5473 (init_environment): Call _putenv and _strdup.
5474 (init_ntproc): Reset volume info cache on startup.
5475
5476 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if
5477 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
5478 cannot override the CRT malloc.
5479
5480 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
5481 (LINK_FLAGS): Append to original value of LINK_FLAGS.
5482
5483 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
5484 unless we are linking with a static CRT.
5485 (RVA_TO_PTR): Cast result to unsigned char*.
5486
5487 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
5488 (add_volume_info): Use xstrdup.
5489
25060080
SM
54902000-08-22 Stefan Monnier <monnier@cs.yale.edu>
5491
5492 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'.
5493 (do_completion, Fminibuffer_complete_word): Use it.
5494 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp
5495 var so it can take non-boolean values.
5496
6917e6bb
GM
54972000-08-21 Gerd Moellmann <gerd@gnu.org>
5498
acb7cc89
GM
5499 * editfns.c (find_field): Formatting changes.
5500 (toplevel): Some old-style function forward declarations
5501 changed to prototypes, some new protypes added, some functions
5502 made static.
5503
5504 * lisp.h (set_time_zone_rule): Add prototype.
5505 (use_dialog_box): External declaration.
5506
0bbfdc25
GM
5507 * keyboard.c (gen_help_event): Add parameter SIZE.
5508 (kbd_buffer_events_waiting): Slightly rewritten.
5509 (clear_event): New function.
5510 (kbd_buffer_get_event): Use it, and clear the input_events of
5511 HELP_EVENTs.
5512 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
5513 don't fill the newly created array with nils.
5514 (toplevel): Convert some old-style function forward declarations
5515 to prototypes.
5516
5517 * keyboard.h (gen_help_event): Change prototype.
5518
5519 * xterm.c (XTread_socket): Change calls to gen_help_event.
5520
5521 * w32term.c (w32_read_socket): Change calls to gen_help_event.
5522
6917e6bb
GM
5523 * eval.c (Fmacroexpand): Doc fix.
5524
e5cd3d11
JR
55252000-08-20 Jason Rumney <jasonr@gnu.org>
5526
5527 * w32term.h (x_display_info_for_display): Remove as this function
5528 does not exist on W32.
5529
5530 * w32term.c (help_echo_window): New variable.
5531 (syms_of_w32term): staticpro it.
5532 (note_mode_line_highlight): Set it.
5533 (XTextExtents16): Removed as there is no equivalent on W32.
5534 (x_compute_glyph_string_overhangs): Incomplete body removed, as
5535 the X way of doing this will not work for W32.
5536 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
5537 (x_draw_image_foreground): Avoid drawing outside of the clip area
5538 when image doesn't have a mask.
5539 (note_mouse_highlight): Process overlays in the right order of
5540 priority. Set help_echo_window.
5541 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
5542 because that's more visible for large images.
5543
5544 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
5545 name to single_keymap_panes.
5546 (w32_menu_show): Set wv->title when dealing with titles.
5547 (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
5548
6e69ab8c
MB
55492000-08-21 Miles Bader <miles@gnu.org>
5550
5551 * minibuf.c (do_completion): Try again if we rewrite the input
5552 string, but no completion was done, so that any completion message
5553 will be correct.
5554
511bd4eb
GM
55552000-08-20 Gerd Moellmann <gerd@gnu.org>
5556
5557 * xfaces.c (lface_equal_p): Compare strings differently.
5558 (Qtty_color_alist, Vtty_defined_color_alist): New variables.
5559 (realize_tty_face): Use them.
5560 (syms_of_xfaces): Initialize new variables.
5561 (map_tty_color): New function, extracted from realize_tty_face.
5562 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
5563 foreground or background color, store the new color name in the
5564 realized face; previous code trying to do this had no effect.
5565 (realize_tty_face): Use map_tty_color.
5566 (Fclear_face_cache): Set face_change_count and ensure thorough
5567 redisplay.
5568
1433385f
GM
55692000-08-19 Gerd Moellmann <gerd@gnu.org>
5570
511bd4eb
GM
5571 * undo.c (record_first_change, record_marker_adjustment): Don't
5572 use XBUFFER on last_undo_buffer which might not be a buffer.
1433385f 5573
419ac0a2
KH
55742000-08-18 Kenichi Handa <handa@etl.go.jp>
5575
5576 * coding.c (decode_coding_string): Set members consumed,
5577 consumed_char, produced, produced_char of *coding correctly. If
5578 decode_coding doesn't consume any byte, don't try anymore.
5579 (encode_coding_string): Likewise.
5580
7eb9e30d
GM
55812000-08-18 Gerd Moellmann <gerd@gnu.org>
5582
511bd4eb
GM
5583 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
5584 conditional have void type, for Standard C compilers.
7eb9e30d
GM
5585
5586 * xdisp.c (redisplay_internal): Compare windows for equality with
5587 EQ, instead of applying XWINDOW to something that might not
5588 be a window.
5589
dd34a735
KH
55902000-08-18 Kenichi Handa <handa@etl.go.jp>
5591
5592 * fontset.c (Finternal_char_font): Search only the selected frame
5593 for a window of the current buffer.
5594
385ff9e3
GM
55952000-08-18 Gerd Moellmann <gerd@gnu.org>
5596
511bd4eb 5597 * minibuf.c (do_completion): Use EQ instead of `!=' to compare
01cce3e7
GM
5598 Lisp_Objects.
5599
385ff9e3
GM
5600 * keyboard.c (kbd_buffer_get_event): Handle the case that the
5601 second half of a HELP_EVENT is found at the start of kbd_buffer.
5602
d6abb4c7
MB
56032000-08-18 Miles Bader <miles@gnu.org>
5604
4618074a
MB
5605 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.
5606
d6abb4c7
MB
5607 * editfns.c (save_restriction_save): Rewrite to use markers.
5608 (save_restriction_restore): Rewrite to understand new form of data
5609 saved by save_restriction_save.
5610 (Fsave_restriction): Remove cautionary note in doc-string.
5611
a7b28523
GM
56122000-08-17 Gerd Moellmann <gerd@gnu.org>
5613
5614 * fileio.c (build_annotations): Add a comment explaining the
5615 return value of format-annotate-function. Replace a spurious call
5616 to Flength with a CONSP test. Call format-annotate-function with
5617 a fifth arg specifying how many times the function is been called
5618 in a row, to let it choose temporary buffers appropriately.
5619
03c9ed77
DL
56202000-08-17 Dave Love <fx@gnu.org>
5621
5622 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
5623 declare make_temp_name twice.
5624
5625 * lread.c: Prototype readevalloop, load_unwind,
5626 load_descriptor_unwind.
5627 (unreadpure): Give it an arg.
5628
5629 * unexalpha.c: Prototype fatal_unexec, mark_x,
5630 update_dynamic_symbols. Declare unexec as void.
5631
5632 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>.
5633 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
5634
5635 * alloc.c (lisp_malloc): Declare with POINTER_TYPE.
5636 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on
5637 DOUG_LEA_MALLOC.
5638
5639 * alloca.c: Use #error.
5640 [POINTER_TYPE]: Use it.
5641
5642 * eval.c (Fdefvar): Doc fix.
5643
5644 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid
5645 INITIALIZE_INTERVAL.
5646
5647 * buffer.h: Avoid DECLARE_INTERVALS.
5648
5649 * config.in: Add size_t.
5650
aae41d97
EZ
56512000-08-17 Eli Zaretskii <eliz@is.elta.co.il>
5652
5653 * w16select.c (set_clipboard_data): If there's not enough memory
5654 to put text into clipboard, return 1, as Fw16_set_clipboard_data
5655 expects. In case of other failures, return 3.
5656 (system_error_msg): New error message.
5657 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
5658 system_error_msg.
5659
65aa5e85
GM
56602000-08-16 Gerd Moellmann <gerd@gnu.org>
5661
5662 * term.c (write_glyphs): Also turn off inverse video after turning
5663 off other appearances in case TS_exit_attribute_mode is not equal
5664 to TS_end_standout_mode.
5665 (insert_glyphs): Turn inverse video on/off for each run of glyphs
5666 with the same face.
5667 (turn_off_face): Reset standout_mode only if
5668 TS_exit_attribute_mode has been output and TS_exit_attribute_mode
5669 is equal to TS_end_standout_mode.
5670
ece23901
KH
56712000-08-16 Kenichi Handa <handa@etl.go.jp>
5672
9d7bcb2e
KH
5673 * coding.c (encode_coding): Fix the bug of not flushing ISO escape
5674 sequence at the end of the source block.
5675
ece23901
KH
5676 * ccl.c (Fccl_program_p): Docstring modified.
5677 (Fccl_execute): Likewise.
5678 (Fccl_execute_on_string): Likewise.
5679
5e30eaa2
EZ
56802000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5681
5682 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
5683
290602fd
KH
56842000-08-16 Kenichi Handa <handa@etl.go.jp>
5685
5686 The following changes are mainly to fix bugs of
5687 encode/decode-coding-string failing if encoding/decoding return
5688 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global
5689 variable conversion_buffer.
5690
5691 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char,
5692 decrement dst_end to avoid buffer overflow in the later call of
5693 string_as_multibyte
5694
5695 * coding.h (conversion_buffer_size, conversion_buffer)
5696 (get_conversion_buffer): Extern deleted.
5697
5698 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
5699 (conversion_buffer, conversion_buffer_size): Variables deleted.
5700 (get_conversion_buffer): Function deleted.
5701 (struct conversion_buffer): New structure.
5702 (MAX_ALLOCA): New macro.
5703 (allocate_conversion_buffer): New macro.
5704 (extend_conversion_buffer, free_conversion_buffer): New functions.
5705 (ccl_coding_driver): Set coding->result.
5706 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if
5707 this is the last block of source.
5708 (encode_coding): Likewise. Handle the source block as the last
5709 one only when the whole source text is consumed.
5710 (decode_coding_string): Handle the case that the output buffer is
5711 too small to decode the whole source text. Use
5712 allocate_conversion_buffer, extend_conversion_buffer and
5713 free_conversion_buffer, not get_conversion_buffer.
5714 (encode_coding_string): Likewise.
5715 (init_coding): Function deleted.
5716 (init_coding_once): Delete code to initialize
5717 conversion_buffer_size.
5718
5719 * emacs.c (main): Don't call init_coding.
5720
5721 * msdos.c (IT_write_glyphs): Use a locally declared
5722 conversion_buffer.
5723
5724 * term.c (write_glyphs): Use a locally declared conversion_buffer.
5725 (insert_glyphs): Likewise.
5726
5727 * w32console.c (write_glyphs): Use a locally declared
5728 conversion_buffer.
5729
b9f80d41
EZ
57302000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5731
5732 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame
5733 member of display_info is NULL.
5734
32dc52f7
GM
57352000-08-15 Gerd Moellmann <gerd@gnu.org>
5736
58ed0d3b
GM
5737 * alloc.c (compact_small_strings): Use safe_bcopy, add an
5738 assertion.
5739
32dc52f7 5740 * term.c (turn_off_face): Reset standout_mode when resetting
58ed0d3b 5741 appearances with capability `me'.
32dc52f7
GM
5742 (write_glyphs): Switch on inverse video before each face change.
5743
4eb22d33
DL
57442000-08-14 Dave Love <fx@gnu.org>
5745
5746 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
5747 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
5748 (lisp_free): Declare and make static.
5749
5750 * window.c: Fix embedded comment.
5751 (syms_of_window): Fix doc string.
5752
90cbf47e
GM
57532000-08-14 Gerd Moellmann <gerd@gnu.org>
5754
5755 * keymap.c (push_key_description): If C without modifiers is < 32,
5756 make sure to print `C-' before `M-', like in the manual.
5757
440fc135
GM
57582000-08-11 Gerd Moellmann <gerd@gnu.org>
5759
5760 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
5761 since they aren't relocated anymore.
5762 (sxhash_string): Make sure returned hash code fits in a Lisp
5763 integer.
5764
5765 * xdisp.c (try_cursor_movement): Fix handling of cursor in
5766 partially visible line which is smaller than the window's
5767 height.
5768
6e264fad
KH
57692000-08-11 Kenichi Handa <handa@etl.go.jp>
5770
5771 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to
5772 the multibyte form of eight-bit-control characters.
5773 (Fccl_execute_on_string): Initialize ccl->multibyte.
5774
5775 * ccl.h (struct ccl_program): New member multibyte.
5776
5777 * coding.c (ccl_coding_driver): Initialize ccl->multibyte.
5778
c371f69a
KH
57792000-08-11 Kenichi Handa <handa@etl.go.jp>
5780
5781 * regex.c (regex_compile) <normal_char>: Pay attention to
5782 multibyteness.
5783 (analyse_first) <exactn>: Setup fastmap correctly for
5784 eight-bit-control characters.
5785
57862000-08-11 Kenichi Handa <handa@etl.go.jp>
5787
5788 * termhooks.h (enum event_kind): New member
5789 multibyte_char_keystroke.
5790
5791 * keyboard.c (make_lispy_event): Handle the new event type
5792 multibyte_char_keystroke.
5793
5794 * xterm.c: Include coding.h.
5795 (XTread_socket): Work around a bug of XmbLookupString. If the
5796 input is from XIM, decode it according to the current locale. In
5797 that case, generate multibyte_char_keystroke events.
5798
b8ddbe71
KH
57992000-08-11 Kenichi Handa <handa@etl.go.jp>
5800
5801 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
5802 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
5803
47589c8c
GM
58042000-08-10 Gerd Moellmann <gerd@gnu.org>
5805
5806 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable.
5807 (TRACE_MOVE) [GLYPH_DEBUG]: New macro.
5808 (move_it_in_display_line_to): Record iterator's ascent and descent
5809 before producing glyphs, and restore them when we know the glyph
5810 doesn't fit on the line.
5811 (move_it_to): Restructured so that it's easier to debug. If
5812 moving to a vpos, and not moving to an x or character position,
5813 stop as soon as the specified vpos is reached; don't move further
5814 into that line because that might change the computed line height.
5815 (try_cursor_movement): New function, extracted from the cursor
5816 movement branch of redisplay_window. If ending on a partially
5817 visible line, don't try to scroll if the cursor line is taller
5818 than the window.
5819 (redisplay_window): Use try_cursor_movement.
5820
5821 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion,
5822 because that function doesn't cope with variable-height lines.
5823
5824 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a
5825 box cursor because that's better visible for large images.
5826
c51bacd6
MB
58272000-08-10 Miles Bader <miles@gnu.org>
5828
5829 * w32term.c (note_mouse_highlight): Update calls to overlays_at.
5830
bea56df7
GM
58312000-08-10 Gerd Moellmann <gerd@gnu.org>
5832
5833 * xdisp.c (Vmessages_buffer_name): New variable.
5834 (message_dolog): Use it.
5835 (syms_of_xdisp): Initialize it.
5836
99cd7364
EZ
58372000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
5838
5839 * msdos.c (IT_note_mouse_highlight): Update the calls to
5840 overlays_at.
5841 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's
5842 redundant now that keyboard.h is included.
5843
7d093d56
EZ
58442000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
5845
5846 * keyboard.c (kbd_buffer_events_waiting): New function.
5847
5848 * keyboard.h (kbd_buffer_events_waiting): Add prototype.
5849
5850 * msdos.c: Include keyboard.h.
5851 (XMenuActivate): Empty no_event events from the event buffer. If
5852 no events are left after that, call clear_input_pending.
5853 (mouse_clear_clicks): New function, code moved from mouse_init.
5854 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
5855 mouse driver to ``forget'' any past clicks.
5856
5857 * Makefile.in (msdos.o): Depend on keyboard.h.
5858
41e757a6
GM
58592000-08-09 Gerd Moellmann <gerd@gnu.org>
5860
8e7bd231
GM
5861 * lisp.h (input_pending): External declaration.
5862
5863 * dispextern.h (Qredisplay_dont_pause): Declare extern.
5864
5865 * xdisp.c (echo_area_display): Display thoroughly if input is
5866 pending. Bind redisplay-dont-pause to t during the redisplay.
5867 in case input is pending.
5868
5869 * dispnew.c (Qredisplay_dont_pause): New variable.
5870 (syms_of_display): Initialize and staticpro it.
5871 (update_frame_1): Don't interrupt the display for pending input if
5872 redisplay_dont_pause is set.
5873
43028b7e
GM
5874 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
5875
41e757a6
GM
5876 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
5877
2f2174fa
KH
58782000-08-09 Miles Bader <miles@lsi.nec.co.jp>
5879
5880 * callproc.c (Fcall_process): Terminate the unwind-protect around
5881 the post-read-conversion of coding system.
5882
0a6fd67e
MB
5883 * buffer.c (overlays_at): Add CHANGE_REQ parameter.
5884 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
5885 * buffer.h (overlays_at): Update prototype.
5886 * xdisp.c (next_overlay_change): Update call to overlays_at.
5887 * xfaces.c (face_at_buffer_position): Likewise.
5888 * textprop.c (Fget_char_property): Likewise.
5889 * xterm.c (note_mouse_highlight): Likewise.
5890
0c80756e
MB
5891 * minibuf.c (do_completion): Don't consider a simple change of
5892 case as `completion'.
5893
975f250a
KR
58942000-08-08 Ken Raeburn <raeburn@gnu.org>
5895
b347b3fd
KR
5896 * keyboard.c (syms_of_keyboard): Initialize
5897 last_point_position_buffer.
5898 * undo.c (record_delete): Make sure last_point_position_buffer is
5899 a buffer before comparing pointers.
5900
5901 * coding.h (decode_coding_string): Declare.
5902
5903 * intervals.h (Fprevious_single_char_property_change): Declare.
5904
5905 * textprop.c (Fprevious_single_char_property_change): Don't do
5906 arithmetic directly on lisp objects.
5907
25ad1371 5908 * editfns.c (find_field): Use EQ, not ==, to compare Lisp
b347b3fd
KR
5909 objects.
5910
5911 * keyboard.h (menu_item_eval_property): Declare.
5912
5913 * xdisp.c (message_dolog): Save and protect string "*Messages*" to
5914 reuse as buffer name, instead of recreating (and discarding) every
5915 time a message is logged.
5916 (with_echo_area_buffer): Make callback arg A2 a lisp object.
25ad1371
GM
5917 (current_message_1, truncate_message_1, set_message_1)
5918 (display_echo_area_1, resize_mini_window_1): Signatures changed.
5919 (current_message, truncate_echo_area, display_echo_area)
5920 (resize_echo_area_axactly): Changed calls.
b347b3fd 5921
975f250a 5922 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
25ad1371 5923 Lisp object.
975f250a 5924 (Ffind_coding_systems_region_internal): First argument to Fappend
25ad1371 5925 must be an integer, not a Lisp object.
975f250a 5926
46dc9912
KH
59272000-08-08 Kenichi Handa <handa@etl.go.jp>
5928
5929 * charset.c (Fchar_width): Doc fix.
5930
9f6d1a6c
GM
59312000-08-08 Gerd Moellmann <gerd@gnu.org>
5932
5933 * charset.c (Fstring_width): Doc fix.
5934
ff3d9573
GM
59352000-08-07 Gerd Moellmann <gerd@gnu.org>
5936
41e757a6 5937 * xdisp.c (start_display): When starting display on a continuation
49ad1d99
GM
5938 line, clear ascent and descent members of the iterator structure;
5939 the height of the continued line does not affect the height of the
5940 continuation line.
5941 (make_cursor_line_fully_visible): Do nothing if cursor is on a
5942 line taller than the window.
5943 (redisplay_window) <forced window start>: Handle case that the
5944 middle of the window is not found in any row.
5945 (dump_glyph_row): Show more information.
5946 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
5947 first text line in a glyph matrix.
5948
5949 * xterm.c (x_draw_image_foreground): Avoid drawing outside
5950 of the clip area when image doesn't have a mask.
5951
70fc58b3
GM
5952 * fns.c (sweep_weak_table): Fix survival conditions for
5953 key-or-value and key-and-value weakness.
5954
5955 * .gdbinit (xhashtable): New command.
5956
ac0e96ee
GM
5957 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
5958 tables out of the list of all weak hash tables.
5959
ff3d9573
GM
5960 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and
5961 a new buffer is created, make sure echo_area_buffer[] references
5962 the new buffer.
5963
e0d8827b
EZ
59642000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
5965
5966 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in
5967 the doc string.
5968
c6f35378
KH
59692000-08-07 Kenichi Handa <handa@etl.go.jp>
5970
5971 * syntax.c (skip_chars): Fix previous change. Make the handling
5972 of unibyte string consistent with that of regex search.
5973
1fd4c450
GM
59742000-08-05 Gerd Moellmann <gerd@gnu.org>
5975
e49aa397
GM
5976 * xmenu.c (popup_get_selection): Use xfree instead of free.
5977
5978 * fileio.c (Finsert_file_contents): Use xfree instead of free.
5979
5980 * editfns.c (Ftranspose_regions): Use xfree instead of free.
5981
5982 * callproc.c (child_setup): Use xfree instead of free.
5983
5984 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
5985 instead of malloc.
5986 (run_mac_command, closedir): Use `xfree' instead of `free'.
5987
5988 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
5989
5990 * eval.c (error): Use xfree instead of free.
5991
1fd4c450
GM
5992 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
5993
5994 * fns.c: Replace `illegal' with `invalid'.
e49aa397 5995 (Fmake_hash_table, make_hash_table): Allow table size of 0.
1fd4c450 5996
82d497fc
KH
59972000-08-05 Kenichi Handa <handa@etl.go.jp>
5998
5999 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
6000 conversion.
6001
59f953a2
NF
60022000-08-04 Noah Friedman <friedman@splode.com>
6003
6004 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in
6005 docstring.
6006
688351f2
GM
60072000-08-04 Gerd Moellmann <gerd@gnu.org>
6008
6009 * syntax.c (skip_chars): Fix typo in error message.
6010
2dad51cc
AS
60112000-08-04 Andreas Schwab <schwab@suse.de>
6012
6013 * m/ia64.h: Moved from s/ia64.h.
6014
99bb2c60
KH
60152000-08-04 Kenichi Handa <handa@etl.go.jp>
6016
082a1df2
KH
6017 * process.c (read_process_output): Big simplification. Handle
6018 composition and post-read-conversion of coding system correctly.
6019 (send_process): Handle composition correctly.
6020
6021 * callproc.c (Fcall_process): Handle post-read-conversion of
6022 coding system if any.
6023
99bb2c60
KH
6024 * coding.c (decode_coding_iso2022): More strict check for handling
6025 single shifting.
082a1df2
KH
6026 (coding_restore_composition): Pay attention to the case that
6027 cmp_data is not set properly (because of invalid code in the
6028 source text).
6029 (run_pre_post_conversion_on_str): Include text properties in the
6030 resulting string.
6031 (decode_coding_string): Set members of coding correctly.
99bb2c60 6032
f4988be7
GM
60332000-08-03 Gerd Moellmann <gerd@gnu.org>
6034
6035 * s/ia64.h: New file.
6036
6037 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
6038 Use NULL instead of 0 at the end of variable argument list of
6039 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
6040 sizeof (int) < sizeof (void *).
6041
6042 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
6043 of variable argument lists of XtVaGetValues and XtVaSetValues.
6044
6045 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
6046 variable argument lists of XtVaGetValues and XtVaSetValues.
6047
ead53494
GM
60482000-08-02 Gerd Moellmann <gerd@gnu.org>
6049
6050 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
6051 (xrealloc, xmalloc): Use size_t. Some callers adjusted.
6052
6053 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change
6054 prototype.
6055
6056 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter
6057 in call to Fsingle_key_description.
6058
6059 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES.
6060 Callers changed.
6061
60622000-08-02 Colin Walters <walters@cis.ohio-state.edu>
6063
6064 * window.c (display_buffer_reuse_frames): New variable.
6065 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
6066 frames displaying BUFFER.
6067 (syms_of_window): Define Lisp variable
6068 display-buffer-reuse-frames.
6069
10b0f752
MB
60702000-08-01 Miles Bader <miles@gnu.org>
6071
6072 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding
6073 when to constrain NEW_POS (they were pretty screwed up before).
6074
16425c4a
EZ
60752000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6076
6077 * msdos.c (run_msdos_command): Save and restore the master
6078 environment, for the case that child_setup signals an error.
6079 When mirroring slashes in DOS shell commands, don't fail when
6080 argv[2] has embedded blanks.
da288c14
EZ
6081 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions.
6082 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
6083 (dos_ttraw): Call mouse_setup_buttons.
16425c4a
EZ
6084
6085 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
6086 using alloca; free it after run_msdos_command returns.
6087
27f73852
DL
60882000-07-27 Dave Love <fx@gnu.org>
6089
6090 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
6091 define.
6092 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently
6093 working.
6094
6095 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define.
6096
c0261b5e
EZ
60972000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
6098
6099 * editfns.c (lisp_time_argument): Fix last change.
6100
b548072f
GM
61012000-07-27 Gerd Moellmann <gerd@gnu.org>
6102
3ab82477
GM
6103 * fns.c (Fdelete): Make it work on vectors and strings in addition
6104 to lists.
6105
b548072f
GM
6106 * fns.c (Qkey_or_value, Qkey_and_value): New variables.
6107 (syms_of_fns): Initialize new variables.
6108 (sweep_weak_table): Handle weakness `key-or-value' and
6109 `key-and-value'.
6110 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
6111 weakness, with t meaning the same as `key-and-value'.
6112
91ae8751
KH
61132000-07-27 Kenichi Handa <handa@etl.go.jp>
6114
6115 * coding.h (struct coding_system): Member safe_charset deleted.
6116
6117 * coding.c (Qsafe_charsets): This variable deleted.
6118 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New
6119 variables.
6120 (coding_safe_chars): New function.
6121 (CODING_SAFE_CHAR_P): New macro.
6122 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of
6123 checking safe_charsets member of the coding system. Caller
6124 changed.
6125 (detect_coding_iso2022): New local variable safe_chars.
6126 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
6127 safe_charsets member of the coding system.
6128 (decode_coding_iso2022): New local variable safe_chars.
6129 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
6130 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
6131 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed.
6132 (ENCODE_UNSAFE_CHARACTER): New macro.
6133 (encode_coding_iso2022): New local variable safe_chars. Check
6134 unsafe chars.
6135 (setup_coding_system): Delete the code to initialize
6136 coding->safe_charses
6137 (intersection, find_safe_codings): New functions.
6138 (Ffind_coding_systems_region_internal): New function.
6139 (syms_of_coding): Defsubr it. Initialize Qsafe_chars,
6140 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp
6141 variable and initialize it.
6142
6143 * fns.c (char_table_ref_and_index): New function.
6144
6145 * lisp.h (char_table_ref_and_index): Add prototype.
6146
34a7a267
SS
61472000-07-26 Sam Steingold <sds@gnu.org>
6148
6149 * editfns.c (lisp_time_argument): Added third argument `usec'.
3ab82477 6150 (Ffloat_time): New built-in Lisp function.
34a7a267 6151
a95cb10a
GM
61522000-07-26 Gerd Moellmann <gerd@gnu.org>
6153
3353ef5a
GM
6154 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
6155 for the character code.
6156
6157 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and
6158 GNU/Linux.
6159
a95cb10a
GM
6160 * xmenu.c (menu_highlight_callback): Call show_help_echo directly
6161 if called for a popup menu.
6162 (xmenu_show): Store help string in widget values.
6163
b4a12321
DL
61642000-07-26 Dave Love <fx@gnu.org>
6165
6166 * syswait.h: Move some definitions.
6167 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex.
6168 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More
6169 perspicuous definitions.
6170 (WTERMSIG): Fix bit pattern used.
6171
13f5ad37
KH
61722000-07-26 Kenichi Handa <handa@etl.go.jp>
6173
6174 * print.c (print_object): If vector printing is truncated, print
6175 "..." to indicate it as well as the case of list printing.
6176
070fe99c
GM
61772000-07-25 Gerd Moellmann <gerd@gnu.org>
6178
969065c3
GM
6179 * xdisp.c (next_element_from_display_vector): Improve comments.
6180
6181 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
6182 for the character code, and the rest for the face id as in 20.x.
6183 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly.
6184
6185 * window.c (window_display_table): Cleaned up.
6186
070fe99c
GM
6187 * syntax.c (Fforward_word): Add last arg nil in call of
6188 Fconstrain_to_field.
6189
bad77ef7
EZ
61902000-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6191
969065c3 6192 * fileio.c (Frename_file) [DOS_NT]: If the file names are
bad77ef7
EZ
6193 identical but for the letter-case, don't call
6194 barf_or_query_if_file_exists.
6195
c28da489
MB
61962000-07-25 Miles Bader <miles@gnu.org>
6197
6198 * editfns.c (find_field): Honor special `boundary' fields.
6199 (Qboundary): New variables.
6200 (syms_of_editfns): Initialize Qboundary.
6201 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument.
6202 Use scan_buffer instead of find_before_next_newline, because it
6203 allows us to detect the boundary case where there's a newline at
6204 the search limit.
6205 * lisp.h (Fconstrain_to_field): Update external declaration.
6206
e3c31fd5
GM
62072000-07-24 Gerd Moellmann <gerd@gnu.org>
6208
6209 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
6210 if that is nil.
c28da489 6211
c66c29a2
DL
62122000-07-24 Dave Love <fx@gnu.org>
6213
6214 * s/sunos4-0.h, s/sol2.h:
6215 (LIBS_TERMCAP): Move from m/sparc.h.
6216
6217 * m/sparc.h (TERMINFO): Moved to system files (probably only
6218 relevant for sunos4 judging by its vintage).
6219 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on
6220 __arch64__.
6221
fbe0a958
EZ
62222000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6223
6224 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
6225 name to single_keymap_panes.
6226
7d88e5c9
AS
62272000-07-24 Andreas Schwab <schwab@suse.de>
6228
6229 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.
6230
e024b101
GM
62312000-07-24 Gerd Moellmann <gerd@gnu.org>
6232
6233 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
6234 parameters instead of using int parameters. Expect FN to accept
6235 EMACS_INT parameters.
6236 (display_echo_area, resize_echo_area_axactly, current_message)
6237 (truncate_echo_area, set_message_1): Call with_echo_area_buffer
6238 with new argument list.
6239 (resize_mini_window_1): New callback function.
6240 (current_message_1, truncate_message_1, set_message_1): Change
6241 parameter lists to the new format expected by
6242 with_echo_area_buffer.
6243
25c1a9ce
KH
62442000-07-24 Kenichi Handa <handa@etl.go.jp>
6245
6246 * fontset.c (fontset_ref): Remove INLINE declaration.
6247 (fontset_ref_via_base): Likewise.
6248 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications
6249 to downcase.
6250
7f987ac0
EZ
62512000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6252
6253 * msdos.c (IT_note_mouse_highlight): Process overlays in the
6254 correct order of priority. If help echo was found in an overlay,
6255 use that overlay as the object in which the help echo was found.
6256
e2db3069
MB
62572000-07-22 Miles Bader <miles@gnu.org>
6258
6259 * textprop.c (Fprevious_single_char_property_change): The initial
6260 property value should be from the position preceding POSITION, not
6261 following it.
6262
5e3203e4
EZ
62632000-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6264
6265 * coding.c (syms_of_coding): Doc fix for
6266 inhibit-iso-escape-detection.
6267
62145073
GM
62682000-07-21 Gerd Moellmann <gerd@gnu.org>
6269
c20aeb83
GM
6270 * xterm.c (note_mouse_highlight): Process overlays in the right
6271 order of priority.
34a7a267 6272
743934db
GM
6273 * keyboard.c (show_help_echo, gen_help_event): Extend comments.
6274
6275 * xterm.c (note_mouse_highlight): If help-echo was found in an
6276 overlay, use that overlay as the object in which the help was
6277 found.
6278
d1dc7e43 6279 * window.c (foreach_window_1): Fix typo reversing an if-condition.
34a7a267 6280
62145073
GM
6281 * window.c (foreach_window): Instead of a fake variable argument
6282 list, take one USER_DATA argument.
6283 (foreach_window_1): Likewise, and call callback functions with two
6284 args, the window and USER_DATA.
6285 (struct check_window_data): New struct.
6286 (check_window_containing): Use it.
6287 (window_from_coordinates): Set up a struct check_window_data for
6288 foreach_window.
6289 (add_window_to_list, freeze_window_start): Change parameters
6290 according to new calling convention.
6291
6292 * window.h (foreach_window): Change prototype.
6293
6294 * buffer.c (Fprevious_overlay_change): Avoid memory leak.
6295
62962000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
6297
6298 * xmenu.c (menu_help_callback): Call show_help_echo with
6299 additional arguments OBJECT and POS.
6300
11270583
KH
63012000-07-21 Kenichi Handa <handa@etl.go.jp>
6302
07b14857
KH
6303 * data.c (Faset): Allow storing any multibyte character in a
6304 string. Convert unibyte string to multibyte if necessary.
6305
11270583
KH
6306 * xfns.c (x_encode_text): New function.
6307 (x_set_name): Use x_encode_text.
6308 (x_set_title): Likewise.
6309
6310 * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
6311
6312 * xterm.h (x_encode_text): Add prototype.
6313
bc75b4fd
DL
63142000-07-20 Dave Love <fx@gnu.org>
6315
6316 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use
6317 xfree, not free.
6318
48c14970
EZ
63192000-07-20 Eli Zaretskii <eliz@is.elta.co.il>
6320
6321 * msdos.c (help_echo_window): New variable.
6322 (syms_of_msdos): Initialize and staticpro it.
6323 (IT_note_mode_line_highlight): Set help_echo_window.
6324 (IT_note_mouse_highlight): Ditto.
6325 (dos_rawgetc): Store help_echo_window in the second event produced
6326 for HELP_EVENTs.
6327
6328 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
6329 Record the object that generated the help echo and the position of
6330 that object in help_echo_object and help_echo_pos. Record that
6331 some glyphs in a row are displayed in mouse-face.
6332 (IT_update_begin): Don't clear mouse highlight unless one of the
6333 enabled glyph rows is marked as being displayed in mouse-face.
6334 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
6335 and position recorded in help_echo_object and help_echo_pos to the
6336 event queue.
6337 (IT_menu_display): Accept a new argument PN: the pane number of
6338 the current menu pane. Record the pane number and the item
6339 number of the item which has associated help string.
6340 (XMenuActivate): Update the prototype for help_callback in
6341 function declaration. Call IT_menu_display with the current menu
6342 pane number as an additional argument. Call help_callback with
6343 two additional arguments: the pane number and the item number of
6344 the menu item associated with the help text.
6345 (help_echo_object, help_echo_pos): New variables.
6346 (syms_of_msdos): Initialize them and staticpro help_echo_object.
6347
6348 * msdos.h (XMenuActivate): Update prototype.
6349
4279296d
GM
63502000-07-19 Gerd Moellmann <gerd@gnu.org>
6351
47db06aa
GM
6352 * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
6353 Add some more prototypes.
6354
6355 * xterm.c, xterm.h: Add some more prototypes.
6356
6357 * lisp.h (Fnext_single_char_property_change): Add prototype.
6358
6359 * dispnew.c (direct_output_for_insert): Remove confusing
6360 outer local variable mouse_face_overwritten_p.
6361 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
6362
4279296d
GM
6363 * alloc.c (allocate_string_data): Don't copy old string contents.
6364
670acd62
KH
63652000-07-19 Kenichi Handa <handa@etl.go.jp>
6366
6367 * coding.c (code_convert_region): Delete text properties before
6368 shrinking the conversion region.
6369
7cea38bc
GM
63702000-07-18 Gerd Moellmann <gerd@gnu.org>
6371
dc1cac59
GM
6372 * dispnew.c (update_text_area): Write the whole row if it
6373 has mouse-face in it.
6374
85a8aca9
GM
6375 * xfaces.c (face-alternative-font-family-alist): Remove
6376 DEFVAR_LISP; staticpro instead.
6377
34a7a267 6378 * xmenu.c (menu_help_callback): Call show_help_echo with
7cea38bc
GM
6379 new arguments.
6380
6381 * keyboard.c (show_help_echo): Add parameter WINDOW.
6382 (read_char): Call show_help_echo with window extracted from Lisp
6383 help event.
6384 (gen_help_event): Add parameter WINDOW.
6385
6386 * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
6387
6388 * xterm.c (help_echo_window): New variable.
6389 (note_mouse_highlight, note_tool_bar_highlight): Set
6390 help_echo_window.
6391 (XTread_socket): Pass help_echo_window to gen_help_event.
6392 (syms_of_xterm): Initialize and staticpro help_echo_window.
6393
f8276b77
DL
63942000-07-18 Dave Love <fx@gnu.org>
6395
6396 * Makefile.in: Fix dependencies of blockinput.h on atimer.h,
6397 systime.h.
6398
088831a6
GM
63992000-07-18 Gerd Moellmann <gerd@gnu.org>
6400
3d6cd763
GM
6401 * alloc.c (allocate_string_data): If string had already data
6402 assigned, copy old contents to new string data.
6403
6404 * coding.c (syms_of_coding): Fix typo in spelling of variable
6405 `inhibit-iso-escape-detection'.
6406
088831a6
GM
6407 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
6408
6409 * Makefile.in: Add dependencies on dispextern.h.
6410 (alloca.o): Don't define malloc and define EMACS_FREE instead of
6411 `free'; both can conflict with system header files.
6412
bc8a8d55
KH
64132000-07-18 Kenichi Handa <handa@etl.go.jp>
6414
6415 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is
6416 undefined.
6417
069f5950
DL
64182000-07-18 Dave Love <fx@gnu.org>
6419
6420 * window.c (Fwindow_list): Declare arg `window'.
6421
aa96c820
KH
64222000-07-18 Kenichi Handa <handa@etl.go.jp>
6423
6424 * coding.c (setup_coding_system): Don't override the explicitly
6425 specified designations.
6426
06be8d32
MB
64272000-07-15 Miles Bader <miles@gnu.org>
6428
6429 * editfns.c (char_property_eq, char_property_stickiness): Renamed
6430 from `text_property_eq' and `text_property_stickiness', respectively.
6431 (find_field, Fconstrain_to_field, char_property_eq)
6432 (char_property_stickiness): Changed to call char-property functions
6433 instead of text-property-only ones.
6434
6435 * textprop.c (Fnext_single_char_property_change): Made a subr (was
6436 `next_single_char_property_change'). Do more error checking, and
6437 cleanup limit behavior.
6438 (Fprevious_single_char_property_change): New function.
6439 (syms_of_textprop): Initialize new subrs.
6440
6441 * xdisp.c (display_prop_end, invisible_text_between_p):
6442 Call Fnext_single_char_property_change instead of
6443 next_single_char_property_change.
6444
3fddcdc3
JR
64452000-07-15 Jason Rumney <jasonr@gnu.org>
6446
6447 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
6448 after menu is finished with.
6449 (add_menu_item): Only consider wv->title as a menu title.
6450 (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
6451
6452 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
6453 null title.
6454 (FONT_REGEXP): Remove unused macro, and its sub-components.
6455 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
6456
6457 * w32term.c (help_echo_object, help_echo_pos): New variables.
6458 (note_mode_line_highlight): Store additional information about the
6459 help-echo in help_echo_object and help_echo_pos. Check both
6460 `local-map' and `keymap' properties for changing the cursor
6461 (note_mouse_highlight): Store additional information about the
6462 help-echo in help_echo_object and help_echo_pos.
6463 (note_tool_bar_highlight): Set help_echo_object to nil and
6464 help_echo_pos to -1.
6465 (w32_read_socket): Use gen_help_event instead of filling
6466 input_events manually.
6467 (syms_of_w32term): Staticpro help_echo_object.
6468 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
6469 set, arrange for a mouse-highlight redisplay in
6470 XTframe_up_to_date.
6471 (x_clear_mouse_face): New function.
6472 (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
6473 (x_update_window_begin): No need to turn off the mouse
6474 highlight here.
6475 (show_mouse_face): Set the mouse_face_p flag of glyph rows
6476 depending on whether they contain glyphs highlighted in
6477 mouse-face.
6478 (x_fill_stretch_glyph_string): Consume runs of stretch
6479 glyphs instead of a single one.
6480 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
6481 with new argument list.
6482 (x_set_glyph_string_gc): Make sure the face's GC is valid.
6483 (x_append_glyph, x_append_composite_glyph)
6484 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
6485 changes in struct glyph starting 1999-12-27. See comments for
6486 xterm.c on 2000-07-05.
6487
178c5d9c
SS
64882000-07-14 Sam Steingold <sds@gnu.org>
6489
6490 * xfaces.c (realize_x_face): Fix the last patch:
6491 check `default_face' before dereferencing.
6492
6fe533f6
DL
64932000-07-14 Dave Love <fx@gnu.org>
6494
069f5950 6495 * syntax.c (back_comment): Add null default in switch (for pcc).
6fe533f6 6496
dd7b81cf
KH
64972000-07-14 Kenichi Handa <handa@etl.go.jp>
6498
0693904a 6499 * xfaces.c (realize_x_face): Make fontset using the base of the
178c5d9c 6500 default_face's fontset, not using the default fontset.
0693904a 6501
dd7b81cf
KH
6502 * coding.c (inhibit_iso_escape_detection): New variable.
6503 (syms_of_coding): Make it a Lisp variable.
6504 (detect_coding_iso2022): If inhibit_iso_escape_detection is
6505 nonzero, ignore ISO2022's escape sequence.
6506
d5aa31d8
GM
65072000-07-14 Gerd Moellmann <gerd@gnu.org>
6508
e5acf0ca
GM
6509 * alloca.c (malloc) [emacs]: Define as xmalloc.
6510
bd23a692
GM
6511 * xfns.c (Fx_show_tip): If frame parameters contain a position,
6512 use that instead of the mouse position. Add parameters DX and DY.
6513
6514 * dispextern.h (Fx_show_tip): Adjust number of parameters
6515 in prototype.
6516
9662da0b
GM
6517 * keyboard.c (show_help_echo): Add parameters OBJECT and POS.
6518 if HELP is a function, call it with OBJECT and POS as parameters
6519 to get the help to display.
6520 (gen_help_event, kbd_buffer_store_help_event): New functions.
6521 (kbd_buffer_get_event): Construct the Lisp help-event differently.
6522 (read_char): Call show_help_echo with new parameters.
6523
178c5d9c 6524 * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
9662da0b
GM
6525 Add prototypes.
6526
6527 * xterm.c (help_echo_object, help_echo_pos): New variables.
6528 (note_mode_line_highlight): Store additional information about the
6529 help-echo in help_echo_object and help_echo_pos. Check both
6530 `local-map' and `keymap' properties for changing the cursor
6531 (note_mouse_highlight): Store additional information about the
6532 help-echo in help_echo_object and help_echo_pos.
6533 (note_tool_bar_highlight): Set help_echo_object to nil and
6534 help_echo_pos to -1.
6535 (XTread_socket): Use gen_help_event instead of filling
6536 input_events manually.
6537 (syms_of_xterm): Staticpro help_echo_object.
6538
6539 * xmenu.c (menu_highlight_callback): Use
6540 kbd_buffer_store_help_event instead of setting up and input_event
6541 structure manually.
6542
6543 * xdisp.c (eval_form): GCPRO argument sexpr.
6544 (call_function): New function.
6545 (handle_single_display_prop): Use call_function and FUNCTIONP
6546 instead of checking whether if font_height is a symbol and
6547 using eval_form.
6548
6549 * eval.c (internal_condition_case_2): New function.
6550
6551 * lisp.h (FUNCTIONP): New macro.
6552 (internal_condition_case_2, call_function): Add prototypes.
6553
d5aa31d8
GM
6554 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)
6555 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
6556 Always set `arg' member of input_events.
6557 (construct_menu_click): Unused function removed.
6558
6559 * msdos.c (dos_rawgetc): Always set `arg' member of input_events.
6560
6561 * w32term.c (construct_mouse_click, construct_mouse_wheel)
6562 (construct_drag_n_drop, x_scroll_bar_handle_click)
6563 (w32_read_socket): Always set `arg' member of input_events.
6564
6565 * keyboard.c (show_help_echo): Use eval_form. Add comment.
6566
6567 * lisp.h (eval_form): Add prototype.
6568
6569 * xdisp.c (eval_form): Make it externally visible.
6570
0f1a9b23
GM
65712000-07-13 Gerd Moellmann <gerd@gnu.org>
6572
6573 * xterm.c (x_handle_tool_bar_click): Store the frame in the
6574 frame_or_window slot of TOOL_BAR_EVENT input events instead of
6575 consing. For prefix events, store the frame in the `arg' slot of
6576 the event, otherwise store the key there.
6577 (XTread_socket): Instead of consing, use the frame_or_window slot
6578 of HELP_EVENTs for the frame, and the `arg' slot for the help
6579 string.
6580
6581 * xmenu.c (menu_highlight_callback): Store help string in the
6582 `arg' member of the input event; don't cons.
6583 (menubar_selection_callback): Use the `arg' slot of input events
6584 to queue additional information, instead of consing.
6585
6586 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs.
6587
6588 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in
6589 TOOL_BAR_EVENTs.
6590 (w32_read_socket): Adapt to changes in HELP_EVENTs.
6591
6592 * w32menu.c (menubar_selection_callback): Use the `arg' slot of
6593 input events to queue additional information, instead of consing.
6594
6595 * keyboard.c (kbd_buffer_gcpro): Renamed from
6596 kbd_buffer_frame_or_window. Now used for all Lisp objects
6597 referenced from the input queue.
6598 (kbd_buffer_store_event): Always use structure assignment for
6599 copying input events. Record all Lisp objects referenced from
6600 events in kbd_buffer_gcpro.
6601 (kbd_buffer_get_event): Construct Lisp `help-echo' events
6602 differently from input events. Test for prefix menu_bar_events
6603 and TOOL_BAR_EVENTs differently. Reset all slots used by an input
6604 event in kbd_buffer_gcpro to nil.
6605 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
6606 frame_or_window is equal to its arg member as prefix events.
6607 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
6608 used by an input event to nil.
6609 (init_keyboard): Use two times the size of the input queue
6610 for kbd_buffer_gcpro.
6611 (syms_of_keyboard): Likewise.
6612
6613 * emacs.c (handle_USR2_signal, handle_USR1_signal): Use
6614 USER_SIGNAL_EVENT.
6615
6616 * termhooks.h (struct input_event): Add member `arg'.
6617 (MENU_BAR_EVENT): Renamed from menu_bar_event.
6618 (USER_SIGNAL_EVENT): Renamed from user_signal.
6619
6620 * xfaces.c (ASET): Remove definition.
6621
6622 * lisp.h (AREF, ASET, ASIZE): New macros.
6623
6624 * fontset.c (AREF, ASIZE): Remove definitions.
6625
6626 * fns.c (AREF): Remove definition.
178c5d9c 6627
0f1a9b23
GM
6628 * composite.c (AREF): Remove definition.
6629
712eaef2
GM
66302000-07-12 Gerd Moellmann <gerd@gnu.org>
6631
d8ee7803
GM
6632 * dispnew.c (redraw_overlapped_rows): Add missing local.
6633 (scrolling_window): Remove debug code.
6634
712eaef2
GM
6635 * xdisp.c (try_window_reusing_current_matrix, try_window_id):
6636 Before scrolling, turn off a mouse-highlight in the window
6637 being scrolled.
6638
6639 * xterm.c (x_update_window_end): Add parameter
6640 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight
6641 redisplay in XTframe_up_to_date.
6642 (x_clear_mouse_face): New function.
6643 (x_redisplay_interface): Add pointer to x_clear_mouse_face.
6644
6645 * dispnew.c (make_current): Preserve the mouse_face_p flag of the
6646 current glyph row.
6647 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set
6648 it when any row is written to that contains glyphs highlighted in
6649 mouse-face.
6650 (update_window): Call the window update end hook with new
6651 parameter MOUSE_FACE_OVERWRITTEN_P.
6652 (direct_output_for_insert): Give up if row contains mouse-face.
6653
6654 * dispextern.h (struct redisplay_interface): Add parameter
6655 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
6656 (clear_mouse_face): New function pointer member.
6657
02010917
SM
66582000-07-11 Stefan Monnier <monnier@cs.yale.edu>
6659
6660 * syntax.c (back_comment): Use one switch rather than a few `if's.
6661 Obey open_paren_in_column_0_is_defun_start.
6662 When reverting to the `slow' method, try to nicely handle the case
6663 of nested comments by checking that the comment-starter we found
6664 does indeed match the comment-ender.
6665 (scan_sexps_forward, scan_sexps_forward):
6666 Ignore excessive opening parenthesis rather than throwing an error.
6667
d76c03ea
GM
66682000-07-11 Gerd Moellmann <gerd@gnu.org>
6669
6670 * doc.c (Fsubstitute_command_keys): Handle case that a GC
6671 in Fwhere_is_internal or get_keymap_1 relocates string contents.
6672
6673 * dispnew.c (direct_output_forward_char): Give up if currently
6674 displaying a message instead of the minibuffer contents.
6675
6676 * xterm.c (x_update_window_begin): No need to turn off the mouse
6677 highlight here.
6678 (show_mouse_face): Set the mouse_face_p flag of glyph rows
6679 depending on whether they contain glyphs highlighted in
6680 mouse-face.
6681
6682 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
6683 compare the mouse_face_p flags of both rows.
6684
6685 * dispextern.h (struct glyph_row): Add flag mouse_face_p.
6686
d55ead18
EZ
66872000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
6688
6689 * keyboard.c (show_help_echo): Accept additional parameter
6690 ok_to_overwrite_keystroke_echo.
6691 (read_char): Call show_help_echo with a zero
6692 ok_to_overwrite_keystroke_echo argument.
6693 * keyboard.h (show_help_echo): Update prototype of
6694 show_help_echo.
6695 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero
6696 ok_to_overwrite_keystroke_echo argument.
6697 * w32menu.c (w32_menu_display_help): Call show_help_echo with
6698 non-zero ok_to_overwrite_keystroke_echo argument.
6699
df75b1a3
GM
67002000-07-10 Gerd Moellmann <gerd@gnu.org>
6701
4b92c49a
GM
6702 * xdisp.c (try_window_id): If changes are all below what is
6703 displayed in the window, and point is in the window, we still
6704 might have to find point on the display.
6705
6706 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
6707 glyphs instead of a single one.
6708 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
6709 with new argument list.
6710 (x_set_glyph_string_gc): Make sure the face's GC is valid.
6711
df75b1a3
GM
6712 * keymap.c (get_keymap_1): Add comment that this function can GC.
6713 (where_is_internal_2, where_is_internal_1): Add GCPROs, add
6714 comment that functions can GC.
6715 (Fset_keymap_parent): GCPRO arg KEYMAP.
6716
4314cf3e
EZ
67172000-07-10 Eli Zaretskii <eliz@is.elta.co.il>
6718
6719 * msdos.c (XMenuActivate): After exiting the menu, restore the
6720 echo area message and erase it.
6721
ab49ce15
KH
67222000-07-10 Kenichi Handa <handa@etl.go.jp>
6723
6724 * fontset.c (Ffontset_info): Make the return value more compatible
6725 with that of Emacs 20.
6726
090a072f
GM
67272000-07-07 Gerd Moellmann <gerd@gnu.org>
6728
6729 * eval.c (Fsignal): Handle case that backtrace_list is null.
6730
f92de4a6
KH
67312000-07-07 Kenichi Handa <handa@etl.go.jp>
6732
6733 * ccl.c (Fccl_execute): Typo fixed.
6734
dd8888a1
GM
67352000-07-06 Gerd Moellmann <gerd@gnu.org>
6736
e5c81191 6737 * window.c (window_loop): Add missing gcpro1 local variable.
178c5d9c 6738
dd8888a1
GM
6739 * window.c (Fwindow_list): Reverse list at the end.
6740 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
6741 means allow windows on OWINDOW's frame, only.
6742 (window_loop): Simplified; use Fwindow_list.
6743
6744 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
6745
485266d0
GM
67462000-07-05 Gerd Moellmann <gerd@gnu.org>
6747
6748 * xterm.c (XTread_socket): Increment handling_signal at the start,
6749 decrement it at the end.
6750
6751 * eval.c (handling_signal): New variable.
6752 (Fsignal): Abort if handling_signal is non-zero.
6753
6754 * lisp.h (handling_signal): External declaration.
178c5d9c 6755
485266d0
GM
6756 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
6757
80fcd514
KR
67582000-07-05 Ken Raeburn <raeburn@gnu.org>
6759
6760 Sound support for NetBSD through "Linux emulation" support:
6761 * config.in (HAVE_SOUNDCARD_H): Undef.
6762 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
6763 * Makefile.in (LIBSOUND): New variable.
6764 (LIBES): Include it.
6765 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and
6766 <soundcard.h>.
6767 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined
6768 elsewhere.
6769 (vox_open): Use DEFAULT_SOUND_DEVICE.
6770 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
6771
d5c5cddd
GM
67722000-07-05 Gerd Moellmann <gerd@gnu.org>
6773
6774 * print.c (print_error_message): If Vsignaling_function is set,
6775 show it in *Messages*.
6776
6777 * lisp.h (Vsignaling_function): External declaration.
6778
6779 * eval.c (Vsignaling_function): New variable.
6780 (Fsignal): Compute it.
6781 (syms_of_eval): Staticpro it.
6782
65171e3a
DL
67832000-07-05 Dave Love <fx@gnu.org>
6784
6785 * syswait.h: Use the autoconf recommended approach. Old code
6786 #if'd out in case we need to revert.
6787
178c5d9c 6788 * config.in (HAVE_SYS_WAIT_H): Added.
65171e3a 6789
e2c46326
AI
67902000-07-05 Andrew Innes <andrewi@gnu.org>
6791
6792 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
6793 when non-NULL instead of __morecore, to take account of buffer
6794 memory. This also solves a problem with spurious memory warnings
6795 on Windows.
6796
6797 * ralloc.c: Make real_morecore non-static.
6798
6799 * eval.c (internal_condition_case): Comment out abort if
6800 interrupt_input_blocked is not zero.
6801
6802 * makefile.nt: Add support for `bootstrap' and related targets.
6803 Include minimal debug info in emacs.exe in release build.
6804 Remove all dependencies on lisp.h, and fixup some others.
6805
6806 * w32.c (init_environment): Install code from 20.7 for providing
6807 default values for environment variables, based on the
6808 executable's own location.
6809 (map_w32_filename): Handle filenames that are longer than
6810 MAX_PATH.
6811 (sys_socket): Install socket inheritance bug fix from 20.7.
6812
6813 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
6814 here via blockinput.h).
6815
a027a91b
SM
68162000-07-05 Stefan Monnier <monnier@cs.yale.edu>
6817
e4b31601
SM
6818 * w32menu.c (w32_menu_display_help):
6819 * xmenu.c (menu_help_callback): Use show_help_echo.
a027a91b
SM
6820
6821 * keyboard.h (show_help_echo): Declare.
6822
6823 * keyboard.c (show_help_echo): New function, extracted from read_char.
6824 Feval its `msg' argument if it's a cons cell.
6825 (read_char): Use it.
4cf8d9d5 6826 (follow_key): Pass `autoload' to get_keyelt.
a027a91b 6827
178c5d9c 6828 * xterm.c (note_mode_line_highlight, note_mouse_highlight)
a027a91b 6829 (note_tool_bar_highlight, XTread_socket):
178c5d9c 6830 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
a027a91b
SM
6831 (dos_rawgetc):
6832 * w32term.c (note_mode_line_highlight, note_mouse_highlight)
6833 (note_tool_bar_highlight, w32_read_socket):
6834 Do not gratuitously ignore non-string `help-echo' properties.
6835
88d75730
GM
68362000-07-05 Gerd Moellmann <gerd@gnu.org>
6837
969f7e79
GM
6838 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
6839
71201b00
GM
6840 * window.c (delete_all_subwindows): Reset Vwindow_list.
6841
88d75730
GM
6842 * xterm.c (x_append_glyph, x_append_composite_glyph)
6843 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
6844 changes in struct glyph starting 1999-12-27. Some bit-fields of
6845 struct glyph were not set, which made glyphs unequal when compared
6846 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
6847 effects were the result. This also depended on the contents of
6848 memory returned by xmalloc. If flickering happens again, activate
6849 the code in clear_glyph_row that's in #if 0. If the flickering is
6850 gone with that, chances are that it is caused by something
6851 similar.
6852
6853 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
178c5d9c 6854
88d75730
GM
6855 * dispextern.h: Add some comments.
6856
6857 * window.c (add_window_to_list): Add parameter LIST.
6858 (window_list): Order list so that, for each frame, windows are
6859 in canonical order, and so that frames appear in the list in
6860 the order given by Vframe_list.
6861 (next_window): Reverse the handling of NEXT_P.
6862
53654733
GM
68632000-07-04 Gerd Moellmann <gerd@gnu.org>
6864
87efd256
GM
6865 * window.c (Vwindow_list): New variable.
6866 (make_window, delete_window): Set Vwindow_list to nil.
6867 (check_window_containing): New function.
6868 (window_from_coordinates): Rewritten.
6869 (add_window_to_list, window_list, candidate_window_p)
6870 (decode_next_window_args, next_window): New functions.
6871 (Fnext_window, Fprevious_window): Rewritten in terms of
6872 next_window.
6873 (Fwindow_list): New function.
6874 (Fother_window): Cleaned up.
6875 (foreach_window): Add a longer "variable argument list". Let
6876 callback function return 0 to indicate that cycling over windows
6877 should stop.
6878 (foreach_window_1): Likewise.
6879 (freeze_window_start): Return int.
6880 (init_window): New function.
6881 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
6882
6883 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear
6884 input_event with bzero.
6885 (main): Call init_window.
6886
53654733
GM
6887 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
6888 a menu filter.
6889
4a8c194f
KH
68902000-07-04 Kenichi Handa <handa@etl.go.jp>
6891
6892 * composite.h (make_composition_value_copy): Extern it.
6893
6894 * composite.c (make_composition_value_copy): New function.
6895
6896 * editfns.c (Fformat): While copying text properties, make each
6897 composition property value a copy.
6898
6899 * fns.c (concat): While copying text properties, make each
6900 composition property value a copy.
6901
831a6cb0
GM
69022000-07-03 Gerd Moellmann <gerd@gnu.org>
6903
2f516940
GM
6904 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
6905
178c5d9c 6906 * fns.c (sweep_weak_table): Mark only objects that are not
aee625fa
GM
6907 marked already.
6908
831a6cb0
GM
6909 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
6910 include those frames as candidates which have their focus
6911 redirected to the minibuffer frame.
6912
d9c4f922
SM
69132000-07-03 Stefan Monnier <monnier@cs.yale.edu>
6914
6915 * fns.c (Fputhash): Return `value' rather than nil.
6916
3780bc22
GM
69172000-06-30 Gerd Moellmann <gerd@gnu.org>
6918
97d176db
GM
6919 * frame.c (next_frame): Don't check focus redirection in case
6920 MINIBUF is a window. Doing so excludes frames using MINIBUF
3780bc22
GM
6921 unless their focus is redirected, which contradicts the
6922 specification of next-frame, and leads to infinite loops in
6923 certain situations when cycling through windows with next-window.
6924
dca9961d
KH
69252000-06-30 Kenichi Handa <handa@etl.go.jp>
6926
6927 * coding.c (code_convert_region): Even if the length of text is
6928 zero, try to convert it if coding->type is coding_type_ccl.
6929 (decode_coding_string, encode_coding_string): Likewise.
6930
d5483ab1
GM
69312000-06-28 Gerd Moellmann <gerd@gnu.org>
6932
af5c25e1 6933 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
97d176db 6934 the display if windows_or_buffers_changed.
af5c25e1
GM
6935
6936 * dispnew.c (struct row_entry): New structure.
6937 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
6938 (row_table_size, old_lines, new_lines, old_lines_size)
6939 (new_lines_size, run_pool, runs_size, runs): New variables.
6940 (add_row_entry): New function.
6941 (scrolling_window): Use data structures allocated with xmalloc and
97d176db 6942 held in global variables, instead of allocating them with alloca and
af5c25e1
GM
6943 holding them in local variables. Use a larger hash table whose
6944 size depends on glyph matrix sizes. Don't use bzero to clear the
6945 hash table; instead, clear used slots only.
6946
6947 * fns.c (next_almost_prime): Make it externally visible.
6948
6949 * lisp.h (next_almost_prime): Add prototype.
6950
d5483ab1
GM
6951 * s/isc4-0.h (sigunblock): Define.
6952
6953 * s/sco5.h (sigunblock): Define.
6954
93e40f40
DL
69552000-06-27 Dave Love <fx@gnu.org>
6956
6957 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
6958 (moved to osf5-0.h).
6959 [!NOT_C_CODE]: Protect string.h stuff.
6960
6961 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
6962 (sys_siglist, NSIG): Definitions moved here from osf1.h.
6963
3c4b7685
GM
69642000-06-27 Gerd Moellmann <gerd@gnu.org>
6965
97d176db 6966 * xdisp.c (resize_mini_window): Subtract the extra line spacing
3c4b7685
GM
6967 below the last line from the needed window height.
6968
32cad0aa
SM
69692000-06-26 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * fns.c (Fplist_member): Renamed from Fwidget_plist_member.
6972 (Fwidget_get): Use it.
6973 (syms_of_fns): Defsubr it.
6974
2c69ced2
GM
69752000-06-26 Gerd Moellmann <gerd@gnu.org>
6976
178c5d9c 6977 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
1d36487c
GM
6978 display info for XIM.
6979 (xim_open_dpy): Likewise.
6980 (xim_close_dpy): Don't free the display info's XIM.
6981
6982 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic.
6983
6984 * config.in (USE_XIM): New define.
6985
3fc720e4
GM
6986 * keymap.c (get_keyelt): For menu-items containing a `:filter
6987 FILTER', apply FILTER to the menu-item's definition to get the
6988 real definition to use.
6989
6990 * lisp.h (QCfilter): External declaration.
6991
2c69ced2
GM
6992 * xfns.c (Fimage_size): New function.
6993 (syms_of_xfns): Defsubr it.
6994
f978b2a2
AS
69952000-06-26 Andreas Schwab <schwab@suse.de>
6996
6997 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after
6998 Fstring_as_unibyte.
6999
94cc7892
DL
70002000-06-25 Dave Love <fx@gnu.org>
7001
7002 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag,
7003 tgetnum.
7004
7005 * Makefile.in (blockinput.h): Depend on atimer.h.
7006 (atimer.h): Depend on systime.h.
7007
7008 * blockinput.h: Protect against multiple inclusion. Include
7009 atimer.h.
7010
7011 * atimer.h: Protect against multiple inclusion. Include
7012 systime.h.
7013
7014 * lisp.h (swap_in_global_binding): Declare.
7015
b8c24556
KR
70162000-06-24 Ken Raeburn <raeburn@gnu.org>
7017
7018 * process.c (Fopen_network_stream): Turn off atimers for duration
7019 of call to connect. (Patch from Gerd.)
7020
8cf8560b
DL
70212000-06-23 Dave Love <fx@gnu.org>
7022
511c7541
DL
7023 * ralloc.c: Maybe include unistd.h
7024
8cf8560b
DL
7025 * emacs.c (setgrp): Undefine before defining.
7026 (malloc_warning, set_time_zone_rule, index): Prototype.
7027
7028 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use
7029 HAVE_STRUCT_TIMEZONE.
7030
7031 * s/osf1.h: Move string.h hack here from alpha.h and make it
7032 conditional.
7033 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
7034 _XOPEN_SOURCE.
7035 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
7036 (SOCKLEN_TYPE): Don't define.
7037
7038 * m/alpha.h: Remove string.h hack.
7039
7040 * s/osf5-0.h: New file.
7041
7042 * filelock.c: Use feature tests for fcntl.h, string.h. Don't
7043 include time.h, done by systime.h.
7044 [__FreeBSD__]: Remove redundant includes.
7045
3fc720e4 7046 * callproc.c (setpgrp): Undefine before defining.
8cf8560b
DL
7047 (delete_temp_file): Return Qnil to avoid warning.
7048
7049 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
7050
7051 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not
7052 HAVE_X_WINDOWS.
7053
7054 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset.
7055
7056 * composite.h (compose_text): Declare.
7057
7058 * xterm.c: Don't include sys/types.h unconditionally. Don't
7059 protect its inclusion with !USG (following xmenu.c).
7060
ea055732
GM
70612000-06-23 Gerd Moellmann <gerd@gnu.org>
7062
7063 * xfns.c (x_create_tip_frame): Initialize frame's colors like
7064 in x_create_frame.
7065
74b01b80
EZ
70662000-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7067
7068 * coding.c (decode_eol_post_ccl): Special handling for undecided
7069 and inconsistent EOL types.
7070
64f3a166
GM
70712000-06-22 Gerd Moellmann <gerd@gnu.org>
7072
16cf31f7
GM
7073 * xrdb.c (x_load_resources): Add default resource for scroll bar's
7074 trough color and main window's background color.
7075
178c5d9c 7076 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events
16cf31f7
GM
7077 differently.
7078
7079 * xterm.h (Xt_app_con): External declaration.
7080
7081 * widget.c (EmacsFrameRealize): Fix typo.
178c5d9c 7082
486a103d
GM
7083 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
7084
64f3a166
GM
7085 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
7086 (handle_invisible_prop): Record the start of invisible text in
7087 it->add_overlay_start.
7088 (struct overlay_entry): Add member `overlay'.
7089 (handle_overlay_change): Simplify.
7090 (next_overlay_string): After having processed overlay strings at the
7091 end of the buffer, record that fact in
7092 it->overlay_strings_at_end_processed_p.
7093 (compare_overlay_entries): If before- and after-strings come
7094 from the same overlay, let before-strings come first.
7095 (RECORD_OVERLAY_STRING): Record the overlay that strings come from.
7096 (load_overlay_strings): Take it->add_overlay_start into account
7097 when adding overlay strings.
7098
7099 * dispextern.h (struct it): Add member add_overlay_start.
7100
bb746ea6
DL
71012000-06-22 Dave Love <fx@gnu.org>
7102
7103 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
7104
7105 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
7106
a8f573f3
KH
71072000-06-22 Kenichi Handa <handa@etl.go.jp>
7108
7109 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
7110 is greater than 0.
7111
9f2bbc92
DL
71122000-06-21 Dave Love <fx@gnu.org>
7113
178c5d9c 7114 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
9f2bbc92 7115
3ee5041c
SM
71162000-06-21 Stefan Monnier <monnier@cs.yale.edu>
7117
7118 * syntax.c (back_comment): Simplify string-parity counting (with
7119 the added benefit of handling multiple string-styles as long as
7120 they are not intertwined).
7121 Jump to the slow code as soon as a comment starter is found in
7122 a "string_lossage" position. Fixes the case: " /* " /* " */.
7123
4c343001
DL
71242000-06-21 Dave Love <fx@gnu.org>
7125
7126 * Makefile.in: Use GETLOADAVG_LIBS.
7127
7128 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
7129 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
7130
e6365855
SM
71312000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7132
7133 * syntax.c (describe_syntax): Recognize the `n'estable bit.
7134 (Fforward_comment, scan_lists):
7135 Check the comstyle of single-char comment-starters.
7136 (scan_sexps_forward): Don't try to recognize `half comment-enders' if
7137 we're just at the beginning of the comment (f.ex with (*) ... (*)).
d355bd8a
SM
7138 Check the comstyle of single-char comment-starters.
7139 Clarify control-flow around the Scomment case.
e6365855 7140
5700d2cc
DL
71412000-06-20 Dave Love <fx@gnu.org>
7142
d355bd8a
SM
7143 * fns.c (make_hash_table, maybe_resize_hash_table):
7144 Cast arg of next_almost_prime.
5700d2cc 7145
178c5d9c 7146 * tparam.c [emacs]: Include lisp.h.
5700d2cc
DL
7147
7148 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
7149 and unistd.h.
7150
4a27bdfb
GM
71512000-06-20 Gerd Moellmann <gerd@gnu.org>
7152
a61d762c
GM
7153 * keyboard.c (adjust_point_for_property): Check if display
7154 property should be treated as intangible by looking at its
7155 value.
7156
178c5d9c 7157 * xdisp.c (single_display_prop_intangible_p)
a61d762c
GM
7158 (display_prop_intangible_p): New functions.
7159
7160 * dispextern.h (display_prop_intangible_p): Add prototype.
7161
7162 * xdisp.c (dump_glyph_row): Show type of glyph->object.
178c5d9c 7163
4a27bdfb
GM
7164 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
7165 argument to sigprocmask.
7166
7167 * s/sco5.h (sigblock): Redefined to pass a pointer as second
7168 argument to sigprocmask.
7169
7170 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
7171 sigprocmask_set, and pass a pointer to it to sigprocmask.
7172
7173 * sysdep.c (sigprocmask_set): New variable.
7174
7175 * fileio.c (make_temp_name): Don't use `%s' in string passed to
7176 report_file_error.
7177
427ec082
SS
71782000-06-20 Sam Steingold <sds@gnu.org>
7179
7180 * xrdb.c: Don't declare xmalloc, xrealloc.
7181
8972fe79 71822000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8972fe79
SM
7183
7184 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
7185 (re_comp): Cast gettext return value to avoid complaints when
7186 !HAVE_LIBINTL.
7187
074b6efe
DL
71882000-06-20 Dave Love <fx@gnu.org>
7189
f85c008a
DL
7190 * m/stride.h, m/mips.h: Don't define HAVE_GETWD,
7191 HAVE_GETTIMEOFDAY.
7192
5700d2cc 7193 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
f85c008a 7194
d355bd8a 7195 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD.
f85c008a
DL
7196
7197 * m/alpha.h: Don't declare xmalloc, xrealloc.
7198
0af4f205
DL
7199 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
7200
7201 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
7202
7203 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
7204
7205 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
7206 HAVE_GETWD.
7207
074b6efe
DL
7208 * keyboard.h (poll_for_input_1): Declare.
7209
7210 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
7211
7212 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
7213
7214 * doprnt.c: Don't declare xmalloc, xrealloc.
7215
7216 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
7217 (getenv, ctime, getwd): Removed.
7218 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
7219
7220 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic,
7221 x_set_tool_bar_lines.
7222
7223 * config.in: Add HAVE_GETWD. Move some definitions above
7224 machine/system includes.
7225
68a5e97b
KH
72262000-06-20 Kenichi Handa <handa@etl.go.jp>
7227
95417e1e
KH
7228 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
7229
68a5e97b
KH
7230 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
7231 contain information about ENCODING.
7232
7233 * fontset.c (FONTSET_ASCII): Use the first element of char table
7234 for an ASCII font, not defalt slot.
7235 (fontset_ref_via_base): If FONTSET doesn't contain information for
7236 C, try the default fontset.
7237 (make_fontset): Don't copy the default fontset.
7238 (fontset_font_pattern): Likewise.
7239 (accumulate_font_info): If ELT is nil, use the corresponding
7240 element in the default fontset.
7241
3b4fa1b2
DL
72422000-06-19 Dave Love <fx@gnu.org>
7243
943e731c
DL
7244 * syntax.c (Fparse_partial_sexp): Doc fix.
7245
7246 * regex.h: Test PROTOTYPES as well as __STDC__.
7247
3b4fa1b2
DL
7248 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
7249 errno, strerror. Put text after #endif in comment.
7250
7251 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for
7252 pcc).
7253
7254 * xterm.c (x_frame_of_widget): Likewise.
7255
cdf0357b
GM
72562000-06-19 Gerd Moellmann <gerd@gnu.org>
7257
7258 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
7259 to Vfundamental_mode_abbrev_table.
7260
7261 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
7262 bogus objects are marked. This slows down GC by ~80 percent, but
7263 it might be worth trying when debugging GC-related problems.
7264 This feature requires conservative stack marking to be enabled.
7265
7266 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
7267 returns XLookupChars, reset `modifiers' to zero.
7268
998e9f8c
DL
72692000-06-19 Dave Love <fx@gnu.org>
7270
7271 * mktime.c: Unprotoized.
7272
18e21ce8 72732000-06-19 Richard Stallman <rms@gnu.org>
d1504184
GM
7274
7275 * data.c (set_internal): If variable is frame-local,
7276 store the new value immediately into the frame parameter alist.
7277
140c4ac6
KR
72782000-06-19 Ken Raeburn <raeburn@gnu.org>
7279
14358466
KR
7280 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
7281 in the custom handler pointer.
7282
140c4ac6
KR
7283 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
7284 value, or checks for CHAR_META can fail when Lisp_Object is a
7285 union type.
7286 * keymap.c (get_keyelt): Likewise.
7287
10d7bf84
KH
72882000-06-19 Kenichi Handa <handa@etl.go.jp>
7289
7290 * ccl.h (struct ccl_program): New member eol_type.
7291 (struct ccl_spec): New member cr_carryover.
7292
7293 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
7294 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
7295
7296 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
7297 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
7298 (decode_eol_post_ccl): New function.
7299 (decode_coding): Don't detect EOL format here for CCL based coding
7300 systems.
7301 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
7302 decode_eol_post_ccl after running the CCL program.
7303 (code_convert_region): Don't detect EOL format here for CCL based
7304 coding systems.
7305 (decode_coding_string): Likewise.
7306
52e386c2
KR
73072000-06-18 Ken Raeburn <raeburn@gnu.org>
7308
7309 * charset.c (update_charset_table): Use XINT on "iso_final_char"
7310 when treating it as an integer.
7311
7312 * coding.h (encode_coding_string): Declare.
7313
7314 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
7315 it as an integer.
7316
7317 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
7318 "xkeymap" to avoid shadowing the "enum map_type" value that needs
7319 to be passed to get_local_map.
7320
7321 * sound.c (Fplay_sound): Don't call make_number on
7322 Frun_hook_with_args count argument.
7323
7324 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
7325 for lisp objects in X event structure data field, when lisp
7326 objects are represented with unions.
7327 (x_scroll_bar_to_input_event): Ditto.
7328
b357b9d4
KR
73292000-06-16 Ken Raeburn <raeburn@gnu.org>
7330
7331 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
37d034d3
KR
7332 termination of string. Fix sense of test whether
7333 Vline_number_display_limit is an integer.
b357b9d4 7334
a871441d
GM
73352000-06-16 Gerd Moellmann <gerd@gnu.org>
7336
a9021acd
GM
7337 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
7338 only if HAVE_X_WINDOWS.
7339
6344985d
GM
7340 * keymap.c (describe_buffer_bindings): Add `\f\n' in front
7341 of titles.
7342
427ec082 7343 * dispnew.c (update_frame_1): Handle case that cursor vpos is
a871441d
GM
7344 out of bounds.
7345
228b083e
EZ
73462000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7347
7348 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
7349 of its headers.
7350
c25b53a2
KH
73512000-06-15 Kenichi Handa <handa@etl.go.jp>
7352
7353 * coding.c (decode_coding_emacs_mule): Always set src_base at the
7354 start of the while loop.
7355
a6981b11
GM
73562000-06-15 Gerd Moellmann <gerd@gnu.org>
7357
e9924e52
GM
7358 * atimer.c (alarm_signal_handler): Add forward declaration.
7359
a6981b11
GM
7360 * data.c (set_internal): Remove debug code.
7361
25fa6deb
GM
73622000-06-14 Gerd Moellmann <gerd@gnu.org>
7363
dce6b995
GM
7364 * Makefile.in (bootstrap-temacs): Add `-I../src'.
7365
9f817ea4
GM
7366 * unexec.c (toplevel) [COFF]: Include coff.h.
7367
7368 * s/lynxos.h: New file.
7369
7370 * keymap.c (Fsingle_key_description): Enclose function key and
7371 event symbol names in angle brackets.
7372
8a4e3c0c
GM
7373 * xdisp.c (setup_echo_area_for_printing): Call
7374 message_log_maybe_newline if message_buf_print is not set.
7375
7376 * print.c (printchar, strout): Don't check message_buf_print
427ec082 7377 before calling setup_echo_area_for_printing because that
8a4e3c0c
GM
7378 function does something useful even when message_buf_print is
7379 already set.
7380
25fa6deb
GM
7381 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New
7382 variables.
7383 (ensure_echo_area_buffers): Initialize echo buffer's
7384 truncate lines setting to nil.
7385 (with_echo_area_buffer): Don't set the echo buffer's truncate
7386 lines setting here.
8a4e3c0c 7387 (set_message_1): Set it here instead, based on the value
25fa6deb
GM
7388 of message_truncate_lines.
7389 (resize_mini_window): Handle case that lines are truncated.
7390 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL
7391 message-truncate-lines.
7392
7393 * keyboard.c (read_char): Bind message-truncate-lines to t
7394 while displaying a help-echo.
7395
7396 * lisp.h (Qmessage_truncate_lines): External declaration.
7397
163dcff3
GM
73982000-06-13 Gerd Moellmann <gerd@gnu.org>
7399
1681ead6
GM
7400 * xdisp.c (Vline_number_display_limit): Renamed from
7401 line_number_display_limit.
7402 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
7403 Extend documentation string. Initialize
7404 Vline_number_display_limit to nil meaning no limit.
7405 (decode_mode_spec): Use Vline_number_display_limit with its new
7406 meaning.
7407
163dcff3
GM
7408 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
7409
18e21ce8 74102000-06-13 Richard Stallman <rms@gnu.org>
163dcff3
GM
7411
7412 * frame.c (Fmodify_frame_parameters): Doc fix.
427ec082 7413
163dcff3
GM
7414 * xfns.c (x_set_frame_parameters): Comment fix.
7415
7416 * frame.c (store_frame_param): Call swap_in_global_binding if the
7417 variable's current binding was chosen based on this frame.
7418
7419 * data.c (swap_in_global_binding): New function.
7420
a704139d
EZ
74212000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7422
7423 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
7424 macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
7425
9b6610db
EZ
74262000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7427
7428 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
7429
c68833d2
JR
74302000-06-12 Jason Rumney <jasonr@gnu.org>
7431
7432 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
7433
7434 * w32.h (EMACS_W32_H): Renamed from _NT_H_
7435
7436 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
7437
7438 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
7439
ed1056b3
GM
74402000-06-12 Gerd Moellmann <gerd@gnu.org>
7441
7442 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
7443 (syms_of_xfaces): Defsubr Sdump_colors.
7444 (x_free_colors): Don't treat b&w specially on default visual.
7445 (x_free_dpy_colors): New function.
7446 (free_face_colors): Don't check visual class; it's done
7447 in x_free_colors.
7448
7449 * xterm.c (x_frame_of_widget): New function.
7450 (x_alloc_nearest_color_for_widget): Use it.
7451 (x_copy_dpy_color): New function.
7452 (x_destroy_window): Free various colors.
7453
5050a2ef
KH
74542000-06-12 Kenichi Handa <handa@etl.go.jp>
7455
7456 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
7457
7458 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
7459
7460 * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
7461
7462 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
7463
7464 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
7465
fb1b041d
DL
74662000-06-11 Dave Love <fx@gnu.org>
7467
7468 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
7469
ff96b5f4
EZ
74702000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
7471
7472 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
7473
db8eeecd
GM
74742000-06-11 Gerd Moellmann <gerd@gnu.org>
7475
ed1056b3 7476 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
db8eeecd
GM
7477 to `XEvent *'.
7478
49b71c5f
KH
74792000-06-10 Kenichi Handa <handa@etl.go.jp>
7480
c479bd55
KH
7481 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
7482 (regex_compile): Fix the code for handling the case of single byte
7483 char and multibyte char being mixed in a range within [...].
7484
ff6a65c2
KH
7485 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
7486 and dst_multibyte members of coding.
7487
49b71c5f
KH
7488 * charset.c (update_charset_table): Update the table
7489 bytes_by_char_head.
7490 (init_charset_once): Initialize elements of bytes_by_char_head to
7491 1 except for leading codes for private charases.
7492
7493 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
7494 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
7495 sequence.
7496
9e80b57d
KR
74972000-06-09 Ken Raeburn <raeburn@gnu.org>
7498
7499 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
7500 access the data it doesn't point to.
7501
f83fe4b4
GM
75022000-06-08 Gerd Moellmann <gerd@gnu.org>
7503
7504 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
db8eeecd 7505 will be translated to a switch-frame event when reading the
f83fe4b4
GM
7506 event queue. This is necessary because Emacs otherwise won't
7507 perform a switch-frame to a new frame until some other event, for
7508 example a keystroke event, forces it to do so. This has various
7509 effects, one visible being that the cursor of a frame created with
7510 C-x 5 2 or switched to with a window manager key binding like
7511 A-TAB stays hollow because selected_window isn't on the newly
7512 focused frame until the switch-frame is performed.
7513
7514 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
7515 generating a switch-frame event if necessary.
7516
7517 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
7518
7519 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
7520 it's an integer.
7521
0890801b
KH
75222000-06-08 Kenichi Handa <handa@etl.go.jp>
7523
7524 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a
7525 charset.
7526
173cbca8
GM
75272000-06-07 Gerd Moellmann <gerd@gnu.org>
7528
3091c2a6
GM
7529 * window.c (displayed_window_lines): Take empty lines at
7530 the bottom of a window into account.
427ec082 7531
f38952fe
GM
7532 * window.c (displayed_window_lines): New function.
7533 (Fmove_to_window_line): Use displayed_window_lines to determine
7534 the number of lines to move, instead of using the window's height.
7535
7536 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
7537 to stop reading, even if the form read sets point to a different
7538 value when evaluated.
7539
427ec082 7540 * xdisp.c (display_line): Fix code deciding in which line to
173cbca8
GM
7541 put the cursor.
7542
6ba6c818
KH
75432000-06-07 Kenichi Handa <handa@etl.go.jp>
7544
7545 * fileio.c (e_write): Free composition data if stored in
7546 coding->cmp_data.
7547
5f1aea9a
GM
75482000-06-06 Gerd Moellmann <gerd@gnu.org>
7549
666852af
GM
7550 * xdisp.c (display_line): Set row's and iterator's
7551 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
7552 Set cursor even if row ends in the middle of a character.
7553 (dump_glyph_row): Print values of new flags.
7554 (redisplay_window) <cursor movement in unchanged window>: When
7555 point has been moved forward, and PT is at the end of the cursor
7556 row, don't place the cursor in the next row if the cursor row ends
7557 in the middle of a character or at ZV.
7558
7559 * dispextern.h (struct it): Add starts_in_middle_of_char_p.
7560 (struct glyph_row): Add starts_in_middle_of_char_p and
7561 ends_in_middle_of_char_p.
7562 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
7563 ends_in_middle_of_char_p flag.
7564 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
7565
d13f3e2e
GM
7566 * term.c (append_glyph): Revert change of 2000-06-06.
7567
7568 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
7569 padding glyph not fitting on line as whole character not
7570 fitting on line.
7571
5f1aea9a
GM
7572 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
7573 this isn't true for images with `:ascent 100'.
7574
10cda9b0
KH
75752000-06-06 Kenichi Handa <handa@etl.go.jp>
7576
ed00559d
KH
7577 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
7578 as modified if it is originally unmodified.
7579
10cda9b0
KH
7580 * term.c (encode_terminal_code): Change the way to check if
7581 terminal coding does any conversion.
7582 (append_glyph): Set glyph->pixel_width correctly.
7583
7584 * xdisp.c (display_line): While checking line continuation, pay
7585 attention to a padding glyph.
7586
1969fae2
GM
75872000-06-05 Gerd Moellmann <gerd@gnu.org>
7588
7589 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
7590
162ccef4
DL
75912000-06-05 Dave Love <fx@gnu.org>
7592
f19f32dd
DL
7593 * xdisp.c: Include fontset.h.
7594
7595 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
7596
7597 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
7598
7599 * dispnew.c: Conditionally include term.h.
7600
7601 * coding.h: Declare code_convert_string_norecord.
7602
7603 * frame.h (struct frame): Use volatile unconditionally.
7604
7605 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
7606
7607 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
7608
7609 * systime.h: Protect against multiple inclusion.
7610 (timezone) [USG5_4]: Define as time_t.
7611
7612 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
7613 (Foptimize_char_table, make_temp_name): Declare.
7614
7615 * Makefile.in (xdisp.o): Depend on fontset.h.
7616
7617 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
7618
7619 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
7620 (Foptimize_char_table, make_temp_name): Declare.
7621
427ec082 7622 * s/irix4-0.h:
162ccef4
DL
7623 * s/irix5-0.h:
7624 * s/netbsd.h: Don't define autoconfiscated MATHERR.
7625
2082fe81
DL
76262000-06-02 Dave Love <fx@gnu.org>
7627
7628 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
7629
dcf671d2
GM
76302000-06-02 Gerd Moellmann <gerd@gnu.org>
7631
7632 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
1969fae2 7633 result face, set flags in that face indicating that colors may not
dcf671d2
GM
7634 be freed.
7635
7636 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
7637 glyph, use the ASCII NUL character to determine the face.
7638
d42122a3
DL
76392000-06-02 Dave Love <fx@gnu.org>
7640
7641 * sysdep.c: Conditionally include stdlib.h, unistd.h.
7642 (VFORK_RETURN_TYPE): Remove.
427ec082 7643
d42122a3
DL
7644 * config.in: Add NO_MATHERR.
7645
dd432f16
DL
76462000-06-01 Dave Love <fx@gnu.org>
7647
90aa4ea8
DL
7648 * cmds.c (internal_self_insert): Don't check
7649 Vbefore_change_function, Vafter_change_function.
7650
7651 * insdel.c (signal_before_change, signal_after_change): Likewise.
7652
7653 * buffer.c (Vbefore_change_function, Vafter_change_function):
7654 Variables and their initializations deleted.
7655
2330c9d4
DL
7656 * callint.c (Fcall_interactively): Doc fix.
7657
dd432f16
DL
7658 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
7659
bf9e8804
DL
76602000-05-31 Dave Love <fx@gnu.org>
7661
7662 * textprop.c: Revert last change -- duplicated.
7663
3694b4ab
GM
76642000-05-31 Gerd Moellmann <gerd@gnu.org>
7665
7666 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
7667 in #if 0.
7668
7669 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
7670
f14156cd
JR
76712000-05-31 Jason Rumney <jasonr@gnu.org>
7672
8119aab8
JR
7673 * search.c (Fre_search_forward, Fre_search_backward)
7674 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
7675
f14156cd
JR
7676 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
7677
4aab9be3
JR
76782000-05-30 Jason Rumney <jasonr@gnu.org>
7679
7680 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
7681 [WINDOWSNT]: Add extern for Vw32_system_coding_system.
7682
7683 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type
7684 member.
7685
7686 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
7687 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
7688 expand a nil default_filename.
7689
7690 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
7691 pointer to glyph_to_pixel_coords, not a frame.
7692
7693 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
7694 coding.h to dependencies.
7695
7696 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
7697
7698 * w32console.c (glyph_to_pixel_coords): Change first parameter to
7699 window pointer to be consistent with w32term.c and xterm.c.
7700
7701 * w32fns.c: Format and doc changes to bring closer to xfns.c.
7702 (VIETNAMESE_CHARSET): Define if not defined in system headers.
7703 (Qline_spacing, Qcenter): New variables.
7704 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
7705 (x_set_line_spacing): New function.
7706 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT
7707 macros.
7708 (x_specified_cursor_type): New function.
7709 (x_set_cursor_type): Use it.
7710 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
7711 and icon strings.
7712 (validate_x_resource_name, x_get_resource_string): Measure lengths
7713 of external strings in bytes.
7714 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
7715 GetTextExtentPoint32 with NULL title.
7716 (Fx_create_frame): Initialize Qline_spacing.
7717 (w32_load_system_font): Initialize font->double_byte_p.
7718 (x_to_w32_charset): Use Vw32_charset_info_alist.
7719 (Image, busy cursor, tooltip functions): Merged changes from
7720 xfns.c. Not yet functional on Windows.
7721
7722 * w32gui.h (W32FontStruct): Add double_byte_p member.
7723
7724 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
7725 (emacs_button_translation): Use it.
7726 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
7727 in `mask' to be set.
7728
7729 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
7730 menu strings.
7731
7732 * w32term.c: Format and doc changes to bring closer to xterm.c.
7733 (w32_char_font_type): New enum.
7734 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
7735 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
7736 (w32_encode_char): New function.
7737 (x_encode_char): Removed.
7738 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
7739 x_encode_char and w32_font_is_double_byte.
7740 (x_produce_image_glyph): Use image_ascent.
7741 (x_produce_glyphs): Use new version of w32_per_char_metric and
7742 handle NULL return value. Allow extra line spacing.
7743 (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
7744 (w32_get_glyph_overhangs): Remove unicode_p param. Use
7745 w32_font_type member of glyph instead.
7746 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
7747 (fast_find_position): Make sure not to consider rows not visible
7748 in the window.
7749 (w32_read_socket) [WM_MENUSELECT]: Cannot call
7750 w32_menu_display_help with input blocked, as it can abort.
7751 (x_display_and_set_cursor): Choose cursor depending
7752 on buffer-local value of cursor_type.
7753 (x_draw_bar_cursor): Add parameter WIDTH.
7754
7755 * w32term.h (CP_DEFAULT): Define.
7756 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
7757
10fc3187
GM
77582000-05-30 Gerd Moellmann <gerd@gnu.org>
7759
7760 * search.c (Fre_search_forward, Fre_search_backward)
7761 (Fposix_search_backward, Fposix_search_forward): Doc fix.
7762
d0555360
KH
77632000-05-30 Kenichi Handa <handa@etl.go.jp>
7764
7765 * coding.c (detect_coding_iso2022): Fix code for checking
7766 CODING_CATEGORY_MASK_ISO_8_2.
7767
f1ad044f
SM
77682000-05-29 Stefan Monnier <monnier@cs.yale.edu>
7769
7770 * regex.c (PREFETCH_NOLIMIT): New function.
7771 (re_match_2_internal): Use it and adjust the end_match_2 logic.
7772
84ec3b4b
GM
77732000-05-29 Gerd Moellmann <gerd@gnu.org>
7774
66254a13
GM
7775 * syntax.c (find_defun_start): Move test for
7776 open_paren_in_column_0_is_defun_start outside of the loop.
7777
49e70dec
GM
7778 * xdisp.c (redisplay_window): Really switch buffers when
7779 displaying mode lines, and temporarily set selected_frame to the
7780 frame of the window that's redisplayed.
7781
84ec3b4b
GM
7782 * xfaces.c (free_realized_faces): Block/unblock input.
7783 (free_realized_multibyte_face): Ditto.
7784
869a3a14
DL
77852000-05-29 Dave Love <fx@gnu.org>
7786
7787 * textprop.c (Qkeymap): New variable.
7788 (syms_of_textprop): Intern it.
7789
7790 * keymap.c: Include intervals.h.
7791 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
7792
7793 * Makefile.in (keymap.o): Depend on intervals.h.
7794
7795 * keyboard.c (menu_bar_items, tool_bar_items)
7796 (Fexecute_extended_command): Deal with `keymap' property.
7797 (read_key_sequence): Track map from `keymap' property as well as
7798 `local_map'.
7799
7800 * intervals.c (get_local_map): Extra arg to allow looking for
7801 `keymap' too.
7802
7803 * intervals.h (map_property): New enum.
7804 (get_local_map): Extra arg using it.
7805 (Qkeymap): Declare.
7806
84ec3b4b 7807 * lisp.h (get_local_map): Don't declare here.
869a3a14 7808
89d0c844
KH
78092000-05-29 Kenichi Handa <handa@etl.go.jp>
7810
7811 * Makefile.in (callproc.o): Depend on composite.h.
7812
7813 * callproc.c: Include composite.h.
7814 (Fcall_process): Handle composition correctly.
7815
7816 * coding.h (coding_allocate_composition_data): Extern it.
7817 (coding_restore_composition): Likewise.
7818
7819 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
7820 yet allocated, finish decoding with result
7821 CODING_FINISH_INSUFFICIENT_CMP.
7822 (coding_allocate_composition_data): Make it non-static.
7823 (coding_restore_composition): Likewise.
7824
797a084a
EZ
78252000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
7826
7827 * charset.c (syms_of_charset): Revert last change.
7828
cf872af5
EZ
78292000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7830
7831 * term.c (produce_glyphs): Treat characters from the eight-bit-*
d7d0dac0
SM
7832 charsets as unibyte, with 1-column screen width. Sent by Kenichi
7833 Handa.
cf872af5 7834
5b1ae051
EZ
78352000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7836
7837 * charset.c (syms_of_charset): Set width of character sets
7838 eight-bit-control and eight-bit-graphic to 1 column.
7839
34ec9ebe
GM
78402000-05-26 Gerd Moellmann <gerd@gnu.org>
7841
7842 * config.in (HAVE_SPEED_T): New define.
7843
7844 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
7845 `extern speed_t'.
7846
dd854dc2
DL
78472000-05-26 Dave Love <fx@gnu.org>
7848
7849 * coding.c (shrink_decoding_region): Initialize eol_conversion.
7850
7851 * data.c (Qsubrp, Qmany, Qunevalled): New variables.
7852 (Fsubr_arity): New function.
7853 (syms_of_data): Install them.
7854
ba9f8f95
KH
78552000-05-26 Kenichi Handa <handa@etl.go.jp>
7856
0f3e0672
KH
7857 * charset.c (init_charset_once): Set the table bytes_by_char_head
7858 correctly.
7859
cebefb44
KH
7860 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
7861 the default fontset to what Emacs uses by default.
0f3e0672
KH
7862 (check_registry_encoding): This function deleted.
7863 (Fset_fontset_font): Remove the adhoc condition for the default
7864 fontset. Allow cons in FONTNAME.
cebefb44 7865
0f3e0672
KH
7866 * fns.c (map_char_table): Ignore char-table entries for
7867 charsets eight-bit-control and eight-bit-graphic.
ba9f8f95 7868
7a18af49
KR
78692000-05-25 Ken Raeburn <raeburn@gnu.org>
7870
7871 * emacs.c (main): Initialize keyboard syms before initializing
7872 window code, so face names are available.
7873
d2af47df
SM
78742000-05-25 Stefan Monnier <monnier@cs.yale.edu>
7875
7876 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
7877 of an anchor at the beginning of a shy-group.
7878
fc6a6a4e
GM
78792000-05-25 Gerd Moellmann <gerd@gnu.org>
7880
7881 * xdisp.c (handle_invisible_prop): Don't try to skip over
7882 invisible text if end of text is already reached.
7883
005f0d35
DL
78842000-05-25 Dave Love <fx@gnu.org>
7885
02513cdd
DL
7886 * xdisp.c (Fdump_glyph_matrix): Declare the arg.
7887
005f0d35
DL
7888 * coding.c (encode_eol): Add null statement after label.
7889
89f6ca4e
EZ
78902000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
7891
7892 * w16select.c (Fw16_set_clipboard_data): Fix the change from
7893 2000-05-20.
7894
a4e1759e
KH
78952000-05-25 Kenichi Handa <handa@etl.go.jp>
7896
7897 * ccl.c (ccl_driver): Fix previous change.
7898
eacfd7fe
KH
78992000-05-25 Kenichi Handa <handa@etl.go.jp>
7900
46ab33a9
KH
7901 * coding.c (run_pre_post_conversion_on_str): Set point to the
7902 beginning of buffer before calling coding->post_read_conversion.
7903 (decode_coding_string): Give correct args to
7904 run_pre_post_conversion_on_str.
7905 (encode_coding_string): Likewise.
7906
eacfd7fe
KH
7907 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
7908 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
7909 eight-bit-graphic correctly.
7910
f8569325
DL
79112000-05-24 Kenichi HANDA <handa@etl.go.jp>
7912
7913 * fileio.c (Finsert_file_contents): Even if a file is not found,
7914 execute codes for setting up coding system. Call
7915 after-insert-file-functions unconditionally.
7916
04545643
GM
79172000-05-24 Gerd Moellmann <gerd@gnu.org>
7918
7919 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
7920 BSD_PGRPS are not defined.
7921
747d90ea
KH
79222000-05-24 Kenichi Handa <handa@etl.go.jp>
7923
7924 * charset.c (update_charset_table): Accept nil in LONG_NAME and
7925 DESCRIPTION.
7926 (syms_of_charset): Avoid building same strings.
7927
716e3b88
GM
79282000-05-23 Gerd Moellmann <gerd@gnu.org>
7929
7930 * lread.c (Fload): Add a comment about the meaning of
7931 Vuser_init_file being t.
7932
7933 * puresize.h (BASE_PURESIZE): Increase to 675000.
7934
7935 * s/gnu-linux.h (setpgrp): Don't define it here because this
7936 prevents compilation on GNU/Linux systems with glib 2.2.
7937
7938 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
7939 as setpgid.
427ec082 7940
9aeb39fa
EZ
79412000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
7942
7943 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
7944 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
7945 version.
7946 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
7947
29ced61b
KH
79482000-05-23 Kenichi Handa <handa@etl.go.jp>
7949
0574a2ed
KH
7950 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE
7951 unconditionally.
7952
3d80f24d
KH
7953 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
7954
7955 * term.c (encode_terminal_code): Set coding->src_multibyte
7956 properly.
7957
29ced61b
KH
7958 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
7959
d7e00792
KH
79602000-05-22 Kenichi Handa <handa@etl.go.jp>
7961
c9d80d38
KH
7962 * keyboard.c (read_char): Allow character codes 128..255 to be
7963 handled by input-method-function.
7964
d7e00792
KH
7965 * insdel.c (adjust_markers_for_replace): Fix previous change.
7966 (adjust_after_replace): If PREV_TEXT is nil, call
7967 adjust_markers_for_insert, not adjust_markers_for_replace.
7968
087121cc 79692000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
427ec082 7970
087121cc
GM
7971 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
7972 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
7973 [HAVE_GRANDPT]: Define.
7974 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
7975
7976 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
7977 like SYSV_PTYS.
7978
7979 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
7980
7981 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
7982
c9671f81
KH
79832000-05-20 Kenichi Handa <handa@etl.go.jp>
7984
7985 The following changes are to handle 8-bit characters in a
7986 multibyte buffer/string without facing with byte combining
7987 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and
7988 eight-bit-graphic (for 0xA0..0xFF) are introduced.
7989
7990 * Makefile.in (fns.o): Depend on charset.h.
7991
7992 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
7993 convert it to unibyte.
7994 (make_string): Use parse_str_as_multibyte, not chars_in_text.
7995
7996 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
7997 apparent char boundary.
7998 (Fset_buffer_multibyte): Convert 8-bit characters in the range
7999 0x80..0x9F to/from multibyte form.
8000
8001 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
8002 to unibyte.
8003
8004 * callproc.c (Fcall_process): Always encode an argument string if
8005 it is multibyte. Setup src_multibyte and dst_multibyte members of
8006 process_coding properly.
ce75fd23 8007
c9671f81
KH
8008 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
8009 SPLIT_NON_ASCII_CHAR.
8010
8011 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
8012 as is.
8013 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
8014
8015 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New
8016 variables.
8017 (SPLIT_CHARACTER_SEQ): This macro deleted.
8018 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is
8019 valid.
8020 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
8021 and eight-bit-graphic.
8022 (char_to_string): Likewise. Signal an error for too large
8023 character code.
8024 (char_printable_p): Return 0 for 8-bit characters.
8025 (update_charset_table): Update iso_charset_table only when a final
8026 character is non-negative.
8027 (find_charset_in_text): Renamed from find_charset_in_str.
8028 Arguments and return value changed. Callers changed.
8029 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
8030 be -1 if CHARSET is used only internally.
8031 (Fmake_char_internal): Handle new charsets; eight-bit-control and
8032 eight-bit-graphic.
8033 (Fcharset_after): Simplified.
8034 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
8035 (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
8036 (multibyte_chars_in_text): Simplified by assuming there's no
8037 invalid multibyte sequence.
8038 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
8039 str_as_unibyte): New functions.
8040 (Fstring): Simpified by assuming that byte combining never
8041 happens.
8042 (init_charset_once): Initialization for
8043 LEADING_CODE_8_BIT_CONTROL.
8044 (syms_of_charset): Intern and staticpro Qeight_bit_control and
8045 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets
8046 eight-bit-control and eight-bit-graphic.
8047
8048 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
8049 CHARSET_8_BIT_GRAPHIC): New macros.
8050 (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
8051 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
8052 (CHARSET_REVERSE_CHARSET): Likewise.
8053 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
8054 eight-bit-graphic.
8055 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
8056 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
8057 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
8058 encounter an invalid multibyte sequence.
8059 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
8060 sequence is always valid.
8061 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
8062 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New
8063 macros.
8064 (CHAR_STRING): For 8-bit characters, call char_to_string.
8065 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume
8066 multibyte sequence is always valid.
8067 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
8068 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
8069 str_as_unibyte): Extern them.
8070 (BCOPY_SHORT): Fix a bug.
8071 (CHAR_LEN): This macro deleted. Callers changed to use
8072 CHAR_BYTES.
8073 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
8074 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
8075 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
8076
bd4bde7f 8077 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
c9671f81
KH
8078 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
8079 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE,
8080 EMIT_BYTES): New macros.
8081 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII,
8082 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
8083 macros deleted.
8084 (CHECK_CODE_RANGE_A0_FF): This macro deleted.
8085 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
8086 check the validity of multibyte sequence.
8087 (decode_coding_emacs_mule): New function.
8088 (encode_coding_emacs_mule): New macro.
8089 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
8090 the source.
8091 (DECODE_ISO_CHARACTER): Just return a character code.
8092 (DECODE_COMPOSITION_START): Set coding->result instead of result.
8093 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
8094 EMIT_CHAR to produced decoded characters. Exit the loop only by
8095 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last
8096 block here.
8097 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce
8098 only position codes for an invalid character.
8099 (encode_designation_at_bol): Return new destination pointer. 5th
8100 arg DSTP is changed to DST.
8101 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
8102 from the source by ONE_MORE_CHAR. Don't handle the case of last
8103 block here.
8104 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
8105 macros deleted.
8106 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8,
8107 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
8108 TWO_MORE_BYTES to fetch a byte from the source.
8109 (encode_eol): Pay attention to coding->src_multibyte.
8110 (detect_coding, detect_eol): Preserve members src_multibyte and
8111 dst_multibyte.
8112 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
8113 (encoding_buffer_size): Set magnification to 3 for all coding
8114 systems that require encoding.
8115 (ccl_coding_driver): For decoding, be sure that the result is
8116 valid multibyte sequence.
8117 (decode_coding): Initialize coding->errors and coding->result.
8118 For emacs-mule, call decode_coding_emacs_mule. For no-conversion
8119 and raw-text, always call decode_eol. Handle the case of last
8120 block here. If not coding->dst_multibyte, convert the resulting
8121 sequence to unibyte.
8122 (encode_coding): Initialize coding->errors and coding->result.
8123 For emacs-mule, call encode_coding_emacs_mule. For no-conversion
8124 and raw-text, always call encode_eol. Handle the case of last
8125 block here.
8126 (shrink_decoding_region, shrink_encoding_region): Detect cases
8127 that we can't skip data more rigidly.
8128 (code_convert_region): Setup src_multibyte and dst_multibyte
8129 members of coding. For decoding, if the buffer is multibyte,
8130 convert the source sequence to unibyte in advance. For encoding,
8131 if the buffer is multibyte, convert the resulting sequence to
8132 multibyte afterward.
8133 (run_pre_post_conversion_on_str): New function.
8134 (code_convert_string): Deleted and divided into the following two.
8135 (decode_coding_string, encode_coding_string): New functions.
8136 (code_convert_string1, code_convert_string_norecord): Call one of
8137 above.
8138 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
8139 MAKE_NON_ASCII_CHAR.
8140 (Fset_terminal_coding_system_internal,
8141 Fset_safe_terminal_coding_system_internal): Setup src_multibyte
8142 and dst_multibyte members.
8143 (init_coding_once): Initialize iso_code_class with new enum
8144 ISO_control_0 and ISO_control_1.
8145
8146 * coding.h (enum iso_code_class_type): Member ISO_control_code is
8147 devided into ISO_control_0 and ISO_control_1.
8148 (struct coding_system): New members src_multibyte, dst_multibyte,
8149 errors, and result. Delete member fake_multibyte.
8150 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
8151 nonzero.
8152 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
8153 nonzero.
8154
8155 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
8156 (Faset): Likewise.
8157
8158 * editfns.c (Fformat): Be sure to convert 8-bit characters to
8159 multibyte form.
8160 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
8161 combining occurs.
8162 (Ftranspose_region): Delete codes for handling byte combining.
8163
8164 * fileio.c (Finsert_file_contents): Setup src_multibyte and
8165 dst_multibyte members of coding. On handling REPLACE on unibyte
8166 buffer, convert the result of decode_coding to unibyte. On
8167 inserting into a mutibyte buffer, always call code_convert_region.
bd4bde7f 8168 (e_write): Setup coding->src_multibyte according to the
c9671f81
KH
8169 multibyteness of the source (buffer or string).
8170
8171 * fns.c (concat): Handle 8-bit characters correctly.
8172 (Fstring_as_unibyte): Be sure to make all 8-bit characters in
8173 unibyte in the result.
8174 (Fstring_as_multibyte): Be sure to make all 8-bit characters in
8175 valid multibyte form in the result.
8176 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
8177 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
8178 return -1, signal an error.
8179 (base64_encode_1): New arg MULTIBYTE. Get each character by
8180 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte
8181 character is found, return -1.
8182 (Fbase64_decode_region): Delete codes for handling byte-combining.
8183 Treat each decoded byte as a unibyte character.
8184 (Fbase64_decode_string): Return unibyte string.
8185 (Fcompare_strings, concat, string_byte_to_char): Use
8186 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
8187 FETCH_STRING_CHAR_ADVANCE.
8188 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
8189 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
8190
8191 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
8192 SPLIT_NON_ASCII_CHAR.
8193 (fontset_ref_via_base, fontset_set): Likewise
8194
8195 * insdel.c (adjust_markers_for_record_delete): Deleted.
8196 (adjust_markers_for_insert): Argument changed. Caller changed.
8197 (adjust_markers_for_replace): Likewise.
8198 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error,
8199 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
8200 (copy_text): Delete unused local varialbe c_save. For converting
8201 to multibyte, be sure to make all 8-bit characters in valid
8202 multibyte form.
8203 (count_size_as_multibyte): Handle 8-bit characters correctly.
8204 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
8205 adjust_after_replace, replace_range, del_range_2)
8206 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
8207 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
8208 adjust_after_replace, replace_range, del_range_2) Delete codes for
8209 handling byte combining.
8210 (adjust_before_replace): Deleted.
427ec082 8211
c9671f81
KH
8212 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
8213 SPLIT_NON_ASCII_CHAR.
8214 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
8215 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE
8216 unconditionally.
8217 (Fkey_description): Likewise.
8218
8219 * lread.c (read1): On reading multibyte string, be sure to make
8220 all 8-bit chararacters in valid multibyte form.
8221 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
8222
8223 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
8224 unconditionally.
8225
8226 * process.c (Fstart_process): GCPRO current_dir before calling
8227 Ffind_operation_coding_system. Encode arguments here.
8228 (create_process): Don't encode arguments here. Setup
8229 src_multibyte and dst_multibyte members of struct coding.
8230 (read_process_output): Setup src_multibyte and dst_multibyte
8231 members of struct coding. If the output is to multibyte buffer,
8232 always decode the output of the process. Adjust the
8233 representation of 8-bit characters to the multibyteness of the
8234 output.
8235 (send_process): Setup coding->src_multibyte according to the
8236 multibyteness of the source.
8237
8238 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE
8239 unconditionally.
8240 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
8241 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
8242
8243 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of
8244 CHAR_LEN.
8245
8246 * w16select.c (Fw16_set_clipboard_data): Setup members
8247 src_multibyte and dst_multibyte of coding. Adjusted for the
8248 change for find_charset_in_str.
8249 (Fw16_get_clipboard_data): Likewise.
8250
8251 * w32fns.c (w32_to_x_font): Setup members src_multibyte and
8252 dst_multibyte of coding.
8253 (x_to_w32_font): Likewise.
8254
8255 * w32select.c (Fw32_set_clipboard_data): Setup members
8256 src_multibyte and dst_multibyte of coding. Adjusted for the
8257 change for find_charset_in_str.
8258 (Fw32_get_clipboard_data): Likewise.
8259
8260 * xdisp.c (get_next_display_element): Handle 8-bit characters
8261 correctly.
8262 (next_element_from_display_vector): Use CHAR_BYTES instead of
8263 CHAR_LEN.
8264 (disp_char_vector): Use SPLIT_CHAR instead of
8265 SPLIT_NON_ASCII_CHAR.
8266
8267 * xselect.c (selection_data_to_lisp_data): Setup members
8268 src_multibyte and dst_multibyte of coding. Adjusted for the
8269 change for find_charset_in_str.
8270 (lisp_data_to_selection_data): Likewise.
8271
5f64c9e0
GM
82722000-05-19 Gerd Moellmann <gerd@gnu.org>
8273
2b63d473
GM
8274 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed
8275 buffer.
8276
5f64c9e0
GM
8277 * dispextern.h (Vimage_types): Add extern declaration.
8278
8279 * xdisp.c (Vimage_types): Moved here from xfns.c.
8280 (syms_of_xdisp): Move `image-types' variable here from xfns.c.
8281
8282 * xfns.c (Vimages_types): Moved to xdisp.c.
8283 (syms_of_xfns): Move `image-types' to xdisp.c.
8284
8285 * w32fns.c (Vimage_types): Removed.
8286 (syms_of_w32fns): Remove `image-types'.
8287
813086ea
KH
82882000-05-18 Kenichi Handa <handa@etl.go.jp>
8289
8290 * fns.c (map_char_table): Pay attention to character number of
8291 charset. Check the validity of charset at the first level. For
8292 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
8293 the default value.
8294
8295 * fontset.c: Include "buffer.h".
8296 (fs_load_font): If the face has fontset, record the face ID in
8297 that fontset.
8298 (Finternal_char_font): New function.
8299 (accumulate_font_info): New function.
8300 (Ffontset_info): Rewritten for the new fontset implementation.
8301 (syms_of_fontset): Register Vdefault_fontset in the first element
8302 of Vfontset_table. Include Vdefault_fontset in
8303 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
8304 function.
8305
bdaebbf0
DL
83062000-05-16 Dave Love <fx@gnu.org>
8307
8308 * m/iris5d.h: Deleted -- unused.
8309
cb613bb8
GM
83102000-05-16 Gerd Moellmann <gerd@gnu.org>
8311
b15f3b77
GM
8312 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
8313 `invalid' instead of `illegal'.
8314
8315 * indent.c (Fmove_to_column): When ending within a tab, insert
8316 spaces first so that markers at the end of the tab get adjusted.
8317
835c1b36
GM
8318 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
8319 buffer list that wasn't selected in that frame.
8320
cb613bb8
GM
8321 * filelock.c (get_boot_time): To obtain an 8 char file name, which
8322 is needed on mescaline, use a 2 char prefix, and call
8323 make_temp_name with second arg non-zero.
8324
8325 * fileio.c (make_temp_name): New function, extracted from
8326 Fmake_temp_name.
8327 (Fmake_temp_name): Use it.
8328
f685bea9
EZ
83292000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
8330
8331 * window.c (coordinates_in_window): Subtract 1 when computing
8332 right_x.
8333
a1b8d58b
GM
83342000-05-15 Gerd Moellmann <gerd@gnu.org>
8335
8336 * Makefile.in (lisp): Add env.elc.
8337
8338 * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
8339
a265079f
GM
83402000-05-12 Gerd Moellmann <gerd@gnu.org>
8341
8342 * search.c (Freplace_match): Handle case of `\N' in the
8343 replacement when there's no group N.
8344
da4496b6
GM
83452000-05-11 Gerd Moellmann <gerd@gnu.org>
8346
0ace421a
GM
8347 * xdisp.c (add_to_log): Don't pass the terminating NUL byte
8348 of the message to message_dolog.
8349
1172eb8d
GM
8350 * keyboard.c (read_char): Don't clear current message for help
8351 events; let the code handling help events handle this. Change
8352 code detecting help events that should be ignored.
8353
da4496b6
GM
8354 * xdisp.c (handle_single_display_prop): Don't try to set PT if
8355 we're interating over a string.
8356
0623e40f
DL
83572000-05-09 Dave Love <fx@gnu.org>
8358
8359 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
8360 that offset before writing. Move gcpro region past call of
8361 Ffile_regular_p.
8362
bae2503b
DL
83632000-05-04 Dave Love <fx@gnu.org>
8364
8365 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
8366
ec82fb2f
GM
83672000-05-04 Gerd Moellmann <gerd@gnu.org>
8368
8369 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
8370 of inserted characters when BUF equals the current buffer, and PT
8371 is in front of or equal to FROM.
8372
cbf18892
GM
83732000-05-03 Gerd Moellmann <gerd@gnu.org>
8374
4ff40dd0
GM
8375 * xdisp.c (handle_single_display_prop): If display property value
8376 is invalid, or something not supported on the frame, restore
8377 iterator's position to what it was initially. Make sure to return
8378 0 for invalid and unsupported property values.
8379
cbf18892
GM
8380 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
8381 that x_per_char_metric returns null.
8382
1b0672c3
GM
83832000-05-02 Gerd Moellmann <gerd@gnu.org>
8384
576da55d
GM
8385 * xterm.h (struct face): Add forward declaration.
8386 (struct image): Ditto.
8387 (image_ascent): Add prototype.
8388
8389 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
8390 (x_draw_image_relief, x_draw_image_foreground_1): Call function
8391 image_ascent instead of using IMAGE_ASCENT.
8392
8393 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
8394 (IMAGE_ASCENT): Removed.
8395
8396 * xfns.c (Qcenter): New variable.
8397 (enum image_value_type): Add IMAGE_ASCENT_VALUE.
8398 (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
8399 (image_ascent): New function.
8400 (lookup_image): Recognize `:ascent center'.
8401 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
8402 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
8403 (xbm_load): Don't set image's ascent here.
8404 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
8405 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
8406 check ascent values here.
8407 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
8408 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
8409 (syms_of_xfns): Initialize Qcenter.
8410
1b0672c3
GM
8411 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
8412 to the limits, increase the limits.
8413
0d7811ed
KH
84142000-05-01 Kenichi Handa <handa@etl.go.jp>
8415
8416 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
8417 Check Vfont_encoding_alist against the full name of the opened
8418 font.
8419
a943a5ca
GM
84202000-04-28 Gerd Moellmann <gerd@gnu.org>
8421
8422 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
8423 taller than the window.
8424
5dba1e29
KH
84252000-04-28 Kenichi Handa <handa@etl.go.jp>
8426
8427 * xfaces.c (realize_x_face): Fix the argument of the second
8428 xassert. BASE_FACE may not be a face for ASCII.
8429
353964e3
GM
84302000-04-27 Gerd Moellmann <gerd@gnu.org>
8431
c76e04a8
GM
8432 * print.c (print_object): Treat print-length < 0 as nil.
8433
8434 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
8435
8436 * s/freebsd.h (TERMCAP_OBJ): Removed.
8437 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
8438
8439 * lread.c (read1): Don't treat period followed by certain
8440 characters as symbol start.
8441
8442 * xfns.c (slurp_file): New function.
8443 (xbm_image_p): Handle case of in-memory XBM files.
8444 (xbm_scan): Rewritten to work on memory buffers instead of files.
8445 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
8446 Work on memory buffers instead of files. If DATA is null test
8447 if buffer looks like an in-memory XBM file.
8448 (xbm_load_image): Renamed from xbm_load_image_file. Work on
8449 memory buffers instead of files.
8450 (xbm_file_p): New function.
8451 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
8452
353964e3
GM
8453 * lread.c (end_of_file_error): New function.
8454 (read1): Call it instead of signaling `end-of-file' directly.
8455
427ec082 8456 * print.c (print_error_message): Print data of `end-of-file'
353964e3
GM
8457 with Fprinc instead of Fprin1.
8458
24d744ac
KR
84592000-04-26 Ken Raeburn <raeburn@gnu.org>
8460
8461 * window.c (freeze_window_start): Check that minibuffer scroll
8462 window isn't nil before extracting the window structure pointer
8463 from it.
8464
8465 * undo.c (record_delete): If we hit the end of the undo list, stop
8466 picking elements apart.
8467
7464346d
GM
84682000-04-26 Gerd Moellmann <gerd@gnu.org>
8469
8470 * xdisp.c (display_line): If lines are continued, restore
8471 iterator's ascent/descent information to the values before the
8472 first glyph not fitting on the line.
8473
612839b6
GM
84742000-04-25 Gerd Moellmann <gerd@gnu.org>
8475
8476 * xdisp.c (try_window_id) <all changes above window start>: Adjust
8477 positions in glyph matrix. Don't compute new window end
8478 positions.
8479
8480 * dispnew.c (increment_matrix_positions): Renamed from
8481 increment_glyph_matrix_buffer_positions.
8482 (increment_row_positions): Renamed from
8483 increment_glyph_row_buffer_positions.
8484
8485 * dispextern.h: Change names of renamed functions from dispnew.c
8486 in prototypes.
8487
cc181e95
GM
84882000-04-24 Gerd Moellmann <gerd@gnu.org>
8489
abfcc168
GM
8490 * fileio.c (Fdo_auto_save): Create directories for auto-save
8491 list file if necessary.
8492
cc181e95
GM
8493 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
8494 from buffer or frame.
8495 (automatic_hscrolling_p): New variable.
8496 (hscroll_windows): Scroll windows horizontally only if automatic
8497 hscrolling is allowed.
8498 (syms_of_xdisp): New variable `automatic-hscrolling'.
8499
8500 * frame.h (struct frame): Add member extra_line_spacing.
8501
8502 * xfns.c (x_set_line_spacing): New function.
8503 (Fx_create_frame): Set line spacing from resources.
8504 (Qline_spacing): New variable.
8505 (syms_of_xfns): Initialize Qline_spacing.
427ec082 8506
cc181e95
GM
8507 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
8508
8509 * buffer.c (init_buffer_once): Handle extra_line_spacing.
8510 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
abfcc168 8511 (reset_buffer): Don't initialize extra2 and extra3. Initialize
cc181e95
GM
8512 extra_line_spacing from default value.
8513 (init_buffer_once): Initialize default value of extra_line_spacing.
8514
8515 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
8516 and extra3.
8517
8518 * xterm.c (x_produce_glyphs): Remove reference to struct it's
8519 prompt_width. Add extra line spacing.
8520
8521 * term.c (produce_glyphs): Remove reference to struct it's
8522 prompt_width.
8523
8524 * dispextern.h (struct it): Remove member prompt_width, add
8525 extra_line_spacing.
8526
58827478
GM
85272000-04-22 Gerd Moellmann <gerd@gnu.org>
8528
8529 * dispnew.c (update_frame_line): When writing a whole line, make
8530 sure cursor is in the right row afterwards, otherwise a use of
8531 capability `ch' in cmgoto might leave the cursor in the row below.
8532
25a87f42
GM
85332000-04-21 Gerd Moellmann <gerd@gnu.org>
8534
8535 * lisp.h (struct Lisp_Buffer_Cons): Remove.
8536
8537 * keyboard.c (timer_check): Fix typo in comment.
8538
54edf5c2
KH
85392000-04-21 Kenichi Handa <handa@etl.go.jp>
8540
8541 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
8542 name change: ch -> character.
8543
3a64eef5
GM
85442000-04-20 Gerd Moellmann <gerd@gnu.org>
8545
8546 * keyboard.c (echo_message_buffer): New variable.
8547 (echo_now): Set echo_message_buffer to the echo area buffer used
8548 to display the echo.
8549 (cancel_echoing): Reset echo_message_buffer to nil.
8550 (read_char): Code rewritten that handles canceling an echo or
8551 echoing a dash, respectively.
8552
8553 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
8554 directory doesn't exist.
8555
6142fdcb
DL
85562000-04-19 Dave Love <fx@gnu.org>
8557
8558 * fns.c (syms_of_fns): Defsubr mapc.
a9cacab7
DL
8559 (concat): Don't allow numeric args.
8560 (Fconcat): Doc change.
6142fdcb 8561
ac6b5352
SM
85622000-04-19 Stefan Monnier <monnier@cs.yale.edu>
8563
8564 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
8565 instead define end_match(1|2) more carefully.
8566 Use GET_CHAR_BEFORE_2 for `begline'.
8567
cb9215e4
GM
85682000-04-19 Gerd Moellmann <gerd@gnu.org>
8569
5e3dac3f
GM
8570 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
8571 on 64-bit systems where NULL is defined as `0'.
8572
8573 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
8574 the `variable argument list' to make it work on Alpha.
8575
cb9215e4
GM
8576 * m/alpha.h (_LP64) [!_LP64]: Define.
8577 (ORDINARY_LINK): Define for NetBSD.
8578
8579 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
427ec082 8580
f532dca0
DL
85812000-04-19 Dave Love <fx@gnu.org>
8582
c750667e
DL
8583 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
8584 change.
8585
8586 * Makefile.in (LIBS): Don't use.
8587 (GETLOADAVG_OBJ): Define again.
8588 (otherobj): Add GETLOADAVG_OBJ.
8589
f532dca0
DL
8590 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
8591
1c7e22fd
GM
85922000-04-18 Gerd Moellmann <gerd@gnu.org>
8593
f6d3257b
GM
8594 * lread.c (read_filtered_event): Cancel and start busy cursor.
8595
427ec082 8596 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
1c7e22fd
GM
8597 that the per-character metrics may be null.
8598
e10f64e7
GM
85992000-04-17 Gerd Moellmann <gerd@gnu.org>
8600
0daee095
GM
8601 * buffer.c (clone_per_buffer_values): New function.
8602 (Fmake_indirect_buffer): Add optional argument CLONE. Call
8603 clone_per_buffer_values if CLONE is not nil.
8604
e10f64e7
GM
8605 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
8606
38687d43
DL
86072000-04-16 Dave Love <fx@gnu.org>
8608
8609 * Makefile.in: Remove obsolete localcpp stuff.
8610 (GETLOADAVG_OBJ): Don't define.
8611 (obj): Move LIBOBJS...
8612 (otherobj): ... to here.
8613 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
8614 whitespace-only lines after the continuation (Irix).
8615
c21c7262
GM
86162000-04-14 Gerd Moellmann <gerd@gnu.org>
8617
8618 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
8619
8620 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
8621
314767c0
DL
86222000-04-14 Dave Love <fx@gnu.org>
8623
8624 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
8625 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
8626 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
8627 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
8628 NLIST_STRUCT.
8629
8630 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
8631 autoconfiscated HAVE_GETLOADAVG.
8632
8633 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
8634 BROKEN_MKTIME.
8635
a2522dca
GM
86362000-04-14 Gerd Moellmann <gerd@gnu.org>
8637
8638 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
8639 (fill_in_lock_file_name): Avoid existing files that aren't
8640 links.
8641
33744b5d
DL
86422000-04-14 Dave Love <fx@gnu.org>
8643
c21c7262 8644 * Makefile.in (LIBS, LIBOBJS): New variable.
33744b5d
DL
8645 (INTERVAL_SRC): Convert to make variable.
8646 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
8647 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
8648 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
8649 add LIBOBJS.
8650 (SOME_MACHINE_OBJECTS): Remove interval stuff.
8651 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
8652 (shortlisp): Add facemenu, float-sup, frame.
8653 (SOME_MACHINE_LISP): Remove them from here.
8654 (LIBES): Change unused LDLIBS to autoconf LIBS.
8655
8656 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
8657
9d3d5916
KH
86582000-04-14 Kenichi Handa <handa@etl.go.jp>
8659
8660 * composite.c (update_compositions): If FROM and TO are not in a
8661 valid range, do nothing.
8662
198e3c7a
GM
86632000-04-13 Gerd Moellmann <gerd@gnu.org>
8664
8665 * tparam.c (tparam1): Abort when encountering an unknown
8666 `%'-specifier.
8667
8668 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
8669 terminfo.o.
8670
8671 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
8672 as TERMCAP_OBJ.
8673
055a28c9
EZ
86742000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8675
8676 * fileio.c (a_write): Remove redundant semi-colons.
8677 (e_write): Return -1 if failed to write all the data.
8678 This fixes the changes made at 1999-12-15.
8679
f5c75033
DL
86802000-04-12 Dave Love <fx@gnu.org>
8681
8682 * fns.c (mapcar1): Test for null vals to support mapc.
8683 (Fmapc): New function.
8684
0c3cfc51
EZ
86852000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
8686
8687 * msdos.c (NUM_MOUSE_BUTTONS): Define.
8688 (IT_frame_up_to_date): Support the buffer local value of
8689 cursor-type, if defined.
8690
33465a31
DL
86912000-04-10 Dave Love <fx@gnu.org>
8692
8693 * editfns.c (preceding-char, following-char): Doc fix.
8694
6ed56568
KR
86952000-04-10 Ken Raeburn <raeburn@gnu.org>
8696
8697 * Makefile.in (temacs): Revert 2000-03-12 change.
8698
7cf80d4e
JR
86992000-04-10 Jason Rumney <jasonr@gnu.org>
8700
8701 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
8702
34f3f342
GM
87032000-04-10 Gerd Moellmann <gerd@gnu.org>
8704
1a1b1895
GM
8705 * xdisp.c (setup_echo_area_for_printing): Choose an echo
8706 area buffer, if it's not set up yet.
8707
34f3f342
GM
8708 * indent.c (compute_motion): Set immediate_quit.
8709
be0dbdab
GM
87102000-04-09 Gerd Moellmann <gerd@gnu.org>
8711
c45be9ac
GM
8712 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New
8713 variable.
8714 (realize_tty_face): Suppress boldness if colors are the inverse of
8715 the default colors, and tty_suppress_bold_inverse_default_colors_p
8716 is set.
8717 (Ftty_suppress_bold_inverse_default_colors): New function.
8718 (syms_of_xfaces): Defsubr it.
8719
be0dbdab
GM
8720 * buffer.c (Frestore_buffer_modified_p): New function.
8721 (syms_of_buffer): Defsubr it.
8722
e8413c3b
KR
87232000-04-08 Ken Raeburn <raeburn@gnu.org>
8724
87f67317
KR
8725 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
8726 charset id (int) argument, not a charset (Lisp_Object).
8727
e8413c3b
KR
8728 * coding.h (code_convert_string): Declare.
8729 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
8730 object, as the fourth argument to code_convert_string.
8731
8732 * fontset.c (make_fontset_for_ascii_face): Use XINT on return
8733 value.
8734 (Fset_fontset_font): Use EQ to compare lisp objects.
8735
7c752c80
KR
87362000-04-05 Ken Raeburn <raeburn@gnu.org>
8737
c0333abc
KR
8738 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
8739 a pointer that looks like a lisp object.
8740 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
8741 zero, instead see whether it's an integer object, since they can't
8742 have intervals.
8743 (GET_INTERVAL_OBJECT): Simply assign to the destination.
8744
7c752c80
KR
8745 * dispnew.c (allocate_matrices_for_frame_redisplay,
8746 direct_output_forward_char): Use X(U)INT and make_number as needed
8747 to convert between (unsigned) int values and lisp integers.
8748 * keyboard.c (read_key_sequence): Likewise.
8749 * lread.c (substitute_object_recurse): Likewise.
8750 * fns.c (concat, hash_lookup, hash_remove): Likewise.
8751 * minibuf.c (do_completion, Fminibuffer_complete_word,
8752 Fminibuffer_completion_help): Likewise.
8753 * term.c (produce_special_glyphs): Likewise.
8754
8755 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
8756 * print.c (print_preprocess, print_object): Likewise.
8757
8758 * search.c (compile_pattern): Use NILP when checking for nil.
8759
74e49b38
KR
8760 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
8761 __OPTIMIZE__]: Provide a GNU C macro version that handles
8762 lisp-object unions.
8763 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
8764 field, to better cope with ENABLE_CHECKING and calls that modify a
8765 Lisp_Object using its old value.
8766
685e5ed2
GM
87672000-04-04 Gerd Moellmann <gerd@gnu.org>
8768
c407c570
GM
8769 * window.c (compare_window_configurations): Signal an error
8770 if parameters C1 or C2 aren't window configurations.
8771
685e5ed2
GM
8772 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
8773 AFTER_POTENTIAL_GC calls around calls to functions that can
8774 signal an error and thus invoke the debugger.
8775
587a49ab
GM
87762000-04-03 Gerd Moellmann <gerd@gnu.org>
8777
62f20204
GM
8778 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
8779 an error if decoding fails.
8780
587a49ab
GM
8781 * keyboard.c (lispy_mouse_names): Variable removed.
8782 (Vlispy_mouse_stem): New variable.
8783 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
8784 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
8785 for any mouse button number. Increase size of mouse_syms and
8786 button_down_location as needed. Call modify_event_symbol with
8787 different arguments.
8788 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
8789 Call modify_event_symbol with different arguments.
8790 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
8791 for any button number. Call modify_event_symbol with different
8792 arguments.
8793 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
8794 Accept a string for NAME_ALIST_OR_STEM.
8795
8796 * lisp.h (larger_vector): Add prototype.
8797
8798 * fns.c (larger_vector): Make externally visible.
8799
8800 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
8801
2d1675e4
SM
88022000-04-02 Stefan Monnier <monnier@cs.yale.edu>
8803
8804 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
8805 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
8806 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
8807 we are between str1 and str2.
8808 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
8809 (PATFETCH): Use `TRANSLATE'.
8810 (PATFETCH_RAW): Fetch multibyte char if applicable.
8811 (PATUNFETCH): Remove.
8812 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
8813 When writing a char, write it directly into the pattern buffer rather
8814 than going needlessly through a temp char-array.
8815 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
8816 multibyte magic and remove the useless `#ifdef emacs'.
8817 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
8818 buffer.
8819
8820 * regex.h (struct re_pattern_buffer): Make field `multibyte'
8821 conditional on `emacs'.
8822
8823 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
8824
cc2d8c6b
KR
88252000-04-01 Ken Raeburn <raeburn@gnu.org>
8826
8827 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
8828 non-union-type versions of XMARK and friends here, because XMARK
8829 and friends won't work on an integer field if NO_UNION_TYPE is not
8830 defined.
8831 (make_number): Define as a function if it's not defined as a
8832 macro.
8833
09654086
KR
8834 * composite.c (run_composite_function): Use NILP when checking for
8835 nil.
8836 (syms_of_composite): Delete local var NARGS, pass an int as first
8837 argument to Fmake_hash_table.
8838
2387b382
KR
8839 * editfns.c (text_property_stickiness): Use NILP to test
8840 Lisp_Object boolean value.
8841 (Fmessage_or_box): Don't use NILP to test int variable.
c01fbf95
KR
8842 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
8843 problems reading from and changing the same lisp value in an
8844 XSETSTRING call.
8845
27660e89
GM
88462000-04-01 Gerd Moellmann <gerd@gnu.org>
8847
8848 * term.c (TN_no_color_video): New variable.
8849 (term_init): Intitialize TN_no_color_video.
8850 (enum no_color_bit): New enumeration.
8851 (MAY_USE_WITH_COLORS_P): New macro.
8852 (turn_on_face): Use it to determine if attributes may be used
8853 combined with colors.
8854
3578db3c
KR
88552000-04-01 Ken Raeburn <raeburn@gnu.org>
8856
8857 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
8858 with int lvalues via casts; instead, just yield lisp object
8859 lvalues.
8860 (enlarge_window): Variable sizep now points to Lisp_Object. Use
8861 proper accessor macros.
8862 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
8863 (grow_mini_window): Fix typo getting int value of root->height.
8864
6fc556fd
KR
8865 * xdisp.c (compute_string_pos): Fix order of arguments to
8866 string_pos_nchars_ahead.
8867 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
8868 count arg to variable-arg routines like Frun_hook_with_args and
8869 Fformat.
587a49ab
GM
8870 (back_to_previous_visible_line_start)
8871 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
6fc556fd
KR
8872 fixed-arg routines like Fget_char_property and Fmake_string.
8873 (reconsider_clip_changes): Use XINT when comparing integer lisp
8874 objects, or passing them as int arguments.
587a49ab
GM
8875 (mark_window_display_accurate, insert_left_trunc_glyphs)
8876 (append_space, extend_face_to_end_of_line): Use make_number when
6fc556fd
KR
8877 storing or passing integer values as lisp objects.
8878 (set_cursor_from_row, highlight_trailing_whitespace): Use
8879 INTEGERP, not implicit test against zero, for glyph object.
8880 (try_window_id): Don't use make_number when we want an int value.
8881
8882 * xfaces.c (xlfd_symbolic_value): Make last argument a
8883 Lisp_Object, to be consistent with callers.
8884 (Fbitmap_spec_p): Use XINT to get numeric value of height.
8885 (lface_hash): Apply XFASTINT to lisp values before folding in.
8886
8887 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
8888 fill in window width and height. Pass an int, not a lisp object,
8889 as first arg to Finsert.
8890
6e7b2457
GM
88912000-04-01 Gerd Moellmann <gerd@gnu.org>
8892
610d841e
GM
8893 * xfaces.c (realize_basic_faces): Block input while realizing
8894 the faces.
8895
6e7b2457
GM
8896 * keyboard.c (lispy_mouse_names): Add additional mouse names.
8897
8898 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
8899
aa110c0c
GM
89002000-03-31 Gerd Moellmann <gerd@gnu.org>
8901
8902 * xterm.c (x_produce_glyphs): When displaying unibyte text
610d841e 8903 or ASCII, handle case that per-char metric is null.
aa110c0c 8904
8801a864
KR
89052000-03-30 Ken Raeburn <raeburn@gnu.org>
8906
c6129d7e
KR
8907 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
8908
8801a864
KR
8909 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW,
8910 XSUBR, XBUFFER): Verify correct object type before returning
8911 pointer, using eassert.
8912 * frame.h (XFRAME): Likewise.
8913
8914 * buffer.c (Frename_buffer, Fset_buffer_multibyte,
8915 swap_out_buffer_local_variables, Fmove_overlay): Don't apply
8916 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong
8917 type.
8918 * data.c (set_internal): Likewise.
8919 * dispextern.h (WINDOW_WANTS_MODELINE_P,
8920 WINDOW_WANTS_HEADER_LINE_P): Likewise.
8921 * fileio.c (auto_save_1): Likewise.
8922 * insdel.c (check_markers): Likewise.
8923 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
8924 * undo.c (record_insert): Likewise.
8925 * vmsproc.c (child_sig): Likewise.
8926 * window.c (unshow_buffer, window_loop): Likewise.
8927 * xterm.c (x_erase_phys_cursor): Likewise.
8928
8e7af858
GM
89292000-03-30 Gerd Moellmann <gerd@gnu.org>
8930
8931 * xfns.c (free_image_cache): Free the cache structure itself
8932 last, after all its members have been freed.
8933
8934 * lisp.h (xstrdup): Add prototype.
8935
8936 * alloc.c (xstrdup): Moved here from xfaces.c.
8937 (allocating_for_lisp): Variable removed.
8938 (lisp_malloc): Block input around the calls to malloc and
8939 mem_insert.
8940
8941 * xfaces.c (realize_tty_face): Use find_symbol_value instead
8942 of Fsymbol_value.
8943 (xstrdup): Moved to alloc.c.
8944
e0b8c689
KR
89452000-03-29 Ken Raeburn <raeburn@gnu.org>
8946
b96f9fb7
KR
8947 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
8948
8949 * emacs.c (main): Fix sense of no-loadup test.
8950
e0b8c689
KR
8951 * config.in (ENABLE_CHECKING): Undef.
8952
8953 * lisp.h (struct interval): Replace "parent" field with a union of
8954 interval pointer and Lisp_Object; add new bitfield to use as
8955 discriminant. Change other flag fields to bitfields.
8956 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
8957 is defined and the supplied test fails, print a message and
8958 abort.
8959 (eassert): New macro. Use CHECK to provide an assert-like
8960 facility.
8961
8962 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
8963 pointers; abort if the value looks like a lisp object.
8964 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT,
8965 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
8966 Modify for new interval parent definition.
8967
8968 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE,
8969 UNMARK_BALANCE_INTERVALS): Update references that need an
8970 addressable lisp object in the interval structure.
8971 (die): New function.
8972 (suppress_checking): New variable.
8973
8974 * intervals.c (interval_start_pos): Just return 0 if there's no
8975 parent object.
8976
f83c5440
GM
89772000-03-29 Gerd Moellmann <gerd@gnu.org>
8978
8979 * lread.c (read1): Accept `.' (period) as symbol start like in CL
8980 and earlier Emacs versions.
8981
8982 * keyboard.c (Ftop_level): Cancel busy-cursor.
8983
8984 * eval.c (call_debugger): Cancel busy-cursor.
8985
fdce64ff
KH
89862000-03-29 Kenichi Handa <handa@etl.go.jp>
8987
8988 * search.c (Freplace_match): Adjust multibyteness of the current
8989 buffer and NEWTEXT. Free allocated memory before signaling an
8990 error.
8991
f6a3f532
SM
89922000-03-28 Stefan Monnier <monnier@cs.yale.edu>
8993
8994 * regex.c (analyse_first): New function obtained by ripping out most
8995 of re_compile_fastmap and generalizing it a little bit so that it
8996 can also just return whether a given (sub)pattern can match the empty
8997 string or not.
8998 (regex_compile): Use `analyse_first' to decide whether the loop-check
8999 needs to be done or not for *, +, *? and +? (the loop check is costly
9000 for non-greedy repetition).
9001 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
9002
e9b309ac
DL
90032000-03-28 Dave Love <fx@gnu.org>
9004
bb15bd9a
DL
9005 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k,
9006 alpha.
9007
e9b309ac
DL
9008 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
9009
ed0767d8
SM
90102000-03-27 Stefan Monnier <monnier@cs.yale.edu>
9011
9012 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
9013 an expression.
9014 (enum re_opcode_t): Update description of succeed_n.
9015 (PATFETCH): Always define.
9016 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
9017 operators, char classes, shy-groups and intervals).
9018 Optimize special cases of intervals so as to only use succeed_n and
9019 jump_n when really needed.
9020 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
9021 that we don't have to handle the special cases any more.
9022 Simplify on_failure_jump handling as well.
9023
e11e7e46
JR
90242000-03-28 Jason Rumney <jasonr@gnu.org>
9025
9026 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
9027
88faab89
GM
90282000-03-27 Gerd Moellmann <gerd@gnu.org>
9029
182ff242
GM
9030 * s/freebsd.h (GC_SETJMP_WORKS): Define.
9031
9032 * s/msdos.h (GC_SETJMP_WORKS): Define.
427ec082 9033
182ff242
GM
9034 * alloc.c (mark_maybe_object): New function.
9035 (mark_memory): Use it.
9036 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
9037 (setjmp_tested_p, longjmp_done): New variables.
9038 (test_setjmp): New function.
9039 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
9040 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
9041
c1005d06
GM
9042 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
9043 to DEC_TEXT_POS and INC_TEXT_POS.
9044
9045 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
9046 with parameter MULTIBYTE_P.
9047
427ec082 9048 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter
c1005d06
GM
9049 MULTIBYTE_P.
9050
7439e5b9 9051 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
182ff242
GM
9052 buffers because it looks for multibyte character byte sequences
9053 which don't exist in unibyte text.
7439e5b9 9054
d9c545da
GM
9055 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
9056
11fd416e 9057 * xfaces.c (register_color, unregister_color, unregister_colors)
d9c545da
GM
9058 [DEBUG_X_COLORS]: New functions.
9059 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
9060
9061 * xfns.c (x_set_cursor_color): Get color reference counts right.
9062
9063 * xterm.c (x_copy_color): New function.
9064 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
9065
9066 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
9067 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
9068 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
9069 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
9070 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
9071 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
9072 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
9073 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
9074 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
9075 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
9076
11fd416e
GM
9077 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
9078 names for handling per-buffer variables.
d9c545da
GM
9079
9080 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
9081 instead of MAX_BUFFER_LOCAL_VARS.
9082 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
9083
9084 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
9085
88faab89
GM
9086 * xfns.c (x_specified_cursor_type): New function.
9087 (x_set_cursor_type): Use it.
9088
9089 * buffer.h (struct buffer): Add cursor_type.
9090
d80f42b7
SM
90912000-03-26 Stefan Monnier <monnier@cs.yale.edu>
9092
9093 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
427ec082 9094 (print_partial_compiled_pattern, re_compile_fastmap): Handle new
88faab89 9095 opcode.
d80f42b7
SM
9096 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
9097 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
9098 executing it as well as when popping it off the stack to find infinite
9099 loops in non-greedy repetition operators.
9100
89e80928
GM
91012000-03-26 Gerd Moellmann <gerd@gnu.org>
9102
3d4ff2dd
GM
9103 * doc.c (Qfunction_documentation): New variable.
9104 (syms_of_doc): Initialize Qfunction_documentation.
9105 (Fdocumentation): If FUNCTION is a symbol with non-nil
9106 `function-documentation' property, return a documentation derived
9107 from that.
9108
bd96bd79
GM
9109 * buffer.c (syms_of_buffer): Add default-cursor-type.
9110 (init_buffer_once): Don't let cursor_type have a local value
9111 in every buffer.
9112
19d1bc27
GM
9113 * xterm.c (x_display_and_set_cursor): Choose cursor depending
9114 on buffer-local value of cursor_type.
9115 (x_draw_bar_cursor): Add parameter WIDTH.
9116
9117 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
9118 (init_buffer_once): Set default cursor_type value to t.
9119 Mark cursor_type as local everywhere.
9120 (syms_of_buffer): New per-buffer variable cursor-type.
9121
89e80928
GM
9122 * buffer.h (struct buffer): Remove member local_var_flags,
9123 add local_flags.
9124 (MAX_BUFFER_LOCAL_VARS): New macro.
9125 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
9126 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
9127 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
9128 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
9129
9130 * print.c (print_object): Use new macros for per-buffer
9131 variables.
9132
9133 * category.c (Fset_category_table): Use new macros for per-buffer
9134 variables.
9135
9136 * buffer.c (buffer_permanent_local_flags): Make a char array.
9137 (max_buffer_local_idx): New variable.
9138 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
9139 for new handling of per-buffer variables.
9140 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
9141 (init_buffer_once): Initialize per-buffer vars differently.
9142 Set max_buffer_local_idx.
9143
9144 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
9145 variables.
9146
9147 * lread.c (defvar_per_buffer): Use new macros for per-buffer
9148 variables.
9149
9150 * data.c (do_symval_forwarding, store_symval_forwarding)
9151 (find_symbol_value, set_internal, default_value, Fset_default)
9152 (Fkill_local_variable, Flocal_variable_p): Use new macros for
9153 per-buffer variables.
9154
9155 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
9156
9a0dd3dc
GM
91572000-03-24 Gerd Moellmann <gerd@gnu.org>
9158
b68c375f
GM
9159 * xterm.c (x_term_init): Unblock input around call1 of
9160 Qvendor_specific_keysyms.
9161
9a0dd3dc
GM
9162 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
9163 (find_defun_start): Consider an open parenthesis in column 0
9164 a defun start only if open_paren_in_column_0_is_defun_start is set.
9165 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
9166
7973e637
SM
91672000-03-24 Stefan Monnier <monnier@cs.yale.edu>
9168
9169 * eval.c (Fautoload): Add entry in load-history (if after dump).
9170 * lread.c (load-history): Update docstring.
9171
39210e90
GM
91722000-03-24 Gerd Moellmann <gerd@gnu.org>
9173
9174 * indent.c (Fvertical_motion): Always use the current buffer.
9175 Temporarily change the window's buffer, if necessary.
9176
72db3ab5
GM
91772000-03-23 Gerd Moellmann <gerd@gnu.org>
9178
9179 * xterm.c (fast_find_position): Make sure not to consider rows
9180 not visible in the window.
9181
990b2375
SM
91822000-03-22 Stefan Monnier <monnier@cs.yale.edu>
9183
9184 * regex.c (enum syntaxcode): Provide default for non-Emacs.
9185 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
9186
ff4df011
JR
91872000-03-22 Jason Rumney <jasonr@gnu.org>
9188
9189 * w32menu.c (single_submenu): Set help string to NULL if none.
9190 (w32_menu_show): Set help string correctly.
9191 (add-menu-item): Set help string in MIIM_DATA for menu item.
9192 Load SetMenuItemInfoA explicitly.
9193 (w32_menu_display_help): New function.
427ec082 9194
ff4df011
JR
9195 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
9196 (QCdata): Moved to xdisp.c.
9197
9198 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
9199 (Vw32_charset_to_codepage_alist): Removed.
9200 (Vw32_charset_info_alist): New variable.
9201 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312,
9202 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic,
9203 greek, hebrew, thai, johab, mac, unicode]): New symbols.
9204 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
9205 with TODO comment.
9206 (w32_codepage_for_font): Use Vw32_charset_info_alist.
9207 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
9208 Define Vw32_charset_info_alist and w32_charset symbols.
9209
92102000-03-22 Jason Rumney <jasonr@gnu.org>
9211
9212 * makefile.nt (w32bdf.obj): Update dependencies.
9213
9214 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
9215
9216 * w32fns.c: Include fontset.h after dispextern.h.
9217 (Fx_create_frame): Do not create fontset.
9218 (w32_load_system_font): Doc fix.
9219 (Fx_close_connection): Free full_name if it is not shared.
9220
9221 * w32term.c: Include fontset.h after dispextern.h.
9222 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers
9223 updated.
9224 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
9225 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
9226 (w32_font_is_double_byte): New function, needs body.
9227 (x_append_glyph): Set glyph->glyph_not_available_p.
9228 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
9229 it->charset. If it->multibyte_p is zero and it->c is a multibyte
9230 character, convert it to a unibyte character.
9231 (struct glyph_string): Delete member `charset'.
9232 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
9233 calculating it is found.
9234 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
9235 the case that per char metric is not available correctly.
9236 (x_fill_glyph_string): Handle the case that the specific glyph is
9237 not available correctly.
9238 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
9239 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
9240 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
9241 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
9242 fontset. Don't call FS_LOAD_FONT.
9243
439d5cb4
KR
92442000-03-22 Ken Raeburn <raeburn@gnu.org>
9245
9246 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
9247 (INT_LISPLIKE): New macro.
9248 (NULL_INTERVAL_P): Use it.
9249 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT,
9250 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT,
9251 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
9252
9253 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
9254 explicit references to "parent" field of struct interval and
9255 associated unclean type conversions.
9256 * intervals.c (create_root_interval, root_interval, rotate_right,
9257 rotate_left, balance_possible_root_interval, split_interval_right,
9258 split_interval_left, interval_start_pos, find_interval,
9259 next_interval, previous_interval, update_interval,
9260 adjust_intervals_for_insertion, delete_node, delete_interval,
9261 adjust_intervals_for_deletion, merge_interval_right,
9262 merge_interval_left, reproduce_tree, graft_intervals_into_buffer,
9263 copy_intervals_to_string): Likewise.
9264 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
9265 Likewise.
9266 * syntax.c (update_syntax_table): Likewise.
9267
9268 * intervals.c (reproduce_tree_obj): New function, like
9269 reproduce_tree but takes a Lisp_Object for the parent. Declare
9270 with prototype.
9271 (graft_intervals_into_buffer): Use it when appropriate.
9272 (reproduce_tree): Declare with prototype.
9273 (balance_possible_root_interval): Check that the parent is a lisp
9274 object before trying to examine its type.
9275
ee1c5b21
GM
92762000-03-22 Gerd Moellmann <gerd@gnu.org>
9277
9278 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
9279 as strings only if both are known to be strings.
9280
9281 * s/openbsd.h (LIBS_TERMCAP): Undef.
9282
1fb352e0
SM
92832000-03-21 Stefan Monnier <monnier@cs.yale.edu>
9284
9285 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
9286 definitions for non-Emacs compilation.
9287 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
9288 outside of `#ifdef emacs'.
9289 (print_partial_compiled_pattern): Update.
9290 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
9291 (re_compile_fastmap): Merge handling of charset and charset_not (for
9292 emacs and non-emacs compilation as well).
9293 Similarly for (not)categoryspec and (not)syntaxspec.
9294 Don't use the fastmap when reaching `anychar' since the added
9295 complexity is not justified.
9296 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
9297 and (not)syntaxspec. Merge (not)categoryspec.
9298
fdaa1f77
KH
92992000-03-22 Kenichi Handa <handa@etl.go.jp>
9300
ff1a0d8e
KH
9301 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
9302 FACE_FOR_CHAR): Define them differently for the configuration of
9303 --without-x.
fdaa1f77 9304
d152fb46
DL
93052000-03-21 Dave Love <fx@gnu.org>
9306
9307 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
9308 doc string.
9309
d2cafc8c
GM
93102000-03-21 Gerd Moellmann <gerd@gnu.org>
9311
9312 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
9313 (lface_fully_specified_p): Don't check contents of
9314 LFACE_FONT_INDEX because that attribute is optional.
9315 (realize_x_face): Remove now unwarranted xassert.
9316
9111d4b5
KH
93172000-03-21 Kenichi HANDA <handa@etl.go.jp>
9318
9319 The following changes are to make font selection based on
9320 characters, not charset. In addition, they recover fontset
9321 facilities while utilizing the new font selection mechanism.
9322
6c4bfdc0
KH
9323 * Makefile.in (fontset.o): Depend on dispextern.h.
9324
9325 * alloc.c (mark_face_cache): Don't mark face->registry.
9326
9111d4b5
KH
9327 * dispextern.h (struct glyph): New member glyph_not_available_p.
9328 Use 22 bits for face_id.
9329 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
9330 (struct face): Delete member registry, new member ascii_face.
9331 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
9332 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
9333 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
9334 (struct it): Delete member charset, new member
9335 glyph_not_available_p.
9336
9337 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
9338 (struct fontset_info, struct fontset_data): Structs removed.
9339 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset,
9340 Vglobale_fontset_alist, font_idx_temp): Externs removed.
9341 (fs_load_font, fs_query_fontset): Adjusted for new argument.
9342 (fs_free_face_fontset, fontset_font_pattern,
9343 face_suitable_for_char_p, face_for_char,
9344 make_fontset_for_ascii_face): Extern them.
9345 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
9346 (FS_LOAD_FACE_FONT): New macro.
9347
9348 * fontset.c: All codes rewritten or adjusted for the change of
9349 fontset implementation. Now fontset is represented by char table.
9350 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables
9351 removed.
9352 (my_strcasecmp): Function removed.
9353 (Vfontset_table, next_fontset_id, Vdefault_fontset): New
9354 variables.
9355 (AREF, ASIZE): New macros.
9356 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME,
9357 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF,
9358 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
9359 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset,
9360 fontset_id_valid_p, font_family_registry, fontset_name,
9361 fontset_ascii, free_face_fontset, face_suitable_for_char_p,
9362 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
9363 New functions.
9364 (fs_load_font): New arg FACE. Caller changed.
9365 (fs_query_fontset): Argument changed. Caller changed.
9366 (Fquery_fontset): call fs_query_fontset.
9367 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
9368 Functions removed.
9369 (clear_fontset_elements, check_registry_encoding,
9370 check_fontset_name): New functions.
9371 (syms_of_fontset): Set char-table-extra-slots property of fontset
9372 to 3. Staticpro and initialize Vfontset_table and
9373 Vdefault_fontset. Defsubr fontset_font and fontset_list.
9374
9375 * frame.h (struct frame): Member `fontset_data' removed.
9376 (FRAME_FONTSET_DATA): Macro removed.
9377
9378 * frame.c (make_frame): Don't allocate f->fontset_data.
9379 (Fdelete_frame): Don't free f->fontset_data.
9380
6c4bfdc0
KH
9381 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
9382
9111d4b5
KH
9383 * xdisp.c (charset_at_position): Function removed.
9384 (init_iterator): Don't set member charset of struct `it'.
9385 (handle_face_prop, reseat_to_string, set_iterator_to_next,
9386 next_element_from_display_vector, insert_left_trunc_glyphs):
9387 Likewise.
9388 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
9389 FACE_FOR_CHARSET.
9390 (get_next_display_element, append_space,
9391 extend_face_to_end_of_line): Likewise.
9392
9393 * xfaces.c (Qx_charset_registry, Vface_default_registry):
9394 Variables removed.
9395 (clear_font_table, frame_update_line_height, load_face_font):
9396 Adjusted for the change of fontset implementation.
9397 (load_face_fontset_font): Function removed.
9398 (pixel_point_size): New function.
9399 (font_list): Argument type changed. Caller changed.
9400 (LFACE_FONT): New macro.
9401 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
9402 (set_lface_from_font_name): Type of arg FONTNAME is changed to
9403 Lisp_Object. Determine the font name by actually loading a font
9404 by the specified pattern. Set LFACE_FONT (lface) to the specified
9405 pattern. Even if a font is not found, don't try alternatives.
9406 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
9407 (set_font_frame_param): If `font' is specified in lface, use it.
9408 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
9409 (lface_same_font_attributes_p): Likewise.
9410 (make_realized_face): Arguent changed. Caller changed. Set
9411 face->ascii_face to face itself.
9412 (free_realized_face): Free face->fontset if face is for ASCII.
9413 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p,
9414 deduce_unibyte_registry, x_charset_registry): Functions removed.
9415 (free_realized_multibyte_face): New function.
9416 (lookup_face, lookup_named_face, lookup_derived_face): Argument
9417 changed. Caller changed.
9418 (try_font_list): Argument type changed.
9419 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
9420 (choose_face_font): Argument changed. Handle fontset properly.
9421 (choose_face_fontset_font): Function removed.
9422 (realize_default_face, realize_named_face): Don't remove the
9423 former face here.
9424 (realize_face): Argument changed. Caller changed. Remove face
9425 with the arg former_face_id in advance. Load font for the new
9426 face.
9427 (realize_x_face): Argument changed. Caller changed. For a
9428 multibyte character, share fontset with base_face. For a single
9429 byte character, make a new realized fontset. Don't load a font
9430 here.
9431 (realize_tty_face): Argument changed. Caller changed.
9432 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
9433 (face_at_buffer_position): Don't check multibyte_p for returning
9434 DEFAULT_FACE_ID.
9435 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
9436 FACE_SUITABLE_FOR_CHARSET_P.
9437 (syms_of_xfaces): Remove code for Qx_charset_registry and
9438 Vface_default_registry.
9439
6c4bfdc0
KH
9440 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
9441 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
9111d4b5
KH
9442 (x_per_char_metric): Don't try FONT->default_char. Even if
9443 pcm->width is zero, glyph bits may exist.
9444 (x_encode_char): Always initialize char2b->byte1.
9445 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
9446 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller
9447 changed.
9448 (x_append_glyph): Set glyph->glyph_not_available_p.
9449 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
9450 it->charset. Handle the case that per char metric is not
9451 available. If it->multibyte_p is zero and it->c is a multibyte
9452 character, convert it to a unibyte character.
9453 (struct glyph_string): Delete member `charset'.
9454 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
9455 the case that per char metric is not available correctly.
9456 (x_fill_glyph_string): Handle the case that the specific glyph is
9457 not available correctly.
9458 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
9459 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
9460 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
9461 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
9462 fontset. Don't call FS_LOAD_FONT.
9463
9464 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
9465 (x_create_tip_frame): Likewise.
9466 (Fx_close_connection): Free full_name of font_info.
9467
9468 * fns.c (optimize_sub_char_table): New function.
9469 (Foptimize_char_table): New function.
9470 (syms_of_fns): Defsubr Soptimize_char_table.
9471
b33dd3b0
GM
94722000-03-20 Gerd Moellmann <gerd@gnu.org>
9473
9474 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
9475 only if buffer is displayed in some window.
9476
9477 * xdisp.c (handle_single_display_prop): Initialize local `value'.
9478 (try_window_reusing_current_matrix): Don't call scroll run
9479 function if run's current and desired position are the same;
9480 this prevents cursor flickering.
9481
4e8a9132
SM
94822000-03-19 Stefan Monnier <monnier@cs.yale.edu>
9483
9484 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
9485
9486 * regex.c (RE_STRING_CHAR): New macro.
9487 (GET_CHAR_AFER_2): Remove.
9488 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
9489 (enum re_opcode_t): Remove on_failure_jump_exclusive.
9490 (print_partial_compiled_pattern, re_compile_fastmap)
9491 (re_match_2_internal): Remove on_failure_jump_exclusive.
9492 (regex_compile): Turn optimizable P+ loops into PP*, so that the
9493 optimization only need to work for * (ie. can use of_keep_string_jump).
9494 Remove the special case for .*\n since it is now covered by the general
9495 optimization.
9496 (re_search_2): Don't bother with `room'.
9497 (skip_one_char): New function.
9498 (skip_noops): Simplify since `memory' is not needed any more.
9499 (mutually_exclusive_p): Restructure slightly to use `switch' and
9500 add handling for "all" remaining cases.
9501 (re_match_2_internal): Change on_failure_jump_smart to use
9502 on_failure_keep_string_jump (and redirect the end-of-loop jump)
9503 rather than on_failure_jump_exclusive.
9504
2136fdd4
GM
95052000-03-19 Gerd Moellmann <gerd@gnu.org>
9506
9507 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
9508 number of bits per RGB because it's everywhere used as the depth
9509 of the visual.
9510
9511 * term.c (calculate_costs): Remove code dealing with X frames.
9512
18e21ce8 95132000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
9514
9515 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
9516
d7b511c4
GM
95172000-03-18 Gerd Moellmann <gerd@gnu.org>
9518
9519 * lread.c (read_integer): Unread the last char not consumed.
9520
16b5d424
GM
95212000-03-17 Gerd Moellmann <gerd@gnu.org>
9522
9523 * xterm.c (x_update_window_cursor): Don't update in frames
d7b511c4 9524 which are in the process of being deleted.
16b5d424 9525
1fa28578
GM
95262000-03-16 Gerd Moellmann <gerd@gnu.org>
9527
83488cce
GM
9528 * Makefile.in (mostlyclean): Add `*.core'.
9529 (clean): Add `bootstrap-emacs'.
9530
1fa28578
GM
9531 * lread.c (read_integer): New function.
9532 (read1): Support read syntax #o, #x, #b, #r.
9533
99633e97
SM
95342000-03-15 Stefan Monnier <monnier@cs.yale.edu>
9535
1fa28578
GM
9536 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
9537 make sure POINTER_TO_OFFSET gives the same value before and after
9538 PREFETCH. Use `dfail' to guarantee "atomic" matching.
99633e97
SM
9539 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
9540 (debug): Now only active if > 0 rather than if != 0.
9541 (DEBUG_*): Update for the new meaning of `debug'.
1fa28578
GM
9542 (print_partial_compiled_pattern): Add missing `succeed' case. Use
9543 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
9544 in `succeed_n', `jump_n' and `set_number_at'.
99633e97
SM
9545 (store_op1, store_op2, insert_op1, insert_op2)
9546 (at_begline_loc_p, at_endline_loc_p): Add prototype.
1fa28578
GM
9547 (group_in_compile_stack): Move to after its arg's types are
9548 declared and add a prototype.
99633e97 9549 (PATFETCH): Define in terms of PATFETCH_RAW.
1fa28578
GM
9550 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)'
9551 wrapper.
99633e97 9552 (QUIT): Redefine as a nop except for NTemacs.
1fa28578
GM
9553 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
9554 indentation of the greedy-op and shy-group code.
99633e97
SM
9555 (at_(beg|end)line_loc_p): Fix argument's types.
9556 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
9557 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
9558 (MATCHING_IN_FIRST_STRING): Remove.
1fa28578
GM
9559 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
9560 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
9561 QUIT unconditionally.
99633e97 9562
699238d9
GM
95632000-03-15 Gerd Moellmann <gerd@gnu.org>
9564
9565 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
9566 a sole completion.
9567
9568 * process.c (send_process): Add a hint that the function
9569 can call Lisp code to its comment.
9570
9571 * lread.c (load_dangerous_libraries): New variable.
9572 (Vbytecomp_version_regexp): New variable.
9573 (safe_to_load_p): New function.
9574 (Fload): Handle files not compiled with Emacs specially.
9575 (syms_of_lread): New Lisp variable load-dangerous-libraries.
9576
34e23e5a
GM
95772000-03-14 Gerd Moellmann <gerd@gnu.org>
9578
9c763cca
GM
9579 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
9580
9581 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
9582 support functions only if HAVE_X11R6_XIM is defined.
9583 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
9584
9585 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
9586
9587 * xfns.c (X_I18N_INHIBITED): Don't define.
9588 (create_frame_xic): Remove conditional compilation on
9589 X_I18N_INHIBITED.
9590 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
9591
9592 * config.in (HAVE_X_I18N): Moved here from xterm.h.
9593 (HAVE_X11R6_XIM): Define.
9594
9595 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
9596
34e23e5a
GM
9597 * xterm.c (x_term_init): Add support for X resource `synchronous'.
9598 If set, call XSynchronize.
9599
66f0296e
SM
96002000-03-13 Stefan Monnier <monnier@cs.yale.edu>
9601
34e23e5a
GM
9602 * regex.c: Declare a new type `re_char' used throughout the code
9603 for the string char type. It's `const unsigned char' to match the
9604 rest of Emacs. Consistently make sure all pointers to strings use
9605 it and make sure all pointers into the pattern use `unsigned
9606 char'.
66f0296e 9607 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
34e23e5a
GM
9608 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
9609 code duplication.
66f0296e
SM
9610
9611 * charset.h (GET_CHAR_AFTER_2): Remove.
9612 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
9613
854a025c
KR
96142000-03-12 Ken Raeburn <raeburn@gnu.org>
9615
9616 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
9617 variable before the invocation of YMF_PASS_LDFLAGS, in case both
9618 of them try to use backquotes.
9619
b9d2c7e2
DL
96202000-03-12 Dave Love <fx@gnu.org>
9621
9622 * unexelf.c: Restore changes of 1999-10-19.
9623 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
9624 fix its type and alignment; copy it from current process.
9625
5e5dff44
GM
96262000-03-12 Gerd Moellmann <gerd@gnu.org>
9627
9b2f3c38
GM
9628 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
9629 has been found. Fix bug not computing timer's predecessor.
9630
427ec082 9631 * fileio.c (Fread_file_name): Handle case that DIR contains a
9172b88d
GM
9632 file name.
9633
e1cff360
GM
9634 * window.c (Fsave_window_excursion): Doc fix.
9635
5e5dff44
GM
9636 * xfns.c (x_defined_color): Rewritten to use
9637 x_allocate_nearest_color.
9638
e411ce4b
EZ
96392000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
9640
9641 * msdos.c (vga_installed): New function, code moved from
9642 dos_set_window_size.
9643 (Qbar, Qcursor_type, outside_cursor): New variables.
9644 (syms_of_msdos): Intern and staticpro them.
9645 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
9646 shape used outside Emacs when called for the first time.
9647 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
9648 cursor shape used outside Emacs.
9649 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
9650 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
9651 type has changed.
9652 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
9653 parameters specify the cursor. Make qreverse a global
9654 variable (renamed to Qreverse).
9655
80460654
GM
96562000-03-09 Gerd Moellmann <gerd@gnu.org>
9657
9658 * fns.c (Fy_or_n_p): Cancel busy-cursor.
9659
95cd4c40
SM
96602000-03-08 Stefan Monnier <monnier@cs.yale.edu>
9661
9662 This is a big redesign of failure-stack and register handling, prompted
9663 by bugs revealed when trying to add shy-groups. Overall, what happened
9664 is that loops are now structured a little differently, groups can be
9665 shy and the code is a little simpler.
9666
9667 * regex.h: Update the copyright.
9668 (RE_SHY_GROUPS): New value.
9669 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
9670 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
9671
80460654
GM
9672 * regex.c (enum re_opcode_t): Remove jump_past_alt,
9673 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
9674 on_failure_jump_(exclusive, loop and smart). Also fix the comment
9675 for (start|stop)_memory since they now only take one argument (the
9676 second has becomes unnecessary).
9677 (print_partial_compiled_pattern): Adjust for changes in
9678 re_opcode_t.
9679 (print_compiled_pattern): Use %ld to printf long ints and flush to
9680 make debugging a little easier.
95cd4c40
SM
9681 (union fail_stack_elt): Make the integer unsigned.
9682 (struct fail_stack_type): Add a `frame' element.
9683 (INIT_FAIL_STACK): Init `frame' as well.
9684 (POP_PATTERN_OP): New macro for re_compile_fastmap.
9685 (DEBUG_PUSH, DEBUG_POP): Remove.
9686 (NUM_REG_ITEMS): Remove.
9687 (NUM_NONREG_ITEMS): Adjust.
80460654
GM
9688 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
9689 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
95cd4c40 9690 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
80460654
GM
9691 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New
9692 macros.
9693 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
9694 address pushed is not the destination of the jump but the source
9695 of it instead.
95cd4c40
SM
9696 (NUM_FAILURE_ITEMS): Remove.
9697 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
80460654
GM
9698 registers before the actual failure point). Don't hardcode any
9699 meaning for str==NULL anymore.
95cd4c40 9700 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
80460654
GM
9701 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
9702 Remove.
95cd4c40
SM
9703 (REG_UNSET_VALUE): Use NULL (why not?).
9704 (compile_range): Remove declaration since it doesn't exist.
9705 (struct compile_stack_elt_t): Remove inner_group_offset.
9706 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
9707 (regex_grow_registers): Remove dead code.
9708 (FIXUP_ALT_JUMP): New macro.
80460654
GM
9709 (regex_compile): Add shy-groups Change loops to use
9710 on_failure_jump_smart&jump instead of
9711 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
9712 initial (dummy_failure_)jump. Remove c1_base (looks like unused
9713 variable to me). Use `jump' instead of `jump_past_alt' and don't
9714 bother with push_dummy_failure in alternatives since it is now
9715 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
9716 emacs' for (re)allocating the stack.
9717 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
9718 from loop when bufp->can_be_null rather than jumping to `done'.
9719 Avoid jumping backwards so as to ensure termination. Use
9720 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
9721 backreferences. Remove dead code in handling of `anychar'.
95cd4c40 9722 (skip_noops, mutually_exclusive_p): New functions taken from the
80460654
GM
9723 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
9724 improve mutually_exclusive_p to handle ".+\n".
9725 (lowest_active_reg, highest_active_reg,
9726 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
9727 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
9728 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
9729 variables. Push register (in `start_memory') on the stack rather
9730 than storing it in old_reg(start|end). Remove the cycle detection
9731 from `stop_memory', replaced by the use of on_failure_jump_loop
9732 for greedy loops. Add code for the new on_failure_jump_<foo>.
9733 Remove ad-hoc code in `on_failure_jump' to push more registers in
9734 the case of a loop. Take out code from `maybe_pop_jump' into
9735 separate functions and adapt it to the semantics of
9736 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
9737 and push_dummy_failure. Remove dummy_failure handling and
9738 handling of `failures to jump to on_failure_jump' (this last one
9739 was already dead code, it seems).
9740 (group_match_null_string_p, alt_match_null_string_p)
9741 (common_op_match_null_string_p): Remove.
95cd4c40 9742
7397acc4
DL
97432000-03-08 Dave Love <fx@gnu.org>
9744
9745 * config.in: Don't depend on __STDC__ for volatile.
9746 Add POINTER_TYPE, PTR, PROTOTYPES.
9747
9748 * hftctl.c, strftime.c: Use PROTOTYPES.
9749 * eval.c (find_handler_clause): Likewise.
9750
9751 * mem-limits.h: Use POINTER_TYPE.
9752
9753 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
9754 (memory_warnings): Declare using POINTER_TYPE.
9755
5e91ff9e
GM
97562000-03-08 Gerd Moellmann <gerd@gnu.org>
9757
feab4fba
GM
9758 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
9759
25edb08f
GM
9760 * xdisp.c (display_echo_area): Temporarily inhibit garbage
9761 collection.
9762
5e91ff9e
GM
9763 * xfns.c: Remove obsolete code in #if 0.
9764 (Fx_focus_frame): New function.
9765
a735b7e1
KH
97662000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
9767
9768 * coding.c (coding_category_name): Add coding-category-utf-8,
9769 coding-category-utf-16-be, coding-category-utf-16-le.
9770 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
9771 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
9772 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
9773 (detect_coding_utf_8): New function.
9774 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
9775 UTF_16_LOW_SURROGATE_P): New macros.
9776 (detect_coding_utf_16): New function
9777 (detect_coding_mask): When priorities are specified, skip any
9778 categories that have `nil' coding-system. Fix bug of returning
9779 wrong mask when PRIORITIES is specified and detect_coding_XXX()
9780 returns a mask not set in PRIORITIES.
9781 (detect_eol_type_in_2_octet_form): New function.
9782 (detect_eol): selects detect_eol_type_XXX to call according to
9783 cooding->category_idx.
9784 (detect_coding_system): Remove `nil' coding-system in the result.
9785 (Fupdate_coding_systems_internal): Update all coding-categories.
9786
9787 * coding.h (CODING_CATEGORY_IDX_UTF_8,
9788 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New
9789 macros.
9790 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY,
9791 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
9792 CODING_CATEGORY_IDX_UTF_16_LE.
9793 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE,
9794 CODING_CATEGORY_MASK_UTF_16_LE): New macros.
9795 (CODING_CATEGORY_MASK_ANY): Include the above macros.
9796 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
9797
9994cc69
GM
97982000-03-07 Gerd Moellmann <gerd@gnu.org>
9799
e9b4e5ff
GM
9800 * doc.c (Fdocumentation_property): If value is not a string,
9801 and doesn't refer to etc/DOC, evaluate it to obtain a string.
9802
f7daf1e1
GM
9803 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
9804 close the display with XtCloseDisplay. This caused a bus error
9805 on OpenWindows.
9806
9994cc69
GM
9807 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
9808 complete but not unique.
9809
4336c705
GM
98102000-03-06 Gerd Moellmann <gerd@gnu.org>
9811
18bb0684
GM
9812 * process.c (send_process): Remove local variable `procname' that
9813 might become invalid when a GC happens. Instead, access the
9814 process name slot directly.
9815
4336c705
GM
9816 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
9817 orig_height if set.
9818
9819 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
9820 orig_height if set.
9821
515d0d0e
EZ
98222000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9823
9824 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
9825 glyph matrices have been freed.
9826
100b3cbb
GM
98272000-03-05 Gerd Moellmann <gerd@gnu.org>
9828
50df5e5a 9829 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
6178bc23 9830 (bootstrap-temacs): Set LC_ALL to C like for temacs.
50df5e5a
GM
9831
9832 * xfns.c (QCdata): Moved to xdisp.c.
9833
9834 * xdisp.c (QCdata): Moved here from xfns.c.
9835 (syms_of_xdisp): Initialize QCdata.
9836
9837 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
9838
9839 * window.c (coordinates_in_window): Use
9840 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
9841 FRAME_INTERNAL_BORDER_WIDTH.
9842
100b3cbb 9843 * xdisp.c (try_window_id): Recompute unchanged information if
4336c705 9844 it is obviously invalid.
100b3cbb
GM
9845
9846 * xterm.c (x_term_init): Create a colormap if not using the
9847 default visual.
9848
9849 * xterm.h (select_visual): Change prototype.
9850
9851 * xfns.c (select_visual): Rewritten. Recognize user-specified
9852 visual classes.
9853 (visual_classes): New variable.
9854
64d739c4
GM
98552000-03-04 Gerd Moellmann <gerd@gnu.org>
9856
9857 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
9858 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
9859 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
9860 (x_decode_color): Don't handle allocation of white and black
9861 specially.
9862 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
9863 XtNcolormap resources.
9864 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
9865 (Fx_create_frame): Initialize color members of x_output structure.
9866 (xpm_load): Pass colormap to XPM lib.
9867
9868 * xfaces.c (x_free_colors): Access colormap of frame using
9869 FRAME_X_COLORMAP. Be paranoid about freeing black and white
9870 when default colormap is used.
9871
9872 * xterm.c (x_term_init): Set Colormap member of x_display_info
9873 structure. Copy colormap if resource `privateColormap' is
9874 specified (PseudoColor only).
9875 (x_setup_relief_color): Access colormap of frame using
9876 FRAME_X_COLORMAP.
9877
9878 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
9879 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
9880
c3cee013
JR
98812000-03-04 Jason Rumney <jasonr@gnu.org>
9882
9883 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
9884 other non-platform-specific equivalents.
64d739c4 9885 [WINDOWSNT]: Include w32term.h, fontset.h and define X
c3cee013
JR
9886 specific functions and macros as their w32 equivalents where
9887 non-platform-specifics are not available.
9888 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
9889 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
9890 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
9891 (frame_update_line_height): Use macros to access f->output_data.
9892 (defined_color): Remove FIXME comments; fixed.
9893 (x_face_list_fonts, prepare_face_for_display): Put X specifics
9894 into #ifdef blocks. Add WINDOWSNT blocks.
9895 (Fx_list_fonts): Use macros for accessing font data.
9896 (set_lface_from_font_name): Different default fonts for X and
9897 WINDOWSNT.
9898 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
9899 scalable for backward compatibility.
64d739c4 9900 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
c3cee013
JR
9901 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
9902
64d739c4 9903 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
c3cee013
JR
9904 syms_of_w32faces.
9905
9906 * makefile.nt (w32faces.obj): Remove.
9907 (xfaces.obj): Add.
9908
807cc41c
JR
99092000-03-03 Jason Rumney <jasonr@gnu.org>
9910
9911 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
9912 correct parameters.
9913
0007072a
KR
99142000-03-03 Ken Raeburn <raeburn@gnu.org>
9915
9916 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
9917 standard ELF definitions here if the system header does not.
9918
71a6ba55
GM
99192000-03-03 Gerd Moellmann <gerd@gnu.org>
9920
9921 * xterm.c (PER_CHAR_METRIC): Removed.
9922 (x_per_char_metric_1, x_default_char): New functions.
9923 (x_per_char_metric): If font's default char is invalid, return
9924 metrics of a suitably chosen usable default char.
9925 (x_draw_glyph_string_foreground): If font has an invalid default
64d739c4
GM
9926 char, replace occurrences of unprintable chars with a suitably
9927 chosen usable default char.
71a6ba55 9928
900fa1f1
GM
99292000-03-02 Gerd Moellmann <gerd@gnu.org>
9930
42f55fe0
GM
9931 * xterm.c (note_mouse_highlight): Return quickly if frame's
9932 glyph matrices have been freed.
9933
9934 * dispnew.c (free_glyphs): Block input while freeing matrices.
9935
900fa1f1
GM
9936 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
9937
9938 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use
9939 x_free_colors.
9940
9941 * dispextern.h (x_free_colors): Add prototype.
9942
9943 * xfaces.c (x_free_colors): New function.
9944 (unload_color, free_face_colors): Use it.
9945
2f950292
EZ
99462000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
9947
9948 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
9949
9950 * window.c [MSDOS]: Include msdos.h.
9951
54d04320
DL
99522000-03-02 Dave Love <fx@gnu.org>
9953
9954 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
9955
9956 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
9957 set C_OPTIMIZE_SWITCH for gcc.
9958
0ba93ac4
KH
99592000-03-02 Kenichi Handa <handa@etl.go.jp>
9960
9961 * coding.c (coding_save_composition): Be sure to allocate
9962 composition data area in coding even if there's no composition in
9963 the current run.
9964
a2bc11d4
JR
99652000-03-01 Jason Rumney <jasonr@gnu.org>
9966
9967 * w32term.c: Equivalent changes to those made to xterm.c on
9968 2000-02-25 and 2000-02-24.
9969
9970 * w32fns.c: Equivalent changes to those made to xfns.c on
9971 2000-02-25 and 2000-02-21.
9972
9973 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
9974 correct line-end convention is followed.
9975
9976 * w32menu.c [HAVE_BOXES]: Remove #undef.
9977 (single_keymap_panes): Remove code for simulating checkmarks.
9978 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
9979 Remove code for drawing simulated checkmarks.
9980 (w32_menu_show): make unibyte help string correctly.
9981 (add_menu_item): draw standard Windows checkmarks. Draw radio
9982 buttons as radio buttons if possible.
9983
72d19d75
GM
99842000-03-01 Gerd Moellmann <gerd@gnu.org>
9985
2df636f4
GM
9986 * sysdep.c (start_of_text): Don't define this function for NetBSD
9987 with ELF.
9988
427ec082 9989 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
2df636f4
GM
9990 Don't define.
9991 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
9992 (LINKER): Don't undef if __NetBSD__ is defined.
9993
9994 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
9995
9996 * fileio.c [__NetBSD__]: Define `unix'.
9997
72d19d75
GM
9998 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
9999
ed4d0512
GM
100002000-02-29 Gerd Moellmann <gerd@gnu.org>
10001
50b1039f
GM
10002 * atimer.c (start_atimer): Don't abort when timers are stopped.
10003 (append_atimer_lists): New function.
10004 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
10005 arbitrary lists of stopped and running atimers.
10006
ed4d0512
GM
10007 * atimer.c (cancel_atimer): Handle canceling an atimer when
10008 some timers are stopped.
10009
10010 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
10011 after canceling it.
10012
10013 * fns.c (maybe_resize_hash_table): Handle case of new size
10014 coming out as being the same as old size.
10015
387023ee
JR
100162000-02-27 Jason Rumney <jasonr@gnu.org>
10017
10018 * makefile.nt: Add atimer.h to dependencies.
10019 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
10020 * w32console.c: Only disable window system features for dispextern.h
10021 (initialize_w32_display): Build a display info for the console.
10022 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
10023 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
10024 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
10025 as 2 button mice.
10026 * w32gui.h (struct W32FontStruct): Revert last change after change
10027 to xdisp.c.
10028 * w32menu.c (single_submenu): Set up help string.
10029 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
10030 (w32_dialog_show): Set up help string.
10031 * w32term.c (w32_display_info_for_display): Remove unused function.
10032 (w32_draw_bitmap): Use pre-built bitmaps.
10033 (w32_initialize_display_info): New function to initialize parts of
10034 display info that are common to both GUI and console frames.
10035 (w32_term_init): Use w32_initialize_display_info. Do not set
10036 Vw32_num_mouse_buttons here, as it is not called for console
10037 frames. Build bitmaps for indicating truncated lines etc.
10038 (x_delete_display): Destroy pre-built bitmaps.
10039 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
10040 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
10041
4516715a
DL
100422000-02-27 Dave Love <fx@gnu.org>
10043
10044 * lisp.h: Add a bunch of prototypes.
10045
171ca836
KH
100462000-02-26 Kenichi Handa <handa@etl.go.jp>
10047
10048 * keyboard.c (read_char): Set `usec' correctly.
10049
4013921d
KH
100502000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10051
10052 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
10053 `lambda', set reg[RRR] to the map index.
10054 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
10055 reg[RRR] to 0. Otherwise, set it to -1.
10056
9244a058
GM
100572000-02-25 Gerd Moellmann <gerd@gnu.org>
10058
2df636f4 10059 * emacs.c (main): Remove code snippet commented out with `//'.
9244a058 10060
18e21ce8 100612000-02-25 Richard M. Stallman <rms@gnu.org>
427ec082 10062
f43d79c1
GM
10063 * fileio.c (Ffile_symlink_p): If result starts with a `/'
10064 and contains a `:', prepend `/:'.
10065
10066 * window.c (select_window_1): If selected_window is nil,
10067 don't "swap out" the buffer's point.
10068 (Fset_window_configuration): Set selected_window to nil
10069 before calling Fselect_window.
10070 (unshow_buffer): Don't set point in buffer from window's point
10071 if another more recently selected window also shows the buffer.
10072
bed0c171
GM
100732000-02-25 Gerd Moellmann <gerd@gnu.org>
10074
449c3c52
GM
10075 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
10076
f5b58615
GM
10077 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
10078 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
10079 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
10080 variables.
10081 (DEFAULT_BUSY_CURSOR_DELAY): New define.
10082 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
10083 (hide_busy_cursor): New functions.
10084 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
10085
10086 * minibuf.c (read_minibuf): Cancel busy-cursor.
10087
10088 * keyboard.c (command_loop_1): Call start_busy_cursor before
10089 Fcommand_execute and cancel_busy_cursor after it.
10090 (timer_check): Remove busy-cursor code.
10091 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
10092 cursor timer.
10093
10094 * process.c (wait_reading_process_input): Remove busy-cursor code.
10095
10096 * eval.c (Fsignal): Call cancel_busy_cursor instead of
10097 Fx_hide_busy_cursor.
10098
10099 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
10100 Remove prototyoes.
10101 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
10102
10103 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
10104
10105 * xterm.c (XTread_socket): Remove busy-cursor code.
10106
4eb8436f
GM
10107 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
10108 (build_frame_matrix_from_leaf_window): Put code handling
10109 glyph row's not being a slice of a frame row in #if 0.
10110 (sync_window_with_frame_matrix_rows): New function.
10111 (frame_row_to_window): New function.
10112 (mirror_line_dance): Handle copies between windows.
10113
3cb65b0e
GM
10114 * lread.c (Fload): Use `xfree' instead of `free'.
10115 (init_obarray): Use `xmalloc' instead of `malloc'.
10116
bed0c171
GM
10117 * window.c (Fset_window_buffer): Set WINDOW to the window
10118 after decoding.
2add4349
GM
10119 (coordinates_in_window): Take frame's internal border width
10120 into account.
bed0c171 10121
42088c12
GM
101222000-02-24 Gerd Moellmann <gerd@gnu.org>
10123
10124 * xterm.c (x_display_and_set_cursor): Display cursor of
10125 non-selected windows depending on the setting of
10126 cursor_in_non_selected_windows.
10127
10128 * xdisp.c (cursor_in_non_selected_windows): New variable.
10129 (syms_of_xdisp): DEFVAR_BOOL it.
10130
d1e103b2
GM
101312000-02-23 Gerd Moellmann <gerd@gnu.org>
10132
723e779c
GM
10133 * data.c (Fstring_to_number): If number is greater than what
10134 fits into an integer, return a float.
10135
d1e103b2
GM
10136 * eval.c (specbind): Remove references to
10137 keyword_symbols_constant_flag.
10138
10139 * data.c (keyword_symbols_constant_flag): Removed.
10140 (Fmakunbound, set_internal, syms_of_data): Remove references to
10141 keyword_symbols_constant_flag.
10142
10143 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
10144
214f877f
KH
101452000-02-23 Kenichi Handa <handa@etl.go.jp>
10146
10147 * syntax.c (multibyte_syntax_as_symbol): New variable.
10148 (syms_of_syntax): Declare it as a Lisp variable.
10149 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
10150 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
10151 nonzero, treat all multibyte characters as symbol.
42088c12 10152 (init_syntax_once): Give syntax `word' to all multibyte
214f877f
KH
10153 characters.
10154
130adcb7
EZ
101552000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10156
3cb65b0e 10157 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
d7d0dac0 10158 a deleted frame.
130adcb7 10159
17cbbf95
GM
101602000-02-21 Gerd Moellmann <gerd@gnu.org>
10161
10162 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
10163
10164 * xfns.c (x_window_to_frame, x_any_window_to_frame)
10165 (x_non_menubar_window_to_frame): Check the busy-cursor window.
10166
beb0bc36
DL
101672000-02-21 Dave Love <fx@gnu.org>
10168
10169 * frame.c (Vmouse_position_function): New variable.
10170 (Fmouse_position): Use it.
10171 (syms_of_frame): Install it.
10172
10173 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
10174
1d92afcd
GM
101752000-02-20 Gerd Moellmann <gerd@gnu.org>
10176
10177 * fileio.c (Finsert_file_contents): Unbind the binding of
10178 standard-output done by temp_output_buffer_setup.
329eed9f
GM
10179
10180 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
10181 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
10182 (specbind, unbind_to): Handle most common case of non-constant
10183 symbol with trivial value specially.
10184
10185 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
10186
18e21ce8 101872000-02-20 Richard M. Stallman <rms@gnu.org>
2d06696f
RS
10188
10189 * data.c (Fmake_variable_buffer_local): Doc fix.
10190 Init found_for_buffer to 0.
10191 (Fmake_variable_frame_local): If the variable has already
10192 been buffer-local, set the check_frame field.
10193
1d4311c3
EZ
101942000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10195
10196 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
10197 produced for CODING_MODE_LAST_BLOCK requires.
10198
2dc95ddd
DL
101992000-02-18 Dave Love <fx@gnu.org>
10200
10201 * keyboard.c (echo_keystrokes): Remove declaration.
10202 (Vecho_keystrokes) New variable.
10203 (read_char, record_menu_key, read_key_sequence): Use it to allow
10204 use of float value.
10205 (syms_of_keyboard): Change Vecho_keystrokes declaration.
10206
10207 * lread.c: Undef feature selection macros before defining.
10208
f0930f35
GM
102092000-02-18 Gerd Moellmann <gerd@gnu.org>
10210
10211 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
10212 for symbols other than the symbol in question.
10213
e3d4de90
DL
102142000-02-17 Dave Love <fx@gnu.org>
10215
10216 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
10217
0b378936
GM
102182000-02-17 Gerd Moellmann <gerd@gnu.org>
10219
d621caf7
GM
10220 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
10221
0b378936
GM
10222 * alloc.c (enum mem_type): Compile unconditionally.
10223
3b451f74
EZ
102242000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
10225
10226 * xfaces.c (tty_defined_color): Don't return faulire indication
10227 for unspecified-fg and unspecified-bg pseudo-colors.
10228
10689a01
GM
102292000-02-17 Gerd Moellmann <gerd@gnu.org>
10230
1216f5e4
GM
10231 * alloc.c (mark_object): Don't mark symbol names in pure space.
10232 (gc_sweep): Don't unmark symbol names in pure space.
10233
10234 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
10235 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
10236 [GC_MARK_STACK]: New defines.
427ec082 10237 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
1216f5e4
GM
10238 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
10239
10240 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
10241
10242 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
10243 allocate_buffer instead of xmalloc.
10244
10245 * alloc.c (toplevel): Include setjmp.h.
10246 (PURE_POINTER_P): New define.
10247 (enum mem_type) [GC_MARK_STACK]: New enumeration.
10248 (Vdead) [GC_MARK_STACK]: New variable.
10249 (lisp_malloc): Add parameter TYPE, call mem_insert if
10250 GC_MARK_STACK is defined.
10251 (allocate_buffer): New function.
427ec082 10252 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
1216f5e4
GM
10253 (free_float) [GC_MARK_STACK]: Set type to Vdead.
10254 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
10255 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
10256 (MEM_NIL) [GC_MARK_STACK]: New define.
10257 (struct mem_node) [GC_MARK_STACK]: New structure.
10258 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
10259 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
10260 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
10261 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
10262 (mark_stack) [GC_MARK_STACK]: New functions.
10263 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
10264 (clear_marks): Removed.
10265 (gc_sweep): Set free conses' car, free floats' type, free
10266 symbols' function to Vdead. Use lisp_free to free buffers.
10267 (init_alloc_once): Initialize Vdead.
10268 (survives_gc_p): Return non-zero for pure objects.
10269
10270 * alloc.c: Add comments throughout the file.
10271
2503c8b1
GM
10272 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
10273 that unblocks alarms.
10274
8389e1e2
GM
10275 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
10276 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
10277 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
10278
10689a01 10279 * frame.c (make_frame): Set frame initiallly to `garbaged'.
427ec082 10280
bfc17d18
KH
102812000-02-17 Kenichi Handa <handa@etl.go.jp>
10282
4a09dee0
KH
10283 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
10284 avoid infinite error signaling. Allocate sufficient memory for
10285 eol_str in the case that eoltype is Lisp_Int.
bfc17d18 10286
2b927d02
SM
102872000-02-17 Stefan Monnier <monnier@cs.yale.edu>
10288
10289 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
10290 depends on the previous behavior.
10291
b49cb764
GM
102922000-02-16 Gerd Moellmann <gerd@gnu.org>
10293
10294 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
10295
99e95407
GM
102962000-02-15 Gerd Moellmann <gerd@gnu.org>
10297
10298 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
10299
10300 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
b49cb764 10301 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
99e95407
GM
10302 write(2).
10303
6ffd3cf7
RS
103042000-02-15 Richard M. Stallman <rms@gnu.org>
10305
10306 * data.c (set_internal): Don't make variable buffer-local
10307 if within a let-binding for the same buffer.
10308 (let_shadows_buffer_binding_p): New function.
10309
10310 * eval.c (specbind): For buffer-local value,
10311 record the current buffer also.
10312 (unbind_to): Cope with that change.
10313
cad53475
GM
103142000-02-15 Gerd Moellmann <gerd@gnu.org>
10315
10316 * window.c (Fsave_window_excursion): Doc fix.
10317
1aa963c8
SM
103182000-02-15 Stefan Monnier <monnier@cs.yale.edu>
10319
10320 * syntax.c (back_comment): Make sure we only consider comment-starters
10321 of the relevant style and return -1 in case of a failure to find the
10322 beginning of the comment.
10323 (Fforward_comment): If back_comment fails, go back to the position just
10324 after the comment-end.
10325 (scan_lists): Add comment describing a very minor bug.
10326
b9b84fd3
SM
103272000-02-14 Stefan Monnier <monnier@cs.yale.edu>
10328
10329 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
10330 `completion-regexp-list' in the docstring.
10331
3a28db80
DL
103322000-02-14 Dave Love <fx@gnu.org>
10333
10334 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
10335
fb4a568d
SM
103362000-02-14 Stefan Monnier <monnier@cs.yale.edu>
10337
10338 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
10339 to Emacs' syntax. Also fix the comment about set/not-set meanings
10340 since Emacs syntax is not the value 0 any more.
10341 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
10342 since it's now part of RE_SYNTAX_EMACS.
10343
1063ebb5
DL
103442000-02-12 Dave Love <fx@gnu.org>
10345
10346 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on
10347 Alpha.
10348
fb07a302
GM
103492000-02-12 Gerd Moellmann <gerd@gnu.org>
10350
10351 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
10352
aaf2320c
DL
103532000-02-12 Dave Love <fx@gnu.org>
10354
10355 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
10356
10357 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
fb07a302
GM
10358 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
10359 * s/hpux.h: Don't define HAVE_VFORK.
aaf2320c
DL
10360
10361 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
10362
10363 * s/nextstep.h: Don't define HAVE_ALLOCA.
10364
10365 * config.in: Add vfork bits.
10366
eedf8bde
GM
103672000-02-12 Gerd Moellmann <gerd@gnu.org>
10368
10369 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
10370 unwind function to undo the effect of stopping atimers.
10371
10372 * keyboard.c (bind_polling_period): Stop all timers except
10373 poll_timer.
10374
10375 * atimer.c (stopped_atimers): New variable.
10376 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
10377 New functions.
10378
10379 * atimer.h (stop_other_atimers, run_all_atimers)
10380 (unwind_stop_other_atimers): Add function prototypes.
427ec082 10381
eedf8bde
GM
10382 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
10383
8476c2f8
KR
103842000-02-11 Ken Raeburn <raeburn@gnu.org>
10385
10386 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
10387 library may depend on jpeg.
10388 (atimer.o): Depends on atimer.c.
10389
0e85e4a3
KH
103902000-02-11 Kenichi Handa <handa@etl.go.jp>
10391
10392 * insdel.c (del_range_1): Call update_compositions.
10393 (del_range_both): Call update_compositions just once..
10394
97fa0cc8
DL
103952000-02-10 Dave Love <fx@gnu.org>
10396
10397 * xfns.c (create_frame_xic): Fix initialization of automatic
10398 aggregates for pcc.
10399
25566a3c
KH
104002000-02-09 Kenichi Handa <handa@etl.go.jp>
10401
10402 * ccl.c (CCL_MAKE_CHAR): New macro.
10403 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
10404 registers by CCL_MAKE_CHAR before calling translate_char.
10405 <CCL_TranslateCharacterConstTbl> Likewise.
10406
69da54ba
DL
104072000-02-08 Dave Love <fx@gnu.org>
10408
10409 * lread.c (__EXTENSIONS__): Define.
10410
f7136ee8
GM
104112000-02-08 Gerd Moellmann <gerd@gnu.org>
10412
10413 * puresize.h (BASE_PURESIZE): Increase to 650000.
10414
7768790b
EZ
104152000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * msdos.c (XMenuActivate): Turn off the cursor after displaying
10418 the help message.
10419
38fd211b
EZ
104202000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10421
10422 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
10423 md, mh, mb, mr, and me to the fake termcap entry.
10424
66e4690f
KR
104252000-02-06 Ken Raeburn <raeburn@gnu.org>
10426
10427 * sound.c (sound_cleanup): Don't call device close routine if the
10428 function pointer is null.
10429
a75dfea0
AI
104302000-02-06 Andrew Innes <andrewi@gnu.org>
10431
10432 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
10433 around image definitions and prototypes.
10434 (gamma_correct) [WINDOWSNT]: New prototype.
10435
10436 * w32term.c (x_make_frame_visible): Replace call to
10437 input_poll_signal with poll_for_input.
10438
10439 * window.c [WINDOWSNT]: Include w32term.h.
10440
10441 * xdisp.c [WINDOWSNT]: Include w32term.h.
10442
10443 * makefile.nt: Add dependencies on w32gui.h.
10444 (OBJ1): Include atimer.obj.
10445 ($(BLD)\atimer.obj): New dependency rule.
10446
10447 * w32.c (sigmask): New function (does nothing).
10448 (sigunblock): Ditto.
10449
10450 * frame.c [WINDOWSNT]: Include w32term.h.
10451
10452 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
10453
10454 * lread.c (syms_of_lread): Fix literal newlines.
10455
10456 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
10457 the string constant limit (2048 bytes) in MSVC.
10458 (main): Ditto.
10459
59ddecde
GM
104602000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
10461
10462 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit
10463 area.
10464 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
10465 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
10466 dispatch the event.
10467
07590973
DL
104682000-02-04 Dave Love <fx@gnu.org>
10469
10470 * fileio.c: Remove some unused vars.
10471 (_GNU_SOURCE): Define (for euidaccess).
10472
10473 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
10474
10475 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
10476 gcpro1, gcpro2.
10477 (read_minibuf): Deal with allow_props correctly.
10478
649351f9
EZ
104792000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
10480
10481 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
10482
66e4690f 104832000-02-03 Ken Raeburn <raeburn@gnu.org>
f1b9c7c1
KR
10484
10485 * search.c (compile_pattern): If a cache entry has a nil regexp,
10486 fill in that entry instead of clobbering a previously cached
10487 string regexp.
10488
66e4690f 104892000-02-02 Ken Raeburn <raeburn@gnu.org>
15c9cf81
KR
10490
10491 * puresize.h (BASE_PURESIZE): Increase to 610000.
10492
d240a249
GM
104932000-02-02 Gerd Moellmann <gerd@gnu.org>
10494
10495 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
10496 can GC.
10497
ca91fb26
KH
104982000-02-02 Kenichi Handa <handa@etl.go.jp>
10499
25660570
KH
10500 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
10501 instead of incrementing ic directly.
10502 <CCL_WriteExprConst> Likewise.
10503 <ccl_set_expr>: Set ic to jump_address.
10504
ca91fb26
KH
10505 * fileio.c (e_write): Fix the handling of
10506 CODING_FINISH_INSUFFICIENT_SRC.
10507
2ede9689
DL
105082000-02-01 Dave Love <fx@gnu.org>
10509
10510 * editfns.c (Fpropertize): Doc fix.
10511
10512 * process.c (Fstart_process): Doc fix.
10513
10514 * eval.c: Fix various doc strings not to duplicate information
10515 from help-manyarg-func-alist.
10516
10517 * window.c (Fset_window_margins): Don't make interactive. Doc
10518 fix.
10519
10520 * doc.c (Vhelp_manyarg_func_alist): New variable.
10521 (Fdocumentation): Use it.
10522 (syms_of_doc): Define it.
10523
b6680a0e
GM
105242000-01-31 Gerd Moellmann <gerd@gnu.org>
10525
2cb750ba
GM
10526 * xterm.c (xim_open_dpy): Remove unused local variable.
10527
74e9213b
GM
10528 * emacs.c (USAGE): Use term `display options' instead of `X
10529 options'.
10530
10531 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
10532 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
10533
b6680a0e
GM
10534 * fns.c (sweep_weak_table): New function.
10535 (sweep_weak_hash_tables): Use it. Keep on marking until there
10536 is no more change.
10537
994c5afe
GM
105382000-01-30 Gerd Moellmann <gerd@gnu.org>
10539
10540 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
10541 that XTread_socket does not crash by trying to call XNoOp on a
10542 closed display.
427ec082 10543
f00276e3
JR
105442000-01-30 Jason Rumney <jasonr@gnu.org>
10545
10546 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
10547 Change selected_frame to SELECTED_FRAME ().
10548 (w32_console_mouse_position): Remove #ifndef MULE from around
10549 `insist' parameter.
10550
10551 * makefile.nt: Remove dosfns.obj.
10552
10553 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
10554
10555 * w32fns.c (w32_defined_color): Check for valid frame before
10556 applying gamma correction. Eliminate dependency on frame elsewhere.
10557 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
10558 (w32_to_x_font): Use resx and resy not height_in and width_in.
10559 (x_to_w32_font): Doc fix.
10560 (xlfd_strip_height): New function to strip and return font height.
10561 (w32_font_match): Compare height separately from rest of xlfd
10562 spec, using xlfd_strip_height.
10563
10564 * w32term.c (w32_term_init): Swap resx and height_in, resy and
10565 width_in. Use w32_defined_color in place of defined_color.
10566
10567 * w32faces.c: Merge more of DOS and X specifics in preparation for
10568 merge with xfaces.c.
10569 (defined_color): Remove FIXME comment.
10570 (tty_color_name): Provide w32-specific function.
10571 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
10572
10573 * w32console.c (turn_on_face, turn_off_face): Removed.
10574 (w32_face_attributes): New function.
10575 (Global_variables): Reduce scope where possible.
10576 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
10577 fill attribute.
10578 (hl_mode): Don't modify text attributes.
10579 (write_glyphs): Don't do anything if len <= 0. Use
10580 w32_face_attributes to get attributes for drawing. Write
10581 terminating codes using char_attr_normal.
10582 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
10583 (update_begin, update_end): Likewise.
10584 (vga_stdcolor_name): New function.
10585 (initialize_w32_display): Remove char_attr_reverse and char_attr.
10586 (Fset_screen_color): Remove char_attr_reverse.
10587
b08e8bb2
GM
105882000-01-29 Gerd Moellmann <gerd@gnu.org>
10589
10590 * xfns.c (xic_set_preeditarea): Take window parameter and
10591 window-relative pixel-positions.
10592
10593 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
10594 is its frame's selected window.
10595 (xim_instantiate_callback): Likewise.
10596
10597 * xfns.c (x_create_im): Removed.
10598 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
10599 (supported_xim_styles): Renamed from supported_styles.
10600 (best_xim_style): Renamed from best_style.
10601 (create_frame_xic): Renamed from xic_create_frame.
10602 (free_frame_xic): Renamed from xic_destroy_frame.
427ec082 10603
b08e8bb2
GM
106042000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
10605
10606 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
10607 our frames, call XFilterEvent with 2nd parameter `None'.
10608 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
10609 returning XBufferOverflow.
10610 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
10611 area.
10612 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
10613 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
10614 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
10615 (xim_initialize, xim_close)
10616 [HAVE_X_I18N && HAVE_X11R6]: New functions.
10617 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
10618 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
10619 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
10620
10621 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
10622 and `xim_styles'.
10623 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
10624 `xic_style' and `xic_xfs'.
10625 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
10626 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
10627 (FRAME_XIM): Removed.
10628
10629 * xfns.c (supported_styles): New variable.
10630 (DEFAULT_STYLE, DEFAULT_FONT): New macros
10631 (xic_create_xfontset, best_style, xic_create_frame)
10632 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
10633 (xic_set_xfontset): New functions.
10634
142e109c
DL
106352000-01-28 Dave Love <fx@gnu.org>
10636
10637 * s/irix6-5.h: Revert last change after change to irix5-0.h.
10638
10639 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
10640
b02786f9
GM
106412000-01-28 Gerd Moellmann <gerd@gnu.org>
10642
d060bc9f
GM
10643 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
10644 for *scratch* if it already existed.
10645
b02786f9
GM
10646 * emacs.c (USAGE): New macro.
10647 (main): Use it to display usage information.
10648
2c52d7e4
EZ
106492000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10650
10651 Support for the menu-help feature:
10652
10653 * msdos.h: Change prototypes of XMenuAddSelection and
10654 XMenuActivate.
10655
10656 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
10657 part of the line to the termscript file.
10658 (IT_clear_to_end): Clear the entire line, not just its beginning.
10659 (menu_help_message, prev_menu_help_message): New variables.
10660 (IT_menu_make_room): Make room for the help_text member.
10661 (IT_menu_display): New argument disp_help; all callers changed.
10662 If disp_help is non-zero, store the help text of the active menu
10663 item in menu_help_message.
10664 (XMenuAddPane): Initialize the help_text member to NULL.
10665 (XMenuAddSelection): New argument help_text. Store it in the
10666 XMenu structure.
10667 (XMenuActivate): New argument help_callback. If the value of
10668 menu_help_message has changed since the last time, display the
10669 menu help message text while waiting for the mouse to move. Clear
10670 the echo area before exiting.
10671 (XMenuDestroy): Free the help_text member.
10672
ffe0bcd1
GM
106732000-01-27 Gerd Moellmann <gerd@gnu.org>
10674
10675 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
10676 XMenuAddSelection. Pass help callback to XMenuActivate.
10677 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
10678
50dbd23f
EZ
106792000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10680
10681 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
10682 and EMACS_SET_USECS.
10683
f5941bf8
GM
106842000-01-26 Dave Love <fx@gnu.org>
10685
6c67ddee
DL
10686 * editfns.c (Fchar_after, Fchar_before): Doc fix.
10687
f5941bf8
GM
10688 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
10689 an error may be signalled.
10690
9e49c990
GM
106912000-01-26 Gerd Moellmann <gerd@gnu.org>
10692
fc3cb460
GM
10693 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
10694 LD_SWITCH_SYSTEM inherited from irix5-0.h.
10695
9e49c990
GM
10696 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
10697
d0c037d8
GM
106982000-01-25 Gerd Moellmann <gerd@gnu.org>
10699
10700 * charset.c (Fstring): If there is a multibyte char among
10701 the args, always return a multibyte string.
10702
e12489f9
GM
107032000-01-25 Gerd Moellmann <gerd@gnu.org>
10704
10705 * sysdep.c (sys_select): Turn atimers off and on instead of
10706 recording and restoring old alarm handler
10707
10708 * process.c (toplevel): Include atimer.h.
10709 (create_process_1): Rewritten.
10710 (create_process): Use atimers instead of alarm.
10711 (wait_reading_process_input) [hpux]: Turn atimers off instead
10712 of turning off SIGALRM.
10713 (wait_reading_process_input): Turn off atimers instead off
10714 calling stop_polling.
10715
10716 * emacs.c (main): Call init_atimer.
10717
10718 * keyboard.c (toplevel): Include systime.h and atimer.h.
10719 (polling_for_input): Removed because unused.
10720 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
10721 (poll_timer): New variable.
10722 (poll_for_input, poll_for_input_1): New functions.
10723 (start_polling, stop_polling): Rewritten.
10724
10725 * keyboard.h (polling_for_input): Removed.
427ec082 10726
e12489f9
GM
10727 * atimer.h, atimer.c: New files.
10728
10729 * Makefile.in (obj): Add atimer.o.
10730 (atimer.o): New target.
10731
10732 * blockinput.h (pending_atimers): Add extern declaration.
10733 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
10734
10735 * lisp.h (popup_activated_flag): Add extern declaration.
10736
10737 * xmenu.c (popup_activated_flag): Make externally visible.
10738 (popup_activate_callback) [USE_MOTIF]: Increment
10739 popup_activated_flag.
10740 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
10741
10742 * xterm.c (toplevel): Include atimer.h.
10743 (toolkit_scroll_bar_interaction): New variable.
10744 (Fxt_process_timeouts): Removed.
10745 (x_process_timeouts): New function.
10746 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
10747 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
10748 (x_make_frame_visible): Call poll_for_input_1 instead of
10749 input_poll_signal. Don't call alarm.
10750 (x_initialize): Install timer calling x_process_timeouts.
427ec082 10751
1e5279b9
DL
107522000-01-24 Dave Love <fx@gnu.org>
10753
6c67ddee 10754 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
10755 Don't use -cckr -- apparently not now necessary.
10756
edf6aeb8
EZ
107572000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
10758
10759 * msdos.c (IT_menu_display): Truncate long menu lines at the right
10760 screen boundary.
10761
9badad41
JR
107622000-01-23 Jason Rumney <jasonr@gnu.org>
10763
10764 * w32fns.c (w32_defined_color): Apply gamma correction before
10765 trying to map to the palette.
10766 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
10767 to w32_clear_rect.
10768
10769 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
10770 here. Callers changed to always pass real device context.
10771 (w32_draw_bitmap): Likewise.
10772 (w32_get_glyph_overhangs): Likewise.
10773 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
10774 one.
10775 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
10776 pfnSetScrollInfo and SetScrollRange.
10777 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
10778 back into MULE characters after decoding them.
10779 (x_get_glyph_face_and_encoding): Likewise.
10780 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
10781 GetCharABCWidthsW fails, since this is defined on Windows 9x.
10782 (x_produce_glyphs): Calculate per char metrics for a character
10783 that we know exists in default font when font_not_found_p is true.
10784
63bd786b
JR
107852000-01-22 Jason Rumney <jasonr@gnu.org>
10786
10787 * makefile.nt (intervals.obj, composite.obj): New modules.
10788 (composite.h): Added as dependency where appropriate.
10789
10790 * w32gui.h (XGCValue): New struct for emulating X GCs.
10791
10792 * w32term.h (XCharStruct): New struct for emulating X.
10793
10794 * w32console.c (turn_on_face, turn_off_face): New functions.
10795 (change_line_highlight): New prototype for new redisplay.
10796 (write_glyphs): Support multibyte text. Support faces.
10797
10798 * w32faces.c: Complete rewrite for new redisplay based on new
10799 xfaces.c.
10800
10801 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
10802 throughout. struct frame * in place of FRAME_PTR.
10803 Skeleton support for images, toolbars, tooltips from xfns.c.
10804 (Fx_create_frame): Use system default for default scroll bar
10805 width.
10806 (w32_get_arg): Renamed from x_get_arg.
10807 (Fx_file_dialog): New function.
10808 (w32_list_fonts): Check cache before asking system.
10809 (Vw32_enable_synthesized_fonts): New variable.
10810 (Vw32_enable_italics): Obsolete, removed.
10811
10812 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
10813 Use SELECTED_FRAME macro.
10814
10815 * w32menu.c: Add skeleton support for help strings on menus.
10816 (add_menu_item): Native checkbox and radio support added, but not
10817 yet enabled due to bugs.
10818 (push_menu_item): Add parameters type, selection and help.
10819 Callers updated.
10820 Formatting changes to reduce unnecessary diffs with xmenu.c.
10821
10822 * w32select.c (Fw32_set_clipboard_data): Update call to
10823 find_charset_in_str.
10824
10825 * w32term.c: Complete rewrite for new redisplay based on new
10826 xterm.c with necessary sections merged back in from old w32term.c.
10827
6ffd3cf7 108282000-01-21 Richard M. Stallman <rms@gnu.org>
b50c9214
RS
10829
10830 * data.c (set_internal): Further fix in same criterion.
10831
6ffd3cf7 108322000-01-20 Richard M. Stallman <rms@gnu.org>
8cc95642
RS
10833
10834 * data.c (set_internal): Fix the criteria for whether
10835 to swap out the old cached binding.
10836
60af03f1
DL
108372000-01-19 Dave Love <fx@gnu.org>
10838
10839 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
10840
f9be074f
KH
108412000-01-18 Kenichi Handa <handa@etl.go.jp>
10842
10843 * regex.c (re_compile_fastmap): While checking a range table for
10844 `charset', skip flag bits for a character class correctly.
10845
52b8dbf9
GM
108462000-01-17 Gerd Moellmann <gerd@gnu.org>
10847
d36100c9
GM
10848 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
10849
52b8dbf9
GM
10850 * xfns.c (x_window): Call lw_create_widget with new parameter
10851 list.
10852
10853 * widget.c (EmacsFrameSetCharSize): Change size of children first
10854 because of problems with main window geometry management under
10855 Lesstif.
10856
10857 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
10858 MENU_ITEMS_ITEM_.*.
10859 (MENU_ITEMS_ITEM_HELP): New enumerator.
10860 (push_menu_item): Add parameter HELP. Record help in menu_items.
10861 (single_menu_item, single_submenu, list_of_items): Call
10862 push_menu_item with new parameter.
10863 (single_submenu): Set help string in widget value.
10864 (menu_highlight_callback): New function.
10865 (set_frame_menubar): Call lw_create_widget with new
10866 parameter list.
10867 (xmenu_show, xdialog_show): Ditto.
10868
3139018f
GM
108692000-01-13 Gerd Moellmann <gerd@gnu.org>
10870
10871 * sound.c (Fplay_sound): Improve doc string.
10872
83c8f461
RS
108732000-01-11 Richard M. Stallman <rms@gnu.org>
10874
10875 * lisp.h (set_internal): Enter the new arg.
10876
10877 * eval.c (specbind): Record buffer-local variables specially,
10878 indicating which buffer's binding was saved.
10879 (unbind_to): Restore buffer-local variables specially
10880 in the proper buffer.
10881
10882 * data.c (set_internal): New arg BUF.
427ec082 10883
83c8f461
RS
10884 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
10885 * data.c (Fset): Pass new arg to set_internal.
10886 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
427ec082 10887
1fab1775
GM
108882000-01-11 Gerd Moellmann <gerd@gnu.org>
10889
10890 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
10891 xprintsym.
10892
83c8f461 108932000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
10894
10895 * minibuf.c (Ftry_completion): Doc fix.
10896
7a85e4df
GM
108972000-01-11 Gerd Moellmann <gerd@gnu.org>
10898
10899 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
10900 vector, too.
10901
a970dae4
AS
109022000-01-11 Andreas Schwab <schwab@suse.de>
10903
10904 * coding.c (code_convert_region): Initialize total_skip.
10905
c65d14ee
DL
109062000-01-08 Dave Love <fx@gnu.org>
10907
10908 * eval.c (Fuser_variable_p): Check customizability too.
10909
834938d2
GM
109102000-01-07 Gerd Moellmann <gerd@gnu.org>
10911
10912 * minibuf.c (Fcompleting_read): Doc fix.
10913
e0303cd6
GM
109142000-01-05 Gerd Moellmann <gerd@gnu.org>
10915
8a26744b
GM
10916 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
10917 -L /usr/local/lib.
10918
e0303cd6
GM
10919 * xfns.c (x_create_im): New function to set IM and IC of a frame.
10920 Check that input style is supported before trying to create an
10921 IC for it.
10922 (x_window): Call x_create_im.
427ec082 10923
2e471eb5
GM
109242000-01-04 Gerd Moellmann <gerd@gnu.org>
10925
560a7bd2
GM
10926 * xfns.c (current_gif_memory_src): New variable.
10927 (gif_load): Record the address of the current memory source
10928 in current_gif_memory_src.
10929 (gif_read_from_memory): Use current_gif_memory_src.
10930
f9ee84a3
GM
10931 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
10932 macros statement form.
10933
d1299cde
GM
10934 * sound.c (struct sound): Renamed from struct sound_file.
10935 (struct sound): Add members `data' and `header_size'.
10936 (enum sound_attr): Add SOUND_DATA.
10937 (current_sound, current_sound_device): Variables renamed from
10938 sound_file and sound_device.
10939 (parse_sound): Parse :data.
10940 (parse_sound): Handle sound data in strings.
10941 (find_sound_type): Function renamed from find_sound_file_type.
427ec082 10942 (wav_init, au_init): Fail if sound's header_size is smaller than
d1299cde
GM
10943 needed header size.
10944 (wav_play, au_play): Play sounds from string data.
10945
2e471eb5
GM
10946 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
10947
10948 * lisp.h: Add prototype for allocate_string_data.
10949
10950 * alloc.c (Fgarbage_collect): Return number of live and free
10951 strings.
10952
10953 * alloc.c (mark_buffer): Remove code in #if 0.
10954 (gc_sweep): Ditto.
10955 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
10956 (strings_consed): New variable.
10957 (allocate_string): Set it.
10958 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
10959 (Fmemory_use_counts): Return strings_consed. Use Flist.
10960
10961 * alloc.c: General cleanup in comments etc. Remove conditional
10962 compilation for `standalone'.
10963
10964 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
10965
10966 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
10967 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
10968 (DONT_COPY_FLAG): Removed.
10969 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
10970 (struct sdata, struct sblock): New
10971 (struct string_block): Rewritten.
10972 (STRINGS_IN_STRING_BLOCK): New macro.
10973 (oldest_sblock, current_sblock, total_strings, total_free_strings)
10974 (large_sblocks, string_blocks, string_free_list): New variables.
10975 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
10976 (init_strings): Rewritten.
10977 (allocate_string, allocate_string_data, compact_small_strings)
10978 (free_large_strings, sweep_strings): New functions.
10979 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
10980 (struct string_block_head, current_string_block)
10981 (first_string_block, large_string_blocks, STRING_FULLSIZE)
10982 (STRING_PAD): Removed.
10983 (make_uninit_multibyte_string, make_pure_string): Rewritten.
10984 (Fgarbage_collect): Don't set mark bit in large strings.
10985 (mark_object): Mark strings differently. Mark symbol names
10986 differently.
10987 (survives_gc_p): Test marked strings differently.
427ec082 10988 (gc_sweep): Sweep strings differently, unmark strings in
2e471eb5
GM
10989 symbol names.
10990 (compact_strings): Removed.
10991
42608ba8
EZ
109922000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
10993
10994 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
10995 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
10996
e0a09e1a
KH
109972000-01-04 Kenichi Handa <handa@etl.go.jp>
10998
dd9f0750 10999 * fileio.c (Finsert_file_contents): Signal error if visiting file
427ec082 11000 in a non-empty buffer.
dd9f0750 11001
3c0f3b15 11002 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 11003
44cd3ae5
GM
110042000-01-03 Gerd Moellmann <gerd@gnu.org>
11005
11006 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
11007 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
11008
11009 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
11010
c182a70f
EZ
110112000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11012
11013 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
11014 need to test for MSDOS frames.
11015
24480d5b
EZ
110162000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11017
11018 * dosfns.c (unspecified_colors): Remove.
11019 (msdos_stdcolor_idx): Use global variables unspecified_fg and
11020 unspecified_bg.
11021 (msdos_stdcolor_name): Return strings for unspecified fore- and
11022 back-ground colors.
11023
11024 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
aaf2320c 11025 (syms_of_xfaces): Remove their staticpro's.
24480d5b
EZ
11026 (tty_color_name): Return Lisp strings for unspecified fore- and
11027 back-ground colors.
11028 (Finternal_set_lisp_face_attribute): Remove the special treatment
11029 for Qunspecified_{f,b}g.
11030 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
11031 string.
11032
047f434a
GM
110332000-01-03 Gerd Moellmann <gerd@gnu.org>
11034
11035 * xdisp.c (reseat_at_next_visible_line_start): Position before
11036 newline only if ending up on a newline.
11037 (next_element_from_ellipsis): Return success. Handle case of
11038 displaying no ellipsis. Fix case of ellipsis defined in display
11039 table.
11040 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
11041 returns 0.
11042
d684c676
EZ
110432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
11044
11045 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
11046 (Fcolor_supported_p): Renamed from face-color-supported-p.
11047
5fe1d139
EZ
110482000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11049
11050 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
11051 list of colors renamed to tty-defined-color-alist.
11052 (tty_color_name): Pass the frame to tty-color-by-index.
11053 (realize_tty_face): tty-color-alist is now a function which
11054 accepts the frame as argument.
11055
11056 * term.c (Ftty_display_color_p): Accept an optional argument
11057 FRAME.
11058
816be8b8
EZ
110592000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11060
11061 * term.c (insert_glyphs): Pass glyph, not &glyph, to
11062 encode_terminal_code.
11063
b635321e
EZ
110642000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
11065
11066 * dispnew.c (mode_line_string): Support termcap frames as well.
11067
9b784e96
GM
110682000-01-01 Gerd Moellmann <gerd@gnu.org>
11069
27189709
GM
11070 * syntax.c (Fforward_word): Undo previous change.
11071
11072 * editfns.c (Fconstrain_to_field): Don't constrain if
11073 inhibit-field-text-motion is non-nil.
11074 (Fline_beginning_position): Undo previous change.
11075 (Fline_end_position): Ditto.
11076
11077 * syntax.c (Fforward_word): Notice field boundaries only if
11078 inhibit-field-text-motion is nil.
11079
11080 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
11081
11082 * editfns.c (Vinhibit_field_text_motion): New variable.
11083 (inhibit-field-text-motion): New DEFVAR_LISP.
11084 (Fline_beginning_position, Fline_end_position): Notice field
11085 boundaries only if inhibit-field-text-motion is nil.
11086
45158a91
GM
11087 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
11088 All calls adjusted.
11089 (x_build_heuristic_mask): Likewise.
11090 (xbm_load_image_from_file): Change error output.
11091 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
11092 (gif_load, gs_load, x_kill_gs_process): Ditto.
11093
9b784e96
GM
11094 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
11095 color indices when accessing raster pixels.
63cec32f
GM
11096 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
11097 one of :file or :data.
11098 (enum pbm_keyword_index): Add PBM_DATA.
11099 (pbm_format): Add :data.
11100 (pbm_image_p): Allow either :file or :data.
11101 (pbm_read_file): New function.
11102 (pbm_scan_number): Rewritten to read from string.
11103 (pbm_load): Support :data.
9b784e96 11104
2cb085db 11105See ChangeLog.8 for earlier changes.
6922b018
KH
11106
11107;; Local Variables:
49b3bd82 11108;; coding: iso-2022-7bit
6922b018 11109;; End: