]> code.delx.au - gnu-emacs/blob - src/ChangeLog
*** empty log message ***
[gnu-emacs] / src / ChangeLog
1 2001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2
3 * keyboard.c (head_table): Add missing braces around initializer.
4
5 * term.c (keys): Likewise.
6
7 * xfns.c (x_frame_parms, visual_classes): Likewise.
8
9 2001-12-17 Sam Steingold <sds@gnu.org>
10
11 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
12 patch (COMPOSING_P, not COMPOSING).
13
14 2001-12-17 Richard M. Stallman <rms@gnu.org>
15
16 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
17
18 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
19 before calling decode_coding.
20
21 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
22
23 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
24 instead of only for COMPOSITION_DISABLED.
25
26 2001-12-16 Richard M. Stallman <rms@gnu.org>
27
28 * alloc.c (pure_alloc): After overflow, allocate just a small block.
29
30 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
31
32 * buffer.h (struct buffer): New field `display_error_modiff'.
33 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
34
35 * window.c (Frecenter): Clear display_error_modiff field.
36
37 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
38 Call redisplay_window, but not if display_error_modiff field says no.
39 (redisplay_window_error): New function.
40 (displayed_buffer): New variable.
41 (redisplay_internal, redisplay_windows): Call the new functions
42 instead of redisplay_window directly.
43
44 2001-12-15 Richard M. Stallman <rms@gnu.org>
45
46 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
47
48 2001-12-14 Andrew Innes <andrewi@gnu.org>
49
50 * makefile.w32-in (EMACSLOADPATH): Define.
51 ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
52 (bootstrap-temacs): Remove dependency on bootstrap-clean.
53
54 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
57 parameter have a numeric value all the time.
58
59 * w32fns.c (x_report_frame_params): Likewise.
60
61 2001-12-12 Richard M. Stallman <rms@gnu.org>
62
63 * fileio.c (Fwrite_region): Doc fix.
64
65 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
66 (redisplay_internal): Call clear_image_cache only for window terminals.
67
68 2001-12-12 Gerd Moellmann <gerd@gnu.org>
69
70 * xdisp.c (move_it_vertically_backward): Change heuristic
71 for the case that we didn't move far enough initially.
72
73 * window.c (Frecenter): Simplify computation in the case of window
74 system frames and ARG < 0; use window_box_height.
75
76 2001-12-11 Richard M. Stallman <rms@gnu.org>
77
78 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
79 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
80
81 2001-12-11 Andrew Innes <andrewi@gnu.org>
82
83 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
84 arg is negative.
85
86 2001-12-11 Richard M. Stallman <rms@gnu.org>
87
88 * m/hp800.h: Split the __hpux conditional into the parts
89 that are right for GNU/Linux too and the parts that are not.
90 Use the former if GNU_LINUX.
91 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
92
93 * s/gnu-linux.h (GNU_LINUX): Defined.
94
95 2001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
96
97 * macros.c, msdos.c, w16select.c: Change doc-string comments to
98 `new style' [w/`doc:' keyword].
99
100 2001-12-10 Jason Rumney <jasonr@gnu.org>
101
102 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
103 before using.
104
105 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
106
107 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
108 keyword].
109
110 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
111
112 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
113
114 * s/hpux10.h (srand48): Don't undefine.
115
116 2001-12-09 Jason Rumney <jasonr@gnu.org>
117
118 * w32menu.c (_widget_value): Make `help' field a Lisp_Object. Add
119 comment to explain where the struct came from.
120 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
121 (add_menu_item): Process pop-up menus first to avoid memory leak.
122 (add_menu_item, w32_menu_display_help): Use `help' field as
123 Lisp_Object.
124 (w32_free_submenu_strings): Only free owner-drawn strings.
125
126 2001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
127
128 * COPYING: Moved back.
129
130 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
131 Add parentheses around && within ||.
132
133 * indent.c (compute_motion): Likewise.
134
135 * intervals.c (merge_properties_sticky): Likewise.
136
137 * coding.c (setup_coding_system, shrink_encoding_region)
138 (Fdecode_sjis_char): Likewise.
139
140 2001-12-07 Andreas Schwab <schwab@suse.de>
141
142 * xdisp.c (display_mode_element): Don't read past end of string if
143 it ends with '%'.
144
145 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
146 can hold.
147
148 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
149 from most_positive_fixnum and most_negative_fixnum, resp., and
150 type changed to Lisp_Object.
151 (syms_of_data): DEFVAR_LISP them.
152
153 2001-12-07 Richard M. Stallman <rms@gnu.org>
154
155 * callproc.c (init_callproc): Set Vdata_directory based on the source
156 location whenever Emacs was run uninstalled.
157
158 2001-12-06 Paul Eggert <eggert@twinsun.com>
159
160 * config.in (HAVE_WORKING_VFORK): New #undefs.
161 * process.c (create_process):
162 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
163 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
164 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
165 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
166 * m/intel386.h (HAVE_VFORK): Likewise.
167 * m/mips-siemens.h (HAVE_VFORK): Likewise.
168 * m/mips.h (HAVE_VFORK): Likewise.
169 * s/freebsd.h (vfork): Remove #define.
170 * s/lynxos.h (HAVE_VFORK): Remove #undef.
171 * s/usg5-4-2.h: Fix comment about vfork.
172
173 2001-12-06 Richard M. Stallman <rms@gnu.org>
174
175 * s/hpux10.h (random): Add undef.
176 (HAVE_RANDOM): Define it just once.
177
178 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
179
180 * eval.c: Undo last change: the standard syntax is not wanted.
181
182 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
183
184 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
185 scroll bars of the frame before deleting the frame itself. If the
186 frame has a widget, delete the frame with XtDestroyWidget, and do
187 not call XDestroyWindow before that.
188
189 2001-12-06 Kim F. Storm <storm@cua.dk>
190
191 * xfns.c (x_report_frame_params): Return actual fringe widths.
192
193 * w32fns.c (x_report_frame_params): Return actual fringe widths.
194
195 2001-12-05 Andrew Innes <andrewi@gnu.org>
196
197 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
198 excessively large.
199
200 * insdel.c (make_gap_larger): New function.
201 (make_gap_smaller): New function.
202 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]: Call
203 make_gap_smaller if arg is negative.
204
205 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
206
207 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
208 Pass a dummy argument when calling interrupt_signal.
209 (parse_menu_item): Mark disabled items before checking for empty def.
210 (read_char_minibuf_menu_prompt): Make safety more visible.
211 (read_key_sequence): Add a `first_unbound' variable.
212 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
213 unbound prefix as soon as we can detect it.
214
215 * doc.c (Fsnarf_documentation): Add prototype.
216 (get_doc_string): Handle negative arguments.
217 (Fdocumentation): Use AREF and ASIZE.
218 Move the calls to get_doc_string to a single place.
219 Don't confuse an interactive-spec for a docstring reference.
220 (Fdocumentation_property): Take advantage of the fact that
221 get_doc_string now ignores the sign of the docstring position.
222
223 * eval.c: Use standard syntax for usage in docstrings.
224
225 2001-12-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
226
227 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
228
229 2001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
230
231 * xterm.c (x_draw_image_relief): Use predefined macro instead of
232 constant when the value of `tool_bar_button_relief' is negative.
233
234 2001-12-02 Richard M. Stallman <rms@gnu.org>
235
236 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
237 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
238
239 * fileio.c (read_non_regular): Delete Fsignal call.
240
241 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
242
243 * lisp.h (run_hook_list_with_args): Undo last change.
244
245 2001-12-01 Gerd Moellmann <gerd@gnu.org>
246
247 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
248
249 2001-12-01 Jason Rumney <jasonr@gnu.org>
250
251 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
252
253 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
254 [!WM_MOUSELEAVE]: Define.
255
256 * w32menu.c (current_popup_menu, get_menu_item_info):
257 (set_menu_item_info): New vars.
258 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
259 (w32_menu_show): Set current_popup_menu.
260 (add_menu_item): Allocate new strings for owner-drawn menu items
261 and help strings.
262 Use owner-draw for disabled menu items again.
263 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
264 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
265
266 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
267 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
268 <WM_EXITMENULOOP>: Free menu strings.
269 <WM_MOUSELEAVE>: Stop tracking mouse.
270 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
271
272 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
273 and mouse face.
274
275 2001-12-01 Kim F. Storm <storm@cua.dk>
276
277 The following changes add left-fringe and right-fringe
278 frame parameters to adjust fringe widths, or remove one or
279 both fringes.
280
281 * frame.h (struct frame): Remove trunc_area_pixel_width and
282 trunc_area_cols fields.
283 (Qleft_fringe, Qright_fringe): Declare.
284 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
285
286 * frame.c (Qleft_fringe, Qright_fringe): New vars.
287 (syms_of_frame): Initialize them.
288
289 * window.c (coordinates_in_window): Handle separate left and right
290 fringe widths.
291
292 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
293 and fringe_cols fields.
294 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
295 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
296 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
297 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
298 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
299 (x_compute_fringe_widths): Add prototype.
300
301 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
302 fill fringe evenly with small dashes.
303 (x_draw_fringe_bitmap): Clear background if necessary. Align and
304 clip the new ZV bitmap to avoid jitter between rows.
305 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
306 background. Don't draw fringe bitmaps if fringe width is zero.
307 (x_compute_fringe_widths): New function.
308 (x_new_font, x_set_window_size_1): Use it.
309
310 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
311 (x_set_frame_parameters): Process Process `font' parameter before other
312 parameters as fringe widths depend on it.
313 (x_set_fringe_width): New function.
314 (x_figure_window_size): Use x_compute_fringe_widths.
315 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
316 parameters.
317
318 * widget.c (set_frame_size): Use x_compute_fringe_widths.
319 (EmacsFrameSetCharSize): Ditto.
320
321 * w32term.h: Merged changes from xterm.h.
322 * w32term.c: Merged changes from xterm.c.
323 * w32fns.c: Merged changes from xfns.c.
324
325 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
326
327 * COPYING: Removed.
328
329 2001-11-29 Dave Love <fx@gnu.org>
330
331 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
332 extra extra slot.
333 (detect_coding_mask): Fix call of detect_coding_iso2022.
334
335 2001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
336
337 * fileio.c (file-name-coding-system)
338 (default-file-name-coding-system): Doc fix (links to referenced
339 variables added).
340
341 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
342
343 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
344 Add dummy uses of gcproN variables.
345
346 * category.c (describe_category, describe_category_1)
347 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
348 (syms_of_category): Don't defsubr Sdescribe_categories.
349
350 2001-11-28 Richard M. Stallman <rms@gnu.org>
351
352 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
353
354 * Makefile.in (lispdir): New variable, referring to build dir.
355 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
356
357 2001-11-28 Andrew Innes <andrewi@gnu.org>
358
359 * w32menu.c (w32_menu_display_help): Actually add the new argument
360 OWNER.
361
362 2001-11-28 Jason Rumney <jasonr@gnu.org>
363
364 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
365 menu items. From David Ponce <dponce@wanadoo.fr>.
366 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
367 conditionally.
368 (w32_menu_display_help): New argument OWNER. Rewritten to store a
369 help event in the owner frame's keyboard buffer.
370
371 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
372 (Fx_show_tip): Don't subtract last width from row width.
373
374 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
375 (w32_read_socket): Use EQ to compare frames.
376
377 2001-11-28 Gerd Moellmann <gerd@gnu.org>
378
379 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
380 OVERLAPS_P.
381
382 2001-11-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
383
384 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
385 `gcpro3' and `gcpro4'.
386
387 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
388
389 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
390
391 * ccl.c: Use AREF and ASIZE.
392
393 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
394
395 * lisp.h (run_hook_list_with_args): Remove.
396 (LIST_END_P): Fix call to wrong_type_argument.
397 (make_fixnum_or_float): Use EMACS_INT rather than int.
398
399 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
400
401 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
402 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
403
404 * eval.c: Use AREF and ASIZE.
405 (Ffetch_bytecode): Add the file name to the error message.
406
407 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
408 which match the end of the file-name.
409 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
410 is not a valid env var, but leave it as is instead.
411
412 * keymap.c (access_keymap): Handle t bindings like nil bindings.
413 Make nil bindings in char-tables transparent.
414 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
415
416 2001-11-26 Richard M. Stallman <rms@gnu.org>
417
418 * textprop.c (set_text_properties_1): Allow START, END in either order.
419 Do nothing if range is empty.
420
421 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
422
423 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
424 (clean): Not here.
425
426 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
427
428 * textprop.c (set_text_properties_1): Clearly mark that the
429 interval should not be empty.
430
431 * intervals.c (graft_intervals_into_buffer):
432 Don't call set_text_properties_1 on an empty interval.
433
434 2001-11-25 Richard M. Stallman <rms@gnu.org>
435
436 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
437
438 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
439 don't lose the data in it.
440
441 2001-11-25 Juanma Barranquero <lektu@terra.es>
442
443 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
444
445 * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
446
447 * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
448
449 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
450
451 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
452
453 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
454
455 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
456 Niemitalo <kon@iki.fi>.
457
458 2001-11-25 Jason Rumney <jasonr@gnu.org>
459
460 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
461
462 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
463 (Fx_show_tip): Block input during frame creation.
464 (Fx_show_tip, Fx_hide_tip): Enable.
465
466 2001-11-24 Richard M. Stallman <rms@gnu.org>
467
468 * lread.c (Fload): Detect recursive load error for more than 3
469 nestings of the same file.
470 (Vrecursive_load_depth_limit): Variable deleted.
471 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
472
473 2001-11-24 Jason Rumney <jasonr@gnu.org>
474
475 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
476 mouse position if either left or top is not specified.
477
478 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
479 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
480 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
481 (my_create_tip_window): Assign tip_window.
482 (x_create_tip_frame): Use same defaults as X.
483 (compute_tip_xy): Remove unused variable. Use full screen width.
484 (Fx_show_tip): Do not double height. Call ShowWindow directly.
485
486 * w32term.c (x_after_update_window_line): Doc fix.
487 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
488 frames.
489 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
490
491 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
492 for all Windowed systems.
493
494 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
495
496 * msdos.c (IT_clear_screen): If the frame's faces are not yet
497 realized, use the initial screen colors to clear the screen.
498
499 2001-11-23 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
500
501 * textprop.c (Fset_text_properties): Remove unused variables
502 `unchanged', `prev_changed', `s' and `len'.
503
504 * search.c (Freplace_match): Remove unused variable `inslen'.
505
506 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
507
508 2001-11-22 Jason Rumney <jasonr@gnu.org>
509
510 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
511 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
512 (my_create_tip_window): New function.
513 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
514 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
515
516 2001-11-20 Jason Rumney <jasonr@gnu.org>
517
518 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
519 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
520
521 * w32fns.c (Vw32_system_coding_system): Remove.
522 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
523
524 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
525
526 * fileio.c (Fwrite_region): Move choose_write_coding_system to
527 after build_annotations.
528
529 * syntax.c (describe_syntax): Add dummy arg.
530 (describe_syntax_1): Update call to describe_vector.
531
532 * category.c (describe_category): Add dummy arg.
533 (describe_category_1): Update call to describe_vector.
534
535 * keymap.c (Fdescribe_vector): Add `describer' parameter.
536 (describe_command, describe_translation): Add dummy second param.
537 (describe_map): Call elt_describer with two arguments.
538 (describe_vector_princ): Add `fun' parameter.
539 Call it instead of the hardcoded `princ'.
540 (describe_vector): Add arg `args'.
541 Pass it as a new second argument to elt_describer.
542
543 * keymap.h (describe_vector): Update prototype.
544
545 * frame.c: Don't include keymap.h any more.
546 (keys_of_frame): Remove.
547
548 * lisp.h (keys_of_frame): Remove declaration.
549
550 * emacs.c (main): Don't call `keys_of_frame' any more.
551
552 2001-11-14 Andreas Schwab <schwab@suse.de>
553
554 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
555 if defined, 0 otherwise.
556 (MAP_FAILED): Define if not defined and use it to test mmap failure.
557 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
558
559 2001-11-19 Richard M. Stallman <rms@gnu.org>
560
561 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
562
563 2001-11-18 Jason Rumney <jasonr@gnu.org>
564
565 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
566 (x_draw_bar_cursor): If the background color of the glyph under
567 the cursor equals the frame's cursor color, use the glyph's
568 foreground color for drawing the bar cursor.
569 (x_after_update_window_line): Clear internal border in different
570 circumstances.
571 (w32_set_vertical_scroll_bar): Check for width and height > 0.
572 (w32_draw_relief_rect): Correct relief by 1 pixel.
573 (x_set_glyph_string_background_width):
574 Set extends_to_end_of_line_p if the row's fill_line_p is set and
575 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
576 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
577 if cursor_in_non_selected_windows is false.
578 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
579 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
580 Notice if cursor gets overwritten.
581 (notice_overwritten_cursor): Renamed from
582 note_overwritten_text_cursor. Rewritten to take glyph widths
583 into account, and to take X positions as parameters.
584 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
585 around call to x_draw_glyphs.
586 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
587 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
588 color to use for image glyph reliefs.
589 (x_draw_image_relief): Accept zero tool_bar_button_relief.
590 (glyph_rect): Remove unused variable `area'.
591
592 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
593 some items.
594 (x_set_internal_border_width): Set frame garbaged when window
595 doesn't exist yet.
596 (Fx_create_frame): Accept zero tool_bar_button_relief.
597 (x_clear_image_1, four_corners_best, image_background)
598 (image_background_transparent): New functions.
599 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
600 (gs_format): Add `:background' entry.
601 (lookup_image): Set IMG's background color if specified.
602 (pbm_load, xbm_load_image, png_load): Set IMG's background field
603 when appropriate.
604 (x_clear_image_1): Reset `background_valid' and
605 `background_transparent_valid' fields.
606 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
607 calculating it here. Set IMG's background_transparent field.
608 (enum xpm_keyword_index): Add XPM_BACKGROUND.
609 (enum png_keyword_index): Add PNG_BACKGROUND.
610 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
611 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
612 (enum gif_keyword_index): Add GIF_BACKGROUND.
613 (enum gs_keyword_index): Add GS_BACKGROUND.
614 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
615 Pre-calculate image background color where necessary.
616 (x_create_x_image_and_pixmap, xbm_load, gs_load):
617 Use display info's n_cbits entry for screen depth.
618 (Fx_show_tip): Remove unused variables `buffer', `top',
619 `left', `max_width' and `max_height'.
620
621 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
622
623 2001-11-18 Gerd Moellmann <gerd@gnu.org>
624
625 * puresize.h (BASE_PURESIZE): Increase to 750000.
626
627 2001-11-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
628
629 * frame.c (Fframe_live_p): Doc fix.
630
631 2001-11-18 Richard M. Stallman <rms@gnu.org>
632
633 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
634 (message_dolog_marker3): New static variables hold three markers.
635 (syms_of_xdisp): Initialize and staticpro them.
636 (message_dolog): Use message_dolog_marker1..3 instead of
637 allocating markers each time. Unchain them when done.
638
639 2001-11-17 Richard M. Stallman <rms@gnu.org>
640
641 * doc.c (Fsnarf_documentation): Doc fix.
642
643 2001-11-17 Andreas Schwab <schwab@suse.de>
644
645 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
646
647 2001-11-17 Richard M. Stallman <rms@gnu.org>
648
649 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
650
651 2001-11-17 Jason Rumney <jasonr@gnu.org>
652
653 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
654
655 2001-11-17 Gerd Moellmann <gerd@gnu.org>
656
657 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
658 with invalid position.
659
660 2001-11-16 Richard M. Stallman <rms@gnu.org>
661
662 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
663
664 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
665 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
666 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
667
668 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
669
670 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
671
672 * fileio.c (build_annotations): Split off the tail.
673 (build_annotations_2): New fun. Extracted from build_annotations.
674 (Fwrite_region): Split the call to build_annotations into two
675 calls to build_annotations and build_annotations_2.
676
677 2001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
678
679 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
680 clear_waiting_for_input with argument.
681
682 * xterm.h (x_update_cursor): Remove duplicated prototype.
683
684 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
685
686 * xterm.c (waiting_for_input): Remove unnecessary declaration.
687
688 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
689
690 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
691
692 * fileio.c (choose_write_coding_system): New fun, extracted
693 from Fwrite_region.
694 (Fwrite_region): Use it.
695
696 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
697 (funcall_lambda, run_hook_with_args): Make static and add prototype.
698 (ml_apply, find_handler_clause): Add prototype.
699
700 2001-11-16 Eli Zaretskii <eliz@gnu.org>
701
702 * config.in: Add #undef HAVE_COFF_H.
703
704 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
705 Required for ISC 4.1.
706
707 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
708
709 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
710 Andrew Wiseman <a.wiseman@btclick.com>.
711
712 2001-11-16 Kim F. Storm <storm@cua.dk>
713
714 The following changes are made to clean up the various internal
715 references to the fringes to actually use the term `fringe' for
716 them. Previously, they were called `flags areas', `bitmap areas',
717 `left/right side of windows', or implicitly as `flags' or
718 `bitmaps':
719
720 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
721 Comments fixed. Use renamed symbols.
722
723 * dispnew.c: Comment fix. Use renamed symbols.
724
725 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
726 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
727 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
728
729 * msdos.c: Comment fix.
730
731 * w32fns.c: Use renamed symbols.
732
733 * w32term.c: Comment fixes. Use renamed symbols.
734 (fringe_bitmap_type): Renamed from bitmap_type.
735 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
736 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
737 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
738
739 * w32term.h: Comment fixes. Use renamed symbols.
740 (fringes_extra): Renamed from flags_areas_extra.
741 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
742 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
743 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
744 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
745 (FRAME_X_LEFT_FRINGE_WIDTH):
746 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
747 (FRAME_X_RIGHT_FRINGE_WIDTH):
748 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
749
750 * widget.c: Use renamed symbols.
751
752 * window.c: Comment fixes. Use renamed symbols.
753 (coordinates-in-window-p): Doc fix.
754
755 * xdisp.c: Comment fixes. Use renamed symbols.
756
757 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
758
759 * xfns.c: Use renamed symbols.
760
761 * xterm.c: Comment fixes. Use renamed symbols.
762 (fringe_bitmap_type): Renamed from bitmap_type.
763 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
764 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
765 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
766
767 * xterm.h: Comment fixes. Use renamed symbols.
768 (fringes_extra): Renamed from flags_areas_extra.
769 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
770 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
771 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
772 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
773 (FRAME_X_LEFT_FRINGE_WIDTH):
774 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
775 (FRAME_X_RIGHT_FRINGE_WIDTH):
776 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
777
778 2001-11-15 Jason Rumney <jasonr@gnu.org>
779
780 * w32menu.c (add-menu-item): Make help_echo and radio buttons
781 work for most menu items. From David Ponce
782 <david.ponce@wanadoo.fr>.
783
784 2001-11-15 Gerd Moellmann <gerd@gnu.org>
785
786 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
787 Some x_set_* function expect to be called even if old and new
788 value are equal.
789
790 * xdisp.c (build_desired_tool_bar_string): Accept zero
791 tool_bar_button_relief.
792
793 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
794
795 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
796
797 * xterm.c (x_draw_bar_cursor): If the background color of the
798 glyph under the cursor equals the frame's cursor color, use
799 the glyph's foreground color for drawing the bar cursor.
800
801 * dispnew.c (direct_output_forward_char): Fix character/byte
802 position comparison.
803
804 2001-11-15 Miles Bader <miles@gnu.org>
805
806 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
807 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
808 Update arguments to find_field.
809 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
810 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
811 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
812 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
813
814 2001-11-14 Richard M. Stallman <rms@gnu.org>
815
816 * editfns.c (Fpropertize): Allow call with 1 arg.
817
818 * dispextern.h (image_background, image_background_transparent):
819 Conditionalize on HAVE_X_WINDOWS.
820
821 2001-11-13 Richard M. Stallman <rms@gnu.org>
822
823 * print.c (Fprin1_to_string): Doc fix.
824
825 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
826
827 * floatfns.c (Fceiling, Ffloor): Doc fixes.
828
829 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
830
831 * fileio.c (Ffile_accessible_directory_p): Doc fix.
832
833 * eval.c (syms_of_eval): Doc fix.
834
835 * coding.c (syms_of_coding): Doc fix.
836
837 * doc.c (Fsnarf_documentation): Doc fix.
838
839 * dispnew.c (syms_of_display): Doc fix.
840
841 * category.c (Fget_unused_category): Doc fix.
842
843 * buffer.c (syms_of_buffer): Doc fixes.
844
845 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
846
847 * print.c (prin1, print): Doc fix.
848
849 2001-11-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
850
851 * fontset.h: Remove declarations of variables
852 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
853
854 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
855 `Vclip_large_size_font'.
856
857 2001-11-13 Jason Rumney <jasonr@gnu.org>
858
859 * w32fns.c: Doc fix.
860
861 2001-11-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
862
863 * xfaces.c (Fface_attributes_as_vector): Doc fix.
864
865 * w32fns.c (Fx_synchronize): Reindent.
866
867 * fns.c: Doc fix.
868
869 * emacs.c: Doc fix.
870
871 * coding.c: Doc fix.
872
873 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
874 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
875 `new style' [w/`doc:' keyword].
876
877 * xmenu.c (x-popup-menu): Reindent.
878 (x-popup-dialog): Likewise.
879
880 * xfaces.c (Finternal_set_alternative_font_family_alist): Reindent.
881
882 * xdisp.c (Fdump_tool_bar_row): Reindent.
883
884 * minibuf.c (Fminibuffer_complete_word): Reindent.
885 (Fminibuffer_complete_and_exit): Likewise.
886 (Fminibuffer_completion_help): Likewise.
887 (Fminibuffer_message): Likewise.
888
889 * fns.c (Freverse): Reindent.
890
891 * eval.c (Fif): Reindent.
892 (Fand): Likewise.
893
894 * editfns.c (Fuser_real_login_name): Reindent.
895 (Finsert_buffer_substring): Likewise.
896 (Fcompare_buffer_substrings): Likewise.
897 (Fsubst_char_in_region): Likewise.
898
899 * dispnew.c (Fsit_for): Reindent.
900 (Fframe_or_buffer_changed_p): Likewise.
901 (Finternal_show_cursor_p): Likewise.
902 (syms_of_display): Likewise.
903
904 * alloc.c (Flist): Reindent.
905 (Fvector): Likewise.
906
907 2001-11-12 Richard M. Stallman <rms@gnu.org>
908
909 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
910 LeaveNotify events. Only FocusIn and FocusOut do that now.
911 (x_display_and_set_cursor): Do display hollow cursors in active
912 minibuffer windows when they are not selected.
913
914 2001-11-12 Jason Rumney <jasonr@gnu.org>
915
916 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
917 * w32term.c: Change doc-string comments to `new style'.
918 [w/`doc:' keyword]. Doc fixes.
919
920 * w32fns.c: Don't define max.
921 (Fx_open_connection): Only execute once.
922
923 2001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
924
925 * ccl.c: Change macros to use do-while block instead of if-else.
926 Use braces to follow GNU Coding Standards.
927
928 2001-11-11 Richard M. Stallman <rms@gnu.org>
929
930 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
931
932 * lread.c (read_escape): Use end_of_file_error for reporting eof.
933
934 * insdel.c (replace_range): Use adjust_markers_for_replace
935 instead of adjust_markers_for_delete and adjust_markers_for_insert.
936
937 * intervals.h: Declare set_text_properties and set_text_properties_1.
938
939 * textprop.c (set_text_properties_1): New subroutine
940 broken out of set_text_properties.
941 (set_text_properties): Use set_text_properties_1.
942
943 * intervals.c (graft_intervals_into_buffer):
944 Use set_text_properties_1 to clear out properties.
945
946 * search.c (Freplace_match): Use replace_range to insert
947 and delete. Don't request property inheritance from
948 surrounding text.
949
950 2001-11-10 Jason Rumney <jasonr@gnu.org>
951
952 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
953 vertical fonts. Allow them if face name is explicitly specified.
954 Do not give up if we find a font that cannot be converted to an xlfd.
955
956 2001-11-10 Gerd Moellmann <gerd@gnu.org>
957
958 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
959 instead of malloc/free.
960
961 2001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
962
963 * xfaces.c (merge_face_vectors): Use braces to follow GNU
964 Coding Standards.
965 (Finternal_set_lisp_face_attribute): Likewise.
966
967 * buffer.c (Fbury_buffer): Likewise.
968
969 * indent.c (current_column_1): Remove unused variable `prev_col'.
970
971 * coding.c (encode_coding): Use precomputed value of `src'.
972 (encode_coding): Remove unused variable `src_end'.
973 (code_convert_region): Remove unused variables `count'.
974
975 2001-11-07 Jason Rumney <jasonr@gnu.org>
976
977 * w32term.c (x_display_and_set_cursor): Do not move system caret
978 if cursor_glyph is NULL.
979
980 2001-11-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
981
982 * keymap.c (access_keymap): Fix compilation error.
983
984 2001-11-07 Miles Bader <miles@gnu.org>
985
986 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
987
988 2001-11-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
989
990 * intervals.c (graft_intervals_into_buffer):
991 Remove #ifdef'd-out code.
992 (graft_intervals_into_buffer): Remove unused variable `middle'.
993
994 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
995 code (eval-current-buffer).
996 Change doc-string comments to `new style' [w/`doc:' keyword].
997
998 2001-11-06 Richard M. Stallman <rms@gnu.org>
999
1000 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
1001
1002 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
1003
1004 * lread.c (read1): Fix behavior with nested backquoting.
1005
1006 * keyboard.c (make_lispy_event): Check integerness and fix
1007 Lisp_Object/int mixup.
1008
1009 2001-11-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1010
1011 * fns.c (copy_hash_table): Remove unused variable `v'.
1012
1013 * fontset.c (fontset_font_pattern): Remove unused variable
1014 `family_registry'.
1015
1016 * indent.c (current_column_1): Remove unused variable `prev_col'.
1017
1018 2001-11-05 Richard M. Stallman <rms@gnu.org>
1019
1020 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
1021
1022 * buffer.c (Fkill_buffer): Don't delete auto save file
1023 if buffer is modified.
1024
1025 2001-11-05 Andrew Innes <andrewi@gnu.org>
1026
1027 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
1028 CHECK_NUMBER_CDR.
1029
1030 2001-11-05 Richard M. Stallman <rms@gnu.org>
1031
1032 * unexelf.c (unexec): Minor changes; clean up comments.
1033
1034 2001-11-05 Sam Steingold <sds@gnu.org>
1035
1036 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
1037
1038 2001-11-05 Andreas Schwab <schwab@suse.de>
1039
1040 * sound.c (sound_perror): Save errno from being clobbered.
1041
1042 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
1043
1044 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
1045 the program image directly.
1046
1047 2001-11-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1048
1049 * buffer.h (Fbuffer_local_value): Add prototype.
1050
1051 2001-11-04 Richard M. Stallman <rms@gnu.org>
1052
1053 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
1054 and CHECK_BUFFER.
1055
1056 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
1057 (record_char): Likewise.
1058
1059 * keyboard.c (make_lispy_event): Don't insist a drag event must
1060 move to a different buffer position. Instead, check for moving at
1061 least double_click_fuzz.
1062
1063 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
1064
1065 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
1066
1067 * indent.c (current_column_1, Fmove_to_column): Separate the code
1068 for display-table glyphs from the code buffer text, to fix
1069 bugs in the former.
1070
1071 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
1072
1073 * buffer.c (Fbuffer_local_value): New function.
1074 (syms_of_buffer): Defsubr it.
1075
1076 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
1077 value of `cursor-in-non-selected-windows'.
1078
1079 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
1080 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
1081 (syms_of_xdisp): Initialize it.
1082
1083 2001-11-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1084
1085 * xfns.c (Fx_create_frame): Doc fix.
1086
1087 * coding.c: Change doc-string comments to `new style' [w/`doc:'
1088 keyword].
1089
1090 * eval.c (top_level_value, top_level_set): Remove commented and
1091 #ifdef'd-out code.
1092 (Fdefvar): Fix usage in doc-string.
1093
1094 2001-11-03 Richard M. Stallman <rms@gnu.org>
1095
1096 * xfns.c: Include unistd.h, if it exists.
1097
1098 * editfns.c: Move the include of ctype.h after unistd.h.
1099
1100 * gmalloc.c: Test BROKEN_PROTOTYPES.
1101
1102 2001-11-03 Ken Raeburn <raeburn@gnu.org>
1103
1104 * lisp.h (CHECK_STRING_CAR): New macro.
1105 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
1106 treating XCAR and XCDR as lvalues.
1107 (openp): Use CHECK_STRING_CAR.
1108 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
1109
1110 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
1113 (SIGMASKTYPE): Define.
1114
1115 * syssignal.h (sigunblock): Don't define if already defined.
1116
1117 2001-11-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1118
1119 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
1120 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
1121 Fix typos in comments.
1122
1123 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
1124 and #ifdef'd-out code.
1125 Fix and reindent comments.
1126
1127 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
1128
1129 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
1130 argument `i' in macros.
1131
1132 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
1133 `i' in macros.
1134
1135 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
1136 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
1137 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
1138 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
1139 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
1140 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
1141 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
1142 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
1143 in macros.
1144
1145 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
1146 casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
1147 composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
1148 eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
1149 indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
1150 minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
1151 sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
1152 w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
1153 xfaces.c, xmenu.c, xselect.c : Update usage of CHECK_ macros
1154 (remove unused second argument).
1155
1156 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
1157
1158 * syntax.c (describe_syntax): New wrapper.
1159 (Finternal_describe_syntax_value): Rename from describe_syntax.
1160 Don't insert space at front and \n at the end.
1161 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
1162
1163 * regex.c (re_wctype): Try to fix some warnings.
1164 (regcomp, regexec): Don't forget the __restrict.
1165
1166 2001-11-02 Richard M. Stallman <rms@gnu.org>
1167
1168 * textprop.c (Fget_char_property): Doc fix.
1169
1170 2001-11-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1171
1172 * process.c (Fstart_process): Add usage to doc-string.
1173
1174 * data.c (Fsetq_default): Ditto.
1175
1176 * callint.c (Finteractive): Ditto.
1177
1178 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
1179
1180 * macros.c: Don't include keymap.h any more.
1181
1182 2001-11-01 Richard M. Stallman <rms@gnu.org>
1183
1184 * data.c (Fmake_local_variable): Doc fix.
1185
1186 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
1187 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
1188
1189 * keymap.c (Fdescribe_buffer_bindings): Print character property
1190 bindings along with or instead of the buffer local map.
1191 Make the overriding maps override what they should.
1192
1193 2001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1194
1195 * window.c (grow_mini_window): Fix typo in comment.
1196
1197 2001-11-01 Gerd Moellmann <gerd@gnu.org>
1198
1199 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
1200 (XTset_vertical_scroll_bar): Likewise.
1201
1202 * xfns.c (x_build_heuristic_mask): Use four_corners_best
1203 instead of IMAGE_BACKGROUND.
1204
1205 * xfns.c (four_corners_best): Reindent.
1206
1207 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
1208 Handle :box so that it is possible to specify sexprs.
1209
1210 2001-11-01 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1211
1212 * xfaces.c (Finternal_merge_in_global_face): Reindent.
1213 (Fface_font): Ditto.
1214 (Finternal_set_alternative_font_registry_alist): Ditto.
1215 (Ftty_suppress_bold_inverse_default_colors): Ditto.
1216
1217 * xfns.c (x-get-resource): Reindent.
1218
1219 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
1220
1221 * s/hpux11.h: New file.
1222
1223 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1224
1225 * emacs.c (USAGE1): Show command line option --no-window-system
1226 instead of --no-windows in usage.
1227 (standard_args): Rename --no-windows to --no-window-system.
1228 (bug_reporting_address): Follow Emacs coding conventions.
1229
1230 * eval.c (Fcommandp): Doc fix.
1231 Change doc-string comments to `new style' [w/`doc:' keyword].
1232
1233 * frame.c (Fframe_live_p): Doc fix.
1234
1235 * buffer.c (selective-display-ellipses): Doc fix.
1236
1237 2001-10-31 Gerd Moellmann <gerd@gnu.org>
1238
1239 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
1240
1241 * xfaces.c (realize_x_face): If C is not a single-byte character,
1242 set the face's colors_copied_bitwise_p instead of the defaulted_p
1243 members which have a different meaning.
1244 (free_face_colors): Do nothing for a face whose colors have been
1245 copied bitwise.
1246
1247 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
1248
1249 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1250
1251 * marker.c, mocklisp.c: Change doc-string comments to `new style'
1252 [w/`doc:' keyword].
1253
1254 2001-10-31 Gerd Moellmann <gerd@gnu.org>
1255
1256 * fns.c (require_unwind): Return Lisp_Object.
1257
1258 2001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1259
1260 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
1261 (last-input-char): Revert doc-string to be the same as the
1262 doc-string of `last-input-event'.
1263
1264 * xdisp.c: Fix typos in comments.
1265
1266 2001-10-31 Gerd Moellmann <gerd@gnu.org>
1267
1268 * window.c (grow_mini_window): Handle case that the root
1269 window is already smaller than the nominal mininum height.
1270
1271 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
1272
1273 * emacs.c (main): Don't call keys_of_macros any more.
1274
1275 * lisp.h (keys_of_macros): Remove.
1276
1277 * macros.c (keys_of_macros): Remove.
1278
1279 * xfaces.c (Fface_attribute_relative_p): Declare args.
1280
1281 2001-10-30 Jason Rumney <jasonr@gnu.org>
1282
1283 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
1284 (enum_font_cb2): Ignore fonts with vertical orientation.
1285
1286 2001-10-30 Richard M. Stallman <rms@gnu.org>
1287
1288 * keyboard.c (Finput_pending_p): Doc fix.
1289
1290 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1291
1292 * xterm.c (x_after_update_window_line): Don't run the code
1293 clearing in borders for rows whose visible height is 0.
1294
1295 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
1296 resized_p flag is set. If not set, use the much less flickering
1297 method previously used.
1298
1299 * dispnew.c (change_frame_size_1): Set frame's resized_p.
1300
1301 * frame.h (struct frame) <resized_p>: New member.
1302
1303 * lread.c (to_multibyte): Ensure read_buffer is at least twice
1304 as large as the number of bytes to convert.
1305
1306 * lread.c (to_multibyte): New function.
1307 (read1): Use it.
1308
1309 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
1312
1313 2001-10-30 Gerd Moellmann <gerd@gnu.org>
1314
1315 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
1316 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
1317 if the row's fill_line_p is set and drawing the last glyph with
1318 DRAW_IMAGE_{RAISED,SUNKEN}.
1319
1320 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
1321
1322 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
1323
1324 * xmenu.c: Include coding.h and charset.h.
1325 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
1326 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
1327 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
1328 Explicitly set wv->help. Use `TRUE' rather than `True'.
1329 (menu_help_callback): Use empty_string.
1330
1331 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
1332 (Fx_popup_dialog): Explicitly init f.
1333 (w32_menu_display_help): Use empty_string.
1334
1335 2001-10-29 Richard M. Stallman <rms@gnu.org>
1336
1337 * fns.c (Frequire): Detect recursive try to require the same
1338 feature 3 or more levels deep, and get error.
1339 (require_unwind): New subroutine.
1340 (require_nesting_list): New variable.
1341 (syms_of_fns): Init and staticpro it.
1342
1343 * print.c (print_object): Clarify indication of insertion type.
1344
1345 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
1346
1347 * coding.c (syms_of_coding): Document that locale-coding-system is
1348 used for decoding input on X.
1349
1350 * window.c (Fscroll_left, Fscroll_right): Doc fix.
1351
1352 2001-10-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1353
1354 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
1355 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
1356
1357 2001-10-29 Gerd Moellmann <gerd@gnu.org>
1358
1359 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
1360 use NO_CURSOR if cursor_in_non_selected_windows is false.
1361
1362 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
1363 the slant attribute if FRAME is t.
1364
1365 * xfns.c (x_set_internal_border_width): Set frame garbaged
1366 when X window doesn't exist yet.
1367
1368 * xterm.c (x_after_update_window_line): Clear internal border
1369 in different circumstances.
1370
1371 * xterm.c (XTread_socket) <KeyPress>: Don't use
1372 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
1373 <handa@etl.go.jp>.
1374
1375 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * m/ibms390.h: New file. From Adam Thornton
1378 <athornton@sinenomine.net>.
1379
1380 2001-10-28 Gerd Moellmann <gerd@gnu.org>
1381
1382 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
1383
1384 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
1385 a loop counter.
1386
1387 2001-10-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1388
1389 * emacs.c: Use argv[0] instead of emacs when -t was specified.
1390
1391 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
1392 keyword].
1393 Fix typos in comments.
1394
1395 * emacs.c (bug_reporting_address): New function.
1396 Use it when displaying usage message.
1397
1398 * minibuf.c (read_minibuf): Remove unused external declaration of
1399 variable `Qread_only'.
1400
1401 * keymap.c (access_keymap): Remove unused variable `charset'.
1402
1403 2001-10-28 Miles Bader <miles@gnu.org>
1404
1405 * xfaces.c (merge_face_heights): Handle TO being relative as well.
1406 Remove #ifdef'd-out code.
1407 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
1408 (syms_of_xfaces): Initialize them.
1409
1410 2001-10-27 Jason Rumney <jasonr@gnu.org>
1411
1412 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
1413 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
1414 position using the system caret.
1415
1416 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
1417 (w32_system_caret_height, w32_system_caret_x)
1418 (w32_system_caret_y): New variables for tracking system caret.
1419 (w32_initialize): Initialize them.
1420 (x_display_and_set_cursor): Make system caret follow the active cursor.
1421
1422 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
1423 New messages types.
1424
1425 * w32term.c (note_mouse_highlight): Clear old help_echo.
1426
1427 2001-10-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1428
1429 * xterm.c: Fix typo in a comment.
1430
1431 * emacs.c: Fix typos in comments.
1432 Remove unnecessary spaces.
1433 Change doc-string comments to `new style' [w/`doc:' keyword].
1434 (USAGE2): Fix typos in usage string.
1435
1436 * xterm.c: Fix typo in a comment.
1437
1438 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
1439 emacs.c.
1440
1441 2001-10-27 Gerd Moellmann <gerd@gnu.org>
1442
1443 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
1444 instead of 1/2 line_height in the heuristic for skipping
1445 farther backward when target_y was not reached.
1446
1447 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
1448 Display errno only if non-zero.
1449 (sound_warning): New function.
1450 (vox_configure): Don't treat failing to set sample rate as error.
1451 (various places): Improve error messages.
1452
1453 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
1454
1455 * fileio.c (Faccess_file): Run the argument filename through
1456 Fexpand_file_name, before using it.
1457
1458 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
1459 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
1460
1461 2001-10-26 Gerd Moellmann <gerd@gnu.org>
1462
1463 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
1464
1465 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
1466 Fix clearing in the case of scroll bars on the right.
1467
1468 2001-10-26 Juanma Barranquero <lektu@terra.es>
1469
1470 * w32gui.h (XImage): Add a dummy typedef.
1471
1472 2001-10-26 Gerd Moellmann <gerd@gnu.org>
1473
1474 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
1475
1476 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
1477
1478 * frame.c (Fframe_parameter): Fix last change.
1479
1480 * fileio.c: Revert last change (which removed old commented-out
1481 version of expand-file-name). Add a comment that explains why
1482 this old version should not be removed.
1483
1484 2001-10-25 Gerd Moellmann <gerd@gnu.org>
1485
1486 * frame.c (Fframe_parameter): Fix a bug whereby some
1487 ``artificial'' frame parameters, like `minibuffer' were not
1488 obtained by calling Fframe_parameters.
1489
1490 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
1491 cursor differently.
1492
1493 * xdisp.c (move_it_vertically_backward): Compute line height
1494 differently. Add heuristic to try to be more compatible to 20.x.
1495
1496 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
1497
1498 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
1499
1500 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
1501 boolean.
1502
1503 2001-10-25 Miles Bader <miles@gnu.org>
1504
1505 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
1506 BG is a pointer to a structure, not a structure.
1507 (gif_format, png_format): Add missing commas.
1508
1509 2001-10-24 Richard M. Stallman <rms@gnu.org>
1510
1511 * xfaces.c (Fface_attributes_as_vector): New function.
1512 (syms_of_xfaces): Defsubr it.
1513
1514 2001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1515
1516 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
1517 variable `area'.
1518
1519 2001-10-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1520
1521 * search.c (scan_newline): Remove unused variable `selective_display'.
1522
1523 2001-10-25 Miles Bader <miles@gnu.org>
1524
1525 * dispextern.h (struct image): Add `background',
1526 `background_valid', and `background_transparent' fields.
1527 (image_background, image_background_transparent): New declarations.
1528 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
1529 * xfns.c (image_background, image_background_transparent)
1530 (four_corners_best): New functions.
1531 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
1532 (gs_format): Add `:background' entry.
1533 (lookup_image): Set IMG's background color if specified.
1534 (pbm_load, xbm_load_image, png_load): Set IMG's background field
1535 when appropriate.
1536 (x_clear_image_1): Reset `background_valid' and
1537 `background_transparent_valid' fields.
1538 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
1539 calculating it here. Set IMG's background_transparent field.
1540 (enum xpm_keyword_index): Add XPM_BACKGROUND.
1541 (enum png_keyword_index): Add PNG_BACKGROUND.
1542 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
1543 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
1544 (enum gif_keyword_index): Add GIF_BACKGROUND.
1545 (enum gs_keyword_index): Add GS_BACKGROUND.
1546 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
1547 Pre-calculate image background color where necessary.
1548 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
1549 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
1550 color to use for image glyph reliefs.
1551
1552 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1553
1554 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
1555 in full-width rows.
1556
1557 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
1558 Fix clearing of area not covered by scroll bar.
1559
1560 2001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1561
1562 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
1563 and `real_start'.
1564 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
1565 (glyph_rect): Remove unused variable `area'.
1566
1567 2001-10-24 Gerd Moellmann <gerd@gnu.org>
1568
1569 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
1570
1571 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
1572 (row_containing_pos): Take additional argument DY.
1573 Treat rows ending in middle of char differently.
1574 (display_line): Handle tabs on window systems differently.
1575
1576 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
1577 with additional argument.
1578
1579 * dispextern.h (row_containing_pos): Adjust prototype.
1580
1581 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
1582 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
1583 (try_window_id, try_window_reusing_current_matrix)
1584 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
1585 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
1586
1587 2001-10-24 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1588
1589 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
1590 gnuemacs).
1591 (HAVE_BOXES): Fix typo in comment.
1592 (push_menu_pane): Fix typo in comment.
1593
1594 * xdisp.c: (display_prop_string_p): Remove unused local declaration
1595 of `Qwhen'.
1596 (single_display_prop_string_p): Remove unused local declarations
1597 of `Qwhen' and `Qmargin'.
1598 (string_buffer_position): Remove unused variable `around'.
1599 (store_frame_title): Remove unused variable `width'.
1600
1601 * window.c: Don't define max.
1602 (coordinates_in_window): Remove unused variable `uy'.
1603
1604 * widget.c: Don't define max.
1605
1606 * process.c: Don't define max.
1607 (create_process): Remove unused variable `buffer'.
1608
1609 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1610
1611 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
1612
1613 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1614
1615 * xfaces.c (Finternal_set_lisp_face_attribute)
1616 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
1617 frame is on a windowed display.
1618
1619 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1620
1621 * dispnew.c (sync_window_with_frame_matrix_rows):
1622 Fix handling of windows which aren't full-width, fix handling
1623 of marginal areas.
1624
1625 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
1626
1627 2001-10-23 Andreas Schwab <schwab@suse.de>
1628
1629 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
1630 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
1631
1632 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1633
1634 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
1635 REAL_END. Notice if cursor gets overwritten.
1636 (notice_overwritten_cursor): Take X positions as parameters.
1637 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
1638 around call to x_draw_glyphs.
1639
1640 2001-10-23 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1641
1642 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
1643 instead of C) and usage.
1644
1645 * editfns.c (char-to-string): Fix argument names (use CHAR instead
1646 of C) and usage.
1647
1648 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
1649 `left', `max_width' and `max_height'.
1650
1651 2001-10-23 Gerd Moellmann <gerd@gnu.org>
1652
1653 * xdisp.c (display_line): For a tab continued to the next line,
1654 set row's ends_in_middle_of_char_p.
1655
1656 2001-10-22 Gerd Moellmann <gerd@gnu.org>
1657
1658 * xdisp.c (display_line): Fix computation of continuation lines
1659 width for TABs.
1660
1661 2001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1662
1663 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
1664 `Qlaplace'.
1665
1666 * fileio.c: Remove unused code.
1667
1668 2001-10-22 Miles Bader <miles@gnu.org>
1669
1670 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
1671 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
1672 Remove `DOC_STRINGS_IN_COMMENTS' cases.
1673
1674 2001-10-21 Jason Rumney <jasonr@gnu.org>
1675
1676 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
1677
1678 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1679
1680 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
1681 (Finsert_string): Avoid the multi-line string literals warning.
1682
1683 2001-10-22 Miles Bader <miles@gnu.org>
1684
1685 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
1686 (Fdocumentation): Don't use it.
1687 (syms_of_doc): Don't initialize it.
1688
1689 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
1690 * print.c (Fwith_output_to_temp_buffer): Likewise.
1691 * window.c (Fsave_window_excursion): Likewise.
1692 * editfns.c (Fsave_excursion, Fsave_current_buffer)
1693 (Fsave_restriction): Likewise.
1694 * eval.c (Frun_hooks, Frun_hook_with_args)
1695 (Frun_hook_with_args_until_failure)
1696 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
1697 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
1698 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
1699 (Funwind_protect, Fcondition_case): Likewise.
1700 * coding.c (Ffind_operation_coding_system): Likewise.
1701 * keyboard.c (Ftrack_mouse): Likewise.
1702
1703 2001-10-21 Miles Bader <miles@gnu.org>
1704
1705 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
1706 (Fmake_hash_table): Add usage: string to doc string.
1707 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
1708 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
1709 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
1710 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
1711 (Fml_prefix_argument_loop): Likewise.
1712
1713 2001-10-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1714
1715 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
1716
1717 * sysdep.c (init_sys_modes): Change doc-string comments to `new
1718 style' [w/`doc:' keyword].
1719
1720 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
1721 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
1722 comments to `new style' [w/`doc:' keyword].
1723
1724 2001-10-21 Jason Rumney <jasonr@gnu.org>
1725
1726 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
1727
1728 * w32term.c (remember_mouse_glyph): New function.
1729 (w32_mouse_position): Use it.
1730 (note_mouse_movement): If the mouse moved off the glyph, remember
1731 its new position.
1732
1733 * w32term.h (struct w32_output): Correct spelling of x_compatible.
1734 (w32_display_info): Add mouse_face_overlay.
1735
1736 * w32term.c (notice_overwritten_cursor): Renamed from
1737 note_overwritten_text_cursor. Rewritten to take glyph widths into
1738 account.
1739 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
1740 (fast_find_string_pos): New function.
1741 (fast_find_position): Return the correct vpos. Add parameter
1742 STOP. In the final row, stop before glyphs having STOP as object.
1743 Don't consider glyphs that are not from a buffer.
1744 (fast_find_position) [0]: Add a presumably more correct version
1745 for after 21.1.
1746 (expose_window_tree, expose_frame): Don't compute intersections here.
1747 (expose_window): Do it here instead.
1748 (expose_window_tree, expose_window, expose_line): Return 1 when
1749 overwriting mouse-face.
1750 (expose_window): If W is the window currently being updated, mark
1751 the frame garbaged.
1752 (expose_frame): If mouse-face was overwritten, redo it.
1753 (x_use_underline_position_properties): New variable.
1754 (syms_of_xterm): DEFVAR_BOOL it.
1755 (x_draw_glyph_string): Add comment to use it in future.
1756 (x_draw_glyph_string): Restore clipping after drawing box.
1757 Fix a computation of the underline position.
1758 (w32_get_glyph_string_clip_rect): Minor cleanup.
1759 (x_fill_stretch_glyph_string): Remove an assertion.
1760 (x_produce_glyphs): Don't convert multibyte characters
1761 to unibyte characters in unibyte buffers.
1762 (cursor_in_mouse_face_p): New function.
1763 (x_draw_stretch_glyph_string): Use it to choose a different GC
1764 when drawing a cursor within highlighted text. Don't draw
1765 background again if it has already been drawn.
1766 (x_draw_glyph_string_box): Don't draw a full-width
1767 box just because the glyph row's full_width_p flag is set.
1768 (x_draw_glyphs): Fix computation of rightmost x for
1769 full-width rows.
1770 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
1771 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
1772 change bottom shadow accordingly. Some cleanup.
1773 (x_update_window_end): Handle overwritten mouse face
1774 also for tool bar windows.
1775 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
1776 DRAW is DRAW_IMAGE_RAISED.
1777 (clear_mouse_face): Return 1 if text with mouse face was
1778 actually redrawn. Make the function static. Reset
1779 dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
1780 optimize away highlighting if we pass over that same overlay again.
1781 (note_mouse_highlight): Call mouse_face_overlay_overlaps
1782 to detect a case where we have to highlight a different region
1783 despite not having left the currently highlighted region.
1784 Set mouse_face_overlay in the x_display_info. Avoid changing the
1785 mouse pointer shape when show_mouse_face has already done it, or
1786 there is no need. Handle mouse-face and help-echo in strings.
1787 (glyph_rect): New function.
1788 (w32_mouse_position): Use it to raise the threshold for mouse
1789 movement event generation.
1790 (w32_initialize_display_info): Initialize the x_display_info's
1791 mouse_face_overlay.
1792 (w32_set_vertical_scroll_bar): Don't clear a zero height
1793 or width area.
1794 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
1795 a widget to zero height.
1796
1797 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
1798 Protect unibyte strings created by replacing their multibyte
1799 equivalents in menu_items.
1800 (w32_menu_show): Don't overwrite an item's name with its key
1801 description in case the description is a multibyte string.
1802 (single_submenu): Some cleanup.
1803
1804 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
1805 (postprocess_image): New function.
1806 (lookup_image): Call it for all image types except PostScript.
1807 (x_kill_gs_process): Call postprocess_image.
1808 (tiff_error_handler, tiff_warning_handler): New functions.
1809 (tiff_load): Install them as handlers.
1810 (x_kill_gs_process): Recognize if someone has cleared the image
1811 cache under us.
1812 (valid_image_p): Protect better against invalid image
1813 specifications. Previous code could signal an error.
1814 (Fx_hide_tip, Fshow_tip): Doc fix.
1815 (Fv_max_tooltip_size): New variable.
1816 (syns_of_xfns): DEFVAR_LISP it.
1817 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
1818 window buffer to *tip* right after creating the frame. Set frame's
1819 window_width. Use a maximum tooltip size specified by
1820 Vx_max_tooltip_size, if that has valid contents.
1821 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
1822 Make sure the tooltip is completely visible.
1823 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
1824 (Fx_create_frame): Adjust the frame's height for presence
1825 of the tool bar before calling x_figure_window_size.
1826 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
1827 when the window gets smaller.
1828 (x_set_foreground_color): Set frame's cursor_pixel.
1829 (x_set_foreground_color, x_set_background_color): Cleaned up.
1830 (x_set_font): Handle case of x_new_fontset returning the same name
1831 as before, although there was a change in fontsets.
1832
1833 2001-10-21 Miles Bader <miles@gnu.org>
1834
1835 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
1836 (Flogxor): Add usage: string to doc string.
1837 * charset.c (Fstring): Likewise.
1838 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
1839 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
1840
1841 2001-10-21 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1842
1843 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
1844
1845 * alloc.c: Reindent DEFUNs with doc: keywords.
1846
1847 * abbrev.c (Finsert_abbrev_table_description): Reindent.
1848
1849 * frame.c: Change doc-string comments to `new style' [w/`doc:'
1850 keyword].
1851
1852 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1853
1854 * (Version 21.1 released.)
1855
1856 2001-10-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1857
1858 * xfns.c (x_laplace_read_row, x_laplace_write_row): Prototypes removed.
1859
1860 * xdisp.c (invisible_text_between_p): Put prototype inside #if
1861 0 because unused.
1862
1863 * bytecode.c, callint.c, callproc.c, casefiddle.c, casetab.c
1864 * category.c, ccl.c, charset.c, process.c, syntax.c, window.c:
1865 Change doc-string comments to `new style' [w/`doc:' keyword].
1866
1867 2001-10-20 Miles Bader <miles@gnu.org>
1868
1869 The following changes remove the glyph_row `inverse_p' field,
1870 which is never set anymore, due to other changes:
1871
1872 * dispextern.h (struct glyph_row): Remove `inverse_p' field.
1873 (reassert_line_highlight, change_line_highlight): Declarations removed.
1874 * dispnew.c (update_frame_line): Don't call reassert_line_highlight.
1875 (line_hash_code, row_equal_p, fake_current_matrices)
1876 (build_frame_matrix_from_leaf_window, update_frame_line)
1877 (update_frame_line, update_frame_line, update_frame_line):
1878 Don't use `inverse_p' field.
1879 * xterm.c (x_initialize): Don't set reassert_line_highlight_hook or
1880 change_line_highlight_hook.
1881 (XTreassert_line_highlight, x_change_line_highlight):
1882 Functions removed.
1883 (x_fix_overlapping_area, x_write_glyphs, expose_area)
1884 (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
1885 * xdisp.c (dump_glyph_row, display_mode_line): Don't use
1886 `inverse_p' field.
1887 * w32term.c (x_fix_overlapping_area, x_write_glyphs, expose_area)
1888 (expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
1889 (w32_reassert_line_highlight, x_change_line_highlight):
1890 Functions removed.
1891 * w32console.c (reassert_line_highlight, change_line_highlight):
1892 Functions removed.
1893 (initialize_w32_display): Don't set reassert_line_highlight_hook
1894 or change_line_highlight_hook.
1895 (hl_mode): Function removed.
1896 (reset_terminal_modes, set_terminal_modes, update_begin)
1897 (update_end, w32_face_attributes, initialize_w32_display):
1898 (clear_frame, ins_del_lines): Don't call it.
1899 * termhooks.h (reassert_line_highlight_hook)
1900 (change_line_highlight_hook): Declarations removed.
1901 * term.c (reassert_line_highlight_hook)
1902 (change_line_highlight_hook): Variables removed.
1903 (reassert_line_highlight, change_line_highlight): Functions removed.
1904 * msdos.c (IT_reassert_line_highlight)
1905 (IT_change_line_highlight): Functions removed.
1906 (internal_terminal_init): Don't set reassert_line_highlight_hook
1907 or change_line_highlight_hook.
1908 (highlight): Variable removed.
1909 (IT_set_face, IT_update_begin, IT_update_end)
1910 (IT_set_terminal_modes): Don't set or use it.
1911
1912 The following changes remove inverse-video support for terminals
1913 that use a `magic cookie' standout mode. Due to changes in the
1914 way mode-lines are displayed, such support no longer works
1915 anyway, and it's probable that almost no one uses such terminals
1916 anymore:
1917
1918 * term.c (standout_requested): Variable removed.
1919 (update_end, highlight_if_desired): Don't use it.
1920 (chars_wasted, copybuf): Variables removed.
1921 (write_standout_marker): Function removed.
1922 (cursor_to, clear_to_end, clear_frame, clear_end_of_line_raw)
1923 (clear_end_of_line_raw, write_glyphs, ins_del_lines):
1924 Don't use `chars_wasted' or `copybuf'.
1925 (calculate_costs): Don't allocate `chars_wasted' or `copybuf'.
1926 Set `costs_set' to true.
1927 (cursor_to, clear_end_of_line): Test `costs_set' instead of
1928 `chars_wasted'.
1929 (clear_end_of_line): Function removed.
1930 (clear_end_of_line_raw): Renamed to `clear_end_of_line'.
1931 (clear_to_end): Call `clear_end_of_line' instead of
1932 `clear_end_of_line_raw'.
1933 (TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Vars removed.
1934 (term_init): Don't set them.
1935 Turn off any standout/underline modes that require magic cookies.
1936 (ins_del_lines, highlight_if_desired, background_highlight)
1937 (turn_on_highlight, turn_off_highlight, reset_terminal_modes):
1938 Remove special processing for magic-cookie standout modes.
1939 (turn_off_face, turn_on_face): Remove special processing for
1940 underline magic-cookie glitch.
1941
1942 2001-10-19 Richard M. Stallman <rms@gnu.org>
1943
1944 * eval.c (syms_of_eval): Doc fixes.
1945
1946 2001-10-19 Gerd Moellmann <gerd@gnu.org>
1947
1948 * xdisp.c (redisplay_internal): Don't clear echo area if the
1949 mini-window is selected.
1950
1951 2001-10-19 Miles Bader <miles@gnu.org>
1952
1953 * editfns.c (text_property_stickiness): Non-rear-non-stickiness
1954 doesn't take precedence if the affected property's value is nil.
1955
1956 * editfns.c (Fencode_time): Escape a BOL paren in the doc-string.
1957
1958 * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify interaction
1959 with fields and suggest using `forward-line' to avoid them.
1960 * editfns.c (Fline_beginning_position, Fline_end_position):
1961 Clarify documentation.
1962
1963 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
1964
1965 * keymap.c (current_minor_maps): `override' only shadows its
1966 correspondent in minor-mode-map-alist, not the whole tail.
1967
1968 2001-10-18 Andrew Innes <andrewi@gnu.org>
1969
1970 * fontset.c (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
1971 optimization. The fontp->encoding array was not being initialized
1972 correctly when compiled with optimizations by MSVC.
1973
1974 2001-10-18 Gerd Moellmann <gerd@gnu.org>
1975
1976 * xdisp.c (display_line): Indicate empty lines in active mini-window.
1977
1978 2001-10-17 Andrew Innes <andrewi@gnu.org>
1979
1980 * fontset.h (struct font_info) [WINDOWSNT]: Add codepage field.
1981
1982 * w32fns.c (w32_load_system_font): Cache codepage for font, in
1983 font_info.charset field.
1984
1985 * w32term.c (w32_encode_char): Get cached codepage from font_info,
1986 rather than working it out by calling w32_codepage_for_font for
1987 every glyph.
1988
1989 2001-10-17 Andrew Innes <andrewi@gnu.org>
1990
1991 * w32term.c (w32_read_socket): Determine clipping rectangle for
1992 the entire frame, including areas covered by scrollbars and the
1993 menubar. This avoids internal arguments about whether a frame is
1994 fully obscured or not.
1995
1996 2001-10-17 Gerd Moellmann <gerd@gnu.org>
1997
1998 * xdisp.c (try_window_id): Undo last change. Give up if
1999 window ends in strings.
2000
2001 * xdisp.c (try_window_id): Don't display lines after the window
2002 end if the rest of the window after the window end was already blank.
2003
2004 * xdisp.c (try_window_id): Remove code that was only there
2005 for the release of 21.1.
2006
2007 * xdisp.c (display_line): Don't indicate empty lines in mini-windows.
2008
2009 2001-10-17 Miles Bader <miles@gnu.org>
2010
2011 * lisp.h (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
2012 * xmenu.c, xdisp.c, term.c, dispnew.c, abbrev.c, editfns.c, buffer.c
2013 * xfns.c, alloc.c, minibuf.c, xterm.c, xfaces.c:
2014 Change doc-string comments to `new style' [w/`doc:' keyword].
2015 (DOC_STRINGS_IN_COMMENTS): Macro removed.
2016 * minibuf.c: Remove old commented-out-DEFUN that was used to fake
2017 out make-docfile.
2018
2019 2001-10-16 Miles Bader <miles@gnu.org>
2020
2021 * fns.c: Change doc-string comments to `new style' [w/`doc:' keyword].
2022
2023 2001-10-16 Gerd Moellmann <gerd@gnu.org>
2024
2025 * buffer.c (Fset_buffer_major_mode): Use initial-major-mode for
2026 *scratch*.
2027
2028 2001-10-16 Ken Raeburn <raeburn@gnu.org>
2029
2030 Avoid the assumption that car and cdr slots of cons cells are
2031 addressable lvalues; this allows for easier experimentation with
2032 other lisp implementations that may not permit such accesses for
2033 various reasons. Not quite complete -- buffer.c still needs some
2034 work, and w32/mac files need rechecking -- so compile-time
2035 enforcement is left disabled for now.
2036
2037 * lisp.h (LISP_MAKE_RVALUE): New macro, or function in the case of
2038 gcc with a union-based Lisp object rep. Redefine as no-op for now.
2039 (XCAR_AS_LVALUE, XCDR_AS_LVALUE): Rename from old XCAR, XCDR.
2040 (XCAR, XCDR): Apply LISP_MAKE_RVALUE to the _AS_LVALUE versions.
2041 (XSETCAR, XSETCDR): New macros.
2042 (XSETCARFASTINT, XSETCDRFASTINT): New macros.
2043 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): New macros.
2044 * keyboard.h (POSN_BUFFER_SET_POSN): New macro.
2045 * alloc.c (Fcons, pure_cons, Fgarbage_collect): Use XSETCAR and
2046 XSETCDR.
2047 (mark_buffer): Use XCAR_AS_LVALUE, XCDR_AS_LVALUE.
2048 * buffer.c (record_buffer, Fbury_buffer)
2049 (swap_out_buffer_local_variables, recenter_overlay_lists)
2050 (Foverlay_put): Use XSETCAR and XSETCDR to set the car and cdr
2051 fields of a cons cell respectively.
2052 * callint.c (quotify_args, Fcall_interactively): Likewise.
2053 * ccl.c (Fregister_code_conversion_map): Likewise.
2054 * coding.c (detect_coding_system): Likewise.
2055 * composite.c (get_composition_id, make_composition_value_copy):
2056 Likewise.
2057 * data.c (Fsetcar, Fsetcdr, swap_in_global_binding)
2058 (swap_in_symval_forwarding, set_internal, Fset_default)
2059 (Fmake_variable_buffer_local, Fmake_local_variable)
2060 (Fmake_variable_frame_local): Likewise.
2061 * fns.c (concat, Fcopy_alist, Fwidget_put): Likewise.
2062 * keymap.c (Fset_keymap_parent, store_in_keymap)
2063 (accessible_keymaps_1, where_is_internal_2, Fcopy_keymap): Likewise.
2064 * minibuf.c (get_minibuffer): Likewise.
2065 * search.c (Fmatch_data): Likewise.
2066 * textprop.c (extend_property_ranges): Likewise.
2067 * undo.c (record_insert, Fundo_boundary, truncate_undo_list): Likewise.
2068 * w32fns.c (w32_msg_pump, Fw32_register_hot_key, w32_list_fonts):
2069 Likewise.
2070 * w32term.c (x_delete_display): Likewise.
2071 * xfaces.c (remove_duplicates, Finternal_set_lisp_face_attribute):
2072 Likewise.
2073 * xterm.c (x_list_fonts, x_load_font, x_delete_display): Likewise.
2074 * doc.c (store_function_docstring): Use XSETCARFASTINT.
2075 * fileio.c (Fdo_auto_save): Use XSETCARFASTINT and XSETCDRFASTINT.
2076 (Fread_file_name): Use XSETCAR.
2077 * fontset.c (Fset_fontset_font): Use CHECK_NUMBER_CAR and
2078 CHECK_NUMBER_CDR.
2079 (accumulate_font_info, Ffontset_info): Use XSETCAR and XSETCDR.
2080 * frame.c (Fmake_terminal_frame): Use XSETCDR.
2081 * indent.c (Fcompute_motion): Use CHECK_NUMBER_CAR and
2082 CHECK_NUMBER_CDR.
2083 * keyboard.c (read_char): Alter list traversal to avoid taking the
2084 address of cons cell slots. Use POSN_BUFFER_SET_POSN.
2085 (parse_menu_item): Use XSETCAR and XSETCDR.
2086 (reach_char_x_menu_prompt): Use XSETCAR.
2087 (read_key_sequence): Use POSN_BUFFER_SET_POSN.
2088 (Fcommand_execute): Use XSETCDR.
2089 * lread.c (Fload): Use XSETCARFASTINT and XSETCDRFASTINT.
2090 (openp): Change list traversal to avoid using XCAR as lvalue.
2091 (read_list): Use XSETCDR.
2092 * process.c (wait_reading_process_input): Change wait_for_cell
2093 handling to avoid taking addresses of cons cell slots.
2094 * xselect.c (x_own_selection, x_handle_selection_clear)
2095 (x_clear_frame_selections): Use XSETCDR.
2096 (wait_for_property_change): Use XSETCARFASTINT and XSETCDRFASTINT.
2097 (x_handle_property_notify, x_get_foreign_selection)
2098 (x_handle_selection_notify): Use XSETCAR.
2099
2100 2001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2101
2102 * buffer.c: Put doc strings in comments.
2103
2104 * sound.c: Include <sys/ioctl.h> also on systems without <soundcard.h>.
2105
2106 2001-10-15 Sam Steingold <sds@gnu.org>
2107
2108 * fns.c (Vafter_load_alist): Declare extern (w32 build problem).
2109
2110 2001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2111
2112 * process.c (process-inherit-coding-system-flag)
2113 (get-buffer-process): Do not confuse make-docfile with doc strings
2114 in comment.
2115
2116 * editfns.c (Fchar_to_string): Make doc string consistent with
2117 arguments. Put doc strings in comments.
2118
2119 * abbrev.c, minibuf.c: Put doc strings in comments.
2120
2121 2001-10-15 Gerd Moellmann <gerd@gnu.org>
2122
2123 * window.c (window_loop): Don't check for Fother_buffer returning nil.
2124
2125 * window.c (select_window_1): Unfreeze window start. Remove a
2126 doubled test for WINDOW being live.
2127
2128 2001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2129
2130 * fns.c (Fmapconcat): Fix typo in a doc string.
2131
2132 * dispnew.c (Fsleep_for): Fix typo in a doc string.
2133
2134 2001-10-15 Gerd Moellmann <gerd@gnu.org>
2135
2136 * xterm.c (x_draw_glyph_string): Restore clipping after
2137 drawing box.
2138
2139 2001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2140
2141 * callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc string.
2142
2143 2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
2144
2145 * indent.c (skip_invisible): Use new retval of
2146 TEXT_PROP_MEANS_INVISIBLE.
2147
2148 * keymap.c (access_keymap): Unify handling of `t' and generic-char.
2149 If a parent is reached and noinherit is set, exit immediately.
2150 Use AREF and ASIZE macros. Call get_keyelt before checking KEYMAPP.
2151
2152 * s/ms-w32.h (EXEC_SUFFIXES):
2153 * s/msdos.h (EXEC_SUFFIXES):
2154 * process.h (EXEC_SUFFIXES): Remove.
2155
2156 * callproc.c (syms_of_callproc): Init Vexec_suffixes to Qnil.
2157 (decode_suffixes): Remove.
2158
2159 * intervals.h (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
2160 (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS, invisible_noellipsis_p)
2161 (invisible_ellipsis_p): Remove.
2162
2163 * xdisp.c (DOLIST, LOOP_PROPVAL): Remove.
2164 (invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
2165 (invisible_ellipsis_p, invisible_noellipsis_p): Remove.
2166 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
2167 Use new retval of TEXT_PROP_MEANS_INVISIBLE.
2168
2169 2001-10-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2170
2171 * lisp.h (Ftop_level): Add prototype.
2172
2173 * xterm.c: (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
2174 (XTread_socket): Improve style of comments to follow other
2175 comments.
2176
2177 * keyboard.c (Fcommand_execute): Remove unnecessary prototype (it
2178 is already prototyped in included lisp.h).
2179
2180 * frame.c (Fset_mouse_position): Improve style of comment to
2181 follow other comments.
2182 (Fset_mouse_pixel_position): Improve style of comment to follow
2183 other comments.
2184 (Fmake_frame_visible): Doc fix and typo in comment.
2185 (Fmake_frame_invisible): Doc fix and typo in comment.
2186 (Ficonify_frame): Fix typo in comment.
2187
2188 2001-10-14 Gerd Moellmann <gerd@gnu.org>
2189
2190 * xfns.c, dispnew.c, xterm.c, xdisp.c, xfaces.c, xmenu.c
2191 * term.c, alloc.c: Put doc strings in comments.
2192
2193 2001-10-13 Gerd Moellmann <gerd@gnu.org>
2194
2195 * lisp.h (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:
2196 Provide definitions for doc strings in comments.
2197
2198 * fns.c: Put doc strings in comments.
2199
2200 2001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
2201
2202 * dired.c (file_name_completion): Ignore a candidate directory if
2203 it matches an element in completion-ignored-extensions that ends
2204 in a slash.
2205 (syms_of_dired) <completion-ignored-extensions>: Mention the above
2206 feature in the doc string.
2207 (Ffile_name_completion): Ditto.
2208
2209 2001-10-12 Stefan Monnier <monnier@cs.yale.edu>
2210
2211 * indent.c (skip_invisible): Don't skip "ellipsisized" text.
2212
2213 * xfns.c (syms_of_xfns): Update calls to Fprovide.
2214
2215 * lisp.h (Fprovide): Update prototype.
2216 (Ffeaturep, invisible_p): Remove.
2217
2218 * xdisp.c (init_iterator): Be more strict with bytepos and charpos.
2219 (DOLIST, LOOP_PROPVAL): New macros.
2220 (invisible_p, invisible_ellipsis_p): Use them.
2221 (invisible_noellipsis_p): New function.
2222 (syms_of_xdisp): Use empty_string.
2223
2224 * alloc.c (mark_interval_tree): Use traverse_intervals_noorder.
2225
2226 * lread.c (substitute_object_recurse): Use traverse_intervals_noorder.
2227 (syms_of_lread) <Vafter_load_alist>: Update docstring.
2228
2229 * print.c (Fwith_output_to_temp_buffer): Align with
2230 internal_with_output_to_temp_buffer.
2231 (print_preprocess): Use traverse_intervals_noorder.
2232 (print_object): Update call to traverse_intervals.
2233
2234 * intervals.h (TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): New macro.
2235 (traverse_intervals_noorder, invisible_noellipsis_p): New funs.
2236
2237 * intervals.c (traverse_intervals_noorder): New function.
2238 (search_for_interval, count_intervals): Use it.
2239 (traverse_intervals): Use less stack space and drop `depth' arg.
2240
2241 * fns.c (Ffeaturep): Add new `subfeature' arg.
2242 (Fprovide): Add new `subfeatures' arg. Use `after-load-alist'.
2243 (Qsubfeatures): New var.
2244 (syms_of_fns): Initialize it.
2245
2246 * keymap.c (Fkey_description): Use empty_string.
2247 (Fdescribe_bindings_internal, describe_buffer_bindings): Remove.
2248 (syms_of_keymap): Setup inheritance between maps.
2249 Don't export Sdescribe_bindings_internal any more.
2250
2251 * minibuf.c (keys_of_minibuf): Eliminate redundant bindings.
2252
2253 2001-10-12 Gerd Moellmann <gerd@gnu.org>
2254
2255 * xterm.c (notice_overwritten_cursor): Renamed from
2256 note_overwritten_text_cursor. Rewritten to take glyph widths into
2257 account.
2258
2259 2001-10-12 Eli Zaretskii <eliz@is.elta.co.il>
2260
2261 * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
2262 multi-line strings without a trailing "\n\".
2263
2264 2001-10-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2265
2266 * floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
2267 defined.
2268
2269 2001-10-11 Stefan Monnier <monnier@cs.yale.edu>
2270
2271 * callint.c (Fcall_interactively): Remove unused code. Use XCAR.
2272
2273 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
2274 * w32proc.c (sys_spawnve):
2275 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
2276 * w32.c (check_windows_init_file):
2277 * sound.c (Fplay_sound):
2278 * emacs.c (init_cmdargs):
2279 * process.c (Fstart_process): Update calls to openp.
2280
2281 * callproc.c (Vexec_suffixes): New var.
2282 (Fcall_process): Update call to openp.
2283 (decode_suffixes): New function.
2284 (syms_of_callproc): Init exec-suffixes.
2285
2286 * lread.c (Vload_suffixes, default_suffixes): New vars.
2287 (openp): Take a lisp list of suffixes.
2288 Check for file-name-handlers even if the file was absolute already.
2289 (syms_of_lread): Declare load-suffixes.
2290 (Fload): Fix up call to openp.
2291 Don't bother checking for file-name-handler at the very beginning.
2292
2293 * keymap.h (Fcopy_keymap): Don't export.
2294
2295 * lisp.h (empty_string): Declare.
2296 (Vload_suffixes, Vexec_suffixes): Declare.
2297 (openp): Update prototype.
2298
2299 * emacs.c (empty_string): New var.
2300 (syms_of_emacs): Initialize it.
2301
2302 * search.c (wordify): Use it.
2303
2304 * buffer.c (Fbury_buffer): Don't try to remove the buffer from the
2305 selected window if it's not displayed there. Handle the case
2306 when the window is dedicated.
2307 (syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore.
2308
2309 * undo.c (Fprimitive_undo): Use XCAR/XCDR.
2310
2311 * syntax.h (struct gl_state_s): Change the meaning of b_property.
2312 Remove left_ok and right_ok.
2313 (UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)
2314 (SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): Update to the
2315 new meaning of b_property.
2316
2317 * syntax.c (update_syntax_table): Simplify.
2318 (Fforward_comment): Don't skip quoted chars when going backward.
2319
2320 2001-10-11 Gerd Moellmann <gerd@gnu.org>
2321
2322 * lisp.h (FIXNUM_OVERFLOW_P): Cast I to EMACS_INT in comparisons
2323 in case I is of some unsigned type, in which case
2324 MOST_NEGATIVE_FIXNUM will be converted to unsigned, and the
2325 comparison becomes bogus.
2326
2327 * editfns.c (Fuser_uid, Fuser_real_uid): Use make_fixnum_or_float.
2328 (Fuser_full_name): Fix bug treating a float as a fixnum.
2329
2330 * data.c (Fstring_to_number): Use make_fixnum_or_float.
2331
2332 * lisp.h (make_fixnum_or_float): New macro.
2333
2334 * lisp.h (circular_list_error): Add prototype.
2335
2336 * data.c (Qcircular_list): New variable.
2337 (circular_list_error): New function.
2338 (syms_of_data): Initialize it Qcircular_list.
2339
2340 2001-10-10 Stefan Monnier <monnier@cs.yale.edu>
2341
2342 * window.c, syntax.c, macros.c, frame.c, emacs.c, cmds.c, category.c,
2343 casefiddle.c, buffer.c: Include keymap.h.
2344
2345 2001-10-10 Gerd Moellmann <gerd@gnu.org>
2346
2347 * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
2348 options. From Dave Love <d.love@dl.ac.uk>.
2349
2350 2001-10-09 Gerd Moellmann <gerd@gnu.org>
2351
2352 * regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro.
2353 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2354
2355 * editfns.c (Fcurrent_time_zone): Cast isalnum() argument to
2356 unsigned char.
2357 From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
2358
2359 2001-10-08 Andrew Innes <andrewi@gnu.org>
2360
2361 * lisp.h [max]: Undef min and max before redefining them.
2362
2363 * w32gui.h: Do not undef min and max.
2364
2365 * w32heap.h: Do not undef min and max.
2366
2367 * s/ms-w32.h: Do not undef min and max.
2368
2369 2001-10-08 Stefan Monnier <monnier@cs.yale.edu>
2370
2371 * xdisp.c (handle_fontified_prop): Don't bind after-change-functions.
2372
2373 2001-10-08 Sam Steingold <sds@gnu.org>
2374
2375 * keymap.c (current-active-maps): Quote newlines (compilation error).
2376
2377 2001-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2378
2379 * Makefile.in (lisp, shortlisp): Replace bindings.el with
2380 bindings.elc, since otherwise doc strings in bindings.el get wrong
2381 offsets in etc/DOC.
2382
2383 2001-10-08 Stefan Monnier <monnier@cs.yale.edu>
2384
2385 * lisp.h: Remove the entries for keymap.c (moved to keymap.h).
2386
2387 * keyboard.h (map_prompt): Remove.
2388
2389 * xterm.c, w32term.c, term.c, minibuf.c, keymap.c,
2390 * intervals.c, fns.c, doc.c, callint.c: Include keymap.h.
2391
2392 * xmenu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
2393
2394 * w32menu.c (keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
2395
2396 * keyboard.c (map_prompt): Remove.
2397 (read_char_x_menu_prompt, read_char_minibuf_menu_prompt):
2398 Use Fkeymap_prompt.
2399
2400 * keymap.h: New file. Extracted from lisp.h.
2401
2402 * keymap.c (Fkeymap_prompt, Fcurrent_active_maps): New funs.
2403 (accessible_keymaps_1): New function.
2404 (Faccessible_keymaps, accessible_keymaps_char_table): Use it.
2405 (Fwhere_is_internal): Use Fcurrent_active_maps.
2406 (Fdescribe_buffer_bindings): Renamed from describe_buffer_bindings.
2407 Insert in current buffer rather than standard-output.
2408 Don't call `help-mode'. Export to elisp.
2409 (describe_buffer_bindings): New wrapper.
2410 (syms_of_keymap): Defsubr Skeymap_prompt, Scurrent_active_maps
2411 and Sdescribe_buffer_bindings.
2412
2413 2001-10-08 Gerd Moellmann <gerd@gnu.org>
2414
2415 * atimer.c (alarm_signal_handler) [USG && !POSIX_SIGNALS]:
2416 Remove code setting signal handler.
2417
2418 * sysdep.c (child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
2419 Clear ICRNL and INLCR. From Daiki Ueno <ueno@unixuser.org>.
2420
2421 2001-10-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2422
2423 * keyboard.c: Don't define min/max.
2424
2425 2001-10-08 Gerd Moellmann <gerd@gnu.org>
2426
2427 * xterm.c, xmenu.c, xfns.c, xdisp.c, window.c:
2428 * w32term.c, w32menu.c, w32console.c, w32bdf.c, w32.c, term.c
2429 * sysdep.c, sound.c, search.c, scroll.c, minibuf.c, keymap.c
2430 * intervals.c, insdel.c, indent.c, fns.c, fileio.c, editfns.c
2431 * dispnew.c, dired.c, charset.c, xfaces.c, alloc.c, atimer.c:
2432 Don't define min/max.
2433
2434 * lisp.h (min, max): New macros.
2435
2436 * puresize.h (BASE_PURESIZE): Increase to 725000.
2437
2438 2001-10-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2439
2440 * xfaces.c (free_frame_menubar): Add prototype.
2441
2442 * lisp.h (init_window): Add prototype.
2443
2444 * editfns.c: Include ctype.h.
2445
2446 * xterm.c: USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
2447 (xm_scroll_callback) [USE_MOTIF]: Remove unused variable `percent'.
2448 (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused
2449 variable `sb'.
2450
2451 * xfns.c (Fx_hide_tip): Fix typo in a doc string.
2452 (Fx_file_dialog) [USE_MOTIF]: Remove unused variables
2453 `popup_activated_flag' and `title'.
2454
2455 * doc.c (Fdocumentation_property): Fix typo in a doc string.
2456
2457 * emacs.c (main): Remove extra `;'.
2458
2459 * atimer.h (struct atimer): Fix typos in a comment.
2460
2461 * atimer.c: Fix typo.
2462
2463 * Makefile.in: Fix typo.
2464
2465 * README: Remove obsolete part mentioning removed VMS file.
2466
2467 2001-10-07 Miles Bader <miles@gnu.org>
2468
2469 * Makefile.in (lisp, shortlisp): Add `button.elc'.
2470
2471 2001-10-07 Ken Raeburn <raeburn@gnu.org>
2472
2473 * minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a
2474 Lisp_Object.
2475
2476 * lisp.h (Ffield_end): Declare.
2477
2478 2001-10-07 Gerd Moellmann <gerd@gnu.org>
2479
2480 * keyboard.c (parse_modifiers, apply_modifiers): Use VALMASK.
2481
2482 * insdel.c (make_gap): Use MOST_POSITIVE_FIXNUM.
2483
2484 * floatfns.c (FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
2485
2486 * dired.c (Ffile_attributes): Use FIXNUM_OVERFLOW_P.
2487
2488 * bytecode.c (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
2489 (METER_CODE, Fbyte_code): Use MOST_POSITIVE_FIXNUM.
2490
2491 * alloc.c (inhibit_garbage_collection): Simplify.
2492 (Fmemory_use_counts): Ditto.
2493
2494 * data.c (most_positive_fixnum, most_negative_fixnum): New variables.
2495 (syms_of_data): DEFVAR_INT most-positive-fixnum and
2496 most-negative-fixnum.
2497
2498 * lisp.h (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
2499 (FIXNUM_OVERFLOW_P): New macros.
2500
2501 2001-10-06 Miles Bader <miles@gnu.org>
2502
2503 * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and
2504 scroll_bar_bottom_shadow_pixel fields.
2505 * xterm.c (x_create_toolkit_scroll_bar): Try to allocate colors
2506 for the shadows, and tell the toolkit about them if we succeed.
2507 (x_destroy_window) [USE_TOOLKIT_SCROLL_BARS]:
2508 Free scroll-bar shadow colors.
2509 * xfns.c (x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]:
2510 Free scroll-bar shadow colors when the background color changes.
2511 (Fx_create_frame, x_create_tip_frame) [USE_TOOLKIT_SCROLL_BARS]:
2512 Initialize scroll-bar shadow-color fields.
2513
2514 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2515
2516 * fileio.c (Fcopy_file): If NEWNAME is a directory copy FILE there.
2517
2518 2001-10-05 Miles Bader <miles@gnu.org>
2519
2520 * minibuf.c (Fminibuffer_prompt_end, Fminibuffer_contents)
2521 (Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents):
2522 New functions (were in simple.el).
2523 (Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
2524 (read_minibuf, do_completion, Fminibuffer_completion_help): Use them.
2525 (syms_of_minibuf): Initialize them.
2526
2527 2001-10-05 Gerd Moellmann <gerd@gnu.org>
2528
2529 * xfns.c (tiff_error_handler, tiff_warning_handler): New functions.
2530 (tiff_load): Install them as error and warning handler.
2531
2532 2001-10-04 Andrew Innes <andrewi@gnu.org>
2533
2534 * w32fns.c (x_to_w32_color): Fix argument to alloca.
2535 (w32_load_system_font): Don't believe what GetLanguageFontInfo
2536 says; query codepage info directly to determine if font is double byte.
2537 (x_to_w32_charset): Handle private format for unknown charsets.
2538 Handle wildcards in charset spec, by ignoring them.
2539 (w32_codepage_for_font): Fix argument to alloca. Don't remove
2540 "*-" prefix from charset.
2541 (x_to_w32_font): Enlarge remainder array for safety. Specifically
2542 handle the truncated font spec form constructed by font_list_1, so
2543 that we correctly identify the charset fields. Don't remove "*-"
2544 prefix from charset.
2545 (w32_list_synthesized_fonts): Fix argument to alloca.
2546
2547 2001-10-04 Stefan Monnier <monnier@cs.yale.edu>
2548
2549 * window.h (MINI_WINDOW_P): Use NILP.
2550
2551 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.
2552
2553 * termhooks.h (struct input_event): Use proper type for `kind'.
2554
2555 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2556
2557 This handles unknown keysyms better than before. For example,
2558 after `xmodmap -e 'keysym F5 = ccaron' in a Latin-1 environment,
2559 Emacs formerly completely ignored F5. With the change, it derives
2560 a key symbol from the name of the X keysym, `ccaron' in this case.
2561 Reported by Martin Buchholz.
2562
2563 * xterm.c (XTread_socket): Return a non_ascii_keystroke for
2564 unknown keysyms.
2565
2566 * keyboard.c (make_lispy_event) [HAVE_X_WINDOWS]: If we know
2567 that EVENT->code isn't a function key, use the keysym's name.
2568
2569 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2570
2571 FOREACH is a macro that should make it easier to loop over Lisp
2572 lists with checks for cycles and proper lists.
2573
2574 * lisp.h (LIST_END_P, FOREACH): New macros.
2575
2576 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2577
2578 On some systems, XtCloseDisplay seems to cause a SIGSEGV when
2579 called for a lost connection. Prevent dumping core in this case.
2580 Instead print the X error, and exit. On user request.
2581
2582 * xterm.c (error_msg): New variable.
2583 (x_fatal_error_signal): New function.
2584 (x_connection_closed): Set error_msg. Install x_fatal_error_signal
2585 as fatal_error_signal_hook around the call to XtCloseDisplay.
2586
2587 * emacs.c (fatal_error_signal_hook): New variable.
2588 (fatal_error_signal): Call that function.
2589
2590 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2591
2592 With this, Emacs prints how much pure storage it will
2593 approximately need in case pure storage overflows while dumping.
2594
2595 * alloc.c (purebeg, pure_size, pure_bytes_used_before_overflow):
2596 New variables.
2597 (init_alloc_once): Initialize new variables.
2598 (PURE_POINTER_P): Use new variables.
2599 (pure_alloc): If pure storage overflows, allocate from the heap.
2600 (check_pure_size): New function.
2601 (Fgarbage_collect): Don't GC if pure storage has overflowed.
2602
2603 * lisp.h (pure_size) [HAVE_SHM]: Declare extern size_t.
2604 (check_pure_size): Add prototype.
2605
2606 * emacs.c (Fdump_emacs_data, Fdump_emacs): Call check_pure_size.
2607
2608 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2609
2610 This adds a post-gc-hook that's run with GC inhibited.
2611 Requested by Francois Pinard. XEmacs has it. Added to NEWS.
2612
2613 * alloc.c (Vpost_gc_hook, Qpost_gc_hook): New variables.
2614 (syms_of_alloc): DEFVAR_LISP post-gc-hook, initialize Qpost_gc_hook.
2615 (Fgarbage_collect): Run post-gc-hook.
2616
2617 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2618
2619 This adds `defvaralias' and `indirect-variable'. Changes not
2620 directly related to this feature are there to gain the same
2621 performance again as before variable aliases.
2622
2623 You must use the SYMBOL_VALUE and SET_SYMBOL_VALUE macros in C
2624 code to get and set symbol values, to take defvaralias into account.
2625
2626 (Note: the new `constant' bit-flag in symbols would make it
2627 possible to define arbitrary read-only variables, e.g. with
2628 `defconst'.)
2629
2630 Documentation is in lispref/variables.texi. Added to NEWS.
2631
2632 * lisp.h (enum symbol_interned): New enumeration.
2633 (struct Lisp_Symbol): Remove member `obarray', add
2634 `indirect_variable', `constant', and `interned'.
2635 (SYMBOL_INTERNED_P, SYMBOL_INTERNED_IN_INITIAL_OBARRAY_P)
2636 (SYMBOL_CONSTANT_P, SYMBOL_VALUE, SET_SYMBOL_VALUE): New macros.
2637 (indirect_variable): Add prototype.
2638
2639 * print.c (print_preprocess, print_object): Test internedness of
2640 symbols differently.
2641
2642 * lread.c (Fintern, Funintern): Set symbol's interned and constant
2643 bit-fields.
2644 (init_obarray): Likewise for t and nil.
2645
2646 * eval.c Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
2647 (Fdefvaralias): New function.
2648 (specbind): Simplify the test if symbol is a constant.
2649 (syms_of_eval): Defsubr Fdefvaralias.
2650
2651 * data.c: Use SYMBOL_VALUE/SET_SYMBOL_VALUE.
2652 (Qcyclic_variable_indirection): New variable.
2653 (Fkeywordp): Check for internedness differently.
2654 (Fmakunbound): Simplify the test if symbol is a constant.
2655 (indirect_variable, Findirect_variable): New functions.
2656 (swap_in_symval_forwarding): If SYMBOL is an alias, use the
2657 aliased symbol.
2658 (let_shadows_buffer_binding_p): Check for variable aliases.
2659 (set_internal): Simplify the test if SYMBOL is a constant.
2660 If SYMBOL has a buffer-local value and is an alias, use the aliased
2661 symbol instead.
2662 (syms_of_data): Initialize Qcyclic_variable_indirection and defsubr
2663 Sindirect_variable.
2664
2665 * bytecode.c (Fbyte_code) <varref>: Use SYMBOL_VALUE.
2666 (Fbyte_code) <varset>: Simplify the test if symbol's value can be
2667 set directly.
2668
2669 * alloc.c (Fmake_symbol): Adapt to changes of struct Lisp_Symbol.
2670
2671 * abbrev.c, buffer.c, coding.c, fns.c, frame.c, keyboard.c:
2672 * minibuf.c, sunfns.c, w16select.c: Use SYMBOL_VALUE/
2673 SET_SYMBOL_VALUE macros instead of accessing symbol values directly.
2674
2675 2001-10-04 Gerd Moellmann <gerd@gnu.org>
2676
2677 * Branch for 21.1.
2678
2679 2001-10-03 Miles Bader <miles@gnu.org>
2680
2681 * callproc.c (syms_of_callproc): Explicitly state in the
2682 documentation for `process-environment' that earlier entries take
2683 precedence over later ones.
2684
2685 2001-10-02 Miles Bader <miles@gnu.org>
2686
2687 * textprop.c (Fnext_char_property_change)
2688 (Fprevious_char_property_change): Remove reference to non-existant
2689 argument OBJECT from doc-string.
2690
2691 2001-10-01 Gerd Moellmann <gerd@gnu.org>
2692
2693 * xdisp.c (display_line): Set row's ends_in_newline_from_string_p.
2694 (try_window_id): Skip back over lines ending in a newline from a
2695 string.
2696
2697 * dispextern.h (struct glyph_row) <ends_in_newline_from_string_p>:
2698 New bit flag
2699
2700 2001-10-01 Richard M. Stallman <rms@gnu.org>
2701
2702 * search.c (Freplace_match): Doc fix.
2703
2704 2001-09-28 Andrew Innes <andrewi@gnu.org>
2705
2706 * w32menu.c (set_frame_menubar): Take into account that
2707 f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
2708 <raeburn@gnu.org>.
2709
2710 2001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
2711
2712 * frame.c (syms_of_frame) <default-minibuffer-frame>: Doc fix.
2713
2714 2001-09-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2715
2716 * s/gnu-linux.h: Fix a typo in comment.
2717
2718 2001-09-28 Andreas Schwab <schwab@suse.de>
2719
2720 * s/gnu-linux.h (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
2721 nocombreloc, in case -z combreloc is the default.
2722
2723 2001-09-28 Gerd Moellmann <gerd@gnu.org>
2724
2725 * m/macppc.h [DATA_SEG_BITS]: Put in #if 0 until we know what's
2726 really going on here.
2727
2728 2001-09-27 Stefan Monnier <monnier@cs.yale.edu>
2729
2730 * search.c (trivial_regexp_p): Catch \{N,M\} as well.
2731
2732 2001-09-27 Eli Zaretskii <eliz@is.elta.co.il>
2733
2734 * Makefile.in (shortlisp): Resync with loadup.el: add backquote,
2735 utf-8, menu-bar, and latin-N.
2736 (SOME_MACHINE_LISP): Remove menu-bar, since it's loaded
2737 unconditionally now.
2738 (lisp): Add latin-N, since they are preloaded.
2739
2740 2001-09-27 Gerd Moellmann <gerd@gnu.org>
2741
2742 * xterm.c (x_draw_relief_rect): Draw bottom relief 1 pixel more
2743 to the left. Some cleanup.
2744
2745 * xdisp.c (display_mode_element): One more case where a string's
2746 multibyteness should be used for display.
2747
2748 2001-09-26 Gerd Moellmann <gerd@gnu.org>
2749
2750 * fileio.c (Finsert_file_contents): If REPLACE is non-nil, stop
2751 reading at EOF.
2752
2753 * xdisp.c (with_echo_area_buffer): Use echo_kboard instead
2754 of the only temporarily set echoing flag for deciding when
2755 the cancel echoing.
2756
2757 * keyboard.c (echo_kboard): Make externally visible.
2758
2759 * lisp.h (echo_kboard): Declare extern.
2760
2761 * xdisp.c (make_cursor_line_fully_visible): Return 0 and set
2762 fonts_changed_p if we need larger matrices due to vscrolling.
2763 (try_scrolling, try_cursor_movement, redisplay_window): Give up on
2764 this round of redisplay if make_cursor_line_fully_visible fails.
2765 (CURSOR_MOVEMENT_*, SCROLLING_*): New enumerators.
2766 (try_cursor_movement, try_scrolling): Use them instead of integers.
2767
2768 * dispextern.h (required_matrix_width, required_matrix_height):
2769 Add prototypes.
2770
2771 * dispnew.c (required_matrix_width, required_matrix_height):
2772 New functions.
2773 (allocate_matrices_for_window_redisplay)
2774 (allocate_matrices_for_frame_redisplay: Use them.
2775 Remove parameters CH_DIM.
2776
2777 * xdisp.c (display_mode_lines): Temporarily set selected_frame
2778 and selected_window to the frame of the window whose mode-lines
2779 are displayed, and to the window itself.
2780 (redisplay_window, redisplay_mode_lines): Don't set selected_frame
2781 here.
2782
2783 2001-09-25 Gerd Moellmann <gerd@gnu.org>
2784
2785 * xfns.c (x_kill_gs_process): Recognize if someone has cleared
2786 the image cache under us.
2787
2788 * xdisp.c (display_mode_element): If the mode element is a symbol
2789 with a string value, use that string's multibyteness for displaying.
2790
2791 * keyboard.c (read_char): Don't clear a message for a switch-frame
2792 event. From Stefan Monnier <monnier@cs.yale.edu>.
2793
2794 * xterm.c (fast_find_position) [0]: Add a presumably more correct
2795 version for after 21.1.
2796
2797 * xdisp.c (row_containing_pos): Make externally visible.
2798
2799 * dispextern.h (row_containing_pos): Add prototype.
2800
2801 * process.c (send_process): Disable composition if from_byte < 0.
2802 From Kenichi Handa <handa@etl.go.jp>.
2803
2804 2001-09-24 Gerd Moellmann <gerd@gnu.org>
2805
2806 * xterm.c (refreshicon): Function removed.
2807
2808 * Makefile.in (xterm.o): Remove references to sink.h and sinkmask.h.
2809
2810 * sink11.h, sink11mask.h, sink.h, sinkmask.h: Removed.
2811
2812 * xterm.c (toplevel): Remove includes in #if 0.
2813
2814 * process.c (sigchld_handler) [LINUX]: Don't return from
2815 the signal handler at the end of the loop.
2816
2817 2001-09-21 Gerd Moellmann <gerd@gnu.org>
2818
2819 * sysdep.c (wait_for_termination) [POSIX_SIGNALS]:
2820 Terminate only if kill returns -1, and errno is ESRCH.
2821
2822 2001-09-21 Markus Rost <rost@math.ohio-state.edu>
2823
2824 * Makefile.in (shortlisp): Add ../lisp/env.elc.
2825
2826 2001-09-20 Gerd Moellmann <gerd@gnu.org>
2827
2828 * process.c (sigchld_handler): Use GC_CONSP, GC_INTEGERP, GC_EQ
2829 since this function can be called during GC.
2830
2831 * callproc.c (Fcall_process): Handle errors from pipe(2).
2832 (child_setup): Delete code in #ifdef vipc.
2833
2834 2001-09-19 Gerd Moellmann <gerd@gnu.org>
2835
2836 * xdisp.c (decode_mode_spec): Add parameter MULTIBYTE.
2837 (display_mode_element): Display the string from decode_mode_spec
2838 depending on its multibyteness.
2839
2840 * s/netbsd.h (LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
2841
2842 * m/macppc.h (DATA_SEG_BITS): Also define for GCC 3.
2843
2844 2001-09-18 Gerd Moellmann <gerd@gnu.org>
2845
2846 * keyboard.c (Frecursive_edit): Pass (BUFFER . SINGLE-KBOARD) to
2847 recursive_edit_unwind.
2848 (recursive_edit_unwind): Set kboard state according to
2849 SINGLE-KBOARD.
2850
2851 * buffer.c (modify_overlay): Don't do nothing if START == END;
2852 This can still be a modification, for example when an overlay has
2853 a before-string or after-string.
2854 (Fdelete_overlay): Prevent redisplay optimizations when deleting
2855 an overlay with before-string or after-string.
2856
2857 * s/netbsd.h (C_SWITCH_SYSTEM): Add.
2858 (LD_SWITCH_SYSTEM): Include /usr/local/lib.
2859
2860 * xdisp.c (try_window_id) [!GLYPH_DEBUG]: Give up if
2861 first_unchanged_at_end_row is in front of
2862 last_unchanged_at_beg_row. This code should be removed after the
2863 release of 21.1.
2864
2865 2001-09-17 Gerd Moellmann <gerd@gnu.org>
2866
2867 * buffer.h (BUF_COMPUTE_UNCHANGED): Use BUF_MODIFF and
2868 BUF_OVERLAY_MODIFF instead of MODIFF and OVERLAY_MODIFF.
2869
2870 * m/macppc.h (DATA_SEG_BITS) [__linux__]: Define for GCC
2871 versions >= 2.95.
2872
2873 2001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
2874
2875 * dired.c (Ffile_attributes): Doc fix.
2876
2877 2001-09-14 Gerd Moellmann <gerd@gnu.org>
2878
2879 * fileio.c (Ffile_symlink_p): Fix last change.
2880
2881 * filelock.c (current_lock_owner): Fix last change.
2882
2883 2001-09-13 Gerd Moellmann <gerd@gnu.org>
2884
2885 * filelock.c (current_lock_owner): If readlink returns ERANGE,
2886 take that to mean that the buffer is too small.
2887
2888 * fileio.c (Ffile_symlink_p): If readlink returns ERANGE, take
2889 that to mean that the buffer is too small.
2890
2891 * xdisp.c (reseat_1): Set IT's multibyte_p flag according to the
2892 current buffer's multibyteness when discarding the iterator's
2893 stack.
2894
2895 * xfns.c (Fx_window_property): Handle case that property gets
2896 deleted between the two calls to XGetWindowProperty.
2897
2898 2001-09-11 Gerd Moellmann <gerd@gnu.org>
2899
2900 * minibuf.c (read_minibuf_unwind): Bind inhibit-modification-hooks.
2901
2902 * minibuf.c (read_minibuf): Bind inhibit-modification-hooks to t,
2903 in addition to read-only.
2904
2905 * xdisp.c (with_echo_area_buffer): Bind inhibit-modification-hooks
2906 to t in addition to read-only.
2907
2908 * lisp.h (Qinhibit_modification_hooks): Declare.
2909
2910 * insdel.c (Qinhibit_modification_hooks): New variable.
2911 (syms_of_insdel): Initialize and staticpro it.
2912
2913 * textprop.c (verify_interval_modification): Don't run
2914 modification-hooks if inhibit_modification_hooks.
2915
2916 * dispnew.c (set_window_cursor_after_update): Fix code
2917 finding glyph row containing cursor when cursor_in_echo_area
2918 is >= 0.
2919
2920 * xdisp.c (init_from_display_pos): Put some code in #if 0.
2921 (add_to_log): Use bcopy instead of strcpy.
2922 (init_from_display_pos): Use an explicit loop over bytes in
2923 overlay strings instead of calling index.
2924
2925 2001-09-10 Gerd Moellmann <gerd@gnu.org>
2926
2927 * alloc.c (allocate_buffer): Call VALIDATE_LISP_STORAGE.
2928
2929 * dispnew.c (direct_output_for_insert): Don't change IT's
2930 stop_charpos to something in front of its current position.
2931
2932 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args like
2933 `format'.
2934
2935 2001-09-10 Richard M. Stallman <rms@gnu.org>
2936
2937 * frame.c (Fmouse_position): Doc fix.
2938
2939 2001-09-07 Gerd Moellmann <gerd@gnu.org>
2940
2941 * xdisp.c (init_from_display_pos): Don't compare the result
2942 of calling index with NULL.
2943
2944 2001-09-06 Gerd Moellmann <gerd@gnu.org>
2945
2946 * xfns.c (x_set_background_color): Don't change the colors
2947 of the X window of scroll bar widgets.
2948
2949 2001-09-05 Andrew Innes <andrewi@gnu.org>
2950
2951 * w32fns.c (w32_createwindow): Undo last change.
2952
2953 2001-09-05 Gerd Moellmann <gerd@gnu.org>
2954
2955 * macros.c (store_kbd_macro_char): Fix computation of kbd_macro_end.
2956
2957 * xdisp.c (string_buffer_position): Use *single_char_property*
2958 functions instead of the *single_property* functions.
2959
2960 2001-09-04 Andrew Innes <andrewi@gnu.org>
2961
2962 * w32term.c (w32_read_socket): Add more information to debugging
2963 output.
2964
2965 * w32fns.c (w32_createwindow): Remove the WS_CLIPCHILDREN style
2966 from Emacs frames, so that calls to GetClipBox in w32term.c
2967 correctly report when part of a frame is visible (including
2968 scrollbars, etc). This prevents repeated redrawing of frames when
2969 only a scrollbar is visible.
2970 (w32_wnd_proc): Add more frame information to debugging output.
2971
2972 2001-09-03 Stefan Monnier <monnier@cs.yale.edu>
2973
2974 * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup.
2975
2976 2001-09-03 Gerd Moellmann <gerd@gnu.org>
2977
2978 * xterm.c (note_mouse_highlight) <help-echo>: When looking for
2979 help-echo for a string which doesn't have help-echo itself, use
2980 get-char-property to obtain the help-echo from the string's buffer
2981 (note_mouse_highlight) <mouse-face>: When on a string that doesn't
2982 have mouse-face, look ``under'' the string for mouse-face from an
2983 overlay.
2984 (fast_find_position): Add parameter STOP. In the final row, stop
2985 before glyphs having STOP as object. Don't consider glyphs that
2986 are not from a buffer.
2987
2988 * buffer.c (syms_of_buffer) <default-directory>: Doc fix.
2989
2990 2001-09-01 Eli Zaretskii <eliz@is.elta.co.il>
2991
2992 * fns.c (Fmd5): Doc fix.
2993
2994 2001-08-31 Gerd Moellmann <gerd@gnu.org>
2995
2996 * composite.c (update_compositions): Do nothing if
2997 inhibit-modification-hooks is set.
2998
2999 2001-08-30 Gerd Moellmann <gerd@gnu.org>
3000
3001 * emacs.c (shut_down_emacs): Don't call check_glyph_memory
3002 and check_message_stack if terminating abnormally. We want
3003 glyph matrices etc. in a core dump.
3004
3005 * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables.
3006 (syms_of_xdisp): Initialize them.
3007 (handle_single_display_prop): Don't change point, bind `object',
3008 `position', and `buffer-position' instead to the object having the
3009 `display' property, position in the object and position in the buffer.
3010
3011 * fileio.c (Finsert_file_contents): Don't change the multibyteness
3012 of the buffer if REPLACE is non-nil.
3013
3014 2001-08-29 Gerd Moellmann <gerd@gnu.org>
3015
3016 * fileio.c (Finsert_file_contents): Undo change of 2001-08-27.
3017
3018 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * w32term.c (x_set_glyph_string_background_width)
3021 (show_mouse_face): Track the last changes in xterm.c.
3022
3023 2001-08-28 Gerd Moellmann <gerd@gnu.org>
3024
3025 * xterm.c (x_set_glyph_string_background_width): Set the glyph
3026 string's background width so that multi-line mouse-face is drawn
3027 to the right edge of the window.
3028 (show_mouse_face): Set the row's mouse_face_p flag after drawing
3029 glyphs.
3030
3031 * dispnew.c (direct_output_for_insert): Set updated_area
3032 before inserting/writing glyphs.
3033
3034 * xdisp.c (display_mode_element): Use string_byte_to_char to
3035 determine character positions in strings, use chars_in_text
3036 instead of strwidth.
3037 (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of
3038 a matrix as parameter; this is easier to use from GDB.
3039
3040 2001-08-28 Miles Bader <miles@gnu.org>
3041
3042 * textprop.c (Fprevious_single_char_property_change)
3043 (Fnext_single_char_property_change): Doc fixes.
3044
3045 2001-08-27 Gerd Moellmann <gerd@gnu.org>
3046
3047 * fileio.c (Finsert_file_contents): Allocate, restore, and
3048 free composition data in the case of REPLACE not being nil.
3049
3050 * xdisp.c (init_from_display_pos, init_to_row_end): Return 0 if
3051 there exist overlay strings with newlines at POS.
3052 (text_outside_line_unchanged_p): Return 0 if changes start at
3053 START and overlays exist at START. Likewise for END.
3054 (try_window_id): Give up if init_to_row_end returns 0.
3055
3056 * fileio.c (Finsert_file_contents): Call Fset_buffer_multibyte
3057 unconditionally.
3058
3059 2001-08-24 Gerd Moellmann <gerd@gnu.org>
3060
3061 * keymap.c (access_keymap): Return the cdr of the binding of
3062 a generic character instead of its definition (KEY . BINDING).
3063
3064 * fileio.c (Finsert_file_contents): Set coding's dest_multibyte
3065 to 0 also in the REPLACE case.
3066
3067 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
3068
3069 * fileio.c (Ffile_readable_p) [macintosh]: Call access instead of
3070 open to determine whether file is readable (as for DOS_NT).
3071
3072 2001-08-23 Gerd Moellmann <gerd@gnu.org>
3073
3074 * fileio.c (Finsert_file_contents): If VISIT is non-nil, and
3075 coding.type is coding_type_no_conversion or coding_type_raw_text,
3076 use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is
3077 non-nil instead of just setting enable_multibyte_characters in the
3078 buffer to nil.
3079
3080 2001-08-22 Gerd Moellmann <gerd@gnu.org>
3081
3082 * dispextern.h (struct face_cache): Add member
3083 menu_face_changed_p.
3084
3085 * xfaces.c (menu_face_changed_default): New variable.
3086 (menu_face_changed_count): Variable removed.
3087 (Finternal_set_lisp_face_attribute): Doc fix. If FRAME is t, set
3088 the menu_face_changed_default flag, otherwise set the FRAME's
3089 menu_face_changed_p flag if the `menu' face has been changed.
3090 Prevent calling set_font_frame_param if FRAME is t.
3091 (make_face_cache): Initialize cache's menu_face_changed_p
3092 from menu_face_changed_default.
3093 (realize_basic_faces): Look into the frame's face cache to
3094 determine if the menu appearance needs updating.
3095
3096 * keymap.c (access_keymap): Fix last change to not consider
3097 IDX when it has modifiers.
3098
3099 2001-08-21 Gerd Moellmann <gerd@gnu.org>
3100
3101 * keymap.c (access_keymap): If a binding of the form (GENERIC-CHAR
3102 . BINDING) exists, where GENERIC-CHAR is the generic character of
3103 the charset of IDX, return BINDING unless there exists a binding
3104 for IDX itself.
3105
3106 2001-08-16 Gerd Moellmann <gerd@gnu.org>
3107
3108 * xrdb.c (SYSV): Don't define on Solaris 2.
3109 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>.
3110
3111 * xdisp.c (move_it_by_lines) <DVPOS < 0>: Start at the beginning
3112 of the screen line, not text line, containing IT's current position.
3113
3114 2001-08-15 Gerd Moellmann <gerd@gnu.org>
3115
3116 * window.c (window_scroll_pixel_based): Don't recenter if
3117 PT is partially visible in the window.
3118
3119 * xterm.c (expose_window_tree, expose_window, expose_line):
3120 Return 1 when overwriting mouse-face.
3121 (expose_frame): If mouse-face was overwritten, redo it.
3122
3123 * xfaces.c (x_update_menu_appearance): Don't call
3124 set_frame_menubar, let the next redisplay do it.
3125
3126 2001-08-14 Andrew Innes <andrewi@gnu.org>
3127
3128 * w32term.c (x_draw_glyph_string): Draw relief (if any) before
3129 drawing glyph string.
3130
3131 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
3132
3133 * s/hiuxwe2.h: New file, for the HITACHI SR2001/SR2201 series
3134 running HI-UX/MPP.
3135
3136 2001-08-14 Gerd Moellmann <gerd@gnu.org>
3137
3138 * xfaces.c (x_update_menu_appearance): Save and restore value of
3139 interrupt_input_blocked.
3140
3141 2001-08-13 Gerd Moellmann <gerd@gnu.org>
3142
3143 * xdisp.c (move_it_by_lines) <DVPOS < 0>: If not already on
3144 a line start, move back to the line start.
3145
3146 * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window
3147 exactly when a mini-buffer is active.
3148
3149 * keyboard.c (make_lispy_event): Interpret double_click_fuzz
3150 in units of 1/8 character on non window-system frames.
3151 (syms_of_keyboard) <double-click-fuzz>: Doc fix.
3152
3153 2001-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3154
3155 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Fix a typo in
3156 a doc string.
3157
3158 2001-08-09 Gerd Moellmann <gerd@gnu.org>
3159
3160 * keyboard.c (Vpre_help_message): New variable.
3161 (syms_of_keyboard): Initialize and staticpro it.
3162 (show_help_echo): Record current message before displaying a
3163 help-echo, and restore that message when clearing the help.
3164
3165 * xfns.c (x_create_im): Remove prototype.
3166
3167 * xdisp.c (mark_window_display_accurate_1): Remove an assertion.
3168
3169 * dispnew.c (adjust_glyph_matrix): Undo last change.
3170
3171 2001-08-08 Gerd Moellmann <gerd@gnu.org>
3172
3173 * dispnew.c (adjust_glyph_matrix): In the optimization for
3174 windows whose height has changed, disable partially visible lines.
3175
3176 2001-08-07 Gerd Moellmann <gerd@gnu.org>
3177
3178 * window.c (Frecenter): If ARG < 0, and on a window system
3179 frame, count in some empty lines when we can't move -ARG lines down.
3180
3181 * xdisp.c (start_display): Don't try to determine the continuation
3182 lines width if lines are truncated. It's superfluous and leads to
3183 incorrect results if POS is not visible in the window after
3184 reseating the iterator at the previous line start.
3185
3186 2001-08-06 Gerd Moellmann <gerd@gnu.org>
3187
3188 * xterm.c (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
3189
3190 2001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3191
3192 * alloc.c (init_stack): Remove declaration.
3193
3194 2001-08-03 Gerd Moellmann <gerd@gnu.org>
3195
3196 * keyboard.c (read_key_sequence): Check that key is an integer
3197 before comparing it with quit_char.
3198 (add_command_key): Use larger_vector.
3199 (read_char_x_menu_prompt): Instead of converting symbol and
3200 integer events into conses (EVENT . nil), use (EVENT . disabled)
3201 which cannot be confused with valid events.
3202 (read_char): When reading from Vunread_command_events, check for
3203 events of the form (EVENT . disabled) instead of
3204 (EVENT . nil).
3205
3206 * xdisp.c (resize_mini_window): If Vmax_mini_window_height is
3207 a float, determine the max height from the frame's height.
3208
3209 2001-08-02 Gerd Moellmann <gerd@gnu.org>
3210
3211 * xdisp.c (redisplay_internal): Take message_cleared_p into
3212 account only if minibuf_level == 0.
3213
3214 2001-08-01 Gerd Moellmann <gerd@gnu.org>
3215
3216 * xdisp.c (redisplay_internal): Add a check for the last
3217 displayed message.
3218
3219 * xdisp.c (message_cleared_p): New variable.
3220 (clear_message): Set message_cleared_p when clearing the current
3221 message.
3222 (redisplay_internal): Look at message_cleared_p to capture
3223 the case that the echo area should be cleared.
3224
3225 * keyboard.c (command_loop_1): Fix spelling of
3226 resize_echo_area_exactly.
3227
3228 * dispextern.h (resize_echo_area_exactly): Fix typo in function name.
3229
3230 * xdisp.c (resize_echo_area_exactly): Fix typo in function name.
3231
3232 * xfns.c (x_set_tool_bar_lines): Clear the tool bar window's
3233 current matrix when the window gets smaller.
3234
3235 2001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3236
3237 * print.c (strout): Cast the character passed to insert_char to
3238 unsigned char, to avoid sign extension when it is promoted to int.
3239
3240 2001-07-31 Gerd Moellmann <gerd@gnu.org>
3241
3242 * fileio.c (Finsert_file_contents): Don't treat a return value
3243 of 0 from emacs_read as an IO error.
3244
3245 2001-07-30 Gerd Moellmann <gerd@gnu.org>
3246
3247 * keyboard.c (abs): New macro.
3248 (double_click_fuzz): New variable.
3249 (make_lispy_event): Use it to determine what makes a double-click.
3250 (syms_of_keyboard): DEFVAR_INT it.
3251
3252 * xmenu.c (set_frame_menubar): Take into account that
3253 f->menu_bar_vector can be nil, and not a vector. From Ken Raeburn
3254 <raeburn@gnu.org>.
3255
3256 2001-07-27 Gerd Moellmann <gerd@gnu.org>
3257
3258 * xterm.c (x_get_glyph_string_clip_rect): Minor cleanup.
3259
3260 * dispnew.c (shift_glyph_matrix, blank_row): Fix computation
3261 of row's visible height.
3262
3263 * xdisp.c (init_from_display_pos): If POS is in an overlay string,
3264 deal with the first overlay string having an image `display' property.
3265 (try_window_reusing_current_matrix, compute_line_metrics):
3266 Fix computation of row's visible height for the case that part of the
3267 row is invisible above and part of the row is at the same time
3268 invisible below the window.
3269
3270 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3271
3272 * xfns.c (x-show-tip): Doc fix.
3273
3274 * xfns.c (Vx_max_tooltip_size): New variable.
3275 (syms_of_xfns): DEFVAR_LISP it.
3276 (Fx_show_tip): Set frame's window_width to the width of the
3277 window. Use a maximum tooltip size specified by
3278 Vx_max_tooltip_size, if that has valid contents.
3279 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
3280
3281 2001-07-26 Andrew Innes <andrewi@gnu.org>
3282
3283 * w32term.c (x_display_list): New variable.
3284 (w32_term_init): Set it.
3285
3286 * w32term.h (x_display_list): New extern.
3287
3288 2001-07-26 Gerd Moellmann <gerd@gnu.org>
3289
3290 * xdisp.c (resize_mini_window): Give up when inhibit-redisplay
3291 is non-nil, instead of when redisplaying_p is non-zero.
3292 See comment there.
3293 (mark_window_display_accurate_1): Add an assertion.
3294
3295 2001-07-25 Gerd Moellmann <gerd@gnu.org>
3296
3297 * dispextern.h (struct it): Increase size of ctl_chars to 16.
3298
3299 * xfns.c (Fx_file_dialog): Block/unblock input while processing
3300 events so that we get a chance of processing expose events.
3301
3302 * xdisp.c (resize_mini_window): Don't resize while redisplaying.
3303
3304 2001-07-24 Gerd Moellmann <gerd@gnu.org>
3305
3306 * xfns.c (valid_image_p): Protect better against invalid image
3307 specifications. Previous code could signal an error.
3308
3309 2001-07-23 Gerd Moellmann <gerd@gnu.org>
3310
3311 * indent.c (current_column): Fix column computation in the
3312 presence of display table entries.
3313 (current_column_1, Fmove_to_column, compute_motion): Likewise.
3314
3315 * dispnew.c (adjust_glyph_matrix): In the optimization for
3316 windows whose height has changed, use the new window height
3317 to compute which rows to invalidate.
3318
3319 * editfns.c (toplevel) [STDC_HEADERS]: Include float.h.
3320 (MAX_10_EXP): New macro.
3321 (Fformat): Use it.
3322
3323 * coding.c (code_convert_region): Handle the multibyte case if
3324 decoding ends with CODING_FINISH_INSUFFICIENT_SRC.
3325
3326 2001-07-20 Gerd Moellmann <gerd@gnu.org>
3327
3328 * dispextern.h (struct face): Change type of `stipple' to
3329 int; it's an ID.
3330
3331 * xterm.c (x_fill_stretch_glyph_string): Remove an assertion.
3332
3333 2001-07-19 Gerd Moellmann <gerd@gnu.org>
3334
3335 * dispnew.c (update_window): Don't set the cursor at the end
3336 of the update if display update has been paused.
3337
3338 * composite.h (syms_of_composite): Renamed from syms_of_composition.
3339
3340 2001-07-18 Ken Raeburn <raeburn@gnu.org>
3341
3342 * fns.c (Fset_char_table_default): Check that a charset is defined
3343 before checking its dimension.
3344
3345 2001-07-17 Ken Raeburn <raeburn@gnu.org>
3346
3347 * coding.c (setup_coding_system): Don't do any designation based
3348 on reg_bits if charset is not yet defined.
3349
3350 * lisp.h (XVECTOR): Verify correct object type before returning a
3351 pointer, using eassert.
3352
3353 2001-07-17 Gerd Moellmann <gerd@gnu.org>
3354
3355 * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]:
3356 Increase to 4096 because of paste problems reported on GNU/Linux.
3357
3358 2001-07-17 Jan Nieuwenhuizen <janneke@gnu.org>
3359
3360 * emacs.c (USAGE1): Add +LINE:COLUMN option help.
3361
3362 2001-07-16 Gerd Moellmann <gerd@gnu.org>
3363
3364 * fileio.c (unwind_read): Function removed.
3365 (read_non_regular, read_non_regular_quit): New functions.
3366 (Finsert_file_contents): When reading from non-regular files,
3367 arrange to catch a `quit' and terminate the loop. Rearrange
3368 code so that a `quit' when reading from a regular file doesn't
3369 insert text in the buffer.
3370
3371 * xfaces.c (clear_face_cache): Clear fonts on a display basis.
3372 Clear faces afterwards.
3373 (clear_font_table): Take a x_display_info parameter. Don't free
3374 fonts being the default font of any frame on the given display.
3375
3376 2001-07-13 Gerd Moellmann <gerd@gnu.org>
3377
3378 * xdisp.c (get_next_display_element): Use CHAR_STRING_NO_SIGNAL
3379 instead of CHAR_STRING which can signal an error.
3380
3381 * charset.c (char_to_string_1): Extracted from char_to_string.
3382 Return -1 instead of signaling an error.
3383 (char_to_string): Use it.
3384
3385 * charset.h (CHAR_STRING_NO_SIGNAL): New macro.
3386
3387 2001-07-12 Stefan Monnier <monnier@cs.yale.edu>
3388
3389 * coding.c (Ffind_coding_systems_region_internal): If safe_codings
3390 is t, don't try to append anything to it.
3391
3392 2001-07-12 Eli Zaretskii <eliz@is.elta.co.il>
3393
3394 * dired.c (file_name_completion): Pass dp->d_name to
3395 Fstring_match, not elt, which is always nil here.
3396
3397 2001-07-12 Gerd Moellmann <gerd@gnu.org>
3398
3399 * xselect.c (x_decline_selection_request): Handle errors
3400 caused by receivers that have vanished.
3401
3402 * xterm.c (XTread_socket) <PropertyNotify>: Put the code
3403 ignoring events on foreign windows in #if 0. Always dispatch
3404 the event after checking it with x_handle_property_notify.
3405
3406 * xselect.c (TRACE0, TRACE1, TRACE2): New macros, defined
3407 depending on TRACE_SELECTION. Replace fprintfs in #if 0 with
3408 TRACE macros to facilitate debugging. Add additional trace statements.
3409 (toplevel): Add prototypes for file-local functions.
3410 (x_atom_to_symbol): Remove DPYINFO parameter.
3411
3412 2001-07-11 Stefan Monnier <monnier@cs.yale.edu>
3413
3414 * w32menu.c (menubar_selection_callback, w32_menu_show):
3415 Initialize `entry' to nil.
3416 (w32_dialog_show): Remove unused `save_wv' variable.
3417 (name_is_separator): Recognize "--:foo" and "--foo-bar".
3418
3419 2001-07-11 Gerd Moellmann <gerd@gnu.org>
3420
3421 * xdisp.c (try_cursor_movement): Prevent a warning from GCC 3.0.
3422
3423 * fileio.c (unwind_read): Print a message when discarding inserted
3424 text or switching the buffer to unibyte. Change parameter.
3425 (Finsert_file_contents): Don't pass VISIT to unwind_read.
3426
3427 * fileio.c (unwind_read): New function.
3428 (Finsert_file_contents): Record it as unwind-function for
3429 the case that reading is interrupted by C-g.
3430
3431 2001-07-10 Gerd Moellmann <gerd@gnu.org>
3432
3433 * dispnew.c (update_window): Don't skip the header-line
3434 update when scrolling_window returns 0.
3435
3436 * xfaces.c (unload_color): Do nothing if PIXEL is -1.
3437
3438 * xfns.c (Fx_create_frame): Initialize frame colors to -1,
3439 for the case that x_decode_color signals an error.
3440
3441 * xdisp.c (add_to_log): Do nothing if called asynchronously.
3442
3443 2001-07-09 Gerd Moellmann <gerd@gnu.org>
3444
3445 * sound.c (toplevel): Include <signal.h> and "syssignal.h".
3446 (vox_configure, vox_close) [SIGIO]: Block/unblock SIGIO
3447 around ioctls.
3448
3449 2001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
3450
3451 * dosfns.c (syms_of_dosfns): Add \n\ at the end of a line in the
3452 doc string line for dos-timezone-offset.
3453
3454 * msdos.c (do_visible_bell): Add \n\ at the end of each line of
3455 inline assembly, to avoid compiler warnings.
3456 (syms_of_msdos): Add \n\ at the end of a line in the doc string
3457 line for dos-unsupported-char-glyph.
3458
3459 * buffer.c (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0.
3460
3461 2001-07-05 Gerd Moellmann <gerd@gnu.org>
3462
3463 * sound.c: Include Emacs' header files with #include "...".
3464
3465 * eval.c (specbind): Additionally record the buffer that was
3466 current when a buffer-local or frame-local variable was bound.
3467
3468 2001-07-04 Gerd Moellmann <gerd@gnu.org>
3469
3470 * xterm.c (x_produce_glyphs): Don't convert multibyte characters
3471 to unibyte characters in unibyte buffers.
3472
3473 2001-07-03 Gerd Moellmann <gerd@gnu.org>
3474
3475 * eval.c (specbind): If SYMBOL has a frame-local binding, record
3476 the frame on the binding stack. Change format of entries for
3477 local bindings on the binding stack to '(SYMBOL . WHERE)'.
3478 (unbind_to): Handle unbinding a frame-local variable.
3479
3480 * xdisp.c (compute_line_metrics): On ttys, subtract continuation
3481 glyphs and truncation glyphs at the end of a row from its pixel width.
3482 (dump_glyph_row): Print row's continuation_lines_width.
3483 (try_window_id): Take the shortcut if ZV is visible in the
3484 window, but there are actually no changes at ZV.
3485
3486 2001-07-02 Gerd Moellmann <gerd@gnu.org>
3487
3488 * xterm.h (x_free_dpy_colors): Add prototype.
3489
3490 * xterm.c (cvt_pixel_dtor): Call x_free_dpy_colors with the
3491 right number of arguments.
3492
3493 * Makefile.in (tags): Depend on $(lwlibdir)/TAGS.
3494 ($(lwlibdir)TAGS): New target.
3495 (TAGS): Fix dependency list.
3496
3497 * xterm.c (x_list_fonts): Make sure XFreeFont is called
3498 with input blocked.
3499
3500 2001-06-30 Gerd Moellmann <gerd@gnu.org>
3501
3502 * emacs.c (main): Remove extern declaration for sys_nerr, which
3503 isn't used and causes a compilation error with GCC 3.0 on
3504 FreeBSD 4.3.
3505
3506 2001-06-27 Gerd Moellmann <gerd@gnu.org>
3507
3508 * widget.c (EmacsFrameSetCharSize): Turn off atimers and block
3509 SIGIO around the code where Xt might wait for a ConfigureNotifyEvent.
3510 (toplevel): Include <signal.h> and syssignal.h.
3511
3512 * sound.c (vox_configure, vox_close): Turn off atimers
3513 around ioctls.
3514
3515 2001-06-26 Gerd Moellmann <gerd@gnu.org>
3516
3517 * keyboard.c (read_char) <non_reread>: Record the previous idle
3518 start time before calling timer_stop_idle.
3519 (read_char) <reread_first>: After processing a help-echo event,
3520 restore the previous idle start time.
3521
3522 * xdisp.c (handle_invisible_prop): Deal with overlay strings at
3523 the start of invisible text.
3524 (setup_for_ellipsis): New function.
3525 (next_overlay_string): After all overlay strings have been
3526 processed, display an ellipsis if necessary.
3527 (load_overlay_strings, get_overlay_strings): Add parameter CHARPOS.
3528 (push_it): Initialize display_ellipsis_p on the iterator's stack.
3529
3530 * dispextern.h (struct iterator_stack_entry): Add member
3531 display_ellipsis_p.
3532
3533 2001-06-25 Gerd Moellmann <gerd@gnu.org>
3534
3535 * widget.c (EmacsFrameSetCharSize): Set XtNwaitForWm depending
3536 on the value of the wait-for-wm frame parameter.
3537
3538 * xterm.h (struct x_output): Add member wait_for_wm.
3539
3540 * xfns.c (Qwait_for_wm): New variable.
3541 (x_frame_parms): Add entry for `wait-for-wm".
3542 (x_set_wait_for_wm): New function.
3543 (Fx_create_frame): Call x_default_parameter for wait-for-wm.
3544 (syms_of_xfns): Initialize and staticpro Qwait_for_wm.
3545
3546 * xdisp.c (try_window_id) <all changes below window end>: Don't
3547 take this shortcut if ZV is visible in the window.
3548 (try_window_id): When checking for window start being in changed
3549 text, don't check that the buffer's size has changed.
3550
3551 2001-06-23 Richard M. Stallman <rms@gnu.org>
3552
3553 * minibuf.c (Fcompleting_read): Doc fix.
3554
3555 2001-06-19 Gerd Moellmann <gerd@gnu.org>
3556
3557 * composite.c (Ffind_composition_internal): Accept ZV
3558 and a string's end position as POS.
3559
3560 2001-06-18 Gerd Moellmann <gerd@gnu.org>
3561
3562 * composite.c (Ffind_composition_internal): Check POS
3563 for validity.
3564
3565 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
3566
3567 * editfns.c (Fmessage_box): If the frame is not under a window
3568 system, output the message in the echo area.
3569
3570 2001-06-14 Richard M. Stallman <rms@gnu.org>
3571
3572 * xdisp.c (try_window_id): When EOB is visible, don't treat
3573 insertion at EOB as if it were "off the bottom of the screen."
3574
3575 2001-06-11 Andrew Innes <andrewi@gnu.org>
3576
3577 * w32proc.c (create_child): Add new parameter is_gui_app.
3578 (w32_executable_type): Add new parameter is_gui_app.
3579 (sys_spawnve): Use it.
3580 (sys_kill): Fake ^C for SIGINT, and ^Break (if possible) for
3581 SIGQUIT. This matches better how the signals are interpreted by
3582 MSVC compiled programs.
3583 (syms_of_ntproc): Update docstring.
3584
3585 2001-06-02 Stefan Monnier <monnier@cs.yale.edu>
3586
3587 * xterm.c (clear_mouse_face): Reset dpyinfo->mouse_face_overlay as
3588 well otherwise note_mouse_highlight might optimize away highlighting
3589 if we pass over that same overlay again.
3590
3591 2001-06-02 Eli Zaretskii <eliz@is.elta.co.il>
3592
3593 * lread.c (Fload): Document that the argument is run via
3594 substitute-in-file-name.
3595
3596 2001-05-31 Gerd Moellmann <gerd@gnu.org>
3597
3598 * Makefile.in (bootstrap-doc): New target.
3599 (bootstrap-emacs): Depend on it.
3600
3601 * fileio.c (Fdo_auto_save): Don't try to create the directory of
3602 auto-save-list-file-name when shutting down Emacs, because
3603 creating the directory might signal an error, and leaves
3604 Emacs in a strange state.
3605
3606 * term.c: (tty_cursor_hidden): New variable.
3607 (update_begin): Don't call tty_hide_cursor. Clean up.
3608 (update_end, set_terminal_window, set_scroll_region): Clean up.
3609 (ring_bell, reset_terminal_modes): Clean up.
3610 (tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
3611 on tty_cursor_hidden.
3612 (write_glyphs): Call tty_hide_cursor.
3613
3614 2001-05-30 Stefan Monnier <monnier@cs.yale.edu>
3615
3616 * buffer.c (copy_overlays): Make ENABLE_CHECKING happy.
3617
3618 2001-05-30 Gerd Moellmann <gerd@gnu.org>
3619
3620 * xfns.c (enum image_value_type): New enumerator
3621 IMAGE_STRING_OR_NIL_VALUE.
3622 (parse_image_spec): Handle it.
3623 (xbm_format, pbm_format): Use it for :foreground and :background.
3624 (xbm_load, pbm_load): Check for nil color names.
3625
3626 * xterm.c (note_mouse_highlight): If an overlapping overlay
3627 exists, but we find that we highlight the same overlay as before,
3628 don't do the highlighting again.
3629
3630 2001-05-29 Gerd Moellmann <gerd@gnu.org>
3631
3632 * xmenu.c (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
3633 Protect unibyte strings created by replacing their multibyte
3634 equivalents in menu_items.
3635
3636 * keymap.c (Fsingle_key_description): NUL-terminate the string
3637 buffer before calling build_string.
3638
3639 * callproc.c (Fcall_process): Deal with decode_coding returning
3640 CODING_FINISH_INCONSISTENT_EOL.
3641
3642 2001-05-28 Gerd Moellmann <gerd@gnu.org>
3643
3644 * xmenu.c (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite
3645 an item's name with its key description in case the description
3646 is a multibyte string.
3647
3648 * keymap.c (Fsingle_key_description): Create a multibyte string
3649 only if necessary.
3650
3651 * macros.c (Fstart_kbd_macro): Doc fix.
3652
3653 * xterm.c (cursor_in_mouse_face_p): New function.
3654 (x_draw_stretch_glyph_string): Use it to choose a different GC
3655 when drawing a cursor within highlighted text.
3656
3657 * editfns.c (char_property_eq): Put in #if 0.
3658
3659 * indent.c (string_display_width): Put in #if 0.
3660
3661 * lread.c (Fload): Remove unused label.
3662
3663 * termcap.c (speeds): Put in #if 0.
3664
3665 2001-05-18 Gerd Moellmann <gerd@gnu.org>
3666
3667 * eval.c (call_debugger): Don't bind inhibit-eval-during-redisplay.
3668
3669 * xfaces.c (xlfd_point_size): Don't divide pixel size from
3670 transformation matrix by 10.
3671
3672 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3673
3674 * xfns.c (x_set_foreground_color): Change frame's cursor_pixel
3675 only if it's equal to the former foreground pixel color.
3676 (x_set_foreground_color, x_set_background_color)
3677 (x_set_mouse_color, x_set_cursor_color): Cleaned up.
3678
3679 2001-05-16 Dave Love <fx@gnu.org>
3680
3681 * insdel.c (signal_before_change, signal_after_change): Consider a
3682 local change hook which changes the buffer.
3683
3684 * process.c (read_process_output): Don't call signal_after_change
3685 and update_compositions after insert_from_string_before_markers.
3686
3687 2001-05-16 Gerd Moellmann <gerd@gnu.org>
3688
3689 * xfaces.c (split_font_name): Use the right field when
3690 checking for `[...]' syntax.
3691
3692 * buffer.c (copy_overlays): New function.
3693 (clone_per_buffer_values): Use it.
3694
3695 * buffer.h (OVERLAY_PLIST): New macro.
3696
3697 * keymap.c (Fsingle_key_description): Replace a build_string with
3698 a make_multibyte_string. From Kenichi Handa <handa@etl.go.jp>.
3699
3700 * fontset.c (Ffontset_info): Check that face is non-null
3701 before accessing its fields.
3702
3703 2001-05-15 Gerd Moellmann <gerd@gnu.org>
3704
3705 * keyboard.c (read_key_sequence): Prevent generating a fake
3706 prefix key twice.
3707
3708 * xfaces.c (split_font_name): Handle `[...]' for the right
3709 font name fields.
3710
3711 * ccl.c (ccl_driver): Don't copy remaining bytes in case
3712 of CCL_STAT_INVALID_CMD.
3713
3714 2001-05-14 Stefan Monnier <monnier@cs.yale.edu>
3715
3716 * eval.c (Fdefvar): Only record (defvar <var>) in the load-history
3717 in <var> has no default value yet.
3718
3719 * xfaces.c (try_alternative_families): First try the FAMILY.
3720 And if nothing is found in the end, try again with scalable fonts.
3721 (try_font_list): Let try_alternative_families do a bit more of
3722 the work. Only use FAMILY if it is not nil.
3723 (syms_of_xfaces) <scalable-fonts-allowed>: Fix docstring.
3724
3725 2001-05-14 Gerd Moellmann <gerd@gnu.org>
3726
3727 * xterm.c (note_mouse_highlight): Avoid changing the mouse
3728 pointer shape when show_mouse_face has already done it.
3729
3730 * xterm.c (x_draw_glyphs): Fix computation of rightmost x for
3731 full-width rows.
3732
3733 * xfaces.c (split_font_name): Make sure to leave the loop
3734 with the right value of `i'.
3735
3736 * xfaces.c (split_font_name): Handle matrix transformations
3737 in the pixel and point size fields of XLFD font names.
3738 (xlfd_point_size): Likewise.
3739
3740 2001-05-12 Eli Zaretskii <eliz@is.elta.co.il>
3741
3742 * w32fns.c (w32_to_x_font): Change prototype to fit the declaration.
3743 (x_to_w32_font): Add prototype.
3744
3745 * regex.c (malloc, realloc, free) [emacs]: Undefine before
3746 redefining, to avoid compiler warnings.
3747
3748 * w32proc.c: Include syssignal.h, to avoid compiler warnings.
3749
3750 * w32bdf.c (search_file_line, set_bdf_font_info, seek_char)
3751 (w32_get_bdf_glyph): Cast between unsigned char and char when
3752 passing arguments to subroutines, to shut up compiler warnings.
3753 (w32_get_bdf_glyph): Don't mix signed and unsigned when calling
3754 GET_HEX_VAL.
3755
3756 * xfaces.c: Include keyboard.h before frame.h, not after it.
3757
3758 * widget.c: Include keyboard.h before frame.h.
3759
3760 * w32term.h (struct image, struct face): Forward declaration, to
3761 avoid compiler warnings.
3762
3763 2001-05-11 Gerd Moellmann <gerd@gnu.org>
3764
3765 * keyboard.c (read_key_sequence): Don't modify events when
3766 generating fake prefix keys (mode-line, scroll-bar, ...) since
3767 this prevents proper processing of such events when pushed back
3768 into unread-command-events.
3769
3770 * xterm.c (clear_mouse_face): Return 1 if text with mouse face was
3771 actually redrawn. Make the function static.
3772 (note_mouse_highlight): Fix a case where the mouse cursor
3773 was changed back to the text cursor.
3774
3775 * xterm.h (clear_mouse_face): Remove prototype.
3776
3777 * xdisp.c (try_window_id): Fix the fix and set the right
3778 window_end_vpos.
3779
3780 * xdisp.c (try_window_id): Fix computation of window end in the
3781 case that lines were deleted at the end of the window. Add some
3782 more debug_method_adds.
3783
3784 * xfaces.c (try_alternative_families): New function.
3785 (try_font_list): Use it. If ATTRS specifies a family, check
3786 fonts from that family first.
3787 (choose_face_font): Remove code setting the family part of
3788 the pattern to nil.
3789
3790 2001-05-10 Gerd Moellmann <gerd@gnu.org>
3791
3792 * xdisp.c (try_window_id): Fix case of all changes before
3793 the window start.
3794
3795 * xdisp.c (try_window_id): Add some xasserts.
3796
3797 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3798
3799 * lisp.h (GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
3800
3801 2001-05-09 Dave Love <fx@gnu.org>
3802
3803 * xdisp.c (GIVE_UP): Fix for K&R C.
3804
3805 2001-05-09 Gerd Moellmann <gerd@gnu.org>
3806
3807 * print.c (syms_of_print) <print-length, print-level>: Doc fix.
3808
3809 * xterm.c (note_mouse_highlight): Don't change the mouse cursor
3810 back to the text cursor shape without need.
3811
3812 2001-05-07 Gerd Moellmann <gerd@gnu.org>
3813
3814 * xfns.c (x_set_foreground_color): Set frame's cursor_pixel.
3815
3816 * dispextern.h (inverse_video): Declare extern.
3817
3818 * keyboard.c (delete_kboard): Handle the case that selected_frame
3819 has been deleted in the course of x_connection_closed.
3820
3821 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
3822
3823 * xterm.c (XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]:
3824 Fix the change from 2001-04-30.
3825
3826 2001-05-03 Gerd Moellmann <gerd@gnu.org>
3827
3828 * xfns.c (file_dialog_unmap_cb): New function.
3829 (Fx_file_dialog): Use it as XmNunmapCallback to capture the case
3830 where a dialog is closed via the window manager.
3831
3832 * xdisp.c (try_window_id): Cases of changes all in front of
3833 the window start or all below the window end mostly rewritten.
3834 (redisplay_window): Move the tests if try_window_id is
3835 applicable to try_window_id.
3836 (GIVE_UP): New macro.
3837
3838 2001-05-02 Gerd Moellmann <gerd@gnu.org>
3839
3840 * xterm.c (expose_window): Return int. If W is the window
3841 currently being updated, mark the frame garbaged.
3842 Fix computation of rows intersecting the exposed rectangle.
3843 (expose_window_tree): Stop when expose_window returns 0.
3844
3845 * xterm.c (x_draw_stretch_glyph_string): Don't draw background
3846 again if it has already been drawn.
3847
3848 2001-05-01 Stefan Monnier <monnier@cs.yale.edu>
3849
3850 * syntax.c (update_syntax_table): Check that oldi has the same
3851 properties as old_prop before deciding not to invalidate.
3852
3853 2001-04-30 Gerd Moellmann <gerd@gnu.org>
3854
3855 * undo.c (Fprimitive_undo): In a writable buffer, enable undoing
3856 read-only text that is so because of text properties.
3857
3858 * xterm.c (x_window_to_menu_bar) [USE_LUCID]: New function.
3859 (XTread_socket) <Expose> [USE_LUCID]: Handle events for
3860 windows that are components of a Lucid menu bar.
3861
3862 2001-04-27 Gerd Moellmann <gerd@gnu.org>
3863
3864 * term.c (turn_on_face): Fix reverse video handling on terminals
3865 that don't support colors.
3866
3867 2001-04-26 Gerd Moellmann <gerd@gnu.org>
3868
3869 * editfns.c (save_excursion_restore): Don't use XBUFFER on
3870 a non-buffer.
3871
3872 2001-04-25 Gerd Moellmann <gerd@gnu.org>
3873
3874 * term.c (toggle_highlight): New function.
3875 (turn_on_face): Change handling of reverse video.
3876
3877 * process.c (wait_reading_process_input):
3878 Call record_asynch_buffer_change only if a timer really changed buffers.
3879
3880 * buffer.c (mouse_face_overlay_overlaps): Fix the computation
3881 of the number of overlays to check.
3882
3883 * keyboard.c (command_loop_1): Redo change of 2001-03-12.
3884
3885 * xdisp.c (try_window_id): Fix a case where window_end_pos
3886 and window_end_bytepos were not adjusted.
3887
3888 2001-04-23 Gerd Moellmann <gerd@gnu.org>
3889
3890 * xfaces.c (compute_char_face): If buffer is unibyte, set CH to
3891 zero instead of -1.
3892
3893 2001-04-21 Eli Zaretskii <eliz@is.elta.co.il>
3894
3895 * process.c (wait_reading_process_input) [!subprocesses]:
3896 Don't reference waiting_for_user_input_p, it's not defined in the
3897 branch without async subprocesses support.
3898
3899 2001-04-19 Gerd Moellmann <gerd@gnu.org>
3900
3901 * keyboard.c (delete_kboard): Prevent a dangling reference
3902 from current_kboard to KB, which is freed.
3903
3904 * process.c (wait_reading_process_input):
3905 Call record_asynch_buffer_change after running timers, to make
3906 read_key_sequence aware of buffer changes from under it.
3907
3908 2001-04-18 Gerd Moellmann <gerd@gnu.org>
3909
3910 * xfaces.c (Qscalable_fonts_allowed): New variable.
3911 (realizing_basic_faces_p): Removed.
3912 (x_face_list_fonts): Special handling for realizing_basic_faces_p
3913 removed.
3914 (realize_basic_faces): Specbind Qscalable_fonts_allowed to t.
3915 (syms_of_xfaces): Initialize Qscalable_fonts_allowed. Change default
3916 for scalable-fonts-allowed to t.
3917
3918 * fileio.c (Finsert_file_contents): If the file size returned from
3919 stat is zero, set END to READ_BUF_SIZE. This makes sure we can
3920 read from files on a procfs whose contents are generated dynamically.
3921
3922 2001-04-18 Eli Zaretskii <eliz@is.elta.co.il>
3923
3924 * gmalloc.c (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
3925 defined, include stddef.h and use __SIZE_TYPE__ instead of size_t.
3926 (__memalign_hook): Make the two prototypes consistent.
3927
3928 2001-04-17 Gerd Moellmann <gerd@gnu.org>
3929
3930 * xdisp.c (redisplay_window): Make sure to clear the desired glyph
3931 matrix of mini-windows.
3932
3933 2001-04-12 Stefan Monnier <monnier@cs.yale.edu>
3934
3935 * intervals.c (find_interval): Don't rebalance during signal handling.
3936
3937 2001-04-11 Gerd Moellmann <gerd@gnu.org>
3938
3939 * fns.c: Include blockinput.h.
3940
3941 * fns.c (Fplist_get): Don't QUIT if interrupt_input_blocked.
3942
3943 2001-04-10 Gerd Moellmann <gerd@gnu.org>
3944
3945 * fns.c (Fcompare_strings): Fix return values.
3946
3947 * window.c (window_scroll): Change the meaning of N to mean
3948 N screen-fulls or N lines.
3949 (window_scroll_pixel_based, window_scroll_line_based)
3950 (scroll_command, Fscroll_other_window): Change accordingly.
3951
3952 * window.c (window_scroll_pixel_based, Frecenter):
3953 Call window_box_height instead of using it.last_visible_y for the
3954 height of the window.
3955
3956 * xdisp.c (redisplay_window) <recenter>: Call window_box_height
3957 instead of using it.last_visible_y for the height of the window.
3958
3959 * w32proc.c (sys_spawnve): Quote more chars for Cygwin.
3960 From Dan Holmsand <dan@eyebee.com>.
3961
3962 * w32.c (sys_open): Try to open file without _O_CREAT first, to be
3963 able to write to hidden and system files. From Dan Holmsand
3964 <dan@eyebee.com>.
3965
3966 * fileio.c (Fcopy_file) [WINDOWSNT]: Use CopyFile. From Dan
3967 Holmsand <dan@eyebee.com>.
3968
3969 2001-04-09 Gerd Moellmann <gerd@gnu.org>
3970
3971 * fns.c (Fplist_get, Fplist_put): Add QUITs.
3972
3973 * window.c (window_internal_height): Return 1 less if the
3974 window has a header line.
3975
3976 * xdisp.c (try_window_id): When scrolling on a terminal, take
3977 the change of window_internal_height into account.
3978
3979 2001-04-09 Eli Zaretskii <eliz@is.elta.co.il>
3980
3981 * gmalloc.c (align): If the argument SIZE would overflow
3982 __malloc_ptrdiff_t, fail right away.
3983
3984 2001-04-06 Gerd Moellmann <gerd@gnu.org>
3985
3986 * xfns.c (compute_tip_xy): Add parameters WIDTH and HEIGHT.
3987 Make sure the tooltip is completely visible.
3988 (x_make_gc): Use FRAME_X_SCREEN_NUMBER.
3989
3990 * xterm.h (FRAME_X_SCREEN_NUMBER): New macro.
3991
3992 * xmenu.c (xmenu_show): Use FRAME_X_SCREEN_NUMBER.
3993
3994 2001-04-06 Dave Love <fx@gnu.org>
3995
3996 * composite.c (update_compositions) <check_mask & CHECK_HEAD>:
3997 Fix test of `from'.
3998
3999 2001-04-06 Gerd Moellmann <gerd@gnu.org>
4000
4001 * composite.h (COMPOSITION_VALID_P): Allow integers as cdrs of PROP.
4002
4003 * xdisp.c (Qinhibit_eval_during_redisplay): Make it a Lisp_Object.
4004
4005 2001-04-05 Gerd Moellmann <gerd@gnu.org>
4006
4007 * sysdep.c (getwd) [!HAVE_GETWD]: Unblock input before returning.
4008
4009 * editfns.c (Fcurrent_time_zone): Accept spaces in timezone names.
4010
4011 * xfns.c (Vmotif_version_string) [USE_MOTIF]: New variable.
4012 (syms_of_xfns): DEFVAR_LISP it. Initialize from XmVERSION_STRING.
4013
4014 * xmenu.c (free_frame_menubar) [USE_MOTIF]: Preserve the
4015 shell widget's position only if it is non-null.
4016
4017 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]:
4018 Set f->output_data.x->widget to null after destroying it.
4019
4020 * fns.c (Frequire): Doc fix. Rename parameter FILE_NAME to
4021 FILENAME to bring it in synch with the documentation.
4022
4023 * xfaces.c (realizing_basic_faces_p): Renamed from
4024 realize_default_face_p.
4025 (realize_basic_faces): Set/clear realizing_basic_faces_p.
4026 (realize_default_face): Don't set the flag.
4027
4028 2001-04-04 Gerd Moellmann <gerd@gnu.org>
4029
4030 * lisp.h (echoing, echo_message_buffer, cancel_echoing): Declare.
4031
4032 * keyboard.c (echoing, echo_message_buffer): Make externally visible.
4033
4034 * xdisp.c (with_echo_area_buffer): Avoid confusion from reusing
4035 the buffer that was used for echoing.
4036
4037 * xfaces.c (best_matching_font): Remove unused parameter PATTERN.
4038 (first_font_matching): Removed unused function.
4039 (x_face_list_fonts): Remove unused parameter SCALABLE_P.
4040 (may_use_scalable_font_p): Remove parameter FONT; rename
4041 parameter NAME to FONT.
4042 (x_face_list_fonts): Fix missing bounds check.
4043 (realizing_default_face_p): New variable.
4044 (realize_default_face): Set and clear that flag.
4045 (x_face_list_fonts): When called during the realization of the
4046 default face, and no matching fonts are found when ignoring
4047 scalable fonts and fonts matching a regexp from
4048 face-ignored-fonts, try without ignoring fonts.
4049
4050 2001-04-03 Gerd Moellmann <gerd@gnu.org>
4051
4052 * xfns.c (postprocess_image): New function.
4053 (lookup_image): Call it for all image types except PostScript.
4054 (x_kill_gs_process): Call postprocess_image.
4055
4056 * xterm.c (x_use_underline_position_properties): New variable.
4057 (x_draw_glyph_string): Use it.
4058 (syms_of_xterm): DEFVAR_BOOL it.
4059
4060 2001-04-02 Gerd Moellmann <gerd@gnu.org>
4061
4062 * xterm.c (x_alloc_nearest_color_1): New function.
4063 (x_alloc_nearest_color): Use it.
4064 (x_color_cells): Take a Display as argument, instead of a frame.
4065 (cvt_string_to_pixel_args, cvt_string_to_pixel_value): New variables.
4066 (cvt_string_to_pixel, cvt_pixel_dtor): New functions.
4067 (x_initialize): Register cvt_string_to_pixel as resource converter
4068 string -> Pixel and cvt_pixel_dtor as pixel resource destructor.
4069
4070 2001-03-30 Gerd Moellmann <gerd@gnu.org>
4071
4072 * xdisp.c (get_overlay_strings): Set iterator's end_charpos.
4073 (set_iterator_to_next): If a string from a display property ends,
4074 consider the case that this might also be the end of an
4075 overlay string having the display property.
4076
4077 * xdisp.c (handle_display_prop): Fix recognition of subproperty lists.
4078
4079 * xdisp.c (reseat_to_string): Undo last change.
4080
4081 * dispnew.c (adjust_glyph_matrix): Don't try to reuse the current
4082 matrix of a window when the header line changes, when
4083 new rows are allocated, or when the width changes.
4084
4085 2001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
4086
4087 * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
4088
4089 2001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4090
4091 * fileio.c (syms_of_fileio) <directory-sep-char>: Warn that it is
4092 deprecated.
4093
4094 2001-03-29 Gerd Moellmann <gerd@gnu.org>
4095
4096 * data.c (Fsubr_interactive_form): New function.
4097 (syms_of_data): Defsubr it.
4098
4099 * alloc.c (live_string_p, live_cons_p, live_symbol_p)
4100 (live_float_p, live_misc_p): Return 1 only if the offset of the
4101 pointer in its block is >= 0.
4102
4103 2001-03-28 Paul Eggert <eggert@twinsun.com>
4104
4105 * editfns.c (Ffloat_time): Fix off-by-factor-of-10 bug in the
4106 microseconds calcuation. Avoid double-rounding problem.
4107 In doc string, warn that the result is approximate.
4108
4109 2001-03-28 Gerd Moellmann <gerd@gnu.org>
4110
4111 * eval.c (call_debugger): Bind `inhibit-redisplay' to nil, and
4112 bind `inhibit-eval-during-redisplay' to t.
4113
4114 * lisp.h (Qinhibit_eval_during_redisplay): Declare extern.
4115
4116 * xdisp.c (inhibit_eval_during_redisplay)
4117 (Qinhibit_eval_during_redisplay): New variables.
4118 (safe_eval, safe_call): If inhibit_eval_during_redisplay is set,
4119 don't eval, return nil instead.
4120 (syms_of_xdisp): DEFVAR_BOOL inhibit-eval-during-redisplay.
4121 Initialize Qinhibit_eval_during_redisplay.
4122
4123 * xdisp.c (reseat_to_string): If STRING is multibyte, set
4124 the iterator's multibyte_p flag.
4125
4126 * xfaces.c (realize_basic_faces): Decrement menu_face_change_count
4127 instead of setting it to zero; it's incremented for each frame
4128 where the menu face is changed.
4129
4130 * xterm.c (x_draw_relief_rect): Extend left shadow to the bottom;
4131 change bottom shadow accordingly.
4132
4133 * xterm.c (expose_window_tree, expose_frame): Don't compute
4134 intersections here.
4135 (expose_window): Do it here instead.
4136 (x_draw_glyph_string): Fix a computation of the underline position.
4137
4138 * bytecode.c (BYTE_CODE_QUIT): New macro.
4139 (Fbyte_code): Use BYTE_CODE_QUIT instead of QUIT.
4140
4141 2001-03-27 Gerd Moellmann <gerd@gnu.org>
4142
4143 * xdisp.c (try_window_reusing_current_matrix) <scrolling up>:
4144 Give up if matrix starts in an ellipsis.
4145 (init_from_display_pos): Do nothing if POS doesn't specify
4146 a dpvec_index but the iterator has such a position.
4147
4148 * xdisp.c (init_from_display_pos): Remove unwarranted assertion.
4149
4150 * xmenu.c (free_frame_menubar) [USE_MOTIF]: If the shell widget's
4151 x/y position is (0, 0) after destroying the menu bar, restore
4152 its original position.
4153
4154 * xdisp.c (in_ellipses_for_invisible_text_p): New function.
4155 (init_from_display_pos): Use it.
4156 (try_window_reusing_current_matrix): Don't use cursor_row_p.
4157
4158 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4159
4160 * xdisp.c (try_window_id): Undo last change.
4161
4162 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * print.c (Fprin1, Fprin1_to_string, Fprinc, Fprint): Doc fix.
4165
4166 * buffer.c (syms_of_buffer): Doc fix.
4167
4168 2001-03-26 Gerd Moellmann <gerd@gnu.org>
4169
4170 * xfaces.c (x_update_menu_appearance): Use local variable
4171 popup_path for setting font resources.
4172
4173 2001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
4174
4175 * frame.c (Fframe_list): Don't reference tip_frame if
4176 HAVE_WINDOW_SYSTEM is not defined.
4177
4178 * emacs.c (main): Update the copyright year. From Werner LEMBERG
4179 <wl@gnu.org>.
4180
4181 2001-03-25 Gerd Moellmann <gerd@gnu.org>
4182
4183 * xdisp.c (init_from_display_pos): Test invisible property
4184 with TEXT_PROP_MEANS_INVISIBLE instead of NILP.
4185
4186 * xdisp.c (redisplay_internal) <update one window>: Make sure
4187 last_arrow_position and last_arrow_string are set.
4188
4189 * frame.c (Fframe_list): Don't return a tooltip frame.
4190
4191 2001-03-23 Gerd Moellmann <gerd@gnu.org>
4192
4193 * xdisp.c (mark_window_display_accurate_1): New function,
4194 extracted from mark_window_display_accurate.
4195 Compute BUF_UNCHANGED_MODIFIED, BUF_OVERLAY_UNCHANGED_MODIFIED,
4196 BUF_BEG_UNCHANGED, BUF_END_UNCHANGED.
4197 (mark_window_display_accurate): Use it.
4198 (redisplay_internal): Use it for the selected window.
4199 (redisplay_internal): Avoid duplicate mark_window_display_accurate
4200 for the selected frame.
4201
4202 * xdisp.c Use make_number, for readability.
4203 (try_window_id): Disable rows below the window end.
4204 (try_window_reusing_current_matrix): Use cursor_row_p.
4205 (try_window_reusing_current_matrix) <scrolling up>: Fix disabling
4206 of rows.
4207 (init_from_display_pos): If POS specifies a position in a display
4208 vector, maybe get the iterator set up for that ellipsis.
4209
4210 * xdisp.c (dump_glyph_row): Fix output for NGLYPHS == 2.
4211
4212 2001-03-23 Eli Zaretskii <eliz@is.elta.co.il>
4213
4214 * xmenu.c: Include widget.h only if USE_X_TOOLKIT is defined.
4215
4216 2001-03-23 Gerd Moellmann <gerd@gnu.org>
4217
4218 * xfaces.c (x_update_menu_appearance): Use a different path
4219 for Lucid popup menus.
4220
4221 2001-03-22 Stefan Monnier <monnier@cs.yale.edu>
4222
4223 * xterm.c (note_mouse_highlight): Dec the int, not the Lisp_Object.
4224
4225 * xdisp.c (init_iterator): Check WINDOWP before using XWINDOW.
4226 (string_buffer_position): Use `make_number'.
4227
4228 2001-03-22 Gerd Moellmann <gerd@gnu.org>
4229
4230 * xfaces.c (x_update_menu_appearance): Renamed from
4231 x_set_menu_face_resources. Use different resources for popups.
4232
4233 * lisp.h (Vx_resource_name) [HAVE_X_WINDOWS]: Declare extern.
4234 (GC_CHECK_STRING_BYTES): Don't define.
4235
4236 * xfaces.c (x_set_menu_resources_from_menu_face) [USE_X_TOOLKIT]:
4237 Removed, together with subroutines.
4238 (x_set_menu_face_resources) [USE_X_TOOLKIT]: New function.
4239 (realize_basic_faces) [USE_X_TOOLKIT]: Call x_set_menu_face_resources.
4240
4241 * dispextern.h (x_set_menu_resources_from_menu_face):
4242 Remove prototype.
4243
4244 * xmenu.c (update_frame_menubar, set_frame_menubar, xmenu_show):
4245 Remove calls to x_set_menu_resources_from_menu_face.
4246
4247 * xfaces.c (xm_set_menu_resources_from_menu_face):
4248 Remove #ifndef LESSTIF_VERSION.
4249
4250 * xmenu.c: Include widget.h.
4251 (single_submenu): Return int. Some cleanup.
4252 (set_frame_menubar): Call x_set_menu_resources_from_menu_face.
4253
4254 2001-03-21 Gerd Moellmann <gerd@gnu.org>
4255
4256 * xterm.c (x_update_window_end): Handle overwritten mouse face
4257 also for tool bar windows.
4258 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
4259 DRAW is DRAW_IMAGE_RAISED.
4260
4261 2001-03-20 Gerd Moellmann <gerd@gnu.org>
4262
4263 * print.c (syms_of_print): Doc fixes.
4264
4265 * fns.c (Fmd5): Doc fix.
4266
4267 2001-03-19 Gerd Moellmann <gerd@gnu.org>
4268
4269 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
4270 Clear area of the frame not occupied by the scroll bar.
4271
4272 * xfns.c (x_create_tip_frame): Add parameter TEXT. Set the
4273 tip frame's root window buffer to *tip* right after creating
4274 the frame.
4275
4276 * xdisp.c (highlight_trailing_whitespace): Glyphs whose object
4277 is an integer don't have to be for space characters.
4278
4279 2001-03-16 Gerd Moellmann <gerd@gnu.org>
4280
4281 * indent.c (current_column, current_column_1, Fmove_to_column)
4282 (compute_motion): Handle characters from display vectors differently.
4283
4284 2001-03-15 Kenichi Handa <handa@etl.go.jp>
4285
4286 * xterm.c (x_draw_glyph_string): Draw relief (if any) before
4287 drawing glyph string.
4288
4289 2001-03-15 Gerd Moellmann <gerd@gnu.org>
4290
4291 * keyboard.c (timer_check): Preserve the value of deactivate-mark.
4292 (command_loop_1): Undo last change.
4293
4294 * xterm.c (fast_find_position): Return the correct vpos.
4295
4296 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is
4297 non-null, set a per-buffer value in BUF instead of the current buffer.
4298 (swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
4299 Call store_symval_forwarding with BUF null.
4300 (set_internal): Call store_symval_forwarding with the BUF
4301 parameter passed to set_internal. Formerly, the value was always
4302 set in the current buffer; the buffer recorded in specbind for
4303 this case wasn't used.
4304 (arith_driver): Reindent.
4305
4306 * buffer.c (swap_out_buffer_local_variables):
4307 Call store_symval_forwarding with BUF null.
4308
4309 * lisp.h (store_symval_forwarding): Change prototype.
4310
4311 * eval.c (specbind): Call store_symval_forwarding with BUF null.
4312
4313 2001-03-14 Gerd Moellmann <gerd@gnu.org>
4314
4315 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add
4316 FOR_DELETION. Avoid resizing the mini-window of the selected
4317 frame if FOR_DELETION is set.
4318 (Fselect_frame, Fhandle_switch_frame, Fdelete_frame)
4319 (Fmake_frame_invisible): Change calls to do_switch_frame for new
4320 signature.
4321
4322 * window.c (Fset_window_configuration): Change call to
4323 do_switch_frame to new format.
4324
4325 * keyboard.c (quit_throw_to_read_char): Change call to
4326 do_switch_frame to new format.
4327
4328 * lisp.h (do_switch_frame): Change prototype.
4329
4330 * frame.c (Fframe_parameters): In the `buffer-list' frame
4331 parameter, store the buffer list of FRAME, not the list of the
4332 selected frame.
4333
4334 * xterm.c (x_draw_glyph_string_box): Don't draw a full-width
4335 box just because the glyph row's full_width_p flag is set.
4336
4337 2001-03-14 Eli Zaretskii <eliz@is.elta.co.il>
4338
4339 * xdisp.c (highlight_trailing_whitespace): On character terminals,
4340 skip the padding blanks inserted in extend_face_to_end_of_line,
4341 before checking for trailing whitespace.
4342
4343 2001-03-13 Gerd Moellmann <gerd@gnu.org>
4344
4345 * xmenu.c (popup_activate_callback, popup_deactivate_callback):
4346 Remove special handling for LessTif/Motif.
4347 (toplevel): Don't include Xm/Xm.h.
4348
4349 * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>:
4350 Remove workaround code for LessTif; it doesn't work anymore.
4351
4352 * xterm.c [USE_TOOLKIT_SCROLL_BARS && USE_MOTIF]: Don't include
4353 Xm/ScrollBarP.h.
4354
4355 * xterm.c (x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]:
4356 Don't access private scroll bar data; it's no longer necessary with
4357 contemporary LessTif.
4358
4359 * xfaces.c (xm_set_menu_resources_from_menu_face):
4360 Change #if 0 to #ifndef LESSTIF_VERSION.
4361
4362 * xmenu.c (xmenu_show) [LESSTIF_VERSION]: Take out the code
4363 removing button grabs.
4364
4365 2001-03-13 Kenichi Handa <handa@etl.go.jp>
4366
4367 * fontset.c (syms_of_fontset): Describe highlight-wrong-size-font
4368 and clip-large-size-font as obsolete.
4369
4370 * lread.c (read_multibyte): Check the validity of multibyte
4371 sequence. If invalid, return the first byte.
4372
4373 2001-03-12 Gerd Moellmann <gerd@gnu.org>
4374
4375 * keyboard.c (command_loop_1): Set Vdeactivate_mark to nil
4376 before running the command; timer functions or process
4377 filters may have set it.
4378
4379 2001-03-12 Eli Zaretskii <eliz@is.elta.co.il>
4380
4381 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
4382 Doc fix.
4383
4384 2001-03-12 Gerd Moellmann <gerd@gnu.org>
4385
4386 * xrdb.c (x_load_resources) [USE_MOTIF]: Remove extraneous arg
4387 to sprintf.
4388
4389 2001-03-09 Gerd Moellmann <gerd@gnu.org>
4390
4391 * dispextern.h (string_buffer_position): Add prototype.
4392
4393 * xdisp.c (string_buffer_position, display_prop_string_p)
4394 (single_display_prop_string_p): New functions.
4395
4396 * xterm.c (note_mouse_highlight): If there's no help-echo on
4397 a string, look at the buffer text ``under'' it.
4398
4399 * keyboard.c (make_lispy_event): Add string info to the event,
4400 analogous to what's done on mode lines.
4401 (read_key_sequence): For a click on a string, consider `local-map'
4402 and `keymap' of that string.
4403
4404 * keyboard.c (make_lispy_event, make_lispy_movement):
4405 Adjust calls to buffer_posn_from_coords to new format.
4406
4407 * dispextern.h (buffer_posn_from_coords): Adjust prototype.
4408
4409 * dispnew.c (buffer_posn_from_coords): Add parameters OBJECT and
4410 POS; return void.
4411
4412 * fileio.c (Fwrite_region) [DOS_NT]: Remove O_TRUNC from open
4413 flags argument to emacs_open; it seems to conflict with O_EXCL.
4414
4415 2001-03-09 Kenichi Handa <handa@etl.go.jp>
4416
4417 * composite.h (struct composition): Change types of members;
4418 glyph_len to unsigned, width to unsigned short.
4419
4420 2001-03-08 Andrew Innes <andrewi@gnu.org>
4421
4422 * w32menu.c (add_menu_item): Fix problems with using ownerdraw for
4423 menu titles.
4424
4425 2001-03-08 Gerd Moellmann <gerd@gnu.org>
4426
4427 * xdisp.c (handle_display_prop): Use it->w->buffer as object,
4428 instead of nil.
4429
4430 * xterm.c (note_mouse_highlight): Handle mouse-face and
4431 help-echo in strings.
4432 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
4433 (fast_find_string_pos): New function.
4434
4435 * xdisp.c (handle_face_prop, face_before_or_after_it_pos)
4436 (display_string): Call face_at_string_position with new parameter.
4437
4438 * xfaces.c (face_at_string_position): Add parameter MOUSE_P.
4439 Handle `mouse-face'.
4440
4441 * dispextern.h (face_at_string_position): Change prototype.
4442
4443 * dired.c (directory_files_internal): Handle EAGAIN more efficiently.
4444
4445 * keyboard.c (make_lispy_event): Avoid generating drag events
4446 if the mouse hasn't actually moved to another buffer position.
4447
4448 2001-03-08 Dave Love <fx@gnu.org>
4449
4450 * eval.c (syms_of_eval) <debug-on-error>: Doc fix.
4451
4452 2001-03-08 Gerd Moellmann <gerd@gnu.org>
4453
4454 * process.c (Fset_process_window_size): Fix a typo.
4455
4456 2001-03-08 Kenichi Handa <handa@etl.go.jp>
4457
4458 * coding.c (detect_coding_sjis): Do more rigid check.
4459 (detect_coding_big5): Likewise.
4460 (decode_coding_sjis_big5): Likewise.
4461 (Fdetect_coding_region): Call detect_coding_system with tailing
4462 anchor byte `\0' for more rigid detection.
4463 (detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.
4464 (Fdetect_coding_string): Likewise.
4465
4466 2001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4467
4468 * bytecode.c (Fbyte_code) <Btemp_output_buffer_setup>: Check the arg is
4469 a string before extracting its data.
4470
4471 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4472
4473 * window.c (Frecenter): Rewrite code handling negative values
4474 of ARG on graphical frames.
4475
4476 2001-03-07 Eli Zaretskii <a34785@is.elta.co.il>
4477
4478 * window.c (displayed_window_lines): If W->start is outside the
4479 accessible portion of the buffer, call start_display with BEGV or
4480 ZV instead of W->start.
4481
4482 2001-03-07 Gerd Moellmann <gerd@gnu.org>
4483
4484 * buffer.c (syms_of_buffer) <header-line-format>: Doc fix.
4485
4486 * process.c (Fset_process_filter): Don't crash if the input
4487 file descriptor of PROCESS is closed.
4488 (Fset_process_window_size): Likewise.
4489
4490 2001-03-06 Kenichi Handa <handa@etl.go.jp>
4491
4492 * xterm.c (XTflash): Make the timeout of select shorter, and call
4493 select repeatedly until the desired time expires.
4494
4495 2001-03-06 Gerd Moellmann <gerd@gnu.org>
4496
4497 * w32fns.c (Fx_create_frame): Clear Vwindow_list.
4498
4499 * xfns.c (Fx_create_frame): Clear Vwindow_list.
4500
4501 * lisp.h (Vwindow_list): Declare extern.
4502
4503 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4504
4505 * dispnew.c (syms_of_display) <glyph-table>: Doc fix.
4506
4507 2001-03-06 Gerd Moellmann <gerd@gnu.org>
4508
4509 * xterm.c (note_mouse_highlight): Call mouse_face_overlay_overlaps
4510 to detect a case where we have to highlight a different region
4511 despite not having left the currently highlighted region.
4512 Set mouse_face_overlay in the x_display_info.
4513 (x_term_init): Initialize the x_display_info's mouse_face_overlay.
4514
4515 * xterm.h (struct x_display_info): Add mouse_face_overlay.
4516
4517 * buffer.c (mouse_face_overlay_overlaps): New function.
4518
4519 * lisp.h (mouse_face_overlay_overlaps): Add prototype.
4520 (Qmouse_face): Declare extern.
4521
4522 * xdisp.c (redisplay_internal): Set windows_or_buffers_changed
4523 if face_change_count is non-zero.
4524
4525 2001-03-06 Kenichi Handa <handa@etl.go.jp>
4526
4527 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>: Fix for the case
4528 that the source is unibyte.
4529
4530 2001-03-05 Dave Love <fx@gnu.org>
4531
4532 * xterm.c (XTmouse_position): Fix typo.
4533
4534 2001-03-05 Gerd Moellmann <gerd@gnu.org>
4535
4536 * minibuf.c (read_minibuf): Clean up the binding stack if
4537 called noninteractively.
4538
4539 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4540
4541 * coding.c (syms_of_coding): Docstring modified.
4542
4543 2001-03-05 Kenichi Handa <handa@etl.go.jp>
4544
4545 * charset.c (char_to_string): If a single byte char has modifier
4546 bits that can't be reflected to the character code, ignore them
4547 instead of signaling an error.
4548
4549 2001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4550
4551 * s/msdos.h: Update copyright notice.
4552
4553 * dosfns.h: Update copyright notice.
4554
4555 * dosfns.c: Update copyright notice.
4556
4557 * msdos.c: Update copyright notice.
4558
4559 2001-03-02 Gerd Moellmann <gerd@gnu.org>
4560
4561 * xterm.c (glyph_rect): New function.
4562 (XTmouse_position): Use it to raise the threshold for mouse
4563 movement event generation.
4564
4565 2001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4566
4567 * msdos.c (Fmsdos_remember_default_colors): If default-frame-alist
4568 specifies (reverse . t), reverse the initial screen colors.
4569 (IT_set_frame_parameters): If the property is foreground-color,
4570 but we are reversing the colors, set bg_set, not fg_set.
4571 Likewise for setting background-color and reversing: set fg_set.
4572 Set unspecified-fg and unspecified-bg correctly when (reverse . t) is
4573 in effect.
4574
4575 * xfaces.c (Finternal_set_lisp_face_attribute)
4576 [!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
4577 parameters alist.
4578
4579 2001-03-02 Gerd Moellmann <gerd@gnu.org>
4580
4581 * fileio.c (Fexpand_file_name): Collapse sequences of slashes
4582 to a single slash in the middle of file names.
4583
4584 * editfns.c (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
4585 Accept only alphanumeric time zone names.
4586
4587 * xterm.c (XTset_vertical_scroll_bar): Don't clear a zero height
4588 or width area.
4589 (XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure
4590 a widget to zero height.
4591
4592 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4593
4594 * window.c (Fwindow_end): Call move_it_past_eol only if
4595 ending up on a partially visible line.
4596
4597 2001-03-01 Dave Love <fx@gnu.org>
4598
4599 * ccl.c (Fccl_execute): Doc fix.
4600
4601 2001-03-01 Gerd Moellmann <gerd@gnu.org>
4602
4603 * xfns.c (Fx_create_frame): Adjust the frame's height for presence
4604 of the tool bar before calling x_figure_window_size.
4605
4606 * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
4607 NULL after destroying it, otherwise XTread_socket can access a
4608 destroyed widget when input is unblocked.
4609
4610 * xfns.c (x_set_foreground_color): Set the background of the cursor GC.
4611
4612 * xfns.c (x_set_font): Handle case of x_new_fontset returning the
4613 same name as before, although there was a change in fontsets.
4614
4615 2001-02-28 Ken Raeburn <raeburn@gnu.org>
4616
4617 * lisp.h (Fframe_parameter): Declare.
4618
4619 * window.c (set_window_buffer): Field vscroll is an int, not a
4620 Lisp_Object.
4621
4622 2001-02-28 Gerd Moellmann <gerd@gnu.org>
4623
4624 * xterm.c (x_set_window_size): Don't use `None' with widgets; use
4625 NULL instead.
4626
4627 * xfns.c (Fx_hide_tip): Don't use `None' with widgets; use
4628 NULL instead.
4629
4630 * alloc.c (toplevel): Include process.h.
4631 (enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
4632 MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
4633 (allocate_vectorlike): Make it a static function. Add parameter TYPE.
4634 (allocate_vector, allocate_hash_table, allocate_window)
4635 (allocate_frame, allocate_process, allocate_other_vector):
4636 New functions.
4637 (Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
4638 (mark_maybe_pointer): New function.
4639 (mark_memory): Also mark Lisp data to which only pointers
4640 remain and not Lisp_Objects.
4641 (min_heap_address, max_heap_address): New variables.
4642 (mem_find): Return MEM_NIL if START is below min_heap_address or
4643 above max_heap_address.
4644 (mem_insert): Compute min_heap_address and max_heap_address.
4645
4646 * process.c (make_process): Use allocate_process.
4647
4648 * frame.c (make_frame): Use allocate_frame.
4649
4650 * window.c (make_window, make_dummy_parent): Use allocate_window.
4651 (Fcurrent_window_configuration): Use allocate_other_vector.
4652
4653 * lisp.h (allocate_vectorlike): Remove prototype.
4654 (allocate_vector, allocate_other_vector, allocate_frame)
4655 (allocate_window, allocate_process, allocate_hash_table):
4656 Add prototypes.
4657
4658 * fns.c (Fdelete, larger_vector): Use allocate_vector.
4659 (make_hash_table, copy_hash_table): Use allocate_hash_table.
4660
4661 2001-02-27 Kenichi Handa <handa@etl.go.jp>
4662
4663 * coding.c (ccl_coding_driver): If ccl->eight_bit_control is zero,
4664 treat the produced bytes as a valid multibyte sequence.
4665
4666 * ccl.c (CCL_WRITE_MULTIBYTE_CHAR): New macro.
4667 (ccl_driver) <CCL_WriteMultibyteChar2>:
4668 Use CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
4669 <ccl_finish>: Set ccl->eight_bit_control properly.
4670
4671 * ccl.h (struct ccl_program): New member eight_bit_control.
4672
4673 2001-02-26 Stefan Monnier <monnier@cs.yale.edu>
4674
4675 * keymap.c (Faccessible_keymaps): Pass `is_metized' to
4676 accessible_keymaps_char_table.
4677 (accessible_keymaps_char_table): Obey `is_metized'.
4678 (where_is_internal, Fwhere_is_internal): Don't confuse int and
4679 Lisp_Object.
4680
4681 2001-02-26 Gerd Moellmann <gerd@gnu.org>
4682
4683 * dispnew.c: Check HAVE_TERM_H before including term.h.
4684
4685 2001-02-24 Andrew Innes <andrewi@gnu.org>
4686
4687 * makefile.w32-in: Update copyright notice.
4688
4689 2001-02-24 Stefan Monnier <monnier@cs.yale.edu>
4690
4691 * keymap.c (where_is_internal): Accept non-ascii integer prefixes.
4692
4693 2001-02-24 Kenichi Handa <handa@etl.go.jp>
4694
4695 * Makefile.in (lisp): Add international/utf-8.elc.
4696
4697 * fontset.c (Fnew_fontset): Fix handling of the case that an
4698 element of FONTLIST is a cons of family and registry.
4699
4700 2001-02-23 Jason Rumney <jasonr@gnu.org>
4701
4702 * w32fns.c (Fx_create_frame): Don't add FRAME_TOOL_BAR_LINES
4703 to height unconditionally.
4704
4705 * w32term.c (x_set_glyph_string_background_width): Extend the
4706 background face to the end of the drawing area in the text area, only.
4707 (x_insert_glyphs): Call window_box_left to obtain the left
4708 x-coordinate of the area to shift.
4709
4710 * w32menu.c (set_frame_menubar): Run activate-menu-bar-hook with
4711 safe_run_hooks.
4712
4713 2001-02-22 Andrew Innes <andrewi@gnu.org>
4714
4715 * makefile.nt ($(BLD)\dired.obj): Remove reference to VMS header files.
4716 ($(BLD)\dispnew.obj):
4717 ($(BLD)\editfns.obj):
4718 ($(BLD)\fileio.obj):
4719 ($(BLD)\filelock.obj):
4720 ($(BLD)\keyboard.obj):
4721 ($(BLD)\w32proc.obj):
4722 ($(BLD)\process.obj):
4723 ($(BLD)\sysdep.obj): Ditto.
4724
4725 * makefile.w32-in ($(BLD)/dired.$(O)): Remove reference to VMS
4726 header files.
4727 ($(BLD)/dispnew.$(O)):
4728 ($(BLD)/editfns.$(O)):
4729 ($(BLD)/fileio.$(O)):
4730 ($(BLD)/filelock.$(O)):
4731 ($(BLD)/keyboard.$(O)):
4732 ($(BLD)/w32proc.$(O)):
4733 ($(BLD)/process.$(O)):
4734 ($(BLD)/sysdep.$(O)): Ditto.
4735
4736 2001-02-22 Gerd Moellmann <gerd@gnu.org>
4737
4738 * xdisp.c (forward_to_next_line_start): When taking the shortcut
4739 at the start of the function, check that the \n in it->c is
4740 from the iterator's current position.
4741
4742 * xdisp.c (handle_single_display_prop): Add parameter
4743 DISPLAY_REPLACED_BEFORE_P. If it is non-zero ignore display
4744 properties which replace the display of text with something else.
4745 (handle_display_prop): Call handle_single_display_prop with
4746 additional argument saying if we already replaced text display
4747 with something else. Use AREF.
4748 (with_echo_area_buffer_unwind_data, display_menu_bar)
4749 (decode_mode_spec_coding): Use AREF and ASIZE.
4750
4751 * vms-pp.c, vmsdir.h, vmsmap.c, vmsproc.h, vms-pp.trans, vmsfns.c,
4752 * vmspaths.h, vmstime.c, vms-pwd.h, vmsgmalloc.c, vmsproc.c,
4753 * vmstime.h: Files removed.
4754
4755 * unexencap.c, unexfx2800.c: Files removed.
4756
4757 * dispnew.c (direct_output_for_insert): Give up if we are showing
4758 a message or just cleared the message because we might need to
4759 resize the echo area window or display an empty echo area.
4760
4761 2001-02-21 Gerd Moellmann <gerd@gnu.org>
4762
4763 * xdisp.c (redisplay_internal): Do the
4764 mark_window_display_accurate after all windows have been
4765 redisplayed because this call resets flags in buffers which are
4766 needed for proper redisplay.
4767
4768 * keyboard.c, minibuf.c, lread.c, fns.c, eval.c:
4769 Use display_hourglass_p, start_hourglass, cancel_hourglass instead of
4770 the old names.
4771
4772 * w32term.h (struct x_output): Rename busy_cursor to hourglass_cursor,
4773 busy_window to hourglass_window, busy_p to hourglass_p.
4774
4775 * msdos.h (struct x_output): Rename busy_window to
4776 hourglass_window, busy_p to hourglass_p.
4777
4778 * xterm.h (struct x_output): Rename busy_cursor to hourglass_cursor,
4779 busy_window to hourglass_window, busy_p to hourglass_p.
4780
4781 * xfns.c: Rename everything containing *busy_cursor* and similar
4782 to *hourglass*.
4783 (syms_of_w32fns): Rename x-busy-pointer-shape to
4784 x-hourglass-pointer-shape, display-busy-cursor to
4785 display-hourglass, busy-cursor-delay to hourglass-delay.
4786
4787 * w32fns.c: Rename everything containing *busy_cursor* and similar
4788 to *hourglass*.
4789 (syms_of_w32fns): Rename x-busy-pointer-shape to
4790 x-hourglass-pointer-shape, display-busy-cursor to
4791 display-hourglass, busy-cursor-delay to hourglass-delay.
4792
4793 * xterm.c (XTread_socket): Test x_output's hourglass_p instead
4794 of its busy_p flag.
4795
4796 * dispextern.h (start_hourglass, cancel_hourglass)
4797 (display_hourglass_p): Renamed from *busy_cursor*.
4798
4799 2001-02-20 Gerd Moellmann <gerd@gnu.org>
4800
4801 * keyboard.c (read_char): When an event from unread-command-events
4802 is from the tool or menu bar, set *USE_MOUSE_MENU to 1.
4803
4804 * window.c (Fwindow_end): Handle case that WINDOW's buffer is not
4805 equal to the current buffer.
4806
4807 * xdisp.c (setup_echo_area_for_printing): Set truncate_lines to
4808 nil, otherwise we're left with truncate_lines t when a message
4809 is printed with message-truncate-lines bound to t.
4810
4811 2001-02-19 Gerd Moellmann <gerd@gnu.org>
4812
4813 * window.c (Fmove_to_window_line): Undo last change.
4814 (displayed_window_lines): Call line_bottom_y to determine
4815 the line's bottom position.
4816
4817 * dispextern.h (line_bottom_y): Add prototype.
4818
4819 * xdisp.c (line_bottom_y): New function extracted from pos_visible_p.
4820 (pos_visible_p): Use it.
4821
4822 * keyboard.c (recursive_edit_1): Bind `inhibit-redisplay' and
4823 set redisplaying_p to 0 here instead of in Frecursive_edit.
4824 (Frecursive_edit): Don't bind `inhibit-redisplay' and don't
4825 set redisplaying_p.
4826
4827 * xdisp.c (Qinhibit_menubar_update, inhibit_menubar_update):
4828 New variables.
4829 (syms_of_xdisp): Initialize new variables.
4830 (update_menu_bar): Do nothing if inhibit_menubar_update is set.
4831 Specbind `inhibit-menubar-update' when updating the menu bar.
4832
4833 * xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
4834 safe_run_hooks.
4835
4836 * xdisp.c (update_menu_bar): Run activate-menu-bar-hook with
4837 safe_run_hooks.
4838
4839 * emacs.c (malloc_initialize_hook): Handle case thet `environ'
4840 is null.
4841
4842 * ralloc.c (__morecore) [!SYSTEM_MALLOC]: Move declaration
4843 to the start of the file.
4844
4845 2001-02-16 Gerd Moellmann <gerd@gnu.org>
4846
4847 * window.c (set_window_buffer): Fix last change.
4848
4849 * window.c (set_window_buffer): Set window's vscroll to 0.
4850
4851 * window.c (coordinates_in_window): Increase width of area
4852 where the vertical line can be dragged.
4853
4854 * xterm.c (x_set_glyph_string_background_width): Extend the
4855 background face to the end of the drawing area in the text
4856 area, only.
4857
4858 * xdisp.c (handle_single_display_prop): Set iterator's position
4859 to where the `display' property starts, like for images.
4860 (dump_glyph): New function.
4861 (dump_glyph_row): Use it. Dump info about marginal areas.
4862
4863 * dispnew.c (direct_output_for_insert): Recognize more cases where
4864 glyphs can be written instead of being inserted.
4865
4866 * xterm.c (x_insert_glyphs): Call window_box_left to obtain
4867 the left x-coordinate of the area to shift.
4868
4869 * dired.c (directory_files_internal): Set result list to nil
4870 before retrying.
4871
4872 2001-02-15 Kenichi Handa <handa@etl.go.jp>
4873
4874 * ccl.c (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
4875 invalid multibyte sequence, treat *SRC as a character of
4876 eight-bit-graphic.
4877
4878 2001-02-15 Eli Zaretskii <eliz@is.elta.co.il>
4879
4880 * textprop.c (Fset_text_properties): Doc fix.
4881
4882 2001-02-15 Gerd Moellmann <gerd@gnu.org>
4883
4884 * dispnew.c (update_text_area): Undo change of 2001-01-12.
4885
4886 2001-02-14 Dave Love <fx@gnu.org>
4887
4888 * coding.c: Doc and message fixes.
4889
4890 2001-02-14 Andrew Innes <andrewi@gnu.org>
4891
4892 * w32fns.c (w32_wnd_proc) <WM_GETMINMAXINFO>: Allow resizing the
4893 Emacs frame above the screen size.
4894
4895 2001-02-14 Gerd Moellmann <gerd@gnu.org>
4896
4897 * xdisp.c (reseat_1): Set iterator's end_charpos to ZV.
4898
4899 2001-02-13 Gerd Moellmann <gerd@gnu.org>
4900
4901 * insdel.c (del_range_1, del_range_byte, del_range_both): Handle
4902 case that TO ends up beyond ZV after running before-change-functions.
4903
4904 * window.c (window_loop) <GET_BUFFER_WINDOW>: Prefer to return
4905 the selected window if it is showing the buffer in question.
4906
4907 * dired.c (directory_files_internal): Initialize errno.
4908 (toplevel): Include errno.h.
4909
4910 2001-02-13 Kenichi Handa <handa@etl.go.jp>
4911
4912 * xfaces.c (best_matching_font): New parameter width_ratio.
4913 Multiply avgwidth by width_ratio.
4914 (choose_face_font): Call best_matching_font with width_ratio
4915 calculated from the column width of C.
4916
4917 2001-02-12 Andrew Innes <andrewi@gnu.org>
4918
4919 The following changes are to draw box lines inside characters area
4920 if line-width is negative.
4921
4922 * w32term.c (x_produce_image_glyph): Pay attention to the case that
4923 face->box_line_width is negative.
4924 (x_produce_stretch_glyph): Likewise.
4925 (x_produce_glyphs): Likewise.
4926 (x_estimate_mode_line_height): Likewise.
4927 (x_draw_glyph_string_background): Likewise.
4928 (x_draw_glyph_string_foreground): Likewise.
4929 (x_draw_composite_glyph_string_foreground): Likewise.
4930 (x_draw_glyph_string_box): Likewise.
4931 (x_draw_image_foreground): Likewise.
4932 (x_draw_image_relief): Likewise.
4933 (x_draw_image_foreground_1): Likewise.
4934 (x_draw_image_glyph_string): Likewise.
4935
4936 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4937
4938 The following changes are to draw box lines inside characters area
4939 if line-width is negative.
4940
4941 * xterm.c (x_produce_image_glyph): Pay attention to the case that
4942 face->box_line_width is negative.
4943 (x_produce_stretch_glyph): Likewise.
4944 (x_produce_glyphs): Likewise.
4945 (x_estimate_mode_line_height): Likewise.
4946 (x_draw_glyph_string_background): Likewise.
4947 (x_draw_glyph_string_foreground): Likewise.
4948 (x_draw_composite_glyph_string_foreground): Likewise.
4949 (x_draw_glyph_string_box): Likewise.
4950 (x_draw_image_foreground): Likewise.
4951 (x_draw_image_relief): Likewise.
4952 (x_draw_image_foreground_1): Likewise.
4953 (x_draw_image_glyph_string): Likewise.
4954
4955 * xfaces.c (Finternal_set_lisp_face_attribute): The value of :box
4956 and :line-width can be negative.
4957 (realize_x_face): The value of attrs[LFACE_BOX_INDEX] can be negative.
4958
4959 2001-02-09 Jason Rumney <jasonr@gnu.org>
4960
4961 * w32term.c (w32_encode_char): Treat eight bit graphic and control
4962 characters the same as ASCII and latin-1.
4963 (x_display_and_set_cursor): Check for the focus frame's selected
4964 window instead of selected_window.
4965 (x_after_update_window_line): Don't clear if frame's internal
4966 border width is zero.
4967 (x_new_font): Don't change a tooltip's size.
4968 (w32_initialize): Set char_ins_del_ok to 1.
4969
4970 * w32fns.c (Fx_show_tip): Fix calls to make_number.
4971 (x_set_font): If font hasn't changed, avoid recomputing
4972 faces and other things.
4973 (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only,
4974 (Fx_create_frame): Add the tool bar height to the frame height.
4975 (x_create_tip_frame): Prevent changing the tooltip's
4976 background color by specifying a color for the default font
4977 in .Xdefaults.
4978 (Qcancel_timer): New variable.
4979 (syms_of_w32fns): Initialize and staticpro it.
4980 (Fx_hide_tip, Fx_show_tip): Use it.
4981 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
4982 the timer.
4983 (toplevel): Lisp code for generating parts of syms_of_w32fns removed.
4984
4985 * w32.c (init_environment): Duplicate local string before putenv.
4986
4987 2001-02-09 ShengHuo ZHU <zsh@cs.rochester.edu>
4988
4989 * charset.c (Fstring): A typo.
4990
4991 2001-02-09 Kenichi Handa <handa@etl.go.jp>
4992
4993 * charset.c (Fstring): If all arguments are less than 256, return
4994 a unibyte string.
4995
4996 * editfns.c (Fchar_to_string): If CHARACTER is less than 256,
4997 return a unibyte string.
4998
4999 * coding.c (code_convert_region): After detecting a coding, if
5000 nothing found, set coding->composing to COMPOSITION_NO.
5001 (decode_coding_string): Likewise.
5002
5003 2001-02-08 Stefan Monnier <monnier@cs.yale.edu>
5004
5005 * w32term.c (w32_set_scroll_bar_thumb): Use `double' for `range'
5006 to avoid overflow.
5007
5008 2001-02-07 Kenichi Handa <handa@etl.go.jp>
5009
5010 * charset.c (parse_str_to_multibyte): New function.
5011
5012 * charset.h (parse_str_to_multibyte): Extern it.
5013
5014 * print.c (print_string): If we are going to print a unibyte
5015 string into a multibyte buffer, convert the string to multibyte by
5016 str_to_multibyte.
5017
5018 2001-02-06 Andrew Innes <andrewi@gnu.org>
5019
5020 * w32xfns.c (select_palette): Do nothing if palette hasn't yet
5021 been created. It seems we can get sent window messages such as
5022 WM_ERASEBKGND before we properly update a frame.
5023
5024 2001-02-06 Gerd Moellmann <gerd@gnu.org>
5025
5026 * dispnew.c (update_frame_line): Rename parameter FRAME to F.
5027 Avoid some unnecessary cursor positioning.
5028
5029 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5030
5031 * xfaces.c (split_font_name): Compute numeric value of XLFD_AVGWIDTH.
5032 (LFACE_AVGWIDTH): New macro.
5033 (LFACEP): Use AREF.
5034 (check_lface_attrs): Check LFACE_AVGWIDTH.
5035 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
5036 (set_lface_from_font_name): Set LFACE_AVGWIDTH.
5037 (merge_face_vectors): Check LFACE_AVGWIDTH.
5038 (Finternal_make_lisp_face): Use AREF.
5039 (xm_set_menu_resources_from_menu_face)
5040 (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH.
5041 (Finternal_lisp_face_empty_p): Use AREF.
5042 (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH.
5043 (better_font_p, exact_face_match_p): Add parameter AVGWIDTH.
5044 Compare average widths..
5045 (best_matching_font): Arrange for comparing average widths.
5046
5047 * dispextern.h (enum lface_attribute_index):
5048 Add LFACE_AVGWIDTH_INDEX (invisible from Lisp).
5049
5050 2001-02-05 Dave Love <fx@gnu.org>
5051
5052 * puresize.h: Revert last change following loadup.el change.
5053
5054 2001-02-05 Andrew Innes <andrewi@gnu.org>
5055
5056 * makefile.w32-in ($(EMACS)): Use $(THISDIR) instead of . in
5057 invocation of temacs, to work with Windows 2000.
5058 (bootstrap-emacs): Ditto.
5059
5060 2001-02-05 Gerd Moellmann <gerd@gnu.org>
5061
5062 * xterm.c (x_display_and_set_cursor): Check for the focus
5063 frame's selected window instead of selected_window.
5064
5065 * xdisp.c (try_scrolling): If point is in the line below the
5066 window, make sure to move the iterator at least a canonical
5067 char height down.
5068
5069 * window.c (Fmove_to_window_line): Don't add 1 if window is vscrolled.
5070
5071 2001-02-05 Kenichi Handa <handa@etl.go.jp>
5072
5073 * ccl.c (CCL_WRITE_CHAR): Check if CH is valid or not.
5074 If invalid, execute CCL_INVALID_CMD.
5075 (ccl_driver): If the CCL program is terminated because of
5076 CCL_STAT_INVALID_CMD, copy the remaining source data to the
5077 destination instead of throwing them away.
5078
5079 2001-02-02 Gerd Moellmann <gerd@gnu.org>
5080
5081 * xfns.c (x_set_font): If font hasn't changed, avoid recomputing
5082 faces and other things.
5083
5084 * xdisp.c (get_next_display_element): Fix case of empty
5085 display table entry.
5086
5087 2001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5088
5089 * editfns.c (Fconstrain_to_field): Doc fix.
5090
5091 * xfaces.c (Fclear_face_cache): Rename the `thorougly' argument
5092 into `thoroughly', to make it consistent with the doc string.
5093
5094 * window.c (Fenlarge_window, Fshrink_window): Doc fix.
5095
5096 2001-02-01 Gerd Moellmann <gerd@gnu.org>
5097
5098 * search.c (search_buffer): Call set_search_regs with a byte
5099 position, not a character position.
5100
5101 * xfns.c (x_set_tool_bar_lines): Do nothing if frame is
5102 minibuffer-only,
5103
5104 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
5105
5106 * frame.c (Fmodify_frame_parameters): Doc fix.
5107
5108 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5109
5110 * frame.h (EMACS_FRAME_H_INCLUDED): Use an include blocker
5111 identifier which is not reserved by Standard C.
5112
5113 * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.
5114
5115 * window.c (enum window_part): New enumeration.
5116 (Qleft_fringe, Qright_fringe): Replace Qleft_bitmap_area and
5117 Qright_bitmap_area.
5118 (coordinates_in_window): Return an enumerator from enum
5119 window_part. Fix handling of right scroll bar.
5120 (Fcoordinates_in_window_p): Doc fix. Return `left-fringe' and
5121 `right-fringe' instead of `left-bitmap-area' and
5122 `right-bitmap-area'. Use enumerators from enum window_part
5123 instead of hard-coded integers.
5124 (check_window_containing, window_from_coordinates):
5125 Use enumerators from enum window_part instead of hard-coded integers.
5126 (syms_of_window): Replace Qleft_bitmap_area and
5127 Qright_bitmap_area.with Qleft_fringe and Qright_fringe.
5128
5129 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
5130
5131 * editfns.c (Fformat_time_string): Doc fix.
5132
5133 2001-01-31 Stefan Monnier <monnier@cs.yale.edu>
5134
5135 * keymap.c (Fwhere_is_internal): Use the first valid binding
5136 if no ascii binding is found (when firstonly is t).
5137
5138 2001-01-31 Gerd Moellmann <gerd@gnu.org>
5139
5140 * window.c (Fscroll_right, Fscroll_left): Use interactive_p
5141 instead of Finteractive_p.
5142
5143 * lisp.h (interactive_p): Add prototype.
5144
5145 * eval.c (interactive_p): New function.
5146 (Finteractive_p): Use it.
5147
5148 * alloc.c (Fmake_list): Add a QUIT in the loop; unroll the loop.
5149
5150 2001-01-31 Dave Love <fx@gnu.org>
5151
5152 * .gdbinit (hook-run): Define to run xreload.
5153
5154 * textprop.c (Fset_text_properties): Fix newline in doc string.
5155
5156 2001-01-30 Gerd Moellmann <gerd@gnu.org>
5157
5158 * xdisp.c (build_desired_tool_bar_string, syms_of_xdisp):
5159 Use DEFAULT_TOOL_BAR_BUTTON_MARGIN and DEFAULT_TOOL_BAR_BUTTON_RELIEF.
5160
5161 * dispextern.h (Vtool_bar_button_margin:): Declare extern.
5162 (DEFAULT_TOOL_BAR_BUTTON_MARGIN, DEFAULT_TOOL_BAR_BUTTON_RELIEF)
5163 (DEFAULT_TOOL_BAR_IMAGE_HEIGHT): New defines.
5164
5165 * xfns.c (Fx_create_frame): Add the tool bar height to the frame
5166 height.
5167
5168 2001-01-30 Dave Love <fx@gnu.org>
5169
5170 * bytecode.c (Fbyte_code) <Bgeq>: Add BEFORE_POTENTIAL_GC and
5171 AFTER_POTENTIAL_GC.
5172
5173 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5174
5175 * bytecode.c (Fbyte_code) <Bcurrent_column>:
5176 Add BEFORE_POTENTIAL_GC and AFTER_POTENTIAL_GC.
5177
5178 2001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
5179
5180 * textprop.c (Fset_text_properties): Doc fix.
5181
5182 2001-01-29 Gerd Moellmann <gerd@gnu.org>
5183
5184 * xdisp.c (forward_to_next_line_start): Remove xassert.
5185
5186 2001-01-29 Jason Rumney <jasonr@gnu.org>
5187
5188 * w32term.c (x_draw_row_bitmaps): Delay obtaining HDC to avoid
5189 returning without releasing it.
5190
5191 2001-01-29 Kenichi Handa <handa@etl.go.jp>
5192
5193 * w32fns.c (w32_font_match): Allocate three more bytes to regex
5194 for '^', '$', and '\0'.
5195
5196 2001-01-28 Andrew Choi <akochoi@i-cable.com>
5197
5198 * fontset.c (fontset_pattern_regexp): Allocate three more bytes to
5199 regex for '^', '$', and '\0'.
5200
5201 * alloc.c (allocate_string) [macintosh]: Call check_string_bytes
5202 only if current_sblock has been initialized.
5203
5204 * frame.c (Fdelete_frame) [macintosh]: Allow deletion of initial
5205 terminal frame even if it is the only visible frame.
5206
5207 2001-01-28 Kenichi Handa <handa@etl.go.jp>
5208
5209 * fontset.c (font_family_registry): Even if FONTNAME conform to
5210 XLFD, if it specifies other fields than family and registry,
5211 return FONTANME. New argument FORCE if nonzero cancel that feature.
5212 (fontset_font_pattern): Call font_family_registry with FORCE 1 for
5213 a signle byte character. Don't set FAMILY part to nil here.
5214 It is handled by the caller choose_face_font.
5215 (Fnew_fontset): Call font_family_registry with FORCE 0.
5216 (Fset_fontset_font): Likewise.
5217
5218 2001-01-27 Gerd Moellmann <gerd@gnu.org>
5219
5220 * xdisp.c (display_line): Don't treat a newline as fitting
5221 on the line.
5222
5223 2001-01-26 Gerd Moellmann <gerd@gnu.org>
5224
5225 * window.c (size_window): Set the window's orig_top to nil when
5226 changing heights, so that a future shrink_mini_window won't
5227 restore a bogus height.
5228
5229 * frame.c (do_switch_frame): If selected frame has a mini-window,
5230 resize that to exact size.
5231
5232 * dispnew.c (adjust_glyph_matrix): Always clear desired matrices.
5233
5234 * xdisp.c (display_line): Simplify check for glyphs fitting
5235 entirely in the line.
5236
5237 * xfns.c (xic_style): New variable.
5238 (create_frame_xic): Move static variable to global scope for
5239 the case that `static' gets defined away.
5240
5241 2001-01-26 Kenichi Handa <handa@etl.go.jp>
5242
5243 * coding.c (decode_coding): Set a flag for inhibiting
5244 inconsistent eol.
5245 (code_convert_region): Always set saved_coding_symbol.
5246 (decode_coding_string): Likewise. Update coding->symbol when we
5247 encounter a inconsistent eol by the same way as code_convert_region.
5248
5249 2001-01-25 Gerd Moellmann <gerd@gnu.org>
5250
5251 * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of
5252 XClearArea.
5253
5254 * xterm.c (x_after_update_window_line): Don't clear if frame's
5255 internal border width is zero.
5256 (x_clear_area): New function.
5257 (x_after_update_window_line, x_clear_end_of_line)
5258 (x_scroll_bar_create, x_scroll_bar_set_handle)
5259 (XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
5260 instead of XClearArea.
5261
5262 * xterm.h (x_clear_area): Add prototype.
5263
5264 * xfns.c (Fx_file_dialog): Remove a workaround for Lesstif
5265 which doesn't seem necessary anymore with Lesstif 0.92.
5266
5267 2001-01-25 Dave Love <fx@gnu.org>
5268
5269 * puresize.h (BASE_PURESIZE): Up to 720000.
5270
5271 * keymap.c (Fwhere_is_internal): Declare gcpro3, gcpro4.
5272
5273 2001-01-25 Gerd Moellmann <gerd@gnu.org>
5274
5275 * xdisp.c (echo_area_display): Don't call redisplay_internal
5276 when Emacs is shutting down. We can't run hooks etc. that
5277 would be necessary to do a redisplay.
5278
5279 * lread.c (read_integer): Use type EMACS_INT instead of int.
5280
5281 2001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5282
5283 * ccl.c (ccl_driver): Fix last change.
5284
5285 2001-01-25 Kenichi Handa <handa@etl.go.jp>
5286
5287 * ccl.h (sturct ccl_program): New member suppress_error.
5288
5289 * ccl.c (ccl_driver): If ccl->suppress_error is nonzero, don't
5290 insert error message to the output.
5291 (setup_ccl_program): Initialize ccl->suppress_error to 0.
5292
5293 * coding.h (struct coding_system): New member suppress_error.
5294
5295 * coding.c (ccl_coding_driver): Setup ccl->suppress_error.
5296 (Fset_terminal_coding_system_internal): Set the member
5297 suppress_error to 1.
5298 (Fset_safe_terminal_coding_system_internal): Likewise.
5299
5300 2001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5301
5302 * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
5303 as if it was a `charset'.
5304
5305 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5306
5307 * keymap.c (Fwhere_is_internal): Don't nreverse the cached
5308 value in where_is_cache; the next lookup in the cache returns
5309 something bogus if we do.
5310
5311 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5312
5313 * xdisp.c (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr
5314 if HAVE_WINDOW_SYSTEM isn't defined.
5315
5316 2001-01-24 Gerd Moellmann <gerd@gnu.org>
5317
5318 * fns.c (sweep_weak_table): Fix code taking items out of
5319 the hash collision chain. Some cleanup.
5320
5321 * xterm.c (x_new_font): Don't change a tooltip's size.
5322
5323 * xfns.c (x_create_tip_frame): Prevent changing the tooltip's
5324 background color by specifying a color for the default font
5325 in .Xdefaults.
5326
5327 2001-01-24 Kenichi Handa <handa@etl.go.jp>
5328
5329 * ccl.c (CCL_READ_CHAR): Change the argument name from r to REG as
5330 a workaround for SunOS 4's cc.
5331 (CCL_CALL_FOR_MAP_INSTRUCTION): Use "if (1)..." not "do {...".
5332 (CCL_SUCCESS, CCL_SUSPEND, CCL_INVALID_CMD): Likewise.
5333 (ccl_driver) <CCL_ReadMultibyteChar2>: Remove unnecessay "do"
5334 statement.
5335
5336 2001-01-23 Gerd Moellmann <gerd@gnu.org>
5337
5338 * xterm.c (x_set_window_size_1): New function extracted from
5339 x_set_window_size.
5340 (x_set_window_size): Use it.
5341 (x_set_window_size) [USE_X_TOOLKIT]: Handle case that window
5342 doesn't have a widget, like tooltips.
5343
5344 2001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * window.c (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
5347
5348 2001-01-23 Kenichi Handa <handa@etl.go.jp>
5349
5350 * fns.c (Fset_char_table_default): Fix to make sub char-table
5351 correctly.
5352
5353 2001-01-22 Gerd Moellmann <gerd@gnu.org>
5354
5355 * xdisp.c (build_desired_tool_bar_string): Make sure we have
5356 a desired tool bar string, even if there are no tool bar items.
5357
5358 * xdisp.c (Ftool_bar_lines_needed): New function.
5359 (syms_of_xdisp): Defsubr it.
5360
5361 * editfns.c (Fformat): Don't extend text properties from arguments
5362 to padding chars in the result.
5363
5364 2001-01-20 Eli Zaretskii <eliz@is.elta.co.il>
5365
5366 * s/msdos.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
5367
5368 2001-01-20 Andrew Innes <andrewi@gnu.org>
5369
5370 * w32term.c (w32_ring_bell): Only support visible bell on w32 frames.
5371 (w32_initialize): Don't set term hooks that aren't actually needed
5372 in windowed mode.
5373
5374 * xfaces.c (realize_default_face):
5375 (realize_face):
5376 (realize_tty_face): Remove references to FRAME_W32_CONSOLE_P.
5377
5378 * xdisp.c (handle_single_display_prop): Remove references to
5379 FRAME_W32_CONSOLE_P.
5380
5381 * dispnew.c (Fredraw_frame): Remove reference to FRAME_W32_CONSOLE_P.
5382
5383 * frame.h (output_method): Remove output_w32_console method.
5384 (FRAME_W32_CONSOLE_P): Remove macro.
5385
5386 * frame.c (Qw32_console): Remove variable.
5387 (Fframep): Remove references to it.
5388 (syms_of_frame): Ditto.
5389 (Fframe_parameters): Remove references to FRAME_W32_CONSOLE_P.
5390
5391 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Reinstate original
5392 redefinition.
5393
5394 2001-01-20 Kenichi Handa <handa@etl.go.jp>
5395
5396 * editfns.c (Fformat): Use lisp_string_width instead of strwidth.
5397
5398 2001-01-19 Andrew Innes <andrewi@gnu.org>
5399
5400 * w32.c (init_environment): Add a version-independent site-lisp
5401 directory to EMACSLOADPATH, after the version dependent one.
5402
5403 2001-01-19 Gerd Moellmann <gerd@gnu.org>
5404
5405 * editfns.c (Fbuffer_substring): Doc fix.
5406
5407 * xdisp.c (message_dolog, message2, message2_nolog):
5408 Rename parameter LEN to NBYTES.
5409
5410 2001-01-19 Kenichi Handa <handa@etl.go.jp>
5411
5412 * charset.c (strwidth): Use c_string_width.
5413 (c_string_width): New function.
5414 (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES.
5415 Caller changed.
5416
5417 * charset.h (c_string_width, lisp_string_width): Extern them.
5418
5419 * doprnt.c (doprnt1): Get byte length of Lisp string correctly.
5420
5421 * indent.c (check_composition): Check validity of composition.
5422
5423 * xdisp.c (store_frame_title): Pay attention to width of non-ASCII
5424 characters by calling c_string_width.
5425 (x_consider_frame_title): Get byte length of frame tile string
5426 correctly.
5427 (display_mode_element): Pay attention to width of non-ASCII
5428 characters by calling strwidth.
5429
5430 2001-01-18 Gerd Moellmann <gerd@gnu.org>
5431
5432 * xfns.c (Qcancel_timer): New variable.
5433 (syms_of_xfns): Initialize and staticpro it.
5434 (Fx_hide_tip, Fx_show_tip): Use it.
5435 (Fx_show_tip): Make sure to set tip_timer to nil when canceling
5436 the timer.
5437 (toplevel): Lisp code for generating parts of syms_of_xfns removed.
5438
5439 * window.c (Fwindow_live_p): Use WINDOW_LIVE_P.
5440
5441 * window.h (WINDOW_LIVE_P): New macro.
5442
5443 * window.c (window_size_fixed): New variable.
5444 (syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for
5445 the doc string.
5446
5447 * eval.c (specbind): If binding a per-buffer variable which
5448 doesn't have a buffer-local value in the current buffer, change
5449 the global value by changing the value of the symbol bound in all
5450 buffers not having their own value, to make it consistent with
5451 what happens with other buffer-local variables.
5452
5453 * xterm.c (x_initialize): Set char_ins_del_ok to 1.
5454
5455 * xdisp.c (forward_to_next_line_start): Stop at end of buffer
5456 when searching for a newline.
5457
5458 2001-01-18 Kenichi Handa <handa@etl.go.jp>
5459
5460 * xdisp.c (display_string): Fix previous change.
5461
5462 2001-01-18 Jason Rumney <jasonr@gnu.org>
5463
5464 * w32term.c (x_produce_stretch_glyph): Only use Qspace when
5465 GLYPH_DEBUG is defined.
5466 (x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't
5467 true for images with `:ascent 100'.
5468 (x_set_mouse_face_gc): If the last used mouse face has gone in the
5469 meantime, use face MOUSE_FACE_ID.
5470 If first glyph isn't a character glyph, use the ASCII NUL
5471 character to determine the face.
5472 (expose_area): Do not treat left margin specially.
5473 (note_mode_line_highlight): If no local_map, check global keymap.
5474 (note_mouse_highlight): Initialize overlay.
5475 (clear_mouse_face): Don't return if tip_frame is non-nil.
5476 (show_scroll_bars): Remove unused function.
5477 (w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil.
5478 (x_draw_bar_cursor): Remove extra test for out of bounds cursor.
5479 Clip to row.
5480 (x_erase_phys_cursor): Don't apply XWINDOW to variable that may be nil.
5481 (x_free_frame_resources): Unload relief colors.
5482
5483 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5484
5485 * xdisp.c (forward_to_next_line_start): Avoid calling
5486 get_next_display_element when the newline is already found.
5487 This may change the iterator's position, when its current position is
5488 equal to the iterator's stop_charpos.
5489
5490 * dispnew.c (direct_output_for_insert): If char_ins_del_ok is
5491 zero, use this method only at the end of a line.
5492
5493 * xfaces.c (x_face_list_fonts): Don't BLOCK_INPUT around the
5494 call to x_list_fonts. Call x_list_fonts with SIZE -1 only
5495 if SCALABLE_FONTS_P is set.
5496
5497 * xfaces.c (x_face_list_fonts): Call x_list_fonts with SIZE -1,
5498 so that scalable fonts are included.
5499
5500 * xterm.c (x_list_fonts): Allow scalable fonts if SIZE is < 0,
5501 In the cache, use a key containing the information if scalable
5502 fonts are included.
5503 (x_load_font): Adapt to change of keys in the font cache.
5504
5505 2001-01-17 Kim F. Storm <storm@filanet.dk>
5506
5507 * xfaces.c (x_face_list_fonts): Use x_list_fonts instead of
5508 XListFonts to take advantage of font caching.
5509
5510 * xterm.c (x_list_fonts): Ensure caching font information when
5511 called for a null frame, which is the case frequently when Emacs
5512 starts.
5513
5514 2001-01-17 Gerd Moellmann <gerd@gnu.org>
5515
5516 * xfns.c (QCconversion): Replaces QCalgorithm.
5517
5518 * w32fns.c (QCconversion): Replaces QCalgorithm. Update copyright.
5519
5520 * xdisp.c (build_desired_tool_bar_string): Use :conversion instead
5521 of :algorithm.
5522
5523 * xdisp.c (redisplay_tool_bar): Change tool bar's height when
5524 not everything could be displayed.
5525
5526 * line.h, x-list-font.c: Files removed because unused.
5527
5528 2001-01-17 Andrew Innes <andrewi@gnu.org>
5529
5530 * dired.c (directory_files_internal): Convert result from readdir
5531 to a unibyte string initially, to avoid possible misinterpretation
5532 of some bytes as the internal form of Emacs characters.
5533
5534 2001-01-17 Kenichi Handa <handa@etl.go.jp>
5535
5536 * fns.c (concat): Be sure to avoid putting the same `composition'
5537 property on the adjacent regions.
5538
5539 2001-01-16 Gerd Moellmann <gerd@gnu.org>
5540
5541 * window.c (Fset_window_hscroll): Don't set window's min_hscroll here.
5542 (Fscroll_right, Fscroll_left): Set it here instead, if called
5543 interactively.
5544
5545 * buffer.c (Fset_buffer_modified_p): Set buffer's
5546 prevent_redisplay_optimizations_p flag.
5547
5548 * dispnew.c, callproc.c, fns.c, keyboard.c, process.c, sunfns.c,
5549 * sysdep.c, vmsproc.c, xselect.c: Call redisplay_preserve_echo_area
5550 with additional arg.
5551
5552 * dispextern.h, lisp.h (redisplay_preserve_echo_area):
5553 Change prototype.
5554
5555 * xdisp.c (redisplay_preserve_echo_area): Add parameter
5556 FROM_WHERE, for debugging.
5557
5558 2001-01-16 Kenichi Handa <handa@etl.go.jp>
5559
5560 * ccl.c (Fregister_ccl_program): Handle the return value of
5561 resolve_symbol_ccl_program correctly.
5562 (CCL_Extension): Fix typo (originally CCL_Extention). Caller changed.
5563
5564 2001-01-15 Gerd Moellmann <gerd@gnu.org>
5565
5566 * xterm.c (x_set_mouse_face_gc): If the last used mouse face
5567 has gone in the meantime, use face MOUSE_FACE_ID.
5568
5569 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]:
5570 If x_display_info_for_display returns null, don't try to close
5571 the display; we didn't open it.
5572
5573 * dispnew.c (save_or_restore_current_matrices): Function removed.
5574 (save_current_matrix, restore_current_matrix): New functions.
5575 (adjust_frame_glyphs_for_frame_redisplay): Use them to save and
5576 restore the frame's current matrix. Due to the glyph pointer
5577 setup done in adjust_glyph_matrix, there is no easy way to make
5578 saving the current matrix in the desired matrix generally correct,
5579 so don't try it.
5580
5581 2001-01-15 Kenichi Handa <handa@etl.go.jp>
5582
5583 * xdisp.c (insert_left_trunc_glyphs): Overwrite padding glyphs by
5584 truncation glyphs.
5585 (display_line): Optimize for wide characters.
5586 (display_string): Don't try to display a multi-column character
5587 partially. On ttys, produce more than one truncation glyph for
5588 multi-column characters that don't fit on the line.
5589
5590 2001-01-13 Kenichi Handa <handa@etl.go.jp>
5591
5592 * md5.c (WORDS_BIG_ENDIAN) [__BYTE_ORDER == __BIG_ENDIAN]:
5593 Define it instead of WORDS_BIGENDIAN. Caller changed.
5594
5595 2001-01-13 Jason Rumney <jasonr@gnu.org>
5596
5597 * w32fns.c (Fimage_size, image_ascent, lookup_image)
5598 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec)
5599 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
5600 (tiff_format, gif_format, gs_format): Adapt to change of image margins.
5601
5602 * w32term.c (x_produce_image_glyph, x_draw_image_foreground)
5603 (x_draw_image_relief, x_draw_image_foreground_1)
5604 (x_draw_image_glyph_string): Adapt to change of image margins.
5605
5606 * w32.c (init_environment, sys_shutdown, sys_pipe): Remove unused
5607 variables.
5608
5609 * w32bdf.c (search_file_line, get_cached_font_char)
5610 (cache_char_offset, create_offscreen_bitmap): Remove unused variables.
5611
5612 * w32inevt.c (w32_console_toggle_lock_key): Add parentheses.
5613
5614 * w32fns.c (x_to_w32_color, x_set_icon_name, xlfd_strip_height)
5615 (w32_list_synthesized_fonts, lookup_image, Fx_file_dialog)
5616 (Fw32_send_sys_command): Remove unused variables.
5617 (w32_msg_pump): Add parentheses.
5618
5619 * w32term.c (w32_fill_rect, w32_read_socket, x_bitmap_icon)
5620 (x_new_fontset, x_calc_absolute_position, x_iconify_frame):
5621 Add parentheses.
5622
5623 2001-01-12 Gerd Moellmann <gerd@gnu.org>
5624
5625 * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin.
5626 (build_desired_tool_bar_string): Handle Vtool_bar_button_margin
5627 being a pair of margins.
5628 (syms_of_xdisp): Change DEFVAR_INT of tool-bar-button-margins
5629 to DEFVAR_LISP. Extend doc.
5630
5631 * xfns.c (Fimage_size, image_ascent): Adapt to the change of image
5632 margins.
5633 (lookup_image): If `:margin MARGIN' is specified, and MARGIN is a
5634 pair of integers `(X . Y)', use X for the horizontal and Y for the
5635 vertical margin.
5636 (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR): New enumerator.
5637 (parse_image_spec): Check it.
5638 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
5639 (tiff_format, gif_format, gs_format):
5640 Use IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR for :margin.
5641
5642 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
5643 (x_draw_image_relief, x_draw_image_foreground_1)
5644 (x_draw_image_glyph_string): Adapt to the change of image margins.
5645
5646 * dispextern.h (struct image): Replace member `margin' with
5647 `hmargin' and `vmargin'.
5648
5649 * xdisp.c (Fdump_tool_bar_row) [GLYPH_DEBUG]: Add parameters ROW
5650 and GLYPHS.
5651
5652 * dispnew.c (update_text_area): Put code which decrements the
5653 stop position when the row's face extends to the end of the
5654 line in #if 0.
5655
5656 * xfns.c (x_set_mouse_color): Fix color allocation.
5657
5658 * keyboard.c: Call get_local_map with new argument list.
5659
5660 * intervals.c (get_local_map): Change TYPE to Lisp_Object.
5661
5662 * intervals.h (enum map_property): Removed.
5663 (get_local_map): Change prototype.
5664
5665 * keymap.c: Call get_local_map with new argument list.
5666 (Fwhere_is_internal): Rename parameter XKEYMAP to KEYMAP.
5667
5668 2001-01-11 Gerd Moellmann <gerd@gnu.org>
5669
5670 * xdisp.c (build_desired_tool_bar_string): Correct the computation
5671 of the size needed for the tool bar string. For the last image,
5672 use a `display' property that reaches to the end of the string.
5673
5674 * xselect.c (selection_request_dpyinfo): New variable.
5675 (x_handle_selection_request): Set it.
5676 (x_selection_request_lisp_error): Don't call
5677 x_decline_selection_request if selection request's display has
5678 been closed.
5679
5680 * xfaces.c (x_free_colors, x_free_dpy_colors) [DEBUG_X_COLORS]:
5681 Do the unregister_colors before calling XFreeColors.
5682
5683 2001-01-10 Dave Love <fx@gnu.org>
5684
5685 * Makefile.in (${etc}DOC): Depend on ${shortlisp} and
5686 ${SOME_MACHINE_LISP}, not ${lisp}.
5687
5688 2001-01-10 Gerd Moellmann <gerd@gnu.org>
5689
5690 * xdisp.c (display_line): On ttys, produce more than one truncation
5691 glyph for multi-column characters that don't fit on the line.
5692
5693 * xselect.c (x_reply_selection_request): Add a comment.
5694
5695 * xfns.c (Fx_backspace_delete_keys_p): Use XkbGetMap and
5696 XkbGetNames instead of XkbGetKeyboard.
5697
5698 2001-01-10 Dave Love <fx@gnu.org>
5699
5700 * sysdep.c (random): Revert the declaration.
5701
5702 2001-01-09 Gerd Moellmann <gerd@gnu.org>
5703
5704 * lisp.h (STRING_BYTES) [GC_CHECK_STRING_BYTES]:
5705 Call function string_bytes.
5706 (GC_CHECK_STRING_BYTES): Moved here from alloc.c.
5707
5708 * alloc.c (CHECK_STRING_BYTES) [GC_CHECK_STRING_BYTES]: New macro.
5709 (check_sblock, string_bytes) [GC_CHECK_STRING_BYTES]: New functions.
5710 (check_string_bytes) [GC_CHECK_STRING_BYTES]: Add parameter ALL_P.
5711 (allocate_string) [GC_CHECK_STRING_BYTES]: Always check strings in
5712 the current sblock.
5713 (mark_object) [GC_CHECK_STRING_BYTES]: Use CHECK_STRING_BYTES.
5714 (gc_sweep) [GC_CHECK_STRING_BYTES]: Call check_string_bytes
5715 after sweeping strings, and at the end.
5716 (GC_CHECK_STRING_BYTES): Moved to lisp.h.
5717
5718 * alloc.c (Fgarbage_collect): Use a record_unwind_protect to
5719 ensure that pop_message is called.
5720
5721 * keyboard.c (Fexecute_extended_command): Use a
5722 record_unwind_protect to ensure that pop_message is called.
5723
5724 * lisp.h (push_message_unwind): Add prototype.
5725
5726 * xdisp.c (push_message_unwind): New function.
5727
5728 * fileio.c (do_auto_save_unwind): Do the pop_message here
5729 instead of in Fdo_auto_save.
5730 (Fdo_auto_save): Don't call pop_message.
5731
5732 2001-01-08 Ken Raeburn <raeburn@gnu.org>
5733
5734 * xfns.c (xpm_load) [!ALLOC_XPM_COLORS]: Declare local variable I
5735 in inner block.
5736
5737 2001-01-08 Gerd Moellmann <gerd@gnu.org>
5738
5739 * window.c (window_scroll_pixel_based): Adjust glyph matrices
5740 when increasing window's vscroll.
5741
5742 * macros.c (Qkbd_macro_termination_hook): New variable.
5743 (syms_of_macros): Initialize and staticpro it.
5744 (pop_kbd_macro): Run kbd-macro-termination-hook.
5745
5746 * xterm.c (XTread_socket) <LeaveNotify>: Set help_echo to nil.
5747
5748 2001-01-07 Dave Love <fx@gnu.org>
5749
5750 * keyboard.c (Fread_key_sequence_vector): Avoid newline in
5751 arglist, for documentation's sake.
5752
5753 2001-01-06 Andrew Innes <andrewi@gnu.org>
5754
5755 * makefile.w32-in (clean): Delete $(COMPILER_TEMP_FILES) instead
5756 of *.pdb.
5757
5758 2001-01-05 Andrew Innes <andrewi@gnu.org>
5759
5760 * term.c (update_end): Don't check updating_frame; for some reason
5761 this can be 0 sometimes, such as after dismissing a popup menu,
5762 and isn't necessary given the explicit frame argument.
5763
5764 2001-01-05 Gerd Moellmann <gerd@gnu.org>
5765
5766 * sysdep.c: Don't prototype srandom; it takes an unsigned argument
5767 on some systems, and an unsigned long on others, like FreeBSD 4.1.
5768
5769 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5770
5771 * xterm.c (clear_mouse_face): Don't return if tip_frame is non-nil.
5772
5773 * xfns.c (x_create_tip_frame): Preserve the value of
5774 face_change_count around the creation of the tip frame.
5775
5776 * xfns.c (last_show_tip_args): New variable.
5777 (compute_tip_xy): New function.
5778 (Fx_show_tip): Reuse an existing tip frame, if possible.
5779 (syms_of_xfns): Initialize and staticpro last_show_tip_args.
5780
5781 2001-01-04 Dave Love <fx@gnu.org>
5782
5783 * editfns.c (Fformat): Doc fix.
5784
5785 * systime.h (set_file_times): Prototype.
5786
5787 * widget.h (EmacsFrameSetCharSize_): Prototype.
5788
5789 * sysdep.c (random, srandom): Declare explicitly.
5790
5791 * dispextern.h (move_it_vertically_backward): Declare.
5792
5793 2001-01-04 Gerd Moellmann <gerd@gnu.org>
5794
5795 * xfns.c (x_create_tip_frame): Call face-set-after-frame-default,
5796 like in Fx_create_frame.
5797
5798 * xfaces.c (set_font_frame_param): Don't do anything for
5799 non-graphical frames.
5800
5801 * window.c (Fdelete_other_windows): Set window's window_end_valid
5802 to nil when changing the window's start. Don't change the
5803 window's start when its top position hasn't changed. If we do,
5804 this will set the window's optional_new_start, which act's like a
5805 force_start during redisplay with C-x 1 M-> under particular
5806 circumstances (see report from Per Starback to emacs-pretest-bug
5807 from 2000-12-13.).
5808
5809 2001-01-03 Gerd Moellmann <gerd@gnu.org>
5810
5811 * xdisp.c (forward_to_next_line_start): Reset it->c if taking the
5812 short cut at the start of the function. Add an assertion.
5813 (reseat_at_next_visible_line_start): Add an assertion.
5814
5815 * window.c (Frecenter): When changing the window start, set the
5816 window's window_end_valid to nil.
5817 (Fwindow_end): Fix window-end computation when UPDATE is non-nil.
5818
5819 * dispextern.h (move_it_past_eol): Add prototype.
5820
5821 * xdisp.c (move_it_past_eol): New function.
5822
5823 * window.c (Fwindow_end): Doc fix.
5824
5825 2001-01-03 Dave Love <fx@gnu.org>
5826
5827 * dired.c (Ffile_attributes): Fix last change, removing BSD4_3 kluge.
5828
5829 2001-01-03 Gerd Moellmann <gerd@gnu.org>
5830
5831 * xdisp.c (try_window_reusing_current_matrix): Fix bug setting
5832 the enabled_p flag of the glyph row at window_end_vpos to 0.
5833 (handle_single_display_prop): Fix last change.
5834
5835 2001-01-02 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5836
5837 * window.c (Frecenter): Doc fix.
5838
5839 2001-01-02 Andrew Innes <andrewi@gnu.org>
5840
5841 * term.c (FRAME_TERMCAP_P) [WINDOWSNT]: Remove redefinition.
5842
5843 * frame.h (output_method): Add output_w32_console method.
5844 (FRAME_W32_CONSOLE_P): New macro.
5845
5846 * frame.c (make_terminal_frame) [WINDOWSNT]: Make terminal frames
5847 use output_w32_console method.
5848 (Qw32_console): New Lisp_Object.
5849 (Fframep): Return it.
5850 (syms_of_frame): Init it.
5851 (Fframe_parameters): Report w32console as font for w32_console frames.
5852
5853 * xfaces.c (realize_default_face): Set face foreground and
5854 background to unspecified for w32_console frames.
5855 (realize_face): Realize face cache for w32_console frames.
5856 (realize_tty_face): Accept w32_console frames.
5857
5858 * xdisp.c (handle_single_display_prop): Return if frame is w32_console.
5859 (init_iterator) [WINDOWSNT]: Initialize frame face cache if
5860 necessary, even if running interactively.
5861
5862 * dispnew.c (Fredraw_frame): Call set_terminal_modes for
5863 w32_console frames.
5864
5865 * w32term.c (x_update_begin):
5866 (x_update_end):
5867 (x_clear_frame):
5868 (x_ins_del_lines):
5869 (x_change_line_highlight):
5870 (x_delete_glyphs):
5871 (w32_ring_bell):
5872 (x_update_begin):
5873 (x_update_end):
5874 (w32_reassert_line_highlight):
5875 (w32_frame_rehighlight):
5876 (w32_frame_raise_lower): Do nothing if not w32 frame.
5877
5878 * w32xfns.c (get_frame_dc): Abort if called on a non-w32 frame.
5879
5880 * w32fns.c (Fx_display_color_cells): Determine correct value, when
5881 system doesn't tell us directly.
5882 (Fx_display_visual_class): Implement properly.
5883
5884 2001-01-02 Gerd Moellmann <gerd@gnu.org>
5885
5886 * window.c (Frecenter): Handle centering in graphical frames
5887 specially. Centering on the basis of line counts doesn't work
5888 reliably with variable-height lines.
5889
5890 2001-01-02 Eli Zaretskii <eliz@is.elta.co.il>
5891
5892 * widget.c (EmacsFrameSetCharSize): Remove unused variables `ac'
5893 and al[].
5894
5895 * composite.c (run_composition_function): Remove unused var `val'.
5896 (update_compositions): Remove unused variable `hook'.
5897
5898 * intervals.c (get_local_map): Remove unused variable `tem'.
5899
5900 * doprnt.c (doprnt1): Remove unused variable `size'.
5901
5902 * fns.c (Flength): Remove unused variable `tail'.
5903 (Fdelete): Remove unused variable `size'.
5904
5905 * editfns.c (Ftranspose_regions): Remove unused variables `gcpro1'
5906 and `gcpro2'.
5907
5908 * doc.c (Fsnarf_documentation): Remove unused vars `fun' and `tem'.
5909
5910 * data.c (find_symbol_value): Remove extra 3rd argument in the
5911 call to swap_in_symval_forwarding.
5912
5913 * undo.c (Fprimitive_undo): Remove unused block-scope variable `end'.
5914
5915 * search.c (shrink_regexp_cache): Remove unused variable `cpp'.
5916 (trivial_regexp_p): Remove unused variable `c'.
5917 (boyer_moore): Remove unused variable `k'.
5918
5919 * indent.c (current_column): Remove unused variable `stopchar'.
5920 (Fcompute_motion): Remove unused variable `contin'.
5921
5922 * casefiddle.c (casify_object): Remove unused variable `tolen'.
5923
5924 * dired.c (directory_files_internal): Fix a typo in a comment.
5925 Remove an unused variable `handler'.
5926 (file_name_completion): Remove unused function-scope variable `dp'.
5927 (Ffile_attributes) <dirname, sdir>: Make declarations conditioned
5928 on BSD4_2.
5929
5930 * fileio.c (e_write): Remove unused variable `require_encoding_p'.
5931
5932 * marker.c (Fmarker_position): Remove unused variables `pos', `i',
5933 and `buf'.
5934 (Fmarker_insertion_type): Remove unused variable `buf'.
5935
5936 * insdel.c (make_gap): Remove unused variable `result'.
5937
5938 * keyboard.c (record_char): Remove unused function-scope var `help'.
5939 (kbd_buffer_get_event): Remove unused block-scope variable `idx'.
5940 (menu_bar_items): Remove unused function-scope variable `tem'.
5941
5942 * fontset.c (fontset_ref): Remove unused variable `i'.
5943 (fontset_set): Remove unused variables `j' and `tmp'.
5944 (make_fontset): Remove unused variables `i', `j', `elt' and `base_elt'.
5945 (make_fontset_for_ascii_face): Remove unused variable `name'.
5946 (fs_load_font): Remove unused variable `font_idx'.
5947 (fs_query_fontset): Remove unused function-local variable `fontset'.
5948 (list_fontsets): Remove unused variable `tail'.
5949 (Fnew_fontset): Remove unused variables `family' and `registry'.
5950 (accumulate_font_info): Remove unused variable `tmp'.
5951 (Ffontset_font): Remove unused variable `id'.
5952 (syms_of_fontset): Remove unused variable `i'.
5953
5954 * xfns.c (x_display_info_for_name): Cast 0 to "char *" in the call
5955 to x_term_init.
5956 (lookup_image): Remove unused variable `file'.
5957 (xbm_load): Remove unused variables `bitmap_data', `height', and
5958 `width'. Remove function-local variable `i', leave the
5959 block-local one.
5960 (gif_load): Remove unused variable `inc'.
5961
5962 * xterm.c (XTread_socket): Remove unused variables `p' and `pend'.
5963 (XTread_socket) <LeaveNotify>: Remove unused variable `frame',
5964 leave only the one in the inner block.
5965
5966 * xfaces.c (face_fontset, realize_default_face): Remove unused
5967 variable `fontset'.
5968 (face_at_buffer_position): Remove unused variable `multibyte_p'.
5969
5970 * term.c (encode_terminal_code): Remove unused variable `c'.
5971
5972 * ccl.c (Fccl_execute): Cast ccl_driver parameters to `unsigned
5973 char *' instead of `char *'.
5974
5975 * category.c (Fcategory_docstring): Remove unused variable `doc'.
5976 (Fget_unused_category): Remove unused variable `docstring_vector'.
5977 (Fchar_category_set): Remove unused variables `val', `charset',
5978 `c1' and `c2'.
5979
5980 * coding.c (detect_coding_iso2022, setup_coding_system):
5981 Remove unused variable `i'.
5982 (detect_coding_mask): Remove unused variable `idx'.
5983 (detect_coding): Remove unused variable `i'.
5984 (ccl_coding_driver): Remove unused variable `result'.
5985 (run_pre_post_conversion_on_str): Remove unused variable `prev'.
5986 (decode_coding_string): Remove unused variables `to' and `gcpro1'.
5987 (encode_coding_string): Remove unused variables `gcpro1' and
5988 `saved_coding_symbol'.
5989 (Ffind_coding_systems_region_internal): Remove function-local
5990 variable args[], leave only the block-local one.
5991 (code_convert_region1): Remove unused variable `len'.
5992
5993 * charset.c (char_printable_p): Remove unused variable `chars'.
5994 (Fsplit_char, Fchar_bytes): Remove unused variable `val'.
5995 (str_to_multibyte): Remove unused variable `c'.
5996
5997 * window.c (size_window): Remove block-local variable `min_size'.
5998
5999 * xdisp.c (make_cursor_line_fully_visible): Remove unused variable
6000 `header_line_height'.
6001 (append_space, extend_face_to_end_of_line): Declare `saved_what'
6002 enum display_element_type.
6003
6004 2001-01-02 Gerd Moellmann <gerd@gnu.org>
6005
6006 * xterm.c (x_connection_closed): Catch X errors around all
6007 statements that call X. Save away the error message in a local copy.
6008
6009 * xterm.c (x_connection_closed): Set handling_signal to 0 at
6010 the start.
6011
6012 * xdisp.c (pos_visible_p): Take into account that CHARPOS maybe
6013 in or at the start of invisible text.
6014
6015 * dispnew.c (update_window): Don't check_current_matrix_flags.
6016
6017 2001-01-01 Jason Rumney <jasonr@gnu.org>
6018
6019 * w32fns.c (x_figure_window_size): Do not allow new_height and
6020 new_width of frame to override specified values.
6021
6022 2000-12-30 Kenichi Handa <handa@etl.go.jp>
6023
6024 * composite.c (find_composition): Fix a code for searching backward.
6025
6026 2000-12-29 Gerd Moellmann <gerd@gnu.org>
6027
6028 * dispnew.c (check_current_matrix_flags) [GLYPH_DEBUG]: New function.
6029 (update_window) [GLYPH_DEBUG]: Call it.
6030 (scrolling_window): Prevent including current rows which are below
6031 what's displayed in the window.
6032
6033 * xdisp.c (try_window_reusing_current_matrix)
6034 <new start <= old start>: Disable rows in the current matrix
6035 which are below the window after scrolling.
6036
6037 * xdisp.c (move_it_by_lines): Don't do optimizations if NEED_Y_P
6038 is zero. It's not worth the complexity.
6039 (invisible_text_between_p): Put in #if 0 because unused.
6040
6041 2000-12-28 Gerd Moellmann <gerd@gnu.org>
6042
6043 * xfns.c (Fx_backspace_delete_keys_p): Check library and server
6044 XKB versions. Call XkbFreeKeyboard with 2nd arg 0.
6045
6046 * keyboard.c (echo_char): If C is an integer, always call
6047 push_key_description. Former code could signal an invalid
6048 character error.
6049
6050 * keymap.c (push_key_description): Add parameter FORCE_MULTIBYTE.
6051 If set, print multibyte text.
6052 (Fsingle_key_description): Call push_key_description with
6053 FORCE_MULTIBYTE set.
6054 (describe_buffer_bindings): Likewise.
6055
6056 * lisp.h (push_key_description): Add prototype.
6057
6058 * xdisp.c (echo_area_display): Bind redisplay-dont-pause to t
6059 around the call to redisplay_internal.
6060
6061 * xfns.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
6062
6063 * dispnew.c: Use #if GLYPH_DEBUG instead of #ifdef GLYPH_DEBUG.
6064
6065 2000-12-28 Kenichi Handa <handa@etl.go.jp>
6066
6067 * ccl.c (CCL_WRITE_CHAR): Check variable `extra_bytes'.
6068 (ccl_driver): New local variable `extra_bytes'.
6069
6070 * ccl.h (struct ccl_spec): New member eight_bit_carryover.
6071
6072 * coding.c (setup_coding_system):
6073 Initialize coding->spec.ccl.eight_bit_carryover.
6074 (ccl_coding_driver): Pay attention to carried over 8-bit bytes.
6075
6076 2000-12-28 Kenichi Handa <handa@etl.go.jp>
6077
6078 * coding.c (SAFE_ONE_MORE_BYTE): New macro.
6079 (DECODE_EMACS_MULE_COMPOSITION_CHAR): New macro.
6080 (DECODE_EMACS_MULE_COMPOSITION_RULE): New macro.
6081 (decode_composition_emacs_mule): New function.
6082 (decode_coding_emacs_mule): Decode composition sequence by calling
6083 decode_composition_emacs_mule.
6084 (ENCODE_COMPOSITION_EMACS_MULE): New macro.
6085 (encode_coding_emacs_mule): Changed from macro to function.
6086 If a text contains compositions, encode them correctly.
6087 (setup_coding_system): Set coding->commong_flags for emacs-mule so
6088 that decoding and encoding are required.
6089
6090 2000-12-27 Gerd Moellmann <gerd@gnu.org>
6091
6092 * xfaces.c (PT_PER_INCH): New macro.
6093 (xlfd_point_size): Compute real point size from font's pixel size.
6094 (pixel_point_size, build_scalable_font_name): Use PT_PER_INCH
6095 instead of 72.
6096
6097 * .gdbinit: Comment out the line pointing to the Lesstif source
6098 directory.
6099
6100 * window.c (Frecenter): Use displayed_window_lines instead
6101 of window_internal_height.
6102
6103 * xterm.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
6104 instead of x-toolkit-scroll-bars-p.
6105 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
6106
6107 * w32term.c (syms_of_xterm): DEFVAR_LISP x-toolkit-scroll-bars
6108 instead of x-toolkit-scroll-bars-p.
6109 (Vx_toolkit_scroll_bars): Renamed from x_toolkit_scroll_bars_p.
6110
6111 * dispnew.c (struct redisplay_history) [GLYPH_DEBUG]: New.
6112 (REDISPLAY_HISTORY_SIZE) [GLYPH_DEBUG]: New macro.
6113 (redisplay_history, history_idx, history_tick) [GLYPH_DEBUG]:
6114 New variables.
6115 (add_window_display_history, add_frame_display_history)
6116 (Fdump_redisplay_history) [GLYPH_DEBUG]: New functions.
6117 (build_frame_matrix_from_leaf_window): Remove unused code.
6118 (build_frame_matrix_from_leaf_window) [GLYPH_DEBUG]: Add to
6119 redisplay history.
6120 (update_frame) [GLYPH_DEBUG]: Add to redisplay history.
6121 (update_window) [GLYPH_DEBUG]: Likewise.
6122 (syms_of_display): Defsubr dump-redisplay-history.
6123
6124 2000-12-23 Gerd Moellmann <gerd@gnu.org>
6125
6126 * keyboard.c (echo_prompt): Always set current_kboard->echoptr to
6127 the end of the prompt. Set echo_after_prompt to the offset
6128 of echoptr in echobuf.
6129
6130 * xdisp.c (init_from_display_pos): Pop until the iterator's
6131 stack is empty; there may be frames for stretch or images
6132 on the stack.
6133
6134 * dispnew.c (save_frame_matrix, restore_frame_matrix): Removed.
6135 (save_or_restore_current_matrix): New function for the same
6136 purpose, but more efficient.
6137 (adjust_frame_glyphs_for_frame_redisplay): Use it.
6138
6139 2000-12-23 Eli Zaretskii <eliz@is.elta.co.il>
6140
6141 * xdisp.c (syms_of_xdisp): Fix last change.
6142
6143 2000-12-23 Gerd Moellmann <gerd@gnu.org>
6144
6145 * xdisp.c (syms_of_xdisp): Doc fix.
6146
6147 * xdisp.c (redisplay_window): Remove label restore_buffers;
6148 use finish_scroll_bars instead to make sure that scroll bars
6149 are redeemed. If we don't do this, flickering can result from
6150 scroll bars being destroyed and recreated.
6151
6152 2000-12-22 Jason Rumney <jasonr@gnu.org>
6153
6154 * w32term.c (w32_draw_bitmap): Fix drawing so it does not appear
6155 in the wrong colors when the foreground is not black.
6156 (expose_window): Don't redraw the window that's currently being
6157 updated.
6158
6159 2000-12-22 Gerd Moellmann <gerd@gnu.org>
6160
6161 * window.c (size_window): When setting the window's too_small_ok
6162 flag, compare old size with minimum size depending on WIDTH_P,
6163 don't compare with window_min_width.
6164
6165 * window.c (delete_window): Simplify somewhat.
6166 (Fset_window_configuration): Don't SET_FRAME_GARBAGED after
6167 freeing window matrices. The flag windows_or_buffers_changed is
6168 set, so the next redisplay will consider all windows; this should
6169 suffice.
6170
6171 2000-12-22 Kenichi Handa <handa@etl.go.jp>
6172
6173 * coding.c (ccl_coding_driver): Initialize ccl->cr_consumed.
6174
6175 * ccl.h (struct ccl_program): New member cr_consumed.
6176
6177 * ccl.c (CCL_WRITE_CHAR): Don't handle EOL conversion here.
6178 (CCL_READ_CHAR): Handle EOL conversion here.
6179 (ccl_driver) <CCL_ReadMultibyteChar2>: Likewise.
6180
6181 2000-12-21 Gerd Moellmann <gerd@gnu.org>
6182
6183 * xdisp.c (Fdump_glyph_row) [GLYPH_DEBUG]: Add optional arg GLYPHS.
6184
6185 * dispextern.h (GLYPH_EQUAL_P): Also compare pixel widths,
6186 otherwise tabs of different size compare equal.
6187
6188 * callint.c (Fcall_interactively): Prevent a compiler warning.
6189
6190 * print.c (print_unwind): Return nil.
6191 (PRINTDECLARE): Initialize all local variables.
6192 (print_preprocess): Add a default case.
6193
6194 * lisp.h (Qinhibit_point_motion_hooks): Declare extern.
6195
6196 * undo.c (Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.
6197
6198 * window.c (delete_window, Fsplit_window)
6199 (Fset_window_configuration): Calls to ensure_frame_matrix removed.
6200
6201 * dispextern.h (ensure_frame_matrix): Function declaration removed.
6202
6203 * dispnew.c (ensure_frame_matrix): Removed.
6204 (save_frame_matrix, restore_frame_matrix): New functions.
6205 (adjust_frame_glyphs_for_frame_redisplay): Use them.
6206
6207 * xdisp.c (dump_glyph_row, dump_glyph_matrix, Fdump_glyph_matrix)
6208 [GLYPH_DEBUG]: Extended to dump glyphs in short form.
6209
6210 2000-12-21 Andrew Innes <andrewi@gnu.org>
6211
6212 * w32term.c (x_update_begin): Regenerate the palette here, rather
6213 than for each window.
6214
6215 * w32xfns.c (select_palette): Avoid calling SelectPalette if
6216 palette is NULL, since this corrupts memory! Also get
6217 display_info reference from frame.
6218
6219 2000-12-21 Jason Rumney <jasonr@gnu.org>
6220
6221 * w32bdf.c (w32_init_bdf_font): Fix test for valid bmp heap.
6222
6223 * w32term.c (x_draw_hollow_cursor): Delay obtaining the frame's DC
6224 to avoid returning without releasing it.
6225
6226 2000-12-21 Kenichi Handa <handa@etl.go.jp>
6227
6228 * keymap.c (push_key_description): Don't convert eight-bit-control
6229 and eight-bit-graphic to multibyte character.
6230
6231 * charset.c (Fmake_char_internal): If CHARSET doesn't have a
6232 generic character and CODE1 is nil, return the smallest character
6233 in CHARSET.
6234
6235 2000-12-20 Dave Love <fx@gnu.org>
6236
6237 * s/osf5-0.h (NSIG): Don't redefine.
6238
6239 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6240
6241 * keymap.c (where_is_internal): Check ascii_sequence_p rather than
6242 excluding menu-bar and tool-bar.
6243 (Fwhere_is_internal): Check ascii_sequence_p when looking up the cache.
6244 (menu_item_p): Remove.
6245 (where_is_internal_1): Don't ignore menu-items.
6246
6247 2000-12-20 Gerd Moellmann <gerd@gnu.org>
6248
6249 * xdisp.c (hscroll_window_tree): Take window's min_hscroll
6250 into account.
6251
6252 * window.c (make_window): Initialize window's min_hscroll.
6253 (Fset_window_hscroll): Set window's hscroll and min_hscroll.
6254 (set_window_buffer, temp_output_buffer_show): Set min_hscroll
6255 to zero.
6256 (struct saved_window): New member min_hscroll.
6257 (SAVED_WINDOW_VECTOR_SIZE): Set to 17.
6258 (Fset_window_configuration): Set window's min_hscroll.
6259 (save_window_save): Save window's min_hscroll.
6260 (compare_window_configurations): Compare min_hscroll values.
6261
6262 * window.h (struct window): New member min_hscroll.
6263
6264 * keyboard.c (echo_prompt): Prevent a compiler warning.
6265
6266 * xdisp.c (try_cursor_movement): Fix last change. The real
6267 condition is that PT is at the end of the row, and should
6268 be displayed at the start of the next row.
6269
6270 * xdisp.c (try_cursor_movement): If we end on a partially
6271 visible line, end we already decided to scroll, return -1.
6272
6273 * dispextern.h (ensure_frame_matrix): Add prototype.
6274
6275 * window.c (delete_window, Fsplit_window)
6276 (Fset_window_configuration): Call ensure_frame_matrix.
6277
6278 * dispnew.c (fake_current_matrices, ensure_frame_matrix):
6279 New functions.
6280 (adjust_frame_glyphs_for_frame_redisplay): If display has been
6281 completed, call fake_current_matrices instead of marking frame
6282 garbaged.
6283
6284 2000-12-20 Jason Rumney <jasonr@gnu.org>
6285
6286 * w32fns.c (syms_of_w32fns): Initialize and staticpro tip_frame.
6287
6288 2000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
6289
6290 * fns.c (Frequire): Doc fix.
6291
6292 2000-12-19 Gerd Moellmann <gerd@gnu.org>
6293
6294 * window.c (window_scroll_pixel_based): Don't use move_it_vertically.
6295
6296 * dispnew.c (direct_output_for_insert): Fix check for mini-window
6297 currently displaying a message.
6298
6299 * bytecode.c (toplevel) [CHECK_FRAME_FONT]: Include frame.h and
6300 xterm.h.
6301 (Fbyte_code) [CHECK_FRAME_FONT]: Check the selected frame's font.
6302
6303 2000-12-18 Andrew Innes <andrewi@gnu.org>
6304
6305 * w32.c (w32_strerror): New function.
6306
6307 * w32.h (w32_strerror): New extern.
6308
6309 * w32fns.c (Fw32_shell_execute): Use it.
6310
6311 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6312
6313 * s/hpux10.h (_FILE_OFFSET_BITS): Undef again.
6314
6315 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6316
6317 * msdos.c (IT_set_face): Obey inverse_video.
6318
6319 2000-12-18 Kenichi Handa <handa@etl.go.jp>
6320
6321 * dired.c (directory_files_internal): Always return decoded filenames.
6322
6323 2000-12-18 Gerd Moellmann <gerd@gnu.org>
6324
6325 * xterm.c (x_connection_closed): Prevent being called recursively
6326 because of an error condition in XtCloseDisplay.
6327
6328 * xdisp.c (init_iterator): If noninteractive, and the frame's
6329 face cache is null, make one.
6330
6331 * xfns.c (show_busy_cursor): Check for live frames more thoroughly.
6332
6333 * process.c (wait_reading_process_input): Check for pending
6334 input when running timers.
6335
6336 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6337
6338 * msdos.c (IT_write_glyphs): Compute the glyph face from str->face_id.
6339
6340 2000-12-18 Kenichi Handa <handa@etl.go.jp>
6341
6342 * process.c (read_process_output): Don't run a filter if the code
6343 decoder produces nothing but carryover.
6344
6345 2000-12-17 Andrew Innes <andrewi@gnu.org>
6346
6347 * w32.c (sys_rename): Only check errno against EEXIST, and not
6348 EACCES, when determining whether rename failed because the target
6349 exists. This was resulting in indefinite looping on Windows 9x if
6350 the source file was locked by another process.
6351
6352 * w32fns.c (Ffile_system_info): New function.
6353 (syms_of_w32fns): Defsubr it.
6354
6355 2000-12-17 Gerd Moellmann <gerd@gnu.org>
6356
6357 * window.c (coordinates_in_window): Fix computation for
6358 position on vertical line between mode lines.
6359
6360 * xfns.c (unwind_create_frame): Return t if frame was deleted.
6361 Don't alter tip_frame or tip_window.
6362 (unwind_create_tip_frame): Set tip_frame to nil only if frame
6363 was deleted.
6364
6365 * w32fns.c (unwind_create_frame): Return t if frame was deleted.
6366 Don't alter tip_frame or tip_window.
6367 (unwind_create_tip_frame): Set tip_frame to nil only if frame
6368 was deleted.
6369
6370 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6371
6372 * fileio.c (Fcopy_file): Rename the last argument to keep_time, to
6373 be consistent with the doc string. Reported by NAKAJIMA Mikio
6374 <minakaji@osaka.email.ne.jp>.
6375
6376 2000-12-16 Kenichi Handa <handa@etl.go.jp>
6377
6378 * xfaces.c (Vface_ignored_fonts): New variable.
6379 (x_face_list_fonts): Ignore fonts matching Vface_ignored_fonts.
6380 (syms_of_xfaces): Declare Vface_ignored_fonts as a Lisp variable.
6381
6382 2000-12-15 Gerd Moellmann <gerd@gnu.org>
6383
6384 * dispnew.c (update_window): Detect pending input every nth line
6385 updated, i.e. do it depending on real work done, and not on the
6386 vpos of the line.
6387
6388 * xterm.c (expose_window): Don't redraw the window that's
6389 currently being updated.
6390
6391 * window.c (Fset_window_point): Remove test for
6392 cursor_in_non_selected_windows.
6393
6394 * lread.c (read1): Recognize end of file after `\\'.
6395
6396 * xfns.c (x_create_tip_frame): Use unwind_create_tip_frame,
6397 not unwind_create_frame.
6398
6399 2000-12-15 Dave Love <fx@gnu.org>
6400
6401 * s/usg5-4.h (bcopy) [IRIX6]: Don't special-case definition of
6402 bcopy & al.
6403
6404 * s/irix6-5.h: #undef bcopy & al here. Include strings.h.
6405
6406 2000-12-15 Kenichi Handa <handa@etl.go.jp>
6407
6408 * coding.c (setup_coding_system): Clear all members of the struct
6409 coding_system at first.
6410 (detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
6411 argument.
6412 (code_convert_region): Don't override coding->src_multibyte and
6413 coding->dst_multibyte.
6414
6415 * fns.c (Fmd5): Docstring improved.
6416
6417 2000-12-15 Miles Bader <miles@gnu.org>
6418
6419 * xdisp.c (window_box_height): Only use mode-line glyph-rows that
6420 are actually marked as mode-lines; otherwise use
6421 estimate_mode_line_height.
6422
6423 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6424
6425 * editfns.c (Fformat): Prevent a buffer overrun when the format
6426 specifies a precision.
6427
6428 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6429
6430 * msdos.c (Fmsdos_set_mouse_buttons): Signal an error if the
6431 argument is outside the range [2..3].
6432
6433 2000-12-14 Andrew Innes <andrewi@gnu.org>
6434
6435 * w32fns.c (Fx_hide_tip): Avoid unnecessary work when there's
6436 nothing to do. Bind inhibit-quit.
6437 (tip_frame): Make it a Lisp_Object.
6438 (x_create_tip_frame): Set tip_frame after it has been added to
6439 Vframe_list.
6440 (Fx_show_tip): Don't set tip_frame here.
6441 (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]: New variables.
6442 (unwind_create_frame, unwind_create_tip_frame): New functions.
6443 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
6444 while a frame is only partially constructed.
6445
6446 * w32term.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
6447 (x_free_frame_resources): New function.
6448 (x_destroy_window): Use it.
6449
6450 2000-12-14 Gerd Moellmann <gerd@gnu.org>
6451
6452 * xfns.c (Fx_backspace_delete_keys_p): New function.
6453 (syms_of_xfns): Defsubr it.
6454
6455 * config.in (HAVE_XKBGETKEYBOARD): Add.
6456
6457 2000-12-14 Kenichi Handa <handa@etl.go.jp>
6458
6459 * keyboard.c (echo_prompt): Argument type changed to Lisp_Object.
6460 Always store string in multibyte representation in echobuf.
6461 (echo_char): Always store string in multibyte representation in
6462 echobuf.
6463 (echo_now): Call message2_nolog with the arg MULTIBYTE 1.
6464 (read_key_sequence): Adjusted for the change of echo_prompt.
6465
6466 * fns.c (Fmd5): Docstring improved.
6467
6468 * lisp.h (detect_coding_system): Prototype adjusted.
6469
6470 * coding.c (ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
6471 (detect_coding_emacs_mule, detect_coding_iso2022,)
6472 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
6473 (detect_coding_utf_16, detect_coding_ccl): Make them static.
6474 New argument MULTIBYTEP. Callers changed.
6475 (detect_coding_mask, detect_coding_system): New argument
6476 MULTIBYTEP. Callers changed.
6477 (decode_coding_string): Set coding->src_multibyte and
6478 coding->dst_multibyte before calling detect_coding and detect_eol.
6479 Update them after some coding system is detected.
6480
6481 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6482
6483 * keymap.c (get_keyelt): Only eval the filter if `autoload' is set.
6484
6485 * keyboard.c (menu_bar_items, tool_bar_items):
6486 Set `autoload' when looking up `tool-bar' or `menu-bar' submap.
6487
6488 2000-12-13 Gerd Moellmann <gerd@gnu.org>
6489
6490 * xfns.c (image_cache_refcount, dpyinfo_refcount) [GLYPH_DEBUG]:
6491 New variables.
6492 (unwind_create_frame, unwind_create_tip_frame): New functions.
6493 (Fx_create_frame, x_create_tip_frame): Handle errors signaled
6494 while a frame is only partially constructed.
6495
6496 * xterm.h (x_free_frame_resources): Declare.
6497
6498 * xterm.c (x_free_frame_resources): New function.
6499 (x_destroy_window): Use it.
6500
6501 * dispnew.c (update_window): If do_mouse_tracking is non-nil,
6502 don't interrupt the update for pending input initially, i.e.
6503 update at least some lines.
6504
6505 * keyboard.c (do_mouse_tracking): Make externally visible.
6506
6507 * xterm.c (x_term_init): Declare gray_bitmap_bits as `extern char *'.
6508
6509 * xfns.c (gray_bitmap_bits): Declare `char *'.
6510
6511 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6512
6513 * xdisp.c (display_tool_bar_line): Make sure that tool bar
6514 lines start with a relief line.
6515
6516 2000-12-12 Dave Love <fx@gnu.org>
6517
6518 * window.c (Fdisplay_buffer): Doc fix.
6519 (Fwindow_list): Remove unused var.
6520
6521 * buffer.h (mmap_set_vars): Declare.
6522
6523 * window.h (Fset_window_point): Declare.
6524
6525 2000-12-12 Eli Zaretskii <eliz@is.elta.co.il>
6526
6527 * msdos.c (fast_find_position): Don't overstep the last window row.
6528 (IT_note_mouse_highlight): Initialize portion to -1. Remove unused
6529 variable `area'. When looking for a row under (X,Y), give up if some
6530 of the previous rows is not enabled.
6531
6532 2000-12-12 Gerd Moellmann <gerd@gnu.org>
6533
6534 * window.c (Fset_window_point): If displaying cursors in windows
6535 other than the selected window, make sure redisplay updates
6536 other windows to show the new value of point in the window.
6537
6538 * dispextern.h (cursor_in_non_selected_windows): Declare extern.
6539
6540 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
6541 the buffer is the sole visible buffer when in the mini-buffer.
6542
6543 * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
6544 Bind `inhibit-read-only' to t.
6545 (unwind_with_echo_area_buffer): Use AREF.
6546
6547 * xfns.c (Fx_hide_tip): Simplified.
6548
6549 * s/freebsd.h, s/netbsd.h (GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS
6550 instead of `1'.
6551
6552 * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
6553
6554 2000-12-11 Gerd Moellmann <gerd@gnu.org>
6555
6556 * xfns.c (Fx_hide_tip): Fix last change.
6557
6558 * xfns.c (Fx_hide_tip): Avoid unnecessary work when there's
6559 nothing to do. Bind inhibit-quit.
6560 (tip_frame): Make it a Lisp_Object.
6561 (x_create_tip_frame): Set tip_frame after it has been added to
6562 Vframe_list.
6563 (Fx_show_tip): Don't set tip_frame here.
6564
6565 * xterm.c (clear_mouse_face): Treat tip_frame as a Lisp_Object.
6566
6567 * xdisp.c (prepare_menu_bars): Changes for tip_frame being a
6568 Lisp_Object.
6569
6570 * dispextern.h: Change external declaration of tip_frame.
6571
6572 * keymap.c (Fkey_description): If KEYS is an empty key sequence,
6573 return an empty string.
6574
6575 * xdisp.c (try_cursor_movement): Check update_mode_lines instead
6576 of the window's update_mode_line flag, since the former is set by
6577 force-mode-line-update, not the latter. This makes
6578 column-number-mode slightly faster.
6579
6580 * xdisp.c (try_window_id) <all changes above window start>:
6581 Set the cursor.
6582
6583 2000-12-11 Paul Eggert <eggert@twinsun.com>
6584
6585 * config.in (HAVE_FTELLO): Remove.
6586 (HAVE_FSEEKO): Add.
6587 (_XOPEN_SOURCE): Remove; the large-file code no longer needs it.
6588 * lread.c (file_offset, file_tell): Depend on HAVE_FSEEKO, not
6589 HAVE_FTELLO.
6590 * s/hpux10.h (_FILE_OFFSET_BITS): Do not undef.
6591 * s/isc3-0.h, s/osf5-0.h: Update comment about _XOPEN_SOURCE.
6592
6593 2000-12-11 Miles Bader <miles@gnu.org>
6594
6595 * window.c (displayed_window_lines): Don't round up when
6596 converting empty space at bottom to lines.
6597 Handle non-newline-terminated final lines properly.
6598 (Fwindow_text_height): New function (used to be in lisp).
6599 (syms_of_window): Initialize it.
6600
6601 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6602
6603 * syntax.c (scan_lists): Check that the right quote char has the
6604 right Sstring syntax when jumping over strings.
6605 (init_syntax_once): Use Smax rather than 13.
6606
6607 2000-12-09 Miles Bader <miles@gnu.org>
6608
6609 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter
6610 with PARTIALLY, inverting the sense.
6611 (window_scroll_pixel_based): Scroll partially visible lines into
6612 place if we hit the beginning or end of the buffer.
6613 (displayed_window_lines): Don't include partially visible lines.
6614 (Fmove_to_window_line): Skip past any partially visible first line.
6615
6616 2000-12-08 Gerd Moellmann <gerd@gnu.org>
6617
6618 * keymap.c (current_minor_maps): Use malloc. Prevent a leak.
6619
6620 * tparam.c (tparam1): Change the way buffers are reallocated to be
6621 portable and less obfuscated.
6622
6623 * termcap.c (tgetent): Change the way buffers are reallocated to
6624 be portable and less obfuscated.
6625
6626 * macros.c (store_kbd_macro_char): Change the way buffers are
6627 reallocated to be portable and less obfuscated.
6628
6629 * lread.c (read1): Change the way buffers are reallocated to be
6630 portable and less obfuscated.
6631
6632 * doc.c (Fsubstitute_command_keys): Change the way buffers
6633 are reallocated so that it is portable.
6634
6635 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6636
6637 * dosfns.c (Ffile_system_info): New function.
6638 (syms_of_dosfns): Defsubr it.
6639
6640 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6641
6642 * alloc.c (gc_sweep): Add comment.
6643
6644 2000-12-07 Gerd Moellmann <gerd@gnu.org>
6645
6646 * sound.c (vox_configure): Change order of ioctls.
6647 Don't set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
6648 Ignore errors when changing volume.
6649 (vox_close): Don't reset the device.
6650
6651 * process.c (read_process_output): Make sure the process marker's
6652 position is valid when the process buffer is changed in
6653 after-change functions. W3 does that.
6654
6655 * xfns.c (x_free_gcs): New function.
6656
6657 * xterm.h (x_free_gcs): Add prototype.
6658
6659 * widget.c (EmacsFrameDestroy): Call x_free_gcs instead of
6660 freeing GCs here.
6661
6662 * xterm.c (x_destroy_window): Call x_free_gcs so that
6663 resources of non-toolkit X windows will be freed.
6664
6665 2000-12-07 Andrew Innes <andrewi@gnu.org>
6666
6667 * w32fns.c (xlfd_charset_of_font): Fix last change.
6668
6669 2000-12-06 Dave Love <fx@gnu.org>
6670
6671 * md5.h (__P): Don't define -- it comes from config.h.
6672
6673 * strftime.c: Change some #if foo to #ifdef foo.
6674
6675 2000-12-06 Andrew Innes <andrewi@gnu.org>
6676
6677 * w32term.h (CP_INVALID): Rename to CP_UNKNOWN.
6678
6679 * w32fns.c (xlfd_charset_of_font): Don't overwrite fontname argument.
6680 (w32_codepage_for_font): Rename CP_INVALID to CP_UNKNOWN.
6681 (w32_list_fonts): Don't choke if pattern doesn't specify a codepage.
6682
6683 2000-12-06 Gerd Moellmann <gerd@gnu.org>
6684
6685 * alloc.c (gc_sweep): Prevent symbols read during loadup
6686 from being freed.
6687
6688 * xdisp.c (underlying_face_id): New function.
6689 (handle_face_prop, face_before_or_after_it_pos): Use it
6690 to determine the face ``under'' a string. Let strings inherit
6691 the face of the buffer under them.
6692
6693 * xfaces.c (face_at_string_position): Update function comment.
6694
6695 * dispnew.c (adjust_glyph_matrix): Don't reuse a window's current
6696 matrix if the window's left position has changed; we need to
6697 redraw it in this case.
6698
6699 * dispextern.h (struct glyph_matrix): Add member window_left_x.
6700
6701 * window.c (coordinates_in_window): Check mouse on mode-line or
6702 header-line first.
6703
6704 * alloc.c (Fgarbage_collect): Dox fix. Return a list as
6705 advertized by the function documentation.
6706
6707 * window.c (syms_of_window): Doc fix.
6708
6709 * sound.c (vox_configure): Set volume for left and right channel.
6710 (sound_cleanup): Return nil.
6711
6712 * xdisp.c (move_it_by_lines): Fix paren typo.
6713
6714 * xterm.c (x_load_font): Don't use the font's max_bounds for
6715 computing the height of the font. If max_bounds' ascent or
6716 descent are greater than the font's ascent or descent, this means
6717 glyphs overlap, which should be handled now by redisplay.
6718
6719 * window.c (Veven_window_heights): New variable.
6720 (syms_of_window): DEFVAR_LISP it.
6721 (Fdisplay_buffer): Check Veven_window_heights before evening the
6722 window heights.
6723
6724 2000-12-06 Miles Bader <miles@gnu.org>
6725
6726 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is `t',
6727 update `default-frame-alist' instead of setting no frame parameters.
6728
6729 2000-12-06 Kenichi Handa <handa@etl.go.jp>
6730
6731 * composite.c (update_compositions): Fix typo (use the correct
6732 variable).
6733
6734 2000-12-05 Jason Rumney <jasonr@gnu.org>
6735
6736 * md5.h: Remove underscores from function declarations.
6737 (__attribute__, __alignof__) [!__GNUC__]: Define.
6738
6739 * md5.c: Delay include of md5.h until after namespace cleaning.
6740
6741 * makefile.w32-in (fns.o): Depend on md5.h
6742 (md5.o): New target.
6743 (sunfns.o): Remove.
6744
6745 * makefile.nt: Likewise.
6746
6747 2000-12-05 Jason Rumney <jasonr@altavista.net>
6748
6749 * w32term.c (expose_area): Complete last change.
6750
6751 2000-12-05 Ken Raeburn <raeburn@gnu.org>
6752
6753 * minibuf.c: Include intervals.h.
6754
6755 2000-12-05 Jason Rumney <jasonr@gnu.org>
6756
6757 * w32term.c (x_produce_glyphs): If a font for a component of
6758 a composition is not found, use 1 pixel dot ascent and 0 dot
6759 descent value to avoid displaying terribly tall empty boxes.
6760 (expose_area): Pass x-coordinate relative to the exposed
6761 area to x_draw_glyphs instead of a window-relative coordinate.
6762
6763 2000-12-05 Gerd Moellmann <gerd@gnu.org>
6764
6765 * xdisp.c (next_element_from_ellipsis): Save face before selective
6766 display in saved_face_id, and set face_before_selective_p.
6767 (reseat_1): Reset face_before_selective_p.
6768 (append_space, extend_face_to_end_of_line): If iterator's
6769 face_before_selective_p is set, use the face from saved_face_id.
6770 (extend_face_to_end_of_line): For tty frames, make sure to
6771 use the right face id when producing spaces at the end of
6772 the line.
6773
6774 * dispextern.h (struct it): Add face_before_selective_p.
6775
6776 * keyboard.c (record_char): Don't record identical help-echo
6777 events in recent_keys.
6778
6779 * xterm.c [USE_X_TOOLKIT]: Close the display.
6780 (xim_close_dpy): Handle case that the display has been closed.
6781
6782 * xterm.c (x_destroy_window): Reset the frame's X window after
6783 destroying it.
6784
6785 * dispnew.c (adjust_glyph_matrix): Make sure to initialize local
6786 variable window_width.
6787 (line_draw_cost): Fix code skipping over spaces at the end of the
6788 line when must_write_spaces is not set.
6789 (scrolling_window): Fix code inserting runs in list of all runs.
6790
6791 2000-12-05 Kenichi Handa <handa@etl.go.jp>
6792
6793 * coding.c (setup_coding_system): Be sure to initialize
6794 coding->category_idx.
6795
6796 2000-12-04 Gerd Moellmann <gerd@gnu.org>
6797
6798 * xterm.c (PER_CHAR_METRIC): Removed because not used.
6799
6800 * xterm.c (expose_area): Pass x-coordinate relative to the exposed
6801 area to x_draw_glyphs instead of a window-relative coordinate.
6802
6803 * fileio.c (auto_save_error): Add parameter ERROR. Show the
6804 error in the message.
6805
6806 * keyboard.c (Fread_key_sequence): Don't start the busy cursor
6807 timer after having read a key. It's not good for code reading
6808 several keys in a loop, like an input method.
6809
6810 * fileio.c (Finsert_file_contents): When VISIT is t, don't
6811 record undo information for format-decode.
6812
6813 * undo.c (Fprimitive_undo): Bind inhibit-read-only to t if
6814 current buffer is read-only, not if it isn't.
6815
6816 * keyboard.c (record_char): Record `help-echo' input events
6817 in recent_keys only if they display some help. Don't record
6818 `help-echo' events as macro char.
6819
6820 2000-12-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6821
6822 * editfns.c (save_excursion_restore): Don't move point
6823 in another window if it is showing the wrong buffer.
6824 Avoid the call to Fwindow_live_p, for speed.
6825
6826 2000-12-04 Kenichi Handa <handa@etl.go.jp>
6827
6828 * xfaces.c (struct font_name): New member registry_priority.
6829 (split_font_name): Initialize the above member to zero.
6830 (concat_font_list): New function.
6831 (font_list): Include fonts of all alternative registries.
6832 (FONT_POINT_SIZE_QUANTUM): New macro.
6833 (better_font_p): Ignore point size difference less than
6834 FONT_POINT_SIZE_QUANTUM. Use registry_prioprity as a last resort.
6835
6836 * xterm.c (x_produce_glyphs): If a font for a component of
6837 a composition is not found, use 1 pixel dot ascent and 0 dot
6838 descent value to avoid displaying terribly tall empty boxes.
6839
6840 * ccl.c (stack_idx_of_map_multiple): Don't use C initializier.
6841
6842 2000-12-03 Ken Raeburn <raeburn@gnu.org>
6843
6844 * coding.h (code_convert_string1): Declare.
6845
6846 * fns.c (Fmd5): Pass lisp objects, not integers, to call3.
6847
6848 * lisp.h (Fmake_variable_buffer_local, Fbuffer_file_name): Declare.
6849
6850 2000-12-02 Jason Rumney <jasonr@gnu.org>
6851
6852 * w32term.c (w32_bdf_per_char_metric): Dereference pointer
6853 correctly for single byte character case.
6854 (w32_per_char_metric): Do not try to make any assumptions about
6855 the metrics of BDF fonts.
6856 (x_estimate_mode_line_height): If `mode-line' face
6857 hasn't a font, use that of the frame, as drawing glyphs does.
6858 (note_mouse_highlight): Change the cursor shape on the vertical
6859 border between windows [not enabled].
6860
6861 * w32term.h (struct w32_output): Add member horizontal_drag_cursor.
6862
6863 * w32fns.c (Fx_create_frame): Reintroduce the call to
6864 face-set-after-frame-defaults.
6865 (Vx_window_horizontal_drag_shape): New variable.
6866 (syms_of_xfns): DEFVAR_LISP it.
6867 (x_set_mouse_color): Create frame's horizontal_drag_cursor [not
6868 enabled].
6869
6870 2000-12-02 Simon Josefsson <simon@josefsson.org>
6871
6872 * fns.c (Fmd5): Use a different logic to decide the coding system
6873 to use.
6874
6875 * coding.h (Qwrite_region, Qcoding_system_error): Declare extern.
6876
6877 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6878
6879 * fileio.c (Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL.
6880
6881 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6882
6883 * xterm.c (x_calc_absolute_position): Don't subtract menubar's
6884 height for YNegative.
6885 (x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
6886 height; also see comment there.
6887
6888 * window.c (coordinates_in_window): Handle computations for
6889 positions on the vertical bar and fringes differently for
6890 window-system frames. Consider some pixels near the vertical bar
6891 as on the bar if the frame doesn't have vertical scroll bars.
6892 Associate positions between mode or header lines with the
6893 right window, the left one.
6894
6895 2000-12-01 Jason Rumney <jasonr@gnu.org>
6896
6897 * w32term.c (w32_clear_window): Avoid clearing an invalid frame.
6898
6899 * w32xfns.c (get_frame_dc): Avoid changing the palette on an
6900 invalid frame.
6901
6902 2000-12-01 Gerd Moellmann <gerd@gnu.org>
6903
6904 * window.c (struct saved_window): Add members orig_top and orig_height.
6905 (SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
6906 (save_window_save, Fset_window_configuration): Save/restore
6907 window's orig_top and orig_height.
6908
6909 2000-12-01 Jason Rumney <jasonr@gnu.org>
6910
6911 * w32term.c (x_draw_vertical_border): Fix call to w32_fill_rect.
6912
6913 * w32fns.c (x_set_cursor_color): Fix last change.
6914
6915 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6916
6917 * xdisp.c (echo_area_display): If cursor is in the echo area, make
6918 sure that the next redisplay displays the minibuffer, so that
6919 the cursor will be replaced with what the minibuffer wants.
6920
6921 * xterm.c: Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
6922 #ifndef instead of using #if.
6923 (XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
6924 USE_TOOLKIT_SCROLL_BARS is defined.
6925
6926 2000-11-30 Jason Rumney <jasonr@gnu.org>
6927
6928 * w32fns.c (x_set_cursor_color): Use x_update_cursor instead of
6929 x_display_cursor.
6930
6931 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6932
6933 * fns.c (Fmd5): Doc fix.
6934
6935 2000-11-30 Simon Josefsson <simon@josefsson.org>
6936
6937 * fns.c (Fmd5): New function.
6938 (syms_of_fns): Defsubr md5.
6939
6940 * Makefile.in (obj): Add md5.o
6941
6942 2000-11-30 Gerd Moellmann <gerd@gnu.org>
6943
6944 * md5.h, md5.c: New files, taken from glibc.
6945
6946 * xmenu.c (popup_get_selection): Use xmalloc instead of malloc.
6947
6948 * xterm.c (x_estimate_mode_line_height): If `mode-line' face
6949 hasn't a font, use that of the frame, as drawing glyphs does.
6950
6951 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6952
6953 * eval.c (Frun_hooks): Allow 0 arguments.
6954
6955 2000-11-29 Gerd Moellmann <gerd@gnu.org>
6956
6957 * xterm.c (XTmouse_position) [USE_X_TOOLKIT]: When the mouse
6958 is over the menu bar widget, say it's not on the frame.
6959
6960 * xfns.c (Fx_create_frame): Reintroduce the call to
6961 face-set-after-frame-defaults.
6962
6963 * eval.c (Fsignal): Reset handling_signal.
6964
6965 2000-11-28 Jason Rumney <jasonr@gnu.org>
6966
6967 * w32menu.c (add_menu_item): Reset menu item text when changing
6968 type to radio button.
6969
6970 2000-11-28 Gerd Moellmann <gerd@gnu.org>
6971
6972 * xselect.c: Update copyright.
6973
6974 * window.c (coordinates_in_window): If on a mode or header line,
6975 but sufficiently close to its start, return ``on vertical
6976 border''. This gives us a way to drag windows horizontally when
6977 using toolkit scroll bars.
6978
6979 * xterm.c (note_mouse_highlight): Change the cursor shape
6980 on the vertical border between windows.
6981
6982 * xterm.h (struct x_output): Add member horizontal_drag_cursor.
6983
6984 * xfns.c (Vx_window_horizontal_drag_shape): New variable.
6985 (syms_of_xfns): DEFVAR_LISP it.
6986 (x_set_mouse_color): Create frame's horizontal_drag_cursor.
6987
6988 * textprop.c (text_read_only): New function.
6989 (verify_interval_modification): Use it instead of signaling
6990 `text-read-only'. This makes it easier to catch this error
6991 with a breakpoint.:
6992
6993 * xdisp.c (forward_to_next_line_start): Check for newlines,
6994 not end of line, which includes CR.
6995
6996 2000-11-28 Kenichi Handa <handa@etl.go.jp>
6997
6998 * coding.c (Ffind_coding_systems_region_internal): Be sure to
6999 include no-conversion.
7000
7001 2000-11-27 Jason Rumney <jasonr@gnu.org>
7002
7003 * w32fns.c (w32_load_system_font): Always mark font as double byte
7004 if codepage is unicode.
7005
7006 2000-11-27 Gerd Moellmann <gerd@gnu.org>
7007
7008 * xdisp.c (forward_to_next_line_start): If already on a newline,
7009 just consume it to avoid unintended skipping over invisible text below.
7010
7011 * keyboard.c (lucid_event_type_list_p): Handle `help-echo',
7012 `vertical-line', `mode-line' and `header-line' events.
7013
7014 * xdisp.c (try_window_id): Avoid starting to display in the middle
7015 of a character, a TAB for instance. This is easier than to set
7016 up the iterator exactly, and it's not a frequent case, so the
7017 additional effort wouldn't really pay off.
7018
7019 2000-11-26 Andrew Choi <akochoi@i-cable.com>
7020
7021 * emacs.c (main) [macintosh]: Call syms_of_frame before calling
7022 init_window_once.
7023
7024 2000-11-25 Jason Rumney <jasonr@gnu.org>
7025
7026 * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]:
7027 Args to window_from_coordinates should be pixel coordinates.
7028
7029 * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new
7030 redisplay handles them properly.
7031
7032 2000-11-25 Miles Bader <miles@gnu.org>
7033
7034 * indent.c (compute_motion): Keep pos_byte in sync with pos.
7035
7036 2000-11-24 Jason Rumney <jasonr@gnu.org>
7037
7038 * w32.c (init_environment): Set LANG environment variable based on
7039 locale settings, if not set.
7040
7041 * w32fns.c (x_set_tool_bar_lines): Clear internal border when
7042 making tool bar smaller. When clearing the frame, also
7043 clear current matrices. Clear frame when tool bar disappears.
7044 Don't use more lines for the tool-bar than is available.
7045 (x_change_window_heights): New function.
7046
7047 2000-11-24 Gerd Moellmann <gerd@gnu.org>
7048
7049 * xdisp.c (init_from_display_pos): If POS says we're already after
7050 an overlay string ending at POS, make sure to pop the iterator
7051 because it will be in front of that overlay string. When POS is
7052 ZV, we've thereby also ``processed'' overlay strings at ZV.
7053
7054 * xfaces.c (lface_from_face_name): Function comment fix.
7055
7056 2000-11-24 Miles Bader <miles@gnu.org>
7057
7058 * xdisp.c (display_menu_bar, display_mode_line): Change the way we
7059 apply `mode-line-inverse-video' -- zero means force display using
7060 the default face, non-zero means display using the specialized face.
7061 (syms_of_xdisp): `mode-line-inverse-video' defaults to true again.
7062
7063 2000-11-23 Kenichi Handa <handa@etl.go.jp>
7064
7065 * alloc.c (Fmake_string): Use MAX_MULTIBYTE_LENGTH, instead of
7066 hard coded `4'.
7067
7068 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7069
7070 * coding.c (decode_coding_emacs_mule): Fix the case of
7071 CODING_EOL_LF, which used uninitialized value of c.
7072
7073 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7074
7075 * xdisp.c (syms_of_xdisp): Make fontification-functions buffer-local.
7076
7077 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7078
7079 * buffer.c (Fmake_indirect_buffer): Don't treat nil as a
7080 buffer object.
7081
7082 * frame.h (struct frame): Replace desired_tool_bar_items,
7083 current_tool_bar_items, n_desired_tool_bar_items,
7084 n_current_tool_bar_items with tool_bar_items and n_tool_bar_items.
7085
7086 * frame.c (make_frame): Change initialization of tool bar
7087 items accordingly.
7088
7089 * xterm.c (x_handle_tool_bar_click, note_tool_bar_highlight):
7090 Change references to members deleted from struct frame to use the
7091 new ones.
7092
7093 * xdisp.c (update_tool_bar, build_desired_tool_bar_string): Change
7094 references to members deleted from struct frame to use the new ones.
7095
7096 * dispnew.c (update_frame): Do nothing with frame's tool bar items.
7097
7098 * alloc.c (mark_object) <frame>: Mark tool bar items differently.
7099
7100 * w32term.c (x_tool_bar_item, w32_handle_tool_bar_click)
7101 (note_tool_bar_highlight): Change references to members deleted
7102 from struct frame to use the new ones.
7103
7104 2000-11-23 Miles Bader <miles@gnu.org>
7105
7106 * xdisp.c (display_menu_bar): Or `mode-line-inverse-video' with
7107 the face's inverse-video attribute, rather than overriding it.
7108
7109 2000-11-22 Gerd Moellmann <gerd@gnu.org>
7110
7111 * xfns.c (x_set_tool_bar_lines): Clear internal border when
7112 making tool bar smaller.
7113
7114 2000-11-22 Dave Love <fx@gnu.org>
7115
7116 * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
7117
7118 2000-11-22 Miles Bader <miles@gnu.org>
7119
7120 * keyboard.c (Vminibuffer_message_timeout): New variable.
7121 (command_loop_1): Use it to determine message timeout.
7122 (syms_of_keyboard): Initialize it.
7123
7124 * xdisp.c (syms_of_xdisp): `mode-line-inverse-video' defaults to nil.
7125
7126 2000-11-22 Kenichi Handa <handa@etl.go.jp>
7127
7128 * sysdep.c: Move the code for declaring h_errno after #include
7129 <netdb.h>.
7130
7131 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7132
7133 * xfns.c (Fx_hide_tip) [USE_LUCID]: Add a hack to redisplay
7134 the menu bar when the tooltip is unmapped.
7135
7136 * buffer.c (Fkill_buffer): Notice if the buffer to kill is the
7137 sole visible buffer when we're currently in the mini-buffer, and
7138 give up if so.
7139
7140 2000-11-21 Jason Rumney <jasonr@gnu.org>
7141
7142 * w32select.c (Fw32_set_clipboard_data): Save a copy of what is
7143 put on the clipboard.
7144 (Fw32_get_clipboard_data): Compare data on clipboard with saved
7145 copy of what Emacs last put there. If they are the same, do not
7146 use the clipboard copy to avoid losing data due to coding conversions.
7147
7148 2000-11-22 Miles Bader <miles@gnu.org>
7149
7150 * minibuf.c (Vminibuffer_prompt_properties): New variable.
7151 (syms_of_minibuf): Initialize it.
7152 (read_minibuf): Add properties from Vminibuffer_prompt_properties
7153 to prompt, don't make read-only.
7154
7155 2000-11-21 Gerd Moellmann <gerd@gnu.org>
7156
7157 * bytecode.c (Fbyte_code) <Bvarbind, Bunwind_protect>:
7158 Add BEFORE/AFTER_POTENTIAL_GC.
7159
7160 * s/hpux10.h (_FILE_OFFSET_BITS): Undef.
7161
7162 * buffer.c (mmap_free_1): Avoid a compiler warning.
7163
7164 * term.c, cm.c: Don't try to include termcap.h; see comment there.
7165
7166 2000-11-21 Kenichi Handa <handa@etl.go.jp>
7167
7168 * s/sol2-5.h: Move #undef USE_MMAP_FOR_BUFFERS out of #if 0
7169 ... #endif scope.
7170
7171 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7172
7173 * xfns.c (x_create_tip_frame): Use CWSaveUnder only if the
7174 screen supports it.
7175
7176 * s/gnu-linux.h: Don't use `#cpu'.
7177
7178 * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's
7179 not defined in mman.h.
7180
7181 * xterm.c (scroll_bar_windows, scroll_bar_windows_size): New variables.
7182 (x_send_scroll_bar_event): Store the window in scroll_bar_windows
7183 and store an index in the XClientMessageEvent. Storing a
7184 Lisp_Object or pointer can fail on a 64 bit system, since X only
7185 transfers 32 bits.
7186 (x_scroll_bar_to_input_event): Get the window from scroll_bar_windows.
7187
7188 2000-11-20 Dave Love <fx@gnu.org>
7189
7190 * Makefile.in (LIBX): Reorder for -lX11 after -lXpm.
7191
7192 2000-11-20 Gerd Moellmann <gerd@gnu.org>
7193
7194 * s/sol2-5.h (USE_MMAP_FOR_BUFFERS): Undefine.
7195
7196 2000-11-20 Kenichi Handa <handa@etl.go.jp>
7197
7198 * charset.c (get_new_private_charset_id): Don't limit CHARSET_ID
7199 by WIDTH.
7200
7201 * alloc.c (make_string): Fix previous change. Be sure to make
7202 unibyte string correctly.
7203
7204 2000-11-19 Gerd Moellmann <gerd@gnu.org>
7205
7206 * window.c (Fwindow_list): Change parameter list to be XEmacs
7207 compatible.
7208 (window_list_1): New function.
7209 (window_loop): Use it instead of Fwindow_list.
7210
7211 * sysdep.c (emacs_ospeed): New variable.
7212 (toplevel): Don't declare ospeed extern.
7213 (init_baud_rate): Use emacs_ospeed instead of ospeed.
7214
7215 * termcap.c (ospeed): Remove.
7216 (tputs) [!emacs]: Remove unused code.
7217 (tgetent): Avoid a compiler warning.
7218
7219 * xterm.c (x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
7220 (x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
7221 SCROLL_BAR_X_WIDGET with additional argument DPY.
7222
7223 * xterm.h (struct scroll_bar): Members x_widget_low, x_widget_high
7224 removed.
7225 (SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
7226 Take the X display as additional argument.
7227 (SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
7228 `Widget' is a pointer type that's not easily stored in Lisp_Object
7229 form in a portable way.
7230
7231 * dispnew.c (update_text_area): Fix last change.
7232
7233 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7234
7235 * xdisp.c: Use BINDING_STACK_SIZE throughout.
7236
7237 * xfns.c (x_set_tool_bar_lines): When clearing the frame, also
7238 clear current matrices.
7239
7240 * buffer.c (mmap_enlarge): Don't print a message on stderr
7241 if mapping new memory at the end of the existing region fails.
7242
7243 * dispnew.c (update_text_area): Don't skip over equal glyphs
7244 when the last current glyph overlaps the glyph to its right.
7245
7246 2000-11-18 Miles Bader <miles@gnu.org>
7247
7248 * xdisp.c (message_log_check_duplicate): Let "..."-detection match
7249 lines that *end* with "..." too (that's the most common case!).
7250
7251 2000-11-18 Gerd Moellmann <gerd@gnu.org>
7252
7253 * xdisp.c (resize_mini_window): Temporarily change to the
7254 mini-window's buffer if necessary.
7255
7256 * xfns.c (Fx_show_tip): Use default y-offset of -10 so that
7257 the tooltip obscures less text under it.
7258
7259 2000-11-17 Gerd Moellmann <gerd@gnu.org>
7260
7261 * puresize.h (BASE_PURESIZE): Increase to 700000.
7262
7263 2000-11-18 Jason Rumney <jasonr@gnu.org>
7264
7265 * w32term.c (w32_draw_bitmap): Use face to set colors.
7266
7267 2000-11-17 Dave Love <fx@gnu.org>
7268
7269 * lread.c (Fload): Fix #ifdef for pcc.
7270
7271 2000-11-17 Gerd Moellmann <gerd@gnu.org>
7272
7273 * xdisp.c (pos_visible_p): Compute the default character height
7274 differently.
7275
7276 2000-11-16 Gerd Moellmann <gerd@gnu.org>
7277
7278 * xdisp.c (pos_visible_p): Handle case that we reach ZV without
7279 knowing the line's height; use the default font's height in that case.
7280
7281 * xfaces.c (weight_table): Add `demi' with the same meaning as
7282 `demibold'.
7283
7284 2000-11-16 Kenichi Handa <handa@etl.go.jp>
7285
7286 * dispnew.c (null_row): New global static variable.
7287 (clear_glyph_row): Delete local static variable null_row.
7288
7289 2000-11-15 Jason Rumney <jasonr@gnu.org>
7290
7291 * w32term.c (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
7292 (w32_alloc_lighter_color): Use new brightness calculations from
7293 xterm.c. Scale delta to be in the range expected by W32.
7294 (w32_draw_relief_rect): Use frame relief colors.
7295
7296 2000-11-15 Gerd Moellmann <gerd@gnu.org>
7297
7298 * frame.c (syms_of_frame_1): Removed; code moved to syms_of_frame.
7299 (Qinhibit_default_face_x_resources): New variable.
7300 (syms_of_frame): Initialize it.
7301 (Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
7302
7303 * xdisp.c (pos_visible_p): Improve function comment.
7304
7305 * lisp.h (BINDING_STACK_SIZE): New macro.
7306
7307 * dired.c (directory_files_internal) [EAGAIN || EINTR]: Retry
7308 reading the directory if readdir returns null and errno is EAGAIN
7309 or EINTR.
7310
7311 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7312
7313 * xdisp.c (try_scrolling): Set scroll_max to max of scroll_* args
7314 so setting scroll-step to 1 doesn't defeat scroll-conservatively.
7315 Set amount_to_scroll to max of dx and scroll_step so that
7316 scroll-conservatively doesn't defeat scroll-step>1.
7317 (syms_of_xdisp): Add a hint in scroll-step's docstring to use
7318 scroll-conservatively for line-at-a-time scrolling.
7319
7320 2000-11-14 Gerd Moellmann <gerd@gnu.org>
7321
7322 * window.c (Fpos_visible_in_window_p): Call pos_visible with
7323 extra argument.
7324
7325 * xdisp.c (current_mode_line_height, current_header_line_height):
7326 New variables.
7327 (init_xdisp): Initialize them.
7328 (pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute
7329 and use exact mode line heights if it is set.
7330
7331 * lisp.h (pos_visible_p): Change prototype.
7332
7333 * dispextern.h (CURRENT_MODE_LINE_HEIGHT)
7334 (CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
7335 and current_header_line_height first.
7336 (current_mode_line_height, current_header_line_height):
7337 Declare extern.
7338
7339 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7340
7341 * xterm.c (x_alloc_lighter_color): Use real brightness calculation.
7342 Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
7343 (HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
7344
7345 2000-11-14 Miles Bader <miles@gnu.org>
7346
7347 * xterm.c (x_alloc_lighter_color): Include an additive component
7348 too for dark colors, because FACTOR isn't enough.
7349 (HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
7350 New macros.
7351
7352 2000-11-13 Gerd Moellmann <gerd@gnu.org>
7353
7354 * keyboard.c (show_help_echo): Call message3_nolog with number of
7355 bytes in the help string as 2nd parameter, instead of the number
7356 of characters.
7357
7358 2000-11-13 Miles Bader <miles@gnu.org>
7359
7360 * lread.c (openp): Return -2 instead of 0 for the `remote file' case.
7361 (Fload): Use new openp return protocol.
7362 Don't try to use Vload_source_file_function to load .elc files.
7363 * xfns.c (x_create_bitmap_from_file, x_find_image_file): Use new
7364 openp return protocol.
7365 * w32fns.c (x_create_bitmap_from_file, x_find_image_file): Likewise.
7366
7367 2000-11-11 Kenichi Handa <handa@etl.go.jp>
7368
7369 * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
7370
7371 * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
7372 Defined these macros.
7373 (NLIST_STRUCT): Avoid re-defining it.
7374
7375 * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
7376 -I/usr/contrib/X11R6/include.
7377 (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
7378
7379 2000-11-10 Jason Rumney <jasonr@gnu.org>
7380
7381 * w32term.h (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.
7382
7383 * w32term.c (w32_encode_char): Handle CP_UNICODE specially.
7384 (w32_use_unicode_for_codepage): Use new pseudo-codepages.
7385
7386 * w32fns.c (Qw32_charset_hangeul): Rename to match w32 headers.
7387 (Qw32_charset_vietnamese): New symbol.
7388 (xlfd_charset_of_font): New function.
7389 (w32_load_system_font): Use it.
7390 (x_to_w32_charset): Use Fassoc to find charset info. Special case
7391 when Vw32_charset_info_alist is nil to ensure default face always
7392 has font. Use Fcar and Fcdr for safety.
7393 (w32_to_x_charset): Use Vw32_charset_info_alist for mappings.
7394 (w32_codepage_for_font): Use xlfd_charset_of_font. Use new
7395 pseudo-codepages for special cases.
7396 (w32_to_x_font): New parameter to allow charset portion to be
7397 specified where there is many to one mapping. Callers changed.
7398 (w32_list_fonts): Avoid listing fonts that won't display.
7399
7400 2000-11-10 Gerd Moellmann <gerd@gnu.org>
7401
7402 * xfaces.c (Vface_alternative_font_registry_alist): New variable.
7403 (font_list_1): Renamed from font_list.
7404 (font_list): New function, trying alternative registries from
7405 Vface_alternative_font_registry_alist.
7406 (Finternal_set_alternative_font_registry_alist): New function.
7407 (syms_of_xfaces): Initialize and Staticpro
7408 Vface_alternative_font_registry_alist.
7409 Defsubr Finternal_set_alternative_font_registry_alist.
7410
7411 2000-11-09 Ken Raeburn <raeburn@gnu.org>
7412
7413 * lisp.h (Flooking_at): Declare.
7414
7415 2000-11-09 Gerd Moellmann <gerd@gnu.org>
7416
7417 * dired.c (directory_files_internal): Fix a braino.
7418
7419 * dired.c (directory_files_internal): Add missing GCPRO's.
7420 Some cleanup.
7421
7422 2000-11-08 Gerd Moellmann <gerd@gnu.org>
7423
7424 * xdisp.c (syms_of_xdisp): Change doc of max-mini-window-height.
7425 (resize_mini_window): Return quickly if Vresize_mini_window is
7426 nil. Don't return if Vmax_mini_window_height is nil.
7427
7428 * xdisp.c (Vresize_mini_window, Qgrow_only): New variables.
7429 (syms_of_xdisp): Initialize them.
7430 (resize_mini_window): Act according to the setting of
7431 Vresize_mini_window.
7432 (syms_of_xdisp): Initialize Vmenu_bar_update_hook to nil.
7433
7434 * xterm.c (x_scroll_bar_create) [USE_TOOLKIT_SCROLL_BARS]: Map the
7435 scroll bar widget after configuring it, so that it will appear at
7436 the right position from the start.
7437 (XTredeem_scroll_bar): Cleaned up.
7438
7439 2000-11-08 Kenichi Handa <handa@etl.go.jp>
7440
7441 * xterm.c (VCENTER_BASELINE_OFFSET): Fix previous change. If the
7442 font is taller than the frame line, we don't have to bias the
7443 division by two.
7444
7445 * w32term.c (VCENTER_BASELINE_OFFSET): Likewise.
7446
7447 2000-11-07 Dave Love <fx@gnu.org>
7448
7449 * config.in (HAVE_MKSTEMP): Add.
7450
7451 * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.
7452
7453 2000-11-07 Gerd Moellmann <gerd@gnu.org>
7454
7455 * window.c (Fset_window_configuration): Don't try to preserve
7456 point in the current buffer, if that buffer is displayed in more
7457 than one window.
7458
7459 * xfaces.c (lookup_named_face): If default face isn't realized,
7460 try to realize it. Return -1 if not successful.
7461 (Fx_list_fonts): Handle case that face cannot be determined.
7462 (Fface_font): Likewise.
7463
7464 2000-11-06 Gerd Moellmann <gerd@gnu.org>
7465
7466 * window.c (displayed_window_lines): Detect partially
7467 visible lines at the bottom correctly.
7468
7469 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7470
7471 * fileio.c (Fwrite_region): Use `visiting' rather than `visit'
7472 when ensuring we don't do visit in indirect buffer.
7473
7474 2000-11-06 Kenichi Handa <handa@etl.go.jp>
7475
7476 * composite.h (compose_chars_in_text): Add prototype.
7477
7478 * composite.c (Vcomposition_function_table): New variable.
7479 (Qcomposition_function_table): New variable.
7480 (run_composition_function): Call
7481 Vcompose_chars_after_function with three arguments.
7482 (compose_chars_in_text): New function.
7483 (syms_of_composite): Modified the doc-string of
7484 Vcompose_chars_after_function. Declare composition-function-table
7485 as a lisp variable, and initialize it.
7486
7487 * xfns.c (x_encode_text): Suppress producing escape sequences for
7488 composition.
7489
7490 * xselect.c: Include composite.h.
7491 (selection_data_to_lisp_data): Call compose_chars_in_text on STR.
7492
7493 2000-11-05 Andrew Innes <andrewi@gnu.org>
7494
7495 * w32term.c (x_produce_glyphs): Fix typo in enum name.
7496
7497 * sysdep.c (read_input_waiting): Remove extraneous argument to
7498 read_socket_hook.
7499
7500 * w32fns.c (Fx_server_version): Include w32_build_number in the
7501 return list.
7502
7503 * w32heap.c (w32_build_number): New variable.
7504 (cache_system_info): Set it.
7505
7506 * w32heap.h (w32_build_number): Add extern.
7507
7508 * emacs.c (syms_of_emacs): Update docstring for
7509 system-configuration, to reflect the actual usage on MS-Windows.
7510
7511 2000-10-31 Gerd Moellmann <gerd@gnu.org>
7512
7513 * keyboard.c (read_char) <wrong_kboard>: Make sure that we
7514 process idle timers while waiting for another event.
7515
7516 * dispnew.c (update_frame_line): Handle case where spaces in
7517 the default face are colored.
7518
7519 * xdisp.c (redisplay_tool_bar): Don't set fonts_changed_p if
7520 window height hasn't changed.
7521
7522 2000-10-31 Jason Rumney <jasonr@gnu.org>
7523
7524 * w32term.c (x_produce_glyphs): Handle composite characters.
7525 (x_draw_glyph_string_foreground)
7526 (x_draw_composite_glyph_string_foreground): Restore old font.
7527
7528 2000-10-31 Miles Bader <miles@lsi.nec.co.jp>
7529
7530 * minibuf.c (read_minibuf): Reset the undo history just before
7531 starting the recursive-edit.
7532
7533 2000-10-30 Gerd Moellmann <gerd@gnu.org>
7534
7535 * xfaces.c (menu_face_change_count): New variable.
7536 (Finternal_set_lisp_face_attribute): Increment it for changes
7537 of the `menu' face.
7538 (realize_basic_faces): Reflect changes in the `menu' faces
7539 in menu bars.
7540
7541 * xdisp.c (try_scrolling) <PT >= scroll_margin_pos>: Add 1 to the
7542 dy obtained from the iterator's y-position after moving from
7543 scroll_margin_pos to PT; see comment there.
7544
7545 * xdisp.c (safe_eval_handler): Call add_to_log.
7546
7547 * xfaces.c (resolve_face_name): Handle case that FACE_NAME
7548 is not a symbol or string.
7549
7550 * xdisp.c (echo_area_display): Don't perform a display update from
7551 inside redisplay. The update will happen anyway at the end of
7552 redisplay, and it can confuse redisplay (GC messages while
7553 redisplaying, for instance.)
7554
7555 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
7556
7557 * xrdb.c (x_load_resources): Use the class name in the defaults.
7558
7559 * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
7560 (regex_compile): Catch bogus \(\1\).
7561
7562 2000-10-30 Gerd Moellmann <gerd@gnu.org>
7563
7564 * xterm.c (x_alloc_nearest_color): Fix last change to compare
7565 RGB values.
7566
7567 * xterm.c (x_alloc_nearest_color): If allocation succeeds, and
7568 we have a color cache, check that the cached color equals the
7569 allocated color. If not, clear the color cache.
7570
7571 * window.c (displayed_window_lines): Change buffers if necessary.
7572 Fix computation of displayed lines.
7573
7574 * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of
7575 update_menu_bindings to DEFVAR_BOOL.
7576
7577 2000-10-30 Kenichi Handa <handa@etl.go.jp>
7578
7579 * search.c (Fset_match_data): Be sure to make search_regs always sane.
7580
7581 * puresize.h (BASE_PURESIZE): Increase to 680000.
7582
7583 * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
7584
7585 2000-10-29 Jason Rumney <jasonr@gnu.org>
7586
7587 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
7588
7589 * w32term.c (w32_bdf_per_char_metric): Negate descent.
7590 (w32_cache_char_metrics): Handle possibility that 'x' does not
7591 exist in a BDF font.
7592 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
7593
7594 * w32bdf.h (bdffont): Add nchars.
7595
7596 * w32bdf.c (set_bdf_font_info): Set it.
7597 (w32_BDF_TextOut): Swap byte order of double byte characters.
7598 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
7599
7600 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7601
7602 * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
7603 don't override the colors in frame's param_alist, unless they are
7604 unspecified.
7605
7606 * term.c (reassert_line_highlight): If inverse_video is non-zero,
7607 reverse the effect of the highlight flag.
7608
7609 2000-10-27 Ken Raeburn <raeburn@gnu.org>
7610
7611 * window.h (Fwindow_live_p): Declare.
7612
7613 * undo.c (record_delete): Check that last_undo_buffer is really a
7614 buffer before applying XBUFFER to it.
7615
7616 * keymap.c (where_is_internal): Pass lisp object, not integer, to
7617 Faref.
7618
7619 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7620
7621 * lisp.h (KEYMAPP): New macro.
7622 (get_keymap): Remove.
7623 (get_keymap_1): Rename get_keymap.
7624
7625 * keyboard.h (get_keymap_1, Fkeymapp): Remove prototype.
7626
7627 * xterm.c (note_mode_line_highlight): Use KEYMAPP.
7628
7629 * xmenu.c (single_submenu): Use KEYMAPP.
7630 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
7631 Use KEYMAPP rather than Fkeymapp.
7632
7633 * w32term.c (note_mode_line_highlight): Use KEYMAPP.
7634
7635 * w32menu.c (True, False): Remove (use TRUE and FALSE instead).
7636 (Fx_popup_menu): Fetch keymaps rather than checking Fkeymapp.
7637 Use KEYMAPP rather than Fkeymapp.
7638 (single_submenu): Use KEYMAPP.
7639 (w32_menu_show, w32_dialog_show): Use TRUE.
7640
7641 * minibuf.c (Fread_from_minibuffer): Update call to get_keymap.
7642
7643 * keymap.c (KEYMAPP): Remove (moved to lisp.h).
7644 (Fkeymapp): Use KEYMAPP.
7645 (get_keymap): Rename from get_keymap_1. Remove old def.
7646 Return t when autoload=0 and error=0 and the keymap needs autoloading.
7647 (Fcopy_keymap): Check (eq (car x) 'keymap) rather than using Fkeymapp.
7648 (Fminor_mode_key_binding): Don't raise an error if the binding
7649 is not a keymap.
7650 (Fuse_global_map, Fuse_local_map): Allow autoloading.
7651 (Faccessible_keymaps): Fetch keymaps rather than checking Fkeymapp.
7652
7653 * keyboard.c (read_char): get_keymap_1 -> get_keymap.
7654 Allow Vspecial_event_map to be autoloaded.
7655 (menu_bar_items): Fetch the keymap rather than using keymapp.
7656 (menu_bar_one_keymap): No need to follow func-indirect any more.
7657 (parse_menu_item): get_keymap_1 -> get_keymap.
7658 (tool_bar_items): Fetch the keymap rather than using keymapp.
7659 (read_key_sequence): Use KEYMAPP.
7660
7661 * intervals.c (get_local_map): Use get_keymap rather than following
7662 function-indirections explicitly.
7663
7664 * doc.c (Fsubstitute_command_keys): get_keymap_1 -> get_keymap.
7665
7666 2000-10-27 Jason Rumney <jasonr@gnu.org>
7667
7668 * w32fns.c (Fx_create_frame): Make default fontsize on w32 10
7669 point, as Windows has oversized fonts.
7670
7671 * fontset.c (syms_of_fontset) [WINDOWSNT]: Likewise.
7672
7673 2000-10-27 Gerd Moellmann <gerd@gnu.org>
7674
7675 * gmalloc.c [GC_MCHECK]: Add code from mcheck.c of glibc-1.09.1.
7676 (freehook, reallochook): Handle null pointer arguments.
7677 (__malloc_initialize) [GC_MCHECK]: Call mcheck.
7678
7679 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
7680
7681 * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
7682 (re_match_2_internal, re_match_2_internal, re_match_2_internal):
7683 Giving in to popular pressure to shut up the compiler with casts.
7684
7685 2000-10-27 Gerd Moellmann <gerd@gnu.org>
7686
7687 * xterm.c (x_draw_glyph_string): Treat XA_UNDERLINE_POSITION as a
7688 signed value, and use a default value computed from the font's
7689 maximum descent.
7690
7691 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
7692
7693 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
7694 that specify a negative underline position can still use underlines.
7695
7696 * window.c (Fpos_visible_in_window_p): Make POS default to
7697 WINDOW's point, not the current buffer's point.
7698
7699 2000-10-26 Dave Love <fx@gnu.org>
7700
7701 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out
7702 when it's necessary.
7703
7704 2000-10-26 Gerd Moellmann <gerd@gnu.org>
7705
7706 * window.c (size_window): Compute size difference from sum of old
7707 child window sizes instead of from parent's size.
7708
7709 * xdisp.c (pos_visible_p): Change current buffer if necessary.
7710 Handle obscured lines at the top of the window.
7711
7712 * frame.c (Fdelete_frame): Doc fix. Move running the hook
7713 down after the last error condition check.
7714
7715 * frame.c (Fdelete_frame): Run delete-frame-hook.
7716
7717 2000-10-26 Kenichi Handa <handa@etl.go.jp>
7718
7719 * coding.c (decode_coding): Fix previous change (check also
7720 CODING_MODE_LAST_BLOCK).
7721
7722 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7723
7724 * regex.c: More `unsigned char' -> `re_char' changes.
7725 Also change several `int' into `re_wchar_t'.
7726 (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
7727 (PUSH_FAILURE_POINTER): Don't cast any more.
7728 (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
7729 We want GCC to complain, since this piece of code makes
7730 re_match non-reentrant, which *should* be fixed.
7731 (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
7732 (EXTEND_BUFFER): Use RETALLOC.
7733 (SET_LIST_BIT): Don't cast.
7734 (re_wchar_t): New type.
7735 (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
7736 that those two functions will always properly return.
7737 (IMMEDIATE_QUIT_CHECK): Cast to void.
7738 (analyse_first): Use recursion rather than an explicit stack.
7739 (re_compile_fastmap): Can't fail anymore.
7740 (re_search_2): Don't check re_compile_fastmap for failure.
7741 (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
7742 Now also sets the new value (passed in a new argument).
7743 (re_match_2_internal): Use it.
7744 Also, use a new var `reg' of type size_t when looping through regs
7745 rather than reuse the inappropriate `mcnt'.
7746
7747 * keymap.c (where_is_cache, where_is_cache_keymaps): New vars.
7748 (Fset_keymap_parent, store_in_keymap): Flush the where-is cache.
7749 (where_is_internal): Renamed from Fwhere_is_internal.
7750 Don't DEFUN any more. Arg `xkeymap' replaced by `keymaps'.
7751 (Fwhere_is_internal): New function wrapping where_is_internal.
7752 (where_is_internal_1): Handle the case where we're filling the cache.
7753 (syms_of_keymap): Init and gcpro the where_is_cache(|_keymaps).
7754
7755 2000-10-25 Miles Bader <miles@gnu.org>
7756
7757 * xdisp.c (pos_visible_p): Don't add `it.current_y' twice.
7758
7759 2000-10-25 Gerd Moellmann <gerd@gnu.org>
7760
7761 * window.c (pos_fully_visible_p): Removed.
7762 (Fpos_visible_in_window_p): Use pos_visible_p to determine
7763 if position is visible and/or fully visible.
7764
7765 * lisp.h (pos_visible_p): Add prototype.
7766
7767 * xdisp.c (pos_visible_p): New function.
7768
7769 2000-10-25 Kenichi Handa <handa@etl.go.jp>
7770
7771 * process.c (send_process): If OBJECT is t, it means that the data
7772 is from C string, but we should encode it. Before calling
7773 setup_raw_text_coding_system, be sure to flush out data by the
7774 previous coding system.
7775
7776 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7777
7778 * buffer.c (overlays_at): Only let CHANGE_REQ inhibit an
7779 assignment of startpos to prev when startpos == pos.
7780
7781 * editfns.c (find_field): Set the field stickiness correctly from
7782 overlay fields. Use renamed `text_property_stickiness'.
7783 (text_property_stickiness): Renamed from `char_property_stickiness'.
7784 Only check text properties, not overlays.
7785 * textprop.c (get_char_property_and_overlay): New function.
7786 (Fget_char_property): Use it.
7787 * intervals.h (get_char_property_and_overlay): Add declaration.
7788
7789 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7790
7791 * keymap.c: Use AREF, ASET and ASIZE macros.
7792 (Fmake_sparse_keymap): Docstring fix.
7793 (synkey): Remove.
7794 (shadow_lookup): Move up.
7795 Handle the case where lookup-key returns an integer.
7796 (where_is_internal_1): Drop arg `keymap'. Don't check shadowing.
7797 (where_is_internal_2): Adapt to fewer args for where_is_internal_1.
7798 (Fwhere_is_internal): Allow `xkeymap' to be a list of keymaps.
7799 Simplify/rewrite the keymap-finding code.
7800 Add check for command shadowing, using shadow_lookup.
7801
7802 2000-10-24 Stefan Monnier <monnier@cs.yale.edu>
7803
7804 * keymap.c (fix_submap_inheritance): Use get_keymap_1 on parent_entry
7805 rather than KEYMAPP, to allow EQ to work correctly if parent_entry is
7806 a symbol.
7807
7808 2000-10-24 Andrew Innes <andrewi@gnu.org>
7809
7810 * dired.c (directory_files_internal_unwind): New function.
7811 (directory_files_internal): Use it to ensure closedir is called
7812 even if expand-file-name or file-attributes throw, eg. because of
7813 a user interrupt. Also enable immediate_quit while calling
7814 re_search, so that matching can be interrupted as well.
7815
7816 2000-10-24 Andrew Innes <andrewi@gnu.org>
7817
7818 * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
7819 NT-Emacs only.
7820 (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
7821 so that re_search functions only quit when callers expect them to.
7822
7823 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7824
7825 * regex.c (regex_compile): Change the way of handling a range from
7826 a char less than 256 to a char not less than 256.
7827
7828 2000-10-24 Gerd Moellmann <gerd@gnu.org>
7829
7830 * window.c (size_window): Prevent setting window's width or
7831 height to a negative value (esp. with XSETFASTINT).
7832
7833 * gmalloc.c (state_protected_p, last_state_size, last_heapinfo)
7834 [GC_MALLOC_CHECK && GC_PROTECT_MALLOC_STATE]: New variables.
7835 (protect_malloc_state) [GC_MALLOC_CHECK &&
7836 GC_PROTECT_MALLOC_STATE]: New function.
7837 (PROTECT_MALLOC_STATE): New macro.
7838 (__malloc_initialize, morecore, _malloc_internal)
7839 (_free_internal) _realloc_internal): Use it to make _heapinfo
7840 read-only outside of gmalloc.
7841
7842 * keymap.c: Update copyright.
7843
7844 * .gdbinit (xbacktrace): Handle case that $bt->function isn't
7845 a symbol.
7846
7847 2000-10-24 Colin Walters <walters@cis.ohio-state.edu>
7848
7849 * filelock.c (unlock_all_files): Use unlock_file to expand each
7850 buffer's file_truename before trying remove its lock file.
7851
7852 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7853
7854 * coding.c (decode_coding_emacs_mule): If coding->eol_type is CR
7855 or CRLF, decode EOLs.
7856
7857 2000-10-24 Kenichi Handa <handa@etl.go.jp>
7858
7859 * window.c (Fdisplay_buffer): Fix doc.
7860
7861 2000-10-23 Jason Rumney <jasonr@gnu.org>
7862
7863 * fontset.c (syms_of_fontset) [WINDOWSNT]: Special case for
7864 ASCII font of default fontset on Windows.
7865
7866 * w32term.c (VCENTER_BASELINE_OFFSET): Bias division (see
7867 xterm.c comment below).
7868
7869 * w32fns.c (x_to_w32_font): Initialize dpi from dpyinfo->resy.
7870
7871 2000-10-23 Gerd Moellmann <gerd@gnu.org>
7872
7873 * xterm.c (x_connection_closed): Reset handling_signal.
7874
7875 * alloc.c (emacs_blocked_free) [GC_MALLOC_CHECK]: Handle freeing null.
7876
7877 2000-10-23 Miles Bader <miles@gnu.org>
7878
7879 * window.c (window_scroll_pixel_based, window_scroll_line_based):
7880 Pass nil for FULLY argument to Fpos_visible_in_window_p to
7881 maintain old behavior.
7882 * minibuf.c (Fminibuffer_complete): Likewise.
7883
7884 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7885
7886 * xterm.c (VCENTER_BASELINE_OFFSET): Bias the division by two, so
7887 that when a font can't be exactly centered, it errs up rather than
7888 down.
7889
7890 2000-10-23 ShengHuo ZHU <zsh@cs.rochester.edu>
7891
7892 * fns.c (Fbase64_decode_string): The decoded result should be unibyte.
7893
7894 2000-10-23 Andrew Choi <akochoi@i-cable.com>
7895
7896 * dispextern.h [macintosh]: Include macgui.h instead of macterm.h.
7897
7898 * dispnew.c [macintosh]: Include macterm.h.
7899 (init_display) [macintosh]: Initialization for window system.
7900
7901 * emacs.c (main) [macintosh]: Call syms_of_textprop,
7902 syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm,
7903 syms_of_search, x_term_init, and init_keyboard before calling
7904 init_window_once. Also, call syms_of_xmenu.
7905
7906 * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of
7907 default fontset to Monaco.
7908
7909 * frame.c [macintosh]: Include macterm.h. Remove declarations of
7910 NewMacWindow and DisposeMacWindow.
7911 (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame
7912 instead of calling NewMacWindow and setting fields of
7913 f->output_data.mac directly. Call init_frame_faces.
7914 (Fdelete_frame) [macintosh]: Remove unused code.
7915 (Fmodify_frame_parameters) [macintosh]: Call
7916 x_set_frame_parameters instead of mac_set_frame_parameters.
7917
7918 * frame.h [macintosh]: Define menu_bar_lines field in struct
7919 frame. Define FRAME_EXTERNAL_MENU_BAR macro.
7920
7921 * keyboard.c [macintosh]: Include macterm.h.
7922 (kbd_buffer_get_event) [macintosh]: Generate delete_window_event
7923 and menu_bar_activate_event type events as for X and NT.
7924 (make_lispy_event) [macintosh]: Construct lisp events of type
7925 MENU_BAR_EVENT as for X and NT.
7926
7927 * sysdep.c [macintosh]: Remove declaration for sys_signal.
7928 Include stdlib.h. Remove definition of Vx_bitmap_file_path.
7929 (sys_subshell) [macintosh]: Remove definition entirely.
7930 (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and
7931 Vwindow_system_version here. Remove initialization of
7932 Vx_bitmap_file_path.
7933 (read_input_waiting): Correct the number of parameters passed to
7934 read_socket_hook.
7935 Move all Macintosh functions to mac/mac.c.
7936
7937 * term.c [macintosh]: Include macterm.h.
7938
7939 * window.c [macintosh]: Include macterm.h.
7940
7941 * xdisp.c [macintosh]: Include macterm.h. Declare
7942 set_frame_menubar and pending_menu_activation.
7943 (echo_area_display) [macintosh]: Do not return if terminal frame
7944 is the selected frame.
7945 (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f).
7946 Allow only the selected frame to set menu bar.
7947 (redisplay_window) [macintosh]: Obtain menu bar to redisplay by
7948 calling FRAME_EXTERNAL_MENU_BAR (f).
7949 (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f).
7950
7951 * xfaces.c [macintosh]: Include macterm.h. Define x_display_info
7952 and check_x. Declare XCreateGC. Define x_create_gc and
7953 x_free_gc. Initialize font_sort_order.
7954 (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT,
7955 but call x_list_fonts instead of w32_list_fonts.
7956 (Finternal_face_x_get_resource) [macintosh]: Do not call
7957 display_x_get_resource.
7958 (prepare_face_for_display) [macintosh]: Set xgcv.font.
7959 (realize_x_face) [macintosh]: Load the font if it is specified in
7960 ATTRS.
7961 (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed to Qt.
7962
7963 2000-10-22 Stefan Monnier <monnier@cs.yale.edu>
7964
7965 * keymap.c (fix_submap_inheritance): Don't do anything if parent_entry
7966 is nil: since we go to the end of submap anyway, we'd end up
7967 setting nil to nil.
7968 (access_keymap): Don't use KEYMAPP on meta_map since KEYMAPP
7969 doesn't obey autoload.
7970
7971 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7972
7973 * msdos.c (dos_set_window_size): Update screen dimension variables.
7974
7975 2000-10-21 Jason Rumney <jasonr@gnu.org>
7976
7977 * w32term.c (w32_cache_char_metrics): Double check that font is
7978 really fixed pitch before trusting tmPitchAndFamily.
7979
7980 2000-10-21 Andrew Innes <andrewi@gnu.org>
7981
7982 * w32gui.h (w32_char_font_type): Move enum from w32term.c
7983
7984 * w32term.h: Extern decl for w32_cache_char_metrics.
7985
7986 * w32bdf.c (w32_load_bdf_font): Call w32_cache_char_metrics.
7987
7988 * w32fns.c (w32_load_system_font): Call w32_cache_char_metrics.
7989 (w32_unload_font): Free per_char array if present.
7990
7991 * w32term.c (w32_per_char_metric): Remove HDC argument. Use
7992 cached information in emulated XFontStruct to handle common cases
7993 quickly. Do not allocate XCharStruct for return.
7994 (w32_native_per_char_metric): New function.
7995 (w32_bdf_per_char_metric): Fill in supplied XCharStruct instead of
7996 allocating one.
7997 (x_produce_glyphs): Don't get an HDC. Change calls to
7998 w32_per_char_metric to match arg change above. Remove calls to
7999 free results.
8000 (w32_get_glyph_overhangs): Ditto.
8001 (w32_cache_char_metrics): New function.
8002
8003 * makefile.w32-in: Change .obj to .$(O) in all dependencies.
8004 ($(BLD)/casefiddle.$(O)): Remove compile command.
8005 ($(BLD)/gmalloc.$(O)): Remove compile command.
8006 ($(BLD)/dispnew.obj):
8007 ($(BLD)/keyboard.obj):
8008 ($(BLD)/w32inevt.obj):
8009 ($(BLD)/w32bdf.obj):
8010 ($(BLD)/alloc.obj):
8011 ($(BLD)/buffer.obj):
8012 ($(BLD)/editfns.obj):
8013 ($(BLD)/emacs.obj):
8014 ($(BLD)/fileio.obj):
8015 ($(BLD)/fns.obj):
8016 ($(BLD)/indent.obj):
8017 ($(BLD)/insdel.obj):
8018 ($(BLD)/intervals.obj):
8019 ($(BLD)/minibuf.obj):
8020 ($(BLD)/print.obj):
8021 ($(BLD)/scroll.obj):
8022 ($(BLD)/sysdep.obj):
8023 ($(BLD)/textprop.obj):
8024 ($(BLD)/widget.obj):
8025 ($(BLD)/xdisp.obj): Add dependency on w32gui.h.
8026 ($(BLD)/term.obj): Add dependency on dispextern.h.
8027
8028 * makefile.nt ($(BLD)\dispnew.obj):
8029 ($(BLD)\keyboard.obj):
8030 ($(BLD)\w32inevt.obj):
8031 ($(BLD)\w32bdf.obj):
8032 ($(BLD)\alloc.obj):
8033 ($(BLD)\buffer.obj):
8034 ($(BLD)\editfns.obj):
8035 ($(BLD)\emacs.obj):
8036 ($(BLD)\fileio.obj):
8037 ($(BLD)\fns.obj):
8038 ($(BLD)\indent.obj):
8039 ($(BLD)\insdel.obj):
8040 ($(BLD)\intervals.obj):
8041 ($(BLD)\minibuf.obj):
8042 ($(BLD)\print.obj):
8043 ($(BLD)\scroll.obj):
8044 ($(BLD)\sysdep.obj):
8045 ($(BLD)\textprop.obj):
8046 ($(BLD)\widget.obj):
8047 ($(BLD)\xdisp.obj): Add dependency on w32gui.h.
8048 ($(BLD)\term.obj): Add dependency on dispextern.h
8049
8050 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8051
8052 * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
8053 with an additional argument of Qt.
8054
8055 2000-10-21 Miles Bader <miles@gnu.org>
8056
8057 * window.c (pos_fully_visible_in_window_p): New function.
8058 (Fpos_visible_in_window_p): Add FULLY argument.
8059 Use pos_fully_visible_in_window_p.
8060 (window_scroll_pixel_based, window_scroll_line_based): Update
8061 calls to Fpos_visible_in_window_p.
8062 * lisp.h (Fpos_visible_in_window_p): Update prototype
8063
8064 2000-10-20 Gerd Moellmann <gerd@gnu.org>
8065
8066 * alloc.c (toplevel): Conditionalize compilation of mem_*
8067 functions differently.
8068
8069 2000-10-20 Jason Rumney <jasonr@gnu.org>
8070
8071 * alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
8072 mem_init where it used to be. mem_z etc not defined otherwise.
8073
8074 2000-10-20 Gerd Moellmann <gerd@gnu.org>
8075
8076 * alloc.c (toplevel) [SYSTEM_MALLOC || DOUG_LEA_MALLOC]: Undef
8077 GC_MALLOC_CHECK.
8078 (toplevel) [GC_MARK_STACK || GC_MALLOC_CHECK]: Move mem_node
8079 structure definition and related variabled to the top of the file.
8080 Include this code when GC_MALLOC_CHECK is defined.
8081 (lisp_malloc, lisp_free) [GC_MALLOC_CHECK]: Don't
8082 register/unregister allocated region.
8083 (emacs_blocked_free) [GC_MALLOC_CHECK]: Check if freeing something
8084 which isn't allocated.
8085 (emacs_blocked_malloc) [GC_MALLOC_CHECK]: Check if returning
8086 something which is already in use.
8087 (emacs_blocked_realloc) [GC_MALLOC_CHECK]: Likewise.
8088 (mem_insert) [GC_MALLOC_CHECK]: Use _malloc_internal.
8089 (mem_delete) [GC_MALLOC_CHECK]: Use _free_internal.
8090 (init_alloc_once) [GC_MALLOC_CHECK]: Call mem_init.
8091
8092 * gmalloc.c (_malloc_internal) [GC_MALLOC_CHECK]: Use
8093 _malloc_internal instead of malloc.
8094 (_free_internal) [GC_MALLOC_CHECK]: Use _free_internal instead
8095 of free.
8096
8097 2000-10-20 Andrew Innes <andrewi@gnu.org>
8098
8099 * strftime.c [!WINDOWSNT]: Don't apply Solaris 2.5 work-around on
8100 Windows.
8101 (my_strftime) <macro>: Don't use macro arg list when redefining as
8102 _strftime_copytm.
8103 (my_strftime) <function>: Supply 0 as ut argument.
8104
8105 2000-10-19 Jason Rumney <jasonr@altavista.net>
8106
8107 * w32console.c: Do not undef HAVE_WINDOW_SYSTEM before
8108 including dispextern.h, as it stops faces from working.
8109
8110 * w32fns.c (Fx_create_frame): Don't bother calling
8111 face-set-after-frame-default since the caller does it for us
8112 anyway. Clean up calls to x_get_arg to be consistent with X.
8113
8114 * w32term.c (x_produce_glyphs): Handle
8115 unibyte_display_via_language_environment correctly.
8116 (w32_draw_box_rect): Fix the calculation of width and height.
8117
8118 * w32menu.c (add_menu_item): Do not use MF_OWNERDRAW for titles,
8119 as it has stopped working.
8120 (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like
8121 menu-bar.
8122
8123 2000-10-19 Gerd Moellmann <gerd@gnu.org>
8124
8125 * eval.c (skip_debugger): Prevent a compiler warning.
8126 (Fcondition_case): Likewise.
8127 (Fbacktrace_frame): Use a null interactive spec.
8128
8129 2000-10-19 Kenichi Handa <handa@etl.go.jp>
8130
8131 * xterm.c (x_find_ccl_program): Check also fontp->full_name.
8132
8133 2000-10-18 Gerd Moellmann <gerd@gnu.org>
8134
8135 * strftime.c: Sync with glibc, file version 1.78.
8136 (my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
8137 should no longer be used according to ISO 8601.
8138
8139 * keymap.c (access_keymap): If IDX has a meta prefix, and there's
8140 no map for meta_prefix_char, don't try to use it as a keymap.
8141 Instead, if T_OK is non-zero, look up a default binding, if any,
8142 otherwise, if T_OK is zero, return nil.
8143
8144 * xfns.c (x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
8145 (x_to_xcolors, png_load): Use x_query_color.
8146
8147 * xterm.c (x_color_cells, x_query_colors, x_query_color):
8148 New functions.
8149 (x_alloc_nearest_color): Use it to reduce calls to XQueryColors
8150 which can be slow.
8151 (x_copy_color, x_alloc_lighter_color): Likewise.
8152
8153 * xterm.h (struct x_display_info): Add color_cells and ncolor_cells.
8154 (x_query_color, x_query_colors): Add prototype.
8155
8156 * alloc.c (allocate_string) [GC_CHECK_STRING_BYTES]: Call
8157 check_string_bytes only if not noninteractive, increase count to 50.
8158
8159 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8160
8161 * insdel.c (adjust_markers_for_delete): Handle before-insertion
8162 markers correctly.
8163
8164 2000-10-17 Gerd Moellmann <gerd@gnu.org>
8165
8166 * alloc.c (pure_bytes_used): Renamed from pureptr.
8167 (ALIGN): New macro.
8168 (pure_alloc): New function.
8169 (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
8170 Use it.
8171 (Fpurecopy): Use PURE_POINTER_P.
8172
8173 * xdisp.c (try_cursor_movement): Use cursor_row_p also when
8174 PT has moved backward.
8175
8176 * xdisp.c (cursor_row_p): Take continued lines into account.
8177
8178 * alloc.c (mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
8179 string's size_byte.
8180 (check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
8181 (check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
8182 (allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
8183 string allocated.
8184
8185 * xdisp.c (forward_to_next_line_start): Switch iterator's handling
8186 of selective display off while searching for the next line start.
8187
8188 2000-10-17 Kenichi Handa <handa@etl.go.jp>
8189
8190 * Makefile.in (term.o): Depend on dispextern.h.
8191
8192 2000-10-16 Stefan Monnier <monnier@cs.yale.edu>
8193
8194 * keymap.c (keymap_memberp): Ensure that nil is not a member.
8195
8196 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8197
8198 * xdisp.c (set_iterator_to_next): Reset box start and end flags of
8199 the iterator at the beginning, so that they can be set later on,
8200 for instance in reseat_at_next_visible_line_start, without being
8201 overwritten.
8202
8203 * xfns.c (pbm_format): Add :foreground and :background keywords.
8204 (PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
8205 (xbm_load): Recognize foreground and background color specifications.
8206
8207 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8208
8209 * dispextern.h (unspecified_fg, unspecified_bg): Declare.
8210
8211 * dosfns.c (unspecified_fg, unspecified_bg): Remove extern declaration.
8212
8213 * msdos.c (IT_set_face): Compare highlighted face with the default
8214 face, and invert colors if these faces' colors are identical.
8215 (Fmsdos_remember_default_colors): Don't swap foreground and
8216 background colors in initial_colors[].
8217 (IT_set_frame_parameters): Don't swap frame's foreground and
8218 background pixels. If ALIST includes "(reverse . t)", swap
8219 foreground-color and background-color properties in frame's
8220 param_alist. If the original frame's param_alist doesn't specify
8221 the colors, store unspecified-fg and unspecified-bg, reversed if
8222 required.
8223
8224 * frame.c (Fframe_parameters): If a tty's frame's param_alist says
8225 the colors are unspecified and reversed, reverse fore- and back-
8226 ground in the returned value.
8227 (Fframe_parameter): Ditto.
8228
8229 2000-10-16 Gerd Moellmann <gerd@gnu.org>
8230
8231 * xdisp.c (find_last_unchanged_at_beg_row): Renamed from
8232 get_last_unchanged_at_beg_row.
8233 (find_first_unchanged_at_end_row): Renamed from
8234 get_first_unchanged_at_end_row.
8235 (find_first_unchanged_at_end_row): Convert assertions to
8236 unconditional tests which abort. When looking for a row in
8237 unchanged text, don't go further back than first_text_row.
8238
8239 * xdisp.c (try_scrolling) <cursor in scroll margin at the bottom>:
8240 Don't add in the last line's height when deciding if the new
8241 position is below the scroll margin.
8242
8243 2000-10-16 Miles Bader <miles@gnu.org>
8244
8245 * editfns.c (Fconstrain_to_field): Check carefully for field
8246 boundaries if either OLD_POS or NEW_POS has a non-nil field
8247 property, even if they're the same.
8248
8249 2000-10-16 Kenichi Handa <handa@etl.go.jp>
8250
8251 * xterm.c (x_draw_box_rect): Fix the calculation of width and
8252 height for XFillRectangle.
8253
8254 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8255
8256 * syntax.c (Fstring_to_syntax): New function extracted from
8257 Fmodify_syntax_entry.
8258 (Fmodify_syntax_entry): Use it and document the ! and | fences.
8259 (skip_chars, Fforward_comment): Remove unused variables.
8260 (syms_of_syntax): Add defsubr for string-to-syntax.
8261 (describe_syntax): Add code for comment and string fences.
8262
8263 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
8264
8265 * keymap.c (access_keymap): Add AUTOLOAD parameter.
8266 Do the meta->esc mapping. Call get_keyelt before returning.
8267 Start scanning from the second element (the first is always `keymap')
8268 to make it easier to detect when we reach a parent map.
8269 Handle the case of inheriting from a symbol whose function is a map.
8270 (Fkeymap_parent): Also handle the `inherit from symbol' case.
8271 (fix_submap_inheritance, Fdefine_key): Update call to access_keymap.
8272 (get_keyelt, Flookup_key): Update call to access_keymap.
8273 Remove the meta->esc mappings.
8274 (define_as_prefix): Delete old disabled code.
8275 (menu_item_p): New function.
8276 (where_is_internal_1): Skip over the few remaining menu items.
8277 * lisp.h (access_keymap): Update prototype.
8278 * keyboard.c (read_char, menu_bar_items, tool_bar_items):
8279 Update call to access_keymap.
8280 (follow_key, read_key_sequence): Update calls to access_keymap.
8281 Remove the meta->esc mappings.
8282
8283 2000-10-13 Gerd Moellmann <gerd@gnu.org>
8284
8285 * dispnew.c (direct_output_for_insert): Call set_iterator_to_next
8286 with additional argument.
8287
8288 * xdisp.c (cursor_row_p): New function.
8289 (try_cursor_movement, display_line): Use it.
8290
8291 * xdisp.c (append_space): Also save/restore iterator's current
8292 character and its length.
8293
8294 * xdisp.c (init_from_display_pos): Add an assertion.
8295 (handle_stop): Don't set iterator's add_overlay_start.
8296 (handle_invisible_prop): Likewise.
8297 (load_overlay_strings): If text under an overlay is invisible,
8298 take both before- and after-strings into account when the iterator
8299 is positioned either at the start or at the end of the overlay.
8300 (forward_to_next_line_start): Rewritten.
8301 (reseat_at_next_visible_line_start): Rewritten.
8302 (set_iterator_to_next): Add parameter RESEAT_P.
8303
8304 * dispextern.h (struct it): Remove member add_overlay_start.
8305 (set_iterator_to_next): Change prototype.
8306
8307 2000-10-13 Kenichi Handa <handa@etl.go.jp>
8308
8309 * coding.c (code_convert_region): Be sure to initialize
8310 coding->category_idx.
8311 (decode_coding_string): Set coding->src_multibyte and
8312 coding->dst_multibyte before using CODING_REQUIRE_DECODING.
8313 (encode_coding_string): Set coding->src_multibyte and
8314 coding->dst_multibyte before using CODING_REQUIRE_ENCODING.
8315
8316 2000-10-12 Stefan Monnier <monnier@cs.yale.edu>
8317
8318 * xfns.c (Fx_create_frame): Don't bother calling
8319 face-set-after-frame-default since the caller does it for us anyway.
8320
8321 2000-10-12 Eli Zaretskii <eliz@is.elta.co.il>
8322
8323 * window.c (coordinates_in_window): Fix detection of vertical line
8324 on character terminals.
8325
8326 2000-10-12 Gerd Moellmann <gerd@gnu.org>
8327
8328 * editfns.c (save_excursion_save): Additionally record the
8329 selected window.
8330 (save_excursion_restore): If buffer was visible in a window, and a
8331 different window was selected, and the old selected window is
8332 still live, restore point in that window.
8333
8334 2000-10-12 Kenichi Handa <handa@etl.go.jp>
8335
8336 * xterm.c (x_produce_glyphs): Handle
8337 unibyte_display_via_language_environment correctly.
8338
8339 * regex.c (regex_compile): Change the way of handling a range from
8340 unibyte char to multibyte char.
8341
8342 * syntax.c (skip_chars): Change the way of handling a range from
8343 unibyte char to multibyte char.
8344
8345 * process.c (read_process_output): Cancel previous change.
8346
8347 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
8348
8349 * search.c (Fsearch_backward, Fsearch_forward): Doc fix.
8350
8351 * charset.c (Ffind_charset_string): Doc fix.
8352 (Ffind_charset_region): Doc fix.
8353
8354 2000-10-11 Kenichi Handa <handa@mule.m17n.org>
8355
8356 * process.c (read_process_output): Fix previous change. Adjust
8357 multibyteness of text to insert in a buffer by
8358 string_make_unibyte/multibyte instead of Fstring_as_unibyte/multibyte.
8359
8360 2000-10-10 Andreas Schwab <schwab@suse.de>
8361
8362 * alloc.c (mark_object): Remove all workarounds installed on
8363 1993-08-08.
8364
8365 2000-10-10 Kenichi Handa <handa@etl.go.jp>
8366
8367 * fns.c (READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before returning.
8368 (base64_encode_1): Make it work for a text of multibyte form.
8369 (Fbase64_decode_region): Allocate sufficient memory for multibyte
8370 case. Don't call str_to_multibyte because base64_decode_1
8371 produces correct multibyte form for eight-bit codes.
8372 (Fbase64_decode_string): Adjusted for the change of base64_decode_1.
8373 (base64_decode_1): New args MULTIBYTE and NCHARS_RETURN. If
8374 MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
8375 codes.
8376
8377 * charset.h (CHAR_STRING): Optimized for single byte characters.
8378
8379 2000-10-09 Andreas Schwab <schwab@suse.de>
8380
8381 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
8382 -1 after socket is closed, to fall through to error processing.
8383
8384 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8385
8386 * msdos.c (IT_set_frame_parameters): Don't initialize Lisp_Object
8387 variables. If ALIST includes foreground-color or
8388 background-color, change also the colors of the default face for
8389 this frame.
8390
8391 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8392
8393 * msdos.c (top-level) <Qbackground_color, Qforeground_color>: Make
8394 them extern (they are defined on xfaces.c).
8395 (syms_of_msdos): Don't intern and don't staticpro
8396 Qbackground_color and Qforeground_color.
8397
8398 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8399
8400 * frame.c (Fframe_parameter): For non-windowed frames, if
8401 f->param_alist says foreground or background color is unspecified,
8402 call tty_color_name to return the color name computed from the
8403 frame's current colors.
8404
8405 2000-10-06 Dave Love <fx@gnu.org>
8406
8407 * terminfo.c (ospeed): Don't declare.
8408
8409 * sysdep.c: Don't include string.h.
8410 (h_errno): Declare conditional also on TRY_AGAIN.
8411
8412 * charset.c (Ffind_charset_string): Doc fix.
8413
8414 * fns.c (Fbase64_encode_region, Fbase64_encode_string)
8415 (Fbase64_decode_region, Fbase64_decode_string): More explicit
8416 error messages.
8417
8418 2000-10-05 Dave Love <fx@gnu.org>
8419
8420 * xmenu.c (Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
8421 position like menu-bar.
8422
8423 2000-10-05 Gerd Moellmann <gerd@gnu.org>
8424
8425 * keyboard.c (Frecursive_edit): Make sure redisplay can happen.
8426
8427 * xdisp.c (handle_single_display_prop): Use safe_call1.
8428 (safe_call): Renamed from call_function.
8429 (safe_call1): New function.
8430 (handle_fontified_prop): Use safe_call1 instead of call1.
8431 (safe_eval): Renamed from eval_form.
8432 (safe_eval_handler): Renamed from eval_handler.
8433 (handle_single_display_prop, display_mode_element): Use safe_eval
8434 instead of eval_form.
8435
8436 * xfaces.c (merge_face_heights): Use safe_call instead of
8437 call_function.
8438
8439 * keyboard.c (show_help_echo): Use safe_call instead of
8440 call_function; use safe_eval instead of eval_form.
8441
8442 * lisp.h (safe_call): Renamed from call_function.
8443 (safe_eval): Renamed from eval_form.
8444 (safe_call1): Add prototype.
8445
8446 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8447
8448 * xfns.c (image_ascent): Rearrange ascent calculation for the
8449 has-a-font case.
8450
8451 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8452
8453 * keymap.c (Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
8454 (where_is_internal_1): Don't bother ignoring menu-items any more.
8455
8456 2000-10-04 Gerd Moellmann <gerd@gnu.org>
8457
8458 * keyboard.c (update_menu_bindings): New variable.
8459 (parse_menu_item): Use AREF. If update_menu_bindings
8460 is 0, don't update menu bindings.
8461 (syms_of_keyboard): New Lisp variable `update-menu-bindings'.
8462
8463 2000-10-03 Eli Zaretskii <eliz@is.elta.co.il>
8464
8465 * alloc.c (Fgarbage_collect): Prevent compiler warning for a call
8466 to `mark_object'.
8467
8468 2000-10-02 Stefan Monnier <monnier@cs.yale.edu>
8469
8470 * syntax.c (forw_comment): Match nestedness of ender/starter.
8471 (Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
8472 (prev_char_comstart_first): Remove.
8473 (back_comment): Check two-char comment markers more carefully
8474 to better handle overlapping cases like *//* or /* */* */ ...
8475 Match nestedness of ender/starter.
8476
8477 2000-10-02 Dave Love <fx@gnu.org>
8478
8479 * config.in (HAVE_GAI_STRERROR): Add undef.
8480
8481 * process.c (Fopen_network_stream): Use it.
8482
8483 * m/alpha.h (NO_REMAP): Don't define.
8484
8485 2000-10-02 Gerd Moellmann <gerd@gnu.org>
8486
8487 * lisp.h (wrong_type_argument): Remove NO_RETURN, the function can
8488 return with a string converted to an integer or vice versa when
8489 Vmocklisp_arguments is t.
8490 (Fsignal): Likewise. The function can return for `quit'.
8491 (struct gcpro): Declare member `var' to point to a volatile
8492 Lisp_Object.
8493
8494 * eval.c (error): Prevent compiler warning.
8495
8496 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8497
8498 * keymap.c (keymap_memberp): New function.
8499 (Fset_keymap_parent): Use it.
8500 (fix_submap_inheritance): Use get_keyelt, get_keymap_1 and KEYMAPP.
8501 Use keymap_memberp to avoid creating cycles.
8502 (access_keymap): Use KEYMAPP.
8503
8504 2000-09-30 Gerd Moellmann <gerd@gnu.org>
8505
8506 * process.c (Fopen_network_stream) [HAVE_GETADDRINFO]: Use
8507 gai_strerror. Make sure xerrno is set if connect fails. Improve
8508 error recovery.
8509
8510 2000-09-29 Jason Rumney <jasonr@gnu.org>
8511
8512 * w32term.c (w32_char_font_type, w32_encode_char)
8513 (x_produce_glyphs): Distinguish single and multibyte BDF fonts.
8514 (w32_bdf_per_char_metric): New function.
8515 (w32_per_char_metric): Use it.
8516 (x_draw_glyph_string_background): Always draw background for BDF
8517 glyphs.
8518
8519 * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not
8520 GDI object which is a scarce resource.
8521
8522 * w32bdf.c (search_file_line): Fix skipping of whitespace.
8523 (get_quoted_string): Fix limit on memchr search.
8524 (set_bdf_font_info): Use unsigned chars. Negate yoffset.
8525 (w32_init_bdf_font): Initialize codepoint and bitmap heaps.
8526 (w32_free_bdf_font): Free bitmaps and codepoints on heaps.
8527 (get_cached_font_char, cache_char_offset): Use macro
8528 BDF_CODEPOINT_RANGE_COVER_P.
8529 (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap.
8530 (clear_cached_bitmap_slots): New function.
8531 (GET_HEX_VALUE): G-Z, g-z are not hex.
8532 (w32_get_bdf_glyph): Convert to DIB format. Return bytes read.
8533 (get_bitmap_with_cache): Use new cache implementation.
8534 (create_offscreen_bitmap): New function.
8535 (w32_BDF_TextOut): Use it. Draw glyphs as DIBs.
8536
8537 * w32term.c (x_produce_glyphs): If the distance from the current
8538 position to the next tab stop is less than a canonical character
8539 width, use the tab stop after that.
8540 (x_draw_glyphs): Handle case START and END are out of bounds more
8541 carefully.
8542 (x_clear_mouse_face): Block/unblock input.
8543 (x_display_and_set_cursor): Don't show a hollow box cursor for
8544 buffers whose cursor_type is nil.
8545
8546 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8547
8548 * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar disappears.
8549
8550 * dispextern.h (updating_frame): Declare extern.
8551
8552 2000-09-29 Andreas Schwab <schwab@suse.de>
8553
8554 * m/ia64.h: Remove hack of not prototyping bcopy, etc.
8555
8556 2000-09-29 Gerd Moellmann <gerd@gnu.org>
8557
8558 * keyboard.c (menu_bar_one_keymap): If KEYMAP is a symbol,
8559 use its function definition.
8560 (tool_bar_items): Likewise.
8561
8562 * lisp.h (fatal): Declare NO_RETURN.
8563
8564 2000-09-29 Kenichi Handa <handa@etl.go.jp>
8565
8566 * keymap.c: Remove the line "#undef NULL".
8567
8568 2000-09-28 Gerd Moellmann <gerd@gnu.org>
8569
8570 * xterm.c (x_make_frame_visible): Try harder to make the frame visible.
8571
8572 2000-09-28 Dave Love <fx@gnu.org>
8573
8574 * s/osf5-0.h: Define USE_MMAP_FOR_BUFFERS, not REL_ALLOC_MMAP.
8575
8576 * s/sunos413.h (USE_MMAP_FOR_BUFFERS): Define.
8577
8578 * .gdbinit (xreload): Note its need on GNU/Linux.
8579
8580 * m/alpha.h (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
8581 r_alloc, r_alloc_free.
8582
8583 2000-09-28 Kenichi Handa <handa@etl.go.jp>
8584
8585 * syntax.c (skip_chars): Handle negation correctly.
8586
8587 2000-09-27 Gerd Moellmann <gerd@gnu.org>
8588
8589 * xfaces.c (realize_default_face): Call set_lface_from_font_name
8590 with non-zero FORCE_P argument.
8591
8592 * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows):
8593 Add assertions.
8594
8595 * xdisp.c (window_box_height): Add an assertion.
8596
8597 * xfns.c (x_set_tool_bar_lines): Don't use more lines for the
8598 tool-bar than is available.
8599 (x_change_window_heights): Renamed from x_set_menu_bar_lines_1.
8600
8601 2000-09-27 Dave Love <fx@gnu.org>
8602
8603 * s/irix6-5.h: Now works 64-bit. Tidied.
8604
8605 2000-09-26 Gerd Moellmann <gerd@gnu.org>
8606
8607 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND]: Use BITS_PER_EMACS_INT
8608 instead of BITS_PER_INT.
8609 (XINT, XUINT) [NO_UNION_TYPE]: Cast result to EMACS_INT and
8610 EMACS_UINT, respectively.
8611 (NO_UNION_TYPE) [USE_LISP_UNION_TYPE]: Undefine.
8612
8613 * m/sparc.h (BITS_PER_EMACS_INT) [__arch64__]: Don't define.
8614
8615 * unexelf.c (ELFSIZE) [__NetBSD__ && __sparc_v9__]: Define to 64.
8616
8617 * window.c (freeze_window_starts): Construct last argument for
8618 foreach_window differently.
8619
8620 * xfns.c (x_decode_color): Don't return a Lisp_Object.
8621
8622 * lisp.h (union Lisp_Object) [!NO_UNION_TYPE]: Use EMACS_INT and
8623 EMACS_UINT instead of `int' and `unsigned int'.
8624 (XSET) [EXPLICIT_SIGN_EXTEND]: Use EMACS_INT instead of `int'.
8625
8626 * frame.h (struct frame): Make the `nothing' member of union
8627 output_data an EMACS_INT.
8628
8629 * alloc.c (GC_CHECK_STRING_BYTES): Temporarily define, for bug hunting.
8630 (struct sdata) [GC_CHECK_STRING_BYTES]: Always record the string's
8631 size in the sdata structure.
8632 (SDATA_NBYTES, SDATA_DATA): New macros.
8633 (SDATA_OF_STRING, SDATA_SIZE) [GC_CHECK_STRING_BYTES]: Define
8634 differently for the different layout of the sdata structure.
8635 (allocate_string_data) [GC_CHECK_STRING_BYTES]: Record string size
8636 in sdata.
8637 (sweep_strings, compact_small_strings) [GC_CHECK_STRING_BYTES]:
8638 Check that size recorded in the string size and size recorded in
8639 the sdata structure agree.
8640
8641 2000-09-25 Dave Love <fx@gnu.org>
8642
8643 * buffer.c: Include stdio.h.
8644
8645 Partly suggested by Eduardo Horvath <eeh@netbsd.org>.
8646
8647 * ralloc.c (__malloc_extra_blocks): Declare as __malloc_size_t.
8648
8649 * alloc.c (__malloc_size_t) [DOUG_LEA_MALLOC]: Don't redefine it.
8650 (__malloc_size_t) [!DOUG_LEA_MALLOC]: Define unconditionally as size_t.
8651 (__malloc_extra_blocks): Declare as __malloc_size_t.
8652
8653 2000-09-25 Gerd Moellmann <gerd@gnu.org>
8654
8655 * alloc.c (mark_image): Use GC_NILP instead of NILP.
8656
8657 * keyboard.c (show_help_echo): Set help_echo_showing_p.
8658 (read_char): If help-echo is showing, preserve the echo area
8659 when redisplaying.
8660
8661 * xdisp.c (help_echo_showing_p): New variable.
8662 (set_message): Reset it to 0.
8663 (init_xdisp): Initialize help_echo_showing_p.
8664
8665 * dispextern.h (help_echo_showing_p): Declare extern.
8666
8667 * config.in: Fix typo in __GNUC_MINOR__.
8668
8669 * keyboard.h (quit_throw_to_read_char): Declare NO_RETURN.
8670
8671 * s/freebsd.h (POSIX_SIGNALS): Define.
8672
8673 * xterm.c (x_clear_mouse_face): Block/unblock input.
8674
8675 2000-09-24 Dave Love <fx@gnu.org>
8676
8677 * fns.c (base64_encode_1): Fix last change.
8678
8679 2000-09-22 Gerd Moellmann <gerd@gnu.org>
8680
8681 * dispnew.c (enable_glyph_matrix_rows): Remove xasserts.
8682
8683 * xdisp.c (try_window_reusing_current_matrix): More fixes
8684 for the case window has a header-line.
8685
8686 2000-09-22 Dave Love <fx@gnu.org>
8687
8688 * xdisp.c (syms_of_xdisp): Defvar Vmenu_bar_update_hook to provide
8689 a doc string.
8690
8691 * xterm.c [SOLARIS2]: Remove redundant include of string.h.
8692
8693 * fns.c (Fstring_as_unibyte, Fstring_as_multibyte): Doc fix.
8694
8695 2000-09-21 Gerd Moellmann <gerd@gnu.org>
8696
8697 * config.in (NO_RETURN): Define as `__attribute__((__noreturn__))'
8698 for GCC >= 2.5.
8699
8700 * lisp.h (wrong_type_argument, Fthrow, Fsignal, error):
8701 Declare NO_RETURN.
8702
8703 * window.c, term.c, xmenu.c, xrdb.c, emacs.c, macros.c,
8704 * keymap.c, insdel.c, marker.c, minibuf.c, fileio.c, dired.c,
8705 * indent.c, search.c, alloc.c, data.c: Avoid some more compiler
8706 warnings.
8707
8708 * marker.c (byte_char_debug_check): Return void.
8709
8710 * xfns.c (Fx_create_frame): Set default frame parameter value
8711 for tool-bar-lines to 1.
8712
8713 * dispnew.c (scrolling_window): Compare y-positions of rows
8714 equal at the start. Some simplification.
8715
8716 * xdisp.c (try_window_reusing_current_matrix): Fix computation of
8717 reused rows' y-position in the case window has a header-line, and
8718 new window start is greater than old window start.
8719
8720 * process.c (process_sent_to): New variable.
8721 (send_process): Workaround for a crash on sparc-sun-solaris-2.6
8722 with GCC 2.95.2 caused by a parameter being clobbered by longjmp.
8723 Declare more parameters volatile.
8724
8725 * lread.c (Vrecursive_load_depth_limit): New variable.
8726 (Fload): Check recursive loads whose recursion depth exceeds
8727 Vrecursive_load_depth_limit.
8728 (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
8729
8730 2000-09-20 Gerd Moellmann <gerd@gnu.org>
8731
8732 * fileio.c (Fread_file_name): Doc fix.
8733
8734 * editfns.c (Fmessage_or_box): Doc fix.
8735
8736 * fns.c (Fy_or_n_p, Fyes_or_no_p): Doc fix.
8737
8738 * xfns.c (xbm_scan): Allow C-style comments.
8739
8740 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
8741 symbols are specified, add color translations to the cache.
8742 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New functions.
8743 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
8744 xpm_cache_color.
8745 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
8746 structures to xpm_init_color_cache.
8747
8748 2000-09-19 Gerd Moellmann <gerd@gnu.org>
8749
8750 * dispnew.c (update_window_line): Make sure to always draw mode-lines.
8751
8752 2000-09-19 Andrew Innes <andrewi@gnu.org>
8753
8754 * makefile.nt (bootstrap-emacs): Don't change directory.
8755
8756 2000-09-19 Kenichi Handa <handa@etl.go.jp>
8757
8758 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Fix previous change.
8759
8760 * ccl.c (Fccl_execute_on_string): Make multibyte string correctly.
8761 If output buffer is too small, signal an appropriated error.
8762
8763 2000-09-18 Dave Love <fx@gnu.org>
8764
8765 * keyboard.c (menu_bar_items, tool_bar_items)
8766 (current_active_maps): Remove redundant get_local_map call.
8767
8768 2000-09-18 Gerd Moellmann <gerd@gnu.org>
8769
8770 * xterm.c (x_display_and_set_cursor): Don't show a hollow box
8771 cursor for buffers whose cursor_type is nil.
8772
8773 * xterm.c (x_draw_image_glyph_string): Remove a comment describing
8774 a feature to implement that is already implemented.
8775 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
8776 warnings.
8777
8778 * xfns.c (x_clear_image_1): New function.
8779 (x_clear_image): Use it.
8780 (x_from_xcolors): Use x_clear_image_1; don't free the image's mask.
8781
8782 * dispnew.c (update_window): Move test for invisible lines
8783 at the top to update_window_line.
8784 (update_window_line): Handle invisible lines here.
8785
8786 * xfns.c (clear_image_cache): Clear current matrices of all
8787 frames sharing an image cache. Block input while freeing
8788 images. Fix timestamp comparison.
8789 (x_clear_image): Also free the mask.
8790
8791 * xfns.c (lookup_image): Block input while loading the image so
8792 that we won't get interrupted in a state where the image isn't yet
8793 set up completely.
8794 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color)
8795 (lookup_pixel_color, x_to_xcolors, x_from_xcolors)
8796 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load)
8797 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock input.
8798
8799 2000-09-16 Gerd Moellmann <gerd@gnu.org>
8800
8801 * dispnew.c (update_window): Make sure to make desired rows
8802 current even if they are completely invisible at the top
8803 of a window.
8804
8805 2000-09-15 Gerd Moellmann <gerd@gnu.org>
8806
8807 * xfns.c (lookup_image): Build mask before applying an algorithm.
8808 Recognize algorithm `disabled'.
8809 (cross_disabled_images): New variable.
8810 (COLOR_INTENSITY): New macro.
8811 (x_detect_edges): Use COLOR_INTENSITY.
8812 (x_disable_image): New function.
8813 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
8814
8815 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
8816 disabled state, don't apply an image transformation algorithm if
8817 the user specified an image for the disabled state. Use
8818 `:algorithm disabled' for creating a disabled item's image if the
8819 user hasn't specified an image.
8820
8821 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
8822 allocation functions with the XPM lib.
8823 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
8824 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
8825 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
8826 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
8827 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New functions.
8828 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
8829 functions, if possible, because these handle color allocation
8830 failure more gracefully.
8831 (Fimage_mask_p): New function.
8832
8833 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
8834 (Qedge_detection, Qheuristic): New symbols.
8835 (syms_of_xfns): Initialize new symbols.
8836 (lookup_image): Handle `:mask X', `:algorithm emboss', and
8837 `algorithm (edge-detection ...)'.
8838 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
8839 (tiff_format, gif_format, gs_format): Add `:mask'.
8840 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
8841 (GIF_MASK, GS_MASK): New enumerators.
8842 (x_laplace_read_row, x_laplace_write_row): Functions removed.
8843 (emboss_matrix, laplace_matrix): New variables.
8844 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
8845 (x_edge_detection): New functions.
8846 (x_laplace): Rewritten in terms of x_detect_edges.
8847 (x_build_heuristic_mask): If image has a mask, free it.
8848
8849 2000-09-14 Andrew Innes <andrewi@gnu.org>
8850
8851 * makefile.w32-in: Revert to Unix line endings.
8852
8853 2000-09-14 Andrew Innes <andrewi@gnu.org>
8854
8855 * makefile.w32-in: Standardize indentation somewhat.
8856 (bootstrap-temacs): Use $(ARGQUOTE) instead of literal quotes, to
8857 cater for differences between shells.
8858
8859 * w32term.c (w32_per_char_metric): Handle non-TrueType fonts.
8860
8861 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8862
8863 * xterm.c (x_produce_glyphs): If the distance from the current
8864 position to the next tab stop is less than a canonical character
8865 width, use the tab stop after that.
8866
8867 2000-09-14 Dave Love <fx@gnu.org>
8868
8869 * buffer.c (alloc_buffer_text): Fix xmalloc call.
8870
8871 2000-09-14 Gerd Moellmann <gerd@gnu.org>
8872
8873 * xdisp.c (handle_fontified_prop): While running fontification
8874 functions, bind `fontification-functions' and
8875 `after-change-functions' to nil.
8876
8877 * s/freebsd.h, s/irix-5.0.h, s/sol2.h, s/template.h
8878 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP.
8879
8880 * Makefile.in (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o.
8881
8882 * emacs.c: Change conditional compilation on REL_ALLOC_MMAP to
8883 USE_MMAP_FOR_BUFFERS.
8884
8885 * insdel.c (make_gap): Use enlarge_buffer_text.
8886
8887 * buffer.c: Move allocation with mmap here, from ralloc.c. Change
8888 conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
8889 (mmap_alloc, mmap_free, mmap_realloc) [REL_ALLOC_MMAP]: Renamed
8890 from former r_alloc_* functions in ralloc.c.
8891 (mmap_page_size, mmap_initialized_p) [REL_ALLOC_MMAP]: New variables.
8892 (MEM_ALIGN) [REL_ALLOC_MMAP]: New macro.
8893 (mmap_init) [REL_ALLOC_MMAP]: New function.
8894 (alloc_buffer_text, enlarge_buffer_text, free_buffer_text): New
8895 functions replacing macros BUFFER_ALLOC, BUFFER_REALLOC, and
8896 BUFFER_FREE.
8897
8898 * buffer.h (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed.
8899 (enlarge_buffer_text): Add prototype.
8900
8901 * ralloc.c: Remove everything having to do with the use of mmap.
8902
8903 2000-09-13 Gerd Moellmann <gerd@gnu.org>
8904
8905 * sound.c (Fplay_sound): Doc fix.
8906
8907 * keyboard.c: Avoid some more compiler warnings.
8908 (parse_tool_bar_item): Ignore cached key bindings.
8909
8910 * alloc.c: Add some comments about DOUG_LEA_MALLOC's use of mmap
8911 and allocation of Lisp data.
8912
8913 2000-09-12 Gerd Moellmann <gerd@gnu.org>
8914
8915 * xfaces.c: Remove conditional compilation on SCALABLE_FONTS.
8916 (Finternal_set_lisp_face_attribute): If frame is 0, set new frame
8917 defaults first.
8918
8919 * lread.c (Fload): Put code checking for recursive loads in #if 0.
8920
8921 2000-09-12 Miyashita Hisashi <himi@meadowy.org>
8922
8923 * ccl.c: Comment fixed.
8924 (MAX_MAP_SET_LEVEL): Increased to 30.
8925 (PUSH_MAPPING_STACK): Enclose with do-while block.
8926 (POP_MAPPING_STACK): Likewise.
8927 (stack_idx_of_map_multiple): New variable.
8928 (CCL_CALL_FOR_MAP_INSTRUCTION): New macro.
8929 (ccl_driver) <CCL_IterateMultipleMap>: If the content is a symbol,
8930 call the corresponding CCL program by CCL_CALL_FOR_MAP_INSTRUCTION.
8931 (ccl_driver) <CCL_MapSingle>: Likewise.
8932 (ccl_driver) <CCL_MapMultiple>: Rewritten to fix many bugs, deal
8933 with the case where looking up process reaches to the end of
8934 map-set, and call CCL programs as the above change.
8935
8936 2000-09-11 Gerd Moellmann <gerd@gnu.org>
8937
8938 * xfns.c (png_load, jpeg_load): Declare some variables volatile
8939 that might be clobbered by longjmp.
8940 (check_x_display_info, x_decode_color, create_frame_xic)
8941 (Fx_display_backing_store, Fx_display_visual_class)
8942 (x_build_heuristic_mask, pbm_scan_number): Avoid compiler warnings.
8943
8944 * lread.c (init_lread): Set Vloads_in_progress to nil.
8945 (Fload): Show list of recursively loaded files, when signaling an
8946 error.
8947
8948 * lread.c (Vloads_in_progress): New variable.
8949 (record_load_unwind): New function.
8950 (Fload): Check for recursive loads.
8951 (syms_of_lread): Initialize Vloads_in_progress.
8952 (read_integer, read1): Avoid some compiler warnings.
8953
8954 * fns.c (concat, Fsubstring, internal_equal, Fnconc): Avoid some
8955 compiler warnings.
8956
8957 2000-09-11 Miles Bader <miles@gnu.org>
8958
8959 * editfns.c (Fbuffer_string): Doc fix.
8960
8961 2000-09-10 Gerd Moellmann <gerd@gnu.org>
8962
8963 * ralloc.c (mmap_enlarge): Don't return 0 if successful.
8964
8965 2000-09-09 Ken Raeburn <raeburn@gnu.org>
8966
8967 * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
8968 whether to include other header files.
8969
8970 2000-09-09 Gerd Moellmann <gerd@gnu.org>
8971
8972 * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
8973 by Fmemq as a boolean.
8974
8975 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
8976
8977 * xfaces.c (Finternal_set_lisp_face_attribute): Minor thinko.
8978
8979 2000-09-08 Gerd Moellmann <gerd@gnu.org>
8980
8981 * ralloc.c (mmap_fd): Remove initializer which can make it
8982 read-only in a dumped Emacs.
8983 (mmap_fd_1): New variable.
8984 (mmap_set_vars): Remove local `fd'. Save mmap_fd in mmap_fd_1,
8985 restore it from there.
8986 (r_alloc, r_re_alloc, r_alloc_free): Call r_alloc_init
8987 unconditionally so that mmap_fd can be initialized there.
8988 (r_alloc_init_fd): Open-coded in r_alloc_init; function removed.
8989 (r_alloc_init) [REL_ALLOC_MMAP && !MAP_ANON]: Open /dev/zero.
8990 (r_alloc_init) [REL_ALLOC_MMAP && MAP_ANON]: Set mmap_fd to -1.
8991
8992 * xfaces.c (Finternal_merge_in_global_face): Return a Lisp object.
8993
8994 * xdisp.c (dump_glyph_row): Fix printf format string.
8995 (display_line, move_it_in_display_line_to): Avoid compiler warnings.
8996
8997 * s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
8998
8999 * keymap.c (Fset_keymap_parent): Check for cycles in keymap
9000 inheritance.
9001
9002 * xdisp.c (try_window_id): When trying to locate cursor in
9003 unchanged rows at the top, handle the case that we can't find it.
9004
9005 * xterm.c (x_draw_glyphs): Handle case START and END are out
9006 of bounds more carefully.
9007
9008 2000-09-08 Dave Love <fx@gnu.org>
9009
9010 * s/sol2.h (REL_ALLOC_MMAP): Define.
9011 * s/irix5-0.h (REL_ALLOC_MMAP): Likewise.
9012
9013 * ralloc.c: Don't include string.h (redundant).
9014 (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined.
9015 [!MAP_ANON]: Include fcntl.h.
9016 (mmap_fd) [REL_ALLOC_MMAP]: New variable.
9017 (r_alloc, r_re_alloc, r_alloc_free)
9018 (mmap_enlarge, mmap_set_vars): Use it.
9019 (r_alloc_init_fd): New function.
9020 (__morecore) [SYSTEM_MALLOC]: Don't declare.
9021 (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on
9022 malloc type.
9023
9024 * Makefile.in (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]:
9025 Remove vm-limit.o.
9026
9027 * unexelf.c (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last
9028 change to __NetBSD__.
9029
9030 2000-09-08 Kenichi Handa <handa@etl.go.jp>
9031
9032 * search.c (compile_pattern): Check the multibyteness of cached
9033 string and PATTERN.
9034
9035 2000-09-08 Miles Bader <miles@gnu.org>
9036
9037 * xfaces.c (default_face_vector): Function removed.
9038 (Finternal_merge_in_global_face): Restore old global/local
9039 attribute override order. Use inline loop instead of calling
9040 default_face_vector.
9041
9042 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9043
9044 * ralloc.c (obtain, relinquish, relinquish, r_alloc_size_in_use)
9045 (get_bloc, relocate_blocs, update_heap_bloc_correspondence)
9046 (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *'
9047 where necessary, in case POINTER_TYPE is `void'.
9048
9049 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9050
9051 * frame.c (make_terminal_frame): Initialize frame foreground and
9052 background colors to unspecified, for the initial instance of an
9053 MSDOS frame.
9054
9055 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9056
9057 * ralloc.c (mmap_find): Fix overlap computation.
9058 (mmap_enlarge): Compute nbytes before trying to find an
9059 overlapping region.
9060
9061 * xfaces.c (smaller_face): Compare font heights with `<' and `>'
9062 instead of `!='.
9063
9064 * lread.c (syms_of_lread): Change value of regexp
9065 Vbytecomp_version_regexp to not match some XEmacs-compiled files.
9066
9067 * xmenu.c (xdialog_show): When looking up the selection in
9068 menu_items, take `quote' boundaries into account; this corresponds
9069 to a nil ITEM in x-popup-dialog.
9070
9071 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9072
9073 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
9074 not 0x81.
9075 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
9076
9077 * coding.c (encode_coding_sjis_big5): Use translation table for
9078 encoding, not decoding. Fix the handling of latin-jisx0201.
9079 Check for the charset katakana-jisx0201 too.
9080 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
9081 (detect_coding_sjis): Check the byte sequence more rigidly.
9082
9083 2000-09-07 Gerd Moellmann <gerd@gnu.org>
9084
9085 * xfaces.c (Vparam_value_alist): New variable.
9086 (syms_of_xfaces): Initialize it.
9087 (Finternal_set_lisp_face_attribute): Avoid more consing.
9088
9089 * frame.c (Fframe_parameter): Handle `name' and `background-mode'
9090 specially.
9091 (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially.
9092 (Qbackground_mode): New variable.
9093 (syms_of_frame_1): Initialize Qbackground_mode.
9094
9095 * lisp.h (Qdisplay): Declare extern.
9096
9097 * xfaces.c (Finternal_set_lisp_face_attribute): If FRAME is 0,
9098 change face on all frames, and change the default for new frames.
9099
9100 2000-09-07 Dave Love <fx@gnu.org>
9101
9102 * Makefile.in [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj.
9103
9104 2000-09-07 Kenichi Handa <handa@etl.go.jp>
9105
9106 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
9107
9108 * charset.c: Include composite.h
9109 (lisp_string_width): New function.
9110 (Fstring_width): Call lisp_string_width instead of strwidth.
9111
9112 * Makefile.in (charset.o): Depends on composite.h.
9113
9114 * process.c (read_process_output): Before inserting the decoded
9115 text in the buffer, adjust the multibyteness.
9116
9117 2000-09-06 Gerd Moellmann <gerd@gnu.org>
9118
9119 * buffer.c (set_buffer_internal_1) [REL_ALLOC_MMAP]: If
9120 buffer's text buffer is null, map new memory.
9121
9122 * ralloc.c (POINTER, SIZE) [emacs]: Define in terms of
9123 POINTER_TYPE and size_t.
9124 (struct mmap_region) [REL_ALLOC_MMAP]: New structure.
9125 (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables.
9126 (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA)
9127 [REL_ALLOC_MMAP]: New macros.
9128 (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars)
9129 (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free)
9130 [REL_ALLOC_MMAP]: New functions.
9131
9132 * emacs.c (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars
9133 before and after unexec.
9134
9135 * buffer.c (init_buffer) [REL_ALLOC_MMAP]: Map new buffer
9136 text buffers if necessary.
9137
9138 * buffer.h (R_ALLOC_DECLARE): Removed because unused.
9139 (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t
9140 in prototypes.
9141
9142 * config.in (HAVE_MMAP): Add #undef.
9143
9144 2000-09-05 Gerd Moellmann <gerd@gnu.org>
9145
9146 * frame.c (Qdisplay_type): New variable.
9147 (syms_of_frame_1): Initialize it.
9148 (Fframe_parameter): New function that avoids consing.
9149 (syms_of_frame): Defsubr it.
9150
9151 * buffer.c (Fother_buffer): Consider buffers as invisible when
9152 they are displayed in a window on an invisible frame.
9153
9154 * window.c (window_loop) <GET_LARGEST_WINDOW>: Fix bug making
9155 get-largest-window always return nil.
9156
9157 2000-09-04 Gerd Moellmann <gerd@gnu.org>
9158
9159 * lread.c (syms_of_lread): Make Vbytecomp_version_regexp a Lisp
9160 variable; recognize Emacs 19 elc files.
9161
9162 2000-09-04 Miles Bader <miles@gnu.org>
9163
9164 * xmenu.c (xmenu_show): Call x_set_menu_resources_from_menu_face
9165 before initially popping up the menu, so the menu doesn't flash
9166 when the face settings are significantly different from the defaults.
9167
9168 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9169
9170 * regex.c (WIDE_CHAR_SUPPORT): New macro.
9171 (btowc, iswctype, wctype) [_LIBC]: Redefine to __<fun>.
9172 (BIT_ALPHA, BIT_ALNUM, BIT_ASCII, BIT_NONASCII, BIT_GRAPH, BIT_PRINT)
9173 (BIT_UNIBYTE): Remove.
9174 (re_match_2_internal): Delete corresponding code and streamline the
9175 BIT_MULTIBYTE case to not bother checking ISUNIBYTE.
9176 (CHAR_CLASS_MAX_LENGTH) [!WIDE_CHAR_SUPPORT]: Set to 9 rather than 6.
9177 (re_wctype_t): New type.
9178 (re_wctype, re_iswctype, re_wctype_to_bit): New functions.
9179 (regex_compile): Use them and fix handling of overly long char classes.
9180
9181 2000-09-03 Andrew Innes <andrewi@gnu.org>
9182
9183 * makefile.w32-in: Change to DOS line endings.
9184
9185 * s/ms-w32.h (ORDINARY_LINK): New define.
9186
9187 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define
9188 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
9189
9190 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
9191 (distclean): Delete them here instead.
9192
9193 * w32proc.c (compare_env): Convert to uppercase for comparison,
9194 not lowercase, to match how the native Windows shell works.
9195
9196 2000-09-03 Jason Rumney <jasonr@gnu.org>
9197
9198 * ChangeLog: Remove -unix from coding. Let Emacs autodetect, as
9199 CVS changes the line-ends when checking in/out on DOS/Windows.
9200
9201 * makefile.nt (emacs): Do not change directory to run temacs, as
9202 the load-path is set relative to current directory.
9203
9204 2000-09-03 Miles Bader <miles@gnu.org>
9205
9206 * xterm.c (x_alloc_lighter_color_for_widget): New function.
9207
9208 2000-09-02 Gerd Moellmann <gerd@gnu.org>
9209
9210 * xdisp.c (redisplay_mode_lines): New function.
9211 (display_mode_lines): Return number of mode lines displayed.
9212 (echo_area_display): Use redisplay_mode_lines to draw garbaged
9213 mode lines. Don't temporarily bind redisplay-dont-pause to t.
9214
9215 * emacs.c, callint.c, doc.c, editfns.c: Remove includes of
9216 string.h and strings.h.
9217 (index) [HAVE_INDEX]: Add prototype.
9218
9219 * unexelf.c (SHT_PROGBITS) [__NetBSD__ && !PT_LOAD]: Don't define.
9220 (SHT_MIPS_DEBUG, HDRR) [__NetBSD__ && __mips__]: Define.
9221
9222 * s/netbsd.h [!NO_C_SOURCE]: Include <signal.h>.
9223 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
9224
9225 2000-09-01 Gerd Moellmann <gerd@gnu.org>
9226
9227 * lread.c (read1): Accept `?' as symbol constituent, for
9228 compatiblity with XEmacs.
9229
9230 2000-08-31 Stefan Monnier <monnier@cs.yale.edu>
9231
9232 * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag.
9233 (struct re_pattern_buffer): Remove newline_anchor.
9234 * regex.c: Keep namespace clean for GNU libc by renaming <fun>
9235 to __<fun> and using `weak_alias (__<fun>, <fun>)'.
9236 (re_max_failures, fail_stack): Use size_t rather than unsigned.
9237 (regex_compile): For ^ and $, choose between buffer and line (beg|end)
9238 depending on the new RE_NO_NEWLINE_ANCHOR syntax flag.
9239 (print_compiled_pattern, re_search_2, mutually_exclusive_p)
9240 (re_match_2_internal, re_compile_pattern, re_comp, regcomp):
9241 Get rid of references to newline_anchor.
9242 (regcomp): Allocate and precompute a fastmap.
9243
9244 2000-08-31 Gerd Moellmann <gerd@gnu.org>
9245
9246 * lread.c (openp): GCPRO local variable `filename'.
9247
9248 2000-08-30 Stefan Monnier <monnier@cs.yale.edu>
9249
9250 * regex.h (struct re_pattern_buffer): Use size_t for used/allocated.
9251
9252 * regex.c: Merge some changes from GNU libc. Add prototypes.
9253 (bcopy, bcmp, REGEX_REALLOCATE, re_match_2_internal):
9254 Use memcmp and memcpy instead of bcopy and bcmp.
9255 (init_syntax_once): Use ISALNUM.
9256 (PUSH_FAILURE_POINT, re_match_2_internal): Remove failure_id.
9257 (REG_UNSET_VALUE): Remove. Use NULL instead.
9258 (REG_UNSET, re_match_2_internal): Use NULL.
9259 (SET_HIGH_BOUND, MOVE_BUFFER_POINTER, ELSE_EXTEND_BUFFER_HIGH_BOUND):
9260 New macros.
9261 (EXTEND_BUFFER): Use them (to work with BOUNDED_POINTERS).
9262 (GET_UNSIGNED_NUMBER): Don't use ISDIGIT.
9263 (regex_compile): In handle_interval, return an error rather than try to
9264 unfetch the interval if we can't find the closing brace.
9265 Obey the RE_NO_GNU_OPS syntax bit.
9266 (TOLOWER): New macro.
9267 (regcomp): Use it.
9268 (regexec): Allocate regs.start and regs.end as one block.
9269
9270 2000-08-30 Gerd Moellmann <gerd@gnu.org>
9271
9272 * xdisp.c (echo_area_display): Check display_completed instead
9273 of calling detect_input_pending.
9274
9275 * dispnew.c (update_frame): Only set display_completed here; move
9276 the update_begin and update_end calls here from update_frame_1.
9277 (update_frame_1): Don't set display_completed here, don't call
9278 update_begin/update_end.
9279
9280 * xfaces.c (set_font_frame_param): Use Fmodify_frame_parameters
9281 instead of store_frame_param.
9282
9283 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9284
9285 * dispnew.c (build_frame_matrix_from_leaf_window): If a row of a
9286 desired window matrix hasn't been displayed, use the current row
9287 instead. Make sure that only those frame rows are updated for
9288 which there exists a corresponding enabled desired row.
9289
9290 2000-08-29 Miles Bader <miles@gnu.org>
9291
9292 * xfaces.c (default_face_vector): New function.
9293 (Finternal_merge_in_global_face): Use it instead of merge_face_vectors.
9294
9295 2000-08-29 Gerd Moellmann <gerd@gnu.org>
9296
9297 * lread.c (openp): Prevent temporary string passed to
9298 Ffile_readable_p from being garbage collected.
9299
9300 2000-08-28 Dave Love <fx@gnu.org>
9301
9302 * keymap.c (store_in_keymap): Add `static' to declaration.
9303
9304 2000-08-28 Gerd Moellmann <gerd@gnu.org>
9305
9306 * emacs.c, callint.c, doc.c, editfns.c
9307 (toplevel) [HAVE_STRING_H]: Include string.h.
9308 (toplevel) [HAVE_STRINGS_H]: Include strings.h.
9309 (index): Remove prototypes which might conflict with non-standard
9310 definitions of index/strchr.
9311
9312 * s/usg5-3.h (index): Define only if not HAVE_INDEX.
9313 (rindex): Define only if !HAVE_RINDEX.
9314
9315 * s/sco5.h (bcopy, bzero, bcmp): Don't define.
9316
9317 * config.in (HAVE_INDEX, HAVE_RINDEX, HAVE_STRINGS_H): Add undefs.
9318
9319 2000-08-28 Miles Bader <miles@gnu.org>
9320
9321 * xfaces.c (merge_face_vectors): Clear TO's :font attribute if
9322 made inconsistent by a font-related attribute in FROM.
9323 (merge_face_inheritance): Add function comment.
9324
9325 2000-08-28 Kenichi Handa <handa@etl.go.jp>
9326
9327 * keyboard.c (read_char_minibuf_menu_prompt): Call read_char with
9328 the 4th arg (PREV_EVENT) Qt to suppress input method.
9329
9330 2000-08-27 Stefan Monnier <monnier@cs.yale.edu>
9331
9332 * regex.c: Indent cpp directives and remove parens after `defined'.
9333 (PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
9334 (ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
9335 (regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
9336 (re_compile_pattern): Use size_t for length.
9337 (init_syntax_once): Move to a better place.
9338 * regex.h: Merge changes from GNU libc. Indent cpp directives.
9339 (RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
9340
9341 * syntax.c (back_comment): Detect cases where a comment-starter is
9342 actually inside another comment as in: /* a // b */ c // d \n.
9343 Make it clear that `comstart_pos' is unused for nested comments.
9344
9345 * keymap.c (store_in_keymap, fix_submap_inheritance): New prototypes.
9346 (KEYMAPP): New macro.
9347 (Fkeymap_parent, Fset_keymap_parent): Use it.
9348 (fix_submap_inheritance): Mark it static.
9349 (define_as_prefix, describe_buffer_bindings, describe_command)
9350 (describe_translation, describe_map): Complete prototypes.
9351
9352 * lisp.h (store_in_keymap, fix_submap_inheritance): Remove.
9353
9354 * keyboard.c (menu_bar_item): Detect duplicate entries for all items
9355 to better match the key-lookup behavior.
9356
9357 2000-08-27 Gerd Moellmann <gerd@gnu.org>
9358
9359 * xfaces.c (lface_fully_specified_p): Handle :inherit.
9360 (Finternal_set_lisp_face_attribute): Fix typo in error message.
9361
9362 2000-08-27 Eli Zaretskii <eliz@is.elta.co.il>
9363
9364 * Makefile.in (dispnew.o, indent.o, fontset.o, minibuf.o)
9365 (process.o, scroll.o, sysdep.o): Depend on keyboard.h.
9366 (xterm.o): Depend on coding.h
9367
9368 2000-08-26 Kenichi Handa <handa@etl.go.jp>
9369
9370 * cmds.c (internal_self_insert): Delete '#ifdef HAVE_FACES' and
9371 the corresponding '#endif'.
9372
9373 2000-08-26 Miles Bader <miles@gnu.org>
9374
9375 * dispextern.h (enum lface_attribute_index): Add LFACE_INHERIT_INDEX.
9376 * xfaces.c (QCinherit): New variable.
9377 (syms_of_xfaces): Initialize it.
9378 (LFACE_INHERIT): New macro.
9379 (Finternal_get_lisp_face_attribute)
9380 (merge_face_vector_with_property)
9381 (Finternal_set_lisp_face_attribute): Deal with :inherit attribute.
9382 (check_lface_attrs): Allow new types of face height. Check
9383 inherit attribute.
9384 (CYCLE_CHECK): New macro.
9385 (merge_face_inheritance): New function.
9386 (merge_face_vectors): Merge inherited faces too. Add F and
9387 CYCLE_CHECK arguments.
9388 (merge_face_vector_with_property, Finternal_merge_in_global_face)
9389 (lookup_named_face, lookup_derived_face, realize_named_face)
9390 (face_at_string_position, face_at_buffer_position): Supply
9391 new F and CYCLE_CHECK arguments to merge_face_vectors.
9392 (merge_face_heights): New function.
9393 (merge_face_vectors, merge_face_vector_with_property)
9394 (Finternal_set_lisp_face_attribute): Call merge_face_heights to
9395 handle relative face heights.
9396 (lface_same_font_attributes_p): Compare heights using EQ.
9397
9398 2000-08-26 Kenichi Handa <handa@etl.go.jp>
9399
9400 * charset.c (char_to_string): Check the character validity.
9401 (char_valid_p): If C is not less than MAX_CHAR, be sure to return 0.
9402
9403 2000-08-25 Stefan Monnier <monnier@cs.yale.edu>
9404
9405 * regex.c (PUSH_FAILURE_COUNT): New macro.
9406 (POP_FAILURE_REG_OR_COUNT): Renamed from POP_FAILURE_REG.
9407 Handle popping of a register's or a counter's data.
9408 (POP_FAILURE_POINT): Use the new name.
9409 (re_match_2_internal): Push counter data on the stack for succeed_n,
9410 jump_n and set_number_at and remove misleading dead code in succeed_n.
9411
9412 2000-08-25 Gerd Moellmann <gerd@gnu.org>
9413
9414 * xdisp.c (redisplay_internal): If considering all windows on all
9415 frames, update the display for each frame as soon as possible,
9416 instead of first building all desired matrices for all frames, and
9417 then updating them all.
9418 (try_cursor_movement): Handle case that last_cursor.vpos is -1.
9419
9420 2000-08-24 Gerd Moellmann <gerd@gnu.org>
9421
9422 * bytecode.c (mark_byte_stack): Add a comment.
9423
9424 * frame.h (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)
9425 (FRAME_LEFT_FLAGS_AREA_WIDTH): Return 0 unless frame is
9426 a graphical frame.
9427
9428 2000-08-24 Kenichi Handa <handa@etl.go.jp>
9429
9430 * minibuf.c (do_completion): Always use compare-string, not
9431 string-equal because the latter doesn't pay attention to
9432 multibyteness of strings.
9433
9434 * process.c (create_process): Don't setup raw-text coding here.
9435 (Fopen_network_stream): Don't set coding->src_multibyte and
9436 coding->dst_multibyte here.
9437 (read_process_output): For process filter, return unibyte string
9438 if default-enable-multibyte-characters is nil.
9439 (send_process): If OBJECT is multibyte text, be sure to encoded it
9440 by the specified coding system for the process. Otherwise, setup
9441 raw-text coding.
9442 (init_process): Don't initialize default-process-coding-system here.
9443
9444 2000-08-23 Eli Zaretskii <eliz@is.elta.co.il>
9445
9446 * buffer.c (syms_of_buffer) <scroll-up-aggressively>: Doc fix.
9447 <scroll-down-aggressively>: Likewise.
9448
9449 2000-08-23 Kenichi Handa <handa@etl.go.jp>
9450
9451 * coding.c (encode_eol): Fix bug for the case of dst_bytes being
9452 zero. Set coding->produced_char correctly.
9453
9454 2000-08-22 Andrew Innes <andrewi@gnu.org>
9455
9456 * makefile.w32-in: New file.
9457
9458 * unexw32.c (unexec): Ignore old_name, and use the actual location
9459 of the current executable instead. Base new_name on this.
9460
9461 * w32proc.c (create_child): Remove reference to security
9462 descriptor, which isn't needed and doesn't compile with mingw32.
9463
9464 * w32term.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
9465 up dllimport attributes.
9466 (x_update_window_end): Update prototype.
9467
9468 * unexec.c (write_segment) [USE_CRT_DLL]: Remove unnecessary
9469 extern, which screws up dllimport attributes.
9470
9471 * sysdep.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
9472 up dllimport attributes.
9473
9474 * strftime.c [USE_CRT_DLL]: Remove unnecessary extern, which
9475 screws up dllimport attributes.
9476
9477 * process.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
9478 up dllimport attributes.
9479 (create_process) [USE_CRT_DLL]: Remove unnecessary extern, which
9480 screws up dllimport attributes.
9481
9482 * lread.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
9483 up dllimport attributes.
9484
9485 * keyboard.c [USE_CRT_DLL]: Remove unnecessary extern, which
9486 screws up dllimport attributes.
9487
9488 * floatfns.c [USE_CRT_DLL]: Remove unnecessary extern, which
9489 screws up dllimport attributes.
9490
9491 * fileio.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
9492 up dllimport attributes.
9493
9494 * emacs.c (malloc_initialize_hook) [USE_CRT_DLL]: Remove
9495 unnecessary extern, which screws up dllimport attributes.
9496 (main): Ditto.
9497
9498 * editfns.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
9499 up dllimport attributes.
9500
9501 * dispnew.c (window_change_signal) [USE_CRT_DLL]: Remove
9502 unnecessary extern, which screws up dllimport attributes.
9503
9504 * callproc.c [USE_CRT_DLL]: Remove unnecessary extern, which
9505 screws up dllimport attributes.
9506
9507 * buffer.c [USE_CRT_DLL]: Remove unnecessary extern, which screws
9508 up dllimport attributes.
9509
9510 * w32proc.c (IsValidLocale): Extern missing from mingw32 headers.
9511
9512 * w32bdf.c (search_file_line):
9513 (set_bdf_font_info):
9514 (seek_char):
9515 (w32_get_bdf_glyph):
9516 (w32_BDF_to_x_font): Fix compile warnings.
9517
9518 * w32menu.c: Include keyboard.h before frame.h. Fix compile warnings.
9519
9520 * w32select.c: Include keyboard.h before frame.h.
9521
9522 * w32fns.c (max): Define macro.
9523 (JOHAB_CHARSET): Define if not known.
9524 (MOD_ALT, MOD_CONTROL, MOD_SHIFT, MOD_WIN): Define if not known.
9525 (Fx_show_tip): Synch with X version.
9526
9527 * w32xfns.c: Include keyboard.h before frame.h.
9528
9529 * w32fns.c: Include keyboard.h before frame.h.
9530
9531 * w32term.c: Include keyboard.h before frame.h.
9532
9533 * fontset.c: Include keyboard.h before frame.h.
9534
9535 * w32inevt.c: Include keyboard.h before frame.h.
9536 (MOUSE_MOVED): Define if not known.
9537
9538 * minibuf.c: Include keyboard.h before frame.h.
9539
9540 * keyboard.c: Include keyboard.h before frame.h.
9541
9542 * indent.c: Include keyboard.h before frame.h.
9543
9544 * dispnew.c: Include keyboard.h before frame.h.
9545
9546 * buffer.c: Include keyboard.h before frame.h.
9547
9548 * alloc.c: Include keyboard.h before frame.h.
9549
9550 * print.c: Include keyboard.h before frame.h.
9551
9552 * process.c: Include keyboard.h before frame.h.
9553
9554 * scroll.c: Include keyboard.h before frame.h.
9555
9556 * sysdep.c: Include keyboard.h before frame.h.
9557
9558 * term.c: Include keyboard.h before frame.h.
9559
9560 * window.c: Include keyboard.h before frame.h.
9561
9562 * xdisp.c: Include keyboard.h before frame.h.
9563 Separate GLYPH_DEBUG and DEBUG_TRACE_MOVE.
9564
9565 * frame.c: Include keyboard.h before frame.h.
9566
9567 * w32heap.h: Undefine min, max.
9568
9569 * w32gui.h: Undefine min, max.
9570
9571 * unexw32.c: Change PUCHAR to PCHAR.
9572 (PTR_TO_OFFSET): Cast ptr to unsigned char *.
9573 (relocate_offset):
9574 (get_section_info):
9575 (copy_executable_and_dump_data): Remove unnecessary static defs.
9576 (copy_executable_and_dump_data): Fix compile warnings.
9577
9578 * sysdep.c (NULL) [WINDOWSNT]: Define NULL if not defined.
9579
9580 * w32console.c (min): Define macro.
9581 (clear_frame, write_glyphs): Fix compile warning.
9582
9583 * w32proc.c (compare_env):
9584 (find_child_console): Fix compile warning.
9585
9586 * w32.c (sys_strerror): Use sys_nerr instead of _sys_nerr. Use
9587 sys_errlist instead of _sys_errlist.
9588 (get_emacs_configuration_options): New function.
9589
9590 * s/ms-w32.h (sys_nerr): Provide default definition.
9591 (strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
9592 name with _ prepended.
9593 (NSIG): Define if not known.
9594 (get_emacs_configuration): Provide extern declaration.
9595 (get_emacs_configuration_options): Provide extern declaration.
9596 (EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
9597
9598 * w32.c (gettimeofday): Use struct timeb, not struct _timeb.
9599 (map_w32_filename):
9600 (read_unc_volume): Fix compile warning.
9601
9602 * s/ms-w32.h (_WINSOCK_H): Define to prevent normal winsock
9603 definitions from being used.
9604
9605 * lisp.h [WINDOWSNT]: Don't declare externs for getenv, ctime and getwd.
9606
9607 * w32.c (unc_volume_file_attributes):
9608 (open_unc_volume): Make arg const.
9609
9610 * sysdep.c [WINDOWSNT]: Remove extern decl of errno.
9611 (read_input_waiting): Remove excess parameter.
9612
9613 * w32.c (init_environment): Call _access.
9614 (check_windows_init_file): Call _close.
9615 (init_user_info): Call _putenv.
9616 (init_environment): Call _putenv and _strdup.
9617 (init_ntproc): Reset volume info cache on startup.
9618
9619 * s/ms-w32.h (malloc, free, realloc, calloc): Rename if
9620 USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
9621 cannot override the CRT malloc.
9622
9623 * makefile.nt (LOCAL_FLAGS): Define USE_CRT_DLL if requested.
9624 (LINK_FLAGS): Append to original value of LINK_FLAGS.
9625
9626 * w32heap.c [!USE_CRT_DLL]: Don't define _heap_init and _heap_term
9627 unless we are linking with a static CRT.
9628 (RVA_TO_PTR): Cast result to unsigned char*.
9629
9630 * w32.c (GetCachedVolumeInformation): Use xmalloc, xfree and xstrdup.
9631 (add_volume_info): Use xstrdup.
9632
9633 2000-08-22 Stefan Monnier <monnier@cs.yale.edu>
9634
9635 * minibuf.c (Vcompletion_auto_help): Renamed from `auto_help'.
9636 (do_completion, Fminibuffer_complete_word): Use it.
9637 (syms_of_minibuf): Turn completion-auto-help into a proper Lisp
9638 var so it can take non-boolean values.
9639
9640 2000-08-21 Gerd Moellmann <gerd@gnu.org>
9641
9642 * editfns.c (find_field): Formatting changes.
9643 (toplevel): Some old-style function forward declarations
9644 changed to prototypes, some new protypes added, some functions
9645 made static.
9646
9647 * lisp.h (set_time_zone_rule): Add prototype.
9648 (use_dialog_box): External declaration.
9649
9650 * keyboard.c (gen_help_event): Add parameter SIZE.
9651 (kbd_buffer_events_waiting): Slightly rewritten.
9652 (clear_event): New function.
9653 (kbd_buffer_get_event): Use it, and clear the input_events of
9654 HELP_EVENTs.
9655 (init_keyboard): Remove duplicate creation of kbd_buffer_gcpro and
9656 don't fill the newly created array with nils.
9657 (toplevel): Convert some old-style function forward declarations
9658 to prototypes.
9659
9660 * keyboard.h (gen_help_event): Change prototype.
9661
9662 * xterm.c (XTread_socket): Change calls to gen_help_event.
9663
9664 * w32term.c (w32_read_socket): Change calls to gen_help_event.
9665
9666 * eval.c (Fmacroexpand): Doc fix.
9667
9668 2000-08-20 Jason Rumney <jasonr@gnu.org>
9669
9670 * w32term.h (x_display_info_for_display): Remove as this function
9671 does not exist on W32.
9672
9673 * w32term.c (help_echo_window): New variable.
9674 (syms_of_w32term): staticpro it.
9675 (note_mode_line_highlight): Set it.
9676 (XTextExtents16): Removed as there is no equivalent on W32.
9677 (x_compute_glyph_string_overhangs): Incomplete body removed, as
9678 the X way of doing this will not work for W32.
9679 (w32_intersect_rectangles): Removed. Use IntersectRect API call.
9680 (x_draw_image_foreground): Avoid drawing outside of the clip area
9681 when image doesn't have a mask.
9682 (note_mouse_highlight): Process overlays in the right order of
9683 priority. Set help_echo_window.
9684 (x_draw_bar_cursor): If cursor is on an image, draw a box cursor
9685 because that's more visible for large images.
9686
9687 * w32menu.c (keymap_panes): Pass the keymap's prompt as the pane
9688 name to single_keymap_panes.
9689 (w32_menu_show): Set wv->title when dealing with titles.
9690 (w32_menu_display_help): Call show_help_echo with OBJECT and POS.
9691
9692 2000-08-21 Miles Bader <miles@gnu.org>
9693
9694 * minibuf.c (do_completion): Try again if we rewrite the input
9695 string, but no completion was done, so that any completion message
9696 will be correct.
9697
9698 2000-08-20 Gerd Moellmann <gerd@gnu.org>
9699
9700 * xfaces.c (lface_equal_p): Compare strings differently.
9701 (Qtty_color_alist, Vtty_defined_color_alist): New variables.
9702 (realize_tty_face): Use them.
9703 (syms_of_xfaces): Initialize new variables.
9704 (map_tty_color): New function, extracted from realize_tty_face.
9705 (map_tty_color) [MSDOS || WINDOWSNT]: If using the frame's default
9706 foreground or background color, store the new color name in the
9707 realized face; previous code trying to do this had no effect.
9708 (realize_tty_face): Use map_tty_color.
9709 (Fclear_face_cache): Set face_change_count and ensure thorough
9710 redisplay.
9711
9712 2000-08-19 Gerd Moellmann <gerd@gnu.org>
9713
9714 * undo.c (record_first_change, record_marker_adjustment): Don't
9715 use XBUFFER on last_undo_buffer which might not be a buffer.
9716
9717 2000-08-18 Kenichi Handa <handa@etl.go.jp>
9718
9719 * coding.c (decode_coding_string): Set members consumed,
9720 consumed_char, produced, produced_char of *coding correctly. If
9721 decode_coding doesn't consume any byte, don't try anymore.
9722 (encode_coding_string): Likewise.
9723
9724 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9725
9726 * lisp.h (CHECK) [ENABLE_CHECKING]: Make both sides of the
9727 conditional have void type, for Standard C compilers.
9728
9729 * xdisp.c (redisplay_internal): Compare windows for equality with
9730 EQ, instead of applying XWINDOW to something that might not
9731 be a window.
9732
9733 2000-08-18 Kenichi Handa <handa@etl.go.jp>
9734
9735 * fontset.c (Finternal_char_font): Search only the selected frame
9736 for a window of the current buffer.
9737
9738 2000-08-18 Gerd Moellmann <gerd@gnu.org>
9739
9740 * minibuf.c (do_completion): Use EQ instead of `!=' to compare
9741 Lisp_Objects.
9742
9743 * keyboard.c (kbd_buffer_get_event): Handle the case that the
9744 second half of a HELP_EVENT is found at the start of kbd_buffer.
9745
9746 2000-08-18 Miles Bader <miles@gnu.org>
9747
9748 * lisp.h (Lisp_String): Replace DECLARE_INTERVALS with real decl.
9749
9750 * editfns.c (save_restriction_save): Rewrite to use markers.
9751 (save_restriction_restore): Rewrite to understand new form of data
9752 saved by save_restriction_save.
9753 (Fsave_restriction): Remove cautionary note in doc-string.
9754
9755 2000-08-17 Gerd Moellmann <gerd@gnu.org>
9756
9757 * fileio.c (build_annotations): Add a comment explaining the
9758 return value of format-annotate-function. Replace a spurious call
9759 to Flength with a CONSP test. Call format-annotate-function with
9760 a fifth arg specifying how many times the function is been called
9761 in a row, to let it choose temporary buffers appropriately.
9762
9763 2000-08-17 Dave Love <fx@gnu.org>
9764
9765 * lisp.h: Remove DECLARE_INTERVALS, INITIALIZE_INTERVAL. Don't
9766 declare make_temp_name twice.
9767
9768 * lread.c: Prototype readevalloop, load_unwind, load_descriptor_unwind.
9769 (unreadpure): Give it an arg.
9770
9771 * unexalpha.c: Prototype fatal_unexec, mark_x,
9772 update_dynamic_symbols. Declare unexec as void.
9773
9774 * cm.c [HAVE_TERMCAP_H]: Include <termcap.h>.
9775 [!HAVE_TERMCAP_H]: Prototype tputs, tgoto.
9776
9777 * alloc.c (lisp_malloc): Declare with POINTER_TYPE.
9778 [SYSTEM_MALLOC]: Make decls in malloc.h conditional on DOUG_LEA_MALLOC.
9779
9780 * alloca.c: Use #error.
9781 [POINTER_TYPE]: Use it.
9782
9783 * eval.c (Fdefvar): Doc fix.
9784
9785 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Avoid
9786 INITIALIZE_INTERVAL.
9787
9788 * buffer.h: Avoid DECLARE_INTERVALS.
9789
9790 * config.in: Add size_t.
9791
9792 2000-08-17 Eli Zaretskii <eliz@is.elta.co.il>
9793
9794 * w16select.c (set_clipboard_data): If there's not enough memory
9795 to put text into clipboard, return 1, as Fw16_set_clipboard_data
9796 expects. In case of other failures, return 3.
9797 (system_error_msg): New error message.
9798 (Fw16_set_clipboard_data): If set_clipboard_data returns 3, print
9799 system_error_msg.
9800
9801 2000-08-16 Gerd Moellmann <gerd@gnu.org>
9802
9803 * term.c (write_glyphs): Also turn off inverse video after turning
9804 off other appearances in case TS_exit_attribute_mode is not equal
9805 to TS_end_standout_mode.
9806 (insert_glyphs): Turn inverse video on/off for each run of glyphs
9807 with the same face.
9808 (turn_off_face): Reset standout_mode only if
9809 TS_exit_attribute_mode has been output and TS_exit_attribute_mode
9810 is equal to TS_end_standout_mode.
9811
9812 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9813
9814 * coding.c (encode_coding): Fix the bug of not flushing ISO escape
9815 sequence at the end of the source block.
9816
9817 * ccl.c (Fccl_program_p): Docstring modified.
9818 (Fccl_execute): Likewise.
9819 (Fccl_execute_on_string): Likewise.
9820
9821 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9822
9823 * msdos.c (IT_write_glyphs): Convert cbp to unsigned char *.
9824
9825 2000-08-16 Kenichi Handa <handa@etl.go.jp>
9826
9827 The following changes are mainly to fix bugs of
9828 encode/decode-coding-string failing if encoding/decoding return
9829 CODING_FINISH_INSUFFICIENT_DST. In addition, delete the global
9830 variable conversion_buffer.
9831
9832 * ccl.c (CCL_WRITE_CHAR): If CH is eight-bit-control char,
9833 decrement dst_end to avoid buffer overflow in the later call of
9834 string_as_multibyte
9835
9836 * coding.h (conversion_buffer_size, conversion_buffer)
9837 (get_conversion_buffer): Extern deleted.
9838
9839 * coding.c (MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
9840 (conversion_buffer, conversion_buffer_size): Variables deleted.
9841 (get_conversion_buffer): Function deleted.
9842 (struct conversion_buffer): New structure.
9843 (MAX_ALLOCA): New macro.
9844 (allocate_conversion_buffer): New macro.
9845 (extend_conversion_buffer, free_conversion_buffer): New functions.
9846 (ccl_coding_driver): Set coding->result.
9847 (decode_coding): Set coding->result to CODING_FINISH_NORMAL if
9848 this is the last block of source.
9849 (encode_coding): Likewise. Handle the source block as the last
9850 one only when the whole source text is consumed.
9851 (decode_coding_string): Handle the case that the output buffer is
9852 too small to decode the whole source text. Use
9853 allocate_conversion_buffer, extend_conversion_buffer and
9854 free_conversion_buffer, not get_conversion_buffer.
9855 (encode_coding_string): Likewise.
9856 (init_coding): Function deleted.
9857 (init_coding_once): Delete code to initialize conversion_buffer_size.
9858
9859 * emacs.c (main): Don't call init_coding.
9860
9861 * msdos.c (IT_write_glyphs): Use a locally declared conversion_buffer.
9862
9863 * term.c (write_glyphs): Use a locally declared conversion_buffer.
9864 (insert_glyphs): Likewise.
9865
9866 * w32console.c (write_glyphs): Use a locally declared
9867 conversion_buffer.
9868
9869 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9870
9871 * msdos.c (IT_update_begin): Don't crash if mouse_face_mouse_frame
9872 member of display_info is NULL.
9873
9874 2000-08-15 Gerd Moellmann <gerd@gnu.org>
9875
9876 * alloc.c (compact_small_strings): Use safe_bcopy, add an assertion.
9877
9878 * term.c (turn_off_face): Reset standout_mode when resetting
9879 appearances with capability `me'.
9880 (write_glyphs): Switch on inverse video before each face change.
9881
9882 2000-08-14 Dave Love <fx@gnu.org>
9883
9884 * alloc.c [HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
9885 [!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
9886 (lisp_free): Declare and make static.
9887
9888 * window.c: Fix embedded comment.
9889 (syms_of_window): Fix doc string.
9890
9891 2000-08-14 Gerd Moellmann <gerd@gnu.org>
9892
9893 * keymap.c (push_key_description): If C without modifiers is < 32,
9894 make sure to print `C-' before `M-', like in the manual.
9895
9896 2000-08-11 Gerd Moellmann <gerd@gnu.org>
9897
9898 * fns.c (hashfn_eq, hashfn_eql): Don't handle strings specially
9899 since they aren't relocated anymore.
9900 (sxhash_string): Make sure returned hash code fits in a Lisp integer.
9901
9902 * xdisp.c (try_cursor_movement): Fix handling of cursor in
9903 partially visible line which is smaller than the window's height.
9904
9905 2000-08-11 Kenichi Handa <handa@etl.go.jp>
9906
9907 * ccl.c (CCL_READ_CHAR): If source is multibyte, pay attention to
9908 the multibyte form of eight-bit-control characters.
9909 (Fccl_execute_on_string): Initialize ccl->multibyte.
9910
9911 * ccl.h (struct ccl_program): New member multibyte.
9912
9913 * coding.c (ccl_coding_driver): Initialize ccl->multibyte.
9914
9915 2000-08-11 Kenichi Handa <handa@etl.go.jp>
9916
9917 * regex.c (regex_compile) <normal_char>: Pay attention to
9918 multibyteness.
9919 (analyse_first) <exactn>: Setup fastmap correctly for
9920 eight-bit-control characters.
9921
9922 2000-08-11 Kenichi Handa <handa@etl.go.jp>
9923
9924 * termhooks.h (enum event_kind): New member multibyte_char_keystroke.
9925
9926 * keyboard.c (make_lispy_event): Handle the new event type
9927 multibyte_char_keystroke.
9928
9929 * xterm.c: Include coding.h.
9930 (XTread_socket): Work around a bug of XmbLookupString. If the
9931 input is from XIM, decode it according to the current locale. In
9932 that case, generate multibyte_char_keystroke events.
9933
9934 2000-08-11 Kenichi Handa <handa@etl.go.jp>
9935
9936 * xdisp.c (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
9937 (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
9938
9939 2000-08-10 Gerd Moellmann <gerd@gnu.org>
9940
9941 * xdisp.c (trace_move) [GLYPH_DEBUG]: New variable.
9942 (TRACE_MOVE) [GLYPH_DEBUG]: New macro.
9943 (move_it_in_display_line_to): Record iterator's ascent and descent
9944 before producing glyphs, and restore them when we know the glyph
9945 doesn't fit on the line.
9946 (move_it_to): Restructured so that it's easier to debug. If
9947 moving to a vpos, and not moving to an x or character position,
9948 stop as soon as the specified vpos is reached; don't move further
9949 into that line because that might change the computed line height.
9950 (try_cursor_movement): New function, extracted from the cursor
9951 movement branch of redisplay_window. If ending on a partially
9952 visible line, don't try to scroll if the cursor line is taller
9953 than the window.
9954 (redisplay_window): Use try_cursor_movement.
9955
9956 * window.c (Fwindow_end): Rewritten to not use Fvertical_motion,
9957 because that function doesn't cope with variable-height lines.
9958
9959 * xterm.c (x_draw_bar_cursor): If cursor is on an image, draw a
9960 box cursor because that's better visible for large images.
9961
9962 2000-08-10 Miles Bader <miles@gnu.org>
9963
9964 * w32term.c (note_mouse_highlight): Update calls to overlays_at.
9965
9966 2000-08-10 Gerd Moellmann <gerd@gnu.org>
9967
9968 * xdisp.c (Vmessages_buffer_name): New variable.
9969 (message_dolog): Use it.
9970 (syms_of_xdisp): Initialize it.
9971
9972 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9973
9974 * msdos.c (IT_note_mouse_highlight): Update the calls to overlays_at.
9975 (toplevel) <kbd_buffer_store_event>: Remove prototype, it's
9976 redundant now that keyboard.h is included.
9977
9978 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9979
9980 * keyboard.c (kbd_buffer_events_waiting): New function.
9981
9982 * keyboard.h (kbd_buffer_events_waiting): Add prototype.
9983
9984 * msdos.c: Include keyboard.h.
9985 (XMenuActivate): Empty no_event events from the event buffer. If
9986 no events are left after that, call clear_input_pending.
9987 (mouse_clear_clicks): New function, code moved from mouse_init.
9988 (mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
9989 mouse driver to ``forget'' any past clicks.
9990
9991 * Makefile.in (msdos.o): Depend on keyboard.h.
9992
9993 2000-08-09 Gerd Moellmann <gerd@gnu.org>
9994
9995 * lisp.h (input_pending): External declaration.
9996
9997 * dispextern.h (Qredisplay_dont_pause): Declare extern.
9998
9999 * xdisp.c (echo_area_display): Display thoroughly if input is
10000 pending. Bind redisplay-dont-pause to t during the redisplay.
10001 in case input is pending.
10002
10003 * dispnew.c (Qredisplay_dont_pause): New variable.
10004 (syms_of_display): Initialize and staticpro it.
10005 (update_frame_1): Don't interrupt the display for pending input if
10006 redisplay_dont_pause is set.
10007
10008 * dispnew.c (mode_line_string): Declare parameter MODE_LINE_P.
10009
10010 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
10011
10012 2000-08-09 Miles Bader <miles@lsi.nec.co.jp>
10013
10014 * callproc.c (Fcall_process): Terminate the unwind-protect around
10015 the post-read-conversion of coding system.
10016
10017 * buffer.c (overlays_at): Add CHANGE_REQ parameter.
10018 (Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.
10019 * buffer.h (overlays_at): Update prototype.
10020 * xdisp.c (next_overlay_change): Update call to overlays_at.
10021 * xfaces.c (face_at_buffer_position): Likewise.
10022 * textprop.c (Fget_char_property): Likewise.
10023 * xterm.c (note_mouse_highlight): Likewise.
10024
10025 * minibuf.c (do_completion): Don't consider a simple change of
10026 case as `completion'.
10027
10028 2000-08-08 Ken Raeburn <raeburn@gnu.org>
10029
10030 * keyboard.c (syms_of_keyboard): Initialize last_point_position_buffer.
10031 * undo.c (record_delete): Make sure last_point_position_buffer is
10032 a buffer before comparing pointers.
10033
10034 * coding.h (decode_coding_string): Declare.
10035
10036 * intervals.h (Fprevious_single_char_property_change): Declare.
10037
10038 * textprop.c (Fprevious_single_char_property_change): Don't do
10039 arithmetic directly on lisp objects.
10040
10041 * editfns.c (find_field): Use EQ, not ==, to compare Lisp objects.
10042
10043 * keyboard.h (menu_item_eval_property): Declare.
10044
10045 * xdisp.c (message_dolog): Save and protect string "*Messages*" to
10046 reuse as buffer name, instead of recreating (and discarding) every
10047 time a message is logged.
10048 (with_echo_area_buffer): Make callback arg A2 a lisp object.
10049 (current_message_1, truncate_message_1, set_message_1)
10050 (display_echo_area_1, resize_mini_window_1): Signatures changed.
10051 (current_message, truncate_echo_area, display_echo_area)
10052 (resize_echo_area_axactly): Changed calls.
10053
10054 * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a
10055 Lisp object.
10056 (Ffind_coding_systems_region_internal): First argument to Fappend
10057 must be an integer, not a Lisp object.
10058
10059 2000-08-08 Kenichi Handa <handa@etl.go.jp>
10060
10061 * charset.c (Fchar_width): Doc fix.
10062
10063 2000-08-08 Gerd Moellmann <gerd@gnu.org>
10064
10065 * charset.c (Fstring_width): Doc fix.
10066
10067 2000-08-07 Gerd Moellmann <gerd@gnu.org>
10068
10069 * xdisp.c (start_display): When starting display on a continuation
10070 line, clear ascent and descent members of the iterator structure;
10071 the height of the continued line does not affect the height of the
10072 continuation line.
10073 (make_cursor_line_fully_visible): Do nothing if cursor is on a
10074 line taller than the window.
10075 (redisplay_window) <forced window start>: Handle case that the
10076 middle of the window is not found in any row.
10077 (dump_glyph_row): Show more information.
10078 (compute_line_metrics): Use MATRIX_FIRST_TEXT_ROW to determine the
10079 first text line in a glyph matrix.
10080
10081 * xterm.c (x_draw_image_foreground): Avoid drawing outside
10082 of the clip area when image doesn't have a mask.
10083
10084 * fns.c (sweep_weak_table): Fix survival conditions for
10085 key-or-value and key-and-value weakness.
10086
10087 * .gdbinit (xhashtable): New command.
10088
10089 * fns.c (sweep_weak_hash_tables): Fix the code taking unmarked
10090 tables out of the list of all weak hash tables.
10091
10092 * xdisp.c (ensure_echo_area_buffers): If a buffer was killed, and
10093 a new buffer is created, make sure echo_area_buffer[] references
10094 the new buffer.
10095
10096 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
10097
10098 * msdos.c (Fmsdos_set_mouse_buttons): Add missing backslashes in
10099 the doc string.
10100
10101 2000-08-07 Kenichi Handa <handa@etl.go.jp>
10102
10103 * syntax.c (skip_chars): Fix previous change. Make the handling
10104 of unibyte string consistent with that of regex search.
10105
10106 2000-08-05 Gerd Moellmann <gerd@gnu.org>
10107
10108 * xmenu.c (popup_get_selection): Use xfree instead of free.
10109
10110 * fileio.c (Finsert_file_contents): Use xfree instead of free.
10111
10112 * editfns.c (Ftranspose_regions): Use xfree instead of free.
10113
10114 * callproc.c (child_setup): Use xfree instead of free.
10115
10116 * sysdep.c (opendir, GetTempDirName, run_mac_command): Use xmalloc
10117 instead of malloc.
10118 (run_mac_command, closedir): Use `xfree' instead of `free'.
10119
10120 * keymap.c (current_minor_maps): Use xmalloc instead of malloc.
10121
10122 * eval.c (error): Use xfree instead of free.
10123
10124 * xfaces.c, xfns.c, w32fns.c: Replace `illegal' with `invalid'.
10125
10126 * fns.c: Replace `illegal' with `invalid'.
10127 (Fmake_hash_table, make_hash_table): Allow table size of 0.
10128
10129 2000-08-05 Kenichi Handa <handa@etl.go.jp>
10130
10131 * syntax.c (skip_chars): Fix handling of multibyte<->unibyte
10132 conversion.
10133
10134 2000-08-04 Noah Friedman <friedman@splode.com>
10135
10136 * fns.c (Fmake_hash_table): Add missing `\n\' to end of line in
10137 docstring.
10138
10139 2000-08-04 Gerd Moellmann <gerd@gnu.org>
10140
10141 * syntax.c (skip_chars): Fix typo in error message.
10142
10143 2000-08-04 Andreas Schwab <schwab@suse.de>
10144
10145 * m/ia64.h: Moved from s/ia64.h.
10146
10147 2000-08-04 Kenichi Handa <handa@etl.go.jp>
10148
10149 * process.c (read_process_output): Big simplification. Handle
10150 composition and post-read-conversion of coding system correctly.
10151 (send_process): Handle composition correctly.
10152
10153 * callproc.c (Fcall_process): Handle post-read-conversion of
10154 coding system if any.
10155
10156 * coding.c (decode_coding_iso2022): More strict check for handling
10157 single shifting.
10158 (coding_restore_composition): Pay attention to the case that
10159 cmp_data is not set properly (because of invalid code in the
10160 source text).
10161 (run_pre_post_conversion_on_str): Include text properties in the
10162 resulting string.
10163 (decode_coding_string): Set members of coding correctly.
10164
10165 2000-08-03 Gerd Moellmann <gerd@gnu.org>
10166
10167 * s/ia64.h: New file.
10168
10169 * widget.c (set_frame_size, update_wm_hints, EmacsFrameSetValues):
10170 Use NULL instead of 0 at the end of variable argument list of
10171 XtVaGetValues and XtVaSetValues, because 0 fails on systems where
10172 sizeof (int) < sizeof (void *).
10173
10174 * xmenu.c (update_frame_menubar): Use NULL instead of 0 at the end
10175 of variable argument lists of XtVaGetValues and XtVaSetValues.
10176
10177 * xfns.c (Fx_file_dialog): Use NULL instead of 0 at the end of
10178 variable argument lists of XtVaGetValues and XtVaSetValues.
10179
10180 2000-08-02 Gerd Moellmann <gerd@gnu.org>
10181
10182 * alloc.c (lisp_malloc, lisp_free): Use size_t and POINTER_TYPE.
10183 (xrealloc, xmalloc): Use size_t. Some callers adjusted.
10184
10185 * lisp.h (Fsingle_key_description, xmalloc, xrealloc): Change
10186 prototype.
10187
10188 * keyboard.c (read_char_minibuf_menu_prompt): Add new parameter
10189 in call to Fsingle_key_description.
10190
10191 * keymap.c (Fsingle_key_description): Add parameter NO_ANGLES.
10192 Callers changed.
10193
10194 2000-08-02 Colin Walters <walters@cis.ohio-state.edu>
10195
10196 * window.c (display_buffer_reuse_frames): New variable.
10197 (Fdisplay_buffer): If display_buffer_reuse_frames is set, reuse
10198 frames displaying BUFFER.
10199 (syms_of_window): Define Lisp variable display-buffer-reuse-frames.
10200
10201 2000-08-01 Miles Bader <miles@gnu.org>
10202
10203 * editfns.c (Fconstrain_to_field): Fix the conditions for deciding
10204 when to constrain NEW_POS (they were pretty screwed up before).
10205
10206 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
10207
10208 * msdos.c (run_msdos_command): Save and restore the master
10209 environment, for the case that child_setup signals an error.
10210 When mirroring slashes in DOS shell commands, don't fail when
10211 argv[2] has embedded blanks.
10212 (Fmsdos_set_mouse_buttons, mouse_setup_buttons): New functions.
10213 (syms_of_msdos): Defsubr Fmsdos_set_mouse_buttons.
10214 (dos_ttraw): Call mouse_setup_buttons.
10215
10216 * callproc.c (child_setup) [MSDOS]: malloc pwd_var instead of
10217 using alloca; free it after run_msdos_command returns.
10218
10219 2000-07-27 Dave Love <fx@gnu.org>
10220
10221 * s/irix6-5.h (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't define.
10222 [_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently working.
10223
10224 * m/iris4d.h (XUINT, XSET, XUNMARK) [_LP64]: Don't define.
10225
10226 2000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
10227
10228 * editfns.c (lisp_time_argument): Fix last change.
10229
10230 2000-07-27 Gerd Moellmann <gerd@gnu.org>
10231
10232 * fns.c (Fdelete): Make it work on vectors and strings in addition
10233 to lists.
10234
10235 * fns.c (Qkey_or_value, Qkey_and_value): New variables.
10236 (syms_of_fns): Initialize new variables.
10237 (sweep_weak_table): Handle weakness `key-or-value' and `key-and-value'.
10238 (Fmake_hash_table): Recognize `key-and-value' and `key-or-value'
10239 weakness, with t meaning the same as `key-and-value'.
10240
10241 2000-07-27 Kenichi Handa <handa@etl.go.jp>
10242
10243 * coding.h (struct coding_system): Member safe_charset deleted.
10244
10245 * coding.c (Qsafe_charsets): This variable deleted.
10246 (Qsafe_chars, Vchar_coding_system_table, Qchar_coding_system):
10247 New variables.
10248 (coding_safe_chars): New function.
10249 (CODING_SAFE_CHAR_P): New macro.
10250 (CHARSET_OK): New arg C. Call CODING_SAFE_CHAR_P instead of
10251 checking safe_charsets member of the coding system. Caller changed.
10252 (detect_coding_iso2022): New local variable safe_chars.
10253 (DECODE_DESIGNATION): Call CODING_SAFE_CHAR_P instead of checking
10254 safe_charsets member of the coding system.
10255 (decode_coding_iso2022): New local variable safe_chars.
10256 (ENCODE_ISO_CHARACTER_DIMENSION1): Don't check unsafe chars here.
10257 (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
10258 (ENCODE_ISO_CHARACTER): Arguments changed. Caller changed.
10259 (ENCODE_UNSAFE_CHARACTER): New macro.
10260 (encode_coding_iso2022): New local variable safe_chars. Check
10261 unsafe chars.
10262 (setup_coding_system): Delete the code to initialize
10263 coding->safe_charses
10264 (intersection, find_safe_codings): New functions.
10265 (Ffind_coding_systems_region_internal): New function.
10266 (syms_of_coding): Defsubr it. Initialize Qsafe_chars,
10267 Qsafe_cding_system. Make Vchar_coding_system_table a Lisp
10268 variable and initialize it.
10269
10270 * fns.c (char_table_ref_and_index): New function.
10271
10272 * lisp.h (char_table_ref_and_index): Add prototype.
10273
10274 2000-07-26 Sam Steingold <sds@gnu.org>
10275
10276 * editfns.c (lisp_time_argument): Added third argument `usec'.
10277 (Ffloat_time): New built-in Lisp function.
10278
10279 2000-07-26 Gerd Moellmann <gerd@gnu.org>
10280
10281 * dispextern.h (GLYPH_FROM_CHAR_GLYPH): Use CHARACTERBITS bits
10282 for the character code.
10283
10284 * config.in (HAVE_SOUND): Define only for FreeBSD, NetBSD and
10285 GNU/Linux.
10286
10287 * xmenu.c (menu_highlight_callback): Call show_help_echo directly
10288 if called for a popup menu.
10289 (xmenu_show): Store help string in widget values.
10290
10291 2000-07-26 Dave Love <fx@gnu.org>
10292
10293 * syswait.h: Move some definitions.
10294 (HAVE_SYS_WAIT_H): Undef for HPUX7, Convex.
10295 [!HAVE_SYS_WAIT_H]: Define things unconditionally. More
10296 perspicuous definitions.
10297 (WTERMSIG): Fix bit pattern used.
10298
10299 2000-07-26 Kenichi Handa <handa@etl.go.jp>
10300
10301 * print.c (print_object): If vector printing is truncated, print
10302 "..." to indicate it as well as the case of list printing.
10303
10304 2000-07-25 Gerd Moellmann <gerd@gnu.org>
10305
10306 * xdisp.c (next_element_from_display_vector): Improve comments.
10307
10308 * lisp.h (GLYPH_MASK_CHAR, GLYPH_MASK_FACE): Use 19 bits
10309 for the character code, and the rest for the face id as in 20.x.
10310 (FAST_GLYPH_FACE, FAST_MAKE_GLYPH): Changed accordingly.
10311
10312 * window.c (window_display_table): Cleaned up.
10313
10314 * syntax.c (Fforward_word): Add last arg nil in call of
10315 Fconstrain_to_field.
10316
10317 2000-07-25 Eli Zaretskii <eliz@is.elta.co.il>
10318
10319 * fileio.c (Frename_file) [DOS_NT]: If the file names are
10320 identical but for the letter-case, don't call
10321 barf_or_query_if_file_exists.
10322
10323 2000-07-25 Miles Bader <miles@gnu.org>
10324
10325 * editfns.c (find_field): Honor special `boundary' fields.
10326 (Qboundary): New variables.
10327 (syms_of_editfns): Initialize Qboundary.
10328 (Fconstrain_to_field): Add the INHIBIT-CAPTURE-PROPERTY argument.
10329 Use scan_buffer instead of find_before_next_newline, because it
10330 allows us to detect the boundary case where there's a newline at
10331 the search limit.
10332 * lisp.h (Fconstrain_to_field): Update external declaration.
10333
10334 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10335
10336 * print.c (temp_output_buffer_setup): Don't call1 Vrun_hooks
10337 if that is nil.
10338
10339 2000-07-24 Dave Love <fx@gnu.org>
10340
10341 * s/sunos4-0.h, s/sol2.h:
10342 (LIBS_TERMCAP): Move from m/sparc.h.
10343
10344 * m/sparc.h (TERMINFO): Moved to system files (probably only
10345 relevant for sunos4 judging by its vintage).
10346 (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on
10347 __arch64__.
10348
10349 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10350
10351 * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
10352 name to single_keymap_panes.
10353
10354 2000-07-24 Andreas Schwab <schwab@suse.de>
10355
10356 * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.
10357
10358 2000-07-24 Gerd Moellmann <gerd@gnu.org>
10359
10360 * xdisp.c (with_echo_area_buffer): Take additional EMACS_INT
10361 parameters instead of using int parameters. Expect FN to accept
10362 EMACS_INT parameters.
10363 (display_echo_area, resize_echo_area_axactly, current_message)
10364 (truncate_echo_area, set_message_1): Call with_echo_area_buffer
10365 with new argument list.
10366 (resize_mini_window_1): New callback function.
10367 (current_message_1, truncate_message_1, set_message_1): Change
10368 parameter lists to the new format expected by with_echo_area_buffer.
10369
10370 2000-07-24 Kenichi Handa <handa@etl.go.jp>
10371
10372 * fontset.c (fontset_ref): Remove INLINE declaration.
10373 (fontset_ref_via_base): Likewise.
10374 (Fset_fontset_font): Convert FAMILY and REGISTRY specifications
10375 to downcase.
10376
10377 2000-07-23 Eli Zaretskii <eliz@is.elta.co.il>
10378
10379 * msdos.c (IT_note_mouse_highlight): Process overlays in the
10380 correct order of priority. If help echo was found in an overlay,
10381 use that overlay as the object in which the help echo was found.
10382
10383 2000-07-22 Miles Bader <miles@gnu.org>
10384
10385 * textprop.c (Fprevious_single_char_property_change): The initial
10386 property value should be from the position preceding POSITION, not
10387 following it.
10388
10389 2000-07-22 Eli Zaretskii <eliz@is.elta.co.il>
10390
10391 * coding.c (syms_of_coding): Doc fix for
10392 inhibit-iso-escape-detection.
10393
10394 2000-07-21 Gerd Moellmann <gerd@gnu.org>
10395
10396 * xterm.c (note_mouse_highlight): Process overlays in the right
10397 order of priority.
10398
10399 * keyboard.c (show_help_echo, gen_help_event): Extend comments.
10400
10401 * xterm.c (note_mouse_highlight): If help-echo was found in an
10402 overlay, use that overlay as the object in which the help was found.
10403
10404 * window.c (foreach_window_1): Fix typo reversing an if-condition.
10405
10406 * window.c (foreach_window): Instead of a fake variable argument
10407 list, take one USER_DATA argument.
10408 (foreach_window_1): Likewise, and call callback functions with two
10409 args, the window and USER_DATA.
10410 (struct check_window_data): New struct.
10411 (check_window_containing): Use it.
10412 (window_from_coordinates): Set up a struct check_window_data for
10413 foreach_window.
10414 (add_window_to_list, freeze_window_start): Change parameters
10415 according to new calling convention.
10416
10417 * window.h (foreach_window): Change prototype.
10418
10419 * buffer.c (Fprevious_overlay_change): Avoid memory leak.
10420
10421 2000-07-21 Eli Zaretskii <eliz@is.elta.co.il>
10422
10423 * xmenu.c (menu_help_callback): Call show_help_echo with
10424 additional arguments OBJECT and POS.
10425
10426 2000-07-21 Kenichi Handa <handa@etl.go.jp>
10427
10428 * data.c (Faset): Allow storing any multibyte character in a
10429 string. Convert unibyte string to multibyte if necessary.
10430
10431 * xfns.c (x_encode_text): New function.
10432 (x_set_name): Use x_encode_text.
10433 (x_set_title): Likewise.
10434
10435 * xselect.c (lisp_data_to_selection_data): Use x_encode_text.
10436
10437 * xterm.h (x_encode_text): Add prototype.
10438
10439 2000-07-20 Dave Love <fx@gnu.org>
10440
10441 * ccl.c (Fccl_execute_on_string): Don't check xmalloc return. Use
10442 xfree, not free.
10443
10444 2000-07-20 Eli Zaretskii <eliz@is.elta.co.il>
10445
10446 * msdos.c (help_echo_window): New variable.
10447 (syms_of_msdos): Initialize and staticpro it.
10448 (IT_note_mode_line_highlight): Set help_echo_window.
10449 (IT_note_mouse_highlight): Ditto.
10450 (dos_rawgetc): Store help_echo_window in the second event produced
10451 for HELP_EVENTs.
10452
10453 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight):
10454 Record the object that generated the help echo and the position of
10455 that object in help_echo_object and help_echo_pos. Record that
10456 some glyphs in a row are displayed in mouse-face.
10457 (IT_update_begin): Don't clear mouse highlight unless one of the
10458 enabled glyph rows is marked as being displayed in mouse-face.
10459 (dos_rawgetc): Generate 2 events for HELP_EVENT. Pass the object
10460 and position recorded in help_echo_object and help_echo_pos to the
10461 event queue.
10462 (IT_menu_display): Accept a new argument PN: the pane number of
10463 the current menu pane. Record the pane number and the item
10464 number of the item which has associated help string.
10465 (XMenuActivate): Update the prototype for help_callback in
10466 function declaration. Call IT_menu_display with the current menu
10467 pane number as an additional argument. Call help_callback with
10468 two additional arguments: the pane number and the item number of
10469 the menu item associated with the help text.
10470 (help_echo_object, help_echo_pos): New variables.
10471 (syms_of_msdos): Initialize them and staticpro help_echo_object.
10472
10473 * msdos.h (XMenuActivate): Update prototype.
10474
10475 2000-07-19 Gerd Moellmann <gerd@gnu.org>
10476
10477 * xdisp.c (with_echo_area_buffer): Call FN with more arguments.
10478 Add some more prototypes.
10479
10480 * xterm.c, xterm.h: Add some more prototypes.
10481
10482 * lisp.h (Fnext_single_char_property_change): Add prototype.
10483
10484 * dispnew.c (direct_output_for_insert): Remove confusing
10485 outer local variable mouse_face_overwritten_p.
10486 (glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.
10487
10488 * alloc.c (allocate_string_data): Don't copy old string contents.
10489
10490 2000-07-19 Kenichi Handa <handa@etl.go.jp>
10491
10492 * coding.c (code_convert_region): Delete text properties before
10493 shrinking the conversion region.
10494
10495 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10496
10497 * dispnew.c (update_text_area): Write the whole row if it
10498 has mouse-face in it.
10499
10500 * xfaces.c (face-alternative-font-family-alist): Remove
10501 DEFVAR_LISP; staticpro instead.
10502
10503 * xmenu.c (menu_help_callback): Call show_help_echo with
10504 new arguments.
10505
10506 * keyboard.c (show_help_echo): Add parameter WINDOW.
10507 (read_char): Call show_help_echo with window extracted from Lisp
10508 help event.
10509 (gen_help_event): Add parameter WINDOW.
10510
10511 * keyboard.h (show_help_echo, gen_help_event): Change prototypes.
10512
10513 * xterm.c (help_echo_window): New variable.
10514 (note_mouse_highlight, note_tool_bar_highlight): Set help_echo_window.
10515 (XTread_socket): Pass help_echo_window to gen_help_event.
10516 (syms_of_xterm): Initialize and staticpro help_echo_window.
10517
10518 2000-07-18 Dave Love <fx@gnu.org>
10519
10520 * Makefile.in: Fix dependencies of blockinput.h on atimer.h, systime.h.
10521
10522 2000-07-18 Gerd Moellmann <gerd@gnu.org>
10523
10524 * alloc.c (allocate_string_data): If string had already data
10525 assigned, copy old contents to new string data.
10526
10527 * coding.c (syms_of_coding): Fix typo in spelling of variable
10528 `inhibit-iso-escape-detection'.
10529
10530 * alloca.c (free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
10531
10532 * Makefile.in: Add dependencies on dispextern.h.
10533 (alloca.o): Don't define malloc and define EMACS_FREE instead of
10534 `free'; both can conflict with system header files.
10535
10536 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10537
10538 * charset.h (MAKE_CHAR): Return reasonable code even if CHARSET is
10539 undefined.
10540
10541 2000-07-18 Dave Love <fx@gnu.org>
10542
10543 * window.c (Fwindow_list): Declare arg `window'.
10544
10545 2000-07-18 Kenichi Handa <handa@etl.go.jp>
10546
10547 * coding.c (setup_coding_system): Don't override the explicitly
10548 specified designations.
10549
10550 2000-07-15 Miles Bader <miles@gnu.org>
10551
10552 * editfns.c (char_property_eq, char_property_stickiness): Renamed
10553 from `text_property_eq' and `text_property_stickiness', respectively.
10554 (find_field, Fconstrain_to_field, char_property_eq)
10555 (char_property_stickiness): Changed to call char-property functions
10556 instead of text-property-only ones.
10557
10558 * textprop.c (Fnext_single_char_property_change): Made a subr (was
10559 `next_single_char_property_change'). Do more error checking, and
10560 cleanup limit behavior.
10561 (Fprevious_single_char_property_change): New function.
10562 (syms_of_textprop): Initialize new subrs.
10563
10564 * xdisp.c (display_prop_end, invisible_text_between_p):
10565 Call Fnext_single_char_property_change instead of
10566 next_single_char_property_change.
10567
10568 2000-07-15 Jason Rumney <jasonr@gnu.org>
10569
10570 * w32menu.c (w32_menu_show): Call free_menubar_widget_value_tree
10571 after menu is finished with.
10572 (add_menu_item): Only consider wv->title as a menu title.
10573 (w32_menu_display_help): Add OBJECT and POS to show_help_echo.
10574
10575 * w32fns.c (w32_wnd_proc) [WM_DRAW_ITEM]: Do not try to draw a
10576 null title.
10577 (FONT_REGEXP): Remove unused macro, and its sub-components.
10578 (syms_of_w32fns): Replace underscore in w32-enable-synthesized-fonts.
10579
10580 * w32term.c (help_echo_object, help_echo_pos): New variables.
10581 (note_mode_line_highlight): Store additional information about the
10582 help-echo in help_echo_object and help_echo_pos. Check both
10583 `local-map' and `keymap' properties for changing the cursor
10584 (note_mouse_highlight): Store additional information about the
10585 help-echo in help_echo_object and help_echo_pos.
10586 (note_tool_bar_highlight): Set help_echo_object to nil and
10587 help_echo_pos to -1.
10588 (w32_read_socket): Use gen_help_event instead of filling
10589 input_events manually.
10590 (syms_of_w32term): Staticpro help_echo_object.
10591 (x_update_window_end): Add parameter MOUSE_FACE_OVERWRITTEN_P. If
10592 set, arrange for a mouse-highlight redisplay in XTframe_up_to_date.
10593 (x_clear_mouse_face): New function.
10594 (w32_redisplay_interface): Add pointer to x_clear_mouse_face.
10595 (x_update_window_begin): No need to turn off the mouse
10596 highlight here.
10597 (show_mouse_face): Set the mouse_face_p flag of glyph rows
10598 depending on whether they contain glyphs highlighted in mouse-face.
10599 (x_fill_stretch_glyph_string): Consume runs of stretch
10600 glyphs instead of a single one.
10601 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
10602 with new argument list.
10603 (x_set_glyph_string_gc): Make sure the face's GC is valid.
10604 (x_append_glyph, x_append_composite_glyph)
10605 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
10606 changes in struct glyph starting 1999-12-27. See comments for
10607 xterm.c on 2000-07-05.
10608
10609 2000-07-14 Sam Steingold <sds@gnu.org>
10610
10611 * xfaces.c (realize_x_face): Fix the last patch:
10612 check `default_face' before dereferencing.
10613
10614 2000-07-14 Dave Love <fx@gnu.org>
10615
10616 * syntax.c (back_comment): Add null default in switch (for pcc).
10617
10618 2000-07-14 Kenichi Handa <handa@etl.go.jp>
10619
10620 * xfaces.c (realize_x_face): Make fontset using the base of the
10621 default_face's fontset, not using the default fontset.
10622
10623 * coding.c (inhibit_iso_escape_detection): New variable.
10624 (syms_of_coding): Make it a Lisp variable.
10625 (detect_coding_iso2022): If inhibit_iso_escape_detection is
10626 nonzero, ignore ISO2022's escape sequence.
10627
10628 2000-07-14 Gerd Moellmann <gerd@gnu.org>
10629
10630 * alloca.c (malloc) [emacs]: Define as xmalloc.
10631
10632 * xfns.c (Fx_show_tip): If frame parameters contain a position,
10633 use that instead of the mouse position. Add parameters DX and DY.
10634
10635 * dispextern.h (Fx_show_tip): Adjust number of parameters
10636 in prototype.
10637
10638 * keyboard.c (show_help_echo): Add parameters OBJECT and POS.
10639 if HELP is a function, call it with OBJECT and POS as parameters
10640 to get the help to display.
10641 (gen_help_event, kbd_buffer_store_help_event): New functions.
10642 (kbd_buffer_get_event): Construct the Lisp help-event differently.
10643 (read_char): Call show_help_echo with new parameters.
10644
10645 * keyboard.h (gen_help_event, kbd_buffer_store_help_event):
10646 Add prototypes.
10647
10648 * xterm.c (help_echo_object, help_echo_pos): New variables.
10649 (note_mode_line_highlight): Store additional information about the
10650 help-echo in help_echo_object and help_echo_pos. Check both
10651 `local-map' and `keymap' properties for changing the cursor
10652 (note_mouse_highlight): Store additional information about the
10653 help-echo in help_echo_object and help_echo_pos.
10654 (note_tool_bar_highlight): Set help_echo_object to nil and
10655 help_echo_pos to -1.
10656 (XTread_socket): Use gen_help_event instead of filling
10657 input_events manually.
10658 (syms_of_xterm): Staticpro help_echo_object.
10659
10660 * xmenu.c (menu_highlight_callback): Use
10661 kbd_buffer_store_help_event instead of setting up and input_event
10662 structure manually.
10663
10664 * xdisp.c (eval_form): GCPRO argument sexpr.
10665 (call_function): New function.
10666 (handle_single_display_prop): Use call_function and FUNCTIONP
10667 instead of checking whether if font_height is a symbol and
10668 using eval_form.
10669
10670 * eval.c (internal_condition_case_2): New function.
10671
10672 * lisp.h (FUNCTIONP): New macro.
10673 (internal_condition_case_2, call_function): Add prototypes.
10674
10675 * xterm.c (construct_mouse_click, x_scroll_bar_to_input_event)
10676 (x_scroll_bar_handle_click, SET_SAVED_MENU_EVENT, XTread_socket):
10677 Always set `arg' member of input_events.
10678 (construct_menu_click): Unused function removed.
10679
10680 * msdos.c (dos_rawgetc): Always set `arg' member of input_events.
10681
10682 * w32term.c (construct_mouse_click, construct_mouse_wheel)
10683 (construct_drag_n_drop, x_scroll_bar_handle_click)
10684 (w32_read_socket): Always set `arg' member of input_events.
10685
10686 * keyboard.c (show_help_echo): Use eval_form. Add comment.
10687
10688 * lisp.h (eval_form): Add prototype.
10689
10690 * xdisp.c (eval_form): Make it externally visible.
10691
10692 2000-07-13 Gerd Moellmann <gerd@gnu.org>
10693
10694 * xterm.c (x_handle_tool_bar_click): Store the frame in the
10695 frame_or_window slot of TOOL_BAR_EVENT input events instead of
10696 consing. For prefix events, store the frame in the `arg' slot of
10697 the event, otherwise store the key there.
10698 (XTread_socket): Instead of consing, use the frame_or_window slot
10699 of HELP_EVENTs for the frame, and the `arg' slot for the help string.
10700
10701 * xmenu.c (menu_highlight_callback): Store help string in the
10702 `arg' member of the input event; don't cons.
10703 (menubar_selection_callback): Use the `arg' slot of input events
10704 to queue additional information, instead of consing.
10705
10706 * msdos.c (dos_rawgetc): Adapt to change of HELP_EVENTs.
10707
10708 * w32term.c (w32_handle_tool_bar_click): Adapt to changes in
10709 TOOL_BAR_EVENTs.
10710 (w32_read_socket): Adapt to changes in HELP_EVENTs.
10711
10712 * w32menu.c (menubar_selection_callback): Use the `arg' slot of
10713 input events to queue additional information, instead of consing.
10714
10715 * keyboard.c (kbd_buffer_gcpro): Renamed from
10716 kbd_buffer_frame_or_window. Now used for all Lisp objects
10717 referenced from the input queue.
10718 (kbd_buffer_store_event): Always use structure assignment for
10719 copying input events. Record all Lisp objects referenced from
10720 events in kbd_buffer_gcpro.
10721 (kbd_buffer_get_event): Construct Lisp `help-echo' events
10722 differently from input events. Test for prefix menu_bar_events
10723 and TOOL_BAR_EVENTs differently. Reset all slots used by an input
10724 event in kbd_buffer_gcpro to nil.
10725 (make_lispy_event) <TOOL_BAR_EVENT>: Treat an input event whose
10726 frame_or_window is equal to its arg member as prefix events.
10727 (stuff_buffered_input): Reset all slots in kbd_buffer_gcpro
10728 used by an input event to nil.
10729 (init_keyboard): Use two times the size of the input queue
10730 for kbd_buffer_gcpro.
10731 (syms_of_keyboard): Likewise.
10732
10733 * emacs.c (handle_USR2_signal, handle_USR1_signal):
10734 Use USER_SIGNAL_EVENT.
10735
10736 * termhooks.h (struct input_event): Add member `arg'.
10737 (MENU_BAR_EVENT): Renamed from menu_bar_event.
10738 (USER_SIGNAL_EVENT): Renamed from user_signal.
10739
10740 * xfaces.c (ASET): Remove definition.
10741
10742 * lisp.h (AREF, ASET, ASIZE): New macros.
10743
10744 * fontset.c (AREF, ASIZE): Remove definitions.
10745
10746 * fns.c (AREF): Remove definition.
10747
10748 * composite.c (AREF): Remove definition.
10749
10750 2000-07-12 Gerd Moellmann <gerd@gnu.org>
10751
10752 * dispnew.c (redraw_overlapped_rows): Add missing local.
10753 (scrolling_window): Remove debug code.
10754
10755 * xdisp.c (try_window_reusing_current_matrix, try_window_id):
10756 Before scrolling, turn off a mouse-highlight in the window
10757 being scrolled.
10758
10759 * xterm.c (x_update_window_end): Add parameter
10760 MOUSE_FACE_OVERWRITTEN_P. If set, arrange for a mouse-highlight
10761 redisplay in XTframe_up_to_date.
10762 (x_clear_mouse_face): New function.
10763 (x_redisplay_interface): Add pointer to x_clear_mouse_face.
10764
10765 * dispnew.c (make_current): Preserve the mouse_face_p flag of the
10766 current glyph row.
10767 (update_window_line): Add parameter MOUSE_FACE_OVERWRITTEN_P. Set
10768 it when any row is written to that contains glyphs highlighted in
10769 mouse-face.
10770 (update_window): Call the window update end hook with new
10771 parameter MOUSE_FACE_OVERWRITTEN_P.
10772 (direct_output_for_insert): Give up if row contains mouse-face.
10773
10774 * dispextern.h (struct redisplay_interface): Add parameter
10775 MOUSE_FACE_OVERWRITTEN_P to update_window_end_hook function.
10776 (clear_mouse_face): New function pointer member.
10777
10778 2000-07-11 Stefan Monnier <monnier@cs.yale.edu>
10779
10780 * syntax.c (back_comment): Use one switch rather than a few `if's.
10781 Obey open_paren_in_column_0_is_defun_start.
10782 When reverting to the `slow' method, try to nicely handle the case
10783 of nested comments by checking that the comment-starter we found
10784 does indeed match the comment-ender.
10785 (scan_sexps_forward, scan_sexps_forward):
10786 Ignore excessive opening parenthesis rather than throwing an error.
10787
10788 2000-07-11 Gerd Moellmann <gerd@gnu.org>
10789
10790 * doc.c (Fsubstitute_command_keys): Handle case that a GC
10791 in Fwhere_is_internal or get_keymap_1 relocates string contents.
10792
10793 * dispnew.c (direct_output_forward_char): Give up if currently
10794 displaying a message instead of the minibuffer contents.
10795
10796 * xterm.c (x_update_window_begin): No need to turn off the mouse
10797 highlight here.
10798 (show_mouse_face): Set the mouse_face_p flag of glyph rows
10799 depending on whether they contain glyphs highlighted in mouse-face.
10800
10801 * dispnew.c (row_equal_p): Add parameter MOUSE_FACE_P. If set,
10802 compare the mouse_face_p flags of both rows.
10803
10804 * dispextern.h (struct glyph_row): Add flag mouse_face_p.
10805
10806 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10807
10808 * keyboard.c (show_help_echo): Accept additional parameter
10809 ok_to_overwrite_keystroke_echo.
10810 (read_char): Call show_help_echo with a zero
10811 ok_to_overwrite_keystroke_echo argument.
10812 * keyboard.h (show_help_echo): Update prototype of show_help_echo.
10813 * xmenu.c (menu_help_callback): Call show_help_echo with non-zero
10814 ok_to_overwrite_keystroke_echo argument.
10815 * w32menu.c (w32_menu_display_help): Call show_help_echo with
10816 non-zero ok_to_overwrite_keystroke_echo argument.
10817
10818 2000-07-10 Gerd Moellmann <gerd@gnu.org>
10819
10820 * xdisp.c (try_window_id): If changes are all below what is
10821 displayed in the window, and point is in the window, we still
10822 might have to find point on the display.
10823
10824 * xterm.c (x_fill_stretch_glyph_string): Consume runs of stretch
10825 glyphs instead of a single one.
10826 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
10827 with new argument list.
10828 (x_set_glyph_string_gc): Make sure the face's GC is valid.
10829
10830 * keymap.c (get_keymap_1): Add comment that this function can GC.
10831 (where_is_internal_2, where_is_internal_1): Add GCPROs, add
10832 comment that functions can GC.
10833 (Fset_keymap_parent): GCPRO arg KEYMAP.
10834
10835 2000-07-10 Eli Zaretskii <eliz@is.elta.co.il>
10836
10837 * msdos.c (XMenuActivate): After exiting the menu, restore the
10838 echo area message and erase it.
10839
10840 2000-07-10 Kenichi Handa <handa@etl.go.jp>
10841
10842 * fontset.c (Ffontset_info): Make the return value more compatible
10843 with that of Emacs 20.
10844
10845 2000-07-07 Gerd Moellmann <gerd@gnu.org>
10846
10847 * eval.c (Fsignal): Handle case that backtrace_list is null.
10848
10849 2000-07-07 Kenichi Handa <handa@etl.go.jp>
10850
10851 * ccl.c (Fccl_execute): Typo fixed.
10852
10853 2000-07-06 Gerd Moellmann <gerd@gnu.org>
10854
10855 * window.c (window_loop): Add missing gcpro1 local variable.
10856
10857 * window.c (Fwindow_list): Reverse list at the end.
10858 (candidate_window_p): Add parameter OWINDOW. ALL_FRAMES nil
10859 means allow windows on OWINDOW's frame, only.
10860 (window_loop): Simplified; use Fwindow_list.
10861
10862 * Makefile.in (TAGS-LISP): Don't pass `$(lispsource)' to make.
10863
10864 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10865
10866 * xterm.c (XTread_socket): Increment handling_signal at the start,
10867 decrement it at the end.
10868
10869 * eval.c (handling_signal): New variable.
10870 (Fsignal): Abort if handling_signal is non-zero.
10871
10872 * lisp.h (handling_signal): External declaration.
10873
10874 * s/freebsd.h (WAITTYPE, WRETCODE): Put in #if 0.
10875
10876 2000-07-05 Ken Raeburn <raeburn@gnu.org>
10877
10878 Sound support for NetBSD through "Linux emulation" support:
10879 * config.in (HAVE_SOUNDCARD_H): Undef.
10880 (HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
10881 * Makefile.in (LIBSOUND): New variable.
10882 (LIBES): Include it.
10883 * sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>.
10884 (DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere.
10885 (vox_open): Use DEFAULT_SOUND_DEVICE.
10886 * s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
10887
10888 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10889
10890 * print.c (print_error_message): If Vsignaling_function is set,
10891 show it in *Messages*.
10892
10893 * lisp.h (Vsignaling_function): External declaration.
10894
10895 * eval.c (Vsignaling_function): New variable.
10896 (Fsignal): Compute it.
10897 (syms_of_eval): Staticpro it.
10898
10899 2000-07-05 Dave Love <fx@gnu.org>
10900
10901 * syswait.h: Use the autoconf recommended approach. Old code
10902 #if'd out in case we need to revert.
10903
10904 * config.in (HAVE_SYS_WAIT_H): Added.
10905
10906 2000-07-05 Andrew Innes <andrewi@gnu.org>
10907
10908 * vm-limit.c (check_memory_limits) [REL_ALLOC]: Use real_morecore
10909 when non-NULL instead of __morecore, to take account of buffer
10910 memory. This also solves a problem with spurious memory warnings
10911 on Windows.
10912
10913 * ralloc.c: Make real_morecore non-static.
10914
10915 * eval.c (internal_condition_case): Comment out abort if
10916 interrupt_input_blocked is not zero.
10917
10918 * makefile.nt: Add support for `bootstrap' and related targets.
10919 Include minimal debug info in emacs.exe in release build.
10920 Remove all dependencies on lisp.h, and fixup some others.
10921
10922 * w32.c (init_environment): Install code from 20.7 for providing
10923 default values for environment variables, based on the
10924 executable's own location.
10925 (map_w32_filename): Handle filenames that are longer than MAX_PATH.
10926 (sys_socket): Install socket inheritance bug fix from 20.7.
10927
10928 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included
10929 here via blockinput.h).
10930
10931 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10932
10933 * w32menu.c (w32_menu_display_help):
10934 * xmenu.c (menu_help_callback): Use show_help_echo.
10935
10936 * keyboard.h (show_help_echo): Declare.
10937
10938 * keyboard.c (show_help_echo): New function, extracted from read_char.
10939 Feval its `msg' argument if it's a cons cell.
10940 (read_char): Use it.
10941 (follow_key): Pass `autoload' to get_keyelt.
10942
10943 * xterm.c (note_mode_line_highlight, note_mouse_highlight)
10944 (note_tool_bar_highlight, XTread_socket):
10945 * msdos.c (IT_note_mode_line_highlight, IT_note_mouse_highlight)
10946 (dos_rawgetc):
10947 * w32term.c (note_mode_line_highlight, note_mouse_highlight)
10948 (note_tool_bar_highlight, w32_read_socket):
10949 Do not gratuitously ignore non-string `help-echo' properties.
10950
10951 2000-07-05 Gerd Moellmann <gerd@gnu.org>
10952
10953 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
10954
10955 * window.c (delete_all_subwindows): Reset Vwindow_list.
10956
10957 * xterm.c (x_append_glyph, x_append_composite_glyph)
10958 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
10959 changes in struct glyph starting 1999-12-27. Some bit-fields of
10960 struct glyph were not set, which made glyphs unequal when compared
10961 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
10962 effects were the result. This also depended on the contents of
10963 memory returned by xmalloc. If flickering happens again, activate
10964 the code in clear_glyph_row that's in #if 0. If the flickering is
10965 gone with that, chances are that it is caused by something similar.
10966
10967 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
10968
10969 * dispextern.h: Add some comments.
10970
10971 * window.c (add_window_to_list): Add parameter LIST.
10972 (window_list): Order list so that, for each frame, windows are
10973 in canonical order, and so that frames appear in the list in
10974 the order given by Vframe_list.
10975 (next_window): Reverse the handling of NEXT_P.
10976
10977 2000-07-04 Gerd Moellmann <gerd@gnu.org>
10978
10979 * window.c (Vwindow_list): New variable.
10980 (make_window, delete_window): Set Vwindow_list to nil.
10981 (check_window_containing): New function.
10982 (window_from_coordinates): Rewritten.
10983 (add_window_to_list, window_list, candidate_window_p)
10984 (decode_next_window_args, next_window): New functions.
10985 (Fnext_window, Fprevious_window): Rewritten in terms of next_window.
10986 (Fwindow_list): New function.
10987 (Fother_window): Cleaned up.
10988 (foreach_window): Add a longer "variable argument list". Let
10989 callback function return 0 to indicate that cycling over windows
10990 should stop.
10991 (foreach_window_1): Likewise.
10992 (freeze_window_start): Return int.
10993 (init_window): New function.
10994 (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
10995
10996 * emacs.c (handle_USR1_signal, handle_USR2_signal) Clear
10997 input_event with bzero.
10998 (main): Call init_window.
10999
11000 * keymap.c (get_keyelt): Temporarily inhibit GC while evaluating
11001 a menu filter.
11002
11003 2000-07-04 Kenichi Handa <handa@etl.go.jp>
11004
11005 * composite.h (make_composition_value_copy): Extern it.
11006
11007 * composite.c (make_composition_value_copy): New function.
11008
11009 * editfns.c (Fformat): While copying text properties, make each
11010 composition property value a copy.
11011
11012 * fns.c (concat): While copying text properties, make each
11013 composition property value a copy.
11014
11015 2000-07-03 Gerd Moellmann <gerd@gnu.org>
11016
11017 * m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
11018
11019 * fns.c (sweep_weak_table): Mark only objects that are not
11020 marked already.
11021
11022 * frame.c (next_frame, prev_frame): If MINIBUF is a window,
11023 include those frames as candidates which have their focus
11024 redirected to the minibuffer frame.
11025
11026 2000-07-03 Stefan Monnier <monnier@cs.yale.edu>
11027
11028 * fns.c (Fputhash): Return `value' rather than nil.
11029
11030 2000-06-30 Gerd Moellmann <gerd@gnu.org>
11031
11032 * frame.c (next_frame): Don't check focus redirection in case
11033 MINIBUF is a window. Doing so excludes frames using MINIBUF
11034 unless their focus is redirected, which contradicts the
11035 specification of next-frame, and leads to infinite loops in
11036 certain situations when cycling through windows with next-window.
11037
11038 2000-06-30 Kenichi Handa <handa@etl.go.jp>
11039
11040 * coding.c (code_convert_region): Even if the length of text is
11041 zero, try to convert it if coding->type is coding_type_ccl.
11042 (decode_coding_string, encode_coding_string): Likewise.
11043
11044 2000-06-28 Gerd Moellmann <gerd@gnu.org>
11045
11046 * xdisp.c (try_window_reusing_current_matrix): Don't try to reuse
11047 the display if windows_or_buffers_changed.
11048
11049 * dispnew.c (struct row_entry): New structure.
11050 (row_entry_pool, row_entry_pool_size, row_entry_idx, row_table)
11051 (row_table_size, old_lines, new_lines, old_lines_size)
11052 (new_lines_size, run_pool, runs_size, runs): New variables.
11053 (add_row_entry): New function.
11054 (scrolling_window): Use data structures allocated with xmalloc and
11055 held in global variables, instead of allocating them with alloca and
11056 holding them in local variables. Use a larger hash table whose
11057 size depends on glyph matrix sizes. Don't use bzero to clear the
11058 hash table; instead, clear used slots only.
11059
11060 * fns.c (next_almost_prime): Make it externally visible.
11061
11062 * lisp.h (next_almost_prime): Add prototype.
11063
11064 * s/isc4-0.h (sigunblock): Define.
11065
11066 * s/sco5.h (sigunblock): Define.
11067
11068 2000-06-27 Dave Love <fx@gnu.org>
11069
11070 * s/osf1.h (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change
11071 (moved to osf5-0.h).
11072 [!NOT_C_CODE]: Protect string.h stuff.
11073
11074 * s/osf5-0.h (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
11075 (sys_siglist, NSIG): Definitions moved here from osf1.h.
11076
11077 2000-06-27 Gerd Moellmann <gerd@gnu.org>
11078
11079 * xdisp.c (resize_mini_window): Subtract the extra line spacing
11080 below the last line from the needed window height.
11081
11082 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11083
11084 * fns.c (Fplist_member): Renamed from Fwidget_plist_member.
11085 (Fwidget_get): Use it.
11086 (syms_of_fns): Defsubr it.
11087
11088 2000-06-26 Gerd Moellmann <gerd@gnu.org>
11089
11090 * xterm.c (xim_initialize) [!USE_XIM]: Don't set up the
11091 display info for XIM.
11092 (xim_open_dpy): Likewise.
11093 (xim_close_dpy): Don't free the display info's XIM.
11094
11095 * xfns.c (x_window) [!USE_XIM]: Don't call create_frame_ic.
11096
11097 * config.in (USE_XIM): New define.
11098
11099 * keymap.c (get_keyelt): For menu-items containing a `:filter
11100 FILTER', apply FILTER to the menu-item's definition to get the
11101 real definition to use.
11102
11103 * lisp.h (QCfilter): External declaration.
11104
11105 * xfns.c (Fimage_size): New function.
11106 (syms_of_xfns): Defsubr it.
11107
11108 2000-06-26 Andreas Schwab <schwab@suse.de>
11109
11110 * coding.c (decode_coding_string): Re-fetch STRING_BYTES after
11111 Fstring_as_unibyte.
11112
11113 2000-06-25 Dave Love <fx@gnu.org>
11114
11115 * term.c [!HAVE_TERMCAP_H]: Declare tputs, tgetent, tgetflag, tgetnum.
11116
11117 * Makefile.in (blockinput.h): Depend on atimer.h.
11118 (atimer.h): Depend on systime.h.
11119
11120 * blockinput.h: Protect against multiple inclusion. Include atimer.h.
11121
11122 * atimer.h: Protect against multiple inclusion. Include systime.h.
11123
11124 * lisp.h (swap_in_global_binding): Declare.
11125
11126 2000-06-24 Ken Raeburn <raeburn@gnu.org>
11127
11128 * process.c (Fopen_network_stream): Turn off atimers for duration
11129 of call to connect. (Patch from Gerd.)
11130
11131 2000-06-23 Dave Love <fx@gnu.org>
11132
11133 * ralloc.c: Maybe include unistd.h
11134
11135 * emacs.c (setgrp): Undefine before defining.
11136 (malloc_warning, set_time_zone_rule, index): Prototype.
11137
11138 * systime.h (EMACS_GET_TIME) [!GETTIMEOFDAY_ONE_ARGUMENT]: Use
11139 HAVE_STRUCT_TIMEZONE.
11140
11141 * s/osf1.h: Move string.h hack here from alpha.h and make it
11142 conditional.
11143 (C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
11144 _XOPEN_SOURCE.
11145 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
11146 (SOCKLEN_TYPE): Don't define.
11147
11148 * m/alpha.h: Remove string.h hack.
11149
11150 * s/osf5-0.h: New file.
11151
11152 * filelock.c: Use feature tests for fcntl.h, string.h. Don't
11153 include time.h, done by systime.h.
11154 [__FreeBSD__]: Remove redundant includes.
11155
11156 * callproc.c (setpgrp): Undefine before defining.
11157 (delete_temp_file): Return Qnil to avoid warning.
11158
11159 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.
11160
11161 * xfaces.c: Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not
11162 HAVE_X_WINDOWS.
11163
11164 * fontset.h (free_face_fontset): Renamed from fs_free_face_fontset.
11165
11166 * composite.h (compose_text): Declare.
11167
11168 * xterm.c: Don't include sys/types.h unconditionally. Don't
11169 protect its inclusion with !USG (following xmenu.c).
11170
11171 2000-06-23 Gerd Moellmann <gerd@gnu.org>
11172
11173 * xfns.c (x_create_tip_frame): Initialize frame's colors like
11174 in x_create_frame.
11175
11176 2000-06-23 Eli Zaretskii <eliz@is.elta.co.il>
11177
11178 * coding.c (decode_eol_post_ccl): Special handling for undecided
11179 and inconsistent EOL types.
11180
11181 2000-06-22 Gerd Moellmann <gerd@gnu.org>
11182
11183 * xrdb.c (x_load_resources): Add default resource for scroll bar's
11184 trough color and main window's background color.
11185
11186 * xfns.c (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events differently.
11187
11188 * xterm.h (Xt_app_con): External declaration.
11189
11190 * widget.c (EmacsFrameRealize): Fix typo.
11191
11192 * widget.c (EmacsFrameRealize): Remove SubstructureRedirectMask.
11193
11194 * xdisp.c (handle_stop): Initialize it->add_overlay_start to zero.
11195 (handle_invisible_prop): Record the start of invisible text in
11196 it->add_overlay_start.
11197 (struct overlay_entry): Add member `overlay'.
11198 (handle_overlay_change): Simplify.
11199 (next_overlay_string): After having processed overlay strings at the
11200 end of the buffer, record that fact in
11201 it->overlay_strings_at_end_processed_p.
11202 (compare_overlay_entries): If before- and after-strings come
11203 from the same overlay, let before-strings come first.
11204 (RECORD_OVERLAY_STRING): Record the overlay that strings come from.
11205 (load_overlay_strings): Take it->add_overlay_start into account
11206 when adding overlay strings.
11207
11208 * dispextern.h (struct it): Add member add_overlay_start.
11209
11210 2000-06-22 Dave Love <fx@gnu.org>
11211
11212 * s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
11213
11214 * s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
11215
11216 2000-06-22 Kenichi Handa <handa@etl.go.jp>
11217
11218 * ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
11219 is greater than 0.
11220
11221 2000-06-21 Dave Love <fx@gnu.org>
11222
11223 * Makefile.in (GETLOADAVG_OBJ): Removed -- LIBOBJS does it.
11224
11225 2000-06-21 Stefan Monnier <monnier@cs.yale.edu>
11226
11227 * syntax.c (back_comment): Simplify string-parity counting (with
11228 the added benefit of handling multiple string-styles as long as
11229 they are not intertwined).
11230 Jump to the slow code as soon as a comment starter is found in
11231 a "string_lossage" position. Fixes the case: " /* " /* " */.
11232
11233 2000-06-21 Dave Love <fx@gnu.org>
11234
11235 * Makefile.in: Use GETLOADAVG_LIBS.
11236
11237 * config.in: Add HAVE_FCNTL_H, _FILE_OFFSET_BITS,
11238 _LARGEFILE_SOURCE, _LARGE_FILES, _XOPEN_SOURCE.
11239
11240 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11241
11242 * syntax.c (describe_syntax): Recognize the `n'estable bit.
11243 (Fforward_comment, scan_lists):
11244 Check the comstyle of single-char comment-starters.
11245 (scan_sexps_forward): Don't try to recognize `half comment-enders' if
11246 we're just at the beginning of the comment (f.ex with (*) ... (*)).
11247 Check the comstyle of single-char comment-starters.
11248 Clarify control-flow around the Scomment case.
11249
11250 2000-06-20 Dave Love <fx@gnu.org>
11251
11252 * fns.c (make_hash_table, maybe_resize_hash_table):
11253 Cast arg of next_almost_prime.
11254
11255 * tparam.c [emacs]: Include lisp.h.
11256
11257 * termcap.c [emacs]: Test HAVE_FCNTL_H, not USG5. Include lisp.h
11258 and unistd.h.
11259
11260 2000-06-20 Gerd Moellmann <gerd@gnu.org>
11261
11262 * keyboard.c (adjust_point_for_property): Check if display
11263 property should be treated as intangible by looking at its value.
11264
11265 * xdisp.c (single_display_prop_intangible_p)
11266 (display_prop_intangible_p): New functions.
11267
11268 * dispextern.h (display_prop_intangible_p): Add prototype.
11269
11270 * xdisp.c (dump_glyph_row): Show type of glyph->object.
11271
11272 * s/isc4-0.h (sigblock): Redefined to pass a pointer as second
11273 argument to sigprocmask.
11274
11275 * s/sco5.h (sigblock): Redefined to pass a pointer as second
11276 argument to sigprocmask.
11277
11278 * syssignal.h (sigblock, sigunblock) [USG5_4]: Set
11279 sigprocmask_set, and pass a pointer to it to sigprocmask.
11280
11281 * sysdep.c (sigprocmask_set): New variable.
11282
11283 * fileio.c (make_temp_name): Don't use `%s' in string passed to
11284 report_file_error.
11285
11286 2000-06-20 Sam Steingold <sds@gnu.org>
11287
11288 * xrdb.c: Don't declare xmalloc, xrealloc.
11289
11290 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11291
11292 * regex.c (re_match, re_match_2): Protect calls to alloca (0).
11293 (re_comp): Cast gettext return value to avoid complaints when
11294 !HAVE_LIBINTL.
11295
11296 2000-06-20 Dave Love <fx@gnu.org>
11297
11298 * m/stride.h, m/mips.h: Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.
11299
11300 * m/ibmrt-aix.h: Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.
11301
11302 * m/ibmrs6000.h, m/ibmps2-aix.h, m/dpx2.h: Don't declare HAVE_GETWD.
11303
11304 * m/alpha.h: Don't declare xmalloc, xrealloc.
11305
11306 * s/ux4800.h: Don't declare GETTIMEOFDAY_ONE_ARGUMENT.
11307
11308 * s/usg5-4-2.h: Don't declare HAVE_GETWD, VFORK_RETURN_TYPE.
11309
11310 * s/umips.h: Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY.
11311
11312 * s/cxux.h, s/gnu-linux.h, s/iris3-6.h, s/irix3-3.h: Don't declare
11313 HAVE_GETWD.
11314
11315 * keyboard.h (poll_for_input_1): Declare.
11316
11317 * getloadavg.c: Don't define NLIST_STRUCT (handled by configure).
11318
11319 * alloc.c (xmalloc, xrealloc, xfree): Define using POINTER_TYPE.
11320
11321 * doprnt.c: Don't declare xmalloc, xrealloc.
11322
11323 * lisp.h (x_set_tool_bar_lines, free_frame_xic, compose_text)
11324 (getenv, ctime, getwd): Removed.
11325 (xmalloc, xrealloc, xfree): Declare using POINTER_TYPE.
11326
11327 * xterm.h: Remove duplicate prototypes. Declare free_frame_xic,
11328 x_set_tool_bar_lines.
11329
11330 * config.in: Add HAVE_GETWD. Move some definitions above
11331 machine/system includes.
11332
11333 2000-06-20 Kenichi Handa <handa@etl.go.jp>
11334
11335 * s/bsd386.h (HAVE_GETLOADAVG): Define it as 1.
11336
11337 * xfaces.c (font_list): Handle the case that REGISTRY doesn't
11338 contain information about ENCODING.
11339
11340 * fontset.c (FONTSET_ASCII): Use the first element of char table
11341 for an ASCII font, not defalt slot.
11342 (fontset_ref_via_base): If FONTSET doesn't contain information for
11343 C, try the default fontset.
11344 (make_fontset): Don't copy the default fontset.
11345 (fontset_font_pattern): Likewise.
11346 (accumulate_font_info): If ELT is nil, use the corresponding
11347 element in the default fontset.
11348
11349 2000-06-19 Dave Love <fx@gnu.org>
11350
11351 * syntax.c (Fparse_partial_sexp): Doc fix.
11352
11353 * regex.h: Test PROTOTYPES as well as __STDC__.
11354
11355 * unexalpha.c: Include errno.h, string.h, unistd.h. Don't declare
11356 errno, strerror. Put text after #endif in comment.
11357
11358 * xdisp.c (dump_glyph_matrix): Add `static' to declaration (for pcc).
11359
11360 * xterm.c (x_frame_of_widget): Likewise.
11361
11362 2000-06-19 Gerd Moellmann <gerd@gnu.org>
11363
11364 * abbrev.c (syms_of_abbrev): Set buffer_default's abbrev table
11365 to Vfundamental_mode_abbrev_table.
11366
11367 * alloc.c (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
11368 bogus objects are marked. This slows down GC by ~80 percent, but
11369 it might be worth trying when debugging GC-related problems.
11370 This feature requires conservative stack marking to be enabled.
11371
11372 * xterm.c (XTread_socket) <KeyPress>: In case XmbLookupString
11373 returns XLookupChars, reset `modifiers' to zero.
11374
11375 2000-06-19 Dave Love <fx@gnu.org>
11376
11377 * mktime.c: Unprotoized.
11378
11379 2000-06-19 Richard Stallman <rms@gnu.org>
11380
11381 * data.c (set_internal): If variable is frame-local,
11382 store the new value immediately into the frame parameter alist.
11383
11384 2000-06-19 Ken Raeburn <raeburn@gnu.org>
11385
11386 * xfns.c (jpeg_load): Fetch error-handling data first, then fill
11387 in the custom handler pointer.
11388
11389 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key
11390 value, or checks for CHAR_META can fail when Lisp_Object is a
11391 union type.
11392 * keymap.c (get_keyelt): Likewise.
11393
11394 2000-06-19 Kenichi Handa <handa@etl.go.jp>
11395
11396 * ccl.h (struct ccl_program): New member eol_type.
11397 (struct ccl_spec): New member cr_carryover.
11398
11399 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
11400 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
11401
11402 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
11403 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
11404 (decode_eol_post_ccl): New function.
11405 (decode_coding): Don't detect EOL format here for CCL based coding
11406 systems.
11407 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
11408 decode_eol_post_ccl after running the CCL program.
11409 (code_convert_region): Don't detect EOL format here for CCL based
11410 coding systems.
11411 (decode_coding_string): Likewise.
11412
11413 2000-06-18 Ken Raeburn <raeburn@gnu.org>
11414
11415 * charset.c (update_charset_table): Use XINT on "iso_final_char"
11416 when treating it as an integer.
11417
11418 * coding.h (encode_coding_string): Declare.
11419
11420 * keyboard.c (read_key_sequence): Use XINT on "pos" when treating
11421 it as an integer.
11422
11423 * keymap.c (Fwhere_is_internal): Rename argument "keymap" to
11424 "xkeymap" to avoid shadowing the "enum map_type" value that needs
11425 to be passed to get_local_map.
11426
11427 * sound.c (Fplay_sound): Don't call make_number on
11428 Frun_hook_with_args count argument.
11429
11430 * xterm.c (x_send_scroll_bar_event): Fudge lisp object/integer
11431 for lisp objects in X event structure data field, when lisp
11432 objects are represented with unions.
11433 (x_scroll_bar_to_input_event): Ditto.
11434
11435 2000-06-16 Ken Raeburn <raeburn@gnu.org>
11436
11437 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL
11438 termination of string. Fix sense of test whether
11439 Vline_number_display_limit is an integer.
11440
11441 2000-06-16 Gerd Moellmann <gerd@gnu.org>
11442
11443 * xfaces.c (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
11444 only if HAVE_X_WINDOWS.
11445
11446 * keymap.c (describe_buffer_bindings): Add `\f\n' in front
11447 of titles.
11448
11449 * dispnew.c (update_frame_1): Handle case that cursor vpos is
11450 out of bounds.
11451
11452 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11453
11454 * unexec.c (toplevel): Fix last change, so as not to deprive MSDOS
11455 of its headers.
11456
11457 2000-06-15 Kenichi Handa <handa@etl.go.jp>
11458
11459 * coding.c (decode_coding_emacs_mule): Always set src_base at the
11460 start of the while loop.
11461
11462 2000-06-15 Gerd Moellmann <gerd@gnu.org>
11463
11464 * atimer.c (alarm_signal_handler): Add forward declaration.
11465
11466 * data.c (set_internal): Remove debug code.
11467
11468 2000-06-14 Gerd Moellmann <gerd@gnu.org>
11469
11470 * Makefile.in (bootstrap-temacs): Add `-I../src'.
11471
11472 * unexec.c (toplevel) [COFF]: Include coff.h.
11473
11474 * s/lynxos.h: New file.
11475
11476 * keymap.c (Fsingle_key_description): Enclose function key and
11477 event symbol names in angle brackets.
11478
11479 * xdisp.c (setup_echo_area_for_printing): Call
11480 message_log_maybe_newline if message_buf_print is not set.
11481
11482 * print.c (printchar, strout): Don't check message_buf_print
11483 before calling setup_echo_area_for_printing because that
11484 function does something useful even when message_buf_print is
11485 already set.
11486
11487 * xdisp.c (message_truncate_lines, Qmessage_truncate_lines):
11488 New variables.
11489 (ensure_echo_area_buffers): Initialize echo buffer's
11490 truncate lines setting to nil.
11491 (with_echo_area_buffer): Don't set the echo buffer's truncate
11492 lines setting here.
11493 (set_message_1): Set it here instead, based on the value
11494 of message_truncate_lines.
11495 (resize_mini_window): Handle case that lines are truncated.
11496 (syms_of_xdisp): Initialize Qmessage_truncate_lines.
11497 DEFVAR_BOOL message-truncate-lines.
11498
11499 * keyboard.c (read_char): Bind message-truncate-lines to t
11500 while displaying a help-echo.
11501
11502 * lisp.h (Qmessage_truncate_lines): External declaration.
11503
11504 2000-06-13 Gerd Moellmann <gerd@gnu.org>
11505
11506 * xdisp.c (Vline_number_display_limit): Renamed from
11507 line_number_display_limit.
11508 (syms_of_xdisp): Use DEFVAR_LISP for line-number-display-limit.
11509 Extend documentation string. Initialize
11510 Vline_number_display_limit to nil meaning no limit.
11511 (decode_mode_spec): Use Vline_number_display_limit with its new
11512 meaning.
11513
11514 * xterm.c (x_check_font) [GLYPH_DEBUG]: Add prototype.
11515
11516 2000-06-13 Richard Stallman <rms@gnu.org>
11517
11518 * frame.c (Fmodify_frame_parameters): Doc fix.
11519
11520 * xfns.c (x_set_frame_parameters): Comment fix.
11521
11522 * frame.c (store_frame_param): Call swap_in_global_binding if the
11523 variable's current binding was chosen based on this frame.
11524
11525 * data.c (swap_in_global_binding): New function.
11526
11527 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11528
11529 * msdos.c (IT_write_glyphs): Don't use CODING_REQUIRE_ENCODING
11530 macro, instead AND with CODING_REQUIRE_ENCODING_MASK.
11531
11532 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11533
11534 * msdos.h (EMACS_MSDOS_H): Renamed from MSDOS_H_.
11535
11536 2000-06-12 Jason Rumney <jasonr@gnu.org>
11537
11538 * w32bdf.h (EMACS_W32BDF_H): Renamed from __W32BDF_H__
11539
11540 * w32.h (EMACS_W32_H): Renamed from _NT_H_
11541
11542 * w32gui.h (EMACS_W32GUI_H): Renamed from __W32GUI_H__
11543
11544 * w32inevt.h (EMACS_W32INEVT_H): Renamed from __NTINEVT_H__
11545
11546 2000-06-12 Gerd Moellmann <gerd@gnu.org>
11547
11548 * xfaces.c (Fdump_colors) [DEBUG_X_COLORS]: New function.
11549 (syms_of_xfaces): Defsubr Sdump_colors.
11550 (x_free_colors): Don't treat b&w specially on default visual.
11551 (x_free_dpy_colors): New function.
11552 (free_face_colors): Don't check visual class; it's done
11553 in x_free_colors.
11554
11555 * xterm.c (x_frame_of_widget): New function.
11556 (x_alloc_nearest_color_for_widget): Use it.
11557 (x_copy_dpy_color): New function.
11558 (x_destroy_window): Free various colors.
11559
11560 2000-06-12 Kenichi Handa <handa@etl.go.jp>
11561
11562 * ccl.h (EMACS_CCL_H): Renamed from _CCL_H.
11563
11564 * charset.h (EMACS_CHARSET_H): Renamed from _CHARSET_H.
11565
11566 * coding.h (EMASC_CODING_H): Renamed from _CODING_H.
11567
11568 * composite.h (EMACS_COMPOSITE_H): Renamed from _COMPOSITE_H.
11569
11570 * fontset.h (EMACS_FONTSET_H): Renamed from _FONTSET_H.
11571
11572 2000-06-11 Dave Love <fx@gnu.org>
11573
11574 * systime.h (EMACS_SYSTIME_H): Renamed from _SYSTIME_H.
11575
11576 2000-06-11 Eli Zaretskii <eliz@is.elta.co.il>
11577
11578 * msdos.h: Don't use _MSDOS_H_ as a symbol, use MSDOS_H_ instead.
11579
11580 2000-06-11 Gerd Moellmann <gerd@gnu.org>
11581
11582 * xmenu.c (xmenu_show): Cast second parameter of lw_popup_menu
11583 to `XEvent *'.
11584
11585 2000-06-10 Kenichi Handa <handa@etl.go.jp>
11586
11587 * regex.c (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env.
11588 (regex_compile): Fix the code for handling the case of single byte
11589 char and multibyte char being mixed in a range within [...].
11590
11591 * fileio.c (Finsert_file_contents): Be sure to setup src_multibyte
11592 and dst_multibyte members of coding.
11593
11594 * charset.c (update_charset_table): Update the table
11595 bytes_by_char_head.
11596 (init_charset_once): Initialize elements of bytes_by_char_head to
11597 1 except for leading codes for private charases.
11598
11599 * charset.h (CHARSET_8_BIT_GRAPHIC): Define as 0x80.
11600 (UNIBYTE_STR_AS_MULTIBYTE_P): Fix for an invalid multibyte sequence.
11601
11602 2000-06-09 Ken Raeburn <raeburn@gnu.org>
11603
11604 * xterm.c (x_connection_closed): If dpyinfo is NULL, don't try to
11605 access the data it doesn't point to.
11606
11607 2000-06-08 Gerd Moellmann <gerd@gnu.org>
11608
11609 * xterm.c (XTread_socket) <FocusIn>: Queue a FOCUS_IN_EVENT which
11610 will be translated to a switch-frame event when reading the
11611 event queue. This is necessary because Emacs otherwise won't
11612 perform a switch-frame to a new frame until some other event, for
11613 example a keystroke event, forces it to do so. This has various
11614 effects, one visible being that the cursor of a frame created with
11615 C-x 5 2 or switched to with a window manager key binding like
11616 A-TAB stays hollow because selected_window isn't on the newly
11617 focused frame until the switch-frame is performed.
11618
11619 * keyboard.c (kbd_buffer_get_event): Handle FOCUS_IN_EVENT by
11620 generating a switch-frame event if necessary.
11621
11622 * termhooks.h (enum event_kind): Add FOCUS_IN_EVENT.
11623
11624 * xdisp.c (handle_fontified_prop): Don't GCPRO local var `pos';
11625 it's an integer.
11626
11627 2000-06-08 Kenichi Handa <handa@etl.go.jp>
11628
11629 * fontset.c (Fset_fontset_font): The arg CHARACTER may be a charset.
11630
11631 2000-06-07 Gerd Moellmann <gerd@gnu.org>
11632
11633 * window.c (displayed_window_lines): Take empty lines at
11634 the bottom of a window into account.
11635
11636 * window.c (displayed_window_lines): New function.
11637 (Fmove_to_window_line): Use displayed_window_lines to determine
11638 the number of lines to move, instead of using the window's height.
11639
11640 * lread.c (readevalloop): If READCHARFUN sets point to ZV, arrange
11641 to stop reading, even if the form read sets point to a different
11642 value when evaluated.
11643
11644 * xdisp.c (display_line): Fix code deciding in which line to
11645 put the cursor.
11646
11647 2000-06-07 Kenichi Handa <handa@etl.go.jp>
11648
11649 * fileio.c (e_write): Free composition data if stored in
11650 coding->cmp_data.
11651
11652 2000-06-06 Gerd Moellmann <gerd@gnu.org>
11653
11654 * xdisp.c (display_line): Set row's and iterator's
11655 starts_in_middle_of_char_p and ends_in_middle_of_char_p flags.
11656 Set cursor even if row ends in the middle of a character.
11657 (dump_glyph_row): Print values of new flags.
11658 (redisplay_window) <cursor movement in unchanged window>: When
11659 point has been moved forward, and PT is at the end of the cursor
11660 row, don't place the cursor in the next row if the cursor row ends
11661 in the middle of a character or at ZV.
11662
11663 * dispextern.h (struct it): Add starts_in_middle_of_char_p.
11664 (struct glyph_row): Add starts_in_middle_of_char_p and
11665 ends_in_middle_of_char_p.
11666 (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P): Test row's
11667 ends_in_middle_of_char_p flag.
11668 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Likewise.
11669
11670 * term.c (append_glyph): Revert change of 2000-06-06.
11671
11672 * xdisp.c (display_line): Revert change of 2000-06-06. Treat
11673 padding glyph not fitting on line as whole character not
11674 fitting on line.
11675
11676 * xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
11677 this isn't true for images with `:ascent 100'.
11678
11679 2000-06-06 Kenichi Handa <handa@etl.go.jp>
11680
11681 * buffer.c (Fset_buffer_multibyte): Don't make the current buffer
11682 as modified if it is originally unmodified.
11683
11684 * term.c (encode_terminal_code): Change the way to check if
11685 terminal coding does any conversion.
11686 (append_glyph): Set glyph->pixel_width correctly.
11687
11688 * xdisp.c (display_line): While checking line continuation, pay
11689 attention to a padding glyph.
11690
11691 2000-06-05 Gerd Moellmann <gerd@gnu.org>
11692
11693 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
11694
11695 2000-06-05 Dave Love <fx@gnu.org>
11696
11697 * xdisp.c: Include fontset.h.
11698
11699 * xfns.c (x_real_positions): Declare tmp_nchildren as unsigned.
11700
11701 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
11702
11703 * dispnew.c: Conditionally include term.h.
11704
11705 * coding.h: Declare code_convert_string_norecord.
11706
11707 * frame.h (struct frame): Use volatile unconditionally.
11708
11709 * buffer.h: Remove Vbefore_change_function, Vafter_change_function.
11710
11711 * xmenu.c (menu_item_selection): Declare volatile unconditionally.
11712
11713 * systime.h: Protect against multiple inclusion.
11714 (timezone) [USG5_4]: Define as time_t.
11715
11716 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
11717 (Foptimize_char_table, make_temp_name): Declare.
11718
11719 * Makefile.in (xdisp.o): Depend on fontset.h.
11720
11721 * xterm.c (x_calc_absolute_position): Declare nchildren unsigned.
11722
11723 * lisp.h (DEFUN, EXFUN): Test PROTOTYPES.
11724 (Foptimize_char_table, make_temp_name): Declare.
11725
11726 * s/irix4-0.h:
11727 * s/irix5-0.h:
11728 * s/netbsd.h: Don't define autoconfiscated MATHERR.
11729
11730 2000-06-02 Dave Love <fx@gnu.org>
11731
11732 * lread.c (_XOPEN_SOURCE, __EXTENSIONS__): Don't define.
11733
11734 2000-06-02 Gerd Moellmann <gerd@gnu.org>
11735
11736 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
11737 result face, set flags in that face indicating that colors may not
11738 be freed.
11739
11740 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character
11741 glyph, use the ASCII NUL character to determine the face.
11742
11743 2000-06-02 Dave Love <fx@gnu.org>
11744
11745 * sysdep.c: Conditionally include stdlib.h, unistd.h.
11746 (VFORK_RETURN_TYPE): Remove.
11747
11748 * config.in: Add NO_MATHERR.
11749
11750 2000-06-01 Dave Love <fx@gnu.org>
11751
11752 * cmds.c (internal_self_insert): Don't check
11753 Vbefore_change_function, Vafter_change_function.
11754
11755 * insdel.c (signal_before_change, signal_after_change): Likewise.
11756
11757 * buffer.c (Vbefore_change_function, Vafter_change_function):
11758 Variables and their initializations deleted.
11759
11760 * callint.c (Fcall_interactively): Doc fix.
11761
11762 * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern.
11763
11764 2000-05-31 Dave Love <fx@gnu.org>
11765
11766 * textprop.c: Revert last change -- duplicated.
11767
11768 2000-05-31 Gerd Moellmann <gerd@gnu.org>
11769
11770 * dispnew.c (find_glyph_row_slice, swap_glyphs_in_rows): Put
11771 in #if 0.
11772
11773 * lisp.h (eassert) [!ENABLE_CHECKING]: Define as `(void) 0'.
11774
11775 2000-05-31 Jason Rumney <jasonr@gnu.org>
11776
11777 * search.c (Fre_search_forward, Fre_search_backward)
11778 (Fposix_search_backward, Fposix_search_forward): Fix newlines in docs.
11779
11780 * w32select.c (Fw32_set_clipboard_data): Change QNil to Qnil.
11781
11782 2000-05-30 Jason Rumney <jasonr@gnu.org>
11783
11784 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: New macros.
11785 [WINDOWSNT]: Add extern for Vw32_system_coding_system.
11786
11787 * dispextern.h (struct glyph) [WINDOWSNT]: Add w32_font_type member.
11788
11789 * fileio.c (Fread_file_name) [HAVE_NTGUI]: Use file dialog.
11790 (Fread_file_name) [HAVE_NTGUI, USE_MOTIF]: Do not attempt to
11791 expand a nil default_filename.
11792
11793 * keyboard.c (make_lispy_event) [WINDOWS_NT]: Pass a window
11794 pointer to glyph_to_pixel_coords, not a frame.
11795
11796 * makefile.nt (w32fns.obj, w32menu.obj): Add charset.h and
11797 coding.h to dependencies.
11798
11799 * w32bdf.c (w32_load_bdf_font): Initialize font->double_byte_p.
11800
11801 * w32console.c (glyph_to_pixel_coords): Change first parameter to
11802 window pointer to be consistent with w32term.c and xterm.c.
11803
11804 * w32fns.c: Format and doc changes to bring closer to xfns.c.
11805 (VIETNAMESE_CHARSET): Define if not defined in system headers.
11806 (Qline_spacing, Qcenter): New variables.
11807 (Qw32_charset_*, w32_codepage_for_font): Moved from w32term.c.
11808 (x_set_line_spacing): New function.
11809 (x_set_frame_parameters): Use FRAME_NEW_WIDTH, FRAME_NEW_HEIGHT macros.
11810 (x_specified_cursor_type): New function.
11811 (x_set_cursor_type): Use it.
11812 (x_set_name, x_set_title): Use ENCODE_SYSTEM to encode titlebar
11813 and icon strings.
11814 (validate_x_resource_name, x_get_resource_string): Measure lengths
11815 of external strings in bytes.
11816 (w32_wnd_proc) [WM_MEASURE_ITEM]: Avoid calling
11817 GetTextExtentPoint32 with NULL title.
11818 (Fx_create_frame): Initialize Qline_spacing.
11819 (w32_load_system_font): Initialize font->double_byte_p.
11820 (x_to_w32_charset): Use Vw32_charset_info_alist.
11821 (Image, busy cursor, tooltip functions): Merged changes from
11822 xfns.c. Not yet functional on Windows.
11823
11824 * w32gui.h (W32FontStruct): Add double_byte_p member.
11825
11826 * w32inevt.c (NUM_TRANSLATED_MOUSE_BUTTONS): New constant.
11827 (emacs_button_translation): Use it.
11828 (do_mouse_event): Allow up to 32 mouse buttons by allowing any bit
11829 in `mask' to be set.
11830
11831 * w32menu.c (single_submenu, w32_menu_show): Call ENCODE_SYSTEM on
11832 menu strings.
11833
11834 * w32term.c: Format and doc changes to bring closer to xterm.c.
11835 (w32_char_font_type): New enum.
11836 (Qw32_charset_*, w32_codepage_for_font): Moved to w32fns.c.
11837 (w32_per_char_metric): Use w32_char_font_type instead of unicode_p.
11838 (w32_encode_char): New function.
11839 (x_encode_char): Removed.
11840 (x_get_glyph_and_face_encoding): Use w32_encode_char in place of
11841 x_encode_char and w32_font_is_double_byte.
11842 (x_produce_image_glyph): Use image_ascent.
11843 (x_produce_glyphs): Use new version of w32_per_char_metric and
11844 handle NULL return value. Allow extra line spacing.
11845 (W32_TEXTOUT): Distinguish between Unicode and DBCS text.
11846 (w32_get_glyph_overhangs): Remove unicode_p param. Use
11847 w32_font_type member of glyph instead.
11848 (x_draw_glyph_string): Draw underline and strike-out for BDF fonts.
11849 (fast_find_position): Make sure not to consider rows not visible
11850 in the window.
11851 (w32_read_socket) [WM_MENUSELECT]: Cannot call
11852 w32_menu_display_help with input blocked, as it can abort.
11853 (x_display_and_set_cursor): Choose cursor depending
11854 on buffer-local value of cursor_type.
11855 (x_draw_bar_cursor): Add parameter WIDTH.
11856
11857 * w32term.h (CP_DEFAULT): Define.
11858 (Fx_display_color_p, Fx_display_grayscale_p, image_ascent): Declare.
11859
11860 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11861
11862 * search.c (Fre_search_forward, Fre_search_backward)
11863 (Fposix_search_backward, Fposix_search_forward): Doc fix.
11864
11865 2000-05-30 Kenichi Handa <handa@etl.go.jp>
11866
11867 * coding.c (detect_coding_iso2022): Fix code for checking
11868 CODING_CATEGORY_MASK_ISO_8_2.
11869
11870 2000-05-29 Stefan Monnier <monnier@cs.yale.edu>
11871
11872 * regex.c (PREFETCH_NOLIMIT): New function.
11873 (re_match_2_internal): Use it and adjust the end_match_2 logic.
11874
11875 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11876
11877 * syntax.c (find_defun_start): Move test for
11878 open_paren_in_column_0_is_defun_start outside of the loop.
11879
11880 * xdisp.c (redisplay_window): Really switch buffers when
11881 displaying mode lines, and temporarily set selected_frame to the
11882 frame of the window that's redisplayed.
11883
11884 * xfaces.c (free_realized_faces): Block/unblock input.
11885 (free_realized_multibyte_face): Ditto.
11886
11887 2000-05-29 Dave Love <fx@gnu.org>
11888
11889 * textprop.c (Qkeymap): New variable.
11890 (syms_of_textprop): Intern it.
11891
11892 * keymap.c: Include intervals.h.
11893 (Fkey_binding, Fwhere_is_internal): Deal with `keymap' property.
11894
11895 * Makefile.in (keymap.o): Depend on intervals.h.
11896
11897 * keyboard.c (menu_bar_items, tool_bar_items)
11898 (Fexecute_extended_command): Deal with `keymap' property.
11899 (read_key_sequence): Track map from `keymap' property as well as
11900 `local_map'.
11901
11902 * intervals.c (get_local_map): Extra arg to allow looking for
11903 `keymap' too.
11904
11905 * intervals.h (map_property): New enum.
11906 (get_local_map): Extra arg using it.
11907 (Qkeymap): Declare.
11908
11909 * lisp.h (get_local_map): Don't declare here.
11910
11911 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11912
11913 * Makefile.in (callproc.o): Depend on composite.h.
11914
11915 * callproc.c: Include composite.h.
11916 (Fcall_process): Handle composition correctly.
11917
11918 * coding.h (coding_allocate_composition_data): Extern it.
11919 (coding_restore_composition): Likewise.
11920
11921 * coding.c (DECODE_COMPOSITION_START): If coding->cmp_data is not
11922 yet allocated, finish decoding with result
11923 CODING_FINISH_INSUFFICIENT_CMP.
11924 (coding_allocate_composition_data): Make it non-static.
11925 (coding_restore_composition): Likewise.
11926
11927 2000-05-29 Eli Zaretskii <eliz@is.elta.co.il>
11928
11929 * charset.c (syms_of_charset): Revert last change.
11930
11931 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11932
11933 * term.c (produce_glyphs): Treat characters from the eight-bit-*
11934 charsets as unibyte, with 1-column screen width. Sent by Kenichi
11935 Handa.
11936
11937 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11938
11939 * charset.c (syms_of_charset): Set width of character sets
11940 eight-bit-control and eight-bit-graphic to 1 column.
11941
11942 2000-05-26 Gerd Moellmann <gerd@gnu.org>
11943
11944 * config.in (HAVE_SPEED_T): New define.
11945
11946 * sysdep.c, terminfo.c (ospeed) [HAVE_SPEED_T]: Declare as
11947 `extern speed_t'.
11948
11949 2000-05-26 Dave Love <fx@gnu.org>
11950
11951 * coding.c (shrink_decoding_region): Initialize eol_conversion.
11952
11953 * data.c (Qsubrp, Qmany, Qunevalled): New variables.
11954 (Fsubr_arity): New function.
11955 (syms_of_data): Install them.
11956
11957 2000-05-26 Kenichi Handa <handa@etl.go.jp>
11958
11959 * charset.c (init_charset_once): Set the table bytes_by_char_head
11960 correctly.
11961
11962 * fontset.c (syms_of_fontset): Adjust the font name for ascii of
11963 the default fontset to what Emacs uses by default.
11964 (check_registry_encoding): This function deleted.
11965 (Fset_fontset_font): Remove the adhoc condition for the default
11966 fontset. Allow cons in FONTNAME.
11967
11968 * fns.c (map_char_table): Ignore char-table entries for
11969 charsets eight-bit-control and eight-bit-graphic.
11970
11971 2000-05-25 Ken Raeburn <raeburn@gnu.org>
11972
11973 * emacs.c (main): Initialize keyboard syms before initializing
11974 window code, so face names are available.
11975
11976 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11977
11978 * regex.c (at_begline_loc_p): Also recognize the \\(?:^ case
11979 of an anchor at the beginning of a shy-group.
11980
11981 2000-05-25 Gerd Moellmann <gerd@gnu.org>
11982
11983 * xdisp.c (handle_invisible_prop): Don't try to skip over
11984 invisible text if end of text is already reached.
11985
11986 2000-05-25 Dave Love <fx@gnu.org>
11987
11988 * xdisp.c (Fdump_glyph_matrix): Declare the arg.
11989
11990 * coding.c (encode_eol): Add null statement after label.
11991
11992 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11993
11994 * w16select.c (Fw16_set_clipboard_data): Fix the change from
11995 2000-05-20.
11996
11997 2000-05-25 Kenichi Handa <handa@etl.go.jp>
11998
11999 * ccl.c (ccl_driver): Fix previous change.
12000
12001 2000-05-25 Kenichi Handa <handa@etl.go.jp>
12002
12003 * coding.c (run_pre_post_conversion_on_str): Set point to the
12004 beginning of buffer before calling coding->post_read_conversion.
12005 (decode_coding_string): Give correct args to
12006 run_pre_post_conversion_on_str.
12007 (encode_coding_string): Likewise.
12008
12009 * ccl.c (ccl_driver) <CCL_ReadMultibyteChar2>
12010 <CCL_WriteMultibyteChar2>: Handle charsets eight-bit-control and
12011 eight-bit-graphic correctly.
12012
12013 2000-05-24 Kenichi HANDA <handa@etl.go.jp>
12014
12015 * fileio.c (Finsert_file_contents): Even if a file is not found,
12016 execute codes for setting up coding system. Call
12017 after-insert-file-functions unconditionally.
12018
12019 2000-05-24 Gerd Moellmann <gerd@gnu.org>
12020
12021 * callproc.c, emacs.c, sysdep.c (setpgrp): Don't define if USG and
12022 BSD_PGRPS are not defined.
12023
12024 2000-05-24 Kenichi Handa <handa@etl.go.jp>
12025
12026 * charset.c (update_charset_table): Accept nil in LONG_NAME and
12027 DESCRIPTION.
12028 (syms_of_charset): Avoid building same strings.
12029
12030 2000-05-23 Gerd Moellmann <gerd@gnu.org>
12031
12032 * lread.c (Fload): Add a comment about the meaning of
12033 Vuser_init_file being t.
12034
12035 * puresize.h (BASE_PURESIZE): Increase to 675000.
12036
12037 * s/gnu-linux.h (setpgrp): Don't define it here because this
12038 prevents compilation on GNU/Linux systems with glib 2.2.
12039
12040 * callproc.c, emacs.c, sysdep.c (setpgrp) [HAVE_SETPGID]: Define
12041 as setpgid.
12042
12043 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12044
12045 * Makefile.in (SOME_MACHINE_LISP): Add disp-table.elc,
12046 dos-vars.elc, ccl.elc, and codepage.elc, all loaded by the MS-DOS
12047 version.
12048 (MSDOS_SUPPORT): Add dos-vars.elc, ccl.elc, and codepage.elc.
12049
12050 2000-05-23 Kenichi Handa <handa@etl.go.jp>
12051
12052 * syntax.c (skip_chars): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
12053
12054 * msdos.c (IT_write_glyphs): Set coding->src_multibyte to 1.
12055
12056 * term.c (encode_terminal_code): Set coding->src_multibyte properly.
12057
12058 * coding.c (encode_eol): Fix a bug of DOS style EOL encoding.
12059
12060 2000-05-22 Kenichi Handa <handa@etl.go.jp>
12061
12062 * keyboard.c (read_char): Allow character codes 128..255 to be
12063 handled by input-method-function.
12064
12065 * insdel.c (adjust_markers_for_replace): Fix previous change.
12066 (adjust_after_replace): If PREV_TEXT is nil, call
12067 adjust_markers_for_insert, not adjust_markers_for_replace.
12068
12069 2000-05-20 NIIBE Yutaka <gniibe@mri.co.jp>
12070
12071 * s/gnu-linux.h (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
12072 (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
12073 [HAVE_GRANDPT]: Define.
12074 (C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
12075
12076 * sysdep.c (setup_pty): Treat case that UNIX98_PTYS is defined
12077 like SYSV_PTYS.
12078
12079 * config.in (HAVE_GRANDPT, HAVE_GETPT): New defines.
12080
12081 * process.c (toplevel) [UNIX98_PTYS]: Include stdlib.h.
12082
12083 2000-05-20 Kenichi Handa <handa@etl.go.jp>
12084
12085 The following changes are to handle 8-bit characters in a
12086 multibyte buffer/string without facing with byte combining
12087 problem. Two new charsets eight-bit-control (for 0x80..0x9F) and
12088 eight-bit-graphic (for 0xA0..0xFF) are introduced.
12089
12090 * Makefile.in (fns.o): Depend on charset.h.
12091
12092 * alloc.c (Fmake_byte_code): If BYTECODE-STRING is multibyte,
12093 convert it to unibyte.
12094 (make_string): Use parse_str_as_multibyte, not chars_in_text.
12095
12096 * buffer.c (advance_to_char_boundary): Don't use DEC_POS to find a
12097 apparent char boundary.
12098 (Fset_buffer_multibyte): Convert 8-bit characters in the range
12099 0x80..0x9F to/from multibyte form.
12100
12101 * bytecode.c (Fbyte_code): If arg BYTESTR is multibyte, convert it
12102 to unibyte.
12103
12104 * callproc.c (Fcall_process): Always encode an argument string if
12105 it is multibyte. Setup src_multibyte and dst_multibyte members of
12106 process_coding properly.
12107
12108 * category.c (Fmodify_category_entry): Use SPLIT_CHAR, not
12109 SPLIT_NON_ASCII_CHAR.
12110
12111 * ccl.c (CCL_WRITE_CHAR): Be sure to write single byte characters
12112 as is.
12113 (CCL_MAKE_CHAR): Use MAKE_CHAR, not MAKE_NON_ASCII_CHAR.
12114
12115 * charset.c (Qeight_bit_control, Qeight_bit_graphic): New variables.
12116 (SPLIT_CHARACTER_SEQ): This macro deleted.
12117 (SPLIT_MULTIBYTE_SEQ): Assume that multibyte sequence at STR is valid.
12118 (CHAR_COMPONENTS_VALID_P): Handle new charsets; eight-bit-control
12119 and eight-bit-graphic.
12120 (char_to_string): Likewise. Signal an error for too large
12121 character code.
12122 (char_printable_p): Return 0 for 8-bit characters.
12123 (update_charset_table): Update iso_charset_table only when a final
12124 character is non-negative.
12125 (find_charset_in_text): Renamed from find_charset_in_str.
12126 Arguments and return value changed. Callers changed.
12127 (Fdefine_charset): Args ISO-FINAL-CHAR and ISO-GRAPHIC-PLANE can
12128 be -1 if CHARSET is used only internally.
12129 (Fmake_char_internal): Handle new charsets; eight-bit-control and
12130 eight-bit-graphic.
12131 (Fcharset_after): Simplified.
12132 (char_valid_p): Use SPLIT_CHAR, not SPLIT_NON_ASCII_CHAR.
12133 (char_bytes): Return 2 for chars of the range 0xA0..0xFF.
12134 (multibyte_chars_in_text): Simplified by assuming there's no
12135 invalid multibyte sequence.
12136 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte)
12137 (str_as_unibyte): New functions.
12138 (Fstring): Simpified by assuming that byte combining never happens.
12139 (init_charset_once): Initialization for
12140 LEADING_CODE_8_BIT_CONTROL.
12141 (syms_of_charset): Intern and staticpro Qeight_bit_control and
12142 Qeight_bit_graphic. Include them in Vcharset_list. Make charsets
12143 eight-bit-control and eight-bit-graphic.
12144
12145 * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL)
12146 (CHARSET_8_BIT_GRAPHIC): New macros.
12147 (SINGLE_BYTE_CHAR_P): Make it faster by using casting.
12148 (CHARSET_ISO_GRAPHIC_PLANE): Use XINT instead of XFASTINT.
12149 (CHARSET_REVERSE_CHARSET): Likewise.
12150 (CHARSET_VALID_P): Handle new charsets; eight-bit-control and
12151 eight-bit-graphic.
12152 (BYTES_BY_CHAR_HEAD, WIDTH_BY_CHAR_HEAD): Optimize for ASCII.
12153 (CHAR_CHARSET, MAKE_CHAR, SPLIT_CHAR, CHAR_BYTES): Likewise.
12154 (PARSE_MULTIBYTE_SEQ) [BYTE_COMBINING_DEBUG]: Abort if we
12155 encounter an invalid multibyte sequence.
12156 (PARSE_MULTIBYTE_SEQ) [not BYTE_COMBINING_DEBUG]: Assume multibyte
12157 sequence is always valid.
12158 (MAKE_NON_ASCII_CHAR, SPLIT_NON_ASCII_CHAR): These macros Deleted.
12159 (UNIBYTE_STR_AS_MULTIBYTE_P, MULTIBYTE_STR_AS_UNIBYTE_P): New macros.
12160 (CHAR_STRING): For 8-bit characters, call char_to_string.
12161 (INC_POS) [not BYTE_COMBINING_DEBUG]: Faster version. Assume
12162 multibyte sequence is always valid.
12163 (BUF_INC_POS) [not BYTE_COMBINING_DEBUG]: Likewise.
12164 (parse_str_as_multibyte, str_as_multibyte, str_to_multibyte)
12165 (str_as_unibyte): Extern them.
12166 (BCOPY_SHORT): Fix a bug.
12167 (CHAR_LEN): This macro deleted. Callers changed to use CHAR_BYTES.
12168 (FETCH_STRING_CHAR_ADVANCE): Check multibyteness of STRING.
12169 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro.
12170 (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer.
12171
12172 * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to
12173 CODING_FINISH_INSUFFICIENT_SRC if there's not enough source.
12174 (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE)
12175 (EMIT_BYTES): New macros.
12176 (THREE_MORE_BYTES, DECODE_CHARACTER_ASCII)
12177 (DECODE_CHARACTER_DIMENSION1, DECODE_CHARACTER_DIMENSION2): These
12178 macros deleted.
12179 (CHECK_CODE_RANGE_A0_FF): This macro deleted.
12180 (detect_coding_emacs_mule): Use UNIBYTE_STR_AS_MULTIBYTE_P to
12181 check the validity of multibyte sequence.
12182 (decode_coding_emacs_mule): New function.
12183 (encode_coding_emacs_mule): New macro.
12184 (detect_coding_iso2022): Use ONE_MORE_BYTE to fetch a byte from
12185 the source.
12186 (DECODE_ISO_CHARACTER): Just return a character code.
12187 (DECODE_COMPOSITION_START): Set coding->result instead of result.
12188 (decode_coding_iso2022, decode_coding_sjis_big5, decode_eol): Use
12189 EMIT_CHAR to produced decoded characters. Exit the loop only by
12190 macros ONE_MORE_BYTE or EMIT_CHAR. Don't handle the case of last
12191 block here.
12192 (ENCODE_ISO_CHARACTER): Don't translate character here. Produce
12193 only position codes for an invalid character.
12194 (encode_designation_at_bol): Return new destination pointer. 5th
12195 arg DSTP is changed to DST.
12196 (encode_coding_iso2022, decode_coding_sjis_big5): Get a character
12197 from the source by ONE_MORE_CHAR. Don't handle the case of last
12198 block here.
12199 (DECODE_SJIS_BIG5_CHARACTER, ENCODE_SJIS_BIG5_CHARACTER): These
12200 macros deleted.
12201 (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8)
12202 (detect_coding_utf_16, detect_coding_ccl): Use ONE_MORE_BYTE and
12203 TWO_MORE_BYTES to fetch a byte from the source.
12204 (encode_eol): Pay attention to coding->src_multibyte.
12205 (detect_coding, detect_eol): Preserve members src_multibyte and
12206 dst_multibyte.
12207 (DECODING_BUFFER_MAG): Return 2 even for coding_type_raw_text.
12208 (encoding_buffer_size): Set magnification to 3 for all coding
12209 systems that require encoding.
12210 (ccl_coding_driver): For decoding, be sure that the result is
12211 valid multibyte sequence.
12212 (decode_coding): Initialize coding->errors and coding->result.
12213 For emacs-mule, call decode_coding_emacs_mule. For no-conversion
12214 and raw-text, always call decode_eol. Handle the case of last
12215 block here. If not coding->dst_multibyte, convert the resulting
12216 sequence to unibyte.
12217 (encode_coding): Initialize coding->errors and coding->result.
12218 For emacs-mule, call encode_coding_emacs_mule. For no-conversion
12219 and raw-text, always call encode_eol. Handle the case of last
12220 block here.
12221 (shrink_decoding_region, shrink_encoding_region): Detect cases
12222 that we can't skip data more rigidly.
12223 (code_convert_region): Setup src_multibyte and dst_multibyte
12224 members of coding. For decoding, if the buffer is multibyte,
12225 convert the source sequence to unibyte in advance. For encoding,
12226 if the buffer is multibyte, convert the resulting sequence to
12227 multibyte afterward.
12228 (run_pre_post_conversion_on_str): New function.
12229 (code_convert_string): Deleted and divided into the following two.
12230 (decode_coding_string, encode_coding_string): New functions.
12231 (code_convert_string1, code_convert_string_norecord): Call one of
12232 above.
12233 (Fdecode_sjis_char, Fdecode_big5_char): Use MAKE_CHAR instead of
12234 MAKE_NON_ASCII_CHAR.
12235 (Fset_terminal_coding_system_internal)
12236 (Fset_safe_terminal_coding_system_internal): Setup src_multibyte
12237 and dst_multibyte members.
12238 (init_coding_once): Initialize iso_code_class with new enum
12239 ISO_control_0 and ISO_control_1.
12240
12241 * coding.h (enum iso_code_class_type): Member ISO_control_code is
12242 devided into ISO_control_0 and ISO_control_1.
12243 (struct coding_system): New members src_multibyte, dst_multibyte,
12244 errors, and result. Delete member fake_multibyte.
12245 (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is
12246 nonzero.
12247 (CODING_REQUIRE_ENCODING): Return 1 if coding->src_multibyte is
12248 nonzero.
12249
12250 * data.c (Faref): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
12251 (Faset): Likewise.
12252
12253 * editfns.c (Fformat): Be sure to convert 8-bit characters to
12254 multibyte form.
12255 (Ftranspose_region) [BYTE_COMBINING_DEBUG]: Abort if byte
12256 combining occurs.
12257 (Ftranspose_region): Delete codes for handling byte combining.
12258
12259 * fileio.c (Finsert_file_contents): Setup src_multibyte and
12260 dst_multibyte members of coding. On handling REPLACE on unibyte
12261 buffer, convert the result of decode_coding to unibyte. On
12262 inserting into a mutibyte buffer, always call code_convert_region.
12263 (e_write): Setup coding->src_multibyte according to the
12264 multibyteness of the source (buffer or string).
12265
12266 * fns.c (concat): Handle 8-bit characters correctly.
12267 (Fstring_as_unibyte): Be sure to make all 8-bit characters in
12268 unibyte in the result.
12269 (Fstring_as_multibyte): Be sure to make all 8-bit characters in
12270 valid multibyte form in the result.
12271 (map_char_table): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
12272 (Fbase64_encode_region, Fbase64_encode_string): If base64_encode_1
12273 return -1, signal an error.
12274 (base64_encode_1): New arg MULTIBYTE. Get each character by
12275 CHAR_STRING_AND_LENGTH if MULTIBYTE is nonzero. If a multibyte
12276 character is found, return -1.
12277 (Fbase64_decode_region): Delete codes for handling byte-combining.
12278 Treat each decoded byte as a unibyte character.
12279 (Fbase64_decode_string): Return unibyte string.
12280 (Fcompare_strings, concat, string_byte_to_char): Use
12281 FETCH_STRING_CHAR_ADVANCE_NO_CHECK instead off
12282 FETCH_STRING_CHAR_ADVANCE.
12283 (Fstring_lessp): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
12284 (mapcar1): If SEQ is string, always use FETCH_STRING_CHAR_ADVANCE.
12285
12286 * fontset.c (fontset_ref): Use SPLIT_CHAR instead of
12287 SPLIT_NON_ASCII_CHAR.
12288 (fontset_ref_via_base, fontset_set): Likewise
12289
12290 * insdel.c (adjust_markers_for_record_delete): Deleted.
12291 (adjust_markers_for_insert): Argument changed. Caller changed.
12292 (adjust_markers_for_replace): Likewise.
12293 (ADJUST_CHAR_POS, combine_bytes, byte_combining_error)
12294 (CHECK_BYTE_COMBINING_FOR_INSERT): Deleted.
12295 (copy_text): Delete unused local varialbe c_save. For converting
12296 to multibyte, be sure to make all 8-bit characters in valid
12297 multibyte form.
12298 (count_size_as_multibyte): Handle 8-bit characters correctly.
12299 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
12300 (adjust_after_replace, replace_range, del_range_2)
12301 [BYTE_COMBINING_DEBUG]: Abort if byte combining occurs.
12302 (insert_1_both, insert_from_string_1, insert_from_buffer_1)
12303 (adjust_after_replace, replace_range, del_range_2) Delete codes for
12304 handling byte combining.
12305 (adjust_before_replace): Deleted.
12306
12307 * keymap.c (Fsingle_key_description): Use SPLIT_CHAR instead of
12308 SPLIT_NON_ASCII_CHAR.
12309 (describe_vector): Use MAKE_CHAR instead of MAKE_NON_ASCII_CHAR.
12310 (Faccessible_keymaps): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
12311 (Fkey_description): Likewise.
12312
12313 * lread.c (read1): On reading multibyte string, be sure to make
12314 all 8-bit chararacters in valid multibyte form.
12315 (readchar): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
12316
12317 * print.c (print_object): Use FETCH_STRING_CHAR_ADVANCE
12318 unconditionally.
12319
12320 * process.c (Fstart_process): GCPRO current_dir before calling
12321 Ffind_operation_coding_system. Encode arguments here.
12322 (create_process): Don't encode arguments here. Setup
12323 src_multibyte and dst_multibyte members of struct coding.
12324 (read_process_output): Setup src_multibyte and dst_multibyte
12325 members of struct coding. If the output is to multibyte buffer,
12326 always decode the output of the process. Adjust the
12327 representation of 8-bit characters to the multibyteness of the output.
12328 (send_process): Setup coding->src_multibyte according to the
12329 multibyteness of the source.
12330
12331 * search.c (wordify): Use FETCH_STRING_CHAR_ADVANCE unconditionally.
12332 (Freplace_match): Use FETCH_STRING_CHAR_ADVANCE and
12333 FETCH_STRING_CHAR_ADVANCE_NO_CHECK appropriately.
12334
12335 * term.c (produce_special_glyphs): Use CHAR_BYTES instead of CHAR_LEN.
12336
12337 * w16select.c (Fw16_set_clipboard_data): Setup members
12338 src_multibyte and dst_multibyte of coding. Adjusted for the
12339 change for find_charset_in_str.
12340 (Fw16_get_clipboard_data): Likewise.
12341
12342 * w32fns.c (w32_to_x_font): Setup members src_multibyte and
12343 dst_multibyte of coding.
12344 (x_to_w32_font): Likewise.
12345
12346 * w32select.c (Fw32_set_clipboard_data): Setup members
12347 src_multibyte and dst_multibyte of coding. Adjusted for the
12348 change for find_charset_in_str.
12349 (Fw32_get_clipboard_data): Likewise.
12350
12351 * xdisp.c (get_next_display_element): Handle 8-bit characters
12352 correctly.
12353 (next_element_from_display_vector): Use CHAR_BYTES instead of CHAR_LEN.
12354 (disp_char_vector): Use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
12355
12356 * xselect.c (selection_data_to_lisp_data): Setup members
12357 src_multibyte and dst_multibyte of coding. Adjusted for the
12358 change for find_charset_in_str.
12359 (lisp_data_to_selection_data): Likewise.
12360
12361 2000-05-19 Gerd Moellmann <gerd@gnu.org>
12362
12363 * buffer.c (Fbury_buffer): Avoid trouble from burying a killed buffer.
12364
12365 * dispextern.h (Vimage_types): Add extern declaration.
12366
12367 * xdisp.c (Vimage_types): Moved here from xfns.c.
12368 (syms_of_xdisp): Move `image-types' variable here from xfns.c.
12369
12370 * xfns.c (Vimages_types): Moved to xdisp.c.
12371 (syms_of_xfns): Move `image-types' to xdisp.c.
12372
12373 * w32fns.c (Vimage_types): Removed.
12374 (syms_of_w32fns): Remove `image-types'.
12375
12376 2000-05-18 Kenichi Handa <handa@etl.go.jp>
12377
12378 * fns.c (map_char_table): Pay attention to character number of
12379 charset. Check the validity of charset at the first level. For
12380 leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
12381 the default value.
12382
12383 * fontset.c: Include "buffer.h".
12384 (fs_load_font): If the face has fontset, record the face ID in
12385 that fontset.
12386 (Finternal_char_font): New function.
12387 (accumulate_font_info): New function.
12388 (Ffontset_info): Rewritten for the new fontset implementation.
12389 (syms_of_fontset): Register Vdefault_fontset in the first element
12390 of Vfontset_table. Include Vdefault_fontset in
12391 Vfontset_alias_alist. Declare `internal-char-font' as a Lisp
12392 function.
12393
12394 2000-05-16 Dave Love <fx@gnu.org>
12395
12396 * m/iris5d.h: Deleted -- unused.
12397
12398 2000-05-16 Gerd Moellmann <gerd@gnu.org>
12399
12400 * xdisp.c, w32.c, print.c, msdos.c, emacs.c: Use the term
12401 `invalid' instead of `illegal'.
12402
12403 * indent.c (Fmove_to_column): When ending within a tab, insert
12404 spaces first so that markers at the end of the tab get adjusted.
12405
12406 * frame.c (frames_bury_buffer): Don't add a buffer to the frame's
12407 buffer list that wasn't selected in that frame.
12408
12409 * filelock.c (get_boot_time): To obtain an 8 char file name, which
12410 is needed on mescaline, use a 2 char prefix, and call
12411 make_temp_name with second arg non-zero.
12412
12413 * fileio.c (make_temp_name): New function, extracted from
12414 Fmake_temp_name.
12415 (Fmake_temp_name): Use it.
12416
12417 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12418
12419 * window.c (coordinates_in_window): Subtract 1 when computing right_x.
12420
12421 2000-05-15 Gerd Moellmann <gerd@gnu.org>
12422
12423 * Makefile.in (lisp): Add env.elc.
12424
12425 * callproc.c (Fgetenv_internal): Renamed from Fgetenv.
12426
12427 2000-05-12 Gerd Moellmann <gerd@gnu.org>
12428
12429 * search.c (Freplace_match): Handle case of `\N' in the
12430 replacement when there's no group N.
12431
12432 2000-05-11 Gerd Moellmann <gerd@gnu.org>
12433
12434 * xdisp.c (add_to_log): Don't pass the terminating NUL byte
12435 of the message to message_dolog.
12436
12437 * keyboard.c (read_char): Don't clear current message for help
12438 events; let the code handling help events handle this. Change
12439 code detecting help events that should be ignored.
12440
12441 * xdisp.c (handle_single_display_prop): Don't try to set PT if
12442 we're interating over a string.
12443
12444 2000-05-09 Dave Love <fx@gnu.org>
12445
12446 * fileio.c (Fwrite_region): If APPEND arg is an integer, seek to
12447 that offset before writing. Move gcpro region past call of
12448 Ffile_regular_p.
12449
12450 2000-05-04 Dave Love <fx@gnu.org>
12451
12452 * buffer.c (syms_of_buffer) [auto-fill-function]: Doc fix.
12453
12454 2000-05-04 Gerd Moellmann <gerd@gnu.org>
12455
12456 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
12457 of inserted characters when BUF equals the current buffer, and PT
12458 is in front of or equal to FROM.
12459
12460 2000-05-03 Gerd Moellmann <gerd@gnu.org>
12461
12462 * xdisp.c (handle_single_display_prop): If display property value
12463 is invalid, or something not supported on the frame, restore
12464 iterator's position to what it was initially. Make sure to return
12465 0 for invalid and unsupported property values.
12466
12467 * xterm.c (x_produce_glyphs) <composite chars>: Handle case
12468 that x_per_char_metric returns null.
12469
12470 2000-05-02 Gerd Moellmann <gerd@gnu.org>
12471
12472 * xterm.h (struct face): Add forward declaration.
12473 (struct image): Ditto.
12474 (image_ascent): Add prototype.
12475
12476 * xterm.c (x_produce_image_glyph, x_draw_image_foreground)
12477 (x_draw_image_relief, x_draw_image_foreground_1): Call function
12478 image_ascent instead of using IMAGE_ASCENT.
12479
12480 * dispextern.h (DEFAULT_IMAGE_HEIGHT): New macro.
12481 (IMAGE_ASCENT): Removed.
12482
12483 * xfns.c (Qcenter): New variable.
12484 (enum image_value_type): Add IMAGE_ASCENT_VALUE.
12485 (parse_image_spec): Handle IMAGE_ASCENT_VALUE.
12486 (image_ascent): New function.
12487 (lookup_image): Recognize `:ascent center'.
12488 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format)
12489 (tiff_format, gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
12490 (xbm_load): Don't set image's ascent here.
12491 (xbm_image_p, xpm_image_p, pbm_image_p, png_image_p)
12492 (jpeg_image_p, tiff_image_p, gif_image_p, gs_image_p): Don't
12493 check ascent values here.
12494 (Fimagep, Flookup_image [GLYPH_DEBUG]: Removed.
12495 (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
12496 (syms_of_xfns): Initialize Qcenter.
12497
12498 * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
12499 to the limits, increase the limits.
12500
12501 2000-05-01 Kenichi Handa <handa@etl.go.jp>
12502
12503 * fontset.c (fs_load_font): By default, use 0x00..0x7f for ASCII.
12504 Check Vfont_encoding_alist against the full name of the opened font.
12505
12506 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12507
12508 * xdisp.c (make_cursor_line_fully_visible): Handle case of rows
12509 taller than the window.
12510
12511 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12512
12513 * xfaces.c (realize_x_face): Fix the argument of the second
12514 xassert. BASE_FACE may not be a face for ASCII.
12515
12516 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12517
12518 * print.c (print_object): Treat print-length < 0 as nil.
12519
12520 * Makefile.in (termcapobj): Don't use TERMCAP_OBJ.
12521
12522 * s/freebsd.h (TERMCAP_OBJ): Removed.
12523 (LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
12524
12525 * lread.c (read1): Don't treat period followed by certain
12526 characters as symbol start.
12527
12528 * xfns.c (slurp_file): New function.
12529 (xbm_image_p): Handle case of in-memory XBM files.
12530 (xbm_scan): Rewritten to work on memory buffers instead of files.
12531 (xbm_read_bitmap_data): Renamed from xbm_read_bitmap_file_data.
12532 Work on memory buffers instead of files. If DATA is null test
12533 if buffer looks like an in-memory XBM file.
12534 (xbm_load_image): Renamed from xbm_load_image_file. Work on
12535 memory buffers instead of files.
12536 (xbm_file_p): New function.
12537 (xbm_load): Accept :data DATA where DATA is an in-memory XBM file.
12538
12539 * lread.c (end_of_file_error): New function.
12540 (read1): Call it instead of signaling `end-of-file' directly.
12541
12542 * print.c (print_error_message): Print data of `end-of-file'
12543 with Fprinc instead of Fprin1.
12544
12545 2000-04-26 Ken Raeburn <raeburn@gnu.org>
12546
12547 * window.c (freeze_window_start): Check that minibuffer scroll
12548 window isn't nil before extracting the window structure pointer
12549 from it.
12550
12551 * undo.c (record_delete): If we hit the end of the undo list, stop
12552 picking elements apart.
12553
12554 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12555
12556 * xdisp.c (display_line): If lines are continued, restore
12557 iterator's ascent/descent information to the values before the
12558 first glyph not fitting on the line.
12559
12560 2000-04-25 Gerd Moellmann <gerd@gnu.org>
12561
12562 * xdisp.c (try_window_id) <all changes above window start>: Adjust
12563 positions in glyph matrix. Don't compute new window end positions.
12564
12565 * dispnew.c (increment_matrix_positions): Renamed from
12566 increment_glyph_matrix_buffer_positions.
12567 (increment_row_positions): Renamed from
12568 increment_glyph_row_buffer_positions.
12569
12570 * dispextern.h: Change names of renamed functions from dispnew.c
12571 in prototypes.
12572
12573 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12574
12575 * fileio.c (Fdo_auto_save): Create directories for auto-save
12576 list file if necessary.
12577
12578 * xdisp.c (init_iterator): Set iterator's extra_line_spacing
12579 from buffer or frame.
12580 (automatic_hscrolling_p): New variable.
12581 (hscroll_windows): Scroll windows horizontally only if automatic
12582 hscrolling is allowed.
12583 (syms_of_xdisp): New variable `automatic-hscrolling'.
12584
12585 * frame.h (struct frame): Add member extra_line_spacing.
12586
12587 * xfns.c (x_set_line_spacing): New function.
12588 (Fx_create_frame): Set line spacing from resources.
12589 (Qline_spacing): New variable.
12590 (syms_of_xfns): Initialize Qline_spacing.
12591
12592 * emacs.c (USAGE2): Add `--line-spacing' and `-lsp'.
12593
12594 * buffer.c (init_buffer_once): Handle extra_line_spacing.
12595 (syms_of_buffer): Add `default-line-spacing' and `line-spacing'.
12596 (reset_buffer): Don't initialize extra2 and extra3. Initialize
12597 extra_line_spacing from default value.
12598 (init_buffer_once): Initialize default value of extra_line_spacing.
12599
12600 * buffer.h (struct buffer): Add extra_line_spacing, remove extra2
12601 and extra3.
12602
12603 * xterm.c (x_produce_glyphs): Remove reference to struct it's
12604 prompt_width. Add extra line spacing.
12605
12606 * term.c (produce_glyphs): Remove reference to struct it's
12607 prompt_width.
12608
12609 * dispextern.h (struct it): Remove member prompt_width, add
12610 extra_line_spacing.
12611
12612 2000-04-22 Gerd Moellmann <gerd@gnu.org>
12613
12614 * dispnew.c (update_frame_line): When writing a whole line, make
12615 sure cursor is in the right row afterwards, otherwise a use of
12616 capability `ch' in cmgoto might leave the cursor in the row below.
12617
12618 2000-04-21 Gerd Moellmann <gerd@gnu.org>
12619
12620 * lisp.h (struct Lisp_Buffer_Cons): Remove.
12621
12622 * keyboard.c (timer_check): Fix typo in comment.
12623
12624 2000-04-21 Kenichi Handa <handa@etl.go.jp>
12625
12626 * fontset.c (Fset_fontset_font): Fix docstring. Local variable
12627 name change: ch -> character.
12628
12629 2000-04-20 Gerd Moellmann <gerd@gnu.org>
12630
12631 * keyboard.c (echo_message_buffer): New variable.
12632 (echo_now): Set echo_message_buffer to the echo area buffer used
12633 to display the echo.
12634 (cancel_echoing): Reset echo_message_buffer to nil.
12635 (read_char): Code rewritten that handles canceling an echo or
12636 echoing a dash, respectively.
12637
12638 * fileio.c (Ffile_writable_p) [WINDOWSNT]: Return nil if parent
12639 directory doesn't exist.
12640
12641 2000-04-19 Dave Love <fx@gnu.org>
12642
12643 * fns.c (syms_of_fns): Defsubr mapc.
12644 (concat): Don't allow numeric args.
12645 (Fconcat): Doc change.
12646
12647 2000-04-19 Stefan Monnier <monnier@cs.yale.edu>
12648
12649 * regex.c (re_match_2_internal): Don't shorten the strings anymore,
12650 instead define end_match(1|2) more carefully.
12651 Use GET_CHAR_BEFORE_2 for `begline'.
12652
12653 2000-04-19 Gerd Moellmann <gerd@gnu.org>
12654
12655 * frame.h (SELECTED_FRAME): Change definition to compile cleanly
12656 on 64-bit systems where NULL is defined as `0'.
12657
12658 * xdisp.c (with_echo_area_buffer): Add more `int' parameters for
12659 the `variable argument list' to make it work on Alpha.
12660
12661 * m/alpha.h (_LP64) [!_LP64]: Define.
12662 (ORDINARY_LINK): Define for NetBSD.
12663
12664 * m/macppc.h (ORDINARY_LINK): Define for NetBSD.
12665
12666 2000-04-19 Dave Love <fx@gnu.org>
12667
12668 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Revert 2000-04-14
12669 change.
12670
12671 * Makefile.in (LIBS): Don't use.
12672 (GETLOADAVG_OBJ): Define again.
12673 (otherobj): Add GETLOADAVG_OBJ.
12674
12675 * buffer.c (Fmake_indirect_buffer): Escape newline in doc.
12676
12677 2000-04-18 Gerd Moellmann <gerd@gnu.org>
12678
12679 * lread.c (read_filtered_event): Cancel and start busy cursor.
12680
12681 * xterm.c (x_produce_glyphs) <ASCII chars>: Take into account
12682 that the per-character metrics may be null.
12683
12684 2000-04-17 Gerd Moellmann <gerd@gnu.org>
12685
12686 * buffer.c (clone_per_buffer_values): New function.
12687 (Fmake_indirect_buffer): Add optional argument CLONE. Call
12688 clone_per_buffer_values if CLONE is not nil.
12689
12690 * xfaces.c (Ftty_suppress_bold_inverse_default_colors): Doc fix.
12691
12692 2000-04-16 Dave Love <fx@gnu.org>
12693
12694 * Makefile.in: Remove obsolete localcpp stuff.
12695 (GETLOADAVG_OBJ): Don't define.
12696 (obj): Move LIBOBJS...
12697 (otherobj): ... to here.
12698 (MSDOS_OBJ): Convert to make variable -- preprocessing zapped
12699 whitespace-only lines after the continuation (Irix).
12700
12701 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12702
12703 * xfns.c (xpm_load) [DEBUG_X_COLORS]: Register colors.
12704
12705 * s/freebsd.h (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
12706
12707 2000-04-14 Dave Love <fx@gnu.org>
12708
12709 * s/aix3-1.h, s/bsd4-2.h, s/bsd4-3.h, s/cxux.h, s/dgux.h, s/gnu.h:
12710 * s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/rtu.h:
12711 * s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h:
12712 * s/usg5-3.h, s/xenix.h, s/umax.h: Don't define autoconfiscated
12713 NLIST_STRUCT.
12714
12715 * s/bsd386.h, s/freebsd.h, s/gnu.h, s/netbsd.h: Don't define
12716 autoconfiscated HAVE_GETLOADAVG.
12717
12718 * s/nextstep.h, s/sco4.h, s/sco5.h: Don't define autoconfiscated
12719 BROKEN_MKTIME.
12720
12721 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12722
12723 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
12724 (fill_in_lock_file_name): Avoid existing files that aren't links.
12725
12726 2000-04-14 Dave Love <fx@gnu.org>
12727
12728 * Makefile.in (LIBS, LIBOBJS): New variable.
12729 (INTERVAL_SRC): Convert to make variable.
12730 (INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
12731 (HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
12732 (obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
12733 add LIBOBJS.
12734 (SOME_MACHINE_OBJECTS): Remove interval stuff.
12735 (lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
12736 (shortlisp): Add facemenu, float-sup, frame.
12737 (SOME_MACHINE_LISP): Remove them from here.
12738 (LIBES): Change unused LDLIBS to autoconf LIBS.
12739
12740 * config.in: Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
12741
12742 2000-04-14 Kenichi Handa <handa@etl.go.jp>
12743
12744 * composite.c (update_compositions): If FROM and TO are not in a
12745 valid range, do nothing.
12746
12747 2000-04-13 Gerd Moellmann <gerd@gnu.org>
12748
12749 * tparam.c (tparam1): Abort when encountering an unknown `%'-specifier.
12750
12751 * s/freebsd.h (TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as terminfo.o.
12752
12753 * Makefile.in (termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
12754 as TERMCAP_OBJ.
12755
12756 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12757
12758 * fileio.c (a_write): Remove redundant semi-colons.
12759 (e_write): Return -1 if failed to write all the data.
12760 This fixes the changes made at 1999-12-15.
12761
12762 2000-04-12 Dave Love <fx@gnu.org>
12763
12764 * fns.c (mapcar1): Test for null vals to support mapc.
12765 (Fmapc): New function.
12766
12767 2000-04-12 Eli Zaretskii <eliz@is.elta.co.il>
12768
12769 * msdos.c (NUM_MOUSE_BUTTONS): Define.
12770 (IT_frame_up_to_date): Support the buffer local value of
12771 cursor-type, if defined.
12772
12773 2000-04-10 Dave Love <fx@gnu.org>
12774
12775 * editfns.c (preceding-char, following-char): Doc fix.
12776
12777 2000-04-10 Ken Raeburn <raeburn@gnu.org>
12778
12779 * Makefile.in (temacs): Revert 2000-03-12 change.
12780
12781 2000-04-10 Jason Rumney <jasonr@gnu.org>
12782
12783 * xfaces.c (realize_face): Change FRAME_X_P to FRAME_WINDOW_P.
12784
12785 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12786
12787 * xdisp.c (setup_echo_area_for_printing): Choose an echo
12788 area buffer, if it's not set up yet.
12789
12790 * indent.c (compute_motion): Set immediate_quit.
12791
12792 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12793
12794 * xfaces.c (tty_suppress_bold_inverse_default_colors_p): New variable.
12795 (realize_tty_face): Suppress boldness if colors are the inverse of
12796 the default colors, and tty_suppress_bold_inverse_default_colors_p
12797 is set.
12798 (Ftty_suppress_bold_inverse_default_colors): New function.
12799 (syms_of_xfaces): Defsubr it.
12800
12801 * buffer.c (Frestore_buffer_modified_p): New function.
12802 (syms_of_buffer): Defsubr it.
12803
12804 2000-04-08 Ken Raeburn <raeburn@gnu.org>
12805
12806 * charset.c (Fmake_char_internal): CHAR_COMPONENTS_VALID_P takes a
12807 charset id (int) argument, not a charset (Lisp_Object).
12808
12809 * coding.h (code_convert_string): Declare.
12810 * coding.c (code_convert_string_norecord): Pass an int, not a lisp
12811 object, as the fourth argument to code_convert_string.
12812
12813 * fontset.c (make_fontset_for_ascii_face): Use XINT on return value.
12814 (Fset_fontset_font): Use EQ to compare lisp objects.
12815
12816 2000-04-05 Ken Raeburn <raeburn@gnu.org>
12817
12818 * intervals.h (SET_INTERVAL_PARENT): Use INT_LISPLIKE to test for
12819 a pointer that looks like a lisp object.
12820 (SET_INTERVAL_OBJECT): Don't explicitly compare the object with
12821 zero, instead see whether it's an integer object, since they can't
12822 have intervals.
12823 (GET_INTERVAL_OBJECT): Simply assign to the destination.
12824
12825 * dispnew.c (allocate_matrices_for_frame_redisplay)
12826 (direct_output_forward_char): Use X(U)INT and make_number as needed
12827 to convert between (unsigned) int values and lisp integers.
12828 * keyboard.c (read_key_sequence): Likewise.
12829 * lread.c (substitute_object_recurse): Likewise.
12830 * fns.c (concat, hash_lookup, hash_remove): Likewise.
12831 * minibuf.c (do_completion, Fminibuffer_complete_word)
12832 (Fminibuffer_completion_help): Likewise.
12833 * term.c (produce_special_glyphs): Likewise.
12834
12835 * fileio.c (Fwrite_region): Use EQ when comparing lisp objects.
12836 * print.c (print_preprocess, print_object): Likewise.
12837
12838 * search.c (compile_pattern): Use NILP when checking for nil.
12839
12840 * lisp.h (make_number) [!NO_UNION_TYPE && __GNUC__ >= 2 &&
12841 __OPTIMIZE__]: Provide a GNU C macro version that handles
12842 lisp-object unions.
12843 (XSET) [!NO_UNION_TYPE]: Set the value field first, then the type
12844 field, to better cope with ENABLE_CHECKING and calls that modify a
12845 Lisp_Object using its old value.
12846
12847 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12848
12849 * window.c (compare_window_configurations): Signal an error
12850 if parameters C1 or C2 aren't window configurations.
12851
12852 * bytecode.c (Fbyte_code): Add a bunch of BEFORE_POTENTIAL_GC/
12853 AFTER_POTENTIAL_GC calls around calls to functions that can
12854 signal an error and thus invoke the debugger.
12855
12856 2000-04-03 Gerd Moellmann <gerd@gnu.org>
12857
12858 * fns.c (Fbase64_decode_region, Fbase64_decode_string): Signal
12859 an error if decoding fails.
12860
12861 * keyboard.c (lispy_mouse_names): Variable removed.
12862 (Vlispy_mouse_stem): New variable.
12863 (syms_of_keyboard): Initialize Vlispy_mouse_stem.
12864 (make_lispy_event) <mouse_click, scroll_bar_click>: Don't abort
12865 for any mouse button number. Increase size of mouse_syms and
12866 button_down_location as needed. Call modify_event_symbol with
12867 different arguments.
12868 (make_lispy_event) <scroll_bar_click> [USE_TOOLKIT_SCROLL_BARS]:
12869 Call modify_event_symbol with different arguments.
12870 (make_lispy_event) <w32_scroll_bar_click> [WINDOWSNT]: Don't abort
12871 for any button number. Call modify_event_symbol with different
12872 arguments.
12873 (modify_event_symbol): Rename NAME_ALIST to NAME_ALIST_OR_STEM.
12874 Accept a string for NAME_ALIST_OR_STEM.
12875
12876 * lisp.h (larger_vector): Add prototype.
12877
12878 * fns.c (larger_vector): Make externally visible.
12879
12880 * termhooks.h (NUM_MOUSE_BUTTONS): Removed.
12881
12882 2000-04-02 Stefan Monnier <monnier@cs.yale.edu>
12883
12884 * regex.c (PTR_TO_OFFSET) [!emacs]: Remove.
12885 (RE_MULTIBYTE_P, RE_STRING_CHAR_AND_LENGTH): New macros.
12886 (GET_CHAR_BEFORE_2): Moved from charset.h plus fixed minor bug when
12887 we are between str1 and str2.
12888 (MAX_MULTIBYTE_LENGTH, CHAR_STRING) [!emacs]: Provide trivial default.
12889 (PATFETCH): Use `TRANSLATE'.
12890 (PATFETCH_RAW): Fetch multibyte char if applicable.
12891 (PATUNFETCH): Remove.
12892 (regex_compile): Rely on PATFETCH to do most of the multibyte magic.
12893 When writing a char, write it directly into the pattern buffer rather
12894 than going needlessly through a temp char-array.
12895 (re_match_2_internal): Similarly, rely on RE_STRING_CHAR to do the
12896 multibyte magic and remove the useless `#ifdef emacs'.
12897 (bcmp_translate): Don't compare as multibyte chars when in a unibyte
12898 buffer.
12899
12900 * regex.h (struct re_pattern_buffer): Make field `multibyte'
12901 conditional on `emacs'.
12902
12903 * charset.h (GET_CHAR_BEFORE_2): Moved to regex.c.
12904
12905 2000-04-01 Ken Raeburn <raeburn@gnu.org>
12906
12907 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P): Expand
12908 non-union-type versions of XMARK and friends here, because XMARK
12909 and friends won't work on an integer field if NO_UNION_TYPE is not
12910 defined.
12911 (make_number): Define as a function if it's not defined as a macro.
12912
12913 * composite.c (run_composite_function): Use NILP when checking for nil.
12914 (syms_of_composite): Delete local var NARGS, pass an int as first
12915 argument to Fmake_hash_table.
12916
12917 * editfns.c (text_property_stickiness): Use NILP to test
12918 Lisp_Object boolean value.
12919 (Fmessage_or_box): Don't use NILP to test int variable.
12920 (Fformat): Use a temporary variable to avoid ENABLE_CHECKING
12921 problems reading from and changing the same lisp value in an
12922 XSETSTRING call.
12923
12924 2000-04-01 Gerd Moellmann <gerd@gnu.org>
12925
12926 * term.c (TN_no_color_video): New variable.
12927 (term_init): Intitialize TN_no_color_video.
12928 (enum no_color_bit): New enumeration.
12929 (MAY_USE_WITH_COLORS_P): New macro.
12930 (turn_on_face): Use it to determine if attributes may be used
12931 combined with colors.
12932
12933 2000-04-01 Ken Raeburn <raeburn@gnu.org>
12934
12935 * window.c (CURBEG, CURSIZE): Don't overload lisp object lvalues
12936 with int lvalues via casts; instead, just yield lisp object lvalues.
12937 (enlarge_window): Variable sizep now points to Lisp_Object. Use
12938 proper accessor macros.
12939 (shrink_window_lowest_first): w->top is Lisp_Object; use XINT.
12940 (grow_mini_window): Fix typo getting int value of root->height.
12941
12942 * xdisp.c (compute_string_pos): Fix order of arguments to
12943 string_pos_nchars_ahead.
12944 (handle_fontified_prop, add_to_log): Pass int, not Lisp_Object, as
12945 count arg to variable-arg routines like Frun_hook_with_args and
12946 Fformat.
12947 (back_to_previous_visible_line_start)
12948 (build_desired_tool_bar_string): Pass Lisp_Object, not int, to
12949 fixed-arg routines like Fget_char_property and Fmake_string.
12950 (reconsider_clip_changes): Use XINT when comparing integer lisp
12951 objects, or passing them as int arguments.
12952 (mark_window_display_accurate, insert_left_trunc_glyphs)
12953 (append_space, extend_face_to_end_of_line): Use make_number when
12954 storing or passing integer values as lisp objects.
12955 (set_cursor_from_row, highlight_trailing_whitespace): Use
12956 INTEGERP, not implicit test against zero, for glyph object.
12957 (try_window_id): Don't use make_number when we want an int value.
12958
12959 * xfaces.c (xlfd_symbolic_value): Make last argument a
12960 Lisp_Object, to be consistent with callers.
12961 (Fbitmap_spec_p): Use XINT to get numeric value of height.
12962 (lface_hash): Apply XFASTINT to lisp values before folding in.
12963
12964 * xfns.c (Fx_show_tip): Use make_number to get lisp objects to
12965 fill in window width and height. Pass an int, not a lisp object,
12966 as first arg to Finsert.
12967
12968 2000-04-01 Gerd Moellmann <gerd@gnu.org>
12969
12970 * xfaces.c (realize_basic_faces): Block input while realizing
12971 the faces.
12972
12973 * keyboard.c (lispy_mouse_names): Add additional mouse names.
12974
12975 * termhooks.h (NUM_MOUSE_BUTTONS): Increase to 15.
12976
12977 2000-03-31 Gerd Moellmann <gerd@gnu.org>
12978
12979 * xterm.c (x_produce_glyphs): When displaying unibyte text
12980 or ASCII, handle case that per-char metric is null.
12981
12982 2000-03-30 Ken Raeburn <raeburn@gnu.org>
12983
12984 * lisp.h (NO_UNION_TYPE) [ENABLE_CHECKING]: Undef.
12985
12986 * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW)
12987 (XSUBR, XBUFFER): Verify correct object type before returning
12988 pointer, using eassert.
12989 * frame.h (XFRAME): Likewise.
12990
12991 * buffer.c (Frename_buffer, Fset_buffer_multibyte)
12992 (swap_out_buffer_local_variables, Fmove_overlay): Don't apply
12993 XSYMBOL, XBUFFER, etc, to values that may be nil or of the wrong type.
12994 * data.c (set_internal): Likewise.
12995 * dispextern.h (WINDOW_WANTS_MODELINE_P)
12996 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
12997 * fileio.c (auto_save_1): Likewise.
12998 * insdel.c (check_markers): Likewise.
12999 * marker.c (buf_charpos_to_bytepos, unchain_marker): Likewise.
13000 * undo.c (record_insert): Likewise.
13001 * vmsproc.c (child_sig): Likewise.
13002 * window.c (unshow_buffer, window_loop): Likewise.
13003 * xterm.c (x_erase_phys_cursor): Likewise.
13004
13005 2000-03-30 Gerd Moellmann <gerd@gnu.org>
13006
13007 * xfns.c (free_image_cache): Free the cache structure itself
13008 last, after all its members have been freed.
13009
13010 * lisp.h (xstrdup): Add prototype.
13011
13012 * alloc.c (xstrdup): Moved here from xfaces.c.
13013 (allocating_for_lisp): Variable removed.
13014 (lisp_malloc): Block input around the calls to malloc and mem_insert.
13015
13016 * xfaces.c (realize_tty_face): Use find_symbol_value instead
13017 of Fsymbol_value.
13018 (xstrdup): Moved to alloc.c.
13019
13020 2000-03-29 Ken Raeburn <raeburn@gnu.org>
13021
13022 * scroll.c (CHECK_BOUNDS): Renamed from CHECK.
13023
13024 * emacs.c (main): Fix sense of no-loadup test.
13025
13026 * config.in (ENABLE_CHECKING): Undef.
13027
13028 * lisp.h (struct interval): Replace "parent" field with a union of
13029 interval pointer and Lisp_Object; add new bitfield to use as
13030 discriminant. Change other flag fields to bitfields.
13031 (CHECK): New macro for consistency checking. If ENABLE_CHECKING
13032 is defined and the supplied test fails, print a message and abort.
13033 (eassert): New macro. Use CHECK to provide an assert-like facility.
13034
13035 * intervals.h (NULL_INTERVAL_P): Now applies only to real interval
13036 pointers; abort if the value looks like a lisp object.
13037 (NULL_INTERVAL_P, NULL_PARENT, HAS_PARENT, HAS_OBJECT, SET_PARENT)
13038 (SET_OBJECT, INTERVAL_PARENT, GET_INTERVAL_OBJECT, COPY_PARENT):
13039 Modify for new interval parent definition.
13040
13041 * alloc.c (mark_interval_tree, MARK_INTERVAL_TREE)
13042 (UNMARK_BALANCE_INTERVALS): Update references that need an
13043 addressable lisp object in the interval structure.
13044 (die): New function.
13045 (suppress_checking): New variable.
13046
13047 * intervals.c (interval_start_pos): Just return 0 if there's no
13048 parent object.
13049
13050 2000-03-29 Gerd Moellmann <gerd@gnu.org>
13051
13052 * lread.c (read1): Accept `.' (period) as symbol start like in CL
13053 and earlier Emacs versions.
13054
13055 * keyboard.c (Ftop_level): Cancel busy-cursor.
13056
13057 * eval.c (call_debugger): Cancel busy-cursor.
13058
13059 2000-03-29 Kenichi Handa <handa@etl.go.jp>
13060
13061 * search.c (Freplace_match): Adjust multibyteness of the current
13062 buffer and NEWTEXT. Free allocated memory before signaling an error.
13063
13064 2000-03-28 Stefan Monnier <monnier@cs.yale.edu>
13065
13066 * regex.c (analyse_first): New function obtained by ripping out most
13067 of re_compile_fastmap and generalizing it a little bit so that it
13068 can also just return whether a given (sub)pattern can match the empty
13069 string or not.
13070 (regex_compile): Use `analyse_first' to decide whether the loop-check
13071 needs to be done or not for *, +, *? and +? (the loop check is costly
13072 for non-greedy repetition).
13073 (re_compile_fastmap): Delegate the actual work to `analyse_first'.
13074
13075 2000-03-28 Dave Love <fx@gnu.org>
13076
13077 * s/gnu-linux.h (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
13078
13079 * alloc.c: Include stdio.h. Test STDC_HEADERS, not __STDC__.
13080
13081 2000-03-27 Stefan Monnier <monnier@cs.yale.edu>
13082
13083 * regex.c (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as
13084 an expression.
13085 (enum re_opcode_t): Update description of succeed_n.
13086 (PATFETCH): Always define.
13087 (regex_compile): Use lookahead rather than PATUNFETCH (for repetition
13088 operators, char classes, shy-groups and intervals).
13089 Optimize special cases of intervals so as to only use succeed_n and
13090 jump_n when really needed.
13091 (re_compile_fastmap): Simplify handling of jump_n and succeed_n now
13092 that we don't have to handle the special cases any more.
13093 Simplify on_failure_jump handling as well.
13094
13095 2000-03-28 Jason Rumney <jasonr@gnu.org>
13096
13097 * lread.c (Fload): Move safe_p definition to above #ifdef DOS_NT.
13098
13099 2000-03-27 Gerd Moellmann <gerd@gnu.org>
13100
13101 * s/freebsd.h (GC_SETJMP_WORKS): Define.
13102
13103 * s/msdos.h (GC_SETJMP_WORKS): Define.
13104
13105 * alloc.c (mark_maybe_object): New function.
13106 (mark_memory): Use it.
13107 (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): New macros.
13108 (setjmp_tested_p, longjmp_done): New variables.
13109 (test_setjmp): New function.
13110 (mark_stack) [!GC_SETJMP_WORKS]: Call test_setjmp.
13111 (init_alloc): Initialize setjmp_tested_p and longjmp_done.
13112
13113 * xdisp.c (face_before_or_after_it_pos): Pass multibyteness
13114 to DEC_TEXT_POS and INC_TEXT_POS.
13115
13116 * dispnew.c (direct_output_for_insert): Use DEC_TEXT_POS
13117 with parameter MULTIBYTE_P.
13118
13119 * dispextern.h (INC_TEXT_POS, DEC_TEXT_POS): Add parameter MULTIBYTE_P.
13120
13121 * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte
13122 buffers because it looks for multibyte character byte sequences
13123 which don't exist in unibyte text.
13124
13125 * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes.
13126
13127 * xfaces.c (register_color, unregister_color, unregister_colors)
13128 [DEBUG_X_COLORS]: New functions.
13129 (x_free_colors) [DEBUG_X_COLORS]: Unregister colors.
13130
13131 * xfns.c (x_set_cursor_color): Get color reference counts right.
13132
13133 * xterm.c (x_copy_color): New function.
13134 (x_alloc_nearest_color) [DEBUG_X_COLORS]: Call register_color.
13135
13136 * buffer.h (MAX_PER_BUFFER_VARS): Renamed from MAX_BUFFER_LOCAL_VARS.
13137 (PER_BUFFER_VAR_OFFSET): Renamed from BUFFER_LOCAL_VAR_OFFSET.
13138 (PER_BUFFER_VAR_IDX): Renamed from BUFFER_LOCAL_VAR_IDX.
13139 (PER_BUFFER_VALUE_P): Renamed from BUFFER_HAS_LOCAL_VALUE_P.
13140 (SET_PER_BUFFER_VALUE_P): Renamed from SET_BUFFER_HAS_LOCAL_VALUE_P.
13141 (PER_BUFFER_IDX): Renamed from BUFFER_LOCAL_IDX.
13142 (PER_BUFFER_DEFAULT): Renamed from BUFFER_LOCAL_DEFAULT_VALUE.
13143 (PER_BUFFER_VALUE): Renamed from BUFFER_LOCAL_VALUE.
13144 (PER_BUFFER_SYMBOL): Renamed from BUFFER_LOCAL_SYMBOL.
13145 (PER_BUFFER_TYPE): Renamed from BUFFER_LOCAL_TYPE.
13146
13147 * category.c, data.c, syntax.c, print.c, lread.c: Use new macro
13148 names for handling per-buffer variables.
13149
13150 * buffer.c (buffer_permanent_local_flags): Use MAX_PER_BUFFER_VARS
13151 instead of MAX_BUFFER_LOCAL_VARS.
13152 (last_per_buffer_idx): Renamed from max_buffer_local_idx.
13153
13154 * xfaces.c (lookup_face): Don't assert FACE_SUITABLE_FOR_CHAR_P.
13155
13156 * xfns.c (x_specified_cursor_type): New function.
13157 (x_set_cursor_type): Use it.
13158
13159 * buffer.h (struct buffer): Add cursor_type.
13160
13161 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13162
13163 * regex.c (enum re_opcode_t): New opcode on_failure_jump_nastyloop.
13164 (print_partial_compiled_pattern, re_compile_fastmap):
13165 Handle new opcode.
13166 (regex_compile): Use on_failure_jump_nastyloop for non-greedy loops.
13167 (re_match_2_internal): Add code for on_failure_jump_nastyloop when
13168 executing it as well as when popping it off the stack to find infinite
13169 loops in non-greedy repetition operators.
13170
13171 2000-03-26 Gerd Moellmann <gerd@gnu.org>
13172
13173 * doc.c (Qfunction_documentation): New variable.
13174 (syms_of_doc): Initialize Qfunction_documentation.
13175 (Fdocumentation): If FUNCTION is a symbol with non-nil
13176 `function-documentation' property, return a documentation derived
13177 from that.
13178
13179 * buffer.c (syms_of_buffer): Add default-cursor-type.
13180 (init_buffer_once): Don't let cursor_type have a local value
13181 in every buffer.
13182
13183 * xterm.c (x_display_and_set_cursor): Choose cursor depending
13184 on buffer-local value of cursor_type.
13185 (x_draw_bar_cursor): Add parameter WIDTH.
13186
13187 * buffer.c (reset_buffer): Initialize buffer's cursor_type.
13188 (init_buffer_once): Set default cursor_type value to t.
13189 Mark cursor_type as local everywhere.
13190 (syms_of_buffer): New per-buffer variable cursor-type.
13191
13192 * buffer.h (struct buffer): Remove member local_var_flags,
13193 add local_flags.
13194 (MAX_BUFFER_LOCAL_VARS): New macro.
13195 (BUFFER_LOCAL_VAR_OFFSET, BUFFER_LOCAL_VAR_IDX)
13196 (BUFFER_HAS_LOCAL_VALUE_P, SET_BUFFER_HAS_LOCAL_VALUE_P)
13197 (BUFFER_LOCAL_IDX, BUFFER_LOCAL_DEFAULT_VALUE, BUFFER_LOCAL_VALUE)
13198 (BUFFER_LOCAL_SYMBOL, BUFFER_LOCAL_TYPE): New macros.
13199
13200 * print.c (print_object): Use new macros for per-buffer variables.
13201
13202 * category.c (Fset_category_table): Use new macros for per-buffer
13203 variables.
13204
13205 * buffer.c (buffer_permanent_local_flags): Make a char array.
13206 (max_buffer_local_idx): New variable.
13207 (reset_buffer_local_variables, Fbuffer_local_variables): Rewritten
13208 for new handling of per-buffer variables.
13209 (buffer_slot_type_mismatch): Use new macros for per-buffer vars.
13210 (init_buffer_once): Initialize per-buffer vars differently.
13211 Set max_buffer_local_idx.
13212
13213 * syntax.c (Fset_syntax_table): Use new macros for per-buffer
13214 variables.
13215
13216 * lread.c (defvar_per_buffer): Use new macros for per-buffer variables.
13217
13218 * data.c (do_symval_forwarding, store_symval_forwarding)
13219 (find_symbol_value, set_internal, default_value, Fset_default)
13220 (Fkill_local_variable, Flocal_variable_p): Use new macros for
13221 per-buffer variables.
13222
13223 * Makefile.in (bootstrap-emacs): Use `mv -f' instead of `mv'.
13224
13225 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13226
13227 * xterm.c (x_term_init): Unblock input around call1 of
13228 Qvendor_specific_keysyms.
13229
13230 * syntax.c (open_paren_in_column_0_is_defun_start): New variable.
13231 (find_defun_start): Consider an open parenthesis in column 0
13232 a defun start only if open_paren_in_column_0_is_defun_start is set.
13233 (syms_of_syntax): New variable open-paren-in-column-0-is-defun-start.
13234
13235 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13236
13237 * eval.c (Fautoload): Add entry in load-history (if after dump).
13238 * lread.c (load-history): Update docstring.
13239
13240 2000-03-24 Gerd Moellmann <gerd@gnu.org>
13241
13242 * indent.c (Fvertical_motion): Always use the current buffer.
13243 Temporarily change the window's buffer, if necessary.
13244
13245 2000-03-23 Gerd Moellmann <gerd@gnu.org>
13246
13247 * xterm.c (fast_find_position): Make sure not to consider rows
13248 not visible in the window.
13249
13250 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13251
13252 * regex.c (enum syntaxcode): Provide default for non-Emacs.
13253 (re_compile_fastmap, re_match_2_internal): Undo Dave's previous fix.
13254
13255 2000-03-22 Jason Rumney <jasonr@gnu.org>
13256
13257 * w32menu.c (single_submenu): Set help string to NULL if none.
13258 (w32_menu_show): Set help string correctly.
13259 (add-menu-item): Set help string in MIIM_DATA for menu item.
13260 Load SetMenuItemInfoA explicitly.
13261 (w32_menu_display_help): New function.
13262
13263 * w32fns.c (w32_wnd_proc): Handle WM_MENUSELECT message.
13264 (QCdata): Moved to xdisp.c.
13265
13266 * w32term.c (w32_read_socket): Handle WM_MENUSELECT message.
13267 (Vw32_charset_to_codepage_alist): Removed.
13268 (Vw32_charset_info_alist): New variable.
13269 (Qw32_charset_[ansi, default, symbol, shiftjis, hangul, gb2312)
13270 (chinesebig5, oem, easteurope, turkish, baltic, russian, arabic)
13271 (greek, hebrew, thai, johab, mac, unicode]): New symbols.
13272 (x_produce_glyphs): Remove out of date #ifdef 0'd section. Replace
13273 with TODO comment.
13274 (w32_codepage_for_font): Use Vw32_charset_info_alist.
13275 (syms_of_w32term): Remove Vw32_charset_to_codepage_alist.
13276 Define Vw32_charset_info_alist and w32_charset symbols.
13277
13278 2000-03-22 Jason Rumney <jasonr@gnu.org>
13279
13280 * makefile.nt (w32bdf.obj): Update dependencies.
13281
13282 * w32bdf.c: Include frame.h and dispextern.h before fontset.h.
13283
13284 * w32fns.c: Include fontset.h after dispextern.h.
13285 (Fx_create_frame): Do not create fontset.
13286 (w32_load_system_font): Doc fix.
13287 (Fx_close_connection): Free full_name if it is not shared.
13288
13289 * w32term.c: Include fontset.h after dispextern.h.
13290 (x_get_glyph_face_and_encoding): New parameter two_byte_p.
13291 Callers updated.
13292 (w32_per_char_metric): If PCM is invalid, delete and return NULL.
13293 (x_get_char_and_face_encoding): Use FACE_FOR_CHAR to get face_id.
13294 (w32_font_is_double_byte): New function, needs body.
13295 (x_append_glyph): Set glyph->glyph_not_available_p.
13296 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
13297 it->charset. If it->multibyte_p is zero and it->c is a multibyte
13298 character, convert it to a unibyte character.
13299 (struct glyph_string): Delete member `charset'.
13300 (W32_TEXTOUT): Temporarily remove charset_dim until another way of
13301 calculating it is found.
13302 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
13303 the case that per char metric is not available correctly.
13304 (x_fill_glyph_string): Handle the case that the specific glyph is
13305 not available correctly.
13306 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
13307 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
13308 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
13309 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
13310 fontset. Don't call FS_LOAD_FONT.
13311
13312 2000-03-22 Ken Raeburn <raeburn@gnu.org>
13313
13314 * intervals.h (NULL_INTERVAL): Cast to INTERVAL type.
13315 (INT_LISPLIKE): New macro.
13316 (NULL_INTERVAL_P): Use it.
13317 (INTERVAL_HAS_PARENT, INTERVAL_HAS_OBJECT, SET_INTERVAL_PARENT)
13318 (SET_INTERVAL_OBJECT, INTERVAL_PARENT, COPY_INTERVAL_PARENT)
13319 (GET_INTERVAL_OBJECT, INTERVAL_PARENT_OR_NULL): New macros.
13320
13321 * alloc.c (make_interval, gc_sweep): Use new macros; eliminate all
13322 explicit references to "parent" field of struct interval and
13323 associated unclean type conversions.
13324 * intervals.c (create_root_interval, root_interval, rotate_right)
13325 (rotate_left, balance_possible_root_interval, split_interval_right)
13326 (split_interval_left, interval_start_pos, find_interval)
13327 (next_interval, previous_interval, update_interval)
13328 (adjust_intervals_for_insertion, delete_node, delete_interval)
13329 (adjust_intervals_for_deletion, merge_interval_right)
13330 (merge_interval_left, reproduce_tree, graft_intervals_into_buffer)
13331 (copy_intervals_to_string): Likewise.
13332 * intervals.h (AM_LEFT_CHILD, AM_RIGHT_CHILD, RESET_INTERVAL):
13333 Likewise.
13334 * syntax.c (update_syntax_table): Likewise.
13335
13336 * intervals.c (reproduce_tree_obj): New function, like
13337 reproduce_tree but takes a Lisp_Object for the parent. Declare
13338 with prototype.
13339 (graft_intervals_into_buffer): Use it when appropriate.
13340 (reproduce_tree): Declare with prototype.
13341 (balance_possible_root_interval): Check that the parent is a lisp
13342 object before trying to examine its type.
13343
13344 2000-03-22 Gerd Moellmann <gerd@gnu.org>
13345
13346 * xfaces.c (lface_same_font_attributes_p): Compare font attributes
13347 as strings only if both are known to be strings.
13348
13349 * s/openbsd.h (LIBS_TERMCAP): Undef.
13350
13351 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13352
13353 * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default
13354 definitions for non-Emacs compilation.
13355 (enum re_opcode_t): Remove (not)wordchar and move (not)syntaxspec
13356 outside of `#ifdef emacs'.
13357 (print_partial_compiled_pattern): Update.
13358 (regex_compile): Use (not)syntaxspec(Sword) instead of (not)wordchar.
13359 (re_compile_fastmap): Merge handling of charset and charset_not (for
13360 emacs and non-emacs compilation as well).
13361 Similarly for (not)categoryspec and (not)syntaxspec.
13362 Don't use the fastmap when reaching `anychar' since the added
13363 complexity is not justified.
13364 (re_match_2_internal): Merge (not)wordchar (emacs and non-emacs)
13365 and (not)syntaxspec. Merge (not)categoryspec.
13366
13367 2000-03-22 Kenichi Handa <handa@etl.go.jp>
13368
13369 * dispextern.h [!HAVE_WINDOW_SYSTEM] (FACE_SUITABLE_FOR_CHAR_P)
13370 (FACE_FOR_CHAR): Define them differently for the configuration of
13371 --without-x.
13372
13373 2000-03-21 Dave Love <fx@gnu.org>
13374
13375 * fontset.c (Fset_fontset_font, Ffontset_font): Fix newlines in
13376 doc string.
13377
13378 2000-03-21 Gerd Moellmann <gerd@gnu.org>
13379
13380 * xfaces.c (check_lface_attrs) [GLYPH_DEBUG]: Fix syntax error.
13381 (lface_fully_specified_p): Don't check contents of
13382 LFACE_FONT_INDEX because that attribute is optional.
13383 (realize_x_face): Remove now unwarranted xassert.
13384
13385 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
13386
13387 The following changes are to make font selection based on
13388 characters, not charset. In addition, they recover fontset
13389 facilities while utilizing the new font selection mechanism.
13390
13391 * Makefile.in (fontset.o): Depend on dispextern.h.
13392
13393 * alloc.c (mark_face_cache): Don't mark face->registry.
13394
13395 * dispextern.h (struct glyph): New member glyph_not_available_p.
13396 Use 22 bits for face_id.
13397 (enum lface_attribute_index): Add LFACE_FONT_INDEX.
13398 (struct face): Delete member registry, new member ascii_face.
13399 (FACE_SUITABLE_FOR_CHAR_P): Renamed from
13400 FACE_SUITABLE_FOR_CHARSET_P. Caller changed.
13401 (FACE_FOR_CHAR): Renamed from FACE_FOR_CHARSET. Caller changed.
13402 (struct it): Delete member charset, new member glyph_not_available_p.
13403
13404 * fontset.h (FONT_NOT_OPENED, FONT_NOT_FOUND): Macros removed.
13405 (struct fontset_info, struct fontset_data): Structs removed.
13406 (allloc_fontset_data, free_fontset_data, fs_regiser_fontset)
13407 (Vglobale_fontset_alist, font_idx_temp): Externs removed.
13408 (fs_load_font, fs_query_fontset): Adjusted for new argument.
13409 (fs_free_face_fontset, fontset_font_pattern)
13410 (face_suitable_for_char_p, face_for_char)
13411 (make_fontset_for_ascii_face): Extern them.
13412 (FS_LOAD_FONT): Adjusted for the change of fontset implementation.
13413 (FS_LOAD_FACE_FONT): New macro.
13414
13415 * fontset.c: All codes rewritten or adjusted for the change of
13416 fontset implementation. Now fontset is represented by char table.
13417 (Vglobal_fontset_alist, font_idx_temp, my_strcasetbl):
13418 Variables removed.
13419 (my_strcasecmp): Function removed.
13420 (Vfontset_table, next_fontset_id, Vdefault_fontset): New variables.
13421 (AREF, ASIZE): New macros.
13422 (FONTSET_FROM_ID, FONTSET_ID, FONTSET_NAME, FONTSET_FRAME)
13423 (FONTSET_ASCII, FONTSET_BASE, BASE_FONTSET_P, FONTSET_REF)
13424 (FONTSET_REF_VIA_BASE, FONTSET_SET): New macros.
13425 (fontset_ref, fontset_ref_via_base, fontset_set, make_fontset)
13426 (fontset_id_valid_p, font_family_registry, fontset_name)
13427 (fontset_ascii, free_face_fontset, face_suitable_for_char_p)
13428 (face_for_char, make_fontset_for_ascii_face, fontset_font_pattern):
13429 New functions.
13430 (fs_load_font): New arg FACE. Caller changed.
13431 (fs_query_fontset): Argument changed. Caller changed.
13432 (Fquery_fontset): call fs_query_fontset.
13433 (fs_register_fontset, alloc_fontset_data, free_fontset_data):
13434 Functions removed.
13435 (clear_fontset_elements, check_registry_encoding)
13436 (check_fontset_name): New functions.
13437 (syms_of_fontset): Set char-table-extra-slots property of fontset
13438 to 3. Staticpro and initialize Vfontset_table and
13439 Vdefault_fontset. Defsubr fontset_font and fontset_list.
13440
13441 * frame.h (struct frame): Member `fontset_data' removed.
13442 (FRAME_FONTSET_DATA): Macro removed.
13443
13444 * frame.c (make_frame): Don't allocate f->fontset_data.
13445 (Fdelete_frame): Don't free f->fontset_data.
13446
13447 * msdos.c (XMenuActivate): Args to lookup_derived_face changed.
13448
13449 * xdisp.c (charset_at_position): Function removed.
13450 (init_iterator): Don't set member charset of struct `it'.
13451 (handle_face_prop, reseat_to_string, set_iterator_to_next)
13452 (next_element_from_display_vector, insert_left_trunc_glyphs):
13453 Likewise.
13454 (face_before_or_after_it_pos): Call FACE_FOR_CHAR, not
13455 FACE_FOR_CHARSET.
13456 (get_next_display_element, append_space)
13457 (extend_face_to_end_of_line): Likewise.
13458
13459 * xfaces.c (Qx_charset_registry, Vface_default_registry):
13460 Variables removed.
13461 (clear_font_table, frame_update_line_height, load_face_font):
13462 Adjusted for the change of fontset implementation.
13463 (load_face_fontset_font): Function removed.
13464 (pixel_point_size): New function.
13465 (font_list): Argument type changed. Caller changed.
13466 (LFACE_FONT): New macro.
13467 (check_lface_attrs): Check attr[LFACE_FONT_INDEX].
13468 (set_lface_from_font_name): Type of arg FONTNAME is changed to
13469 Lisp_Object. Determine the font name by actually loading a font
13470 by the specified pattern. Set LFACE_FONT (lface) to the specified
13471 pattern. Even if a font is not found, don't try alternatives.
13472 (Finternal_set_lisp_face_attribute): Handle `font' slot in lface.
13473 (set_font_frame_param): If `font' is specified in lface, use it.
13474 (Finternal_get_lisp_face_attribute): Handle `font' slot in lface.
13475 (lface_same_font_attributes_p): Likewise.
13476 (make_realized_face): Arguent changed. Caller changed. Set
13477 face->ascii_face to face itself.
13478 (free_realized_face): Free face->fontset if face is for ASCII.
13479 (face_suitable_for_iso8859_1_p, face_suitable_for_charset_p)
13480 (deduce_unibyte_registry, x_charset_registry): Functions removed.
13481 (free_realized_multibyte_face): New function.
13482 (lookup_face, lookup_named_face, lookup_derived_face): Argument
13483 changed. Caller changed.
13484 (try_font_list): Argument type changed.
13485 (face_fontset): Check `font' slot of ATTRS, not `family' slot.
13486 (choose_face_font): Argument changed. Handle fontset properly.
13487 (choose_face_fontset_font): Function removed.
13488 (realize_default_face, realize_named_face): Don't remove the
13489 former face here.
13490 (realize_face): Argument changed. Caller changed. Remove face
13491 with the arg former_face_id in advance. Load font for the new face.
13492 (realize_x_face): Argument changed. Caller changed. For a
13493 multibyte character, share fontset with base_face. For a single
13494 byte character, make a new realized fontset. Don't load a font here.
13495 (realize_tty_face): Argument changed. Caller changed.
13496 (compute_char_face): Call FACE_FOR_CHAR, not FACE_FOR_CHARSET.
13497 (face_at_buffer_position): Don't check multibyte_p for returning
13498 DEFAULT_FACE_ID.
13499 (face_at_string_position): Call FACE_SUITABLE_FOR_CHAR_P, not
13500 FACE_SUITABLE_FOR_CHARSET_P.
13501 (syms_of_xfaces): Remove code for Qx_charset_registry and
13502 Vface_default_registry.
13503
13504 * xterm.c: Include fontset.h after dispextern.h. Undo the changes
13505 related to PER_CHAR_METRIC done by Gerd on 2000-03-03.
13506 (x_per_char_metric): Don't try FONT->default_char. Even if
13507 pcm->width is zero, glyph bits may exist.
13508 (x_encode_char): Always initialize char2b->byte1.
13509 (x_get_char_face_and_encoding): Call FACE_FOR_CHAR to get face_id.
13510 (x_get_glyph_face_and_encoding): New arg two_byte_p. Caller changed.
13511 (x_append_glyph): Set glyph->glyph_not_available_p.
13512 (x_produce_glyphs): Set it->glyph_not_available_p. Don't set
13513 it->charset. Handle the case that per char metric is not
13514 available. If it->multibyte_p is zero and it->c is a multibyte
13515 character, convert it to a unibyte character.
13516 (struct glyph_string): Delete member `charset'.
13517 (x_set_mouse_face_gc): Call FACE_FOR_CHAR to get face_id. Handle
13518 the case that per char metric is not available correctly.
13519 (x_fill_glyph_string): Handle the case that the specific glyph is
13520 not available correctly.
13521 (BUILD_CHAR_GLYPH_STRINGS): Don't set s->charset.
13522 (BUILD_COMPOSITE_GLYPH_STRING): Likewise.
13523 (x_new_font): Call FS_LOAD_FONT, not fs_load_font.
13524 (x_new_fontset): Call fontset_ascii to get ASCII font name of the
13525 fontset. Don't call FS_LOAD_FONT.
13526
13527 * xfns.c (Fx_create_frame): Don't cal fs_register_fontset.
13528 (x_create_tip_frame): Likewise.
13529 (Fx_close_connection): Free full_name of font_info.
13530
13531 * fns.c (optimize_sub_char_table): New function.
13532 (Foptimize_char_table): New function.
13533 (syms_of_fns): Defsubr Soptimize_char_table.
13534
13535 2000-03-20 Gerd Moellmann <gerd@gnu.org>
13536
13537 * buffer.c (Fset_buffer_modified_p): Set update_mode_lines
13538 only if buffer is displayed in some window.
13539
13540 * xdisp.c (handle_single_display_prop): Initialize local `value'.
13541 (try_window_reusing_current_matrix): Don't call scroll run
13542 function if run's current and desired position are the same;
13543 this prevents cursor flickering.
13544
13545 2000-03-19 Stefan Monnier <monnier@cs.yale.edu>
13546
13547 * regex.h (RE_TRANSLATE. RE_TRANSLATE_P): Moved to regex.c.
13548
13549 * regex.c (RE_STRING_CHAR): New macro.
13550 (GET_CHAR_AFER_2): Remove.
13551 (RE_TRANSLATE, RE_TRANSLATE_P): New macros moved from regex.h.
13552 (enum re_opcode_t): Remove on_failure_jump_exclusive.
13553 (print_partial_compiled_pattern, re_compile_fastmap)
13554 (re_match_2_internal): Remove on_failure_jump_exclusive.
13555 (regex_compile): Turn optimizable P+ loops into PP*, so that the
13556 optimization only need to work for * (ie. can use of_keep_string_jump).
13557 Remove the special case for .*\n since it is now covered by the general
13558 optimization.
13559 (re_search_2): Don't bother with `room'.
13560 (skip_one_char): New function.
13561 (skip_noops): Simplify since `memory' is not needed any more.
13562 (mutually_exclusive_p): Restructure slightly to use `switch' and
13563 add handling for "all" remaining cases.
13564 (re_match_2_internal): Change on_failure_jump_smart to use
13565 on_failure_keep_string_jump (and redirect the end-of-loop jump)
13566 rather than on_failure_jump_exclusive.
13567
13568 2000-03-19 Gerd Moellmann <gerd@gnu.org>
13569
13570 * xfns.c (select_visual): Don't set dpyinfo->n_planes to the
13571 number of bits per RGB because it's everywhere used as the depth
13572 of the visual.
13573
13574 * term.c (calculate_costs): Remove code dealing with X frames.
13575
13576 2000-03-19 Richard M. Stallman <rms@gnu.org>
13577
13578 * lread.c (syms_of_lread): Doc fix for load-convert-to-unibyte.
13579
13580 2000-03-18 Gerd Moellmann <gerd@gnu.org>
13581
13582 * lread.c (read_integer): Unread the last char not consumed.
13583
13584 2000-03-17 Gerd Moellmann <gerd@gnu.org>
13585
13586 * xterm.c (x_update_window_cursor): Don't update in frames
13587 which are in the process of being deleted.
13588
13589 2000-03-16 Gerd Moellmann <gerd@gnu.org>
13590
13591 * Makefile.in (mostlyclean): Add `*.core'.
13592 (clean): Add `bootstrap-emacs'.
13593
13594 * lread.c (read_integer): New function.
13595 (read1): Support read syntax #o, #x, #b, #r.
13596
13597 2000-03-15 Stefan Monnier <monnier@cs.yale.edu>
13598
13599 * regex.c (re_match_2): Fix string shortening (to fit `stop') to
13600 make sure POINTER_TO_OFFSET gives the same value before and after
13601 PREFETCH. Use `dfail' to guarantee "atomic" matching.
13602 (PTR_TO_OFFSET): Use POINTER_TO_OFFSET.
13603 (debug): Now only active if > 0 rather than if != 0.
13604 (DEBUG_*): Update for the new meaning of `debug'.
13605 (print_partial_compiled_pattern): Add missing `succeed' case. Use
13606 CHARSET_* macros in the charset(_not) branch. Fix off-by-two bugs
13607 in `succeed_n', `jump_n' and `set_number_at'.
13608 (store_op1, store_op2, insert_op1, insert_op2)
13609 (at_begline_loc_p, at_endline_loc_p): Add prototype.
13610 (group_in_compile_stack): Move to after its arg's types are
13611 declared and add a prototype.
13612 (PATFETCH): Define in terms of PATFETCH_RAW.
13613 (GET_UNSIGNED_NUMBER): Add the usual `do { ... } while(0)' wrapper.
13614 (QUIT): Redefine as a nop except for NTemacs.
13615 (regex_compile): Handle intervals {,M} as if it was {0,M}. Fix
13616 indentation of the greedy-op and shy-group code.
13617 (at_(beg|end)line_loc_p): Fix argument's types.
13618 (re_compile_fastmap): Ifdef out failure_stack_ptr to shut up gcc.
13619 (re_search_2): Use POS_AS_IN_BUFFER. Simplify `room' computation.
13620 (MATCHING_IN_FIRST_STRING): Remove.
13621 (re_match_2): Use POS_AS_IN_BUFFER. Ifdef out failure_stack_ptr
13622 to shut up gcc. Use FIRST_STRING_P and POINTER_TO_OFFSET. Use
13623 QUIT unconditionally.
13624
13625 2000-03-15 Gerd Moellmann <gerd@gnu.org>
13626
13627 * minibuf.c (Fminibuffer_complete): Set point to ZV if finding
13628 a sole completion.
13629
13630 * process.c (send_process): Add a hint that the function
13631 can call Lisp code to its comment.
13632
13633 * lread.c (load_dangerous_libraries): New variable.
13634 (Vbytecomp_version_regexp): New variable.
13635 (safe_to_load_p): New function.
13636 (Fload): Handle files not compiled with Emacs specially.
13637 (syms_of_lread): New Lisp variable load-dangerous-libraries.
13638
13639 2000-03-14 Gerd Moellmann <gerd@gnu.org>
13640
13641 * lisp.h (free_frame_xic) [HAVE_X_I18N]: Add missing semicolon.
13642
13643 * xterm.c (xim_close_dpy, xim_initialize): Use X11R6-style XIM
13644 support functions only if HAVE_X11R6_XIM is defined.
13645 (xim_instantiate_callback): Define only if HAVE_X11R6_XIM.
13646
13647 * s/sol2.h (INHIBIT_X11R6_XIM): Define.
13648
13649 * xfns.c (X_I18N_INHIBITED): Don't define.
13650 (create_frame_xic): Remove conditional compilation on X_I18N_INHIBITED.
13651 (x_kill_gs_process, x_window): Use FRAME_X_VISUAL.
13652
13653 * config.in (HAVE_X_I18N): Moved here from xterm.h.
13654 (HAVE_X11R6_XIM): Define.
13655
13656 * xterm.h (HAVE_X_I18N) [HAVE_X11R6]: Moved to config.in.
13657
13658 * xterm.c (x_term_init): Add support for X resource `synchronous'.
13659 If set, call XSynchronize.
13660
13661 2000-03-13 Stefan Monnier <monnier@cs.yale.edu>
13662
13663 * regex.c: Declare a new type `re_char' used throughout the code
13664 for the string char type. It's `const unsigned char' to match the
13665 rest of Emacs. Consistently make sure all pointers to strings use
13666 it and make sure all pointers into the pattern use `unsigned char'.
13667 (re_match_2_internal): Use `PREFETCH+STRING_CHAR' instead of
13668 GET_CHAR_AFTER_2. Also merge wordbound and notwordbound to reduce
13669 code duplication.
13670
13671 * charset.h (GET_CHAR_AFTER_2): Remove.
13672 (GET_CHAR_BEFORE_2): Use unsigned chars, like everywhere else.
13673
13674 2000-03-12 Ken Raeburn <raeburn@gnu.org>
13675
13676 * Makefile.in (temacs): Evaluate ALL_LDFLAGS into a temporary
13677 variable before the invocation of YMF_PASS_LDFLAGS, in case both
13678 of them try to use backquotes.
13679
13680 2000-03-12 Dave Love <fx@gnu.org>
13681
13682 * unexelf.c: Restore changes of 1999-10-19.
13683 (unexec): Don't adjust bss for sbss type SHT_PROGBITS; otherwise
13684 fix its type and alignment; copy it from current process.
13685
13686 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13687
13688 * atimer.c (cancel_atimer): Break out of the loop as soon as timer
13689 has been found. Fix bug not computing timer's predecessor.
13690
13691 * fileio.c (Fread_file_name): Handle case that DIR contains a
13692 file name.
13693
13694 * window.c (Fsave_window_excursion): Doc fix.
13695
13696 * xfns.c (x_defined_color): Rewritten to use x_allocate_nearest_color.
13697
13698 2000-03-12 Eli Zaretskii <eliz@is.elta.co.il>
13699
13700 * msdos.c (vga_installed): New function, code moved from
13701 dos_set_window_size.
13702 (Qbar, Qcursor_type, outside_cursor): New variables.
13703 (syms_of_msdos): Intern and staticpro them.
13704 (dos_ttraw) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Save the cursor
13705 shape used outside Emacs when called for the first time.
13706 (dos_ttcooked) [__DJGPP__ >= 2, !HAVE_X_WINDOWS]: Restore the
13707 cursor shape used outside Emacs.
13708 (msdos_set_cursor_shape, IT_set_cursor_type): New functions.
13709 (IT_frame_up_to_date): Call IT_set_cursor_type, in case the cursor
13710 type has changed.
13711 (IT_set_frame_parameters): Call IT_set_cursor_type if the frame
13712 parameters specify the cursor. Make qreverse a global
13713 variable (renamed to Qreverse).
13714
13715 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13716
13717 * fns.c (Fy_or_n_p): Cancel busy-cursor.
13718
13719 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13720
13721 This is a big redesign of failure-stack and register handling, prompted
13722 by bugs revealed when trying to add shy-groups. Overall, what happened
13723 is that loops are now structured a little differently, groups can be
13724 shy and the code is a little simpler.
13725
13726 * regex.h: Update the copyright.
13727 (RE_SHY_GROUPS): New value.
13728 (RE_UNMATCHED_RIGHT_PAREN_ORD): Renumber.
13729 (RE_SYNTAX_EMACS): Add RE_SHY_GROUPS.
13730
13731 * regex.c (enum re_opcode_t): Remove jump_past_alt,
13732 maybe_pop_jump, push_dummy_failure and dumy_failure_jump. Add
13733 on_failure_jump_(exclusive, loop and smart). Also fix the comment
13734 for (start|stop)_memory since they now only take one argument (the
13735 second has becomes unnecessary).
13736 (print_partial_compiled_pattern): Adjust for changes in re_opcode_t.
13737 (print_compiled_pattern): Use %ld to printf long ints and flush to
13738 make debugging a little easier.
13739 (union fail_stack_elt): Make the integer unsigned.
13740 (struct fail_stack_type): Add a `frame' element.
13741 (INIT_FAIL_STACK): Init `frame' as well.
13742 (POP_PATTERN_OP): New macro for re_compile_fastmap.
13743 (DEBUG_PUSH, DEBUG_POP): Remove.
13744 (NUM_REG_ITEMS): Remove.
13745 (NUM_NONREG_ITEMS): Adjust.
13746 (FAILURE_PAT, FAILURE_STR, NEXT_FAILURE_HANDLE)
13747 (TOP_FAILURE_HANDLE): New macros for the cycle detection.
13748 (ENSURE_FAIL_STACK): New macro for PUSH_FAILURE_(REG|POINT).
13749 (PUSH_FAILURE_REG, POP_FAILURE_REG, CHECK_INFINITE_LOOP):
13750 New macros.
13751 (PUSH_FAILURE_POINT): Don't push registers any more. The pattern
13752 address pushed is not the destination of the jump but the source
13753 of it instead.
13754 (NUM_FAILURE_ITEMS): Remove.
13755 (POP_FAILURE_POINT): Adapt to the new stack structure (i.e. pop
13756 registers before the actual failure point). Don't hardcode any
13757 meaning for str==NULL anymore.
13758 (union register_info_type, REG_MATCH_NULL_STRING_P, IS_ACTIVE)
13759 (MATCHED_SOMETHING, EVER_MATCHED_SOMETHING, SET_REGS_MATCHED):
13760 Remove.
13761 (REG_UNSET_VALUE): Use NULL (why not?).
13762 (compile_range): Remove declaration since it doesn't exist.
13763 (struct compile_stack_elt_t): Remove inner_group_offset.
13764 (old_reg(start|end), reg_info, reg_dummy, reg_info_dummy): Remove.
13765 (regex_grow_registers): Remove dead code.
13766 (FIXUP_ALT_JUMP): New macro.
13767 (regex_compile): Add shy-groups Change loops to use
13768 on_failure_jump_smart&jump instead of
13769 on_failure_jump&maybe_pop_jump. Change + loops to eliminate the
13770 initial (dummy_failure_)jump. Remove c1_base (looks like unused
13771 variable to me). Use `jump' instead of `jump_past_alt' and don't
13772 bother with push_dummy_failure in alternatives since it is now
13773 unnecessary. Use FIXUP_ALT_JUMP. Eliminate a useless `#ifdef
13774 emacs' for (re)allocating the stack.
13775 (re_compile_fastmap): Remove dead variables i and num_regs. Exit
13776 from loop when bufp->can_be_null rather than jumping to `done'.
13777 Avoid jumping backwards so as to ensure termination. Use
13778 PATTERN_STACK_EMPTY and POP_PATTERN_OP. Improved handling of
13779 backreferences. Remove dead code in handling of `anychar'.
13780 (skip_noops, mutually_exclusive_p): New functions taken from the
13781 handling of `maybe_pop_jump' in re_match_2_internal. Slightly
13782 improve mutually_exclusive_p to handle ".+\n".
13783 (lowest_active_reg, highest_active_reg)
13784 (NO_(LOWEST|HIGHEST)_ACTIVE_REG) Remove.
13785 (re_match_2_internal): Use %p instead of 0x%x when printf'ing
13786 ptrs. Don't SET_REGS_MATCHED anymore. Remove many dead
13787 variables. Push register (in `start_memory') on the stack rather
13788 than storing it in old_reg(start|end). Remove the cycle detection
13789 from `stop_memory', replaced by the use of on_failure_jump_loop
13790 for greedy loops. Add code for the new on_failure_jump_<foo>.
13791 Remove ad-hoc code in `on_failure_jump' to push more registers in
13792 the case of a loop. Take out code from `maybe_pop_jump' into
13793 separate functions and adapt it to the semantics of
13794 `on_failure_jump_smart'. Remove jump_past_alt, dummy_failure_jump
13795 and push_dummy_failure. Remove dummy_failure handling and
13796 handling of `failures to jump to on_failure_jump' (this last one
13797 was already dead code, it seems).
13798 (group_match_null_string_p, alt_match_null_string_p)
13799 (common_op_match_null_string_p): Remove.
13800
13801 2000-03-08 Dave Love <fx@gnu.org>
13802
13803 * config.in: Don't depend on __STDC__ for volatile.
13804 Add POINTER_TYPE, PTR, PROTOTYPES.
13805
13806 * hftctl.c, strftime.c: Use PROTOTYPES.
13807 * eval.c (find_handler_clause): Likewise.
13808
13809 * mem-limits.h: Use POINTER_TYPE.
13810
13811 * lisp.h (P_): Define based on PROTOTYPES, not __STDC__.
13812 (memory_warnings): Declare using POINTER_TYPE.
13813
13814 2000-03-08 Gerd Moellmann <gerd@gnu.org>
13815
13816 * xfns.c (x_set_cursor_type): If ARG is nil, give frame no cursor.
13817
13818 * xdisp.c (display_echo_area): Temporarily inhibit garbage collection.
13819
13820 * xfns.c: Remove obsolete code in #if 0.
13821 (Fx_focus_frame): New function.
13822
13823 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13824
13825 * coding.c (coding_category_name): Add coding-category-utf-8,
13826 coding-category-utf-16-be, coding-category-utf-16-le.
13827 (UTF_8_1_OCTET_P, UTF_8_EXTRA_OCTET_P, UTF_8_2_OCTET_LEADING_P,
13828 UTF_8_3_OCTET_LEADING_P, UTF_8_4_OCTET_LEADING_P,
13829 UTF_8_5_OCTET_LEADING_P, UTF_8_6_OCTET_LEADING_P): New macros.
13830 (detect_coding_utf_8): New function.
13831 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
13832 UTF_16_LOW_SURROGATE_P): New macros.
13833 (detect_coding_utf_16): New function
13834 (detect_coding_mask): When priorities are specified, skip any
13835 categories that have `nil' coding-system. Fix bug of returning
13836 wrong mask when PRIORITIES is specified and detect_coding_XXX()
13837 returns a mask not set in PRIORITIES.
13838 (detect_eol_type_in_2_octet_form): New function.
13839 (detect_eol): selects detect_eol_type_XXX to call according to
13840 cooding->category_idx.
13841 (detect_coding_system): Remove `nil' coding-system in the result.
13842 (Fupdate_coding_systems_internal): Update all coding-categories.
13843
13844 * coding.h (CODING_CATEGORY_IDX_UTF_8)
13845 (CODING_CATEGORY_IDX_UTF_16_BE, CODING_CATEGORY_IDX_UTF_16_LE):
13846 New macros.
13847 (CODING_CATEGORY_IDX_RAW_TEXT, CODING_CATEGORY_IDX_BINARY)
13848 (CODING_CATEGORY_IDX_MAX): Adjusted for the above macros.
13849 (CODING_CATEGORY_IDX_UTF_16_LE)
13850 (CODING_CATEGORY_MASK_UTF_8, CODING_CATEGORY_MASK_UTF_16_BE)
13851 (CODING_CATEGORY_MASK_UTF_16_LE): New macros.
13852 (CODING_CATEGORY_MASK_ANY): Include the above macros.
13853 (CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
13854
13855 2000-03-07 Gerd Moellmann <gerd@gnu.org>
13856
13857 * doc.c (Fdocumentation_property): If value is not a string,
13858 and doesn't refer to etc/DOC, evaluate it to obtain a string.
13859
13860 * xterm.c (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
13861 close the display with XtCloseDisplay. This caused a bus error
13862 on OpenWindows.
13863
13864 * minibuf.c (Fminibuffer_complete): Move point to ZV when input is
13865 complete but not unique.
13866
13867 2000-03-06 Gerd Moellmann <gerd@gnu.org>
13868
13869 * process.c (send_process): Remove local variable `procname' that
13870 might become invalid when a GC happens. Instead, access the
13871 process name slot directly.
13872
13873 * xfns.c (x_set_menu_bar_lines_1): Adjust window's orig_top and
13874 orig_height if set.
13875
13876 * frame.c (set_menu_bar_lines_1): Adjust window's orig_top and
13877 orig_height if set.
13878
13879 2000-03-06 Eli Zaretskii <eliz@is.elta.co.il>
13880
13881 * msdos.c (IT_note_mouse_highlight): Return immediately if frame's
13882 glyph matrices have been freed.
13883
13884 2000-03-05 Gerd Moellmann <gerd@gnu.org>
13885
13886 * Makefile.in (tags): Include ../lwlib/TAGS in TAGS.
13887 (bootstrap-temacs): Set LC_ALL to C like for temacs.
13888
13889 * xfns.c (QCdata): Moved to xdisp.c.
13890
13891 * xdisp.c (QCdata): Moved here from xfns.c.
13892 (syms_of_xdisp): Initialize QCdata.
13893
13894 * frame.h (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.
13895
13896 * window.c (coordinates_in_window): Use
13897 FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
13898 FRAME_INTERNAL_BORDER_WIDTH.
13899
13900 * xdisp.c (try_window_id): Recompute unchanged information if
13901 it is obviously invalid.
13902
13903 * xterm.c (x_term_init): Create a colormap if not using the
13904 default visual.
13905
13906 * xterm.h (select_visual): Change prototype.
13907
13908 * xfns.c (select_visual): Rewritten. Recognize user-specified
13909 visual classes.
13910 (visual_classes): New variable.
13911
13912 2000-03-04 Gerd Moellmann <gerd@gnu.org>
13913
13914 * xfns.c (x_defined_color, x_set_mouse_color, lookup_rgb_color)
13915 (lookup_pixel_color, x_laplace, x_build_heuristic_mask)
13916 (png_load): Access colormap of frame using FRAME_X_COLORMAP.
13917 (x_decode_color): Don't handle allocation of white and black specially.
13918 (x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
13919 XtNcolormap resources.
13920 (x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
13921 (Fx_create_frame): Initialize color members of x_output structure.
13922 (xpm_load): Pass colormap to XPM lib.
13923
13924 * xfaces.c (x_free_colors): Access colormap of frame using
13925 FRAME_X_COLORMAP. Be paranoid about freeing black and white
13926 when default colormap is used.
13927
13928 * xterm.c (x_term_init): Set Colormap member of x_display_info
13929 structure. Copy colormap if resource `privateColormap' is
13930 specified (PseudoColor only).
13931 (x_setup_relief_color): Access colormap of frame using
13932 FRAME_X_COLORMAP.
13933
13934 * xterm.h (struct x_display_info): Add Colormap member `cmap'.
13935 (FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
13936
13937 2000-03-04 Jason Rumney <jasonr@gnu.org>
13938
13939 * xfaces.c Change many FRAME_X... macros to FRAME_WINDOW... or
13940 other non-platform-specific equivalents.
13941 [WINDOWSNT]: Include w32term.h, fontset.h and define X
13942 specific functions and macros as their w32 equivalents where
13943 non-platform-specifics are not available.
13944 [HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
13945 (x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
13946 (clear_font_table) [WINDOWSNT]: Call w32_unload_font.
13947 (frame_update_line_height): Use macros to access f->output_data.
13948 (defined_color): Remove FIXME comments; fixed.
13949 (x_face_list_fonts, prepare_face_for_display): Put X specifics
13950 into #ifdef blocks. Add WINDOWSNT blocks.
13951 (Fx_list_fonts): Use macros for accessing font data.
13952 (set_lface_from_font_name): Different default fonts for X and
13953 WINDOWSNT.
13954 (font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
13955 scalable for backward compatibility.
13956 (realize_tty_face) [MSDOS]: Do the same for WINDOWSNT.
13957 (syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
13958
13959 * emacs.c (main) [HAVE_NTGUI]: Call syms_of_xfaces instead of
13960 syms_of_w32faces.
13961
13962 * makefile.nt (w32faces.obj): Remove.
13963 (xfaces.obj): Add.
13964
13965 2000-03-03 Jason Rumney <jasonr@gnu.org>
13966
13967 * keyboard.c (make_lispy_event): Call buffer_posn_from_coords with
13968 correct parameters.
13969
13970 2000-03-03 Ken Raeburn <raeburn@gnu.org>
13971
13972 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
13973 standard ELF definitions here if the system header does not.
13974
13975 2000-03-03 Gerd Moellmann <gerd@gnu.org>
13976
13977 * xterm.c (PER_CHAR_METRIC): Removed.
13978 (x_per_char_metric_1, x_default_char): New functions.
13979 (x_per_char_metric): If font's default char is invalid, return
13980 metrics of a suitably chosen usable default char.
13981 (x_draw_glyph_string_foreground): If font has an invalid default
13982 char, replace occurrences of unprintable chars with a suitably
13983 chosen usable default char.
13984
13985 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13986
13987 * xterm.c (note_mouse_highlight): Return quickly if frame's
13988 glyph matrices have been freed.
13989
13990 * dispnew.c (free_glyphs): Block input while freeing matrices.
13991
13992 * xfns.c (x_clear_image, x_kill_gs_process): Use x_free_colors.
13993
13994 * xterm.c (x_alloc_lighter_color, x_setup_relief_color):
13995 Use x_free_colors.
13996
13997 * dispextern.h (x_free_colors): Add prototype.
13998
13999 * xfaces.c (x_free_colors): New function.
14000 (unload_color, free_face_colors): Use it.
14001
14002 2000-03-02 Eli Zaretskii <eliz@is.elta.co.il>
14003
14004 * msdos.h (FRAME_INTERNAL_BORDER_WIDTH): Define to zero.
14005
14006 * window.c [MSDOS]: Include msdos.h.
14007
14008 2000-03-02 Dave Love <fx@gnu.org>
14009
14010 * m/powerpcle.h, m/sparc.h: Don't set C_OPTIMIZE_SWITCH.
14011
14012 * m/mips-siemens.h, m/news-r6.h, m/news-risc.h, m/tekxd88.h: Don't
14013 set C_OPTIMIZE_SWITCH for gcc.
14014
14015 2000-03-02 Kenichi Handa <handa@etl.go.jp>
14016
14017 * coding.c (coding_save_composition): Be sure to allocate
14018 composition data area in coding even if there's no composition in
14019 the current run.
14020
14021 2000-03-01 Jason Rumney <jasonr@gnu.org>
14022
14023 * w32term.c: Equivalent changes to those made to xterm.c on
14024 2000-02-25 and 2000-02-24.
14025
14026 * w32fns.c: Equivalent changes to those made to xfns.c on
14027 2000-02-25 and 2000-02-21.
14028
14029 * sysdep.c: [WINDOWSNT]: Use sys_read and sys_write to ensure
14030 correct line-end convention is followed.
14031
14032 * w32menu.c [HAVE_BOXES]: Remove #undef.
14033 (single_keymap_panes): Remove code for simulating checkmarks.
14034 (single_menu_item): Remove notbuttons_ptr argument. Callers changed.
14035 Remove code for drawing simulated checkmarks.
14036 (w32_menu_show): make unibyte help string correctly.
14037 (add_menu_item): draw standard Windows checkmarks. Draw radio
14038 buttons as radio buttons if possible.
14039
14040 2000-03-01 Gerd Moellmann <gerd@gnu.org>
14041
14042 * sysdep.c (start_of_text): Don't define this function for NetBSD
14043 with ELF.
14044
14045 * m/pmax.h (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]:
14046 Don't define.
14047 (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o.
14048 (LINKER): Don't undef if __NetBSD__ is defined.
14049
14050 * m/mips.h (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.
14051
14052 * fileio.c [__NetBSD__]: Define `unix'.
14053
14054 * xfns.c (start_busy_cursor): Allow floats for busy-cursor-delay.
14055
14056 2000-02-29 Gerd Moellmann <gerd@gnu.org>
14057
14058 * atimer.c (start_atimer): Don't abort when timers are stopped.
14059 (append_atimer_lists): New function.
14060 (cancel_atimer, stop_other_atimers, run_all_atimers): Handle
14061 arbitrary lists of stopped and running atimers.
14062
14063 * atimer.c (cancel_atimer): Handle canceling an atimer when
14064 some timers are stopped.
14065
14066 * xfns.c (cancel_busy_cursor): Set busy_cursor_atimer to null
14067 after canceling it.
14068
14069 * fns.c (maybe_resize_hash_table): Handle case of new size
14070 coming out as being the same as old size.
14071
14072 2000-02-27 Jason Rumney <jasonr@gnu.org>
14073
14074 * makefile.nt: Add atimer.h to dependencies.
14075 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
14076 * w32console.c: Only disable window system features for dispextern.h
14077 (initialize_w32_display): Build a display info for the console.
14078 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
14079 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
14080 WM_LBUTTON_UP, WM_RBUTTON_UP]: Do not treat 4 or more button mice
14081 as 2 button mice.
14082 * w32gui.h (struct W32FontStruct): Revert last change after change
14083 to xdisp.c.
14084 * w32menu.c (single_submenu): Set up help string.
14085 [!HAVE_MULTILINGUAL_MENU]: Don't overwrite item_name with descrip.
14086 (w32_dialog_show): Set up help string.
14087 * w32term.c (w32_display_info_for_display): Remove unused function.
14088 (w32_draw_bitmap): Use pre-built bitmaps.
14089 (w32_initialize_display_info): New function to initialize parts of
14090 display info that are common to both GUI and console frames.
14091 (w32_term_init): Use w32_initialize_display_info. Do not set
14092 Vw32_num_mouse_buttons here, as it is not called for console
14093 frames. Build bitmaps for indicating truncated lines etc.
14094 (x_delete_display): Destroy pre-built bitmaps.
14095 * xdisp.c (handle_single_display_prop): Use FONT_HEIGHT macro.
14096 (echo_area_display): Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM.
14097
14098 2000-02-27 Dave Love <fx@gnu.org>
14099
14100 * lisp.h: Add a bunch of prototypes.
14101
14102 2000-02-26 Kenichi Handa <handa@etl.go.jp>
14103
14104 * keyboard.c (read_char): Set `usec' correctly.
14105
14106 2000-02-25 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14107
14108 * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is
14109 `lambda', set reg[RRR] to the map index.
14110 (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set
14111 reg[RRR] to 0. Otherwise, set it to -1.
14112
14113 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14114
14115 * emacs.c (main): Remove code snippet commented out with `//'.
14116
14117 2000-02-25 Richard M. Stallman <rms@gnu.org>
14118
14119 * fileio.c (Ffile_symlink_p): If result starts with a `/'
14120 and contains a `:', prepend `/:'.
14121
14122 * window.c (select_window_1): If selected_window is nil,
14123 don't "swap out" the buffer's point.
14124 (Fset_window_configuration): Set selected_window to nil
14125 before calling Fselect_window.
14126 (unshow_buffer): Don't set point in buffer from window's point
14127 if another more recently selected window also shows the buffer.
14128
14129 2000-02-25 Gerd Moellmann <gerd@gnu.org>
14130
14131 * keyboard.c (recursive_edit_1): Cancel busy-cursor.
14132
14133 * xfns.c (inhibit_busy_cursor, busy_count): Removed.
14134 (Fx_show_busy_cursor, Fx_hide_busy_cursor): Removed.
14135 (busy_cursor_atimer, busy_cursor_shown_p, Vbusy_cursor_delay):
14136 New variables.
14137 (DEFAULT_BUSY_CURSOR_DELAY): New define.
14138 (start_busy_cursor, cancel_busy_cursor, show_busy_cursor)
14139 (hide_busy_cursor): New functions.
14140 (syms_of_xfns): DEFVAR_LISP Vbusy_cursor_delay.
14141
14142 * minibuf.c (read_minibuf): Cancel busy-cursor.
14143
14144 * keyboard.c (command_loop_1): Call start_busy_cursor before
14145 Fcommand_execute and cancel_busy_cursor after it.
14146 (timer_check): Remove busy-cursor code.
14147 (Fread_key_sequence, Fread_key_sequence_vector): Start/cancel busy
14148 cursor timer.
14149
14150 * process.c (wait_reading_process_input): Remove busy-cursor code.
14151
14152 * eval.c (Fsignal): Call cancel_busy_cursor instead of
14153 Fx_hide_busy_cursor.
14154
14155 * dispextern.h (Fx_show_busy_cursor, Fx_hide_busy_cursor):
14156 Remove prototyoes.
14157 (start_busy_cursor, cancel_busy_cursor): Add prototypes.
14158
14159 * lisp.h (Fx_hide_busy_cursor): Remove prototype.
14160
14161 * xterm.c (XTread_socket): Remove busy-cursor code.
14162
14163 * dispnew.c (flush_stdout) [GLYPH_DEBUG]: New function.
14164 (build_frame_matrix_from_leaf_window): Put code handling
14165 glyph row's not being a slice of a frame row in #if 0.
14166 (sync_window_with_frame_matrix_rows): New function.
14167 (frame_row_to_window): New function.
14168 (mirror_line_dance): Handle copies between windows.
14169
14170 * lread.c (Fload): Use `xfree' instead of `free'.
14171 (init_obarray): Use `xmalloc' instead of `malloc'.
14172
14173 * window.c (Fset_window_buffer): Set WINDOW to the window
14174 after decoding.
14175 (coordinates_in_window): Take frame's internal border width
14176 into account.
14177
14178 2000-02-24 Gerd Moellmann <gerd@gnu.org>
14179
14180 * xterm.c (x_display_and_set_cursor): Display cursor of
14181 non-selected windows depending on the setting of
14182 cursor_in_non_selected_windows.
14183
14184 * xdisp.c (cursor_in_non_selected_windows): New variable.
14185 (syms_of_xdisp): DEFVAR_BOOL it.
14186
14187 2000-02-23 Gerd Moellmann <gerd@gnu.org>
14188
14189 * data.c (Fstring_to_number): If number is greater than what
14190 fits into an integer, return a float.
14191
14192 * eval.c (specbind): Remove references to
14193 keyword_symbols_constant_flag.
14194
14195 * data.c (keyword_symbols_constant_flag): Removed.
14196 (Fmakunbound, set_internal, syms_of_data): Remove references to
14197 keyword_symbols_constant_flag.
14198
14199 * bytecode.c (Fbyte_code): Remove keyword_symbols_constant_flag.
14200
14201 2000-02-23 Kenichi Handa <handa@etl.go.jp>
14202
14203 * syntax.c (multibyte_syntax_as_symbol): New variable.
14204 (syms_of_syntax): Declare it as a Lisp variable.
14205 (SYNTAX_WITH_MULTIBYTE_CHECK): New macro.
14206 (scan_lists): If both sexpflag and multibyte_syntax_as_symbol are
14207 nonzero, treat all multibyte characters as symbol.
14208 (init_syntax_once): Give syntax `word' to all multibyte characters.
14209
14210 2000-02-22 Eli Zaretskii <eliz@is.elta.co.il>
14211
14212 * frame.c (Fdelete_frame): Don't let echo_area_window remain on
14213 a deleted frame.
14214
14215 2000-02-21 Gerd Moellmann <gerd@gnu.org>
14216
14217 * frame.c (Fmouse_position): GCPRO retval instead of x and y.
14218
14219 * xfns.c (x_window_to_frame, x_any_window_to_frame)
14220 (x_non_menubar_window_to_frame): Check the busy-cursor window.
14221
14222 2000-02-21 Dave Love <fx@gnu.org>
14223
14224 * frame.c (Vmouse_position_function): New variable.
14225 (Fmouse_position): Use it.
14226 (syms_of_frame): Install it.
14227
14228 * charset.c (find_charset_in_str): Fix use of `c' instead of `c1'.
14229
14230 2000-02-20 Gerd Moellmann <gerd@gnu.org>
14231
14232 * fileio.c (Finsert_file_contents): Unbind the binding of
14233 standard-output done by temp_output_buffer_setup.
14234
14235 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
14236 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
14237 (specbind, unbind_to): Handle most common case of non-constant
14238 symbol with trivial value specially.
14239
14240 * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
14241
14242 2000-02-20 Richard M. Stallman <rms@gnu.org>
14243
14244 * data.c (Fmake_variable_buffer_local): Doc fix.
14245 Init found_for_buffer to 0.
14246 (Fmake_variable_frame_local): If the variable has already
14247 been buffer-local, set the check_frame field.
14248
14249 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14250
14251 * msdos.c (IT_write_glyphs): Allocate a larger screen_buf as data
14252 produced for CODING_MODE_LAST_BLOCK requires.
14253
14254 2000-02-18 Dave Love <fx@gnu.org>
14255
14256 * keyboard.c (echo_keystrokes): Remove declaration.
14257 (Vecho_keystrokes) New variable.
14258 (read_char, record_menu_key, read_key_sequence): Use it to allow
14259 use of float value.
14260 (syms_of_keyboard): Change Vecho_keystrokes declaration.
14261
14262 * lread.c: Undef feature selection macros before defining.
14263
14264 2000-02-18 Gerd Moellmann <gerd@gnu.org>
14265
14266 * data.c (let_shadows_buffer_binding_p): Ignore specbindings
14267 for symbols other than the symbol in question.
14268
14269 2000-02-17 Dave Love <fx@gnu.org>
14270
14271 * s/sol2.h (C_DEBUG_SWITCH): Define to allow optimization.
14272
14273 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14274
14275 * emacs.c (main): Use #if GC_MARK_STACK instead of #ifdef.
14276
14277 * alloc.c (enum mem_type): Compile unconditionally.
14278
14279 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14280
14281 * xfaces.c (tty_defined_color): Don't return faulire indication
14282 for unspecified-fg and unspecified-bg pseudo-colors.
14283
14284 2000-02-17 Gerd Moellmann <gerd@gnu.org>
14285
14286 * alloc.c (mark_object): Don't mark symbol names in pure space.
14287 (gc_sweep): Don't unmark symbol names in pure space.
14288
14289 * lisp.h (GC_USE_GCPROS_AS_BEFORE, GC_MAKE_GCPROS_NOOPS)
14290 (GC_MARK_STACK_CHECK_GCPROS, GC_USE_GCPROS_CHECK_ZOMBIES)
14291 [GC_MARK_STACK]: New defines.
14292 (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5, UNGCPRO)
14293 [GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS]: Define as no-ops.
14294
14295 * emacs.c (main) [GC_MARK_STACK]: Initialize stack_base.
14296
14297 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use
14298 allocate_buffer instead of xmalloc.
14299
14300 * alloc.c (toplevel): Include setjmp.h.
14301 (PURE_POINTER_P): New define.
14302 (enum mem_type) [GC_MARK_STACK]: New enumeration.
14303 (Vdead) [GC_MARK_STACK]: New variable.
14304 (lisp_malloc): Add parameter TYPE, call mem_insert if
14305 GC_MARK_STACK is defined.
14306 (allocate_buffer): New function.
14307 (lisp_free) [GC_MARK_STACK]: Call mem_delete.
14308 (free_float) [GC_MARK_STACK]: Set type to Vdead.
14309 (free_cons) [GC_MARK_STACK]: Set car to Vdead.
14310 (stack_base, mem_root, mem_z) [GC_MARK_STACK]: New variables.
14311 (MEM_NIL) [GC_MARK_STACK]: New define.
14312 (struct mem_node) [GC_MARK_STACK]: New structure.
14313 (mem_init, mem_find, mem_insert, mem_delete, mem_insert_fixup)
14314 (mem_delete_fixup, mem_rotate_left, mem_rotate_right)
14315 (live_string_p, live_cons_p, live_symbol_p, live_float_p)
14316 (live_misc_p, live_vector_p, live_buffer_p, mark_memory)
14317 (mark_stack) [GC_MARK_STACK]: New functions.
14318 (Fgarbage_collect) [GC_MARK_STACK]: Call mark_stack.
14319 (clear_marks): Removed.
14320 (gc_sweep): Set free conses' car, free floats' type, free
14321 symbols' function to Vdead. Use lisp_free to free buffers.
14322 (init_alloc_once): Initialize Vdead.
14323 (survives_gc_p): Return non-zero for pure objects.
14324
14325 * alloc.c: Add comments throughout the file.
14326
14327 * atimer.c (stop_other_atimers): Don't call cancel_atimer because
14328 that unblocks alarms.
14329
14330 * alloc.c, bytecode.c, data.c, dispnew.c, ecrt0.c, editfns.c,
14331 emacs.c, floatfns.c, fns.c, lread.c, print.c, config.in, lisp.h,
14332 Makefile.in: Remove `LISP_FLOAT_TYPE' and `standalone'.
14333
14334 * frame.c (make_frame): Set frame initiallly to `garbaged'.
14335
14336 2000-02-17 Kenichi Handa <handa@etl.go.jp>
14337
14338 * xdisp.c (decode_mode_spec_coding): Delete superfluous code to
14339 avoid infinite error signaling. Allocate sufficient memory for
14340 eol_str in the case that eoltype is Lisp_Int.
14341
14342 2000-02-17 Stefan Monnier <monnier@cs.yale.edu>
14343
14344 * syntax.c (Fforward_comment): Undo the previous change, since cc-mode
14345 depends on the previous behavior.
14346
14347 2000-02-16 Gerd Moellmann <gerd@gnu.org>
14348
14349 * sysdep.c (vfork) [!HAVE_VFORK]: Removed.
14350
14351 2000-02-15 Gerd Moellmann <gerd@gnu.org>
14352
14353 * s/freebsd.h (BROKEN_PTY_READ_AFTER_EAGAIN): Define.
14354
14355 * process.c (send_process) [BROKEN_PTY_READ_AFTER_EAGAIN]:
14356 Workaround for FreeBSD bug. Clear output queue after EAGAIN in
14357 write(2).
14358
14359 2000-02-15 Richard M. Stallman <rms@gnu.org>
14360
14361 * data.c (set_internal): Don't make variable buffer-local
14362 if within a let-binding for the same buffer.
14363 (let_shadows_buffer_binding_p): New function.
14364
14365 * eval.c (specbind): For buffer-local value,
14366 record the current buffer also.
14367 (unbind_to): Cope with that change.
14368
14369 2000-02-15 Gerd Moellmann <gerd@gnu.org>
14370
14371 * window.c (Fsave_window_excursion): Doc fix.
14372
14373 2000-02-15 Stefan Monnier <monnier@cs.yale.edu>
14374
14375 * syntax.c (back_comment): Make sure we only consider comment-starters
14376 of the relevant style and return -1 in case of a failure to find the
14377 beginning of the comment.
14378 (Fforward_comment): If back_comment fails, go back to the position just
14379 after the comment-end.
14380 (scan_lists): Add comment describing a very minor bug.
14381
14382 2000-02-14 Stefan Monnier <monnier@cs.yale.edu>
14383
14384 * minibuf.c (Ftry_completion, Fall_completions): Add a reference to
14385 `completion-regexp-list' in the docstring.
14386
14387 2000-02-14 Dave Love <fx@gnu.org>
14388
14389 * xfaces.c (tty_defined_color): Declare color_idx unsigned long.
14390
14391 2000-02-14 Stefan Monnier <monnier@cs.yale.edu>
14392
14393 * regex.h (RE_SYNTAX_EMACS): Add RE_CHAR_CLASSES and RE_INTERVALS
14394 to Emacs' syntax. Also fix the comment about set/not-set meanings
14395 since Emacs syntax is not the value 0 any more.
14396 * search.c (compile_pattern_1): Remove RE_CHAR_CLASSES from the syntax
14397 since it's now part of RE_SYNTAX_EMACS.
14398
14399 2000-02-12 Dave Love <fx@gnu.org>
14400
14401 * frame.h (SELECTED_FRAME): Use NULL, not 0 to avoid warnings on Alpha.
14402
14403 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14404
14405 * xdisp.c (syms_of_xdisp): Doc fix for scroll-conservatively.
14406
14407 2000-02-12 Dave Love <fx@gnu.org>
14408
14409 * s/aix3-2.h, s/osf-1.h: Define C_DEBUG_SWITCH for non-gcc.
14410
14411 * s/ux4800.h, s/umips.h, s/umax.h, s/sol2.h, s/sco5.h, s/rtu.h:
14412 * s/ptx4.h, s/umax.h, s/dgux.h, s/bsd4-2.h, s/bsd4-3.h:
14413 * s/hpux.h: Don't define HAVE_VFORK.
14414
14415 * s/gnu-linux.h: Don't define HAVE_VFORK or HAVE_SYS_SIGLIST.
14416
14417 * s/nextstep.h: Don't define HAVE_ALLOCA.
14418
14419 * config.in: Add vfork bits.
14420
14421 2000-02-12 Gerd Moellmann <gerd@gnu.org>
14422
14423 * process.c (Fopen_network_stream) [POLL_FOR_INPUT]: Register
14424 unwind function to undo the effect of stopping atimers.
14425
14426 * keyboard.c (bind_polling_period): Stop all timers except poll_timer.
14427
14428 * atimer.c (stopped_atimers): New variable.
14429 (stop_other_atimers, run_all_atimers, unwind_stop_other_atimers):
14430 New functions.
14431
14432 * atimer.h (stop_other_atimers, run_all_atimers)
14433 (unwind_stop_other_atimers): Add function prototypes.
14434
14435 * s/hpux10.h (HAVE_XRMSETDATABASE): Define if not already defined.
14436
14437 2000-02-11 Ken Raeburn <raeburn@gnu.org>
14438
14439 * Makefile.in (LIBX): Link in tiff library before jpeg, since tiff
14440 library may depend on jpeg.
14441 (atimer.o): Depends on atimer.c.
14442
14443 2000-02-11 Kenichi Handa <handa@etl.go.jp>
14444
14445 * insdel.c (del_range_1): Call update_compositions.
14446 (del_range_both): Call update_compositions just once..
14447
14448 2000-02-10 Dave Love <fx@gnu.org>
14449
14450 * xfns.c (create_frame_xic): Fix initialization of automatic
14451 aggregates for pcc.
14452
14453 2000-02-09 Kenichi Handa <handa@etl.go.jp>
14454
14455 * ccl.c (CCL_MAKE_CHAR): New macro.
14456 (ccl_driver) <CCL_TranslateCharacter>: Check the validity of
14457 registers by CCL_MAKE_CHAR before calling translate_char.
14458 <CCL_TranslateCharacterConstTbl> Likewise.
14459
14460 2000-02-08 Dave Love <fx@gnu.org>
14461
14462 * lread.c (__EXTENSIONS__): Define.
14463
14464 2000-02-08 Gerd Moellmann <gerd@gnu.org>
14465
14466 * puresize.h (BASE_PURESIZE): Increase to 650000.
14467
14468 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
14469
14470 * msdos.c (XMenuActivate): Turn off the cursor after displaying
14471 the help message.
14472
14473 2000-02-07 Eli Zaretskii <eliz@is.elta.co.il>
14474
14475 * s/msdos.h (INTERNAL_TERMINAL): Add capabilities se, so, us, ue,
14476 md, mh, mb, mr, and me to the fake termcap entry.
14477
14478 2000-02-06 Ken Raeburn <raeburn@gnu.org>
14479
14480 * sound.c (sound_cleanup): Don't call device close routine if the
14481 function pointer is null.
14482
14483 2000-02-06 Andrew Innes <andrewi@gnu.org>
14484
14485 * dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
14486 around image definitions and prototypes.
14487 (gamma_correct) [WINDOWSNT]: New prototype.
14488
14489 * w32term.c (x_make_frame_visible): Replace call to
14490 input_poll_signal with poll_for_input.
14491
14492 * window.c [WINDOWSNT]: Include w32term.h.
14493
14494 * xdisp.c [WINDOWSNT]: Include w32term.h.
14495
14496 * makefile.nt: Add dependencies on w32gui.h.
14497 (OBJ1): Include atimer.obj.
14498 ($(BLD)\atimer.obj): New dependency rule.
14499
14500 * w32.c (sigmask): New function (does nothing).
14501 (sigunblock): Ditto.
14502
14503 * frame.c [WINDOWSNT]: Include w32term.h.
14504
14505 * w32gui.h (struct W32FontStruct): Add ascent and descent slots.
14506
14507 * lread.c (syms_of_lread): Fix literal newlines.
14508
14509 * emacs.c (USAGE): Split into USAGE1 and USAGE2, to work-around
14510 the string constant limit (2048 bytes) in MSVC.
14511 (main): Ditto.
14512
14513 2000-02-05 INOUE Seiichiro <inoue@ainet.or.jp>
14514
14515 * xterm.c (x_display_and_set_cursor) [HAVE_X_I18N]: Set pre-edit area.
14516 (x_display_cursor) [HAVE_X_I18N]: Don't set it here.
14517 (XTread_socket) [HAVE_X_I18N]: <KeyPress, KeyRelease>: Don't
14518 dispatch the event.
14519
14520 2000-02-04 Dave Love <fx@gnu.org>
14521
14522 * fileio.c: Remove some unused vars.
14523 (_GNU_SOURCE): Define (for euidaccess).
14524
14525 * lread.c (_XOPEN_SOURCE): Declare (for ftello).
14526
14527 * minibuf.c (read_minibuf_noninteractive): Remove undeclared
14528 gcpro1, gcpro2.
14529 (read_minibuf): Deal with allow_props correctly.
14530
14531 2000-02-03 Eli Zaretskii <eliz@is.elta.co.il>
14532
14533 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Enlarge to 60000.
14534
14535 2000-02-03 Ken Raeburn <raeburn@gnu.org>
14536
14537 * search.c (compile_pattern): If a cache entry has a nil regexp,
14538 fill in that entry instead of clobbering a previously cached
14539 string regexp.
14540
14541 2000-02-02 Ken Raeburn <raeburn@gnu.org>
14542
14543 * puresize.h (BASE_PURESIZE): Increase to 610000.
14544
14545 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14546
14547 * frame.c (Fframe_parameters): Add GCPRO because tty_color_name
14548 can GC.
14549
14550 2000-02-02 Kenichi Handa <handa@etl.go.jp>
14551
14552 * ccl.c (ccl_driver) <CCL_WriteExprRegister>: Set jump_address
14553 instead of incrementing ic directly.
14554 <CCL_WriteExprConst> Likewise.
14555 <ccl_set_expr>: Set ic to jump_address.
14556
14557 * fileio.c (e_write): Fix the handling of
14558 CODING_FINISH_INSUFFICIENT_SRC.
14559
14560 2000-02-01 Dave Love <fx@gnu.org>
14561
14562 * editfns.c (Fpropertize): Doc fix.
14563
14564 * process.c (Fstart_process): Doc fix.
14565
14566 * eval.c: Fix various doc strings not to duplicate information
14567 from help-manyarg-func-alist.
14568
14569 * window.c (Fset_window_margins): Don't make interactive. Doc fix.
14570
14571 * doc.c (Vhelp_manyarg_func_alist): New variable.
14572 (Fdocumentation): Use it.
14573 (syms_of_doc): Define it.
14574
14575 2000-01-31 Gerd Moellmann <gerd@gnu.org>
14576
14577 * xterm.c (xim_open_dpy): Remove unused local variable.
14578
14579 * emacs.c (USAGE): Use term `display options' instead of `X options'.
14580
14581 * xdisp.c (Ftrace_to_stderr) [GLYPH_DEBUG]: New function.
14582 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
14583
14584 * fns.c (sweep_weak_table): New function.
14585 (sweep_weak_hash_tables): Use it. Keep on marking until there
14586 is no more change.
14587
14588 2000-01-30 Gerd Moellmann <gerd@gnu.org>
14589
14590 * xterm.c (x_delete_display): Update next_noop_dpyinfo to ensure
14591 that XTread_socket does not crash by trying to call XNoOp on a
14592 closed display.
14593
14594 2000-01-30 Jason Rumney <jasonr@gnu.org>
14595
14596 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
14597 Change selected_frame to SELECTED_FRAME ().
14598 (w32_console_mouse_position): Remove #ifndef MULE from around
14599 `insist' parameter.
14600
14601 * makefile.nt: Remove dosfns.obj.
14602
14603 * term.c (term_init) [WINDOWSNT]: Initialize TN_max_colors.
14604
14605 * w32fns.c (w32_defined_color): Check for valid frame before
14606 applying gamma correction. Eliminate dependency on frame elsewhere.
14607 (w32_load_system_font): Switch FIXED_PITCH and VARIABLE_PITCH.
14608 (w32_to_x_font): Use resx and resy not height_in and width_in.
14609 (x_to_w32_font): Doc fix.
14610 (xlfd_strip_height): New function to strip and return font height.
14611 (w32_font_match): Compare height separately from rest of xlfd
14612 spec, using xlfd_strip_height.
14613
14614 * w32term.c (w32_term_init): Swap resx and height_in, resy and
14615 width_in. Use w32_defined_color in place of defined_color.
14616
14617 * w32faces.c: Merge more of DOS and X specifics in preparation for
14618 merge with xfaces.c.
14619 (defined_color): Remove FIXME comment.
14620 (tty_color_name): Provide w32-specific function.
14621 (realize_tty_face): Handle FACE_TTY_DEFAULT*_COLOR specially.
14622
14623 * w32console.c (turn_on_face, turn_off_face): Removed.
14624 (w32_face_attributes): New function.
14625 (Global_variables): Reduce scope where possible.
14626 (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as
14627 fill attribute.
14628 (hl_mode): Don't modify text attributes.
14629 (write_glyphs): Don't do anything if len <= 0. Use
14630 w32_face_attributes to get attributes for drawing. Write
14631 terminating codes using char_attr_normal.
14632 (reset_terminal_modes, set_terminal_modes): Turn off highlight.
14633 (update_begin, update_end): Likewise.
14634 (vga_stdcolor_name): New function.
14635 (initialize_w32_display): Remove char_attr_reverse and char_attr.
14636 (Fset_screen_color): Remove char_attr_reverse.
14637
14638 2000-01-29 Gerd Moellmann <gerd@gnu.org>
14639
14640 * xfns.c (xic_set_preeditarea): Take window parameter and
14641 window-relative pixel-positions.
14642
14643 * xterm.c (x_display_cursor): Set XIC pre-edit area only if window
14644 is its frame's selected window.
14645 (xim_instantiate_callback): Likewise.
14646
14647 * xfns.c (x_create_im): Removed.
14648 (DEFAULT_STYLE, DEFAULT_FONT): Removed.
14649 (supported_xim_styles): Renamed from supported_styles.
14650 (best_xim_style): Renamed from best_style.
14651 (create_frame_xic): Renamed from xic_create_frame.
14652 (free_frame_xic): Renamed from xic_destroy_frame.
14653
14654 2000-01-29 INOUE Seiichiro <inoue@ainet.or.jp>
14655
14656 * xterm.c (XTread_socket) [HAVE_X_I18N]: If event is for none of
14657 our frames, call XFilterEvent with 2nd parameter `None'.
14658 (XTread_socket) <KeyPress> [HAVE_X_I18N]: Handle XmbLookupString
14659 returning XBufferOverflow.
14660 (XTread_socket) <ConfigureNotify> [HAVE_X_I18N]: Set XIC status area.
14661 (x_display_cursor) [HAVE_X_I18N]: Set XIC pre-edit area.
14662 (x_new_fontset) [HAVE_X_I18N]: Create XIC status area fontset.
14663 (xim_destroy_callback, xim_open_dpy, xim_instantiate_callback)
14664 (xim_initialize, xim_close)
14665 [HAVE_X_I18N && HAVE_X11R6]: New functions.
14666 (x_destroy_window) [HAVE_X_I18N]: Call xic_destroy_frame.
14667 (x_term_init) [HAVE_X_I18N]: Call xim_initialize.
14668 (x_delete_display) [HAVE_X_I18N]: Call xim_close.
14669
14670 * xterm.h (struct x_display_info) [HAVE_X_I18N]: Add members `xim'
14671 and `xim_styles'.
14672 (struct x_output) [HAVE_X_I18N]: Remove member `xim', add
14673 `xic_style' and `xic_xfs'.
14674 (FRAME_MENUBAR_HEIGHT, FRAME_X_XIM, FRAME_X_XIM_STYLES)
14675 (FRAME_XIC_STYLE, FRAME_XIC_FONTSET): New macros.
14676 (FRAME_XIM): Removed.
14677
14678 * xfns.c (supported_styles): New variable.
14679 (DEFAULT_STYLE, DEFAULT_FONT): New macros
14680 (xic_create_xfontset, best_style, xic_create_frame)
14681 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
14682 (xic_set_xfontset): New functions.
14683
14684 2000-01-28 Dave Love <fx@gnu.org>
14685
14686 * s/irix6-5.h: Revert last change after change to irix5-0.h.
14687
14688 * m/iris4d.h (C_SWITCH_MACHINE): Don't use -G0.
14689
14690 2000-01-28 Gerd Moellmann <gerd@gnu.org>
14691
14692 * buffer.c (Fother_buffer): Don't call Fset_buffer_major_mode
14693 for *scratch* if it already existed.
14694
14695 * emacs.c (USAGE): New macro.
14696 (main): Use it to display usage information.
14697
14698 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
14699
14700 Support for the menu-help feature:
14701
14702 * msdos.h: Change prototypes of XMenuAddSelection and XMenuActivate.
14703
14704 * msdos.c (IT_clear_end_of_line): Print the extent of the cleared
14705 part of the line to the termscript file.
14706 (IT_clear_to_end): Clear the entire line, not just its beginning.
14707 (menu_help_message, prev_menu_help_message): New variables.
14708 (IT_menu_make_room): Make room for the help_text member.
14709 (IT_menu_display): New argument disp_help; all callers changed.
14710 If disp_help is non-zero, store the help text of the active menu
14711 item in menu_help_message.
14712 (XMenuAddPane): Initialize the help_text member to NULL.
14713 (XMenuAddSelection): New argument help_text. Store it in the
14714 XMenu structure.
14715 (XMenuActivate): New argument help_callback. If the value of
14716 menu_help_message has changed since the last time, display the
14717 menu help message text while waiting for the mouse to move. Clear
14718 the echo area before exiting.
14719 (XMenuDestroy): Free the help_text member.
14720
14721 2000-01-27 Gerd Moellmann <gerd@gnu.org>
14722
14723 * xmenu.c (xmenu_show) [!USE_X_TOOLKIT]: Pass help to
14724 XMenuAddSelection. Pass help callback to XMenuActivate.
14725 (menu_help_callback) [!USE_X_TOOLKIT]: New function.
14726
14727 2000-01-27 Eli Zaretskii <eliz@is.elta.co.il>
14728
14729 * atimer.c (start_atimer) [!HAVE_SETITIMER]: Use EMACS_SET_SECS
14730 and EMACS_SET_USECS.
14731
14732 2000-01-26 Dave Love <fx@gnu.org>
14733
14734 * editfns.c (Fchar_after, Fchar_before): Doc fix.
14735
14736 * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
14737 an error may be signalled.
14738
14739 2000-01-26 Gerd Moellmann <gerd@gnu.org>
14740
14741 * s/irix6-5.h [__GNUC__ && __GNUC_MINOR__ >= 95]: Undef
14742 LD_SWITCH_SYSTEM inherited from irix5-0.h.
14743
14744 * bytecode.c (Fbyte_code) [BYTE_CODE_SAFE]: Fix typo.
14745
14746 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14747
14748 * charset.c (Fstring): If there is a multibyte char among
14749 the args, always return a multibyte string.
14750
14751 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14752
14753 * sysdep.c (sys_select): Turn atimers off and on instead of
14754 recording and restoring old alarm handler
14755
14756 * process.c (toplevel): Include atimer.h.
14757 (create_process_1): Rewritten.
14758 (create_process): Use atimers instead of alarm.
14759 (wait_reading_process_input) [hpux]: Turn atimers off instead
14760 of turning off SIGALRM.
14761 (wait_reading_process_input): Turn off atimers instead off
14762 calling stop_polling.
14763
14764 * emacs.c (main): Call init_atimer.
14765
14766 * keyboard.c (toplevel): Include systime.h and atimer.h.
14767 (polling_for_input): Removed because unused.
14768 (input_poll_signal) [POLL_FOR_INPUT]: Removed.
14769 (poll_timer): New variable.
14770 (poll_for_input, poll_for_input_1): New functions.
14771 (start_polling, stop_polling): Rewritten.
14772
14773 * keyboard.h (polling_for_input): Removed.
14774
14775 * atimer.h, atimer.c: New files.
14776
14777 * Makefile.in (obj): Add atimer.o.
14778 (atimer.o): New target.
14779
14780 * blockinput.h (pending_atimers): Add extern declaration.
14781 (UNBLOCK_INPUT): Rewritten. Handle pending atimers.
14782
14783 * lisp.h (popup_activated_flag): Add extern declaration.
14784
14785 * xmenu.c (popup_activated_flag): Make externally visible.
14786 (popup_activate_callback) [USE_MOTIF]: Increment popup_activated_flag.
14787 (popup_deactivate_callback) [USE_MOTIF]: Decrement it.
14788
14789 * xterm.c (toplevel): Include atimer.h.
14790 (toolkit_scroll_bar_interaction): New variable.
14791 (Fxt_process_timeouts): Removed.
14792 (x_process_timeouts): New function.
14793 (xt_action_hook): Clear toolkit_scroll_bar_interaction.
14794 (x_send_scroll_bar_event): Set toolkit_scroll_bar_interaction.
14795 (x_make_frame_visible): Call poll_for_input_1 instead of
14796 input_poll_signal. Don't call alarm.
14797 (x_initialize): Install timer calling x_process_timeouts.
14798
14799 2000-01-24 Dave Love <fx@gnu.org>
14800
14801 * s/irix5-0.h: Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
14802 Don't use -cckr -- apparently not now necessary.
14803
14804 2000-01-24 Eli Zaretskii <eliz@is.elta.co.il>
14805
14806 * msdos.c (IT_menu_display): Truncate long menu lines at the right
14807 screen boundary.
14808
14809 2000-01-23 Jason Rumney <jasonr@gnu.org>
14810
14811 * w32fns.c (w32_defined_color): Apply gamma correction before
14812 trying to map to the palette.
14813 (w32_wnd_proc) [WM_ERASE_BACKGROUND]: Pass device context of frame
14814 to w32_clear_rect.
14815
14816 * w32term.c (w32_fill_rect): Do not try to deal with NULL hdc
14817 here. Callers changed to always pass real device context.
14818 (w32_draw_bitmap): Likewise.
14819 (w32_get_glyph_overhangs): Likewise.
14820 (w32_draw_box_rect): Make use of s->hdc rather than getting a new one.
14821 (w32_set_vertical_scroll_bar): Pass correct HWND parameters to
14822 pfnSetScrollInfo and SetScrollRange.
14823 (x_get_char_face_and_encoding): Don't turn iso8859-1 characters
14824 back into MULE characters after decoding them.
14825 (x_get_glyph_face_and_encoding): Likewise.
14826 (w32_per_char_metric): Use GetCharExtentPoint32W as fallback when
14827 GetCharABCWidthsW fails, since this is defined on Windows 9x.
14828 (x_produce_glyphs): Calculate per char metrics for a character
14829 that we know exists in default font when font_not_found_p is true.
14830
14831 2000-01-22 Jason Rumney <jasonr@gnu.org>
14832
14833 * makefile.nt (intervals.obj, composite.obj): New modules.
14834 (composite.h): Added as dependency where appropriate.
14835
14836 * w32gui.h (XGCValue): New struct for emulating X GCs.
14837
14838 * w32term.h (XCharStruct): New struct for emulating X.
14839
14840 * w32console.c (turn_on_face, turn_off_face): New functions.
14841 (change_line_highlight): New prototype for new redisplay.
14842 (write_glyphs): Support multibyte text. Support faces.
14843
14844 * w32faces.c: Complete rewrite for new redisplay based on new xfaces.c.
14845
14846 * w32fns.c: Use SELECTED_FRAME macro in place of selected_frame
14847 throughout. struct frame * in place of FRAME_PTR.
14848 Skeleton support for images, toolbars, tooltips from xfns.c.
14849 (Fx_create_frame): Use system default for default scroll bar width.
14850 (w32_get_arg): Renamed from x_get_arg.
14851 (Fx_file_dialog): New function.
14852 (w32_list_fonts): Check cache before asking system.
14853 (Vw32_enable_synthesized_fonts): New variable.
14854 (Vw32_enable_italics): Obsolete, removed.
14855
14856 * w32inevt.c (get_frame, w32_console_mouse_position, mouse_moved_to):
14857 Use SELECTED_FRAME macro.
14858
14859 * w32menu.c: Add skeleton support for help strings on menus.
14860 (add_menu_item): Native checkbox and radio support added, but not
14861 yet enabled due to bugs.
14862 (push_menu_item): Add parameters type, selection and help.
14863 Callers updated.
14864 Formatting changes to reduce unnecessary diffs with xmenu.c.
14865
14866 * w32select.c (Fw32_set_clipboard_data): Update call to
14867 find_charset_in_str.
14868
14869 * w32term.c: Complete rewrite for new redisplay based on new
14870 xterm.c with necessary sections merged back in from old w32term.c.
14871
14872 2000-01-21 Richard M. Stallman <rms@gnu.org>
14873
14874 * data.c (set_internal): Further fix in same criterion.
14875
14876 2000-01-20 Richard M. Stallman <rms@gnu.org>
14877
14878 * data.c (set_internal): Fix the criteria for whether
14879 to swap out the old cached binding.
14880
14881 2000-01-19 Dave Love <fx@gnu.org>
14882
14883 * lread.c: (syms_of_lread) [user-init-file]: Doc change.
14884
14885 2000-01-18 Kenichi Handa <handa@etl.go.jp>
14886
14887 * regex.c (re_compile_fastmap): While checking a range table for
14888 `charset', skip flag bits for a character class correctly.
14889
14890 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14891
14892 * m/news-risc.h (LD_SWITCH_MACHINE): Define differently for GCC.
14893
14894 * xfns.c (x_window): Call lw_create_widget with new parameter list.
14895
14896 * widget.c (EmacsFrameSetCharSize): Change size of children first
14897 because of problems with main window geometry management under Lesstif.
14898
14899 * xmenu.c (enum menu_item_idx): New enumeration replacing defines
14900 MENU_ITEMS_ITEM_.*.
14901 (MENU_ITEMS_ITEM_HELP): New enumerator.
14902 (push_menu_item): Add parameter HELP. Record help in menu_items.
14903 (single_menu_item, single_submenu, list_of_items): Call
14904 push_menu_item with new parameter.
14905 (single_submenu): Set help string in widget value.
14906 (menu_highlight_callback): New function.
14907 (set_frame_menubar): Call lw_create_widget with new
14908 parameter list.
14909 (xmenu_show, xdialog_show): Ditto.
14910
14911 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14912
14913 * sound.c (Fplay_sound): Improve doc string.
14914
14915 2000-01-11 Richard M. Stallman <rms@gnu.org>
14916
14917 * lisp.h (set_internal): Enter the new arg.
14918
14919 * eval.c (specbind): Record buffer-local variables specially,
14920 indicating which buffer's binding was saved.
14921 (unbind_to): Restore buffer-local variables specially
14922 in the proper buffer.
14923
14924 * data.c (set_internal): New arg BUF.
14925
14926 * eval.c (specbind, unbind_to): Pass new arg to set_internal.
14927 * data.c (Fset): Pass new arg to set_internal.
14928 * bytecode.c (Fbyte_code): Pass new arg to set_internal.
14929
14930 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14931
14932 * .gdbinit: Adapt to new strings. Add xbacktrace, xreload, xprintsym.
14933
14934 2000-01-11 Richard M. Stallman <rms@gnu.org>
14935
14936 * minibuf.c (Ftry_completion): Doc fix.
14937
14938 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14939
14940 * keyboard.c (Fclear_this_command_keys): Clear recent_keys
14941 vector, too.
14942
14943 2000-01-11 Andreas Schwab <schwab@suse.de>
14944
14945 * coding.c (code_convert_region): Initialize total_skip.
14946
14947 2000-01-08 Dave Love <fx@gnu.org>
14948
14949 * eval.c (Fuser_variable_p): Check customizability too.
14950
14951 2000-01-07 Gerd Moellmann <gerd@gnu.org>
14952
14953 * minibuf.c (Fcompleting_read): Doc fix.
14954
14955 2000-01-05 Gerd Moellmann <gerd@gnu.org>
14956
14957 * s/freebsd.h (C_SWITCH_SYSTEM): Add -I /usr/local/include and
14958 -L /usr/local/lib.
14959
14960 * xfns.c (x_create_im): New function to set IM and IC of a frame.
14961 Check that input style is supported before trying to create an
14962 IC for it.
14963 (x_window): Call x_create_im.
14964
14965 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14966
14967 * xfns.c (current_gif_memory_src): New variable.
14968 (gif_load): Record the address of the current memory source
14969 in current_gif_memory_src.
14970 (gif_read_from_memory): Use current_gif_memory_src.
14971
14972 * systime.h (EMACS_GET_TIME, EMACS_ADD_TIME, EMACS_SUB_TIME): Give
14973 macros statement form.
14974
14975 * sound.c (struct sound): Renamed from struct sound_file.
14976 (struct sound): Add members `data' and `header_size'.
14977 (enum sound_attr): Add SOUND_DATA.
14978 (current_sound, current_sound_device): Variables renamed from
14979 sound_file and sound_device.
14980 (parse_sound): Parse :data.
14981 (parse_sound): Handle sound data in strings.
14982 (find_sound_type): Function renamed from find_sound_file_type.
14983 (wav_init, au_init): Fail if sound's header_size is smaller than
14984 needed header size.
14985 (wav_play, au_play): Play sounds from string data.
14986
14987 * puresize.h (BASE_PURE_SIZE): Increase to 600000.
14988
14989 * lisp.h: Add prototype for allocate_string_data.
14990
14991 * alloc.c (Fgarbage_collect): Return number of live and free strings.
14992
14993 * alloc.c (mark_buffer): Remove code in #if 0.
14994 (gc_sweep): Ditto.
14995 (UNMARK_BALANCE_INTERVALS): Give the macro statement form.
14996 (strings_consed): New variable.
14997 (allocate_string): Set it.
14998 (syms_of_alloc): Add DEFVAR_INT for strings_consed.
14999 (Fmemory_use_counts): Return strings_consed. Use Flist.
15000
15001 * alloc.c: General cleanup in comments etc. Remove conditional
15002 compilation for `standalone'.
15003
15004 * lisp.h (struct Lisp_String): Make DATA member `unsigned char *'.
15005
15006 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P):
15007 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
15008 (DONT_COPY_FLAG): Removed.
15009 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
15010 (struct sdata, struct sblock): New
15011 (struct string_block): Rewritten.
15012 (STRINGS_IN_STRING_BLOCK): New macro.
15013 (oldest_sblock, current_sblock, total_strings, total_free_strings)
15014 (large_sblocks, string_blocks, string_free_list): New variables.
15015 (NEXT_FREE_LISP_STRING, SDATA_OF_STRING, SDATA_SIZE): New macros.
15016 (init_strings): Rewritten.
15017 (allocate_string, allocate_string_data, compact_small_strings)
15018 (free_large_strings, sweep_strings): New functions.
15019 (STRING_BLOCK_SIZE, STRING_BLOCK_OUTSIZE)
15020 (struct string_block_head, current_string_block)
15021 (first_string_block, large_string_blocks, STRING_FULLSIZE)
15022 (STRING_PAD): Removed.
15023 (make_uninit_multibyte_string, make_pure_string): Rewritten.
15024 (Fgarbage_collect): Don't set mark bit in large strings.
15025 (mark_object): Mark strings differently. Mark symbol names
15026 differently.
15027 (survives_gc_p): Test marked strings differently.
15028 (gc_sweep): Sweep strings differently, unmark strings in
15029 symbol names.
15030 (compact_strings): Removed.
15031
15032 2000-01-04 Eli Zaretskii <eliz@is.elta.co.il>
15033
15034 * xfaces.c (syms_of_xfaces): defsubr Scolor_gray_p and
15035 Scolor_supported_p even if HAVE_X_WINDOWS is not defined.
15036
15037 2000-01-04 Kenichi Handa <handa@etl.go.jp>
15038
15039 * fileio.c (Finsert_file_contents): Signal error if visiting file
15040 in a non-empty buffer.
15041
15042 * term.c (encode_terminal_code): Fix the previous change.
15043
15044 2000-01-03 Gerd Moellmann <gerd@gnu.org>
15045
15046 * xfaces.c (syms_of_xfaces): Change Sface_color_gray_p to
15047 Scolor_gray_p, Sface_color_supported_p to Scolor_supported_p.
15048
15049 * s/hpux9.h (NO_EDITRES): Define even if HAVE_LIBXMU.
15050
15051 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15052
15053 * xdisp.c (handle_single_display_prop) [HAVE_WINDOW_SYSTEM]: No
15054 need to test for MSDOS frames.
15055
15056 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15057
15058 * dosfns.c (unspecified_colors): Remove.
15059 (msdos_stdcolor_idx): Use global variables unspecified_fg and
15060 unspecified_bg.
15061 (msdos_stdcolor_name): Return strings for unspecified fore- and
15062 back-ground colors.
15063
15064 * xfaces.c (Qunspecified_fg, Qunspecified_bg): Remove.
15065 (syms_of_xfaces): Remove their staticpro's.
15066 (tty_color_name): Return Lisp strings for unspecified fore- and
15067 back-ground colors.
15068 (Finternal_set_lisp_face_attribute): Remove the special treatment
15069 for Qunspecified_{f,b}g.
15070 (realize_default_face): Replace Qunspecified_{f,b}g with a Lisp string.
15071
15072 2000-01-03 Gerd Moellmann <gerd@gnu.org>
15073
15074 * xdisp.c (reseat_at_next_visible_line_start): Position before
15075 newline only if ending up on a newline.
15076 (next_element_from_ellipsis): Return success. Handle case of
15077 displaying no ellipsis. Fix case of ellipsis defined in display table.
15078 (next_element_from_buffer): Return 0 if next_element_from_ellipsis
15079 returns 0.
15080
15081 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15082
15083 * xfaces.c (Fcolor_gray_p): Renamed from face-color-gray-p.
15084 (Fcolor_supported_p): Renamed from face-color-supported-p.
15085
15086 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15087
15088 * xfaces.c (tty_defined_color): Pass frame to tty-color-desc. The
15089 list of colors renamed to tty-defined-color-alist.
15090 (tty_color_name): Pass the frame to tty-color-by-index.
15091 (realize_tty_face): tty-color-alist is now a function which
15092 accepts the frame as argument.
15093
15094 * term.c (Ftty_display_color_p): Accept an optional argument FRAME.
15095
15096 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15097
15098 * term.c (insert_glyphs): Pass glyph, not &glyph, to
15099 encode_terminal_code.
15100
15101 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15102
15103 * dispnew.c (mode_line_string): Support termcap frames as well.
15104
15105 2000-01-01 Gerd Moellmann <gerd@gnu.org>
15106
15107 * syntax.c (Fforward_word): Undo previous change.
15108
15109 * editfns.c (Fconstrain_to_field): Don't constrain if
15110 inhibit-field-text-motion is non-nil.
15111 (Fline_beginning_position): Undo previous change.
15112 (Fline_end_position): Ditto.
15113
15114 * syntax.c (Fforward_word): Notice field boundaries only if
15115 inhibit-field-text-motion is nil.
15116
15117 * lisp.h: Add extern declaration for Vinhibit_field_text_motion.
15118
15119 * editfns.c (Vinhibit_field_text_motion): New variable.
15120 (inhibit-field-text-motion): New DEFVAR_LISP.
15121 (Fline_beginning_position, Fline_end_position): Notice field
15122 boundaries only if inhibit-field-text-motion is nil.
15123
15124 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
15125 All calls adjusted.
15126 (x_build_heuristic_mask): Likewise.
15127 (xbm_load_image_from_file): Change error output.
15128 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
15129 (gif_load, gs_load, x_kill_gs_process): Ditto.
15130
15131 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
15132 color indices when accessing raster pixels.
15133 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only
15134 one of :file or :data.
15135 (enum pbm_keyword_index): Add PBM_DATA.
15136 (pbm_format): Add :data.
15137 (pbm_image_p): Allow either :file or :data.
15138 (pbm_read_file): New function.
15139 (pbm_scan_number): Rewritten to read from string.
15140 (pbm_load): Support :data.
15141
15142 See ChangeLog.8 for earlier changes.
15143
15144 ;; Local Variables:
15145 ;; coding: iso-2022-7bit
15146 ;; End:
15147
15148 Copyright (C) 2001 Free Software Foundation, Inc.
15149 Copying and distribution of this file, with or without modification,
15150 are permitted provided the copyright notice and this notice are preserved.