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