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