*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
CommitLineData
ff9ab414
GM
12000-11-20 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New
4 variables.
5 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
6 and store an index in the XClientMessageEvent. Storing a
7 Lisp_Object or pointer can fail on a 64 bit system, since X only
8 transfers 32 bits.
9 (x_scroll_bar_to_input_event): Get the window from
10 scroll_bar_windows.
11
81459ac9
DL
122000-11-20 Dave Love <fx@gnu.org>
13
14 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
15
56c13ae6
GM
162000-11-20 Gerd Moellmann <gerd@gnu.org>
17
18 * s/sol2-5.h (USE_MMAP_FOR_BUFFERS): Undefine.
19
495a6df3
KH
202000-11-20 Kenichi Handa <handa@etl.go.jp>
21
2bcf3714
KH
22 * charset.c (get_new_private_charset_id): Don't limit CHARSET_ID
23 by WIDTH.
24
495a6df3
KH
25 * alloc.c (make_string): Fix previous change. Be sure to make
26 unibyte string correctly.
27
6d950f4c
GM
282000-11-19 Gerd Moellmann <gerd@gnu.org>
29
39b39373
GM
30 * window.c (Fwindow_list): Change parameter list to be XEmacs
31 compatible.
32 (window_list_1): New function.
33 (window_loop): Use it instead of Fwindow_list.
34
b95b34e5
GM
35 * sysdep.c (emacs_ospeed): New variable.
36 (toplevel): Don't declare ospeed extern.
37 (init_baud_rate): Use emacs_ospeed instead of ospeed.
38
39 * termcap.c (ospeed): Remove.
40 (tputs) [!emacs]: Remove unused code.
41 (tgetent): Avoid a compiler warning.
42
e83dc917
GM
43 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
44 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
b95b34e5 45 SCROLL_BAR_X_WIDGET with additional argument DPY.
e83dc917
GM
46
47 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
48 removed.
49 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
50 Take the X display as additional argument.
51 (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
52 `Widget' is a pointer type that's not easily stored in Lisp_Object
53 form in a portable way.
54
6d950f4c
GM
55 * dispnew.c (update_text_area): Fix last change.
56
e47306e6
GM
572000-11-18 Gerd Moellmann <gerd@gnu.org>
58
fb3cd89b
GM
59 * xdisp.c: Use BINDING_STACK_SIZE throughout.
60
61 * xfns.c (x_set_tool_bar_lines): When clearing the frame, also
62 clear current matrices.
63
edaa9aed
GM
64 * buffer.c (mmap_enlarge): Don't print a message on stderr
65 if mapping new memory at the end of the existing region fails.
66
e47306e6
GM
67 * dispnew.c (update_text_area): Don't skip over equal glyphs
68 when the last current glyph overlaps the glyph to its right.
69
509633e3
MB
702000-11-18 Miles Bader <miles@gnu.org>
71
72 * xdisp.c (message_log_check_duplicate): Let "..."-detection match
73 lines that *end* with "..." too (that's the most common case!).
74
d392e9c5
GM
752000-11-18 Gerd Moellmann <gerd@gnu.org>
76
67988445
GM
77 * xdisp.c (resize_mini_window): Temporarily change to the
78 mini-window's buffer if necessary.
1bfdbe43 79
d392e9c5
GM
80 * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
81 the tooltip obscures less text under it.
82
832000-11-17 Gerd Moellmann <gerd@gnu.org>
84
85 * puresize.h (BASE_PURESIZE): Increase to 700000.
86
92bb977f
JR
872000-11-18 Jason Rumney <jasonr@gnu.org>
88
89 * w32term.c (w32_draw_bitmap): Use face to set colors.
90
26fbf20b
DL
912000-11-17 Dave Love <fx@gnu.org>
92
93 * lread.c (Fload): Fix #ifdef for pcc.
94
100b593b
GM
952000-11-17 Gerd Moellmann <gerd@gnu.org>
96
97 * xdisp.c (pos_visible_p): Compute the default character height
98 differently.
99
a288d0d1
GM
1002000-11-16 Gerd Moellmann <gerd@gnu.org>
101
cac94de6
GM
102 * xdisp.c (pos_visible_p): Handle case that we reach ZV without
103 knowing the line's height; use the default font's height in that
104 case.
105
a288d0d1
GM
106 * xfaces.c (weight_table): Add `demi' with the same meaning as
107 `demibold'.
108
981fb6f6
KH
1092000-11-16 Kenichi Handa <handa@etl.go.jp>
110
2cca872d 111 * dispnew.c (null_row): New global static variable.
981fb6f6
KH
112 (clear_glyph_row): Delete local static variable null_row.
113
e5fa381b
JR
1142000-11-15 Jason Rumney <jasonr@gnu.org>
115
116 * w32term.c (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
117 (w32_alloc_lighter_color): Use new brightness calculations from
118 xterm.c. Scale delta to be in the range expected by W32.
119 (w32_draw_relief_rect): Use frame relief colors.
120
8e42f043
GM
1212000-11-15 Gerd Moellmann <gerd@gnu.org>
122
6d133d1f
GM
123 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
124 (Qinhibit_default_face_x_resources): New variable.
125 (syms_of_frame): Initialize it.
126 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
127
128 * xdisp.c (pos_visible_p): Improve function comment.
129
130 * lisp.h (BINDING_STACK_SIZE): New macro.
131
8e42f043
GM
132 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
133 reading the directory if readdir returns null and errno is EAGAIN
134 or EINTR.
135
e8c87124
SM
1362000-11-14 Stefan Monnier <monnier@cs.yale.edu>
137
138 * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
139 so setting scroll-step to 1 doesn't defeat scroll-conservatively.
140 Set amount_to_scroll to max of dx and scroll_step so that
141 scroll-conservatively doesn't defeat scroll-step>1.
142 (syms_of_xdisp): Add a hint in scroll-step's docstring to use
143 scroll-conservatively for line-at-a-time scrolling.
144
5f0c971d
GM
1452000-11-14 Gerd Moellmann <gerd@gnu.org>
146
147 * window.c (Fpos_visible_in_window_p): Call pos_visible with
148 extra argument.
149
150 * xdisp.c (current_mode_line_height, current_header_line_height):
151 New variables.
152 (init_xdisp): Initialize them.
153 (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute
154 and use exact mode line heights if it is set.
155
156 * lisp.h (pos_visible_p): Change prototype.
157
158 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
159 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
160 and current_header_line_height first.
161 (current_mode_line_height, current_header_line_height): Declare
162 extern.
163
d7361edf
MB
1642000-11-14 Miles Bader <miles@lsi.nec.co.jp>
165
166 * xterm.c (x_alloc_lighter_color): Use real brightness calculation.
167 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
168 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
169
ee5e440a
MB
1702000-11-14 Miles Bader <miles@gnu.org>
171
172 * xterm.c (x_alloc_lighter_color): Include an additive component
173 too for dark colors, because FACTOR isn't enough.
174 (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
175 New macros.
176
5ca020fc
GM
1772000-11-13 Gerd Moellmann <gerd@gnu.org>
178
179 * keyboard.c (show_help_echo): Call message3_nolog with number of
180 bytes in the help string as 2nd parameter, instead of the number
181 of characters.
182
9d348294
MB
1832000-11-13 Miles Bader <miles@gnu.org>
184
185 * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
186 (Fload): Use new openp return protocol.
187 Don't try to use Vload_source_file_function to load .elc files.
188 * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
189 openp return protocol.
190 * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
191
1729bb9a
KH
1922000-11-11 Kenichi Handa <handa@etl.go.jp>
193
4e677396
KH
194 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
195
196 * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
197 Defined these macros.
198 (NLIST_STRUCT): Avoid re-defining it.
199
1729bb9a
KH
200 * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
201 -I/usr/contrib/X11R6/include.
202 (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
203
a82fe213
JR
2042000-11-10 Jason Rumney <jasonr@gnu.org>
205
206 * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
207
208 * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
209 (w32_use_unicode_for_codepage): Use new pseudo-codepages.
210
211 * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
212 (Qw32_charset_vietnamese): New symbol.
213 (xlfd_charset_of_font): New function.
214 (w32_load_system_font): Use it.
215 (x_to_w32_charset): Use Fassoc to find charset info. Special case
216 when Vw32_charset_info_alist is nil to ensure default face always
217 has font. Use Fcar and Fcdr for safety.
218 (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
219 (w32_codepage_for_font): Use xlfd_charset_of_font. Use new
220 pseudo-codepages for special cases.
221 (w32_to_x_font): New parameter to allow charset portion to be
222 specified where there is many to one mapping. Callers changed.
223 (w32_list_fonts): Avoid listing fonts that won't display.
224
52d89894
GM
2252000-11-10 Gerd Moellmann <gerd@gnu.org>
226
227 * xfaces.c (Vface_alternative_font_registry_alist): New variable.
228 (font_list_1): Renamed from font_list.
229 (font_list): New function, trying alternative registries from
230 Vface_alternative_font_registry_alist.
231 (Finternal_set_alternative_font_registry_alist): New function.
232 (syms_of_xfaces): Initialize and Staticpro
233 Vface_alternative_font_registry_alist. Defsubr
234 Finternal_set_alternative_font_registry_alist.
235
651cd3da
KR
2362000-11-09 Ken Raeburn <raeburn@gnu.org>
237
238 * lisp.h (Flooking_at): Declare.
239
388ac098
GM
2402000-11-09 Gerd Moellmann <gerd@gnu.org>
241
778fbc46
GM
242 * dired.c (directory_files_internal): Fix a braino.
243
388ac098
GM
244 * dired.c (directory_files_internal): Add missing GCPRO's.
245 Some cleanup.
246
ecaedde1
GM
2472000-11-08 Gerd Moellmann <gerd@gnu.org>
248
f7eb32aa
GM
249 * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
250 (resize_mini_window): Return quickly if Vresize_mini_window is
251 nil. Don't return if Vmax_mini_window_height is nil.
252
253 * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
254 (syms_of_xdisp): Initialize them.
255 (resize_mini_window): Act according to the setting of
256 Vresize_mini_window.
257 (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
258
ecaedde1
GM
259 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
260 scroll bar widget after configuring it, so that it will appear at
261 the right position from the start.
262 (XTredeem_scroll_bar): Cleaned up.
263
3747ef2c
KH
2642000-11-08 Kenichi Handa <handa@etl.go.jp>
265
266 * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change. If the
5d16e624 267 font is taller than the frame line, we don't have to bias the
3747ef2c
KH
268 division by two.
269
270 * w32term.c (VCENTER_BASELINE_OFFSET): Likewise.
271
03391420
DL
2722000-11-07 Dave Love <fx@gnu.org>
273
7758f1c1 274 * config.in (HAVE_MKSTEMP): Add.
03391420
DL
275
276 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
277
b5de343d
GM
2782000-11-07 Gerd Moellmann <gerd@gnu.org>
279
acad3c0b
GM
280 * window.c (Fset_window_configuration): Don't try to preserve
281 point in the current buffer, if that buffer is displayed in more
282 than one window.
283
b5de343d
GM
284 * xfaces.c (lookup_named_face): If default face isn't realized,
285 try to realize it. Return -1 if not successful.
286 (Fx_list_fonts): Handle case that face cannot be determined.
287 (Fface_font): Likewise.
288
cdb1fe49
GM
2892000-11-06 Gerd Moellmann <gerd@gnu.org>
290
291 * window.c (displayed_window_lines): Detect partially
292 visible lines at the bottom correctly.
293
d3a67486
SM
2942000-11-06 Stefan Monnier <monnier@cs.yale.edu>
295
296 * fileio.c (Fwrite_region): Use `visiting' rather than `visit'
297 when ensuring we don't do visit in indirect buffer.
298
ff8dd5d5
KH
2992000-11-06 Kenichi Handa <handa@etl.go.jp>
300
301 * composite.h (compose_chars_in_text): Add prototype.
302
303 * composite.c (Vcomposition_function_table): New variable.
304 (Qcomposition_function_table): New variable.
305 (run_composition_function): Call
306 Vcompose_chars_after_function with three arguments.
307 (compose_chars_in_text): New function.
308 (syms_of_composite): Modified the doc-string of
309 Vcompose_chars_after_function. Declare composition-function-table
310 as a lisp variable, and initialize it.
311
312 * xfns.c (x_encode_text): Suppress producing escape sequences for
313 composition.
314
315 * xselect.c: Include composite.h.
316 (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
317
d1145f85
AI
3182000-11-05 Andrew Innes <andrewi@gnu.org>
319
320 * w32term.c (x_produce_glyphs): Fix typo in enum name.
321
322 * sysdep.c (read_input_waiting): Remove extraneous argument to
323 read_socket_hook.
324
325 * w32fns.c (Fx_server_version): Include w32_build_number in the
326 return list.
327
328 * w32heap.c (w32_build_number): New variable.
329 (cache_system_info): Set it.
330
331 * w32heap.h (w32_build_number): Add extern.
332
333 * emacs.c (syms_of_emacs): Update docstring for
334 system-configuration, to reflect the actual usage on MS-Windows.
335
e85ee976
GM
3362000-10-31 Gerd Moellmann <gerd@gnu.org>
337
26dcb81b
GM
338 * keyboard.c (read_char) <wrong_kboard>: Make sure that we
339 process idle timers while waiting for another event.
340
0a894bad
GM
341 * dispnew.c (update_frame_line): Handle case where spaces in
342 the default face are colored.
343
e85ee976
GM
344 * xdisp.c (redisplay_tool_bar): Don't set fonts_changed_p if
345 window height hasn't changed.
346
01b220b6
JR
3472000-10-31 Jason Rumney <jasonr@gnu.org>
348
349 * w32term.c (x_produce_glyphs): Handle composite characters.
350 (x_draw_glyph_string_foreground)
351 (x_draw_composite_glyph_string_foreground): Restore old font.
352
4e6b7204
MB
3532000-10-31 Miles Bader <miles@lsi.nec.co.jp>
354
355 * minibuf.c (read_minibuf): Reset the undo history just before
356 starting the recursive-edit.
357
d4358b37
GM
3582000-10-30 Gerd Moellmann <gerd@gnu.org>
359
563f68f1
GM
360 * xfaces.c (menu_face_change_count): New variable.
361 (Finternal_set_lisp_face_attribute): Increment it for changes
362 of the `menu' face.
363 (realize_basic_faces): Reflect changes in the `menu' faces
364 in menu bars.
365
82e274d1
GM
366 * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the
367 dy obtained from the iterator's y-position after moving from
368 scroll_margin_pos to PT; see comment there.
369
0dbf9fd2
GM
370 * xdisp.c (safe_eval_handler): Call add_to_log.
371
906b3b14
GM
372 * xfaces.c (resolve_face_name): Handle case that FACE_NAME
373 is not a symbol or string.
374
d4358b37
GM
375 * xdisp.c (echo_area_display): Don't perform a display update from
376 inside redisplay. The update will happen anyway at the end of
377 redisplay, and it can confuse redisplay (GC messages while
378 redisplaying, for instance.)
379
70c825df
SM
3802000-10-30 Stefan Monnier <monnier@cs.yale.edu>
381
cf9b4b0b
SM
382 * xrdb.c (x_load_resources): Use the class name in the defaults.
383
70c825df
SM
384 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
385 (regex_compile): Catch bogus \(\1\).
386
a1d34b1e
GM
3872000-10-30 Gerd Moellmann <gerd@gnu.org>
388
cae71efe
GM
389 * xterm.c (x_alloc_nearest_color): Fix last change to compare
390 RGB values.
391
35efe0a1
GM
392 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
393 we have a color cache, check that the cached color equals the
394 allocated color. If not, clear the color cache.
395
1d3baf74
GM
396 * window.c (displayed_window_lines): Change buffers if necessary.
397 Fix computation of displayed lines.
398
a1d34b1e
GM
399 * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
400 update_menu_bindings to DEFVAR_BOOL.
401
70737ea9
KH
4022000-10-30 Kenichi Handa <handa@etl.go.jp>
403
70c825df 404 * search.c (Fset_match_data): Be sure to make search_regs always sane.
80406070 405
fa0cb51d
KH
406 * puresize.h (BASE_PURESIZE): Increase to 680000.
407
70737ea9
KH
408 * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
409
0e4c08e8
JR
4102000-10-29 Jason Rumney <jasonr@gnu.org>
411
412 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
413
414 * w32term.c (w32_bdf_per_char_metric): Negate descent.
415 (w32_cache_char_metrics): Handle possibility that 'x' does not
416 exist in a BDF font.
417 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
418
419 * w32bdf.h (bdffont): Add nchars.
420
421 * w32bdf.c (set_bdf_font_info): Set it.
422 (w32_BDF_TextOut): Swap byte order of double byte characters.
423 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
424
45b84006
EZ
4252000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
426
427 * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
428 don't override the colors in frame's param_alist, unless they are
429 unspecified.
430
431 * term.c (reassert_line_highlight): If inverse_video is non-zero,
432 reverse the effect of the highlight flag.
433
caf9deee
KR
4342000-10-27 Ken Raeburn <raeburn@gnu.org>
435
436 * window.h (Fwindow_live_p): Declare.
437
ae0b9b46
KR
438 * undo.c (record_delete): Check that last_undo_buffer is really a
439 buffer before applying XBUFFER to it.
440
441 * keymap.c (where_is_internal): Pass lisp object, not integer, to
442 Faref.
443
02067692
SM
4442000-10-27 Stefan Monnier <monnier@cs.yale.edu>
445
446 * lisp.h (KEYMAPP): New macro.
447 (get_keymap): Remove.
448 (get_keymap_1): Rename get_keymap.
449
450 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
451
452 * xterm.c (note_mode_line_highlight): Use KEYMAPP.
453
454 * xmenu.c (single_submenu): Use KEYMAPP.
455 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
456 Use KEYMAPP rather than Fkeymapp.
457
458 * w32term.c (note_mode_line_highlight): Use KEYMAPP.
459
460 * w32menu.c (True, False): Remove (use TRUE and FALSE instead).
461 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
462 Use KEYMAPP rather than Fkeymapp.
463 (single_submenu): Use KEYMAPP.
464 (w32_menu_show, w32_dialog_show): Use TRUE.
465
466 * minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
467
468 * keymap.c (KEYMAPP): Remove (moved to lisp.h).
469 (Fkeymapp): Use KEYMAPP.
470 (get_keymap): Rename from get_keymap_1. Remove old def.
471 Return t when autoload=0 and error=0 and the keymap needs autoloading.
472 (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
473 (Fminor_mode_key_binding): Don't raise an error if the binding
474 is not a keymap.
475 (Fuse_global_map, Fuse_local_map): Allow autoloading.
476 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
477
478 * keyboard.c (read_char): get_keymap_1 -> get_keymap.
479 Allow Vspecial_event_map to be autoloaded.
480 (menu_bar_items): Fetch the keymap rather than using keymapp.
481 (menu_bar_one_keymap): No need to follow func-indirect any more.
482 (parse_menu_item): get_keymap_1 -> get_keymap.
483 (tool_bar_items): Fetch the keymap rather than using keymapp.
484 (read_key_sequence): Use KEYMAPP.
485
486 * intervals.c (get_local_map): Use get_keymap rather than following
487 function-indirections explicitly.
488
489 * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
490
f9d80af3
JR
4912000-10-27 Jason Rumney <jasonr@gnu.org>
492
493 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10
494 point, as Windows has oversized fonts.
495
496 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise.
497
a3ba27da
GM
4982000-10-27 Gerd Moellmann <gerd@gnu.org>
499
500 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1.
501 (freehook, reallochook): Handle null pointer arguments.
502 (__malloc_initialize) [GC_MCHECK]: Call mcheck.
503
aa3b80cc
SM
5042000-10-27 Stefan Monnier <monnier@cs.yale.edu>
505
506 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
507 (re_match_2_internal, re_match_2_internal, re_match_2_internal):
508 Giving in to popular pressure to shut up the compiler with casts.
509
e24e84cc
GM
5102000-10-27 Gerd Moellmann <gerd@gnu.org>
511
512 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
513 signed value, and use a default value computed from the font's
514 maximum descent.
515
05ea7ef2
MB
5162000-10-27 Miles Bader <miles@lsi.nec.co.jp>
517
518 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
519 that specify a negative underline position can still use underlines.
520
521 * window.c (Fpos_visible_in_window_p): Make POS default to
522 WINDOW's point, not the current buffer's point.
523
0b95284b
DL
5242000-10-26 Dave Love <fx@gnu.org>
525
526 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out
527 when it's necessary.
528
6c5b90af
GM
5292000-10-26 Gerd Moellmann <gerd@gnu.org>
530
8b6d9dc9
GM
531 * window.c (size_window): Compute size difference from sum of old
532 child window sizes instead of from parent's size.
533
6bc92b2e
GM
534 * xdisp.c (pos_visible_p): Change current buffer if necessary.
535 Handle obscured lines at the top of the window.
536
537 * frame.c (Fdelete_frame): Doc fix. Move running the hook
538 down after the last error condition check.
539
6c5b90af
GM
540 * frame.c (Fdelete_frame): Run delete-frame-hook.
541
42f92d4d
KH
5422000-10-26 Kenichi Handa <handa@etl.go.jp>
543
544 * coding.c (decode_coding): Fix previous change (check also
545 CODING_MODE_LAST_BLOCK).
546
d97151cb
SM
5472000-10-25 Stefan Monnier <monnier@cs.yale.edu>
548
e7efc503
SM
549 * regex.c: More `unsigned char' -> `re_char' changes.
550 Also change several `int' into `re_wchar_t'.
551 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
552 (PUSH_FAILURE_POINTER): Don't cast any more.
553 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
554 We want GCC to complain, since this piece of code makes
555 re_match non-reentrant, which *should* be fixed.
556 (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
557 (EXTEND_BUFFER): Use RETALLOC.
558 (SET_LIST_BIT): Don't cast.
559 (re_wchar_t): New type.
560 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
561 that those two functions will always properly return.
562 (IMMEDIATE_QUIT_CHECK): Cast to void.
563 (analyse_first): Use recursion rather than an explicit stack.
564 (re_compile_fastmap): Can't fail anymore.
565 (re_search_2): Don't check re_compile_fastmap for failure.
566 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
567 Now also sets the new value (passed in a new argument).
568 (re_match_2_internal): Use it.
569 Also, use a new var `reg' of type size_t when looping through regs
570 rather than reuse the inappropriate `mcnt'.
571
d97151cb
SM
572 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
573 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
574 (where_is_internal): Renamed from Fwhere_is_internal.
575 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
576 (Fwhere_is_internal): New function wrapping where_is_internal.
577 (where_is_internal_1): Handle the case where we're filling the cache.
578 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
579
d5789b65
MB
5802000-10-25 Miles Bader <miles@gnu.org>
581
582 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
583
4ecda532
GM
5842000-10-25 Gerd Moellmann <gerd@gnu.org>
585
586 * window.c (pos_fully_visible_p): Removed.
587 (Fpos_visible_in_window_p): Use pos_visible_p to determine
588 if position is visible and/or fully visible.
589
590 * lisp.h (pos_visible_p): Add prototype.
591
592 * xdisp.c (pos_visible_p): New function.
593
68c3a137
KH
5942000-10-25 Kenichi Handa <handa@etl.go.jp>
595
596 * process.c (send_process): If OBJECT is t, it means that the data
597 is from C string, but we should encode it. Before calling
598 setup_raw_text_coding_system, be sure to flush out data by the
599 previous coding system.
600
7ae1c032
MB
6012000-10-25 Miles Bader <miles@lsi.nec.co.jp>
602
ff4dcd4b
MB
603 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
604 assignment of startpos to prev when startpos == pos.
605
7ae1c032
MB
606 * editfns.c (find_field): Set the field stickiness correctly from
607 overlay fields. Use renamed `text_property_stickiness'.
608 (text_property_stickiness): Renamed from `char_property_stickiness'.
ebe2a441 609 Only check text properties, not overlays.
7ae1c032
MB
610 * textprop.c (get_char_property_and_overlay): New function.
611 (Fget_char_property): Use it.
612 * intervals.h (get_char_property_and_overlay): Add declaration.
613
49801145
SM
6142000-10-25 Stefan Monnier <monnier@cs.yale.edu>
615
616 * keymap.c: Use AREF, ASET and ASIZE macros.
617 (Fmake_sparse_keymap): Docstring fix.
618 (synkey): Remove.
619 (shadow_lookup): Move up.
620 Handle the case where lookup-key returns an integer.
621 (where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
622 (where_is_internal_2): Adapt to fewer args for where_is_internal_1.
623 (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
624 Simplify/rewrite the keymap-finding code.
625 Add check for command shadowing, using shadow_lookup.
626
39e776cd
SM
6272000-10-24 Stefan Monnier <monnier@cs.yale.edu>
628
629 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
630 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
631 a symbol.
632
2488aba5
AI
6332000-10-24 Andrew Innes <andrewi@gnu.org>
634
635 * dired.c (directory_files_internal_unwind): New function.
636 (directory_files_internal): Use it to ensure closedir is called
637 even if expand-file-name or file-attributes throw, eg. because of
638 a user interrupt. Also enable immediate_quit while calling
639 re_search, so that matching can be interrupted as well.
640
b94fdf61
AI
6412000-10-24 Andrew Innes <andrewi@gnu.org>
642
643 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
644 NT-Emacs only.
645 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
646 so that re_search functions only quit when callers expect them to.
647
6482000-10-24 Kenichi Handa <handa@etl.go.jp>
649
650 * regex.c (regex_compile): Change the way of handling a range from
651 a char less than 256 to a char not less than 256.
652
1946f901
GM
6532000-10-24 Gerd Moellmann <gerd@gnu.org>
654
7ae2f10f
GM
655 * window.c (size_window): Prevent setting window's width or
656 height to a negative value (esp. with XSETFASTINT).
657
5dcab13e
GM
658 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo)
659 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
660 (protect_malloc_state) [GC_MALLOC_CHECK &&
661 GC_PROTECT_MALLOC_STATE]: New function.
662 (PROTECT_MALLOC_STATE): New macro.
663 (__malloc_initialize, morecore, _malloc_internal)
664 (_free_internal) _realloc_internal): Use it to make _heapinfo
665 read-only outside of gmalloc.
666
63e1b552
GM
667 * keymap.c: Update copyright.
668
1946f901
GM
669 * .gdbinit (xbacktrace): Handle case that $bt->function isn't
670 a symbol.
671
4fa09beb
GM
6722000-10-24 Colin Walters <walters@cis.ohio-state.edu>
673
674 * filelock.c (unlock_all_files): Use unlock_file to expand each
675 buffer's file_truename before trying remove its lock file.
676
23afac01
EZ
6772000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
678
679 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR
680 or CRLF, decode EOLs.
681
04448b95
KH
6822000-10-24 Kenichi Handa <handa@etl.go.jp>
683
684 * window.c (Fdisplay_buffer): Fix doc.
685
3090a5a5
JR
6862000-10-23 Jason Rumney <jasonr@gnu.org>
687
688 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for
689 ASCII font of default fontset on Windows.
690
691 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see
692 xterm.c comment below).
693
694 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy.
695
a83fee2c
GM
6962000-10-23 Gerd Moellmann <gerd@gnu.org>
697
698 * xterm.c (x_connection_closed): Reset handling_signal.
699
700 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing
701 null.
702
6ffdb539
MB
7032000-10-23 Miles Bader <miles@gnu.org>
704
705 * window.c (window_scroll_pixel_based, window_scroll_line_based):
706 Pass nil for FULLY argument to Fpos_visible_in_window_p to
707 maintain old behavior.
708 * minibuf.c (Fminibuffer_complete): Likewise.
709
7f1c969b
MB
7102000-10-23 Miles Bader <miles@lsi.nec.co.jp>
711
712 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so
713 that when a font can't be exactly centered, it errs up rather than
714 down.
715
23afac01 7162000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu>
8ec118cd
SZ
717
718 * fns.c (Fbase64_decode_string): The decoded result should be
719 unibyte.
720
1a578e9b
AC
7212000-10-23 Andrew Choi <akochoi@i-cable.com>
722
723 * dispextern.h [macintosh]: Include macgui.h instead of macterm.h.
724
725 * dispnew.c [macintosh]: Include macterm.h.
a83fee2c 726 (init_display) [macintosh]: Initialization for window system.
1a578e9b
AC
727
728 * emacs.c (main) [macintosh]: Call syms_of_textprop,
729 syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
730 syms_of_search, x_term_init, and init_keyboard before calling
731 init_window_once. Also, call syms_of_xmenu.
732
733 * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
734 default fontset to Monaco.
735
736 * frame.c [macintosh]: Include macterm.h. Remove declarations of
737 NewMacWindow and DisposeMacWindow.
738 (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
739 instead of calling NewMacWindow and setting fields of
740 f->output_data.mac directly. Call init_frame_faces.
741 (Fdelete_frame) [macintosh]: Remove unused code.
742 (Fmodify_frame_parameters) [macintosh]: Call
743 x_set_frame_parameters instead of mac_set_frame_parameters.
744
745 * frame.h [macintosh]: Define menu_bar_lines field in struct
746 frame. Define FRAME_EXTERNAL_MENU_BAR macro.
747
748 * keyboard.c [macintosh]: Include macterm.h.
749 (kbd_buffer_get_event) [macintosh]: Generate delete_window_event
750 and menu_bar_activate_event type events as for X and NT.
751 (make_lispy_event) [macintosh]: Construct lisp events of type
752 MENU_BAR_EVENT as for X and NT.
753
754 * sysdep.c [macintosh]: Remove declaration for sys_signal.
755 Include stdlib.h. Remove definition of Vx_bitmap_file_path.
756 (sys_subshell) [macintosh]: Remove definition entirely.
757 (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
758 Vwindow_system_version here. Remove initialization of
759 Vx_bitmap_file_path.
760 (read_input_waiting): Correct the number of parameters passed to
761 read_socket_hook.
762 Move all Macintosh functions to mac/mac.c.
763
764 * term.c [macintosh]: Include macterm.h.
765
766 * window.c [macintosh]: Include macterm.h.
767
768 * xdisp.c [macintosh]: Include macterm.h. Declare
769 set_frame_menubar and pending_menu_activation.
770 (echo_area_display) [macintosh]: Do not return if terminal frame
771 is the selected frame.
772 (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
773 Allow only the selected frame to set menu bar.
774 (redisplay_window) [macintosh]: Obtain menu bar to redisplay by
775 calling FRAME_EXTERNAL_MENU_BAR (f).
776 (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).
777
778 * xfaces.c [macintosh]: Include macterm.h. Define x_display_info
779 and check_x. Declare XCreateGC. Define x_create_gc and
780 x_free_gc. Initialize font_sort_order.
781 (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
782 but call x_list_fonts instead of w32_list_fonts.
783 (Finternal_face_x_get_resource) [macintosh]: Do not call
784 display_x_get_resource.
785 (prepare_face_for_display) [macintosh]: Set xgcv.font.
786 (realize_x_face) [macintosh]: Load the font if it is specified in
787 ATTRS.
788 (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed
789 to Qt.
790
1ffbabe3
SM
7912000-10-22 Stefan Monnier <monnier@cs.yale.edu>
792
793 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
794 is nil: since we go to the end of submap anyway, we'd end up
795 setting nil to nil.
796 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
797 doesn't obey autoload.
798
bed43f1d
EZ
7992000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
800
1ffbabe3 801 * msdos.c (dos_set_window_size): Update screen dimension variables.
bed43f1d 802
ea4233a7
JR
8032000-10-21 Jason Rumney <jasonr@gnu.org>
804
805 * w32term.c (w32_cache_char_metrics): Double check that font is
806 really fixed pitch before trusting tmPitchAndFamily.
807
f3d3c491
AI
8082000-10-21 Andrew Innes <andrewi@gnu.org>
809
810 * w32gui.h (w32_char_font_type): Move enum from w32term.c
811
812 * w32term.h: Extern decl for w32_cache_char_metrics.
813
814 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics.
815
816 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics.
817 (w32_unload_font): Free per_char array if present.
818
819 * w32term.c (w32_per_char_metric): Remove HDC argument. Use
820 cached information in emulated XFontStruct to handle common cases
821 quickly. Do not allocate XCharStruct for return.
822 (w32_native_per_char_metric): New function.
823 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of
824 allocating one.
825 (x_produce_glyphs): Don't get an HDC. Change calls to
826 w32_per_char_metric to match arg change above. Remove calls to
827 free results.
828 (w32_get_glyph_overhangs): Ditto.
829 (w32_cache_char_metrics): New function.
830
831 * makefile.w32-in: Change .obj to .$(O) in all dependencies.
832 ($(BLD)/casefiddle.$(O)): Remove compile command.
833 ($(BLD)/gmalloc.$(O)): Remove compile command.
834 ($(BLD)/dispnew.obj):
835 ($(BLD)/keyboard.obj):
836 ($(BLD)/w32inevt.obj):
837 ($(BLD)/w32bdf.obj):
838 ($(BLD)/alloc.obj):
839 ($(BLD)/buffer.obj):
840 ($(BLD)/editfns.obj):
841 ($(BLD)/emacs.obj):
842 ($(BLD)/fileio.obj):
843 ($(BLD)/fns.obj):
844 ($(BLD)/indent.obj):
845 ($(BLD)/insdel.obj):
846 ($(BLD)/intervals.obj):
847 ($(BLD)/minibuf.obj):
848 ($(BLD)/print.obj):
849 ($(BLD)/scroll.obj):
850 ($(BLD)/sysdep.obj):
851 ($(BLD)/textprop.obj):
852 ($(BLD)/widget.obj):
853 ($(BLD)/xdisp.obj): Add dependency on w32gui.h.
854 ($(BLD)/term.obj): Add dependency on dispextern.h.
855
856 * makefile.nt ($(BLD)\dispnew.obj):
857 ($(BLD)\keyboard.obj):
858 ($(BLD)\w32inevt.obj):
859 ($(BLD)\w32bdf.obj):
860 ($(BLD)\alloc.obj):
861 ($(BLD)\buffer.obj):
862 ($(BLD)\editfns.obj):
863 ($(BLD)\emacs.obj):
864 ($(BLD)\fileio.obj):
865 ($(BLD)\fns.obj):
866 ($(BLD)\indent.obj):
867 ($(BLD)\insdel.obj):
868 ($(BLD)\intervals.obj):
869 ($(BLD)\minibuf.obj):
870 ($(BLD)\print.obj):
871 ($(BLD)\scroll.obj):
872 ($(BLD)\sysdep.obj):
873 ($(BLD)\textprop.obj):
874 ($(BLD)\widget.obj):
875 ($(BLD)\xdisp.obj): Add dependency on w32gui.h.
876 ($(BLD)\term.obj): Add dependency on dispextern.h
877
18ad4821
EZ
8782000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
879
880 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
881 with an additional argument of Qt.
882
de54681a
MB
8832000-10-21 Miles Bader <miles@gnu.org>
884
885 * window.c (pos_fully_visible_in_window_p): New function.
886 (Fpos_visible_in_window_p): Add FULLY argument.
887 Use pos_fully_visible_in_window_p.
888 (window_scroll_pixel_based, window_scroll_line_based): Update
889 calls to Fpos_visible_in_window_p.
890 * lisp.h (Fpos_visible_in_window_p): Update prototype
891
13c844fb
GM
8922000-10-20 Gerd Moellmann <gerd@gnu.org>
893
894 * alloc.c (toplevel): Conditionalize compilation of mem_*
895 functions differently.
896
d9506268
JR
8972000-10-20 Jason Rumney <jasonr@gnu.org>
898
899 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
900 mem_init where it used to be. mem_z etc not defined otherwise.
901
8094989b
GM
9022000-10-20 Gerd Moellmann <gerd@gnu.org>
903
904 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
905 GC_MALLOC_CHECK.
906 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
907 structure definition and related variabled to the top of the file.
908 Include this code when GC_MALLOC_CHECK is defined.
909 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
910 register/unregister allocated region.
911 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
912 which isn't allocated.
913 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
914 something which is already in use.
915 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
916 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
917 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
918 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
919
920 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use
921 _malloc_internal instead of malloc.
922 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
923 of free.
924
ea456eb4
AI
9252000-10-20 Andrew Innes <andrewi@gnu.org>
926
927 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
928 Windows.
929 (my_strftime) <macro>: Don't use macro arg list when redefining as
930 _strftime_copytm.
931 (my_strftime) <function>: Supply 0 as ut argument.
932
e64c3a75
JR
9332000-10-19 Jason Rumney <jasonr@altavista.net>
934
935 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before
936 including dispextern.h, as it stops faces from working.
937
938 * w32fns.c (Fx_create_frame): Don't bother calling
939 face-set-after-frame-default since the caller does it for us
940 anyway. Clean up calls to x_get_arg to be consistent with X.
941
942 * w32term.c (x_produce_glyphs): Handle
943 unibyte_display_via_language_environment correctly.
944 (w32_draw_box_rect): Fix the calculation of width and height.
945
946 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles,
947 as it has stopped working.
948 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like
949 menu-bar.
950
17401c97
GM
9512000-10-19 Gerd Moellmann <gerd@gnu.org>
952
953 * eval.c (skip_debugger): Prevent a compiler warning.
954 (Fcondition_case): Likewise.
955 (Fbacktrace_frame): Use a null interactive spec.
956
773272d8
KH
9572000-10-19 Kenichi Handa <handa@etl.go.jp>
958
959 * xterm.c (x_find_ccl_program): Check also fontp->full_name.
960
a42943e9
GM
9612000-10-18 Gerd Moellmann <gerd@gnu.org>
962
e50517d9
GM
963 * strftime.c: Sync with glibc, file version 1.78.
964 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
965 should no longer be used according to ISO 8601.
966
9035a35a
GM
967 * keymap.c (access_keymap): If IDX has a meta prefix, and there's
968 no map for meta_prefix_char, don't try to use it as a keymap.
969 Instead, if T_OK is non-zero, look up a default binding, if any,
970 otherwise, if T_OK is zero, return nil.
971
a42943e9
GM
972 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
973 (x_to_xcolors, png_load): Use x_query_color.
974
975 * xterm.c (x_color_cells, x_query_colors, x_query_color): New
976 functions.
977 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
978 which can be slow.
979 (x_copy_color, x_alloc_lighter_color): Likewise.
980
981 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
982 (x_query_color, x_query_colors): Add prototype.
983
984 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
985 check_string_bytes only if not noninteractive, increase count to 50.
986
00de2987
MB
9872000-10-18 Miles Bader <miles@lsi.nec.co.jp>
988
989 * insdel.c (adjust_markers_for_delete): Handle before-insertion
990 markers correctly.
991
54918e2b
GM
9922000-10-17 Gerd Moellmann <gerd@gnu.org>
993
1f0b3fd2
GM
994 * alloc.c (pure_bytes_used): Renamed from pureptr.
995 (ALIGN): New macro.
996 (pure_alloc): New function.
997 (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
998 Use it.
999 (Fpurecopy): Use PURE_POINTER_P.
1000
68c5d1db
GM
1001 * xdisp.c (try_cursor_movement): Use cursor_row_p also when
1002 PT has moved backward.
1003
9a038881
GM
1004 * xdisp.c (cursor_row_p): Take continued lines into account.
1005
361b097f
GM
1006 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
1007 string's size_byte.
1008 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
1009 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
1010 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
1011 string allocated.
1012
54918e2b
GM
1013 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
1014 of selective display off while searching for the next line start.
1015
03ed0806
KH
10162000-10-17 Kenichi Handa <handa@etl.go.jp>
1017
1018 * Makefile.in (term.o): Depend on dispextern.h.
1019
7e05cdaf
SM
10202000-10-16 Stefan Monnier <monnier@cs.yale.edu>
1021
1022 * keymap.c (keymap_memberp): Ensure that nil is not a member.
1023
a6801fd1
GM
10242000-10-16 Gerd Moellmann <gerd@gnu.org>
1025
483de32b
GM
1026 * xdisp.c (set_iterator_to_next): Reset box start and end flags of
1027 the iterator at the beginning, so that they can be set later on,
1028 for instance in reseat_at_next_visible_line_start, without being
1029 overwritten.
1030
a6801fd1
GM
1031 * xfns.c (pbm_format): Add :foreground and :background keywords.
1032 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
483de32b 1033 (xbm_load): Recognize foreground and background color
a6801fd1
GM
1034 specifications.
1035
dbf1fcc1
EZ
10362000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1037
1038 * dispextern.h (unspecified_fg, unspecified_bg): Declare.
1039
1040 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern
1041 declaration.
1042
1043 * msdos.c (IT_set_face): Compare highlighted face with the default
1044 face, and invert colors if these faces' colors are identical.
1045 (Fmsdos_remember_default_colors): Don't swap foreground and
1046 background colors in initial_colors[].
1047 (IT_set_frame_parameters): Don't swap frame's foreground and
1048 background pixels. If ALIST includes "(reverse . t)", swap
1049 foreground-color and background-color properties in frame's
1050 param_alist. If the original frame's param_alist doesn't specify
1051 the colors, store unspecified-fg and unspecified-bg, reversed if
1052 required.
1053
1054 * frame.c (Fframe_parameters): If a tty's frame's param_alist says
1055 the colors are unspecified and reversed, reverse fore- and back-
1056 ground in the returned value.
1057 (Fframe_parameter): Ditto.
1058
b41fe2c3
GM
10592000-10-16 Gerd Moellmann <gerd@gnu.org>
1060
3a6b59d9
GM
1061 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
1062 get_last_unchanged_at_beg_row.
1063 (find_first_unchanged_at_end_row): Renamed from
1064 get_first_unchanged_at_end_row.
1065 (find_first_unchanged_at_end_row): Convert assertions to
1066 unconditional tests which abort. When looking for a row in
1067 unchanged text, don't go further back than first_text_row.
1068
b41fe2c3
GM
1069 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
1070 Don't add in the last line's height when deciding if the new
1071 position is below the scroll margin.
9d1af64f 1072
b41fe2c3 10732000-10-16 Miles Bader <miles@gnu.org>
f657bbf6
MB
1074
1075 * editfns.c (Fconstrain_to_field): Check carefully for field
1076 boundaries if either OLD_POS or NEW_POS has a non-nil field
1077 property, even if they're the same.
1078
c412cb7b
KH
10792000-10-16 Kenichi Handa <handa@etl.go.jp>
1080
1081 * xterm.c (x_draw_box_rect): Fix the calculation of width and
1082 height for XFillRectangle.
1083
5586f3eb
SM
10842000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1085
1086 * syntax.c (Fstring_to_syntax): New function extracted from
1087 Fmodify_syntax_entry.
1088 (Fmodify_syntax_entry): Use it and document the ! and | fences.
1089 (skip_chars, Fforward_comment): Remove unused variables.
1090 (syms_of_syntax): Add defsubr for string-to-syntax.
1091 (describe_syntax): Add code for comment and string fences.
1092
db785038
SM
10932000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1094
1095 * keymap.c (access_keymap): Add AUTOLOAD parameter.
1096 Do the meta->esc mapping. Call get_keyelt before returning.
1097 Start scanning from the second element (the first is always `keymap')
1098 to make it easier to detect when we reach a parent map.
1099 Handle the case of inheriting from a symbol whose function is a map.
1100 (Fkeymap_parent): Also handle the `inherit from symbol' case.
1101 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
1102 (get_keyelt, Flookup_key): Update call to access_keymap.
1103 Remove the meta->esc mappings.
1104 (define_as_prefix): Delete old disabled code.
1105 (menu_item_p): New function.
1106 (where_is_internal_1): Skip over the few remaining menu items.
1107 * lisp.h (access_keymap): Update prototype.
1108 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
1109 Update call to access_keymap.
1110 (follow_key, read_key_sequence): Update calls to access_keymap.
1111 Remove the meta->esc mappings.
1112
cafafe0b
GM
11132000-10-13 Gerd Moellmann <gerd@gnu.org>
1114
a2e2a7f6
GM
1115 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next
1116 with additional argument.
1117
cafafe0b
GM
1118 * xdisp.c (cursor_row_p): New function.
1119 (try_cursor_movement, display_line): Use it.
1120
1121 * xdisp.c (append_space): Also save/restore iterator's current
1122 character and its length.
1123
1124 * xdisp.c (init_from_display_pos): Add an assertion.
1125 (handle_stop): Don't set iterator's add_overlay_start.
1126 (handle_invisible_prop): Likewise.
1127 (load_overlay_strings): If text under an overlay is invisible,
1128 take both before- and after-strings into account when the iterator
1129 is positioned either at the start or at the end of the overlay.
1130 (forward_to_next_line_start): Rewritten.
1131 (reseat_at_next_visible_line_start): Rewritten.
1132 (set_iterator_to_next): Add parameter RESEAT_P.
1133
1134 * dispextern.h (struct it): Remove member add_overlay_start.
1135 (set_iterator_to_next): Change prototype.
1136
c744452b
KH
11372000-10-13 Kenichi Handa <handa@etl.go.jp>
1138
1139 * coding.c (code_convert_region): Be sure to initialize
1140 coding->category_idx.
e4a3f4e1
KH
1141 (decode_coding_string): Set coding->src_multibyte and
1142 coding->dst_multibyte before using CODING_REQUIRE_DECODING.
1143 (encode_coding_string): Set coding->src_multibyte and
1144 coding->dst_multibyte before using CODING_REQUIRE_ENCODING.
c744452b 1145
321fd26f
SM
11462000-10-12 Stefan Monnier <monnier@cs.yale.edu>
1147
1148 * xfns.c (Fx_create_frame): Don't bother calling
1149 face-set-after-frame-default since the caller does it for us anyway.
1150
76832439
EZ
11512000-10-12 Eli Zaretskii <eliz@is.elta.co.il>
1152
1153 * window.c (coordinates_in_window): Fix detection of vertical line
1154 on character terminals.
1155
2483cf58
GM
11562000-10-12 Gerd Moellmann <gerd@gnu.org>
1157
1158 * editfns.c (save_excursion_save): Additionally record the
1159 selected window.
1160 (save_excursion_restore): If buffer was visible in a window, and a
1161 different window was selected, and the old selected window is
1162 still live, restore point in that window.
1163
eb991b25
KH
11642000-10-12 Kenichi Handa <handa@etl.go.jp>
1165
8a0eba09
KH
1166 * xterm.c (x_produce_glyphs): Handle
1167 unibyte_display_via_language_environment correctly.
1168
20401fcc
KH
1169 * regex.c (regex_compile): Change the way of handling a range from
1170 unibyte char to multibyte char.
1171
1172 * syntax.c (skip_chars): Change the way of handling a range from
1173 unibyte char to multibyte char.
1174
eb991b25
KH
1175 * process.c (read_process_output): Cancel previous change.
1176
365dd325
EZ
11772000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1178
c1b096cb
EZ
1179 * search.c (Fsearch_backward, Fsearch_forward): Doc fix.
1180
365dd325
EZ
1181 * charset.c (Ffind_charset_string): Doc fix.
1182 (Ffind_charset_region): Doc fix.
1183
eb483c2b
KH
11842000-10-11 Kenichi Handa <handa@mule.m17n.org>
1185
1186 * process.c (read_process_output): Fix previous change. Adjust
1187 multibyteness of text to insert in a buffer by
df3c11b9 1188 string_make_unibyte/multibyte instead of
eb483c2b
KH
1189 Fstring_as_unibyte/multibyte.
1190
b40bfb99
AS
11912000-10-10 Andreas Schwab <schwab@suse.de>
1192
1193 * alloc.c (mark_object): Remove all workarounds installed on
1194 1993-08-08.
1195
caff31d4
KH
11962000-10-10 Kenichi Handa <handa@etl.go.jp>
1197
1198 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
1199 returning.
1200 (base64_encode_1): Make it work for a text of multibyte form.
1201 (Fbase64_decode_region): Allocate sufficient memory for multibyte
1202 case. Don't call str_to_multibyte because base64_decode_1
1203 produces correct multibyte form for eight-bit codes.
1204 (Fbase64_decode_string): Adjusted for the change of
1205 base64_decode_1.
1206 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If
1207 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
1208 codes.
1209
1210 * charset.h (CHAR_STRING): Optimized for single byte characters.
1211
cba026ef
AS
12122000-10-09 Andreas Schwab <schwab@suse.de>
1213
1214 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
1215 -1 after socket is closed, to fall through to error processing.
1216
1e21fe48
EZ
12172000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1218
1219 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
365dd325 1220 variables. If ALIST includes foreground-color or
1e21fe48
EZ
1221 background-color, change also the colors of the default face for
1222 this frame.
1223
a640322e
EZ
12242000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
1225
1226 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make
1227 them extern (they are defined on xfaces.c).
1228 (syms_of_msdos): Don't intern and don't staticpro
1229 Qbackground_color and Qforeground_color.
1230
a115794c
EZ
12312000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
1232
1233 * frame.c (Fframe_parameter): For non-windowed frames, if
1234 f->param_alist says foreground or background color is unspecified,
1235 call tty_color_name to return the color name computed from the
1236 frame's current colors.
1237
f5533b63
DL
12382000-10-06 Dave Love <fx@gnu.org>
1239
1240 * terminfo.c (ospeed): Don't declare.
1241
1242 * sysdep.c: Don't include string.h.
1243 (h_errno): Declare conditional also on TRY_AGAIN.
1244
1245 * charset.c (Ffind_charset_string): Doc fix.
1246
1247 * fns.c (Fbase64_encode_region, Fbase64_encode_string)
1248 (Fbase64_decode_region, Fbase64_decode_string): More explicit
1249 error messages.
1250
2b06561a
DL
12512000-10-05 Dave Love <fx@gnu.org>
1252
1253 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
1254 position like menu-bar.
1255
ca839c85
GM
12562000-10-05 Gerd Moellmann <gerd@gnu.org>
1257
1258 * keyboard.c (Frecursive_edit): Make sure redisplay can happen.
1259
1260 * xdisp.c (handle_single_display_prop): Use safe_call1.
1261 (safe_call): Renamed from call_function.
1262 (safe_call1): New function.
1263 (handle_fontified_prop): Use safe_call1 instead of call1.
1264 (safe_eval): Renamed from eval_form.
1265 (safe_eval_handler): Renamed from eval_handler.
1266 (handle_single_display_prop, display_mode_element): Use safe_eval
1267 instead of eval_form.
1268
1269 * xfaces.c (merge_face_heights): Use safe_call instead of
1270 call_function.
1271
1272 * keyboard.c (show_help_echo): Use safe_call instead of
1273 call_function; use safe_eval instead of eval_form.
1274
1275 * lisp.h (safe_call): Renamed from call_function.
1276 (safe_eval): Renamed from eval_form.
1277 (safe_call1): Add prototype.
1278
a3489ece
MB
12792000-10-05 Miles Bader <miles@lsi.nec.co.jp>
1280
1281 * xfns.c (image_ascent): Rearrange ascent calculation for the
1282 has-a-font case.
1283
35810b6f
SM
12842000-10-04 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
1287 (where_is_internal_1): Don't bother ignoring menu-items any more.
1288
3dc78168
GM
12892000-10-04 Gerd Moellmann <gerd@gnu.org>
1290
1291 * keyboard.c (update_menu_bindings): New variable.
1292 (parse_menu_item): Use AREF. If update_menu_bindings
1293 is 0, don't update menu bindings.
1294 (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
1295
1efc2bb9
EZ
12962000-10-03 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call
1299 to `mark_object'.
1300
3f679f55
SM
13012000-10-02 Stefan Monnier <monnier@cs.yale.edu>
1302
1303 * syntax.c (forw_comment): Match nestedness of ender/starter.
1304 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
1305 (prev_char_comstart_first): Remove.
1306 (back_comment): Check two-char comment markers more carefully
1307 to better handle overlapping cases like *//* or /* */* */ ...
1308 Match nestedness of ender/starter.
1309
2021ab61
DL
13102000-10-02 Dave Love <fx@gnu.org>
1311
1312 * config.in (HAVE_GAI_STRERROR): Add undef.
1313
1314 * process.c (Fopen_network_stream): Use it.
1315
1316 * m/alpha.h (NO_REMAP): Don't define.
1317
64e6cc18
GM
13182000-10-02 Gerd Moellmann <gerd@gnu.org>
1319
1320 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
1321 return with a string converted to an integer or vice versa when
1322 Vmocklisp_arguments is t.
1323 (Fsignal): Likewise. The function can return for `quit'.
1324 (struct gcpro): Declare member `var' to point to a volatile
1325 Lisp_Object.
1326
1327 * eval.c (error): Prevent compiler warning.
1328
b1904cd9
SM
13292000-09-30 Stefan Monnier <monnier@cs.yale.edu>
1330
1331 * keymap.c (keymap_memberp): New function.
1332 (Fset_keymap_parent): Use it.
1333 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP.
1334 Use keymap_memberp to avoid creating cycles.
1335 (access_keymap): Use KEYMAPP.
1336
71c9ec51
GM
13372000-09-30 Gerd Moellmann <gerd@gnu.org>
1338
1339 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
64e6cc18
GM
1340 gai_strerror. Make sure xerrno is set if connect fails. Improve
1341 error recovery.
71c9ec51 1342
c70c6b58
JR
13432000-09-29 Jason Rumney <jasonr@gnu.org>
1344
1345 * w32term.c (w32_char_font_type, w32_encode_char)
1346 (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
1347 (w32_bdf_per_char_metric): New function.
1348 (w32_per_char_metric): Use it.
1349 (x_draw_glyph_string_background): Always draw background for BDF
1350 glyphs.
1351
1352 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
1353 GDI object which is a scarce resource.
1354
1355 * w32bdf.c (search_file_line): Fix skipping of whitespace.
1356 (get_quoted_string): Fix limit on memchr search.
1357 (set_bdf_font_info): Use unsigned chars. Negate yoffset.
1358 (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
1359 (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
1360 (get_cached_font_char, cache_char_offset): Use macro
1361 BDF_CODEPOINT_RANGE_COVER_P.
1362 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
1363 (clear_cached_bitmap_slots): New function.
1364 (GET_HEX_VALUE): G-Z, g-z are not hex.
1365 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
1366 (get_bitmap_with_cache): Use new cache implementation.
1367 (create_offscreen_bitmap): New function.
1368 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
1369
1370 * w32term.c (x_produce_glyphs): If the distance from the current
1371 position to the next tab stop is less than a canonical character
1372 width, use the tab stop after that.
1373 (x_draw_glyphs): Handle case START and END are out of bounds more
1374 carefully.
1375 (x_clear_mouse_face): Block/unblock input.
1376 (x_display_and_set_cursor): Don't show a hollow box cursor for
1377 buffers whose cursor_type is nil.
1378
fe01239f
GM
13792000-09-29 Gerd Moellmann <gerd@gnu.org>
1380
1381 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar
1382 disappears.
1383
1384 * dispextern.h (updating_frame): Declare extern.
1385
e7c52f1f
AS
13862000-09-29 Andreas Schwab <schwab@suse.de>
1387
1388 * m/ia64.h: Remove hack of not prototyping bcopy, etc.
1389
de6e1f7c
GM
13902000-09-29 Gerd Moellmann <gerd@gnu.org>
1391
25126faa
GM
1392 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol,
1393 use its function definition.
1394 (tool_bar_items): Likewise.
1395
de6e1f7c
GM
1396 * lisp.h (fatal): Declare NO_RETURN.
1397
454ee39b
KH
13982000-09-29 Kenichi Handa <handa@etl.go.jp>
1399
1400 * keymap.c: Remove the line "#undef NULL".
1401
96301c5f
GM
14022000-09-28 Gerd Moellmann <gerd@gnu.org>
1403
1404 * xterm.c (x_make_frame_visible): Try harder to make the frame
1405 visible.
1406
efffeeb4
DL
14072000-09-28 Dave Love <fx@gnu.org>
1408
ecb8b666
DL
1409 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP.
1410
dc3cd20f
DL
1411 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define.
1412
1413 * .gdbinit (xreload): Note its need on GNU/Linux.
1414
efffeeb4
DL
1415 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
1416 r_alloc, r_alloc_free.
1417
8610d903
KH
14182000-09-28 Kenichi Handa <handa@etl.go.jp>
1419
1420 * syntax.c (skip_chars): Handle negation correctly.
1421
8901d1ac
GM
14222000-09-27 Gerd Moellmann <gerd@gnu.org>
1423
6f22f1ad
GM
1424 * xfaces.c (realize_default_face): Call set_lface_from_font_name
1425 with non-zero FORCE_P argument.
1426
8901d1ac
GM
1427 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows):
1428 Add assertions.
1429
1430 * xdisp.c (window_box_height): Add an assertion.
1431
1432 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the
1433 tool-bar than is available.
1434 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1.
1435
36f1966f
DL
14362000-09-27 Dave Love <fx@gnu.org>
1437
efffeeb4 1438 * s/irix6-5.h: Now works 64-bit. Tidied.
36f1966f 1439
31d929e5
GM
14402000-09-26 Gerd Moellmann <gerd@gnu.org>
1441
c98863bf
GM
1442 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
1443 instead of BITS_PER_INT.
1444 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
1445 EMACS_UINT, respectively.
1446 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
1447
1448 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
1449
1450 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
1451
77072ab1
GM
1452 * window.c (freeze_window_starts): Construct last argument for
1453 foreach_window differently.
1454
1455 * xfns.c (x_decode_color): Don't return a Lisp_Object.
1456
1457 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
1458 EMACS_UINT instead of `int' and `unsigned int'.
1459 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
1460
1461 * frame.h (struct frame): Make the `nothing' member of union
1462 output_data an EMACS_INT.
1463
31d929e5
GM
1464 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug
1465 hunting.
1466 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
1467 size in the sdata structure.
1468 (SDATA_NBYTES, SDATA_DATA): New macros.
1469 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
1470 differently for the different layout of the sdata structure.
1471 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
1472 in sdata.
1473 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
1474 Check that size recorded in the string size and size recorded in
1475 the sdata structure agree.
1476
3e60b029
DL
14772000-09-25 Dave Love <fx@gnu.org>
1478
1479 * buffer.c: Include stdio.h.
1480
1481 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
1482
1483 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
1484
1485 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
1486 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as
1487 size_t.
1488 (__malloc_extra_blocks): Declare as __malloc_size_t.
1489
8ff16b4e
GM
14902000-09-25 Gerd Moellmann <gerd@gnu.org>
1491
755a2ccd
GM
1492 * alloc.c (mark_image): Use GC_NILP instead of NILP.
1493
d8b4516f
GM
1494 * keyboard.c (show_help_echo): Set help_echo_showing_p.
1495 (read_char): If help-echo is showing, preserve the echo area
1496 when redisplaying.
1497
1498 * xdisp.c (help_echo_showing_p): New variable.
1499 (set_message): Reset it to 0.
1500 (init_xdisp): Initialize help_echo_showing_p.
1501
1502 * dispextern.h (help_echo_showing_p): Declare extern.
1503
1504 * config.in: Fix typo in __GNUC_MINOR__.
1505
1506 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
1507
b11af2dd
GM
1508 * s/freebsd.h (POSIX_SIGNALS): Define.
1509
8ff16b4e
GM
1510 * xterm.c (x_clear_mouse_face): Block/unblock input.
1511
844eb643
DL
15122000-09-24 Dave Love <fx@gnu.org>
1513
1514 * fns.c (base64_encode_1): Fix last change.
1515
b30ab1b3
GM
15162000-09-22 Gerd Moellmann <gerd@gnu.org>
1517
1518 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts.
1519
1520 * xdisp.c (try_window_reusing_current_matrix): More fixes
1521 for the case window has a header-line.
1522
c6cbe5f0
DL
15232000-09-22 Dave Love <fx@gnu.org>
1524
4c7c1f3f
DL
1525 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
1526 a doc string.
1527
1528 * xterm.c [SOLARIS2]: Remove redundant include of string.h.
1529
c6cbe5f0
DL
1530 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
1531
550a625e
GM
15322000-09-21 Gerd Moellmann <gerd@gnu.org>
1533
4c7c1f3f 1534 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
fca99116
GM
1535 for GCC >= 2.5.
1536
1537 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error): Declare
1538 NO_RETURN.
1539
80d26f99
GM
1540 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
1541 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
1542 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler
1543 warnings.
1544
1545 * marker.c (byte_char_debug_check): Return void.
1546
623a0aae
GM
1547 * xfns.c (Fx_create_frame): Set default frame parameter value
1548 for tool-bar-lines to 1.
1549
1550 * dispnew.c (scrolling_window): Compare y-positions of rows
1551 equal at the start. Some simplification.
1552
1553 * xdisp.c (try_window_reusing_current_matrix): Fix computation of
1554 reused rows' y-position in the case window has a header-line, and
1555 new window start is greater than old window start.
1556
42ac0ae5
GM
1557 * process.c (process_sent_to): New variable.
1558 (send_process): Workaround for a crash on sparc-sun-solaris-2.6
1559 with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
1560 Declare more parameters volatile.
1561
550a625e
GM
1562 * lread.c (Vrecursive_load_depth_limit): New variable.
1563 (Fload): Check recursive loads whose recursion depth exceeds
1564 Vrecursive_load_depth_limit.
1565 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
1566
8320414c
GM
15672000-09-20 Gerd Moellmann <gerd@gnu.org>
1568
f46c275e
GM
1569 * fileio.c (Fread_file_name): Doc fix.
1570
1571 * editfns.c (Fmessage_or_box): Doc fix.
1572
1573 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
1574
b7e11c5b
GM
1575 * xfns.c (xbm_scan): Allow C-style comments.
1576
8320414c
GM
1577 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
1578 symbols are specified, add color translations to the cache.
1579 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New
1580 functions.
1581 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
1582 xpm_cache_color.
1583 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
1584 structures to xpm_init_color_cache.
1585
da1608d9
GM
15862000-09-19 Gerd Moellmann <gerd@gnu.org>
1587
1588 * dispnew.c (update_window_line): Make sure to always draw
1589 mode-lines.
1590
6badfa25
AI
15912000-09-19 Andrew Innes <andrewi@gnu.org>
1592
1593 * makefile.nt (bootstrap-emacs): Don't change directory.
1594
3a5f42bb
KH
15952000-09-19 Kenichi Handa <handa@etl.go.jp>
1596
1b7649bd
KH
1597 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
1598
3a5f42bb
KH
1599 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly.
1600 If output buffer is too small, signal an appropriated error.
1601
9f83cf0b
DL
16022000-09-18 Dave Love <fx@gnu.org>
1603
1604 * keyboard.c (menu_bar_items, tool_bar_items)
1605 (current_active_maps): Remove redundant get_local_map call.
1606
28c7826c
GM
16072000-09-18 Gerd Moellmann <gerd@gnu.org>
1608
5cefa566
GM
1609 * xterm.c (x_display_and_set_cursor): Don't show a hollow box
1610 cursor for buffers whose cursor_type is nil.
1611
6fed3546
GM
1612 * xterm.c (x_draw_image_glyph_string): Remove a comment describing
1613 a feature to implement that is already implemented.
1614 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
1615 warnings.
1616
1617 * xfns.c (x_clear_image_1): New function.
1618 (x_clear_image): Use it.
1619 (x_from_xcolors): Use x_clear_image_1; don't free the image's
1620 mask.
1621
05b1f851
GM
1622 * dispnew.c (update_window): Move test for invisible lines
1623 at the top to update_window_line.
1624 (update_window_line): Handle invisible lines here.
1625
f4779de9
GM
1626 * xfns.c (clear_image_cache): Clear current matrices of all
1627 frames sharing an image cache. Block input while freeing
1628 images. Fix timestamp comparison.
1629 (x_clear_image): Also free the mask.
1630
28c7826c
GM
1631 * xfns.c (lookup_image): Block input while loading the image so
1632 that we won't get interrupted in a state where the image isn't yet
1633 set up completely.
1634 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
1635 (lookup_pixel_color, x_to_xcolors, x_from_xcolors)
1636 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
1637 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock
1638 input.
1639
b7412313
GM
16402000-09-16 Gerd Moellmann <gerd@gnu.org>
1641
1642 * dispnew.c (update_window): Make sure to make desired rows
1643 current even if they are completely invisible at the top
1644 of a window.
1645
47e351a3
GM
16462000-09-15 Gerd Moellmann <gerd@gnu.org>
1647
7f8f1edc
GM
1648 * xfns.c (lookup_image): Build mask before applying an algorithm.
1649 Recognize algorithm `disabled'.
1650 (cross_disabled_images): New variable.
1651 (COLOR_INTENSITY): New macro.
1652 (x_detect_edges): Use COLOR_INTENSITY.
1653 (x_disable_image): New function.
1654 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
1655
1656 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
1657 disabled state, don't apply an image transformation algorithm if
1658 the user specified an image for the disabled state. Use
28c7826c 1659 `:algorithm disabled' for creating a disabled item's image if the
7f8f1edc
GM
1660 user hasn't specified an image.
1661
ebb8f116
GM
1662 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
1663 allocation functions with the XPM lib.
1664 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
1665 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
1666 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
1667 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
1668 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New
1669 functions.
1670 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
1671 functions, if possible, because these handle color allocation
1672 failure more gracefully.
1673 (Fimage_mask_p): New function.
1674
47e351a3
GM
1675 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
1676 (Qedge_detection, Qheuristic): New symbols.
1677 (syms_of_xfns): Initialize new symbols.
1678 (lookup_image): Handle `:mask X', `:algorithm emboss', and
1679 `algorithm (edge-detection ...)'.
1680 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
1681 (tiff_format, gif_format, gs_format): Add `:mask'.
1682 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
1683 (GIF_MASK, GS_MASK): New enumerators.
1684 (x_laplace_read_row, x_laplace_write_row): Functions removed.
1685 (emboss_matrix, laplace_matrix): New variables.
1686 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
1687 (x_edge_detection): New functions.
1688 (x_laplace): Rewritten in terms of x_detect_edges.
1689 (x_build_heuristic_mask): If image has a mask, free it.
1690
fe83b953
AI
16912000-09-14 Andrew Innes <andrewi@gnu.org>
1692
1693 * makefile.w32-in: Revert to Unix line endings.
1694
3021e816
AI
16952000-09-14 Andrew Innes <andrewi@gnu.org>
1696
1697 * makefile.w32-in: Standardize indentation somewhat.
1698 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
1699 cater for differences between shells.
1700
1701 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts.
1702
2a32b5ea
GM
17032000-09-14 Gerd Moellmann <gerd@gnu.org>
1704
1705 * xterm.c (x_produce_glyphs): If the distance from the current
1706 position to the next tab stop is less than a canonical character
1707 width, use the tab stop after that.
1708
b4331e96
DL
17092000-09-14 Dave Love <fx@gnu.org>
1710
1711 * buffer.c (alloc_buffer_text): Fix xmalloc call.
1712
ef9e4345
GM
17132000-09-14 Gerd Moellmann <gerd@gnu.org>
1714
085536c2
GM
1715 * xdisp.c (handle_fontified_prop): While running fontification
1716 functions, bind `fontification-functions' and
1717 `after-change-functions' to nil.
1718
ef9e4345
GM
1719 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
1720 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
1721
1722 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
1723
1724 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to
1725 USE_MMAP_FOR_BUFFERS.
1726
1727 * insdel.c (make_gap): Use enlarge_buffer_text.
1728
1729 * buffer.c: Move allocation with mmap here, from ralloc.c. Change
1730 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
1731 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
1732 from former r_alloc_* functions in ralloc.c.
1733 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New
1734 variables.
1735 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
1736 (mmap_init) [REL_ALLOC_MMAP]: New function.
1737 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
1738 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
1739 BUFFER_FREE.
1740
1741 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
1742 (enlarge_buffer_text): Add prototype.
1743
1744 * ralloc.c: Remove everything having to do with the use of mmap.
1745
f8608968
GM
17462000-09-13 Gerd Moellmann <gerd@gnu.org>
1747
2a494b2d
GM
1748 * sound.c (Fplay_sound): Doc fix.
1749
8c907a56
GM
1750 * keyboard.c: Avoid some more compiler warnings.
1751 (parse_tool_bar_item): Ignore cached key bindings.
1752
f8608968
GM
1753 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
1754 and allocation of Lisp data.
1755
6ab70e9a
GM
17562000-09-12 Gerd Moellmann <gerd@gnu.org>
1757
d12d0a9b
GM
1758 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.
1759 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame
1760 defaults first.
1761
6ab70e9a
GM
1762 * lread.c (Fload): Put code checking for recursive loads in #if 0.
1763
63c36c3c
KH
17642000-09-12 Miyashita Hisashi <himi@meadowy.org>
1765
1766 * ccl.c: Comment fixed.
1767 (MAX_MAP_SET_LEVEL): Increased to 30.
1768 (PUSH_MAPPING_STACK): Enclose with do-while block.
1769 (POP_MAPPING_STACK): Likewise.
1770 (stack_idx_of_map_multiple): New variable.
1771 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
1772 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
1773 call the corresponding CCL program by
1774 CCL_CALL_FOR_MAP_INSTRUCTION.
1775 (ccl_driver) <CCL_MapSingle>: Likewise.
1776 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
1777 with the case where looking up process reaches to the end of
1778 map-set, and call CCL programs as the above change.
1779
7ee3bd7b
GM
17802000-09-11 Gerd Moellmann <gerd@gnu.org>
1781
8ec8a5ec
GM
1782 * xfns.c (png_load, jpeg_load): Declare some variables volatile
1783 that might be clobbered by longjmp.
1784 (check_x_display_info, x_decode_color, create_frame_xic)
1785 (Fx_display_backing_store, Fx_display_visual_class)
1786 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler
1787 warnings.
1788
f74b0705
GM
1789 * lread.c (init_lread): Set Vloads_in_progress to nil.
1790 (Fload): Show list of recursively loaded files, when signaling an
1791 error.
1792
7ee3bd7b
GM
1793 * lread.c (Vloads_in_progress): New variable.
1794 (record_load_unwind): New function.
1795 (Fload): Check for recursive loads.
1796 (syms_of_lread): Initialize Vloads_in_progress.
1797 (read_integer, read1): Avoid some compiler warnings.
1798
1799 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
1800 compiler warnings.
1801
974e1e5b
MB
18022000-09-11 Miles Bader <miles@gnu.org>
1803
1804 * editfns.c (Fbuffer_string): Doc fix.
1805
9824c4e3
GM
18062000-09-10 Gerd Moellmann <gerd@gnu.org>
1807
1808 * ralloc.c (mmap_enlarge): Don't return 0 if successful.
1809
6a72fdd1
KR
18102000-09-09 Ken Raeburn <raeburn@gnu.org>
1811
1812 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
1813 whether to include other header files.
1814
28e6fb66
GM
18152000-09-09 Gerd Moellmann <gerd@gnu.org>
1816
1817 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
9824c4e3 1818 by Fmemq as a boolean.
28e6fb66 1819
7f8b6551
SM
18202000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1821
1822 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko.
1823
a8710abf
GM
18242000-09-08 Gerd Moellmann <gerd@gnu.org>
1825
d1a02881
GM
1826 * ralloc.c (mmap_fd): Remove initializer which can make it
1827 read-only in a dumped Emacs.
1828 (mmap_fd_1): New variable.
1829 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1,
1830 restore it from there.
1831 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
1832 unconditionally so that mmap_fd can be initialized there.
1833 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
1834 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
1835 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
1836
c454aac1
GM
1837 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object.
1838
1839 * xdisp.c (dump_glyph_row): Fix printf format string.
1840 (display_line, move_it_in_display_line_to): Avoid compiler
1841 warnings.
1842
fc653ef2
GM
1843 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
1844
3015eec0
GM
1845 * keymap.c (Fset_keymap_parent): Check for cycles in keymap
1846 inheritance.
1847
bfe0ee88
GM
1848 * xdisp.c (try_window_id): When trying to locate cursor in
1849 unchanged rows at the top, handle the case that we can't find it.
1850
a8710abf
GM
1851 * xterm.c (x_draw_glyphs): Handle case START and END are out
1852 of bounds more carefully.
1853
6b7d4ae4
DL
18542000-09-08 Dave Love <fx@gnu.org>
1855
423193c5
DL
1856 * s/sol2.h (REL_ALLOC_MMAP): Define.
1857 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
1858
1859 * ralloc.c: Don't include string.h (redundant).
1860 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
1861 [!MAP_ANON]: Include fcntl.h.
1862 (mmap_fd) [REL_ALLOC_MMAP]: New variable.
1863 (r_alloc, r_re_alloc, r_alloc_free)
1864 (mmap_enlarge, mmap_set_vars): Use it.
1865 (r_alloc_init_fd): New function.
1866 (__morecore) [SYSTEM_MALLOC]: Don't declare.
1867 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on
1868 malloc type.
1869
1870 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
1871 Remove vm-limit.o.
1872
6b7d4ae4
DL
1873 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
1874 change to __NetBSD__.
1875
44d31981
KH
18762000-09-08 Kenichi Handa <handa@etl.go.jp>
1877
1878 * search.c (compile_pattern): Check the multibyteness of cached
1879 string and PATTERN.
1880
aad40737
MB
18812000-09-08 Miles Bader <miles@gnu.org>
1882
1883 * xfaces.c (default_face_vector): Function removed.
1884 (Finternal_merge_in_global_face): Restore old global/local
1885 attribute override order. Use inline loop instead of calling
1886 default_face_vector.
1887
91a211b5
GM
18882000-09-07 Gerd Moellmann <gerd@gnu.org>
1889
1890 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
1891 (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
1892 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
1893 where necessary, in case POINTER_TYPE is `void'.
1894
03419440
EZ
18952000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1896
1897 * frame.c (make_terminal_frame): Initialize frame foreground and
1898 background colors to unspecified, for the initial instance of an
1899 MSDOS frame.
1900
f46f845b
GM
19012000-09-07 Gerd Moellmann <gerd@gnu.org>
1902
24f76fbf
GM
1903 * ralloc.c (mmap_find): Fix overlap computation.
1904 (mmap_enlarge): Compute nbytes before trying to find an
1905 overlapping region.
1906
f46f845b
GM
1907 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
1908 instead of `!='.
1909
1910 * lread.c (syms_of_lread): Change value of regexp
1911 Vbytecomp_version_regexp to not match some XEmacs-compiled files.
1912
1913 * xmenu.c (xdialog_show): When looking up the selection in
1914 menu_items, take `quote' boundaries into account; this corresponds
1915 to a nil ITEM in x-popup-dialog.
1916
3c014385
KH
19172000-09-07 Kenichi Handa <handa@etl.go.jp>
1918
fd6f711b
KH
1919 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
1920 not 0x81.
1921 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
1922
3c014385 1923 * coding.c (encode_coding_sjis_big5): Use translation table for
ed254191
KH
1924 encoding, not decoding. Fix the handling of latin-jisx0201.
1925 Check for the charset katakana-jisx0201 too.
3c014385 1926 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
f46f845b 1927 (detect_coding_sjis): Check the byte sequence more rigidly.
3c014385 1928
0da3ecef
GM
19292000-09-07 Gerd Moellmann <gerd@gnu.org>
1930
ab0ee409
GM
1931 * xfaces.c (Vparam_value_alist): New variable.
1932 (syms_of_xfaces): Initialize it.
1933 (Finternal_set_lisp_face_attribute): Avoid more consing.
1934
1935 * frame.c (Fframe_parameter): Handle `name' and `background-mode'
1936 specially.
1937 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
1938 (Qbackground_mode): New variable.
1939 (syms_of_frame_1): Initialize Qbackground_mode.
1940
1941 * lisp.h (Qdisplay): Declare extern.
1091dd67 1942
0da3ecef
GM
1943 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
1944 change face on all frames, and change the default for new frames.
1945
b14654b9
DL
19462000-09-07 Dave Love <fx@gnu.org>
1947
1948 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
1949
d24fd56f
KH
19502000-09-07 Kenichi Handa <handa@etl.go.jp>
1951
794f3670
KH
1952 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
1953
0fddd0dc
KH
1954 * charset.c: Include composite.h
1955 (lisp_string_width): New function.
1956 (Fstring_width): Call lisp_string_width instead of strwidth.
1957
1958 * Makefile.in (charset.o): Depends on composite.h.
1959
d24fd56f
KH
1960 * process.c (read_process_output): Before inserting the decoded
1961 text in the buffer, adjust the multibyteness.
1962
fa0b693c
GM
19632000-09-06 Gerd Moellmann <gerd@gnu.org>
1964
73b77ee5
GM
1965 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
1966 buffer's text buffer is null, map new memory.
1967
0a58f946
GM
1968 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
1969 POINTER_TYPE and size_t.
1970 (struct mmap_region) [REL_ALLOC_MMAP]: New structure.
1971 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables.
1972 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA)
1973 [REL_ALLOC_MMAP]: New macros.
1974 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars)
1975 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free)
1976 [REL_ALLOC_MMAP]: New functions.
1977
1978 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
1979 before and after unexec.
1980
1981 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer
1982 text buffers if necessary.
1983
1984 * buffer.h (R_ALLOC_DECLARE): Removed because unused.
1985 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t
1986 in prototypes.
1987
fa0b693c
GM
1988 * config.in (HAVE_MMAP): Add #undef.
1989
877055f6
GM
19902000-09-05 Gerd Moellmann <gerd@gnu.org>
1991
08ba3862
GM
1992 * frame.c (Qdisplay_type): New variable.
1993 (syms_of_frame_1): Initialize it.
1994 (Fframe_parameter): New function that avoids consing.
1995 (syms_of_frame): Defsubr it.
1996
66ffe51c
GM
1997 * buffer.c (Fother_buffer): Consider buffers as invisible when
1998 they are displayed in a window on an invisible frame.
1999
877055f6
GM
2000 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
2001 get-largest-window always return nil.
2002
bb970e67
GM
20032000-09-04 Gerd Moellmann <gerd@gnu.org>
2004
2005 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
2006 variable; recognize Emacs 19 elc files.
2007
7a3d0e0e
MB
20082000-09-04 Miles Bader <miles@gnu.org>
2009
2010 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face
2011 before initially popping up the menu, so the menu doesn't flash
2012 when the face settings are significantly different from the
2013 defaults.
2014
14473664
SM
20152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2016
2017 * regex.c (WIDE_CHAR_SUPPORT): New macro.
2018 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
2019 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
2020 (BIT_UNIBYTE): Remove.
2021 (re_match_2_internal): Delete corresponding code and streamline the
2022 BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
2023 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
2024 (re_wctype_t): New type.
2025 (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
2026 (regex_compile): Use them and fix handling of overly long char classes.
2027
c1174479
AI
20282000-09-03 Andrew Innes <andrewi@gnu.org>
2029
f8803e97
AI
2030 * makefile.w32-in: Change to DOS line endings.
2031
c1174479
AI
2032 * s/ms-w32.h (ORDINARY_LINK): New define.
2033
2034 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
2035 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2036
2037 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
2038 (distclean): Delete them here instead.
2039
44ef7cf6
AI
2040 * w32proc.c (compare_env): Convert to uppercase for comparison,
2041 not lowercase, to match how the native Windows shell works.
2042
49b3bd82
JR
20432000-09-03 Jason Rumney <jasonr@gnu.org>
2044
2045 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
2046 CVS changes the line-ends when checking in/out on DOS/Windows.
2047
2048 * makefile.nt (emacs): Do not change directory to run temacs, as
2049 the load-path is set relative to current directory.
2050
a3d35a39
MB
20512000-09-03 Miles Bader <miles@gnu.org>
2052
2053 * xterm.c (x_alloc_lighter_color_for_widget): New function.
2054
d276b0cf
GM
20552000-09-02 Gerd Moellmann <gerd@gnu.org>
2056
715e84c9
GM
2057 * xdisp.c (redisplay_mode_lines): New function.
2058 (display_mode_lines): Return number of mode lines displayed.
2059 (echo_area_display): Use redisplay_mode_lines to draw garbaged
2060 mode lines. Don't temporarily bind redisplay-dont-pause to t.
2061
8892f40b
GM
2062 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
2063 string.h and strings.h.
2064 (index) [HAVE_INDEX]: Add prototype.
2065
d276b0cf
GM
2066 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
2067 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
2068
2069 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>.
2070 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2071
38404229
GM
20722000-09-01 Gerd Moellmann <gerd@gnu.org>
2073
2074 * lread.c (read1): Accept `?' as symbol constituent, for
2075 compatiblity with XEmacs.
2076
c0f9ea08
SM
20772000-08-31 Stefan Monnier <monnier@cs.yale.edu>
2078
2079 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
2080 (struct re_pattern_buffer): Remove newline_anchor.
2081 * regex.c: Keep namespace clean for GNU libc by renaming <fun>
2082 to __<fun> and using `weak_alias (__<fun>, <fun>)'.
2083 (re_max_failures, fail_stack): Use size_t rather than unsigned.
2084 (regex_compile): For ^ and $, choose between buffer and line (beg|end)
2085 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
2086 (print_compiled_pattern, re_search_2, mutually_exclusive_p)
2087 (re_match_2_internal, re_compile_pattern, re_comp, regcomp):
2088 Get rid of references to newline_anchor.
2089 (regcomp): Allocate and precompute a fastmap.
2090
8c0f83fe
GM
20912000-08-31 Gerd Moellmann <gerd@gnu.org>
2092
2093 * lread.c (openp): GCPRO local variable `filename'.
2094
4bb91c68
SM
20952000-08-30 Stefan Monnier <monnier@cs.yale.edu>
2096
2097 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated.
2098
2099 * regex.c: Merge some changes from GNU libc. Add prototypes.
2100 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
2101 Use memcmp and memcpy instead of bcopy and bcmp.
2102 (init_syntax_once): Use ISALNUM.
2103 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
2104 (REG_UNSET_VALUE): Remove. Use NULL instead.
2105 (REG_UNSET, re_match_2_internal): Use NULL.
2106 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
2107 New macros.
2108 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
2109 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
2110 (regex_compile): In handle_interval, return an error rather than try to
2111 unfetch the interval if we can't find the closing brace.
2112 Obey the RE_NO_GNU_OPS syntax bit.
2113 (TOLOWER): New macro.
2114 (regcomp): Use it.
2115 (regexec): Allocate regs.start and regs.end as one block.
2116
5226a931
GM
21172000-08-30 Gerd Moellmann <gerd@gnu.org>
2118
868dd24b
GM
2119 * xdisp.c (echo_area_display): Check display_completed instead
2120 of calling detect_input_pending.
2121
2122 * dispnew.c (update_frame): Only set display_completed here; move
2123 the update_begin and update_end calls here from update_frame_1.
2124 (update_frame_1): Don't set display_completed here, don't call
2125 update_begin/update_end.
2126
5226a931
GM
2127 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters
2128 instead of store_frame_param.
2129
2a8bd25f
GM
21302000-08-29 Gerd Moellmann <gerd@gnu.org>
2131
2132 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
2133 desired window matrix hasn't been displayed, use the current row
2134 instead. Make sure that only those frame rows are updated for
2135 which there exists a corresponding enabled desired row.
2136
ba3478d9
MB
21372000-08-29 Miles Bader <miles@gnu.org>
2138
2139 * xfaces.c (default_face_vector): New function.
2140 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors.
2141
87d0f685
GM
21422000-08-29 Gerd Moellmann <gerd@gnu.org>
2143
2144 * lread.c (openp): Prevent temporary string passed to
2145 Ffile_readable_p from being garbage collected.
2146
6fa86045
DL
21472000-08-28 Dave Love <fx@gnu.org>
2148
2149 * keymap.c (store_in_keymap): Add `static' to declaration.
2150
bb17930d
GM
21512000-08-28 Gerd Moellmann <gerd@gnu.org>
2152
2153 * emacs.c, callint.c, doc.c, editfns.c
2154 (toplevel) [HAVE_STRING_H]: Include string.h.
2155 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
2156 (index): Remove prototypes which might conflict with non-standard
2157 definitions of index/strchr.
2158
2159 * s/usg5-3.h (index): Define only if not HAVE_INDEX.
2160 (rindex): Define only if !HAVE_RINDEX.
2161
2162 * s/sco5.h (bcopy, bzero, bcmp): Don't define.
2163
2164 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
2165
87188200
MB
21662000-08-28 Miles Bader <miles@gnu.org>
2167
2168 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if
2169 made inconsistent by a font-related attribute in FROM.
2170 (merge_face_inheritance): Add function comment.
2171
41a68aef
KH
21722000-08-28 Kenichi Handa <handa@etl.go.jp>
2173
2174 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with
2175 the 4th arg (PREV_EVENT) Qt to suppress input method.
2176
f7c436c1
SM
21772000-08-27 Stefan Monnier <monnier@cs.yale.edu>
2178
0b32bf0e
SM
2179 * regex.c: Indent cpp directives and remove parens after `defined'.
2180 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
2181 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
2182 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
2183 (re_compile_pattern): Use size_t for length.
2184 (init_syntax_once): Move to a better place.
2185 * regex.h: Merge changes from GNU libc. Indent cpp directives.
2186 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
2187
f7c436c1
SM
2188 * syntax.c (back_comment): Detect cases where a comment-starter is
2189 actually inside another comment as in: /* a // b */ c // d \n.
2190 Make it clear that `comstart_pos' is unused for nested comments.
2191
2192 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
2193 (KEYMAPP): New macro.
2194 (Fkeymap_parent, Fset_keymap_parent): Use it.
2195 (fix_submap_inheritance): Mark it static.
2196 (define_as_prefix, describe_buffer_bindings, describe_command)
2197 (describe_translation, describe_map): Complete prototypes.
2198
2199 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
2200
2201 * keyboard.c (menu_bar_item): Detect duplicate entries for all items
2202 to better match the key-lookup behavior.
2203
6288c62f
GM
22042000-08-27 Gerd Moellmann <gerd@gnu.org>
2205
2206 * xfaces.c (lface_fully_specified_p): Handle :inherit.
2207 (Finternal_set_lisp_face_attribute): Fix typo in error message.
2208
e931344e
EZ
22092000-08-27 Eli Zaretskii <eliz@is.elta.co.il>
2210
2211 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o)
2212 (process.o, scroll.o, sysdep.o): Depend on keyboard.h.
2213 (xterm.o): Depend on coding.h
2214
d10dfeef
KH
22152000-08-26 Kenichi Handa <handa@etl.go.jp>
2216
2217 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and
2218 the corresponding '#endif'.
2219
2d73e8d3
MB
22202000-08-26 Miles Bader <miles@gnu.org>
2221
2222 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
2223 * xfaces.c (QCinherit): New variable.
2224 (syms_of_xfaces): Initialize it.
2225 (LFACE_INHERIT): New macro.
2226 (Finternal_get_lisp_face_attribute)
2227 (merge_face_vector_with_property)
2228 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
2229 (check_lface_attrs): Allow new types of face height. Check
2230 inherit attribute.
2231 (CYCLE_CHECK): New macro.
2232 (merge_face_inheritance): New function.
2233 (merge_face_vectors): Merge inherited faces too. Add F and
2234 CYCLE_CHECK arguments.
2235 (merge_face_vector_with_property, Finternal_merge_in_global_face)
2236 (lookup_named_face, lookup_derived_face, realize_named_face)
2237 (face_at_string_position, face_at_buffer_position): Supply
2238 new F and CYCLE_CHECK arguments to merge_face_vectors.
2239 (merge_face_heights): New function.
2240 (merge_face_vectors, merge_face_vector_with_property)
2241 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
2242 handle relative face heights.
2243 (lface_same_font_attributes_p): Compare heights using EQ.
2244
6ce974d4
KH
22452000-08-26 Kenichi Handa <handa@etl.go.jp>
2246
2247 * charset.c (char_to_string): Check the character validity.
2248 (char_valid_p): If C is not less than MAX_CHAR, be sure to return
2249 0.
2250
dc1e502d
SM
22512000-08-25 Stefan Monnier <monnier@cs.yale.edu>
2252
2253 * regex.c (PUSH_FAILURE_COUNT): New macro.
2254 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG.
2255 Handle popping of a register's or a counter's data.
2256 (POP_FAILURE_POINT): Use the new name.
2257 (re_match_2_internal): Push counter data on the stack for succeed_n,
2258 jump_n and set_number_at and remove misleading dead code in succeed_n.
2259
bd9d0f3f
GM
22602000-08-25 Gerd Moellmann <gerd@gnu.org>
2261
2262 * xdisp.c (redisplay_internal): If considering all windows on all
2263 frames, update the display for each frame as soon as possible,
2264 instead of first building all desired matrices for all frames, and
2265 then updating them all.
2266 (try_cursor_movement): Handle case that last_cursor.vpos is -1.
2267
aa5b8e15
GM
22682000-08-24 Gerd Moellmann <gerd@gnu.org>
2269
17494071
GM
2270 * bytecode.c (mark_byte_stack): Add a comment.
2271
aa5b8e15
GM
2272 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)
2273 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is
2274 a graphical frame.
2275
c543db81
KH
22762000-08-24 Kenichi Handa <handa@etl.go.jp>
2277
d246d5f5
KH
2278 * minibuf.c (do_completion): Always use compare-string, not
2279 string-equal because the latter doesn't pay attention to
2280 multibyteness of strings.
2281
c543db81
KH
2282 * process.c (create_process): Don't setup raw-text coding here.
2283 (Fopen_network_stream): Don't set coding->src_multibyte and
2284 coding->dst_multibyte here.
2285 (read_process_output): For process filter, return unibyte string
2286 if default-enable-multibyte-characters is nil.
2287 (send_process): If OBJECT is multibyte text, be sure to encoded it
2288 by the specified coding system for the process. Otherwise, setup
2289 raw-text coding.
2290 (init_process): Don't initialize default-process-coding-system
2291 here.
2292
9b47cfe0
EZ
22932000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
2294
2295 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
2296 <scroll-down-aggressively>: Likewise.
2297
f5a36960
KH
22982000-08-23 Kenichi Handa <handa@etl.go.jp>
2299
2300 * coding.c (encode_eol): Fix bug for the case of dst_bytes being
2301 zero. Set coding->produced_char correctly.
2302
69a7ffa7
AI
23032000-08-22 Andrew Innes <andrewi@gnu.org>
2304
2305 * makefile.w32-in: New file.
2306
2307 * unexw32.c (unexec): Ignore old_name, and use the actual location
2308 of the current executable instead. Base new_name on this.
2309
2310 * w32proc.c (create_child): Remove reference to security
2311 descriptor, which isn't needed and doesn't compile with mingw32.
2312
2313 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
2314 up dllimport attributes.
2315 (x_update_window_end): Update prototype.
2316
2317 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary
2318 extern, which screws up dllimport attributes.
2319
2320 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
2321 up dllimport attributes.
2322
2323 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which
2324 screws up dllimport attributes.
2325
2326 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
2327 up dllimport attributes.
2328 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
2329 screws up dllimport attributes.
2330
2331 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
2332 up dllimport attributes.
2333
2334 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which
2335 screws up dllimport attributes.
2336
2337 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which
2338 screws up dllimport attributes.
2339
2340 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
2341 up dllimport attributes.
2342
2343 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove
2344 unnecessary extern, which screws up dllimport attributes.
2345 (main): Ditto.
2346
2347 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
2348 up dllimport attributes.
2349
2350 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove
2351 unnecessary extern, which screws up dllimport attributes.
2352
2353 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which
2354 screws up dllimport attributes.
2355
2356 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
2357 up dllimport attributes.
2358
2359 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers.
2360
2361 * w32bdf.c (search_file_line):
2362 (set_bdf_font_info):
2363 (seek_char):
2364 (w32_get_bdf_glyph):
2365 (w32_BDF_to_x_font): Fix compile warnings.
2366
2367 * w32menu.c: Include keyboard.h before frame.h. Fix compile
2368 warnings.
2369
2370 * w32select.c: Include keyboard.h before frame.h.
2371
2372 * w32fns.c (max): Define macro.
2373 (JOHAB_CHARSET): Define if not known.
2374 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
2375 (Fx_show_tip): Synch with X version.
2376
2377 * w32xfns.c: Include keyboard.h before frame.h.
2378
2379 * w32fns.c: Include keyboard.h before frame.h.
2380
2381 * w32term.c: Include keyboard.h before frame.h.
2382
2383 * fontset.c: Include keyboard.h before frame.h.
2384
2385 * w32inevt.c: Include keyboard.h before frame.h.
2386 (MOUSE_MOVED): Define if not known.
2387
2388 * minibuf.c: Include keyboard.h before frame.h.
2389
2390 * keyboard.c: Include keyboard.h before frame.h.
2391
2392 * indent.c: Include keyboard.h before frame.h.
2393
2394 * dispnew.c: Include keyboard.h before frame.h.
2395
2396 * buffer.c: Include keyboard.h before frame.h.
2397
2398 * alloc.c: Include keyboard.h before frame.h.
2399
2400 * print.c: Include keyboard.h before frame.h.
2401
2402 * process.c: Include keyboard.h before frame.h.
2403
2404 * scroll.c: Include keyboard.h before frame.h.
2405
2406 * sysdep.c: Include keyboard.h before frame.h.
2407
2408 * term.c: Include keyboard.h before frame.h.
2409
2410 * window.c: Include keyboard.h before frame.h.
2411
2412 * xdisp.c: Include keyboard.h before frame.h.
2413 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
2414
2415 * frame.c: Include keyboard.h before frame.h.
2416
2417 * w32heap.h: Undefine min, max.
2418
2419 * w32gui.h: Undefine min, max.
2420
2421 * unexw32.c: Change PUCHAR to PCHAR.
2422 (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2423 (relocate_offset):
2424 (get_section_info):
2425 (copy_executable_and_dump_data): Remove unnecessary static defs.
2426 (copy_executable_and_dump_data): Fix compile warnings.
2427
2428 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined.
2429
2430 * w32console.c (min): Define macro.
2431 (clear_frame, write_glyphs): Fix compile warning.
2432
2433 * w32proc.c (compare_env):
2434 (find_child_console): Fix compile warning.
2435
2436 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use
2437 sys_errlist instead of _sys_errlist.
2438 (get_emacs_configuration_options): New function.
2439
2440 * s/ms-w32.h (sys_nerr): Provide default definition.
2441 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
2442 name with _ prepended.
2443 (NSIG): Define if not known.
2444 (get_emacs_configuration): Provide extern declaration.
2445 (get_emacs_configuration_options): Provide extern declaration.
2446 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
2447
2448 * w32.c (gettimeofday): Use struct timeb, not struct _timeb.
2449 (map_w32_filename):
2450 (read_unc_volume): Fix compile warning.
2451
2452 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock
2453 definitions from being used.
2454
2455 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
2456
2457 * w32.c (unc_volume_file_attributes):
2458 (open_unc_volume): Make arg const.
2459
2460 * sysdep.c [WINDOWSNT]: Remove extern decl of errno.
2461 (read_input_waiting): Remove excess parameter.
2462
2463 * w32.c (init_environment): Call _access.
2464 (check_windows_init_file): Call _close.
2465 (init_user_info): Call _putenv.
2466 (init_environment): Call _putenv and _strdup.
2467 (init_ntproc): Reset volume info cache on startup.
2468
2469 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if
2470 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
2471 cannot override the CRT malloc.
2472
2473 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
2474 (LINK_FLAGS): Append to original value of LINK_FLAGS.
2475
2476 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
2477 unless we are linking with a static CRT.
2478 (RVA_TO_PTR): Cast result to unsigned char*.
2479
2480 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
2481 (add_volume_info): Use xstrdup.
2482
25060080
SM
24832000-08-22 Stefan Monnier <monnier@cs.yale.edu>
2484
2485 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'.
2486 (do_completion, Fminibuffer_complete_word): Use it.
2487 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp
2488 var so it can take non-boolean values.
2489
6917e6bb
GM
24902000-08-21 Gerd Moellmann <gerd@gnu.org>
2491
acb7cc89
GM
2492 * editfns.c (find_field): Formatting changes.
2493 (toplevel): Some old-style function forward declarations
2494 changed to prototypes, some new protypes added, some functions
2495 made static.
2496
2497 * lisp.h (set_time_zone_rule): Add prototype.
2498 (use_dialog_box): External declaration.
2499
0bbfdc25
GM
2500 * keyboard.c (gen_help_event): Add parameter SIZE.
2501 (kbd_buffer_events_waiting): Slightly rewritten.
2502 (clear_event): New function.
2503 (kbd_buffer_get_event): Use it, and clear the input_events of
2504 HELP_EVENTs.
2505 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
2506 don't fill the newly created array with nils.
2507 (toplevel): Convert some old-style function forward declarations
2508 to prototypes.
2509
2510 * keyboard.h (gen_help_event): Change prototype.
2511
2512 * xterm.c (XTread_socket): Change calls to gen_help_event.
2513
2514 * w32term.c (w32_read_socket): Change calls to gen_help_event.
2515
6917e6bb
GM
2516 * eval.c (Fmacroexpand): Doc fix.
2517
e5cd3d11
JR
25182000-08-20 Jason Rumney <jasonr@gnu.org>
2519
2520 * w32term.h (x_display_info_for_display): Remove as this function
2521 does not exist on W32.
2522
2523 * w32term.c (help_echo_window): New variable.
2524 (syms_of_w32term): staticpro it.
2525 (note_mode_line_highlight): Set it.
2526 (XTextExtents16): Removed as there is no equivalent on W32.
2527 (x_compute_glyph_string_overhangs): Incomplete body removed, as
2528 the X way of doing this will not work for W32.
2529 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
2530 (x_draw_image_foreground): Avoid drawing outside of the clip area
2531 when image doesn't have a mask.
2532 (note_mouse_highlight): Process overlays in the right order of
2533 priority. Set help_echo_window.
2534 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
2535 because that's more visible for large images.
2536
2537 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
2538 name to single_keymap_panes.
2539 (w32_menu_show): Set wv->title when dealing with titles.
2540 (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
2541
6e69ab8c
MB
25422000-08-21 Miles Bader <miles@gnu.org>
2543
2544 * minibuf.c (do_completion): Try again if we rewrite the input
2545 string, but no completion was done, so that any completion message
2546 will be correct.
2547
511bd4eb
GM
25482000-08-20 Gerd Moellmann <gerd@gnu.org>
2549
2550 * xfaces.c (lface_equal_p): Compare strings differently.
2551 (Qtty_color_alist, Vtty_defined_color_alist): New variables.
2552 (realize_tty_face): Use them.
2553 (syms_of_xfaces): Initialize new variables.
2554 (map_tty_color): New function, extracted from realize_tty_face.
2555 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
2556 foreground or background color, store the new color name in the
2557 realized face; previous code trying to do this had no effect.
2558 (realize_tty_face): Use map_tty_color.
2559 (Fclear_face_cache): Set face_change_count and ensure thorough
2560 redisplay.
2561
1433385f
GM
25622000-08-19 Gerd Moellmann <gerd@gnu.org>
2563
511bd4eb
GM
2564 * undo.c (record_first_change, record_marker_adjustment): Don't
2565 use XBUFFER on last_undo_buffer which might not be a buffer.
1433385f 2566
419ac0a2
KH
25672000-08-18 Kenichi Handa <handa@etl.go.jp>
2568
2569 * coding.c (decode_coding_string): Set members consumed,
2570 consumed_char, produced, produced_char of *coding correctly. If
2571 decode_coding doesn't consume any byte, don't try anymore.
2572 (encode_coding_string): Likewise.
2573
7eb9e30d
GM
25742000-08-18 Gerd Moellmann <gerd@gnu.org>
2575
511bd4eb
GM
2576 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
2577 conditional have void type, for Standard C compilers.
7eb9e30d
GM
2578
2579 * xdisp.c (redisplay_internal): Compare windows for equality with
2580 EQ, instead of applying XWINDOW to something that might not
2581 be a window.
2582
dd34a735
KH
25832000-08-18 Kenichi Handa <handa@etl.go.jp>
2584
2585 * fontset.c (Finternal_char_font): Search only the selected frame
2586 for a window of the current buffer.
2587
385ff9e3
GM
25882000-08-18 Gerd Moellmann <gerd@gnu.org>
2589
511bd4eb 2590 * minibuf.c (do_completion): Use EQ instead of `!=' to compare
01cce3e7
GM
2591 Lisp_Objects.
2592
385ff9e3
GM
2593 * keyboard.c (kbd_buffer_get_event): Handle the case that the
2594 second half of a HELP_EVENT is found at the start of kbd_buffer.
2595
d6abb4c7
MB
25962000-08-18 Miles Bader <miles@gnu.org>
2597
4618074a
MB
2598 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.
2599
d6abb4c7
MB
2600 * editfns.c (save_restriction_save): Rewrite to use markers.
2601 (save_restriction_restore): Rewrite to understand new form of data
2602 saved by save_restriction_save.
2603 (Fsave_restriction): Remove cautionary note in doc-string.
2604
a7b28523
GM
26052000-08-17 Gerd Moellmann <gerd@gnu.org>
2606
2607 * fileio.c (build_annotations): Add a comment explaining the
2608 return value of format-annotate-function. Replace a spurious call
2609 to Flength with a CONSP test. Call format-annotate-function with
2610 a fifth arg specifying how many times the function is been called
2611 in a row, to let it choose temporary buffers appropriately.
2612
03c9ed77
DL
26132000-08-17 Dave Love <fx@gnu.org>
2614
2615 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
2616 declare make_temp_name twice.
2617
2618 * lread.c: Prototype readevalloop, load_unwind,
2619 load_descriptor_unwind.
2620 (unreadpure): Give it an arg.
2621
2622 * unexalpha.c: Prototype fatal_unexec, mark_x,
2623 update_dynamic_symbols. Declare unexec as void.
2624
2625 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>.
2626 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
2627
2628 * alloc.c (lisp_malloc): Declare with POINTER_TYPE.
2629 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on
2630 DOUG_LEA_MALLOC.
2631
2632 * alloca.c: Use #error.
2633 [POINTER_TYPE]: Use it.
2634
2635 * eval.c (Fdefvar): Doc fix.
2636
2637 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid
2638 INITIALIZE_INTERVAL.
2639
2640 * buffer.h: Avoid DECLARE_INTERVALS.
2641
2642 * config.in: Add size_t.
2643
aae41d97
EZ
26442000-08-17 Eli Zaretskii <eliz@is.elta.co.il>
2645
2646 * w16select.c (set_clipboard_data): If there's not enough memory
2647 to put text into clipboard, return 1, as Fw16_set_clipboard_data
2648 expects. In case of other failures, return 3.
2649 (system_error_msg): New error message.
2650 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
2651 system_error_msg.
2652
65aa5e85
GM
26532000-08-16 Gerd Moellmann <gerd@gnu.org>
2654
2655 * term.c (write_glyphs): Also turn off inverse video after turning
2656 off other appearances in case TS_exit_attribute_mode is not equal
2657 to TS_end_standout_mode.
2658 (insert_glyphs): Turn inverse video on/off for each run of glyphs
2659 with the same face.
2660 (turn_off_face): Reset standout_mode only if
2661 TS_exit_attribute_mode has been output and TS_exit_attribute_mode
2662 is equal to TS_end_standout_mode.
2663
ece23901
KH
26642000-08-16 Kenichi Handa <handa@etl.go.jp>
2665
9d7bcb2e
KH
2666 * coding.c (encode_coding): Fix the bug of not flushing ISO escape
2667 sequence at the end of the source block.
2668
ece23901
KH
2669 * ccl.c (Fccl_program_p): Docstring modified.
2670 (Fccl_execute): Likewise.
2671 (Fccl_execute_on_string): Likewise.
2672
5e30eaa2
EZ
26732000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2674
2675 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
2676
290602fd
KH
26772000-08-16 Kenichi Handa <handa@etl.go.jp>
2678
2679 The following changes are mainly to fix bugs of
2680 encode/decode-coding-string failing if encoding/decoding return
2681 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global
2682 variable conversion_buffer.
2683
2684 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char,
2685 decrement dst_end to avoid buffer overflow in the later call of
2686 string_as_multibyte
2687
2688 * coding.h (conversion_buffer_size, conversion_buffer)
2689 (get_conversion_buffer): Extern deleted.
2690
2691 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
2692 (conversion_buffer, conversion_buffer_size): Variables deleted.
2693 (get_conversion_buffer): Function deleted.
2694 (struct conversion_buffer): New structure.
2695 (MAX_ALLOCA): New macro.
2696 (allocate_conversion_buffer): New macro.
2697 (extend_conversion_buffer, free_conversion_buffer): New functions.
2698 (ccl_coding_driver): Set coding->result.
2699 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if
2700 this is the last block of source.
2701 (encode_coding): Likewise. Handle the source block as the last
2702 one only when the whole source text is consumed.
2703 (decode_coding_string): Handle the case that the output buffer is
2704 too small to decode the whole source text. Use
2705 allocate_conversion_buffer, extend_conversion_buffer and
2706 free_conversion_buffer, not get_conversion_buffer.
2707 (encode_coding_string): Likewise.
2708 (init_coding): Function deleted.
2709 (init_coding_once): Delete code to initialize
2710 conversion_buffer_size.
2711
2712 * emacs.c (main): Don't call init_coding.
2713
2714 * msdos.c (IT_write_glyphs): Use a locally declared
2715 conversion_buffer.
2716
2717 * term.c (write_glyphs): Use a locally declared conversion_buffer.
2718 (insert_glyphs): Likewise.
2719
2720 * w32console.c (write_glyphs): Use a locally declared
2721 conversion_buffer.
2722
b9f80d41
EZ
27232000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
2724
2725 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame
2726 member of display_info is NULL.
2727
32dc52f7
GM
27282000-08-15 Gerd Moellmann <gerd@gnu.org>
2729
58ed0d3b
GM
2730 * alloc.c (compact_small_strings): Use safe_bcopy, add an
2731 assertion.
2732
32dc52f7 2733 * term.c (turn_off_face): Reset standout_mode when resetting
58ed0d3b 2734 appearances with capability `me'.
32dc52f7
GM
2735 (write_glyphs): Switch on inverse video before each face change.
2736
4eb22d33
DL
27372000-08-14 Dave Love <fx@gnu.org>
2738
2739 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
2740 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
2741 (lisp_free): Declare and make static.
2742
2743 * window.c: Fix embedded comment.
2744 (syms_of_window): Fix doc string.
2745
90cbf47e
GM
27462000-08-14 Gerd Moellmann <gerd@gnu.org>
2747
2748 * keymap.c (push_key_description): If C without modifiers is < 32,
2749 make sure to print `C-' before `M-', like in the manual.
2750
440fc135
GM
27512000-08-11 Gerd Moellmann <gerd@gnu.org>
2752
2753 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
2754 since they aren't relocated anymore.
2755 (sxhash_string): Make sure returned hash code fits in a Lisp
2756 integer.
2757
2758 * xdisp.c (try_cursor_movement): Fix handling of cursor in
2759 partially visible line which is smaller than the window's
2760 height.
2761
6e264fad
KH
27622000-08-11 Kenichi Handa <handa@etl.go.jp>
2763
2764 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to
2765 the multibyte form of eight-bit-control characters.
2766 (Fccl_execute_on_string): Initialize ccl->multibyte.
2767
2768 * ccl.h (struct ccl_program): New member multibyte.
2769
2770 * coding.c (ccl_coding_driver): Initialize ccl->multibyte.
2771
c371f69a
KH
27722000-08-11 Kenichi Handa <handa@etl.go.jp>
2773
2774 * regex.c (regex_compile) <normal_char>: Pay attention to
2775 multibyteness.
2776 (analyse_first) <exactn>: Setup fastmap correctly for
2777 eight-bit-control characters.
2778
27792000-08-11 Kenichi Handa <handa@etl.go.jp>
2780
2781 * termhooks.h (enum event_kind): New member
2782 multibyte_char_keystroke.
2783
2784 * keyboard.c (make_lispy_event): Handle the new event type
2785 multibyte_char_keystroke.
2786
2787 * xterm.c: Include coding.h.
2788 (XTread_socket): Work around a bug of XmbLookupString. If the
2789 input is from XIM, decode it according to the current locale. In
2790 that case, generate multibyte_char_keystroke events.
2791
b8ddbe71
KH
27922000-08-11 Kenichi Handa <handa@etl.go.jp>
2793
2794 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
2795 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
2796
47589c8c
GM
27972000-08-10 Gerd Moellmann <gerd@gnu.org>
2798
2799 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable.
2800 (TRACE_MOVE) [GLYPH_DEBUG]: New macro.
2801 (move_it_in_display_line_to): Record iterator's ascent and descent
2802 before producing glyphs, and restore them when we know the glyph
2803 doesn't fit on the line.
2804 (move_it_to): Restructured so that it's easier to debug. If
2805 moving to a vpos, and not moving to an x or character position,
2806 stop as soon as the specified vpos is reached; don't move further
2807 into that line because that might change the computed line height.
2808 (try_cursor_movement): New function, extracted from the cursor
2809 movement branch of redisplay_window. If ending on a partially
2810 visible line, don't try to scroll if the cursor line is taller
2811 than the window.
2812 (redisplay_window): Use try_cursor_movement.
2813
2814 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion,
2815 because that function doesn't cope with variable-height lines.
2816
2817 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a
2818 box cursor because that's better visible for large images.
2819
c51bacd6
MB
28202000-08-10 Miles Bader <miles@gnu.org>
2821
2822 * w32term.c (note_mouse_highlight): Update calls to overlays_at.
2823
bea56df7
GM
28242000-08-10 Gerd Moellmann <gerd@gnu.org>
2825
2826 * xdisp.c (Vmessages_buffer_name): New variable.
2827 (message_dolog): Use it.
2828 (syms_of_xdisp): Initialize it.
2829
99cd7364
EZ
28302000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
2831
2832 * msdos.c (IT_note_mouse_highlight): Update the calls to
2833 overlays_at.
2834 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's
2835 redundant now that keyboard.h is included.
2836
7d093d56
EZ
28372000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
2838
2839 * keyboard.c (kbd_buffer_events_waiting): New function.
2840
2841 * keyboard.h (kbd_buffer_events_waiting): Add prototype.
2842
2843 * msdos.c: Include keyboard.h.
2844 (XMenuActivate): Empty no_event events from the event buffer. If
2845 no events are left after that, call clear_input_pending.
2846 (mouse_clear_clicks): New function, code moved from mouse_init.
2847 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
2848 mouse driver to ``forget'' any past clicks.
2849
2850 * Makefile.in (msdos.o): Depend on keyboard.h.
2851
41e757a6
GM
28522000-08-09 Gerd Moellmann <gerd@gnu.org>
2853
8e7bd231
GM
2854 * lisp.h (input_pending): External declaration.
2855
2856 * dispextern.h (Qredisplay_dont_pause): Declare extern.
2857
2858 * xdisp.c (echo_area_display): Display thoroughly if input is
2859 pending. Bind redisplay-dont-pause to t during the redisplay.
2860 in case input is pending.
2861
2862 * dispnew.c (Qredisplay_dont_pause): New variable.
2863 (syms_of_display): Initialize and staticpro it.
2864 (update_frame_1): Don't interrupt the display for pending input if
2865 redisplay_dont_pause is set.
2866
43028b7e
GM
2867 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
2868
41e757a6
GM
2869 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
2870
2f2174fa
KH
28712000-08-09 Miles Bader <miles@lsi.nec.co.jp>
2872
2873 * callproc.c (Fcall_process): Terminate the unwind-protect around
2874 the post-read-conversion of coding system.
2875
0a6fd67e
MB
2876 * buffer.c (overlays_at): Add CHANGE_REQ parameter.
2877 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
2878 * buffer.h (overlays_at): Update prototype.
2879 * xdisp.c (next_overlay_change): Update call to overlays_at.
2880 * xfaces.c (face_at_buffer_position): Likewise.
2881 * textprop.c (Fget_char_property): Likewise.
2882 * xterm.c (note_mouse_highlight): Likewise.
2883
0c80756e
MB
2884 * minibuf.c (do_completion): Don't consider a simple change of
2885 case as `completion'.
2886
975f250a
KR
28872000-08-08 Ken Raeburn <raeburn@gnu.org>
2888
b347b3fd
KR
2889 * keyboard.c (syms_of_keyboard): Initialize
2890 last_point_position_buffer.
2891 * undo.c (record_delete): Make sure last_point_position_buffer is
2892 a buffer before comparing pointers.
2893
2894 * coding.h (decode_coding_string): Declare.
2895
2896 * intervals.h (Fprevious_single_char_property_change): Declare.
2897
2898 * textprop.c (Fprevious_single_char_property_change): Don't do
2899 arithmetic directly on lisp objects.
2900
25ad1371 2901 * editfns.c (find_field): Use EQ, not ==, to compare Lisp
b347b3fd
KR
2902 objects.
2903
2904 * keyboard.h (menu_item_eval_property): Declare.
2905
2906 * xdisp.c (message_dolog): Save and protect string "*Messages*" to
2907 reuse as buffer name, instead of recreating (and discarding) every
2908 time a message is logged.
2909 (with_echo_area_buffer): Make callback arg A2 a lisp object.
25ad1371
GM
2910 (current_message_1, truncate_message_1, set_message_1)
2911 (display_echo_area_1, resize_mini_window_1): Signatures changed.
2912 (current_message, truncate_echo_area, display_echo_area)
2913 (resize_echo_area_axactly): Changed calls.
b347b3fd 2914
975f250a 2915 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
25ad1371 2916 Lisp object.
975f250a 2917 (Ffind_coding_systems_region_internal): First argument to Fappend
25ad1371 2918 must be an integer, not a Lisp object.
975f250a 2919
46dc9912
KH
29202000-08-08 Kenichi Handa <handa@etl.go.jp>
2921
2922 * charset.c (Fchar_width): Doc fix.
2923
9f6d1a6c
GM
29242000-08-08 Gerd Moellmann <gerd@gnu.org>
2925
2926 * charset.c (Fstring_width): Doc fix.
2927
ff3d9573
GM
29282000-08-07 Gerd Moellmann <gerd@gnu.org>
2929
41e757a6 2930 * xdisp.c (start_display): When starting display on a continuation
49ad1d99
GM
2931 line, clear ascent and descent members of the iterator structure;
2932 the height of the continued line does not affect the height of the
2933 continuation line.
2934 (make_cursor_line_fully_visible): Do nothing if cursor is on a
2935 line taller than the window.
2936 (redisplay_window) <forced window start>: Handle case that the
2937 middle of the window is not found in any row.
2938 (dump_glyph_row): Show more information.
2939 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
2940 first text line in a glyph matrix.
2941
2942 * xterm.c (x_draw_image_foreground): Avoid drawing outside
2943 of the clip area when image doesn't have a mask.
2944
70fc58b3
GM
2945 * fns.c (sweep_weak_table): Fix survival conditions for
2946 key-or-value and key-and-value weakness.
2947
2948 * .gdbinit (xhashtable): New command.
2949
ac0e96ee
GM
2950 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
2951 tables out of the list of all weak hash tables.
2952
ff3d9573
GM
2953 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and
2954 a new buffer is created, make sure echo_area_buffer[] references
2955 the new buffer.
2956
e0d8827b
EZ
29572000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
2958
2959 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in
2960 the doc string.
2961
c6f35378
KH
29622000-08-07 Kenichi Handa <handa@etl.go.jp>
2963
2964 * syntax.c (skip_chars): Fix previous change. Make the handling
2965 of unibyte string consistent with that of regex search.
2966
1fd4c450
GM
29672000-08-05 Gerd Moellmann <gerd@gnu.org>
2968
e49aa397
GM
2969 * xmenu.c (popup_get_selection): Use xfree instead of free.
2970
2971 * fileio.c (Finsert_file_contents): Use xfree instead of free.
2972
2973 * editfns.c (Ftranspose_regions): Use xfree instead of free.
2974
2975 * callproc.c (child_setup): Use xfree instead of free.
2976
2977 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
2978 instead of malloc.
2979 (run_mac_command, closedir): Use `xfree' instead of `free'.
2980
2981 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
2982
2983 * eval.c (error): Use xfree instead of free.
2984
1fd4c450
GM
2985 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
2986
2987 * fns.c: Replace `illegal' with `invalid'.
e49aa397 2988 (Fmake_hash_table, make_hash_table): Allow table size of 0.
1fd4c450 2989
82d497fc
KH
29902000-08-05 Kenichi Handa <handa@etl.go.jp>
2991
2992 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
2993 conversion.
2994
59f953a2
NF
29952000-08-04 Noah Friedman <friedman@splode.com>
2996
2997 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in
2998 docstring.
2999
688351f2
GM
30002000-08-04 Gerd Moellmann <gerd@gnu.org>
3001
3002 * syntax.c (skip_chars): Fix typo in error message.
3003
2dad51cc
AS
30042000-08-04 Andreas Schwab <schwab@suse.de>
3005
3006 * m/ia64.h: Moved from s/ia64.h.
3007
99bb2c60
KH
30082000-08-04 Kenichi Handa <handa@etl.go.jp>
3009
082a1df2
KH
3010 * process.c (read_process_output): Big simplification. Handle
3011 composition and post-read-conversion of coding system correctly.
3012 (send_process): Handle composition correctly.
3013
3014 * callproc.c (Fcall_process): Handle post-read-conversion of
3015 coding system if any.
3016
99bb2c60
KH
3017 * coding.c (decode_coding_iso2022): More strict check for handling
3018 single shifting.
082a1df2
KH
3019 (coding_restore_composition): Pay attention to the case that
3020 cmp_data is not set properly (because of invalid code in the
3021 source text).
3022 (run_pre_post_conversion_on_str): Include text properties in the
3023 resulting string.
3024 (decode_coding_string): Set members of coding correctly.
99bb2c60 3025
f4988be7
GM
30262000-08-03 Gerd Moellmann <gerd@gnu.org>
3027
3028 * s/ia64.h: New file.
3029
3030 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
3031 Use NULL instead of 0 at the end of variable argument list of
3032 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
3033 sizeof (int) < sizeof (void *).
3034
3035 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
3036 of variable argument lists of XtVaGetValues and XtVaSetValues.
3037
3038 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
3039 variable argument lists of XtVaGetValues and XtVaSetValues.
3040
ead53494
GM
30412000-08-02 Gerd Moellmann <gerd@gnu.org>
3042
3043 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
3044 (xrealloc, xmalloc): Use size_t. Some callers adjusted.
3045
3046 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change
3047 prototype.
3048
3049 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter
3050 in call to Fsingle_key_description.
3051
3052 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES.
3053 Callers changed.
3054
30552000-08-02 Colin Walters <walters@cis.ohio-state.edu>
3056
3057 * window.c (display_buffer_reuse_frames): New variable.
3058 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
3059 frames displaying BUFFER.
3060 (syms_of_window): Define Lisp variable
3061 display-buffer-reuse-frames.
3062
10b0f752
MB
30632000-08-01 Miles Bader <miles@gnu.org>
3064
3065 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding
3066 when to constrain NEW_POS (they were pretty screwed up before).
3067
16425c4a
EZ
30682000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
3069
3070 * msdos.c (run_msdos_command): Save and restore the master
3071 environment, for the case that child_setup signals an error.
3072 When mirroring slashes in DOS shell commands, don't fail when
3073 argv[2] has embedded blanks.
da288c14
EZ
3074 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions.
3075 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
3076 (dos_ttraw): Call mouse_setup_buttons.
16425c4a
EZ
3077
3078 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
3079 using alloca; free it after run_msdos_command returns.
3080
27f73852
DL
30812000-07-27 Dave Love <fx@gnu.org>
3082
3083 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
3084 define.
3085 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently
3086 working.
3087
3088 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define.
3089
c0261b5e
EZ
30902000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
3091
3092 * editfns.c (lisp_time_argument): Fix last change.
3093
b548072f
GM
30942000-07-27 Gerd Moellmann <gerd@gnu.org>
3095
3ab82477
GM
3096 * fns.c (Fdelete): Make it work on vectors and strings in addition
3097 to lists.
3098
b548072f
GM
3099 * fns.c (Qkey_or_value, Qkey_and_value): New variables.
3100 (syms_of_fns): Initialize new variables.
3101 (sweep_weak_table): Handle weakness `key-or-value' and
3102 `key-and-value'.
3103 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
3104 weakness, with t meaning the same as `key-and-value'.
3105
91ae8751
KH
31062000-07-27 Kenichi Handa <handa@etl.go.jp>
3107
3108 * coding.h (struct coding_system): Member safe_charset deleted.
3109
3110 * coding.c (Qsafe_charsets): This variable deleted.
3111 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system): New
3112 variables.
3113 (coding_safe_chars): New function.
3114 (CODING_SAFE_CHAR_P): New macro.
3115 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of
3116 checking safe_charsets member of the coding system. Caller
3117 changed.
3118 (detect_coding_iso2022): New local variable safe_chars.
3119 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
3120 safe_charsets member of the coding system.
3121 (decode_coding_iso2022): New local variable safe_chars.
3122 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
3123 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
3124 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed.
3125 (ENCODE_UNSAFE_CHARACTER): New macro.
3126 (encode_coding_iso2022): New local variable safe_chars. Check
3127 unsafe chars.
3128 (setup_coding_system): Delete the code to initialize
3129 coding->safe_charses
3130 (intersection, find_safe_codings): New functions.
3131 (Ffind_coding_systems_region_internal): New function.
3132 (syms_of_coding): Defsubr it. Initialize Qsafe_chars,
3133 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp
3134 variable and initialize it.
3135
3136 * fns.c (char_table_ref_and_index): New function.
3137
3138 * lisp.h (char_table_ref_and_index): Add prototype.
3139
34a7a267
SS
31402000-07-26 Sam Steingold <sds@gnu.org>
3141
3142 * editfns.c (lisp_time_argument): Added third argument `usec'.
3ab82477 3143 (Ffloat_time): New built-in Lisp function.
34a7a267 3144
a95cb10a
GM
31452000-07-26 Gerd Moellmann <gerd@gnu.org>
3146
3353ef5a
GM
3147 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
3148 for the character code.
3149
3150 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and
3151 GNU/Linux.
3152
a95cb10a
GM
3153 * xmenu.c (menu_highlight_callback): Call show_help_echo directly
3154 if called for a popup menu.
3155 (xmenu_show): Store help string in widget values.
3156
b4a12321
DL
31572000-07-26 Dave Love <fx@gnu.org>
3158
3159 * syswait.h: Move some definitions.
3160 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex.
3161 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More
3162 perspicuous definitions.
3163 (WTERMSIG): Fix bit pattern used.
3164
13f5ad37
KH
31652000-07-26 Kenichi Handa <handa@etl.go.jp>
3166
3167 * print.c (print_object): If vector printing is truncated, print
3168 "..." to indicate it as well as the case of list printing.
3169
070fe99c
GM
31702000-07-25 Gerd Moellmann <gerd@gnu.org>
3171
969065c3
GM
3172 * xdisp.c (next_element_from_display_vector): Improve comments.
3173
3174 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
3175 for the character code, and the rest for the face id as in 20.x.
3176 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly.
3177
3178 * window.c (window_display_table): Cleaned up.
3179
070fe99c
GM
3180 * syntax.c (Fforward_word): Add last arg nil in call of
3181 Fconstrain_to_field.
3182
bad77ef7
EZ
31832000-07-25 Eli Zaretskii <eliz@is.elta.co.il>
3184
969065c3 3185 * fileio.c (Frename_file) [DOS_NT]: If the file names are
bad77ef7
EZ
3186 identical but for the letter-case, don't call
3187 barf_or_query_if_file_exists.
3188
c28da489
MB
31892000-07-25 Miles Bader <miles@gnu.org>
3190
3191 * editfns.c (find_field): Honor special `boundary' fields.
3192 (Qboundary): New variables.
3193 (syms_of_editfns): Initialize Qboundary.
3194 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument.
3195 Use scan_buffer instead of find_before_next_newline, because it
3196 allows us to detect the boundary case where there's a newline at
3197 the search limit.
3198 * lisp.h (Fconstrain_to_field): Update external declaration.
3199
e3c31fd5
GM
32002000-07-24 Gerd Moellmann <gerd@gnu.org>
3201
3202 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
3203 if that is nil.
c28da489 3204
c66c29a2
DL
32052000-07-24 Dave Love <fx@gnu.org>
3206
3207 * s/sunos4-0.h, s/sol2.h:
3208 (LIBS_TERMCAP): Move from m/sparc.h.
3209
3210 * m/sparc.h (TERMINFO): Moved to system files (probably only
3211 relevant for sunos4 judging by its vintage).
3212 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on
3213 __arch64__.
3214
fbe0a958
EZ
32152000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3216
3217 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
3218 name to single_keymap_panes.
3219
7d88e5c9
AS
32202000-07-24 Andreas Schwab <schwab@suse.de>
3221
3222 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.
3223
e024b101
GM
32242000-07-24 Gerd Moellmann <gerd@gnu.org>
3225
3226 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
3227 parameters instead of using int parameters. Expect FN to accept
3228 EMACS_INT parameters.
3229 (display_echo_area, resize_echo_area_axactly, current_message)
3230 (truncate_echo_area, set_message_1): Call with_echo_area_buffer
3231 with new argument list.
3232 (resize_mini_window_1): New callback function.
3233 (current_message_1, truncate_message_1, set_message_1): Change
3234 parameter lists to the new format expected by
3235 with_echo_area_buffer.
3236
25c1a9ce
KH
32372000-07-24 Kenichi Handa <handa@etl.go.jp>
3238
3239 * fontset.c (fontset_ref): Remove INLINE declaration.
3240 (fontset_ref_via_base): Likewise.
3241 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications
3242 to downcase.
3243
7f987ac0
EZ
32442000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
3245
3246 * msdos.c (IT_note_mouse_highlight): Process overlays in the
3247 correct order of priority. If help echo was found in an overlay,
3248 use that overlay as the object in which the help echo was found.
3249
e2db3069
MB
32502000-07-22 Miles Bader <miles@gnu.org>
3251
3252 * textprop.c (Fprevious_single_char_property_change): The initial
3253 property value should be from the position preceding POSITION, not
3254 following it.
3255
5e3203e4
EZ
32562000-07-22 Eli Zaretskii <eliz@is.elta.co.il>
3257
3258 * coding.c (syms_of_coding): Doc fix for
3259 inhibit-iso-escape-detection.
3260
62145073
GM
32612000-07-21 Gerd Moellmann <gerd@gnu.org>
3262
c20aeb83
GM
3263 * xterm.c (note_mouse_highlight): Process overlays in the right
3264 order of priority.
34a7a267 3265
743934db
GM
3266 * keyboard.c (show_help_echo, gen_help_event): Extend comments.
3267
3268 * xterm.c (note_mouse_highlight): If help-echo was found in an
3269 overlay, use that overlay as the object in which the help was
3270 found.
3271
d1dc7e43 3272 * window.c (foreach_window_1): Fix typo reversing an if-condition.
34a7a267 3273
62145073
GM
3274 * window.c (foreach_window): Instead of a fake variable argument
3275 list, take one USER_DATA argument.
3276 (foreach_window_1): Likewise, and call callback functions with two
3277 args, the window and USER_DATA.
3278 (struct check_window_data): New struct.
3279 (check_window_containing): Use it.
3280 (window_from_coordinates): Set up a struct check_window_data for
3281 foreach_window.
3282 (add_window_to_list, freeze_window_start): Change parameters
3283 according to new calling convention.
3284
3285 * window.h (foreach_window): Change prototype.
3286
3287 * buffer.c (Fprevious_overlay_change): Avoid memory leak.
3288
32892000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
3290
3291 * xmenu.c (menu_help_callback): Call show_help_echo with
3292 additional arguments OBJECT and POS.
3293
11270583
KH
32942000-07-21 Kenichi Handa <handa@etl.go.jp>
3295
07b14857
KH
3296 * data.c (Faset): Allow storing any multibyte character in a
3297 string. Convert unibyte string to multibyte if necessary.
3298
11270583
KH
3299 * xfns.c (x_encode_text): New function.
3300 (x_set_name): Use x_encode_text.
3301 (x_set_title): Likewise.
3302
3303 * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
3304
3305 * xterm.h (x_encode_text): Add prototype.
3306
bc75b4fd
DL
33072000-07-20 Dave Love <fx@gnu.org>
3308
3309 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use
3310 xfree, not free.
3311
48c14970
EZ
33122000-07-20 Eli Zaretskii <eliz@is.elta.co.il>
3313
3314 * msdos.c (help_echo_window): New variable.
3315 (syms_of_msdos): Initialize and staticpro it.
3316 (IT_note_mode_line_highlight): Set help_echo_window.
3317 (IT_note_mouse_highlight): Ditto.
3318 (dos_rawgetc): Store help_echo_window in the second event produced
3319 for HELP_EVENTs.
3320
3321 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
3322 Record the object that generated the help echo and the position of
3323 that object in help_echo_object and help_echo_pos. Record that
3324 some glyphs in a row are displayed in mouse-face.
3325 (IT_update_begin): Don't clear mouse highlight unless one of the
3326 enabled glyph rows is marked as being displayed in mouse-face.
3327 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
3328 and position recorded in help_echo_object and help_echo_pos to the
3329 event queue.
3330 (IT_menu_display): Accept a new argument PN: the pane number of
3331 the current menu pane. Record the pane number and the item
3332 number of the item which has associated help string.
3333 (XMenuActivate): Update the prototype for help_callback in
3334 function declaration. Call IT_menu_display with the current menu
3335 pane number as an additional argument. Call help_callback with
3336 two additional arguments: the pane number and the item number of
3337 the menu item associated with the help text.
3338 (help_echo_object, help_echo_pos): New variables.
3339 (syms_of_msdos): Initialize them and staticpro help_echo_object.
3340
3341 * msdos.h (XMenuActivate): Update prototype.
3342
4279296d
GM
33432000-07-19 Gerd Moellmann <gerd@gnu.org>
3344
47db06aa
GM
3345 * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
3346 Add some more prototypes.
3347
3348 * xterm.c, xterm.h: Add some more prototypes.
3349
3350 * lisp.h (Fnext_single_char_property_change): Add prototype.
3351
3352 * dispnew.c (direct_output_for_insert): Remove confusing
3353 outer local variable mouse_face_overwritten_p.
3354 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
3355
4279296d
GM
3356 * alloc.c (allocate_string_data): Don't copy old string contents.
3357
670acd62
KH
33582000-07-19 Kenichi Handa <handa@etl.go.jp>
3359
3360 * coding.c (code_convert_region): Delete text properties before
3361 shrinking the conversion region.
3362
7cea38bc
GM
33632000-07-18 Gerd Moellmann <gerd@gnu.org>
3364
dc1cac59
GM
3365 * dispnew.c (update_text_area): Write the whole row if it
3366 has mouse-face in it.
3367
85a8aca9
GM
3368 * xfaces.c (face-alternative-font-family-alist): Remove
3369 DEFVAR_LISP; staticpro instead.
3370
34a7a267 3371 * xmenu.c (menu_help_callback): Call show_help_echo with
7cea38bc
GM
3372 new arguments.
3373
3374 * keyboard.c (show_help_echo): Add parameter WINDOW.
3375 (read_char): Call show_help_echo with window extracted from Lisp
3376 help event.
3377 (gen_help_event): Add parameter WINDOW.
3378
3379 * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
3380
3381 * xterm.c (help_echo_window): New variable.
3382 (note_mouse_highlight, note_tool_bar_highlight): Set
3383 help_echo_window.
3384 (XTread_socket): Pass help_echo_window to gen_help_event.
3385 (syms_of_xterm): Initialize and staticpro help_echo_window.
3386
f8276b77
DL
33872000-07-18 Dave Love <fx@gnu.org>
3388
3389 * Makefile.in: Fix dependencies of blockinput.h on atimer.h,
3390 systime.h.
3391
088831a6
GM
33922000-07-18 Gerd Moellmann <gerd@gnu.org>
3393
3d6cd763
GM
3394 * alloc.c (allocate_string_data): If string had already data
3395 assigned, copy old contents to new string data.
3396
3397 * coding.c (syms_of_coding): Fix typo in spelling of variable
3398 `inhibit-iso-escape-detection'.
3399
088831a6
GM
3400 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
3401
3402 * Makefile.in: Add dependencies on dispextern.h.
3403 (alloca.o): Don't define malloc and define EMACS_FREE instead of
3404 `free'; both can conflict with system header files.
3405
bc8a8d55
KH
34062000-07-18 Kenichi Handa <handa@etl.go.jp>
3407
3408 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is
3409 undefined.
3410
069f5950
DL
34112000-07-18 Dave Love <fx@gnu.org>
3412
3413 * window.c (Fwindow_list): Declare arg `window'.
3414
aa96c820
KH
34152000-07-18 Kenichi Handa <handa@etl.go.jp>
3416
3417 * coding.c (setup_coding_system): Don't override the explicitly
3418 specified designations.
3419
06be8d32
MB
34202000-07-15 Miles Bader <miles@gnu.org>
3421
3422 * editfns.c (char_property_eq, char_property_stickiness): Renamed
3423 from `text_property_eq' and `text_property_stickiness', respectively.
3424 (find_field, Fconstrain_to_field, char_property_eq)
3425 (char_property_stickiness): Changed to call char-property functions
3426 instead of text-property-only ones.
3427
3428 * textprop.c (Fnext_single_char_property_change): Made a subr (was
3429 `next_single_char_property_change'). Do more error checking, and
3430 cleanup limit behavior.
3431 (Fprevious_single_char_property_change): New function.
3432 (syms_of_textprop): Initialize new subrs.
3433
3434 * xdisp.c (display_prop_end, invisible_text_between_p):
3435 Call Fnext_single_char_property_change instead of
3436 next_single_char_property_change.
3437
3fddcdc3
JR
34382000-07-15 Jason Rumney <jasonr@gnu.org>
3439
3440 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
3441 after menu is finished with.
3442 (add_menu_item): Only consider wv->title as a menu title.
3443 (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
3444
3445 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
3446 null title.
3447 (FONT_REGEXP): Remove unused macro, and its sub-components.
3448 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
3449
3450 * w32term.c (help_echo_object, help_echo_pos): New variables.
3451 (note_mode_line_highlight): Store additional information about the
3452 help-echo in help_echo_object and help_echo_pos. Check both
3453 `local-map' and `keymap' properties for changing the cursor
3454 (note_mouse_highlight): Store additional information about the
3455 help-echo in help_echo_object and help_echo_pos.
3456 (note_tool_bar_highlight): Set help_echo_object to nil and
3457 help_echo_pos to -1.
3458 (w32_read_socket): Use gen_help_event instead of filling
3459 input_events manually.
3460 (syms_of_w32term): Staticpro help_echo_object.
3461 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
3462 set, arrange for a mouse-highlight redisplay in
3463 XTframe_up_to_date.
3464 (x_clear_mouse_face): New function.
3465 (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
3466 (x_update_window_begin): No need to turn off the mouse
3467 highlight here.
3468 (show_mouse_face): Set the mouse_face_p flag of glyph rows
3469 depending on whether they contain glyphs highlighted in
3470 mouse-face.
3471 (x_fill_stretch_glyph_string): Consume runs of stretch
3472 glyphs instead of a single one.
3473 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
3474 with new argument list.
3475 (x_set_glyph_string_gc): Make sure the face's GC is valid.
3476 (x_append_glyph, x_append_composite_glyph)
3477 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
3478 changes in struct glyph starting 1999-12-27. See comments for
3479 xterm.c on 2000-07-05.
3480
178c5d9c
SS
34812000-07-14 Sam Steingold <sds@gnu.org>
3482
3483 * xfaces.c (realize_x_face): Fix the last patch:
3484 check `default_face' before dereferencing.
3485
6fe533f6
DL
34862000-07-14 Dave Love <fx@gnu.org>
3487
069f5950 3488 * syntax.c (back_comment): Add null default in switch (for pcc).
6fe533f6 3489
dd7b81cf
KH
34902000-07-14 Kenichi Handa <handa@etl.go.jp>
3491
0693904a 3492 * xfaces.c (realize_x_face): Make fontset using the base of the
178c5d9c 3493 default_face's fontset, not using the default fontset.
0693904a 3494
dd7b81cf
KH
3495 * coding.c (inhibit_iso_escape_detection): New variable.
3496 (syms_of_coding): Make it a Lisp variable.
3497 (detect_coding_iso2022): If inhibit_iso_escape_detection is
3498 nonzero, ignore ISO2022's escape sequence.
3499
d5aa31d8
GM
35002000-07-14 Gerd Moellmann <gerd@gnu.org>
3501
e5acf0ca
GM
3502 * alloca.c (malloc) [emacs]: Define as xmalloc.
3503
bd23a692
GM
3504 * xfns.c (Fx_show_tip): If frame parameters contain a position,
3505 use that instead of the mouse position. Add parameters DX and DY.
3506
3507 * dispextern.h (Fx_show_tip): Adjust number of parameters
3508 in prototype.
3509
9662da0b
GM
3510 * keyboard.c (show_help_echo): Add parameters OBJECT and POS.
3511 if HELP is a function, call it with OBJECT and POS as parameters
3512 to get the help to display.
3513 (gen_help_event, kbd_buffer_store_help_event): New functions.
3514 (kbd_buffer_get_event): Construct the Lisp help-event differently.
3515 (read_char): Call show_help_echo with new parameters.
3516
178c5d9c 3517 * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
9662da0b
GM
3518 Add prototypes.
3519
3520 * xterm.c (help_echo_object, help_echo_pos): New variables.
3521 (note_mode_line_highlight): Store additional information about the
3522 help-echo in help_echo_object and help_echo_pos. Check both
3523 `local-map' and `keymap' properties for changing the cursor
3524 (note_mouse_highlight): Store additional information about the
3525 help-echo in help_echo_object and help_echo_pos.
3526 (note_tool_bar_highlight): Set help_echo_object to nil and
3527 help_echo_pos to -1.
3528 (XTread_socket): Use gen_help_event instead of filling
3529 input_events manually.
3530 (syms_of_xterm): Staticpro help_echo_object.
3531
3532 * xmenu.c (menu_highlight_callback): Use
3533 kbd_buffer_store_help_event instead of setting up and input_event
3534 structure manually.
3535
3536 * xdisp.c (eval_form): GCPRO argument sexpr.
3537 (call_function): New function.
3538 (handle_single_display_prop): Use call_function and FUNCTIONP
3539 instead of checking whether if font_height is a symbol and
3540 using eval_form.
3541
3542 * eval.c (internal_condition_case_2): New function.
3543
3544 * lisp.h (FUNCTIONP): New macro.
3545 (internal_condition_case_2, call_function): Add prototypes.
3546
d5aa31d8
GM
3547 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)
3548 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
3549 Always set `arg' member of input_events.
3550 (construct_menu_click): Unused function removed.
3551
3552 * msdos.c (dos_rawgetc): Always set `arg' member of input_events.
3553
3554 * w32term.c (construct_mouse_click, construct_mouse_wheel)
3555 (construct_drag_n_drop, x_scroll_bar_handle_click)
3556 (w32_read_socket): Always set `arg' member of input_events.
3557
3558 * keyboard.c (show_help_echo): Use eval_form. Add comment.
3559
3560 * lisp.h (eval_form): Add prototype.
3561
3562 * xdisp.c (eval_form): Make it externally visible.
3563
0f1a9b23
GM
35642000-07-13 Gerd Moellmann <gerd@gnu.org>
3565
3566 * xterm.c (x_handle_tool_bar_click): Store the frame in the
3567 frame_or_window slot of TOOL_BAR_EVENT input events instead of
3568 consing. For prefix events, store the frame in the `arg' slot of
3569 the event, otherwise store the key there.
3570 (XTread_socket): Instead of consing, use the frame_or_window slot
3571 of HELP_EVENTs for the frame, and the `arg' slot for the help
3572 string.
3573
3574 * xmenu.c (menu_highlight_callback): Store help string in the
3575 `arg' member of the input event; don't cons.
3576 (menubar_selection_callback): Use the `arg' slot of input events
3577 to queue additional information, instead of consing.
3578
3579 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs.
3580
3581 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in
3582 TOOL_BAR_EVENTs.
3583 (w32_read_socket): Adapt to changes in HELP_EVENTs.
3584
3585 * w32menu.c (menubar_selection_callback): Use the `arg' slot of
3586 input events to queue additional information, instead of consing.
3587
3588 * keyboard.c (kbd_buffer_gcpro): Renamed from
3589 kbd_buffer_frame_or_window. Now used for all Lisp objects
3590 referenced from the input queue.
3591 (kbd_buffer_store_event): Always use structure assignment for
3592 copying input events. Record all Lisp objects referenced from
3593 events in kbd_buffer_gcpro.
3594 (kbd_buffer_get_event): Construct Lisp `help-echo' events
3595 differently from input events. Test for prefix menu_bar_events
3596 and TOOL_BAR_EVENTs differently. Reset all slots used by an input
3597 event in kbd_buffer_gcpro to nil.
3598 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
3599 frame_or_window is equal to its arg member as prefix events.
3600 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
3601 used by an input event to nil.
3602 (init_keyboard): Use two times the size of the input queue
3603 for kbd_buffer_gcpro.
3604 (syms_of_keyboard): Likewise.
3605
3606 * emacs.c (handle_USR2_signal, handle_USR1_signal): Use
3607 USER_SIGNAL_EVENT.
3608
3609 * termhooks.h (struct input_event): Add member `arg'.
3610 (MENU_BAR_EVENT): Renamed from menu_bar_event.
3611 (USER_SIGNAL_EVENT): Renamed from user_signal.
3612
3613 * xfaces.c (ASET): Remove definition.
3614
3615 * lisp.h (AREF, ASET, ASIZE): New macros.
3616
3617 * fontset.c (AREF, ASIZE): Remove definitions.
3618
3619 * fns.c (AREF): Remove definition.
178c5d9c 3620
0f1a9b23
GM
3621 * composite.c (AREF): Remove definition.
3622
712eaef2
GM
36232000-07-12 Gerd Moellmann <gerd@gnu.org>
3624
d8ee7803
GM
3625 * dispnew.c (redraw_overlapped_rows): Add missing local.
3626 (scrolling_window): Remove debug code.
3627
712eaef2
GM
3628 * xdisp.c (try_window_reusing_current_matrix, try_window_id):
3629 Before scrolling, turn off a mouse-highlight in the window
3630 being scrolled.
3631
3632 * xterm.c (x_update_window_end): Add parameter
3633 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight
3634 redisplay in XTframe_up_to_date.
3635 (x_clear_mouse_face): New function.
3636 (x_redisplay_interface): Add pointer to x_clear_mouse_face.
3637
3638 * dispnew.c (make_current): Preserve the mouse_face_p flag of the
3639 current glyph row.
3640 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set
3641 it when any row is written to that contains glyphs highlighted in
3642 mouse-face.
3643 (update_window): Call the window update end hook with new
3644 parameter MOUSE_FACE_OVERWRITTEN_P.
3645 (direct_output_for_insert): Give up if row contains mouse-face.
3646
3647 * dispextern.h (struct redisplay_interface): Add parameter
3648 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
3649 (clear_mouse_face): New function pointer member.
3650
02010917
SM
36512000-07-11 Stefan Monnier <monnier@cs.yale.edu>
3652
3653 * syntax.c (back_comment): Use one switch rather than a few `if's.
3654 Obey open_paren_in_column_0_is_defun_start.
3655 When reverting to the `slow' method, try to nicely handle the case
3656 of nested comments by checking that the comment-starter we found
3657 does indeed match the comment-ender.
3658 (scan_sexps_forward, scan_sexps_forward):
3659 Ignore excessive opening parenthesis rather than throwing an error.
3660
d76c03ea
GM
36612000-07-11 Gerd Moellmann <gerd@gnu.org>
3662
3663 * doc.c (Fsubstitute_command_keys): Handle case that a GC
3664 in Fwhere_is_internal or get_keymap_1 relocates string contents.
3665
3666 * dispnew.c (direct_output_forward_char): Give up if currently
3667 displaying a message instead of the minibuffer contents.
3668
3669 * xterm.c (x_update_window_begin): No need to turn off the mouse
3670 highlight here.
3671 (show_mouse_face): Set the mouse_face_p flag of glyph rows
3672 depending on whether they contain glyphs highlighted in
3673 mouse-face.
3674
3675 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
3676 compare the mouse_face_p flags of both rows.
3677
3678 * dispextern.h (struct glyph_row): Add flag mouse_face_p.
3679
d55ead18
EZ
36802000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3681
3682 * keyboard.c (show_help_echo): Accept additional parameter
3683 ok_to_overwrite_keystroke_echo.
3684 (read_char): Call show_help_echo with a zero
3685 ok_to_overwrite_keystroke_echo argument.
3686 * keyboard.h (show_help_echo): Update prototype of
3687 show_help_echo.
3688 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero
3689 ok_to_overwrite_keystroke_echo argument.
3690 * w32menu.c (w32_menu_display_help): Call show_help_echo with
3691 non-zero ok_to_overwrite_keystroke_echo argument.
3692
df75b1a3
GM
36932000-07-10 Gerd Moellmann <gerd@gnu.org>
3694
4b92c49a
GM
3695 * xdisp.c (try_window_id): If changes are all below what is
3696 displayed in the window, and point is in the window, we still
3697 might have to find point on the display.
3698
3699 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
3700 glyphs instead of a single one.
3701 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
3702 with new argument list.
3703 (x_set_glyph_string_gc): Make sure the face's GC is valid.
3704
df75b1a3
GM
3705 * keymap.c (get_keymap_1): Add comment that this function can GC.
3706 (where_is_internal_2, where_is_internal_1): Add GCPROs, add
3707 comment that functions can GC.
3708 (Fset_keymap_parent): GCPRO arg KEYMAP.
3709
4314cf3e
EZ
37102000-07-10 Eli Zaretskii <eliz@is.elta.co.il>
3711
3712 * msdos.c (XMenuActivate): After exiting the menu, restore the
3713 echo area message and erase it.
3714
ab49ce15
KH
37152000-07-10 Kenichi Handa <handa@etl.go.jp>
3716
3717 * fontset.c (Ffontset_info): Make the return value more compatible
3718 with that of Emacs 20.
3719
090a072f
GM
37202000-07-07 Gerd Moellmann <gerd@gnu.org>
3721
3722 * eval.c (Fsignal): Handle case that backtrace_list is null.
3723
f92de4a6
KH
37242000-07-07 Kenichi Handa <handa@etl.go.jp>
3725
3726 * ccl.c (Fccl_execute): Typo fixed.
3727
dd8888a1
GM
37282000-07-06 Gerd Moellmann <gerd@gnu.org>
3729
e5c81191 3730 * window.c (window_loop): Add missing gcpro1 local variable.
178c5d9c 3731
dd8888a1
GM
3732 * window.c (Fwindow_list): Reverse list at the end.
3733 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
3734 means allow windows on OWINDOW's frame, only.
3735 (window_loop): Simplified; use Fwindow_list.
3736
3737 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
3738
485266d0
GM
37392000-07-05 Gerd Moellmann <gerd@gnu.org>
3740
3741 * xterm.c (XTread_socket): Increment handling_signal at the start,
3742 decrement it at the end.
3743
3744 * eval.c (handling_signal): New variable.
3745 (Fsignal): Abort if handling_signal is non-zero.
3746
3747 * lisp.h (handling_signal): External declaration.
178c5d9c 3748
485266d0
GM
3749 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
3750
80fcd514
KR
37512000-07-05 Ken Raeburn <raeburn@gnu.org>
3752
3753 Sound support for NetBSD through "Linux emulation" support:
3754 * config.in (HAVE_SOUNDCARD_H): Undef.
3755 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
3756 * Makefile.in (LIBSOUND): New variable.
3757 (LIBES): Include it.
3758 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and
3759 <soundcard.h>.
3760 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined
3761 elsewhere.
3762 (vox_open): Use DEFAULT_SOUND_DEVICE.
3763 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
3764
d5c5cddd
GM
37652000-07-05 Gerd Moellmann <gerd@gnu.org>
3766
3767 * print.c (print_error_message): If Vsignaling_function is set,
3768 show it in *Messages*.
3769
3770 * lisp.h (Vsignaling_function): External declaration.
3771
3772 * eval.c (Vsignaling_function): New variable.
3773 (Fsignal): Compute it.
3774 (syms_of_eval): Staticpro it.
3775
65171e3a
DL
37762000-07-05 Dave Love <fx@gnu.org>
3777
3778 * syswait.h: Use the autoconf recommended approach. Old code
3779 #if'd out in case we need to revert.
3780
178c5d9c 3781 * config.in (HAVE_SYS_WAIT_H): Added.
65171e3a 3782
e2c46326
AI
37832000-07-05 Andrew Innes <andrewi@gnu.org>
3784
3785 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
3786 when non-NULL instead of __morecore, to take account of buffer
3787 memory. This also solves a problem with spurious memory warnings
3788 on Windows.
3789
3790 * ralloc.c: Make real_morecore non-static.
3791
3792 * eval.c (internal_condition_case): Comment out abort if
3793 interrupt_input_blocked is not zero.
3794
3795 * makefile.nt: Add support for `bootstrap' and related targets.
3796 Include minimal debug info in emacs.exe in release build.
3797 Remove all dependencies on lisp.h, and fixup some others.
3798
3799 * w32.c (init_environment): Install code from 20.7 for providing
3800 default values for environment variables, based on the
3801 executable's own location.
3802 (map_w32_filename): Handle filenames that are longer than
3803 MAX_PATH.
3804 (sys_socket): Install socket inheritance bug fix from 20.7.
3805
3806 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
3807 here via blockinput.h).
3808
a027a91b
SM
38092000-07-05 Stefan Monnier <monnier@cs.yale.edu>
3810
e4b31601
SM
3811 * w32menu.c (w32_menu_display_help):
3812 * xmenu.c (menu_help_callback): Use show_help_echo.
a027a91b
SM
3813
3814 * keyboard.h (show_help_echo): Declare.
3815
3816 * keyboard.c (show_help_echo): New function, extracted from read_char.
3817 Feval its `msg' argument if it's a cons cell.
3818 (read_char): Use it.
4cf8d9d5 3819 (follow_key): Pass `autoload' to get_keyelt.
a027a91b 3820
178c5d9c 3821 * xterm.c (note_mode_line_highlight, note_mouse_highlight)
a027a91b 3822 (note_tool_bar_highlight, XTread_socket):
178c5d9c 3823 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
a027a91b
SM
3824 (dos_rawgetc):
3825 * w32term.c (note_mode_line_highlight, note_mouse_highlight)
3826 (note_tool_bar_highlight, w32_read_socket):
3827 Do not gratuitously ignore non-string `help-echo' properties.
3828
88d75730
GM
38292000-07-05 Gerd Moellmann <gerd@gnu.org>
3830
969f7e79
GM
3831 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
3832
71201b00
GM
3833 * window.c (delete_all_subwindows): Reset Vwindow_list.
3834
88d75730
GM
3835 * xterm.c (x_append_glyph, x_append_composite_glyph)
3836 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
3837 changes in struct glyph starting 1999-12-27. Some bit-fields of
3838 struct glyph were not set, which made glyphs unequal when compared
3839 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
3840 effects were the result. This also depended on the contents of
3841 memory returned by xmalloc. If flickering happens again, activate
3842 the code in clear_glyph_row that's in #if 0. If the flickering is
3843 gone with that, chances are that it is caused by something
3844 similar.
3845
3846 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
178c5d9c 3847
88d75730
GM
3848 * dispextern.h: Add some comments.
3849
3850 * window.c (add_window_to_list): Add parameter LIST.
3851 (window_list): Order list so that, for each frame, windows are
3852 in canonical order, and so that frames appear in the list in
3853 the order given by Vframe_list.
3854 (next_window): Reverse the handling of NEXT_P.
3855
53654733
GM
38562000-07-04 Gerd Moellmann <gerd@gnu.org>
3857
87efd256
GM
3858 * window.c (Vwindow_list): New variable.
3859 (make_window, delete_window): Set Vwindow_list to nil.
3860 (check_window_containing): New function.
3861 (window_from_coordinates): Rewritten.
3862 (add_window_to_list, window_list, candidate_window_p)
3863 (decode_next_window_args, next_window): New functions.
3864 (Fnext_window, Fprevious_window): Rewritten in terms of
3865 next_window.
3866 (Fwindow_list): New function.
3867 (Fother_window): Cleaned up.
3868 (foreach_window): Add a longer "variable argument list". Let
3869 callback function return 0 to indicate that cycling over windows
3870 should stop.
3871 (foreach_window_1): Likewise.
3872 (freeze_window_start): Return int.
3873 (init_window): New function.
3874 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
3875
3876 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear
3877 input_event with bzero.
3878 (main): Call init_window.
3879
53654733
GM
3880 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
3881 a menu filter.
3882
4a8c194f
KH
38832000-07-04 Kenichi Handa <handa@etl.go.jp>
3884
3885 * composite.h (make_composition_value_copy): Extern it.
3886
3887 * composite.c (make_composition_value_copy): New function.
3888
3889 * editfns.c (Fformat): While copying text properties, make each
3890 composition property value a copy.
3891
3892 * fns.c (concat): While copying text properties, make each
3893 composition property value a copy.
3894
831a6cb0
GM
38952000-07-03 Gerd Moellmann <gerd@gnu.org>
3896
2f516940
GM
3897 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
3898
178c5d9c 3899 * fns.c (sweep_weak_table): Mark only objects that are not
aee625fa
GM
3900 marked already.
3901
831a6cb0
GM
3902 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
3903 include those frames as candidates which have their focus
3904 redirected to the minibuffer frame.
3905
d9c4f922
SM
39062000-07-03 Stefan Monnier <monnier@cs.yale.edu>
3907
3908 * fns.c (Fputhash): Return `value' rather than nil.
3909
3780bc22
GM
39102000-06-30 Gerd Moellmann <gerd@gnu.org>
3911
97d176db
GM
3912 * frame.c (next_frame): Don't check focus redirection in case
3913 MINIBUF is a window. Doing so excludes frames using MINIBUF
3780bc22
GM
3914 unless their focus is redirected, which contradicts the
3915 specification of next-frame, and leads to infinite loops in
3916 certain situations when cycling through windows with next-window.
3917
dca9961d
KH
39182000-06-30 Kenichi Handa <handa@etl.go.jp>
3919
3920 * coding.c (code_convert_region): Even if the length of text is
3921 zero, try to convert it if coding->type is coding_type_ccl.
3922 (decode_coding_string, encode_coding_string): Likewise.
3923
d5483ab1
GM
39242000-06-28 Gerd Moellmann <gerd@gnu.org>
3925
af5c25e1 3926 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
97d176db 3927 the display if windows_or_buffers_changed.
af5c25e1
GM
3928
3929 * dispnew.c (struct row_entry): New structure.
3930 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
3931 (row_table_size, old_lines, new_lines, old_lines_size)
3932 (new_lines_size, run_pool, runs_size, runs): New variables.
3933 (add_row_entry): New function.
3934 (scrolling_window): Use data structures allocated with xmalloc and
97d176db 3935 held in global variables, instead of allocating them with alloca and
af5c25e1
GM
3936 holding them in local variables. Use a larger hash table whose
3937 size depends on glyph matrix sizes. Don't use bzero to clear the
3938 hash table; instead, clear used slots only.
3939
3940 * fns.c (next_almost_prime): Make it externally visible.
3941
3942 * lisp.h (next_almost_prime): Add prototype.
3943
d5483ab1
GM
3944 * s/isc4-0.h (sigunblock): Define.
3945
3946 * s/sco5.h (sigunblock): Define.
3947
93e40f40
DL
39482000-06-27 Dave Love <fx@gnu.org>
3949
3950 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
3951 (moved to osf5-0.h).
3952 [!NOT_C_CODE]: Protect string.h stuff.
3953
3954 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
3955 (sys_siglist, NSIG): Definitions moved here from osf1.h.
3956
3c4b7685
GM
39572000-06-27 Gerd Moellmann <gerd@gnu.org>
3958
97d176db 3959 * xdisp.c (resize_mini_window): Subtract the extra line spacing
3c4b7685
GM
3960 below the last line from the needed window height.
3961
32cad0aa
SM
39622000-06-26 Stefan Monnier <monnier@cs.yale.edu>
3963
3964 * fns.c (Fplist_member): Renamed from Fwidget_plist_member.
3965 (Fwidget_get): Use it.
3966 (syms_of_fns): Defsubr it.
3967
2c69ced2
GM
39682000-06-26 Gerd Moellmann <gerd@gnu.org>
3969
178c5d9c 3970 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
1d36487c
GM
3971 display info for XIM.
3972 (xim_open_dpy): Likewise.
3973 (xim_close_dpy): Don't free the display info's XIM.
3974
3975 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic.
3976
3977 * config.in (USE_XIM): New define.
3978
3fc720e4
GM
3979 * keymap.c (get_keyelt): For menu-items containing a `:filter
3980 FILTER', apply FILTER to the menu-item's definition to get the
3981 real definition to use.
3982
3983 * lisp.h (QCfilter): External declaration.
3984
2c69ced2
GM
3985 * xfns.c (Fimage_size): New function.
3986 (syms_of_xfns): Defsubr it.
3987
f978b2a2
AS
39882000-06-26 Andreas Schwab <schwab@suse.de>
3989
3990 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after
3991 Fstring_as_unibyte.
3992
94cc7892
DL
39932000-06-25 Dave Love <fx@gnu.org>
3994
3995 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag,
3996 tgetnum.
3997
3998 * Makefile.in (blockinput.h): Depend on atimer.h.
3999 (atimer.h): Depend on systime.h.
4000
4001 * blockinput.h: Protect against multiple inclusion. Include
4002 atimer.h.
4003
4004 * atimer.h: Protect against multiple inclusion. Include
4005 systime.h.
4006
4007 * lisp.h (swap_in_global_binding): Declare.
4008
b8c24556
KR
40092000-06-24 Ken Raeburn <raeburn@gnu.org>
4010
4011 * process.c (Fopen_network_stream): Turn off atimers for duration
4012 of call to connect. (Patch from Gerd.)
4013
8cf8560b
DL
40142000-06-23 Dave Love <fx@gnu.org>
4015
511c7541
DL
4016 * ralloc.c: Maybe include unistd.h
4017
8cf8560b
DL
4018 * emacs.c (setgrp): Undefine before defining.
4019 (malloc_warning, set_time_zone_rule, index): Prototype.
4020
4021 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use
4022 HAVE_STRUCT_TIMEZONE.
4023
4024 * s/osf1.h: Move string.h hack here from alpha.h and make it
4025 conditional.
4026 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
4027 _XOPEN_SOURCE.
4028 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
4029 (SOCKLEN_TYPE): Don't define.
4030
4031 * m/alpha.h: Remove string.h hack.
4032
4033 * s/osf5-0.h: New file.
4034
4035 * filelock.c: Use feature tests for fcntl.h, string.h. Don't
4036 include time.h, done by systime.h.
4037 [__FreeBSD__]: Remove redundant includes.
4038
3fc720e4 4039 * callproc.c (setpgrp): Undefine before defining.
8cf8560b
DL
4040 (delete_temp_file): Return Qnil to avoid warning.
4041
4042 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
4043
4044 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not
4045 HAVE_X_WINDOWS.
4046
4047 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset.
4048
4049 * composite.h (compose_text): Declare.
4050
4051 * xterm.c: Don't include sys/types.h unconditionally. Don't
4052 protect its inclusion with !USG (following xmenu.c).
4053
ea055732
GM
40542000-06-23 Gerd Moellmann <gerd@gnu.org>
4055
4056 * xfns.c (x_create_tip_frame): Initialize frame's colors like
4057 in x_create_frame.
4058
74b01b80
EZ
40592000-06-23 Eli Zaretskii <eliz@is.elta.co.il>
4060
4061 * coding.c (decode_eol_post_ccl): Special handling for undecided
4062 and inconsistent EOL types.
4063
64f3a166
GM
40642000-06-22 Gerd Moellmann <gerd@gnu.org>
4065
16cf31f7
GM
4066 * xrdb.c (x_load_resources): Add default resource for scroll bar's
4067 trough color and main window's background color.
4068
178c5d9c 4069 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events
16cf31f7
GM
4070 differently.
4071
4072 * xterm.h (Xt_app_con): External declaration.
4073
4074 * widget.c (EmacsFrameRealize): Fix typo.
178c5d9c 4075
486a103d
GM
4076 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
4077
64f3a166
GM
4078 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
4079 (handle_invisible_prop): Record the start of invisible text in
4080 it->add_overlay_start.
4081 (struct overlay_entry): Add member `overlay'.
4082 (handle_overlay_change): Simplify.
4083 (next_overlay_string): After having processed overlay strings at the
4084 end of the buffer, record that fact in
4085 it->overlay_strings_at_end_processed_p.
4086 (compare_overlay_entries): If before- and after-strings come
4087 from the same overlay, let before-strings come first.
4088 (RECORD_OVERLAY_STRING): Record the overlay that strings come from.
4089 (load_overlay_strings): Take it->add_overlay_start into account
4090 when adding overlay strings.
4091
4092 * dispextern.h (struct it): Add member add_overlay_start.
4093
bb746ea6
DL
40942000-06-22 Dave Love <fx@gnu.org>
4095
4096 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
4097
4098 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
4099
a8f573f3
KH
41002000-06-22 Kenichi Handa <handa@etl.go.jp>
4101
4102 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
4103 is greater than 0.
4104
9f2bbc92
DL
41052000-06-21 Dave Love <fx@gnu.org>
4106
178c5d9c 4107 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
9f2bbc92 4108
3ee5041c
SM
41092000-06-21 Stefan Monnier <monnier@cs.yale.edu>
4110
4111 * syntax.c (back_comment): Simplify string-parity counting (with
4112 the added benefit of handling multiple string-styles as long as
4113 they are not intertwined).
4114 Jump to the slow code as soon as a comment starter is found in
4115 a "string_lossage" position. Fixes the case: " /* " /* " */.
4116
4c343001
DL
41172000-06-21 Dave Love <fx@gnu.org>
4118
4119 * Makefile.in: Use GETLOADAVG_LIBS.
4120
4121 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
4122 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
4123
e6365855
SM
41242000-06-20 Stefan Monnier <monnier@cs.yale.edu>
4125
4126 * syntax.c (describe_syntax): Recognize the `n'estable bit.
4127 (Fforward_comment, scan_lists):
4128 Check the comstyle of single-char comment-starters.
4129 (scan_sexps_forward): Don't try to recognize `half comment-enders' if
4130 we're just at the beginning of the comment (f.ex with (*) ... (*)).
d355bd8a
SM
4131 Check the comstyle of single-char comment-starters.
4132 Clarify control-flow around the Scomment case.
e6365855 4133
5700d2cc
DL
41342000-06-20 Dave Love <fx@gnu.org>
4135
d355bd8a
SM
4136 * fns.c (make_hash_table, maybe_resize_hash_table):
4137 Cast arg of next_almost_prime.
5700d2cc 4138
178c5d9c 4139 * tparam.c [emacs]: Include lisp.h.
5700d2cc
DL
4140
4141 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
4142 and unistd.h.
4143
4a27bdfb
GM
41442000-06-20 Gerd Moellmann <gerd@gnu.org>
4145
a61d762c
GM
4146 * keyboard.c (adjust_point_for_property): Check if display
4147 property should be treated as intangible by looking at its
4148 value.
4149
178c5d9c 4150 * xdisp.c (single_display_prop_intangible_p)
a61d762c
GM
4151 (display_prop_intangible_p): New functions.
4152
4153 * dispextern.h (display_prop_intangible_p): Add prototype.
4154
4155 * xdisp.c (dump_glyph_row): Show type of glyph->object.
178c5d9c 4156
4a27bdfb
GM
4157 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
4158 argument to sigprocmask.
4159
4160 * s/sco5.h (sigblock): Redefined to pass a pointer as second
4161 argument to sigprocmask.
4162
4163 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
4164 sigprocmask_set, and pass a pointer to it to sigprocmask.
4165
4166 * sysdep.c (sigprocmask_set): New variable.
4167
4168 * fileio.c (make_temp_name): Don't use `%s' in string passed to
4169 report_file_error.
4170
427ec082
SS
41712000-06-20 Sam Steingold <sds@gnu.org>
4172
4173 * xrdb.c: Don't declare xmalloc, xrealloc.
4174
8972fe79 41752000-06-20 Stefan Monnier <monnier@cs.yale.edu>
8972fe79
SM
4176
4177 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
4178 (re_comp): Cast gettext return value to avoid complaints when
4179 !HAVE_LIBINTL.
4180
074b6efe
DL
41812000-06-20 Dave Love <fx@gnu.org>
4182
f85c008a
DL
4183 * m/stride.h, m/mips.h: Don't define HAVE_GETWD,
4184 HAVE_GETTIMEOFDAY.
4185
5700d2cc 4186 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
f85c008a 4187
d355bd8a 4188 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD.
f85c008a
DL
4189
4190 * m/alpha.h: Don't declare xmalloc, xrealloc.
4191
0af4f205
DL
4192 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
4193
4194 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
4195
4196 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
4197
4198 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
4199 HAVE_GETWD.
4200
074b6efe
DL
4201 * keyboard.h (poll_for_input_1): Declare.
4202
4203 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
4204
4205 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
4206
4207 * doprnt.c: Don't declare xmalloc, xrealloc.
4208
4209 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
4210 (getenv, ctime, getwd): Removed.
4211 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
4212
4213 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic,
4214 x_set_tool_bar_lines.
4215
4216 * config.in: Add HAVE_GETWD. Move some definitions above
4217 machine/system includes.
4218
68a5e97b
KH
42192000-06-20 Kenichi Handa <handa@etl.go.jp>
4220
95417e1e
KH
4221 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
4222
68a5e97b
KH
4223 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
4224 contain information about ENCODING.
4225
4226 * fontset.c (FONTSET_ASCII): Use the first element of char table
4227 for an ASCII font, not defalt slot.
4228 (fontset_ref_via_base): If FONTSET doesn't contain information for
4229 C, try the default fontset.
4230 (make_fontset): Don't copy the default fontset.
4231 (fontset_font_pattern): Likewise.
4232 (accumulate_font_info): If ELT is nil, use the corresponding
4233 element in the default fontset.
4234
3b4fa1b2
DL
42352000-06-19 Dave Love <fx@gnu.org>
4236
943e731c
DL
4237 * syntax.c (Fparse_partial_sexp): Doc fix.
4238
4239 * regex.h: Test PROTOTYPES as well as __STDC__.
4240
3b4fa1b2
DL
4241 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
4242 errno, strerror. Put text after #endif in comment.
4243
4244 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for
4245 pcc).
4246
4247 * xterm.c (x_frame_of_widget): Likewise.
4248
cdf0357b
GM
42492000-06-19 Gerd Moellmann <gerd@gnu.org>
4250
4251 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
4252 to Vfundamental_mode_abbrev_table.
4253
4254 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
4255 bogus objects are marked. This slows down GC by ~80 percent, but
4256 it might be worth trying when debugging GC-related problems.
4257 This feature requires conservative stack marking to be enabled.
4258
4259 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
4260 returns XLookupChars, reset `modifiers' to zero.
4261
998e9f8c
DL
42622000-06-19 Dave Love <fx@gnu.org>
4263
4264 * mktime.c: Unprotoized.
4265
18e21ce8 42662000-06-19 Richard Stallman <rms@gnu.org>
d1504184
GM
4267
4268 * data.c (set_internal): If variable is frame-local,
4269 store the new value immediately into the frame parameter alist.
4270
140c4ac6
KR
42712000-06-19 Ken Raeburn <raeburn@gnu.org>
4272
14358466
KR
4273 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
4274 in the custom handler pointer.
4275
140c4ac6
KR
4276 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
4277 value, or checks for CHAR_META can fail when Lisp_Object is a
4278 union type.
4279 * keymap.c (get_keyelt): Likewise.
4280
10d7bf84
KH
42812000-06-19 Kenichi Handa <handa@etl.go.jp>
4282
4283 * ccl.h (struct ccl_program): New member eol_type.
4284 (struct ccl_spec): New member cr_carryover.
4285
4286 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
4287 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
4288
4289 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
4290 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
4291 (decode_eol_post_ccl): New function.
4292 (decode_coding): Don't detect EOL format here for CCL based coding
4293 systems.
4294 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
4295 decode_eol_post_ccl after running the CCL program.
4296 (code_convert_region): Don't detect EOL format here for CCL based
4297 coding systems.
4298 (decode_coding_string): Likewise.
4299
52e386c2
KR
43002000-06-18 Ken Raeburn <raeburn@gnu.org>
4301
4302 * charset.c (update_charset_table): Use XINT on "iso_final_char"
4303 when treating it as an integer.
4304
4305 * coding.h (encode_coding_string): Declare.
4306
4307 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
4308 it as an integer.
4309
4310 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
4311 "xkeymap" to avoid shadowing the "enum map_type" value that needs
4312 to be passed to get_local_map.
4313
4314 * sound.c (Fplay_sound): Don't call make_number on
4315 Frun_hook_with_args count argument.
4316
4317 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
4318 for lisp objects in X event structure data field, when lisp
4319 objects are represented with unions.
4320 (x_scroll_bar_to_input_event): Ditto.
4321
b357b9d4
KR
43222000-06-16 Ken Raeburn <raeburn@gnu.org>
4323
4324 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
37d034d3
KR
4325 termination of string. Fix sense of test whether
4326 Vline_number_display_limit is an integer.
b357b9d4 4327
a871441d
GM
43282000-06-16 Gerd Moellmann <gerd@gnu.org>
4329
a9021acd
GM
4330 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
4331 only if HAVE_X_WINDOWS.
4332
6344985d
GM
4333 * keymap.c (describe_buffer_bindings): Add `\f\n' in front
4334 of titles.
4335
427ec082 4336 * dispnew.c (update_frame_1): Handle case that cursor vpos is
a871441d
GM
4337 out of bounds.
4338
228b083e
EZ
43392000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4340
4341 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
4342 of its headers.
4343
c25b53a2
KH
43442000-06-15 Kenichi Handa <handa@etl.go.jp>
4345
4346 * coding.c (decode_coding_emacs_mule): Always set src_base at the
4347 start of the while loop.
4348
a6981b11
GM
43492000-06-15 Gerd Moellmann <gerd@gnu.org>
4350
e9924e52
GM
4351 * atimer.c (alarm_signal_handler): Add forward declaration.
4352
a6981b11
GM
4353 * data.c (set_internal): Remove debug code.
4354
25fa6deb
GM
43552000-06-14 Gerd Moellmann <gerd@gnu.org>
4356
dce6b995
GM
4357 * Makefile.in (bootstrap-temacs): Add `-I../src'.
4358
9f817ea4
GM
4359 * unexec.c (toplevel) [COFF]: Include coff.h.
4360
4361 * s/lynxos.h: New file.
4362
4363 * keymap.c (Fsingle_key_description): Enclose function key and
4364 event symbol names in angle brackets.
4365
8a4e3c0c
GM
4366 * xdisp.c (setup_echo_area_for_printing): Call
4367 message_log_maybe_newline if message_buf_print is not set.
4368
4369 * print.c (printchar, strout): Don't check message_buf_print
427ec082 4370 before calling setup_echo_area_for_printing because that
8a4e3c0c
GM
4371 function does something useful even when message_buf_print is
4372 already set.
4373
25fa6deb
GM
4374 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines): New
4375 variables.
4376 (ensure_echo_area_buffers): Initialize echo buffer's
4377 truncate lines setting to nil.
4378 (with_echo_area_buffer): Don't set the echo buffer's truncate
4379 lines setting here.
8a4e3c0c 4380 (set_message_1): Set it here instead, based on the value
25fa6deb
GM
4381 of message_truncate_lines.
4382 (resize_mini_window): Handle case that lines are truncated.
4383 (syms_of_xdisp): Initialize Qmessage_truncate_lines. DEFVAR_BOOL
4384 message-truncate-lines.
4385
4386 * keyboard.c (read_char): Bind message-truncate-lines to t
4387 while displaying a help-echo.
4388
4389 * lisp.h (Qmessage_truncate_lines): External declaration.
4390
163dcff3
GM
43912000-06-13 Gerd Moellmann <gerd@gnu.org>
4392
1681ead6
GM
4393 * xdisp.c (Vline_number_display_limit): Renamed from
4394 line_number_display_limit.
4395 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
4396 Extend documentation string. Initialize
4397 Vline_number_display_limit to nil meaning no limit.
4398 (decode_mode_spec): Use Vline_number_display_limit with its new
4399 meaning.
4400
163dcff3
GM
4401 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
4402
18e21ce8 44032000-06-13 Richard Stallman <rms@gnu.org>
163dcff3
GM
4404
4405 * frame.c (Fmodify_frame_parameters): Doc fix.
427ec082 4406
163dcff3
GM
4407 * xfns.c (x_set_frame_parameters): Comment fix.
4408
4409 * frame.c (store_frame_param): Call swap_in_global_binding if the
4410 variable's current binding was chosen based on this frame.
4411
4412 * data.c (swap_in_global_binding): New function.
4413
a704139d
EZ
44142000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
4415
4416 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
4417 macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
4418
9b6610db
EZ
44192000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
4420
4421 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
4422
c68833d2
JR
44232000-06-12 Jason Rumney <jasonr@gnu.org>
4424
4425 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
4426
4427 * w32.h (EMACS_W32_H): Renamed from _NT_H_
4428
4429 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
4430
4431 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
4432
ed1056b3
GM
44332000-06-12 Gerd Moellmann <gerd@gnu.org>
4434
4435 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
4436 (syms_of_xfaces): Defsubr Sdump_colors.
4437 (x_free_colors): Don't treat b&w specially on default visual.
4438 (x_free_dpy_colors): New function.
4439 (free_face_colors): Don't check visual class; it's done
4440 in x_free_colors.
4441
4442 * xterm.c (x_frame_of_widget): New function.
4443 (x_alloc_nearest_color_for_widget): Use it.
4444 (x_copy_dpy_color): New function.
4445 (x_destroy_window): Free various colors.
4446
5050a2ef
KH
44472000-06-12 Kenichi Handa <handa@etl.go.jp>
4448
4449 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
4450
4451 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
4452
4453 * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
4454
4455 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
4456
4457 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
4458
fb1b041d
DL
44592000-06-11 Dave Love <fx@gnu.org>
4460
4461 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
4462
ff96b5f4
EZ
44632000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
4464
4465 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
4466
db8eeecd
GM
44672000-06-11 Gerd Moellmann <gerd@gnu.org>
4468
ed1056b3 4469 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
db8eeecd
GM
4470 to `XEvent *'.
4471
49b71c5f
KH
44722000-06-10 Kenichi Handa <handa@etl.go.jp>
4473
c479bd55
KH
4474 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
4475 (regex_compile): Fix the code for handling the case of single byte
4476 char and multibyte char being mixed in a range within [...].
4477
ff6a65c2
KH
4478 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
4479 and dst_multibyte members of coding.
4480
49b71c5f
KH
4481 * charset.c (update_charset_table): Update the table
4482 bytes_by_char_head.
4483 (init_charset_once): Initialize elements of bytes_by_char_head to
4484 1 except for leading codes for private charases.
4485
4486 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
4487 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte
4488 sequence.
4489
9e80b57d
KR
44902000-06-09 Ken Raeburn <raeburn@gnu.org>
4491
4492 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
4493 access the data it doesn't point to.
4494
f83fe4b4
GM
44952000-06-08 Gerd Moellmann <gerd@gnu.org>
4496
4497 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
db8eeecd 4498 will be translated to a switch-frame event when reading the
f83fe4b4
GM
4499 event queue. This is necessary because Emacs otherwise won't
4500 perform a switch-frame to a new frame until some other event, for
4501 example a keystroke event, forces it to do so. This has various
4502 effects, one visible being that the cursor of a frame created with
4503 C-x 5 2 or switched to with a window manager key binding like
4504 A-TAB stays hollow because selected_window isn't on the newly
4505 focused frame until the switch-frame is performed.
4506
4507 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
4508 generating a switch-frame event if necessary.
4509
4510 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
4511
4512 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
4513 it's an integer.
4514
0890801b
KH
45152000-06-08 Kenichi Handa <handa@etl.go.jp>
4516
4517 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a
4518 charset.
4519
173cbca8
GM
45202000-06-07 Gerd Moellmann <gerd@gnu.org>
4521
3091c2a6
GM
4522 * window.c (displayed_window_lines): Take empty lines at
4523 the bottom of a window into account.
427ec082 4524
f38952fe
GM
4525 * window.c (displayed_window_lines): New function.
4526 (Fmove_to_window_line): Use displayed_window_lines to determine
4527 the number of lines to move, instead of using the window's height.
4528
4529 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
4530 to stop reading, even if the form read sets point to a different
4531 value when evaluated.
4532
427ec082 4533 * xdisp.c (display_line): Fix code deciding in which line to
173cbca8
GM
4534 put the cursor.
4535
6ba6c818
KH
45362000-06-07 Kenichi Handa <handa@etl.go.jp>
4537
4538 * fileio.c (e_write): Free composition data if stored in
4539 coding->cmp_data.
4540
5f1aea9a
GM
45412000-06-06 Gerd Moellmann <gerd@gnu.org>
4542
666852af
GM
4543 * xdisp.c (display_line): Set row's and iterator's
4544 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
4545 Set cursor even if row ends in the middle of a character.
4546 (dump_glyph_row): Print values of new flags.
4547 (redisplay_window) <cursor movement in unchanged window>: When
4548 point has been moved forward, and PT is at the end of the cursor
4549 row, don't place the cursor in the next row if the cursor row ends
4550 in the middle of a character or at ZV.
4551
4552 * dispextern.h (struct it): Add starts_in_middle_of_char_p.
4553 (struct glyph_row): Add starts_in_middle_of_char_p and
4554 ends_in_middle_of_char_p.
4555 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
4556 ends_in_middle_of_char_p flag.
4557 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
4558
d13f3e2e
GM
4559 * term.c (append_glyph): Revert change of 2000-06-06.
4560
4561 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
4562 padding glyph not fitting on line as whole character not
4563 fitting on line.
4564
5f1aea9a
GM
4565 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
4566 this isn't true for images with `:ascent 100'.
4567
10cda9b0
KH
45682000-06-06 Kenichi Handa <handa@etl.go.jp>
4569
ed00559d
KH
4570 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
4571 as modified if it is originally unmodified.
4572
10cda9b0
KH
4573 * term.c (encode_terminal_code): Change the way to check if
4574 terminal coding does any conversion.
4575 (append_glyph): Set glyph->pixel_width correctly.
4576
4577 * xdisp.c (display_line): While checking line continuation, pay
4578 attention to a padding glyph.
4579
1969fae2
GM
45802000-06-05 Gerd Moellmann <gerd@gnu.org>
4581
4582 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
4583
162ccef4
DL
45842000-06-05 Dave Love <fx@gnu.org>
4585
f19f32dd
DL
4586 * xdisp.c: Include fontset.h.
4587
4588 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
4589
4590 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
4591
4592 * dispnew.c: Conditionally include term.h.
4593
4594 * coding.h: Declare code_convert_string_norecord.
4595
4596 * frame.h (struct frame): Use volatile unconditionally.
4597
4598 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
4599
4600 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
4601
4602 * systime.h: Protect against multiple inclusion.
4603 (timezone) [USG5_4]: Define as time_t.
4604
4605 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
4606 (Foptimize_char_table, make_temp_name): Declare.
4607
4608 * Makefile.in (xdisp.o): Depend on fontset.h.
4609
4610 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
4611
4612 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
4613 (Foptimize_char_table, make_temp_name): Declare.
4614
427ec082 4615 * s/irix4-0.h:
162ccef4
DL
4616 * s/irix5-0.h:
4617 * s/netbsd.h: Don't define autoconfiscated MATHERR.
4618
2082fe81
DL
46192000-06-02 Dave Love <fx@gnu.org>
4620
4621 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
4622
dcf671d2
GM
46232000-06-02 Gerd Moellmann <gerd@gnu.org>
4624
4625 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
1969fae2 4626 result face, set flags in that face indicating that colors may not
dcf671d2
GM
4627 be freed.
4628
4629 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
4630 glyph, use the ASCII NUL character to determine the face.
4631
d42122a3
DL
46322000-06-02 Dave Love <fx@gnu.org>
4633
4634 * sysdep.c: Conditionally include stdlib.h, unistd.h.
4635 (VFORK_RETURN_TYPE): Remove.
427ec082 4636
d42122a3
DL
4637 * config.in: Add NO_MATHERR.
4638
dd432f16
DL
46392000-06-01 Dave Love <fx@gnu.org>
4640
90aa4ea8
DL
4641 * cmds.c (internal_self_insert): Don't check
4642 Vbefore_change_function, Vafter_change_function.
4643
4644 * insdel.c (signal_before_change, signal_after_change): Likewise.
4645
4646 * buffer.c (Vbefore_change_function, Vafter_change_function):
4647 Variables and their initializations deleted.
4648
2330c9d4
DL
4649 * callint.c (Fcall_interactively): Doc fix.
4650
dd432f16
DL
4651 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
4652
bf9e8804
DL
46532000-05-31 Dave Love <fx@gnu.org>
4654
4655 * textprop.c: Revert last change -- duplicated.
4656
3694b4ab
GM
46572000-05-31 Gerd Moellmann <gerd@gnu.org>
4658
4659 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
4660 in #if 0.
4661
4662 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
4663
f14156cd
JR
46642000-05-31 Jason Rumney <jasonr@gnu.org>
4665
8119aab8
JR
4666 * search.c (Fre_search_forward, Fre_search_backward)
4667 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
4668
f14156cd
JR
4669 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
4670
4aab9be3
JR
46712000-05-30 Jason Rumney <jasonr@gnu.org>
4672
4673 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
4674 [WINDOWSNT]: Add extern for Vw32_system_coding_system.
4675
4676 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type
4677 member.
4678
4679 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
4680 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
4681 expand a nil default_filename.
4682
4683 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
4684 pointer to glyph_to_pixel_coords, not a frame.
4685
4686 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
4687 coding.h to dependencies.
4688
4689 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
4690
4691 * w32console.c (glyph_to_pixel_coords): Change first parameter to
4692 window pointer to be consistent with w32term.c and xterm.c.
4693
4694 * w32fns.c: Format and doc changes to bring closer to xfns.c.
4695 (VIETNAMESE_CHARSET): Define if not defined in system headers.
4696 (Qline_spacing, Qcenter): New variables.
4697 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
4698 (x_set_line_spacing): New function.
4699 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT
4700 macros.
4701 (x_specified_cursor_type): New function.
4702 (x_set_cursor_type): Use it.
4703 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
4704 and icon strings.
4705 (validate_x_resource_name, x_get_resource_string): Measure lengths
4706 of external strings in bytes.
4707 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
4708 GetTextExtentPoint32 with NULL title.
4709 (Fx_create_frame): Initialize Qline_spacing.
4710 (w32_load_system_font): Initialize font->double_byte_p.
4711 (x_to_w32_charset): Use Vw32_charset_info_alist.
4712 (Image, busy cursor, tooltip functions): Merged changes from
4713 xfns.c. Not yet functional on Windows.
4714
4715 * w32gui.h (W32FontStruct): Add double_byte_p member.
4716
4717 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
4718 (emacs_button_translation): Use it.
4719 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
4720 in `mask' to be set.
4721
4722 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
4723 menu strings.
4724
4725 * w32term.c: Format and doc changes to bring closer to xterm.c.
4726 (w32_char_font_type): New enum.
4727 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
4728 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
4729 (w32_encode_char): New function.
4730 (x_encode_char): Removed.
4731 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
4732 x_encode_char and w32_font_is_double_byte.
4733 (x_produce_image_glyph): Use image_ascent.
4734 (x_produce_glyphs): Use new version of w32_per_char_metric and
4735 handle NULL return value. Allow extra line spacing.
4736 (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
4737 (w32_get_glyph_overhangs): Remove unicode_p param. Use
4738 w32_font_type member of glyph instead.
4739 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
4740 (fast_find_position): Make sure not to consider rows not visible
4741 in the window.
4742 (w32_read_socket) [WM_MENUSELECT]: Cannot call
4743 w32_menu_display_help with input blocked, as it can abort.
4744 (x_display_and_set_cursor): Choose cursor depending
4745 on buffer-local value of cursor_type.
4746 (x_draw_bar_cursor): Add parameter WIDTH.
4747
4748 * w32term.h (CP_DEFAULT): Define.
4749 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
4750
10fc3187
GM
47512000-05-30 Gerd Moellmann <gerd@gnu.org>
4752
4753 * search.c (Fre_search_forward, Fre_search_backward)
4754 (Fposix_search_backward, Fposix_search_forward): Doc fix.
4755
d0555360
KH
47562000-05-30 Kenichi Handa <handa@etl.go.jp>
4757
4758 * coding.c (detect_coding_iso2022): Fix code for checking
4759 CODING_CATEGORY_MASK_ISO_8_2.
4760
f1ad044f
SM
47612000-05-29 Stefan Monnier <monnier@cs.yale.edu>
4762
4763 * regex.c (PREFETCH_NOLIMIT): New function.
4764 (re_match_2_internal): Use it and adjust the end_match_2 logic.
4765
84ec3b4b
GM
47662000-05-29 Gerd Moellmann <gerd@gnu.org>
4767
66254a13
GM
4768 * syntax.c (find_defun_start): Move test for
4769 open_paren_in_column_0_is_defun_start outside of the loop.
4770
49e70dec
GM
4771 * xdisp.c (redisplay_window): Really switch buffers when
4772 displaying mode lines, and temporarily set selected_frame to the
4773 frame of the window that's redisplayed.
4774
84ec3b4b
GM
4775 * xfaces.c (free_realized_faces): Block/unblock input.
4776 (free_realized_multibyte_face): Ditto.
4777
869a3a14
DL
47782000-05-29 Dave Love <fx@gnu.org>
4779
4780 * textprop.c (Qkeymap): New variable.
4781 (syms_of_textprop): Intern it.
4782
4783 * keymap.c: Include intervals.h.
4784 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
4785
4786 * Makefile.in (keymap.o): Depend on intervals.h.
4787
4788 * keyboard.c (menu_bar_items, tool_bar_items)
4789 (Fexecute_extended_command): Deal with `keymap' property.
4790 (read_key_sequence): Track map from `keymap' property as well as
4791 `local_map'.
4792
4793 * intervals.c (get_local_map): Extra arg to allow looking for
4794 `keymap' too.
4795
4796 * intervals.h (map_property): New enum.
4797 (get_local_map): Extra arg using it.
4798 (Qkeymap): Declare.
4799
84ec3b4b 4800 * lisp.h (get_local_map): Don't declare here.
869a3a14 4801
89d0c844
KH
48022000-05-29 Kenichi Handa <handa@etl.go.jp>
4803
4804 * Makefile.in (callproc.o): Depend on composite.h.
4805
4806 * callproc.c: Include composite.h.
4807 (Fcall_process): Handle composition correctly.
4808
4809 * coding.h (coding_allocate_composition_data): Extern it.
4810 (coding_restore_composition): Likewise.
4811
4812 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
4813 yet allocated, finish decoding with result
4814 CODING_FINISH_INSUFFICIENT_CMP.
4815 (coding_allocate_composition_data): Make it non-static.
4816 (coding_restore_composition): Likewise.
4817
797a084a
EZ
48182000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
4819
4820 * charset.c (syms_of_charset): Revert last change.
4821
cf872af5
EZ
48222000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4823
4824 * term.c (produce_glyphs): Treat characters from the eight-bit-*
d7d0dac0
SM
4825 charsets as unibyte, with 1-column screen width. Sent by Kenichi
4826 Handa.
cf872af5 4827
5b1ae051
EZ
48282000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
4829
4830 * charset.c (syms_of_charset): Set width of character sets
4831 eight-bit-control and eight-bit-graphic to 1 column.
4832
34ec9ebe
GM
48332000-05-26 Gerd Moellmann <gerd@gnu.org>
4834
4835 * config.in (HAVE_SPEED_T): New define.
4836
4837 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
4838 `extern speed_t'.
4839
dd854dc2
DL
48402000-05-26 Dave Love <fx@gnu.org>
4841
4842 * coding.c (shrink_decoding_region): Initialize eol_conversion.
4843
4844 * data.c (Qsubrp, Qmany, Qunevalled): New variables.
4845 (Fsubr_arity): New function.
4846 (syms_of_data): Install them.
4847
ba9f8f95
KH
48482000-05-26 Kenichi Handa <handa@etl.go.jp>
4849
0f3e0672
KH
4850 * charset.c (init_charset_once): Set the table bytes_by_char_head
4851 correctly.
4852
cebefb44
KH
4853 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
4854 the default fontset to what Emacs uses by default.
0f3e0672
KH
4855 (check_registry_encoding): This function deleted.
4856 (Fset_fontset_font): Remove the adhoc condition for the default
4857 fontset. Allow cons in FONTNAME.
cebefb44 4858
0f3e0672
KH
4859 * fns.c (map_char_table): Ignore char-table entries for
4860 charsets eight-bit-control and eight-bit-graphic.
ba9f8f95 4861
7a18af49
KR
48622000-05-25 Ken Raeburn <raeburn@gnu.org>
4863
4864 * emacs.c (main): Initialize keyboard syms before initializing
4865 window code, so face names are available.
4866
d2af47df
SM
48672000-05-25 Stefan Monnier <monnier@cs.yale.edu>
4868
4869 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
4870 of an anchor at the beginning of a shy-group.
4871
fc6a6a4e
GM
48722000-05-25 Gerd Moellmann <gerd@gnu.org>
4873
4874 * xdisp.c (handle_invisible_prop): Don't try to skip over
4875 invisible text if end of text is already reached.
4876
005f0d35
DL
48772000-05-25 Dave Love <fx@gnu.org>
4878
02513cdd
DL
4879 * xdisp.c (Fdump_glyph_matrix): Declare the arg.
4880
005f0d35
DL
4881 * coding.c (encode_eol): Add null statement after label.
4882
89f6ca4e
EZ
48832000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
4884
4885 * w16select.c (Fw16_set_clipboard_data): Fix the change from
4886 2000-05-20.
4887
a4e1759e
KH
48882000-05-25 Kenichi Handa <handa@etl.go.jp>
4889
4890 * ccl.c (ccl_driver): Fix previous change.
4891
eacfd7fe
KH
48922000-05-25 Kenichi Handa <handa@etl.go.jp>
4893
46ab33a9
KH
4894 * coding.c (run_pre_post_conversion_on_str): Set point to the
4895 beginning of buffer before calling coding->post_read_conversion.
4896 (decode_coding_string): Give correct args to
4897 run_pre_post_conversion_on_str.
4898 (encode_coding_string): Likewise.
4899
eacfd7fe
KH
4900 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
4901 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
4902 eight-bit-graphic correctly.
4903
f8569325
DL
49042000-05-24 Kenichi HANDA <handa@etl.go.jp>
4905
4906 * fileio.c (Finsert_file_contents): Even if a file is not found,
4907 execute codes for setting up coding system. Call
4908 after-insert-file-functions unconditionally.
4909
04545643
GM
49102000-05-24 Gerd Moellmann <gerd@gnu.org>
4911
4912 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
4913 BSD_PGRPS are not defined.
4914
747d90ea
KH
49152000-05-24 Kenichi Handa <handa@etl.go.jp>
4916
4917 * charset.c (update_charset_table): Accept nil in LONG_NAME and
4918 DESCRIPTION.
4919 (syms_of_charset): Avoid building same strings.
4920
716e3b88
GM
49212000-05-23 Gerd Moellmann <gerd@gnu.org>
4922
4923 * lread.c (Fload): Add a comment about the meaning of
4924 Vuser_init_file being t.
4925
4926 * puresize.h (BASE_PURESIZE): Increase to 675000.
4927
4928 * s/gnu-linux.h (setpgrp): Don't define it here because this
4929 prevents compilation on GNU/Linux systems with glib 2.2.
4930
4931 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
4932 as setpgid.
427ec082 4933
9aeb39fa
EZ
49342000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
4935
4936 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
4937 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
4938 version.
4939 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
4940
29ced61b
KH
49412000-05-23 Kenichi Handa <handa@etl.go.jp>
4942
0574a2ed
KH
4943 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE
4944 unconditionally.
4945
3d80f24d
KH
4946 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
4947
4948 * term.c (encode_terminal_code): Set coding->src_multibyte
4949 properly.
4950
29ced61b
KH
4951 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
4952
d7e00792
KH
49532000-05-22 Kenichi Handa <handa@etl.go.jp>
4954
c9d80d38
KH
4955 * keyboard.c (read_char): Allow character codes 128..255 to be
4956 handled by input-method-function.
4957
d7e00792
KH
4958 * insdel.c (adjust_markers_for_replace): Fix previous change.
4959 (adjust_after_replace): If PREV_TEXT is nil, call
4960 adjust_markers_for_insert, not adjust_markers_for_replace.
4961
087121cc 49622000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
427ec082 4963
087121cc
GM
4964 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
4965 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
4966 [HAVE_GRANDPT]: Define.
4967 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
4968
4969 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
4970 like SYSV_PTYS.
4971
4972 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
4973
4974 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
4975
c9671f81
KH
49762000-05-20 Kenichi Handa <handa@etl.go.jp>
4977
4978 The following changes are to handle 8-bit characters in a
4979 multibyte buffer/string without facing with byte combining
4980 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and
4981 eight-bit-graphic (for 0xA0..0xFF) are introduced.
4982
4983 * Makefile.in (fns.o): Depend on charset.h.
4984
4985 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
4986 convert it to unibyte.
4987 (make_string): Use parse_str_as_multibyte, not chars_in_text.
4988
4989 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
4990 apparent char boundary.
4991 (Fset_buffer_multibyte): Convert 8-bit characters in the range
4992 0x80..0x9F to/from multibyte form.
4993
4994 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
4995 to unibyte.
4996
4997 * callproc.c (Fcall_process): Always encode an argument string if
4998 it is multibyte. Setup src_multibyte and dst_multibyte members of
4999 process_coding properly.
ce75fd23 5000
c9671f81
KH
5001 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
5002 SPLIT_NON_ASCII_CHAR.
5003
5004 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
5005 as is.
5006 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
5007
5008 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New
5009 variables.
5010 (SPLIT_CHARACTER_SEQ): This macro deleted.
5011 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is
5012 valid.
5013 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
5014 and eight-bit-graphic.
5015 (char_to_string): Likewise. Signal an error for too large
5016 character code.
5017 (char_printable_p): Return 0 for 8-bit characters.
5018 (update_charset_table): Update iso_charset_table only when a final
5019 character is non-negative.
5020 (find_charset_in_text): Renamed from find_charset_in_str.
5021 Arguments and return value changed. Callers changed.
5022 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
5023 be -1 if CHARSET is used only internally.
5024 (Fmake_char_internal): Handle new charsets; eight-bit-control and
5025 eight-bit-graphic.
5026 (Fcharset_after): Simplified.
5027 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
5028 (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
5029 (multibyte_chars_in_text): Simplified by assuming there's no
5030 invalid multibyte sequence.
5031 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
5032 str_as_unibyte): New functions.
5033 (Fstring): Simpified by assuming that byte combining never
5034 happens.
5035 (init_charset_once): Initialization for
5036 LEADING_CODE_8_BIT_CONTROL.
5037 (syms_of_charset): Intern and staticpro Qeight_bit_control and
5038 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets
5039 eight-bit-control and eight-bit-graphic.
5040
5041 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL,
5042 CHARSET_8_BIT_GRAPHIC): New macros.
5043 (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
5044 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
5045 (CHARSET_REVERSE_CHARSET): Likewise.
5046 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
5047 eight-bit-graphic.
5048 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
5049 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
5050 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
5051 encounter an invalid multibyte sequence.
5052 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
5053 sequence is always valid.
5054 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
5055 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New
5056 macros.
5057 (CHAR_STRING): For 8-bit characters, call char_to_string.
5058 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume
5059 multibyte sequence is always valid.
5060 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
5061 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte,
5062 str_as_unibyte): Extern them.
5063 (BCOPY_SHORT): Fix a bug.
5064 (CHAR_LEN): This macro deleted. Callers changed to use
5065 CHAR_BYTES.
5066 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
5067 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
5068 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
5069
bd4bde7f 5070 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
c9671f81
KH
5071 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
5072 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE,
5073 EMIT_BYTES): New macros.
5074 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII,
5075 DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
5076 macros deleted.
5077 (CHECK_CODE_RANGE_A0_FF): This macro deleted.
5078 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
5079 check the validity of multibyte sequence.
5080 (decode_coding_emacs_mule): New function.
5081 (encode_coding_emacs_mule): New macro.
5082 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
5083 the source.
5084 (DECODE_ISO_CHARACTER): Just return a character code.
5085 (DECODE_COMPOSITION_START): Set coding->result instead of result.
5086 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
5087 EMIT_CHAR to produced decoded characters. Exit the loop only by
5088 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last
5089 block here.
5090 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce
5091 only position codes for an invalid character.
5092 (encode_designation_at_bol): Return new destination pointer. 5th
5093 arg DSTP is changed to DST.
5094 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
5095 from the source by ONE_MORE_CHAR. Don't handle the case of last
5096 block here.
5097 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
5098 macros deleted.
5099 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8,
5100 detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
5101 TWO_MORE_BYTES to fetch a byte from the source.
5102 (encode_eol): Pay attention to coding->src_multibyte.
5103 (detect_coding, detect_eol): Preserve members src_multibyte and
5104 dst_multibyte.
5105 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
5106 (encoding_buffer_size): Set magnification to 3 for all coding
5107 systems that require encoding.
5108 (ccl_coding_driver): For decoding, be sure that the result is
5109 valid multibyte sequence.
5110 (decode_coding): Initialize coding->errors and coding->result.
5111 For emacs-mule, call decode_coding_emacs_mule. For no-conversion
5112 and raw-text, always call decode_eol. Handle the case of last
5113 block here. If not coding->dst_multibyte, convert the resulting
5114 sequence to unibyte.
5115 (encode_coding): Initialize coding->errors and coding->result.
5116 For emacs-mule, call encode_coding_emacs_mule. For no-conversion
5117 and raw-text, always call encode_eol. Handle the case of last
5118 block here.
5119 (shrink_decoding_region, shrink_encoding_region): Detect cases
5120 that we can't skip data more rigidly.
5121 (code_convert_region): Setup src_multibyte and dst_multibyte
5122 members of coding. For decoding, if the buffer is multibyte,
5123 convert the source sequence to unibyte in advance. For encoding,
5124 if the buffer is multibyte, convert the resulting sequence to
5125 multibyte afterward.
5126 (run_pre_post_conversion_on_str): New function.
5127 (code_convert_string): Deleted and divided into the following two.
5128 (decode_coding_string, encode_coding_string): New functions.
5129 (code_convert_string1, code_convert_string_norecord): Call one of
5130 above.
5131 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
5132 MAKE_NON_ASCII_CHAR.
5133 (Fset_terminal_coding_system_internal,
5134 Fset_safe_terminal_coding_system_internal): Setup src_multibyte
5135 and dst_multibyte members.
5136 (init_coding_once): Initialize iso_code_class with new enum
5137 ISO_control_0 and ISO_control_1.
5138
5139 * coding.h (enum iso_code_class_type): Member ISO_control_code is
5140 devided into ISO_control_0 and ISO_control_1.
5141 (struct coding_system): New members src_multibyte, dst_multibyte,
5142 errors, and result. Delete member fake_multibyte.
5143 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
5144 nonzero.
5145 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
5146 nonzero.
5147
5148 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
5149 (Faset): Likewise.
5150
5151 * editfns.c (Fformat): Be sure to convert 8-bit characters to
5152 multibyte form.
5153 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
5154 combining occurs.
5155 (Ftranspose_region): Delete codes for handling byte combining.
5156
5157 * fileio.c (Finsert_file_contents): Setup src_multibyte and
5158 dst_multibyte members of coding. On handling REPLACE on unibyte
5159 buffer, convert the result of decode_coding to unibyte. On
5160 inserting into a mutibyte buffer, always call code_convert_region.
bd4bde7f 5161 (e_write): Setup coding->src_multibyte according to the
c9671f81
KH
5162 multibyteness of the source (buffer or string).
5163
5164 * fns.c (concat): Handle 8-bit characters correctly.
5165 (Fstring_as_unibyte): Be sure to make all 8-bit characters in
5166 unibyte in the result.
5167 (Fstring_as_multibyte): Be sure to make all 8-bit characters in
5168 valid multibyte form in the result.
5169 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
5170 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
5171 return -1, signal an error.
5172 (base64_encode_1): New arg MULTIBYTE. Get each character by
5173 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte
5174 character is found, return -1.
5175 (Fbase64_decode_region): Delete codes for handling byte-combining.
5176 Treat each decoded byte as a unibyte character.
5177 (Fbase64_decode_string): Return unibyte string.
5178 (Fcompare_strings, concat, string_byte_to_char): Use
5179 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
5180 FETCH_STRING_CHAR_ADVANCE.
5181 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
5182 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
5183
5184 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
5185 SPLIT_NON_ASCII_CHAR.
5186 (fontset_ref_via_base, fontset_set): Likewise
5187
5188 * insdel.c (adjust_markers_for_record_delete): Deleted.
5189 (adjust_markers_for_insert): Argument changed. Caller changed.
5190 (adjust_markers_for_replace): Likewise.
5191 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error,
5192 CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
5193 (copy_text): Delete unused local varialbe c_save. For converting
5194 to multibyte, be sure to make all 8-bit characters in valid
5195 multibyte form.
5196 (count_size_as_multibyte): Handle 8-bit characters correctly.
5197 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
5198 adjust_after_replace, replace_range, del_range_2)
5199 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
5200 (insert_1_both, insert_from_string_1, insert_from_buffer_1,
5201 adjust_after_replace, replace_range, del_range_2) Delete codes for
5202 handling byte combining.
5203 (adjust_before_replace): Deleted.
427ec082 5204
c9671f81
KH
5205 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
5206 SPLIT_NON_ASCII_CHAR.
5207 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
5208 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE
5209 unconditionally.
5210 (Fkey_description): Likewise.
5211
5212 * lread.c (read1): On reading multibyte string, be sure to make
5213 all 8-bit chararacters in valid multibyte form.
5214 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
5215
5216 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
5217 unconditionally.
5218
5219 * process.c (Fstart_process): GCPRO current_dir before calling
5220 Ffind_operation_coding_system. Encode arguments here.
5221 (create_process): Don't encode arguments here. Setup
5222 src_multibyte and dst_multibyte members of struct coding.
5223 (read_process_output): Setup src_multibyte and dst_multibyte
5224 members of struct coding. If the output is to multibyte buffer,
5225 always decode the output of the process. Adjust the
5226 representation of 8-bit characters to the multibyteness of the
5227 output.
5228 (send_process): Setup coding->src_multibyte according to the
5229 multibyteness of the source.
5230
5231 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE
5232 unconditionally.
5233 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
5234 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
5235
5236 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of
5237 CHAR_LEN.
5238
5239 * w16select.c (Fw16_set_clipboard_data): Setup members
5240 src_multibyte and dst_multibyte of coding. Adjusted for the
5241 change for find_charset_in_str.
5242 (Fw16_get_clipboard_data): Likewise.
5243
5244 * w32fns.c (w32_to_x_font): Setup members src_multibyte and
5245 dst_multibyte of coding.
5246 (x_to_w32_font): Likewise.
5247
5248 * w32select.c (Fw32_set_clipboard_data): Setup members
5249 src_multibyte and dst_multibyte of coding. Adjusted for the
5250 change for find_charset_in_str.
5251 (Fw32_get_clipboard_data): Likewise.
5252
5253 * xdisp.c (get_next_display_element): Handle 8-bit characters
5254 correctly.
5255 (next_element_from_display_vector): Use CHAR_BYTES instead of
5256 CHAR_LEN.
5257 (disp_char_vector): Use SPLIT_CHAR instead of
5258 SPLIT_NON_ASCII_CHAR.
5259
5260 * xselect.c (selection_data_to_lisp_data): Setup members
5261 src_multibyte and dst_multibyte of coding. Adjusted for the
5262 change for find_charset_in_str.
5263 (lisp_data_to_selection_data): Likewise.
5264
5f64c9e0
GM
52652000-05-19 Gerd Moellmann <gerd@gnu.org>
5266
2b63d473
GM
5267 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed
5268 buffer.
5269
5f64c9e0
GM
5270 * dispextern.h (Vimage_types): Add extern declaration.
5271
5272 * xdisp.c (Vimage_types): Moved here from xfns.c.
5273 (syms_of_xdisp): Move `image-types' variable here from xfns.c.
5274
5275 * xfns.c (Vimages_types): Moved to xdisp.c.
5276 (syms_of_xfns): Move `image-types' to xdisp.c.
5277
5278 * w32fns.c (Vimage_types): Removed.
5279 (syms_of_w32fns): Remove `image-types'.
5280
813086ea
KH
52812000-05-18 Kenichi Handa <handa@etl.go.jp>
5282
5283 * fns.c (map_char_table): Pay attention to character number of
5284 charset. Check the validity of charset at the first level. For
5285 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
5286 the default value.
5287
5288 * fontset.c: Include "buffer.h".
5289 (fs_load_font): If the face has fontset, record the face ID in
5290 that fontset.
5291 (Finternal_char_font): New function.
5292 (accumulate_font_info): New function.
5293 (Ffontset_info): Rewritten for the new fontset implementation.
5294 (syms_of_fontset): Register Vdefault_fontset in the first element
5295 of Vfontset_table. Include Vdefault_fontset in
5296 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
5297 function.
5298
bdaebbf0
DL
52992000-05-16 Dave Love <fx@gnu.org>
5300
5301 * m/iris5d.h: Deleted -- unused.
5302
cb613bb8
GM
53032000-05-16 Gerd Moellmann <gerd@gnu.org>
5304
b15f3b77
GM
5305 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
5306 `invalid' instead of `illegal'.
5307
5308 * indent.c (Fmove_to_column): When ending within a tab, insert
5309 spaces first so that markers at the end of the tab get adjusted.
5310
835c1b36
GM
5311 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
5312 buffer list that wasn't selected in that frame.
5313
cb613bb8
GM
5314 * filelock.c (get_boot_time): To obtain an 8 char file name, which
5315 is needed on mescaline, use a 2 char prefix, and call
5316 make_temp_name with second arg non-zero.
5317
5318 * fileio.c (make_temp_name): New function, extracted from
5319 Fmake_temp_name.
5320 (Fmake_temp_name): Use it.
5321
f685bea9
EZ
53222000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
5323
5324 * window.c (coordinates_in_window): Subtract 1 when computing
5325 right_x.
5326
a1b8d58b
GM
53272000-05-15 Gerd Moellmann <gerd@gnu.org>
5328
5329 * Makefile.in (lisp): Add env.elc.
5330
5331 * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
5332
a265079f
GM
53332000-05-12 Gerd Moellmann <gerd@gnu.org>
5334
5335 * search.c (Freplace_match): Handle case of `\N' in the
5336 replacement when there's no group N.
5337
da4496b6
GM
53382000-05-11 Gerd Moellmann <gerd@gnu.org>
5339
0ace421a
GM
5340 * xdisp.c (add_to_log): Don't pass the terminating NUL byte
5341 of the message to message_dolog.
5342
1172eb8d
GM
5343 * keyboard.c (read_char): Don't clear current message for help
5344 events; let the code handling help events handle this. Change
5345 code detecting help events that should be ignored.
5346
da4496b6
GM
5347 * xdisp.c (handle_single_display_prop): Don't try to set PT if
5348 we're interating over a string.
5349
0623e40f
DL
53502000-05-09 Dave Love <fx@gnu.org>
5351
5352 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
5353 that offset before writing. Move gcpro region past call of
5354 Ffile_regular_p.
5355
bae2503b
DL
53562000-05-04 Dave Love <fx@gnu.org>
5357
5358 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
5359
ec82fb2f
GM
53602000-05-04 Gerd Moellmann <gerd@gnu.org>
5361
5362 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
5363 of inserted characters when BUF equals the current buffer, and PT
5364 is in front of or equal to FROM.
5365
cbf18892
GM
53662000-05-03 Gerd Moellmann <gerd@gnu.org>
5367
4ff40dd0
GM
5368 * xdisp.c (handle_single_display_prop): If display property value
5369 is invalid, or something not supported on the frame, restore
5370 iterator's position to what it was initially. Make sure to return
5371 0 for invalid and unsupported property values.
5372
cbf18892
GM
5373 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
5374 that x_per_char_metric returns null.
5375
1b0672c3
GM
53762000-05-02 Gerd Moellmann <gerd@gnu.org>
5377
576da55d
GM
5378 * xterm.h (struct face): Add forward declaration.
5379 (struct image): Ditto.
5380 (image_ascent): Add prototype.
5381
5382 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
5383 (x_draw_image_relief, x_draw_image_foreground_1): Call function
5384 image_ascent instead of using IMAGE_ASCENT.
5385
5386 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
5387 (IMAGE_ASCENT): Removed.
5388
5389 * xfns.c (Qcenter): New variable.
5390 (enum image_value_type): Add IMAGE_ASCENT_VALUE.
5391 (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
5392 (image_ascent): New function.
5393 (lookup_image): Recognize `:ascent center'.
5394 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
5395 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
5396 (xbm_load): Don't set image's ascent here.
5397 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
5398 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
5399 check ascent values here.
5400 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
5401 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
5402 (syms_of_xfns): Initialize Qcenter.
5403
1b0672c3
GM
5404 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
5405 to the limits, increase the limits.
5406
0d7811ed
KH
54072000-05-01 Kenichi Handa <handa@etl.go.jp>
5408
5409 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
5410 Check Vfont_encoding_alist against the full name of the opened
5411 font.
5412
a943a5ca
GM
54132000-04-28 Gerd Moellmann <gerd@gnu.org>
5414
5415 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
5416 taller than the window.
5417
5dba1e29
KH
54182000-04-28 Kenichi Handa <handa@etl.go.jp>
5419
5420 * xfaces.c (realize_x_face): Fix the argument of the second
5421 xassert. BASE_FACE may not be a face for ASCII.
5422
353964e3
GM
54232000-04-27 Gerd Moellmann <gerd@gnu.org>
5424
c76e04a8
GM
5425 * print.c (print_object): Treat print-length < 0 as nil.
5426
5427 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
5428
5429 * s/freebsd.h (TERMCAP_OBJ): Removed.
5430 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
5431
5432 * lread.c (read1): Don't treat period followed by certain
5433 characters as symbol start.
5434
5435 * xfns.c (slurp_file): New function.
5436 (xbm_image_p): Handle case of in-memory XBM files.
5437 (xbm_scan): Rewritten to work on memory buffers instead of files.
5438 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
5439 Work on memory buffers instead of files. If DATA is null test
5440 if buffer looks like an in-memory XBM file.
5441 (xbm_load_image): Renamed from xbm_load_image_file. Work on
5442 memory buffers instead of files.
5443 (xbm_file_p): New function.
5444 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
5445
353964e3
GM
5446 * lread.c (end_of_file_error): New function.
5447 (read1): Call it instead of signaling `end-of-file' directly.
5448
427ec082 5449 * print.c (print_error_message): Print data of `end-of-file'
353964e3
GM
5450 with Fprinc instead of Fprin1.
5451
24d744ac
KR
54522000-04-26 Ken Raeburn <raeburn@gnu.org>
5453
5454 * window.c (freeze_window_start): Check that minibuffer scroll
5455 window isn't nil before extracting the window structure pointer
5456 from it.
5457
5458 * undo.c (record_delete): If we hit the end of the undo list, stop
5459 picking elements apart.
5460
7464346d
GM
54612000-04-26 Gerd Moellmann <gerd@gnu.org>
5462
5463 * xdisp.c (display_line): If lines are continued, restore
5464 iterator's ascent/descent information to the values before the
5465 first glyph not fitting on the line.
5466
612839b6
GM
54672000-04-25 Gerd Moellmann <gerd@gnu.org>
5468
5469 * xdisp.c (try_window_id) <all changes above window start>: Adjust
5470 positions in glyph matrix. Don't compute new window end
5471 positions.
5472
5473 * dispnew.c (increment_matrix_positions): Renamed from
5474 increment_glyph_matrix_buffer_positions.
5475 (increment_row_positions): Renamed from
5476 increment_glyph_row_buffer_positions.
5477
5478 * dispextern.h: Change names of renamed functions from dispnew.c
5479 in prototypes.
5480
cc181e95
GM
54812000-04-24 Gerd Moellmann <gerd@gnu.org>
5482
abfcc168
GM
5483 * fileio.c (Fdo_auto_save): Create directories for auto-save
5484 list file if necessary.
5485
cc181e95
GM
5486 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
5487 from buffer or frame.
5488 (automatic_hscrolling_p): New variable.
5489 (hscroll_windows): Scroll windows horizontally only if automatic
5490 hscrolling is allowed.
5491 (syms_of_xdisp): New variable `automatic-hscrolling'.
5492
5493 * frame.h (struct frame): Add member extra_line_spacing.
5494
5495 * xfns.c (x_set_line_spacing): New function.
5496 (Fx_create_frame): Set line spacing from resources.
5497 (Qline_spacing): New variable.
5498 (syms_of_xfns): Initialize Qline_spacing.
427ec082 5499
cc181e95
GM
5500 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
5501
5502 * buffer.c (init_buffer_once): Handle extra_line_spacing.
5503 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
abfcc168 5504 (reset_buffer): Don't initialize extra2 and extra3. Initialize
cc181e95
GM
5505 extra_line_spacing from default value.
5506 (init_buffer_once): Initialize default value of extra_line_spacing.
5507
5508 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
5509 and extra3.
5510
5511 * xterm.c (x_produce_glyphs): Remove reference to struct it's
5512 prompt_width. Add extra line spacing.
5513
5514 * term.c (produce_glyphs): Remove reference to struct it's
5515 prompt_width.
5516
5517 * dispextern.h (struct it): Remove member prompt_width, add
5518 extra_line_spacing.
5519
58827478
GM
55202000-04-22 Gerd Moellmann <gerd@gnu.org>
5521
5522 * dispnew.c (update_frame_line): When writing a whole line, make
5523 sure cursor is in the right row afterwards, otherwise a use of
5524 capability `ch' in cmgoto might leave the cursor in the row below.
5525
25a87f42
GM
55262000-04-21 Gerd Moellmann <gerd@gnu.org>
5527
5528 * lisp.h (struct Lisp_Buffer_Cons): Remove.
5529
5530 * keyboard.c (timer_check): Fix typo in comment.
5531
54edf5c2
KH
55322000-04-21 Kenichi Handa <handa@etl.go.jp>
5533
5534 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
5535 name change: ch -> character.
5536
3a64eef5
GM
55372000-04-20 Gerd Moellmann <gerd@gnu.org>
5538
5539 * keyboard.c (echo_message_buffer): New variable.
5540 (echo_now): Set echo_message_buffer to the echo area buffer used
5541 to display the echo.
5542 (cancel_echoing): Reset echo_message_buffer to nil.
5543 (read_char): Code rewritten that handles canceling an echo or
5544 echoing a dash, respectively.
5545
5546 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
5547 directory doesn't exist.
5548
6142fdcb
DL
55492000-04-19 Dave Love <fx@gnu.org>
5550
5551 * fns.c (syms_of_fns): Defsubr mapc.
a9cacab7
DL
5552 (concat): Don't allow numeric args.
5553 (Fconcat): Doc change.
6142fdcb 5554
ac6b5352
SM
55552000-04-19 Stefan Monnier <monnier@cs.yale.edu>
5556
5557 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
5558 instead define end_match(1|2) more carefully.
5559 Use GET_CHAR_BEFORE_2 for `begline'.
5560
cb9215e4
GM
55612000-04-19 Gerd Moellmann <gerd@gnu.org>
5562
5e3dac3f
GM
5563 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
5564 on 64-bit systems where NULL is defined as `0'.
5565
5566 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
5567 the `variable argument list' to make it work on Alpha.
5568
cb9215e4
GM
5569 * m/alpha.h (_LP64) [!_LP64]: Define.
5570 (ORDINARY_LINK): Define for NetBSD.
5571
5572 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
427ec082 5573
f532dca0
DL
55742000-04-19 Dave Love <fx@gnu.org>
5575
c750667e
DL
5576 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
5577 change.
5578
5579 * Makefile.in (LIBS): Don't use.
5580 (GETLOADAVG_OBJ): Define again.
5581 (otherobj): Add GETLOADAVG_OBJ.
5582
f532dca0
DL
5583 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
5584
1c7e22fd
GM
55852000-04-18 Gerd Moellmann <gerd@gnu.org>
5586
f6d3257b
GM
5587 * lread.c (read_filtered_event): Cancel and start busy cursor.
5588
427ec082 5589 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
1c7e22fd
GM
5590 that the per-character metrics may be null.
5591
e10f64e7
GM
55922000-04-17 Gerd Moellmann <gerd@gnu.org>
5593
0daee095
GM
5594 * buffer.c (clone_per_buffer_values): New function.
5595 (Fmake_indirect_buffer): Add optional argument CLONE. Call
5596 clone_per_buffer_values if CLONE is not nil.
5597
e10f64e7
GM
5598 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
5599
38687d43
DL
56002000-04-16 Dave Love <fx@gnu.org>
5601
5602 * Makefile.in: Remove obsolete localcpp stuff.
5603 (GETLOADAVG_OBJ): Don't define.
5604 (obj): Move LIBOBJS...
5605 (otherobj): ... to here.
5606 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
5607 whitespace-only lines after the continuation (Irix).
5608
c21c7262
GM
56092000-04-14 Gerd Moellmann <gerd@gnu.org>
5610
5611 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
5612
5613 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
5614
314767c0
DL
56152000-04-14 Dave Love <fx@gnu.org>
5616
5617 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
5618 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
5619 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
5620 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
5621 NLIST_STRUCT.
5622
5623 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
5624 autoconfiscated HAVE_GETLOADAVG.
5625
5626 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
5627 BROKEN_MKTIME.
5628
a2522dca
GM
56292000-04-14 Gerd Moellmann <gerd@gnu.org>
5630
5631 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
5632 (fill_in_lock_file_name): Avoid existing files that aren't
5633 links.
5634
33744b5d
DL
56352000-04-14 Dave Love <fx@gnu.org>
5636
c21c7262 5637 * Makefile.in (LIBS, LIBOBJS): New variable.
33744b5d
DL
5638 (INTERVAL_SRC): Convert to make variable.
5639 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
5640 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
5641 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
5642 add LIBOBJS.
5643 (SOME_MACHINE_OBJECTS): Remove interval stuff.
5644 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
5645 (shortlisp): Add facemenu, float-sup, frame.
5646 (SOME_MACHINE_LISP): Remove them from here.
5647 (LIBES): Change unused LDLIBS to autoconf LIBS.
5648
5649 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
5650
9d3d5916
KH
56512000-04-14 Kenichi Handa <handa@etl.go.jp>
5652
5653 * composite.c (update_compositions): If FROM and TO are not in a
5654 valid range, do nothing.
5655
198e3c7a
GM
56562000-04-13 Gerd Moellmann <gerd@gnu.org>
5657
5658 * tparam.c (tparam1): Abort when encountering an unknown
5659 `%'-specifier.
5660
5661 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
5662 terminfo.o.
5663
5664 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
5665 as TERMCAP_OBJ.
5666
055a28c9
EZ
56672000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
5668
5669 * fileio.c (a_write): Remove redundant semi-colons.
5670 (e_write): Return -1 if failed to write all the data.
5671 This fixes the changes made at 1999-12-15.
5672
f5c75033
DL
56732000-04-12 Dave Love <fx@gnu.org>
5674
5675 * fns.c (mapcar1): Test for null vals to support mapc.
5676 (Fmapc): New function.
5677
0c3cfc51
EZ
56782000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
5679
5680 * msdos.c (NUM_MOUSE_BUTTONS): Define.
5681 (IT_frame_up_to_date): Support the buffer local value of
5682 cursor-type, if defined.
5683
33465a31
DL
56842000-04-10 Dave Love <fx@gnu.org>
5685
5686 * editfns.c (preceding-char, following-char): Doc fix.
5687
6ed56568
KR
56882000-04-10 Ken Raeburn <raeburn@gnu.org>
5689
5690 * Makefile.in (temacs): Revert 2000-03-12 change.
5691
7cf80d4e
JR
56922000-04-10 Jason Rumney <jasonr@gnu.org>
5693
5694 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
5695
34f3f342
GM
56962000-04-10 Gerd Moellmann <gerd@gnu.org>
5697
1a1b1895
GM
5698 * xdisp.c (setup_echo_area_for_printing): Choose an echo
5699 area buffer, if it's not set up yet.
5700
34f3f342
GM
5701 * indent.c (compute_motion): Set immediate_quit.
5702
be0dbdab
GM
57032000-04-09 Gerd Moellmann <gerd@gnu.org>
5704
c45be9ac
GM
5705 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New
5706 variable.
5707 (realize_tty_face): Suppress boldness if colors are the inverse of
5708 the default colors, and tty_suppress_bold_inverse_default_colors_p
5709 is set.
5710 (Ftty_suppress_bold_inverse_default_colors): New function.
5711 (syms_of_xfaces): Defsubr it.
5712
be0dbdab
GM
5713 * buffer.c (Frestore_buffer_modified_p): New function.
5714 (syms_of_buffer): Defsubr it.
5715
e8413c3b
KR
57162000-04-08 Ken Raeburn <raeburn@gnu.org>
5717
87f67317
KR
5718 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
5719 charset id (int) argument, not a charset (Lisp_Object).
5720
e8413c3b
KR
5721 * coding.h (code_convert_string): Declare.
5722 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
5723 object, as the fourth argument to code_convert_string.
5724
5725 * fontset.c (make_fontset_for_ascii_face): Use XINT on return
5726 value.
5727 (Fset_fontset_font): Use EQ to compare lisp objects.
5728
7c752c80
KR
57292000-04-05 Ken Raeburn <raeburn@gnu.org>
5730
c0333abc
KR
5731 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
5732 a pointer that looks like a lisp object.
5733 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
5734 zero, instead see whether it's an integer object, since they can't
5735 have intervals.
5736 (GET_INTERVAL_OBJECT): Simply assign to the destination.
5737
7c752c80
KR
5738 * dispnew.c (allocate_matrices_for_frame_redisplay,
5739 direct_output_forward_char): Use X(U)INT and make_number as needed
5740 to convert between (unsigned) int values and lisp integers.
5741 * keyboard.c (read_key_sequence): Likewise.
5742 * lread.c (substitute_object_recurse): Likewise.
5743 * fns.c (concat, hash_lookup, hash_remove): Likewise.
5744 * minibuf.c (do_completion, Fminibuffer_complete_word,
5745 Fminibuffer_completion_help): Likewise.
5746 * term.c (produce_special_glyphs): Likewise.
5747
5748 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
5749 * print.c (print_preprocess, print_object): Likewise.
5750
5751 * search.c (compile_pattern): Use NILP when checking for nil.
5752
74e49b38
KR
5753 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
5754 __OPTIMIZE__]: Provide a GNU C macro version that handles
5755 lisp-object unions.
5756 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
5757 field, to better cope with ENABLE_CHECKING and calls that modify a
5758 Lisp_Object using its old value.
5759
685e5ed2
GM
57602000-04-04 Gerd Moellmann <gerd@gnu.org>
5761
c407c570
GM
5762 * window.c (compare_window_configurations): Signal an error
5763 if parameters C1 or C2 aren't window configurations.
5764
685e5ed2
GM
5765 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
5766 AFTER_POTENTIAL_GC calls around calls to functions that can
5767 signal an error and thus invoke the debugger.
5768
587a49ab
GM
57692000-04-03 Gerd Moellmann <gerd@gnu.org>
5770
62f20204
GM
5771 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
5772 an error if decoding fails.
5773
587a49ab
GM
5774 * keyboard.c (lispy_mouse_names): Variable removed.
5775 (Vlispy_mouse_stem): New variable.
5776 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
5777 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
5778 for any mouse button number. Increase size of mouse_syms and
5779 button_down_location as needed. Call modify_event_symbol with
5780 different arguments.
5781 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
5782 Call modify_event_symbol with different arguments.
5783 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
5784 for any button number. Call modify_event_symbol with different
5785 arguments.
5786 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
5787 Accept a string for NAME_ALIST_OR_STEM.
5788
5789 * lisp.h (larger_vector): Add prototype.
5790
5791 * fns.c (larger_vector): Make externally visible.
5792
5793 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
5794
2d1675e4
SM
57952000-04-02 Stefan Monnier <monnier@cs.yale.edu>
5796
5797 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
5798 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
5799 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
5800 we are between str1 and str2.
5801 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
5802 (PATFETCH): Use `TRANSLATE'.
5803 (PATFETCH_RAW): Fetch multibyte char if applicable.
5804 (PATUNFETCH): Remove.
5805 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
5806 When writing a char, write it directly into the pattern buffer rather
5807 than going needlessly through a temp char-array.
5808 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
5809 multibyte magic and remove the useless `#ifdef emacs'.
5810 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
5811 buffer.
5812
5813 * regex.h (struct re_pattern_buffer): Make field `multibyte'
5814 conditional on `emacs'.
5815
5816 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
5817
cc2d8c6b
KR
58182000-04-01 Ken Raeburn <raeburn@gnu.org>
5819
5820 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
5821 non-union-type versions of XMARK and friends here, because XMARK
5822 and friends won't work on an integer field if NO_UNION_TYPE is not
5823 defined.
5824 (make_number): Define as a function if it's not defined as a
5825 macro.
5826
09654086
KR
5827 * composite.c (run_composite_function): Use NILP when checking for
5828 nil.
5829 (syms_of_composite): Delete local var NARGS, pass an int as first
5830 argument to Fmake_hash_table.
5831
2387b382
KR
5832 * editfns.c (text_property_stickiness): Use NILP to test
5833 Lisp_Object boolean value.
5834 (Fmessage_or_box): Don't use NILP to test int variable.
c01fbf95
KR
5835 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
5836 problems reading from and changing the same lisp value in an
5837 XSETSTRING call.
5838
27660e89
GM
58392000-04-01 Gerd Moellmann <gerd@gnu.org>
5840
5841 * term.c (TN_no_color_video): New variable.
5842 (term_init): Intitialize TN_no_color_video.
5843 (enum no_color_bit): New enumeration.
5844 (MAY_USE_WITH_COLORS_P): New macro.
5845 (turn_on_face): Use it to determine if attributes may be used
5846 combined with colors.
5847
3578db3c
KR
58482000-04-01 Ken Raeburn <raeburn@gnu.org>
5849
5850 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
5851 with int lvalues via casts; instead, just yield lisp object
5852 lvalues.
5853 (enlarge_window): Variable sizep now points to Lisp_Object. Use
5854 proper accessor macros.
5855 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
5856 (grow_mini_window): Fix typo getting int value of root->height.
5857
6fc556fd
KR
5858 * xdisp.c (compute_string_pos): Fix order of arguments to
5859 string_pos_nchars_ahead.
5860 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
5861 count arg to variable-arg routines like Frun_hook_with_args and
5862 Fformat.
587a49ab
GM
5863 (back_to_previous_visible_line_start)
5864 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
6fc556fd
KR
5865 fixed-arg routines like Fget_char_property and Fmake_string.
5866 (reconsider_clip_changes): Use XINT when comparing integer lisp
5867 objects, or passing them as int arguments.
587a49ab
GM
5868 (mark_window_display_accurate, insert_left_trunc_glyphs)
5869 (append_space, extend_face_to_end_of_line): Use make_number when
6fc556fd
KR
5870 storing or passing integer values as lisp objects.
5871 (set_cursor_from_row, highlight_trailing_whitespace): Use
5872 INTEGERP, not implicit test against zero, for glyph object.
5873 (try_window_id): Don't use make_number when we want an int value.
5874
5875 * xfaces.c (xlfd_symbolic_value): Make last argument a
5876 Lisp_Object, to be consistent with callers.
5877 (Fbitmap_spec_p): Use XINT to get numeric value of height.
5878 (lface_hash): Apply XFASTINT to lisp values before folding in.
5879
5880 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
5881 fill in window width and height. Pass an int, not a lisp object,
5882 as first arg to Finsert.
5883
6e7b2457
GM
58842000-04-01 Gerd Moellmann <gerd@gnu.org>
5885
610d841e
GM
5886 * xfaces.c (realize_basic_faces): Block input while realizing
5887 the faces.
5888
6e7b2457
GM
5889 * keyboard.c (lispy_mouse_names): Add additional mouse names.
5890
5891 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
5892
aa110c0c
GM
58932000-03-31 Gerd Moellmann <gerd@gnu.org>
5894
5895 * xterm.c (x_produce_glyphs): When displaying unibyte text
610d841e 5896 or ASCII, handle case that per-char metric is null.
aa110c0c 5897
8801a864
KR
58982000-03-30 Ken Raeburn <raeburn@gnu.org>
5899
c6129d7e
KR
5900 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
5901
8801a864
KR
5902 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW,
5903 XSUBR, XBUFFER): Verify correct object type before returning
5904 pointer, using eassert.
5905 * frame.h (XFRAME): Likewise.
5906
5907 * buffer.c (Frename_buffer, Fset_buffer_multibyte,
5908 swap_out_buffer_local_variables, Fmove_overlay): Don't apply
5909 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong
5910 type.
5911 * data.c (set_internal): Likewise.
5912 * dispextern.h (WINDOW_WANTS_MODELINE_P,
5913 WINDOW_WANTS_HEADER_LINE_P): Likewise.
5914 * fileio.c (auto_save_1): Likewise.
5915 * insdel.c (check_markers): Likewise.
5916 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
5917 * undo.c (record_insert): Likewise.
5918 * vmsproc.c (child_sig): Likewise.
5919 * window.c (unshow_buffer, window_loop): Likewise.
5920 * xterm.c (x_erase_phys_cursor): Likewise.
5921
8e7af858
GM
59222000-03-30 Gerd Moellmann <gerd@gnu.org>
5923
5924 * xfns.c (free_image_cache): Free the cache structure itself
5925 last, after all its members have been freed.
5926
5927 * lisp.h (xstrdup): Add prototype.
5928
5929 * alloc.c (xstrdup): Moved here from xfaces.c.
5930 (allocating_for_lisp): Variable removed.
5931 (lisp_malloc): Block input around the calls to malloc and
5932 mem_insert.
5933
5934 * xfaces.c (realize_tty_face): Use find_symbol_value instead
5935 of Fsymbol_value.
5936 (xstrdup): Moved to alloc.c.
5937
e0b8c689
KR
59382000-03-29 Ken Raeburn <raeburn@gnu.org>
5939
b96f9fb7
KR
5940 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
5941
5942 * emacs.c (main): Fix sense of no-loadup test.
5943
e0b8c689
KR
5944 * config.in (ENABLE_CHECKING): Undef.
5945
5946 * lisp.h (struct interval): Replace "parent" field with a union of
5947 interval pointer and Lisp_Object; add new bitfield to use as
5948 discriminant. Change other flag fields to bitfields.
5949 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
5950 is defined and the supplied test fails, print a message and
5951 abort.
5952 (eassert): New macro. Use CHECK to provide an assert-like
5953 facility.
5954
5955 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
5956 pointers; abort if the value looks like a lisp object.
5957 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT,
5958 SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
5959 Modify for new interval parent definition.
5960
5961 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE,
5962 UNMARK_BALANCE_INTERVALS): Update references that need an
5963 addressable lisp object in the interval structure.
5964 (die): New function.
5965 (suppress_checking): New variable.
5966
5967 * intervals.c (interval_start_pos): Just return 0 if there's no
5968 parent object.
5969
f83c5440
GM
59702000-03-29 Gerd Moellmann <gerd@gnu.org>
5971
5972 * lread.c (read1): Accept `.' (period) as symbol start like in CL
5973 and earlier Emacs versions.
5974
5975 * keyboard.c (Ftop_level): Cancel busy-cursor.
5976
5977 * eval.c (call_debugger): Cancel busy-cursor.
5978
fdce64ff
KH
59792000-03-29 Kenichi Handa <handa@etl.go.jp>
5980
5981 * search.c (Freplace_match): Adjust multibyteness of the current
5982 buffer and NEWTEXT. Free allocated memory before signaling an
5983 error.
5984
f6a3f532
SM
59852000-03-28 Stefan Monnier <monnier@cs.yale.edu>
5986
5987 * regex.c (analyse_first): New function obtained by ripping out most
5988 of re_compile_fastmap and generalizing it a little bit so that it
5989 can also just return whether a given (sub)pattern can match the empty
5990 string or not.
5991 (regex_compile): Use `analyse_first' to decide whether the loop-check
5992 needs to be done or not for *, +, *? and +? (the loop check is costly
5993 for non-greedy repetition).
5994 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
5995
e9b309ac
DL
59962000-03-28 Dave Love <fx@gnu.org>
5997
bb15bd9a
DL
5998 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k,
5999 alpha.
6000
e9b309ac
DL
6001 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
6002
ed0767d8
SM
60032000-03-27 Stefan Monnier <monnier@cs.yale.edu>
6004
6005 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
6006 an expression.
6007 (enum re_opcode_t): Update description of succeed_n.
6008 (PATFETCH): Always define.
6009 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
6010 operators, char classes, shy-groups and intervals).
6011 Optimize special cases of intervals so as to only use succeed_n and
6012 jump_n when really needed.
6013 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
6014 that we don't have to handle the special cases any more.
6015 Simplify on_failure_jump handling as well.
6016
e11e7e46
JR
60172000-03-28 Jason Rumney <jasonr@gnu.org>
6018
6019 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
6020
88faab89
GM
60212000-03-27 Gerd Moellmann <gerd@gnu.org>
6022
182ff242
GM
6023 * s/freebsd.h (GC_SETJMP_WORKS): Define.
6024
6025 * s/msdos.h (GC_SETJMP_WORKS): Define.
427ec082 6026
182ff242
GM
6027 * alloc.c (mark_maybe_object): New function.
6028 (mark_memory): Use it.
6029 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
6030 (setjmp_tested_p, longjmp_done): New variables.
6031 (test_setjmp): New function.
6032 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
6033 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
6034
c1005d06
GM
6035 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
6036 to DEC_TEXT_POS and INC_TEXT_POS.
6037
6038 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
6039 with parameter MULTIBYTE_P.
6040
427ec082 6041 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter
c1005d06
GM
6042 MULTIBYTE_P.
6043
7439e5b9 6044 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
182ff242
GM
6045 buffers because it looks for multibyte character byte sequences
6046 which don't exist in unibyte text.
7439e5b9 6047
d9c545da
GM
6048 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
6049
11fd416e 6050 * xfaces.c (register_color, unregister_color, unregister_colors)
d9c545da
GM
6051 [DEBUG_X_COLORS]: New functions.
6052 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
6053
6054 * xfns.c (x_set_cursor_color): Get color reference counts right.
6055
6056 * xterm.c (x_copy_color): New function.
6057 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
6058
6059 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
6060 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
6061 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
6062 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
6063 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
6064 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
6065 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
6066 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
6067 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
6068 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
6069
11fd416e
GM
6070 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
6071 names for handling per-buffer variables.
d9c545da
GM
6072
6073 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
6074 instead of MAX_BUFFER_LOCAL_VARS.
6075 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
6076
6077 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
6078
88faab89
GM
6079 * xfns.c (x_specified_cursor_type): New function.
6080 (x_set_cursor_type): Use it.
6081
6082 * buffer.h (struct buffer): Add cursor_type.
6083
d80f42b7
SM
60842000-03-26 Stefan Monnier <monnier@cs.yale.edu>
6085
6086 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
427ec082 6087 (print_partial_compiled_pattern, re_compile_fastmap): Handle new
88faab89 6088 opcode.
d80f42b7
SM
6089 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
6090 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
6091 executing it as well as when popping it off the stack to find infinite
6092 loops in non-greedy repetition operators.
6093
89e80928
GM
60942000-03-26 Gerd Moellmann <gerd@gnu.org>
6095
3d4ff2dd
GM
6096 * doc.c (Qfunction_documentation): New variable.
6097 (syms_of_doc): Initialize Qfunction_documentation.
6098 (Fdocumentation): If FUNCTION is a symbol with non-nil
6099 `function-documentation' property, return a documentation derived
6100 from that.
6101
bd96bd79
GM
6102 * buffer.c (syms_of_buffer): Add default-cursor-type.
6103 (init_buffer_once): Don't let cursor_type have a local value
6104 in every buffer.
6105
19d1bc27
GM
6106 * xterm.c (x_display_and_set_cursor): Choose cursor depending
6107 on buffer-local value of cursor_type.
6108 (x_draw_bar_cursor): Add parameter WIDTH.
6109
6110 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
6111 (init_buffer_once): Set default cursor_type value to t.
6112 Mark cursor_type as local everywhere.
6113 (syms_of_buffer): New per-buffer variable cursor-type.
6114
89e80928
GM
6115 * buffer.h (struct buffer): Remove member local_var_flags,
6116 add local_flags.
6117 (MAX_BUFFER_LOCAL_VARS): New macro.
6118 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
6119 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
6120 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
6121 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
6122
6123 * print.c (print_object): Use new macros for per-buffer
6124 variables.
6125
6126 * category.c (Fset_category_table): Use new macros for per-buffer
6127 variables.
6128
6129 * buffer.c (buffer_permanent_local_flags): Make a char array.
6130 (max_buffer_local_idx): New variable.
6131 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
6132 for new handling of per-buffer variables.
6133 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
6134 (init_buffer_once): Initialize per-buffer vars differently.
6135 Set max_buffer_local_idx.
6136
6137 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
6138 variables.
6139
6140 * lread.c (defvar_per_buffer): Use new macros for per-buffer
6141 variables.
6142
6143 * data.c (do_symval_forwarding, store_symval_forwarding)
6144 (find_symbol_value, set_internal, default_value, Fset_default)
6145 (Fkill_local_variable, Flocal_variable_p): Use new macros for
6146 per-buffer variables.
6147
6148 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
6149
9a0dd3dc
GM
61502000-03-24 Gerd Moellmann <gerd@gnu.org>
6151
b68c375f
GM
6152 * xterm.c (x_term_init): Unblock input around call1 of
6153 Qvendor_specific_keysyms.
6154
9a0dd3dc
GM
6155 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
6156 (find_defun_start): Consider an open parenthesis in column 0
6157 a defun start only if open_paren_in_column_0_is_defun_start is set.
6158 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
6159
7973e637
SM
61602000-03-24 Stefan Monnier <monnier@cs.yale.edu>
6161
6162 * eval.c (Fautoload): Add entry in load-history (if after dump).
6163 * lread.c (load-history): Update docstring.
6164
39210e90
GM
61652000-03-24 Gerd Moellmann <gerd@gnu.org>
6166
6167 * indent.c (Fvertical_motion): Always use the current buffer.
6168 Temporarily change the window's buffer, if necessary.
6169
72db3ab5
GM
61702000-03-23 Gerd Moellmann <gerd@gnu.org>
6171
6172 * xterm.c (fast_find_position): Make sure not to consider rows
6173 not visible in the window.
6174
990b2375
SM
61752000-03-22 Stefan Monnier <monnier@cs.yale.edu>
6176
6177 * regex.c (enum syntaxcode): Provide default for non-Emacs.
6178 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
6179
ff4df011
JR
61802000-03-22 Jason Rumney <jasonr@gnu.org>
6181
6182 * w32menu.c (single_submenu): Set help string to NULL if none.
6183 (w32_menu_show): Set help string correctly.
6184 (add-menu-item): Set help string in MIIM_DATA for menu item.
6185 Load SetMenuItemInfoA explicitly.
6186 (w32_menu_display_help): New function.
427ec082 6187
ff4df011
JR
6188 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
6189 (QCdata): Moved to xdisp.c.
6190
6191 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
6192 (Vw32_charset_to_codepage_alist): Removed.
6193 (Vw32_charset_info_alist): New variable.
6194 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312,
6195 chinesebig5, oem, easteurope, turkish, baltic, russian, arabic,
6196 greek, hebrew, thai, johab, mac, unicode]): New symbols.
6197 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
6198 with TODO comment.
6199 (w32_codepage_for_font): Use Vw32_charset_info_alist.
6200 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
6201 Define Vw32_charset_info_alist and w32_charset symbols.
6202
62032000-03-22 Jason Rumney <jasonr@gnu.org>
6204
6205 * makefile.nt (w32bdf.obj): Update dependencies.
6206
6207 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
6208
6209 * w32fns.c: Include fontset.h after dispextern.h.
6210 (Fx_create_frame): Do not create fontset.
6211 (w32_load_system_font): Doc fix.
6212 (Fx_close_connection): Free full_name if it is not shared.
6213
6214 * w32term.c: Include fontset.h after dispextern.h.
6215 (x_get_glyph_face_and_encoding): New parameter two_byte_p. Callers
6216 updated.
6217 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
6218 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
6219 (w32_font_is_double_byte): New function, needs body.
6220 (x_append_glyph): Set glyph->glyph_not_available_p.
6221 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
6222 it->charset. If it->multibyte_p is zero and it->c is a multibyte
6223 character, convert it to a unibyte character.
6224 (struct glyph_string): Delete member `charset'.
6225 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
6226 calculating it is found.
6227 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
6228 the case that per char metric is not available correctly.
6229 (x_fill_glyph_string): Handle the case that the specific glyph is
6230 not available correctly.
6231 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
6232 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
6233 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
6234 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
6235 fontset. Don't call FS_LOAD_FONT.
6236
439d5cb4
KR
62372000-03-22 Ken Raeburn <raeburn@gnu.org>
6238
6239 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
6240 (INT_LISPLIKE): New macro.
6241 (NULL_INTERVAL_P): Use it.
6242 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT,
6243 SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT,
6244 GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
6245
6246 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
6247 explicit references to "parent" field of struct interval and
6248 associated unclean type conversions.
6249 * intervals.c (create_root_interval, root_interval, rotate_right,
6250 rotate_left, balance_possible_root_interval, split_interval_right,
6251 split_interval_left, interval_start_pos, find_interval,
6252 next_interval, previous_interval, update_interval,
6253 adjust_intervals_for_insertion, delete_node, delete_interval,
6254 adjust_intervals_for_deletion, merge_interval_right,
6255 merge_interval_left, reproduce_tree, graft_intervals_into_buffer,
6256 copy_intervals_to_string): Likewise.
6257 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
6258 Likewise.
6259 * syntax.c (update_syntax_table): Likewise.
6260
6261 * intervals.c (reproduce_tree_obj): New function, like
6262 reproduce_tree but takes a Lisp_Object for the parent. Declare
6263 with prototype.
6264 (graft_intervals_into_buffer): Use it when appropriate.
6265 (reproduce_tree): Declare with prototype.
6266 (balance_possible_root_interval): Check that the parent is a lisp
6267 object before trying to examine its type.
6268
ee1c5b21
GM
62692000-03-22 Gerd Moellmann <gerd@gnu.org>
6270
6271 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
6272 as strings only if both are known to be strings.
6273
6274 * s/openbsd.h (LIBS_TERMCAP): Undef.
6275
1fb352e0
SM
62762000-03-21 Stefan Monnier <monnier@cs.yale.edu>
6277
6278 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
6279 definitions for non-Emacs compilation.
6280 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
6281 outside of `#ifdef emacs'.
6282 (print_partial_compiled_pattern): Update.
6283 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
6284 (re_compile_fastmap): Merge handling of charset and charset_not (for
6285 emacs and non-emacs compilation as well).
6286 Similarly for (not)categoryspec and (not)syntaxspec.
6287 Don't use the fastmap when reaching `anychar' since the added
6288 complexity is not justified.
6289 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
6290 and (not)syntaxspec. Merge (not)categoryspec.
6291
fdaa1f77
KH
62922000-03-22 Kenichi Handa <handa@etl.go.jp>
6293
ff1a0d8e
KH
6294 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P,
6295 FACE_FOR_CHAR): Define them differently for the configuration of
6296 --without-x.
fdaa1f77 6297
d152fb46
DL
62982000-03-21 Dave Love <fx@gnu.org>
6299
6300 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
6301 doc string.
6302
d2cafc8c
GM
63032000-03-21 Gerd Moellmann <gerd@gnu.org>
6304
6305 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
6306 (lface_fully_specified_p): Don't check contents of
6307 LFACE_FONT_INDEX because that attribute is optional.
6308 (realize_x_face): Remove now unwarranted xassert.
6309
9111d4b5
KH
63102000-03-21 Kenichi HANDA <handa@etl.go.jp>
6311
6312 The following changes are to make font selection based on
6313 characters, not charset. In addition, they recover fontset
6314 facilities while utilizing the new font selection mechanism.
6315
6c4bfdc0
KH
6316 * Makefile.in (fontset.o): Depend on dispextern.h.
6317
6318 * alloc.c (mark_face_cache): Don't mark face->registry.
6319
9111d4b5
KH
6320 * dispextern.h (struct glyph): New member glyph_not_available_p.
6321 Use 22 bits for face_id.
6322 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
6323 (struct face): Delete member registry, new member ascii_face.
6324 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
6325 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
6326 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
6327 (struct it): Delete member charset, new member
6328 glyph_not_available_p.
6329
6330 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
6331 (struct fontset_info, struct fontset_data): Structs removed.
6332 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset,
6333 Vglobale_fontset_alist, font_idx_temp): Externs removed.
6334 (fs_load_font, fs_query_fontset): Adjusted for new argument.
6335 (fs_free_face_fontset, fontset_font_pattern,
6336 face_suitable_for_char_p, face_for_char,
6337 make_fontset_for_ascii_face): Extern them.
6338 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
6339 (FS_LOAD_FACE_FONT): New macro.
6340
6341 * fontset.c: All codes rewritten or adjusted for the change of
6342 fontset implementation. Now fontset is represented by char table.
6343 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl): Variables
6344 removed.
6345 (my_strcasecmp): Function removed.
6346 (Vfontset_table, next_fontset_id, Vdefault_fontset): New
6347 variables.
6348 (AREF, ASIZE): New macros.
6349 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME,
6350 FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF,
6351 FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
6352 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset,
6353 fontset_id_valid_p, font_family_registry, fontset_name,
6354 fontset_ascii, free_face_fontset, face_suitable_for_char_p,
6355 face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
6356 New functions.
6357 (fs_load_font): New arg FACE. Caller changed.
6358 (fs_query_fontset): Argument changed. Caller changed.
6359 (Fquery_fontset): call fs_query_fontset.
6360 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
6361 Functions removed.
6362 (clear_fontset_elements, check_registry_encoding,
6363 check_fontset_name): New functions.
6364 (syms_of_fontset): Set char-table-extra-slots property of fontset
6365 to 3. Staticpro and initialize Vfontset_table and
6366 Vdefault_fontset. Defsubr fontset_font and fontset_list.
6367
6368 * frame.h (struct frame): Member `fontset_data' removed.
6369 (FRAME_FONTSET_DATA): Macro removed.
6370
6371 * frame.c (make_frame): Don't allocate f->fontset_data.
6372 (Fdelete_frame): Don't free f->fontset_data.
6373
6c4bfdc0
KH
6374 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
6375
9111d4b5
KH
6376 * xdisp.c (charset_at_position): Function removed.
6377 (init_iterator): Don't set member charset of struct `it'.
6378 (handle_face_prop, reseat_to_string, set_iterator_to_next,
6379 next_element_from_display_vector, insert_left_trunc_glyphs):
6380 Likewise.
6381 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
6382 FACE_FOR_CHARSET.
6383 (get_next_display_element, append_space,
6384 extend_face_to_end_of_line): Likewise.
6385
6386 * xfaces.c (Qx_charset_registry, Vface_default_registry):
6387 Variables removed.
6388 (clear_font_table, frame_update_line_height, load_face_font):
6389 Adjusted for the change of fontset implementation.
6390 (load_face_fontset_font): Function removed.
6391 (pixel_point_size): New function.
6392 (font_list): Argument type changed. Caller changed.
6393 (LFACE_FONT): New macro.
6394 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
6395 (set_lface_from_font_name): Type of arg FONTNAME is changed to
6396 Lisp_Object. Determine the font name by actually loading a font
6397 by the specified pattern. Set LFACE_FONT (lface) to the specified
6398 pattern. Even if a font is not found, don't try alternatives.
6399 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
6400 (set_font_frame_param): If `font' is specified in lface, use it.
6401 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
6402 (lface_same_font_attributes_p): Likewise.
6403 (make_realized_face): Arguent changed. Caller changed. Set
6404 face->ascii_face to face itself.
6405 (free_realized_face): Free face->fontset if face is for ASCII.
6406 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p,
6407 deduce_unibyte_registry, x_charset_registry): Functions removed.
6408 (free_realized_multibyte_face): New function.
6409 (lookup_face, lookup_named_face, lookup_derived_face): Argument
6410 changed. Caller changed.
6411 (try_font_list): Argument type changed.
6412 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
6413 (choose_face_font): Argument changed. Handle fontset properly.
6414 (choose_face_fontset_font): Function removed.
6415 (realize_default_face, realize_named_face): Don't remove the
6416 former face here.
6417 (realize_face): Argument changed. Caller changed. Remove face
6418 with the arg former_face_id in advance. Load font for the new
6419 face.
6420 (realize_x_face): Argument changed. Caller changed. For a
6421 multibyte character, share fontset with base_face. For a single
6422 byte character, make a new realized fontset. Don't load a font
6423 here.
6424 (realize_tty_face): Argument changed. Caller changed.
6425 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
6426 (face_at_buffer_position): Don't check multibyte_p for returning
6427 DEFAULT_FACE_ID.
6428 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
6429 FACE_SUITABLE_FOR_CHARSET_P.
6430 (syms_of_xfaces): Remove code for Qx_charset_registry and
6431 Vface_default_registry.
6432
6c4bfdc0
KH
6433 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
6434 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
9111d4b5
KH
6435 (x_per_char_metric): Don't try FONT->default_char. Even if
6436 pcm->width is zero, glyph bits may exist.
6437 (x_encode_char): Always initialize char2b->byte1.
6438 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
6439 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller
6440 changed.
6441 (x_append_glyph): Set glyph->glyph_not_available_p.
6442 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
6443 it->charset. Handle the case that per char metric is not
6444 available. If it->multibyte_p is zero and it->c is a multibyte
6445 character, convert it to a unibyte character.
6446 (struct glyph_string): Delete member `charset'.
6447 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
6448 the case that per char metric is not available correctly.
6449 (x_fill_glyph_string): Handle the case that the specific glyph is
6450 not available correctly.
6451 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
6452 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
6453 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
6454 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
6455 fontset. Don't call FS_LOAD_FONT.
6456
6457 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
6458 (x_create_tip_frame): Likewise.
6459 (Fx_close_connection): Free full_name of font_info.
6460
6461 * fns.c (optimize_sub_char_table): New function.
6462 (Foptimize_char_table): New function.
6463 (syms_of_fns): Defsubr Soptimize_char_table.
6464
b33dd3b0
GM
64652000-03-20 Gerd Moellmann <gerd@gnu.org>
6466
6467 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
6468 only if buffer is displayed in some window.
6469
6470 * xdisp.c (handle_single_display_prop): Initialize local `value'.
6471 (try_window_reusing_current_matrix): Don't call scroll run
6472 function if run's current and desired position are the same;
6473 this prevents cursor flickering.
6474
4e8a9132
SM
64752000-03-19 Stefan Monnier <monnier@cs.yale.edu>
6476
6477 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
6478
6479 * regex.c (RE_STRING_CHAR): New macro.
6480 (GET_CHAR_AFER_2): Remove.
6481 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
6482 (enum re_opcode_t): Remove on_failure_jump_exclusive.
6483 (print_partial_compiled_pattern, re_compile_fastmap)
6484 (re_match_2_internal): Remove on_failure_jump_exclusive.
6485 (regex_compile): Turn optimizable P+ loops into PP*, so that the
6486 optimization only need to work for * (ie. can use of_keep_string_jump).
6487 Remove the special case for .*\n since it is now covered by the general
6488 optimization.
6489 (re_search_2): Don't bother with `room'.
6490 (skip_one_char): New function.
6491 (skip_noops): Simplify since `memory' is not needed any more.
6492 (mutually_exclusive_p): Restructure slightly to use `switch' and
6493 add handling for "all" remaining cases.
6494 (re_match_2_internal): Change on_failure_jump_smart to use
6495 on_failure_keep_string_jump (and redirect the end-of-loop jump)
6496 rather than on_failure_jump_exclusive.
6497
2136fdd4
GM
64982000-03-19 Gerd Moellmann <gerd@gnu.org>
6499
6500 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
6501 number of bits per RGB because it's everywhere used as the depth
6502 of the visual.
6503
6504 * term.c (calculate_costs): Remove code dealing with X frames.
6505
18e21ce8 65062000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
6507
6508 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
6509
d7b511c4
GM
65102000-03-18 Gerd Moellmann <gerd@gnu.org>
6511
6512 * lread.c (read_integer): Unread the last char not consumed.
6513
16b5d424
GM
65142000-03-17 Gerd Moellmann <gerd@gnu.org>
6515
6516 * xterm.c (x_update_window_cursor): Don't update in frames
d7b511c4 6517 which are in the process of being deleted.
16b5d424 6518
1fa28578
GM
65192000-03-16 Gerd Moellmann <gerd@gnu.org>
6520
83488cce
GM
6521 * Makefile.in (mostlyclean): Add `*.core'.
6522 (clean): Add `bootstrap-emacs'.
6523
1fa28578
GM
6524 * lread.c (read_integer): New function.
6525 (read1): Support read syntax #o, #x, #b, #r.
6526
99633e97
SM
65272000-03-15 Stefan Monnier <monnier@cs.yale.edu>
6528
1fa28578
GM
6529 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
6530 make sure POINTER_TO_OFFSET gives the same value before and after
6531 PREFETCH. Use `dfail' to guarantee "atomic" matching.
99633e97
SM
6532 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
6533 (debug): Now only active if > 0 rather than if != 0.
6534 (DEBUG_*): Update for the new meaning of `debug'.
1fa28578
GM
6535 (print_partial_compiled_pattern): Add missing `succeed' case. Use
6536 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
6537 in `succeed_n', `jump_n' and `set_number_at'.
99633e97
SM
6538 (store_op1, store_op2, insert_op1, insert_op2)
6539 (at_begline_loc_p, at_endline_loc_p): Add prototype.
1fa28578
GM
6540 (group_in_compile_stack): Move to after its arg's types are
6541 declared and add a prototype.
99633e97 6542 (PATFETCH): Define in terms of PATFETCH_RAW.
1fa28578
GM
6543 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)'
6544 wrapper.
99633e97 6545 (QUIT): Redefine as a nop except for NTemacs.
1fa28578
GM
6546 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
6547 indentation of the greedy-op and shy-group code.
99633e97
SM
6548 (at_(beg|end)line_loc_p): Fix argument's types.
6549 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
6550 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
6551 (MATCHING_IN_FIRST_STRING): Remove.
1fa28578
GM
6552 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
6553 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
6554 QUIT unconditionally.
99633e97 6555
699238d9
GM
65562000-03-15 Gerd Moellmann <gerd@gnu.org>
6557
6558 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
6559 a sole completion.
6560
6561 * process.c (send_process): Add a hint that the function
6562 can call Lisp code to its comment.
6563
6564 * lread.c (load_dangerous_libraries): New variable.
6565 (Vbytecomp_version_regexp): New variable.
6566 (safe_to_load_p): New function.
6567 (Fload): Handle files not compiled with Emacs specially.
6568 (syms_of_lread): New Lisp variable load-dangerous-libraries.
6569
34e23e5a
GM
65702000-03-14 Gerd Moellmann <gerd@gnu.org>
6571
9c763cca
GM
6572 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
6573
6574 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
6575 support functions only if HAVE_X11R6_XIM is defined.
6576 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
6577
6578 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
6579
6580 * xfns.c (X_I18N_INHIBITED): Don't define.
6581 (create_frame_xic): Remove conditional compilation on
6582 X_I18N_INHIBITED.
6583 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
6584
6585 * config.in (HAVE_X_I18N): Moved here from xterm.h.
6586 (HAVE_X11R6_XIM): Define.
6587
6588 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
6589
34e23e5a
GM
6590 * xterm.c (x_term_init): Add support for X resource `synchronous'.
6591 If set, call XSynchronize.
6592
66f0296e
SM
65932000-03-13 Stefan Monnier <monnier@cs.yale.edu>
6594
34e23e5a
GM
6595 * regex.c: Declare a new type `re_char' used throughout the code
6596 for the string char type. It's `const unsigned char' to match the
6597 rest of Emacs. Consistently make sure all pointers to strings use
6598 it and make sure all pointers into the pattern use `unsigned
6599 char'.
66f0296e 6600 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
34e23e5a
GM
6601 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
6602 code duplication.
66f0296e
SM
6603
6604 * charset.h (GET_CHAR_AFTER_2): Remove.
6605 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
6606
854a025c
KR
66072000-03-12 Ken Raeburn <raeburn@gnu.org>
6608
6609 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
6610 variable before the invocation of YMF_PASS_LDFLAGS, in case both
6611 of them try to use backquotes.
6612
b9d2c7e2
DL
66132000-03-12 Dave Love <fx@gnu.org>
6614
6615 * unexelf.c: Restore changes of 1999-10-19.
6616 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
6617 fix its type and alignment; copy it from current process.
6618
5e5dff44
GM
66192000-03-12 Gerd Moellmann <gerd@gnu.org>
6620
9b2f3c38
GM
6621 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
6622 has been found. Fix bug not computing timer's predecessor.
6623
427ec082 6624 * fileio.c (Fread_file_name): Handle case that DIR contains a
9172b88d
GM
6625 file name.
6626
e1cff360
GM
6627 * window.c (Fsave_window_excursion): Doc fix.
6628
5e5dff44
GM
6629 * xfns.c (x_defined_color): Rewritten to use
6630 x_allocate_nearest_color.
6631
e411ce4b
EZ
66322000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
6633
6634 * msdos.c (vga_installed): New function, code moved from
6635 dos_set_window_size.
6636 (Qbar, Qcursor_type, outside_cursor): New variables.
6637 (syms_of_msdos): Intern and staticpro them.
6638 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
6639 shape used outside Emacs when called for the first time.
6640 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
6641 cursor shape used outside Emacs.
6642 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
6643 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
6644 type has changed.
6645 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
6646 parameters specify the cursor. Make qreverse a global
6647 variable (renamed to Qreverse).
6648
80460654
GM
66492000-03-09 Gerd Moellmann <gerd@gnu.org>
6650
6651 * fns.c (Fy_or_n_p): Cancel busy-cursor.
6652
95cd4c40
SM
66532000-03-08 Stefan Monnier <monnier@cs.yale.edu>
6654
6655 This is a big redesign of failure-stack and register handling, prompted
6656 by bugs revealed when trying to add shy-groups. Overall, what happened
6657 is that loops are now structured a little differently, groups can be
6658 shy and the code is a little simpler.
6659
6660 * regex.h: Update the copyright.
6661 (RE_SHY_GROUPS): New value.
6662 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
6663 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
6664
80460654
GM
6665 * regex.c (enum re_opcode_t): Remove jump_past_alt,
6666 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
6667 on_failure_jump_(exclusive, loop and smart). Also fix the comment
6668 for (start|stop)_memory since they now only take one argument (the
6669 second has becomes unnecessary).
6670 (print_partial_compiled_pattern): Adjust for changes in
6671 re_opcode_t.
6672 (print_compiled_pattern): Use %ld to printf long ints and flush to
6673 make debugging a little easier.
95cd4c40
SM
6674 (union fail_stack_elt): Make the integer unsigned.
6675 (struct fail_stack_type): Add a `frame' element.
6676 (INIT_FAIL_STACK): Init `frame' as well.
6677 (POP_PATTERN_OP): New macro for re_compile_fastmap.
6678 (DEBUG_PUSH, DEBUG_POP): Remove.
6679 (NUM_REG_ITEMS): Remove.
6680 (NUM_NONREG_ITEMS): Adjust.
80460654
GM
6681 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
6682 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
95cd4c40 6683 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
80460654
GM
6684 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP): New
6685 macros.
6686 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
6687 address pushed is not the destination of the jump but the source
6688 of it instead.
95cd4c40
SM
6689 (NUM_FAILURE_ITEMS): Remove.
6690 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
80460654
GM
6691 registers before the actual failure point). Don't hardcode any
6692 meaning for str==NULL anymore.
95cd4c40 6693 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
80460654
GM
6694 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
6695 Remove.
95cd4c40
SM
6696 (REG_UNSET_VALUE): Use NULL (why not?).
6697 (compile_range): Remove declaration since it doesn't exist.
6698 (struct compile_stack_elt_t): Remove inner_group_offset.
6699 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
6700 (regex_grow_registers): Remove dead code.
6701 (FIXUP_ALT_JUMP): New macro.
80460654
GM
6702 (regex_compile): Add shy-groups Change loops to use
6703 on_failure_jump_smart&jump instead of
6704 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
6705 initial (dummy_failure_)jump. Remove c1_base (looks like unused
6706 variable to me). Use `jump' instead of `jump_past_alt' and don't
6707 bother with push_dummy_failure in alternatives since it is now
6708 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
6709 emacs' for (re)allocating the stack.
6710 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
6711 from loop when bufp->can_be_null rather than jumping to `done'.
6712 Avoid jumping backwards so as to ensure termination. Use
6713 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
6714 backreferences. Remove dead code in handling of `anychar'.
95cd4c40 6715 (skip_noops, mutually_exclusive_p): New functions taken from the
80460654
GM
6716 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
6717 improve mutually_exclusive_p to handle ".+\n".
6718 (lowest_active_reg, highest_active_reg,
6719 NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
6720 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
6721 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
6722 variables. Push register (in `start_memory') on the stack rather
6723 than storing it in old_reg(start|end). Remove the cycle detection
6724 from `stop_memory', replaced by the use of on_failure_jump_loop
6725 for greedy loops. Add code for the new on_failure_jump_<foo>.
6726 Remove ad-hoc code in `on_failure_jump' to push more registers in
6727 the case of a loop. Take out code from `maybe_pop_jump' into
6728 separate functions and adapt it to the semantics of
6729 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
6730 and push_dummy_failure. Remove dummy_failure handling and
6731 handling of `failures to jump to on_failure_jump' (this last one
6732 was already dead code, it seems).
6733 (group_match_null_string_p, alt_match_null_string_p)
6734 (common_op_match_null_string_p): Remove.
95cd4c40 6735
7397acc4
DL
67362000-03-08 Dave Love <fx@gnu.org>
6737
6738 * config.in: Don't depend on __STDC__ for volatile.
6739 Add POINTER_TYPE, PTR, PROTOTYPES.
6740
6741 * hftctl.c, strftime.c: Use PROTOTYPES.
6742 * eval.c (find_handler_clause): Likewise.
6743
6744 * mem-limits.h: Use POINTER_TYPE.
6745
6746 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
6747 (memory_warnings): Declare using POINTER_TYPE.
6748
5e91ff9e
GM
67492000-03-08 Gerd Moellmann <gerd@gnu.org>
6750
feab4fba
GM
6751 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
6752
25edb08f
GM
6753 * xdisp.c (display_echo_area): Temporarily inhibit garbage
6754 collection.
6755
5e91ff9e
GM
6756 * xfns.c: Remove obsolete code in #if 0.
6757 (Fx_focus_frame): New function.
6758
a735b7e1
KH
67592000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
6760
6761 * coding.c (coding_category_name): Add coding-category-utf-8,
6762 coding-category-utf-16-be, coding-category-utf-16-le.
6763 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
6764 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
6765 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
6766 (detect_coding_utf_8): New function.
6767 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
6768 UTF_16_LOW_SURROGATE_P): New macros.
6769 (detect_coding_utf_16): New function
6770 (detect_coding_mask): When priorities are specified, skip any
6771 categories that have `nil' coding-system. Fix bug of returning
6772 wrong mask when PRIORITIES is specified and detect_coding_XXX()
6773 returns a mask not set in PRIORITIES.
6774 (detect_eol_type_in_2_octet_form): New function.
6775 (detect_eol): selects detect_eol_type_XXX to call according to
6776 cooding->category_idx.
6777 (detect_coding_system): Remove `nil' coding-system in the result.
6778 (Fupdate_coding_systems_internal): Update all coding-categories.
6779
6780 * coding.h (CODING_CATEGORY_IDX_UTF_8,
6781 CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE): New
6782 macros.
6783 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY,
6784 CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
6785 CODING_CATEGORY_IDX_UTF_16_LE.
6786 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE,
6787 CODING_CATEGORY_MASK_UTF_16_LE): New macros.
6788 (CODING_CATEGORY_MASK_ANY): Include the above macros.
6789 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
6790
9994cc69
GM
67912000-03-07 Gerd Moellmann <gerd@gnu.org>
6792
e9b4e5ff
GM
6793 * doc.c (Fdocumentation_property): If value is not a string,
6794 and doesn't refer to etc/DOC, evaluate it to obtain a string.
6795
f7daf1e1
GM
6796 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
6797 close the display with XtCloseDisplay. This caused a bus error
6798 on OpenWindows.
6799
9994cc69
GM
6800 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
6801 complete but not unique.
6802
4336c705
GM
68032000-03-06 Gerd Moellmann <gerd@gnu.org>
6804
18bb0684
GM
6805 * process.c (send_process): Remove local variable `procname' that
6806 might become invalid when a GC happens. Instead, access the
6807 process name slot directly.
6808
4336c705
GM
6809 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
6810 orig_height if set.
6811
6812 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
6813 orig_height if set.
6814
515d0d0e
EZ
68152000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
6816
6817 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
6818 glyph matrices have been freed.
6819
100b3cbb
GM
68202000-03-05 Gerd Moellmann <gerd@gnu.org>
6821
50df5e5a 6822 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
6178bc23 6823 (bootstrap-temacs): Set LC_ALL to C like for temacs.
50df5e5a
GM
6824
6825 * xfns.c (QCdata): Moved to xdisp.c.
6826
6827 * xdisp.c (QCdata): Moved here from xfns.c.
6828 (syms_of_xdisp): Initialize QCdata.
6829
6830 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
6831
6832 * window.c (coordinates_in_window): Use
6833 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
6834 FRAME_INTERNAL_BORDER_WIDTH.
6835
100b3cbb 6836 * xdisp.c (try_window_id): Recompute unchanged information if
4336c705 6837 it is obviously invalid.
100b3cbb
GM
6838
6839 * xterm.c (x_term_init): Create a colormap if not using the
6840 default visual.
6841
6842 * xterm.h (select_visual): Change prototype.
6843
6844 * xfns.c (select_visual): Rewritten. Recognize user-specified
6845 visual classes.
6846 (visual_classes): New variable.
6847
64d739c4
GM
68482000-03-04 Gerd Moellmann <gerd@gnu.org>
6849
6850 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
6851 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
6852 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
6853 (x_decode_color): Don't handle allocation of white and black
6854 specially.
6855 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
6856 XtNcolormap resources.
6857 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
6858 (Fx_create_frame): Initialize color members of x_output structure.
6859 (xpm_load): Pass colormap to XPM lib.
6860
6861 * xfaces.c (x_free_colors): Access colormap of frame using
6862 FRAME_X_COLORMAP. Be paranoid about freeing black and white
6863 when default colormap is used.
6864
6865 * xterm.c (x_term_init): Set Colormap member of x_display_info
6866 structure. Copy colormap if resource `privateColormap' is
6867 specified (PseudoColor only).
6868 (x_setup_relief_color): Access colormap of frame using
6869 FRAME_X_COLORMAP.
6870
6871 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
6872 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
6873
c3cee013
JR
68742000-03-04 Jason Rumney <jasonr@gnu.org>
6875
6876 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
6877 other non-platform-specific equivalents.
64d739c4 6878 [WINDOWSNT]: Include w32term.h, fontset.h and define X
c3cee013
JR
6879 specific functions and macros as their w32 equivalents where
6880 non-platform-specifics are not available.
6881 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
6882 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
6883 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
6884 (frame_update_line_height): Use macros to access f->output_data.
6885 (defined_color): Remove FIXME comments; fixed.
6886 (x_face_list_fonts, prepare_face_for_display): Put X specifics
6887 into #ifdef blocks. Add WINDOWSNT blocks.
6888 (Fx_list_fonts): Use macros for accessing font data.
6889 (set_lface_from_font_name): Different default fonts for X and
6890 WINDOWSNT.
6891 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
6892 scalable for backward compatibility.
64d739c4 6893 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
c3cee013
JR
6894 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
6895
64d739c4 6896 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
c3cee013
JR
6897 syms_of_w32faces.
6898
6899 * makefile.nt (w32faces.obj): Remove.
6900 (xfaces.obj): Add.
6901
807cc41c
JR
69022000-03-03 Jason Rumney <jasonr@gnu.org>
6903
6904 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
6905 correct parameters.
6906
0007072a
KR
69072000-03-03 Ken Raeburn <raeburn@gnu.org>
6908
6909 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
6910 standard ELF definitions here if the system header does not.
6911
71a6ba55
GM
69122000-03-03 Gerd Moellmann <gerd@gnu.org>
6913
6914 * xterm.c (PER_CHAR_METRIC): Removed.
6915 (x_per_char_metric_1, x_default_char): New functions.
6916 (x_per_char_metric): If font's default char is invalid, return
6917 metrics of a suitably chosen usable default char.
6918 (x_draw_glyph_string_foreground): If font has an invalid default
64d739c4
GM
6919 char, replace occurrences of unprintable chars with a suitably
6920 chosen usable default char.
71a6ba55 6921
900fa1f1
GM
69222000-03-02 Gerd Moellmann <gerd@gnu.org>
6923
42f55fe0
GM
6924 * xterm.c (note_mouse_highlight): Return quickly if frame's
6925 glyph matrices have been freed.
6926
6927 * dispnew.c (free_glyphs): Block input while freeing matrices.
6928
900fa1f1
GM
6929 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
6930
6931 * xterm.c (x_alloc_lighter_color, x_setup_relief_color): Use
6932 x_free_colors.
6933
6934 * dispextern.h (x_free_colors): Add prototype.
6935
6936 * xfaces.c (x_free_colors): New function.
6937 (unload_color, free_face_colors): Use it.
6938
2f950292
EZ
69392000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
6940
6941 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
6942
6943 * window.c [MSDOS]: Include msdos.h.
6944
54d04320
DL
69452000-03-02 Dave Love <fx@gnu.org>
6946
6947 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
6948
6949 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
6950 set C_OPTIMIZE_SWITCH for gcc.
6951
0ba93ac4
KH
69522000-03-02 Kenichi Handa <handa@etl.go.jp>
6953
6954 * coding.c (coding_save_composition): Be sure to allocate
6955 composition data area in coding even if there's no composition in
6956 the current run.
6957
a2bc11d4
JR
69582000-03-01 Jason Rumney <jasonr@gnu.org>
6959
6960 * w32term.c: Equivalent changes to those made to xterm.c on
6961 2000-02-25 and 2000-02-24.
6962
6963 * w32fns.c: Equivalent changes to those made to xfns.c on
6964 2000-02-25 and 2000-02-21.
6965
6966 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
6967 correct line-end convention is followed.
6968
6969 * w32menu.c [HAVE_BOXES]: Remove #undef.
6970 (single_keymap_panes): Remove code for simulating checkmarks.
6971 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
6972 Remove code for drawing simulated checkmarks.
6973 (w32_menu_show): make unibyte help string correctly.
6974 (add_menu_item): draw standard Windows checkmarks. Draw radio
6975 buttons as radio buttons if possible.
6976
72d19d75
GM
69772000-03-01 Gerd Moellmann <gerd@gnu.org>
6978
2df636f4
GM
6979 * sysdep.c (start_of_text): Don't define this function for NetBSD
6980 with ELF.
6981
427ec082 6982 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
2df636f4
GM
6983 Don't define.
6984 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
6985 (LINKER): Don't undef if __NetBSD__ is defined.
6986
6987 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
6988
6989 * fileio.c [__NetBSD__]: Define `unix'.
6990
72d19d75
GM
6991 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
6992
ed4d0512
GM
69932000-02-29 Gerd Moellmann <gerd@gnu.org>
6994
50b1039f
GM
6995 * atimer.c (start_atimer): Don't abort when timers are stopped.
6996 (append_atimer_lists): New function.
6997 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
6998 arbitrary lists of stopped and running atimers.
6999
ed4d0512
GM
7000 * atimer.c (cancel_atimer): Handle canceling an atimer when
7001 some timers are stopped.
7002
7003 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
7004 after canceling it.
7005
7006 * fns.c (maybe_resize_hash_table): Handle case of new size
7007 coming out as being the same as old size.
7008
387023ee
JR
70092000-02-27 Jason Rumney <jasonr@gnu.org>
7010
7011 * makefile.nt: Add atimer.h to dependencies.
7012 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
7013 * w32console.c: Only disable window system features for dispextern.h
7014 (initialize_w32_display): Build a display info for the console.
7015 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
7016 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
7017 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
7018 as 2 button mice.
7019 * w32gui.h (struct W32FontStruct): Revert last change after change
7020 to xdisp.c.
7021 * w32menu.c (single_submenu): Set up help string.
7022 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
7023 (w32_dialog_show): Set up help string.
7024 * w32term.c (w32_display_info_for_display): Remove unused function.
7025 (w32_draw_bitmap): Use pre-built bitmaps.
7026 (w32_initialize_display_info): New function to initialize parts of
7027 display info that are common to both GUI and console frames.
7028 (w32_term_init): Use w32_initialize_display_info. Do not set
7029 Vw32_num_mouse_buttons here, as it is not called for console
7030 frames. Build bitmaps for indicating truncated lines etc.
7031 (x_delete_display): Destroy pre-built bitmaps.
7032 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
7033 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
7034
4516715a
DL
70352000-02-27 Dave Love <fx@gnu.org>
7036
7037 * lisp.h: Add a bunch of prototypes.
7038
171ca836
KH
70392000-02-26 Kenichi Handa <handa@etl.go.jp>
7040
7041 * keyboard.c (read_char): Set `usec' correctly.
7042
4013921d
KH
70432000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
7044
7045 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
7046 `lambda', set reg[RRR] to the map index.
7047 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
7048 reg[RRR] to 0. Otherwise, set it to -1.
7049
9244a058
GM
70502000-02-25 Gerd Moellmann <gerd@gnu.org>
7051
2df636f4 7052 * emacs.c (main): Remove code snippet commented out with `//'.
9244a058 7053
18e21ce8 70542000-02-25 Richard M. Stallman <rms@gnu.org>
427ec082 7055
f43d79c1
GM
7056 * fileio.c (Ffile_symlink_p): If result starts with a `/'
7057 and contains a `:', prepend `/:'.
7058
7059 * window.c (select_window_1): If selected_window is nil,
7060 don't "swap out" the buffer's point.
7061 (Fset_window_configuration): Set selected_window to nil
7062 before calling Fselect_window.
7063 (unshow_buffer): Don't set point in buffer from window's point
7064 if another more recently selected window also shows the buffer.
7065
bed0c171
GM
70662000-02-25 Gerd Moellmann <gerd@gnu.org>
7067
449c3c52
GM
7068 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
7069
f5b58615
GM
7070 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
7071 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
7072 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay): New
7073 variables.
7074 (DEFAULT_BUSY_CURSOR_DELAY): New define.
7075 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
7076 (hide_busy_cursor): New functions.
7077 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
7078
7079 * minibuf.c (read_minibuf): Cancel busy-cursor.
7080
7081 * keyboard.c (command_loop_1): Call start_busy_cursor before
7082 Fcommand_execute and cancel_busy_cursor after it.
7083 (timer_check): Remove busy-cursor code.
7084 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
7085 cursor timer.
7086
7087 * process.c (wait_reading_process_input): Remove busy-cursor code.
7088
7089 * eval.c (Fsignal): Call cancel_busy_cursor instead of
7090 Fx_hide_busy_cursor.
7091
7092 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
7093 Remove prototyoes.
7094 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
7095
7096 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
7097
7098 * xterm.c (XTread_socket): Remove busy-cursor code.
7099
4eb8436f
GM
7100 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
7101 (build_frame_matrix_from_leaf_window): Put code handling
7102 glyph row's not being a slice of a frame row in #if 0.
7103 (sync_window_with_frame_matrix_rows): New function.
7104 (frame_row_to_window): New function.
7105 (mirror_line_dance): Handle copies between windows.
7106
3cb65b0e
GM
7107 * lread.c (Fload): Use `xfree' instead of `free'.
7108 (init_obarray): Use `xmalloc' instead of `malloc'.
7109
bed0c171
GM
7110 * window.c (Fset_window_buffer): Set WINDOW to the window
7111 after decoding.
2add4349
GM
7112 (coordinates_in_window): Take frame's internal border width
7113 into account.
bed0c171 7114
42088c12
GM
71152000-02-24 Gerd Moellmann <gerd@gnu.org>
7116
7117 * xterm.c (x_display_and_set_cursor): Display cursor of
7118 non-selected windows depending on the setting of
7119 cursor_in_non_selected_windows.
7120
7121 * xdisp.c (cursor_in_non_selected_windows): New variable.
7122 (syms_of_xdisp): DEFVAR_BOOL it.
7123
d1e103b2
GM
71242000-02-23 Gerd Moellmann <gerd@gnu.org>
7125
723e779c
GM
7126 * data.c (Fstring_to_number): If number is greater than what
7127 fits into an integer, return a float.
7128
d1e103b2
GM
7129 * eval.c (specbind): Remove references to
7130 keyword_symbols_constant_flag.
7131
7132 * data.c (keyword_symbols_constant_flag): Removed.
7133 (Fmakunbound, set_internal, syms_of_data): Remove references to
7134 keyword_symbols_constant_flag.
7135
7136 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
7137
214f877f
KH
71382000-02-23 Kenichi Handa <handa@etl.go.jp>
7139
7140 * syntax.c (multibyte_syntax_as_symbol): New variable.
7141 (syms_of_syntax): Declare it as a Lisp variable.
7142 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
7143 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
7144 nonzero, treat all multibyte characters as symbol.
42088c12 7145 (init_syntax_once): Give syntax `word' to all multibyte
214f877f
KH
7146 characters.
7147
130adcb7
EZ
71482000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
7149
3cb65b0e 7150 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
d7d0dac0 7151 a deleted frame.
130adcb7 7152
17cbbf95
GM
71532000-02-21 Gerd Moellmann <gerd@gnu.org>
7154
7155 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
7156
7157 * xfns.c (x_window_to_frame, x_any_window_to_frame)
7158 (x_non_menubar_window_to_frame): Check the busy-cursor window.
7159
beb0bc36
DL
71602000-02-21 Dave Love <fx@gnu.org>
7161
7162 * frame.c (Vmouse_position_function): New variable.
7163 (Fmouse_position): Use it.
7164 (syms_of_frame): Install it.
7165
7166 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
7167
1d92afcd
GM
71682000-02-20 Gerd Moellmann <gerd@gnu.org>
7169
7170 * fileio.c (Finsert_file_contents): Unbind the binding of
7171 standard-output done by temp_output_buffer_setup.
329eed9f
GM
7172
7173 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
7174 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
7175 (specbind, unbind_to): Handle most common case of non-constant
7176 symbol with trivial value specially.
7177
7178 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
7179
18e21ce8 71802000-02-20 Richard M. Stallman <rms@gnu.org>
2d06696f
RS
7181
7182 * data.c (Fmake_variable_buffer_local): Doc fix.
7183 Init found_for_buffer to 0.
7184 (Fmake_variable_frame_local): If the variable has already
7185 been buffer-local, set the check_frame field.
7186
1d4311c3
EZ
71872000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7188
7189 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
7190 produced for CODING_MODE_LAST_BLOCK requires.
7191
2dc95ddd
DL
71922000-02-18 Dave Love <fx@gnu.org>
7193
7194 * keyboard.c (echo_keystrokes): Remove declaration.
7195 (Vecho_keystrokes) New variable.
7196 (read_char, record_menu_key, read_key_sequence): Use it to allow
7197 use of float value.
7198 (syms_of_keyboard): Change Vecho_keystrokes declaration.
7199
7200 * lread.c: Undef feature selection macros before defining.
7201
f0930f35
GM
72022000-02-18 Gerd Moellmann <gerd@gnu.org>
7203
7204 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
7205 for symbols other than the symbol in question.
7206
e3d4de90
DL
72072000-02-17 Dave Love <fx@gnu.org>
7208
7209 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
7210
0b378936
GM
72112000-02-17 Gerd Moellmann <gerd@gnu.org>
7212
d621caf7
GM
7213 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
7214
0b378936
GM
7215 * alloc.c (enum mem_type): Compile unconditionally.
7216
3b451f74
EZ
72172000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
7218
7219 * xfaces.c (tty_defined_color): Don't return faulire indication
7220 for unspecified-fg and unspecified-bg pseudo-colors.
7221
10689a01
GM
72222000-02-17 Gerd Moellmann <gerd@gnu.org>
7223
1216f5e4
GM
7224 * alloc.c (mark_object): Don't mark symbol names in pure space.
7225 (gc_sweep): Don't unmark symbol names in pure space.
7226
7227 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
7228 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
7229 [GC_MARK_STACK]: New defines.
427ec082 7230 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
1216f5e4
GM
7231 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
7232
7233 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
7234
7235 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
7236 allocate_buffer instead of xmalloc.
7237
7238 * alloc.c (toplevel): Include setjmp.h.
7239 (PURE_POINTER_P): New define.
7240 (enum mem_type) [GC_MARK_STACK]: New enumeration.
7241 (Vdead) [GC_MARK_STACK]: New variable.
7242 (lisp_malloc): Add parameter TYPE, call mem_insert if
7243 GC_MARK_STACK is defined.
7244 (allocate_buffer): New function.
427ec082 7245 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
1216f5e4
GM
7246 (free_float) [GC_MARK_STACK]: Set type to Vdead.
7247 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
7248 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
7249 (MEM_NIL) [GC_MARK_STACK]: New define.
7250 (struct mem_node) [GC_MARK_STACK]: New structure.
7251 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
7252 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
7253 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
7254 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
7255 (mark_stack) [GC_MARK_STACK]: New functions.
7256 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
7257 (clear_marks): Removed.
7258 (gc_sweep): Set free conses' car, free floats' type, free
7259 symbols' function to Vdead. Use lisp_free to free buffers.
7260 (init_alloc_once): Initialize Vdead.
7261 (survives_gc_p): Return non-zero for pure objects.
7262
7263 * alloc.c: Add comments throughout the file.
7264
2503c8b1
GM
7265 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
7266 that unblocks alarms.
7267
8389e1e2
GM
7268 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
7269 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
7270 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
7271
10689a01 7272 * frame.c (make_frame): Set frame initiallly to `garbaged'.
427ec082 7273
bfc17d18
KH
72742000-02-17 Kenichi Handa <handa@etl.go.jp>
7275
4a09dee0
KH
7276 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
7277 avoid infinite error signaling. Allocate sufficient memory for
7278 eol_str in the case that eoltype is Lisp_Int.
bfc17d18 7279
2b927d02
SM
72802000-02-17 Stefan Monnier <monnier@cs.yale.edu>
7281
7282 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
7283 depends on the previous behavior.
7284
b49cb764
GM
72852000-02-16 Gerd Moellmann <gerd@gnu.org>
7286
7287 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
7288
99e95407
GM
72892000-02-15 Gerd Moellmann <gerd@gnu.org>
7290
7291 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
7292
7293 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
b49cb764 7294 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
99e95407
GM
7295 write(2).
7296
6ffd3cf7
RS
72972000-02-15 Richard M. Stallman <rms@gnu.org>
7298
7299 * data.c (set_internal): Don't make variable buffer-local
7300 if within a let-binding for the same buffer.
7301 (let_shadows_buffer_binding_p): New function.
7302
7303 * eval.c (specbind): For buffer-local value,
7304 record the current buffer also.
7305 (unbind_to): Cope with that change.
7306
cad53475
GM
73072000-02-15 Gerd Moellmann <gerd@gnu.org>
7308
7309 * window.c (Fsave_window_excursion): Doc fix.
7310
1aa963c8
SM
73112000-02-15 Stefan Monnier <monnier@cs.yale.edu>
7312
7313 * syntax.c (back_comment): Make sure we only consider comment-starters
7314 of the relevant style and return -1 in case of a failure to find the
7315 beginning of the comment.
7316 (Fforward_comment): If back_comment fails, go back to the position just
7317 after the comment-end.
7318 (scan_lists): Add comment describing a very minor bug.
7319
b9b84fd3
SM
73202000-02-14 Stefan Monnier <monnier@cs.yale.edu>
7321
7322 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
7323 `completion-regexp-list' in the docstring.
7324
3a28db80
DL
73252000-02-14 Dave Love <fx@gnu.org>
7326
7327 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
7328
fb4a568d
SM
73292000-02-14 Stefan Monnier <monnier@cs.yale.edu>
7330
7331 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
7332 to Emacs' syntax. Also fix the comment about set/not-set meanings
7333 since Emacs syntax is not the value 0 any more.
7334 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
7335 since it's now part of RE_SYNTAX_EMACS.
7336
1063ebb5
DL
73372000-02-12 Dave Love <fx@gnu.org>
7338
7339 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on
7340 Alpha.
7341
fb07a302
GM
73422000-02-12 Gerd Moellmann <gerd@gnu.org>
7343
7344 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
7345
aaf2320c
DL
73462000-02-12 Dave Love <fx@gnu.org>
7347
7348 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
7349
7350 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
fb07a302
GM
7351 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
7352 * s/hpux.h: Don't define HAVE_VFORK.
aaf2320c
DL
7353
7354 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
7355
7356 * s/nextstep.h: Don't define HAVE_ALLOCA.
7357
7358 * config.in: Add vfork bits.
7359
eedf8bde
GM
73602000-02-12 Gerd Moellmann <gerd@gnu.org>
7361
7362 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
7363 unwind function to undo the effect of stopping atimers.
7364
7365 * keyboard.c (bind_polling_period): Stop all timers except
7366 poll_timer.
7367
7368 * atimer.c (stopped_atimers): New variable.
7369 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
7370 New functions.
7371
7372 * atimer.h (stop_other_atimers, run_all_atimers)
7373 (unwind_stop_other_atimers): Add function prototypes.
427ec082 7374
eedf8bde
GM
7375 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
7376
8476c2f8
KR
73772000-02-11 Ken Raeburn <raeburn@gnu.org>
7378
7379 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
7380 library may depend on jpeg.
7381 (atimer.o): Depends on atimer.c.
7382
0e85e4a3
KH
73832000-02-11 Kenichi Handa <handa@etl.go.jp>
7384
7385 * insdel.c (del_range_1): Call update_compositions.
7386 (del_range_both): Call update_compositions just once..
7387
97fa0cc8
DL
73882000-02-10 Dave Love <fx@gnu.org>
7389
7390 * xfns.c (create_frame_xic): Fix initialization of automatic
7391 aggregates for pcc.
7392
25566a3c
KH
73932000-02-09 Kenichi Handa <handa@etl.go.jp>
7394
7395 * ccl.c (CCL_MAKE_CHAR): New macro.
7396 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
7397 registers by CCL_MAKE_CHAR before calling translate_char.
7398 <CCL_TranslateCharacterConstTbl> Likewise.
7399
69da54ba
DL
74002000-02-08 Dave Love <fx@gnu.org>
7401
7402 * lread.c (__EXTENSIONS__): Define.
7403
f7136ee8
GM
74042000-02-08 Gerd Moellmann <gerd@gnu.org>
7405
7406 * puresize.h (BASE_PURESIZE): Increase to 650000.
7407
7768790b
EZ
74082000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7409
7410 * msdos.c (XMenuActivate): Turn off the cursor after displaying
7411 the help message.
7412
38fd211b
EZ
74132000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
7414
7415 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
7416 md, mh, mb, mr, and me to the fake termcap entry.
7417
66e4690f
KR
74182000-02-06 Ken Raeburn <raeburn@gnu.org>
7419
7420 * sound.c (sound_cleanup): Don't call device close routine if the
7421 function pointer is null.
7422
a75dfea0
AI
74232000-02-06 Andrew Innes <andrewi@gnu.org>
7424
7425 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
7426 around image definitions and prototypes.
7427 (gamma_correct) [WINDOWSNT]: New prototype.
7428
7429 * w32term.c (x_make_frame_visible): Replace call to
7430 input_poll_signal with poll_for_input.
7431
7432 * window.c [WINDOWSNT]: Include w32term.h.
7433
7434 * xdisp.c [WINDOWSNT]: Include w32term.h.
7435
7436 * makefile.nt: Add dependencies on w32gui.h.
7437 (OBJ1): Include atimer.obj.
7438 ($(BLD)\atimer.obj): New dependency rule.
7439
7440 * w32.c (sigmask): New function (does nothing).
7441 (sigunblock): Ditto.
7442
7443 * frame.c [WINDOWSNT]: Include w32term.h.
7444
7445 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
7446
7447 * lread.c (syms_of_lread): Fix literal newlines.
7448
7449 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
7450 the string constant limit (2048 bytes) in MSVC.
7451 (main): Ditto.
7452
59ddecde
GM
74532000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
7454
7455 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit
7456 area.
7457 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
7458 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
7459 dispatch the event.
7460
07590973
DL
74612000-02-04 Dave Love <fx@gnu.org>
7462
7463 * fileio.c: Remove some unused vars.
7464 (_GNU_SOURCE): Define (for euidaccess).
7465
7466 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
7467
7468 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
7469 gcpro1, gcpro2.
7470 (read_minibuf): Deal with allow_props correctly.
7471
649351f9
EZ
74722000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
7473
7474 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
7475
66e4690f 74762000-02-03 Ken Raeburn <raeburn@gnu.org>
f1b9c7c1
KR
7477
7478 * search.c (compile_pattern): If a cache entry has a nil regexp,
7479 fill in that entry instead of clobbering a previously cached
7480 string regexp.
7481
66e4690f 74822000-02-02 Ken Raeburn <raeburn@gnu.org>
15c9cf81
KR
7483
7484 * puresize.h (BASE_PURESIZE): Increase to 610000.
7485
d240a249
GM
74862000-02-02 Gerd Moellmann <gerd@gnu.org>
7487
7488 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
7489 can GC.
7490
ca91fb26
KH
74912000-02-02 Kenichi Handa <handa@etl.go.jp>
7492
25660570
KH
7493 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
7494 instead of incrementing ic directly.
7495 <CCL_WriteExprConst> Likewise.
7496 <ccl_set_expr>: Set ic to jump_address.
7497
ca91fb26
KH
7498 * fileio.c (e_write): Fix the handling of
7499 CODING_FINISH_INSUFFICIENT_SRC.
7500
2ede9689
DL
75012000-02-01 Dave Love <fx@gnu.org>
7502
7503 * editfns.c (Fpropertize): Doc fix.
7504
7505 * process.c (Fstart_process): Doc fix.
7506
7507 * eval.c: Fix various doc strings not to duplicate information
7508 from help-manyarg-func-alist.
7509
7510 * window.c (Fset_window_margins): Don't make interactive. Doc
7511 fix.
7512
7513 * doc.c (Vhelp_manyarg_func_alist): New variable.
7514 (Fdocumentation): Use it.
7515 (syms_of_doc): Define it.
7516
b6680a0e
GM
75172000-01-31 Gerd Moellmann <gerd@gnu.org>
7518
2cb750ba
GM
7519 * xterm.c (xim_open_dpy): Remove unused local variable.
7520
74e9213b
GM
7521 * emacs.c (USAGE): Use term `display options' instead of `X
7522 options'.
7523
7524 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
7525 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
7526
b6680a0e
GM
7527 * fns.c (sweep_weak_table): New function.
7528 (sweep_weak_hash_tables): Use it. Keep on marking until there
7529 is no more change.
7530
994c5afe
GM
75312000-01-30 Gerd Moellmann <gerd@gnu.org>
7532
7533 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
7534 that XTread_socket does not crash by trying to call XNoOp on a
7535 closed display.
427ec082 7536
f00276e3
JR
75372000-01-30 Jason Rumney <jasonr@gnu.org>
7538
7539 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
7540 Change selected_frame to SELECTED_FRAME ().
7541 (w32_console_mouse_position): Remove #ifndef MULE from around
7542 `insist' parameter.
7543
7544 * makefile.nt: Remove dosfns.obj.
7545
7546 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
7547
7548 * w32fns.c (w32_defined_color): Check for valid frame before
7549 applying gamma correction. Eliminate dependency on frame elsewhere.
7550 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
7551 (w32_to_x_font): Use resx and resy not height_in and width_in.
7552 (x_to_w32_font): Doc fix.
7553 (xlfd_strip_height): New function to strip and return font height.
7554 (w32_font_match): Compare height separately from rest of xlfd
7555 spec, using xlfd_strip_height.
7556
7557 * w32term.c (w32_term_init): Swap resx and height_in, resy and
7558 width_in. Use w32_defined_color in place of defined_color.
7559
7560 * w32faces.c: Merge more of DOS and X specifics in preparation for
7561 merge with xfaces.c.
7562 (defined_color): Remove FIXME comment.
7563 (tty_color_name): Provide w32-specific function.
7564 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
7565
7566 * w32console.c (turn_on_face, turn_off_face): Removed.
7567 (w32_face_attributes): New function.
7568 (Global_variables): Reduce scope where possible.
7569 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
7570 fill attribute.
7571 (hl_mode): Don't modify text attributes.
7572 (write_glyphs): Don't do anything if len <= 0. Use
7573 w32_face_attributes to get attributes for drawing. Write
7574 terminating codes using char_attr_normal.
7575 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
7576 (update_begin, update_end): Likewise.
7577 (vga_stdcolor_name): New function.
7578 (initialize_w32_display): Remove char_attr_reverse and char_attr.
7579 (Fset_screen_color): Remove char_attr_reverse.
7580
b08e8bb2
GM
75812000-01-29 Gerd Moellmann <gerd@gnu.org>
7582
7583 * xfns.c (xic_set_preeditarea): Take window parameter and
7584 window-relative pixel-positions.
7585
7586 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
7587 is its frame's selected window.
7588 (xim_instantiate_callback): Likewise.
7589
7590 * xfns.c (x_create_im): Removed.
7591 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
7592 (supported_xim_styles): Renamed from supported_styles.
7593 (best_xim_style): Renamed from best_style.
7594 (create_frame_xic): Renamed from xic_create_frame.
7595 (free_frame_xic): Renamed from xic_destroy_frame.
427ec082 7596
b08e8bb2
GM
75972000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
7598
7599 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
7600 our frames, call XFilterEvent with 2nd parameter `None'.
7601 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
7602 returning XBufferOverflow.
7603 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status
7604 area.
7605 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
7606 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
7607 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
7608 (xim_initialize, xim_close)
7609 [HAVE_X_I18N && HAVE_X11R6]: New functions.
7610 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
7611 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
7612 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
7613
7614 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
7615 and `xim_styles'.
7616 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
7617 `xic_style' and `xic_xfs'.
7618 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
7619 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
7620 (FRAME_XIM): Removed.
7621
7622 * xfns.c (supported_styles): New variable.
7623 (DEFAULT_STYLE, DEFAULT_FONT): New macros
7624 (xic_create_xfontset, best_style, xic_create_frame)
7625 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
7626 (xic_set_xfontset): New functions.
7627
142e109c
DL
76282000-01-28 Dave Love <fx@gnu.org>
7629
7630 * s/irix6-5.h: Revert last change after change to irix5-0.h.
7631
7632 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
7633
b02786f9
GM
76342000-01-28 Gerd Moellmann <gerd@gnu.org>
7635
d060bc9f
GM
7636 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
7637 for *scratch* if it already existed.
7638
b02786f9
GM
7639 * emacs.c (USAGE): New macro.
7640 (main): Use it to display usage information.
7641
2c52d7e4
EZ
76422000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7643
7644 Support for the menu-help feature:
7645
7646 * msdos.h: Change prototypes of XMenuAddSelection and
7647 XMenuActivate.
7648
7649 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
7650 part of the line to the termscript file.
7651 (IT_clear_to_end): Clear the entire line, not just its beginning.
7652 (menu_help_message, prev_menu_help_message): New variables.
7653 (IT_menu_make_room): Make room for the help_text member.
7654 (IT_menu_display): New argument disp_help; all callers changed.
7655 If disp_help is non-zero, store the help text of the active menu
7656 item in menu_help_message.
7657 (XMenuAddPane): Initialize the help_text member to NULL.
7658 (XMenuAddSelection): New argument help_text. Store it in the
7659 XMenu structure.
7660 (XMenuActivate): New argument help_callback. If the value of
7661 menu_help_message has changed since the last time, display the
7662 menu help message text while waiting for the mouse to move. Clear
7663 the echo area before exiting.
7664 (XMenuDestroy): Free the help_text member.
7665
ffe0bcd1
GM
76662000-01-27 Gerd Moellmann <gerd@gnu.org>
7667
7668 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
7669 XMenuAddSelection. Pass help callback to XMenuActivate.
7670 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
7671
50dbd23f
EZ
76722000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
7673
7674 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
7675 and EMACS_SET_USECS.
7676
f5941bf8
GM
76772000-01-26 Dave Love <fx@gnu.org>
7678
6c67ddee
DL
7679 * editfns.c (Fchar_after, Fchar_before): Doc fix.
7680
f5941bf8
GM
7681 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
7682 an error may be signalled.
7683
9e49c990
GM
76842000-01-26 Gerd Moellmann <gerd@gnu.org>
7685
fc3cb460
GM
7686 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
7687 LD_SWITCH_SYSTEM inherited from irix5-0.h.
7688
9e49c990
GM
7689 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
7690
d0c037d8
GM
76912000-01-25 Gerd Moellmann <gerd@gnu.org>
7692
7693 * charset.c (Fstring): If there is a multibyte char among
7694 the args, always return a multibyte string.
7695
e12489f9
GM
76962000-01-25 Gerd Moellmann <gerd@gnu.org>
7697
7698 * sysdep.c (sys_select): Turn atimers off and on instead of
7699 recording and restoring old alarm handler
7700
7701 * process.c (toplevel): Include atimer.h.
7702 (create_process_1): Rewritten.
7703 (create_process): Use atimers instead of alarm.
7704 (wait_reading_process_input) [hpux]: Turn atimers off instead
7705 of turning off SIGALRM.
7706 (wait_reading_process_input): Turn off atimers instead off
7707 calling stop_polling.
7708
7709 * emacs.c (main): Call init_atimer.
7710
7711 * keyboard.c (toplevel): Include systime.h and atimer.h.
7712 (polling_for_input): Removed because unused.
7713 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
7714 (poll_timer): New variable.
7715 (poll_for_input, poll_for_input_1): New functions.
7716 (start_polling, stop_polling): Rewritten.
7717
7718 * keyboard.h (polling_for_input): Removed.
427ec082 7719
e12489f9
GM
7720 * atimer.h, atimer.c: New files.
7721
7722 * Makefile.in (obj): Add atimer.o.
7723 (atimer.o): New target.
7724
7725 * blockinput.h (pending_atimers): Add extern declaration.
7726 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
7727
7728 * lisp.h (popup_activated_flag): Add extern declaration.
7729
7730 * xmenu.c (popup_activated_flag): Make externally visible.
7731 (popup_activate_callback) [USE_MOTIF]: Increment
7732 popup_activated_flag.
7733 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
7734
7735 * xterm.c (toplevel): Include atimer.h.
7736 (toolkit_scroll_bar_interaction): New variable.
7737 (Fxt_process_timeouts): Removed.
7738 (x_process_timeouts): New function.
7739 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
7740 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
7741 (x_make_frame_visible): Call poll_for_input_1 instead of
7742 input_poll_signal. Don't call alarm.
7743 (x_initialize): Install timer calling x_process_timeouts.
427ec082 7744
1e5279b9
DL
77452000-01-24 Dave Love <fx@gnu.org>
7746
6c67ddee 7747 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
1e5279b9
DL
7748 Don't use -cckr -- apparently not now necessary.
7749
edf6aeb8
EZ
77502000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
7751
7752 * msdos.c (IT_menu_display): Truncate long menu lines at the right
7753 screen boundary.
7754
9badad41
JR
77552000-01-23 Jason Rumney <jasonr@gnu.org>
7756
7757 * w32fns.c (w32_defined_color): Apply gamma correction before
7758 trying to map to the palette.
7759 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
7760 to w32_clear_rect.
7761
7762 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
7763 here. Callers changed to always pass real device context.
7764 (w32_draw_bitmap): Likewise.
7765 (w32_get_glyph_overhangs): Likewise.
7766 (w32_draw_box_rect): Make use of s->hdc rather than getting a new
7767 one.
7768 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
7769 pfnSetScrollInfo and SetScrollRange.
7770 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
7771 back into MULE characters after decoding them.
7772 (x_get_glyph_face_and_encoding): Likewise.
7773 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
7774 GetCharABCWidthsW fails, since this is defined on Windows 9x.
7775 (x_produce_glyphs): Calculate per char metrics for a character
7776 that we know exists in default font when font_not_found_p is true.
7777
63bd786b
JR
77782000-01-22 Jason Rumney <jasonr@gnu.org>
7779
7780 * makefile.nt (intervals.obj, composite.obj): New modules.
7781 (composite.h): Added as dependency where appropriate.
7782
7783 * w32gui.h (XGCValue): New struct for emulating X GCs.
7784
7785 * w32term.h (XCharStruct): New struct for emulating X.
7786
7787 * w32console.c (turn_on_face, turn_off_face): New functions.
7788 (change_line_highlight): New prototype for new redisplay.
7789 (write_glyphs): Support multibyte text. Support faces.
7790
7791 * w32faces.c: Complete rewrite for new redisplay based on new
7792 xfaces.c.
7793
7794 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
7795 throughout. struct frame * in place of FRAME_PTR.
7796 Skeleton support for images, toolbars, tooltips from xfns.c.
7797 (Fx_create_frame): Use system default for default scroll bar
7798 width.
7799 (w32_get_arg): Renamed from x_get_arg.
7800 (Fx_file_dialog): New function.
7801 (w32_list_fonts): Check cache before asking system.
7802 (Vw32_enable_synthesized_fonts): New variable.
7803 (Vw32_enable_italics): Obsolete, removed.
7804
7805 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
7806 Use SELECTED_FRAME macro.
7807
7808 * w32menu.c: Add skeleton support for help strings on menus.
7809 (add_menu_item): Native checkbox and radio support added, but not
7810 yet enabled due to bugs.
7811 (push_menu_item): Add parameters type, selection and help.
7812 Callers updated.
7813 Formatting changes to reduce unnecessary diffs with xmenu.c.
7814
7815 * w32select.c (Fw32_set_clipboard_data): Update call to
7816 find_charset_in_str.
7817
7818 * w32term.c: Complete rewrite for new redisplay based on new
7819 xterm.c with necessary sections merged back in from old w32term.c.
7820
6ffd3cf7 78212000-01-21 Richard M. Stallman <rms@gnu.org>
b50c9214
RS
7822
7823 * data.c (set_internal): Further fix in same criterion.
7824
6ffd3cf7 78252000-01-20 Richard M. Stallman <rms@gnu.org>
8cc95642
RS
7826
7827 * data.c (set_internal): Fix the criteria for whether
7828 to swap out the old cached binding.
7829
60af03f1
DL
78302000-01-19 Dave Love <fx@gnu.org>
7831
7832 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
7833
f9be074f
KH
78342000-01-18 Kenichi Handa <handa@etl.go.jp>
7835
7836 * regex.c (re_compile_fastmap): While checking a range table for
7837 `charset', skip flag bits for a character class correctly.
7838
52b8dbf9
GM
78392000-01-17 Gerd Moellmann <gerd@gnu.org>
7840
d36100c9
GM
7841 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
7842
52b8dbf9
GM
7843 * xfns.c (x_window): Call lw_create_widget with new parameter
7844 list.
7845
7846 * widget.c (EmacsFrameSetCharSize): Change size of children first
7847 because of problems with main window geometry management under
7848 Lesstif.
7849
7850 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
7851 MENU_ITEMS_ITEM_.*.
7852 (MENU_ITEMS_ITEM_HELP): New enumerator.
7853 (push_menu_item): Add parameter HELP. Record help in menu_items.
7854 (single_menu_item, single_submenu, list_of_items): Call
7855 push_menu_item with new parameter.
7856 (single_submenu): Set help string in widget value.
7857 (menu_highlight_callback): New function.
7858 (set_frame_menubar): Call lw_create_widget with new
7859 parameter list.
7860 (xmenu_show, xdialog_show): Ditto.
7861
3139018f
GM
78622000-01-13 Gerd Moellmann <gerd@gnu.org>
7863
7864 * sound.c (Fplay_sound): Improve doc string.
7865
83c8f461
RS
78662000-01-11 Richard M. Stallman <rms@gnu.org>
7867
7868 * lisp.h (set_internal): Enter the new arg.
7869
7870 * eval.c (specbind): Record buffer-local variables specially,
7871 indicating which buffer's binding was saved.
7872 (unbind_to): Restore buffer-local variables specially
7873 in the proper buffer.
7874
7875 * data.c (set_internal): New arg BUF.
427ec082 7876
83c8f461
RS
7877 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
7878 * data.c (Fset): Pass new arg to set_internal.
7879 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
427ec082 7880
1fab1775
GM
78812000-01-11 Gerd Moellmann <gerd@gnu.org>
7882
7883 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload,
7884 xprintsym.
7885
83c8f461 78862000-01-11 Richard M. Stallman <rms@gnu.org>
6f59462e
RS
7887
7888 * minibuf.c (Ftry_completion): Doc fix.
7889
7a85e4df
GM
78902000-01-11 Gerd Moellmann <gerd@gnu.org>
7891
7892 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
7893 vector, too.
7894
a970dae4
AS
78952000-01-11 Andreas Schwab <schwab@suse.de>
7896
7897 * coding.c (code_convert_region): Initialize total_skip.
7898
c65d14ee
DL
78992000-01-08 Dave Love <fx@gnu.org>
7900
7901 * eval.c (Fuser_variable_p): Check customizability too.
7902
834938d2
GM
79032000-01-07 Gerd Moellmann <gerd@gnu.org>
7904
7905 * minibuf.c (Fcompleting_read): Doc fix.
7906
e0303cd6
GM
79072000-01-05 Gerd Moellmann <gerd@gnu.org>
7908
8a26744b
GM
7909 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
7910 -L /usr/local/lib.
7911
e0303cd6
GM
7912 * xfns.c (x_create_im): New function to set IM and IC of a frame.
7913 Check that input style is supported before trying to create an
7914 IC for it.
7915 (x_window): Call x_create_im.
427ec082 7916
2e471eb5
GM
79172000-01-04 Gerd Moellmann <gerd@gnu.org>
7918
560a7bd2
GM
7919 * xfns.c (current_gif_memory_src): New variable.
7920 (gif_load): Record the address of the current memory source
7921 in current_gif_memory_src.
7922 (gif_read_from_memory): Use current_gif_memory_src.
7923
f9ee84a3
GM
7924 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
7925 macros statement form.
7926
d1299cde
GM
7927 * sound.c (struct sound): Renamed from struct sound_file.
7928 (struct sound): Add members `data' and `header_size'.
7929 (enum sound_attr): Add SOUND_DATA.
7930 (current_sound, current_sound_device): Variables renamed from
7931 sound_file and sound_device.
7932 (parse_sound): Parse :data.
7933 (parse_sound): Handle sound data in strings.
7934 (find_sound_type): Function renamed from find_sound_file_type.
427ec082 7935 (wav_init, au_init): Fail if sound's header_size is smaller than
d1299cde
GM
7936 needed header size.
7937 (wav_play, au_play): Play sounds from string data.
7938
2e471eb5
GM
7939 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
7940
7941 * lisp.h: Add prototype for allocate_string_data.
7942
7943 * alloc.c (Fgarbage_collect): Return number of live and free
7944 strings.
7945
7946 * alloc.c (mark_buffer): Remove code in #if 0.
7947 (gc_sweep): Ditto.
7948 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
7949 (strings_consed): New variable.
7950 (allocate_string): Set it.
7951 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
7952 (Fmemory_use_counts): Return strings_consed. Use Flist.
7953
7954 * alloc.c: General cleanup in comments etc. Remove conditional
7955 compilation for `standalone'.
7956
7957 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
7958
7959 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
7960 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
7961 (DONT_COPY_FLAG): Removed.
7962 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
7963 (struct sdata, struct sblock): New
7964 (struct string_block): Rewritten.
7965 (STRINGS_IN_STRING_BLOCK): New macro.
7966 (oldest_sblock, current_sblock, total_strings, total_free_strings)
7967 (large_sblocks, string_blocks, string_free_list): New variables.
7968 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
7969 (init_strings): Rewritten.
7970 (allocate_string, allocate_string_data, compact_small_strings)
7971 (free_large_strings, sweep_strings): New functions.
7972 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
7973 (struct string_block_head, current_string_block)
7974 (first_string_block, large_string_blocks, STRING_FULLSIZE)
7975 (STRING_PAD): Removed.
7976 (make_uninit_multibyte_string, make_pure_string): Rewritten.
7977 (Fgarbage_collect): Don't set mark bit in large strings.
7978 (mark_object): Mark strings differently. Mark symbol names
7979 differently.
7980 (survives_gc_p): Test marked strings differently.
427ec082 7981 (gc_sweep): Sweep strings differently, unmark strings in
2e471eb5
GM
7982 symbol names.
7983 (compact_strings): Removed.
7984
42608ba8
EZ
79852000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
7986
7987 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
7988 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
7989
e0a09e1a
KH
79902000-01-04 Kenichi Handa <handa@etl.go.jp>
7991
dd9f0750 7992 * fileio.c (Finsert_file_contents): Signal error if visiting file
427ec082 7993 in a non-empty buffer.
dd9f0750 7994
3c0f3b15 7995 * term.c (encode_terminal_code): Fix the previous change.
e0a09e1a 7996
44cd3ae5
GM
79972000-01-03 Gerd Moellmann <gerd@gnu.org>
7998
7999 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
8000 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
8001
8002 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
8003
c182a70f
EZ
80042000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8005
8006 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
8007 need to test for MSDOS frames.
8008
24480d5b
EZ
80092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8010
8011 * dosfns.c (unspecified_colors): Remove.
8012 (msdos_stdcolor_idx): Use global variables unspecified_fg and
8013 unspecified_bg.
8014 (msdos_stdcolor_name): Return strings for unspecified fore- and
8015 back-ground colors.
8016
8017 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
aaf2320c 8018 (syms_of_xfaces): Remove their staticpro's.
24480d5b
EZ
8019 (tty_color_name): Return Lisp strings for unspecified fore- and
8020 back-ground colors.
8021 (Finternal_set_lisp_face_attribute): Remove the special treatment
8022 for Qunspecified_{f,b}g.
8023 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp
8024 string.
8025
047f434a
GM
80262000-01-03 Gerd Moellmann <gerd@gnu.org>
8027
8028 * xdisp.c (reseat_at_next_visible_line_start): Position before
8029 newline only if ending up on a newline.
8030 (next_element_from_ellipsis): Return success. Handle case of
8031 displaying no ellipsis. Fix case of ellipsis defined in display
8032 table.
8033 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
8034 returns 0.
8035
d684c676
EZ
80362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8037
8038 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
8039 (Fcolor_supported_p): Renamed from face-color-supported-p.
8040
5fe1d139
EZ
80412000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8042
8043 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
8044 list of colors renamed to tty-defined-color-alist.
8045 (tty_color_name): Pass the frame to tty-color-by-index.
8046 (realize_tty_face): tty-color-alist is now a function which
8047 accepts the frame as argument.
8048
8049 * term.c (Ftty_display_color_p): Accept an optional argument
8050 FRAME.
8051
816be8b8
EZ
80522000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8053
8054 * term.c (insert_glyphs): Pass glyph, not &glyph, to
8055 encode_terminal_code.
8056
b635321e
EZ
80572000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8058
8059 * dispnew.c (mode_line_string): Support termcap frames as well.
8060
9b784e96
GM
80612000-01-01 Gerd Moellmann <gerd@gnu.org>
8062
27189709
GM
8063 * syntax.c (Fforward_word): Undo previous change.
8064
8065 * editfns.c (Fconstrain_to_field): Don't constrain if
8066 inhibit-field-text-motion is non-nil.
8067 (Fline_beginning_position): Undo previous change.
8068 (Fline_end_position): Ditto.
8069
8070 * syntax.c (Fforward_word): Notice field boundaries only if
8071 inhibit-field-text-motion is nil.
8072
8073 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
8074
8075 * editfns.c (Vinhibit_field_text_motion): New variable.
8076 (inhibit-field-text-motion): New DEFVAR_LISP.
8077 (Fline_beginning_position, Fline_end_position): Notice field
8078 boundaries only if inhibit-field-text-motion is nil.
8079
45158a91
GM
8080 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
8081 All calls adjusted.
8082 (x_build_heuristic_mask): Likewise.
8083 (xbm_load_image_from_file): Change error output.
8084 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
8085 (gif_load, gs_load, x_kill_gs_process): Ditto.
8086
9b784e96
GM
8087 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
8088 color indices when accessing raster pixels.
63cec32f
GM
8089 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
8090 one of :file or :data.
8091 (enum pbm_keyword_index): Add PBM_DATA.
8092 (pbm_format): Add :data.
8093 (pbm_image_p): Allow either :file or :data.
8094 (pbm_read_file): New function.
8095 (pbm_scan_number): Rewritten to read from string.
8096 (pbm_load): Support :data.
9b784e96 8097
2cb085db 8098See ChangeLog.8 for earlier changes.
6922b018
KH
8099
8100;; Local Variables:
49b3bd82 8101;; coding: iso-2022-7bit
6922b018 8102;; End: