(Fredirect_debugging_output): New defun.
[bpt/emacs.git] / src / ChangeLog
1 2003-11-23 Kim F. Storm <storm@cua.dk>
2
3 * print.c (Fredirect_debugging_output): New defun.
4 (syms_of_print): Defsubr it.
5
6 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
7
8 * fns.c (Fset_char_table_parent): Doc fix.
9
10 2003-11-22 Kim F. Storm <storm@cua.dk>
11
12 * dispnew.c (buffer_posn_from_coords): Return actual row/column
13 for glyph clicked on, rather than (unused) pixel positions.
14 (mode_line_string, marginal_area_string): Change X and Y args to
15 pointers for returning actual row/column for glyph clicked on.
16 Simplify and optimize loops.
17
18 * dispextern.h (mode_line_string, marginal_area_string):
19 Update prototypes.
20
21 * keyboard.c (make_lispy_position): New function for generating
22 mouse click positions from frame and pixel coordinates.
23 Enhanced to return buffer position and actual row/column for
24 events outside the text area using updated mode_line_string and
25 marginal_area_string functions.
26 Return left-fringe and right-fringe clicks as such, rather than
27 clicks in text area.
28 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
29 pixel_to_glyph_coords, as we never use the results.
30 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
31 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
32 Eliminate unused code in WHEEL_EVENT handling.
33 (make_lispy_movement): Use make_lispy_position.
34
35 * window.c (coordinates_in_window): Remove redundant tests.
36 Fix returned X pixel value for left-margin.
37
38 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
39 mode_line_string and marginal_area_string parameters.
40
41 2003-11-22 Lars Hansen <larsh@math.ku.dk>
42
43 * w32.c (struct the_group): Added.
44 (getgrgid): Added.
45 * mac.c (struct my_group): Added.
46 (getgrgid): Added.
47
48 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
49
50 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
51
52 2003-11-21 Lars Hansen <larsh@math.ku.dk>
53
54 * dired.c (Ffile_attributes): Parameter ID-FORMAT added and
55 included in call to file name handler. Numeric UID and GID
56 optionally translated to strings. Docstring updated.
57 (directory_files_internal): Parameter ID-FORMAT added.
58 (Fdirectory_files_and_attributes): Parameter ID-FORMAT added and
59 included in call to file name handler and call to
60 directory_files_internal. Docstring updated. (Fdirectory_files):
61 Dummy parameter added in call to directory_files_internal.
62 * lisp.h (Qinteger): Added. (Qinteger_or_floatp,
63 Qinteger_or_float_or_marker_p): Removed. (Ffile_attributes):
64 Parameter added.
65 * data.c (Qinteger): Exported.
66
67 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
68
69 * fns.c (Freverse, Fnreverse): Doc fixes.
70
71 2003-11-19 Kim F. Storm <storm@cua.dk>
72
73 * xdisp.c (init_iterator): Initialize it->start to position
74 before reseating (in case start position is invisible).
75 (init_to_row_start): Set it->start to row-start.
76 (redisplay_window): Accept optional_new_start if start position
77 is invisible (in which case IT_CHARPOS overshoots PT).
78 (display_line): Setup row->start from it->start (rather than
79 it->current which is wrong if first char on line is invisible).
80 When done, reseat it->start to it->current (= start of next row).
81 (expose_area): Fix exposure of text area when first char (e.g. TAB)
82 is only partially visible.
83
84 * dispextern.h (struct it): New member start.
85
86 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
89 of VALMASK.
90
91 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
92 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
93 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
94
95 * lisp.h (VALMASK): Only define for non-union type.
96 (MARKBIT): Remove.
97 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
98 (XTYPE): Define unconditionally.
99 (XSETTYPE): Remove one more remnant.
100 (EQ): Define differently for the union and non-union cases.
101 (INTMASK): New bit mask.
102 (struct Lisp_Marker): Move down to prepare for upcoming patch.
103 (GC_EQ): Delegate to EQ.
104
105 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
106
107 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
108
109 * xterm.c (x_window_to_scroll_bar): Move check of display to
110 where window_id is compared.
111
112 2003-11-17 Kim F. Storm <storm@cua.dk>
113
114 * dispextern.h (struct it): New member first_vpos.
115
116 * xdisp.c (start_display): Set it->first_vpos.
117 (try_window_id): Use first_vpos to start display in first _text_
118 line if no reusable lines at start of window with header line.
119
120 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
121
122 * w32fns.c (XPutPixel):
123 * w32bdf.c (w32_init_bdf_font):
124 * sunfns.c (sel_read):
125 * process.c (Fmake_network_process):
126 * frame.c (store_frame_param):
127 * fontset.c (Fset_fontset_font):
128 * emacs.c (shut_down_emacs):
129 * ccl.c (ccl_driver): Remove period at end of error message.
130
131 * config.in: Regenerate.
132
133 * xfns.c (x_window_to_frame, x_any_window_to_frame)
134 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
135 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
136 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
137 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
138
139 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
140
141 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
142 (XTmouse_position, handle_one_xevent): Pass Display* to
143 x_window_to_scroll_bar.
144 (x_window_to_scroll_bar): Take a Display* argument.
145 Check that display for frame is equal to Display* argument.
146 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
147 x_display_info_for_display instead. Use Display in xev instead
148 of GDK_DISPLAY.
149 (x_dispatch_event): Call x_display_info_for_display.
150 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
151 (x_connection_closed): Call xg_display_close for GTK.
152 (x_term_init): Call xg_display_open for additional displays.
153 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
154 for GTK.
155
156 * xmenu.c (single_menu_item, mouse_position_for_popup)
157 (x_activate_menubar): Formatting adjustments.
158
159 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
160 adjustments.
161
162 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
163 (xg_display_close, xg_create_default_cursor)
164 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
165 handling.
166 (xg_left_ptr_cursor): Remove.
167 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
168 cursor here.
169 (xg_win_to_widget): Take Display* argument, call
170 gdk_xid_table_lookup_for_display.
171 (xg_create_frame_widgets, xg_get_file_name, create_menus)
172 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
173 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
174 in FRAME_X_DISPLAY_INFO.
175 (xg_get_scroll_id_for_window): Take Display* argument.
176 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
177 (xg_initialize): Remove xg_left_ptr_cursor.
178
179 * gtkutil.h: xg_get_scroll_id_for_window, xg_win_to_widget takes
180 Display* argument also. Declare xg_display_open,
181 xg_display_close, xg_create_default_cursor.
182
183 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
184
185 * xterm.c (x_detect_focus_change): Do not change focus frame for
186 Enter/LeaveNotify if the current focus frame has explicit focus.
187
188 2003-11-14 Kim F. Storm <storm@cua.dk>
189
190 * dispnew.c (update_text_area): Fix redisplay error when hscroll
191 is active and first glyph is only partially visible.
192
193 2003-11-13 Kenichi Handa <handa@m17n.org>
194
195 * xdisp.c (select_frame_for_redisplay): New function.
196 (redisplay_internal): Record also selected_frame for
197 unwind_redisplay. Call select_frame_for_redisplay before
198 redrawing each frame.
199 (unwind_redisplay): Argument changed to a cons.
200
201 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
202
203 * fns.c (Fstring_to_multibyte): Doc fix.
204
205 2003-11-11 Kenichi Handa <handa@m17n.org>
206
207 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
208
209 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
210
211 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
212 program specified positions.
213
214 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
215
216 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
217
218 2003-11-08 Kenichi Handa <handa@m17n.org>
219
220 * Makefile.in (lisp): Add kannada.el.
221 (shortlisp): Likewise.
222
223 2003-11-07 Kenichi Handa <handa@m17n.org>
224
225 * coding.c (coding_allocate_composition_data):
226 Reset coding->composing to COMPOSITION_NO.
227 (coding_restore_composition): Detect invalid composition data.
228 Give Fstring and Fvector a Lispy integer, not C int.
229
230 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
231
232 * floatfns.c (Flogb): Don't use VALMASK.
233
234 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
235 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
236
237 * lisp.h (XINT): Move the cast to clarify what is going on.
238 (GCTYPEMASK, XSETTYPE): Remove.
239 (XGCTYPE): Make it an alias of XTYPE.
240
241 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
242
243 * xterm.c (x_term_init): Fix formatting.
244
245 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
246
247 * gtkutil.h: Declare xg_have_tear_offs, remove xg_keep_popup
248 and xg_did_tearoff.
249
250 * gtkutil.c: Remove variable xg_did_tearoff.
251 (xg_have_tear_offs): New function.
252 (tearoff_remove): Just decrease xg_detached_menus.
253 (tearoff_activate): Increase xg_detached_menus and call
254 tearoff_remove when tearoff is removed.
255 (xg_keep_popup): Remove function.
256 (create_menus): Give add_tearoff_p as argument to recursive
257 call to create_menus.
258 (xg_create_widget): Use variables instead of multiple
259 strcmp. Tell create_menus to create tear off only for
260 menu bar menus.
261 (xg_update_menubar): Change title for a detached menu also.
262 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
263 of deep_p.
264 (xg_initialize): Initialize xg_detached_menus, remove
265 initialization of xg_did_tearoff.
266
267 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
268 xg_have_tear_offs returns non-zero.
269 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
270 call to xg_keep_popup.
271
272 2003-11-01 Andrew Choi <akochoi@shaw.ca>
273
274 * macterm.c (XTread_socket): Handle menubar selection and grow
275 window only for mouseDown events.
276
277 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
278
279 * xterm.c (x_term_init): For GTK part, increase x_initialized
280 to check for more than one display. Use error instead of return 0.
281
282 2003-10-31 Andrew Choi <akochoi@shaw.ca>
283
284 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
285 (copy_dysymtab): Call it.
286
287 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
288
289 * eval.c (Fdefvaralias): Doc fix.
290
291 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
292
293 * data.c (Fsetplist): Doc fix.
294
295 2003-10-14 Lute Kamstra <lute@gnu.org>
296
297 * window.c (Fset_window_fringes): Clarify docstring.
298
299 2003-10-14 Kim F. Storm <storm@cua.dk>
300
301 * window.c (Fset_window_margins): Simplify arg checking.
302
303 2003-10-13 Richard M. Stallman <rms@gnu.org>
304
305 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
306 (print_partial_compiled_pattern): Replace assert with a printout.
307 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
308
309 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
310
311 * window.c (Fset_window_margins): Allow only integers as args.
312 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
313 Doc fixes.
314
315 2003-10-13 Lute Kamstra <lute@gnu.org>
316
317 * window.c (Fset_window_fringes): Elaborate docstring.
318
319 2003-10-12 Andrew Choi <akochoi@shaw.ca>
320
321 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
322
323 * s/darwin.h (GC_MARK_STACK): Define.
324
325 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
326
327 * window.c (shrink_windows): New function.
328 (size_window): Call shrink_windows to calculate window sizes when
329 shrinking frame with more than one window.
330
331 2003-10-12 Kim F. Storm <storm@cua.dk>
332
333 * xdisp.c (compute_fringe_widths): Doc fix.
334
335 2003-10-08 Kenichi Handa <handa@m17n.org>
336
337 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
338
339 2003-10-07 Kenichi Handa <handa@m17n.org>
340
341 * coding.c (Qcoding_system_define_form): New variable.
342 (syms_of_coding): Intern and staticpro it.
343 (Fcheck_coding_system): Try to autoload the definition of
344 CODING-SYSTEM.
345
346 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
347
348 * fns.c (Frequire): Doc fix.
349
350 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
351
352 * xfns.c (Fx_send_client_event): New function as a base for
353 manipulating extended window manager hints.
354 (Fx_send_client_event): Remove unused variable s.
355
356 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
357 that function is removed.
358
359 * xterm.c (x_set_offset): Use move_offset_left/top instead of
360 x/y_pixels_outer_diff.
361 (x_check_expected_move): Calculate move_offset_left/top.
362
363 * xterm.h (struct x_output): New members: move_offset_top/left.
364
365 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
366 call x_set_offset directly.
367
368 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
369
370 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
371
372 * xterm.c (x_delete_display): Free font names and font_encoder
373 in dpyinfo->font_table.
374
375 * xfns.c (Fx_close_connection): Only call XFreeFont here.
376 Move xfree of font names to x_delete_display.
377
378 * xterm.h (struct x_display_info): New member, wm_type.
379 (struct x_output): New members, expected_top/left and
380 check_expected_move.
381
382 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
383 is received.
384 (handle_one_xevent): Rename x_check_expected_move from
385 x_check_fullscreen_move.
386 (x_set_offset): Only add WM decoration sizes to modified_top/left
387 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
388 (x_check_expected_move): Rename from x_check_fullscreen_move.
389 Removed fullscreen specific code. Use check_expected_move,
390 expected_left/top instead. Also, set wm_type.
391 (x_term_init): Initialize wm_type to unknown.
392
393 * frame.c (x_fullscreen_move): Remove addition of WM decoration
394 sizes to move_x/y.
395
396 2003-10-03 Kenichi Handa <handa@m17n.org>
397
398 * macterm.c (x_load_font): Clear all members of FONTP before start
399 filling them.
400
401 2003-10-02 Kenichi Handa <handa@m17n.org>
402
403 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
404 before calling find_ccl_program_func. Call find_ccl_program_func
405 only when fontp->font_encoder is not NULL.
406
407 * xterm.c (x_load_font): Clear all members of FONTP before start
408 filling them.
409
410 2003-10-03 John Paul Wallington <jpw@gnu.org>
411
412 * keymap.c (map_keymap): Don't abort when binding is a vector.
413
414 2003-10-02 Jason Rumney <jasonr@gnu.org>
415
416 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
417 Sync dependencies with Makefile.in.
418 (alloca.o): Remove.
419
420 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
421 filling them.
422
423 * w32bdf.c (w32_load_bdf_font): Likewise.
424
425 2003-09-30 Richard M. Stallman <rms@gnu.org>
426
427 * term.c (set_tty_color_mode): Calculate current_mode_spec
428 regardless of value of VAL.
429
430 * intervals.c (graft_intervals_into_buffer):
431 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
432 Handle over_used when splitting UNDER.
433
434 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
435
436 * regex.c (regex_compile): Free the stack when returning from function.
437
438 2003-09-28 Kenichi Handa <handa@m17n.org>
439
440 * fontset.c (Finternal_char_font): Change return value to
441 cons (FONT-NAME . GLYPH-CODE).
442
443 2003-09-28 Eli Zaretskii <eliz@elta.co.il>
444
445 * term.c (tty_setup_colors): Treat any negative argument as -1.
446
447 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
448
449 * process.c (send_process): Delete unused temp_buf.
450
451 2003-09-26 Dave Love <fx@gnu.org>
452
453 * xterm.c (x_bitmap_mask): Declare.
454
455 2003-09-25 Dave Love <fx@gnu.org>
456
457 * Makefile.in (fns.o): Depend on md5.h.
458
459 2003-09-25 Kim F. Storm <storm@cua.dk>
460
461 * window.c (set_window_buffer): Fix redisplay problems when
462 switching between buffers with different display margin widths.
463
464 2003-09-23 Kim F. Storm <storm@cua.dk>
465
466 * process.c (set_socket_option): Fix :bindtodevice option.
467 (Fset_network_process_option): Update process contact list when
468 setting option succeeds.
469 (Fmake_network_process): Doc fix.
470
471 2003-09-23 Dave Love <fx@gnu.org>
472
473 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
474
475 2003-09-22 Eli Zaretskii <eliz@elta.co.il>
476
477 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
478 color mode is an integer number (it could be -1).
479
480 2003-09-22 Richard M. Stallman <rms@gnu.org>
481
482 * intervals.c (graft_intervals_into_buffer): Correct the main loop
483 in the case where OVER is longer than UNDER.
484
485 2003-09-22 Masatake YAMATO <jet@gyve.org>
486
487 * window.c (Fset_window_scroll_bars): Validate the value of
488 `vertical_type'.
489
490 2003-09-21 Kim F. Storm <storm@cua.dk>
491
492 * frame.c (Vdefault_frame_scroll_bars): New variable.
493 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
494 (syms_of_frame): DEFVAR_LISP it, and initialize according to
495 window-system default scroll bar position.
496
497 * window.c (Fwindow_scroll_bars): Doc fix.
498
499 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
500
501 * xterm.c (x_set_offset): Take window manager decorations into account.
502
503 2003-09-19 Richard M. Stallman <rms@gnu.org>
504
505 * atimer.h: Don't include lisp.h.
506 (P_): Define it here (as well as elsewhere).
507
508 * print.c (Fprin1_to_string): Move the PRINTPREPARE
509 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
510
511 * data.c (Fvariable_binding_locus): New function.
512 (syms_of_data): defsubr it.
513 (Flocal_variable_p): Delete duplicate call to indirect_variable.
514
515 2003-09-18 Dave Love <fx@gnu.org>
516
517 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
518
519 * process.c (Fnetwork_interface_info): Fix type error.
520 (Fnetwork_interface_list): Doc fix.
521 (read_process_output, read_process_output): Delete unused var.
522
523 2003-09-17 Kim F. Storm <storm@cua.dk>
524
525 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
526 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
527 (Fnetwork_interface_info): Check that ifreq struct has required
528 fields before accessing them; this requires that those fields are
529 defined as macros, which may be too restrictive on some platforms,
530 but it is better than failing on other platforms.
531 (syms_of_process): Only defsubr above fns when included.
532
533 2003-09-17 Dave Love <fx@gnu.org>
534
535 * unexalpha.c: Don't include varargs.h.
536
537 2003-09-17 Kim F. Storm <storm@cua.dk>
538
539 * process.c (Fset_process_sentinel): Add sentinel to childp plist
540 for network process.
541 (socket_options): Add `:' prefix to option names. Add optbit field.
542 (set_socket_option): Remove no_error arg and special handling of s < 0.
543 Return 1<<optbit for known option, 0 for unknown.
544 Do not interpret 0 as false for boolean option (only nil).
545 Pass failed option and value to report_file_error.
546 (Fset_network_process_options): Replace by Fset_network_process_option.
547 (Fset_network_process_option): New function to set just one option.
548 (Fmake_network_process): Allow :coding arg to be a cons.
549 Allow :server arg to be an integer specifying backlog size.
550 Remove :options arg, and allow options to be specified directly
551 as :KEY, VALUE pairs. Parse these options before binding socket.
552 As before, :reuseaddr t is default for a server process, but this
553 can now be disabled by specifying :reuseaddr nil.
554 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
555 (init_process): Availability of network options is now checked with
556 simpler syntax (featurep 'make-network-process :OPTION); use loop to
557 setup features.
558 (syms_of_process): Fix defsubr's for the replaced functions.
559
560 2003-09-16 Dave Love <fx@gnu.org>
561
562 * Makefile.in: Depend on coding.h.
563
564 2003-09-14 Kim F. Storm <storm@cua.dk>
565
566 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
567 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
568 (syms_of_process): Defsubr them.
569
570 * config.in: Regenerate.
571
572 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
575 * m/news-r6.h (XUNMARK): Remove.
576 * m/mips.h (XUNMARK): Remove.
577 * m/mips-siemens.h (XUNMARK): Remove.
578 * m/iris4d.h (XUNMARK): Remove.
579 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
580
581 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * lisp.h (VALBITS): Don't remove 1 for the markbit.
584 (union Lisp_Object): Use unsigned int for types. Remove markbit.
585 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
586 (XTYPE): Use unsigned right-shift.
587 (XMARKBIT, XMARK, XUNMARK): Remove.
588
589 * alloc.c (init_intervals, init_symbol, init_marker):
590 Don't preallocate anything.
591 (Fgarbage_collect, mark_object): Ignore the markbit.
592
593 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
594
595 2003-09-08 Lute Kamstra <lute@gnu.org>
596
597 * xdisp.c (pint2hrstr): New function.
598 (decode_mode_spec): Add `%i' and `%I' specs.
599 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
600 for `mode-line-format'.
601
602 2003-09-07 Andreas Schwab <schwab@suse.de>
603
604 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
605 avoid warning.
606
607 2003-09-07 Eli Zaretskii <eliz@elta.co.il>
608
609 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
610
611 2003-09-03 Kim F. Storm <storm@cua.dk>
612
613 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
614 change (superseded by 2002-08-30 change); the default blink-off
615 cursor is now again "no cursor".
616
617 2003-09-01 Jason Rumney <jasonr@gnu.org>
618
619 * makefile.w32-in (alloca.o): Remove.
620 (coding.o): Depend on intervals.h
621 (emacs.o, bytecode.o): Depend on window.h
622
623 2003-09-01 Dave Love <fx@gnu.org>
624
625 * Makefile.in (alloca.o): Remove commands.
626 (coding.o): Depend on intervals.h composite.h window.h.
627 (emacs.o): Depend on window.h keyboard.h keymap.h.
628 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
629 (bytecode.o): Depend on window.h.
630
631 2003-08-31 Jason Rumney <jasonr@gnu.org>
632
633 * w32term.c (w32_per_char_metric): Allow cached metrics to be
634 returned even when font_type is unknown.
635
636 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
637
638 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
639
640 * xterm.c (x_term_init): Initialize new fields in x_display_info.
641
642 * xterm.h (struct x_display_info): Add red/green/blue_bits and
643 *_offset.
644
645 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
646 calculate pixel value.
647
648 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
649
650 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
651 Don't tell redisplay display is accurate when it's actually been
652 paused for pending input.
653
654 2003-08-29 Richard M. Stallman <rms@gnu.org>
655
656 * dispnew.c (adjust_glyph_matrix): Call window_box
657 whenever W is nonzero.
658
659 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
660 (Fkill_local_variable, Fmake_variable_frame_local)
661 (Flocal_variable_p, Flocal_variable_if_set_p):
662 Use indirect_variable to trace thru variable aliases.
663
664 * config.in: Updated.
665
666 * callint.c (Fcall_interactively): Save and restore
667 Vthis_command, Vthis_original_command, real_this_command,
668 and current_kboard->Vlast_command.
669
670 * abbrev.c (Fexpand_abbrev): Insert before deleting.
671
672 2003-08-29 Gerd Moellmann <gerd@gnu.org>
673
674 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
675
676 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
677
678 * coding.c (decode_coding_iso2022): Initialize local variable c2.
679 (decode_coding_sjis_big5): Likewise.
680
681 2003-08-27 Jason Rumney <jasonr@gnu.org>
682
683 * w32.c (sys_pipe): Protect against file descriptor overflow.
684
685 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
686
687 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
688
689 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
690
691 * xfns.c (Vgtk_version_string): New variable.
692 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
693
694 2003-08-24 Eli Zaretskii <eliz@elta.co.il>
695
696 * term.c (term_init): Remove `const' from buffer_size's declaration.
697
698 * Makefile.in (msdos.o): Depend on intervals.h.
699
700 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
701
702 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
703
704 * xterm.h (struct x_display_info): New fields: client_leader_window
705 and Xatom_wm_client_leader.
706
707 * xterm.c (x_initialize): Move call to x_session_initialize to ...
708 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
709
710 * xsmfns.c (create_client_leader_window): New function.
711 (x_session_initialize): Call create_client_leader_window, take
712 dpyinfo as argument.
713
714 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
715
716 * Makefile.in (xsmfns.o): Add more depenedencies.
717
718 2003-08-21 Dave Love <fx@gnu.org>
719
720 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
721
722 2003-08-21 Kenichi Handa <handa@m17n.org>
723
724 * term.c (term_init): Fix previous change; don't rely on the
725 length of `buffer' if TERMINFO is defined.
726
727 2003-08-20 Dave Love <fx@gnu.org>
728
729 * atimer.h: Include lisp.h.
730
731 * lisp.h (EMACS_LISP_H): New.
732 (popup_activated_flag): Don't declare.
733
734 * alloca.c: Some merging with gnulib. Change logic and doc
735 concerning (x)malloc/(x)free -- no longer Emacs-specific.
736 [DO_BLOCK_INPUT]: Don't include lisp.h.
737 (xmalloc, xfree): Declare.
738 (malloc): Don't declare.
739
740 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
741 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
742 atimer.h, blockinput.h.
743
744 * alloc.c (lisp_align_malloc): Change type of `aligned'.
745
746 * alloca.s: Removed.
747
748 2003-08-19 Gerd Moellmann <gerd@gnu.org>
749
750 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
751 use -lncurses.
752
753 * term.c (term_init): Use a buffer of size 4096 for tgetent since
754 FreeBSD returns something longer than 2044. Abort if the end of
755 the buffer is overwritten.
756
757 2003-08-19 Miles Bader <miles@gnu.org>
758
759 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
760
761 2003-08-19 Gerd Moellmann <gerd@gnu.org>
762
763 * alloc.c (lisp_align_malloc): Check for memory full when
764 allocating ablocks, which also avoids freeing a pointer into an
765 ablocks structure.
766
767 * puresize.h (BASE_PURESIZE): Increase to 1100000.
768
769 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
770
771 2003-08-16 Richard M. Stallman <rms@gnu.org>
772
773 * editfns.c (Fencode_time): Doc fix.
774
775 2003-08-16 David Ponce <david@dponce.com>
776
777 * fileio.c (Fwrite_region): Fix conditional expression to issue
778 the right message.
779
780 2003-08-16 Juri Linkov <juri@jurta.org> (tiny change)
781
782 * syntax.c (Fforward_word): Argument changed to optional.
783 Set default value to 1.
784
785 2003-08-15 Kenichi Handa <handa@m17n.org>
786
787 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
788 what autoscaled.
789 (best_matching_font): Once we find a better scalable font, set
790 non_scalable_has_exact_height_p to 1.
791 (try_font_list): Call try_alternative_families to try any family
792 with the given registry.
793
794 2003-08-09 Andreas Schwab <schwab@suse.de>
795
796 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
797
798 * print.c (print_string): Fix printing of multibyte string with
799 nontrivial printcharfun.
800
801 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
802
803 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
804
805 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
806
807 2003-07-31 Kenichi Handa <handa@m17n.org>
808
809 * process.c (read_process_output): Return the actually read bytes
810 instead of the result of decoding.
811
812 2003-07-31 Kenichi Handa <handa@m17n.org>
813
814 * xterm.h (struct x_bitmap_record): New member have_mask.
815
816 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
817 to 0.
818 (x_create_bitmap_from_file): Likewise.
819 (x_destroy_bitmap): Check have_mask member before freeing a mask.
820 (x_destroy_all_bitmaps): Likewise.
821 (x_create_bitmap_mask): Set have_mask member to 1.
822
823 2003-07-30 Richard M. Stallman <rms@gnu.org>
824
825 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
826
827 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
828
829 * gtkutil.c (xg_mark_data): Update calls to mark_object.
830
831 2003-07-29 Richard M. Stallman <rms@gnu.org>
832
833 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
834 Conditionalize XIM code on HAVE_XIM.
835
836 * fns.c (Fclear_string): New function.
837 (syms_of_fns): defsubr it.
838
839 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
840
841 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
842
843 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
844
845 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
846
847 * buffer.c (delete_all_overlays): New function.
848 * buffer.h (delete_all_overlays): Declare.
849 * coding.c (run_pre_post_conversion_on_str):
850 * print.c (temp_output_buffer_setup):
851 * fileio.c (Finsert_file_contents):
852 * minibuf.c (get_minibuffer): Use it.
853
854 2003-07-22 Andrew Choi <akochoi@shaw.ca>
855
856 * unexmacosx.c (unexec_regions_sort_compare):
857 (unexec_regions_merge): New functions. Sort and merge unexec
858 regions before dumping them.
859
860 2003-07-22 Dave Love <fx@gnu.org>
861
862 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
863
864 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
865
866 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
867 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
868 MARKBIT as the gcmarkbit for strings.
869
870 2003-07-21 Richard M. Stallman <rms@gnu.org>
871
872 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
873
874 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
875 (syms_of_fns): Corresponding change.
876
877 * alloc.c (syms_of_alloc): Doc fixes.
878
879 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
880
881 * s/netbsd.h: Use -Wl syntax.
882
883 2003-07-17 Richard M. Stallman <rms@gnu.org>
884
885 * xterm.c (xim_initialize): Redo 6/24 change.
886
887 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
888
889 * buffer.c (copy_overlays): Use EMACS_INT for positions.
890 (Fswitch_to_buffer): Don't signal an error when switching to the same
891 buffer in a dedicated window.
892
893 * alloc.c: Use bitmaps for cons, as was done for floats.
894 (init_float, init_cons): Let the normal code allocate the first block.
895 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
896 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
897 New macros.
898 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
899 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
900 (live_cons_p): Check the pointer is not past the `conses' array.
901 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
902 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
903 (survives_gc_p): Use CONS_MARKED_P and simplify.
904 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
905
906 2003-07-13 Paul Eggert <eggert@twinsun.com>
907
908 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
909 puts it into BSS instead, at least on Solaris 8 and 9.
910 This is a valid optimization, and it may occur on other platforms,
911 so Emacs should not assume that initializing a static variable to
912 zero puts it into data.
913 * alloc.c (pure, staticvec):
914 Initialize these arrays to nonzero, so that they're not
915 put into BSS by that optimization.
916
917 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
918
919 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
920 (lisp_align_malloc): Use posix_memalign is available.
921 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
922 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
923 for consistency. Update users.
924
925 2003-07-13 Richard M. Stallman <rms@gnu.org>
926
927 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
928
929 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
930
931 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
932 and use the Gtk+ function gtk_window_icon_from_file if available.
933
934 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
935 handle mask of bitmaps.
936 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
937 mask property.
938 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
939
940 * xterm.h (xg_set_icon): New function.
941
942 2003-07-12 Paul Eggert <eggert@twinsun.com>
943
944 * unexelf.c (unexec): Consider a section to precede the .bss
945 section if its addresses overlap that of .bss.
946
947 2003-07-12 Richard M. Stallman <rms@gnu.org>
948
949 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
950
951 * config.in (HAVE_CRTIN): Add #undef.
952 (INLINE): Really inline only if OPTIMIZE is defined.
953
954 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
955 END_FILES_1.
956 (START_FILES_1, END_FILES_1): New macros (conditional).
957 (LD_SWITCH_SYSTEM_TEMACS): Define.
958
959 * s/openbsd.h: Don't include bsd4-3.h.
960 (TERMINFO): Define.
961 (LIBS_TERMCAP): Define.
962 (LD_SWITCH_SYSTEM): Define (two definitions).
963
964 * xfns.c: Include libpng/png.h instead of png.h.
965
966 2003-07-11 Andreas Schwab <schwab@suse.de>
967
968 * buffer.c (modify_overlay): Update prototype.
969 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
970 Likewise.
971
972 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
973
974 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
975 (struct interval): Move to intervals.h.
976 (struct Lisp_Marker): Use EMACS_INT for position info.
977 (forward_point): Remove prototype of defunct function.
978 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
979 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
980 (syms_of_textprop, set_text_properties): Remove prototypes that are
981 already in intervals.h.
982
983 * intervals.h (struct interval): Move from lisp.h.
984 Use EMACS_INT for position and size info.
985
986 * coding.c: Include intervals.h for Fset_text_properties.
987
988 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
989 position and length information.
990
991 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
992
993 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
994 position and length information.
995
996 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
997
998 Change overlays_after and overlays_before so the overlays themselves
999 are linked into lists, rather than using cons cells. After all each
1000 Lisp_Misc already occupies 5 words, so we can add a `next' field to
1001 Lisp_Overlay for free and save up one cons cell per overlay (not
1002 to mention one indirection when traversing the list of overlay).
1003
1004 * lisp.h (struct Lisp_Overlay): New field `next'.
1005
1006 * buffer.h (struct buffer): Change overlays_before and overlays_after
1007 from Lisp lists of overlays to pointers to overlays.
1008
1009 * buffer.c (overlay_strings, recenter_overlay_lists):
1010 Fix typo in eassert in last commit.
1011 (unchain_overlay): New function.
1012 (add_overlay_mod_hooklist): Use AREF.
1013 (copy_overlays, reset_buffer, overlays_at, overlays_in)
1014 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
1015 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
1016 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
1017 (report_overlay_modification, evaporate_overlays, init_buffer_once):
1018 Adjust to new type of overlays_(before|after).
1019
1020 * alloc.c (mark_object): Mark the new `next' field of overlays.
1021 (mark_buffer): Manually mark the overlays_(after|before) fields.
1022
1023 * coding.c (run_pre_post_conversion_on_str):
1024 * editfns.c (overlays_around):
1025 * xdisp.c (load_overlay_strings):
1026 * fileio.c (Finsert_file_contents):
1027 * indent.c (current_column):
1028 * insdel.c (signal_before_change, signal_after_change):
1029 * intervals.c (set_point_both):
1030 * print.c (temp_output_buffer_setup): Use new type for
1031 overlays_(before|after).
1032
1033 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
1034
1035 * buffer.c (report_overlay_modification): Don't run hooks while
1036 traversing the list of overlays.
1037
1038 * buffer.h (struct buffer): Use an int for overlay_center.
1039 (overlays_at, evaporate_overlays, recenter_overlay_lists)
1040 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
1041
1042 * buffer.c (reset_buffer, recenter_overlay_lists)
1043 (adjust_overlays_for_insert, adjust_overlays_for_delete)
1044 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
1045 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
1046 (overlays_at, evaporate_overlays, recenter_overlay_lists)
1047 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
1048
1049 * xdisp.c (fast_find_position): Remove unused var.
1050
1051 * cmds.c (Qexpand_abbrev): New sym.
1052 (syms_of_cmds): Initialize it.
1053 (internal_self_insert): Use it to call expand-abbrev.
1054
1055 2003-07-09 Kim F. Storm <storm@cua.dk>
1056
1057 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs
1058 was configured with --without-xim.
1059 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
1060
1061 2003-07-07 Richard M. Stallman <rms@gnu.org>
1062
1063 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
1064
1065 * alloc.c (Fgarbage_collect): Doc fix.
1066
1067 2003-07-07 Nozomu Ando <nand@mac.com> (tiny change)
1068
1069 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
1070
1071 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
1072
1073 * minibuf.c (read_minibuf): UNGCPRO before returning.
1074 (Ftry_completion, Fall_completions): Doc fix.
1075
1076 * alloc.c (live_float_p): Check that p is not past the `floats' array,
1077 now that `floats' is not the last element of the struct any more.
1078
1079 2003-07-06 Jason Rumney <jasonr@gnu.org>
1080
1081 * w32term.h (ClipboardSequence_Proc): New type.
1082
1083 * w32fns.c (clipboard_sequence_fn): New variable.
1084 (globals_of_w32fns): Initialize it.
1085
1086 * w32select.c (last_clipboard_sequence_number): New variable.
1087 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
1088 number if possible.
1089
1090 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
1091
1092 * m/amdx86-64.h (MARKBIT):
1093 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
1094 MARKBIT and ARRAY_MARK_FLAG any more.
1095
1096 * m/hp800.h (XSETMARKBIT):
1097 * m/sr2k.h (XSETMARKBIT):
1098 * lisp.h (XSETMARKBIT): Remove unused macro.
1099
1100 * lisp.h (mark_object): Change prototype.
1101
1102 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
1103 (last_marked): Change accordingly.
1104 (mark_interval, mark_maybe_object, mark_maybe_pointer)
1105 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
1106 (mark_buffer): Update calls to mark_object.
1107
1108 * bytecode.c (mark_byte_stack):
1109 * fns.c (sweep_weak_table):
1110 * keyboard.c (mark_kboards): Update calls to mark_object.
1111
1112 2003-07-06 Jason Rumney <jasonr@gnu.org>
1113
1114 * alloc.c (struct ablock): Only include padding when there is some.
1115
1116 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
1117
1118 * alloc.c (ALIGN): Add casts to simplify usage.
1119 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
1120 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
1121 (struct ablock, struct ablocks): New types.
1122 (free_ablock): New global var.
1123 (lisp_align_malloc, lisp_align_free): New functions.
1124 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
1125 (struct float_block): Reorder and add gcmarkbits.
1126 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
1127 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
1128 (init_float, make_float): Use lisp_align_malloc.
1129 (free_float, live_float_p): Don't use `type' any more.
1130 (make_float): Use FLOAT_UNMARK to access to mark bit.
1131 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
1132 Use FLOAT_MARKED_P to access the mark bit.
1133 (pure_alloc): Simplify use of ALIGN.
1134 (mark_object): Use FLOAT_MARK to access the mark bit.
1135 (gc_sweep): Use new macros to access the float's mark bit.
1136 (init_alloc_once): Init free_ablock.
1137
1138 * lisp.h (struct Lisp_Float): Remove unused field `type'.
1139
1140 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
1141
1142 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
1143 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
1144 (allocate_buffer): Move.
1145 (string_bytes): Don't mask markbit of `size_byte'.
1146 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
1147 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
1148 Use the `size' field of buffers (rather than the `name' field) for
1149 the mark bit, as is done for all other vectorlike objects.
1150 Use the new macros to access the mark bit of vectorlike objects.
1151
1152 2003-06-26 Richard M. Stallman <rms@gnu.org>
1153
1154 * puresize.h (BASE_PURESIZE): Increment base size.
1155
1156 * xdisp.c (fast_find_position): Enable Gerd's new definition.
1157
1158 * xterm.c (xim_initialize): Undo previous change.
1159
1160 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
1161
1162 * alloc.c (survives_gc_p): Simplify.
1163
1164 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
1165
1166 * window.c (Fset_window_dedicated_p): Simplify.
1167 (display_buffer_1): Don't raise the win from which minibuf was entered.
1168 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
1169 (Fminibuffer_selected_window): Simplify.
1170
1171 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
1172
1173 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
1174 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
1175
1176 * insdel.c (check_markers, adjust_markers_for_delete)
1177 (adjust_markers_for_insert, adjust_markers_for_replace)
1178 (prepare_to_modify_buffer, RESTORE_VALUE):
1179 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
1180 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
1181 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
1182 * alloc.c (Fmake_marker, free_marker, gc_sweep):
1183 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
1184 * editfns.c (save_excursion_restore, transpose_markers):
1185 * window.c (delete_window):
1186 * xdisp.c (message_dolog): Update for new types.
1187
1188 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1189
1190 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
1191 (realize_default_face): Use default_face_done_p for the force_p
1192 argument to set_lface_from_font_name. Set default_face_done_p to one.
1193
1194 * frame.c (make_frame): Initialize default_face_done_p.
1195
1196 * frame.h (struct frame): Add default_face_done_p.
1197
1198 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
1199 will be defined.
1200
1201 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
1202
1203 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
1204 Initialize the new field `gcmarkbit'.
1205 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
1206 (mark_interval_tree): Don't mark the tree separately from the nodes.
1207 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
1208 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
1209 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
1210
1211 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
1212 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
1213 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
1214 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
1215 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
1216
1217 2003-06-24 Dave Love <fx@gnu.org>
1218
1219 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
1220
1221 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
1222 from gnulib.
1223
1224 2003-06-21 Richard M. Stallman <rms@gnu.org>
1225
1226 * fileio.c (Fwrite_region): Alternate messages
1227 for append and partial write.
1228
1229 * keyboard.c (read_key_sequence): When converting upcase fn key to
1230 downcase, update fkey and keytran so `backspace' gets translated.
1231
1232 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
1233
1234 * process.c (wait_reading_process_input): Don't signal SIGIO
1235 in batch mode.
1236
1237 2003-06-17 Kenichi Handa <handa@m17n.org>
1238
1239 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
1240 composite.h.
1241
1242 * xselect.c: Don't include charset.h, coding.h, composite.h.
1243 (Qforeign_selection): New variable.
1244 (syms_of_xselect): Intern and static it.
1245 (selection_data_to_lisp_data): Return a unibyte string made from
1246 data with `foreign-selection' text property.
1247
1248 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
1249
1250 * termhooks.h (EVENT_INIT): New macro.
1251
1252 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
1253
1254 * alloc.c (mark_kboards): Move to keyboard.c.
1255
1256 * keyboard.c (record_asynch_buffer_change, read_avail_input):
1257 * xterm.c (x_dispatch_event):
1258 * xmenu.c (find_and_call_menu_selection):
1259 * xdisp.c (handle_tool_bar_click):
1260 * w32menu.c (menubar_selection_callback):
1261 * sysdep.c (kbd_input_ast, read_input_waiting):
1262 * msdos.c (dos_rawgetc):
1263 * macterm.c (mac_check_for_quit_char):
1264 * macmenu.c (menubar_selection_callback):
1265 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
1266 data to kbd_buffer_store_event.
1267
1268 2003-06-15 Kim F. Storm <storm@cua.dk>
1269
1270 * xdisp.c (x_fix_overlapping_area): Always use area relative X
1271 to fix redisplay problem with tall characters (such as \e,AC\e(B).
1272
1273 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
1274
1275 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
1276
1277 2003-06-12 Kenichi Handa <handa@m17n.org>
1278
1279 * fileio.c (Fwrite_region): Save and restore restriction.
1280
1281 2003-06-12 Dave Love <fx@gnu.org>
1282
1283 * alloca.c (alloca): Declare arg as size_t.
1284
1285 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
1286 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
1287
1288 2003-06-11 Dave Love <fx@gnu.org>
1289
1290 * search.c (shrink_regexp_cache): Use xrealloc.
1291 (syms_of_search): Use xmalloc.
1292
1293 2003-06-10 Kim F. Storm <storm@cua.dk>
1294
1295 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
1296 Adjust phys_cursor.x to be relative to window box, rather than
1297 text area before checking -- to ensure cursor is redrawn when
1298 exposing window.
1299 Note: This also fixes a similar (older) bug if display margins
1300 are present.
1301
1302 2003-06-06 Kenichi Handa <handa@m17n.org>
1303
1304 * coding.c (encoding_buffer_size): If coding->type is
1305 coding_type_ccl, double magnification on CRLF encoding.
1306
1307 2003-06-06 Jason Rumney <jasonr@gnu.org>
1308
1309 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
1310 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
1311
1312 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
1313 Mac too.
1314
1315 2003-06-05 Dave Love <fx@gnu.org>
1316
1317 * strftime.c: Merge changes from gnulib.
1318
1319 * mktime.c (__mktime_internal): Merge changes from gnulib
1320 involving year 69 and dst2.
1321
1322 Changes to merge with gnulib version and be consistent with the
1323 autoconf test:
1324
1325 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
1326 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
1327 [HAVE_LOCALE_H]: Include locale.h.
1328 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
1329
1330 2003-06-05 Kim F. Storm <storm@cua.dk>
1331
1332 * window.c (coordinates_in_window): Convert X and Y to window
1333 relative coordinates inside mode-line and header-line parts.
1334 Convert X and Y to margin area relative coordinates inside left
1335 and right display margin parts.
1336
1337 2003-06-05 Jason Rumney <jasonr@gnu.org>
1338
1339 * w32fns.c (add_system_logical_colors_to_map): New function.
1340 (Fx_open_connection): Use it.
1341
1342 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
1343
1344 * process.c (allocate_pty): Revert part of the previous patch.
1345 (Faccept_process_output): Simplify.
1346
1347 2003-06-04 Jason Rumney <jasonr@gnu.org>
1348
1349 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
1350
1351 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
1352 (lispy_mouse_wheel_names): Remove.
1353 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
1354 Always define drag_and_drop_syms.
1355
1356 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
1357 WHEEL_EVENT events.
1358
1359 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
1360
1361 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
1362
1363 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
1364
1365 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1366
1367 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
1368 menu item label.
1369
1370 2003-06-03 Richard M. Stallman <rms@gnu.org>
1371
1372 * window.c (Fwindow_edges): Doc fix.
1373 (Fwindow_pixel_edges, Fwindow_inside_edges)
1374 (Fwindow_inside_pixel_edges): New functions.
1375 (syms_of_window): defsubr them.
1376
1377 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
1378 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
1379
1380 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
1381
1382 * dispnew.c (Fsit_for): Don't lie about the number of args.
1383
1384 2003-06-02 Dave Love <fx@gnu.org>
1385
1386 * callproc.c: Use HAVE_FCNTL_H, not USG5.
1387 (syms_of_callproc) <process-environment>: Doc fix.
1388
1389 * doc.c: Use HAVE_FCNTL_H, not USG5.
1390
1391 * xfaces.c (font_rescale_ratio): Fix for K&R.
1392
1393 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
1394
1395 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
1396
1397 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
1398
1399 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
1400 (xg_create_frame_widgets): Use ENCODE_UTF_8.
1401
1402 * xterm.c (Qutf_8): Moved to coding.c
1403
1404 * xmenu.c (ENCODE_MENU_STRING): New.
1405 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
1406 Use it.
1407
1408 * coding.h (ENCODE_UTF_8): New.
1409 (Qutf_8): Declare.
1410
1411 * coding.c (Qutf_8): New.
1412 (syms_of_coding): Intern it.
1413
1414 * fns.c: Doc fixes.
1415
1416 2003-06-02 Kenichi Handa <handa@m17n.org>
1417
1418 * buffer.c (Fset_buffer_multibyte): Fix previous change.
1419
1420 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
1421
1422 * lread.c (openp): Make sure STR is a string.
1423
1424 2003-06-01 David Ponce <david@dponce.com>
1425
1426 * termhooks.h (enum event_kind): Added new WHEEL_EVENT event.
1427 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
1428
1429 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
1430 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
1431 (discard_mouse_events): Discard WHEEL_EVENT events too.
1432 (lispy_wheel_names, wheel_syms): New.
1433 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
1434 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
1435 defined.
1436 (make_lispy_event): Add WHEEL_EVENT handler.
1437
1438 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
1439 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
1440 WHEEL_EVENT events.
1441
1442 2003-05-31 John Paul Wallington <jpw@gnu.org>
1443
1444 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
1445 timer are in lisp/emacs-lisp.
1446
1447 2003-05-31 Kenichi Handa <handa@m17n.org>
1448
1449 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
1450 region when a buffer is changed to unibyte.
1451
1452 * charset.h (VALID_LEADING_CODE_P): New macro.
1453 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
1454
1455 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
1456 is nonzero, accept multibyte form of eight-bit-control chars.
1457 (decode_composition_emacs_mule): Likewise.
1458 (decode_coding_emacs_mule): Likewise.
1459 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
1460 multibyte form of eight-bit-control chars.
1461
1462 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
1463 (Finsert_file_contents): If coding-system-for-read is bound to
1464 Qauto_save_coding, use the coding system emacs-mule with special
1465 setting for recovering a file.
1466 (choose_write_coding_system): On auto saving, use the coding
1467 system emacs-mule with special setting for auto saving.
1468 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
1469
1470 2003-05-30 Kenichi Handa <handa@m17n.org>
1471
1472 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
1473 properly before calling ccl_driver.
1474
1475 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
1476
1477 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is
1478 nonzero.
1479 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
1480 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
1481
1482 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1483
1484 * xfaces.c (realize_default_face): Do not abort if lface is
1485 non-existent - reverts change from 2003-05-19.
1486
1487 2003-05-29 Kenichi Handa <handa@m17n.org>
1488
1489 * coding.c (decode_coding_iso2022): Pay attention to the byte
1490 sequence of CTEXT extended segment, and retain those bytes as is.
1491
1492 2003-05-28 Kenichi Handa <handa@m17n.org>
1493
1494 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
1495 of CODING_REPLACEMENT_CHARACTER.
1496 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
1497 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
1498 check this flag on encoding.
1499 (encode_coding_sjis_big5): Check
1500 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
1501 (Fset_terminal_coding_system_internal): Set
1502 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
1503 instead of setting CODING_FLAG_ISO_SAFE flag in
1504 terminal_coding.flags.
1505
1506 * coding.h (CODING_REPLACEMENT_CHARACTER): Renamed from
1507 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
1508 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
1509
1510 2003-05-28 Richard M. Stallman <rms@gnu.org>
1511
1512 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
1513
1514 * eval.c (unbind_to): Move init of this_binding to separate statement.
1515
1516 2003-05-28 Kim F. Storm <storm@cua.dk>
1517
1518 * xdisp.c (expose_window): Fix error in calculation of
1519 window relative coordinates of area to redisplay.
1520
1521 2003-05-27 Jason Rumney <jasonr@gnu.org>
1522
1523 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
1524
1525 2003-05-27 David Ponce <david@dponce.com>
1526
1527 Handle W32 mouse wheel events as mouse click events, like in X.
1528
1529 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
1530 MOUSE_WHEEL_EVENT anymore.
1531
1532 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
1533 Scrolling down/up the mouse wheel is respectively mapped to mouse
1534 button 4 and 5.
1535 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
1536 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
1537 WM_MOUSEWHEEL events.
1538
1539 2003-05-27 Andreas Schwab <schwab@suse.de>
1540
1541 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
1542
1543 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
1544 partially visible line.
1545
1546 * alloc.c (Fgarbage_collect): Fix last change.
1547
1548 2003-05-26 John Paul Wallington <jpw@gnu.org>
1549
1550 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
1551
1552 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
1553
1554 * window.c (Fset_window_buffer): Add type of `keep_margins'.
1555 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
1556
1557 * window.h (window_box_text_cols): Declare.
1558
1559 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
1560 (x_draw_vertical_border): Remove unused var `f'.
1561
1562 * xfaces.c (build_scalable_font_name): Remove `unused var
1563 pixel_size' warning.
1564
1565 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
1566
1567 * unexelf.c (unexec): Remove `unused var n' warning.
1568
1569 * strftime.c (my_strftime_localtime_r): Remove `defined but
1570 unused' warning.
1571
1572 * process.c (allocate_pty): Remove `unused var stb' and
1573 `cp might be used uninitialized' warnings.
1574
1575 * dispnew.c (mode_line_string): Remove unused var `f'.
1576
1577 * coding.c (find_safe_codings): Remove unused var `i'.
1578
1579 * bytecode.c (Fbyte_code): Remove `unused val' warning.
1580
1581 * buffer.c (Fkill_buffer): Remove unused var `list'.
1582
1583 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
1584
1585 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1586
1587 * frame.c (make_frame): Condition want_fullscreen with
1588 HAVE_WINDOW_SYSTEM.
1589
1590 2003-05-25 Juanma Barranquero <lektu@terra.es>
1591
1592 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
1593 (Fwindow_scroll_bars): Fix typo in docstring.
1594
1595 2003-05-24 Kim F. Storm <storm@cua.dk>
1596
1597 The following changes serve several purposes:
1598
1599 1) Swap the position of fringes and display margins in windows, i.e.
1600 the fringes are now displayed between the margins and the text area
1601 (by default).
1602
1603 2) Allow fringe and scroll bar parameters to be set per-buffer and
1604 per-window (like display margins). Such settings are now stored
1605 in window configurations, preserved when frames are resized, and
1606 copied when windows are split vertically or horizontally.
1607 Several bugs related to display margins have been fixed.
1608
1609 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
1610
1611 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
1612 rather than FRAME_WIDTH (FRAME_FONT (f)).
1613
1614 5) Introduce a consistent naming of variables, members and macros
1615 depending on whether their value is measured in pixels or in
1616 canonical columns/lines. Pixel dimensions are named *_width and
1617 *_height, while canonical columns/lines are named *_cols and
1618 *_lines. Pixel positions are named *_x and *_y, while column/line
1619 positions are named *_col and *_line.
1620
1621 6) Consolidate more of the X, W32, and MAC gui code by moving
1622 common data into struct frame, and generalize it for the non-gui
1623 case by using suitable defaults.
1624
1625 7) Cleanup and consolidate the macros controlling frame and window
1626 layout into frame.h and window.h, and generalize the use of the
1627 various window_box_* functions (enhanced to handle the new fringe
1628 position and the per-window fringe and scroll bar settings).
1629
1630 * frame.h (struct frame): Rename members height to text_lines,
1631 width to text_cols, window_height to total_lines, window_width to
1632 total_cols, new_height to new_text_lines, new_width to
1633 new_text_cols. All uses changed.
1634 (struct frame): New members which consolidate common members of
1635 x_output, w32_output, and mac_output structures: left_pos,
1636 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
1637 win_gravity, size_hint_flags, border_width, internal_border_width,
1638 line_height, fringe_cols, left_fringe_width, right_fringe_width,
1639 want_fullscreen. All uses changed.
1640 (struct frame): New member column_width contaning the canonical
1641 column width, analogue to line_height. All uses changed.
1642 (struct frame): Rename members scroll_bar_pixel_width to
1643 config_scroll_bar_width, and scroll_bar_cols to
1644 config_scroll_bar_cols. All uses changed.
1645 (struct frame): New member scroll_bar_actual_width which
1646 consolidates and renames the vertical_scroll_bar_extra member of
1647 x_output, w32_output, and mac_output structures. All uses changed.
1648 (FRAME_PIXEL_HEIGHT): Renamed from PIXEL_HEIGHT and moved
1649 from x/w32/macterm.h files. All uses changed. Also change code
1650 which referred to f->output_data...->pixel_height.
1651 (FRAME_PIXEL_WIDTH): Renamed from PIXEL_WIDTH and moved
1652 from x/w32/macterm.h files. All uses changed. Also change code
1653 which referred to f->output_data...->pixel_width.
1654 (FRAME_LINES): Renamed from FRAME_HEIGHT. All uses changed.
1655 Also change code which referred to f->height.
1656 (FRAME_COLS): Renamed from FRAME_WIDTH. All uses changed.
1657 Also change code which referred to f->width.
1658 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
1659 to update new_text_lines and new_text_cols members directly.
1660 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Renamed from
1661 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
1662 (FRAME_CONFIG_SCROLL_BAR_COLS): Renamed from
1663 FRAME_SCROLL_BAR_COLS. All uses changed.
1664 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
1665 Renamed from FRAME_LEFT_SCROLL_BAR_WIDTH and
1666 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
1667 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
1668 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
1669 (FRAME_TOTAL_COLS): Renamed from FRAME_WINDOW_WIDTH.
1670 (SET_FRAME_COLS): Renamed from SET_FRAME_WIDTH.
1671 (FRAME_TOTAL_COLS_ARG): Renamed from FRAME_WINDOW_WIDTH_ARG.
1672 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
1673 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
1674 (FRAME_LINE_HEIGHT): Renamed from CANON_Y_UNIT. Unconditionally
1675 return line_height member (it now has proper value also for
1676 non-window frames).
1677 (FRAME_COLUMN_WIDTH): Renamed from CANON_X_UNIT. Unconditionally
1678 return new column_width member (rather than the default font width).
1679 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
1680 (FRAME_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_... and moved
1681 from x/w32/macterm.h files. Unconditionally return corresponding
1682 member of frame structure (they now have proper values also for
1683 non-window frames).
1684 (FRAME_TOTAL_FRINGE_WIDTH): Renamed from FRAME_FRINGE_WIDTH.
1685 Calculate return value from left and right widths.
1686 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
1687 internal_border_width member (has proper value for non-window frame).
1688 (FRAME_PIXEL_X_FROM_CANON_X): Renamed from PIXEL_X_FROM_CANON_X.
1689 (FRAME_PIXEL_Y_FROM_CANON_Y): Renamed from PIXEL_Y_FROM_CANON_Y.
1690 (FRAME_CANON_X_FROM_PIXEL_X): Renamed from CANON_X_FROM_PIXEL_X.
1691 (FRAME_CANON_Y_FROM_PIXEL_Y): Renamed from CANON_Y_FROM_PIXEL_Y.
1692 (FRAME_LINE_TO_PIXEL_Y): Renamed from CHAR_TO_PIXEL_ROW,
1693 consolidated from xterm.h, macterm.h, and w32term.h.
1694 (FRAME_COL_TO_PIXEL_X): Renamed from CHAR_TO_PIXEL_COL,
1695 consolidated from xterm.h, macterm.h, and w32term.h.
1696 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Renamed from
1697 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
1698 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Renamed from
1699 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
1700 (FRAME_PIXEL_Y_TO_LINE): Renamed from PIXEL_TO_CHAR_ROW
1701 consolidated from x/mac/w32term.h.
1702 (FRAME_PIXEL_X_TO_COL): Renamed from PIXEL_TO_CHAR_COL
1703 consolidated from x/mac/w32term.h.
1704 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Renamed from
1705 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
1706 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Renamed from
1707 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
1708
1709 * window.h (struct window): Rename members left to left_col,
1710 top to top_line, height to total_lines, width to total_cols,
1711 left_margin_width to left_margin_cols, right_margin_width to
1712 right_margin_cols, orig_height to orig_total_lines, orig_top to
1713 orig_top_line. All uses changed.
1714 (struct window): New members left_fringe_width, right_fringe_width,
1715 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
1716 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
1717 New macros primarily used to simplify other macros.
1718 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
1719 referred to XINT (w->width).
1720 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
1721 referred to XINT (w->height).
1722 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
1723 referred to XINT (w->width) * canon_x_unit.
1724 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
1725 referred to XINT (w->height) * canon_y_unit.
1726 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
1727 referred to XINT (w->left).
1728 (WINDOW_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_EDGE. Change
1729 all uses and code that referred to XINT (w->left) + XINT (w->width).
1730 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
1731 referred to XINT (w->top).
1732 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
1733 referred to XINT (w->top) + XINT (w->height).
1734 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
1735 referred to XINT (w->left) * canon_x_unit.
1736 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
1737 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
1738 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
1739 referred to XINT (w->top) * canon_y_unit.
1740 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
1741 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
1742 (WINDOW_LEFTMOST_P): New macro.
1743 (WINDOW_BOX_LEFT_EDGE_COL): Renamed from WINDOW_LEFT_MARGIN.
1744 All uses changed.
1745 (WINDOW_BOX_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_MARGIN.
1746 All uses changed.
1747 (WINDOW_BOX_LEFT_EDGE_X): Renamed from
1748 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
1749 Do not exclude left fringe width.
1750 (WINDOW_BOX_RIGHT_EDGE_X): Renamed from
1751 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
1752 Do not exclude fringe widths.
1753 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
1754 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
1755 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
1756 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
1757 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
1758 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
1759 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
1760 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
1761 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
1762 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
1763 New macros. Change code which referenced corresponding
1764 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
1765 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
1766 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
1767 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
1768 allow per-window scroll-bar settings.
1769 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
1770 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
1771 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
1772 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
1773 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
1774 FRAME_SCROLL_BAR_WIDTH.
1775 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
1776 (WINDOW_SCROLL_BAR_AREA_X): New macros.
1777 (WINDOW_HEADER_LINE_HEIGHT): Renamed from
1778 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
1779 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Renamed from
1780 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
1781 (WINDOW_BOX_TEXT_HEIGHT): Renamed from
1782 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
1783 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
1784 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
1785 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Moved here from dispextern.h.
1786 (WINDOW_LEFT_MARGIN_WIDTH): Renamed from
1787 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
1788 (WINDOW_RIGHT_MARGIN_WIDTH): Renamed from
1789 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
1790 (window_from_coordinates): Update prototype.
1791 (Fset_window_buffer): Update EXFUN.
1792 (set_window_buffer): Update prototype.
1793
1794 * dispextern.h (struct glyph_matrix): Rename members window_left_x
1795 to window_left_col, window_top_y to window_top_line. All uses
1796 changed.
1797 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
1798 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
1799 internal_border_width is now set to 0 for non-window frames.
1800 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
1801 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
1802 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
1803 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
1804 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
1805 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
1806 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
1807 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
1808 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
1809 Move to window.h and renamed [see window.h changes].
1810 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
1811 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
1812 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
1813 Use WINDOW_TOTAL_LINES.
1814 (frame_update_line_height): Remove prototype.
1815
1816 * buffer.h (struct buffer): Rename members measured in columns:
1817 left_margin_width to left_margin_cols, right_margin_width to
1818 right_margin_cols. All uses changed.
1819 New members left_fringe_width, right_fringe_width,
1820 fringes_outside_margins for per-buffer fringe settings.
1821 New members scroll_bar_width and vertical_scroll_bar_type for
1822 per-buffer scroll bar settings.
1823
1824 * buffer.c (init_buffer_once): Set buffer_defaults and
1825 buffer_local_flags for new buffer-local variables
1826 left_fringe_width, right_fringe_width, fringes_outside_margins,
1827 scroll_bar_width, and vertical_scroll_bar_type.
1828 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
1829 default-* variables for them.
1830
1831 * dispnew.c: Make (many) trivial substitutions for renamed and
1832 new macros in dispextern.h, frame.h and window.h.
1833 (mode_line_string): No need to adjust width for mode lines, as it
1834 is already adjusted by the caller.
1835 (marginal_area_string): Handle fringes inside/outside margins.
1836
1837 * frame.c: Make (many) trivial substitutions for renamed and
1838 new macros in dispextern.h, frame.h and window.h.
1839 (make_frame): Initialize left_fringe_width, right_fringe_width,
1840 fringe_cols, scroll_bar_actual_width, border_width,
1841 internal_border_width, column_width, line_height, x_pixels_diff,
1842 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
1843 members with values suitable for a non-window frames.
1844
1845 * gtkutil.c: Make (many) trivial substitutions for renamed and
1846 new macros in dispextern.h, frame.h and window.h.
1847
1848 * indent.c: Make (few) trivial substitutions for renamed and
1849 new macros in dispextern.h, frame.h and window.h.
1850
1851 * keyboard.c: Make (many) trivial substitutions for renamed and
1852 new macros in dispextern.h, frame.h and window.h.
1853 (make_lispy_event): Use window positions returned from
1854 window_from_coordinates when constructing the lisp event for
1855 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
1856 (incorrect) values locally.
1857 (make_lispy_movement): Use window positions returned from
1858 window_from_coordinates when constructing the lisp event, rather
1859 than calculating (incorrect) values locally.
1860
1861 * scroll.c: Make (some) trivial substitutions for renamed and
1862 new macros in dispextern.h, frame.h and window.h.
1863
1864 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
1865 scroll-bars.
1866
1867 * sysdep.c: Make (few) trivial substitutions for renamed and
1868 new macros in dispextern.h, frame.h and window.h.
1869
1870 * term.c: Make (some) trivial substitutions for renamed and
1871 new macros in dispextern.h, frame.h and window.h.
1872
1873 * widget.c: Make (few) trivial substitutions for renamed and
1874 new macros in dispextern.h, frame.h and window.h.
1875
1876 * window.c: Make (many) trivial substitutions for renamed and
1877 new macros in dispextern.h, frame.h and window.h.
1878 (make_window): Initialize new members
1879 left_margin_cols, right_margin_cols, left_fringe_width,
1880 right_fringe_width, fringes_outside_margins, scroll_bar_width,
1881 and vertical_scroll_bar_type.
1882 (coordinates_in_window): Adapted to new fringe/margin positions
1883 and per-window fringes and scroll-bars.
1884 Fix bug related to incorrectly adjusting coordinates by
1885 frame's internal_border_width (the effect normally negible since
1886 the internal_border_width is typically 0 or 1 pixel, but very
1887 noticeable for an internal_border_width of e.g. 25 pixels).
1888 Upon successful return (other than ON_NOTHING), the coordinates
1889 are now always properly converted to window relative for the
1890 given display element.
1891 (window_from_coordinates): Add new parameters wx and wy to
1892 return the window relative x and y position in the returned
1893 window and part. A null arg means, don't return the position.
1894 All callers changed.
1895 (adjust_window_margins): New function which may reduce the width
1896 of the display margins if a window's text area is too small after
1897 resizing or splitting windows.
1898 (size_window): Fix bug that did not account for display margin
1899 widths when checking the minimum width of a window; use
1900 adjust_window_margins.
1901 (set_window_buffer): Call Fset_window_fringes and
1902 Fset_window_scroll_bars to setup per-window elements.
1903 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
1904 existing display margin, fringe widths, and scroll bar settings
1905 (e.g. after splitting a window or resizing the frame).
1906 All callers changed.
1907 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
1908 (Fsplit_window): Duplicate original window's display margin,
1909 fringe, and scroll-bar settings; then call Fset_window_buffer with
1910 KEEP_MARGINS non-nil. This fixes a bug which caused a split
1911 window to only preserve the display margins in one of the windows.
1912 When splitting horizontally, call adjust_window_margins on both
1913 windows to ensure that the text area of the new windows is non too
1914 narrow. This fixes a bug which could cause emacs to trap if the
1915 width of the split window was less than the width of the display
1916 margins.
1917 (window_box_text_cols): Renamed from window_internal_width.
1918 All uses changed. Adapt to per-window fringes and scroll bars.
1919 Fix bug that caused vertical separator to be subtracted also on
1920 window frames. Fix another bug that did not reduce the returned
1921 value by the columns used for display margins.
1922 (window_scroll_line_based): Fix bug related to scrolling too much
1923 when display margins are present (implicitly fixed by the fix to
1924 window_box_text_cols).
1925 (scroll_left, scroll_right): Fix bug related to scrolling too far
1926 by default when display margins are present (implicitly fixed by
1927 the fix to window_box_text_cols).
1928 (struct saved_window): Rename members left to left_col, top to
1929 top_line, width to total_cols, height to total_lines, orig_top to
1930 orig_top_line, orig_height to orig_total_lines. All uses changed.
1931 New members left_margin_cols, right_margin_cols,
1932 left_fringe_width, right_fringe_width, fringes_outside_margins,
1933 scroll_bar_width, and vertical_scroll_bar_type for saving
1934 per-window display elements.
1935 (Fset_window_configuration): Restore display margins, fringes,
1936 and scroll bar settings. This fixes a bug which caused display
1937 margins to be discarded when saving and restoring a window
1938 configuration.
1939 (save_window_save): Save display margins, fringes, and scroll bar
1940 settings. This fixes a bug which caused display margins to be
1941 discarded when saving and restoring a window configuration.
1942 (Fset_window_margins): Do nothing if display margins are not
1943 really changed. Otherwise, call adjust_window_margins to ensure
1944 the text area doesn't get too narrow. This fixes a bug which
1945 could cause emacs to trap if setting display margins wider than
1946 the width of the window.
1947 (Fset_window_fringes): New defun to allow user to specifically set
1948 this window's fringe widths and position vs. display margins.
1949 (Fwindow_fringes): New defun to return window's actual fringe
1950 settings.
1951 (Fset_window_scroll_bars): New defun to allow user to specifically
1952 set this window's scroll bar width and position.
1953 (Fwindow_scroll_bars): New defun to return window's actual scroll
1954 bar settings.
1955 (compare_window_configurations): Also compare display margins,
1956 fringes, and scroll bar settings.
1957 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
1958
1959 * xdisp.c: Make (many) trivial substitutions for renamed and
1960 new macros in dispextern.h, frame.h and window.h.
1961 (window_box_width): Adapt to per-window fringes and scroll bars,
1962 and new fringe vs. display margin position. Note that returned
1963 value is no longer guaranteed to be a whole multiple of the frame
1964 column width, since per-window fringes may now be any width.
1965 (window_box_left_offset): New function like window_box_left, but
1966 value is relative to left border of window (rather than frame).
1967 (window_box_right_offset): New function like window_box_right,
1968 but value is relative to left border of window.
1969 (window_box_left): Adapt to per-window fringes and scroll bars,
1970 and new fringe vs. display margin position. Simplify by using
1971 WINDOW_LEFT_EDGE_X and window_box_left_offset.
1972 (window_box): Allow null args for unnecessary return values;
1973 change/simplify relevant callers.
1974 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
1975 and new fringe vs. display margin position.
1976 Use window_box_left_offset and window_box_right_offset
1977 (get_glyph_string_clip_rect): Adapt to per-window fringes and
1978 scroll bars, and new fringe vs. display margin position.
1979 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
1980 (draw_fringe_bitmap): Rework to handle per-window fringes and new
1981 fringe vs. display margin position.
1982 (hscroll_window_tree): Use window_box_width instead of window_box.
1983 (redisplay_window): Adapt to per-window scroll bars.
1984 (draw_glyphs): Rework to handle per-window fringes and scroll
1985 bars, and new fringe vs. display margin position.
1986 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
1987 (x_clear_end_of_line): Adapt to per-window fringes and scroll
1988 bars, and new fringe vs. display margin position. Fix bug which
1989 increased total width of full_width rows by width of scroll bars
1990 although window's total width already includes that.
1991 (x_fix_overlapping_area): Simplify using window_box_left_offset.
1992 (expose_area): Simplify using window_box_left_offset.
1993 (x_draw_vertical_border): Handle per-window scroll bar settings,
1994 mixing windows with left, right and no scroll bars.
1995
1996 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
1997 where it's used in x_list_fonts (for clarity).
1998 (frame_update_line_height): Remove unused function; functionality
1999 is now done directly when setting the default font in x_set_font.
2000
2001 * xfns.c: Make (many) trivial substitutions for renamed and
2002 new macros in dispextern.h, frame.h and window.h.
2003
2004 * xmenu.c: Make (some) trivial substitutions for renamed and
2005 new macros in dispextern.h, frame.h and window.h.
2006
2007 * xterm.h (struct x_output): Move members left_pos, top_pos,
2008 border_width, pixel_height, pixel_width, line_height,
2009 internal_border_width, vertical_scroll_bar_extra,
2010 left_fringe_width, right_fringe_width, fringe_cols,
2011 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
2012 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
2013 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
2014 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
2015 (PIXEL_WIDTH, PIXEL_HEIGHT)
2016 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
2017 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
2018 frame.h and renamed [see frame.h changes].
2019 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
2020 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
2021 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
2022 and renamed [see frame.h changes].
2023
2024 * xterm.c: Make (several) trivial substitutions for renamed and
2025 new macros in dispextern.h, frame.h and window.h.
2026 (x_draw_glyph_string_box): Adapt to per-window fringes and
2027 scroll-bars.
2028 (scroll_run): Adapt to new fringe position.
2029 (glyph_rect): Use window coordinates returned from
2030 window_from_coordinates rather than frame_to_window_pixel_xy.
2031 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
2032 scroll-bars.
2033 (handle_one_xevent): Simplify a USE_GTK conditional.
2034 (x_clip_to_row): Remove superfluous whole_line_p arg and code
2035 (fringes are now inside margins, i.e. always in the clipping area).
2036 All callers changed.
2037 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
2038 directly, then call compute_fringe_widths. Don't call
2039 frame_update_line_height.
2040
2041 * w32term.h (struct w32_output): Move members left_pos, top_pos,
2042 border_width, pixel_height, pixel_width, line_height,
2043 internal_border_width, vertical_scroll_bar_extra,
2044 left_fringe_width, right_fringe_width, fringe_cols,
2045 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
2046 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
2047 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
2048 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
2049 (PIXEL_WIDTH, PIXEL_HEIGHT)
2050 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
2051 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
2052 frame.h and renamed [see frame.h changes].
2053 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
2054 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
2055 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
2056 and renamed [see frame.h changes].
2057
2058 * w32term.c: Make (several) trivial substitutions for renamed and
2059 new macros in dispextern.h, frame.h and window.h.
2060 (x_draw_glyph_string_box): Adapt to per-window fringes and
2061 scroll-bars.
2062 (glyph_rect): Use window coordinates returned from
2063 window_from_coordinates rather than frame_to_window_pixel_xy.
2064 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
2065 scroll-bars.
2066 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
2067 (fringes are now inside margins, i.e. always in the clipping area).
2068 All callers changed.
2069 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
2070 directly, then call compute_fringe_widths. Don't call
2071 frame_update_line_height.
2072
2073 * w32console.c: Make (few) trivial substitutions for renamed and
2074 new macros in dispextern.h, frame.h and window.h.
2075
2076 * w32fns.c: Make (many) trivial substitutions for renamed and
2077 new macros in dispextern.h, frame.h and window.h.
2078
2079 * w32menu.c: Make (few) trivial substitutions for renamed and
2080 new macros in dispextern.h, frame.h and window.h.
2081
2082 * macterm.h (struct mac_output): Move members left_pos, top_pos,
2083 border_width, pixel_height, pixel_width, line_height,
2084 internal_border_width, vertical_scroll_bar_extra,
2085 left_fringe_width, right_fringe_width, fringe_cols,
2086 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
2087 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
2088 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
2089 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
2090 (PIXEL_WIDTH, PIXEL_HEIGHT)
2091 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
2092 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
2093 frame.h and renamed [see frame.h changes].
2094 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
2095 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
2096 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
2097 and renamed [see frame.h changes].
2098
2099 * macterm.c: Make (several) trivial substitutions for renamed and
2100 new macros in dispextern.h, frame.h and window.h.
2101 (x_draw_glyph_string_box): Adapt to per-window fringes and
2102 scroll-bars.
2103 (glyph_rect): Use window coordinates returned from
2104 window_from_coordinates rather than frame_to_window_pixel_xy.
2105 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
2106 scroll-bars.
2107 (x_clip_to_row): Remove superfluous whole_line_p arg and code
2108 (fringes are now inside margins, i.e. always in the clipping area).
2109 All callers changed.
2110 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
2111 directly, then call compute_fringe_widths. Don't call
2112 frame_update_line_height.
2113
2114 * macfns.c: Make (several) trivial substitutions for renamed and
2115 new macros in dispextern.h, frame.h and window.h.
2116 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
2117
2118 * macmenu.c: Make (few) trivial substitutions for renamed and
2119 new macros in dispextern.h, frame.h and window.h.
2120
2121 * msdos.h (struct x_output): Remove members left_pos, top_pos,
2122 and line_height, and use corresponding new members in struct
2123 frame. All uses changed.
2124 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
2125 superseeded by corresponding macros in frame.h.
2126
2127 * msdos.c: Make (several) trivial substitutions for renamed and
2128 new macros in dispextern.h, frame.h and window.h.
2129 (IT_note_mouse_highlight): Use updated window coordinates returned
2130 by window_from_coordinates, rather than adjusting them locally.
2131 (internal_terminal_init): No need to initialize line_height here;
2132 it now defaults to 1.
2133
2134 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
2135
2136 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
2137 dropping `down' events.
2138
2139 2003-05-24 Andreas Schwab <schwab@suse.de>
2140
2141 * coding.c (find_safe_codings): Fix last change.
2142
2143 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
2144
2145 * xfns.c (x_window): Fix typo from 2003-05-21 change.
2146
2147 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * xdisp.c (display_mode_element): Increase max depth.
2150 Simplify the error handling code. Use a different error string
2151 for the case where we hit the depth limit.
2152
2153 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
2154
2155 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
2156
2157 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
2158
2159 * intervals.c (get_local_map): Don't get char-property of previous
2160 point any more: get_pos_property already does it and better.
2161
2162 2003-05-21 Dave Love <fx@gnu.org>
2163
2164 [Merged from unicode branch.]
2165
2166 * xfns.c (x_window, x_window): Use use_xim.
2167
2168 * xterm.c (use_xim): Initialize.
2169 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
2170 (x_term_init): Maybe set use_xim.
2171
2172 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
2173
2174 2003-05-21 Jason Rumney <jasonr@gnu.org>
2175
2176 * unexw32.c (_start): Remove _fmode initialization.
2177
2178 * emacs.c (main) [WINDOWSNT]: Move it here.
2179
2180 2003-05-20 Dave Love <fx@gnu.org>
2181
2182 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
2183
2184 2003-05-19 Richard M. Stallman <rms@gnu.org>
2185
2186 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
2187 as value for QCfont attribute.
2188 (realize_default_face): lface should already exist; crash if not.
2189 Specify 0 for FORCE_P when calling set_lface_from_font_name.
2190
2191 * frame.c (Fignore_event): Doc fix.
2192
2193 2003-05-19 Kenichi Handa <handa@m17n.org>
2194
2195 * coding.c (decode_coding_string): Handle post-read-conversion
2196 even if the coding doesn't require decoding.
2197
2198 2003-05-18 Richard M. Stallman <rms@gnu.org>
2199
2200 * callproc.c (Fcall_process_region): Doc fix.
2201
2202 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
2203
2204 * lread.c (Fload): Print a message if package is obsolete.
2205
2206 * window.c (Fselect_window): Add optional `norecord' arg.
2207 (select_window_1): Fold into Fselect_window.
2208 (select_window_norecord): New function.
2209 (temp_output_buffer_show): Use it. Preserve current buffer.
2210
2211 * window.h (Fselect_window): Update declaration.
2212
2213 * window.c (delete_window, Fother_window, Fset_window_configuration):
2214 * minibuf.c (read_minibuf):
2215 * macterm.c (x_new_focus_frame):
2216 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
2217 * callint.c (Fcall_interactively):
2218 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
2219
2220 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
2221
2222 2003-05-17 David Kastrup <dak@gnu.org>
2223
2224 * process.c (read_process_output): Back out change from 2003-03-09.
2225
2226 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
2227
2228 * editfns.c (get_pos_property): Don't assume that `object' = nil.
2229
2230 * textprop.c (text_property_stickiness): New arg `buffer'.
2231
2232 * intervals.h (text_property_stickiness): New arg `buffer'.
2233 (get_pos_property): Declare.
2234
2235 * intervals.c (get_local_map): Use get_pos_property, to obey
2236 stickiness and empty overlays.
2237 (create_root_interval, graft_intervals_into_buffer): Use BEG.
2238 (merge_properties, intervals_equal, merge_properties_sticky):
2239 Use XCAR, XCDR.
2240 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
2241
2242 2003-05-17 Richard M. Stallman <rms@gnu.org>
2243
2244 * minibuf.c (read_minibuf): If buffer is empty, record the default
2245 in the history.
2246 (Fminibuffer_complete_word): When deleting the overlap, take account
2247 of its real position.
2248
2249 * fns.c (map_char_table): Fix previous change.
2250
2251 * syntax.c (find_defun_start):
2252 When open_paren_in_column_0_is_defun_start,
2253 return beginning of buffer.
2254
2255 * lisp.h (map_char_table): Declare added arg.
2256
2257 * fns.c (map_char_table): New arg TABLE gets the master table.
2258 All calls changed.
2259 Process default and inheritance, resorting to Faref if necessary.
2260
2261 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
2262 (Faccessible_keymaps): Pass new arg to map_char_table.
2263
2264 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
2265
2266 * casetab.c (set_case_table): Pass new arg to map_char_table.
2267
2268 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
2269
2270 * lisp.h (specbinding_func): New typedef.
2271 (struct specbinding): Use specbinding_func, to put the `volatile'
2272 in the right place.
2273
2274 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
2275 to avoid GCC warning.
2276
2277 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change)
2278
2279 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
2280
2281 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
2282
2283 * keyboard.c (apply_modifiers): Don't fill the other cache.
2284
2285 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
2286
2287 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
2288
2289 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
2290 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
2291 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
2292 (Fset_window_configuration, Fcurrent_window_configuration)
2293 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
2294 (Fpos_visible_in_window_p, mark_window_cursors_off)
2295 (window_internal_height, window_internal_width, Frecenter)
2296 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
2297 (replace_buffer_in_all_windows, init_window_once, init_window)
2298 (syms_of_window, keys_of_window): Move from lisp.h.
2299 * lisp.h: Move window.c declarations to window.h.
2300
2301 * bytecode.c: Include window.h.
2302 * emacs.c: Include window.h.
2303
2304 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
2305 (keyremap): Add `parent' field.
2306 (keyremap_step): Use it. Remove `parent' argument.
2307 (read_key_sequence): Setup and use the new `parent' field.
2308
2309 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
2310
2311 * keyboard.c (adjust_point_for_property): Ensure termination.
2312
2313 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
2314
2315 * keyboard.c (follow_key): Remove dead variable `did_meta'.
2316 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
2317 duplicated handling of function-key-map and key-translation-map
2318 in read_key_sequence.
2319 (read_key_sequence): Use them.
2320
2321 * keyboard.c (adjust_point_for_property): Try harder to move point
2322 to the non-sticky end of an invisible property.
2323
2324 * xdisp.c (single_display_prop_intangible_p): Make `space' display
2325 property intangible as well.
2326
2327 2003-05-10 Andreas Schwab <schwab@suse.de>
2328
2329 * xmenu.c (single_menu_item): Change last parameter to void* to
2330 avoid warning.
2331
2332 2003-05-09 Richard M. Stallman <rms@gnu.org>
2333
2334 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
2335 Bind Qinhibit_modification_hooks to t so there will be no GC.
2336 Rename local `tem' to `save_deactivate_mark'.
2337
2338 * eval.c (specpdl_ptr): Declare volatile.
2339 (unbind_to): Copy the whole binding and decrement specpdl_ptr
2340 before doing the work of unbinding it.
2341
2342 * lisp.h (struct specbinding): Declare elements volatile.
2343 (specpdl_ptr): Declare volatile.
2344
2345 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
2346
2347 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
2348 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
2349
2350 2003-05-08 Dave Love <fx@gnu.org>
2351
2352 * coding.c (Vlast_coding_system_used): Doc fix.
2353
2354 2003-05-07 Jason Rumney <jasonr@gnu.org>
2355
2356 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
2357 when system does not support them.
2358
2359 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
2360
2361 * fileio.c (Qwrite_region_annotate_functions): New var.
2362 (build_annotations): Use it to process the global part of the hook.
2363 (syms_of_fileio): Init and staticpro it.
2364
2365 * keyboard.c (safe_run_hooks_error): Display a message instead of
2366 silently ignoring the error.
2367
2368 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
2369
2370 * keyboard.c (input_available_signal): Mark static.
2371 (menu_bar_items): Use map_keymap.
2372 (menu_bar_one_keymap): Remove.
2373 (menu_bar_item): Adjust arglist (for use in map_keymap).
2374 Properly hide a second binding when not both are keymaps.
2375
2376 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
2377 (single_keymap_panes): Use it and map_keymap.
2378 (single_menu_item): Use skp as well.
2379
2380 * keymap.h (map_keymap_function_t): New type.
2381 (map_keymap): Declare.
2382
2383 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
2384 (map_keymap_call, Fmap_keymap): New functions.
2385 (syms_of_keymap): Defsubr map-keymap.
2386
2387 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2388
2389 * gtkutil.c (create_dialog, make_widget_for_menu_item)
2390 (make_menu_item, create_menus, xg_update_menu_item): Don't call
2391 ..._with_mnemonic functions for menu items.
2392
2393 2003-05-01 Kenichi Handa <handa@m17n.org>
2394
2395 * coding.c (coding_system_accept_latin_extra_p): Delete this
2396 function.
2397 (find_safe_codings): Pay attention to
2398 the property tranlsation-table-for-encode of each codings.
2399 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
2400
2401 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
2402
2403 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
2404
2405 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
2406
2407 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
2408
2409 * lisp.h (CHECK): Wrap args in parenthesis.
2410 (specbind): Fix doc: symbol = Qnil is not supported any more.
2411
2412 * bytecode.c (Fbyte_code) <unwind-protect>:
2413 Use Fprogn rather than 0 and Qnil.
2414
2415 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
2416 `double', and `triple' modifiers as well.
2417
2418 2003-04-30 Richard M. Stallman <rms@gnu.org>
2419
2420 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
2421
2422 * alloc.c (abort_on_gc): New variable.
2423 (Fgarbage_collect): Abort if abort_on_gc is set.
2424
2425 * lisp.h (abort_on_gc): Add decl.
2426
2427 * eval.c (Fsignal): Clear abort_on_gc.
2428
2429 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
2430 Reinit FORMAT_START and END before second scan.
2431
2432 * xdisp.c (move_it_vertically_backward): Do the final big else
2433 even if nlines is 0.
2434
2435 * xdisp.c (redisplay_internal): Finish the per-frame loop
2436 even if redisplay is suspended by input.
2437
2438 2003-04-24 Andrew Choi <akochoi@shaw.ca>
2439
2440 * macterm.c (x_list_fonts): Return all fonts that match if
2441 maxnames = -1.
2442
2443 2003-04-25 Kenichi Handa <handa@m17n.org>
2444
2445 * syntax.c (skip_chars): Fix previous change.
2446
2447 2003-04-24 Kenichi Handa <handa@m17n.org>
2448
2449 * syntax.c (skip_chars): Make the code faster by using the common
2450 technique of *p, *stop, and *endp.
2451
2452 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2453
2454 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
2455 tool_bar_items so GTK tool bar expose callback does not access items
2456 being updated.
2457
2458 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
2459
2460 * eval.c (Fapply): Undo last change and add a comment about why.
2461
2462 2003-04-18 Miles Bader <miles@gnu.org>
2463
2464 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
2465 pickier PARSE_MULTIBYTE_SEQ.
2466
2467 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
2468
2469 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
2470 Use XCDR, XCAR, CONSP.
2471 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
2472 (Fapply): Remove unnecessary GCPRO.
2473
2474 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
2475
2476 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
2477
2478 * buffer.h: Don't hardcode BEG==1.
2479
2480 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
2481
2482 2003-04-16 Richard M. Stallman <rms@gnu.org>
2483
2484 * xdisp.c (try_window, try_window_reusing_current_matrix):
2485 When at end of window, set window_end_pos to Z-ZV.
2486
2487 * buffer.c (Foverlay_recenter): Doc fix.
2488
2489 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
2490
2491 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
2492
2493 2003-04-14 Andrew Choi <akochoi@shaw.ca>
2494
2495 * macterm.c (mac_check_for_quit_char): Don't check more often than
2496 once a second.
2497
2498 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
2499
2500 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
2501 specially, so that they can't hide an implicit switch-frame event.
2502 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
2503 (head_table): Use switch-frame as event_kind for select-window.
2504 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
2505
2506 * editfns.c (Fformat): Lisp_Object/int mixup.
2507 (format2): Remove unused var numargs.
2508
2509 2003-04-11 Kenichi Handa <handa@m17n.org>
2510
2511 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
2512 (Qafter_insert_file_set_coding): New variable.
2513 (syms_of_fileio): Initialize and staticpro it. Delete declaration
2514 for after-insert-file-adjust-coding-function.
2515 (Finsert_file_contents): Call Qafter_insert_file_set_coding
2516 instead of Vafter_insert_file_adjust_coding_function.
2517
2518 2003-04-11 Kenichi Handa <handa@m17n.org>
2519
2520 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
2521
2522 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
2523 string. Callers changed.
2524
2525 2003-04-10 Kenichi Handa <handa@m17n.org>
2526
2527 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
2528 (syms_of_fileio): Declare it as a lisp variable.
2529 (Finsert_file_contents):
2530 Call Vafter_insert_file_adjust_coding_function before calling
2531 decode-format.
2532
2533 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2534
2535 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
2536 get GtkAdjustment as widget now is a GtkRange.
2537
2538 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
2539 GtkRange to avoid memory leak.
2540
2541 2003-04-09 Kenichi Handa <handa@m17n.org>
2542
2543 * xfaces.c (Vface_font_rescale_alist): New variable.
2544 (struct font_name): New member rescale_ratio.
2545 (font_rescale_ratio): New function.
2546 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
2547 (better_font_p): On comparing point sized, pay attention to
2548 recale_ratio member of fonts.
2549 (build_scalable_font_name): Reflect font->rescale_ratio in the
2550 font name.
2551 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
2552
2553 * lread.c (read1): Before calling index, check if the 2nd
2554 arguemnt is in ASCII range.
2555
2556 2003-04-08 Richard M. Stallman <rms@gnu.org>
2557
2558 * fileio.c (Ffile_symlink_p): Doc fix.
2559
2560 * editfns.c (Fformat): Translate positions of text properties
2561 in the format string to apply them to the result.
2562
2563 * fileio.c (Finsert_file_contents): Doc fix.
2564 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
2565
2566 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
2567
2568 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
2569
2570 2003-04-08 Steven Tamm <steventamm@mac.com>
2571
2572 * mac.c (init_mac_osx_environment): Switch libexec and bin so
2573 that self-contained application finds libexec files.
2574
2575 2003-04-08 Kenichi Handa <handa@m17n.org>
2576
2577 * coding.c (code_convert_region_unwind):
2578 Set Vlast_coding_system_used to the argument.
2579 (code_convert_region): If post-read-conversion function changed
2580 the value of last-coding-sytem, keep the new value in
2581 coding->symbol so that it won't be overridden.
2582 (run_pre_post_conversion_on_str): Likewise.
2583 (coding_system_accept_latin_extra_p): New function.
2584 (find_safe_codings): Pay attention to characters registered in
2585 latin-extra-code-table.
2586
2587 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
2588
2589 * Makefile.in (md5.o): Add missing dependency info.
2590
2591 2003-04-06 Richard M. Stallman <rms@gnu.org>
2592
2593 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
2594
2595 * marker.c (verify_bytepos): New function.
2596
2597 * intervals.c (set_intervals_multibyte_1): When becoming
2598 multibyte, adjust right and left child sizes to a whole set of
2599 characters. If an interval gets zero total-length, delete it.
2600 If an interval consists of just its children, delete one of them.
2601
2602 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
2603 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
2604
2605 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
2606 All calls deleted.
2607 (lisp_malloc): Do the work here directly.
2608
2609 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
2610
2611 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
2612 char tables.
2613
2614 2003-04-04 Kenichi Handa <handa@m17n.org>
2615
2616 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
2617 destructively change "%S" to "%s".
2618
2619 2003-04-03 Miles Bader <miles@gnu.org>
2620
2621 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
2622 always set.
2623
2624 2003-04-01 Dave Love <fx@gnu.org>
2625
2626 * xfns.c (xpm_lookup_color): Grok "opaque".
2627
2628 2003-03-31 Andrew Choi <akochoi@shaw.ca>
2629
2630 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
2631 parent window ID.
2632
2633 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
2634
2635 * macterm.h (struct mac_output): Define x_pixels_diff and
2636 y_pixels_diff.
2637
2638 2003-03-31 Juanma Barranquero <lektu@terra.es>
2639
2640 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
2641 blockinput.h and files included from it.
2642
2643 2003-03-31 Kim F. Storm <storm@cua.dk>
2644
2645 The following changes consolidates the common code related to
2646 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
2647 files into frame.c.
2648
2649 * frame.c: Include blockinput.h.
2650 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
2651 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
2652 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
2653 related vars here.
2654 (struct frame_parm_table, frame_parms): New table for describing
2655 frame parameters and their associated Q-variable.
2656 The order of the parameters corresponds to the sequence of the
2657 frame_parm_handlers table in redisplay_interface.
2658 (x_fullscreen_move, x_set_frame_parameters)
2659 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
2660 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
2661 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
2662 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
2663 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
2664 Generic functions for processing of frame parameters.
2665 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
2666 (display_x_get_resource, x_get_resource_string): Functions for
2667 generic access to X resources.
2668 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2669 (x_default_parameter, Fx_parse_geometry): Functions for generic
2670 access to frame parameters.
2671 (x_figure_window_size): Generic calculation of frame size.
2672 Fixed to add space needed for tool bar. Also setup size_hint_flags.
2673 (syms_of_frame): Intern and staticpro frame parameter variables.
2674 Defvar_lisp Vx_resource_class and Vx_resource_name here.
2675 Defsubr Sx_get_resource and Sx_parse_geometry.
2676
2677 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
2678 parameter related vars defined in frame.c.
2679 (EMACS_CLASS): Define here.
2680 (enum FULLSCREEN_*): Define here.
2681 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
2682 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
2683 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
2684 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
2685 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
2686 (x_set_visibility, x_set_autoraise, x_set_autolower)
2687 (x_set_unsplittable, x_set_vertical_scroll_bars)
2688 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
2689 (x_figure_window_size): Add prototypes.
2690
2691 * dispextern.h (frame_parm_handler): New typedef.
2692 (struct redisplay_interface): New member frame_parm_handlers.
2693 (enum resource_types): Move declaration here.
2694 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
2695 (x_default_parameter): Add prototypes.
2696
2697 * window.c: Remove extern decl for frame parameter vars.
2698 (change_window_heights): New generic function;
2699 replaces x_change_window_heights. All users changed.
2700
2701 * window.h (change_window_heights): Add prototype.
2702
2703 * xfaces.c: Remove extern decl for frame parameter vars.
2704
2705 * xterm.h (EMACS_CLASS): Remove. Use generic define.
2706 (struct w32_display_info): Fix type of xrdb member.
2707 (enum FULLSCREEN_*): Remove.
2708 Remove prototypes for generic functions (in frame.h).
2709
2710 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
2711 parameters now defined in frame.h and frame.c.
2712 (Vx_resource_name): Remove. Use generic var.
2713 (enum x_frame_parms): Remove (bogus, unused enum).
2714 (check_x_display_info): Make non-static (for frame.c).
2715 (struct x_frame_parm_table, x_frame_parms): Remove.
2716 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
2717 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
2718 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
2719 (x_change_window_heights, x_set_autoraise, x_set_autolower)
2720 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
2721 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
2722 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
2723 Remove. Use generic functions instead.
2724 (enum resource_types): Remove.
2725 (x_set_scroll_bar_default_width): New global function (for frame.c).
2726 (Fx_create_frame): Depend on x_figure_window_size to add space for
2727 toolbar and setup size_hint_flags.
2728 (x_frame_parm_handlers): New table for redisplay_interface.
2729 (syms_of_xfns): Don't intern/staticpro removed vars.
2730
2731 * xterm.c: Remove unnecessary extern declarations.
2732 (x_fullscreen_adjust): Remove. Use generic instead.
2733 (x_redisplay_interface): Add x_frame_parm_handlers member.
2734
2735 * w32gui.h (XrmDatabase): New (dummy) typedef.
2736
2737 * w32term.h (EMACS_CLASS): Remove. Use generic define.
2738 (struct w32_display_info): Fix type of xrdb member.
2739 (enum FULLSCREEN_*): Remove.
2740 (x_fullscreen_adjust): Remove prototype.
2741
2742 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
2743 parameters now defined in frame.h and frame.c.
2744 (Vx_resource_name): Remove. Use generic var.
2745 (enum x_frame_parms): Remove (bogus, unused enum).
2746 (check_x_display_info): Make non-static (for frame.c).
2747 (struct x_frame_parm_table, x_frame_parms): Remove.
2748 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
2749 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
2750 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
2751 (x_change_window_heights, x_set_autoraise, x_set_autolower)
2752 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
2753 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
2754 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
2755 Remove. Use generic functions instead.
2756 (enum resource_types): Remove.
2757 (x_set_scroll_bar_default_width): New global function (for frame.c).
2758 (Fx_create_frame): Depend on x_figure_window_size to add space for
2759 toolbar and setup size_hint_flags.
2760 (w32_frame_parm_handlers): New table for redisplay_interface.
2761 (syms_of_w32fns): Don't intern/staticpro removed vars.
2762
2763 * w32term.c: Remove unnecessary extern declarations.
2764 (x_fullscreen_adjust): Remove. Use generic instead.
2765 (x_redisplay_interface): Add w32_frame_parm_handlers member.
2766
2767 * w32reg.c (x_get_string_resource): Use XrmDatabase.
2768
2769 * macgui.h (XrmDatabase): New (dummy) typedef.
2770
2771 * macterm.h (EMACS_CLASS): Remove.
2772 (struct mac_display_info): Add xrdb member.
2773 (struct mac_output): Add want_fullscreen member.
2774
2775 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
2776 parameters now defined in frame.h and frame.c.
2777 (Vx_resource_name): Remove. Use generic var.
2778 (check_x_display_info): Make non-static (for frame.c).
2779 (struct x_frame_parm_table, x_frame_parms): Remove.
2780 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
2781 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
2782 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
2783 (x_change_window_heights, x_set_autoraise, x_set_autolower)
2784 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
2785 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
2786 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
2787 Remove. Use generic functions instead.
2788 (enum resource_types): Remove.
2789 (x_set_scroll_bar_default_width): New global function (for frame.c).
2790 (mac_frame_parm_handlers): New table for redisplay_interface.
2791 (syms_of_macfns): Don't intern/staticpro removed vars.
2792
2793 * macterm.c: Remove unnecessary extern declarations.
2794 (x_redisplay_interface): Add mac_frame_parm_handlers member.
2795
2796 * Makefile.in (frame.o): Add dependency on blockinput.h and files
2797 included from it (atimer.h and systime.h).
2798
2799 2003-03-30 Andreas Schwab <schwab@suse.de>
2800
2801 * xdisp.c (x_insert_glyphs): Fix swapped width and height
2802 parameters for shift_glyphs_for_insert.
2803
2804 * macterm.c (x_redisplay_interface): Add missing entry for
2805 draw_vertical_window_border.
2806
2807 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2808
2809 * fileio.c (Fexpand_file_name): In the no-handler case, after
2810 expanding, look again for a handler and invoke it. This is needed
2811 for filenames like "/foo/../user@host:/bar/../baz" -- the first
2812 expansion produces "/user@host:/bar/../baz" which needs to be
2813 expanded again for the finame result "/user@host:/baz".
2814
2815 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2816
2817 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
2818 of area to be redrawn for better performance.
2819
2820 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
2821
2822 * xterm.c (take_vertical_position_into_account): Remove.
2823 (xt_action_hook): Call set_vertical_scroll_bar if needed.
2824 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
2825 (xm_scroll_callback, x_create_toolkit_scroll_bar)
2826 (x_set_toolkit_scroll_bar_thumb): Simplify.
2827 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
2828 (XTread_socket): Remove unused var.
2829 (x_make_frame_invisible): Replace goto with else.
2830
2831 * xdisp.c (set_vertical_scroll_bar): New fun.
2832 (redisplay_window): Use it.
2833
2834 2003-03-26 Richard M. Stallman <rms@gnu.org>
2835
2836 * xdisp.c (update_tool_bar): Recompute tool bar if
2837 update_mode_lines is set. Set w->update_mode_line
2838 only if the tool bar contents actually change.
2839 (update_menu_bar): Undo previous change.
2840
2841 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2842
2843 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
2844 (xg_frame_set_char_size): Calculate scroll bar width before frame
2845 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
2846 (xg_separator_p): Check for all documented separator types.
2847 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
2848 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
2849
2850 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
2851 so tool bar gets updated.
2852
2853 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
2854
2855 * data.c (store_symval_forwarding): Re-instate part of the code
2856 that was deleted with too much enthusiasm.
2857
2858 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
2859
2860 * data.c (store_symval_forwarding): Delete special read-only
2861 hack for type == -1, since we now use ->constant instead.
2862 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
2863
2864 * buffer.c (overlays_in): Declare static.
2865 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
2866 `constant' field rather than the variable's `type' field.
2867
2868 2003-03-24 Andrew Choi <akochoi@shaw.ca>
2869
2870 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
2871
2872 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
2873
2874 * fns.c [MAC_OSX]: Do not redefine vector.
2875
2876 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
2877
2878 * macgui.h: Remove definition of No_Cursor.
2879
2880 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
2881
2882 * xdisp.c: Define No_Cursor.
2883 (x_write_glyphs, notice_overwritten_cursor)
2884 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
2885 (note_mouse_highlight): Remove Mac-specific code.
2886 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
2887
2888 2003-03-24 John Paul Wallington <jpw@gnu.org>
2889
2890 * xdisp.c (redisplay_window): If mini window's buffer is not
2891 empty, then redisplay it like other windows.
2892
2893 2003-03-23 Kim F. Storm <storm@cua.dk>
2894
2895 * w32term.c (w32_draw_window_cursor): Fix last change.
2896
2897 2003-03-23 Kenichi Handa <handa@m17n.org>
2898
2899 * alloc.c (make_string_from_bytes, make_specified_string):
2900 Add `const' for the arg CONTENTS.
2901
2902 * lisp.h (make_string_from_bytes, make_specified_string):
2903 Prototypes adjusted.
2904
2905 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2906
2907 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
2908
2909 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
2910 (XG_SB_RANGE): New define.
2911
2912 * gtkutil.c (xg_fixed_handle_expose): New function.
2913 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
2914 expose events.
2915 (xg_update_scrollbar_pos): Take two more arguments, left and width
2916 of scroll bar including borders.
2917 Clear left and right part outside scroll bar separately as some
2918 themes have bars that are not an even number of pixels.
2919 Don't set reallocate_redraws, don't call
2920 gdk_window_process_all_updates.
2921 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
2922 so no need to change it. Calculate size and value with XG_SB_RANGE.
2923
2924 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
2925 Pass left and width of scroll bar including borders to
2926 xg_update_scrollbar_pos.
2927
2928 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
2929
2930 * Makefile.in: Make sure space precedes end-of-line backslashes.
2931
2932 2003-03-22 Kim F. Storm <storm@cua.dk>
2933
2934 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
2935 Add generic versions here. Remove system specific versions
2936 defined elsewhere.
2937
2938 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
2939 Add prototypes.
2940
2941 * xterm.h (STORE_NATIVE_RECT): New macro.
2942
2943 2003-03-21 Kim F. Storm <storm@cua.dk>
2944
2945 * xdisp.c (get_glyph_string_clip_rect):
2946 Use FRAME_INTERNAL_BORDER_WIDTH.
2947
2948 * dispextern.h (struct redisplay_interface): Add active_p
2949 argument to draw_window_cursor member. All uses changed.
2950
2951 2003-03-21 Kim F. Storm <storm@cua.dk>
2952
2953 The following changes consolidate code related to writing and
2954 inserting glyphs, exposing frame, the tool bar, the mouse face,
2955 the output cursor, and help echo from xterm.c, w32term.c and
2956 macterm.c into xdisp.c. It also generalizes the use of the
2957 window_part enum instead of using numeric values throughout.
2958
2959 * xdisp.c: Consolidate gui-independent code here.
2960 Include keymap.h.
2961 (Qhelp_echo): Import.
2962 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
2963 (help_echo_string, help_echo_window, help_echo_object)
2964 (previous_help_echo_string, help_echo_pos): Declare here.
2965 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
2966 (estimate_mode_line_height): Define here. Handle windowing
2967 systems directly (without using estimate_mode_line_height_hook).
2968 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
2969 (update_window_cursor, update_cursor_in_window_tree)
2970 (fast_find_position, fast_find_string_pos)
2971 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
2972 (expose_area, expose_line, expose_overlaps, expose_window)
2973 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
2974 declared static as they are only used locally in xdisp.c.
2975 (draw_glyphs): Rename from x_draw_glyphs and make static.
2976 (tool_bar_item_info, notice_overwritten_cursor): Make static.
2977 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
2978 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
2979 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
2980 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
2981 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
2982 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
2983 (note_mouse_highlight, x_clear_window_mouse_face)
2984 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
2985 (x_intersect_rectangles): New generic functions for use by xdisp.c
2986 and GUI front-ends.
2987 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
2988 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
2989
2990 * dispextern.h (Display_Info): Generic typedef for *_display_info.
2991 (NativeRectangle): Generic typedef for rectangle type.
2992 (enum window_part): Move here from window.c.
2993 (struct redisplay_interface): New members flush_display_optional,
2994 define_frame_cursor, clear_frame_area, draw_window_cursor,
2995 draw_vertical_window_border, shift_glyphs_for_insert.
2996 Rename member clear_mouse_face to clear_window_mouse_face.
2997 (estimate_mode_line_height_hook): Remove hook.
2998 (auto_raise_tool_bar_buttons_p): Don't declare extern.
2999 (tool_bar_item_info): Remove prototype.
3000 (help_echo_string, help_echo_window, help_echo_object)
3001 (previous_help_echo_string, help_echo_pos)
3002 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
3003 (x_stretch_cursor_p, output_cursor): Declare extern.
3004 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
3005 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
3006 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
3007 (display_and_set_cursor, set_output_cursor, x_cursor_to)
3008 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
3009 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
3010 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
3011 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
3012 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
3013 Add prototypes.
3014 (mode_line_string, marginal_area_string): Fix prototypes.
3015
3016 * window.c (enum window_part): Move to dispextern.h.
3017 (coordinates_in_window): Use enum window_part member names
3018 instead of numbers to describe return value.
3019 (struct check_window_data): Change part member to window_part.
3020 (check_window_containing): Return window_part unaltered.
3021 (window_from_coordinates): Change part arg from int to enum
3022 window_part. Allow part arg to be null. All users changed.
3023
3024 * window.h (window_from_coordinates): Fix prototype.
3025
3026 * term.c (estimate_mode_line_height): Move to xdisp.c.
3027
3028 * keyboard.c (make_lispy_event): Use enum window_part.
3029
3030 * dispnew.c (mode_line_string, marginal_area_string): Use enum
3031 window_part instead of int in arg list. Users changed.
3032
3033 * xterm.h (No_Cursor): Declare as None for X.
3034 (struct mac_output): Replace member cross_cursor by hand_cursor.
3035
3036 * xterm.c: Remove consolidated defines and code.
3037 (BETWEEN): Remove unused macro.
3038 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
3039 (x_define_frame_cursor, x_clear_frame_area)
3040 (x_draw_window_cursor): New X-specific functions for RIF.
3041 (x_redisplay_interface): Add new members.
3042
3043 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
3044
3045 * w32term.h (struct w32_output): Remove cross_cursor member.
3046
3047 * w32term.c: Remove consolidated defines and code.
3048 (BETWEEN): Remove unused macro.
3049 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
3050 (w32_define_frame_cursor, w32_clear_frame_area)
3051 (w32_draw_window_cursor): New W32-specific functions for RIF.
3052 (w32_redisplay_interface): Add new members.
3053
3054 * w32gui.h (No_Cursor): Define as 0 for W32.
3055 (XRectangle): Add X compatible rectangle type.
3056 (NativeRectangle): Declare as RECT for W32.
3057 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
3058
3059 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
3060
3061 * w32console.c: Remove consolidated defines and code.
3062
3063 * msdos.h (Display_Info): Add generic typedef.
3064
3065 * msdos.c: Remove consolidated defines and code.
3066 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
3067
3068 * macterm.h (struct mac_output): Replace member cross_cursor by
3069 hand_cursor.
3070 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
3071
3072 * macterm.c: Remove consolidated defines and code.
3073 (BETWEEN): Remove unused macro.
3074 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
3075 (mac_define_frame_cursor, mac_clear_frame_area)
3076 (mac_draw_window_cursor): New Mac-specific functions for RIF.
3077 (x_redisplay_interface): Add new members.
3078
3079 * macgui.h (No_Cursor): Define as 0 for Mac.
3080 (XRectangle): Add X compatible rectangle type.
3081 (NativeRectangle): Declare as Rect for Mac.
3082 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
3083
3084 * macfns.c (x_set_mouse_color): Setup hand_cursor.
3085 (x_set_cursor_color): Use x_display_and_set_cursor.
3086
3087 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
3088 included from it. Add dependency on keymap.h.
3089
3090 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
3091
3092 2003-03-21 Kenichi Handa <handa@m17n.org>
3093
3094 * fileio.c (Fexpand_file_name): Fix previous change.
3095
3096 2003-03-19 Kenichi Handa <handa@m17n.org>
3097
3098 * fileio.c (Ffile_name_directory): Reconstruct file name by
3099 make_specified_string.
3100 (Ffile_name_nondirectory, Ffile_name_as_directory)
3101 (Fdirectory_file_name, Fexpand_file_name)
3102 (Fsubstitute_in_file_name): Likewise.
3103 (Fread_file_name): Compare decoded homedir with DIR and
3104 DEFAULT_FILENAME.
3105
3106 * alloc.c (make_specified_string): If NCHARS is negative, count
3107 the number of characters.
3108
3109 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3110
3111 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
3112 all widgets.
3113
3114 * gtkutil.h: Removed xg_ignore_next_thumb.
3115
3116 2003-03-18 Kenichi Handa <handa@m17n.org>
3117
3118 * coding.c (Vchar_coding_system_table): Remove this variable.
3119 (Vcoding_system_safe_chars): New variable.
3120 (intersection): Remove this function.
3121 (find_safe_codings): Don't use Vchar_coding_system_table, but try
3122 all codings in SAFE_CODINGS.
3123 (Ffind_coding_systems_region_internal): Adjust for the change of
3124 find_safe_codings. Get generic coding systems from
3125 Vcoding_system_safe_chars.
3126 (Fdefine_coding_system_internal): New function.
3127 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
3128 Initialize and staticpro Vcoding_system_safe_chars.
3129
3130 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3131
3132 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
3133 equal old values before updating.
3134
3135 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
3136
3137 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
3138
3139 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3140
3141 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
3142 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
3143 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
3144 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
3145 (xg_create_scroll_bar): Pass bar to button event callback.
3146 (xg_find_top_left_in_fixed): New function.
3147 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
3148 whole scroll bar area. Get old position with
3149 xg_find_top_left_in_fixed, calculate and only clear needed areas.
3150 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
3151 dragging is in progress. Calculate whole as for Motif.
3152 Remove code that saved last values. Call gtk_range functions to
3153 set scroll bar sizes.
3154
3155 * gtkutil.h: Removed xg_ignore_next_thumb.
3156
3157 2003-03-17 Juanma Barranquero <lektu@terra.es>
3158
3159 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
3160 and files included from it.
3161
3162 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
3163
3164 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
3165 multiple occurrences of the same keymap under different prefixes.
3166 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
3167
3168 2003-03-16 Jason Rumney <jasonr@gnu.org>
3169
3170 * w32gui.h: Use HDC for Display.
3171
3172 * w32term.c (w32_encode_char): Prevent double-byte chars from
3173 crashing Emacs.
3174
3175 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
3176 as binary.
3177
3178 2003-03-16 Juanma Barranquero <lektu@terra.es>
3179
3180 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
3181
3182 2003-03-16 Kim F. Storm <storm@cua.dk>
3183
3184 The following changes consolidate some of the gui-independent
3185 parts of the processing and drawing of "glyph strings" from
3186 xterm.c, w32term.c, and macterm.c into xdisp.c.
3187
3188 * dispextern.h (struct glyph): Reduce face_id member from 22 to
3189 21 bits (this reduces number of faces from 4M to 2M).
3190 Replace W32 specific w32_font_type member (2 bits) by generic
3191 font_type member (3 bits) for portability.
3192 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
3193 (enum draw_glyphs_face): Define here.
3194 (struct glyph_string): Define here. Merge W32 and X versions.
3195 (struct redisplay_interface): New members per_char_metric,
3196 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
3197 (VCENTER_BASELINE_OFFSET): Define here.
3198 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
3199 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
3200
3201 * xdisp.c: Consolidate gui-independent "glyph string" code here.
3202 (dump_glyph_string): Moved here.
3203 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
3204 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
3205 (fill_composite_glyph_string, fill_glyph_string)
3206 (fill_image_glyph_string, fill_stretch_glyph_string)
3207 (left_overwritten, left_overwriting, right_overwritten)
3208 (right_overwriting, get_char_face_and_encoding)
3209 (set_glyph_string_background_width, compute_overhangs_and_x)
3210 (append_glyph, append_composite_glyph, produce_image_glyph)
3211 (take_vertical_position_into_account, append_stretch_glyph)
3212 (produce_stretch_glyph): New generic functions (based on X version).
3213 Call platform specific functions through rif.
3214 (INIT_GLYPH_STRING): New macro, hides W32 details.
3215 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
3216 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
3217 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
3218 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
3219 (notice_overwritten_cursor):
3220 Generic functions exported to platform modules. Users changed.
3221
3222 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
3223 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
3224 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
3225 New macros for consolidated code.
3226
3227 * xterm.c: Remove consolidated defines and code.
3228 (x_per_char_metric, x_encode_char)
3229 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
3230 (x_redisplay_interface): Add new members.
3231
3232 * w32gui.h (Display): Add dummy typedef for consolidation.
3233 (XChar2b): Define alias for wchar_t for consolidation.
3234 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
3235
3236 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
3237 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
3238 New macros for consolidation.
3239
3240 * w32term.c: Remove consolidated defines and code.
3241 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
3242 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
3243 (w32_per_char_metric): Change font_type arg to int for RIF.
3244 (w32_encode_char): Return int according to RIF requirements.
3245 (w32_compute_glyph_string_overhangs): Adapt to RIF.
3246 (w32_get_glyph_overhangs): New function for RIF. Uses generic
3247 x_get_glyph_overhangs.
3248 (w32_redisplay_interface): Add new members.
3249
3250 * macgui.h (XChar2b): Move typedef here for consolidation.
3251 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
3252
3253 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
3254 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
3255 consolidation.
3256
3257 * macterm.c: Remove consolidated defines and code.
3258 (mac_per_char_metric): New function for RIF.
3259 (mac_encode_char): Adapt to new RIF requirements.
3260 (mac_compute_glyph_string_overhangs): Adapt for RIF.
3261 (x_redisplay_interface): Add new members.
3262
3263 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
3264
3265 * keymap.c (Vmenu_events): New var.
3266 (syms_of_keymap): Initialize it.
3267 (where_is_internal): Check more carefully what is a menu event.
3268
3269 2003-03-14 Richard M. Stallman <rms@gnu.org>
3270
3271 * lread.c (read1): After #!, exit loop on eof.
3272
3273 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3274
3275 * gtkutil.h: Add declaration for xg_frame_cleared.
3276
3277 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
3278
3279 * gtkutil.c (struct xg_last_sb_pos): New structure.
3280 (handle_fixed_child): New function.
3281 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
3282 and force a redraw on them.
3283 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
3284 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
3285 so we can avoid unneeded redraws.
3286 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
3287 and force a redraw on the scroll bar.
3288 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
3289 if xg_last_sb_pos shows the positions are up to date.
3290 (xg_frame_cleared): New function.
3291
3292 2003-03-13 Kenichi Handa <handa@m17n.org>
3293
3294 * coding.c (Fdetect_coding_region): Fix docstring.
3295 (Fdetect_coding_string): Fix docstring.
3296
3297 2003-03-13 Andreas Schwab <schwab@suse.de>
3298
3299 * gtkutil.c: Add prototype for create_menus.
3300
3301 * data.c (long_to_cons): Fix type of top.
3302
3303 * xselect.c (selection_data_to_lisp_data): Use int instead of
3304 long for an integer of size 4.
3305
3306 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
3307 (xg_tool_bar_help_callback): Likewise.
3308
3309 2003-03-12 Andreas Schwab <schwab@suse.de>
3310
3311 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
3312
3313 2003-03-12 Kim F. Storm <storm@cua.dk>
3314
3315 The following changes consolidate the fringe handling from
3316 xterm.c, w32term.c, and macterm.c into xdisp.c.
3317
3318 * xdisp.c: Consolidate fringe handling code here.
3319 (left_bits, right_bits, continued_bits, continuation_bits)
3320 (ov_bits, zv_bits): Define fringe bitmaps.
3321 (fringe_bitmaps): New array holding fringe bitmaps.
3322 (draw_fringe_bitmap): Draw a specific bitmap; call display
3323 specific drawing routine via rif->draw_fringe_bitmap.
3324 (draw_row_fringe_bitmaps): Generic replacement for
3325 x_draw_row_fringe_bitmaps; all callers changed.
3326 (compute_fringe_widths): Generic replacement for
3327 x_compute_fringe_widths; all callers changed.
3328
3329 * dispextern.h (enum fringe_bitmap_type): Define here.
3330 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
3331 (fringe_bitmaps): Declare extern.
3332 (struct redisplay_interface): New member draw_fringe_bitmap.
3333 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
3334
3335 * xterm.c: Remove generic fringe code.
3336 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
3337 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
3338
3339 * w32term.c: Remove generic fringe code.
3340 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
3341 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
3342
3343 * macterm.c: Remove generic fringe code.
3344 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
3345 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
3346
3347 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
3348
3349 * print.c (Fprin1_to_string): Return unibyte string if possible.
3350
3351 2003-03-09 David Kastrup <dak@gnu.org>
3352
3353 * process.c (read_process_output): We have allocated enough space
3354 for readmax and carryover, so actually use the alloted space.
3355
3356 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3357
3358 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
3359 toolkit scrollbar click.
3360
3361 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
3362 for USE_GTK.
3363 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
3364 also.
3365 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
3366 scrollbar and control is pressed, call x_scroll_bar_handle_click.
3367
3368 * gtkutil.h: Declare xg_get_scroll_id_for_window.
3369
3370 * gtkutil.c (xg_get_scroll_id_for_window): New function.
3371 (xg_tool_bar_item_expose_callback): New function.
3372 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
3373 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
3374 on the tool bar widget.
3375 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
3376 to expose on the tool bar item widgets.
3377
3378 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3379
3380 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
3381 struct image* when deciding to update (struct image* may have been
3382 deleted from the image cache).
3383
3384 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
3385 the event isn't for a frame (i.e. for dialogs).
3386
3387 2003-03-07 Kenichi Handa <handa@m17n.org>
3388
3389 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
3390 composition components reaches the limit, terminate composing.
3391 (COMPOSITION_OK): New macro.
3392 (detect_coding_iso2022): Use it if an escape sequence for
3393 composition is found.
3394 (coding_restore_composition): Adjust the number of composition
3395 components if it is not sane.
3396
3397 2003-03-06 Juanma Barranquero <lektu@terra.es>
3398
3399 * w32term.h (struct w32_display_info): Add xrdb member to support
3400 passing resources via -xrm on Windows.
3401
3402 * w32term.c (w32_make_rdb): New function.
3403 (w32_term_init): Use it to initialize xrdb member of w32_display_info
3404 struct. Delete leftover code.
3405
3406 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
3407 for resources passed on the command line.
3408
3409 * w32reg.c (w32_get_rdb_resource): New function.
3410 (x_get_string_resource): Use it, so resources passed with -xrm
3411 supercede the ones in the registry.
3412
3413 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3414
3415 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
3416 instead of x_top_window_to_frame.
3417
3418 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3419
3420 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
3421 when restarting Emacs.
3422
3423 2003-03-03 Richard M. Stallman <rms@gnu.org>
3424
3425 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
3426 to run kill-buffer-query-functions.
3427 (Qkill_buffer_query_functions): New var.
3428 (syms_of_buffer): Init and staticpro it.
3429
3430 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3431
3432 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
3433
3434 2003-02-25 Kim F. Storm <storm@cua.dk>
3435
3436 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
3437 If centering point failed to make whole line visible and vscroll
3438 is non-zero, disable vscroll and try centering point again.
3439
3440 * lread.c (read1): Accept `single space' syntax like (? x).
3441
3442 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3443
3444 * keyboard.c (cancel_hourglass_unwind): Surround with
3445 #ifdef HAVE_X_WINDOWS
3446
3447 2003-02-25 Kenichi Handa <handa@m17n.org>
3448
3449 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
3450 process only when "subprocesses" is defined.
3451
3452 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
3453
3454 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
3455
3456 2003-02-24 Juanma Barranquero <lektu@terra.es>
3457
3458 * callint.c (fix_command): Declare as static void and move before
3459 Fcall_interactively.
3460
3461 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
3462 (syms_of_xdisp): Don't initialize Qwhen.
3463
3464 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3465
3466 * keyboard.c (cancel_hourglass_unwind): New function.
3467 (command_loop_1): Cancel hourglass with unwind-protect.
3468
3469 2003-02-23 Richard M. Stallman <rms@gnu.org>
3470
3471 * callint.c (fix_command): New subroutine, from Fcall_interactively.
3472 Detect (when ... (region-beginning)) etc.
3473 (Fcall_interactively): Call fix_command.
3474 (Qif, Qwhen): New variables.
3475 (syms_of_callint): Init and staticpro them.
3476
3477 * regex.c (print_partial_compiled_pattern): Output to stderr.
3478
3479 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3480
3481 * dired.c (directory_files_internal): Don't expand directory.
3482 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
3483 instead. From Lars Hansen <larsh@math.ku.dk>.
3484
3485 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
3486
3487 * fns.c (string_to_multibyte): Remove unused var i.
3488 (Flanginfo): Fix int/Lisp_Object mixup.
3489 (void_call2): New fun.
3490 (Fmap_char_table): Use it in place of call2.
3491
3492 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
3493
3494 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
3495
3496 * keymap.c (copy_keymap_1): Make it static.
3497
3498 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
3499
3500 2003-02-22 David Ponce <david@dponce.com>
3501
3502 * lread.c (Fload): Don't check STRING_MULTIBYTE.
3503
3504 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3505
3506 * process.h: Removed subtty field from struct Lisp_Process.
3507
3508 * process.c (create_process): Remove setting of subtty.
3509 (emacs_get_tty_pgrp): New function.
3510 (Fprocess_running_child_p, process_send_signal):
3511 Call emacs_get_tty_pgrp instead of ioctl.
3512 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
3513
3514 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3515
3516 * keymap.c (Fdefine_key): Doc fix.
3517
3518 2003-02-21 Juanma Barranquero <lektu@terra.es>
3519
3520 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
3521
3522 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
3523 POLLING_PROBLEM_IN_SELECT.
3524
3525 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
3526 Delete #undef of POLLING_PROBLEM_IN_SELECT.
3527
3528 * s/hpux10-20.h: New file.
3529
3530 * process.c (wait_reading_process_input):
3531 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
3532
3533 2003-02-20 Kenichi Handa <handa@m17n.org>
3534
3535 * fontset.c (check_fontset_name): If NAME is nil, return the
3536 default fontset.
3537 (override_font_info): New function.
3538 (Fset_fontset_font): Document that NAME nil means the default fontset.
3539 (Ffontset_info): If FONTSET is not the default fontset, merge
3540 FONTSET onto the copy of the default fontset, and work on that
3541 copy. Document that NAME nil means the default fontset.
3542 (Ffontset_font): Document that NAME nil means the default fontset.
3543
3544 * process.c (setup_process_coding_systems): If the process's
3545 in/out descriptor is -1, do nothing.
3546
3547 2003-02-19 Andreas Schwab <schwab@suse.de>
3548
3549 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
3550 Add prototypes.
3551
3552 2003-02-19 Kenichi Handa <handa@m17n.org>
3553
3554 * xfaces.c (try_alternative_families): Try all scalable fonts if
3555 Vscalable_fonts_allowed is not Qt.
3556
3557 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3558
3559 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
3560
3561 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3562
3563 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
3564 names.
3565
3566 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
3567 (sorted_font_list): Move allocation of struct font_name to
3568 x_face_list_fonts.
3569 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
3570 (Fx_list_fonts): Set maxnames to -1 to get all font names.
3571
3572 2003-02-18 Kim F. Storm <storm@cua.dk>
3573
3574 * lread.c (read1): Fix last change.
3575 "`" is not always special. Allow "?" after a character constant.
3576
3577 2003-02-18 Andrew Choi <akochoi@shaw.ca>
3578
3579 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
3580
3581 2003-02-18 Andreas Schwab <schwab@suse.de>
3582
3583 * window.c (window_scroll_pixel_based): Move outside a
3584 multi-glyph character before setting new window start.
3585
3586 * xdisp.c (in_display_vector_p): New function.
3587 * dispextern.h (in_display_vector_p): Declare.
3588
3589 2003-02-18 Kim F. Storm <storm@cua.dk>
3590
3591 * lread.c (read1): Fix and relax read syntax.
3592 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
3593 Only recognize "," after dotted-pair dot if inside backquote.
3594 Never include "`" or "," (inside backquote) in a symbol.
3595 Allow dotted-pair dot after a character constant.
3596 Allow "`" and "," (inside backquote) after a character constant.
3597
3598 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3599
3600 * gtkutil.c (xg_tool_bar_expose_callback): New function.
3601 (xg_create_tool_bar): Force style of tool bar to be horizontal with
3602 icons. Set name of tool bar to emacs-toolbar.
3603 (update_frame_tool_bar): Connect expose event to
3604 xg_tool_bar_expose_callback.
3605
3606 2003-02-17 Richard M. Stallman <rms@gnu.org>
3607
3608 * keyboard.c (this_command_key_count_reset): New variable.
3609 Initiatize to 0 where this_command_key_count is set.
3610 (read_char): Save and restore this_command_key_count_reset
3611 around input method code.
3612 (read_char): If this_command_key_count_reset, echo reread commands.
3613 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
3614
3615 2003-02-17 Kenichi Handa <handa@m17n.org>
3616
3617 * fns.c (string_to_multibyte): Always return a multibyte string.
3618
3619 2003-02-16 Jason Rumney <jasonr@gnu.org>
3620
3621 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
3622 Negative max_fonts parameter means list all.
3623
3624 2003-02-14 Dave Love <fx@gnu.org>
3625
3626 * fns.c (Flanginfo): Doc fix.
3627
3628 2003-02-13 Kim F. Storm <storm@cua.dk>
3629
3630 * lread.c (read_escape): Interpret \s as a SPACE character, except
3631 for \s-X in a character constant which still is the super modifier.
3632 (read1): Signal an `invalid read syntax' error if a character
3633 constant is immediately followed by a digit or symbol character.
3634
3635 * search.c (Fmatch_data): Doc fix. Explicitly state that
3636 match-data is undefined if last search failed.
3637
3638 * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
3639 All uses changed.
3640
3641 2003-02-12 Juanma Barranquero <lektu@terra.es>
3642
3643 * eval.c (Fdefmacro): Fix typo.
3644
3645 2003-02-12 Kim F. Storm <storm@cua.dk>
3646
3647 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
3648 macro is a string, convert meta modifiers in string when copying
3649 the string into a vector.
3650
3651 2003-02-11 Kim F. Storm <storm@cua.dk>
3652
3653 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
3654
3655 2003-02-11 Kenichi Handa <handa@m17n.org>
3656
3657 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
3658
3659 2003-02-10 Kim F. Storm <storm@cua.dk>
3660
3661 * process.c: Doc fixes.
3662 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
3663
3664 2003-02-10 Kenichi Handa <handa@m17n.org>
3665
3666 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
3667
3668 * process.c (QCfilter_multibyte): New variable.
3669 (setup_process_coding_systems): New function.
3670 (Fset_process_buffer, Fset_process_filter):
3671 Call setup_process_coding_systems.
3672 (Fstart_process): Initialize the member `filter_multibyte' of
3673 struct Lisp_Process.
3674 (create_process): Call setup_process_coding_systems.
3675 (Fmake_network_process): New keyward `:filter-multibyte'.
3676 Initialize the member `filter_multibyte' of struct Lisp_Process.
3677 Call setup_process_coding_systems.
3678 (server_accept_connection): Call setup_process_coding_systems.
3679 (read_process_output): If the process has a filter, decide the
3680 multibyteness of a string to given to the filter by
3681 `filter_multibyte' member of the process. If the process doesn't
3682 have a filter and the result of conversion is unibyte, use
3683 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
3684 multibyte form.
3685 (Fset_process_coding_system): Call setup_process_coding_systems.
3686 (Fset_process_filter_multibyte): New function.
3687 (Fprocess_filter_multibyte_p): New function.
3688 (syms_of_process): Intern and staticpro QCfilter_multibyte.
3689 Defsubr Sset_process_filter_multibyte and
3690 Sprocess_filter_multibyte_p.
3691
3692 * process.h (struct Lisp_Process): New member filter_multibyte.
3693
3694 * lisp.h (setup_process_coding_systems): Add prototype.
3695
3696 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
3697 process, update coding systems for the process.
3698
3699 2003-02-09 Kenichi Handa <handa@m17n.org>
3700
3701 * fns.c (string_to_multibyte): New function.
3702 (Fstring_to_multibyte): New function.
3703 (syms_of_fns): Defsubr it.
3704
3705 2003-02-08 Andreas Schwab <schwab@suse.de>
3706
3707 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
3708 instead of the substitution.
3709
3710 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3711
3712 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
3713
3714 * xmenu.c (menu_position_func): Adjust menu popup position so that
3715 the menu is fully visible.
3716
3717 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3718
3719 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
3720 (x_make_frame_invisible, x_wm_set_icon_position):
3721 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
3722
3723 * xfns.c (x_set_name, x_set_title): Ditto.
3724
3725 2003-02-04 Richard M. Stallman <rms@gnu.org>
3726
3727 * keyboard.c (echo_now): Update before_command_echo_length.
3728 (Freset_this_command_lengths): Reset this_command_key_count etc.
3729 immediately rather than arranging to do it later.
3730 (before_command_key_count_1, before_command_echo_length_1)
3731 (before_command_restore_flag): Vars deleted.
3732 (add_command_key): Don't handle before_command_restore_flag.
3733 (read_char, record_menu_key): Don't update before_command_key_count or
3734 before_command_echo_length.
3735 (read_char): Don't handle before_command_restore_flag.
3736
3737 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
3738 in direct-output clauses if it wouldn't be called in the ordinary case.
3739
3740 2003-02-04 Kim F. Storm <storm@cua.dk>
3741
3742 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
3743
3744 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3745
3746 * gtkutil.c (remove_from_container): Copying list is not needed.
3747 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
3748 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
3749 on list returned from gtk_container_get_children to avoid memory leak.
3750
3751 2003-02-01 Jason Rumney <jasonr@gnu.org>
3752
3753 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
3754 local malloc.
3755 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
3756 definitions in xpm.h.
3757 (init_xpm_functions): New function.
3758 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
3759 (init_external_image_libraries): Try to load libXpm.dll.
3760
3761 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
3762 timestamp.
3763
3764 2003-01-31 Dave Love <fx@gnu.org>
3765
3766 * syntax.c (Fskip_chars_forward)
3767 (open-paren-in-column-0-is-defun-start): Doc fix.
3768
3769 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
3770
3771 * fileio.c: Support // at start of name for Cygwin (just added proper
3772 preprocessor tests).
3773
3774 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
3775
3776 * Makefile.in: Use @EXEEXT@ for Cygwin.
3777
3778 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
3779
3780 * s/cygwin.h: Added for Cygwin port.
3781
3782 2003-01-31 Juanma Barranquero <lektu@terra.es>
3783
3784 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
3785 when including gif_lib.h.
3786 (init_gif_functions, init_tiff_functions): New functions.
3787 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
3788 Windows. Disable color table lookups. Call library functions
3789 through pointers determined at runtime.
3790 (init_external_image_libraries): Try to load libungif.dll and
3791 libtiff.dll.
3792
3793 2003-01-31 Kenichi Handa <handa@m17n.org>
3794
3795 * xdisp.c (SKIP_GLYPHS): New macro.
3796 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
3797
3798 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3799
3800 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
3801
3802 2003-01-30 Dave Love <fx@gnu.org>
3803
3804 * alloc.c (Vgc_elapsed, gcs_done): New variables.
3805 (Fgarbage_collect): Use them.
3806 (init_alloc, syms_of_alloc): Set them up.
3807
3808 2003-01-30 Juanma Barranquero <lektu@terra.es>
3809
3810 * w32fns.c (init_external_image_libraries): Add missing operator.
3811
3812 2003-01-29 Jason Rumney <jasonr@gnu.org>
3813
3814 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
3815 an alternative name for jpeg.dll.
3816
3817 2003-01-29 Kenichi Handa <handa@m17n.org>
3818
3819 * xdisp.c (set_cursor_from_row): Pay attention to string display
3820 properties.
3821
3822 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
3823
3824 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
3825 <escape>.
3826 (keycode_to_xkeysym_table): Reformat and add more comments.
3827 (XTread_socket): Drop special case for backspace.
3828
3829 2003-01-28 Andrew Choi <akochoi@shaw.ca>
3830
3831 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
3832 values in old-style RGB specs.
3833
3834 2003-01-27 Juanma Barranquero <lektu@terra.es>
3835
3836 * w32fns.c (init_external_image_libraries): Try alternate names for the
3837 jpeg dll.
3838
3839 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3840
3841 * gtkutil.c (create_dialog, xg_separator_p)
3842 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
3843 before calling strcmp or strlen.
3844
3845 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3846
3847 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
3848 and handle image load failure.
3849
3850 2003-01-26 Jason Rumney <jasonr@gnu.org>
3851
3852 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
3853 New functions.
3854 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
3855 Disable color table lookups. Call jpeg library functions
3856 through pointers determined at runtime.
3857 (init_external_image_libraries): Try to load jpeg.dll.
3858
3859 2003-01-25 Richard M. Stallman <rms@gnu.org>
3860
3861 * lisp.h: Declare format2 instead of format1.
3862
3863 * fileio.c (barf_or_query_if_file_exists):
3864 Call format2 instead of format1.
3865
3866 * editfns.c (format2): New function, replaces format1
3867 but takes exactly two Lisp Objects as format args.
3868
3869 * buffer.c (Fkill_buffer): Call format2 instead of format1.
3870
3871 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3872
3873 * xterm.h: Change to return value of x_dispatch_event to int.
3874
3875 * xterm.c (x_filter_event): New function.
3876 (event_handler_gdk, XTread_socket): Call x_filter_event.
3877 (x_dispatch_event): Change to return value of finish.
3878 (event_handler_gdk): Use return value from x_dispatch_event.
3879
3880 * xfns.c (x_window): Call create_frame_xic for GTK version to
3881 initialize input methods.
3882
3883 * gtkutil.h: Add (void) prototypes.
3884
3885 * gtkutil.c (create_menus): Remove code that puts the help menu to
3886 the right.
3887
3888 2003-01-25 Jason Rumney <jasonr@gnu.org>
3889
3890 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
3891 [HAVE_PNG]: Sync with xfns.c version.
3892 (png_load): Adjust colors for Windows. Use Windows
3893 bitmaps. Disable color table lookups.
3894 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
3895 (init_png_functions): New function.
3896 (png_read_from_memory, png_load): Call png library functions
3897 through pointers determined at runtime.
3898 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
3899 (init_external_image_libraries): New function.
3900 (init_xfns): Call it.
3901
3902 2003-01-24 Andreas Schwab <schwab@suse.de>
3903
3904 * minibuf.c (Fminibuffer_message): Verify type of parameter.
3905
3906 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3907
3908 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
3909 of static initializer.
3910
3911 2003-01-24 Dave Love <fx@gnu.org>
3912
3913 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
3914 architectures.
3915
3916 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
3917 Use __alignof__.
3918
3919 2003-01-24 Kenichi Handa <handa@m17n.org>
3920
3921 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
3922 It it is nonzero, don't pretend that an invisible area doesn't exist.
3923 (command_loop_1): Call adjust_point_for_property with proper
3924 second arg.
3925
3926 2003-01-22 Jason Rumney <jasonr@gnu.org>
3927
3928 Sync changes with xterm.c and xfns.c.
3929
3930 * w32term.c (x_draw_glyph_string_foreground)
3931 (x_draw_composite_glyph_string_foreground): Implement overstriking.
3932
3933 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
3934 phys_cursor's hpos is overwritten. This is still not completely
3935 correct, as it doesn't really make sense to use hpos at all to
3936 get the cursor glyph (as that is relative to the width of the
3937 characters on the line, which may have changed during the update).
3938
3939 * w32term.c (notice_overwritten_cursor): Handle the special case
3940 of the cursor being in the first blank non-text line at the
3941 end of a window.
3942
3943 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
3944 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
3945 Compute from the x position returned by x_draw_glyphs.
3946
3947 (x_display_and_set_cursor): Don't set phys_cursor_width here,
3948 except for NO_CURSOR and system caret, to make phys_cursor_width
3949 contain what its name suggests.
3950 (notice_overwritten_cursor): Consider the cursor image erased if
3951 the output area intersects the cursor image in y-direction.
3952
3953 * w32term.c (note_mode_line_or_margin_highlight): Rename from
3954 note_mode_line_highlight and extend.
3955
3956 * w32term.c (last_window): New variable.
3957 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
3958 (note_mouse_movement): Remove reimplemented code in #if 0.
3959
3960 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
3961 not update_mode_lines, and always set it to 1.
3962
3963 2003-01-21 Jason Rumney <jasonr@gnu.org>
3964
3965 * w32fns.c (IDC_HAND): Define it if system headers don't.
3966
3967 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
3968
3969 * w32term.h (struct w32_output): New member hand_cursor.
3970 (WM_EMACS_SETCURSOR): New message definition.
3971
3972 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
3973 function w32_define_cursor.
3974 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
3975 position, change member name output_data.x to output_data.w32 and
3976 add function w32_define_cursor.
3977 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
3978 and change member name output_data.x to output_data.w32.
3979 (w32_initialize_display_info):
3980 Setup dpyinfo->vertical_scroll_bar_cursor.
3981
3982 * w32fns.c (Vx_hand_shape): New variable.
3983 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
3984 WM_EMACS_SETCURSOR.
3985 (x-create-frame): Setup Cursor types.
3986
3987 2003-01-21 David Ponce <david@dponce.com>
3988
3989 * w32term.c (w32_encode_char): For DIM=1 charset, set
3990 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
3991 x_encode_char change by Kenichi Handa <handa@m17n.org> on
3992 2002-09-30.)
3993 (w32_draw_relief_rect): Declare all args.
3994 (w32_define_cursor): New.
3995
3996 * w32fns.c (w32_load_cursor): New function.
3997 (w32_init_class): Use it.
3998 (x_put_x_image): Declare all args.
3999
4000 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
4001
4002 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
4003
4004 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4005
4006 * gtkutil.c: Must include stdio.h before termhooks.h
4007
4008 2003-01-21 Dave Love <fx@gnu.org>
4009
4010 * alloc.c (Fgc_status): Print zombie list.
4011 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
4012 Fix assignment of zombies.
4013 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
4014 Don't take car of non-cons.
4015
4016 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
4017
4018 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
4019
4020 2003-01-20 David Ponce <david@dponce.com>
4021
4022 * w32menu.c (digest_single_submenu): Declare all args.
4023
4024 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
4025 changes in xmenu.c:
4026
4027 (parse_single_submenu): Use individual keymap's prompt
4028 string as pane name, if there is one.
4029 (set_frame_menubar): Save menu_items_n_panes from each call to
4030 parse_single_submenu and use it when calling digest_single_submenu.
4031
4032 2003-01-20 Steven Tamm <steventamm@mac.com>
4033
4034 * macterm.c (XTread_socket): Checks for valid, visible window
4035 before sending a scroll-wheel event.
4036
4037 2003-01-20 Richard M. Stallman <rms@gnu.org>
4038
4039 * xdisp.c (redisplay_window): If mini window's buffer is not
4040 a minibuffer, then redisplay it like other windows.
4041
4042 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4043
4044 * gtkutil.c (xg_create_frame_widgets): Check if there is an
4045 external tool bar before setting tool bar height.
4046
4047 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4048
4049 * xterm.c (handle_one_xevent): Surround popup_activated
4050 with #ifdef:s for non-toolkit version.
4051
4052 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
4053 (gtkutil.o): New file.
4054 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
4055 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
4056
4057 * gtkutil.c: New file for GTK version.
4058
4059 * gtkutil.h: New file for GTK version.
4060
4061 * xterm.h: Add xt_or_gtk_widget.
4062 Include gtk files for USE_GTK.
4063 (struct x_output): Add toolbar_height.
4064 (struct x_output): Add GTK widgets and Gdk size_hints.
4065 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
4066 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
4067 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
4068
4069 * xterm.c: Include gtkutil.h for USE_GTK.
4070 Declare extern void free_frame_menubar for USE_GTK.
4071 (note_mouse_highlight): Check popup_activated for USE_GTK.
4072 (xt_action_hook): Don't compile if USE_GTK.
4073 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
4074 (xg_scroll_callback): New function.
4075 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
4076 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
4077 for USE_GTK.
4078 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
4079 xg_show_scroll_bar for USE_GTK.
4080 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
4081 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
4082 (event_handler_gdk): New function for USE_GTK.
4083 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
4084 (handle_one_xevent): Make sure widget is mapped before
4085 calling x_real_positions for USE_GTK.
4086 (XTread_socket): Add GTK event loop for USE_GTK.
4087 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
4088 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
4089 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
4090 (x_iconify_frame): Add code for USE_GTK.
4091 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
4092 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
4093 is in gtkutil.c.
4094 (x_term_init): Add initialization for GTK.
4095 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
4096
4097 * xmenu.c: Include gtkutil.h for USE_GTK.
4098 (Fx_popup_menu): Use current position if x and y is NIL.
4099 (single_menu_item, single_menu_item, Fx_popup_dialog):
4100 Check for USE_GTK.
4101 (popup_widget_loop): New function for USE_GTK.
4102 (x_activate_menubar): Add code for USE_GTK.
4103 (popup_activate_callback, popup_deactivate_callback)
4104 (menu_highlight_callback, menubar_selection_callback):
4105 Add USE_GTK versions.
4106 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
4107 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
4108 (free_frame_menubar): Only compile if not USE_GTK. GTK version
4109 is in gtkutil.c.
4110 (popup_selection_callback): New version for USE_GTK.
4111 (create_and_show_popup_menu): New fuction, one USE_GTK version and
4112 one USE_X_TOOLKIT version.
4113 (xmenu_show): Call create_and_show_popup_menu.
4114 (dialog_selection_callback): New version for USE_GTK.
4115 (create_and_show_dialog): New fuction, one USE_GTK version and
4116 one USE_X_TOOLKIT version.
4117 (xdialog_show): Call create_and_show_dialog.
4118
4119 * xfns.c: Include gtkutil for USE_GTK.
4120 (x_window_to_frame, x_any_window_to_frame)
4121 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
4122 (x_top_window_to_frame): Add code for USE_GTK.
4123 (x_set_background_color): Call xg_set_background_color for GTK.
4124 (x_set_menu_bar_lines): Check for USE_GTK.
4125 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
4126 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
4127 (x_window): Call xg_create_frame_widgets for USE_GTK.
4128 (Fx_create_frame): Check for USE_GTK
4129 (Fx_file_dialog): New implementation for USE_GTK.
4130
4131 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
4132 (update_menu_bar): Add check for USE_GTK.
4133 (update_tool_bar): Add check for USE_GTK and external tool bar.
4134 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
4135 (redisplay_internal): Add check for USE_GTK and popup_activated.
4136 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
4137 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
4138 (display_menu_bar): Add check for USE_GTK
4139
4140 * lisp.h: Declare Vx_resource_name extern.
4141
4142 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
4143 for USE_GTK.
4144 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
4145
4146 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
4147 (FRAME_EXTERNAL_TOOL_BAR): New macro.
4148 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
4149
4150 * fileio.c (Fread_file_name): Add check for USE_GTK.
4151
4152 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
4153 Add check for USE_GTK.
4154
4155 * config.in: Added HAVE_GTK
4156
4157 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
4158
4159 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
4160
4161 * charset.h (Funibyte_char_to_multibyte): Export.
4162
4163 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4164
4165 * xmenu.c (mouse_position_for_popup): New function.
4166 (Fx_popup_menu): Call mouse_position_for_popup for X and
4167 mouse_position_hook for others.
4168
4169 2003-01-17 Kim F. Storm <storm@cua.dk>
4170
4171 * editfns.c (Finsert): Mention `string-make-multibyte' and
4172 `string-as-multibyte' in doc string.
4173
4174 2003-01-17 Kenichi Handa <handa@m17n.org>
4175
4176 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
4177
4178 * editfns.c (Fformat): Convert an unibyte char argument that is
4179 formatted by "%c" to multibyte if the total result must be a
4180 multibyte string.
4181
4182 2003-01-16 Kim F. Storm <storm@cua.dk>
4183
4184 * process.c (set-process-filter): Document unibyte/multibyte-ness
4185 of string argument.
4186
4187 2003-01-16 Kenichi Handa <handa@m17n.org>
4188
4189 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
4190
4191 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
4192 (re_search_2): Likewise.
4193
4194 2003-01-15 Kenichi Handa <handa@m17n.org>
4195
4196 * xdisp.c (message_dolog): Fix bug of the case that *Message*
4197 buffer is unibyte.
4198
4199 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
4200
4201 * fns.c (Fsubstring): Clarify doc string.
4202
4203 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
4204 (Fprevious_char_property_change)
4205 (Fnext_single_char_property_change)
4206 (Fprevious_single_char_property_change, Fnext_property_change)
4207 (Fnext_single_property_change, Fprevious_property_change)
4208 (Fprevious_single_property_change, Fadd_text_properties)
4209 (Fput_text_property, Fset_text_properties)
4210 (Fremove_text_properties, Fremove_list_of_text_properties)
4211 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
4212
4213 2003-01-14 Kim F. Storm <storm@cua.dk>
4214
4215 * process.h (struct Lisp_Process): New member plist replaces old
4216 member private_vars. All uses changed.
4217
4218 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
4219 (QCplist): Rename from QCvars. Change all uses.
4220 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
4221 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
4222 (syms_of_process): Intern, staticpro, defsubr these.
4223 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
4224
4225 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
4226
4227 * m/delta.h: Remove (obsolete).
4228
4229 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
4230
4231 * fileio.c (Fdelete_directory, Fdelete_file): Document the
4232 behaviour in front of symlinks.
4233 (Fdelete_file): Raise an error on directories.
4234
4235 2003-01-13 Dave Love <fx@gnu.org>
4236
4237 * fns.c (Freverse): Use QUIT.
4238
4239 2003-01-13 Richard M. Stallman <rms@gnu.org>
4240
4241 * minibuf.c (minibuffer_completion_contents):
4242 Error if point is inside prompt.
4243
4244 * keyboard.c (command_loop_1): Don't redisplay directly
4245 if there's a post-command-hook.
4246
4247 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
4248 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
4249
4250 2003-01-12 Kim F. Storm <storm@cua.dk>
4251
4252 * process.h (struct Lisp_Process): New member private_vars.
4253
4254 * process.c (QCvars): New variable.
4255 (syms_of_process): Intern and staticpro it.
4256 (Fset_process_contact): Removed function.
4257 (Fprocess_variable, Fset_process_variable): New functions.
4258 (syms_of_process): Defsubr them.
4259 (Fstart_process): Initialize private_vars plist to nil.
4260 (Fmake_network_process): New arg :vars to setup the private
4261 variables for new network process.
4262 (server_accept_connection): Copy server's private variables to
4263 client process.
4264
4265 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
4266 crashes). Code rewritten and simplified. Now directly aligns the
4267 pointer and recalculates pure_bytes_used, rather than aligning the
4268 size and adjusting the pointer.
4269
4270 2003-01-11 Kim F. Storm <storm@cua.dk>
4271
4272 * process.c (Fset_process_contact): New function.
4273 (syms_of_process): defsubr it.
4274 (make-network-process): Update doc.
4275
4276 2003-01-10 Andreas Schwab <schwab@suse.de>
4277
4278 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
4279 Reported by Berthold Gunreben <b.gunreben@web.de>.
4280
4281 2003-01-10 Dave Love <fx@gnu.org>
4282
4283 * composite.c (syms_of_composite): Make composition_hash_table weak.
4284
4285 2003-01-09 Kim F. Storm <storm@cua.dk>
4286
4287 * process.c (Fmake_network_process): Convert new port number
4288 to host byte order for `:service t' case. From Mario Lang.
4289
4290 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4291
4292 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
4293 instead of XtAppProcessEvent.
4294
4295 * xterm.c (handle_one_xevent): New function.
4296 (x_dispatch_event): New function.
4297 (XTread_socket): Call handle_one_xevent.
4298
4299 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
4300
4301 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
4302 call XQueryPointer to get coordinates.
4303 (popup_get_selection): Do not set popup_activated_flag to zero,
4304 let popup_deactivate_callback do that. Needed for Motif.
4305 Call x_dispatch_event instead of XtDispatchEvent.
4306 (xmenu_show): Calculate root coordinate from frame top/left position.
4307
4308 2003-01-08 Kim F. Storm <storm@cua.dk>
4309
4310 * process.c (server_accept_connection): Fix recording of new
4311 connection's local address in :local property of contact info.
4312 (Fmake_network_process): Record local network address for new
4313 client processes in :local property of contact info.
4314 (format-network-address): Add arg OMIT-PORT. Change callers.
4315
4316 2003-01-07 Dave Love <fx@gnu.org>
4317
4318 * Makefile.in (fns.o): Depend on coding.h.
4319
4320 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
4321
4322 * minibuf.c (Fread_variable): Doc fix.
4323
4324 * eval.c (Fuser_variable_p): Doc change. For custom variables,
4325 use the same test as for custom-variable-p.
4326
4327 2003-01-05 Richard M. Stallman <rms@gnu.org>
4328
4329 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
4330 Count LAST_LINE_MISFIT in scroll margin for end of window.
4331 Move label too_near_end before setting SCROLL_MARGIN_POS.
4332 Set LAST_LINE_MISFIT before jumping there.
4333
4334 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
4335 scroll_conservatively case. If scrolling that much doesn't change
4336 STARTP, move it down one line.
4337
4338 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
4339 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
4340
4341 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
4342 selected frame.
4343
4344 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
4345 (syms_of_keymap): staticpro them.
4346 (Fapropos_internal): Initialize them and clear them out.
4347 Don't GCPRO them.
4348
4349 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
4350 Doc fixes.
4351
4352 * lisp.h: New misc type Lisp_Save_Value.
4353 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
4354 (XSAVE_VALUE): New macro.
4355 (struct Lisp_Save_Value): New data type.
4356 (union Lisp_Misc): Add u_save_value alternative.
4357 (make_save_value): Declared.
4358
4359 * alloc.c (make_save_value): New function.
4360
4361 * xterm.c (x_catch_errors): Save dpy using make_save_value.
4362 (x_catch_errors_unwind): Call XSync.
4363
4364 2003-01-01 Richard M. Stallman <rms@gnu.org>
4365
4366 * window.c (window_scroll_pixel_based): Partially undo last change.
4367
4368 * keyboard.c (command_loop_1): Call adjust_point_for_property
4369 in direct action cases for Qforward_char and Qbackward_char.
4370 Set already_adjusted so it won't be done twice.
4371
4372 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
4373
4374 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
4375 type definition of size_t.
4376
4377 2003-01-02 Steven Tamm <steventamm@mac.com>
4378
4379 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
4380 distinguish Carbon GUI builds from X11 builds on darwin.
4381
4382 2002-12-30 Steven Tamm <steventamm@mac.com>
4383
4384 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
4385 to default to t.
4386
4387 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
4388
4389 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
4390
4391 2002-12-28 Steven Tamm <steventamm@mac.com>
4392
4393 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
4394 allow building in a different directory than source. Uses some
4395 GNU Make extensions, but there is no other make on Mac OS X.
4396
4397 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
4398
4399 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
4400 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
4401 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
4402 (Fstring_to_number): Mention the returned value in the doc strings.
4403
4404 2002-12-23 Richard M. Stallman <rms@gnu.org>
4405
4406 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
4407 <scroll-down-aggressively>: Doc fix.
4408
4409 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
4410 string as pane name, if there is one.
4411 (set_frame_menubar): Save menu_items_n_panes from each call to
4412 parse_single_submenu and use it when calling digest_single_submenu.
4413
4414 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
4415 Don't try to make last line fully visible if it is past end of window.
4416
4417 2002-12-22 Steven Tamm <steventamm@mac.com>
4418
4419 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
4420 (mac_menu_show): Add support for hierarchical popup menus.
4421 (add_menu_item): Remove indentation support.
4422 (fill_submenu, fill_menu): Create hierarchical menus
4423 instead of using indentation.
4424
4425 2002-12-22 Richard M. Stallman <rms@gnu.org>
4426
4427 * xdisp.c (try_cursor_movement): Don't call try_window here.
4428 (redisplay_window): Never redisplay minibuffer when inactive.
4429
4430 * window.c (select_window_1): Undo 9/21 change.
4431
4432 2002-12-22 Steven Tamm <steventamm@mac.com>
4433
4434 * macterm.c (XTread_socket): Call KeyTranslate for control and
4435 meta to deal correctly shifted non-alpha characters, like C-S-5
4436 being treated like C-%. Does not look for shift key to deal
4437 with masking off control-key with mac-reverse-ctrl-meta.
4438
4439 2002-12-21 Richard M. Stallman <rms@gnu.org>
4440
4441 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
4442 If it is non-nil, run timers. Use an unwind-protect to requeue
4443 the events that were read ahead.
4444 (popup_get_selection_unwind): New subroutine.
4445 (popup_get_selection_queue): File-scope variable now holds that queue.
4446 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
4447 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
4448 Use an unwind-protect to pop down the dialog box.
4449 (xdialog_show_unwind): New subroutine implements that.
4450
4451 * xdisp.c (row_containing_pos): Change exit test using last_y.
4452 (try_window_id): Abort if row_containing_pos returns null.
4453
4454 * lread.c (load_error_handler): New function.
4455 (Fload): Handle errors in Fsubstitute_in_file_name.
4456 Don't expect Fsignal to return.
4457
4458 * eval.c: Errors and throws work right with interrupt blocking.
4459 (struct catchtag): New elt interrupt_input_blocked.
4460 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
4461 (internal_catch, Fcondition_case, internal_condition_case)
4462 (internal_condition_case_1, internal_condition_case_2): Save it.
4463 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
4464
4465 * editfns.c (Fformat): Add parens.
4466
4467 * dired.c (file_name_completion): Fix that change.
4468 Delete special quit-handling code; just use QUIT.
4469
4470 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
4471
4472 * dired.c (file_name_completion): Close directory on error
4473 just as in directory_files_internal.
4474
4475 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
4476
4477 * window.c (Fset_window_configuration): Set old_point to correct
4478 value when new_current_buffer == current_buffer.
4479
4480 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
4481
4482 Revisited my earlier fix for the following entry in etc/PROBLEMS:
4483 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
4484 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
4485
4486 These changes were in part based upon suggestions made by Peter
4487 'Luna' Runestig [peter@runestig.com].
4488
4489 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
4490 g_b_init_get_token_information, g_b_init_lookup_account_sid,
4491 g_b_init_get_sid_identifier_authority ): Add several static
4492 global variables.
4493
4494 * w32.c (globals_of_w32): New function. Used to initialize those
4495 global variables that must always be initialized on startup even
4496 when the global variable initialized is non zero. Its primary
4497 purpose at this time is to set the global variables
4498 g_b_init_is_windows_9x, g_b_init_open_process_token,
4499 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
4500 g_b_init_get_sid_identifier_authority to 0 on startup.
4501 Called from main.
4502
4503 * w32.c (is_windows_9x): Perform initialization only if
4504 g_b_init_is_windows_9x is equal to 0. On initialization set
4505 g_b_init_is_windows_9x equal to 1.
4506
4507 * w32.c (open_process_token): Perform initialization only if
4508 g_b_init_open_process_token is equal to 0. On initialization set
4509 g_b_init_open_process_token equal to 1.
4510
4511 * w32.c (get_token_information): Perform initialization only if
4512 g_b_init_get_token_information is equal to 0. On initialization
4513 set g_b_init_get_token_information equal to 1.
4514
4515 * w32.c (lookup_account_sid): Perform initialization only if
4516 g_b_init_lookup_account_sid is equal to 0. On initialization
4517 set g_b_init_lookup_account_sid equal to 1.
4518
4519 * w32.c (get_sid_identifier_authority): Perform initialization
4520 only if g_b_init_get_sid_identifier_authority is equal to 0.
4521 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
4522
4523 * w32fns.c (globals_of_w32fns): New function. Used to initialize
4524 those global variables that must always be initialized on startup
4525 even when the global variable initialized is non zero.
4526 Its primary purpose at this time is to initialize the global variable
4527 track_mouse_event_fn.
4528
4529 * w32fns.c (w32_wnd_proc): Remove initialization of
4530 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
4531
4532 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
4533
4534 * w32menu.c (globals_of_w32menu): New function. Used to
4535 initialize those global variables that must always be initialized
4536 on startup even when the global variable initialized is non zero.
4537 Its primary purpose at this time is to initialize the global
4538 variables get_menu_item_info and set_menu_item_info.
4539
4540 * w32menu.c (initialize_frame_menubar): Remove initialization of
4541 get_menu_item_info and set_menu_item_info.
4542
4543 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
4544
4545 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
4546 Declare them.
4547
4548 * emacs.c (main): Call globals_of_w32 prior to calling
4549 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
4550 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
4551 is defined.
4552
4553 * w32term.c (x_update_window_begin): Fix Windows API error
4554 detected by BoundsChecker. Test to determine if
4555 w32_system_caret_hwnd is NULL prior to attempting to use
4556 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
4557
4558 * w32term.c (x_update_window_end): Fix Windows API error
4559 detected by BoundsChecker. Test to determine if
4560 w32_system_caret_hwnd is NULL prior to attempting to use
4561 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
4562
4563 2002-12-17 Kenichi Handa <handa@m17n.org>
4564
4565 * coding.c (coding_system_require_warning): New variable.
4566 (syms_of_coding): DEFVAR it.
4567
4568 * coding.h (coding_system_require_warning): Extern it.
4569
4570 * fileio.c (choose_write_coding_system): Even if
4571 Vcoding_system_for_write is non-nil, if
4572 coding_system_require_warning is nonzero, call
4573 Vselect_safe_coding_system_function.
4574
4575 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
4576
4577 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
4578 (lisp): Add font-core.
4579
4580 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
4581
4582 * textprop.c (text_read_only): New arg `propval'.
4583 (get_char_property_and_overlay): Remove unused var `next_overlay'.
4584 (verify_interval_modification): Use text_read_only's new arg.
4585
4586 2002-12-13 Kenichi Handa <handa@m17n.org>
4587
4588 * coding.c (Funencodable_char_position): Set pend correctly.
4589
4590 2002-12-12 Jason Rumney <jasonr@gnu.org>
4591
4592 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
4593 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
4594 Be more careful about when help_events are generated.
4595
4596 2002-12-12 Steven Tamm <steventamm@mac.com>
4597
4598 * macterm.c (mac_check_for_quit_char): Correctly set the
4599 modifiers of the event to 0.
4600 * mac.c (sys_select): Duplicate rfds before calling select to
4601 ensure that rfds survive the while loop.
4602
4603 2002-12-11 Kim F. Storm <storm@cua.dk>
4604
4605 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
4606 row_containing_pos returned NULL.
4607
4608 2002-12-10 Steven Tamm <steventamm@mac.com>
4609
4610 * mac.c (sys_read): Fix sys_read to not call select if IO is
4611 non-blocking.
4612 (sys_select): Fix sys_select to not use a timeout larger than
4613 the one given.
4614
4615 2002-12-10 Juanma Barranquero <lektu@terra.es>
4616
4617 * editfns.c (Fformat): Use alloca, not _alloca.
4618
4619 2002-12-09 Richard M. Stallman <rms@gnu.org>
4620
4621 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
4622 as the last thing.
4623
4624 2002-12-09 Dave Love <fx@gnu.org>
4625
4626 * s/sol2-8.h: Removed. (Not necessary.)
4627
4628 2002-12-09 Matthew Swift <swift@alum.mit.edu>
4629
4630 * editfns.c (Fformat): Handle precision in string conversion
4631 specifiers like libc functions do (ie, print at most that many
4632 characters).
4633
4634 2002-12-08 Richard M. Stallman <rms@gnu.org>
4635
4636 * xdisp.c (row_containing_pos): Check more carefully
4637 whether charpos is really in the row before returning it.
4638
4639 2002-12-07 Steven Tamm <steventamm@mac.com>
4640
4641 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
4642
4643 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
4644 each stack frame. This may change as it could be time consuming.
4645
4646 * macterm.c (mac_check_for_quit_char, quit_char_comp)
4647 (init_quit_char_handler, mac_determine_quit_char_modifiers)
4648 (mac_initialize): Add code to check for pressing of quit_char
4649 in the OS event queue.
4650
4651 * mac.c (sys_select): Call mac_check_for_quit_char every second
4652 while blocking on select.
4653
4654 * mac.c (sys_read): Use sys_select to test for input first
4655 before calling read, to allow C-g to break.
4656
4657 2002-12-07 Richard M. Stallman <rms@gnu.org>
4658
4659 * minibuf.c (Fcompleting_read): Doc fix.
4660
4661 * lread.c (syms_of_lread) <load-history>: Doc fix.
4662
4663 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
4664
4665 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
4666 autoload.
4667
4668 * data.c (Fdefalias): Record in load-history redefining an autoload.
4669
4670 * alloca.c: Undo ifdef change accidentally made on 12-04.
4671
4672 2002-12-06 Francesco Potorti` <pot@gnu.org>
4673
4674 * xfns.c (png_load): Avoid double gamma correction for PNG images.
4675
4676 2002-12-04 Richard M. Stallman <rms@gnu.org>
4677
4678 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
4679
4680 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
4681
4682 * alloca.c: Don't use #error.
4683
4684 2002-12-03 Dave Love <fx@gnu.org>
4685
4686 * buffer.c (Qucs_set_table_for_input): New.
4687 (Fget_buffer_create): Use it.
4688 (Qset_buffer_major_mode_hook): Deleted.
4689 (Fset_buffer_major_mode): Revert previous change.
4690 (init_buffer_once): Intern ucs-set-table-for-input.
4691 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
4692 Add &Qucs_set_table_for_input.
4693
4694 2002-12-03 Andreas Schwab <schwab@suse.de>
4695
4696 * callint.c (Fcall_interactively): Use next_event only if less
4697 than key_count.
4698
4699 2002-12-02 Andrew Choi <akochoi@shaw.ca>
4700
4701 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
4702 names to 255 characters.
4703
4704 * macterm.c (XTread_socket): If all frames have been collapsed,
4705 expand the first one before handling drag-and-drop events.
4706
4707 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
4708 which is detected by autoconf.
4709
4710 2002-12-01 Steven Tamm <steventamm@mac.com>
4711
4712 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
4713 offset in two hints table to allow prebinding to be redone and
4714 allow the executable to be stripped.
4715
4716 2002-11-29 Dave Love <fx@gnu.org>
4717
4718 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
4719 already provided.
4720
4721 2002-11-29 Richard M. Stallman <rms@gnu.org>
4722
4723 * xdisp.c (start_display): Check more intelligently for
4724 whether the line is continued.
4725 (move_it_vertically_backward): Clear it->continuation_lines_width.
4726
4727 2002-11-28 Dave Love <fx@gnu.org>
4728
4729 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
4730 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
4731
4732 2002-11-27 Steven Tamm <steventamm@mac.com>
4733
4734 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
4735 more descriptive error output from lread.c:Fload upon most require
4736 cycles during boostrapping.
4737
4738 2002-11-27 Jason Rumney <jasonr@gnu.org>
4739
4740 * fileio.c (Finsert_file_contents): Give a more appropriate error
4741 for files bigger than 2Gb when off_t is 32 bit.
4742
4743 * dired.c (Ffile_attributes): Don't return negative file sizes for
4744 files bigger than 2Gb when off_t is 32 bit.
4745
4746 2002-11-27 Dave Love <fx@gnu.org>
4747
4748 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
4749
4750 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
4751 Test GETPGRP_VOID instead.
4752 [BSD_TERMIOS]: Remove definitions (never used).
4753
4754 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
4755 Don't define.
4756 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
4757
4758 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
4759
4760 2002-11-25 Jason Rumney <jasonr@gnu.org>
4761
4762 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
4763 supported.
4764
4765 2002-11-25 Dave Love <fx@gnu.org>
4766
4767 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
4768
4769 * Makefile.in (TEMACS_LDFLAGS): Update last change.
4770
4771 2002-11-25 Andreas Schwab <schwab@suse.de>
4772
4773 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
4774
4775 2002-11-24 Steven Tamm <steventamm@mac.com>
4776
4777 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
4778 determine the size of pointers alloced in unexed space instead
4779 of using possibly invalid emacs_zone pointers. This fixes the
4780 binary incompatibility problems caused by updates to libSystem.B.
4781
4782 2002-11-24 Richard M. Stallman <rms@gnu.org>
4783
4784 * search.c (Fstring_match): Doc fix.
4785
4786 * callint.c (Fcall_interactively): If a command fails because
4787 `*' detects a read-only buffer, but RECORD_FLAG is set,
4788 record it anyway if the args don't actually do tty input.
4789
4790 2002-11-22 Dave Love <fx@gnu.org>
4791
4792 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
4793
4794 * keyboard.c (interrupt_signal): Provide forward declaration.
4795 (kbd_buffer_store_event): Don't declare interrupt_signal.
4796
4797 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
4798
4799 2002-11-21 Richard M. Stallman <rms@gnu.org>
4800
4801 * eval.c (interactive_p): Skip any number of bytecode
4802 and special form frames, in any order.
4803
4804 2002-11-20 Jason Rumney <jasonr@gnu.org>
4805
4806 * w32fns.c (convert_mono_to_color_image): New function.
4807 (xbm_load, xbm_load_image): Use it when foreground or background
4808 is explicitly set.
4809
4810 2002-11-19 Dave Love <fx@gnu.org>
4811
4812 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
4813
4814 2002-11-18 Jason Rumney <jasonr@gnu.org>
4815
4816 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
4817 (XPutPixel): Swap blue and red.
4818 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
4819 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
4820 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
4821 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
4822
4823 2002-11-18 Dave Love <fx@gnu.org>
4824
4825 * m/orion105.h (HAVE_ALLOCA): Don't define.
4826
4827 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
4828
4829 * m/intel386.h: Don't include alloca.h or define alloca.
4830
4831 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
4832 malloc, realloc, calloc.
4833
4834 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
4835 (bcmp): Don't define.
4836
4837 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
4838
4839 * m/amdahl.h: Don't define LIB_STANDARD.
4840
4841 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
4842
4843 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
4844
4845 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
4846 Don't include alloca.h.
4847
4848 * s/aix3-2.h (HAVE_FSYNC): Don't define.
4849
4850 * regex.c (_GNU_SOURCE): Don't define.
4851
4852 * process.c (_GNU_SOURCE): Don't define.
4853
4854 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
4855
4856 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
4857
4858 * s/sol2-8.h: Include sol2-6.h.
4859
4860 2002-11-18 Miles Bader <miles@gnu.org>
4861
4862 * dispextern.h (struct face): Add `overstrike' field.
4863 * xterm.c (x_draw_glyph_string_foreground)
4864 (x_draw_composite_glyph_string_foreground): Implement overstriking.
4865 * xfaces.c (load_face_font): Set `face->overstrike' based on
4866 result from choose_face_font.
4867 (best_matching_font, choose_face_font): Add `needs_overstrike'
4868 argument, and use it to return whether overstriking is desirable
4869 for this face/font combo.
4870 (set_font_frame_param: Pass new argument to choose_face_font.
4871
4872 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
4873
4874 This change is my fix for the following entry in etc/PROBLEMS:
4875 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
4876 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
4877
4878 * w32.c: Added wrapper functions around the win32 API functions
4879 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
4880 GetSidIdentifierAuthority. These wrapper functions serve two
4881 purposes:
4882 1. They ensure that the wrapped function can never be called
4883 when Emacs is running on an operating system on which they are
4884 not supported (Microsoft Windows 95 / 98 / ME).
4885 2. They call the wrapped functions via function pointers rather
4886 than calling them directly. This avoids taking advantage of the
4887 undocumented fact that although these functions are not supported
4888 in the 9x branch of Microsoft Windows, the functions do exist in
4889 the version of advapi32.dll that is found in the 9x branch of
4890 Microsoft Windows.
4891
4892 * w32.c (init_user_info): Replace the calls to the win32 API
4893 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
4894 and GetSidIdentifierAuthority with calls to the newly added
4895 wrapper functions.
4896
4897 * w32.h: Added extern declarations for the following functions:
4898 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
4899 syms_of_w32menu, and void syms_of_fontset.
4900
4901 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
4902 function pointer track_mouse_event_fn in the handler for the
4903 WM_SETFOCUS message.
4904
4905 * w32menu.c (initialize_frame_menubar): Add code to
4906 reinitialize the function pointers set_menu_item_info and
4907 get_menu_item_info.
4908
4909 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
4910
4911 * sound.c: Added a partial implementation of play-sound-internal
4912 for Microsoft Windows. Added various #ifdef / #else / #endif
4913 code blocks to separate the code that will compile under
4914 Microsoft Windows from the code that is specific to Gnu/Linux.
4915 Moved several blocks of code around to make this separation of code
4916 into Windows compatible and Gnu/Linux compatible code blocks easier.
4917
4918 * makefile.w32-in: Include sound.c and link with WinMM.lib.
4919
4920 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
4921 added support for play-sound-internal under Windows would be
4922 included in the build of Emacs.
4923
4924 2002-11-16 Jason Rumney <jasonr@gnu.org>
4925
4926 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
4927
4928 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
4929
4930 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
4931
4932 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
4933 (adjust_point_for_property): Move out of display and invisible even if
4934 we were already inside before (in case a property was added while
4935 we weren't looking). Be more careful when handling invisible props.
4936 Skip invisible text as if it really wasn't there at all.
4937
4938 2002-11-15 Jason Rumney <jasonr@gnu.org>
4939
4940 * w32term.c (x_draw_image_foreground)
4941 (w32_draw_image_foreground_1): Use standard copy and invert
4942 operations to draw images.
4943
4944 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
4945 depth of 1.
4946 (xbm_read_bitmap_data): Invert bits as xbm is read in.
4947 (XPutPixel): Don't invert bits here.
4948
4949 2002-11-15 Jason Rumney <jasonr@gnu.org>
4950
4951 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
4952 (w32_draw_image_foreground_1): Handle image masks.
4953 (x_draw_image_glyph_string): Don't BitBlt transparently.
4954
4955 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
4956 (x_from_xcolors): Adjust RGB values for W32.
4957 (image_background, image_background_transparent)
4958 (postprocess_image, x_to_xcolors, x_disable_image)
4959 (x_build_heuristic_mask): Adapt for W32 and enable.
4960 (x_create_x_image_and_pixmap): Mark images with palettes as such.
4961 (xbm_load): Remove unused variable.
4962
4963 2002-11-14 Richard M. Stallman <rms@gnu.org>
4964
4965 * buffer.c (syms_of_buffer): Doc fix.
4966
4967 2002-11-14 Dave Love <fx@gnu.org>
4968
4969 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
4970
4971 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
4972 * xmenu.c (unuse_menu_items, digest_single_submenu):
4973 * xfns.c (x_put_x_image):
4974 * xdisp.c (message2_nolog, set_message):
4975 * undo.c (record_point):
4976 * terminfo.c (tparam):
4977 * syntax.c (scan_sexps_forward):
4978 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
4979 * composite.c (update_compositions):
4980 * cm.c (calccost, cmgoto):
4981 * charset.c (c_string_width): Declare all args (per C99).
4982
4983 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
4984
4985 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
4986 Don't declare.
4987
4988 * emacs.c (main) [!VMS]: Avoid third arg.
4989
4990 * fns.c (Fcopy_sequence): Doc fix.
4991 (Fmap_char_table): Cast `call2'.
4992
4993 2002-11-14 Francesco Potorti` <pot@gnu.org>
4994
4995 * s/sol2-8.h: New file.
4996
4997 2002-11-14 Kim F. Storm <storm@cua.dk>
4998
4999 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
5000 dependency on `risky-local-variable' and the :propertize form.
5001
5002 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
5003
5004 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
5005
5006 * syntax.c (scan_sexps_forward): Undo last patch.
5007 Use a more obvious fix: check eob before updating the syntax table.
5008
5009 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
5010
5011 * syntax.c (scan_sexps_forward): Update syntax table before reading
5012 a char rather than after so we don't update the table past eob.
5013
5014 2002-11-09 Dave Love <fx@gnu.org>
5015
5016 * buffer.c (Fset_buffer_major_mode): Fix last change.
5017
5018 * regex.c (regexec): Fix pmatch declaration.
5019
5020 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
5021
5022 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
5023 to self-inserting characters.
5024 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
5025
5026 * coding.c (Vtranslation_table_for_input): New.
5027 (syms_of_coding): DEFVAR it.
5028
5029 2002-11-08 Juanma Barranquero <lektu@terra.es>
5030
5031 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
5032 window.
5033
5034 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5035
5036 * process.c (Fformat_network_address): Remove unused locals p,
5037 cp, and i.
5038
5039 2002-11-06 Dave Love <fx@gnu.org>
5040
5041 * buffer.c (Qset_buffer_major_mode_hook): New.
5042 (Fset_buffer_major_mode): Use it.
5043
5044 2002-11-06 Richard M. Stallman <rms@gnu.org>
5045
5046 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
5047 and stop_polling.
5048
5049 * process.c (wait_reading_process_input):
5050 Test POLLING_PROBLEM_IN_SELECT, not hpux.
5051 Avoid initialization for auto Lisp_Object var.
5052
5053 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
5054
5055 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
5056
5057 2002-11-05 Richard M. Stallman <rms@gnu.org>
5058
5059 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
5060
5061 * callint.c (Fcall_interactively): New local filter_specs.
5062 (Fcall_interactively): Check for progn as well as let.
5063 Add a gcpro.
5064 (Qprogn): New variable.
5065 (syms_of_callint): Staticpro and init Qprogn.
5066
5067 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
5068
5069 * lread.c (Feval_buffer): Doc fix.
5070
5071 2002-11-04 Dave Love <fx@gnu.org>
5072
5073 * keyboard.c (read_char): Always translate iff
5074 Vkeyboard_translate_table is a char table and c is valid.
5075
5076 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
5077 and fix C types.
5078
5079 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
5080
5081 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
5082
5083 * editfns.c (get_pos_property): Don't hardcode Qfield.
5084
5085 * keyboard.c (adjust_point_for_property): Handle `display' prop on
5086 overlays. Also handle `invisible' prop.
5087
5088 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
5089
5090 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
5091 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
5092
5093 2002-11-01 Andreas Schwab <schwab@suse.de>
5094
5095 * editfns.c (Fmessage): Revert last change to properly handle %%.
5096
5097 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
5098
5099 * xmenu.c (unuse_menu_items): New fun.
5100 (menu_items_inuse): New var.
5101 (syms_of_xmenu): Initialize it.
5102 (init_menu_items): Use it to detect re-entrance.
5103 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
5104 (Fx_popup_menu): Remove spurious XSETFRAME.
5105
5106 * editfns.c (find_field): Make an exception for nil fields.
5107
5108 2002-11-01 Dave Love <fx@gnu.org>
5109
5110 * m/gec63.h: Deleted.
5111
5112 2002-10-31 Dave Love <fx@gnu.org>
5113
5114 * xterm.c (XTread_socket): Fix last change.
5115 (xaw_scroll_callback): Cast call_data to long to avoid warning.
5116
5117 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
5118
5119 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
5120
5121 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
5122
5123 * editfns.c (overlays_around, get_pos_property): New funs.
5124 (find_field): Use them.
5125 Also be careful not to modify POS before its last use.
5126 (Fmessage): Don't Fformat if there's nothing to format.
5127
5128 2002-10-30 Dave Love <fx@gnu.org>
5129
5130 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
5131 [HAVE_PTY_H]; Include pty.h.
5132
5133 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
5134
5135 * xterm.c (Qeql): Declare.
5136 (Vx_keysym_table): New.
5137 (syms_of_xterm): Initialize it.
5138 (XTread_socket): Use it. Deal with ASCII keysyms.
5139 (XSetIMValues) [HAVE_X11R6]: Prototype.
5140
5141 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
5142 (lispy_kana_keys): Comment out.
5143 (make_lispy_event) [XK_kana_A]: Comment out.
5144 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
5145 Fix sprintf call.
5146
5147 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
5148 regexp.h change).
5149 (TERMINFO, LIBS_TERMCAP): Define.
5150
5151 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
5152 (bcmp): Define conditional on HAVE_BCMP.
5153 (NO_SIOCTL_H): Don't define.
5154 (TIOCSIGSEND): Don't make conditional on IRIX6.
5155
5156 * s/sol2-5.h: Don't include strings.h.
5157 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
5158
5159 * s/irix6-0.h (IRIX6): Don't define.
5160 (bcopy, bcmp, bzero): Don't undef.
5161
5162 * s/irix6-5.h: Don't include strings.h.
5163 (IRIX6): Don't define.
5164 (bcopy, bcmp, bzero): Don't undef.
5165
5166 * syntax.c (Fforward_comment): Doc fix.
5167
5168 2002-10-29 Kim F. Storm <storm@cua.dk>
5169
5170 * process.c (Fsignal_process): Allow PROCESS to be specified by
5171 name in addition to pid (as integer or string).
5172
5173 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
5174
5175 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
5176 environments.
5177
5178 2002-10-27 Kim F. Storm <storm@cua.dk>
5179
5180 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
5181
5182 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
5183
5184 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
5185
5186 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
5187
5188 2002-10-26 Richard M. Stallman <rms@gnu.org>
5189
5190 * editfns.c (Fformat): Detect invalid format letters for floats.
5191
5192 2002-10-25 Kenichi Handa <handa@m17n.org>
5193
5194 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
5195 (x_set_title): Likewise.
5196
5197 2002-10-25 Juanma Barranquero <lektu@terra.es>
5198
5199 * macgui.h:
5200 * w32gui.h: Remove definition of XColor.
5201
5202 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
5203
5204 2002-10-24 Kim F. Storm <storm@cua.dk>
5205
5206 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
5207 Callers changed (supply dummy arg).
5208
5209 * lisp.h (get_window_cursor_type): Update prototype.
5210
5211 * w32term.c (x_display_and_set_cursor): Get active_cursor from
5212 get_window_cursor_type to track system caret.
5213
5214 2002-10-24 Kim F. Storm <storm@cua.dk>
5215
5216 * process.c (Fformat_network_address): New function.
5217 (syms_of_process): Defsubr it.
5218 (list_processes_1): Use it to format :local/:remote address if
5219 service/host is not set; before emacs would crash in that case.
5220 (Fmake_network_process): Don't use Ffind_operation_coding_system
5221 to setup coding system if host or service is not set.
5222
5223 2002-10-23 Juanma Barranquero <lektu@terra.es>
5224
5225 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
5226
5227 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
5228 COLORREF.
5229
5230 * macgui.h:
5231 * w32gui.h: Add definition of XColor.
5232
5233 * macfns.c:
5234 * w32fns.c:
5235 * xfaces.c: Remove definition of XColor.
5236
5237 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
5238
5239 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
5240
5241 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
5242 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
5243 window if it is dedicated.
5244 (Fshrink_window): Add preserve_before as was done for enlarge_window.
5245 (Vspecial_display_function): Update docstring.
5246
5247 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
5248 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
5249 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
5250
5251 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
5252
5253 * casefiddle.c (casify_region): Don't treat a prefix char as part
5254 of a word when at the beginning.
5255
5256 2002-10-17 Juanma Barranquero <lektu@terra.es>
5257
5258 * lread.c (syms_of_lread): Fix typos.
5259
5260 2002-10-17 Dave Love <fx@gnu.org>
5261
5262 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
5263
5264 2002-10-16 Richard M. Stallman <rms@gnu.org>
5265
5266 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
5267
5268 2002-10-14 Juanma Barranquero <lektu@terra.es>
5269
5270 * w16select.c (syms_of_win16select): Fix docstring for
5271 `selection-coding-system'.
5272
5273 * w32select.c (syms_of_w32select): Likewise.
5274
5275 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
5276
5277 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
5278 a backslash-quoted char.
5279 (scan_lists, scan_sexps_forward): Pacify the compiler.
5280
5281 2002-10-13 Richard M. Stallman <rms@gnu.org>
5282
5283 * window.c (window_scroll): Set immediate_quit.
5284
5285 * print.c (print): When backquote form is the car of a list,
5286 output in old style. Use old_backquote_output to output all
5287 comma forms inside it in old style too.
5288
5289 * buffer.h (struct buffer): Move `undo_list' down below `name'.
5290
5291 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
5292
5293 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
5294 batch mode).
5295
5296 * lread.c (Fload): Doc fix (load-suffixes).
5297
5298 2002-10-10 Steven Tamm <steventamm@mac.com>
5299
5300 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
5301 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
5302 Also switch the default to Qnil from Qt.
5303
5304 2002-10-08 Kenichi Handa <handa@m17n.org>
5305
5306 * coding.c (code_convert_region): When we need more GAP for
5307 conversion, pay attention to the case that coding->produced is not
5308 greater than coding->consumed.
5309
5310 2002-10-07 Richard M. Stallman <rms@gnu.org>
5311
5312 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
5313
5314 2002-10-06 Andrew Choi <akochoi@shaw.ca>
5315
5316 * macmenu.c (mac_menu_show): Add j to count menu items; match
5317 menu_item_selection to it to find selected item.
5318
5319 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5320
5321 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
5322 cases. The correct fix is to pass ReparentNotify to Xt.
5323 The shell widget interprets ConfigureNotify differently depending
5324 on if it has been reparented or not.
5325
5326 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
5327
5328 * editfns.c (Fformat_time_string): Doc fix.
5329
5330 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
5331
5332 * fns.c (Flength): Doc fix.
5333
5334 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
5335
5336 * keyboard.c (keyremap): New struct.
5337 (read_key_sequence): Use it: globally replace keytran_foo with
5338 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
5339 keytran_next and fkey_next to just `next'.
5340
5341 2002-10-04 Steven Tamm <steventamm@mac.com>
5342
5343 * macterm.c (keycode_to_xkeysym_table): Change return to be
5344 treated like an X keysym.
5345
5346 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5347
5348 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
5349 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
5350 This is to also handle x/y changes that occur because of a resize.
5351
5352 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
5353
5354 * frame.c (Vdelete_frame_functions): New variable.
5355 (syms_of_frame): Initialize and defvar it.
5356 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
5357 it when frame's `tooltip' parameter is non-nil.
5358
5359 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
5360
5361 * w32fns.c (x_create_tip_frame): Likewise.
5362
5363 * macfns.c (x_create_tip_frame): Likewise.
5364
5365 2002-09-30 Kenichi Handa <handa@m17n.org>
5366
5367 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
5368 -1 before calling ccl_driver.
5369
5370 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
5371 Only when it is non-nil, handle composition sequence.
5372 (setup_coding_system) <0>: Don't force composition handling.
5373
5374 * Makefile.in (lisp, shortlisp): Add utf-16.elc
5375
5376 2002-09-29 Richard M. Stallman <rms@gnu.org>
5377
5378 * search.c (Freplace_match): Adjust match data for the substitution
5379 just made in the buffer.
5380
5381 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
5382 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
5383
5384 2002-09-27 Richard M. Stallman <rms@gnu.org>
5385
5386 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
5387 (read_char): Use them. Do all exits thru the end of the function.
5388
5389 2002-09-27 Kenichi Handa <handa@etl.go.jp>
5390
5391 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
5392 is nil.
5393
5394 2002-09-26 Richard M. Stallman <rms@gnu.org>
5395
5396 * regex.h (__restrict_arr): Don't define if already defined.
5397
5398 * coding.c (run_pre_post_conversion_on_str):
5399 Save and restore Vdeactivate_mark.
5400
5401 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
5402
5403 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
5404
5405 2002-09-26 Kenichi Handa <handa@etl.go.jp>
5406
5407 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
5408 nonzero, try face's family at first. Otherwise try FAMILY at first.
5409 (choose_face_font): If C is a single byte char or latin-1, call
5410 try_font_list with PREFER_FACE_FAMILY 1.
5411
5412 2002-09-21 Richard M. Stallman <rms@gnu.org>
5413
5414 * window.c (select_window_1): Don't select frame.
5415 Set frame's selected window only when frame itself is selected.
5416 (Fselect_window): Doc fix.
5417
5418 2002-09-18 Kim F. Storm <storm@cua.dk>
5419
5420 * process.c (make-network-process): Doc fix (there is no
5421 network-server-log-function hook).
5422
5423 2002-09-18 Richard M. Stallman <rms@gnu.org>
5424
5425 * print.c (print): Clear out the unused parts of Vprint_number_table.
5426 (syms_of_print): Doc fix for `print-number-table'.
5427
5428 * unexelf.c (unexec): Undo previous change.
5429
5430 2002-09-17 Andreas Schwab <schwab@suse.de>
5431
5432 * m/alpha.h [LINUX]: Don't define DATA_START.
5433
5434 2002-09-16 Dave Love <fx@gnu.org>
5435
5436 * unexelf.c (unexec): Deal with .got, reinstating change from
5437 25-08-1999.
5438
5439 2002-09-13 Richard M. Stallman <rms@gnu.org>
5440
5441 * s/sol2-6.h (UNEXEC): Comment out definition.
5442
5443 * unexsol.c (unexec): Don't downcase first letter of error msg.
5444
5445 * xfaces.c (Fcolor_supported_p): Just one arg is required.
5446
5447 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
5448
5449 * unexsol.c: Include buffer.h, charset.h, coding.h.
5450
5451 2002-09-11 Richard M. Stallman <rms@gnu.org>
5452
5453 * unexsol.c: Don't use report_file_error; do it by hand
5454 using dlerror.
5455
5456 * process.c (wait_reading_process_input, both versions):
5457 Before calling turn_on_atimers, call stop_polling.
5458
5459 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
5460
5461 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
5462 we go to too_near_end, call clear_glyph_matrix.
5463 (redisplay_window): After make_cursor_line_fully_visible,
5464 call clear_glyph_matrix and bypass `goto done'.
5465
5466 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
5467 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
5468
5469 2002-09-10 Richard M. Stallman <rms@gnu.org>
5470
5471 * fileio.c (Fdo_auto_save): Catch error making directory.
5472 Only call push_message if we need to.
5473 At the same time, make an unwind-protect to pop it.
5474 Rename local message_p to old_message_p.
5475 (do_auto_save_make_dir, do_auto_save_eh): New functions.
5476 (do_auto_save_unwind): Don't call pop_message.
5477
5478 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
5479
5480 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
5481
5482 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
5483
5484 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
5485
5486 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
5487
5488 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
5489 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
5490 (re_match_2_internal): Be more careful with infinite loops.
5491
5492 2002-09-10 Kim F. Storm <storm@cua.dk>
5493
5494 * macros.c (end_kbd_macro): New function.
5495 (Fend_kbd_macro): Use it.
5496
5497 * macros.h (end_kbd_macro): Declare extern.
5498
5499 * keyboard.c (Fdiscard_input): If defining keyboard macro,
5500 end and save it instead of discarding it.
5501
5502 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
5503
5504 * s/sol2-6.h: Fix typo. Add comment.
5505
5506 2002-09-09 Richard M. Stallman <rms@gnu.org>
5507
5508 * regex.c (regnum_t): Use signed int, not unsigned int.
5509
5510 * s/sol2-6.h: New file.
5511
5512 * s/sol2-5.h (UNEXEC): Definition deleted.
5513
5514 2002-09-08 Kim F. Storm <storm@cua.dk>
5515
5516 * macros.c (executing_macro_index): Change type to EMACS_INT.
5517 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
5518
5519 * macros.h (executing_macro_index): Change type to EMACS_INT.
5520
5521 2002-09-06 Richard M. Stallman <rms@gnu.org>
5522
5523 * casetab.c (set_case_table): Make canon table point to eqv table.
5524
5525 2002-09-06 Juanma Barranquero <lektu@terra.es>
5526
5527 * coding.c (syms_of_coding): Fix spacing.
5528
5529 * composite.c (Fcompose_region_internal)
5530 (Fcompose_string_internal): Likewise.
5531
5532 * data.c (Flsh): Likewise.
5533
5534 * fontset.c (Fset_fontset_font): Likewise.
5535
5536 * macfns.c (Fx_server_max_request_size): Likewise.
5537
5538 * w16select.c (syms_of_win16select): Likewise.
5539
5540 * w32select.c (syms_of_w32select): Likewise.
5541
5542 * xselect.c (syms_of_xselect): Likewise.
5543
5544 2002-09-05 Richard M. Stallman <rms@gnu.org>
5545
5546 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
5547 call EXTEND_RANGE_TABLE and return a proper value.
5548 (set_image_of_range): Don't call set_image_of_range_1
5549 if no TRANSLATE or if range includes all of Latin-1.
5550 Only call it for the Latin-1 part of the range.
5551 For other cases, make two separate ranges,
5552 one for the original specified characters and one for
5553 their case-conversions.
5554
5555 2002-09-04 Richard M. Stallman <rms@gnu.org>
5556
5557 * s/sol2-5.h (UNEXEC): Use unexsol.o.
5558
5559 * window.c (displayed_window_lines): Correct for one-off bug
5560 in HEIGHT on non-window displays.
5561
5562 * regex.c (set_image_of_range_1): New function.
5563 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
5564 Return a value to indicate running out of memory.
5565 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
5566 (extend_range_table_work_area): New subroutine.
5567 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
5568 Different calling conventions, and used from set_image_of_range{,_1}.
5569 (IMMEDIATE_QUIT_CHECK): Definitions moved.
5570
5571 2002-09-04 Juanma Barranquero <lektu@terra.es>
5572
5573 * makefile.w32-in: All dependencies updated.
5574
5575 2002-09-01 Richard M. Stallman <rms@gnu.org>
5576
5577 * unexsol.c: New file.
5578
5579 * xfns.c (Qbox): Declare external, don't define.
5580
5581 * xdisp.c (redisplay_window) <force-start case>:
5582 If point is on semi-visible last line, reposition
5583 it at previous line.
5584
5585 * alloc.c (display_malloc_warning): Use display-warning.
5586 (malloc_warning_1): Function deleted.
5587
5588 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
5589
5590 * lread.c (read1): Handle #! by skipping the line.
5591
5592 2002-08-31 Richard M. Stallman <rms@gnu.org>
5593
5594 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
5595 Don't include LDFLAGS.
5596 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
5597
5598 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
5599
5600 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
5601 member of x_display_info unless we compile for some window system.
5602
5603 2002-08-31 Kim F. Storm <storm@cua.dk>
5604
5605 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
5606 (get_window_cursor_type): Don't use them.
5607 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
5608
5609 2002-08-30 Kenichi Handa <handa@etl.go.jp>
5610
5611 * xdisp.c (get_next_display_element): Fix previous change.
5612
5613 2002-08-30 Andrew Choi <akochoi@shaw.ca>
5614
5615 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
5616 (expose_window): Use it to fix the display of overlapping
5617 rows (merge code from xterm.c).
5618
5619 * macfns.c (Qbox): Add extern declaration.
5620
5621 2002-08-30 Juanma Barranquero <lektu@terra.es>
5622
5623 * w32fns.c (Qbox): Make extern.
5624 (syms_of_w32fns): Remove initialization of Qbox.
5625
5626 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
5627
5628 * xfns.c (Fx_open_connection): Fix error message.
5629
5630 2002-08-30 Kim F. Storm <storm@cua.dk>
5631
5632 The following changes consolidates the handling of the cursor
5633 type in xdisp.c, moving duplicate code and functionality from
5634 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
5635
5636 * frame.h (enum text_cursor_kinds): Consolidated here.
5637 Added DEFAULT_CURSOR value.
5638 (struct frame) <desired_cursor, cursor_width>
5639 <blink_off_cursor, blink_off_cursor_width>: New fields.
5640 Consolidated from output_x, output_w32 and output_mac structs.
5641 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
5642 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
5643
5644 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
5645 Variables consolidated here.
5646 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
5647 (Vcursor_in_non_selected_windows): Renamed from
5648 cursor_in_non_selected_windows and changed to Lisp_Object.
5649 (syms_of_xdisp): Define and staticpro new and moved variables.
5650 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
5651 consolidated here. Recognize Qhollow setting.
5652 (set_frame_cursor_types): New function to set frame cursor types
5653 based on the frame parameters.
5654 (get_window_cursor_type): New function to calculate new cursor
5655 type and width for the specified window. Based on duplicated
5656 code consolidated here.
5657 Enhancements: cursor-in-non-selected-windows may be a cursor type,
5658 check buffer-local alternate-cursor-type and blink-cursor-alist
5659 before using built-in blink off methods.
5660
5661 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
5662
5663 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
5664 (get_specified_cursor_type, get_window_cursor_type)
5665 (set_frame_cursor_types): Added prototypes.
5666
5667 * macfns.c (x_specified_cursor_type): Removed.
5668 (x_set_cursor_type): Use set_frame_cursor_types.
5669 (Qbar, Qbox): Removed.
5670 (syms_of_macfns): Don't intern or staticpro them.
5671
5672 * macterm.c (x_specified_cursor_type): Remove prototype.
5673 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
5674 (x_display_and_set_cursor): Use get_window_cursor_type.
5675 Remove unused local variables cursor_non_selected, active_cursor.
5676 Redraw cursor if hbar cursor width changes.
5677 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
5678
5679 * macterm.h (enum text_cursor_kinds): Removed.
5680 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
5681 <blink_off_cursor, blink_off_cursor_width>: Members removed.
5682 (FRAME_DESIRED_CURSOR): Macro removed.
5683
5684 * w32fns.c (Vblink_cursor_alist): Removed.
5685 (Qbar, Qhbar, Qbox, Qhollow): Removed.
5686 (syms_of_w32fns): Don't intern, staticpro, or define them.
5687 (x_specified_cursor_type): Removed.
5688 (x_set_cursor_type): Use set_frame_cursor_types.
5689
5690 * w32term.c (x_specified_cursor_type): Remove prototype.
5691 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
5692 (x_display_and_set_cursor): Use get_window_cursor_type.
5693 Remove unused local variables cursor_off_state.
5694 Redraw cursor if hbar cursor width changes.
5695 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
5696
5697 * w32term.h (enum text_cursor_kinds): Removed.
5698 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
5699 <blink_off_cursor, blink_off_cursor_width>: Members removed.
5700 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
5701 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
5702 (struct w32_display_info) <x_highlight_frame>: Renamed member from
5703 w32_highlight_frame.
5704
5705 * xfns.c (Vblink_cursor_alist): Removed.
5706 (Qbar, Qhbar, Qbox, Qhollow): Removed.
5707 (syms_of_xfns): Don't intern, staticpro, or define them.
5708 (x_specified_cursor_type): Removed.
5709 (x_set_cursor_type): Use set_frame_cursor_types.
5710
5711 * xterm.c (x_specified_cursor_type): Remove prototype.
5712 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
5713 (x_display_and_set_cursor): Use get_window_cursor_type.
5714 Remove unused local variables cursor_off_state.
5715 Redraw cursor if hbar cursor width changes.
5716
5717 * xterm.h (enum text_cursor_kinds): Removed.
5718 (struct output_x) <current_cursor, desired_cursor, cursor_width>
5719 <blink_off_cursor, blink_off_cursor_width>: Members removed.
5720 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
5721 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
5722 (x_specified_cursor_type): Remove prototype.
5723
5724 2002-08-28 Richard M. Stallman <rms@gnu.org>
5725
5726 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
5727 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
5728 (Vblink_cursor_alist): New variable.
5729 (syms_of_w32fns): Initialize and defvar it.
5730 (x_specified_cursor_type): Recognize Qbox for filled box.
5731 Exceptions are hollow boxes.
5732 (Qbox, Qhollow): New variables.
5733 (syms_of_w32fns): Initialize and staticpro them.
5734
5735 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
5736 New macros.
5737 (struct w32_output): New fields blink_off_cursor,
5738 blink_off_cursor_width.
5739 (FRAME_CURSOR_WIDTH): New macro.
5740
5741 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
5742 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
5743
5744 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
5745 for bar cursor.
5746
5747 * w32term.c (expose_overlaps): New function.
5748 (expose_window): Use it to fix the display of overlapping rows.
5749
5750 2002-08-28 Simon Josefsson <jas@extundo.com>
5751
5752 * xfns.c (Fx_open_connection): Improve help when X connection
5753 fails, xhost is insecure and xauth is better.
5754
5755 2002-08-28 Juanma Barranquero <lektu@terra.es>
5756
5757 * makefile.w32-in: Add missing dependencies on w32term.h and
5758 composite.h.
5759
5760 * emacs.c (USAGE1): Add missing newline.
5761
5762 2002-08-27 Andrew Choi <akochoi@shaw.ca>
5763
5764 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
5765
5766 2002-08-27 Richard M. Stallman <rms@gnu.org>
5767
5768 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
5769 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
5770 (Vblink_cursor_alist): New variable.
5771 (syms_of_xfns): Initialize and defvar it.
5772 (x_specified_cursor_type): Recognize Qbox for filled box.
5773 Exceptions are hollow boxes.
5774 (Qbox, Qhollow): New variables.
5775 (syms_of_xfns): Initialize and staticpro them.
5776
5777 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
5778 New macros.
5779 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
5780
5781 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
5782 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
5783
5784 * emacs.c (main): Handle --script.
5785 (USAGE1): Mention --script.
5786 (standard_args): Define sort order for --script.
5787
5788 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
5789
5790 * xdisp.c (redisplay_updating_p): Variable removed.
5791 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
5792 New variables.
5793 (init_iterator): Don't free realized faces if
5794 inhibit_free_realized_faces is set.
5795 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
5796 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
5797 initialize Qinhibit_free_realized_faces.
5798
5799 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
5800 when iterator is adding glyphs to a glyph matrix.
5801
5802 2002-08-27 Kenichi Handa <handa@etl.go.jp>
5803
5804 * xdisp.c (get_next_display_element): In unibyte case, don't use
5805 octal form for such eight-bit characters that can be converted to
5806 multibyte char.
5807
5808 2002-08-26 Kim F. Storm <storm@cua.dk>
5809
5810 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize foreground
5811 and background colors. From Joe Buehler (tiny change).
5812
5813 2002-08-26 Miles Bader <miles@gnu.org>
5814
5815 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
5816
5817 2002-08-25 Andrew Choi <akochoi@shaw.ca>
5818
5819 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
5820 defined instead of MAC_OSX.
5821
5822 * s/darwin.h (select): Define select to sys_select only if
5823 HAVE_CARBON is defined.
5824 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
5825 (DONT_REOPEN_PTY): #def it.
5826
5827 * macterm.c (XTread_socket): Remove code to call
5828 SendEventToEventTarget for keys with command modifiers when
5829 mac_command_key_is_meta is nil.
5830
5831 2002-08-24 Andreas Schwab <schwab@suse.de>
5832
5833 * eval.c (Fdefvar): Fix last change.
5834
5835 2002-08-23 Richard M. Stallman <rms@gnu.org>
5836
5837 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
5838 Record variables in load history as (defvar . VAR).
5839 (Fdefvar): Don't record in load history if no initial value.
5840 (Qdefvar): New variable.
5841 (syms_of_eval): Init and staticpro it.
5842
5843 * lread.c (syms_of_lread): Doc fix.
5844 (build_load_history): Use Fmember to see if a definition
5845 is already in the Vload_history element.
5846
5847 * process.c (Fstart_process): Remove /: from program name.
5848
5849 * emacs.c (decode_env_path): Don't add /: if file name handler
5850 has a `safe-magic' property.
5851
5852 * callproc.c (Fcall_process): Remove /: from program name.
5853
5854 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
5855
5856 * regex.c (PATFETCH): Remove the translating fetch.
5857 (PATFETCH_RAW): Rename to PATFETCH.
5858 (set_image_of_range): New fun.
5859 (SET_RANGE_TABLE_WORK_AREA): Use it.
5860 (regex_compile): Don't translate the pattern chars so eagerly.
5861 Only do it when inserting an `exactn' bytecode or when handling
5862 a char-range.
5863 (mutually_exclusive_p): Avoid empty statement.
5864
5865 2002-08-22 Kim F. Storm <storm@cua.dk>
5866
5867 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
5868 end up on a partially visible line; this reverts a specific part
5869 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
5870 display error which has been reported several times now.
5871 However it introduces the problem that changes was supposed to fix.
5872 See my comments in the source if you want to debug this further.
5873
5874 2002-08-20 Kenichi Handa <handa@etl.go.jp>
5875
5876 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
5877
5878 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
5879
5880 * msdos.c (croak): Add `void' to definition.
5881
5882 * sysdep.c [MSDOS] (request_sigio, unrequest_sigio):
5883 Don't define them, they are defined in msdos.c.
5884
5885 * mem-limits.h [MSDOS]: Declare etext.
5886
5887 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
5888 `const' since CORRECT_DIR_SEPS modifies its target.
5889
5890 2002-08-19 Kim F. Storm <storm@cua.dk>
5891
5892 * keyboard.c (Fclear_this_command_keys): Added optional arg
5893 KEEP-RECORD to avoid clearing lossage when we just want to clear
5894 the current key sequence (kmacro needs this).
5895
5896 2002-08-19 Kenichi Handa <handa@localhost>
5897
5898 * composite.c (run_composition_function): Call FUNC if it is fboundp.
5899
5900 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
5901 cons, return Qnil.
5902
5903 2002-08-17 Richard M. Stallman <rms@gnu.org>
5904
5905 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
5906
5907 * sysdep.c [!VMS]: Include sys/files.h.
5908
5909 * editfns.c (save_restriction_restore): Defend from unchained marker.
5910
5911 * buffer.c (overlays_at): Handle extending vec uniformly.
5912 (overlays_in): Handle extending vec from length 0 as in overlays_at.
5913
5914 2002-08-15 Andrew Choi <akochoi@shaw.ca>
5915
5916 * mac.c (init_mac_osx_environment): New function.
5917
5918 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
5919
5920 2002-08-14 Kim F. Storm <storm@cua.dk>
5921
5922 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
5923 executing macro before appending to it (when used from Lisp).
5924 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
5925 which is called prior to each iteration of macro (for kmacro.el).
5926 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
5927
5928 * lisp.h (Fexecute_kbd_macro): Update prototype.
5929
5930 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
5931
5932 2002-08-14 Kenichi Handa <handa@etl.go.jp>
5933
5934 * xselect.c (QUTF8_STRING): New variable.
5935 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
5936 (x_atom_to_symbol): Likewise.
5937 (x_get_local_selection): New argument local_request. If it is
5938 nonzero, call handler_fn with the second arg nil.
5939 (x_handle_selection_request): Call x_get_local_selection with
5940 local_request 0.
5941 (lisp_data_to_selection_data): Don't encode the string here.
5942 (Fx_get_selection_internal): Call x_get_local_selection with
5943 local_request 1.
5944 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
5945
5946 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
5947
5948 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
5949
5950 2002-08-13 Richard M. Stallman <rms@gnu.org>
5951
5952 * minibuf.c (Fminibufferp): New function.
5953 (syms_of_minibuf): Defsubr it.
5954 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
5955
5956 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
5957
5958 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
5959
5960 2002-08-12 Richard M. Stallman <rms@gnu.org>
5961
5962 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
5963 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
5964 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
5965 already.
5966
5967 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
5968
5969 2002-08-11 Andrew Choi <akochoi@shaw.ca>
5970
5971 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
5972 (Vmac_pass_command_to_system): New variable.
5973 (Vmac_pass_control_to_system): New variable.
5974 (do_mouse_moved): Check wp with is_emacs_window.
5975 (XTread_socket): Check window_ptr with is_emacs_window.
5976 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
5977 events back to Mac Toolbox for processing, depending on values of
5978 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
5979 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
5980 Vmac_pass_control_to_system.
5981
5982 2002-08-10 Kenichi Handa <handa@etl.go.jp>
5983
5984 * coding.c (unencodable_char_position): New function.
5985 (Funencodable_char_position): New function.
5986 (syms_of_coding): Defsubr Funencodable_char_position.
5987
5988 2002-08-10 Andrew Choi <akochoi@shaw.ca>
5989
5990 * mac.c (sys_select) [MAC_OSX]: New function.
5991
5992 * macterm.c (MakeMeTheFrontProcess): New function.
5993 (mac_initialize): Call MakeMeTheFrontProcess.
5994
5995 * s/darwin.h: Define select to sys_select.
5996
5997 2002-08-09 Richard M. Stallman <rms@gnu.org>
5998
5999 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
6000
6001 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
6002
6003 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
6004 end of the buffer.
6005
6006 2002-08-08 Ken Raeburn <raeburn@mit.edu>
6007
6008 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
6009
6010 * puresize.h (BASE_PURESIZE): Increase to 910000.
6011
6012 2002-08-08 Kenichi Handa <handa@etl.go.jp>
6013
6014 * coding.c (Ffind_operation_coding_system): For write-region, if
6015 VISIT is a filename, make it the target.
6016
6017 2002-08-07 Richard M. Stallman <rms@gnu.org>
6018
6019 * alloc.c (mark_object): Detect long lists for debugging.
6020 (mark_object_loop_halt): New variable.
6021
6022 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
6023
6024 * data.c (Fmake_variable_frame_local): Doc fix.
6025
6026 2002-08-01 David Ponce <david@dponce.com>
6027
6028 * w32menu.c (local_heap, local_alloc, local_free): New macros.
6029 (malloc_widget_value, free_widget_value)
6030 (w32_free_submenu_strings): Use them.
6031
6032 (push_submenu_start, push_submenu_end, push_left_right_boundary)
6033 (push_menu_pane, push_menu_item, single_keymap_panes)
6034 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
6035 (single_submenu, set_frame_menubar)
6036 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
6037
6038 (Fx_popup_menu): Don't show pop up menu until preceding one is
6039 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
6040
6041 * w32menu.c: Changes adapted from xmenu.c
6042 (set_frame_menubar): First parse all submenus,
6043 then make widget_value trees from them.
6044 Don't allocate any widget_value objects
6045 until we are done with the parsing.
6046 (parse_single_submenu): New function.
6047 (digest_single_submenu): New function.
6048 (single_submenu): Function deleted, replaced by those two.
6049
6050 2002-08-04 Andrew Choi <akochoi@shaw.ca>
6051
6052 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
6053 returns a valid window pointer before proceeding for keyDown and
6054 autoKey events.
6055
6056 2002-08-03 Andrew Choi <akochoi@shaw.ca>
6057
6058 * macterm.c (USE_CARBON_EVENTS): New macro.
6059 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
6060 (x_iconify_frame): Call CollapseWindow.
6061 (Vmac_reverse_ctrl_meta): New variable.
6062 (Vmac_wheel_button_is_mouse_2): New variable.
6063 (init_mac_drag_n_drop): New function.
6064 (mac_do_receive_drag): New function.
6065 (mac_handle_service_event): New function.
6066 (init_service_handler): New function.
6067 (mac_to_emacs_modifiers): New function.
6068 (mac_event_to_emacs_modifiers): New function.
6069 (mac_get_mouse_btn): New function.
6070 (mac_convert_event_ref): New function.
6071 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
6072 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
6073 mac_get_mouse_btn.
6074 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
6075
6076 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
6077 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
6078 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
6079 TOOL_BAR_EVENT for MAC_OS as well.
6080 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
6081 as for WINDOWS_NT.
6082 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
6083
6084 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
6085
6086 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
6087
6088 * xdisp.c (forward_to_next_line_start): Fix a condition that
6089 lead to a newline being skipped.
6090
6091 2002-08-02 Andrew Choi <akochoi@shaw.ca>
6092
6093 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
6094
6095 2002-08-01 Richard M. Stallman <rms@gnu.org>
6096
6097 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
6098
6099 2002-07-31 Andrew Choi <akochoi@shaw.ca>
6100
6101 * macfns.c: #undef init_process before #define-ing it.
6102
6103 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
6104 HAVE_CARBON is defined.
6105
6106 2002-07-31 Richard M. Stallman <rms@gnu.org>
6107
6108 * xmenu.c (set_frame_menubar): First parse all submenus,
6109 then make widget_value trees from them.
6110 Don't allocate any widget_value objects
6111 until we are done with the parsing.
6112 (parse_single_submenu): New function.
6113 (digest_single_submenu): New function.
6114 (single_submenu): Function deleted, replaced by those two.
6115
6116 2002-07-30 Juanma Barranquero <lektu@terra.es>
6117
6118 * w32proc.c (syms_of_ntproc): Fix docstring of
6119 `w32-get-true-file-attributes'.
6120
6121 2002-07-28 Richard M. Stallman <rms@gnu.org>
6122
6123 * s/hpux8.h (HPUX8): Define this before including hpux.h.
6124 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
6125
6126 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
6127
6128 * keyboard.c (make_lispy_event):
6129 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
6130 Explicitly clear up_modifier in event->modifiers.
6131
6132 2002-07-27 Richard M. Stallman <rms@gnu.org>
6133
6134 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
6135
6136 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
6137 for bar cursor.
6138
6139 2002-07-26 Kenichi Handa <handa@etl.go.jp>
6140
6141 * coding.c (detect_coding_iso2022): While checking a byte sequence
6142 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
6143 it in the normal loop.
6144
6145 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
6146
6147 * xterm.c (expose_overlaps): New function.
6148 (expose_window): Use it to fix the display of overlapping rows.
6149
6150 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
6151
6152 2002-07-23 Ken Raeburn <raeburn@gnu.org>
6153
6154 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
6155 since it only depends on XUINT.
6156
6157 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
6158 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
6159 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
6160 Macros deleted.
6161
6162 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
6163 its value over other approaches.
6164 * sysdep.c (start_of_data): Don't define the function if a macro
6165 form has been defined.
6166
6167 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
6168
6169 * xdisp.c (redisplay_updating_p): New variable.
6170 (init_iterator): Don't free realized faces when
6171 redisplay_updating_p is set.
6172 (redisplay_internal): Set redisplay_updating_p while updating
6173 the display.
6174
6175 2002-07-23 Richard M. Stallman <rms@gnu.org>
6176
6177 * editfns.c (Fmessage): Treat "" like nil.
6178
6179 2002-07-23 Kenichi Handa <handa@etl.go.jp>
6180
6181 * xdisp.c (face_before_or_after_it_pos):
6182 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
6183
6184 2002-07-22 Juanma Barranquero <lektu@terra.es>
6185
6186 * callproc.c (init_callproc) [DOS_NT]:
6187 Initialize Vshared_game_score_directory to nil.
6188 (syms_of_callproc) [DOS_NT]: Likewise.
6189
6190 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
6191
6192 * xdisp.c (display_line): Replace an abort with xassert.
6193
6194 2002-07-21 Richard M. Stallman <rms@gnu.org>
6195
6196 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
6197 and END_UNCHANGED when setting buffer_unchanged_p.
6198 Use current_matrix_up_to_date_p to decide whether to use
6199 try_cursor_movement.
6200
6201 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
6202
6203 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
6204
6205 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
6206 Set to nil if dir does not exist.
6207 (syms_of_callproc): Init unconditionally and simply.
6208
6209 * buffer.c (Fbuffer_list): Doc fix.
6210
6211 2002-07-21 Ken Raeburn <raeburn@gnu.org>
6212
6213 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
6214
6215 * buffer.c (mmap_realloc): When shrinking, make sure number of
6216 pages to unmap is rounded towards zero.
6217
6218 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
6219 (XSETINT): Deleted.
6220
6221 * m/att3b.h (XINT): Don't define.
6222 (VALBITS, VALMASK, XTYPE): Deleted.
6223 (DATA_SEG_BITS): Define.
6224 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
6225 ARRAY_MARK_FLAG): Deleted.
6226 (DATA_SEG_BITS): Define.
6227 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
6228 (DATA_SEG_BITS): Define.
6229
6230 2002-07-20 Richard M. Stallman <rms@gnu.org>
6231
6232 * print.c (print_error_message): New args CONTEXT and CALLER.
6233 Calls changed.
6234
6235 * lisp.h (print_error_message): Declare new args.
6236
6237 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
6238 and CONTEXT to print_error_message, don't print them here.
6239 For a Quit, don't use Vsignaling_function.
6240 Call message_log_maybe_newline.
6241
6242 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
6243
6244 2002-07-20 Kim F. Storm <storm@cua.dk>
6245
6246 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
6247
6248 2002-07-19 Ken Raeburn <raeburn@gnu.org>
6249
6250 * bytecode.c (struct byte_stack): Pointers into byte string now
6251 point to const.
6252 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
6253 const.
6254 * charset.h (BCOPY_SHORT): Source pointer now points to const.
6255 * coding.c (encode_eol, detect_coding, detect_eol):
6256 (decode_coding, encode_coding, detect_coding_system):
6257 Source strings now treated as const.
6258 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
6259 modify Lisp string contents.
6260 * coding.h (decode_coding, encode_coding, detect_coding,
6261 detect_eol): Declarations updated.
6262 * composite.c (compose_chars_in_text): Treat Lisp string contents
6263 as const.
6264 * dispnew.c (safe_bcopy): Source pointer now points to const.
6265 * lisp.h (STRING_COPYIN): New macro.
6266 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
6267 (internal_with_output_to_temp_buffer): Declarations updated.
6268 * print.c (temp_output_buffer_setup):
6269 (internal_with_output_to_temp_buffer): Buffer name argument is now
6270 pointer to const.
6271 * sound.c (struct sound_device): Function pointer field "write"
6272 buffer argument now points to const.
6273 (vox_write): Buffer argument points to const.
6274 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
6275 contents as const.
6276 * sysdep.c (emacs_write): Buffer pointer now const.
6277 * term.c (encode_terminal_code): Buffer pointer now const.
6278 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
6279 (x_face_list_fonts, x_update_menu_appearance):
6280 (hash_string_case_insensitive): Treat Lisp string contents as const.
6281
6282 2002-07-19 Juanma Barranquero <lektu@terra.es>
6283
6284 * fileio.c (Ffile_name_as_directory): Fix argument name in docstring.
6285 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
6286
6287 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
6288
6289 * fileio.c (syms_of_fileio): Likewise.
6290
6291 2002-07-18 Richard M. Stallman <rms@gnu.org>
6292
6293 * data.c (Fdefalias): Doc fix.
6294
6295 2002-07-17 Dave Love <fx@gnu.org>
6296
6297 * intervals.h (text_property_stickiness): Use P_.
6298
6299 * ccl.c: Remove `emacs' conditionals.
6300 (ccl_backtrace_table): Fix size spec.
6301 (ccl_driver): Fix type errors.
6302
6303 2002-07-16 Ken Raeburn <raeburn@gnu.org>
6304
6305 * alloc.c (xstrdup, make_string, make_unibyte_string)
6306 (make_multibyte_string, build_string): String pointer args now
6307 point to const.
6308 * charset.c (find_charset_in_text, c_string_width):
6309 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
6310 * fileio.c (report_file_error):
6311 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
6312 (count_combining_before, count_combining_after, insert_1_both):
6313 (insert, insert_and_inherit, insert_string):
6314 (insert_before_markers, insert_before_markers_and_inherit):
6315 * lread.c (intern, oblookup, hash_string):
6316 * minibuf.c (temp_echo_area_glyphs):
6317 * search.c (fast_c_string_match_ignore_case):
6318 * sysdep.c (emacs_open, set_file_times):
6319 * xfaces.c (xstricmp):
6320 * xdisp.c (store_frame_title, string_char_and_length):
6321 (message_dolog, message2, message2_nolog, set_message): Likewise.
6322 (set_message_1): Cast message string argument to const pointer.
6323 * editfns.c (general_insert_function): Insertion function now
6324 takes pointer to const for input data.
6325 * charset.h (find_charset_in_text, c_string_width):
6326 (parse_str_as_multibyte): Declarations updated.
6327 * dispextern.h (xstricmp): Declaration updated.
6328 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
6329 (count_size_as_multibyte, count_combining_before):
6330 (count_combining_after, insert_1, insert_1_both, message_dolog):
6331 (insert, insert_and_inherit, insert_before_markers)
6332 (insert_before_markers_and_inherit, set_message, message2):
6333 (message2_dolog, build_string, make_string, make_unibyte_string):
6334 (make_multibyte_string, intern, oblookup, report_file_error):
6335 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
6336 (emacs_open, xstrdup): Declarations updated.
6337 * systime.h (set_file_times): Declaration updated.
6338
6339 * charset.c (find_charset_in_text, lisp_string_width): Use const
6340 for pointer to lisp string data.
6341 * charset.h (FETCH_STRING_CHAR_ADVANCE):
6342 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
6343 * coding.c (Ffind_coding_systems_region_interval):
6344 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
6345 (Fmake_directory_internal, Fdelete_directory):
6346 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
6347 * fontset.c (font_family_registry, fs_query_fontset):
6348 (list_fontsets):
6349 * frame.c (Fframe_parameter):
6350 * keyboard.c (cmd_error_internal):
6351 * keymap.c (Fdescribe_buffer_bindings):
6352 * lread.c (complete_filename_p, openp):
6353 * minibuf.c (Fminibuffer_complete_word):
6354 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
6355 (face_before_or_after_it_pos, next_element_from_string):
6356 (get_overlay_arrow_glyph_row, display_mode_element):
6357 (decode_mode_spec_coding):
6358 * xterm.c (same_x_server): Likewise.
6359
6360 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
6361 settings of non-existent fields.
6362
6363 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
6364 copy a lisp value.
6365
6366 * lread.c (Fintern_soft): Use string macros instead of
6367 Lisp_String fields.
6368 * keyboard.c (echo_char, parse_modifiers_uncached):
6369 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
6370 * textprop.c (validate_interval_range, interval_of): Likewise.
6371
6372 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
6373
6374 * charset.h (FETCH_STRING_CHAR_ADVANCE)
6375 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
6376 XSTRING()->size_byte.
6377
6378 * lisp.h (SDATA, SREF): Produce rvalue.
6379 (SSET): New macro.
6380 * alloc.c (make_event_array): Use SSET for storing into a string.
6381 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
6382 a string.
6383 * casefiddle.c (casify_object): Use SSET.
6384 * charset.h (FETCH_STRING_CHAR_ADVANCE)
6385 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
6386 address of string contents.
6387 * data.c (Faref): Use SDATA.
6388 (Faset): Use SDATA, SSET.
6389 * dired.c (directory_files_internal): Use SSET.
6390 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
6391 (Fread_file_name): Use SREF, SSET.
6392 * fns.c (concat): Use SSET.
6393 (concat, Fdelete): Use SDATA.
6394 * insdel.c (insert_from_string_1): Use SDATA.
6395 * keyboard.c (Fevent_convert_list): Use SREF.
6396 * lread.c (Fload): Use SDATA, SSET.
6397 * macfns.c (validate_x_resource_name): Use SSET.
6398 * process.c (status_message): Use SSET.
6399 * search.c (wordify): Use SDATA.
6400 (Freplace_match): Use SREF.
6401 * w32fns.c (validate_x_resource_name): Use SSET.
6402 * xfns.c (validate_x_resource_name): Use SSET.
6403 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
6404
6405 2002-07-16 Richard M. Stallman <rms@gnu.org>
6406
6407 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
6408
6409 * xdisp.c (reconsider_clip_changes):
6410 Don't test prevent_redisplay_optimizations_p.
6411 (redisplay_internal): Test prevent_redisplay_optimizations_p
6412 along with clip_changed in some cases.
6413 (try_window_id): Likewise.
6414 (redisplay_window): New local var buffer_unchanged_p.
6415
6416 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
6417
6418 * process.c (create_process): Test USG_SUBTTY_WORKS.
6419 (process_send_signal): Clean up handling of GID.
6420 Detect errors in ioctls meant to set GID.
6421
6422 * window.c (temp_output_buffer_show):
6423 Don't set prevent_redisplay_optimizations_p.
6424
6425 2002-07-15 Juanma Barranquero <lektu@terra.es>
6426
6427 * eval.c (Fdefvaralias): Add docstring argument.
6428
6429 2002-07-15 Ken Raeburn <raeburn@gnu.org>
6430
6431 * lisp.h (STRING_INTERVALS): Produce rvalue.
6432 (STRING_SET_INTERVALS): New macro.
6433 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
6434 * fns.c (Fstring_as_multibyte): Likewise.
6435 * intervals.c (balance_possible_root_interval, delete_interval)
6436 (create_root_interval, copy_intervals_to_string): Likewise.
6437 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
6438 instead of 0.
6439
6440 2002-07-14 Ken Raeburn <raeburn@gnu.org>
6441
6442 * lisp.h (STRING_SET_CHARS): New macro.
6443 (SCHARS, SBYTES): Produce rvalues.
6444 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
6445 * fns.c (concat): Likewise.
6446 * lread.c (read_vector): Likewise.
6447
6448 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
6449 (STRING_SET_UNIBYTE): New macro.
6450 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a
6451 length of -1) changed to use STRING_SET_UNIBYTE.
6452 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
6453 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
6454 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
6455 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
6456 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
6457 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
6458 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
6459 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
6460 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
6461 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
6462 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
6463 STRING_BYTES or indirection changed to SCHARS, SBYTES,
6464 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
6465 unchanged for now.
6466
6467 2002-07-13 Kim F. Storm <storm@cua.dk>
6468
6469 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
6470
6471 2002-07-12 Richard M. Stallman <rms@gnu.org>
6472
6473 * fileio.c (Fwrite_region): Doc fix.
6474
6475 * print.c (print_error_message): Don't handle Vsignaling_function here.
6476
6477 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
6478 (command_loop_1): Avoid certain actions after memory-full error.
6479
6480 * eval.c (Fsignal): Don't call cancel_hourglass.
6481 For a memory-full error, don't call Vsignal_hook_function
6482 and don't set Vsignaling_function.
6483
6484 * process.c (process_send_signal): Add abort call.
6485
6486 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
6487
6488 * keymap.c (Fkey_binding): Fix typo.
6489
6490 2002-07-11 Richard M. Stallman <rms@gnu.org>
6491
6492 * alloc.c (Vmemory_full): New variable.
6493 (Vmemory_signal_data): Renamed from memory_signal_data.
6494 Uses changed.
6495 (syms_of_alloc): Defvar them.
6496 (memory_full, buffer_memory_full): Set Vmemory_full.
6497
6498 * lisp.h (Vmemory_full): Add declaration.
6499 (current_column, indented_beyond_p): Change declaration.
6500
6501 * indent.c (last_known_column): Declare as double, not float.
6502 (current_column, current_column_1, string_display_width)
6503 (position_indentation): Return `double'.
6504 (indented_beyond_p): Arg `column' is `double'. Callers changed.
6505
6506 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
6507 (back_to_previous_visible_line_start)
6508 (reseat_at_next_visible_line_start, next_element_from_buffer):
6509 Use `double', not `float', when calling indented_beyond_p.
6510
6511 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
6512
6513 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
6514
6515 2002-07-11 Juanma Barranquero <lektu@terra.es>
6516
6517 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
6518 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
6519 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
6520 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
6521 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
6522 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
6523
6524 2002-07-10 Juanma Barranquero <lektu@terra.es>
6525
6526 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers
6527 changed.
6528
6529 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
6530
6531 * data.c (Fdefalias): Add an optional `docstring' argument.
6532 (set_internal, Fsetq_default): Use XCAR/XCDR.
6533
6534 * composite.c (HASH_VALUE, HASH_KEY):
6535 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
6536
6537 2002-07-09 Kenichi Handa <handa@etl.go.jp>
6538
6539 * callproc.c (Fcall_process): Fix previous change.
6540
6541 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
6542
6543 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
6544 Add support for hash-tables.
6545 (Ftry_completion): Return t even if the string appears multiple times.
6546
6547 * fns.c (Fnconc): Use XCDR.
6548 (Fprovide): Use CONSP and XCDR.
6549 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
6550 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
6551 (Fmake_hash_table): Accept `:size nil'.
6552 (Fmakehash): Delete: moved to subr.el.
6553 (syms_of_fns): Don't defsubr makehash.
6554
6555 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
6556 (HASH_TABLE_SIZE): Move from fns.c.
6557
6558 2002-07-07 Richard M. Stallman <rms@gnu.org>
6559
6560 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
6561 Instead just return 0 when there is something to be done.
6562 (try_scrolling): If make_cursor_line_fully_visible returns 0,
6563 retry scrolling as if cursor were off the bottom.
6564 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
6565 return CURSOR_MOVEMENT_MUST_SCROLL.
6566 (redisplay_window): If make_cursor_line_fully_visible returns 0,
6567 go to try_to_scroll.
6568
6569 * buffer.c (Fbuffer_local_value): Store current value into its binding
6570 so we get the up-to-date value for the binding that is loaded.
6571
6572 * eval.c (Fdefmacro): Doc fix.
6573
6574 2002-07-05 Dave Love <fx@gnu.org>
6575
6576 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
6577 correctly.
6578
6579 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
6580 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
6581 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
6582 CCL_LookupCharConstTbl.
6583 (syms_of_ccl): Defvar translation-hash-table-vector.
6584
6585 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6586
6587 * xdisp.c: Remove unused variable `face'.
6588
6589 2002-07-04 Juanma Barranquero <lektu@terra.es>
6590
6591 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
6592 obsolescence information.
6593
6594 2002-07-03 Andrew Choi <akochoi@shaw.ca>
6595
6596 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
6597 pattern. Search cache first.
6598 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
6599 for Japanese font.
6600 (XLoadQueryFont): Use it.
6601
6602 2002-07-02 Richard M. Stallman <rms@gnu.org>
6603
6604 * keymap.c (Fdefine_key): Doc fix.
6605
6606 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
6607
6608 2002-07-02 Juanma Barranquero <lektu@terra.es>
6609
6610 * keymap.c (syms_of_keymap): Fix typo.
6611
6612 2002-07-01 Andrew Choi <akochoi@shaw.ca>
6613
6614 * s/darwin.h: Define POSIX_SIGNALS.
6615
6616 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
6617 and FSRefMakePath to convert FSSpec returned with Apple Event to
6618 Posix pathname.
6619 (mac_initialize) [TARGET_API_MAC_CARBON]:
6620 Call init_required_apple_events and disable the `Quit' menu item
6621 provided automatically by the Carbon Toolbox.
6622
6623 2002-07-01 Dave Love <fx@gnu.org>
6624
6625 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
6626 for K&R.
6627
6628 * xterm.c: Fix prototype for K&R.
6629
6630 * term.c (costs_set): Declare static, non-initialized for pcc.
6631
6632 2002-07-01 Richard M. Stallman <rms@gnu.org>
6633
6634 * keyboard.c (timer_last_idleness_start_time): New variable.
6635 (timer_start_idle): Set that.
6636 (read_key_sequence): Use that to reset timer_idleness_start_time
6637 to previous value.
6638
6639 * window.c (Frecenter): With arg, set optional_new_start.
6640
6641 * xdisp.c (redisplay_internal): Make optional_new_start really work.
6642
6643 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
6644 buffer for completion.
6645
6646 2002-06-29 Ken Raeburn <raeburn@gnu.org>
6647
6648 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
6649
6650 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6651
6652 * keyboard.c (readable_filtered_events): New function that filters
6653 FOCUS_IN_EVENT depending on parameter.
6654 (readable_events): Calls readable_filtered_events, not filtering
6655 FOCUS_IN_EVENT.
6656 (get_filtered_input_pending): New function, filtering parameter passed
6657 to readable_filtered_events.
6658 (get_input_pending): Calls get_filtered_input_pending, not filtering
6659 FOCUS_IN_EVENT.
6660 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
6661 FOCUS_IN_EVENT.
6662
6663 * xterm.h (struct x_output): Add focus_state.
6664
6665 * xterm.c (x_focus_changed): New function.
6666 (x_detect_focus_change): New function.
6667 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
6668 EnterNotify and LeaveNotify to track X focus changes.
6669
6670 2002-06-28 Andreas Schwab <schwab@suse.de>
6671
6672 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
6673
6674 2002-06-27 Kim F. Storm <storm@cua.dk>
6675
6676 * xdisp.c: (mode_line_string_list, mode_line_string_face)
6677 (mode_line_string_face_prop): New variables.
6678 (store_mode_line_string): New function.
6679 (display_mode_element): Use store_mode_line_string to
6680 add mode-line string elements to mode_line_string_list
6681 when mode_line_string_list is non-nil.
6682 (Fformat_mode_line): Now returns propertized string by
6683 default. New arg NO-PROPS to ignore properties.
6684 (decode_mode_spec): Only add two dashes for %- in propertized
6685 mode-line string.
6686 (syms_of_xdisp): Init and staticpro mode_line_string_list.
6687
6688 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
6689
6690 * minibuf.c (minibuffer_completion_contents): Add return type.
6691
6692 2002-06-27 Juanma Barranquero <lektu@terra.es>
6693
6694 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
6695
6696 2002-06-26 Juanma Barranquero <lektu@terra.es>
6697
6698 * fileio.c (read_file_name_cleanup): Add missing return.
6699
6700 2002-06-26 Richard M. Stallman <rms@gnu.org>
6701
6702 * window.c (Frecenter): Don't set force_start flag.
6703
6704 * minibuf.c (do_completion, Fminibuffer_complete_word)
6705 (Fminibuffer_completion_help): Complete just the text before point.
6706 (minibuffer_completion_contents): New function.
6707
6708 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
6709
6710 * frame.c (frames_bury_buffer): Function deleted.
6711
6712 2002-06-25 Miles Bader <miles@gnu.org>
6713
6714 * callint.c (Fcall_interactively): When checking to see if doprnt hit
6715 the end of callint_message, allow for a terminating '\0'.
6716
6717 2002-06-24 Juanma Barranquero <lektu@terra.es>
6718
6719 * w32select.c: Include composite.h
6720
6721 * w16select.c: Likewise.
6722
6723 2002-06-24 Kenichi Handa <handa@etl.go.jp>
6724
6725 * callproc.c (Fcall_process): If code detection is necessary,
6726 call detect_coding directly here.
6727
6728 * coding.c (detect_eol): Preserve coding->cmp_data.
6729
6730 * w16select.c (Fw16_get_clipboard_data):
6731 * w32fns.c (w32_to_x_font):
6732 * w32select.c (Fw32_get_clipboard_data):
6733 * xselect.c (selection_data_to_lisp_data):
6734 * xterm.c (XTread_socket): Disable composition handling.
6735
6736 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
6737
6738 * print.c (temp_output_buffer_setup): Kill all local variables.
6739
6740 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
6741
6742 * lread.c (Fread): Remove redundant and imprecise declaration.
6743
6744 * xfns.c (check_x_display_info): Use check_x_frame.
6745
6746 * .gdbinit (xprintsym): Use the new `xname' field.
6747 (xsymbol): Use it.
6748
6749 2002-06-22 Jason Rumney <jasonr@gnu.org>
6750
6751 * w32fns.c (file_dialog_callback): New function.
6752 (Fx_file_dialog): Allow selecting directories as well as files.
6753
6754 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6755
6756 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
6757 OpenBSD. Add support for mipseb-*-netbsd* machines.
6758
6759 2002-06-17 Andrew Choi <akochoi@shaw.ca>
6760
6761 * macterm.c (mac_scroll_area): Set foreground and backcolor to
6762 black and white before scrolling. Restore frame background and
6763 foreground color after scrolling.
6764 (do_window_update): Call XClearWindow before calling expose_frame.
6765 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
6766 FRAME_FOREGROUND_PIXEL of frame.
6767
6768 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
6769 test Mac command key as <ALT> key.
6770
6771 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
6772
6773 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
6774
6775 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
6776 Lookup keys in function-key-map immediately so that key-translation-map
6777 can be applied earlier.
6778 Remove function_key_possible and key_translation_possible, replaced
6779 by checking `keytran_start < t'.
6780
6781 * .gdbinit (xsymbol): Use the new `xname' field.
6782
6783 2002-06-17 Andrew Choi <akochoi@shaw.ca>
6784
6785 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
6786 test Mac command key as <ALT> key.
6787
6788 * mac.c (do_applescript): Call initialize_applescript if necessary
6789 when first called. Dispose of result_desc only when there is no error.
6790 (Fdo_applescript): Use %d format specifier instead of %ld.
6791
6792 2002-06-16 Andrew Choi <akochoi@shaw.ca>
6793
6794 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
6795 of FrontWindow for cases keyDown and autoKey.
6796
6797 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
6798 Vdefault_fontset to Monaco with mac-roman coding.
6799
6800 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
6801 init_process before and after inclusion of Carbon/Carbon.h, resp.
6802
6803 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
6804 cursor_gc.
6805 (add_font_name_table_entry): New function.
6806 (init_font_name_table): Use add_font_name_table_entry; add italic,
6807 bold, and bold-italic entries for truetype fonts.
6808
6809 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
6810 for Mac too.
6811 (try_font_list) [MAC_OS]: If no font matches given registry, try
6812 fonts with any registry matching face_family.
6813 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
6814
6815 * s/darwin.h: If autoconf detects the Ncurses library, define
6816 LIBS_TERMCAP to -lncurses to use it.
6817
6818 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
6819
6820 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
6821
6822 2002-06-15 Richard M. Stallman <rms@gnu.org>
6823
6824 * window.c (Fset_window_configuration): Explicitly preserve
6825 the point value that new_current_buffer had at the start.
6826
6827 2002-06-14 Juanma Barranquero <lektu@terra.es>
6828
6829 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
6830 Fix typos.
6831
6832 2002-06-14 Kim F. Storm <storm@cua.dk>
6833
6834 * insdel.c (insert_1_both, insert_from_string_1)
6835 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
6836 insert happened in the end_unchanged region. Otherwise, the
6837 redisplay may be confused and duplicate the last line in the
6838 buffer [seen after save-buffer when require-final-newline==t].
6839
6840 2002-06-13 Jason Rumney <jasonr@gnu.org>
6841
6842 * w32.c (init_environment): Remove EMACSLOCKDIR.
6843 (stat): Swap _S_IFDIR and _S_IFREG.
6844
6845 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6846
6847 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
6848 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
6849 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
6850 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
6851 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
6852 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
6853 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
6854 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
6855 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
6856 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
6857 SELECTION_REQUEST_EVENT, selection_clear_event to
6858 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
6859 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
6860 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
6861 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
6862 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
6863 no_event to NO_EVENT.
6864
6865 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6866
6867 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
6868
6869 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
6870
6871 * intervals.c (textget): Don't forget to `return'.
6872 (lookup_char_property): Use XCAR/XCDR.
6873
6874 2002-06-12 Juanma Barranquero <lektu@terra.es>
6875
6876 * xdisp.c (Fformat_mode_line): Fix typo.
6877
6878 2002-06-12 Kim F. Storm <storm@cua.dk>
6879
6880 * xdisp.c (Fformat_mode_line): New function.
6881 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
6882 (store_frame_title_char, store_frame_title): Use unconditionally.
6883 (init_xdisp): Defsubr Fformat_mode_line.
6884 Initialize frame_title_buf etc. unconditionally.
6885
6886 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
6887
6888 * keyboard.c (read_key_sequence):
6889 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
6890 things through those maps after downcasing events.
6891 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
6892 applies after function-key-map.
6893 Make sure that keytran can be done in the middle in the sequence.
6894 Be careful not to throw away events past the one we downcase.
6895
6896 * lread.c (read_integer): Remove unused var `tem'.
6897 (read1): Fix int/Lisp_Object mixup.
6898
6899 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
6900
6901 2002-06-11 Richard M. Stallman <rms@gnu.org>
6902
6903 * keyboard.c (readable_events): Ignore any number of
6904 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
6905
6906 2002-06-09 Miles Bader <miles@gnu.org>
6907
6908 * xfaces.c (Ftty_supports_face_attributes_p): New function.
6909 (parse_rgb_list, tty_lookup_color): New functions.
6910 (tty_defined_color): Use `tty_lookup_color' to do all the work.
6911 (color_distance, Fcolor_distance): New functions.
6912 (TTY_SAME_COLOR_THRESHOLD): New macro.
6913 (Qtty_color_standard_values): New variable.
6914 (syms_of_xfaces): Initialize new vars & functions.
6915
6916 2002-06-08 Colin Walters <walters@verbum.org>
6917
6918 * textprop.c (Vchar_property_alias_alist): New variable.
6919 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
6920
6921 * intervals.c (lookup_char_property): New function for looking up
6922 overlay and text properties, created from textget.
6923 (textget): Use it.
6924
6925 * intervals.h (lookup_char_property): Declare.
6926 (Vchar_property_alias_alist): Declare.
6927
6928 * buffer.c (Foverlay_get): Use lookup_char_property.
6929
6930 2002-06-07 Sam Steingold <sds@gnu.org>
6931
6932 * xselect.c (lisp_data_to_selection_data): Fix last change:
6933 *data_ret is not a Lisp string, while unibyte_string is.
6934
6935 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
6936
6937 * xselect.c (lisp_data_to_selection_data): Fix last change:
6938 set size_ret.
6939
6940 2002-06-07 Andreas Schwab <schwab@suse.de>
6941
6942 * m/amdx86-64.h: New file.
6943
6944 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
6945
6946 * fns.c (Fstring_make_unibyte): Doc fix.
6947
6948 * xselect.c (lisp_data_to_selection_data): If the requested type
6949 is STRING, call string_make_unibyte to encode the selected text
6950 as a string.
6951
6952 * window.c (Fset_window_hscroll): Doc fix.
6953
6954 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6955
6956 * fileio.c (choose_write_coding_system):
6957 Call select-safe-coding-system properly.
6958
6959 2002-06-03 Richard M. Stallman <rms@gnu.org>
6960
6961 * xdisp.c (message_with_string): Error if STRING is not a string.
6962
6963 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
6964
6965 * fileio.c (choose_write_coding_system): Pass FILE arg to
6966 Vselect_safe_coding_system_function.
6967
6968 2002-06-03 Ken Raeburn <raeburn@gnu.org>
6969
6970 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
6971
6972 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
6973
6974 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
6975 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
6976 * keymap.c (describe_command): Likewise.
6977 * minibuf.c (read_minibuf): Likewise.
6978
6979 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
6980 Cast `current_column' return value to int.
6981 (back_to_previous_visible_line_start)
6982 (reseat_at_next_visible_line_start, next_element_from_buffer):
6983 Cast `indented_beyond_p' 3rd arg to float.
6984
6985 * indent.c (last_known_column): Now a float.
6986 (current_column_1, position_indentation, current_column)
6987 (string_display_width): Return float.
6988 (Fcurrent_column): Cast `current_column' return value to int.
6989 (Fcurrent_indentation): Cast `position_indentation' retval to int.
6990 (indented_beyond_p): Third arg now a float.
6991 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
6992
6993 * lisp.h (current_column): Now returns float.
6994 (indented_beyond_p): 3rd arg now a float.
6995
6996 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
6997
6998 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
6999 is Qcompound_text_with_extensions.
7000
7001 * xselect.c (lisp_data_to_selection_data): Always set selection
7002 type as string if x_encode_text returns streingp non-NULL.
7003
7004 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
7005
7006 2002-05-30 Richard M. Stallman <rms@gnu.org>
7007
7008 * window.c (Fset_window_configuration): Correct the handling
7009 of point in current buffer, to work with multiple windows.
7010
7011 2002-05-29 Colin Walters <walters@verbum.org>
7012
7013 * lread.c (Fread_from_string): Don't depend on order of evaluation
7014 for C function parameters.
7015
7016 2002-05-28 Richard M. Stallman <rms@gnu.org>
7017
7018 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
7019 way for blinked-off state and for a nonselected window.
7020
7021 * window.c (window_scroll_pixel_based): Don't call Fbolp;
7022 instead, see if the new start pos is at beginning of line.
7023
7024 * fileio.c (Fwrite_region): If START is a string, don't
7025 make any annotations.
7026
7027 * eval.c (syms_of_eval): Doc fix.
7028
7029 2002-05-28 Colin Walters <walters@debian.org>
7030
7031 * emacs.c (USAGE1): Add --no-splash.
7032 (standard_args): Ditto.
7033
7034 2002-05-28 Colin Walters <walters@gnu.org>
7035
7036 * lread.c (readchar_count): New variable.
7037 (readchar): Increment it.
7038 (unreadchar): Decrement it.
7039 (read_multibyte): Decrement it.
7040 (Vread_with_symbol_positions): New variable.
7041 (Vread_symbol_positions_list): New variable.
7042 (read_internal_start): New function, created from Fread and
7043 Fread_from_string. Handle Vread_symbol_positions_list and
7044 Vread_with_symbol_positions.
7045 (readevalloop, Fread, Fread_from_string): Use it.
7046 (read1): Use readchar_count to add symbol positions to
7047 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
7048 (syms_of_lread): DEFVAR_LISP and initialize them.
7049
7050 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
7051 (substitute_object_recurse, substitute_object_in_subtree)
7052 (substitute_in_interval): Prototype.
7053 (read_multibyte): Return c if it's less than zero.
7054
7055 2002-05-28 Kim F. Storm <storm@cua.dk>
7056
7057 * fileio.c (Fread_file_name_internal): Added brute-force
7058 speed up for using predicate file-directory-p.
7059
7060 2002-05-28 Kim F. Storm <storm@cua.dk>
7061
7062 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
7063 New variables.
7064 (syms_of_fileio): DEFVAR_LISP them.
7065 (read_file_name_cleanup): New unwind function.
7066 (Fread_file_name_internal): Only return completions satifying
7067 Vread_file_name_predicate. Temporarily unwind protect and rebind
7068 default-directory while checking completions against the predicate.
7069 (Fread_file_name): Added PREDICATE argument. Specbind it to
7070 Vread_file_name_predicate during completion.
7071 Call Vread_file_name_function to read the file name if non-nil.
7072
7073 * lisp.h (Fread_file_name): Now has 6 args.
7074
7075 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
7076 predicate for Fread_file_name when reading directory name.
7077 Supply Qnil for predicate in other calls to Fread_file_name.
7078
7079 2002-05-26 Miles Bader <miles@gnu.org>
7080
7081 * term.c (tty_capable_p): New function.
7082 * dispextern.h (tty_capable_p): New function declaration.
7083 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
7084 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
7085
7086 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
7087
7088 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
7089 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
7090 (Vwrite_region_annotate_functions): Docstring fix.
7091
7092 2002-05-23 Kim F. Storm <storm@cua.dk>
7093
7094 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
7095 phys_cursor's hpos is overwritten. This is still not completely
7096 correct, as it doesn't really make sense to use hpos at all to
7097 get the cursor glyph (as that is relative to the width of the
7098 characters on the line, which may have changed during the update).
7099
7100 2002-05-22 Jason Rumney <jasonr@gnu.org>
7101
7102 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
7103 Lisp_Object.
7104 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
7105 Use modified enumfont_t struct.
7106
7107 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
7108
7109 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
7110 Handle the `hbar' cursor type.
7111 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
7112
7113 * w32fns.c (Qhbar): New variable.
7114 (x_specified_cursor_type): Use it.
7115
7116 2002-05-21 Ken Raeburn <raeburn@gnu.org>
7117
7118 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
7119 now, when the address is needed.
7120
7121 2002-05-21 Colin Walters <walters@gnu.org>
7122
7123 * Makefile.in (shortlisp): Add font-core.el.
7124
7125 2002-05-20 Richard M. Stallman <rms@gnu.org>
7126
7127 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
7128
7129 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
7130 equivalent key bindings here.
7131
7132 2002-05-20 Ken Raeburn <raeburn@gnu.org>
7133
7134 Change symbol structure to contain a lisp object for the symbol
7135 name:
7136 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
7137 object field named "xname".
7138 (SYMBOL_NAME): New macro.
7139 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
7140 name field.
7141 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
7142 (mark_object, gc_sweep): Use symbol xname field and XSTRING
7143 instead of name field.
7144 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
7145 SYMBOL_NAME instead of XSYMBOL and name field.
7146 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
7147 instead of XSYMBOL and name field.
7148 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
7149 and SYMBOL_NAME instead of XSYMBOL and name field.
7150 * coding.c (Fread_coding_system, code_convert_region1)
7151 (code_convert_string1, code_convert_string_norecord)
7152 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
7153 XSYMBOL and name field.
7154 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
7155 (Fmake_variable_buffer_local, Fmake_local_variable)
7156 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
7157 of XSYMBOL and name field.
7158 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
7159 XSYMBOL and name field.
7160 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
7161 instead of XSYMBOL and name field.
7162 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
7163 XSYMBOL and name field.
7164 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
7165 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
7166 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
7167 instead of XSYMBOL and name field.
7168 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
7169 (parse_modifiers, apply_modifiers, Fevent_convert_list)
7170 (parse_solitary_modifier, Fexecute_extended_command):
7171 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
7172 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
7173 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
7174 of XSYMBOL and name field.
7175 (describe_command, describe_translation): Use SYMBOL_NAME and
7176 assignment instead of XSYMBOL and name field and XSETSTRING.
7177 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
7178 instead of XSYMBOL and name field.
7179 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
7180 name field and XSETSTRING.
7181 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
7182 of XSYMBOL and name field.
7183 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
7184 assignment instead of XSYMBOL and name field and XSETSTRING.
7185 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
7186 XSTRING instead of XSYMBOL and name field.
7187 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
7188 and XSTRING instead of XSYMBOL and name field.
7189 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
7190 and XSTRING instead of XSYMBOL and name field.
7191 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
7192 XSTRING instead of XSYMBOL and name field.
7193 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
7194 of XSYMBOL and name field.
7195 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
7196 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
7197
7198 2002-05-19 Ken Raeburn <raeburn@gnu.org>
7199
7200 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
7201 and XCDR real rvalues in most configurations.
7202
7203 * buffer.c (fix_overlays_in_range, fix_overlays_before):
7204 Don't take the address of the cdr part of a cons cell; instead, track
7205 the parent cell and call XSETCDR, or set the variable for the head
7206 of the list if we haven't started down the list yet.
7207
7208 2002-05-19 Richard M. Stallman <rms@gnu.org>
7209
7210 * doc.c (reread_doc_file): Don't ask for confirmation.
7211
7212 2002-05-18 Jason Rumney <jasonr@gnu.org>
7213
7214 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
7215 (xbm_load_image): Use it.
7216 (xbm_load): Ditto.
7217 (xbm_read_bitmap_data): Reverted to xfns.c version.
7218 From David Ponce <david@dponce.com>.
7219
7220 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7221
7222 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
7223 2.02 and later.
7224
7225 2002-05-16 Juanma Barranquero <lektu@terra.es>
7226
7227 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
7228
7229 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
7232 meaningful test.
7233 (read_char_minibuf_menu_prompt): Fix typo.
7234
7235 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7236
7237 * eval.c (Fcommandp): Doc fix.
7238
7239 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
7240
7241 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
7242 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
7243 (Fset_keymap_parent): Gcpro a bit more.
7244 (access_keymap): Gcpro around meta_map call and around the main loop.
7245 (get_keyelt): Gcpro when following indirect references.
7246 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
7247 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
7248 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
7249 Remove useless ad-hoc remap code.
7250
7251 2002-05-13 Richard M. Stallman <rms@gnu.org>
7252
7253 * search.c (search_buffer): Give up boyer moore search if inverse
7254 translation change charset_base.
7255
7256 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
7257
7258 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
7259 characters is carried over from the previous block of text, adjust
7260 coding->produced to account for the extra character.
7261
7262 2002-05-11 Andreas Schwab <schwab@suse.de>
7263
7264 * coding.c (intersection): Keep the elements of the returned list
7265 in the same order as in the first list.
7266
7267 2002-05-11 Kim F. Storm <storm@cua.dk>
7268
7269 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
7270 only update cmm_size if realloc actually succeeds.
7271 Testing with initial size of 2 elements revealed that using
7272 realloc on GNU/Linux would cause a random trap in xmalloc
7273 later on, so I rewrote the code to use malloc/bcopy/free instead
7274 of realloc.
7275
7276 2002-05-10 Jason Rumney <jasonr@gnu.org>
7277
7278 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
7279
7280 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
7281
7282 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
7283 parens, to ensure correct evaluation order.
7284
7285 2002-05-10 Kim F. Storm <storm@cua.dk>
7286
7287 * keymap.c (Vemulation_mode_map_alists): New variable.
7288 (syms_of_keymap): DEFVAR_LISP it.
7289 (current_minor_maps): Process keymap alists in that list before
7290 minor-mode-overriding-map-alist and minor-mode-map-alist.
7291
7292 2002-05-09 Richard M. Stallman <rms@gnu.org>
7293
7294 * search.c (Freplace_match): Doc fix.
7295
7296 2002-05-09 Kim F. Storm <storm@cua.dk>
7297
7298 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
7299 Enlarge cursor rectangle drawn around image with non-zero relief.
7300
7301 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
7302 Enlarge cursor rectangle drawn around image with non-zero relief.
7303
7304 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
7305 Enlarge cursor rectangle drawn around image with non-zero relief.
7306
7307 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
7308
7309 * xselect.c (lisp_data_to_selection_data): Don't set selection
7310 type if comes from the Lisp object's car. If the selection
7311 contains a pure ASCII text, always return QSTRING as its type.
7312
7313 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7314
7315 * mac.c (mac-cut-function): Doc fix.
7316
7317 2002-05-05 Richard M. Stallman <rms@gnu.org>
7318
7319 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
7320
7321 2002-05-04 Jason Rumney <jasonr@gnu.org>
7322
7323 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
7324 for event-click-count.
7325
7326 * process.c (init_process): Only add server subfeature if we can
7327 use non-blocking I/O.
7328
7329 2002-05-04 Andrew Choi <akochoi@shaw.ca>
7330
7331 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
7332 repeatedly.
7333
7334 2002-05-03 Jason Rumney <jasonr@gnu.org>
7335
7336 * process.c (Fmake_network_process): Only support server sockets
7337 when we can make them non-blocking.
7338
7339 * s/ms-w32.h (HAVE_SELECT): Define.
7340
7341 * w32.h (FILE_NDELAY): New flag.
7342
7343 * w32.c (sys_getpeername, fcntl): New functions.
7344 (_sys_read_ahead): Temporarily block on non-blocking sockets.
7345
7346 * w32proc.c: include sys/file.h.
7347
7348 2002-05-03 Colin Walters <walters@verbum.org>
7349
7350 * callproc.c (Vgame_score_directory): Renamed to
7351 Vshared_game_score_directory.
7352
7353 2002-04-30 Richard M. Stallman <rms@gnu.org>
7354
7355 * s/gnu.h [emacs]: Include stdio.h.
7356 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
7357
7358 * eval.c (do_autoload): Error if called while preparing to dump.
7359
7360 * fns.c (Frequire): Error if need to load while preparing to dump.
7361
7362 2002-04-28 Colin Walters <walters@verbum.org>
7363
7364 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
7365 Default to "~/.emacs.d/games".
7366
7367 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
7368
7369 * lread.c (openp): Change arg exec_only to predicate.
7370 (build_load_history): Use XCAR/XCDR.
7371 (Flocate_file_internal): New fun.
7372 (syms_of_lread): Defsubr it.
7373 (Fload): Update call to openp.
7374
7375 * lisp.h (openp): Update prototype.
7376
7377 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
7378 * w32proc.c (sys_spawnve):
7379 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
7380 * w32.c (check_windows_init_file):
7381 * sound.c (Fplay_sound_internal):
7382 * process.c (Fstart_process):
7383 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
7384 * mac.c (run_mac_command):
7385 * emacs.c (init_cmdargs):
7386 * callproc.c (Fcall_process): Update call to openp.
7387
7388 * textprop.c (remove_properties): Don't use XCAR without CONSP.
7389
7390 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
7391
7392 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7393
7394 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
7395 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
7396
7397 2002-04-28 Richard M. Stallman <rms@gnu.org>
7398
7399 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
7400
7401 * eval.c (Fcommandp): New arg for_call_interactively.
7402 * lisp.h (Fcommandp): Declare new arg.
7403
7404 2002-04-28 Jason Rumney <jasonr@gnu.org>
7405
7406 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
7407
7408 * w32.c (stat, fstat): Use file index information to generate
7409 inodes for directories where available.
7410
7411 2002-04-26 Andrew Choi <akochoi@shaw.ca>
7412
7413 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
7414 [HAVE_CARBON]: Include Mac object files.
7415
7416 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
7417 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
7418 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
7419 MAC_OSX, and MAC_OS instead of macintosh.
7420
7421 * editfns.c [MAC_OS8]: Include stdio.h.
7422
7423 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
7424
7425 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
7426 Apple Monaco.
7427
7428 * process.c: Declare QCfamily and QCfilter as extern.
7429 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
7430 calling select.
7431
7432 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
7433
7434 * tparam.c [MAC_OSX]: Don't define BC and UP.
7435
7436 * config.in [HAVE_CARBON]: Add.
7437
7438 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
7439 Move here from mac/src and mac/inc.
7440
7441 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
7442
7443 2002-04-26 Gerd Moellmann <gerd@gnu.org>
7444
7445 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
7446 Compute phys_cursor_width from the x position returned
7447 by x_draw_glyhs, which is cheaper.
7448 (x_display_and_set_cursor): Compute the buffer-local value
7449 of `cursor-in-non-selected-windows' only when needed.
7450
7451 2002-04-25 Gerd Moellmann <gerd@gnu.org>
7452
7453 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
7454 cursor on a stretch glyph has a width that depends on
7455 x_stretch_cursor_p.
7456
7457 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7458
7459 * abbrev.c (abbrev-start-location): Doc fix.
7460
7461 * indent.c (Fvertical_motion): Fix last change.
7462
7463 2002-04-25 Gerd Moellmann <gerd@gnu.org>
7464
7465 * indent.c (Fvertical_motion): Move to the start of the line
7466 containing PT before moving up or down.
7467
7468 2002-04-24 Gerd Moellmann <gerd@gnu.org>
7469
7470 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
7471 case of writing a whole row, more or less analogous to the case of
7472 writing only parts of a row.
7473
7474 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
7475 0 for NO_CURSOR.
7476
7477 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
7478
7479 2002-04-23 Colin Walters <walters@verbum.org>
7480
7481 * buffer.c (syms_of_buffer): Doc fix.
7482
7483 2002-04-23 Gerd Moellmann <gerd@gnu.org>
7484
7485 * xterm.c (notice_overwritten_cursor): Handle the special case
7486 of the cursor being in the first blank non-text line at the
7487 end of a window.
7488
7489 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
7490 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
7491 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
7492 bar cursors only, to make phys_cursor_width contain what its name
7493 suggests.
7494 (notice_overwritten_cursor): Consider the cursor image erased if
7495 the output area intersects the cursor image in y-direction.
7496
7497 2002-04-23 Simon Marshall <simon@gnu.org>
7498
7499 * xfns.c (x_set_mouse_color): Change default for cross_cursor
7500 to XC_hand2.
7501
7502 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7503
7504 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
7505
7506 2002-04-22 Kim F. Storm <storm@cua.dk>
7507
7508 * textprop.c (remove_properties): Fixed trap for malformed plist.
7509
7510 2002-04-22 Richard M. Stallman <rms@gnu.org>
7511
7512 * cmds.c (Fend_of_line): Handle intangible text in mid line.
7513
7514 * window.c (make_window): Initialize height_fixed_p,
7515 last_cursor_off_p, and p->cursor_off_p slots.
7516
7517 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7518
7519 * fns.c (use-dialog-box): Doc fix.
7520
7521 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7522
7523 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
7524 variables `row', `i' and `area'.
7525 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
7526 toolkit library.
7527
7528 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
7529
7530 * xfaces.c (clear_font_table): Don't free the default font of
7531 a frame even if it's on another display.
7532 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
7533 that could be Qt.
7534
7535 2002-04-19 Juanma Barranquero <lektu@terra.es>
7536
7537 * indent.c (Fmove_to_column): Remove unused local variable
7538 `next_boundary_byte'.
7539 (current_column_1): Likewise.
7540
7541 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
7542
7543 * msdos.c (Qhbar): New variable.
7544 (syms_of_msdos): Intern and staticpro it.
7545 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
7546 cursor type.
7547
7548 2002-04-19 Dave Lambert <dlambert@acm.org>
7549
7550 Theses change implement an underscore-like (`hbar') cursor.
7551
7552 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
7553
7554 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
7555 Handle the `hbar' cursor type.
7556 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
7557
7558 * xfns.c (Qhbar): New variable.
7559 (syms_of_xfns): Intern and staticpro it.
7560 (x_specified_cursor_type): Handle `hbar' cursor.
7561
7562 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
7563 not defined.
7564
7565 2002-04-18 Richard M. Stallman <rms@gnu.org>
7566
7567 * textprop.c (remove_properties): New arg LIST allows scanning
7568 either a list or a plist.
7569 (interval_has_some_properties_list): New function, like
7570 interval_has_some_properties using list instead of plist.
7571 All callers changed.
7572 (Fremove_list_of_text_properties): New function.
7573 (syms_of_textprop): Defsubr it.
7574
7575 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
7576
7577 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
7578
7579 2002-04-17 Juanma Barranquero <lektu@terra.es>
7580
7581 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
7582
7583 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
7584
7585 * window.c (coordinates_in_window): Don't report on margin area
7586 if its width is zero.
7587
7588 2002-04-16 Jason Rumney <jasonr@gnu.org>
7589
7590 * w32fns.c (Fx_file_dialog): Decode file name before using.
7591
7592 * w32term.c (construct_drag_n_drop): Likewise.
7593
7594 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
7595
7596 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
7597 store load-history in pure space.
7598
7599 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
7600
7601 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
7602
7603 * xterm.c (Qlatin_1, Qutf_8): New vars.
7604 (syms_of_xterm): Initialize them.
7605 (XTread_socket): Eliminate incorrect optimization that tried to avoid
7606 decoding the output of X*LookupString.
7607 Always use latin-1 to decode the output of XLookupString.
7608 Try Xutf8LookupString if XmbLookupString failed.
7609
7610 * region-cache.c (new_region_cache): Use BEG.
7611
7612 2002-04-16 Gerd Moellmann <gerd@gnu.org>
7613
7614 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
7615 configuration files.
7616 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
7617 returns 0.
7618
7619 2002-04-15 Andreas Schwab <schwab@suse.de>
7620
7621 * config.in: Regenerated using autoheader.
7622
7623 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
7624 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
7625 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
7626 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
7627 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
7628 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
7629 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
7630 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
7631 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
7632 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
7633 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
7634 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
7635 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
7636 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
7637 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
7638 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
7639 STACK_DIRECTION, now set by autoconf.
7640
7641 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7642
7643 * dispnew.c (marginal_area_string): Sort arguments.
7644
7645 * dispextern.h (marginal_area_string): Add prototype.
7646
7647 2002-04-13 Richard M. Stallman <rms@gnu.org>
7648
7649 * fileio.c (Finsert_file_contents):
7650 Don't call temp_output_buffer_setup--do just part, by hand.
7651
7652 * coding.c (run_pre_post_conversion_on_str):
7653 Don't call temp_output_buffer_setup--do just part, by hand.
7654
7655 * keyboard.c (command_loop_1): Don't call start_hourglass
7656 or cancel_hourglass when executing a macro.
7657
7658 * marker.c (count_markers): New function.
7659
7660 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
7661 grow without limit. Move recently used elements to the front.
7662
7663 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7664
7665 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
7666
7667 2002-04-12 Gerd Moellmann <gerd@gnu.org>
7668
7669 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
7670 rows marginal areas.
7671 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
7672 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
7673
7674 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
7675
7676 2002-04-12 Dave Love <fx@gnu.org>
7677
7678 * dispnew.c (marginal_area_string): New.
7679
7680 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
7681 (Qleft_margin, Qright_margin): Declare.
7682 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
7683
7684 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
7685 note_mode_line_highlight and extended.
7686
7687 * keyboard.c (Qleft_margin, Qright_margin): Declare.
7688 (make_lispy_event): Deal with mouse events in margins.
7689
7690 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
7691
7692 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
7693
7694 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
7695 than deactivating the mark if tmm is set to `lambda'.
7696 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
7697 Use a single event for HELP_EVENT.
7698 (Fexecute_extended_command): Save last_point_position.
7699
7700 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7701
7702 * lisp.h (Fpropertize): Add prototype.
7703
7704 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
7705
7706 2002-04-10 Colin Walters <walters@verbum.org>
7707
7708 * config.in: Add HAVE_SHARED_GAME_DIR.
7709
7710 * callproc.c: (Vgame_score_directory): New variable.
7711 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
7712
7713 2002-04-10 Richard M. Stallman <rms@gnu.org>
7714
7715 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
7716
7717 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
7718
7719 * minibuf.c (read_minibuf): Use empty_string.
7720 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
7721 Short-circuit the search as soon as it "failed".
7722 (Fall_completions): Allow lambda forms and lists of strings for alist.
7723 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
7724 when require_match is nil.
7725 (Ftest_completion): Rename from `test_completion' and export to elisp.
7726 Call the predicate also when alist is a list.
7727 Obey Vcompletion_regexp_list.
7728 (do_completion, Fminibuffer_complete_and_exit): Use it.
7729 (Fassoc_string): Rename from `assoc_for_completion'.
7730 Allow list of strings as well and export to elisp.
7731
7732 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
7733
7734 * puresize.h (BASE_PURESIZE): Increase to 900KB.
7735
7736 2002-04-08 Juanma Barranquero <lektu@terra.es>
7737
7738 * w32.c (sys_accept): Don't hide variable `s'.
7739
7740 2002-04-05 Gerd Moellmann <gerd@gnu.org>
7741
7742 * callint.c (Fcall_interactively): Use INTEGERP instead of
7743 NUMBERP for checking Vhistory_length.
7744
7745 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7746
7747 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
7748 Doc fix to reflect it.
7749
7750 2002-04-04 Richard M. Stallman <rms@gnu.org>
7751
7752 * xdisp.c (display_mode_element): New arg RISKY.
7753 Disregard text props found or specified within a variable
7754 that isn't marked risky-local-variable.
7755 (Qrisky_local_variable): New variable.
7756 (syms_of_xdisp): Init and staticpro it.
7757
7758 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
7759
7760 * undo.c (record_point): New fun.
7761 (record_delete, record_insert): Use it.
7762
7763 2002-04-03 Juanma Barranquero <lektu@terra.es>
7764
7765 * doc.c (Fdocumentation): Add missing parentheses.
7766 (Fdocumentation_property): Likewise.
7767
7768 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
7769
7770 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
7771 data is 0, just return nil.
7772
7773 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
7774
7775 * msdos.c (syms_of_msdos): Fix last change with
7776 mouse_autoselect_window.
7777
7778 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7779
7780 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
7781 mouse_autoselect_window.
7782
7783 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
7784
7785 * keyboard.c (make_lispy_event): Handle unknown keysyms together
7786 with system-specific keysyms. Use it also for unknown function keys.
7787
7788 * doc.c (reread_doc_file): Return whether reload was attempted.
7789 (Fdocumentation, Fdocumentation_property): Don't try to reload
7790 if the doc is 0 and only ask once.
7791
7792 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
7793
7794 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * keyboard.c (read_char): If the event was Qselect_window,
7797 restore timer_idleness_start_time to its previous value.
7798
7799 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
7800
7801 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
7802
7803 * region-cache.c (new_region_cache): Use BEG.
7804
7805 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
7806 Use BEG and BEG_BYTE.
7807
7808 * doc.c (get_doc_string): Return nil if the location is wrong.
7809 (reread_doc_file): New fun.
7810 (Fdocumentation, Fdocumentation_property):
7811 Call it if get_doc_string fails.
7812 (Fsnarf_documentation): Make it work for a dumped Emacs.
7813
7814 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
7815 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
7816
7817 * charset.c (Fstring): Allow 0 arguments.
7818
7819 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
7820
7821 * process.c (DATAGRAM_CONN_P, list_processes_1)
7822 (Fprocess_datagram_address, Fset_process_datagram_address)
7823 (Fset_network_process_options, server_accept_connection):
7824 Fix some int/Lisp_Object confusions (thank you union types).
7825
7826 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7827
7828 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
7829
7830 * w32term.c: Likewise.
7831 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
7832
7833 * keyboard.c (Qselect_window): New symbol.
7834 (head_table): Use it.
7835 (keys_of_keyboard): Bound select-window event to handle-select-window.
7836 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
7837
7838 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
7839 (last_window): New variable.
7840 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
7841 (note_mouse_movement): Remove reimplemented code in #if 0.
7842 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
7843 Emacs windows.
7844
7845 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
7846
7847 2002-03-31 Gerd Moellmann <gerd@gnu.org>
7848
7849 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
7850 Callers changed.
7851
7852 2002-03-30 Richard M. Stallman <rms@gnu.org>
7853
7854 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
7855 loop whenever it stops making progress.
7856
7857 * widget.c (set_frame_size): Don't call change_frame_size.
7858
7859 2002-03-30 Gerd Moellmann <gerd@gnu.org>
7860
7861 * dispnew.c (direct_output_for_insert):
7862 Call mark_window_display_accurate.
7863
7864 2002-03-29 Jason Rumney <jasonr@gnu.org>
7865
7866 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
7867
7868 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
7869
7870 * Makefile.in (lread.o): Depend on coding.h.
7871
7872 * lread.c (openp, Fload): Encode the file name before passing it
7873 to `stat', `access', and `emacs_open'.
7874 (openp): GCPRO the encoded file name. Don't recompute Lisp
7875 strings unnecessarily.
7876
7877 2002-03-29 Kim F. Storm <storm@cua.dk>
7878
7879 * fns.c (Flax_plist_put): Doc fix.
7880
7881 2002-03-28 Miles Bader <miles@gnu.org>
7882
7883 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
7884
7885 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7886
7887 * process.c (set-network-process-options): Add usage.
7888 (make-network-process): Doc fix.
7889
7890 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
7891
7892 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
7893
7894 2002-03-26 Richard M. Stallman <rms@gnu.org>
7895
7896 * fns.c (Fsubstring_no_properties): New function.
7897 (Flax_plist_get, Flax_plist_put): New functions.
7898 (syms_of_fns): defsubr them.
7899
7900 * xdisp.c (update_menu_bar): Test only update_mode_lines;
7901 don't test or alter w->update_mode_line.
7902
7903 * window.c (Fdisplay_buffer): Doc fix.
7904
7905 2002-03-24 Richard M. Stallman <rms@gnu.org>
7906
7907 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
7908
7909 2002-03-24 Gerd Moellmann <gerd@gnu.org>
7910
7911 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
7912 (Fdefmacro): Handle `(declare ...)'.
7913 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
7914 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
7915
7916 2002-03-24 Jason Rumney <jasonr@gnu.org>
7917
7918 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
7919 (xbm_file_p): Add prototypes.
7920 (xbm_format, xbm_image_p): Sync with xfns.c.
7921 (reflect_byte): New function.
7922 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
7923 (xbm_load_image): Create bitmaps with a depth of 1.
7924 (init_xfns): Enable XBM images.
7925
7926 2002-03-23 Jason Rumney <jasonr@gnu.org>
7927
7928 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
7929 correctly. Do not pass up_modifier to keyboard buffer.
7930
7931 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
7932
7933 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
7934
7935 * Makefile.in (bootstrapclean): New target.
7936 (bootstrap-temacs, bootstrap-doc): Remove.
7937 (bootstrap-emacs): Use a bog-standard `temacs'.
7938 Don't bother to build a DOC file.
7939
7940 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
7941
7942 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
7943 in temacs even if !CANNOT_DUMP.
7944 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
7945
7946 * alloc.c (check_pure_size): Only output a warning.
7947
7948 2002-03-22 Jason Rumney <jasonr@gnu.org>
7949
7950 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
7951 supported.
7952
7953 * w32term.c (zv_bits): Declare as short, for word alignment.
7954 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
7955 (syms_of_w32term): Define x-use-underline-position-properties.
7956
7957 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
7958 (clear_image_cache): Block input, fix logic, clear matrices in
7959 all frames that share this cache.
7960
7961 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
7962
7963 * emacs.c (main): Update the Copyright year in the blurb printed
7964 by "emacs --version".
7965
7966 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
7967
7968 * xterm.c (XTread_socket): If XK_ISO_Lock and
7969 XK_ISO_Last_Group_Lock are defined, handle keysyms between
7970 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
7971
7972 2002-03-21 Kim F. Storm <storm@cua.dk>
7973
7974 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
7975 menu-bar bindings in keymap and local-map properties _are_ used.
7976 But try keymap property first in accordance with 2002-01-03 patch.
7977 Added comment describing why this is not always reliable.
7978 (tool_bar_items): Ditto for tool-bar.
7979
7980 2002-03-21 Jason Rumney <jasonr@gnu.org>
7981
7982 * w32fns.c (x_clear_image_1): Disable color table code.
7983
7984 2002-03-21 Kim F. Storm <storm@cua.dk>
7985
7986 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
7987 removed the wrong version of the DEFUN macro; fixed it.
7988
7989 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
7990 Fmember rather than Fmemq).
7991 (Fprovide): Check that subfeatures is a list.
7992
7993 * process.c (QCfeature, QCdatagram): Removed variables.
7994 (QCtype, Qdatagram): New variables.
7995 (network_process_featurep): Removed function.
7996 (Fmake_network_process): Removed :feature check.
7997 Use :type 'datagram instead of :datagram t to create a datagram
7998 socket. This allows us to add other connection types (e.g. raw
7999 sockets) later in a consistent manner.
8000 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
8001 supported subfeatures for feature make-network-process.
8002 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
8003 Intern and staticpro QCtype and Qdatagram.
8004 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
8005
8006 * xfns.c: (QCtype): Remove duplicate declaration and
8007 initialization (is now declared in process.c).
8008
8009 * w32fns.c: (QCtype): Remove duplicate declaration and
8010 initialization (is now declared in process.c).
8011
8012 2002-03-21 Richard M. Stallman <rms@gnu.org>
8013
8014 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
8015 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
8016 when jumping to `fail' to avoid undoing reg changes in the
8017 last iteration of the loop.
8018 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
8019
8020 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
8021 Depend on process.h.
8022
8023 2002-03-20 Jason Rumney <jasonr@gnu.org>
8024
8025 Most of the following changes are still conditional on HAVE_IMAGES
8026 which is not set by default on Windows.
8027
8028 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
8029
8030 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
8031 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
8032 (four_corners_best, x_clear_image_1, x_clear_image)
8033 (x_alloc_image_color, postprocess_image)
8034 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
8035 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
8036 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
8037
8038 * w32gui.h (struct XImage): Define.
8039
8040 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
8041 extract mouse co-ordinates.
8042
8043 2002-03-20 Jason Rumney <jasonr@gnu.org>
8044
8045 * w32.c (init_winsock): Dynamically load new server and UDP
8046 socket functions.
8047 (socket_to_fd): New function.
8048 (sys_socket): Use it.
8049 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
8050 (sys_recvfrom, sys_sendto): New wrapper functions.
8051
8052 * process.c (QCfamily, QCfilter): Remove duplicate declaration
8053 and initialization.
8054
8055 * makefile.w32-in (LIBS): Remove $(WSOCK32).
8056
8057 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
8058
8059 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
8060 Don't use "sun" as a variable, it's a predefined constant on Sun
8061 machines.
8062
8063 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8064
8065 * bytecode.c (Fbyte_code): Revert last change.
8066
8067 2002-03-19 Kim F. Storm <storm@cua.dk>
8068
8069 * makefile.w32-in (LIBS): Add $(WSOCK32).
8070 From David Ponce <dponce@voila.fr>.
8071
8072 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8073
8074 * process.c (wait_reading_process_input): Move variables `pname'
8075 and `pnamelen' down where they are used.
8076
8077 * bytecode.c (Fbyte_code): Discard unused computed value to
8078 prevent gcc warning.
8079
8080 * lisp.h (Fplist_member): Add prototype.
8081
8082 2002-03-18 Kim F. Storm <storm@cua.dk>
8083
8084 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
8085 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
8086
8087 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
8088 Remove explicit GNU_LINUX settings for datagram support.
8089
8090 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8091
8092 * process.c (Fmake_network_process): Remove unused variable `sa'.
8093 Doc fix. Add usage:.
8094 (set_socket_options): Remove unused variables `optnum' and `opttype'.
8095
8096 2002-03-17 Richard M. Stallman <rms@gnu.org>
8097
8098 * xdisp.c (cursor_type_changed): New variable.
8099 (redisplay_internal): Redisplay all windows if cursor_type_changed.
8100 Clear it when clearing windows_or_buffers_changed.
8101 (try_cursor_movement, redisplay_window, try_window_id)
8102 (try_window_reusing_current_matrix): Test cursor_type_changed
8103 along with windows_or_buffers_changed.
8104
8105 * window.h (cursor_type_changed): New variable.
8106
8107 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
8108 not update_mode_lines, and always set it to 1.
8109
8110 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
8111 if no frames needed redrawing.
8112
8113 2002-03-17 Kim F. Storm <storm@cua.dk>
8114
8115 The following changes add support for network server processes,
8116 datagram connections, and local (unix) sockets.
8117
8118 * process.h (struct Lisp_Process): New member log.
8119 Doc fix: Member command used to indicate stopped network process.
8120 Doc fix: Member childp contains plist for network process.
8121 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
8122
8123 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
8124 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
8125 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
8126 New variables.
8127 (NETCONN1_P): New macro.
8128 (DATAGRAM_SOCKETS): New conditional symbol.
8129 (datagram_address): New array.
8130 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
8131 (status_message): Use concat3.
8132 (Fprocess_status): Add `listen' status to doc string. Return `stop'
8133 for a stopped network process.
8134 (Fset_process_buffer): Update contact plist for network process.
8135 (Fset_process_filter): Ditto. Don't enable input for stopped
8136 network processes. Server must listen, even if filter is t.
8137 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
8138 New functions.
8139 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
8140 (Fprocess_contact): Added KEY argument. Handle datagrams.
8141 (list_processes_1): Optionally show only processes with the query
8142 on exit flag set. Dynamically adjust column widths. Omit tty
8143 column if not needed. Report stopped network processes.
8144 Identify server and datagram network processes.
8145 (Flist_processes): New optional arg `query-only'.
8146 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
8147 (conv_lisp_to_sockaddr, set_socket_options)
8148 (network_process_featurep, unwind_request_sigio): New helper functions.
8149 (Fprocess_datagram_address, Fset_process_datagram_address):
8150 (Fset_network_process_options): New lisp functions.
8151 (Fopen_network_stream): Removed. Now defined in simple.el.
8152 (Fmake_network_process): New lisp function. Code is based on previous
8153 Fopen_network_stream, but heavily reworked with new property list based
8154 argument list, support for datagrams, server processes, and local
8155 sockets in addition to old client-only functionality.
8156 (server_accept_connection): New function.
8157 (wait_reading_process_input): Use it to handle incoming connects.
8158 Do not enable input on a new connection if process is stopped.
8159 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
8160 (send_process): Handle datagram sockets.
8161 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
8162 network process is indicated by setting command field to t .
8163 (Fprocess_send_eof): No-op if datagram connection.
8164 (Fstatus_notify): Don't read input for a stream server socket or a
8165 stopped network process.
8166 (init_process): Initialize datagram_address array.
8167 (syms_of_process): Intern and staticpro new variables, defsubr new
8168 functions.
8169
8170 2002-03-16 Jason Rumney <jasonr@gnu.org>
8171
8172 * w32fns.c (w32_to_all_x_charsets): Return correct type in
8173 startup case.
8174
8175 2002-03-16 Richard M. Stallman <rms@gnu.org>
8176
8177 * xdisp.c (redisplay_internal, redisplay_windows):
8178 Use list_of_error to call internal_condition_case_1.
8179 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
8180 so as to catch all errors with no possibility of debugger redisplay.
8181 (list_of_error): New variable.
8182 (syms_of_xdisp): Init and staticpro it.
8183
8184 * print.c (print_object): Delete `\ ' from printed rep of frame.
8185
8186 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
8187
8188 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
8189 until its implementation is fixed.
8190
8191 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8192
8193 * xfns.c (png_load): Remove unused variable `gamma_str'.
8194
8195 2002-03-14 Richard M. Stallman <rms@gnu.org>
8196
8197 * xfns.c (x_real_positions): Handle failure in XQueryTree.
8198
8199 2002-03-14 Miles Bader <miles@gnu.org>
8200
8201 * intervals.c (adjust_for_invis_intang): New function.
8202 (set_point_both): Use `adjust_for_invis_intang' to do most of the
8203 work for dealing with invisible+intangible regions. Do so before
8204 and after both forward and backward movements, to handle both
8205 front-sticky and rear-sticky cases.
8206 * textprop.c (text_property_stickiness): Function moved here from
8207 `editfns.c'.
8208 * intervals.h (text_property_stickiness): New declaration.
8209 * editfns.c (char_property_eq): Function removed.
8210 (text_property_stickiness): Function moved to `textprop.c'.
8211
8212 2002-03-13 Jason Rumney <jasonr@gnu.org>
8213
8214 * config.in: Add STRFTIME_NO_POSIX2.
8215
8216 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
8217 and %OX when underlying strftime does not.
8218
8219 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
8220
8221 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
8222 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
8223 line) to avoid annoying flicker.
8224 (xm_scroll_callback): Get rid of the now unnecessary kludge.
8225 (XTread_socket): Mark it static.
8226
8227 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
8228
8229 2002-03-13 Kim F. Storm <storm@cua.dk>
8230
8231 * puresize.h (BASE_PURESIZE): Increase to 775000.
8232
8233 2002-03-12 Juanma Barranquero <lektu@terra.es>
8234
8235 * editfns.c (syms_of_editfns): Fix typo.
8236
8237 2002-03-12 Gerd Moellmann <gerd@gnu.org>
8238
8239 * xsmfns.c: Include stdio.h because termhooks.h needs it.
8240 Include termopt.h for interrupt_input.
8241
8242 2002-03-11 Andreas Schwab <schwab@suse.de>
8243
8244 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
8245
8246 2002-03-11 Gerd Moellmann <gerd@gnu.org>
8247
8248 * xterm.c (note_mouse_movement): Put code for
8249 x_autoselect_window_p in #if 0.
8250
8251 * lread.c (Fload): Don't assume that message_with_string uses the
8252 string it is given like a C string.
8253
8254 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8255
8256 * xterm.h (x_session_check_input, x_session_initialize): Declared.
8257
8258 * xterm.c: (XTread_socket): Add call to x_session_check_input and
8259 x_session_have_connection.
8260 (x_initialize): Add call to x_session_initialize.
8261
8262 * termhooks.h (enum event_kind): Add save_session_event.
8263
8264 * keyboard.c: Add Emacs event save_session_event.
8265
8266 * emacs.c (main): Add call to syms_of_xsmfns.
8267
8268 * lisp.h: Declare syms_of_xsmfns as extern.
8269
8270 * config.in: Add HAVE_X_SM.
8271
8272 * Makefile.in (LIBXT): Add -lSM -lICE
8273 if HAVE_X_SM and not USE_X_TOOLKIT.
8274 (XOBJ): New file xsmfns.c added.
8275
8276 * xsmfns.c: New file for X session management.
8277
8278 2002-03-09 Jason Rumney <jasonr@gnu.org>
8279
8280 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
8281 read-only when setting modified time.
8282
8283 2002-03-08 Gerd Moellmann <gerd@gnu.org>
8284
8285 * xdisp.c (move_it_vertically_backward): At the end of the function,
8286 when moving forward by lines, treat terminal frames specially.
8287
8288 * keyboard.c (echo_char): Make sure to add a separator between
8289 keys even if echo_dash hasn't been called.
8290
8291 * xdisp.c: Use new string macros.
8292 (update_echo_area): Pass number of bytes to message3 instead of
8293 number of chars.
8294 (set_message_1): Don't access a string's size_byte directly.
8295 (decode_mode_spec_coding): Use number of bytes of eoltype string
8296 instead number of chars.
8297
8298 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
8299
8300 2002-03-08 Juanma Barranquero <lektu@terra.es>
8301
8302 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
8303 24-bit.
8304
8305 2002-03-06 Jason Rumney <jasonr@gnu.org>
8306
8307 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
8308
8309 2002-03-06 Gerd Moellmann <gerd@gnu.org>
8310
8311 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
8312 (cancel_echoing, echo_length, echo_truncate): Changed to
8313 work with new kboard definition.
8314 (echo_now): Use message3_nolog instead of message2_nolog.
8315
8316 * alloc.c (mark_kboards): Mark echo_string.
8317
8318 * keyboard.h (ECHOBUFSIZE): Removed.
8319 (struct kboard): Member echoptr removed, member echobuf renamed
8320 to echo_string.
8321
8322 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
8323 message3 instead of message2 to display the message using STRING's
8324 text properties.
8325
8326 2002-03-05 Andreas Schwab <schwab@suse.de>
8327
8328 * xdisp.c (hscroll_margin): Change to EMACS_INT.
8329
8330 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
8331
8332 * frame.c (default-frame-alist): Explain that setting it doesn't
8333 affect existing frames.
8334
8335 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
8336
8337 * indent.c (skip_invisible): Fix my brain fart.
8338
8339 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
8340
8341 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
8342
8343 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
8344 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
8345 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
8346 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
8347 and variables to use EMACS_INT instead of just int.
8348
8349 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
8350
8351 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
8352
8353 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
8354 environment, pass it down with corrected value.
8355
8356 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8357
8358 * lread.c (read_filtered_event): Do not call start_hourglass
8359 before returning.
8360
8361 2002-03-04 Juanma Barranquero <lektu@terra.es>
8362
8363 * w32term.c (x_display_and_set_cursor): Fix typo.
8364
8365 2002-03-03 Richard M. Stallman <rms@gnu.org>
8366
8367 * fileio.c (Fmake_temp_name): Doc fix.
8368
8369 2002-03-03 Gary Wong <gtw@gnu.org>
8370
8371 * termcap.c [!emacs]: Replace ospeed for building standalone
8372 libtermcap, for binary compatibility.
8373
8374 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
8375
8376 2002-03-03 Richard M. Stallman <rms@gnu.org>
8377
8378 * xrdb.c (file_p): Rename arg `path' to `filename'.
8379
8380 * abbrev.c (Fexpand_abbrev): Increment plist as use count
8381 only if it is an integer.
8382
8383 * xfns.c (png_load): Set screen_gamma based on f->gamma.
8384 If png_get_sRGB gives an answer, call png_set_gamma
8385 using the default image gamma value.
8386
8387 * lread.c (read1): When reading from a file, default string to
8388 multibyte only if it has some multibyte characters.
8389
8390 * print.c (print_object): Output multibyte chars 128...255
8391 using \x even if ! print_escape_multibyte.
8392
8393 * xdisp.c (display_mode_element): Move the places where
8394 bytepos, charpos, this, and lisp_string are set.
8395 Use lisp_string to set bytepos.
8396
8397 * xdisp.c (redisplay_internal):
8398 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
8399
8400 * xdisp.c (display_mode_element): Merge properties specified with
8401 :propertize onto those that come with the string.
8402
8403 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
8404
8405 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
8406 automatic-hscrolling. Users changed.
8407 <hscroll-margin>: Renamed from automatic-hscroll-margin.
8408 Users changed.
8409 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
8410
8411 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
8412
8413 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
8414
8415 2002-03-02 Kim F. Storm <storm@cua.dk>
8416
8417 * window.c (Fminibuffer_selected_window): New function.
8418 (syms_of_window): Defsubr it.
8419
8420 2002-03-01 Kim F. Storm <storm@cua.dk>
8421
8422 * window.h (struct window): New member phys_cursor_width.
8423
8424 * window.c (make_window, replace_window): Init phys_cursor_width.
8425
8426 * xterm.c (x_display_and_set_cursor): Blink box cursor using
8427 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
8428
8429 * w32term.c (x_display_and_set_cursor): Blink box cursor using
8430 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
8431
8432 * lisp.h (GCPRO6): New macro.
8433
8434 * process.c (Fopen_network_stream): Use GCPRO6.
8435
8436 2002-03-01 Kim F. Storm <storm@cua.dk>
8437
8438 * process.c (Qconnect, Qfailed): New variables.
8439 (syms_of_process): Intern and staticpro them.
8440 (Fprocess_status): Document connect and failed return values.
8441 [NON_BLOCKING_CONNECT]: New conditional.
8442 (connect_wait_mask, num_pending_connects): New variables.
8443 (status_message): Convert Qfailed status.
8444 (Fopen_network_stream): Added support for non-blocking connect.
8445 New optional args: filter, sentinel, non_blocking. Doc updated.
8446 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
8447 (deactivate_process): Handle pending non-blocking connect.
8448 (wait_reading_process_input): Poll for status of non-blocking
8449 connects. Exec sentinel directly when connect succeeds.
8450 (status_notify): Don't read process output if not yet connected.
8451
8452 2002-02-28 Kim F. Storm <storm@cua.dk>
8453
8454 * window.c: (minibuf_selected_window): Renamed from
8455 Vminibuf_selected_window. Users changed.
8456 (syms_of_window): Staticpro it.
8457
8458 2002-02-26 Kim F. Storm <storm@cua.dk>
8459
8460 The following changes add a new Vminibuf_selected_window variable
8461 which is similar to Vminibuf_scroll_window, but which is only set
8462 on entry to the minibuffer (from a non-minibuffer window):
8463
8464 * window.c: (Vminibuf_selected_window): New variable.
8465 (struct save_window_data): New member minibuf_selected_window.
8466 (Fset_window_configuration): Restore Vminibuf_selected_window.
8467 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
8468 Set minibuf_scroll_window member to nil if minibuf_level is 0.
8469 (compare_window_configurations): Compare minibuf_selected_window.
8470
8471 * window.h: (Vminibuf_selected_window): Declare extern.
8472
8473 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
8474 entry to minibuffer or on entry from a non-minibuffer window.
8475
8476 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
8477 Vminibuf_selected_window instead of Vminibuf_scroll_window.
8478
8479 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
8480 instead of Vminibuf_scroll_window when deciding in which window
8481 the region should be highlighted. Consequently, the region remains
8482 highlighteded even when a completion buffer is also displayed.
8483
8484 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
8485
8486 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
8487
8488 * xselect.c (Qcompound_text_with_extensions): Renamed from
8489 Qcompound_text_no_extensions.
8490 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
8491
8492 2002-02-26 Juanma Barranquero <lektu@terra.es>
8493
8494 * w32proc.c (syms_of_ntproc): Doc fix.
8495
8496 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8497
8498 * intervals.h: Include "dispextern.h" unconditionally.
8499
8500 2002-02-24 Jason Rumney <jasonr@gnu.org>
8501
8502 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
8503 and disp-table.elc.
8504 (lisp): Add emacs-lisp/backquote.elc.
8505
8506 2002-02-24 Kim F. Storm <storm@cua.dk>
8507
8508 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
8509 The validation of the event type was too strict as it didn't
8510 allow string events; buffer names are used in bindings for
8511 menu-bar-select-buffer (see `menu-bar-update-buffers').
8512
8513 2002-02-23 Kim F. Storm <storm@cua.dk>
8514
8515 The following changes rework my patch of 2002-02-06 which
8516 added command remapping by entering the commands directly into
8517 the keymaps. Now, command remapping uses an explicit `remap'
8518 prefix in the keymaps, i.e. [remap COMMAND].
8519
8520 * keymap.c (Qremap, remap_command_vector): New variables.
8521 (is_command_symbol): Removed function.
8522 (Fdefine_key): No longer accept a symbol for KEY.
8523 Added validation of [remap COMMAND] argument for KEY.
8524 The DEF is no longer required to be a symbol when remapping a command.
8525 (Fremap_command): New function to remap command through keymaps.
8526 (Flookup_key): Perform command remapping initiated by
8527 Fremap_command directly for speed.
8528 (Fkey_binding): Use Fremap_command for command remapping.
8529 (where_is_internal): Handle new command remapping representation.
8530 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
8531 staticpro them. Defsubr Fremap_command.
8532
8533 * keymap.h (Fremap_command): Declare extern.
8534 (is_command_symbol): Remove extern.
8535
8536 * keyboard.c (command_loop_1): Use Fremap_command for command
8537 remapping; now try command remapping for all symbols.
8538
8539 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
8540
8541 * coding.h (run_pre_post_conversion_on_str): Add prototype.
8542
8543 2002-02-23 Jason Rumney <jasonr@gnu.org>
8544
8545 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
8546 on the string before encoding it.
8547 (Fw32_get_clipboard_data): Run post-read-conversion on the string
8548 after decoding it.
8549
8550 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
8551
8552 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8553
8554 * w32term.c (enter_timestamp): Remove unused static variable to
8555 prevent warning.
8556
8557 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
8558
8559 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
8560
8561 * w16select.c (Fw16_get_clipboard_data): Fix last change.
8562
8563 * xselect.c (selection_data_to_lisp_data): Fix last change.
8564
8565 2002-02-22 Jason Rumney <jasonr@gnu.org>
8566
8567 * w32term.h (struct w32_output): New member menu_command_in_progress.
8568
8569 * w32menu.c (menubar_selection_callback): Free the menu and
8570 clear the menu_command_in_progress flag.
8571
8572 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
8573 (menu_free_timer): New variable.
8574 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
8575 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
8576 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
8577 menu command is in progress.
8578 <WM_COMMAND>: Set the menu_command_in_progress flag.
8579 Kill any menu_free_timer that is running.
8580
8581 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
8582 Call ExtTextOutA rather than ExtTextOut.
8583
8584 2002-02-22 Eli Zaretskii <eliz@gnu.org>
8585
8586 * puresize.h (BASE_PURESIZE): Increase to 755000.
8587
8588 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
8589
8590 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
8591 on the string before encoding it.
8592 (Fw16_get_clipboard_data): Run post-read-conversion on the string
8593 after decoding it.
8594
8595 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
8596
8597 Support for ICCCM Extended Segments in X selections:
8598
8599 * xselect.c <Qcompound_text_no_extensions>: New variable.
8600 (syms_of_xselect): Intern and staticpro it.
8601 (selection_data_to_lisp_data): Run post-read-conversion on decoded
8602 selection text.
8603 (lisp_data_to_selection_data): If next-selection-coding-system is
8604 compound-text-no-extensions, set the type of selection to be
8605 compound-text.
8606
8607 * xterm.h (x_encode_text): Update prototype.
8608
8609 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
8610 callers changed. If SELECTIONP is non-zero, run the
8611 pre-write-conversion function before encoding the selection text.
8612
8613 2002-02-21 Kim F. Storm <storm@cua.dk>
8614
8615 * frame.c (syms_of_frame): Change mouse-highlight default to t.
8616
8617 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
8618 Correct composing of language-change event.
8619
8620 2002-02-20 Kim F. Storm <storm@cua.dk>
8621
8622 * keyboard.c (menu_bar_items): Don't include keymap or local-map
8623 bindings at PT when building menu (the menu is not updated often
8624 enough for this to work reliable).
8625 (tool_bar_items): Likewise.
8626 (current_active_maps): Removed unused (and buggy) function.
8627
8628 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8629
8630 * xfns.c (gif_load): Use correct width and height for GIF images.
8631
8632 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
8633
8634 * floatfns.c (Fatan): Accept an optional second arg and call
8635 atan2 if passed 2 args.
8636
8637 2002-02-18 Jason Rumney <jasonr@gnu.org>
8638
8639 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
8640
8641 2002-02-17 Jason Rumney <jasonr@gnu.org>
8642
8643 * w32term.c (x_autoselect_window_p): New variable.
8644 (syms_of_w32term): DEFVAR_BOOL and initialize it.
8645 (note_mouse_movement): Use it.
8646
8647 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
8648
8649 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
8650
8651 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
8652 New variables.
8653 (syms_of_w32fns): Intern and staticpro them.
8654 (x_frame_parms) <"fullscreen">: New parameter.
8655 (x_fullscreen_move, x_set_fullscreen): New functions.
8656 (x_set_frame_parameters): Support Qfullscreen.
8657 (x_real_positions): Save x/y_pixels_diff frame params.
8658 (x_figure_window_size): Support full-screen frames.
8659 (Fx_create_frame): Default the fullscreen parameter.
8660
8661 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
8662 (x_fullscreen_adjust): New functions.
8663 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
8664 fullscreen. Call x_check_fullscreen_move, and set the
8665 want_fullscreen member of output_data.w32
8666 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
8667
8668 * w32term.h: New enum for FULLSCREEN_* constants.
8669 (struct w32_output): New members want_fullscreen, x_pixels_diff,
8670 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
8671 (x-fullscreen-adjust): New prototype.
8672
8673 2002-02-17 Kim F. Storm <storm@cua.dk>
8674
8675 * frame.c: (Vmouse_highlight): New variable.
8676 (syms_of_frame): DEFVAR_LISP it.
8677
8678 * frame.h: (Vmouse_highlight): Declare extern.
8679
8680 * xterm.h (struct x_display_info): Add mouse_face_hidden.
8681
8682 * xterm.c (disable_mouse_highlight): Removed variable.
8683 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
8684 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
8685 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
8686 and on after keyboard input.
8687 (x_term_init): Initialize mouse_face_hidden.
8688
8689 * msdos.h (struct display_info): Add mouse_face_hidden.
8690
8691 * msdos.c (disable_mouse_highlight): Removed variable.
8692 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
8693 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
8694 (internal_terminal_init): Initialize mouse_face_hidden.
8695 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
8696 and on after keyboard input.
8697
8698 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
8699
8700 * w32term.c (disable_mouse_highlight): Removed variable.
8701 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
8702 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
8703 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
8704 and on after keyboard input.
8705 (w32_initialize_display_info): Initialize mouse_face_hidden.
8706
8707 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
8708
8709 * msdos.c (last_mouse_window): New variable.
8710 (dos_rawgetc): Fix last change--if the mouse is in the same window
8711 as recorded in last_mouse_window, don't select this window.
8712
8713 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
8714
8715 * msdos.c (x_autoselect_window_p): New variable.
8716 (syms_of_msdos): Defvar it.
8717 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
8718 which the last mouse movement occured, unless it is already selected.
8719
8720 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
8721 New variables.
8722 (syms_of_xdisp): DEVFAR them.
8723 (hscroll_window_tree): Use automatic_hscroll_margin and
8724 Vautomatic_hscroll_step to compute the amount of window scrolling.
8725
8726 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8727
8728 * xterm.c (x-autoselect-window): New variable.
8729 (note_mouse_movement): Use it.
8730
8731 * keyboard.c: Do not include "systime.h" twice.
8732
8733 2002-02-15 Andreas Schwab <schwab@suse.de>
8734
8735 * puresize.h (BASE_PURESIZE): Increase to 9/5.
8736
8737 * alloc.c (NSTATICS): Increase to 1280.
8738
8739 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8740
8741 * alloc.c (NSTATICS): Bump to 1026.
8742
8743 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
8744 (Vx_super_keysym): New variables.
8745 (syms_of_xterm): DEFVAR_LISP them.
8746 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
8747 variables to determine which keys to use for the various modifiers.
8748
8749 2002-02-13 Kim F. Storm <storm@cua.dk>
8750
8751 * window.c: (Vmode_line_in_non_selected_windows): Removed.
8752 (mode_line_in_non_selected_windows): New variable.
8753 (syms_of_window): DEFVAR_BOOL it.
8754
8755 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
8756 Use mode_line_in_non_selected_windows.
8757 (mode_line_in_non_selected_windows): Declare extern.
8758 (Vmode_line_in_non_selected_windows): Removed extern.
8759
8760 2002-02-13 Richard M. Stallman <rms@gnu.org>
8761
8762 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
8763 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
8764 (Fclear_this_command_keys): Doc fixes.
8765
8766 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
8767 (update_face_from_frame_parameter): Increment face_change_count
8768 and windows_or_buffers_changed to force redisplay using changed faces.
8769
8770 * xdisp.c (QCpropertize): New variable.
8771 (mode_line_proptrans_alist): New variable.
8772 (display_mode_element): New arg PROPS; all calls changed.
8773 Implement this, for strings.
8774 Handle literal output of strings by sharing the
8775 main-line code for strings, using local var `literal'.
8776 Handle :propertize feature.
8777 (syms_of_xdisp): Initialze and staticpro QCpropertize and
8778 mode_line_proptrans_alist.
8779
8780 2002-02-11 Kim F. Storm <storm@cua.dk>
8781
8782 * window.c: (Vmode_line_in_non_selected_windows): New variable.
8783 (syms_of_window): DEFVAR_LISP it.
8784
8785 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
8786 (CURRENT_MODE_LINE_FACE_ID): Use it.
8787 (Vmode_line_in_non_selected_windows): Declare extern.
8788
8789 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
8790 to get mode line face.
8791
8792 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
8793
8794 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
8795 variables; cus-start.el doesn't need them anymore.
8796
8797 2002-02-09 Kim F. Storm <storm@cua.dk>
8798
8799 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
8800 reduction. This fixes a display problem where stray newlines were
8801 inserted in the window (corrected by C-l). Clarified code (IMHO).
8802
8803 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
8804
8805 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
8806
8807 * xdisp.c (display_mode_lines): Fix last change.
8808
8809 2002-02-09 Jason Rumney <jasonr@gnu.org>
8810
8811 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
8812 match each other.
8813 (w32_load_system_font): Prevent Cleartype fonts from loading.
8814 (Fx_show_tip): Ensure tip frames are above other topmost windows.
8815
8816 2002-02-09 Kim F. Storm <storm@cua.dk>
8817
8818 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
8819 (CURRENT_MODE_LINE_HEIGHT): Use it.
8820 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
8821
8822 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
8823 (pos_visible_p, handle_face_prop): Likewise.
8824 (display_mode_lines): Likewise, but for the real selected window.
8825 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
8826
8827 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
8828 in non-selected windows.
8829 (realize_basic_faces): Realize it.
8830 (syms_of_term): Intern and staticpro it.
8831
8832 2002-02-08 Kim F. Storm <storm@cua.dk>
8833
8834 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
8835 Changed mail addresses to emacs-devel@gnu.org.
8836
8837 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
8838
8839 * fileio.c (Fsubstitute_in_file_name): If the file name includes
8840 ~user, and there's no such user, don't discard everything before ~user.
8841
8842 * floatfns.c (Fround): Doc fix.
8843
8844 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8845
8846 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
8847
8848 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
8849
8850 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
8851
8852 2002-02-07 Kim F. Storm <storm@cua.dk>
8853
8854 * keymap.c (where_is_internal): Only check whether definition is
8855 remapped if it fulfills is_command_symbol.
8856
8857 2002-02-07 Andreas Schwab <schwab@suse.de>
8858
8859 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
8860
8861 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
8862
8863 2002-02-06 Kim F. Storm <storm@cua.dk>
8864
8865 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
8866 defining command remapping. Doc updated.
8867 (Flookup_key): Remap command through keymap if KEY is a symbol.
8868 (is_command_symbol): New function.
8869 (Fkey_binding): Use it. New optional argument NO-REMAP.
8870 Doc updated. Callers changed. Perform command remapping via
8871 recursive call unless that arg is non-nil.
8872 (where_is_internal): New argument no_remap. Callers changed.
8873 Call recursively to find original key bindings for a remapped
8874 comand unless that arg is non-nil.
8875 (Fwhere_is_internal): New optional argument NO-REMAP.
8876 Doc updated. Callers changed. Pass arg to where_is_internal.
8877
8878 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
8879 (is_command_symbol): Added prototype.
8880
8881 * keyboard.c (Vthis_original_command): New variable.
8882 (syms_of_keyboard): DEFVAR_LISP it.
8883 (command_loop_1): Set it, and perform command remapping.
8884
8885 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8886
8887 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
8888
8889 2002-02-06 Jason Rumney <jasonr@gnu.org>
8890
8891 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
8892
8893 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
8894
8895 * charset.c (get_charset_id): Use if-else instead of ?:.
8896
8897 2002-02-06 Richard M. Stallman <rms@gnu.org>
8898
8899 * filelock.c (S_ISLNK): Define if not defined.
8900
8901 2002-02-03 Richard M. Stallman <rms@gnu.org>
8902
8903 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
8904
8905 * lread.c (read1): Redesign strategy for force_multibyte and
8906 force_singlebyte. Now is_multibyte records whether read_buffer
8907 is multibyte. Encountering any multibyte character makes it so.
8908
8909 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
8910
8911 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
8912 with the same sequence, map that sequence to f10 rather than f0.
8913
8914 2002-02-03 Andreas Schwab <schwab@suse.de>
8915
8916 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
8917 latter never being defined on GNU/Linux.
8918
8919 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8920
8921 * xfaces.c (realize_default_face): Don't set the weight and slant of
8922 the default face to Qnormal, unless these attributes are unspecified.
8923
8924 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8925
8926 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
8927 Call cancel_hourglass unconditionally.
8928
8929 * eval.c (Fsignal): Remove duplicated declaration of
8930 the variable `display_hourglass_p'.
8931
8932 2002-01-31 Richard M. Stallman <rms@gnu.org>
8933
8934 * editfns.c (region_limit): Nicer error message.
8935
8936 * coding.c (decode_composition_emacs_mule):
8937 Give up if NCOMPONENT gets too large to index `component'.
8938
8939 * callint.c (check_mark): New arg to specify clearer error message.
8940 Callers changed.
8941
8942 2002-01-27 Richard M. Stallman <rms@gnu.org>
8943
8944 * minibuf.c (Fcompleting_read): Doc fix.
8945
8946 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8947
8948 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
8949 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
8950 Fix doc-strings.
8951
8952 2002-01-26 Richard M. Stallman <rms@gnu.org>
8953
8954 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
8955
8956 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
8957 and scroll_up_aggressively.
8958
8959 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8960
8961 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
8962
8963 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
8964
8965 * textprop.c (Fnext_property_change, Fnext_single_property_change)
8966 (Fprevious_property_change, Fprevious_single_property_change):
8967 Stay within the narrowed-buffer boundaries.
8968
8969 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
8970
8971 * term.c (Ftty_display_color_cells): New function.
8972 (syms_of_term): Defsubr it.
8973 (Ftty_display_color_cells, Ftty_display_color_p): Change the
8974 argument name to DISPLAY. Doc fix.
8975
8976 * dispextern.h: Add prototype for set_tty_color_mode and
8977 tty_setup_colors.
8978
8979 2002-01-24 Jason Rumney <jasonr@gnu.org>
8980
8981 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
8982 If region left to draw is not what was expected, mark the frame as
8983 garbaged.
8984
8985 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
8986 Combine the regions returned by BeginPaint and GetUpdateRect.
8987
8988 2002-01-23 Jason Rumney <jasonr@gnu.org>
8989
8990 * w32term.c (x_update_window_begin): Only hide caret if
8991 w32_use_visible_system_caret is set.
8992 (x_update_window_end): Only show caret if
8993 w32_use_visible_system_caret is set.
8994 (syms_of_w32term): Handle SystemParametersInfo call failing.
8995
8996 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
8997
8998 2002-01-22 Richard M. Stallman <rms@gnu.org>
8999
9000 * unexelf.c (unexec): Define n so as to cause compilation error
9001 for the code where people have often written n instead of nn.
9002
9003 * .gdbinit (hookpost-run): Defined.
9004
9005 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9006
9007 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
9008
9009 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9010
9011 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
9012 if fullscreen is being set.
9013
9014 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9015
9016 * minibuf.c (Fminibuffer_contents)
9017 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
9018 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
9019
9020 2002-01-21 Richard M. Stallman <rms@gnu.org>
9021
9022 * window.c (check_frame_size): Fix minimum height calculation.
9023
9024 2002-01-20 Ken Raeburn <raeburn@gnu.org>
9025
9026 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
9027 height before comparison.
9028 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
9029
9030 2002-01-20 Jason Rumney <jasonr@gnu.org>
9031
9032 * w32term.c (w32_system_caret_width): Remove.
9033 (w32_use_visible_system_caret): New user flag.
9034 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
9035 Windows reports a screen reader running.
9036 (x_update_window_begin): Hide the system caret.
9037 (x_update_window_end): Show the system caret.
9038 (x_display_and_set_cursor): Don't draw a cursor when
9039 w32_use_visible_system_caret is set. Do not adjust width.
9040
9041 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
9042 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
9043 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
9044 the user requests it. Use system default width when creating.
9045 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
9046
9047 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
9048 New window messages.
9049
9050 2002-01-20 Richard M. Stallman <rms@gnu.org>
9051
9052 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
9053
9054 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9055
9056 * doprnt.c (doprnt1): Fix typos in error call.
9057
9058 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
9059
9060 * unexelf.c (unexec) [__sgi]: Support the .got sections.
9061
9062 2002-01-20 Jason Rumney <jasonr@gnu.org>
9063
9064 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
9065 that Windows returns. If a double check fails, try to guess how
9066 ExtTextOut is going to act.
9067
9068 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
9069 in place of stricmp.
9070 (w32_list_synthesized_fonts): Removed.
9071 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
9072 (struct enumfont_t): New element; list.
9073 (enum_font_cb2): List all style and charset variations of a font.
9074 (Fw32_select_font): New optional argument; include_proportional.
9075 Exclude vertical fonts. Exclude proportional fonts unless
9076 include_proportional is non-nil.
9077 (w32_enable_synthesized_fonts): Change to a boolean.
9078 (Fw32_send_sys_command): Doc fix.
9079
9080 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9081
9082 * dispnew.c (update_frame): Move the variable `tem' to the block
9083 where it is used.
9084
9085 2002-01-19 Jason Rumney <jasonr@gnu.org>
9086
9087 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
9088 call to face-set-after-frame-default.
9089
9090 2002-01-18 Richard M. Stallman <rms@gnu.org>
9091
9092 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
9093 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
9094
9095 2002-01-17 Richard M. Stallman <rms@gnu.org>
9096
9097 * window.c (enlarge_window): When exceeding size of parent,
9098 directly delete all the siblings instead of trying to resize it.
9099
9100 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9101
9102 * term.c (set_tty_color_mode): Remove unused variable `tem'.
9103
9104 2002-01-16 Henrik Enberg <henrik@enberg.org>
9105
9106 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
9107
9108 2002-01-16 Kim F. Storm <storm@cua.dk>
9109
9110 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
9111 is invisible. This can happen if cursor is on top line of a
9112 window, and we switch to a buffer with a header line.
9113
9114 * w32term.c (x_erase_phys_cursor): Ditto.
9115
9116 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9117
9118 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
9119 `dont_resize' only when used.
9120
9121 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
9122
9123 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
9124
9125 * xdisp.c (display_mode_element): When computing charpos, depend
9126 on multibyteness of elt, not the text in field.
9127
9128 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9129
9130 * buffer.c (Fkill_all_local_variables):
9131 Increment `update_mode_lines' only once.
9132
9133 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9134
9135 * lisp.h (adjust_after_replace_noundo)
9136 (Fupdate_coding_systems_internal): Add prototypes.
9137
9138 * sound.c (Fplay_sound): Initialize header_size also for :data case.
9139
9140 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
9141
9142 Support for the --color command-line argument and tty-color-mode
9143 frame parameter:
9144
9145 * term.c (tty_default_color_capabilities, tty_setup_colors)
9146 (set_tty_color_mode): New functions.
9147 (term_init): Call tty_default_color_capabilities.
9148 (Qtty_color_mode_alist): New variable.
9149 (syms_of_term): Intern and staticpro it.
9150
9151 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
9152 frames.
9153 (do_switch_frame): For termcap frames, switch the tty
9154 color mode as specified by the frame's parameters.
9155 (Qtty_color_mode): New variable.
9156 (syms_of_frame): Intern and staticpro it.
9157
9158 * emacs.c (USAGE2): Add the --color option.
9159 (standard_args): Ditto.
9160
9161 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9162
9163 * xterm.h (struct x_output): New members want_fullscreen,
9164 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
9165 y_pixels_outer_diff.
9166 New enum for FULLSCREEN_* constants.
9167 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
9168 is NULL.
9169 (x_fullscreen_adjust): Add prototype.
9170
9171 * emacs.c (USAGE2): Add the new full-screen arguments.
9172 (standard_args): Ditto.
9173
9174 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
9175 New variables.
9176 (syms_of_xfns): Intern and staticpro them.
9177 (x_frame_parms) <"fullscreen">: New parameter.
9178 (x_fullscreen_move, x_set_fullscreen): New functions.
9179 (x_set_frame_parameters): Support for Qfullscreen.
9180 (x_real_positions): More accurate computation of the frame position.
9181 (x_figure_window_size): Support full-screen frames.
9182 (Fx_create_frame): Default the fullscreen parameter.
9183
9184 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
9185 (XTread_socket) <Expose>: Call x_check_fullscreen.
9186 <ConfigureNotify>: Don't resize to fullscreen.
9187 Call x_check_fullscreen_move, and set the want_fullscreen member of
9188 output_data.x.
9189
9190 2002-01-13 Jason Rumney <jasonr@gnu.org>
9191
9192 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
9193 for mice with more than 3 buttons.
9194
9195 * w32term.c (parse_button): New parameter xbutton. Callers changed.
9196 (w32_read_socket): Handle new "XBUTTON" messages.
9197
9198 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
9199 (syms_of_w32fns): DEFVAR_BOOL it.
9200 (w32_wnd_proc): Handle new "XBUTTON" messages.
9201
9202 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9203
9204 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
9205
9206 2002-01-13 Andreas Schwab <schwab@suse.de>
9207
9208 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
9209
9210 2002-01-12 Andreas Schwab <schwab@suse.de>
9211
9212 * .gdbinit (xbuffer): Remove address operator since data is now a
9213 pointer.
9214
9215 2002-01-11 Richard M. Stallman <rms@gnu.org>
9216
9217 * insdel.c (adjust_after_replace_noundo): New function.
9218
9219 * coding.c (code_convert_region): Don't copy old text if undo disabled.
9220
9221 2002-01-09 Jason Rumney <jasonr@gnu.org>
9222
9223 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
9224 when checking for multiple frames.
9225
9226 2002-01-08 Richard M. Stallman <rms@gnu.org>
9227
9228 * window.c (delete_window): Rewrite the code for changing the
9229 selected window to handle the case where WINDOW is not a leaf.
9230
9231 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
9232
9233 * process.c (send_process): Set src_multibyte to 1 after the call
9234 top setup_coding_system, not before the call.
9235
9236 2002-01-07 Jason Rumney <jasonr@gnu.org>
9237
9238 * xmenu.c (set_frame_menubar, xmenu_show):
9239 (xdialog_show): Initialize wv->help to Qnil.
9240
9241 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
9242 (w32_dialog_show): Initialize wv->help to Qnil.
9243
9244 2002-01-06 Jason Rumney <jasonr@gnu.org>
9245
9246 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
9247
9248 * w32menu.c (w32_menu_display_help): Revert last change.
9249
9250 * xmenu.c (menu_highlight_callback): Revert last change.
9251
9252 2002-01-06 Andreas Schwab <schwab@suse.de>
9253
9254 * insdel.c (make_gap_larger): Make sure buffer size does not
9255 overflow range of int.
9256
9257 2002-01-05 Jason Rumney <jasonr@gnu.org>
9258
9259 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
9260 OVERLAPS_P.
9261
9262 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
9263
9264 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
9265 to the left or to the right of the pointer, put it against
9266 the left screen edge.
9267 (x_frame_parms): Add missing braces around initializer.
9268
9269 * w32term.c (x_setup_relief_colors): Don't compute an image's
9270 background color if it doesn't have a Pixmap.
9271 (notice_overwritten_cursor): Don't depend on
9272 output_cursor and updated_area. Compare pixel coordinates with
9273 window's cursor pixel coordinates.
9274 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
9275 Call notice_overwritten_cursor with new arg list.
9276 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
9277 unconditionally.
9278 (x_draw_image_relief): Use predefined macro instead of
9279 constant when the value of `tool_bar_button_relief' is negative.
9280
9281 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
9282
9283 2002-01-04 Richard M. Stallman <rms@gnu.org>
9284
9285 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
9286
9287 2002-01-03 Richard M. Stallman <rms@gnu.org>
9288
9289 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
9290 (Fkey_binding): Try the `keymap' property map first.
9291 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
9292 minor mode bindings.
9293
9294 2002-01-03 Kim F. Storm <storm@cua.dk>
9295
9296 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
9297
9298 2002-01-02 Richard M. Stallman <rms@gnu.org>
9299
9300 * keyboard.c (read_key_sequence): Handle the keymap property
9301 before minor mode maps.
9302
9303 * editfns.c (Fformat): Update thissize from field_width
9304 based on the actual width, in the string case.
9305
9306 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9307
9308 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
9309 when used as truth value to prevent gcc warnings.
9310
9311 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
9312 * w32proc.c: Include <config.h>.
9313
9314 2002-01-01 Andreas Schwab <schwab@suse.de>
9315
9316 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
9317 not EMACS_INT, to make them compatible with DEFVAR_INT.
9318 * lisp.h (max_specpdl_size): Adjust declaration.
9319
9320 2002-01-01 Richard M. Stallman <rms@gnu.org>
9321
9322 * print.c (print_object): Test print_escape_nonascii only for
9323 unibyte strings.
9324 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
9325 when outputting to a multibyte buffer.
9326
9327 2001-12-29 Richard M. Stallman <rms@gnu.org>
9328
9329 * print.c (print_object): In multibyte string, use hex escapes.
9330 Use octal only for unibyte strings.
9331 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
9332
9333 * lread.c (read_escape): New arg BYTEREP for reporting whether
9334 escape forces unibyte or multibyte.
9335 (read1): When reading a string, take note of that info.
9336
9337 2001-12-29 Ken Raeburn <raeburn@gnu.org>
9338
9339 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
9340 comparison to test lisp value returned by Fget.
9341
9342 2001-12-29 Richard M. Stallman <rms@gnu.org>
9343
9344 * lisp.h (max_specpdl_size): Add declaration.
9345
9346 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
9347
9348 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
9349 Handle modifier bits. Correct typo in error message.
9350
9351 2001-12-28 Richard M. Stallman <rms@gnu.org>
9352
9353 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
9354 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
9355 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
9356 Update calls to Fdefine_abbrev.
9357 (write_abbrev): Update for changed data format.
9358 Don't list "system" abbrevs.
9359 (Fexpand_abbrev): Update use count with new data format.
9360 (describe_abbrev): Update for changed data format.
9361 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
9362
9363 * config.in (HAVE_MBSINIT): Add #undef.
9364
9365 * strftime.c (mbsinit): Define as no-op if not available.
9366
9367 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
9368 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
9369
9370 * keymap.c (Flookup_key): Error message if key has wrong data type.
9371 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
9372 (exclude_key): New variable.
9373
9374 2001-12-28 Gerd Moellmann <gerd@gnu.org>
9375
9376 * xterm.c (x_setup_relief_colors): Don't compute an image's
9377 background color if it doesn't have a Pixmap.
9378
9379 * xterm.c (notice_overwritten_cursor): Don't depend on
9380 output_cursor and updated_area. Compare pixel coordinates with
9381 window's cursor pixel coordinates.
9382 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
9383 Call notice_overwritten_cursor with new arg list.
9384 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
9385 unconditionally.
9386
9387 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
9388 height of the cursor line to the amount to scroll.
9389
9390 2001-12-27 Richard M. Stallman <rms@gnu.org>
9391
9392 * intervals.c (set_point_both): The position after an invisible,
9393 intangible character is not an acceptable stopping point.
9394
9395 2001-12-27 Ken Raeburn <raeburn@gnu.org>
9396
9397 * window.c (enlarge_window): In new preserve_before code, convert
9398 CURBEG from lisp object to integer before doing arithmetic.
9399
9400 2001-12-27 Richard M. Stallman <rms@gnu.org>
9401
9402 * bytecode.c (Fbyte_code): Undo previous change.
9403
9404 2001-12-26 Kim F. Storm <storm@cua.dk>
9405
9406 * keyboard.c (record_char): Ignore duplicate help-echo events only
9407 separated by mouse-movement. When tracking mouse, only record
9408 first and last mouse-movement event in same window.
9409 Don't record mouse-movement events in keyboard macros.
9410
9411 2001-12-25 Richard M. Stallman <rms@gnu.org>
9412
9413 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
9414 (Fenlarge_window): New arg PRESERVE_BEFORE.
9415
9416 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
9417 instead of Fstring_as_unibyte.
9418
9419 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9420
9421 The following changes remove mocklisp support:
9422
9423 * mocklisp.h, mocklisp.c: Files removed.
9424
9425 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
9426 `Qmocklisp' and `Qmocklisp_arguments'.
9427 Remove prototype of syms_of_mocklisp.
9428
9429 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
9430
9431 * callint.c: Do not include mocklisp.h.
9432 (Fcall_interactively): Do not test for mocklisp case.
9433
9434 * eval.c: Remove variables `Qmocklisp_arguments',
9435 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
9436 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
9437 Do not test for mocklisp case.
9438 (Fwhile): Remove unused variable `tem'.
9439 (syms_of_eval): Remove variable `moclisp-arguments'.
9440
9441 * data.c (wrong_type_argument): Remove mocklisp case.
9442
9443 * doc.c (Fdocumentation): Remove mocklisp case.
9444
9445 * emacs.c (main): Do not call syms_of_mocklisp.
9446
9447 2001-12-21 Richard M. Stallman <rms@gnu.org>
9448
9449 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
9450 to the left or to the right of the pointer, put it against
9451 the left screen edge.
9452
9453 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
9454
9455 * Makefile.in (distclean): Remove .gdbinit if we are building
9456 outside the source tree.
9457
9458 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
9459
9460 * w32.c (emacs_root_dir): New function.
9461
9462 * msdos.c (emacs_root_dir): New function.
9463
9464 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
9465 of the current drive as the fallback for default_directory.
9466
9467 * dired.c (file_name_completion): Run the elements of
9468 completion-ignored-extensions through ENCODE_FILE.
9469
9470 * lisp.h (scmp): Remove prototype, since it's now a static
9471 function private to dired.c.
9472
9473 2001-12-18 Richard M. Stallman <rms@gnu.org>
9474
9475 * dired.c (scmp): Function moved from minibuf.c.
9476 Delete multibyte handling--used only on encoded strings.
9477
9478 * minibuf.c (scmp): Function moved to dired.c.
9479
9480 * fns.c (merge): Add QUIT call.
9481
9482 2001-12-18 Dave Love <fx@gnu.org>
9483
9484 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
9485 language/georgian.el.
9486
9487 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * Makefile.in (lisp, shortlisp): Synchronize with changes to
9490 lisp/Makefile.in:DONTCOMPILE.
9491
9492 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9493
9494 * xdisp.c (window_box_height): Do not return negative values.
9495 From Gerd Moellmann <gerd@gnu.org>.
9496
9497 * keyboard.c (head_table): Add missing braces around initializer.
9498
9499 * term.c (keys): Likewise.
9500
9501 * xfns.c (x_frame_parms, visual_classes): Likewise.
9502
9503 2001-12-17 Sam Steingold <sds@gnu.org>
9504
9505 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
9506 patch (COMPOSING_P, not COMPOSING).
9507
9508 2001-12-17 Richard M. Stallman <rms@gnu.org>
9509
9510 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
9511
9512 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
9513 before calling decode_coding.
9514
9515 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
9516
9517 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
9518 instead of only for COMPOSITION_DISABLED.
9519
9520 2001-12-16 Richard M. Stallman <rms@gnu.org>
9521
9522 * alloc.c (pure_alloc): After overflow, allocate just a small block.
9523
9524 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
9525
9526 * buffer.h (struct buffer): New field `display_error_modiff'.
9527 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
9528
9529 * window.c (Frecenter): Clear display_error_modiff field.
9530
9531 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
9532 Call redisplay_window, but not if display_error_modiff field says no.
9533 (redisplay_window_error): New function.
9534 (displayed_buffer): New variable.
9535 (redisplay_internal, redisplay_windows): Call the new functions
9536 instead of redisplay_window directly.
9537
9538 2001-12-15 Richard M. Stallman <rms@gnu.org>
9539
9540 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
9541
9542 2001-12-14 Andrew Innes <andrewi@gnu.org>
9543
9544 * makefile.w32-in (EMACSLOADPATH): Define.
9545 ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
9546 (bootstrap-temacs): Remove dependency on bootstrap-clean.
9547
9548 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
9551 parameter have a numeric value all the time.
9552
9553 * w32fns.c (x_report_frame_params): Likewise.
9554
9555 2001-12-12 Richard M. Stallman <rms@gnu.org>
9556
9557 * fileio.c (Fwrite_region): Doc fix.
9558
9559 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
9560 (redisplay_internal): Call clear_image_cache only for window terminals.
9561
9562 2001-12-12 Gerd Moellmann <gerd@gnu.org>
9563
9564 * xdisp.c (move_it_vertically_backward): Change heuristic
9565 for the case that we didn't move far enough initially.
9566
9567 * window.c (Frecenter): Simplify computation in the case of window
9568 system frames and ARG < 0; use window_box_height.
9569
9570 2001-12-11 Richard M. Stallman <rms@gnu.org>
9571
9572 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
9573 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
9574
9575 2001-12-11 Andrew Innes <andrewi@gnu.org>
9576
9577 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
9578 arg is negative.
9579
9580 2001-12-11 Richard M. Stallman <rms@gnu.org>
9581
9582 * m/hp800.h: Split the __hpux conditional into the parts
9583 that are right for GNU/Linux too and the parts that are not.
9584 Use the former if GNU_LINUX.
9585 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
9586
9587 * s/gnu-linux.h (GNU_LINUX): Defined.
9588
9589 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9590
9591 * macros.c, msdos.c, w16select.c: Change doc-string comments to
9592 `new style' [w/`doc:' keyword].
9593
9594 2001-12-10 Jason Rumney <jasonr@gnu.org>
9595
9596 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
9597 before using.
9598
9599 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9600
9601 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
9602 keyword].
9603
9604 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
9605
9606 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
9607
9608 * s/hpux10.h (srand48): Don't undefine.
9609
9610 2001-12-09 Jason Rumney <jasonr@gnu.org>
9611
9612 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
9613 Add comment to explain where the struct came from.
9614 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
9615 (add_menu_item): Process pop-up menus first to avoid memory leak.
9616 (add_menu_item, w32_menu_display_help): Use `help' field as
9617 Lisp_Object.
9618 (w32_free_submenu_strings): Only free owner-drawn strings.
9619
9620 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9621
9622 * COPYING: Moved back.
9623
9624 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
9625 Add parentheses around && within ||.
9626
9627 * indent.c (compute_motion): Likewise.
9628
9629 * intervals.c (merge_properties_sticky): Likewise.
9630
9631 * coding.c (setup_coding_system, shrink_encoding_region)
9632 (Fdecode_sjis_char): Likewise.
9633
9634 2001-12-07 Andreas Schwab <schwab@suse.de>
9635
9636 * xdisp.c (display_mode_element): Don't read past end of string if
9637 it ends with '%'.
9638
9639 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
9640 can hold.
9641
9642 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
9643 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
9644 type changed to Lisp_Object.
9645 (syms_of_data): DEFVAR_LISP them.
9646
9647 2001-12-07 Richard M. Stallman <rms@gnu.org>
9648
9649 * callproc.c (init_callproc): Set Vdata_directory based on the source
9650 location whenever Emacs was run uninstalled.
9651
9652 2001-12-06 Paul Eggert <eggert@twinsun.com>
9653
9654 * config.in (HAVE_WORKING_VFORK): New #undefs.
9655 * process.c (create_process):
9656 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
9657 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
9658 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
9659 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
9660 * m/intel386.h (HAVE_VFORK): Likewise.
9661 * m/mips-siemens.h (HAVE_VFORK): Likewise.
9662 * m/mips.h (HAVE_VFORK): Likewise.
9663 * s/freebsd.h (vfork): Remove #define.
9664 * s/lynxos.h (HAVE_VFORK): Remove #undef.
9665 * s/usg5-4-2.h: Fix comment about vfork.
9666
9667 2001-12-06 Richard M. Stallman <rms@gnu.org>
9668
9669 * s/hpux10.h (random): Add undef.
9670 (HAVE_RANDOM): Define it just once.
9671
9672 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
9673
9674 * eval.c: Undo last change: the standard syntax is not wanted.
9675
9676 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
9677
9678 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
9679 scroll bars of the frame before deleting the frame itself. If the
9680 frame has a widget, delete the frame with XtDestroyWidget, and do
9681 not call XDestroyWindow before that.
9682
9683 2001-12-06 Kim F. Storm <storm@cua.dk>
9684
9685 * xfns.c (x_report_frame_params): Return actual fringe widths.
9686
9687 * w32fns.c (x_report_frame_params): Return actual fringe widths.
9688
9689 2001-12-05 Andrew Innes <andrewi@gnu.org>
9690
9691 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
9692 excessively large.
9693
9694 * insdel.c (make_gap_larger): New function.
9695 (make_gap_smaller): New function.
9696 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
9697 Call make_gap_smaller if arg is negative.
9698
9699 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
9702 Pass a dummy argument when calling interrupt_signal.
9703 (parse_menu_item): Mark disabled items before checking for empty def.
9704 (read_char_minibuf_menu_prompt): Make safety more visible.
9705 (read_key_sequence): Add a `first_unbound' variable.
9706 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
9707 unbound prefix as soon as we can detect it.
9708
9709 * doc.c (Fsnarf_documentation): Add prototype.
9710 (get_doc_string): Handle negative arguments.
9711 (Fdocumentation): Use AREF and ASIZE.
9712 Move the calls to get_doc_string to a single place.
9713 Don't confuse an interactive-spec for a docstring reference.
9714 (Fdocumentation_property): Take advantage of the fact that
9715 get_doc_string now ignores the sign of the docstring position.
9716
9717 * eval.c: Use standard syntax for usage in docstrings.
9718
9719 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9720
9721 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
9722
9723 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9724
9725 * xterm.c (x_draw_image_relief): Use predefined macro instead of
9726 constant when the value of `tool_bar_button_relief' is negative.
9727
9728 2001-12-02 Richard M. Stallman <rms@gnu.org>
9729
9730 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
9731 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
9732
9733 * fileio.c (read_non_regular): Delete Fsignal call.
9734
9735 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
9736
9737 * lisp.h (run_hook_list_with_args): Undo last change.
9738
9739 2001-12-01 Gerd Moellmann <gerd@gnu.org>
9740
9741 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
9742
9743 2001-12-01 Jason Rumney <jasonr@gnu.org>
9744
9745 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
9746
9747 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
9748 [!WM_MOUSELEAVE]: Define.
9749
9750 * w32menu.c (current_popup_menu, get_menu_item_info):
9751 (set_menu_item_info): New vars.
9752 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
9753 (w32_menu_show): Set current_popup_menu.
9754 (add_menu_item): Allocate new strings for owner-drawn menu items
9755 and help strings.
9756 Use owner-draw for disabled menu items again.
9757 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
9758 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
9759
9760 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
9761 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
9762 <WM_EXITMENULOOP>: Free menu strings.
9763 <WM_MOUSELEAVE>: Stop tracking mouse.
9764 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
9765
9766 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
9767 and mouse face.
9768
9769 2001-12-01 Kim F. Storm <storm@cua.dk>
9770
9771 The following changes add left-fringe and right-fringe
9772 frame parameters to adjust fringe widths, or remove one or
9773 both fringes.
9774
9775 * frame.h (struct frame): Remove trunc_area_pixel_width and
9776 trunc_area_cols fields.
9777 (Qleft_fringe, Qright_fringe): Declare.
9778 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
9779
9780 * frame.c (Qleft_fringe, Qright_fringe): New vars.
9781 (syms_of_frame): Initialize them.
9782
9783 * window.c (coordinates_in_window): Handle separate left and right
9784 fringe widths.
9785
9786 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
9787 and fringe_cols fields.
9788 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
9789 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
9790 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
9791 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
9792 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
9793 (x_compute_fringe_widths): Add prototype.
9794
9795 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
9796 fill fringe evenly with small dashes.
9797 (x_draw_fringe_bitmap): Clear background if necessary. Align and
9798 clip the new ZV bitmap to avoid jitter between rows.
9799 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
9800 background. Don't draw fringe bitmaps if fringe width is zero.
9801 (x_compute_fringe_widths): New function.
9802 (x_new_font, x_set_window_size_1): Use it.
9803
9804 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
9805 (x_set_frame_parameters): Process `font' parameter before other
9806 parameters as fringe widths depend on it.
9807 (x_set_fringe_width): New function.
9808 (x_figure_window_size): Use x_compute_fringe_widths.
9809 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
9810 parameters.
9811
9812 * widget.c (set_frame_size): Use x_compute_fringe_widths.
9813 (EmacsFrameSetCharSize): Ditto.
9814
9815 * w32term.h: Merged changes from xterm.h.
9816 * w32term.c: Merged changes from xterm.c.
9817 * w32fns.c: Merged changes from xfns.c.
9818
9819 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9820
9821 * COPYING: Removed.
9822
9823 2001-11-29 Dave Love <fx@gnu.org>
9824
9825 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
9826 extra extra slot.
9827 (detect_coding_mask): Fix call of detect_coding_iso2022.
9828
9829 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9830
9831 * fileio.c (file-name-coding-system)
9832 (default-file-name-coding-system): Doc fix (links to referenced
9833 variables added).
9834
9835 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
9836
9837 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
9838 Add dummy uses of gcproN variables.
9839
9840 * category.c (describe_category, describe_category_1)
9841 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
9842 (syms_of_category): Don't defsubr Sdescribe_categories.
9843
9844 2001-11-28 Richard M. Stallman <rms@gnu.org>
9845
9846 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
9847
9848 * Makefile.in (lispdir): New variable, referring to build dir.
9849 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
9850
9851 2001-11-28 Andrew Innes <andrewi@gnu.org>
9852
9853 * w32menu.c (w32_menu_display_help): Actually add the new argument
9854 OWNER.
9855
9856 2001-11-28 Jason Rumney <jasonr@gnu.org>
9857
9858 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
9859 menu items. From David Ponce <dponce@wanadoo.fr>.
9860 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
9861 conditionally.
9862 (w32_menu_display_help): New argument OWNER. Rewritten to store a
9863 help event in the owner frame's keyboard buffer.
9864
9865 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
9866 (Fx_show_tip): Don't subtract last width from row width.
9867
9868 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
9869 (w32_read_socket): Use EQ to compare frames.
9870
9871 2001-11-28 Gerd Moellmann <gerd@gnu.org>
9872
9873 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
9874 OVERLAPS_P.
9875
9876 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9877
9878 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
9879 `gcpro3' and `gcpro4'.
9880
9881 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
9882
9883 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
9884
9885 * ccl.c: Use AREF and ASIZE.
9886
9887 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
9888
9889 * lisp.h (run_hook_list_with_args): Remove.
9890 (LIST_END_P): Fix call to wrong_type_argument.
9891 (make_fixnum_or_float): Use EMACS_INT rather than int.
9892
9893 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
9894
9895 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
9896 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
9897
9898 * eval.c: Use AREF and ASIZE.
9899 (Ffetch_bytecode): Add the file name to the error message.
9900
9901 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
9902 which match the end of the file-name.
9903 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
9904 is not a valid env var, but leave it as is instead.
9905
9906 * keymap.c (access_keymap): Handle t bindings like nil bindings.
9907 Make nil bindings in char-tables transparent.
9908 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
9909
9910 2001-11-26 Richard M. Stallman <rms@gnu.org>
9911
9912 * textprop.c (set_text_properties_1): Allow START, END in either order.
9913 Do nothing if range is empty.
9914
9915 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
9916
9917 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
9918 (clean): Not here.
9919
9920 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
9921
9922 * textprop.c (set_text_properties_1): Clearly mark that the
9923 interval should not be empty.
9924
9925 * intervals.c (graft_intervals_into_buffer):
9926 Don't call set_text_properties_1 on an empty interval.
9927
9928 2001-11-25 Richard M. Stallman <rms@gnu.org>
9929
9930 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
9931
9932 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
9933 don't lose the data in it.
9934
9935 2001-11-25 Juanma Barranquero <lektu@terra.es>
9936
9937 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
9938
9939 * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
9940
9941 * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
9942
9943 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
9944
9945 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
9946
9947 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
9948
9949 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
9950 Niemitalo <kon@iki.fi>.
9951
9952 2001-11-25 Jason Rumney <jasonr@gnu.org>
9953
9954 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
9955
9956 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
9957 (Fx_show_tip): Block input during frame creation.
9958 (Fx_show_tip, Fx_hide_tip): Enable.
9959
9960 2001-11-24 Richard M. Stallman <rms@gnu.org>
9961
9962 * lread.c (Fload): Detect recursive load error for more than 3
9963 nestings of the same file.
9964 (Vrecursive_load_depth_limit): Variable deleted.
9965 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
9966
9967 2001-11-24 Jason Rumney <jasonr@gnu.org>
9968
9969 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
9970 mouse position if either left or top is not specified.
9971
9972 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
9973 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
9974 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
9975 (my_create_tip_window): Assign tip_window.
9976 (x_create_tip_frame): Use same defaults as X.
9977 (compute_tip_xy): Remove unused variable. Use full screen width.
9978 (Fx_show_tip): Do not double height. Call ShowWindow directly.
9979
9980 * w32term.c (x_after_update_window_line): Doc fix.
9981 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
9982 frames.
9983 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
9984
9985 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
9986 for all Windowed systems.
9987
9988 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
9989
9990 * msdos.c (IT_clear_screen): If the frame's faces are not yet
9991 realized, use the initial screen colors to clear the screen.
9992
9993 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9994
9995 * textprop.c (Fset_text_properties): Remove unused variables
9996 `unchanged', `prev_changed', `s' and `len'.
9997
9998 * search.c (Freplace_match): Remove unused variable `inslen'.
9999
10000 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
10001
10002 2001-11-22 Jason Rumney <jasonr@gnu.org>
10003
10004 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
10005 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
10006 (my_create_tip_window): New function.
10007 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
10008 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
10009
10010 2001-11-20 Jason Rumney <jasonr@gnu.org>
10011
10012 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
10013 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
10014
10015 * w32fns.c (Vw32_system_coding_system): Remove.
10016 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
10017
10018 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
10019
10020 * fileio.c (Fwrite_region): Move choose_write_coding_system to
10021 after build_annotations.
10022
10023 * syntax.c (describe_syntax): Add dummy arg.
10024 (describe_syntax_1): Update call to describe_vector.
10025
10026 * category.c (describe_category): Add dummy arg.
10027 (describe_category_1): Update call to describe_vector.
10028
10029 * keymap.c (Fdescribe_vector): Add `describer' parameter.
10030 (describe_command, describe_translation): Add dummy second param.
10031 (describe_map): Call elt_describer with two arguments.
10032 (describe_vector_princ): Add `fun' parameter.
10033 Call it instead of the hardcoded `princ'.
10034 (describe_vector): Add arg `args'.
10035 Pass it as a new second argument to elt_describer.
10036
10037 * keymap.h (describe_vector): Update prototype.
10038
10039 * frame.c: Don't include keymap.h any more.
10040 (keys_of_frame): Remove.
10041
10042 * lisp.h (keys_of_frame): Remove declaration.
10043
10044 * emacs.c (main): Don't call `keys_of_frame' any more.
10045
10046 2001-11-14 Andreas Schwab <schwab@suse.de>
10047
10048 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
10049 if defined, 0 otherwise.
10050 (MAP_FAILED): Define if not defined and use it to test mmap failure.
10051 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
10052
10053 2001-11-19 Richard M. Stallman <rms@gnu.org>
10054
10055 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
10056
10057 2001-11-18 Jason Rumney <jasonr@gnu.org>
10058
10059 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
10060 (x_draw_bar_cursor): If the background color of the glyph under
10061 the cursor equals the frame's cursor color, use the glyph's
10062 foreground color for drawing the bar cursor.
10063 (x_after_update_window_line): Clear internal border in different
10064 circumstances.
10065 (w32_set_vertical_scroll_bar): Check for width and height > 0.
10066 (w32_draw_relief_rect): Correct relief by 1 pixel.
10067 (x_set_glyph_string_background_width):
10068 Set extends_to_end_of_line_p if the row's fill_line_p is set and
10069 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
10070 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
10071 if cursor_in_non_selected_windows is false.
10072 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
10073 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
10074 Notice if cursor gets overwritten.
10075 (notice_overwritten_cursor): Renamed from
10076 note_overwritten_text_cursor. Rewritten to take glyph widths
10077 into account, and to take X positions as parameters.
10078 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
10079 around call to x_draw_glyphs.
10080 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
10081 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
10082 color to use for image glyph reliefs.
10083 (x_draw_image_relief): Accept zero tool_bar_button_relief.
10084 (glyph_rect): Remove unused variable `area'.
10085
10086 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
10087 some items.
10088 (x_set_internal_border_width): Set frame garbaged when window
10089 doesn't exist yet.
10090 (Fx_create_frame): Accept zero tool_bar_button_relief.
10091 (x_clear_image_1, four_corners_best, image_background)
10092 (image_background_transparent): New functions.
10093 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
10094 (gs_format): Add `:background' entry.
10095 (lookup_image): Set IMG's background color if specified.
10096 (pbm_load, xbm_load_image, png_load): Set IMG's background field
10097 when appropriate.
10098 (x_clear_image_1): Reset `background_valid' and
10099 `background_transparent_valid' fields.
10100 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
10101 calculating it here. Set IMG's background_transparent field.
10102 (enum xpm_keyword_index): Add XPM_BACKGROUND.
10103 (enum png_keyword_index): Add PNG_BACKGROUND.
10104 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
10105 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
10106 (enum gif_keyword_index): Add GIF_BACKGROUND.
10107 (enum gs_keyword_index): Add GS_BACKGROUND.
10108 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
10109 Pre-calculate image background color where necessary.
10110 (x_create_x_image_and_pixmap, xbm_load, gs_load):
10111 Use display info's n_cbits entry for screen depth.
10112 (Fx_show_tip): Remove unused variables `buffer', `top',
10113 `left', `max_width' and `max_height'.
10114
10115 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
10116
10117 2001-11-18 Gerd Moellmann <gerd@gnu.org>
10118
10119 * puresize.h (BASE_PURESIZE): Increase to 750000.
10120
10121 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10122
10123 * frame.c (Fframe_live_p): Doc fix.
10124
10125 2001-11-18 Richard M. Stallman <rms@gnu.org>
10126
10127 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
10128 (message_dolog_marker3): New static variables hold three markers.
10129 (syms_of_xdisp): Initialize and staticpro them.
10130 (message_dolog): Use message_dolog_marker1..3 instead of
10131 allocating markers each time. Unchain them when done.
10132
10133 2001-11-17 Richard M. Stallman <rms@gnu.org>
10134
10135 * doc.c (Fsnarf_documentation): Doc fix.
10136
10137 2001-11-17 Andreas Schwab <schwab@suse.de>
10138
10139 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
10140
10141 2001-11-17 Richard M. Stallman <rms@gnu.org>
10142
10143 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
10144
10145 2001-11-17 Jason Rumney <jasonr@gnu.org>
10146
10147 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
10148
10149 2001-11-17 Gerd Moellmann <gerd@gnu.org>
10150
10151 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
10152 with invalid position.
10153
10154 2001-11-16 Richard M. Stallman <rms@gnu.org>
10155
10156 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
10157
10158 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
10159 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
10160 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
10161
10162 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
10163
10164 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
10165
10166 * fileio.c (build_annotations): Split off the tail.
10167 (build_annotations_2): New fun. Extracted from build_annotations.
10168 (Fwrite_region): Split the call to build_annotations into two
10169 calls to build_annotations and build_annotations_2.
10170
10171 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10172
10173 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
10174 clear_waiting_for_input with argument.
10175
10176 * xterm.h (x_update_cursor): Remove duplicated prototype.
10177
10178 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
10179
10180 * xterm.c (waiting_for_input): Remove unnecessary declaration.
10181
10182 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
10183
10184 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
10185
10186 * fileio.c (choose_write_coding_system): New fun, extracted
10187 from Fwrite_region.
10188 (Fwrite_region): Use it.
10189
10190 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
10191 (funcall_lambda, run_hook_with_args): Make static and add prototype.
10192 (ml_apply, find_handler_clause): Add prototype.
10193
10194 2001-11-16 Eli Zaretskii <eliz@gnu.org>
10195
10196 * config.in: Add #undef HAVE_COFF_H.
10197
10198 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
10199 Required for ISC 4.1.
10200
10201 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
10202
10203 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
10204 Andrew Wiseman <a.wiseman@btclick.com>.
10205
10206 2001-11-16 Kim F. Storm <storm@cua.dk>
10207
10208 The following changes are made to clean up the various internal
10209 references to the fringes to actually use the term `fringe' for
10210 them. Previously, they were called `flags areas', `bitmap areas',
10211 `left/right side of windows', or implicitly as `flags' or
10212 `bitmaps':
10213
10214 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
10215 Comments fixed. Use renamed symbols.
10216
10217 * dispnew.c: Comment fix. Use renamed symbols.
10218
10219 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
10220 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
10221 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
10222
10223 * msdos.c: Comment fix.
10224
10225 * w32fns.c: Use renamed symbols.
10226
10227 * w32term.c: Comment fixes. Use renamed symbols.
10228 (fringe_bitmap_type): Renamed from bitmap_type.
10229 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
10230 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
10231 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
10232
10233 * w32term.h: Comment fixes. Use renamed symbols.
10234 (fringes_extra): Renamed from flags_areas_extra.
10235 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
10236 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
10237 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
10238 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
10239 (FRAME_X_LEFT_FRINGE_WIDTH):
10240 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
10241 (FRAME_X_RIGHT_FRINGE_WIDTH):
10242 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
10243
10244 * widget.c: Use renamed symbols.
10245
10246 * window.c: Comment fixes. Use renamed symbols.
10247 (coordinates-in-window-p): Doc fix.
10248
10249 * xdisp.c: Comment fixes. Use renamed symbols.
10250
10251 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
10252
10253 * xfns.c: Use renamed symbols.
10254
10255 * xterm.c: Comment fixes. Use renamed symbols.
10256 (fringe_bitmap_type): Renamed from bitmap_type.
10257 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
10258 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
10259 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
10260
10261 * xterm.h: Comment fixes. Use renamed symbols.
10262 (fringes_extra): Renamed from flags_areas_extra.
10263 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
10264 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
10265 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
10266 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
10267 (FRAME_X_LEFT_FRINGE_WIDTH):
10268 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
10269 (FRAME_X_RIGHT_FRINGE_WIDTH):
10270 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
10271
10272 2001-11-15 Jason Rumney <jasonr@gnu.org>
10273
10274 * w32menu.c (add-menu-item): Make help_echo and radio buttons
10275 work for most menu items. From David Ponce
10276 <david.ponce@wanadoo.fr>.
10277
10278 2001-11-15 Gerd Moellmann <gerd@gnu.org>
10279
10280 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
10281 Some x_set_* function expect to be called even if old and new
10282 value are equal.
10283
10284 * xdisp.c (build_desired_tool_bar_string): Accept zero
10285 tool_bar_button_relief.
10286
10287 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
10288
10289 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
10290
10291 * xterm.c (x_draw_bar_cursor): If the background color of the
10292 glyph under the cursor equals the frame's cursor color, use
10293 the glyph's foreground color for drawing the bar cursor.
10294
10295 * dispnew.c (direct_output_forward_char): Fix character/byte
10296 position comparison.
10297
10298 2001-11-15 Miles Bader <miles@gnu.org>
10299
10300 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
10301 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
10302 Update arguments to find_field.
10303 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
10304 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
10305 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
10306 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
10307
10308 2001-11-14 Richard M. Stallman <rms@gnu.org>
10309
10310 * editfns.c (Fpropertize): Allow call with 1 arg.
10311
10312 * dispextern.h (image_background, image_background_transparent):
10313 Conditionalize on HAVE_X_WINDOWS.
10314
10315 2001-11-13 Richard M. Stallman <rms@gnu.org>
10316
10317 * print.c (Fprin1_to_string): Doc fix.
10318
10319 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
10320
10321 * floatfns.c (Fceiling, Ffloor): Doc fixes.
10322
10323 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
10324
10325 * fileio.c (Ffile_accessible_directory_p): Doc fix.
10326
10327 * eval.c (syms_of_eval): Doc fix.
10328
10329 * coding.c (syms_of_coding): Doc fix.
10330
10331 * doc.c (Fsnarf_documentation): Doc fix.
10332
10333 * dispnew.c (syms_of_display): Doc fix.
10334
10335 * category.c (Fget_unused_category): Doc fix.
10336
10337 * buffer.c (syms_of_buffer): Doc fixes.
10338
10339 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
10340
10341 * print.c (prin1, print): Doc fix.
10342
10343 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10344
10345 * fontset.h: Remove declarations of variables
10346 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
10347
10348 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
10349 `Vclip_large_size_font'.
10350
10351 2001-11-13 Jason Rumney <jasonr@gnu.org>
10352
10353 * w32fns.c: Doc fix.
10354
10355 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10356
10357 * xfaces.c (Fface_attributes_as_vector): Doc fix.
10358
10359 * fns.c: Doc fix.
10360
10361 * emacs.c: Doc fix.
10362
10363 * coding.c: Doc fix.
10364
10365 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
10366 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
10367 `new style' [w/`doc:' keyword].
10368
10369 2001-11-12 Richard M. Stallman <rms@gnu.org>
10370
10371 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
10372 LeaveNotify events. Only FocusIn and FocusOut do that now.
10373 (x_display_and_set_cursor): Do display hollow cursors in active
10374 minibuffer windows when they are not selected.
10375
10376 2001-11-12 Jason Rumney <jasonr@gnu.org>
10377
10378 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
10379 * w32term.c: Change doc-string comments to `new style'.
10380 [w/`doc:' keyword]. Doc fixes.
10381
10382 * w32fns.c: Don't define max.
10383 (Fx_open_connection): Only execute once.
10384
10385 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10386
10387 * ccl.c: Change macros to use do-while block instead of if-else.
10388 Use braces to follow GNU Coding Standards.
10389
10390 2001-11-11 Richard M. Stallman <rms@gnu.org>
10391
10392 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
10393
10394 * lread.c (read_escape): Use end_of_file_error for reporting eof.
10395
10396 * insdel.c (replace_range): Use adjust_markers_for_replace
10397 instead of adjust_markers_for_delete and adjust_markers_for_insert.
10398
10399 * intervals.h: Declare set_text_properties and set_text_properties_1.
10400
10401 * textprop.c (set_text_properties_1): New subroutine
10402 broken out of set_text_properties.
10403 (set_text_properties): Use set_text_properties_1.
10404
10405 * intervals.c (graft_intervals_into_buffer):
10406 Use set_text_properties_1 to clear out properties.
10407
10408 * search.c (Freplace_match): Use replace_range to insert
10409 and delete. Don't request property inheritance from
10410 surrounding text.
10411
10412 2001-11-10 Jason Rumney <jasonr@gnu.org>
10413
10414 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
10415 vertical fonts. Allow them if face name is explicitly specified.
10416 Do not give up if we find a font that cannot be converted to an xlfd.
10417
10418 2001-11-10 Gerd Moellmann <gerd@gnu.org>
10419
10420 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
10421 instead of malloc/free.
10422
10423 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10424
10425 * xfaces.c (merge_face_vectors): Use braces to follow GNU
10426 Coding Standards.
10427 (Finternal_set_lisp_face_attribute): Likewise.
10428
10429 * buffer.c (Fbury_buffer): Likewise.
10430
10431 * indent.c (current_column_1): Remove unused variable `prev_col'.
10432
10433 * coding.c (encode_coding): Use precomputed value of `src'.
10434 (encode_coding): Remove unused variable `src_end'.
10435 (code_convert_region): Remove unused variables `count'.
10436
10437 2001-11-07 Jason Rumney <jasonr@gnu.org>
10438
10439 * w32term.c (x_display_and_set_cursor): Do not move system caret
10440 if cursor_glyph is NULL.
10441
10442 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10443
10444 * keymap.c (access_keymap): Fix compilation error.
10445
10446 2001-11-07 Miles Bader <miles@gnu.org>
10447
10448 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
10449
10450 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10451
10452 * intervals.c (graft_intervals_into_buffer):
10453 Remove #ifdef'd-out code.
10454 (graft_intervals_into_buffer): Remove unused variable `middle'.
10455
10456 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
10457 code (eval-current-buffer).
10458 Change doc-string comments to `new style' [w/`doc:' keyword].
10459
10460 2001-11-06 Richard M. Stallman <rms@gnu.org>
10461
10462 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
10463
10464 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
10465
10466 * lread.c (read1): Fix behavior with nested backquoting.
10467
10468 * keyboard.c (make_lispy_event): Check integerness and fix
10469 Lisp_Object/int mixup.
10470
10471 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10472
10473 * fns.c (copy_hash_table): Remove unused variable `v'.
10474
10475 * fontset.c (fontset_font_pattern): Remove unused variable
10476 `family_registry'.
10477
10478 * indent.c (current_column_1): Remove unused variable `prev_col'.
10479
10480 2001-11-05 Richard M. Stallman <rms@gnu.org>
10481
10482 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
10483
10484 * buffer.c (Fkill_buffer): Don't delete auto save file
10485 if buffer is modified.
10486
10487 2001-11-05 Andrew Innes <andrewi@gnu.org>
10488
10489 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
10490 CHECK_NUMBER_CDR.
10491
10492 2001-11-05 Richard M. Stallman <rms@gnu.org>
10493
10494 * unexelf.c (unexec): Minor changes; clean up comments.
10495
10496 2001-11-05 Sam Steingold <sds@gnu.org>
10497
10498 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
10499
10500 2001-11-05 Andreas Schwab <schwab@suse.de>
10501
10502 * sound.c (sound_perror): Save errno from being clobbered.
10503
10504 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
10505
10506 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
10507 the program image directly.
10508
10509 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10510
10511 * buffer.h (Fbuffer_local_value): Add prototype.
10512
10513 2001-11-04 Richard M. Stallman <rms@gnu.org>
10514
10515 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
10516 and CHECK_BUFFER.
10517
10518 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
10519 (record_char): Likewise.
10520
10521 * keyboard.c (make_lispy_event): Don't insist a drag event must
10522 move to a different buffer position. Instead, check for moving at
10523 least double_click_fuzz.
10524
10525 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
10526
10527 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
10528
10529 * indent.c (current_column_1, Fmove_to_column): Separate the code
10530 for display-table glyphs from the code for buffer text, to fix
10531 bugs in the former.
10532
10533 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
10534
10535 * buffer.c (Fbuffer_local_value): New function.
10536 (syms_of_buffer): Defsubr it.
10537
10538 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
10539 value of `cursor-in-non-selected-windows'.
10540
10541 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
10542 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
10543 (syms_of_xdisp): Initialize it.
10544
10545 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10546
10547 * xfns.c (Fx_create_frame): Doc fix.
10548
10549 * coding.c: Change doc-string comments to `new style' [w/`doc:'
10550 keyword].
10551
10552 * eval.c (top_level_value, top_level_set): Remove commented and
10553 #ifdef'd-out code.
10554 (Fdefvar): Fix usage in doc-string.
10555
10556 2001-11-03 Richard M. Stallman <rms@gnu.org>
10557
10558 * xfns.c: Include unistd.h, if it exists.
10559
10560 * editfns.c: Move the include of ctype.h after unistd.h.
10561
10562 * gmalloc.c: Test BROKEN_PROTOTYPES.
10563
10564 2001-11-03 Ken Raeburn <raeburn@gnu.org>
10565
10566 * lisp.h (CHECK_STRING_CAR): New macro.
10567 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
10568 treating XCAR and XCDR as lvalues.
10569 (openp): Use CHECK_STRING_CAR.
10570 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
10571
10572 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
10573
10574 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
10575 (SIGMASKTYPE): Define.
10576
10577 * syssignal.h (sigunblock): Don't define if already defined.
10578
10579 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10580
10581 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
10582 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
10583 Fix typos in comments.
10584
10585 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
10586 and #ifdef'd-out code.
10587 Fix and reindent comments.
10588
10589 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
10590
10591 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
10592 argument `i' in macros.
10593
10594 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
10595 `i' in macros.
10596
10597 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
10598 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
10599 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
10600 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
10601 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
10602 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
10603 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
10604 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
10605 in macros.
10606
10607 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
10608 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
10609 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
10610 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
10611 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
10612 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
10613 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
10614 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
10615 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
10616 (remove unused second argument).
10617
10618 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
10619
10620 * syntax.c (describe_syntax): New wrapper.
10621 (Finternal_describe_syntax_value): Rename from describe_syntax.
10622 Don't insert space at front and \n at the end.
10623 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
10624
10625 * regex.c (re_wctype): Try to fix some warnings.
10626 (regcomp, regexec): Don't forget the __restrict.
10627
10628 2001-11-02 Richard M. Stallman <rms@gnu.org>
10629
10630 * textprop.c (Fget_char_property): Doc fix.
10631
10632 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10633
10634 * process.c (Fstart_process): Add usage to doc-string.
10635
10636 * data.c (Fsetq_default): Ditto.
10637
10638 * callint.c (Finteractive): Ditto.
10639
10640 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
10641
10642 * macros.c: Don't include keymap.h any more.
10643
10644 2001-11-01 Richard M. Stallman <rms@gnu.org>
10645
10646 * data.c (Fmake_local_variable): Doc fix.
10647
10648 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
10649 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
10650
10651 * keymap.c (Fdescribe_buffer_bindings): Print character property
10652 bindings along with or instead of the buffer local map.
10653 Make the overriding maps override what they should.
10654
10655 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10656
10657 * window.c (grow_mini_window): Fix typo in comment.
10658
10659 2001-11-01 Gerd Moellmann <gerd@gnu.org>
10660
10661 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
10662 (XTset_vertical_scroll_bar): Likewise.
10663
10664 * xfns.c (x_build_heuristic_mask): Use four_corners_best
10665 instead of IMAGE_BACKGROUND.
10666
10667 * xfns.c (four_corners_best): Reindent.
10668
10669 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
10670 Handle :box so that it is possible to specify sexprs.
10671
10672 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
10673
10674 * s/hpux11.h: New file.
10675
10676 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10677
10678 * emacs.c (USAGE1): Show command line option --no-window-system
10679 instead of --no-windows in usage.
10680 (standard_args): Rename --no-windows to --no-window-system.
10681 (bug_reporting_address): Follow Emacs coding conventions.
10682
10683 * eval.c (Fcommandp): Doc fix.
10684 Change doc-string comments to `new style' [w/`doc:' keyword].
10685
10686 * frame.c (Fframe_live_p): Doc fix.
10687
10688 * buffer.c (selective-display-ellipses): Doc fix.
10689
10690 2001-10-31 Gerd Moellmann <gerd@gnu.org>
10691
10692 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
10693
10694 * xfaces.c (realize_x_face): If C is not a single-byte character,
10695 set the face's colors_copied_bitwise_p instead of the defaulted_p
10696 members which have a different meaning.
10697 (free_face_colors): Do nothing for a face whose colors have been
10698 copied bitwise.
10699
10700 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
10701
10702 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10703
10704 * marker.c, mocklisp.c: Change doc-string comments to `new style'
10705 [w/`doc:' keyword].
10706
10707 2001-10-31 Gerd Moellmann <gerd@gnu.org>
10708
10709 * fns.c (require_unwind): Return Lisp_Object.
10710
10711 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10712
10713 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
10714 (last-input-char): Revert doc-string to be the same as the
10715 doc-string of `last-input-event'.
10716
10717 * xdisp.c: Fix typos in comments.
10718
10719 2001-10-31 Gerd Moellmann <gerd@gnu.org>
10720
10721 * window.c (grow_mini_window): Handle case that the root
10722 window is already smaller than the nominal mininum height.
10723
10724 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
10725
10726 * emacs.c (main): Don't call keys_of_macros any more.
10727
10728 * lisp.h (keys_of_macros): Remove.
10729
10730 * macros.c (keys_of_macros): Remove.
10731
10732 * xfaces.c (Fface_attribute_relative_p): Declare args.
10733
10734 2001-10-30 Jason Rumney <jasonr@gnu.org>
10735
10736 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
10737 (enum_font_cb2): Ignore fonts with vertical orientation.
10738
10739 2001-10-30 Richard M. Stallman <rms@gnu.org>
10740
10741 * keyboard.c (Finput_pending_p): Doc fix.
10742
10743 2001-10-30 Gerd Moellmann <gerd@gnu.org>
10744
10745 * xterm.c (x_after_update_window_line): Don't run the code
10746 clearing in borders for rows whose visible height is 0.
10747
10748 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
10749 resized_p flag is set. If not set, use the much less flickering
10750 method previously used.
10751
10752 * dispnew.c (change_frame_size_1): Set frame's resized_p.
10753
10754 * frame.h (struct frame) <resized_p>: New member.
10755
10756 * lread.c (to_multibyte): Ensure read_buffer is at least twice
10757 as large as the number of bytes to convert.
10758
10759 * lread.c (to_multibyte): New function.
10760 (read1): Use it.
10761
10762 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
10763
10764 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
10765
10766 2001-10-30 Gerd Moellmann <gerd@gnu.org>
10767
10768 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
10769 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
10770 if the row's fill_line_p is set and drawing the last glyph with
10771 DRAW_IMAGE_{RAISED,SUNKEN}.
10772
10773 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
10774
10775 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
10776
10777 * xmenu.c: Include coding.h and charset.h.
10778 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
10779 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
10780 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
10781 Explicitly set wv->help. Use `TRUE' rather than `True'.
10782 (menu_help_callback): Use empty_string.
10783
10784 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
10785 (Fx_popup_dialog): Explicitly init f.
10786 (w32_menu_display_help): Use empty_string.
10787
10788 2001-10-29 Richard M. Stallman <rms@gnu.org>
10789
10790 * fns.c (Frequire): Detect recursive try to require the same
10791 feature 3 or more levels deep, and get error.
10792 (require_unwind): New subroutine.
10793 (require_nesting_list): New variable.
10794 (syms_of_fns): Init and staticpro it.
10795
10796 * print.c (print_object): Clarify indication of insertion type.
10797
10798 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
10799
10800 * coding.c (syms_of_coding): Document that locale-coding-system is
10801 used for decoding input on X.
10802
10803 * window.c (Fscroll_left, Fscroll_right): Doc fix.
10804
10805 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10806
10807 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
10808 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
10809
10810 2001-10-29 Gerd Moellmann <gerd@gnu.org>
10811
10812 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
10813 use NO_CURSOR if cursor_in_non_selected_windows is false.
10814
10815 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
10816 the slant attribute if FRAME is t.
10817
10818 * xfns.c (x_set_internal_border_width): Set frame garbaged
10819 when X window doesn't exist yet.
10820
10821 * xterm.c (x_after_update_window_line): Clear internal border
10822 in different circumstances.
10823
10824 * xterm.c (XTread_socket) <KeyPress>: Don't use
10825 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
10826 <handa@etl.go.jp>.
10827
10828 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
10829
10830 * m/ibms390.h: New file. From Adam Thornton
10831 <athornton@sinenomine.net>.
10832
10833 2001-10-28 Gerd Moellmann <gerd@gnu.org>
10834
10835 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
10836
10837 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
10838 a loop counter.
10839
10840 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10841
10842 * emacs.c: Use argv[0] instead of emacs when -t was specified.
10843
10844 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
10845 keyword].
10846 Fix typos in comments.
10847
10848 * emacs.c (bug_reporting_address): New function.
10849 Use it when displaying usage message.
10850
10851 * minibuf.c (read_minibuf): Remove unused external declaration of
10852 variable `Qread_only'.
10853
10854 * keymap.c (access_keymap): Remove unused variable `charset'.
10855
10856 2001-10-28 Miles Bader <miles@gnu.org>
10857
10858 * xfaces.c (merge_face_heights): Handle TO being relative as well.
10859 Remove #ifdef'd-out code.
10860 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
10861 (syms_of_xfaces): Initialize them.
10862
10863 2001-10-27 Jason Rumney <jasonr@gnu.org>
10864
10865 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
10866 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
10867 position using the system caret.
10868
10869 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
10870 (w32_system_caret_height, w32_system_caret_x)
10871 (w32_system_caret_y): New variables for tracking system caret.
10872 (w32_initialize): Initialize them.
10873 (x_display_and_set_cursor): Make system caret follow the active cursor.
10874
10875 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
10876 New messages types.
10877
10878 * w32term.c (note_mouse_highlight): Clear old help_echo.
10879
10880 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10881
10882 * xterm.c: Fix typo in a comment.
10883
10884 * emacs.c: Fix typos in comments.
10885 Remove unnecessary spaces.
10886 Change doc-string comments to `new style' [w/`doc:' keyword].
10887 (USAGE2): Fix typos in usage string.
10888
10889 * xterm.c: Fix typo in a comment.
10890
10891 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
10892 emacs.c.
10893
10894 2001-10-27 Gerd Moellmann <gerd@gnu.org>
10895
10896 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
10897 instead of 1/2 line_height in the heuristic for skipping
10898 farther backward when target_y was not reached.
10899
10900 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
10901 Display errno only if non-zero.
10902 (sound_warning): New function.
10903 (vox_configure): Don't treat failing to set sample rate as error.
10904 (various places): Improve error messages.
10905
10906 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
10907
10908 * fileio.c (Faccess_file): Run the argument filename through
10909 Fexpand_file_name, before using it.
10910
10911 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
10912 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
10913
10914 2001-10-26 Gerd Moellmann <gerd@gnu.org>
10915
10916 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
10917
10918 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
10919 Fix clearing in the case of scroll bars on the right.
10920
10921 2001-10-26 Juanma Barranquero <lektu@terra.es>
10922
10923 * w32gui.h (XImage): Add a dummy typedef.
10924
10925 2001-10-26 Gerd Moellmann <gerd@gnu.org>
10926
10927 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
10928
10929 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
10930
10931 * frame.c (Fframe_parameter): Fix last change.
10932
10933 * fileio.c: Revert last change (which removed old commented-out
10934 version of expand-file-name). Add a comment that explains why
10935 this old version should not be removed.
10936
10937 2001-10-25 Gerd Moellmann <gerd@gnu.org>
10938
10939 * frame.c (Fframe_parameter): Fix a bug whereby some
10940 ``artificial'' frame parameters, like `minibuffer' were not
10941 obtained by calling Fframe_parameters.
10942
10943 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
10944 cursor differently.
10945
10946 * xdisp.c (move_it_vertically_backward): Compute line height
10947 differently. Add heuristic to try to be more compatible to 20.x.
10948
10949 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
10950
10951 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
10952
10953 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
10954 boolean.
10955
10956 2001-10-25 Miles Bader <miles@gnu.org>
10957
10958 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
10959 BG is a pointer to a structure, not a structure.
10960 (gif_format, png_format): Add missing commas.
10961
10962 2001-10-24 Richard M. Stallman <rms@gnu.org>
10963
10964 * xfaces.c (Fface_attributes_as_vector): New function.
10965 (syms_of_xfaces): Defsubr it.
10966
10967 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10968
10969 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
10970 variable `area'.
10971
10972 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10973
10974 * search.c (scan_newline): Remove unused variable `selective_display'.
10975
10976 2001-10-25 Miles Bader <miles@gnu.org>
10977
10978 * dispextern.h (struct image): Add `background',
10979 `background_valid', and `background_transparent' fields.
10980 (image_background, image_background_transparent): New declarations.
10981 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
10982 * xfns.c (image_background, image_background_transparent)
10983 (four_corners_best): New functions.
10984 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
10985 (gs_format): Add `:background' entry.
10986 (lookup_image): Set IMG's background color if specified.
10987 (pbm_load, xbm_load_image, png_load): Set IMG's background field
10988 when appropriate.
10989 (x_clear_image_1): Reset `background_valid' and
10990 `background_transparent_valid' fields.
10991 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
10992 calculating it here. Set IMG's background_transparent field.
10993 (enum xpm_keyword_index): Add XPM_BACKGROUND.
10994 (enum png_keyword_index): Add PNG_BACKGROUND.
10995 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
10996 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
10997 (enum gif_keyword_index): Add GIF_BACKGROUND.
10998 (enum gs_keyword_index): Add GS_BACKGROUND.
10999 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
11000 Pre-calculate image background color where necessary.
11001 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
11002 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
11003 color to use for image glyph reliefs.
11004
11005 2001-10-24 Gerd Moellmann <gerd@gnu.org>
11006
11007 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
11008 in full-width rows.
11009
11010 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
11011 Fix clearing of area not covered by scroll bar.
11012
11013 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11014
11015 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
11016 and `real_start'.
11017 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
11018 (glyph_rect): Remove unused variable `area'.
11019
11020 2001-10-24 Gerd Moellmann <gerd@gnu.org>
11021
11022 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
11023
11024 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
11025 (row_containing_pos): Take additional argument DY.
11026 Treat rows ending in middle of char differently.
11027 (display_line): Handle tabs on window systems differently.
11028
11029 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
11030 with additional argument.
11031
11032 * dispextern.h (row_containing_pos): Adjust prototype.
11033
11034 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
11035 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
11036 (try_window_id, try_window_reusing_current_matrix)
11037 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
11038 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
11039
11040 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11041
11042 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
11043 gnuemacs).
11044 (HAVE_BOXES): Fix typo in comment.
11045 (push_menu_pane): Fix typo in comment.
11046
11047 * xdisp.c: (display_prop_string_p): Remove unused local declaration
11048 of `Qwhen'.
11049 (single_display_prop_string_p): Remove unused local declarations
11050 of `Qwhen' and `Qmargin'.
11051 (string_buffer_position): Remove unused variable `around'.
11052 (store_frame_title): Remove unused variable `width'.
11053
11054 * window.c: Don't define max.
11055 (coordinates_in_window): Remove unused variable `uy'.
11056
11057 * widget.c: Don't define max.
11058
11059 * process.c: Don't define max.
11060 (create_process): Remove unused variable `buffer'.
11061
11062 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11063
11064 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
11065
11066 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
11067
11068 * xfaces.c (Finternal_set_lisp_face_attribute)
11069 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
11070 frame is on a windowed display.
11071
11072 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11073
11074 * dispnew.c (sync_window_with_frame_matrix_rows):
11075 Fix handling of windows which aren't full-width, fix handling
11076 of marginal areas.
11077
11078 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
11079
11080 2001-10-23 Andreas Schwab <schwab@suse.de>
11081
11082 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
11083 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
11084
11085 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11086
11087 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
11088 REAL_END. Notice if cursor gets overwritten.
11089 (notice_overwritten_cursor): Take X positions as parameters.
11090 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
11091 around call to x_draw_glyphs.
11092
11093 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11094
11095 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
11096 instead of C) and usage.
11097
11098 * editfns.c (char-to-string): Fix argument names (use CHAR instead
11099 of C) and usage.
11100
11101 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
11102 `left', `max_width' and `max_height'.
11103
11104 2001-10-23 Gerd Moellmann <gerd@gnu.org>
11105
11106 * xdisp.c (display_line): For a tab continued to the next line,
11107 set row's ends_in_middle_of_char_p.
11108
11109 2001-10-22 Gerd Moellmann <gerd@gnu.org>
11110
11111 * xdisp.c (display_line): Fix computation of continuation lines
11112 width for TABs.
11113
11114 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11115
11116 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
11117 `Qlaplace'.
11118
11119 * fileio.c: Remove unused code.
11120
11121 2001-10-22 Miles Bader <miles@gnu.org>
11122
11123 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
11124 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
11125 Remove `DOC_STRINGS_IN_COMMENTS' cases.
11126
11127 2001-10-21 Jason Rumney <jasonr@gnu.org>
11128
11129 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
11130
11131 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
11132
11133 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
11134 (Finsert_string): Avoid the multi-line string literals warning.
11135
11136 2001-10-22 Miles Bader <miles@gnu.org>
11137
11138 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
11139 (Fdocumentation): Don't use it.
11140 (syms_of_doc): Don't initialize it.
11141
11142 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
11143 * print.c (Fwith_output_to_temp_buffer): Likewise.
11144 * window.c (Fsave_window_excursion): Likewise.
11145 * editfns.c (Fsave_excursion, Fsave_current_buffer)
11146 (Fsave_restriction): Likewise.
11147 * eval.c (Frun_hooks, Frun_hook_with_args)
11148 (Frun_hook_with_args_until_failure)
11149 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
11150 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
11151 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
11152 (Funwind_protect, Fcondition_case): Likewise.
11153 * coding.c (Ffind_operation_coding_system): Likewise.
11154 * keyboard.c (Ftrack_mouse): Likewise.
11155
11156 2001-10-21 Miles Bader <miles@gnu.org>
11157
11158 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
11159 (Fmake_hash_table): Add usage: string to doc string.
11160 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
11161 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
11162 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
11163 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
11164 (Fml_prefix_argument_loop): Likewise.
11165
11166 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11167
11168 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
11169
11170 * sysdep.c (init_sys_modes): Change doc-string comments to `new
11171 style' [w/`doc:' keyword].
11172
11173 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
11174 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
11175 comments to `new style' [w/`doc:' keyword].
11176
11177 2001-10-21 Jason Rumney <jasonr@gnu.org>
11178
11179 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
11180
11181 * w32term.c (remember_mouse_glyph): New function.
11182 (w32_mouse_position): Use it.
11183 (note_mouse_movement): If the mouse moved off the glyph, remember
11184 its new position.
11185
11186 * w32term.h (struct w32_output): Correct spelling of x_compatible.
11187 (w32_display_info): Add mouse_face_overlay.
11188
11189 * w32term.c (notice_overwritten_cursor): Renamed from
11190 note_overwritten_text_cursor. Rewritten to take glyph widths into
11191 account.
11192 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
11193 (fast_find_string_pos): New function.
11194 (fast_find_position): Return the correct vpos. Add parameter
11195 STOP. In the final row, stop before glyphs having STOP as object.
11196 Don't consider glyphs that are not from a buffer.
11197 (fast_find_position) [0]: Add a presumably more correct version
11198 for after 21.1.
11199 (expose_window_tree, expose_frame): Don't compute intersections here.
11200 (expose_window): Do it here instead.
11201 (expose_window_tree, expose_window, expose_line): Return 1 when
11202 overwriting mouse-face.
11203 (expose_window): If W is the window currently being updated, mark
11204 the frame garbaged.
11205 (expose_frame): If mouse-face was overwritten, redo it.
11206 (x_use_underline_position_properties): New variable.
11207 (syms_of_xterm): DEFVAR_BOOL it.
11208 (x_draw_glyph_string): Add comment to use it in future.
11209 (x_draw_glyph_string): Restore clipping after drawing box.
11210 Fix a computation of the underline position.
11211 (w32_get_glyph_string_clip_rect): Minor cleanup.
11212 (x_fill_stretch_glyph_string): Remove an assertion.
11213 (x_produce_glyphs): Don't convert multibyte characters
11214 to unibyte characters in unibyte buffers.
11215 (cursor_in_mouse_face_p): New function.
11216 (x_draw_stretch_glyph_string): Use it to choose a different GC
11217 when drawing a cursor within highlighted text. Don't draw
11218 background again if it has already been drawn.
11219 (x_draw_glyph_string_box): Don't draw a full-width
11220 box just because the glyph row's full_width_p flag is set.
11221 (x_draw_glyphs): Fix computation of rightmost x for
11222 full-width rows.
11223 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
11224 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
11225 change bottom shadow accordingly. Some cleanup.
11226 (x_update_window_end): Handle overwritten mouse face
11227 also for tool bar windows.
11228 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
11229 DRAW is DRAW_IMAGE_RAISED.
11230 (clear_mouse_face): Return 1 if text with mouse face was
11231 actually redrawn. Make the function static.
11232 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
11233 optimize away highlighting if we pass over that same overlay again.
11234 (note_mouse_highlight): Call mouse_face_overlay_overlaps
11235 to detect a case where we have to highlight a different region
11236 despite not having left the currently highlighted region.
11237 Set mouse_face_overlay in the x_display_info. Avoid changing the
11238 mouse pointer shape when show_mouse_face has already done it, or
11239 there is no need. Handle mouse-face and help-echo in strings.
11240 (glyph_rect): New function.
11241 (w32_mouse_position): Use it to raise the threshold for mouse
11242 movement event generation.
11243 (w32_initialize_display_info): Initialize the x_display_info's
11244 mouse_face_overlay.
11245 (w32_set_vertical_scroll_bar): Don't clear a zero height
11246 or width area.
11247 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
11248 a widget to zero height.
11249
11250 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
11251 Protect unibyte strings created by replacing their multibyte
11252 equivalents in menu_items.
11253 (w32_menu_show): Don't overwrite an item's name with its key
11254 description in case the description is a multibyte string.
11255 (single_submenu): Some cleanup.
11256
11257 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
11258 (postprocess_image): New function.
11259 (lookup_image): Call it for all image types except PostScript.
11260 (x_kill_gs_process): Call postprocess_image.
11261 (tiff_error_handler, tiff_warning_handler): New functions.
11262 (tiff_load): Install them as handlers.
11263 (x_kill_gs_process): Recognize if someone has cleared the image
11264 cache under us.
11265 (valid_image_p): Protect better against invalid image
11266 specifications. Previous code could signal an error.
11267 (Fx_hide_tip, Fshow_tip): Doc fix.
11268 (Fv_max_tooltip_size): New variable.
11269 (syns_of_xfns): DEFVAR_LISP it.
11270 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
11271 window buffer to *tip* right after creating the frame. Set frame's
11272 window_width. Use a maximum tooltip size specified by
11273 Vx_max_tooltip_size, if that has valid contents.
11274 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
11275 Make sure the tooltip is completely visible.
11276 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
11277 (Fx_create_frame): Adjust the frame's height for presence
11278 of the tool bar before calling x_figure_window_size.
11279 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
11280 when the window gets smaller.
11281 (x_set_foreground_color): Set frame's cursor_pixel.
11282 (x_set_foreground_color, x_set_background_color): Cleaned up.
11283 (x_set_font): Handle case of x_new_fontset returning the same name
11284 as before, although there was a change in fontsets.
11285
11286 2001-10-21 Miles Bader <miles@gnu.org>
11287
11288 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
11289 (Flogxor): Add usage: string to doc string.
11290 * charset.c (Fstring): Likewise.
11291 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
11292 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
11293
11294 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11295
11296 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
11297
11298 * alloc.c: Reindent DEFUNs with doc: keywords.
11299
11300 * abbrev.c (Finsert_abbrev_table_description): Reindent.
11301
11302 * frame.c: Change doc-string comments to `new style' [w/`doc:'
11303 keyword].
11304
11305 See ChangeLog.9 for earlier changes.
11306
11307 ;; Local Variables:
11308 ;; coding: iso-2022-7bit
11309 ;; End:
11310
11311 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
11312 Copying and distribution of this file, with or without modification,
11313 are permitted provided the copyright notice and this notice are preserved.
11314
11315 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4