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