*** empty log message ***
[bpt/emacs.git] / src / ChangeLog
1 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2
3 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
4
5 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
6
7 * callint.c (Fcall_interactively): Doc fix.
8
9 2004-07-30 Kim F. Storm <storm@cua.dk>
10
11 * editfns.c (Fformat): Allocate extra (dummy) element in info.
12
13 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14
15 * eval.c (Fdefvar, Fdefconst): Doc fixes.
16
17 2004-07-27 Kim F. Storm <storm@cua.dk>
18
19 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
20 we have ensured that the glyph fits on the current line (or returned
21 MOVE_LINE_CONTINUED otherwise).
22
23 2004-07-26 Kim F. Storm <storm@cua.dk>
24
25 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
26 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
27 if target position is at end of display line but char is not a newline.
28
29 2004-07-25 Richard M. Stallman <rms@gnu.org>
30
31 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
32 instead of ON_VERTICAL_BORDER, when on scroll bar.
33 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
34
35 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
36
37 * window.c (Fcoordinates_in_window_p):
38 Take account of FRAME_INTERNAL_BORDER_WIDTH.
39
40 * alloc.c (check_cons_list): New function (contents commented out).
41
42 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
43
44 * xfaces.c (Fcolor_supported_p): Doc fix.
45
46 * frame.c (Fselect_frame, Fset_frame_selected_window)
47 (Fframe_visible_p, Fraise_frame): Doc fixes.
48
49 2004-07-24 Richard M. Stallman <rms@gnu.org>
50
51 * keyboard.h (not_single_kboard_state): Declared.
52
53 * fileio.c (Fwrite_region): Doc fix.
54
55 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
56
57 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
58 only when a real abbrev is present.
59
60 * xfns.c (x_icon_verify): New function.
61 (Fx_create_frame): Use it.
62
63 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
64
65 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
66
67 2004-07-21 Kim F. Storm <storm@cua.dk>
68
69 * window.h (struct glyph_matrix): New members nrows_scale_factor
70 and ncols_scale_factor.
71
72 * window.c (make_window): Initialize nrows_scale_factor and
73 ncols_scale_factor members.
74
75 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
76 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
77 (required_matrix_height): Apply nrows_scale_factor.
78 (required_matrix_width): Apply ncols_scale_factor.
79
80 * xdisp.c (display_line): Increment nrows_scale_factor and set
81 fonts_changed_p if past last allocated row.
82 (append_glyph, append_composite_glyph, produce_image_glyph)
83 (append_stretch_glyph): Increment ncols_scale_factor and set
84 fonts_changed_p if current area is full.
85
86 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
87
88 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
89
90 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
91
92 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
93 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
94 (Fset_window_start, Fscroll_up, Fscroll_down)
95 (Fother_window_for_scrolling, Fscroll_other_window)
96 (Fsave_window_excursion, Fset_window_vscroll)
97 (syms_of_window) <window-size-fixed>: Doc fixes.
98
99 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
100
101 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
102 ENCODE_SYSTEM for filenames.
103
104 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
105
106 * mac.c (sys_select): Block input around call to
107 ReceiveNextEvent to prevent breakage. Correctly handle
108 blocking on event queue only by calling ReceiveNextEvent
109 instead of select (since GUI events aren't on an fd).
110 (sys_read): Remove function
111 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
112
113 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
114
115 * mac.c (sys_select): Redo sys_select to use alarm-based
116 polling instead of 1 sec timeouts (like solaris).
117
118 * macterm.c (x_make_frame_visible): Comment in polling on
119 frame creation.
120
121 * keyboard.c: Undef SIGIO on Carbon
122
123 * atimer.c (alarm_signal_handler): Call alarm handlers after
124 scheduling.
125
126 * eval.c (Feval): Remove quit_char test
127
128 * process.c (wait_reading_process_input): Remove clearing
129 stdin for select call on process input.
130
131 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
132
133 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
134 capitalization error in docstring.
135
136 2004-07-17 Juanma Barranquero <lektu@terra.es>
137
138 * keyboard.c (not_single_kboard_state): Do nothing unless
139 MULTI_KBOARD is defined.
140
141 2004-07-17 Richard M. Stallman <rms@gnu.org>
142
143 * window.c (coordinates_in_window): Inside the window but outside
144 its box to the L or R, return ON_VERTICAL_BORDER.
145 (window_list_1): Rotate the list to start with WINDOW.
146
147 * print.c (print_preprocess): Test for print_depth at limit
148 before entering in being_printed.
149
150 * keyboard.c (not_single_kboard_state): New function.
151 (stuff_buffered_input): Now no-op only if no SIGTSTP.
152
153 * frame.c (Fdelete_frame): If we're in single_bboard_state on
154 this kboard, and we delete its last frame, go to any_kboard_state.
155
156 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
157
158 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
159
160 * w32fns.c (Fx_file_dialog): Encode strings in system coding
161 system before passing them to OS functions for display.
162
163 2004-07-15 David Kastrup <dak@gnu.org>
164
165 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
166 Apparently fixes an abort condition.
167
168 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
169
170 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
171 instead of a cons.
172
173 2004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
174
175 * keyboard.c (echo_dash): Do nothing if there already is a dash
176 at the end of the echo string.
177
178 2004-07-12 Kim F. Storm <storm@cua.dk>
179
180 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
181 if GC_MARK_STACK.
182
183 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
184
185 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
186
187 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
188 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
189 (Freplace_buffer_in_windows, Fset_window_buffer)
190 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
191 (syms_of_window): Expand docstring of `display-buffer-function'.
192
193 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
194
195 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
196 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
197 that time values of the type (HIGH . LOW) are considered obsolete.
198
199 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
200
201 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
202 docstring.
203
204 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
205
206 2004-07-06 John Paul Wallington <jpw@gnu.org>
207
208 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
209
210 * fns.c (Fclear_string): Signal an error if STRING is not a string.
211
212 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
213
214 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
215 instead of CGMainDisplayID (only in OSX 10.2 and later).
216
217 2004-07-04 John Paul Wallington <jpw@gnu.org>
218
219 * fileio.c (read_file_name_completion_ignore_case): New variable.
220 (syms_of_fileio): Declare and initialise it.
221 (Fread_file_name): Bind `completion-ignore-case' to respect it.
222
223 2004-07-03 Eli Zaretskii <eliz@gnu.org>
224
225 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
226 for event.x and event.y.
227
228 2004-07-01 Kenichi Handa <handa@m17n.org>
229
230 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
231 after getting a new string by pre-write-conversion.
232
233 2004-06-30 Stefan <monnier@iro.umontreal.ca>
234
235 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
236 (x_calc_absolute_position): Remove unused var `child'.
237
238 * xfaces.c (x_supports_face_attributes_p)
239 (Fdisplay_supports_face_attributes_p): YAILOM.
240 (tty_supports_face_attributes_p): Remove unused var `i'.
241
242 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
243 back_unibyte_ok.
244
245 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
246
247 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
248
249 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
250
251 2004-06-30 Andreas Schwab <schwab@suse.de>
252
253 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
254 (Finit_image_library): Pass LIBRARIES through to
255 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
256 (lookup_image_type): Pass Qnil as second argument to
257 Finit_image_library.
258
259 * lisp.h: Declare Finit_image_library.
260
261 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
262
263 * macterm.c (do_window_activate, do_window_deactivate): Remove.
264 (XTread_socket): Send mouse button events to the toolbox
265 dispatcher even when the mouse is grabbed. Don't process window
266 activate events for non-Emacs windows. Replace function calls to
267 do_window_activate and do_window_deactivate with their contents.
268 Reset mouse grabbing status when a window is deactivated.
269
270 2004-06-29 Steven Tamm <steventamm@mac.com>
271
272 * macterm.c (mac_get_emulated_btn)
273 (mac_event_to_emacs_modifiers): Fix emulated mouse button
274 support to correctly mask out modifiers.
275
276 2004-06-29 David Kastrup <dak@gnu.org>
277
278 * search.c (Fset_match_data): Allow buffer before end of list
279 which can happen if set-match-data is using a pre-consed list.
280
281 2004-06-28 Steven Tamm <steventamm@mac.com>
282
283 * macterm.c (XTread_socket): Correctly set the frame position
284 after the window is moved.
285
286 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
287
288 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
289 gpix and gmask just before return to avoid memory leak.
290 (xg_get_image_for_pixmap): Add workaround for monochrome displays
291 so insensitive and activated icons look ok.
292
293 2004-06-27 Jason Rumney <jasonr@gnu.org>
294
295 * w32fns.c (file_dialog_callback): Disable edit control if set
296 to directories only on CDN_INITDONE message.
297 (Fx_file_dialog): Default to directories only when prompt starts
298 with "Dired".
299
300 2004-06-25 Kim F. Storm <storm@cua.dk>
301
302 * alloc.c (allocate_misc): Update total_free_markers.
303 (free_misc): New function.
304 (safe_alloca_unwind, free_marker): Use it.
305
306 * lisp.h (free_misc): Add prototype.
307
308 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
309
310 2004-06-24 Richard M. Stallman <rms@gnu.org>
311
312 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
313 (syms_of_emacs): Lisp variables deleted.
314
315 2004-06-23 David Kastrup <dak@gnu.org>
316
317 * search.c (Freplace_match): Adjust the match-data more thoroughly
318 when replacing strings in the buffer.
319 (Fmatch_data): When INTEGERS is non-nil and the last match was in
320 a buffer, add the buffer as last element to the match data.
321 (Fset_match_data): If an additional element of the match-data is a
322 buffer, restore it to last_thing_searched.
323 (save_search_regs): Save last_thing_searched as part of the match data.
324 (restore_match_data): Restore it again.
325
326 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
327
328 * keymap.c (Ftext_char_description): Doc fix.
329 * doc.c (Fsnarf_documentation): Doc fix.
330
331 2004-06-22 Kim F. Storm <storm@cua.dk>
332
333 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
334
335 * lisp.h (struct Lisp_Save_Value): New member dogc.
336 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
337 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
338 (SAFE_FREE_LISP): New macro.
339
340 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
341 (make_save_value): Init new dogc member.
342 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
343
344 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
345 SAFE_FREE_LISP macros.
346
347 2004-06-22 Kim F. Storm <storm@cua.dk>
348
349 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
350 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
351 in that memory area are unknown to GC. Add comments.
352
353 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
354
355 2004-06-21 Kim F. Storm <storm@cua.dk>
356
357 * lisp.h (MAX_ALLOCA): Define here.
358 (safe_alloca_unwind): Add prototype.
359 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
360
361 * alloc.c (safe_alloca_unwind): New function.
362
363 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
364
365 * charset.c (Fstring): Use SAFE_ALLOCA.
366
367 * coding.c (MAX_ALLOCA): Remove define.
368
369 * data.c (MAX_ALLOCA): Remove define.
370 (Faset): Use SAFE_ALLOCA.
371
372 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
373
374 * fns.c (string_make_multibyte, string_to_multibyte)
375 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
376 (MAX_ALLOCA): Remove define.
377 (Fbase64_encode_region, Fbase64_encode_string)
378 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
379 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
380 memory leak if encoding fails.
381
382 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
383
384 2004-06-21 Eli Zaretskii <eliz@gnu.org>
385
386 * print.c (Fwith_output_to_temp_buffer): Doc fix.
387
388 2004-06-20 Richard M. Stallman <rms@gnu.org>
389
390 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
391
392 * search.c (match_limit): Cleaner err msg when no match data available.
393
394 * window.c (syms_of_window): Doc fix.
395
396 * keyboard.c (command_loop_1): Handle values `only' and `identity'
397 for Vtransient_mark_mode.
398
399 * buffer.c (syms_of_buffer): Doc fix.
400
401 2004-06-21 David Kastrup <dak@gnu.org>
402
403 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
404 and unbinding of `case-fold-search' according to
405 `completion-ignore-case' around calls of string-match and
406 predicates, respectively. Should give satisfactory performance
407 in all relevant cases.
408
409 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
410
411 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
412 clip_x/y_origin.
413
414 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
415
416 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
417
418 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
419 on Mac OSX.
420
421 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
422
423 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
424
425 2004-06-16 Kim F. Storm <storm@cua.dk>
426
427 * dispextern.h (Vimage_types): Remove extern.
428
429 2004-06-16 Miles Bader <miles@gnu.org>
430
431 * image.c (lookup_image_type): Initialize image type if necessary.
432
433 2004-06-15 Kim F. Storm <storm@cua.dk>
434
435 * xdisp.c (try_cursor_movement): Exclude header line from scroll
436 margin at top of window.
437 (try_window_reusing_current_matrix): Calculate proper cursor position
438 after scrolling up with non-zero scroll margin, as the old cursor
439 position corresponds to value of PT before executing this command.
440 (try_window_id): Consider scroll margin at bottom of window too;
441 otherwise we fail to scroll when hl-line-mode is enabled.
442
443 * syntax.c (skip_chars): Only recognize [:class:] when it has the
444 proper format and class is a lower-case word.
445
446 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
447
448 * gtkutil.c (xg_get_image_for_pixmap): New function.
449 (xg_get_gdk_pixmap_and_mask): Remove.
450 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
451 xg_get_gdk_pixmap_and_mask.
452
453 * xterm.h (struct x_display_info): Typo in comment fixed.
454
455 2004-06-14 Juanma Barranquero <lektu@terra.es>
456
457 * dispextern.h (Vimage_types): Make it conditional on
458 HAVE_WINDOW_SYSTEM.
459
460 * image.c (Vimage_types): Move from xdisp.c.
461 (Vimage_type_cache): New variable.
462 (define_image_type): New argument indicating whether an image
463 library was loaded; cache loaded status and return t on success,
464 nil otherwise.
465 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
466 (w32_delayed_load): New function to load an image library from a
467 list of possible filenames.
468 (init_xpm_functions, init_png_functions, init_jpeg_functions)
469 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
470 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
471 (Finit_image_library): New function, extracted from `init_image'.
472 Try to initialize an image library on demand and cache whether we
473 were successful or not.
474 (syms_of_image): Initialize `Vimage_types' and
475 `Vimage_type_cache'. Add recognized image types to Vimage_types.
476 Export `init-image-library'.
477 (init_image): Remove initialization of all image types, except xbm
478 and pbm.
479
480 * xdisp.c (Vimage_types): Delete (moved to image.c).
481
482 2004-06-14 Andreas Schwab <schwab@suse.de>
483
484 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
485 Avoid calling specbind when completion-regexp-list is empty.
486
487 2004-06-13 Richard M. Stallman <rms@gnu.org>
488
489 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
490 (re_wctype, re_iswctype, re_wctype_to_bit):
491 Non-function definitions moved here from regex.c.
492
493 * regex.c (re_wctype, re_iswctype): Function defs longer static.
494 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
495 (re_wctype, re_iswctype, re_wctype_to_bit):
496 Non-function definitions moved to regex.h.
497
498 * window.c (Fselect_window): Doc fix.
499
500 * syntax.c: Include regex.h.
501 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
502 If requested, make a list of classes, then check the scanned
503 chars for membership in them.
504 (in_classes): New function.
505 Doc fix.
506
507 * keyboard.c (cmd_error): Don't call any_kboard_state
508 if inside a recursive edit level.
509
510 2004-06-13 Lorentey K\e,Aa\e(Broly <lorentey@elte.hu>
511
512 * keyboard.c (command_loop): Call any_kboard_state before
513 command_loop_2 when at top level.
514
515 2004-06-13 Andreas Schwab <schwab@suse.de>
516
517 * print.c (print_object): Always use %ld for printing EMACS_INT.
518
519 * keyboard.c (cancel_hourglass_unwind): Return a value.
520 (modify_event_symbol): Always use %ld for printing EMACS_INT.
521 (Fexecute_extended_command): Likewise.
522
523 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
524 avoid clashes.
525 (SYNTAX): Likewise.
526 (SYNTAX_WITH_FLAGS): Likewise.
527 (SYNTAX_MATCH): Likewise.
528
529 * syntax.c (char_quoted): Avoid warning about undefined operation.
530 (find_defun_start): Likewise.
531 (scan_lists): Likewise.
532 (INC_FROM): Likewise.
533 (scan_sexps_forward): Likewise.
534
535 * image.c: Include <ctype.h>.
536
537 * xfaces.c (face_attr_equal_p): Declare parameters.
538
539 2004-06-13 Kenichi Handa <handa@m17n.org>
540
541 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
542
543 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
544
545 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
546
547 2004-06-12 Kenichi Handa <handa@m17n.org>
548
549 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
550 ccl_prog_stack_struct and update it.
551 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
552 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
553 ccl->eof_ic on EOF.
554 (ccl_debug_hook): New function.
555 (struct ccl_prog_stack): New member eof_ic.
556 (ccl_driver): Handle EOF in subrountine call correctly.
557
558 2004-06-11 Kenichi Handa <handa@m17n.org>
559
560 * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.
561
562 2004-06-11 Kim F. Storm <storm@cua.dk>
563
564 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
565
566 2004-06-11 Juanma Barranquero <lektu@terra.es>
567
568 * keyboard.c (Fposn_at_point): Doc fix.
569
570 2004-06-11 David Kastrup <dak@gnu.org>
571
572 * search.c (match_limit): Don't flag an error if match-data
573 exceeding the allocated search_regs.num_regs gets requested, just
574 return Qnil.
575
576 2004-06-08 Miles Bader <miles@gnu.org>
577
578 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
579
580 2004-06-07 Juanma Barranquero <lektu@terra.es>
581
582 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
583 (Fcurrent_time_string, Fcurrent_time_zone)
584 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
585
586 2004-06-07 Miles Bader <miles@gnu.org>
587
588 * xfaces.c (struct named_merge_point): New type.
589 (push_named_merge_point): New function.
590 (merge_named_face): New function.
591 (merge_face_ref, face_at_buffer_position, face_at_string_position):
592 Use `merge_named_face'.
593 (merge_face_inheritance): Function removed.
594 (merge_face_ref): Rename from `merge_face_vector_with_property'.
595 Add new `err_msgs' and `named_merge_points' args. Return error
596 status. Only print error messages if ERR_MSGS is true. Don't try to
597 do :inherit attribute validation.
598 (merge_face_heights): Handle `unspecified' in both directions.
599 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
600 Call `merge_face_ref' instead of `merge_face_inheritance'.
601 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
602 (compute_char_face, face_at_buffer_position)
603 (face_at_string_position): Call `merge_face_ref' instead of
604 `merge_face_vector_with_property'.
605
606 2004-06-07 Kenichi Handa <handa@m17n.org>
607
608 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
609 the necessary places.
610
611 2004-06-07 Kim F. Storm <storm@cua.dk>
612
613 * process.c (Fdelete_process): Undo 2004-05-28 change.
614 Instead, call status_notify also for network process.
615 (status_message): Use process instead of status as arg.
616 Give messages "deleted" or "connection broken by remote peer" for
617 an exited network process.
618 (status_notify): Change call to status_message.
619 (read_process_output): Increase readmax to 4096. Do not increase
620 buffer size for datagram channels (default is now large enough).
621
622 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
623
624 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
625 problem due to newly defined variable.
626
627 2004-06-06 Miles Bader <miles@gnu.org>
628
629 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
630 immediately if non-interactive or not initialized.
631
632 2004-06-05 Richard M. Stallman <rms@gnu.org>
633
634 * minibuf.c (Fcompleting_read): Doc fix.
635
636 2004-06-05 Andreas Schwab <schwab@suse.de>
637
638 * macfns.c (x_create_tip_frame): Fix declaration after statement.
639
640 2004-06-05 Juanma Barranquero <lektu@terra.es>
641
642 * keymap.c (Fdescribe_vector): Fix docstring.
643 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
644
645 2004-06-05 Miles Bader <miles@gnu.org>
646
647 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
648 attributes have different values than the default face.
649
650 2004-06-04 Eli Zaretskii <eliz@gnu.org>
651
652 * xfaces.c (x_supports_face_attributes_p): Make this function
653 conditional on HAVE_WINDOW_SYSTEM.
654 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
655 Don't call x_supports_face_attributes_p if it was not compiled in.
656
657 2004-06-04 Miles Bader <miles@gnu.org>
658
659 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
660 from Ftty_supports_face_attributes_p.
661 (x_supports_face_attributes_p): New function.
662 (Ftty_supports_face_attributes_p): Function deleted.
663 (Fdisplay_supports_face_attributes_p): New function.
664 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
665 (face_attr_equal_p): New function.
666 (lface_equal_p): Use it.
667
668 2004-06-03 Juanma Barranquero <lektu@terra.es>
669
670 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
671 (Vw32_color_map): Fix typo in docstring.
672 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
673 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
674 Make argument names match their use in docstring.
675
676 2004-06-02 Juanma Barranquero <lektu@terra.es>
677
678 Work around bugs/problems with MinGW builds of graphics libraries
679 called from MSVC builds of Emacs.
680
681 * image.c (lookup_image): Make pointer to img static.
682 (png_read_from_memory): Disable "global" optimization.
683
684 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * eval.c (Fcondition_case): Fix usage. Simplify.
687
688 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
689
690 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
691
692 * macfns.c: Don't include ccl.h.
693 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
694 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
695 TextUtils.h.
696 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
697 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
698 display height/width.
699 (compute_tip_xy, Vx_max_tooltip_size): Declare.
700 (unwind_create_tip_frame, compute_tip_xy): New functions.
701 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
702 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
703 and last_show_tip_args.
704
705 * macgui.h [!MAC_OSX]: Include Gestalt.h.
706 (Cursor, No_Cursor): New defines.
707 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
708 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
709
710 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
711
712 * macterm.c: Don't include Gestalt.h.
713 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
714 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
715 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
716 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
717 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
718 (construct_mouse_click, XTmouse_position)
719 (x_scroll_bar_report_motion, x_calc_absolute_position)
720 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
721 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
722 (note_mouse_movement): Clear the mouse face and reset the pointer
723 shape when the pointer goes outside the frame without grabbing.
724 (mac_front_window): New function.
725 (mac_window_to_frame): New macro.
726 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
727 (do_window_activate, do_window_deactivate, do_app_resume)
728 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
729 (do_zoom_window, mac_do_receive_drag, XTread_socket)
730 (mac_check_for_quit_char): Use mac_front_window and/or
731 mac_window_to_frame.
732 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
733 scroll-bar click event.
734 (mac_define_frame_cursor): Change the pointer shape.
735 (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
736 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
737 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
738 (do_window_update): Don't do anything if the updated window is the
739 tooltip window.
740 (do_mouse_moved): Handle mouse movement events here (previously in
741 XTread_socket). Clear the mouse face if
742 dpyinfo->mouse_face_hidden is set.
743 (do_os_event, do_events): Remove (now in XTread_socket).
744 (XTread_socket): Immediately return if interrupt_input_blocked.
745 Loop until all the events in the queue are processed.
746 Rearrange codes for mouse grabbing. Add tooltip support. Include the
747 contents of do_os_event and do_events. Remove mouse movement
748 handling (now in do_mouse_moved). Add the case where
749 Vmouse_highlight has an integer value.
750 (NewMacWindow): Remove.
751 (make_mac_frame): Do what NewMacWindow previously did. Don't do
752 excess initializations.
753 (make_mac_terminal_frame): Previous initializations in
754 make_mac_frame are moved here.
755 (mac_initialize_display_info):
756 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
757
758 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
759 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
760
761 2004-05-29 Richard M. Stallman <rms@gnu.org>
762
763 * lisp.h (truncate_undo_list): Update decl.
764
765 * alloc.c (undo_outer_limit): New variable.
766 (syms_of_alloc): Defvar it.
767 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
768
769 * undo.c (truncate_undo_list): New arg LIMITSIZE.
770
771 * alloc.c (lisp_align_malloc): Check for base == 0
772 regardless of HAVE_POSIX_MEMALIGN.
773 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
774
775 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
778 (marker_blocks_pending_free): Remove.
779 (Fgarbage_collect): Sweep after cleaning up undo-lists.
780 Mark the undo lists after claning them up.
781 Don't free block in marker_blocks_pending_free.
782 (mark_buffer): Don't mark undo_list.
783 (gc_sweep): Sweep hash-tables and strings first.
784 Do free marker blocks that are empty.
785
786 2004-05-28 Jim Blandy <jimb@redhat.com>
787
788 * regex.c (print_partial_compiled_pattern): Add missing 'break'
789 after 'case wordend'. For symbeg and symend, print to stderr,
790 like the other cases.
791
792 2004-05-28 Noah Friedman <friedman@splode.com>
793
794 * process.c (Fdelete_process): Do not call remove_process.
795
796 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * alloc.c (struct backtrace): Remove.
799 (Fgarbage_collect): Use the new mark_backtrace.
800
801 * eval.c (mark_backtrace): New function.
802
803 * minibuf.c (run_exit_minibuf_hook): New function.
804 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
805 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
806
807 2004-05-27 Kim F. Storm <storm@cua.dk>
808
809 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
810 over display properties, e.g. images, that replace buffer text.
811
812 2004-05-25 Kim F. Storm <storm@cua.dk>
813
814 * alloc.c (marker_blocks_pending_free): New var.
815 (gc_sweep): Store free marker blocks on that list.
816 (Fgarbage_collect): Free them after undo-list cleanup.
817
818 * process.c (wait_reading_process_input): Check connect_wait_mask
819 before actually accepting connection in case it has already been
820 accepted due to recursion.
821
822 2004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu> (tiny change)
823
824 * coding.c (Fset_safe_terminal_coding_system_internal):
825 Set suppress_error in safe_terminal_coding, not terminal_coding.
826
827 2004-05-22 Richard M. Stallman <rms@gnu.org>
828
829 * alloc.c (Fmake_string): Doc fix.
830
831 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
832 and the alist pairs too.
833
834 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
835
836 * emacs.c (main): Update copyright year.
837
838 * fileio.c (Fread_file_name): Expand DIR if not absolute.
839
840 * insdel.c (del_range_2, replace_range): Don't write an anchor
841 if the gap is empty.
842
843 * xdisp.c (try_scrolling): If scroll-up-aggressively or
844 scroll-down-aggressively is small but positive, put point
845 near the screen edge.
846
847 2004-05-22 Juanma Barranquero <lektu@terra.es>
848
849 * keymap.c (Fdefine_key): Doc fix.
850
851 2004-05-22 Kim F. Storm <storm@cua.dk>
852
853 * alloc.c (struct backtrace): Add debug_on_exit member.
854 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
855 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
856 the removed cons cells.
857 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
858 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
859 any cons cells pointing to unallocated stings.
860 Do not lisp_free any marker blocks, as there may still be pointers
861 to them from buffer undo lists at this stage of GC.
862
863 * keyboard.c (struct backtrace): Add debug_on_exit member.
864 (Fcommand_execute): Clear it.
865
866 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
867
868 * intervals.c (lookup_char_property): Do not prematurely return nil.
869
870 2004-05-19 Jim Blandy <jimb@redhat.com>
871
872 Add support for new '\_<' and '\_>' regexp operators, matching the
873 beginning and end of symbols.
874
875 * regex.c (enum syntaxcode): Add Ssymbol.
876 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
877 (re_opcode_t): New opcodes `symbeg' and `symend'.
878 (print_partial_compiled_pattern): Print the new opcodes properly.
879 (regex_compile): Parse the new operators.
880 (analyse_first): Skip sym(beg|end) (they match only the empty string).
881 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
882 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
883 (re_match_2_internal): Match symbeg and symend.
884
885 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
886
887 2004-05-19 Kim F. Storm <storm@cua.dk>
888
889 * .gdbinit (xsymbol): Fix last change.
890
891 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * .gdbinit (xprintstr): New fun.
894 (xstring, xprintsym): Use it.
895
896 * w32proc.c (create_child): Use INTMASK.
897
898 * alloc.c (Fgarbage_collect): Do all the marking before flushing
899 unmarked elements of the undo list.
900
901 2004-05-18 David Ponce <david@dponce.com>
902
903 * print.c (print): Reset print_depth before to call print_object.
904
905 2004-05-18 Jason Rumney <jasonr@gnu.org>
906
907 * w32console.c: Prefix RIF functions with w32con_ to avoid
908 namespace clash with functions in term.c and w32term.c.
909
910 * w32menu.c (add_menu_item, w32_menu_display_help)
911 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
912
913 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
914
915 2004-05-18 Eli Zaretskii <eliz@gnu.org>
916
917 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
918
919 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
920 with make_number.
921 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
922 with XINT.
923
924 2004-05-18 Kim F. Storm <storm@cua.dk>
925
926 * blockinput.h (INPUT_BLOCKED_P): New macros.
927
928 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
929 (Ftop_level): Unblock input if blocked.
930
931 * buffer.h (GET_OVERLAYS_AT): New macro.
932 * msdos.c (IT_note_mouse_highlight): Use it.
933 * textprop.c (get_char_property_and_overlay): Use it.
934 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
935 * xfaces.c (face_at_buffer_position): Use it.
936
937 * print.c (print_object): Increase buf size.
938
939 2004-05-17 Jason Rumney <jasonr@gnu.org>
940
941 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
942 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
943 Lisp_Object using i member.
944 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
945 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
946 consistently.
947
948 * w32proc.c (create_child): Use make_number instead of masking pid.
949
950 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
951 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
952 Use EQ to compare Lisp_Objects.
953 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
954
955 * w32term.c (w32_num_mouse_buttons): Rename from
956 Vw32_num_mouse_buttons and make it an int.
957
958 * w32.c (init_environment): Use it.
959
960 * w32fns.c (w32_wnd_proc): Likewise.
961
962 * w32proc.c (w32_pipe_read_delay): Rename from
963 Vw32_pipe_read_delay and make it an int.
964
965 * w32.c (_sys_read_ahead): Use it.
966
967 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
968
969 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
970
971 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
972 (key_event): Don't mix Lisp_Object and int.
973
974 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
975
976 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
977 modifiers in language change event.
978
979 2004-05-17 Kim F. Storm <storm@cua.dk>
980
981 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
982 Such objects may be freed markers which still exist on an undo list.
983
984 2004-05-16 Juanma Barranquero <lektu@terra.es>
985
986 * data.c (Fset_default): Make argument names match their use in
987 docstring.
988
989 2004-05-15 Andreas Schwab <schwab@suse.de>
990
991 * emacs.c (gdb_array_mark_flag): Define.
992 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
993
994 2004-05-15 Eli Zaretskii <eliz@gnu.org>
995
996 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
997 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
998 defined for the MS-DOS build.
999
1000 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
1003
1004 2004-05-14 Kenichi Handa <handa@m17n.org>
1005
1006 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
1007
1008 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1009
1010 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
1011 section to frame.c section.
1012 (Fxw_display_color_p, Fx_file_dialog): Declare if
1013 HAVE_WINDOW_SYSTEM defined.
1014
1015 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
1016
1017 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
1018
1019 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
1020 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
1021 (XTread_socket): Fix int/Lisp_Object mixup.
1022 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
1023
1024 * macterm.h (struct frame, struct face, struct image)
1025 (display_x_get_resource, Fx_display_color_p)
1026 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
1027 Add prototypes.
1028
1029 2004-05-14 Kim F. Storm <storm@cua.dk>
1030
1031 * process.c (wait_reading_process_input): Make reentrant.
1032 Make Available and Connecting non-static. Save and restore value
1033 of waiting_for_user_input_p.
1034
1035 2004-05-13 Kim F. Storm <storm@cua.dk>
1036
1037 * keyboard.c (mark_kboards): Don't mark x and y members
1038 that are overloaded in selection request events.
1039
1040 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1041
1042 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
1043
1044 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
1045
1046 * window.c (Fdisplay_buffer, Fsplit_window)
1047 (split-height-threshold): Doc fix.
1048
1049 2004-05-13 Juanma Barranquero <lektu@terra.es>
1050
1051 * xfaces.c (Ftty_supports_face_attributes_p)
1052 (Finternal_copy_lisp_face): Fix typo in docstring.
1053 (Finternal_get_lisp_face_attribute): Fix docstring.
1054
1055 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1056
1057 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
1058
1059 2004-05-11 Steven Tamm <steventamm@mac.com>
1060
1061 * macfns.c (Fx_create_frame): Default to using tool-bar by
1062 setting tool-bar-lines to 1 in default-frame-alist.
1063
1064 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1065
1066 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
1067 (xpm_get_color_table_v, xpm_make_color_table_h)
1068 (xpm_put_color_table_h, xpm_get_color_table_h)
1069 (xpm_str_to_color_key, xpm_load_image, xpm_load)
1070 (syms_of_image): Support XPM on Carbon Emacs. Does not
1071 depend on libXpm, but only supports XPM version 3 without extensions.
1072
1073 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1074
1075 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
1076 instead of FRAME_X_P
1077
1078 2004-05-11 Kim F. Storm <storm@cua.dk>
1079
1080 * process.c (read_process_output): Grow decoding_buf when needed;
1081 this could cause a crash in allocate_string and compact_small_strings.
1082
1083 2004-04-29 Jim Blandy <jimb@redhat.com>
1084
1085 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
1086 against proper opcode.
1087
1088 2004-05-10 Juanma Barranquero <lektu@terra.es>
1089
1090 * process.c (Fstart_process): Fix docstring.
1091
1092 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
1093 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
1094 (Fsplit_char, Fchar_charset): Make argument names match their use
1095 in docstring.
1096
1097 2004-05-10 Richard M. Stallman <rms@gnu.org>
1098
1099 * print.c (print_preprocess): Use being_printed, loop_count and
1100 halftail to detect overdeep nesting and cyclic cdr chains.
1101
1102 2004-05-10 Andreas Schwab <schwab@suse.de>
1103
1104 * lisp.h: Declare Fmake_symbolic_link.
1105
1106 * fileio.c (Frename_file): Remove extra argument in call to
1107 Fmake_symbolic_link.
1108
1109 2004-05-10 Kim F. Storm <storm@cua.dk>
1110
1111 * xdisp.c (calc_line_height_property): Use string position when
1112 object is a string.
1113
1114 2004-05-10 Kenichi Handa <handa@m17n.org>
1115
1116 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
1117 inhibit-modification-hooks to t temporarily before calling
1118 Ferase_buffer.
1119
1120 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
1121 inhibit-modification-hooks to t temporarily before calling
1122 Ferase_buffer.
1123
1124 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
1125 inhibit-modification-hooks to t temporarily before calling
1126 Ferase_buffer.
1127
1128 * fns.c (count_combining): Delete it.
1129 (concat): Don't check combining bytes.
1130
1131 2004-05-09 Jason Rumney <jasonr@gnu.org>
1132
1133 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
1134 (globals_of_w32fns): Set it.
1135
1136 2004-05-09 Piet van Oostrum <piet@cs.uu.nl> (tiny change)
1137
1138 * data.c (Fquo): Simplify.
1139
1140 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
1141
1142 * data.c (Fquo): If any argument is float, do the computation in
1143 floating point.
1144
1145 2004-05-08 Juanma Barranquero <lektu@terra.es>
1146
1147 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
1148 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
1149 Fix spelling of Emacs on docstring.
1150 (Fset_process_coding_system, Fprocess_coding_system)
1151 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
1152 Make argument names match their use in docstring.
1153 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
1154 Fix docstring.
1155
1156 * editfns.c (Finsert_buffer_substring): Make argument names match their
1157 use in docstring.
1158
1159 * syntax.c (Fmodify_syntax_entry): Fix docstring.
1160
1161 2004-05-07 Steven Tamm <steventamm@mac.com>
1162
1163 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
1164 around call to ReceiveEvent to avoid certain crashes.
1165
1166 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1167
1168 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
1169 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
1170 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
1171 Save/restore the current graphics port and device handle when
1172 drawing into an offscreen graphics world.
1173
1174 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
1175 (gif_load): Likewise.
1176
1177 2004-05-07 Juanma Barranquero <lektu@terra.es>
1178
1179 * window.c (Fset_window_buffer): Fix docstring.
1180
1181 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
1182
1183 * emacs.c (main) [VMS]: Fix var ref.
1184
1185 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
1186
1187 * data.c (Fsetq_default): Fix docstring.
1188
1189 2004-05-06 Jason Rumney <jasonr@gnu.org>
1190
1191 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
1192 to avoid name clash.
1193
1194 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1195
1196 * fileio.c (barf_or_query_if_file_exists): Use lstat.
1197 (Frename_file): Handle renaming of symlinks across file systems.
1198 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
1199
1200 2004-05-04 Kim F. Storm <storm@cua.dk>
1201
1202 * xdisp.c (Qtotal): New var.
1203 (syms_of_xdisp): Intern and staticpro it.
1204 (calc_line_height_property): New arg total. Set it if
1205 line-spacing property has format (total . VALUE).
1206 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
1207 Handle total line-spacing property.
1208
1209 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1210
1211 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
1212 "under" scroll bar when size/position changes.
1213
1214 2004-05-03 Jason Rumney <jasonr@gnu.org>
1215
1216 * makefile.nt: Remove.
1217
1218 2004-05-02 Eli Zaretskii <eliz@gnu.org>
1219
1220 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
1221 Avoid compiler warnings.
1222
1223 * Makefile.in (region-cache.o): Depend on config.h.
1224
1225 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change)
1226
1227 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
1228 with continuation lines, too.
1229
1230 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
1231
1232 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
1233
1234 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1235
1236 * xdisp.c (calc_line_height_property): YAILOM (yet another
1237 int/Lisp_Object mixup).
1238
1239 2004-05-01 Eli Zaretskii <eliz@gnu.org>
1240
1241 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
1242 undo bad effect of pack(4) in some versions of system headers.
1243
1244 2004-05-01 Jason Rumney <jasonr@gnu.org>
1245
1246 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
1247
1248 2004-04-30 Kim F. Storm <storm@cua.dk>
1249
1250 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
1251 (syms_of_buffer) <cursor-type>: Doc fix.
1252
1253 * dispextern.h (struct it): Remove member use_default_face.
1254 Add members override_ascent, override_descent, override_boff.
1255
1256 * xdisp.c (init_iterator): Handle line-spacing float value.
1257 Initialize override_ascent member.
1258 (append_space_for_newline): Reset override_ascent.
1259 Remove use_default_face.
1260 (calc_line_height_property): New function to calculate value of
1261 line-height and line-spacing properties. Look at overlays, too.
1262 Set override_ascent, override_descent, override_boff members when
1263 using another face than the current face. Float values are now
1264 relative to the frame default font, by default; accept a cons
1265 of ratio and face name to specify value relative to a specific face.
1266 (x_produce_glyphs): Use calc_line_height_property.
1267 Use override_ascent etc. when set to handle different face heights.
1268 A negative line-spacing property value is interpreted as a total
1269 line height, rather than inter-line spacing.
1270 (note_mouse_highlight): Allocate room for 40 overlays initially.
1271
1272 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * data.c (Fsubr_name): New fun.
1275 (syms_of_data): Defsubr it.
1276
1277 2004-04-29 Kim F. Storm <storm@cua.dk>
1278
1279 * xdisp.c (null_glyph_slice): New var.
1280 (append_glyph, append_composite_glyph, append_stretch_glyph):
1281 Use it to initialize glyph slice.
1282
1283 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
1284
1285 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
1286 (on_hot_spot_p): Make sure we always return a value.
1287 (Flookup_image_map): Remove unused var ix and iy.
1288 (note_mode_line_or_margin_highlight): Remove unused var `image'.
1289
1290 2004-04-27 Eli Zaretskii <eliz@gnu.org>
1291
1292 * msdos.c (init_environment): If one of the TMP... environment
1293 variables is set to a drive letter without a trailing slash,
1294 append a slash.
1295
1296 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
1297
1298 * editfns.c (lisp_time_argument): Provide externally.
1299
1300 * fileio.c (Fset_file_times): New function.
1301 (syms_of_fileio): Intern and staticpro it.
1302
1303 2004-04-27 Kim F. Storm <storm@cua.dk>
1304
1305 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
1306 header line strings.
1307
1308 * dispextern.h (struct it): New member use_default_face.
1309
1310 * xdisp.c (Qline_height): New variable.
1311 (syms_of_xdisp): Intern and staticpro it.
1312 (append_space_for_newline): Partially undo 2004-04-25 change;
1313 add default_face_p arg, and restore callers.
1314 Clear it->use_default_face after use.
1315 (x_produce_glyphs): Set default font for ascii char if
1316 it->use_default_font is set. Change line-spacing property to set
1317 just extra line spacing. Handle new line-height property.
1318
1319 2004-04-26 Andreas Schwab <schwab@suse.de>
1320
1321 * print.c (print_object): Print non-ascii characters in bool
1322 vector representation as octal escapes.
1323
1324 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
1325 * print.c (print_object): Use it instead of BITS_PER_CHAR for
1326 bool vectors.
1327 * lread.c (read1): Likewise.
1328 * alloc.c (Fmake_bool_vector): Likewise.
1329 * data.c (Faref, Faset): Likewise.
1330 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
1331 (mapcar1): Likewise.
1332
1333 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
1334
1335 * lread.c (init_lread): Fixing typo HAVE_CARBON test logic
1336
1337 2004-04-26 Miles Bader <miles@gnu.org>
1338
1339 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
1340
1341 2004-04-26 Juanma Barranquero <lektu@terra.es>
1342
1343 * buffer.c (Fpop_to_buffer): Fix docstring.
1344
1345 2004-04-26 Steven Tamm <steventamm@mac.com>
1346
1347 * lread.c (init_lread): Don't display missing lisp directory
1348 warnings with Carbon Emacs because self-contained bundled Emacs
1349 may be built without correct installation path.
1350
1351 2004-04-25 Kim F. Storm <storm@cua.dk>
1352
1353 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
1354
1355 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
1356
1357 * xdisp.c (append_space_for_newline): Rename from append_space.
1358 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
1359 (x_produce_glyphs): Handle line-spacing property on newline char.
1360 If value is t, adjust ascent and descent to fit current row height.
1361 If value is an integer or float, set extra_line_spacing to integer
1362 value, or to float value x current line height.
1363
1364 2004-04-23 Kenichi Handa <handa@m17n.org>
1365
1366 * fontset.c (Finternal_char_font): If POSITION is nil, return
1367 font for displaying CH with the default face.
1368
1369 2004-04-23 Juanma Barranquero <lektu@terra.es>
1370
1371 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1372
1373 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
1376 Don't make assumptions about the relative place of i and val.
1377 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
1378
1379 2004-04-21 Kim F. Storm <storm@cua.dk>
1380
1381 * dispextern.h (struct glyph_slice): New struct.
1382 (struct glyph): New member slice.
1383 (GLYPH_SLICE_EQUAL_P): New macro.
1384 (GLYPH_EQUAL_P): Use it.
1385 (struct glyph_string): New member slice.
1386 (struct it_slice): New struct.
1387 (struct it): New member slice, add member to stack too.
1388 New member constrain_row_ascent_descent_p.
1389 (image_ascent): Add prototype.
1390
1391 * dispnew.c (buffer_posn_from_coords): Return full image width
1392 and height even for image slices (posn is relative to full image).
1393 (marginal_area_string): Adjust x0,y0 for image slice.
1394
1395 * image.c (image_ascent): Add slice arg; calculate ascent for
1396 image slice (or full image).
1397
1398 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
1399 (syms_of_keyboard): Defsubr them.
1400
1401 * lisp.h (pos_visible_p): Fix prototype.
1402
1403 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
1404 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
1405 (x_draw_image_foreground, x_draw_image_relief)
1406 (x_draw_image_foreground_1, x_draw_image_glyph_string):
1407 Draw sliced images.
1408
1409 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
1410 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
1411 (x_draw_image_foreground, x_draw_image_relief)
1412 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
1413 Draw sliced images.
1414
1415 * w32term.h (image_ascent): Remove prototype.
1416
1417 * window.c (Fpos_visible_in_window_p): Return pixel position if
1418 PARTIALLY arg is non-nil. Simplify. Doc fix.
1419 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
1420 to return/set vscroll in pixels.
1421
1422 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
1423
1424 * xdisp.c (Qslice): New variable.
1425 (syms_of_xdisp): Intern and staticpro it.
1426 (pos_visible_p): Return pixel position in new x and y args.
1427 (init_iterator): Reset it->slice info.
1428 (handle_display_prop): Parse (slice ...) property.
1429 (push_it, pop_it): Save/restore slice info.
1430 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
1431 force repositioning of tall row if window is vscrolled, as that
1432 would reset vscroll.
1433 (append_space): Set it->constrain_row_ascent_descent_p to avoid
1434 increasing row height if row is non-empty.
1435 (fill_image_glyph_string): Copy slice info.
1436 (take_vertical_position_into_account): Simplify.
1437 (produce_image_glyph): Handle iterator slice info, setup glyph
1438 slice info. Do not force minimum line height.
1439 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
1440 do not increase height (ascent/descent) of non-empty row when
1441 adding normal character glyph; instead reduce glyph ascent/descent
1442 appropriately; if row is higher than current glyph, adjust glyph
1443 descent/ascent to reposition glyph within the existing row.
1444 Likewise, when char is newline, only set ascent/descent if row is
1445 currently empty.
1446 (note_mouse_highlight): Handle hotspots with sliced image.
1447
1448 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
1449 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
1450 (x_draw_image_foreground, x_draw_image_relief)
1451 (x_draw_image_foreground_1, x_draw_image_glyph_string):
1452 Draw sliced images.
1453
1454 * xterm.h (image_ascent): Remove prototype.
1455
1456 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
1459
1460 2004-04-20 John Paul Wallington <jpw@gnu.org>
1461
1462 * fns.c (Fassoc, Feql): Fix indentation.
1463
1464 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
1465
1466 2004-04-19 John Paul Wallington <jpw@gnu.org>
1467
1468 * fns.c (Feql): New function.
1469 (syms_of_fns): Defsubr it.
1470
1471 2004-04-18 Jason Rumney <jasonr@gnu.org>
1472
1473 * w32select.c (Fw32_set_clipboard_data): Get sequence number
1474 after closing the clipboard.
1475
1476 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
1477
1478 * buffer.c (Fbuffer_base_buffer): Doc fix.
1479
1480 2004-04-17 Kim F. Storm <storm@cua.dk>
1481
1482 * keymap.c (Fkey_description): Add optional PREFIX arg.
1483 Combine prefix with KEYS to make up the full key sequence to describe.
1484 Correlate meta_prefix_char and following (simple) key to describe
1485 as meta modifier. All callers changed.
1486 (describe_map): Rename arg `keys' to `prefix'. Remove local
1487 `elt_prefix' var. Use Fkey_description with prefix instead of
1488 elt_prefix combined with Fsingle_key_description.
1489 (describe_vector): Declare static. Replace arg `elt_prefix' with
1490 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
1491 if !KEYMAP_P. Use Fkey_description with prefix instead of
1492 Fsingle_key_description.
1493
1494 * keymap.h (Fkey_description): Fix prototype.
1495 (describe_vector): Remove prototype.
1496
1497 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
1498
1499 * image.c (PNG_BG_COLOR_SHIFT): Remove.
1500 (png_load): Fix calculation of transparent background color on X
1501 and W32 platforms.
1502
1503 2004-04-16 Juanma Barranquero <lektu@terra.es>
1504
1505 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
1506 not too large before computing how much to scroll.
1507
1508 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
1511
1512 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
1513
1514 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
1515 Add hyperlink to Elisp manual to the docstring.
1516
1517 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * callint.c (fix_command): Use XDCR.
1520
1521 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
1522
1523 * window.c (Fget_lru_window): Doc fix.
1524
1525 2004-04-14 Kim F. Storm <storm@cua.dk>
1526
1527 * editfns.c (Fformat): Fix allocation size of precision array.
1528
1529 * dispnew.c (update_window): Only set changed_p if
1530 scrolling_window actually did scroll.
1531 (scrolling_window): Only return 1 if we actually did scroll.
1532
1533 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
1534 height to glyph height when cursor row is not fully visible.
1535 (make_cursor_line_fully_visible): Add FORCE_P arg to return
1536 failure in case row is higher than window. Callers changed.
1537 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
1538 Try to scroll partially visible, higher-than-window cursor row.
1539 (redisplay_window): Always try to scroll partially visible,
1540 higher-than-window cursor row - both initially and again with
1541 centering_position = 0.
1542 Clear desired matrix before retrying with centering_position = 0.
1543
1544 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * syntax.c (scan_lists): Simplify backward string scan.
1547 Fix off-by-one boundary check for string and comment fences.
1548
1549 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
1550
1551 * sheap.c, unexcw.c: New files.
1552
1553 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
1554
1555 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
1556 base buffer has been killed. Correct the error message if the
1557 base buffer does not exist.
1558
1559 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
1560
1561 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
1562 Cygwin itself. Add support for Xaw3d scrollbars.
1563
1564 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
1565
1566 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
1567
1568 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
1569 before Cygwin unexec.
1570
1571 * Makefile.in: Link changes for Cygwin unexec() support.
1572
1573 2004-04-12 Andreas Schwab <schwab@suse.de>
1574
1575 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
1576
1577 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
1578
1579 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
1580 IGNORE argument equals NAME. Doc fix.
1581
1582 2004-04-11 Masatake YAMATO <jet@gyve.org>
1583
1584 * buffer.c (fix_start_end_in_overlays): Make overlays
1585 empty if they are backwards.
1586
1587 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * xfaces.c (face_color_supported_p): Fix compilation without X11.
1590
1591 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1592
1593 * doc.c (Fsnarf_documentation): Ignore new file name entries.
1594
1595 2004-04-06 Kim F. Storm <storm@cua.dk>
1596
1597 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
1598 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
1599
1600 * w32term.c (w32_read_socket): Set mouse_face_hidden after
1601 clearing highlight.
1602
1603 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
1604
1605 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
1606 clearing highlight.
1607
1608 * indent.c (vmotion): Do not reserve one column for continuation
1609 marks on window frames.
1610
1611 2004-04-04 Eli Zaretskii <eliz@gnu.org>
1612
1613 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
1614 from GCC.
1615
1616 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * .gdbinit-union: Remove.
1619
1620 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
1621 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
1622 ($nonvalbits): Remove.
1623 ($valmask): Set it by calling xreload to avoid redundancy.
1624
1625 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
1626 (gdb_emacs_intbits): Remove.
1627
1628 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1629
1630 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
1631
1632 2004-03-30 Kenichi Handa <handa@m17n.org>
1633
1634 * editfns.c (Fformat): Fix initialization of the array info.
1635
1636 2004-03-30 Kim F. Storm <storm@cua.dk>
1637
1638 * xterm.c (x_mouse_click_focus_ignore_position): New var.
1639 (syms_of_xterm): DEFVAR_BOOL it.
1640 (ignore_next_mouse_click_timeout): New var.
1641 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
1642 Use it to filter mouse clicks following focus event.
1643
1644 2004-03-29 David Ponce <david@dponce.com>
1645
1646 * callint.c (Fcall_interactively): Fix last change.
1647
1648 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * eval.c (Fcommandp): Simplify.
1651
1652 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
1653 Extend to handle all kinds of functions.
1654
1655 * lisp.h (Finteractive_form): Declare.
1656
1657 * callint.c (Fcall_interactively): Use it.
1658
1659 2004-03-26 Kim F. Storm <storm@cua.dk>
1660
1661 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
1662 to catch errors in calc_pixel_width_or_height during redisplay.
1663
1664 2004-03-26 Masatake YAMATO <jet@gyve.org>
1665
1666 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
1667
1668 * lisp.h (fix_start_end_in_overlays): Likewise.
1669
1670 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
1671
1672 * editfns.c (Ftranspose_regions): Likewise.
1673
1674 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1675
1676 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
1677
1678 2004-03-19 Richard M. Stallman <rms@gnu.org>
1679
1680 * s/sol2-6.h: Delete previous change.
1681
1682 2004-03-19 Kim F. Storm <storm@cua.dk>
1683
1684 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
1685 to_charpos corresponds to newline in right fringe. Use local
1686 BUFFER_POS_REACHED_P macro.
1687
1688 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1689
1690 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
1691 to compile on non-window system.
1692
1693 2004-03-19 Kim F. Storm <storm@cua.dk>
1694
1695 * dispextern.h (calc_pixel_width_or_height): Add prototype.
1696
1697 * image.c (Qcenter): Move to xdisp.c.
1698
1699 * xdisp.c (Qcenter): Declare here.
1700 (syms_of_xdisp): Intern and staticpro it.
1701 (handle_single_display_prop): Allow space display property on all
1702 platforms.
1703 (display_mode_line): Set mode_line_p before displaying line.
1704 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
1705 handling. Remove complex cases for fringes and scroll-bars.
1706 Add left, right, and center alignment positions. Add text (area)
1707 width/height. Return width or height for image specs.
1708 (produce_stretch_glyph): Improve handling of :align-to. Is now
1709 relative to left of text area by default, but other base offsets
1710 can be specified -- also for text lines.
1711
1712 * term.c (produce_glyphs): Handle IT_STRETCH.
1713 (produce_stretch_glyph): New function to handle space width and
1714 align-to display properties on non-window systems.
1715
1716 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * fileio.c (Fread_file_name): Set completion-ignore-case for
1719 case-insensitive systems.
1720
1721 2004-03-14 Masatake YAMATO <jet@gyve.org>
1722
1723 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
1724 when keymap and cursor are setup.
1725
1726 2004-03-14 Steven Tamm <steventamm@mac.com>
1727
1728 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
1729
1730 2004-03-14 Kim F. Storm <storm@cua.dk>
1731
1732 * dispextern.h (x_find_image_file): Add prototype.
1733
1734 * image.c (x_find_image_file): Make extern.
1735
1736 * xfns.c (x_find_image_file): Remove prototype.
1737
1738 2004-03-13 Eli Zaretskii <eliz@gnu.org>
1739
1740 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
1741
1742 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
1743
1744 2004-03-12 Richard M. Stallman <rms@gnu.org>
1745
1746 * fns.c (internal_equal): New arg PROPS controls comparing
1747 text properties. All callers changed.
1748 (Fequal_including_properties): New function.
1749 (syms_of_fns): defsubr it.
1750
1751 2004-03-12 Kim F. Storm <storm@cua.dk>
1752
1753 Fix image support on MAC. From YAMAMOTO Mitsuharu.
1754
1755 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
1756 (image_background, image_background_transparent): Fix prototypes.
1757
1758 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
1759
1760 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
1761 (x_query_font, x_find_ccl_program, x_set_window_size)
1762 (x_make_frame_visible, mac_initialize, XCreatePixmap)
1763 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
1764 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
1765
1766 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
1767 (x_query_font, x_find_ccl_program, x_set_window_size)
1768 (x_make_frame_visible, mac_initialize, XCreatePixmap)
1769 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
1770 (mac_draw_line_to_pixmap): Add prototypes.
1771
1772 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1773
1774 * macterm.c (XTread_socket): Fix mouse click on tool bar.
1775
1776 2004-03-11 Kim F. Storm <storm@cua.dk>
1777
1778 * dispextern.h: Move image related prototypes from xfns.c section
1779 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
1780 HAVE_X_WINDOWS.
1781
1782 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
1783 Move gtkutil.o to new GTK_OBJ list.
1784 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
1785 (GTK_OBJ) [USE_GTK]: New declaration.
1786 (obj): Add $(GTK_OBJ) to list.
1787
1788 2004-03-11 Steven Tamm <steventamm@mac.com>
1789
1790 * image.c [MAC_OSX]: Include sys/stat.h
1791
1792 * macfns.c (syms_of_macfns): Remove definitions of things now
1793 defined in image.c
1794
1795 2004-03-11 Kim F. Storm <storm@cua.dk>
1796
1797 The following changes consolidates the identical/similar image
1798 support code previously found in xfns.c, w32fns.c, and macfns.c
1799 into a new file image.c.
1800
1801 * makefile.w32-in (OBJ1): Add image.o.
1802 ($(BLD)/image.$(O)): Add dependencies.
1803
1804 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
1805 (image.o): Add dependencies.
1806
1807 * image.c: New file with consolidated image support code.
1808 (COLOR_TABLE_SUPPORT): New define to control whether
1809 color table support is available (X only).
1810 (Bitmap_Record): Common name for x_bitmap_record,
1811 w32_bitmap_record, and mac_bitmap_record.
1812 (XImagePtr): Common name for pointer to XImage or equivalent.
1813 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
1814 to XImagePtr on X+MAC, and to HDC on W32.
1815 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
1816 (NO_PIXMAP): Common name for "None" or equivalent.
1817 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
1818 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
1819 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
1820 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
1821 Define with suitable equivalents on W32 and MAC for code sharing.
1822 (XDrawLine): Define on MAC for code sharing.
1823 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
1824 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
1825 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
1826 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
1827 (x_reference_bitmap, x_create_bitmap_from_data)
1828 (x_create_bitmap_from_file, x_destroy_bitmap)
1829 (x_destroy_all_bitmaps, x_create_bitmap_mask)
1830 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
1831 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
1832 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1833 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
1834 (define_image_type, lookup_image_type, valid_image_p)
1835 (image_error, enum image_value_type, struct image_keyword)
1836 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
1837 (make_image, free_image, prepare_image_for_display, image_ascent)
1838 (four_corners_best, image_background, image_background_transparent)
1839 (x_clear_image_1, x_clear_image, x_alloc_image_color)
1840 (make_image_cache, free_image_cache, clear_image_cache)
1841 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
1842 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
1843 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
1844 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
1845 (init_image_func_pointer, image_load_quartz2d)
1846 (struct ct_color, init_color_table, free_color_table)
1847 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
1848 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
1849 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
1850 (x_disable_image, x_build_heuristic_mask)
1851 (XBM support, XPM support, PBM support, PNG support, JPEG support)
1852 (TIFF support, GIF support, Ghostscript support): Consolidate image
1853 code from xfns.c, w32fns.c, and macfns.c.
1854 (syms_of_image): Consolidate image related symbol setup here.
1855 (init_image): Consolidate image related initializations here.
1856
1857 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
1858 and init_image. Remove call to init_xfns.
1859
1860 * macterm.h (struct mac_bitmap_record): Add file member.
1861 Not currently used, but simplifies code sharing.
1862
1863 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
1864 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
1865 (x_reference_bitmap, x_create_bitmap_from_data)
1866 (x_create_bitmap_from_file, x_destroy_bitmap)
1867 (x_destroy_all_bitmaps, x_create_bitmap_mask)
1868 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
1869 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
1870 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1871 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
1872 (define_image_type, lookup_image_type, valid_image_p)
1873 (image_error, enum image_value_type, struct image_keyword)
1874 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
1875 (make_image, free_image, prepare_image_for_display, image_ascent)
1876 (four_corners_best, image_background, image_background_transparent)
1877 (x_clear_image_1, x_clear_image, x_alloc_image_color)
1878 (make_image_cache, free_image_cache, clear_image_cache)
1879 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
1880 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
1881 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
1882 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
1883 (init_image_func_pointer, image_load_quartz2d)
1884 (struct ct_color, init_color_table, free_color_table)
1885 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
1886 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
1887 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
1888 (x_disable_image, x_build_heuristic_mask)
1889 (XBM support, XPM support, PBM support, PNG support, JPEG support)
1890 (TIFF support, GIF support, Ghostscript support): Merge with image
1891 code from xfns.c and macfns.c into image.c.
1892 (syms_of_xfns): Move image related symbols to image.c.
1893 (init_external_image_libraries, init_xfns): Remove; initialization
1894 moved to init_image in image.c.
1895
1896 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
1897 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
1898 (x_reference_bitmap, x_create_bitmap_from_data)
1899 (x_create_bitmap_from_file, x_destroy_bitmap)
1900 (x_destroy_all_bitmaps, x_create_bitmap_mask)
1901 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
1902 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1903 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
1904 (define_image_type, lookup_image_type, valid_image_p)
1905 (image_error, enum image_value_type, struct image_keyword)
1906 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
1907 (make_image, free_image, prepare_image_for_display, image_ascent)
1908 (four_corners_best, image_background, image_background_transparent)
1909 (x_clear_image_1, x_clear_image, x_alloc_image_color)
1910 (make_image_cache, free_image_cache, clear_image_cache)
1911 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
1912 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
1913 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
1914 (struct ct_color, init_color_table, free_color_table)
1915 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
1916 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
1917 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
1918 (x_disable_image, x_build_heuristic_mask)
1919 (XBM support, XPM support, PBM support, PNG support, JPEG support)
1920 (TIFF support, GIF support, Ghostscript support): Merge with image
1921 code from xfns.c and macfns.c into image.c.
1922 (syms_of_xfns): Move image related symbols to image.c.
1923 (init_external_image_libraries, init_xfns): Remove; initialization
1924 moved to init_image in image.c.
1925
1926 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
1927 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
1928 (x_reference_bitmap, x_create_bitmap_from_data)
1929 (x_create_bitmap_from_file, x_destroy_bitmap)
1930 (x_destroy_all_bitmaps, x_create_bitmap_mask)
1931 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
1932 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
1933 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
1934 (define_image_type, lookup_image_type, valid_image_p)
1935 (image_error, enum image_value_type, struct image_keyword)
1936 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
1937 (make_image, free_image, prepare_image_for_display, image_ascent)
1938 (four_corners_best, image_background, image_background_transparent)
1939 (x_clear_image_1, x_clear_image, x_alloc_image_color)
1940 (make_image_cache, free_image_cache, clear_image_cache)
1941 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
1942 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
1943 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
1944 (struct ct_color, init_color_table, free_color_table)
1945 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
1946 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
1947 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
1948 (x_disable_image, x_build_heuristic_mask)
1949 (XBM support, XPM support, PBM support, PNG support, JPEG support)
1950 (TIFF support, GIF support, Ghostscript support): Merge with
1951 w32fns.c and macfns.c image code into image.c.
1952 (syms_of_xfns): Move image related symbols to image.c.
1953 (init_xfns): Remove; initialization moved to init_image in image.c.
1954
1955 * lisp.h (syms_of_image, init_image): Add protoypes.
1956 (init_xfns): Remove prototype.
1957
1958 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
1959 (x_reference_bitmap, x_create_bitmap_from_data)
1960 (x_create_bitmap_from_file, x_destroy_bitmap)
1961 (x_create_bitmap_mask): Move prototypes from dispextern.h.
1962 (gamma_correct) [MAC_OS]: Add prototype.
1963
1964 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
1965 (x_reference_bitmap, x_create_bitmap_from_data)
1966 (x_create_bitmap_from_file, x_destroy_bitmap)
1967 (x_create_bitmap_mask): Move prototypes to dispextern.h.
1968
1969 2004-03-09 Kenichi Handa <handa@etlken2>
1970
1971 * coding.c (decode_coding_emacs_mule): Handle insufficent source
1972 correctly.
1973
1974 2004-03-04 Richard M. Stallman <rms@gnu.org>
1975
1976 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
1977
1978 * window.c (Fdisplay_buffer): Doc fix.
1979
1980 * buffer.c (Fpop_to_buffer): Doc fix.
1981
1982 2004-03-03 Kim F. Storm <storm@cua.dk>
1983
1984 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
1985
1986 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
1987
1988 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
1989
1990 2004-03-02 Richard M. Stallman <rms@gnu.org>
1991
1992 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
1993
1994 2004-03-02 Kenichi Handa <handa@m17n.org>
1995
1996 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
1997
1998 2004-03-02 Kim F. Storm <storm@cua.dk>
1999
2000 * window.h (struct window): New member overlay_arrow_bitmap.
2001
2002 * window.c (make_window): Initialize overlay_arrow_bitmap.
2003
2004 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
2005 implement and integrate multiple overlay arrows with redisplay.
2006 (syms_of_xdisp): DEFVAR_LISP and initialize it.
2007 (last_arrow_position, last_arrow_string): Replace by properties.
2008 (Qlast_arrow_position, Qlast_arrow_string)
2009 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
2010 (syms_of_xdisp): Intern and staticpro them.
2011 (overlay_arrow_string_or_property, update_overlay_arrows)
2012 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
2013 (overlay_arrow_at_row): New functions for multiple overlay arrows.
2014 (redisplay_internal): Use them instead of directly accessing
2015 Voverlay_arrow_position etc. for multiple overlay arrows.
2016 (mark_window_display_accurate): Use update_overlay_arrows.
2017 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
2018 (try_window_id): Use overlay_arrows_changed_p.
2019 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
2020 (display_line): Use overlay_arrow_at_row to check multiple
2021 overlay arrows, and get relevant overlay-arrow-string and
2022 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
2023 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
2024 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
2025
2026 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
2027 (update_window_fringes): Remove unused code.
2028
2029 2004-03-01 Jason Rumney <jasonr@gnu.org>
2030
2031 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
2032
2033 2004-03-01 Juanma Barranquero <lektu@terra.es>
2034
2035 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
2036
2037 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
2038
2039 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2040
2041 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
2042 how many colors can be displayed.
2043
2044 2004-03-01 Kenichi Handa <handa@m17n.org>
2045
2046 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
2047 correctly.
2048
2049 2004-02-28 Kim F. Storm <storm@cua.dk>
2050
2051 * dispnew.c (update_window): Update header line also if there are
2052 no other changes in window (move code after set_cursor label).
2053
2054 * lisp.h (mark_window_display_accurate): Remove prototype.
2055
2056 * window.c (window_loop, Fforce_window_update): Force mode line
2057 updates by setting prevent_redisplay_optimizations_p and
2058 update_mode_lines.
2059
2060 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2061
2062 * xfns.c (x_window): Fix indentation.
2063
2064 * xterm.c (x_calc_absolute_position): Call x_real_positions
2065 to get WM window sizes and use those to calculate position.
2066 (x_set_offset): Remove code commented out.
2067
2068 2004-02-28 Miles Bader <miles@gnu.org>
2069
2070 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
2071
2072 2004-02-28 Kim F. Storm <storm@cua.dk>
2073
2074 * keyboard.c (kbd_buffer_store_event_hold): New function to store
2075 an event into kbd fifo, but with special handling of quit event;
2076 a quit event is saved for later, and further events are discarded
2077 until the saved quit event has been processed.
2078 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
2079 (gen_help_event): Store help event in kbd fifo.
2080 (NREAD_INPUT_EVENTS): Remove.
2081 (read_avail_input): Adapt to new read_socket_hook interface.
2082 Remove allocation and initialization of local input_event buffer,
2083 as read_socket_hook stores events directly in fifo. Allocate and
2084 initialize local hold_quit event to handle postponed quit event
2085 (and store it if set by kbd_buffer_store_event_hold).
2086
2087 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
2088 (gen_help_event): Fix prototype.
2089
2090 * macterm.c (XTread_socket): Remove bufp_r and
2091 numcharsp args. Add hold_quit arg.
2092 Rework to use just one, local, inev input_event. Store inev
2093 directly in fifo using kbd_buffer_store_event_hold.
2094
2095 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
2096 (read_input_waiting): Adapt to new read_socket_hook interface.
2097 Remove allocation and initialization of local input_event buffer,
2098 as read_socket_hook stores events directly in fifo. Allocate and
2099 initialize local hold_quit event to handle postponed quit event
2100 (and store it if set by kbd_buffer_store_event_hold).
2101
2102 * term.c (read_socket_hook): Fix arg list.
2103
2104 * termhooks.h (read_socket_hook): Fix prototype.
2105
2106 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
2107 numcharsp args. Add hold_quit arg.
2108 Rework to use just one, local, inev input_event. Store inev
2109 directly in fifo using kbd_buffer_store_event_hold.
2110
2111 * w32inevt.h (w32_console_mouse_position): Fix prototype.
2112
2113 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
2114 Add hold_quit arg. Rework to use just one, local, inev
2115 input_event. Store inev directly in fifo using
2116 kbd_buffer_store_event_hold. Update count in one place.
2117 Postpone call to gen_help_event until inev is stored; use new
2118 local do_help for this.
2119 Remove local emacs_event in handing of ButtonPress event; just use
2120 inev instead (so no reason to copy it later).
2121
2122 * xsmfns.c (x_session_check_input): Remove numchars arg.
2123
2124 * xterm.c (x_focus_changed, x_detect_focus_change):
2125 Remove numchars arg. Always store event into bufp arg.
2126 Return nothing. Callers changed accordingly.
2127 (glyph_rect): Simplify.
2128 (STORE_KEYSYM_FOR_DEBUG): New macro.
2129 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
2130 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
2131 (current_hold_quit) [USE_GTK]: Add.
2132 (event_handler_gdk): Adapt to new handle_one_xevent.
2133 (handle_one_xevent): Remove bufp_r and numcharsp args.
2134 Add hold_quit arg. Rework to use just one, local, inev
2135 input_event. Store inev directly in fifo using
2136 kbd_buffer_store_event_hold. Update count in one place.
2137 Postpone call to gen_help_event until inev is stored; use new
2138 local do_help for this.
2139 Simplify handling of keysyms (consolidate common code). Fix bug
2140 where count was updated with nchars instead of nbytes.
2141 Remove local emacs_event in handing of ButtonPress event; just use
2142 inev instead (so no reason to copy it later).
2143 Remove `out' label. Rename label `ret' to `done'; add various
2144 `goto done' to clarify code flow in deeply nested blocks.
2145 (x_dispatch_event): Simplify as handle_one_xevent now calls
2146 kbd_buffer_store_event itself.
2147 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
2148 arg. Call handle_one_xevent with new arglist. Store event from
2149 x_session_check_input in fifo.
2150 [USE_GTK]: Setup current_hold_quit.
2151 Decrement handling_signal before unblocking input.
2152 (x_initialize) [USE_GTK]: Initialize current_count.
2153
2154 * xterm.h (x_session_check_input): Fix prototype.
2155
2156 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2157
2158 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
2159
2160 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
2161 macgui.h).
2162
2163 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
2164
2165 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
2166 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
2167 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
2168 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
2169 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
2170 (Bitmap): Remove typedef.
2171 (Pixmap): Change int to GWorldPtr.
2172
2173 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
2174
2175 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
2176 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
2177 New #define to extract 16-bit depth color components from unsigned
2178 long representation.
2179 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
2180 colors used for masks.
2181 (struct mac_display_info): Add color_p. Remove n_cbits.
2182
2183 * macfns.c: Include sys/types.h and sys/stat.h.
2184 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
2185 Include QuickTime/QuickTime.h.
2186 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
2187 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
2188 functions defined in macterm.c.
2189 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
2190 (ZPixmap): New #define for compatibility with xfns.c.
2191 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
2192 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
2193 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
2194 New functions.
2195 (four_corners_best, x_create_x_image_and_pixmap)
2196 (x_destroy_x_image, unwind_create_frame, x_disable_image)
2197 (x_edge_detection, init_color_table, colors_in_color_table)
2198 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
2199 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
2200 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
2201 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
2202 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
2203 long mixup.
2204 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
2205 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
2206 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
2207 (x_set_cursor_type, Fxw_color_values, valid_image_p)
2208 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
2209 (x_alloc_image_color, clear_image_cache, lookup_image)
2210 (x_find_image_file, xbm_read_bitmap_file_data)
2211 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
2212 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
2213 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
2214 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
2215 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
2216 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
2217 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
2218 #if 0.
2219 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
2220 #if 0. Free white_relief.gc and black_relief.gc.
2221 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
2222 New functions (from xfns.c).
2223 (Fx_create_frame): Record unwind_create_frame.
2224 (Fxw_display_color_p): Use dpyinfo->color_p.
2225 (Fx_display_grayscale_p, Fx_display_planes): Don't use
2226 dpyinfo->n_cbits.
2227 (Fx_display_color_cells): Use dpyinfo->n_planes;
2228 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
2229 (Qheuristic, cross_disabled_images, emboss_matrix)
2230 (laplace_matrix): New variables (from xfns.c).
2231 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
2232 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
2233 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
2234 (image_background_transparent): New function (from xfns.c).
2235 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
2236 (image_load_quicktime): Add declaration.
2237 [MAC_OSX] (image_load_quartz2d): Likewise.
2238 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
2239 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
2240 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
2241 (xbm_load_image_from_file, x_laplace_read_row)
2242 (x_laplace_write_row, pbm_read_file): Remove functions.
2243 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
2244 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
2245 (colors_in_color_table): Sync with xfns.c (although not used).
2246 (lookup_rgb_color): Don't lookup color table. Just do gamma
2247 correction.
2248 (COLOR_INTENSITY): New #define (from xfns.c).
2249 (x_disable_image): New function (from xfns.c).
2250 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
2251 (x_build_heuristic_mask): Sync with xfns.c.
2252 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
2253 (HAVE_PBM): Remove #ifdef.
2254 (pbm_load): Sync with xfns.c. Set img->width and img->height
2255 before IMAGE_BACKGROUND.
2256 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
2257 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
2258 Don't enclose with #if HAVE_PNG.
2259 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
2260 symbol _CGImageCreateWithPNGDataProvider is defined.
2261 Otherwise use image_load_quicktime.
2262 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
2263 [HAVE_PNG] (png_load): Sync with xfns.c.
2264 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
2265 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
2266 HAVE_JPEG.
2267 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
2268 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
2269 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
2270 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
2271 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
2272 (tiff_image_p, tiff_load): Don't enclose declarations with #if
2273 HAVE_TIFF.
2274 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
2275 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
2276 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
2277 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
2278 New functions (from xfns.c).
2279 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
2280 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
2281 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
2282 Don't enclose with #if HAVE_GIF.
2283 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
2284 animated gif. Otherwise use image_load_quicktime.
2285 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
2286 gif_DrawText to avoid conflict with QuickdrawText.h.
2287 [HAVE_GIF] (gif_load): Sync with xfns.c.
2288 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
2289 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
2290 Ghostscript is not supported yet).
2291 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
2292 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
2293 cross_disabled_images (from xfns.c). Remove #if 0 for supported
2294 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
2295 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
2296 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
2297 HAVE_PNG. Call EnterMovies to support animated gifs.
2298 Call init_image_func_pointer to bind a symbol
2299 _CGImageCreateWithPNGDataProvider if it is defined.
2300
2301 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
2302 (x_draw_bar_cursor): Sync declaration with xterm.c.
2303 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
2304 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
2305 graphics).
2306 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
2307 (mac_draw_line_to_pixmap, XCreatePixmap)
2308 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
2309 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
2310 New functions.
2311 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
2312 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
2313 Cast bits to char *.
2314 (reflect_byte): New function (from w32fns.c).
2315 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
2316 due to byte alignment.
2317 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
2318 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
2319 (XSetForeground): Remove static (now used in macfns.c).
2320 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
2321 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
2322 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
2323 (x_draw_glyph_string_box, x_draw_image_foreground)
2324 (x_draw_image_foreground_1, x_draw_image_glyph_string)
2325 (x_draw_stretch_glyph_string, x_draw_glyph_string)
2326 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
2327 Sync with xterm.c.
2328 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
2329 than the xterm.c version when a strictly horizontal or vertical
2330 line is drawn.
2331 (XTset_terminal_window): Add static.
2332 (x_make_frame_visible): Add UNBLOCK_INPUT.
2333 (x_free_frame_resources): New funcion (from xterm.c).
2334 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
2335 occurs in tool bar area.
2336 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
2337 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
2338 Initialize image cache.
2339 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
2340 Enclose unused functions with #if 0.
2341 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
2342 (decode_mac_font_name): New function to apply code conversions
2343 from a mac font name to an XLFD font name according to its script code.
2344 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
2345 font name to a mac font name according to REGISTRY and ENCODING fields.
2346 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
2347 whose name starts with `.'.
2348 (init_font_name_table): Use decode_mac_font_name. Add both
2349 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
2350 of a font is smJapanese.
2351 (mac_do_list_fonts): New function to list fonts that match a given
2352 pattern.
2353 (x_list_fonts, XLoadQueryFont): Use it.
2354 (XLoadQueryFont): Set rbearing field for each variable width
2355 character to avoid needless redraw.
2356 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
2357
2358 2004-02-26 Kim F. Storm <storm@cua.dk>
2359
2360 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
2361 as read_socket_hook handler on X aborts if buffer is too small
2362 and W32 handler doesn't always check buffer limit.
2363
2364 * xdisp.c (handle_single_display_prop): Handle left-fringe and
2365 right-fringe similar to a display margin image. Specifically,
2366 the characters having the fringe prop are no longer shown, and
2367 we use IT_IMAGE/next_element_from_image with image_id = -1 to
2368 do this. Set fringe bitmap face_id in it->face_id.
2369 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
2370 still realize it->face (i.e. the fringe bitmap face).
2371
2372 2004-02-25 Miles Bader <miles@gnu.org>
2373
2374 * xdisp.c (check_it): Check string/string_pos consistency.
2375 (init_iterator): Initialize string-related fields properly.
2376
2377 2004-02-11 Miles Bader <miles@gnu.org>
2378
2379 * xdisp.c (produce_image_glyph): Force negative descents to zero.
2380
2381 2004-02-10 Miles Bader <miles@gnu.org>
2382
2383 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
2384 BLOCK_INPUT can be nested, so it doesn't make much sense.
2385
2386 2004-02-24 Michael Mauger <mmaug@yahoo.com>
2387
2388 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
2389 (xbm_read_bitmap_data): Use unsigned char for image data.
2390
2391 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2392
2393 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
2394
2395 2004-02-22 Jason Rumney <jasonr@gnu.org>
2396
2397 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
2398 correctly over other bitmaps.
2399
2400 2004-02-21 Eli Zaretskii <eliz@gnu.org>
2401
2402 * emacs.c (USAGE1): Split into two halves.
2403 (USAGE2): Second half of the old USAGE1.
2404 (USAGE3): Rename from USAGE2.
2405 (USAGE4): Rename from USAGE3.
2406
2407 2004-02-21 Juri Linkov <juri@jurta.org>
2408
2409 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
2410 Fix --multibyte. Move --help, --version to USAGE2. Add alias
2411 --file. Fix -f, -l. Sort options. Untabify.
2412 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
2413
2414 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
2415
2416 * category.c (Fdefine_category, Fcategory_docstring)
2417 (Fget_unused_category, Fset_category_table)
2418 (Fcategory_set_mnemonics): Doc fixes.
2419
2420 2004-02-20 Kim F. Storm <storm@cua.dk>
2421
2422 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
2423 The following changes are relative to the 2004-01-21 revision.
2424 (NREAD_INPUT_EVENTS): Define as max number of input events to read
2425 in one call to read_socket_hook. Value is 8.
2426 (read_avail_input): Separate and rework handling of read_socket_hook
2427 and non-read_socket_hook cases. Use smaller input_event buffer
2428 in read_socket_hook case, and repeat if full buffer is read.
2429 Use new local variable 'discard' to skip input after C-g.
2430 In non-read_socket_hook case, just use a single input_event, and
2431 call kbd_buffer_store_event on the fly for each character.
2432
2433 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
2436 Remove unused `gu' alternative.
2437
2438 2004-02-19 Andreas Schwab <schwab@suse.de>
2439
2440 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
2441 warning.
2442
2443 2004-02-18 Kim F. Storm <storm@cua.dk>
2444
2445 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
2446 Fix last change.
2447
2448 2004-02-17 Kim F. Storm <storm@cua.dk>
2449
2450 * xdisp.c (fast_find_position): Fix return value of new version;
2451 it was inverted compared to the 21.1 version.
2452 (get_window_cursor_type): Don't look at glyph if NULL.
2453 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
2454
2455 * keyboard.c: Rework previous change; it didn't consider that the
2456 buf array was allocated on the stack.
2457 (prev_read): Remove variable.
2458 (read_avail_input_buf): New static event buffer array.
2459 (in_read_avail_input): New static variable to handle re-entrancy.
2460 (read_avail_input): Change buf to pinter to read_avail_input_buf.
2461 Use in_read_avail_input to handle re-entrance; when re-entered,
2462 fully initialize and use tmp_buf array instead of read_avail_input_buf.
2463 Do not initialize read_avail_input_buf in full here; instead assume it
2464 is always cleared on entry. To ensure that, we clear (just) the
2465 entries that were used before we return.
2466 (init_keyboard): Initialize read_avail_input_buf here.
2467
2468 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2469
2470 * cmds.c (Fend_of_line): Doc fix.
2471
2472 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
2473
2474 * keyboard.c (prev_read): New static variable.
2475 (read_avail_input): Use it to zero out only those slots in buf[]
2476 that were used last time we were called.
2477
2478 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2479
2480 * Makefile.in (obj): Move fringe.o from here...
2481 (XOBJ, MAC_OBJ): ...to here.
2482
2483 2004-02-16 Stephen Eglen <stephen@gnu.org>
2484
2485 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
2486
2487 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * data.c (Fbyteorder):
2490 * fringe.c (Fdefine_fringe_bitmap):
2491 * xdisp.c (handle_single_display_prop):
2492 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
2493
2494 2004-02-16 Jason Rumney <jasonr@gnu.org>
2495
2496 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
2497
2498 2004-02-15 Steven Tamm <steventamm@mac.com>
2499
2500 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
2501 controlling emulation of a three button mouse with option and
2502 command keys.
2503 (Qreverse, mac_get_enumlated_btn): Handle the emulation
2504 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
2505
2506 2004-02-15 Kim F. Storm <storm@cua.dk>
2507
2508 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
2509
2510 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
2511 Perform byte-swapping.
2512
2513 2004-02-14 Kim F. Storm <storm@cua.dk>
2514
2515 * dispextern.h (struct draw_fringe_bitmap_params): Change member
2516 bits from char to short to facilitate wider bitmaps.
2517 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
2518 member.
2519
2520 * fringe.c (struct fringe_bitmap): Change member bits from char to
2521 short to facilitate 16 bits wide bitmaps. Modify all standard
2522 bitmaps accordingly.
2523 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
2524 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
2525 (draw_fringe_bitmap): Ditto.
2526 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
2527 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
2528 handle up to 16 bits wide bitmaps.
2529 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
2530 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
2531
2532 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
2533 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
2534 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
2535
2536 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
2537 so it is no longer necessary to expand them here.
2538
2539 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
2540
2541 2004-02-12 Kim F. Storm <storm@cua.dk>
2542
2543 * window.c (Fwindow_fringes): Doc fix.
2544
2545 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2546
2547 * xselect.c (x_get_foreign_selection): Add new optional parameter
2548 time_stamp.
2549 (Fx_get_selection_internal): Ditto, pass time_stamp to
2550 x_get_foreign_selection.
2551
2552 * data.c (Fbyteorder): New function.
2553
2554 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2555
2556 * atimer.c: Move include stdio.h to same place as in other files.
2557
2558 * region-cache.c: Ditto.
2559
2560 * sysdep.c: Ditto.
2561
2562 * xfaces.c: Ditto.
2563
2564 2004-02-09 Sam Steingold <sds@gnu.org>
2565
2566 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
2567
2568 2004-02-09 Kim F. Storm <storm@cua.dk>
2569
2570 * fringe.c: New file. Move original fringe related declarations
2571 and code from dispextern.h and xdisp.c here.
2572 Rework code to support user defined fringe bitmaps, redefining
2573 standard bitmaps, ability to overlay user defined bitmap with
2574 overlay arrow bitmap, and add faces to bitmaps.
2575 (Voverflow_newline_into_fringe): Declare here.
2576 (enum fringe_bitmap_align): New enum.
2577 (..._bits): All bitmaps are now defined without bitswapping; that
2578 is now done in init_fringe_once (if necessary).
2579 (standard_bitmaps): New array with specifications for the
2580 standard fringe bitmaps.
2581 (fringe_faces): New array.
2582 (valid_fringe_bitmap_id_p): New function.
2583 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
2584 (draw_fringe_bitmap): New function which draws fringe bitmap,
2585 possibly overlaying bitmap with cursor in right fringe or the
2586 overlay arrow in the left fringe.
2587 (update_window_fringes): Do not handle overlay arrow here.
2588 Compare and copy fringe bitmap faces.
2589 (init_fringe_bitmap): New function.
2590 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
2591 define and destroy user defined fringe bitmaps.
2592 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
2593 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
2594 (syms_of_fringe): New function. Defsubr new DEFUNs.
2595 DEFVAR_LISP Voverflow_newline_into_fringe.
2596 (init_fringe_once, init_fringe): New functions.
2597 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
2598
2599 * Makefile.in (obj): Add fringe.o.
2600 (fringe.o): New dependencies.
2601
2602 * dispextern.h (FRINGE_ID_BITS): New definition for number of
2603 bits allocated to hold a fringe number. Increase number of bits
2604 from 4 to 8 to allow user defined fringe bitmaps.
2605 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
2606 left_user_fringe_face_id, right_user_fringe_bitmap,
2607 right_user_fringe_face_id.
2608 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
2609 Move to new file fringe.c.
2610 (MAX_FRINGE_BITMAPS): Define here.
2611 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
2612 and overlay_p. Change member which to int.
2613 (struct redisplay_interface): New members define_fringe_bitmap
2614 and destroy_fringe_bitmap.
2615 (valid_fringe_bitmap_id_p): Add prototype.
2616 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
2617
2618 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
2619 arrows.
2620 (update_frame): Do flush_display if force_flush_display_p to
2621 ensure display (specifically fringes) are updated in a timely
2622 manner when resizing the frame by dragging the mouse.
2623 (update_window_line): Update row if overlay arrow changed.
2624 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
2625 or overlay arrow changed.
2626
2627 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
2628 syms_of_fringe, and init_fringe.
2629
2630 * frame.h (struct frame): New member force_flush_display_p.
2631
2632 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
2633 Add prototypes.
2634
2635 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
2636 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
2637 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
2638 Use cursor color for displaying cursor in fringe.
2639 (x_redisplay_interface): Add null handlers for
2640 define_fringe_bitmap and destroy_fringe_bitmap functions.
2641
2642 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
2643 xterm.c to handle overlayed fringe bitmaps and to use cursor color
2644 for displaying cursor in fringe.
2645 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
2646 specific functions to define and destroy fringe bitmaps in fringe_bmp.
2647 (w32_redisplay_interface): Add them to redisplay_interface.
2648 (w32_term_init): Call w32_init_fringe instead of explicitly
2649 defining fringe bitmaps in fringe_bmp array.
2650 (x_delete_display): Call w32_reset_fringes instead of explicitly
2651 destroying fringe bitmaps in fringe_bmp array.
2652
2653 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
2654 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
2655 (continued_bits, continuation_bits, ov_bits, first_line_bits)
2656 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
2657 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
2658 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
2659 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
2660 Move fringe handling vars and code to new file fringe.c.
2661 (handle_display_prop): Handle left-fringe and right-fringe
2662 display properties; store user fringe bitmaps in iterator.
2663 (move_it_in_display_line_to): Handle cursor in fringe at eob.
2664 (clear_garbaged_frames): Set force_flush_display_p if resized.
2665 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
2666 (display_line): Handle cursor in fringe at eob.
2667 (display_line): Set row user fringe bitmaps from iterator.
2668
2669 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
2670 Use cursor color for displaying cursor in fringe.
2671 (x_redisplay_interface): Add null handlers for
2672 define_fringe_bitmap and destroy_fringe_bitmap functions.
2673
2674 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2675
2676 * macfns.c (Fx_change_window_property): Make doc string and
2677 parameters same as for X version.
2678
2679 * w32fns.c (Fx_change_window_property): Ditto.
2680
2681 2004-02-07 Kim F. Storm <storm@cua.dk>
2682
2683 * xdisp.c (hscroll_window_tree): Position cursor near to right
2684 margin in hscrolled window when jumping to end of line (rather
2685 than centering cursor).
2686
2687 * process.c (wait_reading_process_input): Don't do adaptive read
2688 buffering if waiting for a specific process.
2689
2690 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
2691
2692 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
2693 (Fread_minibuffer, Feval_minibuffer)
2694 (Fread_string, Fread_no_blanks_input)
2695 (Fcompleting_read): Doc fixes.
2696 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
2697 completion-regexp-list. Define Qcase_fold_search and staticpro it.
2698 (read_minibuf): Fix initial comment.
2699 (Ftry_completion, Fall_completions, Ftest_completion): Bind
2700 case-fold-search to the value of completion-ignore-case when
2701 checking completion-regexp-list.
2702 (Fdisplay_completion_list): Make it handle arguments that are
2703 symbols. Doc fix.
2704
2705 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2706
2707 * xterm.h: Add declaration of free_frame_menubar.
2708
2709 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
2710 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
2711 (Fx_change_window_property): Add declaration of parameters type and
2712 format. Remove unused variable cons.
2713
2714 * xselect.c: Include stdio,h.
2715
2716 2004-02-05 Kenichi Handa <handa@m17n.org>
2717
2718 * fns.c (Fset_char_table_range): Fix previous change.
2719
2720 * buffer.c (Fset_buffer_multibyte): Fix docstring.
2721
2722 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
2723
2724 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
2725
2726 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * keymap.c (Vmouse_events): Rename from Vmenu_events.
2729 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
2730
2731 2004-02-04 Kenichi Handa <handa@m17n.org>
2732
2733 * fns.c (Fset_char_table_range): Handle charsets ascii,
2734 eight-bit-control, and eight-bit-graphic correctly.
2735
2736 2004-02-03 Jason Rumney <jasonr@gnu.org>
2737
2738 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
2739
2740 * w32fns.c (x_to_w32_font): Likewise.
2741
2742 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2743
2744 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
2745 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
2746
2747 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
2748 ClientMessages.
2749
2750 * xselect.c: Include termhooks.h and X11/Xproto.h
2751 (x_check_property_data, x_fill_property_data)
2752 (x_property_data_to_lisp, mouse_position_for_drop)
2753 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
2754 (Fx_send_client_event): Move here from xfns.c.
2755 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
2756
2757 * xfns.c (x-send-client-message): Move to xselect.c
2758 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
2759 OUTER_P.
2760 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
2761 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
2762 if vector_ret_p is true.
2763 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
2764
2765 2004-02-02 Eli Zaretskii <eliz@gnu.org>
2766
2767 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
2768 basename of FILE relative to it, not FILE itself.
2769
2770 2004-02-02 Kenichi Handa <handa@m17n.org>
2771
2772 * coding.c (coding_restore_composition): Check invalid
2773 composition data more rigidly.
2774
2775 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
2776
2777 * fileio.c (Fread_file_name_internal): Correctly handle the case
2778 where insert-default-directory is nil.
2779 (Fread_file_name): Always return an empty string if the user exits
2780 with an empty minibuffer. Adapt the docstring accordingly.
2781 (syms_of_fileio): Adapt the docstring of insert-default-directory
2782 to the change in Fread_file_name.
2783
2784 2004-01-29 Eli Zaretskii <eliz@gnu.org>
2785
2786 * alloca.c [!alloca]: Fix the prototype for xfree.
2787
2788 2004-01-29 Kenichi Handa <handa@m17n.org>
2789
2790 * fns.c (string_char_to_byte): Optimize for ASCII only string.
2791 (string_byte_to_char): Likewise.
2792
2793 2004-01-28 Peter Runestig <peter@runestig.com>
2794
2795 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
2796
2797 2004-01-27 Steven Tamm <steventamm@mac.com>
2798
2799 * unexmacosx.c (unexec_copy): Do not copy more than was
2800 requested to prevent overwriting during unexec.
2801
2802 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2803
2804 * process.c (sigchld_handler): Add comment about not calling malloc.
2805
2806 * process.h: Add extern to synch_process_termsig.
2807
2808 2004-01-27 Steven Tamm <steventamm@mac.com>
2809
2810 * macterm.c (make_mac_frame, make_mac_terminal_frame):
2811 Move setting of scroll bars from make_mac_frame to
2812 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
2813
2814 2004-01-26 Richard M. Stallman <rms@gnu.org>
2815
2816 * search.c (Freplace_match): Handle nonexistent
2817 back-references properly.
2818
2819 2004-01-03 Richard M. Stallman <rms@gnu.org>
2820
2821 * window.c (decode_any_window): New function.
2822 (Fwindow_height, Fwindow_width, Fwindow_edges)
2823 (Fwindow_pixel_edges, Fwindow_inside_edges)
2824 (Fwindow_inside_pixel_edges): Use decode_any_window.
2825
2826 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2827
2828 * process.h: synch_process_termsig new variable.
2829
2830 * callproc.c: Define synch_process_termsig.
2831 (Fcall_process): Initiate synch_process_termsig to zero and
2832 check if non-zero and get signal name after subprocess has ended.
2833
2834 * process.c (sigchld_handler): Set synch_process_termsig
2835 if terminated by a signal. synch_process_death setting removed.
2836
2837 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
2838
2839 2004-01-26 Andreas Schwab <schwab@suse.de>
2840
2841 * print.c (print_preprocess): Declare size as EMACS_INT to not
2842 lose bits.
2843 (print_object): Likewise.
2844 * alloc.c (Fpurecopy): Likewise.
2845
2846 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
2847
2848 * window.c (Fwindow_minibuffer_p): Doc fix.
2849
2850 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
2851
2852 * editfns.c (Fformat): Make both passes accept the same set of flags.
2853
2854 2004-01-23 Kenichi Handa <handa@m17n.org>
2855
2856 * fns.c (Fmd5): If OBJECT is a buffer different from the current
2857 one, set buffer to OBJECT temporarily.
2858
2859 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2860
2861 * keyboard.c (kbd_buffer_gcpro): Remove.
2862 (kbd_buffer_store_event, clear_event, Fdiscard_input)
2863 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
2864 Don't initialize and/or maintain the variable any more. It was made
2865 redundant by my commit of 2003-06-15.
2866
2867 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
2868
2869 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2870
2871 * lisp.h: Add undef DECL_ALIGN.
2872
2873 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2874
2875 * process.c (wait_reading_process_input) [SYNC_INPUT]:
2876 Check interrupt_input_pending explicitly.
2877
2878 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
2879
2880 * keyboard.c (handle_async_input): New fun,
2881 extracted from input_available_signal.
2882 (input_available_signal, reinvoke_input_signal): Use it.
2883
2884 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
2887
2888 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
2889 manipulation macros for when tags are in the lower bits.
2890 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
2891 (DECL_ALIGN): New macro.
2892 (DEFUN): Use it.
2893
2894 * lisp.h [ENABLE_CHECKING]: Don't force union type.
2895
2896 * s/darwin.h (__attribute__): Remove outdated workaround.
2897
2898 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
2899
2900 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
2901 Don't check range of malloc address.
2902 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
2903
2904 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
2905
2906 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
2907
2908 2004-01-19 Kenichi Handa <handa@m17n.org>
2909
2910 * fontset.c (fontset_font_pattern): Fix previous change.
2911
2912 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
2913
2914 * xdisp.c (Voverflow_newline_into_fringe)
2915 (move_it_in_display_line_to, redisplay_internal)
2916 (update_window_fringes, redisplay_window, display_line, window):
2917 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
2918 that it compiles without a window-system.
2919 * dispnew.c (direct_output_for_insert, update_window): Likewise.
2920
2921 2004-01-16 Kim F. Storm <storm@cua.dk>
2922
2923 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
2924
2925 * buffer.c (init_buffer_once): Set buffer_defaults and
2926 buffer_local_flags for indicate_buffer_boundaries.
2927 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
2928 default- variable for it.
2929
2930 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
2931 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
2932 New members exact_window_width_line_p and cursor_in_fringe_p for
2933 overflowing newlines into right fringe.
2934 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
2935 and indicate_bottom_line_p for buffer boundaries and scrolling.
2936 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
2937 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
2938 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
2939 and HOLLOW_SQUARE_BITMAP.
2940 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
2941 Add prototypes.
2942
2943 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
2944 instead of related indicator fields.
2945 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
2946 (direct_output_for_insert): Handle exact width lines like
2947 contined lines. Call update_window_fringes.
2948 (update_window): Call update_window_fringes.
2949 (scrolling_window): Don't skip desired rows with changed bitmaps.
2950 Check if fringe bitmaps changes when assigning scrolled rows.
2951
2952 * xdisp.c (Voverflow_newline_into_fringe): New variable.
2953 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
2954 (move_it_in_display_line_to): Overflow newline into fringe for
2955 rows that are exactly as wide as the window.
2956 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
2957 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
2958 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
2959 (fringe_bitmaps): Add new bitmaps.
2960 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
2961 Select proper bitmap for cursor in fringe when appropriate.
2962 Handle alignment of bitmap to top or bottom of row.
2963 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
2964 done by update_window_fringes.
2965 (update_window_fringes, draw_window_fringes): New functions.
2966 (redisplay_internal): Call update_window_fringes in case only
2967 cursor row is updated.
2968 (redisplay_window): Call update_window_fringes.
2969 Explicitly call draw_window_fringes if redisplay was done using
2970 the current matrix or the overlay arrow is in the window.
2971 (try_window_reusing_current_matrix): Mark scrolled rows for
2972 fringe update (to update buffer-boundaries / scrolling icons).
2973 (find_last_unchanged_at_beg_row): Handle exact width lines line
2974 continued lines.
2975 (display_line): Overflow newline into fringe for rows that are
2976 exactly as wide as the window. Don't append space for newline
2977 in this case.
2978 (notice_overwritten_cursor): Explicitly clear cursor bitmap
2979 in fringe as if it had been overwritten.
2980 (erase_phys_cursor): Erase cursor bitmap in fringe.
2981 (syms_of_xdisp): Mark show-trailing-whitespace and
2982 void-text-area-pointer as user options.
2983 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
2984
2985 * xterm.c (x_update_window_end): Call draw_window_fringes.
2986 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
2987 in row instead of actually drawing fringe bitmaps.
2988 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
2989 (x_draw_window_cursor): Draw cursor in fringe.
2990
2991 * w32term.c (x_update_window_end): Call draw_window_fringes.
2992 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
2993 in row instead of actually drawing fringe bitmaps.
2994 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
2995 (w32_draw_window_cursor): Draw cursor in fringe.
2996
2997 * macterm.c (x_update_window_end): Call draw_window_fringes.
2998 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
2999 in row instead of actually drawing fringe bitmaps.
3000 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
3001 (mac_draw_window_cursor): Draw cursor in fringe.
3002
3003 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3004
3005 * xterm.c (handle_one_xevent): Don't handle characters that are part
3006 of an old style (XLookupString) compose sequence.
3007
3008 2004-01-15 Kenichi Handa <handa@m17n.org>
3009
3010 * search.c (Freplace_match): Use make_multibyte_string or
3011 make_unibyte_string according to the buffer multibyteness.
3012
3013 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * alloc.c (struct interval_block, struct string_block)
3016 (struct symbol_block, struct marker_block, live_string_p)
3017 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
3018 Better preserve alignment for objects in blocks.
3019 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
3020
3021 * lread.c (defvar_per_buffer): Remove dead declaration.
3022
3023 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
3024 space size.
3025
3026 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3027
3028 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
3029 if a key press should pop down. Only pop down if a key is pressed
3030 outside the menu/dialog.
3031 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
3032 popup_get_selection.
3033 (create_and_show_dialog): Pass 1 for down_on_keypress to
3034 popup_get_selection.
3035
3036 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3037
3038 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
3039 BLOCK/UNBLOCK_INPUT.
3040
3041 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3042
3043 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
3044 specified.
3045
3046 2004-01-08 Kenichi Handa <handa@m17n.org>
3047
3048 * editfns.c (Fformat): Fix '&' to '&&'.
3049
3050 2004-01-08 Andreas Schwab <schwab@suse.de>
3051
3052 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
3053 size if PSEUDOVECTOR_FLAG is set.
3054
3055 2004-01-07 Kenichi Handa <handa@m17n.org>
3056
3057 * charset.c (Fdeclare_equiv_charset): Fix docstring.
3058
3059 * fontset.c (fontset_ref_via_base): Fix previous change.
3060
3061 2004-01-07 Kim F. Storm <storm@cua.dk>
3062
3063 * process.c (read_process_output): Only activate adaptive
3064 buffering if we read less than 256 bytes at a time.
3065
3066 2004-01-06 Kim F. Storm <storm@cua.dk>
3067
3068 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
3069 object and image object. Return glyph width and height.
3070 (mode_line_string, marginal_area_string): Ditto.
3071
3072 * dispextern.h (buffer_posn_from_coords, mode_line_string)
3073 (marginal_area_string): Fix prototypes.
3074
3075 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
3076 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
3077 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
3078
3079 * keyboard.c (make_lispy_position): Use modified mode_line_string,
3080 buffer_posn_from_coords, and marginal_area_string functions to
3081 include both string object and image object in the lispy position.
3082 Also add actual glyph width and height to position.
3083 (read_key_sequence): Use real buffer position from mouse
3084 event to find keymap property even when click is in marginal area.
3085
3086 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
3087 mode_line_string and marginal_area_string functions to handle
3088 both string object and image object properties.
3089
3090 2004-01-06 Andreas Schwab <schwab@suse.de>
3091
3092 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
3093 character.
3094
3095 2004-01-02 Andreas Schwab <schwab@suse.de>
3096
3097 * macterm.c (emacs_options, x_initialized, same_x_server):
3098 Remove unused (and duplicated) definitions.
3099
3100 2004-01-02 Kim F. Storm <storm@cua.dk>
3101
3102 * process.h (struct Lisp_Process): New members for adaptive read
3103 buffering: adaptive_read_buffering, read_output_delay, and
3104 read_output_skip.
3105
3106 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
3107 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
3108 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
3109 (process_output_delay_count, process_output_skip): New vars.
3110 (Vprocess_adaptive_read_buffering): New variable.
3111 (make_process): Initialize adaptive read buffering members.
3112 (Fstart_process): Set adaptive_read_buffering member.
3113 (deactivate_process): Cleanup adaptive read buffering.
3114 (wait_reading_process_input): Temporarily omit delayed
3115 subprocesses from the set of file descriptors to read from;
3116 adjust the select timeout if we skipped any subprocesses.
3117 (read_process_output): Increase adaptive read buffering delay if
3118 we read less than a full buffer; reduce delay when we read a
3119 full buffer.
3120 (send_process): Simplify using local Lisp_Process var.
3121 Reset adaptive read buffering delay after write.
3122 (init_process): Initialize process_output_delay_count and
3123 process_output_skip.
3124 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
3125
3126 2004-01-01 Jason Rumney <jasonr@gnu.org>
3127
3128 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
3129
3130 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3131
3132 * print.c (Ferror_message_string): Add hyperlink in the docstring
3133 to the definition of `signal' in the Elisp manual.
3134 * eval.c (Fsignal): Ditto.
3135
3136 2003-12-29 James Clark <jjc@jclark.com> (tiny change)
3137
3138 * fns.c (internal_equal): Return t for two NaN arguments.
3139
3140 2003-12-29 Richard M. Stallman <rms@gnu.org>
3141
3142 * data.c (store_symval_forwarding): Handle setting
3143 default-fill-column, etc., by changing the value in
3144 buffers that use the default.
3145
3146 * minibuf.c (Fset_minibuffer_window): Doc fix.
3147
3148 * fileio.c (choose_write_coding_system): Ignore auto_saving
3149 if using the visited file for auto saves.
3150 (Fwrite_region): Don't update SAVE_MODIFF
3151 if auto-saving in visited file.
3152
3153 2003-12-29 Kenichi Handa <handa@m17n.org>
3154
3155 * dispextern.h (face_font_available_p): Extern it.
3156
3157 * fontset.c (Voverriding_fontspec_alist): New variable.
3158 (lookup_overriding_fontspec): New function.
3159 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
3160 (fontset_font_pattern): Likewise.
3161 (regulalize_fontname): New function.
3162 (Fset_fontset_font): Call regulalize_fontname.
3163 (Fset_overriding_fontspec_internal): New function.
3164 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
3165 Defsubr Sset_overriding_fontspec_internal.
3166
3167 * xfaces.c (face_font_available_p): New function.
3168
3169 2003-12-28 Richard M. Stallman <rms@gnu.org>
3170
3171 * buffer.c (Fother_buffer): Don't crash if BUF is nil
3172 or if its name is nil.
3173
3174 * buffer.c (Fkill_buffer): Don't delete auto-save file
3175 if it's the same as the visited file.
3176
3177 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
3178
3179 * coding.c (Fcheck_coding_system): Doc fix.
3180
3181 2003-12-28 Kim F. Storm <storm@cua.dk>
3182
3183 * Makefile.in (eval.o): Depend on dispextern.h.
3184
3185 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
3186 image glyph using image's ascent.
3187 (mode_line_string): Return image glyph as object clicked on.
3188 Adjust y0 for image glyph using image's ascent.
3189
3190 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
3191 (struct glyph): New members, ascent and descent. Used to save
3192 this glyph's ascent and descent, instead of having.
3193 (struct glyph): Declare member face_id using FACE_ID_BITS.
3194 (find_hot_spot): Add prototype.
3195
3196 * keyboard.c (Qimage): Remove extern (now in lisp.h).
3197 (QCmap): Declare extern.
3198 (make_lispy_position): When position is inside image hot-spot,
3199 use hot-spot element's id as posn element.
3200
3201 * lisp.h (IMAGEP): New macro to test for image object type.
3202 (Qimage): Declare extern.
3203
3204 * macfns.c (Qimage): Remove extern (now in lisp.h).
3205 (valid_image_p, parse_image_spec): Use IMAGEP macro.
3206
3207 * macterm.c (Qface, Qmouse_face): Remove unused externs.
3208
3209 * w32fns.c (Qimage): Remove extern (now in lisp.h).
3210 (valid_image_p, parse_image_spec): Use IMAGEP macro.
3211
3212 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
3213
3214 * w32term.c (Qface, Qmouse_face): Remove unused externs.
3215
3216 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
3217 pointer types.
3218 (Qrelative_width, Qalign_to): Remove unused variables.
3219 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
3220 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
3221 image maps.
3222 (x_y_to_hpos_vpos): Return glyph relative coordinates through
3223 new dx and dy args.
3224 Remove buffer_only_p arg (always 0). Simplify code accordingly.
3225 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
3226 than row's ascent and height, to get sensible height on tall rows.
3227 (build_desired_tool_bar_string): Remove Qimage extern.
3228 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
3229 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
3230 image glyph is alone on the last line.
3231 (append_glyph, append_composite_glyph, produce_image_glyph)
3232 (append_stretch_glyph): Set glyph's ascent and descent.
3233 (on_hot_spot_p): New function to check if position is inside an
3234 rectangular, circular, or polygon-shaped image hot-spot,
3235 (find_hot_spot): New function to search for image hot-spot.
3236 (Flookup_image_map): New defun to search for image hot-spot.
3237 (define_frame_cursor1): New aux function to determine frame pointer.
3238 (note_mode_line_or_margin_highlight, note_mouse_highlight):
3239 Handle `pointer' text property and :pointer image property to
3240 control frame pointer shape. Detect image hot-spots for pointer
3241 and help_echo properties. Use define_frame_cursor1.
3242 (note_mouse_highlight): Use Vvoid_text_area_pointer.
3243 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
3244 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
3245
3246 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
3247
3248 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
3249 (Qimage): Remove extern (now in lisp.h).
3250 (valid_image_p, parse_image_spec): Use IMAGEP macro.
3251
3252 * xmenu.c (show_help_event): Remove unused code.
3253
3254 * xterm.c (Qface, Qmouse_face): Remove unused externs.
3255 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
3256 row's ascent and descent, to get a sensible height on tall rows.
3257
3258 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
3259
3260 * minibuf.c (Fcompleting_read): Undo previous change.
3261
3262 2003-12-25 Lars Hansen <larsh@math.ku.dk>
3263
3264 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
3265 Arguments GCPRO'ed in call to file name handler.
3266
3267 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
3268
3269 * termcap.c (tgetst1): Scan for "%pN"; if all
3270 N are continuous in [1,9], remove all "%pN".
3271
3272 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3273
3274 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
3275
3276 * xfaces.c (lface_fully_specified_p): Take into account that
3277 MAC OS always have unspecified stipple.
3278
3279 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
3280
3281 * tparam.c (tparam1): Add handling for `%pN', which
3282 means use param N for the next substitution.
3283
3284 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
3285
3286 * xfaces.c (Fcolor_gray_p): Fix omission bug:
3287 In case `frame' is nil, consult the selected frame.
3288 (Fcolor_supported_p): Likewise.
3289
3290 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
3291
3292 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
3293 Doc fixes.
3294
3295 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
3296 and an integer. Adapt the introductory comment accordingly.
3297 (Fread_from_minibuffer): Delete code moved into read_minibuf.
3298 Doc fix.
3299 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
3300 read_minibuf.
3301 (Fcompleting_read): Delete code moved into read_minibuf.
3302 (Ftest_completion): Make it handle obarrays and hash tables correctly.
3303
3304 2003-12-03 Kenichi Handa <handa@m17n.org>
3305
3306 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
3307 encoding sequence.
3308
3309 2003-12-01 Kenichi Handa <handa@m17n.org>
3310
3311 * composite.c (syms_of_composite): Don't make the compostion hash
3312 table week.
3313
3314 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3315
3316 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
3317 * textprop.c (Fget_char_property_and_overlay): New function.
3318 (syms_of_textprop): Defsubr it.
3319
3320 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3321
3322 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
3323 to compile on terminal configuration.
3324
3325 * fileio.c (Fread_file_name): Check use_file_dialog also before
3326 calling Fx_file_dialog.
3327
3328 * fns.c: use_file_dialog: New variable.
3329 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
3330
3331 2003-11-29 Kim F. Storm <storm@cua.dk>
3332
3333 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
3334 (syms_of_msdos): Don't intern and staticpro them.
3335
3336 2003-11-27 Kim F. Storm <storm@cua.dk>
3337
3338 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
3339 coordinates relative to glyph at posn. If glyph is an image,
3340 return that as object at posn. Callers changed.
3341 (mode_line_string, marginal_area_string): Calculate and return
3342 pixel coordinates relative to glyph. Callers changed.
3343
3344 * dispextern.h (buffer_posn_from_coords, mode_line_string)
3345 (marginal_area_string): Fix prototypes.
3346 (window_box_left_offset, window_box_right_offset): Add prototypes.
3347
3348 * frame.h (get_specified_cursor_type, get_window_cursor_type):
3349 Remove prototypes.
3350
3351 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
3352
3353 * keyboard.c (make_lispy_position): Add x and y coordinates
3354 relative to the current glyph as 7th element of position.
3355 If glyph is an image, return it in the object element.
3356 (read_key_sequence): Skip checks for keymap property in cases
3357 where POSN_STRING is not a string (e.g. an image).
3358
3359 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
3360 (Vshow_text_cursor_in_void): New variable.
3361 (glyph_to_pixel_coords): Don't use negative hpos.
3362 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
3363 (append_stretch_glyph): Change ascent arg to be actual value
3364 in pixels rather than ratio to height. Callers changed.
3365 (calc_pixel_width_or_height): New aux function, implementing
3366 pixel based artihmetic for glyph widths and heights.
3367 (produce_stretch_glyph): Use calc_pixel_width_or_height for
3368 :width, :height, :align-to, and :ascent, thus allowing these to
3369 be specified in pixels as well as multiples of characters.
3370 Don't produce stretch glyphs with zero width or height.
3371 (get_specified_cursor_type): Declare static.
3372 (get_window_cursor_type): Declare static. Add glyph arg to be
3373 able to know when cursor is on an image; always substitute
3374 hollow-box cursor for filled-box cursor on images, to avoid
3375 negative images and flicker when blinking the cursor.
3376 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
3377 (note_mode_line_or_margin_highlight): Use non-text cursor rather
3378 than vertical scroll-bar cursor in display margins.
3379 (note_mouse_highlight): Use non-text cursor rather than text
3380 cursor in fringes and over images in the text area.
3381 Use non-text cursor when mouse pointer is outside editable text,
3382 i.e. in the void after end-of-line or end-of-buffer; this was
3383 already done for W32, but is now standard for all systems --
3384 user can toggle show-text-cursor-in-void to get old behaviour.
3385 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
3386 Vdisplay_pixels_per_inch.
3387
3388 2003-11-25 Andreas Schwab <schwab@suse.de>
3389
3390 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
3391 EMACS_INT to not lose bits.
3392 (Ffillarray): Don't set bits beyond the size of a bool vector.
3393
3394 2003-11-25 Kim F. Storm <storm@cua.dk>
3395
3396 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
3397 define this defun on systems that cannot use stderr as lvalue.
3398
3399 2003-11-24 Gerd Moellmann <gerd@gnu.org>
3400
3401 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
3402 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
3403 ld's default is incompatible with unexec.
3404
3405 2003-11-23 Kim F. Storm <storm@cua.dk>
3406
3407 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
3408 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
3409 (Fforce_window_update): New defun.
3410 (syms_of_window): Defsubr it.
3411 (Fset_window_margins, Fset_window_fringes): Doc fix.
3412
3413 * print.c (Fredirect_debugging_output): New defun.
3414 (syms_of_print): Defsubr it.
3415
3416 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
3417
3418 * fns.c (Fset_char_table_parent): Doc fix.
3419
3420 2003-11-22 Kim F. Storm <storm@cua.dk>
3421
3422 * dispnew.c (buffer_posn_from_coords): Return actual row/column
3423 for glyph clicked on, rather than (unused) pixel positions.
3424 (mode_line_string, marginal_area_string): Change X and Y args to
3425 pointers for returning actual row/column for glyph clicked on.
3426 Simplify and optimize loops.
3427
3428 * dispextern.h (mode_line_string, marginal_area_string):
3429 Update prototypes.
3430
3431 * keyboard.c (make_lispy_position): New function for generating
3432 mouse click positions from frame and pixel coordinates.
3433 Enhanced to return buffer position and actual row/column for
3434 events outside the text area using updated mode_line_string and
3435 marginal_area_string functions.
3436 Return left-fringe and right-fringe clicks as such, rather than
3437 clicks in text area.
3438 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
3439 pixel_to_glyph_coords, as we never use the results.
3440 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
3441 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
3442 Eliminate unused code in WHEEL_EVENT handling.
3443 (make_lispy_movement): Use make_lispy_position.
3444
3445 * window.c (coordinates_in_window): Remove redundant tests.
3446 Fix returned X pixel value for left-margin.
3447
3448 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
3449 mode_line_string and marginal_area_string parameters.
3450
3451 2003-11-22 Lars Hansen <larsh@math.ku.dk>
3452
3453 * w32.c (struct the_group, getgrgid): Add.
3454 * mac.c (struct my_group, getgrgid): Add.
3455
3456 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
3457
3458 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
3459
3460 2003-11-21 Lars Hansen <larsh@math.ku.dk>
3461
3462 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
3463 include in call to file name handler. Optionally translate numeric
3464 UID and GID to strings. Update docstring.
3465 (directory_files_internal): Add parameter ID-FORMAT.
3466 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
3467 include in call to file name handler and call to
3468 directory_files_internal. Update Docstring.
3469 (Fdirectory_files): Add dummy parameter in call to
3470 directory_files_internal.
3471 * lisp.h (Qinteger): Add.
3472 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
3473 (Ffile_attributes): Add parameter.
3474 * data.c (Qinteger): Export.
3475
3476 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
3477
3478 * fns.c (Freverse, Fnreverse): Doc fixes.
3479
3480 2003-11-19 Kim F. Storm <storm@cua.dk>
3481
3482 * xdisp.c (init_iterator): Initialize it->start to position
3483 before reseating (in case start position is invisible).
3484 (init_to_row_start): Set it->start to row-start.
3485 (redisplay_window): Accept optional_new_start if start position
3486 is invisible (in which case IT_CHARPOS overshoots PT).
3487 (display_line): Setup row->start from it->start (rather than
3488 it->current which is wrong if first char on line is invisible).
3489 When done, reseat it->start to it->current (= start of next row).
3490 (expose_area): Fix exposure of text area when first char (e.g. TAB)
3491 is only partially visible.
3492
3493 * dispextern.h (struct it): New member start.
3494
3495 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * alloc.c (make_float, Fcons): Clear the markbit at init time.
3498 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
3499 of block_index outside of the macro call.
3500 (Fgarbage_collect): Remove null code.
3501
3502 * m/amdx86-64.h: Don't redefine XPNTR.
3503
3504 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
3505 of VALMASK.
3506
3507 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
3508 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
3509 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
3510
3511 * lisp.h (VALMASK): Only define for non-union type.
3512 (MARKBIT): Remove.
3513 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
3514 (XTYPE): Define unconditionally.
3515 (XSETTYPE): Remove one more remnant.
3516 (EQ): Define differently for the union and non-union cases.
3517 (INTMASK): New bit mask.
3518 (struct Lisp_Marker): Move down to prepare for upcoming patch.
3519 (GC_EQ): Delegate to EQ.
3520
3521 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
3522
3523 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3524
3525 * xterm.c (x_window_to_scroll_bar): Move check of display to
3526 where window_id is compared.
3527
3528 2003-11-17 Kim F. Storm <storm@cua.dk>
3529
3530 * dispextern.h (struct it): New member first_vpos.
3531
3532 * xdisp.c (start_display): Set it->first_vpos.
3533 (try_window_id): Use first_vpos to start display in first _text_
3534 line if no reusable lines at start of window with header line.
3535
3536 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3537
3538 * w32fns.c (XPutPixel):
3539 * w32bdf.c (w32_init_bdf_font):
3540 * sunfns.c (sel_read):
3541 * process.c (Fmake_network_process):
3542 * frame.c (store_frame_param):
3543 * fontset.c (Fset_fontset_font):
3544 * emacs.c (shut_down_emacs):
3545 * ccl.c (ccl_driver): Remove period at end of error message.
3546
3547 * config.in: Regenerate.
3548
3549 * xfns.c (x_window_to_frame, x_any_window_to_frame)
3550 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
3551 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
3552 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
3553 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
3554
3555 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
3556
3557 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
3558 (XTmouse_position, handle_one_xevent): Pass Display* to
3559 x_window_to_scroll_bar.
3560 (x_window_to_scroll_bar): Take a Display* argument.
3561 Check that display for frame is equal to Display* argument.
3562 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
3563 x_display_info_for_display instead. Use Display in xev instead
3564 of GDK_DISPLAY.
3565 (x_dispatch_event): Call x_display_info_for_display.
3566 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
3567 (x_connection_closed): Call xg_display_close for GTK.
3568 (x_term_init): Call xg_display_open for additional displays.
3569 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
3570 for GTK.
3571
3572 * xmenu.c (single_menu_item, mouse_position_for_popup)
3573 (x_activate_menubar): Formatting adjustments.
3574
3575 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
3576 adjustments.
3577
3578 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
3579 (xg_display_close, xg_create_default_cursor)
3580 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
3581 handling.
3582 (xg_left_ptr_cursor): Remove.
3583 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
3584 cursor here.
3585 (xg_win_to_widget): Take Display* argument, call
3586 gdk_xid_table_lookup_for_display.
3587 (xg_create_frame_widgets, xg_get_file_name, create_menus)
3588 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
3589 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
3590 in FRAME_X_DISPLAY_INFO.
3591 (xg_get_scroll_id_for_window): Take Display* argument.
3592 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
3593 (xg_initialize): Remove xg_left_ptr_cursor.
3594
3595 * gtkutil.h: xg_get_scroll_id_for_window, xg_win_to_widget takes
3596 Display* argument also. Declare xg_display_open,
3597 xg_display_close, xg_create_default_cursor.
3598
3599 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3600
3601 * xterm.c (x_detect_focus_change): Do not change focus frame for
3602 Enter/LeaveNotify if the current focus frame has explicit focus.
3603
3604 2003-11-14 Kim F. Storm <storm@cua.dk>
3605
3606 * dispnew.c (update_text_area): Fix redisplay error when hscroll
3607 is active and first glyph is only partially visible.
3608
3609 2003-11-13 Kenichi Handa <handa@m17n.org>
3610
3611 * xdisp.c (select_frame_for_redisplay): New function.
3612 (redisplay_internal): Record also selected_frame for
3613 unwind_redisplay. Call select_frame_for_redisplay before
3614 redrawing each frame.
3615 (unwind_redisplay): Argument changed to a cons.
3616
3617 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
3618
3619 * fns.c (Fstring_to_multibyte): Doc fix.
3620
3621 2003-11-11 Kenichi Handa <handa@m17n.org>
3622
3623 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
3624
3625 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3626
3627 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
3628 program specified positions.
3629
3630 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3631
3632 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
3633
3634 2003-11-08 Kenichi Handa <handa@m17n.org>
3635
3636 * Makefile.in (lisp): Add kannada.el.
3637 (shortlisp): Likewise.
3638
3639 2003-11-07 Kenichi Handa <handa@m17n.org>
3640
3641 * coding.c (coding_allocate_composition_data):
3642 Reset coding->composing to COMPOSITION_NO.
3643 (coding_restore_composition): Detect invalid composition data.
3644 Give Fstring and Fvector a Lispy integer, not C int.
3645
3646 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * floatfns.c (Flogb): Don't use VALMASK.
3649
3650 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
3651 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
3652
3653 * lisp.h (XINT): Move the cast to clarify what is going on.
3654 (GCTYPEMASK, XSETTYPE): Remove.
3655 (XGCTYPE): Make it an alias of XTYPE.
3656
3657 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3658
3659 * xterm.c (x_term_init): Fix formatting.
3660
3661 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3662
3663 * gtkutil.h: Declare xg_have_tear_offs, remove xg_keep_popup
3664 and xg_did_tearoff.
3665
3666 * gtkutil.c: Remove variable xg_did_tearoff.
3667 (xg_have_tear_offs): New function.
3668 (tearoff_remove): Just decrease xg_detached_menus.
3669 (tearoff_activate): Increase xg_detached_menus and call
3670 tearoff_remove when tearoff is removed.
3671 (xg_keep_popup): Remove function.
3672 (create_menus): Give add_tearoff_p as argument to recursive
3673 call to create_menus.
3674 (xg_create_widget): Use variables instead of multiple
3675 strcmp. Tell create_menus to create tear off only for
3676 menu bar menus.
3677 (xg_update_menubar): Change title for a detached menu also.
3678 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
3679 of deep_p.
3680 (xg_initialize): Initialize xg_detached_menus, remove
3681 initialization of xg_did_tearoff.
3682
3683 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
3684 xg_have_tear_offs returns non-zero.
3685 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
3686 call to xg_keep_popup.
3687
3688 2003-11-01 Andrew Choi <akochoi@shaw.ca>
3689
3690 * macterm.c (XTread_socket): Handle menubar selection and grow
3691 window only for mouseDown events.
3692
3693 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3694
3695 * xterm.c (x_term_init): For GTK part, increase x_initialized
3696 to check for more than one display. Use error instead of return 0.
3697
3698 2003-10-31 Andrew Choi <akochoi@shaw.ca>
3699
3700 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
3701 (copy_dysymtab): Call it.
3702
3703 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
3704
3705 * eval.c (Fdefvaralias): Doc fix.
3706
3707 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
3708
3709 * data.c (Fsetplist): Doc fix.
3710
3711 2003-10-14 Lute Kamstra <lute@gnu.org>
3712
3713 * window.c (Fset_window_fringes): Clarify docstring.
3714
3715 2003-10-14 Kim F. Storm <storm@cua.dk>
3716
3717 * window.c (Fset_window_margins): Simplify arg checking.
3718
3719 2003-10-13 Richard M. Stallman <rms@gnu.org>
3720
3721 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
3722 (print_partial_compiled_pattern): Replace assert with a printout.
3723 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
3724
3725 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
3726
3727 * window.c (Fset_window_margins): Allow only integers as args.
3728 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
3729 Doc fixes.
3730
3731 2003-10-13 Lute Kamstra <lute@gnu.org>
3732
3733 * window.c (Fset_window_fringes): Elaborate docstring.
3734
3735 2003-10-12 Andrew Choi <akochoi@shaw.ca>
3736
3737 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
3738
3739 * s/darwin.h (GC_MARK_STACK): Define.
3740
3741 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3742
3743 * window.c (shrink_windows): New function.
3744 (size_window): Call shrink_windows to calculate window sizes when
3745 shrinking frame with more than one window.
3746
3747 2003-10-12 Kim F. Storm <storm@cua.dk>
3748
3749 * xdisp.c (compute_fringe_widths): Doc fix.
3750
3751 2003-10-08 Kenichi Handa <handa@m17n.org>
3752
3753 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
3754
3755 2003-10-07 Kenichi Handa <handa@m17n.org>
3756
3757 * coding.c (Qcoding_system_define_form): New variable.
3758 (syms_of_coding): Intern and staticpro it.
3759 (Fcheck_coding_system): Try to autoload the definition of
3760 CODING-SYSTEM.
3761
3762 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
3763
3764 * fns.c (Frequire): Doc fix.
3765
3766 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3767
3768 * xfns.c (Fx_send_client_event): New function as a base for
3769 manipulating extended window manager hints.
3770 (Fx_send_client_event): Remove unused variable s.
3771
3772 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
3773 that function is removed.
3774
3775 * xterm.c (x_set_offset): Use move_offset_left/top instead of
3776 x/y_pixels_outer_diff.
3777 (x_check_expected_move): Calculate move_offset_left/top.
3778
3779 * xterm.h (struct x_output): New members: move_offset_top/left.
3780
3781 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
3782 call x_set_offset directly.
3783
3784 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
3785
3786 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
3787
3788 * xterm.c (x_delete_display): Free font names and font_encoder
3789 in dpyinfo->font_table.
3790
3791 * xfns.c (Fx_close_connection): Only call XFreeFont here.
3792 Move xfree of font names to x_delete_display.
3793
3794 * xterm.h (struct x_display_info): New member, wm_type.
3795 (struct x_output): New members, expected_top/left and
3796 check_expected_move.
3797
3798 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
3799 is received.
3800 (handle_one_xevent): Rename x_check_expected_move from
3801 x_check_fullscreen_move.
3802 (x_set_offset): Only add WM decoration sizes to modified_top/left
3803 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
3804 (x_check_expected_move): Rename from x_check_fullscreen_move.
3805 Removed fullscreen specific code. Use check_expected_move,
3806 expected_left/top instead. Also, set wm_type.
3807 (x_term_init): Initialize wm_type to unknown.
3808
3809 * frame.c (x_fullscreen_move): Remove addition of WM decoration
3810 sizes to move_x/y.
3811
3812 2003-10-03 Kenichi Handa <handa@m17n.org>
3813
3814 * macterm.c (x_load_font): Clear all members of FONTP before start
3815 filling them.
3816
3817 2003-10-02 Kenichi Handa <handa@m17n.org>
3818
3819 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
3820 before calling find_ccl_program_func. Call find_ccl_program_func
3821 only when fontp->font_encoder is not NULL.
3822
3823 * xterm.c (x_load_font): Clear all members of FONTP before start
3824 filling them.
3825
3826 2003-10-03 John Paul Wallington <jpw@gnu.org>
3827
3828 * keymap.c (map_keymap): Don't abort when binding is a vector.
3829
3830 2003-10-02 Jason Rumney <jasonr@gnu.org>
3831
3832 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
3833 Sync dependencies with Makefile.in.
3834 (alloca.o): Remove.
3835
3836 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
3837 filling them.
3838
3839 * w32bdf.c (w32_load_bdf_font): Likewise.
3840
3841 2003-09-30 Richard M. Stallman <rms@gnu.org>
3842
3843 * term.c (set_tty_color_mode): Calculate current_mode_spec
3844 regardless of value of VAL.
3845
3846 * intervals.c (graft_intervals_into_buffer):
3847 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
3848 Handle over_used when splitting UNDER.
3849
3850 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3851
3852 * regex.c (regex_compile): Free the stack when returning from function.
3853
3854 2003-09-28 Kenichi Handa <handa@m17n.org>
3855
3856 * fontset.c (Finternal_char_font): Change return value to
3857 cons (FONT-NAME . GLYPH-CODE).
3858
3859 2003-09-28 Eli Zaretskii <eliz@gnu.org>
3860
3861 * term.c (tty_setup_colors): Treat any negative argument as -1.
3862
3863 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
3864
3865 * process.c (send_process): Delete unused temp_buf.
3866
3867 2003-09-26 Dave Love <fx@gnu.org>
3868
3869 * xterm.c (x_bitmap_mask): Declare.
3870
3871 2003-09-25 Dave Love <fx@gnu.org>
3872
3873 * Makefile.in (fns.o): Depend on md5.h.
3874
3875 2003-09-25 Kim F. Storm <storm@cua.dk>
3876
3877 * window.c (set_window_buffer): Fix redisplay problems when
3878 switching between buffers with different display margin widths.
3879
3880 2003-09-23 Kim F. Storm <storm@cua.dk>
3881
3882 * process.c (set_socket_option): Fix :bindtodevice option.
3883 (Fset_network_process_option): Update process contact list when
3884 setting option succeeds.
3885 (Fmake_network_process): Doc fix.
3886
3887 2003-09-23 Dave Love <fx@gnu.org>
3888
3889 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
3890
3891 2003-09-22 Eli Zaretskii <eliz@gnu.org>
3892
3893 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
3894 color mode is an integer number (it could be -1).
3895
3896 2003-09-22 Richard M. Stallman <rms@gnu.org>
3897
3898 * intervals.c (graft_intervals_into_buffer): Correct the main loop
3899 in the case where OVER is longer than UNDER.
3900
3901 2003-09-22 Masatake YAMATO <jet@gyve.org>
3902
3903 * window.c (Fset_window_scroll_bars): Validate the value of
3904 `vertical_type'.
3905
3906 2003-09-21 Kim F. Storm <storm@cua.dk>
3907
3908 * frame.c (Vdefault_frame_scroll_bars): New variable.
3909 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
3910 (syms_of_frame): DEFVAR_LISP it, and initialize according to
3911 window-system default scroll bar position.
3912
3913 * window.c (Fwindow_scroll_bars): Doc fix.
3914
3915 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3916
3917 * xterm.c (x_set_offset): Take window manager decorations into account.
3918
3919 2003-09-19 Richard M. Stallman <rms@gnu.org>
3920
3921 * atimer.h: Don't include lisp.h.
3922 (P_): Define it here (as well as elsewhere).
3923
3924 * print.c (Fprin1_to_string): Move the PRINTPREPARE
3925 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
3926
3927 * data.c (Fvariable_binding_locus): New function.
3928 (syms_of_data): defsubr it.
3929 (Flocal_variable_p): Delete duplicate call to indirect_variable.
3930
3931 2003-09-18 Dave Love <fx@gnu.org>
3932
3933 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
3934
3935 * process.c (Fnetwork_interface_info): Fix type error.
3936 (Fnetwork_interface_list): Doc fix.
3937 (read_process_output, read_process_output): Delete unused var.
3938
3939 2003-09-17 Kim F. Storm <storm@cua.dk>
3940
3941 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
3942 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
3943 (Fnetwork_interface_info): Check that ifreq struct has required
3944 fields before accessing them; this requires that those fields are
3945 defined as macros, which may be too restrictive on some platforms,
3946 but it is better than failing on other platforms.
3947 (syms_of_process): Only defsubr above fns when included.
3948
3949 2003-09-17 Dave Love <fx@gnu.org>
3950
3951 * unexalpha.c: Don't include varargs.h.
3952
3953 2003-09-17 Kim F. Storm <storm@cua.dk>
3954
3955 * process.c (Fset_process_sentinel): Add sentinel to childp plist
3956 for network process.
3957 (socket_options): Add `:' prefix to option names. Add optbit field.
3958 (set_socket_option): Remove no_error arg and special handling of s < 0.
3959 Return 1<<optbit for known option, 0 for unknown.
3960 Do not interpret 0 as false for boolean option (only nil).
3961 Pass failed option and value to report_file_error.
3962 (Fset_network_process_options): Replace by Fset_network_process_option.
3963 (Fset_network_process_option): New function to set just one option.
3964 (Fmake_network_process): Allow :coding arg to be a cons.
3965 Allow :server arg to be an integer specifying backlog size.
3966 Remove :options arg, and allow options to be specified directly
3967 as :KEY, VALUE pairs. Parse these options before binding socket.
3968 As before, :reuseaddr t is default for a server process, but this
3969 can now be disabled by specifying :reuseaddr nil.
3970 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
3971 (init_process): Availability of network options is now checked with
3972 simpler syntax (featurep 'make-network-process :OPTION); use loop to
3973 setup features.
3974 (syms_of_process): Fix defsubr's for the replaced functions.
3975
3976 2003-09-16 Dave Love <fx@gnu.org>
3977
3978 * Makefile.in: Depend on coding.h.
3979
3980 2003-09-14 Kim F. Storm <storm@cua.dk>
3981
3982 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
3983 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
3984 (syms_of_process): Defsubr them.
3985
3986 * config.in: Regenerate.
3987
3988 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3989
3990 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
3991 * m/news-r6.h (XUNMARK): Remove.
3992 * m/mips.h (XUNMARK): Remove.
3993 * m/mips-siemens.h (XUNMARK): Remove.
3994 * m/iris4d.h (XUNMARK): Remove.
3995 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
3996
3997 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * lisp.h (VALBITS): Don't remove 1 for the markbit.
4000 (union Lisp_Object): Use unsigned int for types. Remove markbit.
4001 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
4002 (XTYPE): Use unsigned right-shift.
4003 (XMARKBIT, XMARK, XUNMARK): Remove.
4004
4005 * alloc.c (init_intervals, init_symbol, init_marker):
4006 Don't preallocate anything.
4007 (Fgarbage_collect, mark_object): Ignore the markbit.
4008
4009 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
4010
4011 2003-09-08 Lute Kamstra <lute@gnu.org>
4012
4013 * xdisp.c (pint2hrstr): New function.
4014 (decode_mode_spec): Add `%i' and `%I' specs.
4015 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
4016 for `mode-line-format'.
4017
4018 2003-09-07 Andreas Schwab <schwab@suse.de>
4019
4020 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
4021 avoid warning.
4022
4023 2003-09-07 Eli Zaretskii <eliz@gnu.org>
4024
4025 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
4026
4027 2003-09-03 Kim F. Storm <storm@cua.dk>
4028
4029 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
4030 change (superseded by 2002-08-30 change); the default blink-off
4031 cursor is now again "no cursor".
4032
4033 2003-09-01 Jason Rumney <jasonr@gnu.org>
4034
4035 * makefile.w32-in (alloca.o): Remove.
4036 (coding.o): Depend on intervals.h
4037 (emacs.o, bytecode.o): Depend on window.h
4038
4039 2003-09-01 Dave Love <fx@gnu.org>
4040
4041 * Makefile.in (alloca.o): Remove commands.
4042 (coding.o): Depend on intervals.h composite.h window.h.
4043 (emacs.o): Depend on window.h keyboard.h keymap.h.
4044 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
4045 (bytecode.o): Depend on window.h.
4046
4047 2003-08-31 Jason Rumney <jasonr@gnu.org>
4048
4049 * w32term.c (w32_per_char_metric): Allow cached metrics to be
4050 returned even when font_type is unknown.
4051
4052 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
4053
4054 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4055
4056 * xterm.c (x_term_init): Initialize new fields in x_display_info.
4057
4058 * xterm.h (struct x_display_info): Add red/green/blue_bits and
4059 *_offset.
4060
4061 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
4062 calculate pixel value.
4063
4064 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
4065
4066 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
4067 Don't tell redisplay display is accurate when it's actually been
4068 paused for pending input.
4069
4070 2003-08-29 Richard M. Stallman <rms@gnu.org>
4071
4072 * dispnew.c (adjust_glyph_matrix): Call window_box
4073 whenever W is nonzero.
4074
4075 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
4076 (Fkill_local_variable, Fmake_variable_frame_local)
4077 (Flocal_variable_p, Flocal_variable_if_set_p):
4078 Use indirect_variable to trace thru variable aliases.
4079
4080 * config.in: Updated.
4081
4082 * callint.c (Fcall_interactively): Save and restore
4083 Vthis_command, Vthis_original_command, real_this_command,
4084 and current_kboard->Vlast_command.
4085
4086 * abbrev.c (Fexpand_abbrev): Insert before deleting.
4087
4088 2003-08-29 Gerd Moellmann <gerd@gnu.org>
4089
4090 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
4091
4092 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
4093
4094 * coding.c (decode_coding_iso2022): Initialize local variable c2.
4095 (decode_coding_sjis_big5): Likewise.
4096
4097 2003-08-27 Jason Rumney <jasonr@gnu.org>
4098
4099 * w32.c (sys_pipe): Protect against file descriptor overflow.
4100
4101 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
4102
4103 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
4104
4105 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
4106
4107 * xfns.c (Vgtk_version_string): New variable.
4108 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
4109
4110 2003-08-24 Eli Zaretskii <eliz@gnu.org>
4111
4112 * term.c (term_init): Remove `const' from buffer_size's declaration.
4113
4114 * Makefile.in (msdos.o): Depend on intervals.h.
4115
4116 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
4117
4118 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4119
4120 * xterm.h (struct x_display_info): New fields: client_leader_window
4121 and Xatom_wm_client_leader.
4122
4123 * xterm.c (x_initialize): Move call to x_session_initialize to ...
4124 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
4125
4126 * xsmfns.c (create_client_leader_window): New function.
4127 (x_session_initialize): Call create_client_leader_window, take
4128 dpyinfo as argument.
4129
4130 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
4131
4132 * Makefile.in (xsmfns.o): Add more depenedencies.
4133
4134 2003-08-21 Dave Love <fx@gnu.org>
4135
4136 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
4137
4138 2003-08-21 Kenichi Handa <handa@m17n.org>
4139
4140 * term.c (term_init): Fix previous change; don't rely on the
4141 length of `buffer' if TERMINFO is defined.
4142
4143 2003-08-20 Dave Love <fx@gnu.org>
4144
4145 * atimer.h: Include lisp.h.
4146
4147 * lisp.h (EMACS_LISP_H): New.
4148 (popup_activated_flag): Don't declare.
4149
4150 * alloca.c: Some merging with gnulib. Change logic and doc
4151 concerning (x)malloc/(x)free -- no longer Emacs-specific.
4152 [DO_BLOCK_INPUT]: Don't include lisp.h.
4153 (xmalloc, xfree): Declare.
4154 (malloc): Don't declare.
4155
4156 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
4157 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
4158 atimer.h, blockinput.h.
4159
4160 * alloc.c (lisp_align_malloc): Change type of `aligned'.
4161
4162 * alloca.s: Removed.
4163
4164 2003-08-19 Gerd Moellmann <gerd@gnu.org>
4165
4166 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
4167 use -lncurses.
4168
4169 * term.c (term_init): Use a buffer of size 4096 for tgetent since
4170 FreeBSD returns something longer than 2044. Abort if the end of
4171 the buffer is overwritten.
4172
4173 2003-08-19 Miles Bader <miles@gnu.org>
4174
4175 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
4176
4177 2003-08-19 Gerd Moellmann <gerd@gnu.org>
4178
4179 * alloc.c (lisp_align_malloc): Check for memory full when
4180 allocating ablocks, which also avoids freeing a pointer into an
4181 ablocks structure.
4182
4183 * puresize.h (BASE_PURESIZE): Increase to 1100000.
4184
4185 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
4186
4187 2003-08-16 Richard M. Stallman <rms@gnu.org>
4188
4189 * editfns.c (Fencode_time): Doc fix.
4190
4191 2003-08-16 David Ponce <david@dponce.com>
4192
4193 * fileio.c (Fwrite_region): Fix conditional expression to issue
4194 the right message.
4195
4196 2003-08-16 Juri Linkov <juri@jurta.org> (tiny change)
4197
4198 * syntax.c (Fforward_word): Argument changed to optional.
4199 Set default value to 1.
4200
4201 2003-08-15 Kenichi Handa <handa@m17n.org>
4202
4203 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
4204 what autoscaled.
4205 (best_matching_font): Once we find a better scalable font, set
4206 non_scalable_has_exact_height_p to 1.
4207 (try_font_list): Call try_alternative_families to try any family
4208 with the given registry.
4209
4210 2003-08-09 Andreas Schwab <schwab@suse.de>
4211
4212 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
4213
4214 * print.c (print_string): Fix printing of multibyte string with
4215 nontrivial printcharfun.
4216
4217 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4218
4219 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
4220
4221 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
4222
4223 2003-07-31 Kenichi Handa <handa@m17n.org>
4224
4225 * process.c (read_process_output): Return the actually read bytes
4226 instead of the result of decoding.
4227
4228 2003-07-31 Kenichi Handa <handa@m17n.org>
4229
4230 * xterm.h (struct x_bitmap_record): New member have_mask.
4231
4232 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
4233 to 0.
4234 (x_create_bitmap_from_file): Likewise.
4235 (x_destroy_bitmap): Check have_mask member before freeing a mask.
4236 (x_destroy_all_bitmaps): Likewise.
4237 (x_create_bitmap_mask): Set have_mask member to 1.
4238
4239 2003-07-30 Richard M. Stallman <rms@gnu.org>
4240
4241 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
4242
4243 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4244
4245 * gtkutil.c (xg_mark_data): Update calls to mark_object.
4246
4247 2003-07-29 Richard M. Stallman <rms@gnu.org>
4248
4249 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
4250 Conditionalize XIM code on HAVE_XIM.
4251
4252 * fns.c (Fclear_string): New function.
4253 (syms_of_fns): defsubr it.
4254
4255 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
4256
4257 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
4258
4259 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
4260
4261 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
4262
4263 * buffer.c (delete_all_overlays): New function.
4264 * buffer.h (delete_all_overlays): Declare.
4265 * coding.c (run_pre_post_conversion_on_str):
4266 * print.c (temp_output_buffer_setup):
4267 * fileio.c (Finsert_file_contents):
4268 * minibuf.c (get_minibuffer): Use it.
4269
4270 2003-07-22 Andrew Choi <akochoi@shaw.ca>
4271
4272 * unexmacosx.c (unexec_regions_sort_compare):
4273 (unexec_regions_merge): New functions. Sort and merge unexec
4274 regions before dumping them.
4275
4276 2003-07-22 Dave Love <fx@gnu.org>
4277
4278 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
4279
4280 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
4281
4282 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
4283 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
4284 MARKBIT as the gcmarkbit for strings.
4285
4286 2003-07-21 Richard M. Stallman <rms@gnu.org>
4287
4288 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
4289
4290 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
4291 (syms_of_fns): Corresponding change.
4292
4293 * alloc.c (syms_of_alloc): Doc fixes.
4294
4295 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
4296
4297 * s/netbsd.h: Use -Wl syntax.
4298
4299 2003-07-17 Richard M. Stallman <rms@gnu.org>
4300
4301 * xterm.c (xim_initialize): Redo 6/24 change.
4302
4303 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
4304
4305 * buffer.c (copy_overlays): Use EMACS_INT for positions.
4306 (Fswitch_to_buffer): Don't signal an error when switching to the same
4307 buffer in a dedicated window.
4308
4309 * alloc.c: Use bitmaps for cons, as was done for floats.
4310 (init_float, init_cons): Let the normal code allocate the first block.
4311 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
4312 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
4313 New macros.
4314 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
4315 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
4316 (live_cons_p): Check the pointer is not past the `conses' array.
4317 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
4318 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
4319 (survives_gc_p): Use CONS_MARKED_P and simplify.
4320 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
4321
4322 2003-07-13 Paul Eggert <eggert@twinsun.com>
4323
4324 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
4325 puts it into BSS instead, at least on Solaris 8 and 9.
4326 This is a valid optimization, and it may occur on other platforms,
4327 so Emacs should not assume that initializing a static variable to
4328 zero puts it into data.
4329 * alloc.c (pure, staticvec):
4330 Initialize these arrays to nonzero, so that they're not
4331 put into BSS by that optimization.
4332
4333 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
4334
4335 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
4336 (lisp_align_malloc): Use posix_memalign is available.
4337 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
4338 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
4339 for consistency. Update users.
4340
4341 2003-07-13 Richard M. Stallman <rms@gnu.org>
4342
4343 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
4344
4345 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
4346
4347 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
4348 and use the Gtk+ function gtk_window_icon_from_file if available.
4349
4350 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
4351 handle mask of bitmaps.
4352 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
4353 mask property.
4354 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
4355
4356 * xterm.h (xg_set_icon): New function.
4357
4358 2003-07-12 Paul Eggert <eggert@twinsun.com>
4359
4360 * unexelf.c (unexec): Consider a section to precede the .bss
4361 section if its addresses overlap that of .bss.
4362
4363 2003-07-12 Richard M. Stallman <rms@gnu.org>
4364
4365 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
4366
4367 * config.in (HAVE_CRTIN): Add #undef.
4368 (INLINE): Really inline only if OPTIMIZE is defined.
4369
4370 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
4371 END_FILES_1.
4372 (START_FILES_1, END_FILES_1): New macros (conditional).
4373 (LD_SWITCH_SYSTEM_TEMACS): Define.
4374
4375 * s/openbsd.h: Don't include bsd4-3.h.
4376 (TERMINFO): Define.
4377 (LIBS_TERMCAP): Define.
4378 (LD_SWITCH_SYSTEM): Define (two definitions).
4379
4380 * xfns.c: Include libpng/png.h instead of png.h.
4381
4382 2003-07-11 Andreas Schwab <schwab@suse.de>
4383
4384 * buffer.c (modify_overlay): Update prototype.
4385 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
4386 Likewise.
4387
4388 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
4389
4390 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
4391 (struct interval): Move to intervals.h.
4392 (struct Lisp_Marker): Use EMACS_INT for position info.
4393 (forward_point): Remove prototype of defunct function.
4394 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
4395 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
4396 (syms_of_textprop, set_text_properties): Remove prototypes that are
4397 already in intervals.h.
4398
4399 * intervals.h (struct interval): Move from lisp.h.
4400 Use EMACS_INT for position and size info.
4401
4402 * coding.c: Include intervals.h for Fset_text_properties.
4403
4404 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
4405 position and length information.
4406
4407 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
4408
4409 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
4410 position and length information.
4411
4412 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
4413
4414 Change overlays_after and overlays_before so the overlays themselves
4415 are linked into lists, rather than using cons cells. After all each
4416 Lisp_Misc already occupies 5 words, so we can add a `next' field to
4417 Lisp_Overlay for free and save up one cons cell per overlay (not
4418 to mention one indirection when traversing the list of overlay).
4419
4420 * lisp.h (struct Lisp_Overlay): New field `next'.
4421
4422 * buffer.h (struct buffer): Change overlays_before and overlays_after
4423 from Lisp lists of overlays to pointers to overlays.
4424
4425 * buffer.c (overlay_strings, recenter_overlay_lists):
4426 Fix typo in eassert in last commit.
4427 (unchain_overlay): New function.
4428 (add_overlay_mod_hooklist): Use AREF.
4429 (copy_overlays, reset_buffer, overlays_at, overlays_in)
4430 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
4431 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
4432 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
4433 (report_overlay_modification, evaporate_overlays, init_buffer_once):
4434 Adjust to new type of overlays_(before|after).
4435
4436 * alloc.c (mark_object): Mark the new `next' field of overlays.
4437 (mark_buffer): Manually mark the overlays_(after|before) fields.
4438
4439 * coding.c (run_pre_post_conversion_on_str):
4440 * editfns.c (overlays_around):
4441 * xdisp.c (load_overlay_strings):
4442 * fileio.c (Finsert_file_contents):
4443 * indent.c (current_column):
4444 * insdel.c (signal_before_change, signal_after_change):
4445 * intervals.c (set_point_both):
4446 * print.c (temp_output_buffer_setup): Use new type for
4447 overlays_(before|after).
4448
4449 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
4450
4451 * buffer.c (report_overlay_modification): Don't run hooks while
4452 traversing the list of overlays.
4453
4454 * buffer.h (struct buffer): Use an int for overlay_center.
4455 (overlays_at, evaporate_overlays, recenter_overlay_lists)
4456 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
4457
4458 * buffer.c (reset_buffer, recenter_overlay_lists)
4459 (adjust_overlays_for_insert, adjust_overlays_for_delete)
4460 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
4461 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
4462 (overlays_at, evaporate_overlays, recenter_overlay_lists)
4463 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
4464
4465 * xdisp.c (fast_find_position): Remove unused var.
4466
4467 * cmds.c (Qexpand_abbrev): New sym.
4468 (syms_of_cmds): Initialize it.
4469 (internal_self_insert): Use it to call expand-abbrev.
4470
4471 2003-07-09 Kim F. Storm <storm@cua.dk>
4472
4473 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
4474 was configured with --without-xim.
4475 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
4476
4477 2003-07-07 Richard M. Stallman <rms@gnu.org>
4478
4479 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
4480
4481 * alloc.c (Fgarbage_collect): Doc fix.
4482
4483 2003-07-07 Nozomu Ando <nand@mac.com> (tiny change)
4484
4485 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
4486
4487 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
4488
4489 * minibuf.c (read_minibuf): UNGCPRO before returning.
4490 (Ftry_completion, Fall_completions): Doc fix.
4491
4492 * alloc.c (live_float_p): Check that p is not past the `floats' array,
4493 now that `floats' is not the last element of the struct any more.
4494
4495 2003-07-06 Jason Rumney <jasonr@gnu.org>
4496
4497 * w32term.h (ClipboardSequence_Proc): New type.
4498
4499 * w32fns.c (clipboard_sequence_fn): New variable.
4500 (globals_of_w32fns): Initialize it.
4501
4502 * w32select.c (last_clipboard_sequence_number): New variable.
4503 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
4504 number if possible.
4505
4506 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
4507
4508 * m/amdx86-64.h (MARKBIT):
4509 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
4510 MARKBIT and ARRAY_MARK_FLAG any more.
4511
4512 * m/hp800.h (XSETMARKBIT):
4513 * m/sr2k.h (XSETMARKBIT):
4514 * lisp.h (XSETMARKBIT): Remove unused macro.
4515
4516 * lisp.h (mark_object): Change prototype.
4517
4518 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
4519 (last_marked): Change accordingly.
4520 (mark_interval, mark_maybe_object, mark_maybe_pointer)
4521 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
4522 (mark_buffer): Update calls to mark_object.
4523
4524 * bytecode.c (mark_byte_stack):
4525 * fns.c (sweep_weak_table):
4526 * keyboard.c (mark_kboards): Update calls to mark_object.
4527
4528 2003-07-06 Jason Rumney <jasonr@gnu.org>
4529
4530 * alloc.c (struct ablock): Only include padding when there is some.
4531
4532 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
4533
4534 * alloc.c (ALIGN): Add casts to simplify usage.
4535 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
4536 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
4537 (struct ablock, struct ablocks): New types.
4538 (free_ablock): New global var.
4539 (lisp_align_malloc, lisp_align_free): New functions.
4540 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
4541 (struct float_block): Reorder and add gcmarkbits.
4542 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
4543 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
4544 (init_float, make_float): Use lisp_align_malloc.
4545 (free_float, live_float_p): Don't use `type' any more.
4546 (make_float): Use FLOAT_UNMARK to access to mark bit.
4547 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
4548 Use FLOAT_MARKED_P to access the mark bit.
4549 (pure_alloc): Simplify use of ALIGN.
4550 (mark_object): Use FLOAT_MARK to access the mark bit.
4551 (gc_sweep): Use new macros to access the float's mark bit.
4552 (init_alloc_once): Init free_ablock.
4553
4554 * lisp.h (struct Lisp_Float): Remove unused field `type'.
4555
4556 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
4557
4558 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
4559 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
4560 (allocate_buffer): Move.
4561 (string_bytes): Don't mask markbit of `size_byte'.
4562 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
4563 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
4564 Use the `size' field of buffers (rather than the `name' field) for
4565 the mark bit, as is done for all other vectorlike objects.
4566 Use the new macros to access the mark bit of vectorlike objects.
4567
4568 2003-06-26 Richard M. Stallman <rms@gnu.org>
4569
4570 * puresize.h (BASE_PURESIZE): Increment base size.
4571
4572 * xdisp.c (fast_find_position): Enable Gerd's new definition.
4573
4574 * xterm.c (xim_initialize): Undo previous change.
4575
4576 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
4577
4578 * alloc.c (survives_gc_p): Simplify.
4579
4580 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
4581
4582 * window.c (Fset_window_dedicated_p): Simplify.
4583 (display_buffer_1): Don't raise the win from which minibuf was entered.
4584 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
4585 (Fminibuffer_selected_window): Simplify.
4586
4587 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
4588
4589 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
4590 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
4591
4592 * insdel.c (check_markers, adjust_markers_for_delete)
4593 (adjust_markers_for_insert, adjust_markers_for_replace)
4594 (prepare_to_modify_buffer, RESTORE_VALUE):
4595 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
4596 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
4597 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
4598 * alloc.c (Fmake_marker, free_marker, gc_sweep):
4599 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
4600 * editfns.c (save_excursion_restore, transpose_markers):
4601 * window.c (delete_window):
4602 * xdisp.c (message_dolog): Update for new types.
4603
4604 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4605
4606 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
4607 (realize_default_face): Use default_face_done_p for the force_p
4608 argument to set_lface_from_font_name. Set default_face_done_p to one.
4609
4610 * frame.c (make_frame): Initialize default_face_done_p.
4611
4612 * frame.h (struct frame): Add default_face_done_p.
4613
4614 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
4615 will be defined.
4616
4617 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
4618
4619 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
4620 Initialize the new field `gcmarkbit'.
4621 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
4622 (mark_interval_tree): Don't mark the tree separately from the nodes.
4623 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
4624 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
4625 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
4626
4627 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
4628 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
4629 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
4630 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
4631 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
4632
4633 2003-06-24 Dave Love <fx@gnu.org>
4634
4635 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
4636
4637 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
4638 from gnulib.
4639
4640 2003-06-21 Richard M. Stallman <rms@gnu.org>
4641
4642 * fileio.c (Fwrite_region): Alternate messages
4643 for append and partial write.
4644
4645 * keyboard.c (read_key_sequence): When converting upcase fn key to
4646 downcase, update fkey and keytran so `backspace' gets translated.
4647
4648 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
4649
4650 * process.c (wait_reading_process_input): Don't signal SIGIO
4651 in batch mode.
4652
4653 2003-06-17 Kenichi Handa <handa@m17n.org>
4654
4655 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
4656 composite.h.
4657
4658 * xselect.c: Don't include charset.h, coding.h, composite.h.
4659 (Qforeign_selection): New variable.
4660 (syms_of_xselect): Intern and static it.
4661 (selection_data_to_lisp_data): Return a unibyte string made from
4662 data with `foreign-selection' text property.
4663
4664 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
4665
4666 * termhooks.h (EVENT_INIT): New macro.
4667
4668 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
4669
4670 * alloc.c (mark_kboards): Move to keyboard.c.
4671
4672 * keyboard.c (record_asynch_buffer_change, read_avail_input):
4673 * xterm.c (x_dispatch_event):
4674 * xmenu.c (find_and_call_menu_selection):
4675 * xdisp.c (handle_tool_bar_click):
4676 * w32menu.c (menubar_selection_callback):
4677 * sysdep.c (kbd_input_ast, read_input_waiting):
4678 * msdos.c (dos_rawgetc):
4679 * macterm.c (mac_check_for_quit_char):
4680 * macmenu.c (menubar_selection_callback):
4681 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
4682 data to kbd_buffer_store_event.
4683
4684 2003-06-15 Kim F. Storm <storm@cua.dk>
4685
4686 * xdisp.c (x_fix_overlapping_area): Always use area relative X
4687 to fix redisplay problem with tall characters (such as \e,AC\e(B).
4688
4689 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
4690
4691 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
4692
4693 2003-06-12 Kenichi Handa <handa@m17n.org>
4694
4695 * fileio.c (Fwrite_region): Save and restore restriction.
4696
4697 2003-06-12 Dave Love <fx@gnu.org>
4698
4699 * alloca.c (alloca): Declare arg as size_t.
4700
4701 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
4702 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
4703
4704 2003-06-11 Dave Love <fx@gnu.org>
4705
4706 * search.c (shrink_regexp_cache): Use xrealloc.
4707 (syms_of_search): Use xmalloc.
4708
4709 2003-06-10 Kim F. Storm <storm@cua.dk>
4710
4711 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
4712 Adjust phys_cursor.x to be relative to window box, rather than
4713 text area before checking -- to ensure cursor is redrawn when
4714 exposing window.
4715 Note: This also fixes a similar (older) bug if display margins
4716 are present.
4717
4718 2003-06-06 Kenichi Handa <handa@m17n.org>
4719
4720 * coding.c (encoding_buffer_size): If coding->type is
4721 coding_type_ccl, double magnification on CRLF encoding.
4722
4723 2003-06-06 Jason Rumney <jasonr@gnu.org>
4724
4725 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
4726 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
4727
4728 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
4729 Mac too.
4730
4731 2003-06-05 Dave Love <fx@gnu.org>
4732
4733 * strftime.c: Merge changes from gnulib.
4734
4735 * mktime.c (__mktime_internal): Merge changes from gnulib
4736 involving year 69 and dst2.
4737
4738 Changes to merge with gnulib version and be consistent with the
4739 autoconf test:
4740
4741 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
4742 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
4743 [HAVE_LOCALE_H]: Include locale.h.
4744 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
4745
4746 2003-06-05 Kim F. Storm <storm@cua.dk>
4747
4748 * window.c (coordinates_in_window): Convert X and Y to window
4749 relative coordinates inside mode-line and header-line parts.
4750 Convert X and Y to margin area relative coordinates inside left
4751 and right display margin parts.
4752
4753 2003-06-05 Jason Rumney <jasonr@gnu.org>
4754
4755 * w32fns.c (add_system_logical_colors_to_map): New function.
4756 (Fx_open_connection): Use it.
4757
4758 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
4759
4760 * process.c (allocate_pty): Revert part of the previous patch.
4761 (Faccept_process_output): Simplify.
4762
4763 2003-06-04 Jason Rumney <jasonr@gnu.org>
4764
4765 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
4766
4767 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
4768 (lispy_mouse_wheel_names): Remove.
4769 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
4770 Always define drag_and_drop_syms.
4771
4772 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
4773 WHEEL_EVENT events.
4774
4775 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
4776
4777 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
4778
4779 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
4780
4781 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4782
4783 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
4784 menu item label.
4785
4786 2003-06-03 Richard M. Stallman <rms@gnu.org>
4787
4788 * window.c (Fwindow_edges): Doc fix.
4789 (Fwindow_pixel_edges, Fwindow_inside_edges)
4790 (Fwindow_inside_pixel_edges): New functions.
4791 (syms_of_window): defsubr them.
4792
4793 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
4794 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
4795
4796 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
4797
4798 * dispnew.c (Fsit_for): Don't lie about the number of args.
4799
4800 2003-06-02 Dave Love <fx@gnu.org>
4801
4802 * callproc.c: Use HAVE_FCNTL_H, not USG5.
4803 (syms_of_callproc) <process-environment>: Doc fix.
4804
4805 * doc.c: Use HAVE_FCNTL_H, not USG5.
4806
4807 * xfaces.c (font_rescale_ratio): Fix for K&R.
4808
4809 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
4810
4811 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
4812
4813 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
4814
4815 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
4816 (xg_create_frame_widgets): Use ENCODE_UTF_8.
4817
4818 * xterm.c (Qutf_8): Move to coding.c
4819
4820 * xmenu.c (ENCODE_MENU_STRING): New.
4821 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
4822 Use it.
4823
4824 * coding.h (ENCODE_UTF_8): New.
4825 (Qutf_8): Declare.
4826
4827 * coding.c (Qutf_8): New.
4828 (syms_of_coding): Intern it.
4829
4830 * fns.c: Doc fixes.
4831
4832 2003-06-02 Kenichi Handa <handa@m17n.org>
4833
4834 * buffer.c (Fset_buffer_multibyte): Fix previous change.
4835
4836 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
4837
4838 * lread.c (openp): Make sure STR is a string.
4839
4840 2003-06-01 David Ponce <david@dponce.com>
4841
4842 * termhooks.h (enum event_kind): Added new WHEEL_EVENT event.
4843 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
4844
4845 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
4846 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
4847 (discard_mouse_events): Discard WHEEL_EVENT events too.
4848 (lispy_wheel_names, wheel_syms): New.
4849 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
4850 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
4851 defined.
4852 (make_lispy_event): Add WHEEL_EVENT handler.
4853
4854 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
4855 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
4856 WHEEL_EVENT events.
4857
4858 2003-05-31 John Paul Wallington <jpw@gnu.org>
4859
4860 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
4861 timer are in lisp/emacs-lisp.
4862
4863 2003-05-31 Kenichi Handa <handa@m17n.org>
4864
4865 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
4866 region when a buffer is changed to unibyte.
4867
4868 * charset.h (VALID_LEADING_CODE_P): New macro.
4869 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
4870
4871 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
4872 is nonzero, accept multibyte form of eight-bit-control chars.
4873 (decode_composition_emacs_mule): Likewise.
4874 (decode_coding_emacs_mule): Likewise.
4875 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
4876 multibyte form of eight-bit-control chars.
4877
4878 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
4879 (Finsert_file_contents): If coding-system-for-read is bound to
4880 Qauto_save_coding, use the coding system emacs-mule with special
4881 setting for recovering a file.
4882 (choose_write_coding_system): On auto saving, use the coding
4883 system emacs-mule with special setting for auto saving.
4884 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
4885
4886 2003-05-30 Kenichi Handa <handa@m17n.org>
4887
4888 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
4889 properly before calling ccl_driver.
4890
4891 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
4892
4893 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is
4894 nonzero.
4895 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
4896 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
4897
4898 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4899
4900 * xfaces.c (realize_default_face): Do not abort if lface is
4901 non-existent - reverts change from 2003-05-19.
4902
4903 2003-05-29 Kenichi Handa <handa@m17n.org>
4904
4905 * coding.c (decode_coding_iso2022): Pay attention to the byte
4906 sequence of CTEXT extended segment, and retain those bytes as is.
4907
4908 2003-05-28 Kenichi Handa <handa@m17n.org>
4909
4910 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
4911 of CODING_REPLACEMENT_CHARACTER.
4912 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
4913 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
4914 check this flag on encoding.
4915 (encode_coding_sjis_big5): Check
4916 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
4917 (Fset_terminal_coding_system_internal): Set
4918 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
4919 instead of setting CODING_FLAG_ISO_SAFE flag in
4920 terminal_coding.flags.
4921
4922 * coding.h (CODING_REPLACEMENT_CHARACTER): Renamed from
4923 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
4924 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
4925
4926 2003-05-28 Richard M. Stallman <rms@gnu.org>
4927
4928 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
4929
4930 * eval.c (unbind_to): Move init of this_binding to separate statement.
4931
4932 2003-05-28 Kim F. Storm <storm@cua.dk>
4933
4934 * xdisp.c (expose_window): Fix error in calculation of
4935 window relative coordinates of area to redisplay.
4936
4937 2003-05-27 Jason Rumney <jasonr@gnu.org>
4938
4939 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
4940
4941 2003-05-27 David Ponce <david@dponce.com>
4942
4943 Handle W32 mouse wheel events as mouse click events, like in X.
4944
4945 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
4946 MOUSE_WHEEL_EVENT anymore.
4947
4948 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
4949 Scrolling down/up the mouse wheel is respectively mapped to mouse
4950 button 4 and 5.
4951 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
4952 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
4953 WM_MOUSEWHEEL events.
4954
4955 2003-05-27 Andreas Schwab <schwab@suse.de>
4956
4957 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
4958
4959 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
4960 partially visible line.
4961
4962 * alloc.c (Fgarbage_collect): Fix last change.
4963
4964 2003-05-26 John Paul Wallington <jpw@gnu.org>
4965
4966 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
4967
4968 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
4969
4970 * window.c (Fset_window_buffer): Add type of `keep_margins'.
4971 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
4972
4973 * window.h (window_box_text_cols): Declare.
4974
4975 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
4976 (x_draw_vertical_border): Remove unused var `f'.
4977
4978 * xfaces.c (build_scalable_font_name): Remove `unused var
4979 pixel_size' warning.
4980
4981 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
4982
4983 * unexelf.c (unexec): Remove `unused var n' warning.
4984
4985 * strftime.c (my_strftime_localtime_r): Remove `defined but
4986 unused' warning.
4987
4988 * process.c (allocate_pty): Remove `unused var stb' and
4989 `cp might be used uninitialized' warnings.
4990
4991 * dispnew.c (mode_line_string): Remove unused var `f'.
4992
4993 * coding.c (find_safe_codings): Remove unused var `i'.
4994
4995 * bytecode.c (Fbyte_code): Remove `unused val' warning.
4996
4997 * buffer.c (Fkill_buffer): Remove unused var `list'.
4998
4999 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
5000
5001 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5002
5003 * frame.c (make_frame): Condition want_fullscreen with
5004 HAVE_WINDOW_SYSTEM.
5005
5006 2003-05-25 Juanma Barranquero <lektu@terra.es>
5007
5008 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
5009 (Fwindow_scroll_bars): Fix typo in docstring.
5010
5011 2003-05-24 Kim F. Storm <storm@cua.dk>
5012
5013 The following changes serve several purposes:
5014
5015 1) Swap the position of fringes and display margins in windows, i.e.
5016 the fringes are now displayed between the margins and the text area
5017 (by default).
5018
5019 2) Allow fringe and scroll bar parameters to be set per-buffer and
5020 per-window (like display margins). Such settings are now stored
5021 in window configurations, preserved when frames are resized, and
5022 copied when windows are split vertically or horizontally.
5023 Several bugs related to display margins have been fixed.
5024
5025 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
5026
5027 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
5028 rather than FRAME_WIDTH (FRAME_FONT (f)).
5029
5030 5) Introduce a consistent naming of variables, members and macros
5031 depending on whether their value is measured in pixels or in
5032 canonical columns/lines. Pixel dimensions are named *_width and
5033 *_height, while canonical columns/lines are named *_cols and
5034 *_lines. Pixel positions are named *_x and *_y, while column/line
5035 positions are named *_col and *_line.
5036
5037 6) Consolidate more of the X, W32, and MAC gui code by moving
5038 common data into struct frame, and generalize it for the non-gui
5039 case by using suitable defaults.
5040
5041 7) Cleanup and consolidate the macros controlling frame and window
5042 layout into frame.h and window.h, and generalize the use of the
5043 various window_box_* functions (enhanced to handle the new fringe
5044 position and the per-window fringe and scroll bar settings).
5045
5046 * frame.h (struct frame): Rename members height to text_lines,
5047 width to text_cols, window_height to total_lines, window_width to
5048 total_cols, new_height to new_text_lines, new_width to
5049 new_text_cols. All uses changed.
5050 (struct frame): New members which consolidate common members of
5051 x_output, w32_output, and mac_output structures: left_pos,
5052 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
5053 win_gravity, size_hint_flags, border_width, internal_border_width,
5054 line_height, fringe_cols, left_fringe_width, right_fringe_width,
5055 want_fullscreen. All uses changed.
5056 (struct frame): New member column_width contaning the canonical
5057 column width, analogue to line_height. All uses changed.
5058 (struct frame): Rename members scroll_bar_pixel_width to
5059 config_scroll_bar_width, and scroll_bar_cols to
5060 config_scroll_bar_cols. All uses changed.
5061 (struct frame): New member scroll_bar_actual_width which
5062 consolidates and renames the vertical_scroll_bar_extra member of
5063 x_output, w32_output, and mac_output structures. All uses changed.
5064 (FRAME_PIXEL_HEIGHT): Renamed from PIXEL_HEIGHT and moved
5065 from x/w32/macterm.h files. All uses changed. Also change code
5066 which referred to f->output_data...->pixel_height.
5067 (FRAME_PIXEL_WIDTH): Renamed from PIXEL_WIDTH and moved
5068 from x/w32/macterm.h files. All uses changed. Also change code
5069 which referred to f->output_data...->pixel_width.
5070 (FRAME_LINES): Renamed from FRAME_HEIGHT. All uses changed.
5071 Also change code which referred to f->height.
5072 (FRAME_COLS): Renamed from FRAME_WIDTH. All uses changed.
5073 Also change code which referred to f->width.
5074 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
5075 to update new_text_lines and new_text_cols members directly.
5076 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Renamed from
5077 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
5078 (FRAME_CONFIG_SCROLL_BAR_COLS): Renamed from
5079 FRAME_SCROLL_BAR_COLS. All uses changed.
5080 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
5081 Renamed from FRAME_LEFT_SCROLL_BAR_WIDTH and
5082 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
5083 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
5084 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
5085 (FRAME_TOTAL_COLS): Renamed from FRAME_WINDOW_WIDTH.
5086 (SET_FRAME_COLS): Renamed from SET_FRAME_WIDTH.
5087 (FRAME_TOTAL_COLS_ARG): Renamed from FRAME_WINDOW_WIDTH_ARG.
5088 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
5089 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
5090 (FRAME_LINE_HEIGHT): Renamed from CANON_Y_UNIT. Unconditionally
5091 return line_height member (it now has proper value also for
5092 non-window frames).
5093 (FRAME_COLUMN_WIDTH): Renamed from CANON_X_UNIT. Unconditionally
5094 return new column_width member (rather than the default font width).
5095 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
5096 (FRAME_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_... and moved
5097 from x/w32/macterm.h files. Unconditionally return corresponding
5098 member of frame structure (they now have proper values also for
5099 non-window frames).
5100 (FRAME_TOTAL_FRINGE_WIDTH): Renamed from FRAME_FRINGE_WIDTH.
5101 Calculate return value from left and right widths.
5102 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
5103 internal_border_width member (has proper value for non-window frame).
5104 (FRAME_PIXEL_X_FROM_CANON_X): Renamed from PIXEL_X_FROM_CANON_X.
5105 (FRAME_PIXEL_Y_FROM_CANON_Y): Renamed from PIXEL_Y_FROM_CANON_Y.
5106 (FRAME_CANON_X_FROM_PIXEL_X): Renamed from CANON_X_FROM_PIXEL_X.
5107 (FRAME_CANON_Y_FROM_PIXEL_Y): Renamed from CANON_Y_FROM_PIXEL_Y.
5108 (FRAME_LINE_TO_PIXEL_Y): Renamed from CHAR_TO_PIXEL_ROW,
5109 consolidated from xterm.h, macterm.h, and w32term.h.
5110 (FRAME_COL_TO_PIXEL_X): Renamed from CHAR_TO_PIXEL_COL,
5111 consolidated from xterm.h, macterm.h, and w32term.h.
5112 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Renamed from
5113 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
5114 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Renamed from
5115 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
5116 (FRAME_PIXEL_Y_TO_LINE): Renamed from PIXEL_TO_CHAR_ROW
5117 consolidated from x/mac/w32term.h.
5118 (FRAME_PIXEL_X_TO_COL): Renamed from PIXEL_TO_CHAR_COL
5119 consolidated from x/mac/w32term.h.
5120 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Renamed from
5121 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
5122 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Renamed from
5123 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
5124
5125 * window.h (struct window): Rename members left to left_col,
5126 top to top_line, height to total_lines, width to total_cols,
5127 left_margin_width to left_margin_cols, right_margin_width to
5128 right_margin_cols, orig_height to orig_total_lines, orig_top to
5129 orig_top_line. All uses changed.
5130 (struct window): New members left_fringe_width, right_fringe_width,
5131 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
5132 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
5133 New macros primarily used to simplify other macros.
5134 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
5135 referred to XINT (w->width).
5136 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
5137 referred to XINT (w->height).
5138 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
5139 referred to XINT (w->width) * canon_x_unit.
5140 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
5141 referred to XINT (w->height) * canon_y_unit.
5142 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
5143 referred to XINT (w->left).
5144 (WINDOW_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_EDGE. Change
5145 all uses and code that referred to XINT (w->left) + XINT (w->width).
5146 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
5147 referred to XINT (w->top).
5148 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
5149 referred to XINT (w->top) + XINT (w->height).
5150 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
5151 referred to XINT (w->left) * canon_x_unit.
5152 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
5153 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
5154 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
5155 referred to XINT (w->top) * canon_y_unit.
5156 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
5157 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
5158 (WINDOW_LEFTMOST_P): New macro.
5159 (WINDOW_BOX_LEFT_EDGE_COL): Renamed from WINDOW_LEFT_MARGIN.
5160 All uses changed.
5161 (WINDOW_BOX_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_MARGIN.
5162 All uses changed.
5163 (WINDOW_BOX_LEFT_EDGE_X): Renamed from
5164 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
5165 Do not exclude left fringe width.
5166 (WINDOW_BOX_RIGHT_EDGE_X): Renamed from
5167 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
5168 Do not exclude fringe widths.
5169 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
5170 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
5171 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
5172 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
5173 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
5174 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
5175 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
5176 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
5177 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
5178 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
5179 New macros. Change code which referenced corresponding
5180 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
5181 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
5182 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
5183 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
5184 allow per-window scroll-bar settings.
5185 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
5186 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
5187 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
5188 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
5189 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
5190 FRAME_SCROLL_BAR_WIDTH.
5191 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
5192 (WINDOW_SCROLL_BAR_AREA_X): New macros.
5193 (WINDOW_HEADER_LINE_HEIGHT): Renamed from
5194 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
5195 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Renamed from
5196 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
5197 (WINDOW_BOX_TEXT_HEIGHT): Renamed from
5198 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
5199 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
5200 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
5201 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Moved here from dispextern.h.
5202 (WINDOW_LEFT_MARGIN_WIDTH): Renamed from
5203 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
5204 (WINDOW_RIGHT_MARGIN_WIDTH): Renamed from
5205 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
5206 (window_from_coordinates): Update prototype.
5207 (Fset_window_buffer): Update EXFUN.
5208 (set_window_buffer): Update prototype.
5209
5210 * dispextern.h (struct glyph_matrix): Rename members window_left_x
5211 to window_left_col, window_top_y to window_top_line. All uses
5212 changed.
5213 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
5214 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
5215 internal_border_width is now set to 0 for non-window frames.
5216 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
5217 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
5218 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
5219 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
5220 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
5221 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
5222 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
5223 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
5224 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
5225 Move to window.h and renamed [see window.h changes].
5226 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
5227 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
5228 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
5229 Use WINDOW_TOTAL_LINES.
5230 (frame_update_line_height): Remove prototype.
5231
5232 * buffer.h (struct buffer): Rename members measured in columns:
5233 left_margin_width to left_margin_cols, right_margin_width to
5234 right_margin_cols. All uses changed.
5235 New members left_fringe_width, right_fringe_width,
5236 fringes_outside_margins for per-buffer fringe settings.
5237 New members scroll_bar_width and vertical_scroll_bar_type for
5238 per-buffer scroll bar settings.
5239
5240 * buffer.c (init_buffer_once): Set buffer_defaults and
5241 buffer_local_flags for new buffer-local variables
5242 left_fringe_width, right_fringe_width, fringes_outside_margins,
5243 scroll_bar_width, and vertical_scroll_bar_type.
5244 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
5245 default-* variables for them.
5246
5247 * dispnew.c: Make (many) trivial substitutions for renamed and
5248 new macros in dispextern.h, frame.h and window.h.
5249 (mode_line_string): No need to adjust width for mode lines, as it
5250 is already adjusted by the caller.
5251 (marginal_area_string): Handle fringes inside/outside margins.
5252
5253 * frame.c: Make (many) trivial substitutions for renamed and
5254 new macros in dispextern.h, frame.h and window.h.
5255 (make_frame): Initialize left_fringe_width, right_fringe_width,
5256 fringe_cols, scroll_bar_actual_width, border_width,
5257 internal_border_width, column_width, line_height, x_pixels_diff,
5258 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
5259 members with values suitable for a non-window frames.
5260
5261 * gtkutil.c: Make (many) trivial substitutions for renamed and
5262 new macros in dispextern.h, frame.h and window.h.
5263
5264 * indent.c: Make (few) trivial substitutions for renamed and
5265 new macros in dispextern.h, frame.h and window.h.
5266
5267 * keyboard.c: Make (many) trivial substitutions for renamed and
5268 new macros in dispextern.h, frame.h and window.h.
5269 (make_lispy_event): Use window positions returned from
5270 window_from_coordinates when constructing the lisp event for
5271 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
5272 (incorrect) values locally.
5273 (make_lispy_movement): Use window positions returned from
5274 window_from_coordinates when constructing the lisp event, rather
5275 than calculating (incorrect) values locally.
5276
5277 * scroll.c: Make (some) trivial substitutions for renamed and
5278 new macros in dispextern.h, frame.h and window.h.
5279
5280 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
5281 scroll-bars.
5282
5283 * sysdep.c: Make (few) trivial substitutions for renamed and
5284 new macros in dispextern.h, frame.h and window.h.
5285
5286 * term.c: Make (some) trivial substitutions for renamed and
5287 new macros in dispextern.h, frame.h and window.h.
5288
5289 * widget.c: Make (few) trivial substitutions for renamed and
5290 new macros in dispextern.h, frame.h and window.h.
5291
5292 * window.c: Make (many) trivial substitutions for renamed and
5293 new macros in dispextern.h, frame.h and window.h.
5294 (make_window): Initialize new members
5295 left_margin_cols, right_margin_cols, left_fringe_width,
5296 right_fringe_width, fringes_outside_margins, scroll_bar_width,
5297 and vertical_scroll_bar_type.
5298 (coordinates_in_window): Adapted to new fringe/margin positions
5299 and per-window fringes and scroll-bars.
5300 Fix bug related to incorrectly adjusting coordinates by
5301 frame's internal_border_width (the effect normally negible since
5302 the internal_border_width is typically 0 or 1 pixel, but very
5303 noticeable for an internal_border_width of e.g. 25 pixels).
5304 Upon successful return (other than ON_NOTHING), the coordinates
5305 are now always properly converted to window relative for the
5306 given display element.
5307 (window_from_coordinates): Add new parameters wx and wy to
5308 return the window relative x and y position in the returned
5309 window and part. A null arg means, don't return the position.
5310 All callers changed.
5311 (adjust_window_margins): New function which may reduce the width
5312 of the display margins if a window's text area is too small after
5313 resizing or splitting windows.
5314 (size_window): Fix bug that did not account for display margin
5315 widths when checking the minimum width of a window; use
5316 adjust_window_margins.
5317 (set_window_buffer): Call Fset_window_fringes and
5318 Fset_window_scroll_bars to setup per-window elements.
5319 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
5320 existing display margin, fringe widths, and scroll bar settings
5321 (e.g. after splitting a window or resizing the frame).
5322 All callers changed.
5323 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
5324 (Fsplit_window): Duplicate original window's display margin,
5325 fringe, and scroll-bar settings; then call Fset_window_buffer with
5326 KEEP_MARGINS non-nil. This fixes a bug which caused a split
5327 window to only preserve the display margins in one of the windows.
5328 When splitting horizontally, call adjust_window_margins on both
5329 windows to ensure that the text area of the new windows is non too
5330 narrow. This fixes a bug which could cause Emacs to trap if the
5331 width of the split window was less than the width of the display
5332 margins.
5333 (window_box_text_cols): Renamed from window_internal_width.
5334 All uses changed. Adapt to per-window fringes and scroll bars.
5335 Fix bug that caused vertical separator to be subtracted also on
5336 window frames. Fix another bug that did not reduce the returned
5337 value by the columns used for display margins.
5338 (window_scroll_line_based): Fix bug related to scrolling too much
5339 when display margins are present (implicitly fixed by the fix to
5340 window_box_text_cols).
5341 (scroll_left, scroll_right): Fix bug related to scrolling too far
5342 by default when display margins are present (implicitly fixed by
5343 the fix to window_box_text_cols).
5344 (struct saved_window): Rename members left to left_col, top to
5345 top_line, width to total_cols, height to total_lines, orig_top to
5346 orig_top_line, orig_height to orig_total_lines. All uses changed.
5347 New members left_margin_cols, right_margin_cols,
5348 left_fringe_width, right_fringe_width, fringes_outside_margins,
5349 scroll_bar_width, and vertical_scroll_bar_type for saving
5350 per-window display elements.
5351 (Fset_window_configuration): Restore display margins, fringes,
5352 and scroll bar settings. This fixes a bug which caused display
5353 margins to be discarded when saving and restoring a window
5354 configuration.
5355 (save_window_save): Save display margins, fringes, and scroll bar
5356 settings. This fixes a bug which caused display margins to be
5357 discarded when saving and restoring a window configuration.
5358 (Fset_window_margins): Do nothing if display margins are not
5359 really changed. Otherwise, call adjust_window_margins to ensure
5360 the text area doesn't get too narrow. This fixes a bug which
5361 could cause Emacs to trap if setting display margins wider than
5362 the width of the window.
5363 (Fset_window_fringes): New defun to allow user to specifically set
5364 this window's fringe widths and position vs. display margins.
5365 (Fwindow_fringes): New defun to return window's actual fringe
5366 settings.
5367 (Fset_window_scroll_bars): New defun to allow user to specifically
5368 set this window's scroll bar width and position.
5369 (Fwindow_scroll_bars): New defun to return window's actual scroll
5370 bar settings.
5371 (compare_window_configurations): Also compare display margins,
5372 fringes, and scroll bar settings.
5373 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
5374
5375 * xdisp.c: Make (many) trivial substitutions for renamed and
5376 new macros in dispextern.h, frame.h and window.h.
5377 (window_box_width): Adapt to per-window fringes and scroll bars,
5378 and new fringe vs. display margin position. Note that returned
5379 value is no longer guaranteed to be a whole multiple of the frame
5380 column width, since per-window fringes may now be any width.
5381 (window_box_left_offset): New function like window_box_left, but
5382 value is relative to left border of window (rather than frame).
5383 (window_box_right_offset): New function like window_box_right,
5384 but value is relative to left border of window.
5385 (window_box_left): Adapt to per-window fringes and scroll bars,
5386 and new fringe vs. display margin position. Simplify by using
5387 WINDOW_LEFT_EDGE_X and window_box_left_offset.
5388 (window_box): Allow null args for unnecessary return values;
5389 change/simplify relevant callers.
5390 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
5391 and new fringe vs. display margin position.
5392 Use window_box_left_offset and window_box_right_offset
5393 (get_glyph_string_clip_rect): Adapt to per-window fringes and
5394 scroll bars, and new fringe vs. display margin position.
5395 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
5396 (draw_fringe_bitmap): Rework to handle per-window fringes and new
5397 fringe vs. display margin position.
5398 (hscroll_window_tree): Use window_box_width instead of window_box.
5399 (redisplay_window): Adapt to per-window scroll bars.
5400 (draw_glyphs): Rework to handle per-window fringes and scroll
5401 bars, and new fringe vs. display margin position.
5402 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
5403 (x_clear_end_of_line): Adapt to per-window fringes and scroll
5404 bars, and new fringe vs. display margin position. Fix bug which
5405 increased total width of full_width rows by width of scroll bars
5406 although window's total width already includes that.
5407 (x_fix_overlapping_area): Simplify using window_box_left_offset.
5408 (expose_area): Simplify using window_box_left_offset.
5409 (x_draw_vertical_border): Handle per-window scroll bar settings,
5410 mixing windows with left, right and no scroll bars.
5411
5412 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
5413 where it's used in x_list_fonts (for clarity).
5414 (frame_update_line_height): Remove unused function; functionality
5415 is now done directly when setting the default font in x_set_font.
5416
5417 * xfns.c: Make (many) trivial substitutions for renamed and
5418 new macros in dispextern.h, frame.h and window.h.
5419
5420 * xmenu.c: Make (some) trivial substitutions for renamed and
5421 new macros in dispextern.h, frame.h and window.h.
5422
5423 * xterm.h (struct x_output): Move members left_pos, top_pos,
5424 border_width, pixel_height, pixel_width, line_height,
5425 internal_border_width, vertical_scroll_bar_extra,
5426 left_fringe_width, right_fringe_width, fringe_cols,
5427 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
5428 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
5429 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
5430 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
5431 (PIXEL_WIDTH, PIXEL_HEIGHT)
5432 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
5433 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
5434 frame.h and renamed [see frame.h changes].
5435 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
5436 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
5437 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
5438 and renamed [see frame.h changes].
5439
5440 * xterm.c: Make (several) trivial substitutions for renamed and
5441 new macros in dispextern.h, frame.h and window.h.
5442 (x_draw_glyph_string_box): Adapt to per-window fringes and
5443 scroll-bars.
5444 (scroll_run): Adapt to new fringe position.
5445 (glyph_rect): Use window coordinates returned from
5446 window_from_coordinates rather than frame_to_window_pixel_xy.
5447 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
5448 scroll-bars.
5449 (handle_one_xevent): Simplify a USE_GTK conditional.
5450 (x_clip_to_row): Remove superfluous whole_line_p arg and code
5451 (fringes are now inside margins, i.e. always in the clipping area).
5452 All callers changed.
5453 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
5454 directly, then call compute_fringe_widths. Don't call
5455 frame_update_line_height.
5456
5457 * w32term.h (struct w32_output): Move members left_pos, top_pos,
5458 border_width, pixel_height, pixel_width, line_height,
5459 internal_border_width, vertical_scroll_bar_extra,
5460 left_fringe_width, right_fringe_width, fringe_cols,
5461 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
5462 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
5463 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
5464 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
5465 (PIXEL_WIDTH, PIXEL_HEIGHT)
5466 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
5467 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
5468 frame.h and renamed [see frame.h changes].
5469 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
5470 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
5471 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
5472 and renamed [see frame.h changes].
5473
5474 * w32term.c: Make (several) trivial substitutions for renamed and
5475 new macros in dispextern.h, frame.h and window.h.
5476 (x_draw_glyph_string_box): Adapt to per-window fringes and
5477 scroll-bars.
5478 (glyph_rect): Use window coordinates returned from
5479 window_from_coordinates rather than frame_to_window_pixel_xy.
5480 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
5481 scroll-bars.
5482 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
5483 (fringes are now inside margins, i.e. always in the clipping area).
5484 All callers changed.
5485 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
5486 directly, then call compute_fringe_widths. Don't call
5487 frame_update_line_height.
5488
5489 * w32console.c: Make (few) trivial substitutions for renamed and
5490 new macros in dispextern.h, frame.h and window.h.
5491
5492 * w32fns.c: Make (many) trivial substitutions for renamed and
5493 new macros in dispextern.h, frame.h and window.h.
5494
5495 * w32menu.c: Make (few) trivial substitutions for renamed and
5496 new macros in dispextern.h, frame.h and window.h.
5497
5498 * macterm.h (struct mac_output): Move members left_pos, top_pos,
5499 border_width, pixel_height, pixel_width, line_height,
5500 internal_border_width, vertical_scroll_bar_extra,
5501 left_fringe_width, right_fringe_width, fringe_cols,
5502 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
5503 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
5504 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
5505 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
5506 (PIXEL_WIDTH, PIXEL_HEIGHT)
5507 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
5508 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
5509 frame.h and renamed [see frame.h changes].
5510 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
5511 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
5512 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
5513 and renamed [see frame.h changes].
5514
5515 * macterm.c: Make (several) trivial substitutions for renamed and
5516 new macros in dispextern.h, frame.h and window.h.
5517 (x_draw_glyph_string_box): Adapt to per-window fringes and
5518 scroll-bars.
5519 (glyph_rect): Use window coordinates returned from
5520 window_from_coordinates rather than frame_to_window_pixel_xy.
5521 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
5522 scroll-bars.
5523 (x_clip_to_row): Remove superfluous whole_line_p arg and code
5524 (fringes are now inside margins, i.e. always in the clipping area).
5525 All callers changed.
5526 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
5527 directly, then call compute_fringe_widths. Don't call
5528 frame_update_line_height.
5529
5530 * macfns.c: Make (several) trivial substitutions for renamed and
5531 new macros in dispextern.h, frame.h and window.h.
5532 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
5533
5534 * macmenu.c: Make (few) trivial substitutions for renamed and
5535 new macros in dispextern.h, frame.h and window.h.
5536
5537 * msdos.h (struct x_output): Remove members left_pos, top_pos,
5538 and line_height, and use corresponding new members in struct
5539 frame. All uses changed.
5540 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
5541 superseeded by corresponding macros in frame.h.
5542
5543 * msdos.c: Make (several) trivial substitutions for renamed and
5544 new macros in dispextern.h, frame.h and window.h.
5545 (IT_note_mouse_highlight): Use updated window coordinates returned
5546 by window_from_coordinates, rather than adjusting them locally.
5547 (internal_terminal_init): No need to initialize line_height here;
5548 it now defaults to 1.
5549
5550 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
5551
5552 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
5553 dropping `down' events.
5554
5555 2003-05-24 Andreas Schwab <schwab@suse.de>
5556
5557 * coding.c (find_safe_codings): Fix last change.
5558
5559 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
5560
5561 * xfns.c (x_window): Fix typo from 2003-05-21 change.
5562
5563 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
5564
5565 * xdisp.c (display_mode_element): Increase max depth.
5566 Simplify the error handling code. Use a different error string
5567 for the case where we hit the depth limit.
5568
5569 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
5570
5571 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
5572
5573 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
5574
5575 * intervals.c (get_local_map): Don't get char-property of previous
5576 point any more: get_pos_property already does it and better.
5577
5578 2003-05-21 Dave Love <fx@gnu.org>
5579
5580 [Merged from unicode branch.]
5581
5582 * xfns.c (x_window, x_window): Use use_xim.
5583
5584 * xterm.c (use_xim): Initialize.
5585 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
5586 (x_term_init): Maybe set use_xim.
5587
5588 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
5589
5590 2003-05-21 Jason Rumney <jasonr@gnu.org>
5591
5592 * unexw32.c (_start): Remove _fmode initialization.
5593
5594 * emacs.c (main) [WINDOWSNT]: Move it here.
5595
5596 2003-05-20 Dave Love <fx@gnu.org>
5597
5598 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
5599
5600 2003-05-19 Richard M. Stallman <rms@gnu.org>
5601
5602 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
5603 as value for QCfont attribute.
5604 (realize_default_face): lface should already exist; crash if not.
5605 Specify 0 for FORCE_P when calling set_lface_from_font_name.
5606
5607 * frame.c (Fignore_event): Doc fix.
5608
5609 2003-05-19 Kenichi Handa <handa@m17n.org>
5610
5611 * coding.c (decode_coding_string): Handle post-read-conversion
5612 even if the coding doesn't require decoding.
5613
5614 2003-05-18 Richard M. Stallman <rms@gnu.org>
5615
5616 * callproc.c (Fcall_process_region): Doc fix.
5617
5618 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
5619
5620 * lread.c (Fload): Print a message if package is obsolete.
5621
5622 * window.c (Fselect_window): Add optional `norecord' arg.
5623 (select_window_1): Fold into Fselect_window.
5624 (select_window_norecord): New function.
5625 (temp_output_buffer_show): Use it. Preserve current buffer.
5626
5627 * window.h (Fselect_window): Update declaration.
5628
5629 * window.c (delete_window, Fother_window, Fset_window_configuration):
5630 * minibuf.c (read_minibuf):
5631 * macterm.c (x_new_focus_frame):
5632 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
5633 * callint.c (Fcall_interactively):
5634 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
5635
5636 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
5637
5638 2003-05-17 David Kastrup <dak@gnu.org>
5639
5640 * process.c (read_process_output): Back out change from 2003-03-09.
5641
5642 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
5643
5644 * editfns.c (get_pos_property): Don't assume that `object' = nil.
5645
5646 * textprop.c (text_property_stickiness): New arg `buffer'.
5647
5648 * intervals.h (text_property_stickiness): New arg `buffer'.
5649 (get_pos_property): Declare.
5650
5651 * intervals.c (get_local_map): Use get_pos_property, to obey
5652 stickiness and empty overlays.
5653 (create_root_interval, graft_intervals_into_buffer): Use BEG.
5654 (merge_properties, intervals_equal, merge_properties_sticky):
5655 Use XCAR, XCDR.
5656 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
5657
5658 2003-05-17 Richard M. Stallman <rms@gnu.org>
5659
5660 * minibuf.c (read_minibuf): If buffer is empty, record the default
5661 in the history.
5662 (Fminibuffer_complete_word): When deleting the overlap, take account
5663 of its real position.
5664
5665 * fns.c (map_char_table): Fix previous change.
5666
5667 * syntax.c (find_defun_start):
5668 When open_paren_in_column_0_is_defun_start,
5669 return beginning of buffer.
5670
5671 * lisp.h (map_char_table): Declare added arg.
5672
5673 * fns.c (map_char_table): New arg TABLE gets the master table.
5674 All calls changed.
5675 Process default and inheritance, resorting to Faref if necessary.
5676
5677 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
5678 (Faccessible_keymaps): Pass new arg to map_char_table.
5679
5680 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
5681
5682 * casetab.c (set_case_table): Pass new arg to map_char_table.
5683
5684 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
5685
5686 * lisp.h (specbinding_func): New typedef.
5687 (struct specbinding): Use specbinding_func, to put the `volatile'
5688 in the right place.
5689
5690 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
5691 to avoid GCC warning.
5692
5693 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change)
5694
5695 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
5696
5697 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
5698
5699 * keyboard.c (apply_modifiers): Don't fill the other cache.
5700
5701 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
5702
5703 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
5704
5705 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
5706 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
5707 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
5708 (Fset_window_configuration, Fcurrent_window_configuration)
5709 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
5710 (Fpos_visible_in_window_p, mark_window_cursors_off)
5711 (window_internal_height, window_internal_width, Frecenter)
5712 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
5713 (replace_buffer_in_all_windows, init_window_once, init_window)
5714 (syms_of_window, keys_of_window): Move from lisp.h.
5715 * lisp.h: Move window.c declarations to window.h.
5716
5717 * bytecode.c: Include window.h.
5718 * emacs.c: Include window.h.
5719
5720 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
5721 (keyremap): Add `parent' field.
5722 (keyremap_step): Use it. Remove `parent' argument.
5723 (read_key_sequence): Setup and use the new `parent' field.
5724
5725 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
5726
5727 * keyboard.c (adjust_point_for_property): Ensure termination.
5728
5729 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
5730
5731 * keyboard.c (follow_key): Remove dead variable `did_meta'.
5732 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
5733 duplicated handling of function-key-map and key-translation-map
5734 in read_key_sequence.
5735 (read_key_sequence): Use them.
5736
5737 * keyboard.c (adjust_point_for_property): Try harder to move point
5738 to the non-sticky end of an invisible property.
5739
5740 * xdisp.c (single_display_prop_intangible_p): Make `space' display
5741 property intangible as well.
5742
5743 2003-05-10 Andreas Schwab <schwab@suse.de>
5744
5745 * xmenu.c (single_menu_item): Change last parameter to void* to
5746 avoid warning.
5747
5748 2003-05-09 Richard M. Stallman <rms@gnu.org>
5749
5750 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
5751 Bind Qinhibit_modification_hooks to t so there will be no GC.
5752 Rename local `tem' to `save_deactivate_mark'.
5753
5754 * eval.c (specpdl_ptr): Declare volatile.
5755 (unbind_to): Copy the whole binding and decrement specpdl_ptr
5756 before doing the work of unbinding it.
5757
5758 * lisp.h (struct specbinding): Declare elements volatile.
5759 (specpdl_ptr): Declare volatile.
5760
5761 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
5762
5763 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
5764 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
5765
5766 2003-05-08 Dave Love <fx@gnu.org>
5767
5768 * coding.c (Vlast_coding_system_used): Doc fix.
5769
5770 2003-05-07 Jason Rumney <jasonr@gnu.org>
5771
5772 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
5773 when system does not support them.
5774
5775 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
5776
5777 * fileio.c (Qwrite_region_annotate_functions): New var.
5778 (build_annotations): Use it to process the global part of the hook.
5779 (syms_of_fileio): Init and staticpro it.
5780
5781 * keyboard.c (safe_run_hooks_error): Display a message instead of
5782 silently ignoring the error.
5783
5784 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
5785
5786 * keyboard.c (input_available_signal): Mark static.
5787 (menu_bar_items): Use map_keymap.
5788 (menu_bar_one_keymap): Remove.
5789 (menu_bar_item): Adjust arglist (for use in map_keymap).
5790 Properly hide a second binding when not both are keymaps.
5791
5792 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
5793 (single_keymap_panes): Use it and map_keymap.
5794 (single_menu_item): Use skp as well.
5795
5796 * keymap.h (map_keymap_function_t): New type.
5797 (map_keymap): Declare.
5798
5799 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
5800 (map_keymap_call, Fmap_keymap): New functions.
5801 (syms_of_keymap): Defsubr map-keymap.
5802
5803 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5804
5805 * gtkutil.c (create_dialog, make_widget_for_menu_item)
5806 (make_menu_item, create_menus, xg_update_menu_item): Don't call
5807 ..._with_mnemonic functions for menu items.
5808
5809 2003-05-01 Kenichi Handa <handa@m17n.org>
5810
5811 * coding.c (coding_system_accept_latin_extra_p): Delete this
5812 function.
5813 (find_safe_codings): Pay attention to
5814 the property tranlsation-table-for-encode of each codings.
5815 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
5816
5817 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
5818
5819 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
5820
5821 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
5822
5823 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
5824
5825 * lisp.h (CHECK): Wrap args in parenthesis.
5826 (specbind): Fix doc: symbol = Qnil is not supported any more.
5827
5828 * bytecode.c (Fbyte_code) <unwind-protect>:
5829 Use Fprogn rather than 0 and Qnil.
5830
5831 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
5832 `double', and `triple' modifiers as well.
5833
5834 2003-04-30 Richard M. Stallman <rms@gnu.org>
5835
5836 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
5837
5838 * alloc.c (abort_on_gc): New variable.
5839 (Fgarbage_collect): Abort if abort_on_gc is set.
5840
5841 * lisp.h (abort_on_gc): Add decl.
5842
5843 * eval.c (Fsignal): Clear abort_on_gc.
5844
5845 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
5846 Reinit FORMAT_START and END before second scan.
5847
5848 * xdisp.c (move_it_vertically_backward): Do the final big else
5849 even if nlines is 0.
5850
5851 * xdisp.c (redisplay_internal): Finish the per-frame loop
5852 even if redisplay is suspended by input.
5853
5854 2003-04-24 Andrew Choi <akochoi@shaw.ca>
5855
5856 * macterm.c (x_list_fonts): Return all fonts that match if
5857 maxnames = -1.
5858
5859 2003-04-25 Kenichi Handa <handa@m17n.org>
5860
5861 * syntax.c (skip_chars): Fix previous change.
5862
5863 2003-04-24 Kenichi Handa <handa@m17n.org>
5864
5865 * syntax.c (skip_chars): Make the code faster by using the common
5866 technique of *p, *stop, and *endp.
5867
5868 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5869
5870 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
5871 tool_bar_items so GTK tool bar expose callback does not access items
5872 being updated.
5873
5874 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
5875
5876 * eval.c (Fapply): Undo last change and add a comment about why.
5877
5878 2003-04-18 Miles Bader <miles@gnu.org>
5879
5880 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
5881 pickier PARSE_MULTIBYTE_SEQ.
5882
5883 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
5884
5885 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
5886 Use XCDR, XCAR, CONSP.
5887 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
5888 (Fapply): Remove unnecessary GCPRO.
5889
5890 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
5891
5892 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
5893
5894 * buffer.h: Don't hardcode BEG==1.
5895
5896 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
5897
5898 2003-04-16 Richard M. Stallman <rms@gnu.org>
5899
5900 * xdisp.c (try_window, try_window_reusing_current_matrix):
5901 When at end of window, set window_end_pos to Z-ZV.
5902
5903 * buffer.c (Foverlay_recenter): Doc fix.
5904
5905 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
5906
5907 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
5908
5909 2003-04-14 Andrew Choi <akochoi@shaw.ca>
5910
5911 * macterm.c (mac_check_for_quit_char): Don't check more often than
5912 once a second.
5913
5914 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
5915
5916 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
5917 specially, so that they can't hide an implicit switch-frame event.
5918 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
5919 (head_table): Use switch-frame as event_kind for select-window.
5920 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
5921
5922 * editfns.c (Fformat): Lisp_Object/int mixup.
5923 (format2): Remove unused var numargs.
5924
5925 2003-04-11 Kenichi Handa <handa@m17n.org>
5926
5927 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
5928 (Qafter_insert_file_set_coding): New variable.
5929 (syms_of_fileio): Initialize and staticpro it. Delete declaration
5930 for after-insert-file-adjust-coding-function.
5931 (Finsert_file_contents): Call Qafter_insert_file_set_coding
5932 instead of Vafter_insert_file_adjust_coding_function.
5933
5934 2003-04-11 Kenichi Handa <handa@m17n.org>
5935
5936 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
5937
5938 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
5939 string. Callers changed.
5940
5941 2003-04-10 Kenichi Handa <handa@m17n.org>
5942
5943 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
5944 (syms_of_fileio): Declare it as a lisp variable.
5945 (Finsert_file_contents):
5946 Call Vafter_insert_file_adjust_coding_function before calling
5947 decode-format.
5948
5949 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5950
5951 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
5952 get GtkAdjustment as widget now is a GtkRange.
5953
5954 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
5955 GtkRange to avoid memory leak.
5956
5957 2003-04-09 Kenichi Handa <handa@m17n.org>
5958
5959 * xfaces.c (Vface_font_rescale_alist): New variable.
5960 (struct font_name): New member rescale_ratio.
5961 (font_rescale_ratio): New function.
5962 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
5963 (better_font_p): On comparing point sized, pay attention to
5964 recale_ratio member of fonts.
5965 (build_scalable_font_name): Reflect font->rescale_ratio in the
5966 font name.
5967 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
5968
5969 * lread.c (read1): Before calling index, check if the 2nd
5970 arguemnt is in ASCII range.
5971
5972 2003-04-08 Richard M. Stallman <rms@gnu.org>
5973
5974 * fileio.c (Ffile_symlink_p): Doc fix.
5975
5976 * editfns.c (Fformat): Translate positions of text properties
5977 in the format string to apply them to the result.
5978
5979 * fileio.c (Finsert_file_contents): Doc fix.
5980 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
5981
5982 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
5983
5984 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
5985
5986 2003-04-08 Steven Tamm <steventamm@mac.com>
5987
5988 * mac.c (init_mac_osx_environment): Switch libexec and bin so
5989 that self-contained application finds libexec files.
5990
5991 2003-04-08 Kenichi Handa <handa@m17n.org>
5992
5993 * coding.c (code_convert_region_unwind):
5994 Set Vlast_coding_system_used to the argument.
5995 (code_convert_region): If post-read-conversion function changed
5996 the value of last-coding-sytem, keep the new value in
5997 coding->symbol so that it won't be overridden.
5998 (run_pre_post_conversion_on_str): Likewise.
5999 (coding_system_accept_latin_extra_p): New function.
6000 (find_safe_codings): Pay attention to characters registered in
6001 latin-extra-code-table.
6002
6003 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
6004
6005 * Makefile.in (md5.o): Add missing dependency info.
6006
6007 2003-04-06 Richard M. Stallman <rms@gnu.org>
6008
6009 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
6010
6011 * marker.c (verify_bytepos): New function.
6012
6013 * intervals.c (set_intervals_multibyte_1): When becoming
6014 multibyte, adjust right and left child sizes to a whole set of
6015 characters. If an interval gets zero total-length, delete it.
6016 If an interval consists of just its children, delete one of them.
6017
6018 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
6019 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
6020
6021 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
6022 All calls deleted.
6023 (lisp_malloc): Do the work here directly.
6024
6025 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
6026
6027 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
6028 char tables.
6029
6030 2003-04-04 Kenichi Handa <handa@m17n.org>
6031
6032 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
6033 destructively change "%S" to "%s".
6034
6035 2003-04-03 Miles Bader <miles@gnu.org>
6036
6037 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
6038 always set.
6039
6040 2003-04-01 Dave Love <fx@gnu.org>
6041
6042 * xfns.c (xpm_lookup_color): Grok "opaque".
6043
6044 2003-03-31 Andrew Choi <akochoi@shaw.ca>
6045
6046 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
6047 parent window ID.
6048
6049 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
6050
6051 * macterm.h (struct mac_output): Define x_pixels_diff and
6052 y_pixels_diff.
6053
6054 2003-03-31 Juanma Barranquero <lektu@terra.es>
6055
6056 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
6057 blockinput.h and files included from it.
6058
6059 2003-03-31 Kim F. Storm <storm@cua.dk>
6060
6061 The following changes consolidates the common code related to
6062 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
6063 files into frame.c.
6064
6065 * frame.c: Include blockinput.h.
6066 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
6067 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
6068 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
6069 related vars here.
6070 (struct frame_parm_table, frame_parms): New table for describing
6071 frame parameters and their associated Q-variable.
6072 The order of the parameters corresponds to the sequence of the
6073 frame_parm_handlers table in redisplay_interface.
6074 (x_fullscreen_move, x_set_frame_parameters)
6075 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
6076 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
6077 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
6078 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
6079 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
6080 Generic functions for processing of frame parameters.
6081 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
6082 (display_x_get_resource, x_get_resource_string): Functions for
6083 generic access to X resources.
6084 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
6085 (x_default_parameter, Fx_parse_geometry): Functions for generic
6086 access to frame parameters.
6087 (x_figure_window_size): Generic calculation of frame size.
6088 Fixed to add space needed for tool bar. Also setup size_hint_flags.
6089 (syms_of_frame): Intern and staticpro frame parameter variables.
6090 Defvar_lisp Vx_resource_class and Vx_resource_name here.
6091 Defsubr Sx_get_resource and Sx_parse_geometry.
6092
6093 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
6094 parameter related vars defined in frame.c.
6095 (EMACS_CLASS): Define here.
6096 (enum FULLSCREEN_*): Define here.
6097 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
6098 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
6099 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
6100 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
6101 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
6102 (x_set_visibility, x_set_autoraise, x_set_autolower)
6103 (x_set_unsplittable, x_set_vertical_scroll_bars)
6104 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
6105 (x_figure_window_size): Add prototypes.
6106
6107 * dispextern.h (frame_parm_handler): New typedef.
6108 (struct redisplay_interface): New member frame_parm_handlers.
6109 (enum resource_types): Move declaration here.
6110 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
6111 (x_default_parameter): Add prototypes.
6112
6113 * window.c: Remove extern decl for frame parameter vars.
6114 (change_window_heights): New generic function;
6115 replaces x_change_window_heights. All users changed.
6116
6117 * window.h (change_window_heights): Add prototype.
6118
6119 * xfaces.c: Remove extern decl for frame parameter vars.
6120
6121 * xterm.h (EMACS_CLASS): Remove. Use generic define.
6122 (struct w32_display_info): Fix type of xrdb member.
6123 (enum FULLSCREEN_*): Remove.
6124 Remove prototypes for generic functions (in frame.h).
6125
6126 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
6127 parameters now defined in frame.h and frame.c.
6128 (Vx_resource_name): Remove. Use generic var.
6129 (enum x_frame_parms): Remove (bogus, unused enum).
6130 (check_x_display_info): Make non-static (for frame.c).
6131 (struct x_frame_parm_table, x_frame_parms): Remove.
6132 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
6133 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
6134 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
6135 (x_change_window_heights, x_set_autoraise, x_set_autolower)
6136 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
6137 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
6138 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
6139 Remove. Use generic functions instead.
6140 (enum resource_types): Remove.
6141 (x_set_scroll_bar_default_width): New global function (for frame.c).
6142 (Fx_create_frame): Depend on x_figure_window_size to add space for
6143 toolbar and setup size_hint_flags.
6144 (x_frame_parm_handlers): New table for redisplay_interface.
6145 (syms_of_xfns): Don't intern/staticpro removed vars.
6146
6147 * xterm.c: Remove unnecessary extern declarations.
6148 (x_fullscreen_adjust): Remove. Use generic instead.
6149 (x_redisplay_interface): Add x_frame_parm_handlers member.
6150
6151 * w32gui.h (XrmDatabase): New (dummy) typedef.
6152
6153 * w32term.h (EMACS_CLASS): Remove. Use generic define.
6154 (struct w32_display_info): Fix type of xrdb member.
6155 (enum FULLSCREEN_*): Remove.
6156 (x_fullscreen_adjust): Remove prototype.
6157
6158 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
6159 parameters now defined in frame.h and frame.c.
6160 (Vx_resource_name): Remove. Use generic var.
6161 (enum x_frame_parms): Remove (bogus, unused enum).
6162 (check_x_display_info): Make non-static (for frame.c).
6163 (struct x_frame_parm_table, x_frame_parms): Remove.
6164 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
6165 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
6166 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
6167 (x_change_window_heights, x_set_autoraise, x_set_autolower)
6168 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
6169 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
6170 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
6171 Remove. Use generic functions instead.
6172 (enum resource_types): Remove.
6173 (x_set_scroll_bar_default_width): New global function (for frame.c).
6174 (Fx_create_frame): Depend on x_figure_window_size to add space for
6175 toolbar and setup size_hint_flags.
6176 (w32_frame_parm_handlers): New table for redisplay_interface.
6177 (syms_of_w32fns): Don't intern/staticpro removed vars.
6178
6179 * w32term.c: Remove unnecessary extern declarations.
6180 (x_fullscreen_adjust): Remove. Use generic instead.
6181 (x_redisplay_interface): Add w32_frame_parm_handlers member.
6182
6183 * w32reg.c (x_get_string_resource): Use XrmDatabase.
6184
6185 * macgui.h (XrmDatabase): New (dummy) typedef.
6186
6187 * macterm.h (EMACS_CLASS): Remove.
6188 (struct mac_display_info): Add xrdb member.
6189 (struct mac_output): Add want_fullscreen member.
6190
6191 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
6192 parameters now defined in frame.h and frame.c.
6193 (Vx_resource_name): Remove. Use generic var.
6194 (check_x_display_info): Make non-static (for frame.c).
6195 (struct x_frame_parm_table, x_frame_parms): Remove.
6196 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
6197 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
6198 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
6199 (x_change_window_heights, x_set_autoraise, x_set_autolower)
6200 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
6201 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
6202 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
6203 Remove. Use generic functions instead.
6204 (enum resource_types): Remove.
6205 (x_set_scroll_bar_default_width): New global function (for frame.c).
6206 (mac_frame_parm_handlers): New table for redisplay_interface.
6207 (syms_of_macfns): Don't intern/staticpro removed vars.
6208
6209 * macterm.c: Remove unnecessary extern declarations.
6210 (x_redisplay_interface): Add mac_frame_parm_handlers member.
6211
6212 * Makefile.in (frame.o): Add dependency on blockinput.h and files
6213 included from it (atimer.h and systime.h).
6214
6215 2003-03-30 Andreas Schwab <schwab@suse.de>
6216
6217 * xdisp.c (x_insert_glyphs): Fix swapped width and height
6218 parameters for shift_glyphs_for_insert.
6219
6220 * macterm.c (x_redisplay_interface): Add missing entry for
6221 draw_vertical_window_border.
6222
6223 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
6224
6225 * fileio.c (Fexpand_file_name): In the no-handler case, after
6226 expanding, look again for a handler and invoke it. This is needed
6227 for filenames like "/foo/../user@host:/bar/../baz" -- the first
6228 expansion produces "/user@host:/bar/../baz" which needs to be
6229 expanded again for the finame result "/user@host:/baz".
6230
6231 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6232
6233 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
6234 of area to be redrawn for better performance.
6235
6236 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
6237
6238 * xterm.c (take_vertical_position_into_account): Remove.
6239 (xt_action_hook): Call set_vertical_scroll_bar if needed.
6240 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
6241 (xm_scroll_callback, x_create_toolkit_scroll_bar)
6242 (x_set_toolkit_scroll_bar_thumb): Simplify.
6243 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
6244 (XTread_socket): Remove unused var.
6245 (x_make_frame_invisible): Replace goto with else.
6246
6247 * xdisp.c (set_vertical_scroll_bar): New fun.
6248 (redisplay_window): Use it.
6249
6250 2003-03-26 Richard M. Stallman <rms@gnu.org>
6251
6252 * xdisp.c (update_tool_bar): Recompute tool bar if
6253 update_mode_lines is set. Set w->update_mode_line
6254 only if the tool bar contents actually change.
6255 (update_menu_bar): Undo previous change.
6256
6257 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6258
6259 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
6260 (xg_frame_set_char_size): Calculate scroll bar width before frame
6261 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
6262 (xg_separator_p): Check for all documented separator types.
6263 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
6264 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
6265
6266 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
6267 so tool bar gets updated.
6268
6269 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
6270
6271 * data.c (store_symval_forwarding): Re-instate part of the code
6272 that was deleted with too much enthusiasm.
6273
6274 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
6275
6276 * data.c (store_symval_forwarding): Delete special read-only
6277 hack for type == -1, since we now use ->constant instead.
6278 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
6279
6280 * buffer.c (overlays_in): Declare static.
6281 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
6282 `constant' field rather than the variable's `type' field.
6283
6284 2003-03-24 Andrew Choi <akochoi@shaw.ca>
6285
6286 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
6287
6288 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
6289
6290 * fns.c [MAC_OSX]: Do not redefine vector.
6291
6292 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
6293
6294 * macgui.h: Remove definition of No_Cursor.
6295
6296 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
6297
6298 * xdisp.c: Define No_Cursor.
6299 (x_write_glyphs, notice_overwritten_cursor)
6300 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
6301 (note_mouse_highlight): Remove Mac-specific code.
6302 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
6303
6304 2003-03-24 John Paul Wallington <jpw@gnu.org>
6305
6306 * xdisp.c (redisplay_window): If mini window's buffer is not
6307 empty, then redisplay it like other windows.
6308
6309 2003-03-23 Kim F. Storm <storm@cua.dk>
6310
6311 * w32term.c (w32_draw_window_cursor): Fix last change.
6312
6313 2003-03-23 Kenichi Handa <handa@m17n.org>
6314
6315 * alloc.c (make_string_from_bytes, make_specified_string):
6316 Add `const' for the arg CONTENTS.
6317
6318 * lisp.h (make_string_from_bytes, make_specified_string):
6319 Prototypes adjusted.
6320
6321 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6322
6323 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
6324
6325 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
6326 (XG_SB_RANGE): New define.
6327
6328 * gtkutil.c (xg_fixed_handle_expose): New function.
6329 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
6330 expose events.
6331 (xg_update_scrollbar_pos): Take two more arguments, left and width
6332 of scroll bar including borders.
6333 Clear left and right part outside scroll bar separately as some
6334 themes have bars that are not an even number of pixels.
6335 Don't set reallocate_redraws, don't call
6336 gdk_window_process_all_updates.
6337 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
6338 so no need to change it. Calculate size and value with XG_SB_RANGE.
6339
6340 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
6341 Pass left and width of scroll bar including borders to
6342 xg_update_scrollbar_pos.
6343
6344 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6345
6346 * Makefile.in: Make sure space precedes end-of-line backslashes.
6347
6348 2003-03-22 Kim F. Storm <storm@cua.dk>
6349
6350 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
6351 Add generic versions here. Remove system specific versions
6352 defined elsewhere.
6353
6354 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
6355 Add prototypes.
6356
6357 * xterm.h (STORE_NATIVE_RECT): New macro.
6358
6359 2003-03-21 Kim F. Storm <storm@cua.dk>
6360
6361 * xdisp.c (get_glyph_string_clip_rect):
6362 Use FRAME_INTERNAL_BORDER_WIDTH.
6363
6364 * dispextern.h (struct redisplay_interface): Add active_p
6365 argument to draw_window_cursor member. All uses changed.
6366
6367 2003-03-21 Kim F. Storm <storm@cua.dk>
6368
6369 The following changes consolidate code related to writing and
6370 inserting glyphs, exposing frame, the tool bar, the mouse face,
6371 the output cursor, and help echo from xterm.c, w32term.c and
6372 macterm.c into xdisp.c. It also generalizes the use of the
6373 window_part enum instead of using numeric values throughout.
6374
6375 * xdisp.c: Consolidate gui-independent code here.
6376 Include keymap.h.
6377 (Qhelp_echo): Import.
6378 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
6379 (help_echo_string, help_echo_window, help_echo_object)
6380 (previous_help_echo_string, help_echo_pos): Declare here.
6381 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
6382 (estimate_mode_line_height): Define here. Handle windowing
6383 systems directly (without using estimate_mode_line_height_hook).
6384 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
6385 (update_window_cursor, update_cursor_in_window_tree)
6386 (fast_find_position, fast_find_string_pos)
6387 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
6388 (expose_area, expose_line, expose_overlaps, expose_window)
6389 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
6390 declared static as they are only used locally in xdisp.c.
6391 (draw_glyphs): Rename from x_draw_glyphs and make static.
6392 (tool_bar_item_info, notice_overwritten_cursor): Make static.
6393 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
6394 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
6395 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
6396 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
6397 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
6398 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
6399 (note_mouse_highlight, x_clear_window_mouse_face)
6400 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
6401 (x_intersect_rectangles): New generic functions for use by xdisp.c
6402 and GUI front-ends.
6403 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
6404 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
6405
6406 * dispextern.h (Display_Info): Generic typedef for *_display_info.
6407 (NativeRectangle): Generic typedef for rectangle type.
6408 (enum window_part): Move here from window.c.
6409 (struct redisplay_interface): New members flush_display_optional,
6410 define_frame_cursor, clear_frame_area, draw_window_cursor,
6411 draw_vertical_window_border, shift_glyphs_for_insert.
6412 Rename member clear_mouse_face to clear_window_mouse_face.
6413 (estimate_mode_line_height_hook): Remove hook.
6414 (auto_raise_tool_bar_buttons_p): Don't declare extern.
6415 (tool_bar_item_info): Remove prototype.
6416 (help_echo_string, help_echo_window, help_echo_object)
6417 (previous_help_echo_string, help_echo_pos)
6418 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
6419 (x_stretch_cursor_p, output_cursor): Declare extern.
6420 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
6421 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
6422 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
6423 (display_and_set_cursor, set_output_cursor, x_cursor_to)
6424 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
6425 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
6426 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
6427 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
6428 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
6429 Add prototypes.
6430 (mode_line_string, marginal_area_string): Fix prototypes.
6431
6432 * window.c (enum window_part): Move to dispextern.h.
6433 (coordinates_in_window): Use enum window_part member names
6434 instead of numbers to describe return value.
6435 (struct check_window_data): Change part member to window_part.
6436 (check_window_containing): Return window_part unaltered.
6437 (window_from_coordinates): Change part arg from int to enum
6438 window_part. Allow part arg to be null. All users changed.
6439
6440 * window.h (window_from_coordinates): Fix prototype.
6441
6442 * term.c (estimate_mode_line_height): Move to xdisp.c.
6443
6444 * keyboard.c (make_lispy_event): Use enum window_part.
6445
6446 * dispnew.c (mode_line_string, marginal_area_string): Use enum
6447 window_part instead of int in arg list. Users changed.
6448
6449 * xterm.h (No_Cursor): Declare as None for X.
6450 (struct mac_output): Replace member cross_cursor by hand_cursor.
6451
6452 * xterm.c: Remove consolidated defines and code.
6453 (BETWEEN): Remove unused macro.
6454 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
6455 (x_define_frame_cursor, x_clear_frame_area)
6456 (x_draw_window_cursor): New X-specific functions for RIF.
6457 (x_redisplay_interface): Add new members.
6458
6459 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
6460
6461 * w32term.h (struct w32_output): Remove cross_cursor member.
6462
6463 * w32term.c: Remove consolidated defines and code.
6464 (BETWEEN): Remove unused macro.
6465 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
6466 (w32_define_frame_cursor, w32_clear_frame_area)
6467 (w32_draw_window_cursor): New W32-specific functions for RIF.
6468 (w32_redisplay_interface): Add new members.
6469
6470 * w32gui.h (No_Cursor): Define as 0 for W32.
6471 (XRectangle): Add X compatible rectangle type.
6472 (NativeRectangle): Declare as RECT for W32.
6473 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
6474
6475 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
6476
6477 * w32console.c: Remove consolidated defines and code.
6478
6479 * msdos.h (Display_Info): Add generic typedef.
6480
6481 * msdos.c: Remove consolidated defines and code.
6482 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
6483
6484 * macterm.h (struct mac_output): Replace member cross_cursor by
6485 hand_cursor.
6486 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
6487
6488 * macterm.c: Remove consolidated defines and code.
6489 (BETWEEN): Remove unused macro.
6490 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
6491 (mac_define_frame_cursor, mac_clear_frame_area)
6492 (mac_draw_window_cursor): New Mac-specific functions for RIF.
6493 (x_redisplay_interface): Add new members.
6494
6495 * macgui.h (No_Cursor): Define as 0 for Mac.
6496 (XRectangle): Add X compatible rectangle type.
6497 (NativeRectangle): Declare as Rect for Mac.
6498 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
6499
6500 * macfns.c (x_set_mouse_color): Setup hand_cursor.
6501 (x_set_cursor_color): Use x_display_and_set_cursor.
6502
6503 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
6504 included from it. Add dependency on keymap.h.
6505
6506 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
6507
6508 2003-03-21 Kenichi Handa <handa@m17n.org>
6509
6510 * fileio.c (Fexpand_file_name): Fix previous change.
6511
6512 2003-03-19 Kenichi Handa <handa@m17n.org>
6513
6514 * fileio.c (Ffile_name_directory): Reconstruct file name by
6515 make_specified_string.
6516 (Ffile_name_nondirectory, Ffile_name_as_directory)
6517 (Fdirectory_file_name, Fexpand_file_name)
6518 (Fsubstitute_in_file_name): Likewise.
6519 (Fread_file_name): Compare decoded homedir with DIR and
6520 DEFAULT_FILENAME.
6521
6522 * alloc.c (make_specified_string): If NCHARS is negative, count
6523 the number of characters.
6524
6525 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6526
6527 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
6528 all widgets.
6529
6530 * gtkutil.h: Removed xg_ignore_next_thumb.
6531
6532 2003-03-18 Kenichi Handa <handa@m17n.org>
6533
6534 * coding.c (Vchar_coding_system_table): Remove this variable.
6535 (Vcoding_system_safe_chars): New variable.
6536 (intersection): Remove this function.
6537 (find_safe_codings): Don't use Vchar_coding_system_table, but try
6538 all codings in SAFE_CODINGS.
6539 (Ffind_coding_systems_region_internal): Adjust for the change of
6540 find_safe_codings. Get generic coding systems from
6541 Vcoding_system_safe_chars.
6542 (Fdefine_coding_system_internal): New function.
6543 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
6544 Initialize and staticpro Vcoding_system_safe_chars.
6545
6546 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6547
6548 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
6549 equal old values before updating.
6550
6551 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
6552
6553 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
6554
6555 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6556
6557 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
6558 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
6559 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
6560 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
6561 (xg_create_scroll_bar): Pass bar to button event callback.
6562 (xg_find_top_left_in_fixed): New function.
6563 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
6564 whole scroll bar area. Get old position with
6565 xg_find_top_left_in_fixed, calculate and only clear needed areas.
6566 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
6567 dragging is in progress. Calculate whole as for Motif.
6568 Remove code that saved last values. Call gtk_range functions to
6569 set scroll bar sizes.
6570
6571 * gtkutil.h: Removed xg_ignore_next_thumb.
6572
6573 2003-03-17 Juanma Barranquero <lektu@terra.es>
6574
6575 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
6576 and files included from it.
6577
6578 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
6579
6580 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
6581 multiple occurrences of the same keymap under different prefixes.
6582 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
6583
6584 2003-03-16 Jason Rumney <jasonr@gnu.org>
6585
6586 * w32gui.h: Use HDC for Display.
6587
6588 * w32term.c (w32_encode_char): Prevent double-byte chars from
6589 crashing Emacs.
6590
6591 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
6592 as binary.
6593
6594 2003-03-16 Juanma Barranquero <lektu@terra.es>
6595
6596 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
6597
6598 2003-03-16 Kim F. Storm <storm@cua.dk>
6599
6600 The following changes consolidate some of the gui-independent
6601 parts of the processing and drawing of "glyph strings" from
6602 xterm.c, w32term.c, and macterm.c into xdisp.c.
6603
6604 * dispextern.h (struct glyph): Reduce face_id member from 22 to
6605 21 bits (this reduces number of faces from 4M to 2M).
6606 Replace W32 specific w32_font_type member (2 bits) by generic
6607 font_type member (3 bits) for portability.
6608 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
6609 (enum draw_glyphs_face): Define here.
6610 (struct glyph_string): Define here. Merge W32 and X versions.
6611 (struct redisplay_interface): New members per_char_metric,
6612 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
6613 (VCENTER_BASELINE_OFFSET): Define here.
6614 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
6615 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
6616
6617 * xdisp.c: Consolidate gui-independent "glyph string" code here.
6618 (dump_glyph_string): Moved here.
6619 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
6620 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
6621 (fill_composite_glyph_string, fill_glyph_string)
6622 (fill_image_glyph_string, fill_stretch_glyph_string)
6623 (left_overwritten, left_overwriting, right_overwritten)
6624 (right_overwriting, get_char_face_and_encoding)
6625 (set_glyph_string_background_width, compute_overhangs_and_x)
6626 (append_glyph, append_composite_glyph, produce_image_glyph)
6627 (take_vertical_position_into_account, append_stretch_glyph)
6628 (produce_stretch_glyph): New generic functions (based on X version).
6629 Call platform specific functions through rif.
6630 (INIT_GLYPH_STRING): New macro, hides W32 details.
6631 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
6632 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
6633 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
6634 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
6635 (notice_overwritten_cursor):
6636 Generic functions exported to platform modules. Users changed.
6637
6638 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
6639 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
6640 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
6641 New macros for consolidated code.
6642
6643 * xterm.c: Remove consolidated defines and code.
6644 (x_per_char_metric, x_encode_char)
6645 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
6646 (x_redisplay_interface): Add new members.
6647
6648 * w32gui.h (Display): Add dummy typedef for consolidation.
6649 (XChar2b): Define alias for wchar_t for consolidation.
6650 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
6651
6652 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
6653 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
6654 New macros for consolidation.
6655
6656 * w32term.c: Remove consolidated defines and code.
6657 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
6658 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
6659 (w32_per_char_metric): Change font_type arg to int for RIF.
6660 (w32_encode_char): Return int according to RIF requirements.
6661 (w32_compute_glyph_string_overhangs): Adapt to RIF.
6662 (w32_get_glyph_overhangs): New function for RIF. Uses generic
6663 x_get_glyph_overhangs.
6664 (w32_redisplay_interface): Add new members.
6665
6666 * macgui.h (XChar2b): Move typedef here for consolidation.
6667 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
6668
6669 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
6670 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
6671 consolidation.
6672
6673 * macterm.c: Remove consolidated defines and code.
6674 (mac_per_char_metric): New function for RIF.
6675 (mac_encode_char): Adapt to new RIF requirements.
6676 (mac_compute_glyph_string_overhangs): Adapt for RIF.
6677 (x_redisplay_interface): Add new members.
6678
6679 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
6680
6681 * keymap.c (Vmenu_events): New var.
6682 (syms_of_keymap): Initialize it.
6683 (where_is_internal): Check more carefully what is a menu event.
6684
6685 2003-03-14 Richard M. Stallman <rms@gnu.org>
6686
6687 * lread.c (read1): After #!, exit loop on eof.
6688
6689 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6690
6691 * gtkutil.h: Add declaration for xg_frame_cleared.
6692
6693 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
6694
6695 * gtkutil.c (struct xg_last_sb_pos): New structure.
6696 (handle_fixed_child): New function.
6697 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
6698 and force a redraw on them.
6699 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
6700 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
6701 so we can avoid unneeded redraws.
6702 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
6703 and force a redraw on the scroll bar.
6704 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
6705 if xg_last_sb_pos shows the positions are up to date.
6706 (xg_frame_cleared): New function.
6707
6708 2003-03-13 Kenichi Handa <handa@m17n.org>
6709
6710 * coding.c (Fdetect_coding_region): Fix docstring.
6711 (Fdetect_coding_string): Fix docstring.
6712
6713 2003-03-13 Andreas Schwab <schwab@suse.de>
6714
6715 * gtkutil.c: Add prototype for create_menus.
6716
6717 * data.c (long_to_cons): Fix type of top.
6718
6719 * xselect.c (selection_data_to_lisp_data): Use int instead of
6720 long for an integer of size 4.
6721
6722 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
6723 (xg_tool_bar_help_callback): Likewise.
6724
6725 2003-03-12 Andreas Schwab <schwab@suse.de>
6726
6727 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
6728
6729 2003-03-12 Kim F. Storm <storm@cua.dk>
6730
6731 The following changes consolidate the fringe handling from
6732 xterm.c, w32term.c, and macterm.c into xdisp.c.
6733
6734 * xdisp.c: Consolidate fringe handling code here.
6735 (left_bits, right_bits, continued_bits, continuation_bits)
6736 (ov_bits, zv_bits): Define fringe bitmaps.
6737 (fringe_bitmaps): New array holding fringe bitmaps.
6738 (draw_fringe_bitmap): Draw a specific bitmap; call display
6739 specific drawing routine via rif->draw_fringe_bitmap.
6740 (draw_row_fringe_bitmaps): Generic replacement for
6741 x_draw_row_fringe_bitmaps; all callers changed.
6742 (compute_fringe_widths): Generic replacement for
6743 x_compute_fringe_widths; all callers changed.
6744
6745 * dispextern.h (enum fringe_bitmap_type): Define here.
6746 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
6747 (fringe_bitmaps): Declare extern.
6748 (struct redisplay_interface): New member draw_fringe_bitmap.
6749 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
6750
6751 * xterm.c: Remove generic fringe code.
6752 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
6753 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
6754
6755 * w32term.c: Remove generic fringe code.
6756 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
6757 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
6758
6759 * macterm.c: Remove generic fringe code.
6760 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
6761 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
6762
6763 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
6764
6765 * print.c (Fprin1_to_string): Return unibyte string if possible.
6766
6767 2003-03-09 David Kastrup <dak@gnu.org>
6768
6769 * process.c (read_process_output): We have allocated enough space
6770 for readmax and carryover, so actually use the alloted space.
6771
6772 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6773
6774 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
6775 toolkit scrollbar click.
6776
6777 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
6778 for USE_GTK.
6779 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
6780 also.
6781 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
6782 scrollbar and control is pressed, call x_scroll_bar_handle_click.
6783
6784 * gtkutil.h: Declare xg_get_scroll_id_for_window.
6785
6786 * gtkutil.c (xg_get_scroll_id_for_window): New function.
6787 (xg_tool_bar_item_expose_callback): New function.
6788 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
6789 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
6790 on the tool bar widget.
6791 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
6792 to expose on the tool bar item widgets.
6793
6794 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6795
6796 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
6797 struct image* when deciding to update (struct image* may have been
6798 deleted from the image cache).
6799
6800 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
6801 the event isn't for a frame (i.e. for dialogs).
6802
6803 2003-03-07 Kenichi Handa <handa@m17n.org>
6804
6805 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
6806 composition components reaches the limit, terminate composing.
6807 (COMPOSITION_OK): New macro.
6808 (detect_coding_iso2022): Use it if an escape sequence for
6809 composition is found.
6810 (coding_restore_composition): Adjust the number of composition
6811 components if it is not sane.
6812
6813 2003-03-06 Juanma Barranquero <lektu@terra.es>
6814
6815 * w32term.h (struct w32_display_info): Add xrdb member to support
6816 passing resources via -xrm on Windows.
6817
6818 * w32term.c (w32_make_rdb): New function.
6819 (w32_term_init): Use it to initialize xrdb member of w32_display_info
6820 struct. Delete leftover code.
6821
6822 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
6823 for resources passed on the command line.
6824
6825 * w32reg.c (w32_get_rdb_resource): New function.
6826 (x_get_string_resource): Use it, so resources passed with -xrm
6827 supercede the ones in the registry.
6828
6829 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6830
6831 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
6832 instead of x_top_window_to_frame.
6833
6834 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6835
6836 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
6837 when restarting Emacs.
6838
6839 2003-03-03 Richard M. Stallman <rms@gnu.org>
6840
6841 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
6842 to run kill-buffer-query-functions.
6843 (Qkill_buffer_query_functions): New var.
6844 (syms_of_buffer): Init and staticpro it.
6845
6846 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6847
6848 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
6849
6850 2003-02-25 Kim F. Storm <storm@cua.dk>
6851
6852 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
6853 If centering point failed to make whole line visible and vscroll
6854 is non-zero, disable vscroll and try centering point again.
6855
6856 * lread.c (read1): Accept `single space' syntax like (? x).
6857
6858 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6859
6860 * keyboard.c (cancel_hourglass_unwind): Surround with
6861 #ifdef HAVE_X_WINDOWS
6862
6863 2003-02-25 Kenichi Handa <handa@m17n.org>
6864
6865 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
6866 process only when "subprocesses" is defined.
6867
6868 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
6869
6870 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
6871
6872 2003-02-24 Juanma Barranquero <lektu@terra.es>
6873
6874 * callint.c (fix_command): Declare as static void and move before
6875 Fcall_interactively.
6876
6877 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
6878 (syms_of_xdisp): Don't initialize Qwhen.
6879
6880 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6881
6882 * keyboard.c (cancel_hourglass_unwind): New function.
6883 (command_loop_1): Cancel hourglass with unwind-protect.
6884
6885 2003-02-23 Richard M. Stallman <rms@gnu.org>
6886
6887 * callint.c (fix_command): New subroutine, from Fcall_interactively.
6888 Detect (when ... (region-beginning)) etc.
6889 (Fcall_interactively): Call fix_command.
6890 (Qif, Qwhen): New variables.
6891 (syms_of_callint): Init and staticpro them.
6892
6893 * regex.c (print_partial_compiled_pattern): Output to stderr.
6894
6895 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6896
6897 * dired.c (directory_files_internal): Don't expand directory.
6898 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
6899 instead. From Lars Hansen <larsh@math.ku.dk>.
6900
6901 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
6902
6903 * fns.c (string_to_multibyte): Remove unused var i.
6904 (Flanginfo): Fix int/Lisp_Object mixup.
6905 (void_call2): New fun.
6906 (Fmap_char_table): Use it in place of call2.
6907
6908 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
6909
6910 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
6911
6912 * keymap.c (copy_keymap_1): Make it static.
6913
6914 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
6915
6916 2003-02-22 David Ponce <david@dponce.com>
6917
6918 * lread.c (Fload): Don't check STRING_MULTIBYTE.
6919
6920 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6921
6922 * process.h: Removed subtty field from struct Lisp_Process.
6923
6924 * process.c (create_process): Remove setting of subtty.
6925 (emacs_get_tty_pgrp): New function.
6926 (Fprocess_running_child_p, process_send_signal):
6927 Call emacs_get_tty_pgrp instead of ioctl.
6928 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
6929
6930 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
6931
6932 * keymap.c (Fdefine_key): Doc fix.
6933
6934 2003-02-21 Juanma Barranquero <lektu@terra.es>
6935
6936 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
6937
6938 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
6939 POLLING_PROBLEM_IN_SELECT.
6940
6941 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
6942 Delete #undef of POLLING_PROBLEM_IN_SELECT.
6943
6944 * s/hpux10-20.h: New file.
6945
6946 * process.c (wait_reading_process_input):
6947 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
6948
6949 2003-02-20 Kenichi Handa <handa@m17n.org>
6950
6951 * fontset.c (check_fontset_name): If NAME is nil, return the
6952 default fontset.
6953 (override_font_info): New function.
6954 (Fset_fontset_font): Document that NAME nil means the default fontset.
6955 (Ffontset_info): If FONTSET is not the default fontset, merge
6956 FONTSET onto the copy of the default fontset, and work on that
6957 copy. Document that NAME nil means the default fontset.
6958 (Ffontset_font): Document that NAME nil means the default fontset.
6959
6960 * process.c (setup_process_coding_systems): If the process's
6961 in/out descriptor is -1, do nothing.
6962
6963 2003-02-19 Andreas Schwab <schwab@suse.de>
6964
6965 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
6966 Add prototypes.
6967
6968 2003-02-19 Kenichi Handa <handa@m17n.org>
6969
6970 * xfaces.c (try_alternative_families): Try all scalable fonts if
6971 Vscalable_fonts_allowed is not Qt.
6972
6973 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6974
6975 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
6976
6977 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6978
6979 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
6980 names.
6981
6982 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
6983 (sorted_font_list): Move allocation of struct font_name to
6984 x_face_list_fonts.
6985 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
6986 (Fx_list_fonts): Set maxnames to -1 to get all font names.
6987
6988 2003-02-18 Kim F. Storm <storm@cua.dk>
6989
6990 * lread.c (read1): Fix last change.
6991 "`" is not always special. Allow "?" after a character constant.
6992
6993 2003-02-18 Andrew Choi <akochoi@shaw.ca>
6994
6995 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
6996
6997 2003-02-18 Andreas Schwab <schwab@suse.de>
6998
6999 * window.c (window_scroll_pixel_based): Move outside a
7000 multi-glyph character before setting new window start.
7001
7002 * xdisp.c (in_display_vector_p): New function.
7003 * dispextern.h (in_display_vector_p): Declare.
7004
7005 2003-02-18 Kim F. Storm <storm@cua.dk>
7006
7007 * lread.c (read1): Fix and relax read syntax.
7008 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
7009 Only recognize "," after dotted-pair dot if inside backquote.
7010 Never include "`" or "," (inside backquote) in a symbol.
7011 Allow dotted-pair dot after a character constant.
7012 Allow "`" and "," (inside backquote) after a character constant.
7013
7014 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7015
7016 * gtkutil.c (xg_tool_bar_expose_callback): New function.
7017 (xg_create_tool_bar): Force style of tool bar to be horizontal with
7018 icons. Set name of tool bar to emacs-toolbar.
7019 (update_frame_tool_bar): Connect expose event to
7020 xg_tool_bar_expose_callback.
7021
7022 2003-02-17 Richard M. Stallman <rms@gnu.org>
7023
7024 * keyboard.c (this_command_key_count_reset): New variable.
7025 Initiatize to 0 where this_command_key_count is set.
7026 (read_char): Save and restore this_command_key_count_reset
7027 around input method code.
7028 (read_char): If this_command_key_count_reset, echo reread commands.
7029 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
7030
7031 2003-02-17 Kenichi Handa <handa@m17n.org>
7032
7033 * fns.c (string_to_multibyte): Always return a multibyte string.
7034
7035 2003-02-16 Jason Rumney <jasonr@gnu.org>
7036
7037 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
7038 Negative max_fonts parameter means list all.
7039
7040 2003-02-14 Dave Love <fx@gnu.org>
7041
7042 * fns.c (Flanginfo): Doc fix.
7043
7044 2003-02-13 Kim F. Storm <storm@cua.dk>
7045
7046 * lread.c (read_escape): Interpret \s as a SPACE character, except
7047 for \s-X in a character constant which still is the super modifier.
7048 (read1): Signal an `invalid read syntax' error if a character
7049 constant is immediately followed by a digit or symbol character.
7050
7051 * search.c (Fmatch_data): Doc fix. Explicitly state that
7052 match-data is undefined if last search failed.
7053
7054 * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
7055 All uses changed.
7056
7057 2003-02-12 Juanma Barranquero <lektu@terra.es>
7058
7059 * eval.c (Fdefmacro): Fix typo.
7060
7061 2003-02-12 Kim F. Storm <storm@cua.dk>
7062
7063 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
7064 macro is a string, convert meta modifiers in string when copying
7065 the string into a vector.
7066
7067 2003-02-11 Kim F. Storm <storm@cua.dk>
7068
7069 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
7070
7071 2003-02-11 Kenichi Handa <handa@m17n.org>
7072
7073 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
7074
7075 2003-02-10 Kim F. Storm <storm@cua.dk>
7076
7077 * process.c: Doc fixes.
7078 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
7079
7080 2003-02-10 Kenichi Handa <handa@m17n.org>
7081
7082 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
7083
7084 * process.c (QCfilter_multibyte): New variable.
7085 (setup_process_coding_systems): New function.
7086 (Fset_process_buffer, Fset_process_filter):
7087 Call setup_process_coding_systems.
7088 (Fstart_process): Initialize the member `filter_multibyte' of
7089 struct Lisp_Process.
7090 (create_process): Call setup_process_coding_systems.
7091 (Fmake_network_process): New keyward `:filter-multibyte'.
7092 Initialize the member `filter_multibyte' of struct Lisp_Process.
7093 Call setup_process_coding_systems.
7094 (server_accept_connection): Call setup_process_coding_systems.
7095 (read_process_output): If the process has a filter, decide the
7096 multibyteness of a string to given to the filter by
7097 `filter_multibyte' member of the process. If the process doesn't
7098 have a filter and the result of conversion is unibyte, use
7099 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
7100 multibyte form.
7101 (Fset_process_coding_system): Call setup_process_coding_systems.
7102 (Fset_process_filter_multibyte): New function.
7103 (Fprocess_filter_multibyte_p): New function.
7104 (syms_of_process): Intern and staticpro QCfilter_multibyte.
7105 Defsubr Sset_process_filter_multibyte and
7106 Sprocess_filter_multibyte_p.
7107
7108 * process.h (struct Lisp_Process): New member filter_multibyte.
7109
7110 * lisp.h (setup_process_coding_systems): Add prototype.
7111
7112 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
7113 process, update coding systems for the process.
7114
7115 2003-02-09 Kenichi Handa <handa@m17n.org>
7116
7117 * fns.c (string_to_multibyte): New function.
7118 (Fstring_to_multibyte): New function.
7119 (syms_of_fns): Defsubr it.
7120
7121 2003-02-08 Andreas Schwab <schwab@suse.de>
7122
7123 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
7124 instead of the substitution.
7125
7126 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7127
7128 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
7129
7130 * xmenu.c (menu_position_func): Adjust menu popup position so that
7131 the menu is fully visible.
7132
7133 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7134
7135 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
7136 (x_make_frame_invisible, x_wm_set_icon_position):
7137 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
7138
7139 * xfns.c (x_set_name, x_set_title): Ditto.
7140
7141 2003-02-04 Richard M. Stallman <rms@gnu.org>
7142
7143 * keyboard.c (echo_now): Update before_command_echo_length.
7144 (Freset_this_command_lengths): Reset this_command_key_count etc.
7145 immediately rather than arranging to do it later.
7146 (before_command_key_count_1, before_command_echo_length_1)
7147 (before_command_restore_flag): Vars deleted.
7148 (add_command_key): Don't handle before_command_restore_flag.
7149 (read_char, record_menu_key): Don't update before_command_key_count or
7150 before_command_echo_length.
7151 (read_char): Don't handle before_command_restore_flag.
7152
7153 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
7154 in direct-output clauses if it wouldn't be called in the ordinary case.
7155
7156 2003-02-04 Kim F. Storm <storm@cua.dk>
7157
7158 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
7159
7160 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7161
7162 * gtkutil.c (remove_from_container): Copying list is not needed.
7163 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
7164 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
7165 on list returned from gtk_container_get_children to avoid memory leak.
7166
7167 2003-02-01 Jason Rumney <jasonr@gnu.org>
7168
7169 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
7170 local malloc.
7171 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
7172 definitions in xpm.h.
7173 (init_xpm_functions): New function.
7174 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
7175 (init_external_image_libraries): Try to load libXpm.dll.
7176
7177 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
7178 timestamp.
7179
7180 2003-01-31 Dave Love <fx@gnu.org>
7181
7182 * syntax.c (Fskip_chars_forward)
7183 (open-paren-in-column-0-is-defun-start): Doc fix.
7184
7185 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
7186
7187 * fileio.c: Support // at start of name for Cygwin (just added proper
7188 preprocessor tests).
7189
7190 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
7191
7192 * Makefile.in: Use @EXEEXT@ for Cygwin.
7193
7194 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
7195
7196 * s/cygwin.h: Added for Cygwin port.
7197
7198 2003-01-31 Juanma Barranquero <lektu@terra.es>
7199
7200 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
7201 when including gif_lib.h.
7202 (init_gif_functions, init_tiff_functions): New functions.
7203 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
7204 Windows. Disable color table lookups. Call library functions
7205 through pointers determined at runtime.
7206 (init_external_image_libraries): Try to load libungif.dll and
7207 libtiff.dll.
7208
7209 2003-01-31 Kenichi Handa <handa@m17n.org>
7210
7211 * xdisp.c (SKIP_GLYPHS): New macro.
7212 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
7213
7214 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7215
7216 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
7217
7218 2003-01-30 Dave Love <fx@gnu.org>
7219
7220 * alloc.c (Vgc_elapsed, gcs_done): New variables.
7221 (Fgarbage_collect): Use them.
7222 (init_alloc, syms_of_alloc): Set them up.
7223
7224 2003-01-30 Juanma Barranquero <lektu@terra.es>
7225
7226 * w32fns.c (init_external_image_libraries): Add missing operator.
7227
7228 2003-01-29 Jason Rumney <jasonr@gnu.org>
7229
7230 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
7231 an alternative name for jpeg.dll.
7232
7233 2003-01-29 Kenichi Handa <handa@m17n.org>
7234
7235 * xdisp.c (set_cursor_from_row): Pay attention to string display
7236 properties.
7237
7238 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
7239
7240 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
7241 <escape>.
7242 (keycode_to_xkeysym_table): Reformat and add more comments.
7243 (XTread_socket): Drop special case for backspace.
7244
7245 2003-01-28 Andrew Choi <akochoi@shaw.ca>
7246
7247 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
7248 values in old-style RGB specs.
7249
7250 2003-01-27 Juanma Barranquero <lektu@terra.es>
7251
7252 * w32fns.c (init_external_image_libraries): Try alternate names for the
7253 jpeg dll.
7254
7255 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7256
7257 * gtkutil.c (create_dialog, xg_separator_p)
7258 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
7259 before calling strcmp or strlen.
7260
7261 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7262
7263 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
7264 and handle image load failure.
7265
7266 2003-01-26 Jason Rumney <jasonr@gnu.org>
7267
7268 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
7269 New functions.
7270 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
7271 Disable color table lookups. Call jpeg library functions
7272 through pointers determined at runtime.
7273 (init_external_image_libraries): Try to load jpeg.dll.
7274
7275 2003-01-25 Richard M. Stallman <rms@gnu.org>
7276
7277 * lisp.h: Declare format2 instead of format1.
7278
7279 * fileio.c (barf_or_query_if_file_exists):
7280 Call format2 instead of format1.
7281
7282 * editfns.c (format2): New function, replaces format1
7283 but takes exactly two Lisp Objects as format args.
7284
7285 * buffer.c (Fkill_buffer): Call format2 instead of format1.
7286
7287 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7288
7289 * xterm.h: Change to return value of x_dispatch_event to int.
7290
7291 * xterm.c (x_filter_event): New function.
7292 (event_handler_gdk, XTread_socket): Call x_filter_event.
7293 (x_dispatch_event): Change to return value of finish.
7294 (event_handler_gdk): Use return value from x_dispatch_event.
7295
7296 * xfns.c (x_window): Call create_frame_xic for GTK version to
7297 initialize input methods.
7298
7299 * gtkutil.h: Add (void) prototypes.
7300
7301 * gtkutil.c (create_menus): Remove code that puts the help menu to
7302 the right.
7303
7304 2003-01-25 Jason Rumney <jasonr@gnu.org>
7305
7306 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
7307 [HAVE_PNG]: Sync with xfns.c version.
7308 (png_load): Adjust colors for Windows. Use Windows
7309 bitmaps. Disable color table lookups.
7310 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
7311 (init_png_functions): New function.
7312 (png_read_from_memory, png_load): Call png library functions
7313 through pointers determined at runtime.
7314 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
7315 (init_external_image_libraries): New function.
7316 (init_xfns): Call it.
7317
7318 2003-01-24 Andreas Schwab <schwab@suse.de>
7319
7320 * minibuf.c (Fminibuffer_message): Verify type of parameter.
7321
7322 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7323
7324 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
7325 of static initializer.
7326
7327 2003-01-24 Dave Love <fx@gnu.org>
7328
7329 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
7330 architectures.
7331
7332 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
7333 Use __alignof__.
7334
7335 2003-01-24 Kenichi Handa <handa@m17n.org>
7336
7337 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
7338 It it is nonzero, don't pretend that an invisible area doesn't exist.
7339 (command_loop_1): Call adjust_point_for_property with proper
7340 second arg.
7341
7342 2003-01-22 Jason Rumney <jasonr@gnu.org>
7343
7344 Sync changes with xterm.c and xfns.c.
7345
7346 * w32term.c (x_draw_glyph_string_foreground)
7347 (x_draw_composite_glyph_string_foreground): Implement overstriking.
7348
7349 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
7350 phys_cursor's hpos is overwritten. This is still not completely
7351 correct, as it doesn't really make sense to use hpos at all to
7352 get the cursor glyph (as that is relative to the width of the
7353 characters on the line, which may have changed during the update).
7354
7355 * w32term.c (notice_overwritten_cursor): Handle the special case
7356 of the cursor being in the first blank non-text line at the
7357 end of a window.
7358
7359 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
7360 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
7361 Compute from the x position returned by x_draw_glyphs.
7362
7363 (x_display_and_set_cursor): Don't set phys_cursor_width here,
7364 except for NO_CURSOR and system caret, to make phys_cursor_width
7365 contain what its name suggests.
7366 (notice_overwritten_cursor): Consider the cursor image erased if
7367 the output area intersects the cursor image in y-direction.
7368
7369 * w32term.c (note_mode_line_or_margin_highlight): Rename from
7370 note_mode_line_highlight and extend.
7371
7372 * w32term.c (last_window): New variable.
7373 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
7374 (note_mouse_movement): Remove reimplemented code in #if 0.
7375
7376 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
7377 not update_mode_lines, and always set it to 1.
7378
7379 2003-01-21 Jason Rumney <jasonr@gnu.org>
7380
7381 * w32fns.c (IDC_HAND): Define it if system headers don't.
7382
7383 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
7384
7385 * w32term.h (struct w32_output): New member hand_cursor.
7386 (WM_EMACS_SETCURSOR): New message definition.
7387
7388 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
7389 function w32_define_cursor.
7390 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
7391 position, change member name output_data.x to output_data.w32 and
7392 add function w32_define_cursor.
7393 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
7394 and change member name output_data.x to output_data.w32.
7395 (w32_initialize_display_info):
7396 Setup dpyinfo->vertical_scroll_bar_cursor.
7397
7398 * w32fns.c (Vx_hand_shape): New variable.
7399 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
7400 WM_EMACS_SETCURSOR.
7401 (x-create-frame): Setup Cursor types.
7402
7403 2003-01-21 David Ponce <david@dponce.com>
7404
7405 * w32term.c (w32_encode_char): For DIM=1 charset, set
7406 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
7407 x_encode_char change by Kenichi Handa <handa@m17n.org> on
7408 2002-09-30.)
7409 (w32_draw_relief_rect): Declare all args.
7410 (w32_define_cursor): New.
7411
7412 * w32fns.c (w32_load_cursor): New function.
7413 (w32_init_class): Use it.
7414 (x_put_x_image): Declare all args.
7415
7416 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
7417
7418 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
7419
7420 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7421
7422 * gtkutil.c: Must include stdio.h before termhooks.h
7423
7424 2003-01-21 Dave Love <fx@gnu.org>
7425
7426 * alloc.c (Fgc_status): Print zombie list.
7427 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
7428 Fix assignment of zombies.
7429 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
7430 Don't take car of non-cons.
7431
7432 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
7433
7434 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
7435
7436 2003-01-20 David Ponce <david@dponce.com>
7437
7438 * w32menu.c (digest_single_submenu): Declare all args.
7439
7440 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
7441 changes in xmenu.c:
7442
7443 (parse_single_submenu): Use individual keymap's prompt
7444 string as pane name, if there is one.
7445 (set_frame_menubar): Save menu_items_n_panes from each call to
7446 parse_single_submenu and use it when calling digest_single_submenu.
7447
7448 2003-01-20 Steven Tamm <steventamm@mac.com>
7449
7450 * macterm.c (XTread_socket): Checks for valid, visible window
7451 before sending a scroll-wheel event.
7452
7453 2003-01-20 Richard M. Stallman <rms@gnu.org>
7454
7455 * xdisp.c (redisplay_window): If mini window's buffer is not
7456 a minibuffer, then redisplay it like other windows.
7457
7458 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7459
7460 * gtkutil.c (xg_create_frame_widgets): Check if there is an
7461 external tool bar before setting tool bar height.
7462
7463 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7464
7465 * xterm.c (handle_one_xevent): Surround popup_activated
7466 with #ifdef:s for non-toolkit version.
7467
7468 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
7469 (gtkutil.o): New file.
7470 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
7471 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
7472
7473 * gtkutil.c: New file for GTK version.
7474
7475 * gtkutil.h: New file for GTK version.
7476
7477 * xterm.h: Add xt_or_gtk_widget.
7478 Include gtk files for USE_GTK.
7479 (struct x_output): Add toolbar_height.
7480 (struct x_output): Add GTK widgets and Gdk size_hints.
7481 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
7482 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
7483 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
7484
7485 * xterm.c: Include gtkutil.h for USE_GTK.
7486 Declare extern void free_frame_menubar for USE_GTK.
7487 (note_mouse_highlight): Check popup_activated for USE_GTK.
7488 (xt_action_hook): Don't compile if USE_GTK.
7489 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
7490 (xg_scroll_callback): New function.
7491 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
7492 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
7493 for USE_GTK.
7494 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
7495 xg_show_scroll_bar for USE_GTK.
7496 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
7497 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
7498 (event_handler_gdk): New function for USE_GTK.
7499 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
7500 (handle_one_xevent): Make sure widget is mapped before
7501 calling x_real_positions for USE_GTK.
7502 (XTread_socket): Add GTK event loop for USE_GTK.
7503 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
7504 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
7505 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
7506 (x_iconify_frame): Add code for USE_GTK.
7507 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
7508 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
7509 is in gtkutil.c.
7510 (x_term_init): Add initialization for GTK.
7511 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
7512
7513 * xmenu.c: Include gtkutil.h for USE_GTK.
7514 (Fx_popup_menu): Use current position if x and y is NIL.
7515 (single_menu_item, single_menu_item, Fx_popup_dialog):
7516 Check for USE_GTK.
7517 (popup_widget_loop): New function for USE_GTK.
7518 (x_activate_menubar): Add code for USE_GTK.
7519 (popup_activate_callback, popup_deactivate_callback)
7520 (menu_highlight_callback, menubar_selection_callback):
7521 Add USE_GTK versions.
7522 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
7523 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
7524 (free_frame_menubar): Only compile if not USE_GTK. GTK version
7525 is in gtkutil.c.
7526 (popup_selection_callback): New version for USE_GTK.
7527 (create_and_show_popup_menu): New fuction, one USE_GTK version and
7528 one USE_X_TOOLKIT version.
7529 (xmenu_show): Call create_and_show_popup_menu.
7530 (dialog_selection_callback): New version for USE_GTK.
7531 (create_and_show_dialog): New fuction, one USE_GTK version and
7532 one USE_X_TOOLKIT version.
7533 (xdialog_show): Call create_and_show_dialog.
7534
7535 * xfns.c: Include gtkutil for USE_GTK.
7536 (x_window_to_frame, x_any_window_to_frame)
7537 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
7538 (x_top_window_to_frame): Add code for USE_GTK.
7539 (x_set_background_color): Call xg_set_background_color for GTK.
7540 (x_set_menu_bar_lines): Check for USE_GTK.
7541 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
7542 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
7543 (x_window): Call xg_create_frame_widgets for USE_GTK.
7544 (Fx_create_frame): Check for USE_GTK
7545 (Fx_file_dialog): New implementation for USE_GTK.
7546
7547 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
7548 (update_menu_bar): Add check for USE_GTK.
7549 (update_tool_bar): Add check for USE_GTK and external tool bar.
7550 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
7551 (redisplay_internal): Add check for USE_GTK and popup_activated.
7552 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
7553 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
7554 (display_menu_bar): Add check for USE_GTK
7555
7556 * lisp.h: Declare Vx_resource_name extern.
7557
7558 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
7559 for USE_GTK.
7560 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
7561
7562 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
7563 (FRAME_EXTERNAL_TOOL_BAR): New macro.
7564 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
7565
7566 * fileio.c (Fread_file_name): Add check for USE_GTK.
7567
7568 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
7569 Add check for USE_GTK.
7570
7571 * config.in: Added HAVE_GTK
7572
7573 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
7574
7575 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
7576
7577 * charset.h (Funibyte_char_to_multibyte): Export.
7578
7579 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7580
7581 * xmenu.c (mouse_position_for_popup): New function.
7582 (Fx_popup_menu): Call mouse_position_for_popup for X and
7583 mouse_position_hook for others.
7584
7585 2003-01-17 Kim F. Storm <storm@cua.dk>
7586
7587 * editfns.c (Finsert): Mention `string-make-multibyte' and
7588 `string-as-multibyte' in doc string.
7589
7590 2003-01-17 Kenichi Handa <handa@m17n.org>
7591
7592 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
7593
7594 * editfns.c (Fformat): Convert an unibyte char argument that is
7595 formatted by "%c" to multibyte if the total result must be a
7596 multibyte string.
7597
7598 2003-01-16 Kim F. Storm <storm@cua.dk>
7599
7600 * process.c (set-process-filter): Document unibyte/multibyte-ness
7601 of string argument.
7602
7603 2003-01-16 Kenichi Handa <handa@m17n.org>
7604
7605 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
7606
7607 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
7608 (re_search_2): Likewise.
7609
7610 2003-01-15 Kenichi Handa <handa@m17n.org>
7611
7612 * xdisp.c (message_dolog): Fix bug of the case that *Message*
7613 buffer is unibyte.
7614
7615 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
7616
7617 * fns.c (Fsubstring): Clarify doc string.
7618
7619 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
7620 (Fprevious_char_property_change)
7621 (Fnext_single_char_property_change)
7622 (Fprevious_single_char_property_change, Fnext_property_change)
7623 (Fnext_single_property_change, Fprevious_property_change)
7624 (Fprevious_single_property_change, Fadd_text_properties)
7625 (Fput_text_property, Fset_text_properties)
7626 (Fremove_text_properties, Fremove_list_of_text_properties)
7627 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
7628
7629 2003-01-14 Kim F. Storm <storm@cua.dk>
7630
7631 * process.h (struct Lisp_Process): New member plist replaces old
7632 member private_vars. All uses changed.
7633
7634 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
7635 (QCplist): Rename from QCvars. Change all uses.
7636 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
7637 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
7638 (syms_of_process): Intern, staticpro, defsubr these.
7639 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
7640
7641 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
7642
7643 * m/delta.h: Remove (obsolete).
7644
7645 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
7646
7647 * fileio.c (Fdelete_directory, Fdelete_file): Document the
7648 behaviour in front of symlinks.
7649 (Fdelete_file): Raise an error on directories.
7650
7651 2003-01-13 Dave Love <fx@gnu.org>
7652
7653 * fns.c (Freverse): Use QUIT.
7654
7655 2003-01-13 Richard M. Stallman <rms@gnu.org>
7656
7657 * minibuf.c (minibuffer_completion_contents):
7658 Error if point is inside prompt.
7659
7660 * keyboard.c (command_loop_1): Don't redisplay directly
7661 if there's a post-command-hook.
7662
7663 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
7664 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
7665
7666 2003-01-12 Kim F. Storm <storm@cua.dk>
7667
7668 * process.h (struct Lisp_Process): New member private_vars.
7669
7670 * process.c (QCvars): New variable.
7671 (syms_of_process): Intern and staticpro it.
7672 (Fset_process_contact): Removed function.
7673 (Fprocess_variable, Fset_process_variable): New functions.
7674 (syms_of_process): Defsubr them.
7675 (Fstart_process): Initialize private_vars plist to nil.
7676 (Fmake_network_process): New arg :vars to setup the private
7677 variables for new network process.
7678 (server_accept_connection): Copy server's private variables to
7679 client process.
7680
7681 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
7682 crashes). Code rewritten and simplified. Now directly aligns the
7683 pointer and recalculates pure_bytes_used, rather than aligning the
7684 size and adjusting the pointer.
7685
7686 2003-01-11 Kim F. Storm <storm@cua.dk>
7687
7688 * process.c (Fset_process_contact): New function.
7689 (syms_of_process): defsubr it.
7690 (make-network-process): Update doc.
7691
7692 2003-01-10 Andreas Schwab <schwab@suse.de>
7693
7694 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
7695 Reported by Berthold Gunreben <b.gunreben@web.de>.
7696
7697 2003-01-10 Dave Love <fx@gnu.org>
7698
7699 * composite.c (syms_of_composite): Make composition_hash_table weak.
7700
7701 2003-01-09 Kim F. Storm <storm@cua.dk>
7702
7703 * process.c (Fmake_network_process): Convert new port number
7704 to host byte order for `:service t' case. From Mario Lang.
7705
7706 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7707
7708 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
7709 instead of XtAppProcessEvent.
7710
7711 * xterm.c (handle_one_xevent): New function.
7712 (x_dispatch_event): New function.
7713 (XTread_socket): Call handle_one_xevent.
7714
7715 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
7716
7717 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
7718 call XQueryPointer to get coordinates.
7719 (popup_get_selection): Do not set popup_activated_flag to zero,
7720 let popup_deactivate_callback do that. Needed for Motif.
7721 Call x_dispatch_event instead of XtDispatchEvent.
7722 (xmenu_show): Calculate root coordinate from frame top/left position.
7723
7724 2003-01-08 Kim F. Storm <storm@cua.dk>
7725
7726 * process.c (server_accept_connection): Fix recording of new
7727 connection's local address in :local property of contact info.
7728 (Fmake_network_process): Record local network address for new
7729 client processes in :local property of contact info.
7730 (format-network-address): Add arg OMIT-PORT. Change callers.
7731
7732 2003-01-07 Dave Love <fx@gnu.org>
7733
7734 * Makefile.in (fns.o): Depend on coding.h.
7735
7736 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
7737
7738 * minibuf.c (Fread_variable): Doc fix.
7739
7740 * eval.c (Fuser_variable_p): Doc change. For custom variables,
7741 use the same test as for custom-variable-p.
7742
7743 2003-01-05 Richard M. Stallman <rms@gnu.org>
7744
7745 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
7746 Count LAST_LINE_MISFIT in scroll margin for end of window.
7747 Move label too_near_end before setting SCROLL_MARGIN_POS.
7748 Set LAST_LINE_MISFIT before jumping there.
7749
7750 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
7751 scroll_conservatively case. If scrolling that much doesn't change
7752 STARTP, move it down one line.
7753
7754 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
7755 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
7756
7757 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
7758 selected frame.
7759
7760 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
7761 (syms_of_keymap): staticpro them.
7762 (Fapropos_internal): Initialize them and clear them out.
7763 Don't GCPRO them.
7764
7765 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
7766 Doc fixes.
7767
7768 * lisp.h: New misc type Lisp_Save_Value.
7769 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
7770 (XSAVE_VALUE): New macro.
7771 (struct Lisp_Save_Value): New data type.
7772 (union Lisp_Misc): Add u_save_value alternative.
7773 (make_save_value): Declared.
7774
7775 * alloc.c (make_save_value): New function.
7776
7777 * xterm.c (x_catch_errors): Save dpy using make_save_value.
7778 (x_catch_errors_unwind): Call XSync.
7779
7780 2003-01-01 Richard M. Stallman <rms@gnu.org>
7781
7782 * window.c (window_scroll_pixel_based): Partially undo last change.
7783
7784 * keyboard.c (command_loop_1): Call adjust_point_for_property
7785 in direct action cases for Qforward_char and Qbackward_char.
7786 Set already_adjusted so it won't be done twice.
7787
7788 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
7789
7790 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
7791 type definition of size_t.
7792
7793 2003-01-02 Steven Tamm <steventamm@mac.com>
7794
7795 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
7796 distinguish Carbon GUI builds from X11 builds on darwin.
7797
7798 2002-12-30 Steven Tamm <steventamm@mac.com>
7799
7800 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
7801 to default to t.
7802
7803 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
7804
7805 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
7806
7807 2002-12-28 Steven Tamm <steventamm@mac.com>
7808
7809 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
7810 allow building in a different directory than source. Uses some
7811 GNU Make extensions, but there is no other make on Mac OS X.
7812
7813 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
7814
7815 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
7816 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
7817 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
7818 (Fstring_to_number): Mention the returned value in the doc strings.
7819
7820 2002-12-23 Richard M. Stallman <rms@gnu.org>
7821
7822 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
7823 <scroll-down-aggressively>: Doc fix.
7824
7825 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
7826 string as pane name, if there is one.
7827 (set_frame_menubar): Save menu_items_n_panes from each call to
7828 parse_single_submenu and use it when calling digest_single_submenu.
7829
7830 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
7831 Don't try to make last line fully visible if it is past end of window.
7832
7833 2002-12-22 Steven Tamm <steventamm@mac.com>
7834
7835 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
7836 (mac_menu_show): Add support for hierarchical popup menus.
7837 (add_menu_item): Remove indentation support.
7838 (fill_submenu, fill_menu): Create hierarchical menus
7839 instead of using indentation.
7840
7841 2002-12-22 Richard M. Stallman <rms@gnu.org>
7842
7843 * xdisp.c (try_cursor_movement): Don't call try_window here.
7844 (redisplay_window): Never redisplay minibuffer when inactive.
7845
7846 * window.c (select_window_1): Undo 9/21 change.
7847
7848 2002-12-22 Steven Tamm <steventamm@mac.com>
7849
7850 * macterm.c (XTread_socket): Call KeyTranslate for control and
7851 meta to deal correctly shifted non-alpha characters, like C-S-5
7852 being treated like C-%. Does not look for shift key to deal
7853 with masking off control-key with mac-reverse-ctrl-meta.
7854
7855 2002-12-21 Richard M. Stallman <rms@gnu.org>
7856
7857 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
7858 If it is non-nil, run timers. Use an unwind-protect to requeue
7859 the events that were read ahead.
7860 (popup_get_selection_unwind): New subroutine.
7861 (popup_get_selection_queue): File-scope variable now holds that queue.
7862 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
7863 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
7864 Use an unwind-protect to pop down the dialog box.
7865 (xdialog_show_unwind): New subroutine implements that.
7866
7867 * xdisp.c (row_containing_pos): Change exit test using last_y.
7868 (try_window_id): Abort if row_containing_pos returns null.
7869
7870 * lread.c (load_error_handler): New function.
7871 (Fload): Handle errors in Fsubstitute_in_file_name.
7872 Don't expect Fsignal to return.
7873
7874 * eval.c: Errors and throws work right with interrupt blocking.
7875 (struct catchtag): New elt interrupt_input_blocked.
7876 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
7877 (internal_catch, Fcondition_case, internal_condition_case)
7878 (internal_condition_case_1, internal_condition_case_2): Save it.
7879 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
7880
7881 * editfns.c (Fformat): Add parens.
7882
7883 * dired.c (file_name_completion): Fix that change.
7884 Delete special quit-handling code; just use QUIT.
7885
7886 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
7887
7888 * dired.c (file_name_completion): Close directory on error
7889 just as in directory_files_internal.
7890
7891 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
7892
7893 * window.c (Fset_window_configuration): Set old_point to correct
7894 value when new_current_buffer == current_buffer.
7895
7896 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
7897
7898 Revisited my earlier fix for the following entry in etc/PROBLEMS:
7899 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
7900 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
7901
7902 These changes were in part based upon suggestions made by Peter
7903 'Luna' Runestig [peter@runestig.com].
7904
7905 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
7906 g_b_init_get_token_information, g_b_init_lookup_account_sid,
7907 g_b_init_get_sid_identifier_authority ): Add several static
7908 global variables.
7909
7910 * w32.c (globals_of_w32): New function. Used to initialize those
7911 global variables that must always be initialized on startup even
7912 when the global variable initialized is non zero. Its primary
7913 purpose at this time is to set the global variables
7914 g_b_init_is_windows_9x, g_b_init_open_process_token,
7915 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
7916 g_b_init_get_sid_identifier_authority to 0 on startup.
7917 Called from main.
7918
7919 * w32.c (is_windows_9x): Perform initialization only if
7920 g_b_init_is_windows_9x is equal to 0. On initialization set
7921 g_b_init_is_windows_9x equal to 1.
7922
7923 * w32.c (open_process_token): Perform initialization only if
7924 g_b_init_open_process_token is equal to 0. On initialization set
7925 g_b_init_open_process_token equal to 1.
7926
7927 * w32.c (get_token_information): Perform initialization only if
7928 g_b_init_get_token_information is equal to 0. On initialization
7929 set g_b_init_get_token_information equal to 1.
7930
7931 * w32.c (lookup_account_sid): Perform initialization only if
7932 g_b_init_lookup_account_sid is equal to 0. On initialization
7933 set g_b_init_lookup_account_sid equal to 1.
7934
7935 * w32.c (get_sid_identifier_authority): Perform initialization
7936 only if g_b_init_get_sid_identifier_authority is equal to 0.
7937 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
7938
7939 * w32fns.c (globals_of_w32fns): New function. Used to initialize
7940 those global variables that must always be initialized on startup
7941 even when the global variable initialized is non zero.
7942 Its primary purpose at this time is to initialize the global variable
7943 track_mouse_event_fn.
7944
7945 * w32fns.c (w32_wnd_proc): Remove initialization of
7946 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
7947
7948 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
7949
7950 * w32menu.c (globals_of_w32menu): New function. Used to
7951 initialize those global variables that must always be initialized
7952 on startup even when the global variable initialized is non zero.
7953 Its primary purpose at this time is to initialize the global
7954 variables get_menu_item_info and set_menu_item_info.
7955
7956 * w32menu.c (initialize_frame_menubar): Remove initialization of
7957 get_menu_item_info and set_menu_item_info.
7958
7959 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
7960
7961 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
7962 Declare them.
7963
7964 * emacs.c (main): Call globals_of_w32 prior to calling
7965 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
7966 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
7967 is defined.
7968
7969 * w32term.c (x_update_window_begin): Fix Windows API error
7970 detected by BoundsChecker. Test to determine if
7971 w32_system_caret_hwnd is NULL prior to attempting to use
7972 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
7973
7974 * w32term.c (x_update_window_end): Fix Windows API error
7975 detected by BoundsChecker. Test to determine if
7976 w32_system_caret_hwnd is NULL prior to attempting to use
7977 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
7978
7979 2002-12-17 Kenichi Handa <handa@m17n.org>
7980
7981 * coding.c (coding_system_require_warning): New variable.
7982 (syms_of_coding): DEFVAR it.
7983
7984 * coding.h (coding_system_require_warning): Extern it.
7985
7986 * fileio.c (choose_write_coding_system): Even if
7987 Vcoding_system_for_write is non-nil, if
7988 coding_system_require_warning is nonzero, call
7989 Vselect_safe_coding_system_function.
7990
7991 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
7992
7993 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
7994 (lisp): Add font-core.
7995
7996 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
7997
7998 * textprop.c (text_read_only): New arg `propval'.
7999 (get_char_property_and_overlay): Remove unused var `next_overlay'.
8000 (verify_interval_modification): Use text_read_only's new arg.
8001
8002 2002-12-13 Kenichi Handa <handa@m17n.org>
8003
8004 * coding.c (Funencodable_char_position): Set pend correctly.
8005
8006 2002-12-12 Jason Rumney <jasonr@gnu.org>
8007
8008 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
8009 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
8010 Be more careful about when help_events are generated.
8011
8012 2002-12-12 Steven Tamm <steventamm@mac.com>
8013
8014 * macterm.c (mac_check_for_quit_char): Correctly set the
8015 modifiers of the event to 0.
8016 * mac.c (sys_select): Duplicate rfds before calling select to
8017 ensure that rfds survive the while loop.
8018
8019 2002-12-11 Kim F. Storm <storm@cua.dk>
8020
8021 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
8022 row_containing_pos returned NULL.
8023
8024 2002-12-10 Steven Tamm <steventamm@mac.com>
8025
8026 * mac.c (sys_read): Fix sys_read to not call select if IO is
8027 non-blocking.
8028 (sys_select): Fix sys_select to not use a timeout larger than
8029 the one given.
8030
8031 2002-12-10 Juanma Barranquero <lektu@terra.es>
8032
8033 * editfns.c (Fformat): Use alloca, not _alloca.
8034
8035 2002-12-09 Richard M. Stallman <rms@gnu.org>
8036
8037 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
8038 as the last thing.
8039
8040 2002-12-09 Dave Love <fx@gnu.org>
8041
8042 * s/sol2-8.h: Removed. (Not necessary.)
8043
8044 2002-12-09 Matthew Swift <swift@alum.mit.edu>
8045
8046 * editfns.c (Fformat): Handle precision in string conversion
8047 specifiers like libc functions do (ie, print at most that many
8048 characters).
8049
8050 2002-12-08 Richard M. Stallman <rms@gnu.org>
8051
8052 * xdisp.c (row_containing_pos): Check more carefully
8053 whether charpos is really in the row before returning it.
8054
8055 2002-12-07 Steven Tamm <steventamm@mac.com>
8056
8057 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
8058
8059 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
8060 each stack frame. This may change as it could be time consuming.
8061
8062 * macterm.c (mac_check_for_quit_char, quit_char_comp)
8063 (init_quit_char_handler, mac_determine_quit_char_modifiers)
8064 (mac_initialize): Add code to check for pressing of quit_char
8065 in the OS event queue.
8066
8067 * mac.c (sys_select): Call mac_check_for_quit_char every second
8068 while blocking on select.
8069
8070 * mac.c (sys_read): Use sys_select to test for input first
8071 before calling read, to allow C-g to break.
8072
8073 2002-12-07 Richard M. Stallman <rms@gnu.org>
8074
8075 * minibuf.c (Fcompleting_read): Doc fix.
8076
8077 * lread.c (syms_of_lread) <load-history>: Doc fix.
8078
8079 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
8080
8081 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
8082 autoload.
8083
8084 * data.c (Fdefalias): Record in load-history redefining an autoload.
8085
8086 * alloca.c: Undo ifdef change accidentally made on 12-04.
8087
8088 2002-12-06 Francesco Potorti` <pot@gnu.org>
8089
8090 * xfns.c (png_load): Avoid double gamma correction for PNG images.
8091
8092 2002-12-04 Richard M. Stallman <rms@gnu.org>
8093
8094 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
8095
8096 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
8097
8098 * alloca.c: Don't use #error.
8099
8100 2002-12-03 Dave Love <fx@gnu.org>
8101
8102 * buffer.c (Qucs_set_table_for_input): New.
8103 (Fget_buffer_create): Use it.
8104 (Qset_buffer_major_mode_hook): Deleted.
8105 (Fset_buffer_major_mode): Revert previous change.
8106 (init_buffer_once): Intern ucs-set-table-for-input.
8107 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
8108 Add &Qucs_set_table_for_input.
8109
8110 2002-12-03 Andreas Schwab <schwab@suse.de>
8111
8112 * callint.c (Fcall_interactively): Use next_event only if less
8113 than key_count.
8114
8115 2002-12-02 Andrew Choi <akochoi@shaw.ca>
8116
8117 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
8118 names to 255 characters.
8119
8120 * macterm.c (XTread_socket): If all frames have been collapsed,
8121 expand the first one before handling drag-and-drop events.
8122
8123 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
8124 which is detected by autoconf.
8125
8126 2002-12-01 Steven Tamm <steventamm@mac.com>
8127
8128 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
8129 offset in two hints table to allow prebinding to be redone and
8130 allow the executable to be stripped.
8131
8132 2002-11-29 Dave Love <fx@gnu.org>
8133
8134 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
8135 already provided.
8136
8137 2002-11-29 Richard M. Stallman <rms@gnu.org>
8138
8139 * xdisp.c (start_display): Check more intelligently for
8140 whether the line is continued.
8141 (move_it_vertically_backward): Clear it->continuation_lines_width.
8142
8143 2002-11-28 Dave Love <fx@gnu.org>
8144
8145 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
8146 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
8147
8148 2002-11-27 Steven Tamm <steventamm@mac.com>
8149
8150 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
8151 more descriptive error output from lread.c:Fload upon most require
8152 cycles during boostrapping.
8153
8154 2002-11-27 Jason Rumney <jasonr@gnu.org>
8155
8156 * fileio.c (Finsert_file_contents): Give a more appropriate error
8157 for files bigger than 2Gb when off_t is 32 bit.
8158
8159 * dired.c (Ffile_attributes): Don't return negative file sizes for
8160 files bigger than 2Gb when off_t is 32 bit.
8161
8162 2002-11-27 Dave Love <fx@gnu.org>
8163
8164 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
8165
8166 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
8167 Test GETPGRP_VOID instead.
8168 [BSD_TERMIOS]: Remove definitions (never used).
8169
8170 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
8171 Don't define.
8172 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
8173
8174 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
8175
8176 2002-11-25 Jason Rumney <jasonr@gnu.org>
8177
8178 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
8179 supported.
8180
8181 2002-11-25 Dave Love <fx@gnu.org>
8182
8183 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
8184
8185 * Makefile.in (TEMACS_LDFLAGS): Update last change.
8186
8187 2002-11-25 Andreas Schwab <schwab@suse.de>
8188
8189 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
8190
8191 2002-11-24 Steven Tamm <steventamm@mac.com>
8192
8193 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
8194 determine the size of pointers alloced in unexed space instead
8195 of using possibly invalid emacs_zone pointers. This fixes the
8196 binary incompatibility problems caused by updates to libSystem.B.
8197
8198 2002-11-24 Richard M. Stallman <rms@gnu.org>
8199
8200 * search.c (Fstring_match): Doc fix.
8201
8202 * callint.c (Fcall_interactively): If a command fails because
8203 `*' detects a read-only buffer, but RECORD_FLAG is set,
8204 record it anyway if the args don't actually do tty input.
8205
8206 2002-11-22 Dave Love <fx@gnu.org>
8207
8208 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
8209
8210 * keyboard.c (interrupt_signal): Provide forward declaration.
8211 (kbd_buffer_store_event): Don't declare interrupt_signal.
8212
8213 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
8214
8215 2002-11-21 Richard M. Stallman <rms@gnu.org>
8216
8217 * eval.c (interactive_p): Skip any number of bytecode
8218 and special form frames, in any order.
8219
8220 2002-11-20 Jason Rumney <jasonr@gnu.org>
8221
8222 * w32fns.c (convert_mono_to_color_image): New function.
8223 (xbm_load, xbm_load_image): Use it when foreground or background
8224 is explicitly set.
8225
8226 2002-11-19 Dave Love <fx@gnu.org>
8227
8228 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
8229
8230 2002-11-18 Jason Rumney <jasonr@gnu.org>
8231
8232 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
8233 (XPutPixel): Swap blue and red.
8234 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
8235 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
8236 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
8237 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
8238
8239 2002-11-18 Dave Love <fx@gnu.org>
8240
8241 * m/orion105.h (HAVE_ALLOCA): Don't define.
8242
8243 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
8244
8245 * m/intel386.h: Don't include alloca.h or define alloca.
8246
8247 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
8248 malloc, realloc, calloc.
8249
8250 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
8251 (bcmp): Don't define.
8252
8253 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
8254
8255 * m/amdahl.h: Don't define LIB_STANDARD.
8256
8257 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
8258
8259 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
8260
8261 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
8262 Don't include alloca.h.
8263
8264 * s/aix3-2.h (HAVE_FSYNC): Don't define.
8265
8266 * regex.c (_GNU_SOURCE): Don't define.
8267
8268 * process.c (_GNU_SOURCE): Don't define.
8269
8270 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
8271
8272 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
8273
8274 * s/sol2-8.h: Include sol2-6.h.
8275
8276 2002-11-18 Miles Bader <miles@gnu.org>
8277
8278 * dispextern.h (struct face): Add `overstrike' field.
8279 * xterm.c (x_draw_glyph_string_foreground)
8280 (x_draw_composite_glyph_string_foreground): Implement overstriking.
8281 * xfaces.c (load_face_font): Set `face->overstrike' based on
8282 result from choose_face_font.
8283 (best_matching_font, choose_face_font): Add `needs_overstrike'
8284 argument, and use it to return whether overstriking is desirable
8285 for this face/font combo.
8286 (set_font_frame_param: Pass new argument to choose_face_font.
8287
8288 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
8289
8290 This change is my fix for the following entry in etc/PROBLEMS:
8291 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
8292 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
8293
8294 * w32.c: Added wrapper functions around the win32 API functions
8295 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
8296 GetSidIdentifierAuthority. These wrapper functions serve two
8297 purposes:
8298 1. They ensure that the wrapped function can never be called
8299 when Emacs is running on an operating system on which they are
8300 not supported (Microsoft Windows 95 / 98 / ME).
8301 2. They call the wrapped functions via function pointers rather
8302 than calling them directly. This avoids taking advantage of the
8303 undocumented fact that although these functions are not supported
8304 in the 9x branch of Microsoft Windows, the functions do exist in
8305 the version of advapi32.dll that is found in the 9x branch of
8306 Microsoft Windows.
8307
8308 * w32.c (init_user_info): Replace the calls to the win32 API
8309 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
8310 and GetSidIdentifierAuthority with calls to the newly added
8311 wrapper functions.
8312
8313 * w32.h: Added extern declarations for the following functions:
8314 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
8315 syms_of_w32menu, and void syms_of_fontset.
8316
8317 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
8318 function pointer track_mouse_event_fn in the handler for the
8319 WM_SETFOCUS message.
8320
8321 * w32menu.c (initialize_frame_menubar): Add code to
8322 reinitialize the function pointers set_menu_item_info and
8323 get_menu_item_info.
8324
8325 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
8326
8327 * sound.c: Added a partial implementation of play-sound-internal
8328 for Microsoft Windows. Added various #ifdef / #else / #endif
8329 code blocks to separate the code that will compile under
8330 Microsoft Windows from the code that is specific to Gnu/Linux.
8331 Moved several blocks of code around to make this separation of code
8332 into Windows compatible and Gnu/Linux compatible code blocks easier.
8333
8334 * makefile.w32-in: Include sound.c and link with WinMM.lib.
8335
8336 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
8337 added support for play-sound-internal under Windows would be
8338 included in the build of Emacs.
8339
8340 2002-11-16 Jason Rumney <jasonr@gnu.org>
8341
8342 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
8343
8344 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
8345
8346 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
8347
8348 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
8349 (adjust_point_for_property): Move out of display and invisible even if
8350 we were already inside before (in case a property was added while
8351 we weren't looking). Be more careful when handling invisible props.
8352 Skip invisible text as if it really wasn't there at all.
8353
8354 2002-11-15 Jason Rumney <jasonr@gnu.org>
8355
8356 * w32term.c (x_draw_image_foreground)
8357 (w32_draw_image_foreground_1): Use standard copy and invert
8358 operations to draw images.
8359
8360 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
8361 depth of 1.
8362 (xbm_read_bitmap_data): Invert bits as xbm is read in.
8363 (XPutPixel): Don't invert bits here.
8364
8365 2002-11-15 Jason Rumney <jasonr@gnu.org>
8366
8367 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
8368 (w32_draw_image_foreground_1): Handle image masks.
8369 (x_draw_image_glyph_string): Don't BitBlt transparently.
8370
8371 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
8372 (x_from_xcolors): Adjust RGB values for W32.
8373 (image_background, image_background_transparent)
8374 (postprocess_image, x_to_xcolors, x_disable_image)
8375 (x_build_heuristic_mask): Adapt for W32 and enable.
8376 (x_create_x_image_and_pixmap): Mark images with palettes as such.
8377 (xbm_load): Remove unused variable.
8378
8379 2002-11-14 Richard M. Stallman <rms@gnu.org>
8380
8381 * buffer.c (syms_of_buffer): Doc fix.
8382
8383 2002-11-14 Dave Love <fx@gnu.org>
8384
8385 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
8386
8387 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
8388 * xmenu.c (unuse_menu_items, digest_single_submenu):
8389 * xfns.c (x_put_x_image):
8390 * xdisp.c (message2_nolog, set_message):
8391 * undo.c (record_point):
8392 * terminfo.c (tparam):
8393 * syntax.c (scan_sexps_forward):
8394 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
8395 * composite.c (update_compositions):
8396 * cm.c (calccost, cmgoto):
8397 * charset.c (c_string_width): Declare all args (per C99).
8398
8399 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
8400
8401 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
8402 Don't declare.
8403
8404 * emacs.c (main) [!VMS]: Avoid third arg.
8405
8406 * fns.c (Fcopy_sequence): Doc fix.
8407 (Fmap_char_table): Cast `call2'.
8408
8409 2002-11-14 Francesco Potorti` <pot@gnu.org>
8410
8411 * s/sol2-8.h: New file.
8412
8413 2002-11-14 Kim F. Storm <storm@cua.dk>
8414
8415 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
8416 dependency on `risky-local-variable' and the :propertize form.
8417
8418 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
8419
8420 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
8421
8422 * syntax.c (scan_sexps_forward): Undo last patch.
8423 Use a more obvious fix: check eob before updating the syntax table.
8424
8425 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
8426
8427 * syntax.c (scan_sexps_forward): Update syntax table before reading
8428 a char rather than after so we don't update the table past eob.
8429
8430 2002-11-09 Dave Love <fx@gnu.org>
8431
8432 * buffer.c (Fset_buffer_major_mode): Fix last change.
8433
8434 * regex.c (regexec): Fix pmatch declaration.
8435
8436 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
8437
8438 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
8439 to self-inserting characters.
8440 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
8441
8442 * coding.c (Vtranslation_table_for_input): New.
8443 (syms_of_coding): DEFVAR it.
8444
8445 2002-11-08 Juanma Barranquero <lektu@terra.es>
8446
8447 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
8448 window.
8449
8450 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8451
8452 * process.c (Fformat_network_address): Remove unused locals p,
8453 cp, and i.
8454
8455 2002-11-06 Dave Love <fx@gnu.org>
8456
8457 * buffer.c (Qset_buffer_major_mode_hook): New.
8458 (Fset_buffer_major_mode): Use it.
8459
8460 2002-11-06 Richard M. Stallman <rms@gnu.org>
8461
8462 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
8463 and stop_polling.
8464
8465 * process.c (wait_reading_process_input):
8466 Test POLLING_PROBLEM_IN_SELECT, not hpux.
8467 Avoid initialization for auto Lisp_Object var.
8468
8469 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
8470
8471 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
8472
8473 2002-11-05 Richard M. Stallman <rms@gnu.org>
8474
8475 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
8476
8477 * callint.c (Fcall_interactively): New local filter_specs.
8478 (Fcall_interactively): Check for progn as well as let.
8479 Add a gcpro.
8480 (Qprogn): New variable.
8481 (syms_of_callint): Staticpro and init Qprogn.
8482
8483 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
8484
8485 * lread.c (Feval_buffer): Doc fix.
8486
8487 2002-11-04 Dave Love <fx@gnu.org>
8488
8489 * keyboard.c (read_char): Always translate iff
8490 Vkeyboard_translate_table is a char table and c is valid.
8491
8492 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
8493 and fix C types.
8494
8495 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
8496
8497 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
8498
8499 * editfns.c (get_pos_property): Don't hardcode Qfield.
8500
8501 * keyboard.c (adjust_point_for_property): Handle `display' prop on
8502 overlays. Also handle `invisible' prop.
8503
8504 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
8505
8506 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
8507 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
8508
8509 2002-11-01 Andreas Schwab <schwab@suse.de>
8510
8511 * editfns.c (Fmessage): Revert last change to properly handle %%.
8512
8513 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
8514
8515 * xmenu.c (unuse_menu_items): New fun.
8516 (menu_items_inuse): New var.
8517 (syms_of_xmenu): Initialize it.
8518 (init_menu_items): Use it to detect re-entrance.
8519 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
8520 (Fx_popup_menu): Remove spurious XSETFRAME.
8521
8522 * editfns.c (find_field): Make an exception for nil fields.
8523
8524 2002-11-01 Dave Love <fx@gnu.org>
8525
8526 * m/gec63.h: Deleted.
8527
8528 2002-10-31 Dave Love <fx@gnu.org>
8529
8530 * xterm.c (XTread_socket): Fix last change.
8531 (xaw_scroll_callback): Cast call_data to long to avoid warning.
8532
8533 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
8534
8535 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
8536
8537 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
8538
8539 * editfns.c (overlays_around, get_pos_property): New funs.
8540 (find_field): Use them.
8541 Also be careful not to modify POS before its last use.
8542 (Fmessage): Don't Fformat if there's nothing to format.
8543
8544 2002-10-30 Dave Love <fx@gnu.org>
8545
8546 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
8547 [HAVE_PTY_H]; Include pty.h.
8548
8549 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
8550
8551 * xterm.c (Qeql): Declare.
8552 (Vx_keysym_table): New.
8553 (syms_of_xterm): Initialize it.
8554 (XTread_socket): Use it. Deal with ASCII keysyms.
8555 (XSetIMValues) [HAVE_X11R6]: Prototype.
8556
8557 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
8558 (lispy_kana_keys): Comment out.
8559 (make_lispy_event) [XK_kana_A]: Comment out.
8560 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
8561 Fix sprintf call.
8562
8563 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
8564 regexp.h change).
8565 (TERMINFO, LIBS_TERMCAP): Define.
8566
8567 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
8568 (bcmp): Define conditional on HAVE_BCMP.
8569 (NO_SIOCTL_H): Don't define.
8570 (TIOCSIGSEND): Don't make conditional on IRIX6.
8571
8572 * s/sol2-5.h: Don't include strings.h.
8573 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
8574
8575 * s/irix6-0.h (IRIX6): Don't define.
8576 (bcopy, bcmp, bzero): Don't undef.
8577
8578 * s/irix6-5.h: Don't include strings.h.
8579 (IRIX6): Don't define.
8580 (bcopy, bcmp, bzero): Don't undef.
8581
8582 * syntax.c (Fforward_comment): Doc fix.
8583
8584 2002-10-29 Kim F. Storm <storm@cua.dk>
8585
8586 * process.c (Fsignal_process): Allow PROCESS to be specified by
8587 name in addition to pid (as integer or string).
8588
8589 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
8590
8591 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
8592 environments.
8593
8594 2002-10-27 Kim F. Storm <storm@cua.dk>
8595
8596 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
8597
8598 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
8599
8600 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
8601
8602 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
8603
8604 2002-10-26 Richard M. Stallman <rms@gnu.org>
8605
8606 * editfns.c (Fformat): Detect invalid format letters for floats.
8607
8608 2002-10-25 Kenichi Handa <handa@m17n.org>
8609
8610 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
8611 (x_set_title): Likewise.
8612
8613 2002-10-25 Juanma Barranquero <lektu@terra.es>
8614
8615 * macgui.h:
8616 * w32gui.h: Remove definition of XColor.
8617
8618 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
8619
8620 2002-10-24 Kim F. Storm <storm@cua.dk>
8621
8622 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
8623 Callers changed (supply dummy arg).
8624
8625 * lisp.h (get_window_cursor_type): Update prototype.
8626
8627 * w32term.c (x_display_and_set_cursor): Get active_cursor from
8628 get_window_cursor_type to track system caret.
8629
8630 2002-10-24 Kim F. Storm <storm@cua.dk>
8631
8632 * process.c (Fformat_network_address): New function.
8633 (syms_of_process): Defsubr it.
8634 (list_processes_1): Use it to format :local/:remote address if
8635 service/host is not set; before Emacs would crash in that case.
8636 (Fmake_network_process): Don't use Ffind_operation_coding_system
8637 to setup coding system if host or service is not set.
8638
8639 2002-10-23 Juanma Barranquero <lektu@terra.es>
8640
8641 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
8642
8643 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
8644 COLORREF.
8645
8646 * macgui.h:
8647 * w32gui.h: Add definition of XColor.
8648
8649 * macfns.c:
8650 * w32fns.c:
8651 * xfaces.c: Remove definition of XColor.
8652
8653 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
8654
8655 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
8656
8657 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
8658 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
8659 window if it is dedicated.
8660 (Fshrink_window): Add preserve_before as was done for enlarge_window.
8661 (Vspecial_display_function): Update docstring.
8662
8663 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
8664 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
8665 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
8666
8667 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
8668
8669 * casefiddle.c (casify_region): Don't treat a prefix char as part
8670 of a word when at the beginning.
8671
8672 2002-10-17 Juanma Barranquero <lektu@terra.es>
8673
8674 * lread.c (syms_of_lread): Fix typos.
8675
8676 2002-10-17 Dave Love <fx@gnu.org>
8677
8678 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
8679
8680 2002-10-16 Richard M. Stallman <rms@gnu.org>
8681
8682 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
8683
8684 2002-10-14 Juanma Barranquero <lektu@terra.es>
8685
8686 * w16select.c (syms_of_win16select): Fix docstring for
8687 `selection-coding-system'.
8688
8689 * w32select.c (syms_of_w32select): Likewise.
8690
8691 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
8692
8693 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
8694 a backslash-quoted char.
8695 (scan_lists, scan_sexps_forward): Pacify the compiler.
8696
8697 2002-10-13 Richard M. Stallman <rms@gnu.org>
8698
8699 * window.c (window_scroll): Set immediate_quit.
8700
8701 * print.c (print): When backquote form is the car of a list,
8702 output in old style. Use old_backquote_output to output all
8703 comma forms inside it in old style too.
8704
8705 * buffer.h (struct buffer): Move `undo_list' down below `name'.
8706
8707 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
8708
8709 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
8710 batch mode).
8711
8712 * lread.c (Fload): Doc fix (load-suffixes).
8713
8714 2002-10-10 Steven Tamm <steventamm@mac.com>
8715
8716 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
8717 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
8718 Also switch the default to Qnil from Qt.
8719
8720 2002-10-08 Kenichi Handa <handa@m17n.org>
8721
8722 * coding.c (code_convert_region): When we need more GAP for
8723 conversion, pay attention to the case that coding->produced is not
8724 greater than coding->consumed.
8725
8726 2002-10-07 Richard M. Stallman <rms@gnu.org>
8727
8728 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
8729
8730 2002-10-06 Andrew Choi <akochoi@shaw.ca>
8731
8732 * macmenu.c (mac_menu_show): Add j to count menu items; match
8733 menu_item_selection to it to find selected item.
8734
8735 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8736
8737 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
8738 cases. The correct fix is to pass ReparentNotify to Xt.
8739 The shell widget interprets ConfigureNotify differently depending
8740 on if it has been reparented or not.
8741
8742 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
8743
8744 * editfns.c (Fformat_time_string): Doc fix.
8745
8746 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
8747
8748 * fns.c (Flength): Doc fix.
8749
8750 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
8751
8752 * keyboard.c (keyremap): New struct.
8753 (read_key_sequence): Use it: globally replace keytran_foo with
8754 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
8755 keytran_next and fkey_next to just `next'.
8756
8757 2002-10-04 Steven Tamm <steventamm@mac.com>
8758
8759 * macterm.c (keycode_to_xkeysym_table): Change return to be
8760 treated like an X keysym.
8761
8762 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8763
8764 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
8765 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
8766 This is to also handle x/y changes that occur because of a resize.
8767
8768 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
8769
8770 * frame.c (Vdelete_frame_functions): New variable.
8771 (syms_of_frame): Initialize and defvar it.
8772 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
8773 it when frame's `tooltip' parameter is non-nil.
8774
8775 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
8776
8777 * w32fns.c (x_create_tip_frame): Likewise.
8778
8779 * macfns.c (x_create_tip_frame): Likewise.
8780
8781 2002-09-30 Kenichi Handa <handa@m17n.org>
8782
8783 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
8784 -1 before calling ccl_driver.
8785
8786 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
8787 Only when it is non-nil, handle composition sequence.
8788 (setup_coding_system) <0>: Don't force composition handling.
8789
8790 * Makefile.in (lisp, shortlisp): Add utf-16.elc
8791
8792 2002-09-29 Richard M. Stallman <rms@gnu.org>
8793
8794 * search.c (Freplace_match): Adjust match data for the substitution
8795 just made in the buffer.
8796
8797 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
8798 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
8799
8800 2002-09-27 Richard M. Stallman <rms@gnu.org>
8801
8802 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
8803 (read_char): Use them. Do all exits thru the end of the function.
8804
8805 2002-09-27 Kenichi Handa <handa@etl.go.jp>
8806
8807 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
8808 is nil.
8809
8810 2002-09-26 Richard M. Stallman <rms@gnu.org>
8811
8812 * regex.h (__restrict_arr): Don't define if already defined.
8813
8814 * coding.c (run_pre_post_conversion_on_str):
8815 Save and restore Vdeactivate_mark.
8816
8817 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
8818
8819 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
8820
8821 2002-09-26 Kenichi Handa <handa@etl.go.jp>
8822
8823 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
8824 nonzero, try face's family at first. Otherwise try FAMILY at first.
8825 (choose_face_font): If C is a single byte char or latin-1, call
8826 try_font_list with PREFER_FACE_FAMILY 1.
8827
8828 2002-09-21 Richard M. Stallman <rms@gnu.org>
8829
8830 * window.c (select_window_1): Don't select frame.
8831 Set frame's selected window only when frame itself is selected.
8832 (Fselect_window): Doc fix.
8833
8834 2002-09-18 Kim F. Storm <storm@cua.dk>
8835
8836 * process.c (make-network-process): Doc fix (there is no
8837 network-server-log-function hook).
8838
8839 2002-09-18 Richard M. Stallman <rms@gnu.org>
8840
8841 * print.c (print): Clear out the unused parts of Vprint_number_table.
8842 (syms_of_print): Doc fix for `print-number-table'.
8843
8844 * unexelf.c (unexec): Undo previous change.
8845
8846 2002-09-17 Andreas Schwab <schwab@suse.de>
8847
8848 * m/alpha.h [LINUX]: Don't define DATA_START.
8849
8850 2002-09-16 Dave Love <fx@gnu.org>
8851
8852 * unexelf.c (unexec): Deal with .got, reinstating change from
8853 25-08-1999.
8854
8855 2002-09-13 Richard M. Stallman <rms@gnu.org>
8856
8857 * s/sol2-6.h (UNEXEC): Comment out definition.
8858
8859 * unexsol.c (unexec): Don't downcase first letter of error msg.
8860
8861 * xfaces.c (Fcolor_supported_p): Just one arg is required.
8862
8863 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
8864
8865 * unexsol.c: Include buffer.h, charset.h, coding.h.
8866
8867 2002-09-11 Richard M. Stallman <rms@gnu.org>
8868
8869 * unexsol.c: Don't use report_file_error; do it by hand
8870 using dlerror.
8871
8872 * process.c (wait_reading_process_input, both versions):
8873 Before calling turn_on_atimers, call stop_polling.
8874
8875 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
8876
8877 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
8878 we go to too_near_end, call clear_glyph_matrix.
8879 (redisplay_window): After make_cursor_line_fully_visible,
8880 call clear_glyph_matrix and bypass `goto done'.
8881
8882 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
8883 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
8884
8885 2002-09-10 Richard M. Stallman <rms@gnu.org>
8886
8887 * fileio.c (Fdo_auto_save): Catch error making directory.
8888 Only call push_message if we need to.
8889 At the same time, make an unwind-protect to pop it.
8890 Rename local message_p to old_message_p.
8891 (do_auto_save_make_dir, do_auto_save_eh): New functions.
8892 (do_auto_save_unwind): Don't call pop_message.
8893
8894 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
8895
8896 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
8897
8898 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
8899
8900 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
8901
8902 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
8903
8904 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
8905 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
8906 (re_match_2_internal): Be more careful with infinite loops.
8907
8908 2002-09-10 Kim F. Storm <storm@cua.dk>
8909
8910 * macros.c (end_kbd_macro): New function.
8911 (Fend_kbd_macro): Use it.
8912
8913 * macros.h (end_kbd_macro): Declare extern.
8914
8915 * keyboard.c (Fdiscard_input): If defining keyboard macro,
8916 end and save it instead of discarding it.
8917
8918 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
8919
8920 * s/sol2-6.h: Fix typo. Add comment.
8921
8922 2002-09-09 Richard M. Stallman <rms@gnu.org>
8923
8924 * regex.c (regnum_t): Use signed int, not unsigned int.
8925
8926 * s/sol2-6.h: New file.
8927
8928 * s/sol2-5.h (UNEXEC): Definition deleted.
8929
8930 2002-09-08 Kim F. Storm <storm@cua.dk>
8931
8932 * macros.c (executing_macro_index): Change type to EMACS_INT.
8933 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
8934
8935 * macros.h (executing_macro_index): Change type to EMACS_INT.
8936
8937 2002-09-06 Richard M. Stallman <rms@gnu.org>
8938
8939 * casetab.c (set_case_table): Make canon table point to eqv table.
8940
8941 2002-09-06 Juanma Barranquero <lektu@terra.es>
8942
8943 * coding.c (syms_of_coding): Fix spacing.
8944
8945 * composite.c (Fcompose_region_internal)
8946 (Fcompose_string_internal): Likewise.
8947
8948 * data.c (Flsh): Likewise.
8949
8950 * fontset.c (Fset_fontset_font): Likewise.
8951
8952 * macfns.c (Fx_server_max_request_size): Likewise.
8953
8954 * w16select.c (syms_of_win16select): Likewise.
8955
8956 * w32select.c (syms_of_w32select): Likewise.
8957
8958 * xselect.c (syms_of_xselect): Likewise.
8959
8960 2002-09-05 Richard M. Stallman <rms@gnu.org>
8961
8962 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
8963 call EXTEND_RANGE_TABLE and return a proper value.
8964 (set_image_of_range): Don't call set_image_of_range_1
8965 if no TRANSLATE or if range includes all of Latin-1.
8966 Only call it for the Latin-1 part of the range.
8967 For other cases, make two separate ranges,
8968 one for the original specified characters and one for
8969 their case-conversions.
8970
8971 2002-09-04 Richard M. Stallman <rms@gnu.org>
8972
8973 * s/sol2-5.h (UNEXEC): Use unexsol.o.
8974
8975 * window.c (displayed_window_lines): Correct for one-off bug
8976 in HEIGHT on non-window displays.
8977
8978 * regex.c (set_image_of_range_1): New function.
8979 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
8980 Return a value to indicate running out of memory.
8981 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
8982 (extend_range_table_work_area): New subroutine.
8983 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
8984 Different calling conventions, and used from set_image_of_range{,_1}.
8985 (IMMEDIATE_QUIT_CHECK): Definitions moved.
8986
8987 2002-09-04 Juanma Barranquero <lektu@terra.es>
8988
8989 * makefile.w32-in: All dependencies updated.
8990
8991 2002-09-01 Richard M. Stallman <rms@gnu.org>
8992
8993 * unexsol.c: New file.
8994
8995 * xfns.c (Qbox): Declare external, don't define.
8996
8997 * xdisp.c (redisplay_window) <force-start case>:
8998 If point is on semi-visible last line, reposition
8999 it at previous line.
9000
9001 * alloc.c (display_malloc_warning): Use display-warning.
9002 (malloc_warning_1): Function deleted.
9003
9004 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
9005
9006 * lread.c (read1): Handle #! by skipping the line.
9007
9008 2002-08-31 Richard M. Stallman <rms@gnu.org>
9009
9010 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
9011 Don't include LDFLAGS.
9012 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
9013
9014 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
9015
9016 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
9017 member of x_display_info unless we compile for some window system.
9018
9019 2002-08-31 Kim F. Storm <storm@cua.dk>
9020
9021 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
9022 (get_window_cursor_type): Don't use them.
9023 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
9024
9025 2002-08-30 Kenichi Handa <handa@etl.go.jp>
9026
9027 * xdisp.c (get_next_display_element): Fix previous change.
9028
9029 2002-08-30 Andrew Choi <akochoi@shaw.ca>
9030
9031 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
9032 (expose_window): Use it to fix the display of overlapping
9033 rows (merge code from xterm.c).
9034
9035 * macfns.c (Qbox): Add extern declaration.
9036
9037 2002-08-30 Juanma Barranquero <lektu@terra.es>
9038
9039 * w32fns.c (Qbox): Make extern.
9040 (syms_of_w32fns): Remove initialization of Qbox.
9041
9042 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
9043
9044 * xfns.c (Fx_open_connection): Fix error message.
9045
9046 2002-08-30 Kim F. Storm <storm@cua.dk>
9047
9048 The following changes consolidates the handling of the cursor
9049 type in xdisp.c, moving duplicate code and functionality from
9050 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
9051
9052 * frame.h (enum text_cursor_kinds): Consolidated here.
9053 Added DEFAULT_CURSOR value.
9054 (struct frame) <desired_cursor, cursor_width>
9055 <blink_off_cursor, blink_off_cursor_width>: New fields.
9056 Consolidated from output_x, output_w32 and output_mac structs.
9057 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
9058 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
9059
9060 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
9061 Variables consolidated here.
9062 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
9063 (Vcursor_in_non_selected_windows): Renamed from
9064 cursor_in_non_selected_windows and changed to Lisp_Object.
9065 (syms_of_xdisp): Define and staticpro new and moved variables.
9066 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
9067 consolidated here. Recognize Qhollow setting.
9068 (set_frame_cursor_types): New function to set frame cursor types
9069 based on the frame parameters.
9070 (get_window_cursor_type): New function to calculate new cursor
9071 type and width for the specified window. Based on duplicated
9072 code consolidated here.
9073 Enhancements: cursor-in-non-selected-windows may be a cursor type,
9074 check buffer-local alternate-cursor-type and blink-cursor-alist
9075 before using built-in blink off methods.
9076
9077 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
9078
9079 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
9080 (get_specified_cursor_type, get_window_cursor_type)
9081 (set_frame_cursor_types): Added prototypes.
9082
9083 * macfns.c (x_specified_cursor_type): Removed.
9084 (x_set_cursor_type): Use set_frame_cursor_types.
9085 (Qbar, Qbox): Removed.
9086 (syms_of_macfns): Don't intern or staticpro them.
9087
9088 * macterm.c (x_specified_cursor_type): Remove prototype.
9089 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
9090 (x_display_and_set_cursor): Use get_window_cursor_type.
9091 Remove unused local variables cursor_non_selected, active_cursor.
9092 Redraw cursor if hbar cursor width changes.
9093 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
9094
9095 * macterm.h (enum text_cursor_kinds): Removed.
9096 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
9097 <blink_off_cursor, blink_off_cursor_width>: Members removed.
9098 (FRAME_DESIRED_CURSOR): Macro removed.
9099
9100 * w32fns.c (Vblink_cursor_alist): Removed.
9101 (Qbar, Qhbar, Qbox, Qhollow): Removed.
9102 (syms_of_w32fns): Don't intern, staticpro, or define them.
9103 (x_specified_cursor_type): Removed.
9104 (x_set_cursor_type): Use set_frame_cursor_types.
9105
9106 * w32term.c (x_specified_cursor_type): Remove prototype.
9107 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
9108 (x_display_and_set_cursor): Use get_window_cursor_type.
9109 Remove unused local variables cursor_off_state.
9110 Redraw cursor if hbar cursor width changes.
9111 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
9112
9113 * w32term.h (enum text_cursor_kinds): Removed.
9114 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
9115 <blink_off_cursor, blink_off_cursor_width>: Members removed.
9116 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
9117 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
9118 (struct w32_display_info) <x_highlight_frame>: Renamed member from
9119 w32_highlight_frame.
9120
9121 * xfns.c (Vblink_cursor_alist): Removed.
9122 (Qbar, Qhbar, Qbox, Qhollow): Removed.
9123 (syms_of_xfns): Don't intern, staticpro, or define them.
9124 (x_specified_cursor_type): Removed.
9125 (x_set_cursor_type): Use set_frame_cursor_types.
9126
9127 * xterm.c (x_specified_cursor_type): Remove prototype.
9128 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
9129 (x_display_and_set_cursor): Use get_window_cursor_type.
9130 Remove unused local variables cursor_off_state.
9131 Redraw cursor if hbar cursor width changes.
9132
9133 * xterm.h (enum text_cursor_kinds): Removed.
9134 (struct output_x) <current_cursor, desired_cursor, cursor_width>
9135 <blink_off_cursor, blink_off_cursor_width>: Members removed.
9136 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
9137 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
9138 (x_specified_cursor_type): Remove prototype.
9139
9140 2002-08-28 Richard M. Stallman <rms@gnu.org>
9141
9142 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
9143 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
9144 (Vblink_cursor_alist): New variable.
9145 (syms_of_w32fns): Initialize and defvar it.
9146 (x_specified_cursor_type): Recognize Qbox for filled box.
9147 Exceptions are hollow boxes.
9148 (Qbox, Qhollow): New variables.
9149 (syms_of_w32fns): Initialize and staticpro them.
9150
9151 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
9152 New macros.
9153 (struct w32_output): New fields blink_off_cursor,
9154 blink_off_cursor_width.
9155 (FRAME_CURSOR_WIDTH): New macro.
9156
9157 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
9158 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
9159
9160 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
9161 for bar cursor.
9162
9163 * w32term.c (expose_overlaps): New function.
9164 (expose_window): Use it to fix the display of overlapping rows.
9165
9166 2002-08-28 Simon Josefsson <jas@extundo.com>
9167
9168 * xfns.c (Fx_open_connection): Improve help when X connection
9169 fails, xhost is insecure and xauth is better.
9170
9171 2002-08-28 Juanma Barranquero <lektu@terra.es>
9172
9173 * makefile.w32-in: Add missing dependencies on w32term.h and
9174 composite.h.
9175
9176 * emacs.c (USAGE1): Add missing newline.
9177
9178 2002-08-27 Andrew Choi <akochoi@shaw.ca>
9179
9180 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
9181
9182 2002-08-27 Richard M. Stallman <rms@gnu.org>
9183
9184 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
9185 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
9186 (Vblink_cursor_alist): New variable.
9187 (syms_of_xfns): Initialize and defvar it.
9188 (x_specified_cursor_type): Recognize Qbox for filled box.
9189 Exceptions are hollow boxes.
9190 (Qbox, Qhollow): New variables.
9191 (syms_of_xfns): Initialize and staticpro them.
9192
9193 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
9194 New macros.
9195 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
9196
9197 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
9198 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
9199
9200 * emacs.c (main): Handle --script.
9201 (USAGE1): Mention --script.
9202 (standard_args): Define sort order for --script.
9203
9204 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
9205
9206 * xdisp.c (redisplay_updating_p): Variable removed.
9207 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
9208 New variables.
9209 (init_iterator): Don't free realized faces if
9210 inhibit_free_realized_faces is set.
9211 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
9212 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
9213 initialize Qinhibit_free_realized_faces.
9214
9215 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
9216 when iterator is adding glyphs to a glyph matrix.
9217
9218 2002-08-27 Kenichi Handa <handa@etl.go.jp>
9219
9220 * xdisp.c (get_next_display_element): In unibyte case, don't use
9221 octal form for such eight-bit characters that can be converted to
9222 multibyte char.
9223
9224 2002-08-26 Kim F. Storm <storm@cua.dk>
9225
9226 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize foreground
9227 and background colors. From Joe Buehler (tiny change).
9228
9229 2002-08-26 Miles Bader <miles@gnu.org>
9230
9231 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
9232
9233 2002-08-25 Andrew Choi <akochoi@shaw.ca>
9234
9235 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
9236 defined instead of MAC_OSX.
9237
9238 * s/darwin.h (select): Define select to sys_select only if
9239 HAVE_CARBON is defined.
9240 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
9241 (DONT_REOPEN_PTY): #def it.
9242
9243 * macterm.c (XTread_socket): Remove code to call
9244 SendEventToEventTarget for keys with command modifiers when
9245 mac_command_key_is_meta is nil.
9246
9247 2002-08-24 Andreas Schwab <schwab@suse.de>
9248
9249 * eval.c (Fdefvar): Fix last change.
9250
9251 2002-08-23 Richard M. Stallman <rms@gnu.org>
9252
9253 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
9254 Record variables in load history as (defvar . VAR).
9255 (Fdefvar): Don't record in load history if no initial value.
9256 (Qdefvar): New variable.
9257 (syms_of_eval): Init and staticpro it.
9258
9259 * lread.c (syms_of_lread): Doc fix.
9260 (build_load_history): Use Fmember to see if a definition
9261 is already in the Vload_history element.
9262
9263 * process.c (Fstart_process): Remove /: from program name.
9264
9265 * emacs.c (decode_env_path): Don't add /: if file name handler
9266 has a `safe-magic' property.
9267
9268 * callproc.c (Fcall_process): Remove /: from program name.
9269
9270 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
9271
9272 * regex.c (PATFETCH): Remove the translating fetch.
9273 (PATFETCH_RAW): Rename to PATFETCH.
9274 (set_image_of_range): New fun.
9275 (SET_RANGE_TABLE_WORK_AREA): Use it.
9276 (regex_compile): Don't translate the pattern chars so eagerly.
9277 Only do it when inserting an `exactn' bytecode or when handling
9278 a char-range.
9279 (mutually_exclusive_p): Avoid empty statement.
9280
9281 2002-08-22 Kim F. Storm <storm@cua.dk>
9282
9283 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
9284 end up on a partially visible line; this reverts a specific part
9285 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
9286 display error which has been reported several times now.
9287 However it introduces the problem that changes was supposed to fix.
9288 See my comments in the source if you want to debug this further.
9289
9290 2002-08-20 Kenichi Handa <handa@etl.go.jp>
9291
9292 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
9293
9294 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
9295
9296 * msdos.c (croak): Add `void' to definition.
9297
9298 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
9299 Don't define them, they are defined in msdos.c.
9300
9301 * mem-limits.h [MSDOS]: Declare etext.
9302
9303 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
9304 `const' since CORRECT_DIR_SEPS modifies its target.
9305
9306 2002-08-19 Kim F. Storm <storm@cua.dk>
9307
9308 * keyboard.c (Fclear_this_command_keys): Add optional arg
9309 KEEP-RECORD to avoid clearing lossage when we just want to clear
9310 the current key sequence (kmacro needs this).
9311
9312 2002-08-19 Kenichi Handa <handa@localhost>
9313
9314 * composite.c (run_composition_function): Call FUNC if it is fboundp.
9315
9316 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
9317 cons, return Qnil.
9318
9319 2002-08-17 Richard M. Stallman <rms@gnu.org>
9320
9321 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
9322
9323 * sysdep.c [!VMS]: Include sys/files.h.
9324
9325 * editfns.c (save_restriction_restore): Defend from unchained marker.
9326
9327 * buffer.c (overlays_at): Handle extending vec uniformly.
9328 (overlays_in): Handle extending vec from length 0 as in overlays_at.
9329
9330 2002-08-15 Andrew Choi <akochoi@shaw.ca>
9331
9332 * mac.c (init_mac_osx_environment): New function.
9333
9334 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
9335
9336 2002-08-14 Kim F. Storm <storm@cua.dk>
9337
9338 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
9339 executing macro before appending to it (when used from Lisp).
9340 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
9341 which is called prior to each iteration of macro (for kmacro.el).
9342 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
9343
9344 * lisp.h (Fexecute_kbd_macro): Update prototype.
9345
9346 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
9347
9348 2002-08-14 Kenichi Handa <handa@etl.go.jp>
9349
9350 * xselect.c (QUTF8_STRING): New variable.
9351 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
9352 (x_atom_to_symbol): Likewise.
9353 (x_get_local_selection): New argument local_request. If it is
9354 nonzero, call handler_fn with the second arg nil.
9355 (x_handle_selection_request): Call x_get_local_selection with
9356 local_request 0.
9357 (lisp_data_to_selection_data): Don't encode the string here.
9358 (Fx_get_selection_internal): Call x_get_local_selection with
9359 local_request 1.
9360 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
9361
9362 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
9363
9364 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
9365
9366 2002-08-13 Richard M. Stallman <rms@gnu.org>
9367
9368 * minibuf.c (Fminibufferp): New function.
9369 (syms_of_minibuf): Defsubr it.
9370 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
9371
9372 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
9373
9374 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
9375
9376 2002-08-12 Richard M. Stallman <rms@gnu.org>
9377
9378 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
9379 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
9380 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
9381 already.
9382
9383 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
9384
9385 2002-08-11 Andrew Choi <akochoi@shaw.ca>
9386
9387 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
9388 (Vmac_pass_command_to_system): New variable.
9389 (Vmac_pass_control_to_system): New variable.
9390 (do_mouse_moved): Check wp with is_emacs_window.
9391 (XTread_socket): Check window_ptr with is_emacs_window.
9392 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
9393 events back to Mac Toolbox for processing, depending on values of
9394 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
9395 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
9396 Vmac_pass_control_to_system.
9397
9398 2002-08-10 Kenichi Handa <handa@etl.go.jp>
9399
9400 * coding.c (unencodable_char_position): New function.
9401 (Funencodable_char_position): New function.
9402 (syms_of_coding): Defsubr Funencodable_char_position.
9403
9404 2002-08-10 Andrew Choi <akochoi@shaw.ca>
9405
9406 * mac.c (sys_select) [MAC_OSX]: New function.
9407
9408 * macterm.c (MakeMeTheFrontProcess): New function.
9409 (mac_initialize): Call MakeMeTheFrontProcess.
9410
9411 * s/darwin.h: Define select to sys_select.
9412
9413 2002-08-09 Richard M. Stallman <rms@gnu.org>
9414
9415 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
9416
9417 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
9418
9419 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
9420 end of the buffer.
9421
9422 2002-08-08 Ken Raeburn <raeburn@mit.edu>
9423
9424 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
9425
9426 * puresize.h (BASE_PURESIZE): Increase to 910000.
9427
9428 2002-08-08 Kenichi Handa <handa@etl.go.jp>
9429
9430 * coding.c (Ffind_operation_coding_system): For write-region, if
9431 VISIT is a filename, make it the target.
9432
9433 2002-08-07 Richard M. Stallman <rms@gnu.org>
9434
9435 * alloc.c (mark_object): Detect long lists for debugging.
9436 (mark_object_loop_halt): New variable.
9437
9438 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
9439
9440 * data.c (Fmake_variable_frame_local): Doc fix.
9441
9442 2002-08-01 David Ponce <david@dponce.com>
9443
9444 * w32menu.c (local_heap, local_alloc, local_free): New macros.
9445 (malloc_widget_value, free_widget_value)
9446 (w32_free_submenu_strings): Use them.
9447
9448 (push_submenu_start, push_submenu_end, push_left_right_boundary)
9449 (push_menu_pane, push_menu_item, single_keymap_panes)
9450 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
9451 (single_submenu, set_frame_menubar)
9452 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
9453
9454 (Fx_popup_menu): Don't show pop up menu until preceding one is
9455 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
9456
9457 * w32menu.c: Changes adapted from xmenu.c
9458 (set_frame_menubar): First parse all submenus,
9459 then make widget_value trees from them.
9460 Don't allocate any widget_value objects
9461 until we are done with the parsing.
9462 (parse_single_submenu): New function.
9463 (digest_single_submenu): New function.
9464 (single_submenu): Function deleted, replaced by those two.
9465
9466 2002-08-04 Andrew Choi <akochoi@shaw.ca>
9467
9468 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
9469 returns a valid window pointer before proceeding for keyDown and
9470 autoKey events.
9471
9472 2002-08-03 Andrew Choi <akochoi@shaw.ca>
9473
9474 * macterm.c (USE_CARBON_EVENTS): New macro.
9475 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
9476 (x_iconify_frame): Call CollapseWindow.
9477 (Vmac_reverse_ctrl_meta): New variable.
9478 (Vmac_wheel_button_is_mouse_2): New variable.
9479 (init_mac_drag_n_drop): New function.
9480 (mac_do_receive_drag): New function.
9481 (mac_handle_service_event): New function.
9482 (init_service_handler): New function.
9483 (mac_to_emacs_modifiers): New function.
9484 (mac_event_to_emacs_modifiers): New function.
9485 (mac_get_mouse_btn): New function.
9486 (mac_convert_event_ref): New function.
9487 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
9488 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
9489 mac_get_mouse_btn.
9490 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
9491
9492 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
9493 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
9494 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
9495 TOOL_BAR_EVENT for MAC_OS as well.
9496 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
9497 as for WINDOWS_NT.
9498 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
9499
9500 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
9501
9502 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
9503
9504 * xdisp.c (forward_to_next_line_start): Fix a condition that
9505 lead to a newline being skipped.
9506
9507 2002-08-02 Andrew Choi <akochoi@shaw.ca>
9508
9509 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
9510
9511 2002-08-01 Richard M. Stallman <rms@gnu.org>
9512
9513 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
9514
9515 2002-07-31 Andrew Choi <akochoi@shaw.ca>
9516
9517 * macfns.c: #undef init_process before #define-ing it.
9518
9519 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
9520 HAVE_CARBON is defined.
9521
9522 2002-07-31 Richard M. Stallman <rms@gnu.org>
9523
9524 * xmenu.c (set_frame_menubar): First parse all submenus,
9525 then make widget_value trees from them.
9526 Don't allocate any widget_value objects
9527 until we are done with the parsing.
9528 (parse_single_submenu): New function.
9529 (digest_single_submenu): New function.
9530 (single_submenu): Function deleted, replaced by those two.
9531
9532 2002-07-30 Juanma Barranquero <lektu@terra.es>
9533
9534 * w32proc.c (syms_of_ntproc): Fix docstring of
9535 `w32-get-true-file-attributes'.
9536
9537 2002-07-28 Richard M. Stallman <rms@gnu.org>
9538
9539 * s/hpux8.h (HPUX8): Define this before including hpux.h.
9540 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
9541
9542 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
9543
9544 * keyboard.c (make_lispy_event):
9545 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
9546 Explicitly clear up_modifier in event->modifiers.
9547
9548 2002-07-27 Richard M. Stallman <rms@gnu.org>
9549
9550 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
9551
9552 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
9553 for bar cursor.
9554
9555 2002-07-26 Kenichi Handa <handa@etl.go.jp>
9556
9557 * coding.c (detect_coding_iso2022): While checking a byte sequence
9558 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
9559 it in the normal loop.
9560
9561 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
9562
9563 * xterm.c (expose_overlaps): New function.
9564 (expose_window): Use it to fix the display of overlapping rows.
9565
9566 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
9567
9568 2002-07-23 Ken Raeburn <raeburn@gnu.org>
9569
9570 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
9571 since it only depends on XUINT.
9572
9573 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
9574 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
9575 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
9576 Macros deleted.
9577
9578 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
9579 its value over other approaches.
9580 * sysdep.c (start_of_data): Don't define the function if a macro
9581 form has been defined.
9582
9583 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
9584
9585 * xdisp.c (redisplay_updating_p): New variable.
9586 (init_iterator): Don't free realized faces when
9587 redisplay_updating_p is set.
9588 (redisplay_internal): Set redisplay_updating_p while updating
9589 the display.
9590
9591 2002-07-23 Richard M. Stallman <rms@gnu.org>
9592
9593 * editfns.c (Fmessage): Treat "" like nil.
9594
9595 2002-07-23 Kenichi Handa <handa@etl.go.jp>
9596
9597 * xdisp.c (face_before_or_after_it_pos):
9598 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
9599
9600 2002-07-22 Juanma Barranquero <lektu@terra.es>
9601
9602 * callproc.c (init_callproc) [DOS_NT]:
9603 Initialize Vshared_game_score_directory to nil.
9604 (syms_of_callproc) [DOS_NT]: Likewise.
9605
9606 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
9607
9608 * xdisp.c (display_line): Replace an abort with xassert.
9609
9610 2002-07-21 Richard M. Stallman <rms@gnu.org>
9611
9612 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
9613 and END_UNCHANGED when setting buffer_unchanged_p.
9614 Use current_matrix_up_to_date_p to decide whether to use
9615 try_cursor_movement.
9616
9617 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
9618
9619 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
9620
9621 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
9622 Set to nil if dir does not exist.
9623 (syms_of_callproc): Init unconditionally and simply.
9624
9625 * buffer.c (Fbuffer_list): Doc fix.
9626
9627 2002-07-21 Ken Raeburn <raeburn@gnu.org>
9628
9629 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
9630
9631 * buffer.c (mmap_realloc): When shrinking, make sure number of
9632 pages to unmap is rounded towards zero.
9633
9634 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
9635 (XSETINT): Deleted.
9636
9637 * m/att3b.h (XINT): Don't define.
9638 (VALBITS, VALMASK, XTYPE): Deleted.
9639 (DATA_SEG_BITS): Define.
9640 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
9641 ARRAY_MARK_FLAG): Deleted.
9642 (DATA_SEG_BITS): Define.
9643 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
9644 (DATA_SEG_BITS): Define.
9645
9646 2002-07-20 Richard M. Stallman <rms@gnu.org>
9647
9648 * print.c (print_error_message): New args CONTEXT and CALLER.
9649 Calls changed.
9650
9651 * lisp.h (print_error_message): Declare new args.
9652
9653 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
9654 and CONTEXT to print_error_message, don't print them here.
9655 For a Quit, don't use Vsignaling_function.
9656 Call message_log_maybe_newline.
9657
9658 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
9659
9660 2002-07-20 Kim F. Storm <storm@cua.dk>
9661
9662 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
9663
9664 2002-07-19 Ken Raeburn <raeburn@gnu.org>
9665
9666 * bytecode.c (struct byte_stack): Pointers into byte string now
9667 point to const.
9668 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
9669 const.
9670 * charset.h (BCOPY_SHORT): Source pointer now points to const.
9671 * coding.c (encode_eol, detect_coding, detect_eol):
9672 (decode_coding, encode_coding, detect_coding_system):
9673 Source strings now treated as const.
9674 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
9675 modify Lisp string contents.
9676 * coding.h (decode_coding, encode_coding, detect_coding,
9677 detect_eol): Declarations updated.
9678 * composite.c (compose_chars_in_text): Treat Lisp string contents
9679 as const.
9680 * dispnew.c (safe_bcopy): Source pointer now points to const.
9681 * lisp.h (STRING_COPYIN): New macro.
9682 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
9683 (internal_with_output_to_temp_buffer): Declarations updated.
9684 * print.c (temp_output_buffer_setup):
9685 (internal_with_output_to_temp_buffer): Buffer name argument is now
9686 pointer to const.
9687 * sound.c (struct sound_device): Function pointer field "write"
9688 buffer argument now points to const.
9689 (vox_write): Buffer argument points to const.
9690 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
9691 contents as const.
9692 * sysdep.c (emacs_write): Buffer pointer now const.
9693 * term.c (encode_terminal_code): Buffer pointer now const.
9694 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
9695 (x_face_list_fonts, x_update_menu_appearance):
9696 (hash_string_case_insensitive): Treat Lisp string contents as const.
9697
9698 2002-07-19 Juanma Barranquero <lektu@terra.es>
9699
9700 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
9701
9702 * fileio.c (syms_of_fileio): Likewise.
9703 (Ffile_name_as_directory): Fix argument name in docstring.
9704 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
9705
9706 2002-07-18 Richard M. Stallman <rms@gnu.org>
9707
9708 * data.c (Fdefalias): Doc fix.
9709
9710 2002-07-17 Dave Love <fx@gnu.org>
9711
9712 * intervals.h (text_property_stickiness): Use P_.
9713
9714 * ccl.c: Remove `emacs' conditionals.
9715 (ccl_backtrace_table): Fix size spec.
9716 (ccl_driver): Fix type errors.
9717
9718 2002-07-16 Ken Raeburn <raeburn@gnu.org>
9719
9720 * alloc.c (xstrdup, make_string, make_unibyte_string)
9721 (make_multibyte_string, build_string): String pointer args now
9722 point to const.
9723 * charset.c (find_charset_in_text, c_string_width):
9724 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
9725 * fileio.c (report_file_error):
9726 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
9727 (count_combining_before, count_combining_after, insert_1_both):
9728 (insert, insert_and_inherit, insert_string):
9729 (insert_before_markers, insert_before_markers_and_inherit):
9730 * lread.c (intern, oblookup, hash_string):
9731 * minibuf.c (temp_echo_area_glyphs):
9732 * search.c (fast_c_string_match_ignore_case):
9733 * sysdep.c (emacs_open, set_file_times):
9734 * xfaces.c (xstricmp):
9735 * xdisp.c (store_frame_title, string_char_and_length):
9736 (message_dolog, message2, message2_nolog, set_message): Likewise.
9737 (set_message_1): Cast message string argument to const pointer.
9738 * editfns.c (general_insert_function): Insertion function now
9739 takes pointer to const for input data.
9740 * charset.h (find_charset_in_text, c_string_width):
9741 (parse_str_as_multibyte): Declarations updated.
9742 * dispextern.h (xstricmp): Declaration updated.
9743 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
9744 (count_size_as_multibyte, count_combining_before):
9745 (count_combining_after, insert_1, insert_1_both, message_dolog):
9746 (insert, insert_and_inherit, insert_before_markers)
9747 (insert_before_markers_and_inherit, set_message, message2):
9748 (message2_dolog, build_string, make_string, make_unibyte_string):
9749 (make_multibyte_string, intern, oblookup, report_file_error):
9750 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
9751 (emacs_open, xstrdup): Declarations updated.
9752 * systime.h (set_file_times): Declaration updated.
9753
9754 * charset.c (find_charset_in_text, lisp_string_width): Use const
9755 for pointer to lisp string data.
9756 * charset.h (FETCH_STRING_CHAR_ADVANCE):
9757 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
9758 * coding.c (Ffind_coding_systems_region_interval):
9759 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
9760 (Fmake_directory_internal, Fdelete_directory):
9761 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
9762 * fontset.c (font_family_registry, fs_query_fontset):
9763 (list_fontsets):
9764 * frame.c (Fframe_parameter):
9765 * keyboard.c (cmd_error_internal):
9766 * keymap.c (Fdescribe_buffer_bindings):
9767 * lread.c (complete_filename_p, openp):
9768 * minibuf.c (Fminibuffer_complete_word):
9769 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
9770 (face_before_or_after_it_pos, next_element_from_string):
9771 (get_overlay_arrow_glyph_row, display_mode_element):
9772 (decode_mode_spec_coding):
9773 * xterm.c (same_x_server): Likewise.
9774
9775 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
9776 settings of non-existent fields.
9777
9778 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
9779 copy a lisp value.
9780
9781 * lread.c (Fintern_soft): Use string macros instead of
9782 Lisp_String fields.
9783 * keyboard.c (echo_char, parse_modifiers_uncached):
9784 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
9785 * textprop.c (validate_interval_range, interval_of): Likewise.
9786
9787 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
9788
9789 * charset.h (FETCH_STRING_CHAR_ADVANCE)
9790 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
9791 XSTRING()->size_byte.
9792
9793 * lisp.h (SDATA, SREF): Produce rvalue.
9794 (SSET): New macro.
9795 * alloc.c (make_event_array): Use SSET for storing into a string.
9796 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
9797 a string.
9798 * casefiddle.c (casify_object): Use SSET.
9799 * charset.h (FETCH_STRING_CHAR_ADVANCE)
9800 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
9801 address of string contents.
9802 * data.c (Faref): Use SDATA.
9803 (Faset): Use SDATA, SSET.
9804 * dired.c (directory_files_internal): Use SSET.
9805 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
9806 (Fread_file_name): Use SREF, SSET.
9807 * fns.c (concat): Use SSET.
9808 (concat, Fdelete): Use SDATA.
9809 * insdel.c (insert_from_string_1): Use SDATA.
9810 * keyboard.c (Fevent_convert_list): Use SREF.
9811 * lread.c (Fload): Use SDATA, SSET.
9812 * macfns.c (validate_x_resource_name): Use SSET.
9813 * process.c (status_message): Use SSET.
9814 * search.c (wordify): Use SDATA.
9815 (Freplace_match): Use SREF.
9816 * w32fns.c (validate_x_resource_name): Use SSET.
9817 * xfns.c (validate_x_resource_name): Use SSET.
9818 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
9819
9820 2002-07-16 Richard M. Stallman <rms@gnu.org>
9821
9822 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
9823
9824 * xdisp.c (reconsider_clip_changes):
9825 Don't test prevent_redisplay_optimizations_p.
9826 (redisplay_internal): Test prevent_redisplay_optimizations_p
9827 along with clip_changed in some cases.
9828 (try_window_id): Likewise.
9829 (redisplay_window): New local var buffer_unchanged_p.
9830
9831 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
9832
9833 * process.c (create_process): Test USG_SUBTTY_WORKS.
9834 (process_send_signal): Clean up handling of GID.
9835 Detect errors in ioctls meant to set GID.
9836
9837 * window.c (temp_output_buffer_show):
9838 Don't set prevent_redisplay_optimizations_p.
9839
9840 2002-07-15 Juanma Barranquero <lektu@terra.es>
9841
9842 * eval.c (Fdefvaralias): Add docstring argument.
9843
9844 2002-07-15 Ken Raeburn <raeburn@gnu.org>
9845
9846 * lisp.h (STRING_INTERVALS): Produce rvalue.
9847 (STRING_SET_INTERVALS): New macro.
9848 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
9849 * fns.c (Fstring_as_multibyte): Likewise.
9850 * intervals.c (balance_possible_root_interval, delete_interval)
9851 (create_root_interval, copy_intervals_to_string): Likewise.
9852 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
9853 instead of 0.
9854
9855 2002-07-14 Ken Raeburn <raeburn@gnu.org>
9856
9857 * lisp.h (STRING_SET_CHARS): New macro.
9858 (SCHARS, SBYTES): Produce rvalues.
9859 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
9860 * fns.c (concat): Likewise.
9861 * lread.c (read_vector): Likewise.
9862
9863 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
9864 (STRING_SET_UNIBYTE): New macro.
9865 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a
9866 length of -1) changed to use STRING_SET_UNIBYTE.
9867 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
9868 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
9869 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
9870 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
9871 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
9872 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
9873 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
9874 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
9875 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
9876 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
9877 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
9878 STRING_BYTES or indirection changed to SCHARS, SBYTES,
9879 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
9880 unchanged for now.
9881
9882 2002-07-13 Kim F. Storm <storm@cua.dk>
9883
9884 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
9885
9886 2002-07-12 Richard M. Stallman <rms@gnu.org>
9887
9888 * fileio.c (Fwrite_region): Doc fix.
9889
9890 * print.c (print_error_message): Don't handle Vsignaling_function here.
9891
9892 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
9893 (command_loop_1): Avoid certain actions after memory-full error.
9894
9895 * eval.c (Fsignal): Don't call cancel_hourglass.
9896 For a memory-full error, don't call Vsignal_hook_function
9897 and don't set Vsignaling_function.
9898
9899 * process.c (process_send_signal): Add abort call.
9900
9901 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
9902
9903 * keymap.c (Fkey_binding): Fix typo.
9904
9905 2002-07-11 Richard M. Stallman <rms@gnu.org>
9906
9907 * alloc.c (Vmemory_full): New variable.
9908 (Vmemory_signal_data): Renamed from memory_signal_data.
9909 Uses changed.
9910 (syms_of_alloc): Defvar them.
9911 (memory_full, buffer_memory_full): Set Vmemory_full.
9912
9913 * lisp.h (Vmemory_full): Add declaration.
9914 (current_column, indented_beyond_p): Change declaration.
9915
9916 * indent.c (last_known_column): Declare as double, not float.
9917 (current_column, current_column_1, string_display_width)
9918 (position_indentation): Return `double'.
9919 (indented_beyond_p): Arg `column' is `double'. Callers changed.
9920
9921 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
9922 (back_to_previous_visible_line_start)
9923 (reseat_at_next_visible_line_start, next_element_from_buffer):
9924 Use `double', not `float', when calling indented_beyond_p.
9925
9926 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
9927
9928 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
9929
9930 2002-07-11 Juanma Barranquero <lektu@terra.es>
9931
9932 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
9933 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
9934 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
9935 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
9936 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
9937 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
9938
9939 2002-07-10 Juanma Barranquero <lektu@terra.es>
9940
9941 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
9942 All callers changed.
9943
9944 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
9945
9946 * data.c (Fdefalias): Add an optional `docstring' argument.
9947 (set_internal, Fsetq_default): Use XCAR/XCDR.
9948
9949 * composite.c (HASH_VALUE, HASH_KEY):
9950 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
9951
9952 2002-07-09 Kenichi Handa <handa@etl.go.jp>
9953
9954 * callproc.c (Fcall_process): Fix previous change.
9955
9956 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
9957
9958 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
9959 Add support for hash-tables.
9960 (Ftry_completion): Return t even if the string appears multiple times.
9961
9962 * fns.c (Fnconc): Use XCDR.
9963 (Fprovide): Use CONSP and XCDR.
9964 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
9965 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
9966 (Fmake_hash_table): Accept `:size nil'.
9967 (Fmakehash): Delete: moved to subr.el.
9968 (syms_of_fns): Don't defsubr makehash.
9969
9970 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
9971 (HASH_TABLE_SIZE): Move from fns.c.
9972
9973 2002-07-07 Richard M. Stallman <rms@gnu.org>
9974
9975 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
9976 Instead just return 0 when there is something to be done.
9977 (try_scrolling): If make_cursor_line_fully_visible returns 0,
9978 retry scrolling as if cursor were off the bottom.
9979 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
9980 return CURSOR_MOVEMENT_MUST_SCROLL.
9981 (redisplay_window): If make_cursor_line_fully_visible returns 0,
9982 go to try_to_scroll.
9983
9984 * buffer.c (Fbuffer_local_value): Store current value into its binding
9985 so we get the up-to-date value for the binding that is loaded.
9986
9987 * eval.c (Fdefmacro): Doc fix.
9988
9989 2002-07-05 Dave Love <fx@gnu.org>
9990
9991 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
9992 correctly.
9993
9994 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
9995 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
9996 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
9997 CCL_LookupCharConstTbl.
9998 (syms_of_ccl): Defvar translation-hash-table-vector.
9999
10000 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10001
10002 * xdisp.c: Remove unused variable `face'.
10003
10004 2002-07-04 Juanma Barranquero <lektu@terra.es>
10005
10006 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
10007 obsolescence information.
10008
10009 2002-07-03 Andrew Choi <akochoi@shaw.ca>
10010
10011 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
10012 pattern. Search cache first.
10013 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
10014 for Japanese font.
10015 (XLoadQueryFont): Use it.
10016
10017 2002-07-02 Richard M. Stallman <rms@gnu.org>
10018
10019 * keymap.c (Fdefine_key): Doc fix.
10020
10021 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
10022
10023 2002-07-02 Juanma Barranquero <lektu@terra.es>
10024
10025 * keymap.c (syms_of_keymap): Fix typo.
10026
10027 2002-07-01 Andrew Choi <akochoi@shaw.ca>
10028
10029 * s/darwin.h: Define POSIX_SIGNALS.
10030
10031 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
10032 and FSRefMakePath to convert FSSpec returned with Apple Event to
10033 Posix pathname.
10034 (mac_initialize) [TARGET_API_MAC_CARBON]:
10035 Call init_required_apple_events and disable the `Quit' menu item
10036 provided automatically by the Carbon Toolbox.
10037
10038 2002-07-01 Dave Love <fx@gnu.org>
10039
10040 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
10041 for K&R.
10042
10043 * xterm.c: Fix prototype for K&R.
10044
10045 * term.c (costs_set): Declare static, non-initialized for pcc.
10046
10047 2002-07-01 Richard M. Stallman <rms@gnu.org>
10048
10049 * keyboard.c (timer_last_idleness_start_time): New variable.
10050 (timer_start_idle): Set that.
10051 (read_key_sequence): Use that to reset timer_idleness_start_time
10052 to previous value.
10053
10054 * window.c (Frecenter): With arg, set optional_new_start.
10055
10056 * xdisp.c (redisplay_internal): Make optional_new_start really work.
10057
10058 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
10059 buffer for completion.
10060
10061 2002-06-29 Ken Raeburn <raeburn@gnu.org>
10062
10063 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
10064
10065 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10066
10067 * keyboard.c (readable_filtered_events): New function that filters
10068 FOCUS_IN_EVENT depending on parameter.
10069 (readable_events): Calls readable_filtered_events, not filtering
10070 FOCUS_IN_EVENT.
10071 (get_filtered_input_pending): New function, filtering parameter passed
10072 to readable_filtered_events.
10073 (get_input_pending): Calls get_filtered_input_pending, not filtering
10074 FOCUS_IN_EVENT.
10075 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
10076 FOCUS_IN_EVENT.
10077
10078 * xterm.h (struct x_output): Add focus_state.
10079
10080 * xterm.c (x_focus_changed): New function.
10081 (x_detect_focus_change): New function.
10082 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
10083 EnterNotify and LeaveNotify to track X focus changes.
10084
10085 2002-06-28 Andreas Schwab <schwab@suse.de>
10086
10087 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
10088
10089 2002-06-27 Kim F. Storm <storm@cua.dk>
10090
10091 * xdisp.c: (mode_line_string_list, mode_line_string_face)
10092 (mode_line_string_face_prop): New variables.
10093 (store_mode_line_string): New function.
10094 (display_mode_element): Use store_mode_line_string to
10095 add mode-line string elements to mode_line_string_list
10096 when mode_line_string_list is non-nil.
10097 (Fformat_mode_line): Now returns propertized string by
10098 default. New arg NO-PROPS to ignore properties.
10099 (decode_mode_spec): Only add two dashes for %- in propertized
10100 mode-line string.
10101 (syms_of_xdisp): Init and staticpro mode_line_string_list.
10102
10103 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
10104
10105 * minibuf.c (minibuffer_completion_contents): Add return type.
10106
10107 2002-06-27 Juanma Barranquero <lektu@terra.es>
10108
10109 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
10110
10111 2002-06-26 Juanma Barranquero <lektu@terra.es>
10112
10113 * fileio.c (read_file_name_cleanup): Add missing return.
10114
10115 2002-06-26 Richard M. Stallman <rms@gnu.org>
10116
10117 * window.c (Frecenter): Don't set force_start flag.
10118
10119 * minibuf.c (do_completion, Fminibuffer_complete_word)
10120 (Fminibuffer_completion_help): Complete just the text before point.
10121 (minibuffer_completion_contents): New function.
10122
10123 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
10124
10125 * frame.c (frames_bury_buffer): Function deleted.
10126
10127 2002-06-25 Miles Bader <miles@gnu.org>
10128
10129 * callint.c (Fcall_interactively): When checking to see if doprnt hit
10130 the end of callint_message, allow for a terminating '\0'.
10131
10132 2002-06-24 Juanma Barranquero <lektu@terra.es>
10133
10134 * w32select.c: Include composite.h
10135
10136 * w16select.c: Likewise.
10137
10138 2002-06-24 Kenichi Handa <handa@etl.go.jp>
10139
10140 * callproc.c (Fcall_process): If code detection is necessary,
10141 call detect_coding directly here.
10142
10143 * coding.c (detect_eol): Preserve coding->cmp_data.
10144
10145 * w16select.c (Fw16_get_clipboard_data):
10146 * w32fns.c (w32_to_x_font):
10147 * w32select.c (Fw32_get_clipboard_data):
10148 * xselect.c (selection_data_to_lisp_data):
10149 * xterm.c (XTread_socket): Disable composition handling.
10150
10151 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
10152
10153 * print.c (temp_output_buffer_setup): Kill all local variables.
10154
10155 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
10156
10157 * lread.c (Fread): Remove redundant and imprecise declaration.
10158
10159 * xfns.c (check_x_display_info): Use check_x_frame.
10160
10161 * .gdbinit (xprintsym): Use the new `xname' field.
10162 (xsymbol): Use it.
10163
10164 2002-06-22 Jason Rumney <jasonr@gnu.org>
10165
10166 * w32fns.c (file_dialog_callback): New function.
10167 (Fx_file_dialog): Allow selecting directories as well as files.
10168
10169 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10170
10171 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
10172 OpenBSD. Add support for mipseb-*-netbsd* machines.
10173
10174 2002-06-17 Andrew Choi <akochoi@shaw.ca>
10175
10176 * macterm.c (mac_scroll_area): Set foreground and backcolor to
10177 black and white before scrolling. Restore frame background and
10178 foreground color after scrolling.
10179 (do_window_update): Call XClearWindow before calling expose_frame.
10180 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
10181 FRAME_FOREGROUND_PIXEL of frame.
10182
10183 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
10184 test Mac command key as <ALT> key.
10185
10186 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
10187
10188 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
10189
10190 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
10191 Lookup keys in function-key-map immediately so that key-translation-map
10192 can be applied earlier.
10193 Remove function_key_possible and key_translation_possible, replaced
10194 by checking `keytran_start < t'.
10195
10196 * .gdbinit (xsymbol): Use the new `xname' field.
10197
10198 2002-06-17 Andrew Choi <akochoi@shaw.ca>
10199
10200 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
10201 test Mac command key as <ALT> key.
10202
10203 * mac.c (do_applescript): Call initialize_applescript if necessary
10204 when first called. Dispose of result_desc only when there is no error.
10205 (Fdo_applescript): Use %d format specifier instead of %ld.
10206
10207 2002-06-16 Andrew Choi <akochoi@shaw.ca>
10208
10209 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
10210 of FrontWindow for cases keyDown and autoKey.
10211
10212 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
10213 Vdefault_fontset to Monaco with mac-roman coding.
10214
10215 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
10216 init_process before and after inclusion of Carbon/Carbon.h, resp.
10217
10218 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
10219 cursor_gc.
10220 (add_font_name_table_entry): New function.
10221 (init_font_name_table): Use add_font_name_table_entry; add italic,
10222 bold, and bold-italic entries for truetype fonts.
10223
10224 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
10225 for Mac too.
10226 (try_font_list) [MAC_OS]: If no font matches given registry, try
10227 fonts with any registry matching face_family.
10228 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
10229
10230 * s/darwin.h: If autoconf detects the Ncurses library, define
10231 LIBS_TERMCAP to -lncurses to use it.
10232
10233 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
10234
10235 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
10236
10237 2002-06-15 Richard M. Stallman <rms@gnu.org>
10238
10239 * window.c (Fset_window_configuration): Explicitly preserve
10240 the point value that new_current_buffer had at the start.
10241
10242 2002-06-14 Juanma Barranquero <lektu@terra.es>
10243
10244 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
10245 Fix typos.
10246
10247 2002-06-14 Kim F. Storm <storm@cua.dk>
10248
10249 * insdel.c (insert_1_both, insert_from_string_1)
10250 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
10251 insert happened in the end_unchanged region. Otherwise, the
10252 redisplay may be confused and duplicate the last line in the
10253 buffer [seen after save-buffer when require-final-newline==t].
10254
10255 2002-06-13 Jason Rumney <jasonr@gnu.org>
10256
10257 * w32.c (init_environment): Remove EMACSLOCKDIR.
10258 (stat): Swap _S_IFDIR and _S_IFREG.
10259
10260 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10261
10262 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
10263 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
10264 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
10265 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
10266 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
10267 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
10268 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
10269 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
10270 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
10271 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
10272 SELECTION_REQUEST_EVENT, selection_clear_event to
10273 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
10274 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
10275 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
10276 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
10277 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
10278 no_event to NO_EVENT.
10279
10280 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10281
10282 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
10283
10284 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
10285
10286 * intervals.c (textget): Don't forget to `return'.
10287 (lookup_char_property): Use XCAR/XCDR.
10288
10289 2002-06-12 Juanma Barranquero <lektu@terra.es>
10290
10291 * xdisp.c (Fformat_mode_line): Fix typo.
10292
10293 2002-06-12 Kim F. Storm <storm@cua.dk>
10294
10295 * xdisp.c (Fformat_mode_line): New function.
10296 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
10297 (store_frame_title_char, store_frame_title): Use unconditionally.
10298 (init_xdisp): Defsubr Fformat_mode_line.
10299 Initialize frame_title_buf etc. unconditionally.
10300
10301 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
10302
10303 * keyboard.c (read_key_sequence):
10304 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
10305 things through those maps after downcasing events.
10306 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
10307 applies after function-key-map.
10308 Make sure that keytran can be done in the middle in the sequence.
10309 Be careful not to throw away events past the one we downcase.
10310
10311 * lread.c (read_integer): Remove unused var `tem'.
10312 (read1): Fix int/Lisp_Object mixup.
10313
10314 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
10315
10316 2002-06-11 Richard M. Stallman <rms@gnu.org>
10317
10318 * keyboard.c (readable_events): Ignore any number of
10319 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
10320
10321 2002-06-09 Miles Bader <miles@gnu.org>
10322
10323 * xfaces.c (Ftty_supports_face_attributes_p): New function.
10324 (parse_rgb_list, tty_lookup_color): New functions.
10325 (tty_defined_color): Use `tty_lookup_color' to do all the work.
10326 (color_distance, Fcolor_distance): New functions.
10327 (TTY_SAME_COLOR_THRESHOLD): New macro.
10328 (Qtty_color_standard_values): New variable.
10329 (syms_of_xfaces): Initialize new vars & functions.
10330
10331 2002-06-08 Colin Walters <walters@verbum.org>
10332
10333 * textprop.c (Vchar_property_alias_alist): New variable.
10334 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
10335
10336 * intervals.c (lookup_char_property): New function for looking up
10337 overlay and text properties, created from textget.
10338 (textget): Use it.
10339
10340 * intervals.h (lookup_char_property): Declare.
10341 (Vchar_property_alias_alist): Declare.
10342
10343 * buffer.c (Foverlay_get): Use lookup_char_property.
10344
10345 2002-06-07 Sam Steingold <sds@gnu.org>
10346
10347 * xselect.c (lisp_data_to_selection_data): Fix last change:
10348 *data_ret is not a Lisp string, while unibyte_string is.
10349
10350 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
10351
10352 * xselect.c (lisp_data_to_selection_data): Fix last change:
10353 set size_ret.
10354
10355 2002-06-07 Andreas Schwab <schwab@suse.de>
10356
10357 * m/amdx86-64.h: New file.
10358
10359 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
10360
10361 * fns.c (Fstring_make_unibyte): Doc fix.
10362
10363 * xselect.c (lisp_data_to_selection_data): If the requested type
10364 is STRING, call string_make_unibyte to encode the selected text
10365 as a string.
10366
10367 * window.c (Fset_window_hscroll): Doc fix.
10368
10369 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10370
10371 * fileio.c (choose_write_coding_system):
10372 Call select-safe-coding-system properly.
10373
10374 2002-06-03 Richard M. Stallman <rms@gnu.org>
10375
10376 * xdisp.c (message_with_string): Error if STRING is not a string.
10377
10378 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
10379
10380 * fileio.c (choose_write_coding_system): Pass FILE arg to
10381 Vselect_safe_coding_system_function.
10382
10383 2002-06-03 Ken Raeburn <raeburn@gnu.org>
10384
10385 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
10386
10387 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
10388
10389 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
10390 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
10391 * keymap.c (describe_command): Likewise.
10392 * minibuf.c (read_minibuf): Likewise.
10393
10394 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
10395 Cast `current_column' return value to int.
10396 (back_to_previous_visible_line_start)
10397 (reseat_at_next_visible_line_start, next_element_from_buffer):
10398 Cast `indented_beyond_p' 3rd arg to float.
10399
10400 * indent.c (last_known_column): Now a float.
10401 (current_column_1, position_indentation, current_column)
10402 (string_display_width): Return float.
10403 (Fcurrent_column): Cast `current_column' return value to int.
10404 (Fcurrent_indentation): Cast `position_indentation' retval to int.
10405 (indented_beyond_p): Third arg now a float.
10406 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
10407
10408 * lisp.h (current_column): Now returns float.
10409 (indented_beyond_p): 3rd arg now a float.
10410
10411 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
10412
10413 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
10414 is Qcompound_text_with_extensions.
10415
10416 * xselect.c (lisp_data_to_selection_data): Always set selection
10417 type as string if x_encode_text returns streingp non-NULL.
10418
10419 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
10420
10421 2002-05-30 Richard M. Stallman <rms@gnu.org>
10422
10423 * window.c (Fset_window_configuration): Correct the handling
10424 of point in current buffer, to work with multiple windows.
10425
10426 2002-05-29 Colin Walters <walters@verbum.org>
10427
10428 * lread.c (Fread_from_string): Don't depend on order of evaluation
10429 for C function parameters.
10430
10431 2002-05-28 Richard M. Stallman <rms@gnu.org>
10432
10433 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
10434 way for blinked-off state and for a nonselected window.
10435
10436 * window.c (window_scroll_pixel_based): Don't call Fbolp;
10437 instead, see if the new start pos is at beginning of line.
10438
10439 * fileio.c (Fwrite_region): If START is a string, don't
10440 make any annotations.
10441
10442 * eval.c (syms_of_eval): Doc fix.
10443
10444 2002-05-28 Colin Walters <walters@debian.org>
10445
10446 * emacs.c (USAGE1): Add --no-splash.
10447 (standard_args): Ditto.
10448
10449 2002-05-28 Colin Walters <walters@gnu.org>
10450
10451 * lread.c (readchar_count): New variable.
10452 (readchar): Increment it.
10453 (unreadchar): Decrement it.
10454 (read_multibyte): Decrement it.
10455 (Vread_with_symbol_positions): New variable.
10456 (Vread_symbol_positions_list): New variable.
10457 (read_internal_start): New function, created from Fread and
10458 Fread_from_string. Handle Vread_symbol_positions_list and
10459 Vread_with_symbol_positions.
10460 (readevalloop, Fread, Fread_from_string): Use it.
10461 (read1): Use readchar_count to add symbol positions to
10462 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
10463 (syms_of_lread): DEFVAR_LISP and initialize them.
10464
10465 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
10466 (substitute_object_recurse, substitute_object_in_subtree)
10467 (substitute_in_interval): Prototype.
10468 (read_multibyte): Return c if it's less than zero.
10469
10470 2002-05-28 Kim F. Storm <storm@cua.dk>
10471
10472 * fileio.c (Fread_file_name_internal): Added brute-force
10473 speed up for using predicate file-directory-p.
10474
10475 2002-05-28 Kim F. Storm <storm@cua.dk>
10476
10477 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
10478 New variables.
10479 (syms_of_fileio): DEFVAR_LISP them.
10480 (read_file_name_cleanup): New unwind function.
10481 (Fread_file_name_internal): Only return completions satifying
10482 Vread_file_name_predicate. Temporarily unwind protect and rebind
10483 default-directory while checking completions against the predicate.
10484 (Fread_file_name): Added PREDICATE argument. Specbind it to
10485 Vread_file_name_predicate during completion.
10486 Call Vread_file_name_function to read the file name if non-nil.
10487
10488 * lisp.h (Fread_file_name): Now has 6 args.
10489
10490 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
10491 predicate for Fread_file_name when reading directory name.
10492 Supply Qnil for predicate in other calls to Fread_file_name.
10493
10494 2002-05-26 Miles Bader <miles@gnu.org>
10495
10496 * term.c (tty_capable_p): New function.
10497 * dispextern.h (tty_capable_p): New function declaration.
10498 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
10499 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
10500
10501 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
10502
10503 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
10504 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
10505 (Vwrite_region_annotate_functions): Docstring fix.
10506
10507 2002-05-23 Kim F. Storm <storm@cua.dk>
10508
10509 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
10510 phys_cursor's hpos is overwritten. This is still not completely
10511 correct, as it doesn't really make sense to use hpos at all to
10512 get the cursor glyph (as that is relative to the width of the
10513 characters on the line, which may have changed during the update).
10514
10515 2002-05-22 Jason Rumney <jasonr@gnu.org>
10516
10517 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
10518 Lisp_Object.
10519 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
10520 Use modified enumfont_t struct.
10521
10522 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
10523
10524 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
10525 Handle the `hbar' cursor type.
10526 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
10527
10528 * w32fns.c (Qhbar): New variable.
10529 (x_specified_cursor_type): Use it.
10530
10531 2002-05-21 Ken Raeburn <raeburn@gnu.org>
10532
10533 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
10534 now, when the address is needed.
10535
10536 2002-05-21 Colin Walters <walters@gnu.org>
10537
10538 * Makefile.in (shortlisp): Add font-core.el.
10539
10540 2002-05-20 Richard M. Stallman <rms@gnu.org>
10541
10542 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
10543
10544 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
10545 equivalent key bindings here.
10546
10547 2002-05-20 Ken Raeburn <raeburn@gnu.org>
10548
10549 Change symbol structure to contain a lisp object for the symbol
10550 name:
10551 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
10552 object field named "xname".
10553 (SYMBOL_NAME): New macro.
10554 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
10555 name field.
10556 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
10557 (mark_object, gc_sweep): Use symbol xname field and XSTRING
10558 instead of name field.
10559 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
10560 SYMBOL_NAME instead of XSYMBOL and name field.
10561 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
10562 instead of XSYMBOL and name field.
10563 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
10564 and SYMBOL_NAME instead of XSYMBOL and name field.
10565 * coding.c (Fread_coding_system, code_convert_region1)
10566 (code_convert_string1, code_convert_string_norecord)
10567 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
10568 XSYMBOL and name field.
10569 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
10570 (Fmake_variable_buffer_local, Fmake_local_variable)
10571 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
10572 of XSYMBOL and name field.
10573 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
10574 XSYMBOL and name field.
10575 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
10576 instead of XSYMBOL and name field.
10577 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
10578 XSYMBOL and name field.
10579 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
10580 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
10581 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
10582 instead of XSYMBOL and name field.
10583 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
10584 (parse_modifiers, apply_modifiers, Fevent_convert_list)
10585 (parse_solitary_modifier, Fexecute_extended_command):
10586 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
10587 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
10588 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
10589 of XSYMBOL and name field.
10590 (describe_command, describe_translation): Use SYMBOL_NAME and
10591 assignment instead of XSYMBOL and name field and XSETSTRING.
10592 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
10593 instead of XSYMBOL and name field.
10594 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
10595 name field and XSETSTRING.
10596 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
10597 of XSYMBOL and name field.
10598 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
10599 assignment instead of XSYMBOL and name field and XSETSTRING.
10600 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
10601 XSTRING instead of XSYMBOL and name field.
10602 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
10603 and XSTRING instead of XSYMBOL and name field.
10604 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
10605 and XSTRING instead of XSYMBOL and name field.
10606 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
10607 XSTRING instead of XSYMBOL and name field.
10608 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
10609 of XSYMBOL and name field.
10610 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
10611 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
10612
10613 2002-05-19 Ken Raeburn <raeburn@gnu.org>
10614
10615 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
10616 and XCDR real rvalues in most configurations.
10617
10618 * buffer.c (fix_overlays_in_range, fix_overlays_before):
10619 Don't take the address of the cdr part of a cons cell; instead, track
10620 the parent cell and call XSETCDR, or set the variable for the head
10621 of the list if we haven't started down the list yet.
10622
10623 2002-05-19 Richard M. Stallman <rms@gnu.org>
10624
10625 * doc.c (reread_doc_file): Don't ask for confirmation.
10626
10627 2002-05-18 Jason Rumney <jasonr@gnu.org>
10628
10629 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
10630 (xbm_load_image): Use it.
10631 (xbm_load): Ditto.
10632 (xbm_read_bitmap_data): Reverted to xfns.c version.
10633 From David Ponce <david@dponce.com>.
10634
10635 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10636
10637 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
10638 2.02 and later.
10639
10640 2002-05-16 Juanma Barranquero <lektu@terra.es>
10641
10642 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
10643
10644 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
10645
10646 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
10647 meaningful test.
10648 (read_char_minibuf_menu_prompt): Fix typo.
10649
10650 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10651
10652 * eval.c (Fcommandp): Doc fix.
10653
10654 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
10655
10656 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
10657 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
10658 (Fset_keymap_parent): Gcpro a bit more.
10659 (access_keymap): Gcpro around meta_map call and around the main loop.
10660 (get_keyelt): Gcpro when following indirect references.
10661 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
10662 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
10663 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
10664 Remove useless ad-hoc remap code.
10665
10666 2002-05-13 Richard M. Stallman <rms@gnu.org>
10667
10668 * search.c (search_buffer): Give up boyer moore search if inverse
10669 translation change charset_base.
10670
10671 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
10672
10673 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
10674 characters is carried over from the previous block of text, adjust
10675 coding->produced to account for the extra character.
10676
10677 2002-05-11 Andreas Schwab <schwab@suse.de>
10678
10679 * coding.c (intersection): Keep the elements of the returned list
10680 in the same order as in the first list.
10681
10682 2002-05-11 Kim F. Storm <storm@cua.dk>
10683
10684 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
10685 only update cmm_size if realloc actually succeeds.
10686 Testing with initial size of 2 elements revealed that using
10687 realloc on GNU/Linux would cause a random trap in xmalloc
10688 later on, so I rewrote the code to use malloc/bcopy/free instead
10689 of realloc.
10690
10691 2002-05-10 Jason Rumney <jasonr@gnu.org>
10692
10693 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
10694
10695 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
10696
10697 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
10698 parens, to ensure correct evaluation order.
10699
10700 2002-05-10 Kim F. Storm <storm@cua.dk>
10701
10702 * keymap.c (Vemulation_mode_map_alists): New variable.
10703 (syms_of_keymap): DEFVAR_LISP it.
10704 (current_minor_maps): Process keymap alists in that list before
10705 minor-mode-overriding-map-alist and minor-mode-map-alist.
10706
10707 2002-05-09 Richard M. Stallman <rms@gnu.org>
10708
10709 * search.c (Freplace_match): Doc fix.
10710
10711 2002-05-09 Kim F. Storm <storm@cua.dk>
10712
10713 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
10714 Enlarge cursor rectangle drawn around image with non-zero relief.
10715
10716 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
10717 Enlarge cursor rectangle drawn around image with non-zero relief.
10718
10719 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
10720 Enlarge cursor rectangle drawn around image with non-zero relief.
10721
10722 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
10723
10724 * xselect.c (lisp_data_to_selection_data): Don't set selection
10725 type if comes from the Lisp object's car. If the selection
10726 contains a pure ASCII text, always return QSTRING as its type.
10727
10728 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10729
10730 * mac.c (mac-cut-function): Doc fix.
10731
10732 2002-05-05 Richard M. Stallman <rms@gnu.org>
10733
10734 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
10735
10736 2002-05-04 Jason Rumney <jasonr@gnu.org>
10737
10738 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
10739 for event-click-count.
10740
10741 * process.c (init_process): Only add server subfeature if we can
10742 use non-blocking I/O.
10743
10744 2002-05-04 Andrew Choi <akochoi@shaw.ca>
10745
10746 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
10747 repeatedly.
10748
10749 2002-05-03 Jason Rumney <jasonr@gnu.org>
10750
10751 * process.c (Fmake_network_process): Only support server sockets
10752 when we can make them non-blocking.
10753
10754 * s/ms-w32.h (HAVE_SELECT): Define.
10755
10756 * w32.h (FILE_NDELAY): New flag.
10757
10758 * w32.c (sys_getpeername, fcntl): New functions.
10759 (_sys_read_ahead): Temporarily block on non-blocking sockets.
10760
10761 * w32proc.c: include sys/file.h.
10762
10763 2002-05-03 Colin Walters <walters@verbum.org>
10764
10765 * callproc.c (Vgame_score_directory): Renamed to
10766 Vshared_game_score_directory.
10767
10768 2002-04-30 Richard M. Stallman <rms@gnu.org>
10769
10770 * s/gnu.h [emacs]: Include stdio.h.
10771 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
10772
10773 * eval.c (do_autoload): Error if called while preparing to dump.
10774
10775 * fns.c (Frequire): Error if need to load while preparing to dump.
10776
10777 2002-04-28 Colin Walters <walters@verbum.org>
10778
10779 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
10780 Default to "~/.emacs.d/games".
10781
10782 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10783
10784 * lread.c (openp): Change arg exec_only to predicate.
10785 (build_load_history): Use XCAR/XCDR.
10786 (Flocate_file_internal): New fun.
10787 (syms_of_lread): Defsubr it.
10788 (Fload): Update call to openp.
10789
10790 * lisp.h (openp): Update prototype.
10791
10792 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
10793 * w32proc.c (sys_spawnve):
10794 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
10795 * w32.c (check_windows_init_file):
10796 * sound.c (Fplay_sound_internal):
10797 * process.c (Fstart_process):
10798 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
10799 * mac.c (run_mac_command):
10800 * emacs.c (init_cmdargs):
10801 * callproc.c (Fcall_process): Update call to openp.
10802
10803 * textprop.c (remove_properties): Don't use XCAR without CONSP.
10804
10805 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
10806
10807 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10808
10809 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
10810 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
10811
10812 2002-04-28 Richard M. Stallman <rms@gnu.org>
10813
10814 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
10815
10816 * eval.c (Fcommandp): New arg for_call_interactively.
10817 * lisp.h (Fcommandp): Declare new arg.
10818
10819 2002-04-28 Jason Rumney <jasonr@gnu.org>
10820
10821 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
10822
10823 * w32.c (stat, fstat): Use file index information to generate
10824 inodes for directories where available.
10825
10826 2002-04-26 Andrew Choi <akochoi@shaw.ca>
10827
10828 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
10829 [HAVE_CARBON]: Include Mac object files.
10830
10831 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
10832 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
10833 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
10834 MAC_OSX, and MAC_OS instead of macintosh.
10835
10836 * editfns.c [MAC_OS8]: Include stdio.h.
10837
10838 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
10839
10840 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
10841 Apple Monaco.
10842
10843 * process.c: Declare QCfamily and QCfilter as extern.
10844 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
10845 calling select.
10846
10847 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
10848
10849 * tparam.c [MAC_OSX]: Don't define BC and UP.
10850
10851 * config.in [HAVE_CARBON]: Add.
10852
10853 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
10854 Move here from mac/src and mac/inc.
10855
10856 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
10857
10858 2002-04-26 Gerd Moellmann <gerd@gnu.org>
10859
10860 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
10861 Compute phys_cursor_width from the x position returned
10862 by x_draw_glyhs, which is cheaper.
10863 (x_display_and_set_cursor): Compute the buffer-local value
10864 of `cursor-in-non-selected-windows' only when needed.
10865
10866 2002-04-25 Gerd Moellmann <gerd@gnu.org>
10867
10868 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
10869 cursor on a stretch glyph has a width that depends on
10870 x_stretch_cursor_p.
10871
10872 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10873
10874 * abbrev.c (abbrev-start-location): Doc fix.
10875
10876 * indent.c (Fvertical_motion): Fix last change.
10877
10878 2002-04-25 Gerd Moellmann <gerd@gnu.org>
10879
10880 * indent.c (Fvertical_motion): Move to the start of the line
10881 containing PT before moving up or down.
10882
10883 2002-04-24 Gerd Moellmann <gerd@gnu.org>
10884
10885 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
10886 case of writing a whole row, more or less analogous to the case of
10887 writing only parts of a row.
10888
10889 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
10890 0 for NO_CURSOR.
10891
10892 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
10893
10894 2002-04-23 Colin Walters <walters@verbum.org>
10895
10896 * buffer.c (syms_of_buffer): Doc fix.
10897
10898 2002-04-23 Gerd Moellmann <gerd@gnu.org>
10899
10900 * xterm.c (notice_overwritten_cursor): Handle the special case
10901 of the cursor being in the first blank non-text line at the
10902 end of a window.
10903
10904 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
10905 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
10906 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
10907 bar cursors only, to make phys_cursor_width contain what its name
10908 suggests.
10909 (notice_overwritten_cursor): Consider the cursor image erased if
10910 the output area intersects the cursor image in y-direction.
10911
10912 2002-04-23 Simon Marshall <simon@gnu.org>
10913
10914 * xfns.c (x_set_mouse_color): Change default for cross_cursor
10915 to XC_hand2.
10916
10917 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10918
10919 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
10920
10921 2002-04-22 Kim F. Storm <storm@cua.dk>
10922
10923 * textprop.c (remove_properties): Fixed trap for malformed plist.
10924
10925 2002-04-22 Richard M. Stallman <rms@gnu.org>
10926
10927 * cmds.c (Fend_of_line): Handle intangible text in mid line.
10928
10929 * window.c (make_window): Initialize height_fixed_p,
10930 last_cursor_off_p, and p->cursor_off_p slots.
10931
10932 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10933
10934 * fns.c (use-dialog-box): Doc fix.
10935
10936 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10937
10938 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
10939 variables `row', `i' and `area'.
10940 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
10941 toolkit library.
10942
10943 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
10944
10945 * xfaces.c (clear_font_table): Don't free the default font of
10946 a frame even if it's on another display.
10947 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
10948 that could be Qt.
10949
10950 2002-04-19 Juanma Barranquero <lektu@terra.es>
10951
10952 * indent.c (Fmove_to_column): Remove unused local variable
10953 `next_boundary_byte'.
10954 (current_column_1): Likewise.
10955
10956 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
10957
10958 * msdos.c (Qhbar): New variable.
10959 (syms_of_msdos): Intern and staticpro it.
10960 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
10961 cursor type.
10962
10963 2002-04-19 Dave Lambert <dlambert@acm.org>
10964
10965 Theses change implement an underscore-like (`hbar') cursor.
10966
10967 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
10968
10969 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
10970 Handle the `hbar' cursor type.
10971 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
10972
10973 * xfns.c (Qhbar): New variable.
10974 (syms_of_xfns): Intern and staticpro it.
10975 (x_specified_cursor_type): Handle `hbar' cursor.
10976
10977 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
10978 not defined.
10979
10980 2002-04-18 Richard M. Stallman <rms@gnu.org>
10981
10982 * textprop.c (remove_properties): New arg LIST allows scanning
10983 either a list or a plist.
10984 (interval_has_some_properties_list): New function, like
10985 interval_has_some_properties using list instead of plist.
10986 All callers changed.
10987 (Fremove_list_of_text_properties): New function.
10988 (syms_of_textprop): Defsubr it.
10989
10990 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
10991
10992 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
10993
10994 2002-04-17 Juanma Barranquero <lektu@terra.es>
10995
10996 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
10997
10998 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
10999
11000 * window.c (coordinates_in_window): Don't report on margin area
11001 if its width is zero.
11002
11003 2002-04-16 Jason Rumney <jasonr@gnu.org>
11004
11005 * w32fns.c (Fx_file_dialog): Decode file name before using.
11006
11007 * w32term.c (construct_drag_n_drop): Likewise.
11008
11009 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
11010
11011 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
11012 store load-history in pure space.
11013
11014 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
11015
11016 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
11017
11018 * xterm.c (Qlatin_1, Qutf_8): New vars.
11019 (syms_of_xterm): Initialize them.
11020 (XTread_socket): Eliminate incorrect optimization that tried to avoid
11021 decoding the output of X*LookupString.
11022 Always use latin-1 to decode the output of XLookupString.
11023 Try Xutf8LookupString if XmbLookupString failed.
11024
11025 * region-cache.c (new_region_cache): Use BEG.
11026
11027 2002-04-16 Gerd Moellmann <gerd@gnu.org>
11028
11029 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
11030 configuration files.
11031 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
11032 returns 0.
11033
11034 2002-04-15 Andreas Schwab <schwab@suse.de>
11035
11036 * config.in: Regenerated using autoheader.
11037
11038 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
11039 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
11040 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
11041 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
11042 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
11043 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
11044 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
11045 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
11046 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
11047 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
11048 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
11049 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
11050 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
11051 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
11052 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
11053 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
11054 STACK_DIRECTION, now set by autoconf.
11055
11056 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11057
11058 * dispnew.c (marginal_area_string): Sort arguments.
11059
11060 * dispextern.h (marginal_area_string): Add prototype.
11061
11062 2002-04-13 Richard M. Stallman <rms@gnu.org>
11063
11064 * fileio.c (Finsert_file_contents):
11065 Don't call temp_output_buffer_setup--do just part, by hand.
11066
11067 * coding.c (run_pre_post_conversion_on_str):
11068 Don't call temp_output_buffer_setup--do just part, by hand.
11069
11070 * keyboard.c (command_loop_1): Don't call start_hourglass
11071 or cancel_hourglass when executing a macro.
11072
11073 * marker.c (count_markers): New function.
11074
11075 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
11076 grow without limit. Move recently used elements to the front.
11077
11078 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11079
11080 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
11081
11082 2002-04-12 Gerd Moellmann <gerd@gnu.org>
11083
11084 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
11085 rows marginal areas.
11086 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
11087 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
11088
11089 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
11090
11091 2002-04-12 Dave Love <fx@gnu.org>
11092
11093 * dispnew.c (marginal_area_string): New.
11094
11095 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
11096 (Qleft_margin, Qright_margin): Declare.
11097 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
11098
11099 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
11100 note_mode_line_highlight and extended.
11101
11102 * keyboard.c (Qleft_margin, Qright_margin): Declare.
11103 (make_lispy_event): Deal with mouse events in margins.
11104
11105 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
11106
11107 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
11108
11109 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
11110 than deactivating the mark if tmm is set to `lambda'.
11111 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
11112 Use a single event for HELP_EVENT.
11113 (Fexecute_extended_command): Save last_point_position.
11114
11115 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11116
11117 * lisp.h (Fpropertize): Add prototype.
11118
11119 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
11120
11121 2002-04-10 Colin Walters <walters@verbum.org>
11122
11123 * config.in: Add HAVE_SHARED_GAME_DIR.
11124
11125 * callproc.c: (Vgame_score_directory): New variable.
11126 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
11127
11128 2002-04-10 Richard M. Stallman <rms@gnu.org>
11129
11130 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
11131
11132 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
11133
11134 * minibuf.c (read_minibuf): Use empty_string.
11135 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
11136 Short-circuit the search as soon as it "failed".
11137 (Fall_completions): Allow lambda forms and lists of strings for alist.
11138 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
11139 when require_match is nil.
11140 (Ftest_completion): Rename from `test_completion' and export to elisp.
11141 Call the predicate also when alist is a list.
11142 Obey Vcompletion_regexp_list.
11143 (do_completion, Fminibuffer_complete_and_exit): Use it.
11144 (Fassoc_string): Rename from `assoc_for_completion'.
11145 Allow list of strings as well and export to elisp.
11146
11147 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
11148
11149 * puresize.h (BASE_PURESIZE): Increase to 900KB.
11150
11151 2002-04-08 Juanma Barranquero <lektu@terra.es>
11152
11153 * w32.c (sys_accept): Don't hide variable `s'.
11154
11155 2002-04-05 Gerd Moellmann <gerd@gnu.org>
11156
11157 * callint.c (Fcall_interactively): Use INTEGERP instead of
11158 NUMBERP for checking Vhistory_length.
11159
11160 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11161
11162 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
11163 Doc fix to reflect it.
11164
11165 2002-04-04 Richard M. Stallman <rms@gnu.org>
11166
11167 * xdisp.c (display_mode_element): New arg RISKY.
11168 Disregard text props found or specified within a variable
11169 that isn't marked risky-local-variable.
11170 (Qrisky_local_variable): New variable.
11171 (syms_of_xdisp): Init and staticpro it.
11172
11173 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
11174
11175 * undo.c (record_point): New fun.
11176 (record_delete, record_insert): Use it.
11177
11178 2002-04-03 Juanma Barranquero <lektu@terra.es>
11179
11180 * doc.c (Fdocumentation): Add missing parentheses.
11181 (Fdocumentation_property): Likewise.
11182
11183 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
11184
11185 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
11186 data is 0, just return nil.
11187
11188 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
11189
11190 * msdos.c (syms_of_msdos): Fix last change with
11191 mouse_autoselect_window.
11192
11193 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11194
11195 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
11196 mouse_autoselect_window.
11197
11198 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
11199
11200 * keyboard.c (make_lispy_event): Handle unknown keysyms together
11201 with system-specific keysyms. Use it also for unknown function keys.
11202
11203 * doc.c (reread_doc_file): Return whether reload was attempted.
11204 (Fdocumentation, Fdocumentation_property): Don't try to reload
11205 if the doc is 0 and only ask once.
11206
11207 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
11208
11209 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
11210
11211 * keyboard.c (read_char): If the event was Qselect_window,
11212 restore timer_idleness_start_time to its previous value.
11213
11214 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
11215
11216 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
11217
11218 * region-cache.c (new_region_cache): Use BEG.
11219
11220 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
11221 Use BEG and BEG_BYTE.
11222
11223 * doc.c (get_doc_string): Return nil if the location is wrong.
11224 (reread_doc_file): New fun.
11225 (Fdocumentation, Fdocumentation_property):
11226 Call it if get_doc_string fails.
11227 (Fsnarf_documentation): Make it work for a dumped Emacs.
11228
11229 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
11230 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
11231
11232 * charset.c (Fstring): Allow 0 arguments.
11233
11234 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
11235
11236 * process.c (DATAGRAM_CONN_P, list_processes_1)
11237 (Fprocess_datagram_address, Fset_process_datagram_address)
11238 (Fset_network_process_options, server_accept_connection):
11239 Fix some int/Lisp_Object confusions (thank you union types).
11240
11241 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11242
11243 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
11244
11245 * w32term.c: Likewise.
11246 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
11247
11248 * keyboard.c (Qselect_window): New symbol.
11249 (head_table): Use it.
11250 (keys_of_keyboard): Bound select-window event to handle-select-window.
11251 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
11252
11253 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
11254 (last_window): New variable.
11255 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
11256 (note_mouse_movement): Remove reimplemented code in #if 0.
11257 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
11258 Emacs windows.
11259
11260 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
11261
11262 2002-03-31 Gerd Moellmann <gerd@gnu.org>
11263
11264 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
11265 Callers changed.
11266
11267 2002-03-30 Richard M. Stallman <rms@gnu.org>
11268
11269 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
11270 loop whenever it stops making progress.
11271
11272 * widget.c (set_frame_size): Don't call change_frame_size.
11273
11274 2002-03-30 Gerd Moellmann <gerd@gnu.org>
11275
11276 * dispnew.c (direct_output_for_insert):
11277 Call mark_window_display_accurate.
11278
11279 2002-03-29 Jason Rumney <jasonr@gnu.org>
11280
11281 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
11282
11283 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
11284
11285 * Makefile.in (lread.o): Depend on coding.h.
11286
11287 * lread.c (openp, Fload): Encode the file name before passing it
11288 to `stat', `access', and `emacs_open'.
11289 (openp): GCPRO the encoded file name. Don't recompute Lisp
11290 strings unnecessarily.
11291
11292 2002-03-29 Kim F. Storm <storm@cua.dk>
11293
11294 * fns.c (Flax_plist_put): Doc fix.
11295
11296 2002-03-28 Miles Bader <miles@gnu.org>
11297
11298 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
11299
11300 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11301
11302 * process.c (set-network-process-options): Add usage.
11303 (make-network-process): Doc fix.
11304
11305 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
11306
11307 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
11308
11309 2002-03-26 Richard M. Stallman <rms@gnu.org>
11310
11311 * fns.c (Fsubstring_no_properties): New function.
11312 (Flax_plist_get, Flax_plist_put): New functions.
11313 (syms_of_fns): defsubr them.
11314
11315 * xdisp.c (update_menu_bar): Test only update_mode_lines;
11316 don't test or alter w->update_mode_line.
11317
11318 * window.c (Fdisplay_buffer): Doc fix.
11319
11320 2002-03-24 Richard M. Stallman <rms@gnu.org>
11321
11322 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
11323
11324 2002-03-24 Gerd Moellmann <gerd@gnu.org>
11325
11326 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
11327 (Fdefmacro): Handle `(declare ...)'.
11328 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
11329 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
11330
11331 2002-03-24 Jason Rumney <jasonr@gnu.org>
11332
11333 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
11334 (xbm_file_p): Add prototypes.
11335 (xbm_format, xbm_image_p): Sync with xfns.c.
11336 (reflect_byte): New function.
11337 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
11338 (xbm_load_image): Create bitmaps with a depth of 1.
11339 (init_xfns): Enable XBM images.
11340
11341 2002-03-23 Jason Rumney <jasonr@gnu.org>
11342
11343 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
11344 correctly. Do not pass up_modifier to keyboard buffer.
11345
11346 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
11347
11348 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
11349
11350 * Makefile.in (bootstrapclean): New target.
11351 (bootstrap-temacs, bootstrap-doc): Remove.
11352 (bootstrap-emacs): Use a bog-standard `temacs'.
11353 Don't bother to build a DOC file.
11354
11355 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
11356
11357 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
11358 in temacs even if !CANNOT_DUMP.
11359 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
11360
11361 * alloc.c (check_pure_size): Only output a warning.
11362
11363 2002-03-22 Jason Rumney <jasonr@gnu.org>
11364
11365 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
11366 supported.
11367
11368 * w32term.c (zv_bits): Declare as short, for word alignment.
11369 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
11370 (syms_of_w32term): Define x-use-underline-position-properties.
11371
11372 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
11373 (clear_image_cache): Block input, fix logic, clear matrices in
11374 all frames that share this cache.
11375
11376 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
11377
11378 * emacs.c (main): Update the Copyright year in the blurb printed
11379 by "emacs --version".
11380
11381 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
11382
11383 * xterm.c (XTread_socket): If XK_ISO_Lock and
11384 XK_ISO_Last_Group_Lock are defined, handle keysyms between
11385 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
11386
11387 2002-03-21 Kim F. Storm <storm@cua.dk>
11388
11389 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
11390 menu-bar bindings in keymap and local-map properties _are_ used.
11391 But try keymap property first in accordance with 2002-01-03 patch.
11392 Added comment describing why this is not always reliable.
11393 (tool_bar_items): Ditto for tool-bar.
11394
11395 2002-03-21 Jason Rumney <jasonr@gnu.org>
11396
11397 * w32fns.c (x_clear_image_1): Disable color table code.
11398
11399 2002-03-21 Kim F. Storm <storm@cua.dk>
11400
11401 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
11402 removed the wrong version of the DEFUN macro; fixed it.
11403
11404 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
11405 Fmember rather than Fmemq).
11406 (Fprovide): Check that subfeatures is a list.
11407
11408 * process.c (QCfeature, QCdatagram): Removed variables.
11409 (QCtype, Qdatagram): New variables.
11410 (network_process_featurep): Removed function.
11411 (Fmake_network_process): Removed :feature check.
11412 Use :type 'datagram instead of :datagram t to create a datagram
11413 socket. This allows us to add other connection types (e.g. raw
11414 sockets) later in a consistent manner.
11415 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
11416 supported subfeatures for feature make-network-process.
11417 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
11418 Intern and staticpro QCtype and Qdatagram.
11419 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
11420
11421 * xfns.c: (QCtype): Remove duplicate declaration and
11422 initialization (is now declared in process.c).
11423
11424 * w32fns.c: (QCtype): Remove duplicate declaration and
11425 initialization (is now declared in process.c).
11426
11427 2002-03-21 Richard M. Stallman <rms@gnu.org>
11428
11429 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
11430 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
11431 when jumping to `fail' to avoid undoing reg changes in the
11432 last iteration of the loop.
11433 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
11434
11435 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
11436 Depend on process.h.
11437
11438 2002-03-20 Jason Rumney <jasonr@gnu.org>
11439
11440 Most of the following changes are still conditional on HAVE_IMAGES
11441 which is not set by default on Windows.
11442
11443 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
11444
11445 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
11446 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
11447 (four_corners_best, x_clear_image_1, x_clear_image)
11448 (x_alloc_image_color, postprocess_image)
11449 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
11450 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
11451 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
11452
11453 * w32gui.h (struct XImage): Define.
11454
11455 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
11456 extract mouse co-ordinates.
11457
11458 2002-03-20 Jason Rumney <jasonr@gnu.org>
11459
11460 * w32.c (init_winsock): Dynamically load new server and UDP
11461 socket functions.
11462 (socket_to_fd): New function.
11463 (sys_socket): Use it.
11464 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
11465 (sys_recvfrom, sys_sendto): New wrapper functions.
11466
11467 * process.c (QCfamily, QCfilter): Remove duplicate declaration
11468 and initialization.
11469
11470 * makefile.w32-in (LIBS): Remove $(WSOCK32).
11471
11472 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
11473
11474 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
11475 Don't use "sun" as a variable, it's a predefined constant on Sun
11476 machines.
11477
11478 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11479
11480 * bytecode.c (Fbyte_code): Revert last change.
11481
11482 2002-03-19 Kim F. Storm <storm@cua.dk>
11483
11484 * makefile.w32-in (LIBS): Add $(WSOCK32).
11485 From David Ponce <dponce@voila.fr>.
11486
11487 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11488
11489 * process.c (wait_reading_process_input): Move variables `pname'
11490 and `pnamelen' down where they are used.
11491
11492 * bytecode.c (Fbyte_code): Discard unused computed value to
11493 prevent gcc warning.
11494
11495 * lisp.h (Fplist_member): Add prototype.
11496
11497 2002-03-18 Kim F. Storm <storm@cua.dk>
11498
11499 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
11500 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
11501
11502 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
11503 Remove explicit GNU_LINUX settings for datagram support.
11504
11505 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11506
11507 * process.c (Fmake_network_process): Remove unused variable `sa'.
11508 Doc fix. Add usage:.
11509 (set_socket_options): Remove unused variables `optnum' and `opttype'.
11510
11511 2002-03-17 Richard M. Stallman <rms@gnu.org>
11512
11513 * xdisp.c (cursor_type_changed): New variable.
11514 (redisplay_internal): Redisplay all windows if cursor_type_changed.
11515 Clear it when clearing windows_or_buffers_changed.
11516 (try_cursor_movement, redisplay_window, try_window_id)
11517 (try_window_reusing_current_matrix): Test cursor_type_changed
11518 along with windows_or_buffers_changed.
11519
11520 * window.h (cursor_type_changed): New variable.
11521
11522 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
11523 not update_mode_lines, and always set it to 1.
11524
11525 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
11526 if no frames needed redrawing.
11527
11528 2002-03-17 Kim F. Storm <storm@cua.dk>
11529
11530 The following changes add support for network server processes,
11531 datagram connections, and local (unix) sockets.
11532
11533 * process.h (struct Lisp_Process): New member log.
11534 Doc fix: Member command used to indicate stopped network process.
11535 Doc fix: Member childp contains plist for network process.
11536 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
11537
11538 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
11539 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
11540 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
11541 New variables.
11542 (NETCONN1_P): New macro.
11543 (DATAGRAM_SOCKETS): New conditional symbol.
11544 (datagram_address): New array.
11545 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
11546 (status_message): Use concat3.
11547 (Fprocess_status): Add `listen' status to doc string. Return `stop'
11548 for a stopped network process.
11549 (Fset_process_buffer): Update contact plist for network process.
11550 (Fset_process_filter): Ditto. Don't enable input for stopped
11551 network processes. Server must listen, even if filter is t.
11552 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
11553 New functions.
11554 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
11555 (Fprocess_contact): Added KEY argument. Handle datagrams.
11556 (list_processes_1): Optionally show only processes with the query
11557 on exit flag set. Dynamically adjust column widths. Omit tty
11558 column if not needed. Report stopped network processes.
11559 Identify server and datagram network processes.
11560 (Flist_processes): New optional arg `query-only'.
11561 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
11562 (conv_lisp_to_sockaddr, set_socket_options)
11563 (network_process_featurep, unwind_request_sigio): New helper functions.
11564 (Fprocess_datagram_address, Fset_process_datagram_address):
11565 (Fset_network_process_options): New lisp functions.
11566 (Fopen_network_stream): Removed. Now defined in simple.el.
11567 (Fmake_network_process): New lisp function. Code is based on previous
11568 Fopen_network_stream, but heavily reworked with new property list based
11569 argument list, support for datagrams, server processes, and local
11570 sockets in addition to old client-only functionality.
11571 (server_accept_connection): New function.
11572 (wait_reading_process_input): Use it to handle incoming connects.
11573 Do not enable input on a new connection if process is stopped.
11574 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
11575 (send_process): Handle datagram sockets.
11576 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
11577 network process is indicated by setting command field to t .
11578 (Fprocess_send_eof): No-op if datagram connection.
11579 (Fstatus_notify): Don't read input for a stream server socket or a
11580 stopped network process.
11581 (init_process): Initialize datagram_address array.
11582 (syms_of_process): Intern and staticpro new variables, defsubr new
11583 functions.
11584
11585 2002-03-16 Jason Rumney <jasonr@gnu.org>
11586
11587 * w32fns.c (w32_to_all_x_charsets): Return correct type in
11588 startup case.
11589
11590 2002-03-16 Richard M. Stallman <rms@gnu.org>
11591
11592 * xdisp.c (redisplay_internal, redisplay_windows):
11593 Use list_of_error to call internal_condition_case_1.
11594 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
11595 so as to catch all errors with no possibility of debugger redisplay.
11596 (list_of_error): New variable.
11597 (syms_of_xdisp): Init and staticpro it.
11598
11599 * print.c (print_object): Delete `\ ' from printed rep of frame.
11600
11601 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
11602
11603 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
11604 until its implementation is fixed.
11605
11606 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11607
11608 * xfns.c (png_load): Remove unused variable `gamma_str'.
11609
11610 2002-03-14 Richard M. Stallman <rms@gnu.org>
11611
11612 * xfns.c (x_real_positions): Handle failure in XQueryTree.
11613
11614 2002-03-14 Miles Bader <miles@gnu.org>
11615
11616 * intervals.c (adjust_for_invis_intang): New function.
11617 (set_point_both): Use `adjust_for_invis_intang' to do most of the
11618 work for dealing with invisible+intangible regions. Do so before
11619 and after both forward and backward movements, to handle both
11620 front-sticky and rear-sticky cases.
11621 * textprop.c (text_property_stickiness): Function moved here from
11622 `editfns.c'.
11623 * intervals.h (text_property_stickiness): New declaration.
11624 * editfns.c (char_property_eq): Function removed.
11625 (text_property_stickiness): Function moved to `textprop.c'.
11626
11627 2002-03-13 Jason Rumney <jasonr@gnu.org>
11628
11629 * config.in: Add STRFTIME_NO_POSIX2.
11630
11631 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
11632 and %OX when underlying strftime does not.
11633
11634 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
11635
11636 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
11637 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
11638 line) to avoid annoying flicker.
11639 (xm_scroll_callback): Get rid of the now unnecessary kludge.
11640 (XTread_socket): Mark it static.
11641
11642 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
11643
11644 2002-03-13 Kim F. Storm <storm@cua.dk>
11645
11646 * puresize.h (BASE_PURESIZE): Increase to 775000.
11647
11648 2002-03-12 Juanma Barranquero <lektu@terra.es>
11649
11650 * editfns.c (syms_of_editfns): Fix typo.
11651
11652 2002-03-12 Gerd Moellmann <gerd@gnu.org>
11653
11654 * xsmfns.c: Include stdio.h because termhooks.h needs it.
11655 Include termopt.h for interrupt_input.
11656
11657 2002-03-11 Andreas Schwab <schwab@suse.de>
11658
11659 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
11660
11661 2002-03-11 Gerd Moellmann <gerd@gnu.org>
11662
11663 * xterm.c (note_mouse_movement): Put code for
11664 x_autoselect_window_p in #if 0.
11665
11666 * lread.c (Fload): Don't assume that message_with_string uses the
11667 string it is given like a C string.
11668
11669 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11670
11671 * xterm.h (x_session_check_input, x_session_initialize): Declared.
11672
11673 * xterm.c: (XTread_socket): Add call to x_session_check_input and
11674 x_session_have_connection.
11675 (x_initialize): Add call to x_session_initialize.
11676
11677 * termhooks.h (enum event_kind): Add save_session_event.
11678
11679 * keyboard.c: Add Emacs event save_session_event.
11680
11681 * emacs.c (main): Add call to syms_of_xsmfns.
11682
11683 * lisp.h: Declare syms_of_xsmfns as extern.
11684
11685 * config.in: Add HAVE_X_SM.
11686
11687 * Makefile.in (LIBXT): Add -lSM -lICE
11688 if HAVE_X_SM and not USE_X_TOOLKIT.
11689 (XOBJ): New file xsmfns.c added.
11690
11691 * xsmfns.c: New file for X session management.
11692
11693 2002-03-09 Jason Rumney <jasonr@gnu.org>
11694
11695 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
11696 read-only when setting modified time.
11697
11698 2002-03-08 Gerd Moellmann <gerd@gnu.org>
11699
11700 * xdisp.c (move_it_vertically_backward): At the end of the function,
11701 when moving forward by lines, treat terminal frames specially.
11702
11703 * keyboard.c (echo_char): Make sure to add a separator between
11704 keys even if echo_dash hasn't been called.
11705
11706 * xdisp.c: Use new string macros.
11707 (update_echo_area): Pass number of bytes to message3 instead of
11708 number of chars.
11709 (set_message_1): Don't access a string's size_byte directly.
11710 (decode_mode_spec_coding): Use number of bytes of eoltype string
11711 instead number of chars.
11712
11713 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
11714
11715 2002-03-08 Juanma Barranquero <lektu@terra.es>
11716
11717 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
11718 24-bit.
11719
11720 2002-03-06 Jason Rumney <jasonr@gnu.org>
11721
11722 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
11723
11724 2002-03-06 Gerd Moellmann <gerd@gnu.org>
11725
11726 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
11727 (cancel_echoing, echo_length, echo_truncate): Changed to
11728 work with new kboard definition.
11729 (echo_now): Use message3_nolog instead of message2_nolog.
11730
11731 * alloc.c (mark_kboards): Mark echo_string.
11732
11733 * keyboard.h (ECHOBUFSIZE): Removed.
11734 (struct kboard): Member echoptr removed, member echobuf renamed
11735 to echo_string.
11736
11737 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
11738 message3 instead of message2 to display the message using STRING's
11739 text properties.
11740
11741 2002-03-05 Andreas Schwab <schwab@suse.de>
11742
11743 * xdisp.c (hscroll_margin): Change to EMACS_INT.
11744
11745 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11746
11747 * frame.c (default-frame-alist): Explain that setting it doesn't
11748 affect existing frames.
11749
11750 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
11751
11752 * indent.c (skip_invisible): Fix my brain fart.
11753
11754 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
11755
11756 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
11757
11758 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
11759 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
11760 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
11761 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
11762 and variables to use EMACS_INT instead of just int.
11763
11764 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
11765
11766 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
11767
11768 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
11769 environment, pass it down with corrected value.
11770
11771 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11772
11773 * lread.c (read_filtered_event): Do not call start_hourglass
11774 before returning.
11775
11776 2002-03-04 Juanma Barranquero <lektu@terra.es>
11777
11778 * w32term.c (x_display_and_set_cursor): Fix typo.
11779
11780 2002-03-03 Richard M. Stallman <rms@gnu.org>
11781
11782 * fileio.c (Fmake_temp_name): Doc fix.
11783
11784 2002-03-03 Gary Wong <gtw@gnu.org>
11785
11786 * termcap.c [!emacs]: Replace ospeed for building standalone
11787 libtermcap, for binary compatibility.
11788
11789 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
11790
11791 2002-03-03 Richard M. Stallman <rms@gnu.org>
11792
11793 * xrdb.c (file_p): Rename arg `path' to `filename'.
11794
11795 * abbrev.c (Fexpand_abbrev): Increment plist as use count
11796 only if it is an integer.
11797
11798 * xfns.c (png_load): Set screen_gamma based on f->gamma.
11799 If png_get_sRGB gives an answer, call png_set_gamma
11800 using the default image gamma value.
11801
11802 * lread.c (read1): When reading from a file, default string to
11803 multibyte only if it has some multibyte characters.
11804
11805 * print.c (print_object): Output multibyte chars 128...255
11806 using \x even if ! print_escape_multibyte.
11807
11808 * xdisp.c (display_mode_element): Move the places where
11809 bytepos, charpos, this, and lisp_string are set.
11810 Use lisp_string to set bytepos.
11811
11812 * xdisp.c (redisplay_internal):
11813 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
11814
11815 * xdisp.c (display_mode_element): Merge properties specified with
11816 :propertize onto those that come with the string.
11817
11818 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
11819
11820 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
11821 automatic-hscrolling. Users changed.
11822 <hscroll-margin>: Renamed from automatic-hscroll-margin.
11823 Users changed.
11824 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
11825
11826 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
11827
11828 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
11829
11830 2002-03-02 Kim F. Storm <storm@cua.dk>
11831
11832 * window.c (Fminibuffer_selected_window): New function.
11833 (syms_of_window): Defsubr it.
11834
11835 2002-03-01 Kim F. Storm <storm@cua.dk>
11836
11837 * window.h (struct window): New member phys_cursor_width.
11838
11839 * window.c (make_window, replace_window): Init phys_cursor_width.
11840
11841 * xterm.c (x_display_and_set_cursor): Blink box cursor using
11842 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
11843
11844 * w32term.c (x_display_and_set_cursor): Blink box cursor using
11845 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
11846
11847 * lisp.h (GCPRO6): New macro.
11848
11849 * process.c (Fopen_network_stream): Use GCPRO6.
11850
11851 2002-03-01 Kim F. Storm <storm@cua.dk>
11852
11853 * process.c (Qconnect, Qfailed): New variables.
11854 (syms_of_process): Intern and staticpro them.
11855 (Fprocess_status): Document connect and failed return values.
11856 [NON_BLOCKING_CONNECT]: New conditional.
11857 (connect_wait_mask, num_pending_connects): New variables.
11858 (status_message): Convert Qfailed status.
11859 (Fopen_network_stream): Added support for non-blocking connect.
11860 New optional args: filter, sentinel, non_blocking. Doc updated.
11861 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
11862 (deactivate_process): Handle pending non-blocking connect.
11863 (wait_reading_process_input): Poll for status of non-blocking
11864 connects. Exec sentinel directly when connect succeeds.
11865 (status_notify): Don't read process output if not yet connected.
11866
11867 2002-02-28 Kim F. Storm <storm@cua.dk>
11868
11869 * window.c: (minibuf_selected_window): Renamed from
11870 Vminibuf_selected_window. Users changed.
11871 (syms_of_window): Staticpro it.
11872
11873 2002-02-26 Kim F. Storm <storm@cua.dk>
11874
11875 The following changes add a new Vminibuf_selected_window variable
11876 which is similar to Vminibuf_scroll_window, but which is only set
11877 on entry to the minibuffer (from a non-minibuffer window):
11878
11879 * window.c: (Vminibuf_selected_window): New variable.
11880 (struct save_window_data): New member minibuf_selected_window.
11881 (Fset_window_configuration): Restore Vminibuf_selected_window.
11882 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
11883 Set minibuf_scroll_window member to nil if minibuf_level is 0.
11884 (compare_window_configurations): Compare minibuf_selected_window.
11885
11886 * window.h: (Vminibuf_selected_window): Declare extern.
11887
11888 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
11889 entry to minibuffer or on entry from a non-minibuffer window.
11890
11891 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
11892 Vminibuf_selected_window instead of Vminibuf_scroll_window.
11893
11894 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
11895 instead of Vminibuf_scroll_window when deciding in which window
11896 the region should be highlighted. Consequently, the region remains
11897 highlighteded even when a completion buffer is also displayed.
11898
11899 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
11900
11901 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
11902
11903 * xselect.c (Qcompound_text_with_extensions): Renamed from
11904 Qcompound_text_no_extensions.
11905 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
11906
11907 2002-02-26 Juanma Barranquero <lektu@terra.es>
11908
11909 * w32proc.c (syms_of_ntproc): Doc fix.
11910
11911 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11912
11913 * intervals.h: Include "dispextern.h" unconditionally.
11914
11915 2002-02-24 Jason Rumney <jasonr@gnu.org>
11916
11917 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
11918 and disp-table.elc.
11919 (lisp): Add emacs-lisp/backquote.elc.
11920
11921 2002-02-24 Kim F. Storm <storm@cua.dk>
11922
11923 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
11924 The validation of the event type was too strict as it didn't
11925 allow string events; buffer names are used in bindings for
11926 menu-bar-select-buffer (see `menu-bar-update-buffers').
11927
11928 2002-02-23 Kim F. Storm <storm@cua.dk>
11929
11930 The following changes rework my patch of 2002-02-06 which
11931 added command remapping by entering the commands directly into
11932 the keymaps. Now, command remapping uses an explicit `remap'
11933 prefix in the keymaps, i.e. [remap COMMAND].
11934
11935 * keymap.c (Qremap, remap_command_vector): New variables.
11936 (is_command_symbol): Removed function.
11937 (Fdefine_key): No longer accept a symbol for KEY.
11938 Added validation of [remap COMMAND] argument for KEY.
11939 The DEF is no longer required to be a symbol when remapping a command.
11940 (Fremap_command): New function to remap command through keymaps.
11941 (Flookup_key): Perform command remapping initiated by
11942 Fremap_command directly for speed.
11943 (Fkey_binding): Use Fremap_command for command remapping.
11944 (where_is_internal): Handle new command remapping representation.
11945 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
11946 staticpro them. Defsubr Fremap_command.
11947
11948 * keymap.h (Fremap_command): Declare extern.
11949 (is_command_symbol): Remove extern.
11950
11951 * keyboard.c (command_loop_1): Use Fremap_command for command
11952 remapping; now try command remapping for all symbols.
11953
11954 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
11955
11956 * coding.h (run_pre_post_conversion_on_str): Add prototype.
11957
11958 2002-02-23 Jason Rumney <jasonr@gnu.org>
11959
11960 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
11961 on the string before encoding it.
11962 (Fw32_get_clipboard_data): Run post-read-conversion on the string
11963 after decoding it.
11964
11965 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
11966
11967 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11968
11969 * w32term.c (enter_timestamp): Remove unused static variable to
11970 prevent warning.
11971
11972 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
11973
11974 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
11975
11976 * w16select.c (Fw16_get_clipboard_data): Fix last change.
11977
11978 * xselect.c (selection_data_to_lisp_data): Fix last change.
11979
11980 2002-02-22 Jason Rumney <jasonr@gnu.org>
11981
11982 * w32term.h (struct w32_output): New member menu_command_in_progress.
11983
11984 * w32menu.c (menubar_selection_callback): Free the menu and
11985 clear the menu_command_in_progress flag.
11986
11987 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
11988 (menu_free_timer): New variable.
11989 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
11990 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
11991 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
11992 menu command is in progress.
11993 <WM_COMMAND>: Set the menu_command_in_progress flag.
11994 Kill any menu_free_timer that is running.
11995
11996 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
11997 Call ExtTextOutA rather than ExtTextOut.
11998
11999 2002-02-22 Eli Zaretskii <eliz@gnu.org>
12000
12001 * puresize.h (BASE_PURESIZE): Increase to 755000.
12002
12003 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12004
12005 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
12006 on the string before encoding it.
12007 (Fw16_get_clipboard_data): Run post-read-conversion on the string
12008 after decoding it.
12009
12010 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
12011
12012 Support for ICCCM Extended Segments in X selections:
12013
12014 * xselect.c <Qcompound_text_no_extensions>: New variable.
12015 (syms_of_xselect): Intern and staticpro it.
12016 (selection_data_to_lisp_data): Run post-read-conversion on decoded
12017 selection text.
12018 (lisp_data_to_selection_data): If next-selection-coding-system is
12019 compound-text-no-extensions, set the type of selection to be
12020 compound-text.
12021
12022 * xterm.h (x_encode_text): Update prototype.
12023
12024 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
12025 callers changed. If SELECTIONP is non-zero, run the
12026 pre-write-conversion function before encoding the selection text.
12027
12028 2002-02-21 Kim F. Storm <storm@cua.dk>
12029
12030 * frame.c (syms_of_frame): Change mouse-highlight default to t.
12031
12032 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
12033 Correct composing of language-change event.
12034
12035 2002-02-20 Kim F. Storm <storm@cua.dk>
12036
12037 * keyboard.c (menu_bar_items): Don't include keymap or local-map
12038 bindings at PT when building menu (the menu is not updated often
12039 enough for this to work reliable).
12040 (tool_bar_items): Likewise.
12041 (current_active_maps): Removed unused (and buggy) function.
12042
12043 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12044
12045 * xfns.c (gif_load): Use correct width and height for GIF images.
12046
12047 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
12048
12049 * floatfns.c (Fatan): Accept an optional second arg and call
12050 atan2 if passed 2 args.
12051
12052 2002-02-18 Jason Rumney <jasonr@gnu.org>
12053
12054 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
12055
12056 2002-02-17 Jason Rumney <jasonr@gnu.org>
12057
12058 * w32term.c (x_autoselect_window_p): New variable.
12059 (syms_of_w32term): DEFVAR_BOOL and initialize it.
12060 (note_mouse_movement): Use it.
12061
12062 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
12063
12064 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
12065
12066 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
12067 New variables.
12068 (syms_of_w32fns): Intern and staticpro them.
12069 (x_frame_parms) <"fullscreen">: New parameter.
12070 (x_fullscreen_move, x_set_fullscreen): New functions.
12071 (x_set_frame_parameters): Support Qfullscreen.
12072 (x_real_positions): Save x/y_pixels_diff frame params.
12073 (x_figure_window_size): Support full-screen frames.
12074 (Fx_create_frame): Default the fullscreen parameter.
12075
12076 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
12077 (x_fullscreen_adjust): New functions.
12078 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
12079 fullscreen. Call x_check_fullscreen_move, and set the
12080 want_fullscreen member of output_data.w32
12081 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
12082
12083 * w32term.h: New enum for FULLSCREEN_* constants.
12084 (struct w32_output): New members want_fullscreen, x_pixels_diff,
12085 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
12086 (x-fullscreen-adjust): New prototype.
12087
12088 2002-02-17 Kim F. Storm <storm@cua.dk>
12089
12090 * frame.c: (Vmouse_highlight): New variable.
12091 (syms_of_frame): DEFVAR_LISP it.
12092
12093 * frame.h: (Vmouse_highlight): Declare extern.
12094
12095 * xterm.h (struct x_display_info): Add mouse_face_hidden.
12096
12097 * xterm.c (disable_mouse_highlight): Removed variable.
12098 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
12099 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
12100 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
12101 and on after keyboard input.
12102 (x_term_init): Initialize mouse_face_hidden.
12103
12104 * msdos.h (struct display_info): Add mouse_face_hidden.
12105
12106 * msdos.c (disable_mouse_highlight): Removed variable.
12107 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
12108 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
12109 (internal_terminal_init): Initialize mouse_face_hidden.
12110 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
12111 and on after keyboard input.
12112
12113 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
12114
12115 * w32term.c (disable_mouse_highlight): Removed variable.
12116 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
12117 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
12118 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
12119 and on after keyboard input.
12120 (w32_initialize_display_info): Initialize mouse_face_hidden.
12121
12122 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
12123
12124 * msdos.c (last_mouse_window): New variable.
12125 (dos_rawgetc): Fix last change--if the mouse is in the same window
12126 as recorded in last_mouse_window, don't select this window.
12127
12128 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
12129
12130 * msdos.c (x_autoselect_window_p): New variable.
12131 (syms_of_msdos): Defvar it.
12132 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
12133 which the last mouse movement occured, unless it is already selected.
12134
12135 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
12136 New variables.
12137 (syms_of_xdisp): DEVFAR them.
12138 (hscroll_window_tree): Use automatic_hscroll_margin and
12139 Vautomatic_hscroll_step to compute the amount of window scrolling.
12140
12141 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12142
12143 * xterm.c (x-autoselect-window): New variable.
12144 (note_mouse_movement): Use it.
12145
12146 * keyboard.c: Do not include "systime.h" twice.
12147
12148 2002-02-15 Andreas Schwab <schwab@suse.de>
12149
12150 * puresize.h (BASE_PURESIZE): Increase to 9/5.
12151
12152 * alloc.c (NSTATICS): Increase to 1280.
12153
12154 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12155
12156 * alloc.c (NSTATICS): Bump to 1026.
12157
12158 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
12159 (Vx_super_keysym): New variables.
12160 (syms_of_xterm): DEFVAR_LISP them.
12161 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
12162 variables to determine which keys to use for the various modifiers.
12163
12164 2002-02-13 Kim F. Storm <storm@cua.dk>
12165
12166 * window.c: (Vmode_line_in_non_selected_windows): Removed.
12167 (mode_line_in_non_selected_windows): New variable.
12168 (syms_of_window): DEFVAR_BOOL it.
12169
12170 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
12171 Use mode_line_in_non_selected_windows.
12172 (mode_line_in_non_selected_windows): Declare extern.
12173 (Vmode_line_in_non_selected_windows): Removed extern.
12174
12175 2002-02-13 Richard M. Stallman <rms@gnu.org>
12176
12177 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
12178 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
12179 (Fclear_this_command_keys): Doc fixes.
12180
12181 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
12182 (update_face_from_frame_parameter): Increment face_change_count
12183 and windows_or_buffers_changed to force redisplay using changed faces.
12184
12185 * xdisp.c (QCpropertize): New variable.
12186 (mode_line_proptrans_alist): New variable.
12187 (display_mode_element): New arg PROPS; all calls changed.
12188 Implement this, for strings.
12189 Handle literal output of strings by sharing the
12190 main-line code for strings, using local var `literal'.
12191 Handle :propertize feature.
12192 (syms_of_xdisp): Initialze and staticpro QCpropertize and
12193 mode_line_proptrans_alist.
12194
12195 2002-02-11 Kim F. Storm <storm@cua.dk>
12196
12197 * window.c: (Vmode_line_in_non_selected_windows): New variable.
12198 (syms_of_window): DEFVAR_LISP it.
12199
12200 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
12201 (CURRENT_MODE_LINE_FACE_ID): Use it.
12202 (Vmode_line_in_non_selected_windows): Declare extern.
12203
12204 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
12205 to get mode line face.
12206
12207 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
12208
12209 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
12210 variables; cus-start.el doesn't need them anymore.
12211
12212 2002-02-09 Kim F. Storm <storm@cua.dk>
12213
12214 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
12215 reduction. This fixes a display problem where stray newlines were
12216 inserted in the window (corrected by C-l). Clarified code (IMHO).
12217
12218 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
12219
12220 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
12221
12222 * xdisp.c (display_mode_lines): Fix last change.
12223
12224 2002-02-09 Jason Rumney <jasonr@gnu.org>
12225
12226 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
12227 match each other.
12228 (w32_load_system_font): Prevent Cleartype fonts from loading.
12229 (Fx_show_tip): Ensure tip frames are above other topmost windows.
12230
12231 2002-02-09 Kim F. Storm <storm@cua.dk>
12232
12233 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
12234 (CURRENT_MODE_LINE_HEIGHT): Use it.
12235 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
12236
12237 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
12238 (pos_visible_p, handle_face_prop): Likewise.
12239 (display_mode_lines): Likewise, but for the real selected window.
12240 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
12241
12242 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
12243 in non-selected windows.
12244 (realize_basic_faces): Realize it.
12245 (syms_of_term): Intern and staticpro it.
12246
12247 2002-02-08 Kim F. Storm <storm@cua.dk>
12248
12249 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
12250 Changed mail addresses to emacs-devel@gnu.org.
12251
12252 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
12253
12254 * fileio.c (Fsubstitute_in_file_name): If the file name includes
12255 ~user, and there's no such user, don't discard everything before ~user.
12256
12257 * floatfns.c (Fround): Doc fix.
12258
12259 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12260
12261 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
12262
12263 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
12264
12265 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
12266
12267 2002-02-07 Kim F. Storm <storm@cua.dk>
12268
12269 * keymap.c (where_is_internal): Only check whether definition is
12270 remapped if it fulfills is_command_symbol.
12271
12272 2002-02-07 Andreas Schwab <schwab@suse.de>
12273
12274 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
12275
12276 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
12277
12278 2002-02-06 Kim F. Storm <storm@cua.dk>
12279
12280 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
12281 defining command remapping. Doc updated.
12282 (Flookup_key): Remap command through keymap if KEY is a symbol.
12283 (is_command_symbol): New function.
12284 (Fkey_binding): Use it. New optional argument NO-REMAP.
12285 Doc updated. Callers changed. Perform command remapping via
12286 recursive call unless that arg is non-nil.
12287 (where_is_internal): New argument no_remap. Callers changed.
12288 Call recursively to find original key bindings for a remapped
12289 comand unless that arg is non-nil.
12290 (Fwhere_is_internal): New optional argument NO-REMAP.
12291 Doc updated. Callers changed. Pass arg to where_is_internal.
12292
12293 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
12294 (is_command_symbol): Added prototype.
12295
12296 * keyboard.c (Vthis_original_command): New variable.
12297 (syms_of_keyboard): DEFVAR_LISP it.
12298 (command_loop_1): Set it, and perform command remapping.
12299
12300 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12301
12302 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
12303
12304 2002-02-06 Jason Rumney <jasonr@gnu.org>
12305
12306 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
12307
12308 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
12309
12310 * charset.c (get_charset_id): Use if-else instead of ?:.
12311
12312 2002-02-06 Richard M. Stallman <rms@gnu.org>
12313
12314 * filelock.c (S_ISLNK): Define if not defined.
12315
12316 2002-02-03 Richard M. Stallman <rms@gnu.org>
12317
12318 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
12319
12320 * lread.c (read1): Redesign strategy for force_multibyte and
12321 force_singlebyte. Now is_multibyte records whether read_buffer
12322 is multibyte. Encountering any multibyte character makes it so.
12323
12324 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
12325
12326 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
12327 with the same sequence, map that sequence to f10 rather than f0.
12328
12329 2002-02-03 Andreas Schwab <schwab@suse.de>
12330
12331 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
12332 latter never being defined on GNU/Linux.
12333
12334 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12335
12336 * xfaces.c (realize_default_face): Don't set the weight and slant of
12337 the default face to Qnormal, unless these attributes are unspecified.
12338
12339 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12340
12341 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
12342 Call cancel_hourglass unconditionally.
12343
12344 * eval.c (Fsignal): Remove duplicated declaration of
12345 the variable `display_hourglass_p'.
12346
12347 2002-01-31 Richard M. Stallman <rms@gnu.org>
12348
12349 * editfns.c (region_limit): Nicer error message.
12350
12351 * coding.c (decode_composition_emacs_mule):
12352 Give up if NCOMPONENT gets too large to index `component'.
12353
12354 * callint.c (check_mark): New arg to specify clearer error message.
12355 Callers changed.
12356
12357 2002-01-27 Richard M. Stallman <rms@gnu.org>
12358
12359 * minibuf.c (Fcompleting_read): Doc fix.
12360
12361 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12362
12363 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
12364 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
12365 Fix doc-strings.
12366
12367 2002-01-26 Richard M. Stallman <rms@gnu.org>
12368
12369 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
12370
12371 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
12372 and scroll_up_aggressively.
12373
12374 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12375
12376 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
12377
12378 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
12379
12380 * textprop.c (Fnext_property_change, Fnext_single_property_change)
12381 (Fprevious_property_change, Fprevious_single_property_change):
12382 Stay within the narrowed-buffer boundaries.
12383
12384 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
12385
12386 * term.c (Ftty_display_color_cells): New function.
12387 (syms_of_term): Defsubr it.
12388 (Ftty_display_color_cells, Ftty_display_color_p): Change the
12389 argument name to DISPLAY. Doc fix.
12390
12391 * dispextern.h: Add prototype for set_tty_color_mode and
12392 tty_setup_colors.
12393
12394 2002-01-24 Jason Rumney <jasonr@gnu.org>
12395
12396 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
12397 If region left to draw is not what was expected, mark the frame as
12398 garbaged.
12399
12400 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
12401 Combine the regions returned by BeginPaint and GetUpdateRect.
12402
12403 2002-01-23 Jason Rumney <jasonr@gnu.org>
12404
12405 * w32term.c (x_update_window_begin): Only hide caret if
12406 w32_use_visible_system_caret is set.
12407 (x_update_window_end): Only show caret if
12408 w32_use_visible_system_caret is set.
12409 (syms_of_w32term): Handle SystemParametersInfo call failing.
12410
12411 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
12412
12413 2002-01-22 Richard M. Stallman <rms@gnu.org>
12414
12415 * unexelf.c (unexec): Define n so as to cause compilation error
12416 for the code where people have often written n instead of nn.
12417
12418 * .gdbinit (hookpost-run): Defined.
12419
12420 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12421
12422 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
12423
12424 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12425
12426 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
12427 if fullscreen is being set.
12428
12429 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12430
12431 * minibuf.c (Fminibuffer_contents)
12432 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
12433 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
12434
12435 2002-01-21 Richard M. Stallman <rms@gnu.org>
12436
12437 * window.c (check_frame_size): Fix minimum height calculation.
12438
12439 2002-01-20 Ken Raeburn <raeburn@gnu.org>
12440
12441 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
12442 height before comparison.
12443 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
12444
12445 2002-01-20 Jason Rumney <jasonr@gnu.org>
12446
12447 * w32term.c (w32_system_caret_width): Remove.
12448 (w32_use_visible_system_caret): New user flag.
12449 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
12450 Windows reports a screen reader running.
12451 (x_update_window_begin): Hide the system caret.
12452 (x_update_window_end): Show the system caret.
12453 (x_display_and_set_cursor): Don't draw a cursor when
12454 w32_use_visible_system_caret is set. Do not adjust width.
12455
12456 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
12457 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
12458 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
12459 the user requests it. Use system default width when creating.
12460 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
12461
12462 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
12463 New window messages.
12464
12465 2002-01-20 Richard M. Stallman <rms@gnu.org>
12466
12467 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
12468
12469 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12470
12471 * doprnt.c (doprnt1): Fix typos in error call.
12472
12473 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
12474
12475 * unexelf.c (unexec) [__sgi]: Support the .got sections.
12476
12477 2002-01-20 Jason Rumney <jasonr@gnu.org>
12478
12479 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
12480 that Windows returns. If a double check fails, try to guess how
12481 ExtTextOut is going to act.
12482
12483 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
12484 in place of stricmp.
12485 (w32_list_synthesized_fonts): Removed.
12486 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
12487 (struct enumfont_t): New element; list.
12488 (enum_font_cb2): List all style and charset variations of a font.
12489 (Fw32_select_font): New optional argument; include_proportional.
12490 Exclude vertical fonts. Exclude proportional fonts unless
12491 include_proportional is non-nil.
12492 (w32_enable_synthesized_fonts): Change to a boolean.
12493 (Fw32_send_sys_command): Doc fix.
12494
12495 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12496
12497 * dispnew.c (update_frame): Move the variable `tem' to the block
12498 where it is used.
12499
12500 2002-01-19 Jason Rumney <jasonr@gnu.org>
12501
12502 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
12503 call to face-set-after-frame-default.
12504
12505 2002-01-18 Richard M. Stallman <rms@gnu.org>
12506
12507 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
12508 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
12509
12510 2002-01-17 Richard M. Stallman <rms@gnu.org>
12511
12512 * window.c (enlarge_window): When exceeding size of parent,
12513 directly delete all the siblings instead of trying to resize it.
12514
12515 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12516
12517 * term.c (set_tty_color_mode): Remove unused variable `tem'.
12518
12519 2002-01-16 Henrik Enberg <henrik@enberg.org>
12520
12521 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
12522
12523 2002-01-16 Kim F. Storm <storm@cua.dk>
12524
12525 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
12526 is invisible. This can happen if cursor is on top line of a
12527 window, and we switch to a buffer with a header line.
12528
12529 * w32term.c (x_erase_phys_cursor): Ditto.
12530
12531 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12532
12533 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
12534 `dont_resize' only when used.
12535
12536 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
12537
12538 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
12539
12540 * xdisp.c (display_mode_element): When computing charpos, depend
12541 on multibyteness of elt, not the text in field.
12542
12543 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12544
12545 * buffer.c (Fkill_all_local_variables):
12546 Increment `update_mode_lines' only once.
12547
12548 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12549
12550 * lisp.h (adjust_after_replace_noundo)
12551 (Fupdate_coding_systems_internal): Add prototypes.
12552
12553 * sound.c (Fplay_sound): Initialize header_size also for :data case.
12554
12555 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
12556
12557 Support for the --color command-line argument and tty-color-mode
12558 frame parameter:
12559
12560 * term.c (tty_default_color_capabilities, tty_setup_colors)
12561 (set_tty_color_mode): New functions.
12562 (term_init): Call tty_default_color_capabilities.
12563 (Qtty_color_mode_alist): New variable.
12564 (syms_of_term): Intern and staticpro it.
12565
12566 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
12567 frames.
12568 (do_switch_frame): For termcap frames, switch the tty
12569 color mode as specified by the frame's parameters.
12570 (Qtty_color_mode): New variable.
12571 (syms_of_frame): Intern and staticpro it.
12572
12573 * emacs.c (USAGE2): Add the --color option.
12574 (standard_args): Ditto.
12575
12576 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12577
12578 * xterm.h (struct x_output): New members want_fullscreen,
12579 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
12580 y_pixels_outer_diff.
12581 New enum for FULLSCREEN_* constants.
12582 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
12583 is NULL.
12584 (x_fullscreen_adjust): Add prototype.
12585
12586 * emacs.c (USAGE2): Add the new full-screen arguments.
12587 (standard_args): Ditto.
12588
12589 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
12590 New variables.
12591 (syms_of_xfns): Intern and staticpro them.
12592 (x_frame_parms) <"fullscreen">: New parameter.
12593 (x_fullscreen_move, x_set_fullscreen): New functions.
12594 (x_set_frame_parameters): Support for Qfullscreen.
12595 (x_real_positions): More accurate computation of the frame position.
12596 (x_figure_window_size): Support full-screen frames.
12597 (Fx_create_frame): Default the fullscreen parameter.
12598
12599 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
12600 (XTread_socket) <Expose>: Call x_check_fullscreen.
12601 <ConfigureNotify>: Don't resize to fullscreen.
12602 Call x_check_fullscreen_move, and set the want_fullscreen member of
12603 output_data.x.
12604
12605 2002-01-13 Jason Rumney <jasonr@gnu.org>
12606
12607 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
12608 for mice with more than 3 buttons.
12609
12610 * w32term.c (parse_button): New parameter xbutton. Callers changed.
12611 (w32_read_socket): Handle new "XBUTTON" messages.
12612
12613 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
12614 (syms_of_w32fns): DEFVAR_BOOL it.
12615 (w32_wnd_proc): Handle new "XBUTTON" messages.
12616
12617 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12618
12619 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
12620
12621 2002-01-13 Andreas Schwab <schwab@suse.de>
12622
12623 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
12624
12625 2002-01-12 Andreas Schwab <schwab@suse.de>
12626
12627 * .gdbinit (xbuffer): Remove address operator since data is now a
12628 pointer.
12629
12630 2002-01-11 Richard M. Stallman <rms@gnu.org>
12631
12632 * insdel.c (adjust_after_replace_noundo): New function.
12633
12634 * coding.c (code_convert_region): Don't copy old text if undo disabled.
12635
12636 2002-01-09 Jason Rumney <jasonr@gnu.org>
12637
12638 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
12639 when checking for multiple frames.
12640
12641 2002-01-08 Richard M. Stallman <rms@gnu.org>
12642
12643 * window.c (delete_window): Rewrite the code for changing the
12644 selected window to handle the case where WINDOW is not a leaf.
12645
12646 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
12647
12648 * process.c (send_process): Set src_multibyte to 1 after the call
12649 top setup_coding_system, not before the call.
12650
12651 2002-01-07 Jason Rumney <jasonr@gnu.org>
12652
12653 * xmenu.c (set_frame_menubar, xmenu_show):
12654 (xdialog_show): Initialize wv->help to Qnil.
12655
12656 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
12657 (w32_dialog_show): Initialize wv->help to Qnil.
12658
12659 2002-01-06 Jason Rumney <jasonr@gnu.org>
12660
12661 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
12662
12663 * w32menu.c (w32_menu_display_help): Revert last change.
12664
12665 * xmenu.c (menu_highlight_callback): Revert last change.
12666
12667 2002-01-06 Andreas Schwab <schwab@suse.de>
12668
12669 * insdel.c (make_gap_larger): Make sure buffer size does not
12670 overflow range of int.
12671
12672 2002-01-05 Jason Rumney <jasonr@gnu.org>
12673
12674 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
12675 OVERLAPS_P.
12676
12677 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
12678
12679 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
12680 to the left or to the right of the pointer, put it against
12681 the left screen edge.
12682 (x_frame_parms): Add missing braces around initializer.
12683
12684 * w32term.c (x_setup_relief_colors): Don't compute an image's
12685 background color if it doesn't have a Pixmap.
12686 (notice_overwritten_cursor): Don't depend on
12687 output_cursor and updated_area. Compare pixel coordinates with
12688 window's cursor pixel coordinates.
12689 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
12690 Call notice_overwritten_cursor with new arg list.
12691 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
12692 unconditionally.
12693 (x_draw_image_relief): Use predefined macro instead of
12694 constant when the value of `tool_bar_button_relief' is negative.
12695
12696 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
12697
12698 2002-01-04 Richard M. Stallman <rms@gnu.org>
12699
12700 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
12701
12702 2002-01-03 Richard M. Stallman <rms@gnu.org>
12703
12704 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
12705 (Fkey_binding): Try the `keymap' property map first.
12706 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
12707 minor mode bindings.
12708
12709 2002-01-03 Kim F. Storm <storm@cua.dk>
12710
12711 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
12712
12713 2002-01-02 Richard M. Stallman <rms@gnu.org>
12714
12715 * keyboard.c (read_key_sequence): Handle the keymap property
12716 before minor mode maps.
12717
12718 * editfns.c (Fformat): Update thissize from field_width
12719 based on the actual width, in the string case.
12720
12721 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12722
12723 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
12724 when used as truth value to prevent gcc warnings.
12725
12726 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
12727 * w32proc.c: Include <config.h>.
12728
12729 2002-01-01 Andreas Schwab <schwab@suse.de>
12730
12731 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
12732 not EMACS_INT, to make them compatible with DEFVAR_INT.
12733 * lisp.h (max_specpdl_size): Adjust declaration.
12734
12735 2002-01-01 Richard M. Stallman <rms@gnu.org>
12736
12737 * print.c (print_object): Test print_escape_nonascii only for
12738 unibyte strings.
12739 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
12740 when outputting to a multibyte buffer.
12741
12742 2001-12-29 Richard M. Stallman <rms@gnu.org>
12743
12744 * print.c (print_object): In multibyte string, use hex escapes.
12745 Use octal only for unibyte strings.
12746 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
12747
12748 * lread.c (read_escape): New arg BYTEREP for reporting whether
12749 escape forces unibyte or multibyte.
12750 (read1): When reading a string, take note of that info.
12751
12752 2001-12-29 Ken Raeburn <raeburn@gnu.org>
12753
12754 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
12755 comparison to test lisp value returned by Fget.
12756
12757 2001-12-29 Richard M. Stallman <rms@gnu.org>
12758
12759 * lisp.h (max_specpdl_size): Add declaration.
12760
12761 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
12762
12763 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
12764 Handle modifier bits. Correct typo in error message.
12765
12766 2001-12-28 Richard M. Stallman <rms@gnu.org>
12767
12768 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
12769 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
12770 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
12771 Update calls to Fdefine_abbrev.
12772 (write_abbrev): Update for changed data format.
12773 Don't list "system" abbrevs.
12774 (Fexpand_abbrev): Update use count with new data format.
12775 (describe_abbrev): Update for changed data format.
12776 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
12777
12778 * config.in (HAVE_MBSINIT): Add #undef.
12779
12780 * strftime.c (mbsinit): Define as no-op if not available.
12781
12782 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
12783 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
12784
12785 * keymap.c (Flookup_key): Error message if key has wrong data type.
12786 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
12787 (exclude_key): New variable.
12788
12789 2001-12-28 Gerd Moellmann <gerd@gnu.org>
12790
12791 * xterm.c (x_setup_relief_colors): Don't compute an image's
12792 background color if it doesn't have a Pixmap.
12793
12794 * xterm.c (notice_overwritten_cursor): Don't depend on
12795 output_cursor and updated_area. Compare pixel coordinates with
12796 window's cursor pixel coordinates.
12797 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
12798 Call notice_overwritten_cursor with new arg list.
12799 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
12800 unconditionally.
12801
12802 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
12803 height of the cursor line to the amount to scroll.
12804
12805 2001-12-27 Richard M. Stallman <rms@gnu.org>
12806
12807 * intervals.c (set_point_both): The position after an invisible,
12808 intangible character is not an acceptable stopping point.
12809
12810 2001-12-27 Ken Raeburn <raeburn@gnu.org>
12811
12812 * window.c (enlarge_window): In new preserve_before code, convert
12813 CURBEG from lisp object to integer before doing arithmetic.
12814
12815 2001-12-27 Richard M. Stallman <rms@gnu.org>
12816
12817 * bytecode.c (Fbyte_code): Undo previous change.
12818
12819 2001-12-26 Kim F. Storm <storm@cua.dk>
12820
12821 * keyboard.c (record_char): Ignore duplicate help-echo events only
12822 separated by mouse-movement. When tracking mouse, only record
12823 first and last mouse-movement event in same window.
12824 Don't record mouse-movement events in keyboard macros.
12825
12826 2001-12-25 Richard M. Stallman <rms@gnu.org>
12827
12828 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
12829 (Fenlarge_window): New arg PRESERVE_BEFORE.
12830
12831 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
12832 instead of Fstring_as_unibyte.
12833
12834 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12835
12836 The following changes remove mocklisp support:
12837
12838 * mocklisp.h, mocklisp.c: Files removed.
12839
12840 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
12841 `Qmocklisp' and `Qmocklisp_arguments'.
12842 Remove prototype of syms_of_mocklisp.
12843
12844 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
12845
12846 * callint.c: Do not include mocklisp.h.
12847 (Fcall_interactively): Do not test for mocklisp case.
12848
12849 * eval.c: Remove variables `Qmocklisp_arguments',
12850 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
12851 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
12852 Do not test for mocklisp case.
12853 (Fwhile): Remove unused variable `tem'.
12854 (syms_of_eval): Remove variable `moclisp-arguments'.
12855
12856 * data.c (wrong_type_argument): Remove mocklisp case.
12857
12858 * doc.c (Fdocumentation): Remove mocklisp case.
12859
12860 * emacs.c (main): Do not call syms_of_mocklisp.
12861
12862 2001-12-21 Richard M. Stallman <rms@gnu.org>
12863
12864 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
12865 to the left or to the right of the pointer, put it against
12866 the left screen edge.
12867
12868 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12869
12870 * Makefile.in (distclean): Remove .gdbinit if we are building
12871 outside the source tree.
12872
12873 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
12874
12875 * w32.c (emacs_root_dir): New function.
12876
12877 * msdos.c (emacs_root_dir): New function.
12878
12879 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
12880 of the current drive as the fallback for default_directory.
12881
12882 * dired.c (file_name_completion): Run the elements of
12883 completion-ignored-extensions through ENCODE_FILE.
12884
12885 * lisp.h (scmp): Remove prototype, since it's now a static
12886 function private to dired.c.
12887
12888 2001-12-18 Richard M. Stallman <rms@gnu.org>
12889
12890 * dired.c (scmp): Function moved from minibuf.c.
12891 Delete multibyte handling--used only on encoded strings.
12892
12893 * minibuf.c (scmp): Function moved to dired.c.
12894
12895 * fns.c (merge): Add QUIT call.
12896
12897 2001-12-18 Dave Love <fx@gnu.org>
12898
12899 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
12900 language/georgian.el.
12901
12902 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12903
12904 * Makefile.in (lisp, shortlisp): Synchronize with changes to
12905 lisp/Makefile.in:DONTCOMPILE.
12906
12907 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12908
12909 * xdisp.c (window_box_height): Do not return negative values.
12910 From Gerd Moellmann <gerd@gnu.org>.
12911
12912 * keyboard.c (head_table): Add missing braces around initializer.
12913
12914 * term.c (keys): Likewise.
12915
12916 * xfns.c (x_frame_parms, visual_classes): Likewise.
12917
12918 2001-12-17 Sam Steingold <sds@gnu.org>
12919
12920 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
12921 patch (COMPOSING_P, not COMPOSING).
12922
12923 2001-12-17 Richard M. Stallman <rms@gnu.org>
12924
12925 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
12926
12927 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
12928 before calling decode_coding.
12929
12930 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
12931
12932 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
12933 instead of only for COMPOSITION_DISABLED.
12934
12935 2001-12-16 Richard M. Stallman <rms@gnu.org>
12936
12937 * alloc.c (pure_alloc): After overflow, allocate just a small block.
12938
12939 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
12940
12941 * buffer.h (struct buffer): New field `display_error_modiff'.
12942 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
12943
12944 * window.c (Frecenter): Clear display_error_modiff field.
12945
12946 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
12947 Call redisplay_window, but not if display_error_modiff field says no.
12948 (redisplay_window_error): New function.
12949 (displayed_buffer): New variable.
12950 (redisplay_internal, redisplay_windows): Call the new functions
12951 instead of redisplay_window directly.
12952
12953 2001-12-15 Richard M. Stallman <rms@gnu.org>
12954
12955 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
12956
12957 2001-12-14 Andrew Innes <andrewi@gnu.org>
12958
12959 * makefile.w32-in (EMACSLOADPATH): Define.
12960 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
12961 (bootstrap-temacs): Remove dependency on bootstrap-clean.
12962
12963 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
12964
12965 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
12966 parameter have a numeric value all the time.
12967
12968 * w32fns.c (x_report_frame_params): Likewise.
12969
12970 2001-12-12 Richard M. Stallman <rms@gnu.org>
12971
12972 * fileio.c (Fwrite_region): Doc fix.
12973
12974 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
12975 (redisplay_internal): Call clear_image_cache only for window terminals.
12976
12977 2001-12-12 Gerd Moellmann <gerd@gnu.org>
12978
12979 * xdisp.c (move_it_vertically_backward): Change heuristic
12980 for the case that we didn't move far enough initially.
12981
12982 * window.c (Frecenter): Simplify computation in the case of window
12983 system frames and ARG < 0; use window_box_height.
12984
12985 2001-12-11 Richard M. Stallman <rms@gnu.org>
12986
12987 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
12988 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
12989
12990 2001-12-11 Andrew Innes <andrewi@gnu.org>
12991
12992 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
12993 arg is negative.
12994
12995 2001-12-11 Richard M. Stallman <rms@gnu.org>
12996
12997 * m/hp800.h: Split the __hpux conditional into the parts
12998 that are right for GNU/Linux too and the parts that are not.
12999 Use the former if GNU_LINUX.
13000 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
13001
13002 * s/gnu-linux.h (GNU_LINUX): Defined.
13003
13004 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13005
13006 * macros.c, msdos.c, w16select.c: Change doc-string comments to
13007 `new style' [w/`doc:' keyword].
13008
13009 2001-12-10 Jason Rumney <jasonr@gnu.org>
13010
13011 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
13012 before using.
13013
13014 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13015
13016 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
13017 keyword].
13018
13019 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
13020
13021 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
13022
13023 * s/hpux10.h (srand48): Don't undefine.
13024
13025 2001-12-09 Jason Rumney <jasonr@gnu.org>
13026
13027 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
13028 Add comment to explain where the struct came from.
13029 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
13030 (add_menu_item): Process pop-up menus first to avoid memory leak.
13031 (add_menu_item, w32_menu_display_help): Use `help' field as
13032 Lisp_Object.
13033 (w32_free_submenu_strings): Only free owner-drawn strings.
13034
13035 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13036
13037 * COPYING: Moved back.
13038
13039 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
13040 Add parentheses around && within ||.
13041
13042 * indent.c (compute_motion): Likewise.
13043
13044 * intervals.c (merge_properties_sticky): Likewise.
13045
13046 * coding.c (setup_coding_system, shrink_encoding_region)
13047 (Fdecode_sjis_char): Likewise.
13048
13049 2001-12-07 Andreas Schwab <schwab@suse.de>
13050
13051 * xdisp.c (display_mode_element): Don't read past end of string if
13052 it ends with '%'.
13053
13054 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
13055 can hold.
13056
13057 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
13058 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
13059 type changed to Lisp_Object.
13060 (syms_of_data): DEFVAR_LISP them.
13061
13062 2001-12-07 Richard M. Stallman <rms@gnu.org>
13063
13064 * callproc.c (init_callproc): Set Vdata_directory based on the source
13065 location whenever Emacs was run uninstalled.
13066
13067 2001-12-06 Paul Eggert <eggert@twinsun.com>
13068
13069 * config.in (HAVE_WORKING_VFORK): New #undefs.
13070 * process.c (create_process):
13071 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
13072 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
13073 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
13074 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
13075 * m/intel386.h (HAVE_VFORK): Likewise.
13076 * m/mips-siemens.h (HAVE_VFORK): Likewise.
13077 * m/mips.h (HAVE_VFORK): Likewise.
13078 * s/freebsd.h (vfork): Remove #define.
13079 * s/lynxos.h (HAVE_VFORK): Remove #undef.
13080 * s/usg5-4-2.h: Fix comment about vfork.
13081
13082 2001-12-06 Richard M. Stallman <rms@gnu.org>
13083
13084 * s/hpux10.h (random): Add undef.
13085 (HAVE_RANDOM): Define it just once.
13086
13087 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
13088
13089 * eval.c: Undo last change: the standard syntax is not wanted.
13090
13091 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
13092
13093 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
13094 scroll bars of the frame before deleting the frame itself. If the
13095 frame has a widget, delete the frame with XtDestroyWidget, and do
13096 not call XDestroyWindow before that.
13097
13098 2001-12-06 Kim F. Storm <storm@cua.dk>
13099
13100 * xfns.c (x_report_frame_params): Return actual fringe widths.
13101
13102 * w32fns.c (x_report_frame_params): Return actual fringe widths.
13103
13104 2001-12-05 Andrew Innes <andrewi@gnu.org>
13105
13106 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
13107 excessively large.
13108
13109 * insdel.c (make_gap_larger): New function.
13110 (make_gap_smaller): New function.
13111 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
13112 Call make_gap_smaller if arg is negative.
13113
13114 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
13115
13116 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
13117 Pass a dummy argument when calling interrupt_signal.
13118 (parse_menu_item): Mark disabled items before checking for empty def.
13119 (read_char_minibuf_menu_prompt): Make safety more visible.
13120 (read_key_sequence): Add a `first_unbound' variable.
13121 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
13122 unbound prefix as soon as we can detect it.
13123
13124 * doc.c (Fsnarf_documentation): Add prototype.
13125 (get_doc_string): Handle negative arguments.
13126 (Fdocumentation): Use AREF and ASIZE.
13127 Move the calls to get_doc_string to a single place.
13128 Don't confuse an interactive-spec for a docstring reference.
13129 (Fdocumentation_property): Take advantage of the fact that
13130 get_doc_string now ignores the sign of the docstring position.
13131
13132 * eval.c: Use standard syntax for usage in docstrings.
13133
13134 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13135
13136 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
13137
13138 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13139
13140 * xterm.c (x_draw_image_relief): Use predefined macro instead of
13141 constant when the value of `tool_bar_button_relief' is negative.
13142
13143 2001-12-02 Richard M. Stallman <rms@gnu.org>
13144
13145 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
13146 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
13147
13148 * fileio.c (read_non_regular): Delete Fsignal call.
13149
13150 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
13151
13152 * lisp.h (run_hook_list_with_args): Undo last change.
13153
13154 2001-12-01 Gerd Moellmann <gerd@gnu.org>
13155
13156 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
13157
13158 2001-12-01 Jason Rumney <jasonr@gnu.org>
13159
13160 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
13161
13162 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
13163 [!WM_MOUSELEAVE]: Define.
13164
13165 * w32menu.c (current_popup_menu, get_menu_item_info):
13166 (set_menu_item_info): New vars.
13167 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
13168 (w32_menu_show): Set current_popup_menu.
13169 (add_menu_item): Allocate new strings for owner-drawn menu items
13170 and help strings.
13171 Use owner-draw for disabled menu items again.
13172 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
13173 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
13174
13175 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
13176 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
13177 <WM_EXITMENULOOP>: Free menu strings.
13178 <WM_MOUSELEAVE>: Stop tracking mouse.
13179 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
13180
13181 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
13182 and mouse face.
13183
13184 2001-12-01 Kim F. Storm <storm@cua.dk>
13185
13186 The following changes add left-fringe and right-fringe
13187 frame parameters to adjust fringe widths, or remove one or
13188 both fringes.
13189
13190 * frame.h (struct frame): Remove trunc_area_pixel_width and
13191 trunc_area_cols fields.
13192 (Qleft_fringe, Qright_fringe): Declare.
13193 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
13194
13195 * frame.c (Qleft_fringe, Qright_fringe): New vars.
13196 (syms_of_frame): Initialize them.
13197
13198 * window.c (coordinates_in_window): Handle separate left and right
13199 fringe widths.
13200
13201 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
13202 and fringe_cols fields.
13203 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
13204 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
13205 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
13206 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
13207 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
13208 (x_compute_fringe_widths): Add prototype.
13209
13210 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
13211 fill fringe evenly with small dashes.
13212 (x_draw_fringe_bitmap): Clear background if necessary. Align and
13213 clip the new ZV bitmap to avoid jitter between rows.
13214 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
13215 background. Don't draw fringe bitmaps if fringe width is zero.
13216 (x_compute_fringe_widths): New function.
13217 (x_new_font, x_set_window_size_1): Use it.
13218
13219 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
13220 (x_set_frame_parameters): Process `font' parameter before other
13221 parameters as fringe widths depend on it.
13222 (x_set_fringe_width): New function.
13223 (x_figure_window_size): Use x_compute_fringe_widths.
13224 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
13225 parameters.
13226
13227 * widget.c (set_frame_size): Use x_compute_fringe_widths.
13228 (EmacsFrameSetCharSize): Ditto.
13229
13230 * w32term.h: Merged changes from xterm.h.
13231 * w32term.c: Merged changes from xterm.c.
13232 * w32fns.c: Merged changes from xfns.c.
13233
13234 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13235
13236 * COPYING: Removed.
13237
13238 2001-11-29 Dave Love <fx@gnu.org>
13239
13240 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
13241 extra extra slot.
13242 (detect_coding_mask): Fix call of detect_coding_iso2022.
13243
13244 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13245
13246 * fileio.c (file-name-coding-system)
13247 (default-file-name-coding-system): Doc fix (links to referenced
13248 variables added).
13249
13250 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
13251
13252 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
13253 Add dummy uses of gcproN variables.
13254
13255 * category.c (describe_category, describe_category_1)
13256 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
13257 (syms_of_category): Don't defsubr Sdescribe_categories.
13258
13259 2001-11-28 Richard M. Stallman <rms@gnu.org>
13260
13261 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
13262
13263 * Makefile.in (lispdir): New variable, referring to build dir.
13264 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
13265
13266 2001-11-28 Andrew Innes <andrewi@gnu.org>
13267
13268 * w32menu.c (w32_menu_display_help): Actually add the new argument
13269 OWNER.
13270
13271 2001-11-28 Jason Rumney <jasonr@gnu.org>
13272
13273 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
13274 menu items. From David Ponce <dponce@wanadoo.fr>.
13275 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
13276 conditionally.
13277 (w32_menu_display_help): New argument OWNER. Rewritten to store a
13278 help event in the owner frame's keyboard buffer.
13279
13280 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
13281 (Fx_show_tip): Don't subtract last width from row width.
13282
13283 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
13284 (w32_read_socket): Use EQ to compare frames.
13285
13286 2001-11-28 Gerd Moellmann <gerd@gnu.org>
13287
13288 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
13289 OVERLAPS_P.
13290
13291 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13292
13293 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
13294 `gcpro3' and `gcpro4'.
13295
13296 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
13297
13298 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
13299
13300 * ccl.c: Use AREF and ASIZE.
13301
13302 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
13303
13304 * lisp.h (run_hook_list_with_args): Remove.
13305 (LIST_END_P): Fix call to wrong_type_argument.
13306 (make_fixnum_or_float): Use EMACS_INT rather than int.
13307
13308 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
13309
13310 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
13311 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
13312
13313 * eval.c: Use AREF and ASIZE.
13314 (Ffetch_bytecode): Add the file name to the error message.
13315
13316 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
13317 which match the end of the file-name.
13318 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
13319 is not a valid env var, but leave it as is instead.
13320
13321 * keymap.c (access_keymap): Handle t bindings like nil bindings.
13322 Make nil bindings in char-tables transparent.
13323 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
13324
13325 2001-11-26 Richard M. Stallman <rms@gnu.org>
13326
13327 * textprop.c (set_text_properties_1): Allow START, END in either order.
13328 Do nothing if range is empty.
13329
13330 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
13331
13332 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
13333 (clean): Not here.
13334
13335 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
13336
13337 * textprop.c (set_text_properties_1): Clearly mark that the
13338 interval should not be empty.
13339
13340 * intervals.c (graft_intervals_into_buffer):
13341 Don't call set_text_properties_1 on an empty interval.
13342
13343 2001-11-25 Richard M. Stallman <rms@gnu.org>
13344
13345 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
13346
13347 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
13348 don't lose the data in it.
13349
13350 2001-11-25 Juanma Barranquero <lektu@terra.es>
13351
13352 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
13353
13354 * buffer.c (Fkill_buffer): Likewise.
13355
13356 * print.c (temp_output_buffer_setup): Likewise.
13357
13358 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
13359
13360 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
13361
13362 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13363
13364 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
13365 Niemitalo <kon@iki.fi>.
13366
13367 2001-11-25 Jason Rumney <jasonr@gnu.org>
13368
13369 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
13370
13371 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
13372 (Fx_show_tip): Block input during frame creation.
13373 (Fx_show_tip, Fx_hide_tip): Enable.
13374
13375 2001-11-24 Richard M. Stallman <rms@gnu.org>
13376
13377 * lread.c (Fload): Detect recursive load error for more than 3
13378 nestings of the same file.
13379 (Vrecursive_load_depth_limit): Variable deleted.
13380 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
13381
13382 2001-11-24 Jason Rumney <jasonr@gnu.org>
13383
13384 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
13385 mouse position if either left or top is not specified.
13386
13387 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
13388 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
13389 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
13390 (my_create_tip_window): Assign tip_window.
13391 (x_create_tip_frame): Use same defaults as X.
13392 (compute_tip_xy): Remove unused variable. Use full screen width.
13393 (Fx_show_tip): Do not double height. Call ShowWindow directly.
13394
13395 * w32term.c (x_after_update_window_line): Doc fix.
13396 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
13397 frames.
13398 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
13399
13400 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
13401 for all Windowed systems.
13402
13403 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13404
13405 * msdos.c (IT_clear_screen): If the frame's faces are not yet
13406 realized, use the initial screen colors to clear the screen.
13407
13408 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13409
13410 * textprop.c (Fset_text_properties): Remove unused variables
13411 `unchanged', `prev_changed', `s' and `len'.
13412
13413 * search.c (Freplace_match): Remove unused variable `inslen'.
13414
13415 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
13416
13417 2001-11-22 Jason Rumney <jasonr@gnu.org>
13418
13419 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
13420 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
13421 (my_create_tip_window): New function.
13422 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
13423 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
13424
13425 2001-11-20 Jason Rumney <jasonr@gnu.org>
13426
13427 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
13428 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
13429
13430 * w32fns.c (Vw32_system_coding_system): Remove.
13431 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
13432
13433 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
13434
13435 * fileio.c (Fwrite_region): Move choose_write_coding_system to
13436 after build_annotations.
13437
13438 * syntax.c (describe_syntax): Add dummy arg.
13439 (describe_syntax_1): Update call to describe_vector.
13440
13441 * category.c (describe_category): Add dummy arg.
13442 (describe_category_1): Update call to describe_vector.
13443
13444 * keymap.c (Fdescribe_vector): Add `describer' parameter.
13445 (describe_command, describe_translation): Add dummy second param.
13446 (describe_map): Call elt_describer with two arguments.
13447 (describe_vector_princ): Add `fun' parameter.
13448 Call it instead of the hardcoded `princ'.
13449 (describe_vector): Add arg `args'.
13450 Pass it as a new second argument to elt_describer.
13451
13452 * keymap.h (describe_vector): Update prototype.
13453
13454 * frame.c: Don't include keymap.h any more.
13455 (keys_of_frame): Remove.
13456
13457 * lisp.h (keys_of_frame): Remove declaration.
13458
13459 * emacs.c (main): Don't call `keys_of_frame' any more.
13460
13461 2001-11-14 Andreas Schwab <schwab@suse.de>
13462
13463 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
13464 if defined, 0 otherwise.
13465 (MAP_FAILED): Define if not defined and use it to test mmap failure.
13466 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
13467
13468 2001-11-19 Richard M. Stallman <rms@gnu.org>
13469
13470 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
13471
13472 2001-11-18 Jason Rumney <jasonr@gnu.org>
13473
13474 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
13475 (x_draw_bar_cursor): If the background color of the glyph under
13476 the cursor equals the frame's cursor color, use the glyph's
13477 foreground color for drawing the bar cursor.
13478 (x_after_update_window_line): Clear internal border in different
13479 circumstances.
13480 (w32_set_vertical_scroll_bar): Check for width and height > 0.
13481 (w32_draw_relief_rect): Correct relief by 1 pixel.
13482 (x_set_glyph_string_background_width):
13483 Set extends_to_end_of_line_p if the row's fill_line_p is set and
13484 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
13485 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
13486 if cursor_in_non_selected_windows is false.
13487 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
13488 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
13489 Notice if cursor gets overwritten.
13490 (notice_overwritten_cursor): Renamed from
13491 note_overwritten_text_cursor. Rewritten to take glyph widths
13492 into account, and to take X positions as parameters.
13493 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
13494 around call to x_draw_glyphs.
13495 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
13496 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
13497 color to use for image glyph reliefs.
13498 (x_draw_image_relief): Accept zero tool_bar_button_relief.
13499 (glyph_rect): Remove unused variable `area'.
13500
13501 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
13502 some items.
13503 (x_set_internal_border_width): Set frame garbaged when window
13504 doesn't exist yet.
13505 (Fx_create_frame): Accept zero tool_bar_button_relief.
13506 (x_clear_image_1, four_corners_best, image_background)
13507 (image_background_transparent): New functions.
13508 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
13509 (gs_format): Add `:background' entry.
13510 (lookup_image): Set IMG's background color if specified.
13511 (pbm_load, xbm_load_image, png_load): Set IMG's background field
13512 when appropriate.
13513 (x_clear_image_1): Reset `background_valid' and
13514 `background_transparent_valid' fields.
13515 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
13516 calculating it here. Set IMG's background_transparent field.
13517 (enum xpm_keyword_index): Add XPM_BACKGROUND.
13518 (enum png_keyword_index): Add PNG_BACKGROUND.
13519 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
13520 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
13521 (enum gif_keyword_index): Add GIF_BACKGROUND.
13522 (enum gs_keyword_index): Add GS_BACKGROUND.
13523 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
13524 Pre-calculate image background color where necessary.
13525 (x_create_x_image_and_pixmap, xbm_load, gs_load):
13526 Use display info's n_cbits entry for screen depth.
13527 (Fx_show_tip): Remove unused variables `buffer', `top',
13528 `left', `max_width' and `max_height'.
13529
13530 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
13531
13532 2001-11-18 Gerd Moellmann <gerd@gnu.org>
13533
13534 * puresize.h (BASE_PURESIZE): Increase to 750000.
13535
13536 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13537
13538 * frame.c (Fframe_live_p): Doc fix.
13539
13540 2001-11-18 Richard M. Stallman <rms@gnu.org>
13541
13542 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
13543 (message_dolog_marker3): New static variables hold three markers.
13544 (syms_of_xdisp): Initialize and staticpro them.
13545 (message_dolog): Use message_dolog_marker1..3 instead of
13546 allocating markers each time. Unchain them when done.
13547
13548 2001-11-17 Richard M. Stallman <rms@gnu.org>
13549
13550 * doc.c (Fsnarf_documentation): Doc fix.
13551
13552 2001-11-17 Andreas Schwab <schwab@suse.de>
13553
13554 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
13555
13556 2001-11-17 Richard M. Stallman <rms@gnu.org>
13557
13558 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
13559
13560 2001-11-17 Jason Rumney <jasonr@gnu.org>
13561
13562 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
13563
13564 2001-11-17 Gerd Moellmann <gerd@gnu.org>
13565
13566 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
13567 with invalid position.
13568
13569 2001-11-16 Richard M. Stallman <rms@gnu.org>
13570
13571 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
13572
13573 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
13574 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
13575 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
13576
13577 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
13578
13579 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
13580
13581 * fileio.c (build_annotations): Split off the tail.
13582 (build_annotations_2): New fun. Extracted from build_annotations.
13583 (Fwrite_region): Split the call to build_annotations into two
13584 calls to build_annotations and build_annotations_2.
13585
13586 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13587
13588 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
13589 clear_waiting_for_input with argument.
13590
13591 * xterm.h (x_update_cursor): Remove duplicated prototype.
13592
13593 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
13594
13595 * xterm.c (waiting_for_input): Remove unnecessary declaration.
13596
13597 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
13598
13599 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
13600
13601 * fileio.c (choose_write_coding_system): New fun, extracted
13602 from Fwrite_region.
13603 (Fwrite_region): Use it.
13604
13605 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
13606 (funcall_lambda, run_hook_with_args): Make static and add prototype.
13607 (ml_apply, find_handler_clause): Add prototype.
13608
13609 2001-11-16 Eli Zaretskii <eliz@gnu.org>
13610
13611 * config.in: Add #undef HAVE_COFF_H.
13612
13613 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
13614 Required for ISC 4.1.
13615
13616 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
13617
13618 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
13619 Andrew Wiseman <a.wiseman@btclick.com>.
13620
13621 2001-11-16 Kim F. Storm <storm@cua.dk>
13622
13623 The following changes are made to clean up the various internal
13624 references to the fringes to actually use the term `fringe' for
13625 them. Previously, they were called `flags areas', `bitmap areas',
13626 `left/right side of windows', or implicitly as `flags' or
13627 `bitmaps':
13628
13629 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
13630 Comments fixed. Use renamed symbols.
13631
13632 * dispnew.c: Comment fix. Use renamed symbols.
13633
13634 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
13635 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
13636 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
13637
13638 * msdos.c: Comment fix.
13639
13640 * w32fns.c: Use renamed symbols.
13641
13642 * w32term.c: Comment fixes. Use renamed symbols.
13643 (fringe_bitmap_type): Renamed from bitmap_type.
13644 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
13645 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
13646 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
13647
13648 * w32term.h: Comment fixes. Use renamed symbols.
13649 (fringes_extra): Renamed from flags_areas_extra.
13650 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
13651 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
13652 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
13653 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
13654 (FRAME_X_LEFT_FRINGE_WIDTH):
13655 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
13656 (FRAME_X_RIGHT_FRINGE_WIDTH):
13657 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
13658
13659 * widget.c: Use renamed symbols.
13660
13661 * window.c: Comment fixes. Use renamed symbols.
13662 (coordinates-in-window-p): Doc fix.
13663
13664 * xdisp.c: Comment fixes. Use renamed symbols.
13665
13666 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
13667
13668 * xfns.c: Use renamed symbols.
13669
13670 * xterm.c: Comment fixes. Use renamed symbols.
13671 (fringe_bitmap_type): Renamed from bitmap_type.
13672 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
13673 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
13674 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
13675
13676 * xterm.h: Comment fixes. Use renamed symbols.
13677 (fringes_extra): Renamed from flags_areas_extra.
13678 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
13679 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
13680 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
13681 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
13682 (FRAME_X_LEFT_FRINGE_WIDTH):
13683 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
13684 (FRAME_X_RIGHT_FRINGE_WIDTH):
13685 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
13686
13687 2001-11-15 Jason Rumney <jasonr@gnu.org>
13688
13689 * w32menu.c (add-menu-item): Make help_echo and radio buttons
13690 work for most menu items. From David Ponce
13691 <david.ponce@wanadoo.fr>.
13692
13693 2001-11-15 Gerd Moellmann <gerd@gnu.org>
13694
13695 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
13696 Some x_set_* function expect to be called even if old and new
13697 value are equal.
13698
13699 * xdisp.c (build_desired_tool_bar_string): Accept zero
13700 tool_bar_button_relief.
13701
13702 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
13703
13704 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
13705
13706 * xterm.c (x_draw_bar_cursor): If the background color of the
13707 glyph under the cursor equals the frame's cursor color, use
13708 the glyph's foreground color for drawing the bar cursor.
13709
13710 * dispnew.c (direct_output_forward_char): Fix character/byte
13711 position comparison.
13712
13713 2001-11-15 Miles Bader <miles@gnu.org>
13714
13715 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
13716 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
13717 Update arguments to find_field.
13718 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
13719 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
13720 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
13721 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
13722
13723 2001-11-14 Richard M. Stallman <rms@gnu.org>
13724
13725 * editfns.c (Fpropertize): Allow call with 1 arg.
13726
13727 * dispextern.h (image_background, image_background_transparent):
13728 Conditionalize on HAVE_X_WINDOWS.
13729
13730 2001-11-13 Richard M. Stallman <rms@gnu.org>
13731
13732 * print.c (Fprin1_to_string): Doc fix.
13733
13734 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
13735
13736 * floatfns.c (Fceiling, Ffloor): Doc fixes.
13737
13738 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
13739
13740 * fileio.c (Ffile_accessible_directory_p): Doc fix.
13741
13742 * eval.c (syms_of_eval): Doc fix.
13743
13744 * coding.c (syms_of_coding): Doc fix.
13745
13746 * doc.c (Fsnarf_documentation): Doc fix.
13747
13748 * dispnew.c (syms_of_display): Doc fix.
13749
13750 * category.c (Fget_unused_category): Doc fix.
13751
13752 * buffer.c (syms_of_buffer): Doc fixes.
13753
13754 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
13755
13756 * print.c (prin1, print): Doc fix.
13757
13758 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13759
13760 * fontset.h: Remove declarations of variables
13761 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
13762
13763 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
13764 `Vclip_large_size_font'.
13765
13766 2001-11-13 Jason Rumney <jasonr@gnu.org>
13767
13768 * w32fns.c: Doc fix.
13769
13770 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13771
13772 * xfaces.c (Fface_attributes_as_vector): Doc fix.
13773
13774 * fns.c: Doc fix.
13775
13776 * emacs.c: Doc fix.
13777
13778 * coding.c: Doc fix.
13779
13780 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
13781 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
13782 `new style' [w/`doc:' keyword].
13783
13784 2001-11-12 Richard M. Stallman <rms@gnu.org>
13785
13786 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
13787 LeaveNotify events. Only FocusIn and FocusOut do that now.
13788 (x_display_and_set_cursor): Do display hollow cursors in active
13789 minibuffer windows when they are not selected.
13790
13791 2001-11-12 Jason Rumney <jasonr@gnu.org>
13792
13793 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
13794 * w32term.c: Change doc-string comments to `new style'
13795 [w/`doc:' keyword]. Doc fixes.
13796
13797 * w32fns.c: Don't define max.
13798 (Fx_open_connection): Only execute once.
13799
13800 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13801
13802 * ccl.c: Change macros to use do-while block instead of if-else.
13803 Use braces to follow GNU Coding Standards.
13804
13805 2001-11-11 Richard M. Stallman <rms@gnu.org>
13806
13807 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
13808
13809 * lread.c (read_escape): Use end_of_file_error for reporting eof.
13810
13811 * insdel.c (replace_range): Use adjust_markers_for_replace
13812 instead of adjust_markers_for_delete and adjust_markers_for_insert.
13813
13814 * intervals.h: Declare set_text_properties and set_text_properties_1.
13815
13816 * textprop.c (set_text_properties_1): New subroutine
13817 broken out of set_text_properties.
13818 (set_text_properties): Use set_text_properties_1.
13819
13820 * intervals.c (graft_intervals_into_buffer):
13821 Use set_text_properties_1 to clear out properties.
13822
13823 * search.c (Freplace_match): Use replace_range to insert
13824 and delete. Don't request property inheritance from
13825 surrounding text.
13826
13827 2001-11-10 Jason Rumney <jasonr@gnu.org>
13828
13829 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
13830 vertical fonts. Allow them if face name is explicitly specified.
13831 Do not give up if we find a font that cannot be converted to an xlfd.
13832
13833 2001-11-10 Gerd Moellmann <gerd@gnu.org>
13834
13835 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
13836 instead of malloc/free.
13837
13838 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13839
13840 * xfaces.c (merge_face_vectors): Use braces to follow GNU
13841 Coding Standards.
13842 (Finternal_set_lisp_face_attribute): Likewise.
13843
13844 * buffer.c (Fbury_buffer): Likewise.
13845
13846 * indent.c (current_column_1): Remove unused variable `prev_col'.
13847
13848 * coding.c (encode_coding): Use precomputed value of `src'.
13849 (encode_coding): Remove unused variable `src_end'.
13850 (code_convert_region): Remove unused variables `count'.
13851
13852 2001-11-07 Jason Rumney <jasonr@gnu.org>
13853
13854 * w32term.c (x_display_and_set_cursor): Do not move system caret
13855 if cursor_glyph is NULL.
13856
13857 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13858
13859 * keymap.c (access_keymap): Fix compilation error.
13860
13861 2001-11-07 Miles Bader <miles@gnu.org>
13862
13863 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
13864
13865 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13866
13867 * intervals.c (graft_intervals_into_buffer):
13868 Remove #ifdef'd-out code.
13869 (graft_intervals_into_buffer): Remove unused variable `middle'.
13870
13871 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
13872 code (eval-current-buffer).
13873 Change doc-string comments to `new style' [w/`doc:' keyword].
13874
13875 2001-11-06 Richard M. Stallman <rms@gnu.org>
13876
13877 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
13878
13879 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
13880
13881 * lread.c (read1): Fix behavior with nested backquoting.
13882
13883 * keyboard.c (make_lispy_event): Check integerness and fix
13884 Lisp_Object/int mixup.
13885
13886 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13887
13888 * fns.c (copy_hash_table): Remove unused variable `v'.
13889
13890 * fontset.c (fontset_font_pattern): Remove unused variable
13891 `family_registry'.
13892
13893 * indent.c (current_column_1): Remove unused variable `prev_col'.
13894
13895 2001-11-05 Richard M. Stallman <rms@gnu.org>
13896
13897 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
13898
13899 * buffer.c (Fkill_buffer): Don't delete auto save file
13900 if buffer is modified.
13901
13902 2001-11-05 Andrew Innes <andrewi@gnu.org>
13903
13904 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
13905 CHECK_NUMBER_CDR.
13906
13907 2001-11-05 Richard M. Stallman <rms@gnu.org>
13908
13909 * unexelf.c (unexec): Minor changes; clean up comments.
13910
13911 2001-11-05 Sam Steingold <sds@gnu.org>
13912
13913 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
13914
13915 2001-11-05 Andreas Schwab <schwab@suse.de>
13916
13917 * sound.c (sound_perror): Save errno from being clobbered.
13918
13919 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
13920
13921 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
13922 the program image directly.
13923
13924 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13925
13926 * buffer.h (Fbuffer_local_value): Add prototype.
13927
13928 2001-11-04 Richard M. Stallman <rms@gnu.org>
13929
13930 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
13931 and CHECK_BUFFER.
13932
13933 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
13934 (record_char): Likewise.
13935
13936 * keyboard.c (make_lispy_event): Don't insist a drag event must
13937 move to a different buffer position. Instead, check for moving at
13938 least double_click_fuzz.
13939
13940 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
13941
13942 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
13943
13944 * indent.c (current_column_1, Fmove_to_column): Separate the code
13945 for display-table glyphs from the code for buffer text, to fix
13946 bugs in the former.
13947
13948 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
13949
13950 * buffer.c (Fbuffer_local_value): New function.
13951 (syms_of_buffer): Defsubr it.
13952
13953 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
13954 value of `cursor-in-non-selected-windows'.
13955
13956 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
13957 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
13958 (syms_of_xdisp): Initialize it.
13959
13960 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13961
13962 * xfns.c (Fx_create_frame): Doc fix.
13963
13964 * coding.c: Change doc-string comments to `new style' [w/`doc:'
13965 keyword].
13966
13967 * eval.c (top_level_value, top_level_set): Remove commented and
13968 #ifdef'd-out code.
13969 (Fdefvar): Fix usage in doc-string.
13970
13971 2001-11-03 Richard M. Stallman <rms@gnu.org>
13972
13973 * xfns.c: Include unistd.h, if it exists.
13974
13975 * editfns.c: Move the include of ctype.h after unistd.h.
13976
13977 * gmalloc.c: Test BROKEN_PROTOTYPES.
13978
13979 2001-11-03 Ken Raeburn <raeburn@gnu.org>
13980
13981 * lisp.h (CHECK_STRING_CAR): New macro.
13982 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
13983 treating XCAR and XCDR as lvalues.
13984 (openp): Use CHECK_STRING_CAR.
13985 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
13986
13987 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
13988
13989 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
13990 (SIGMASKTYPE): Define.
13991
13992 * syssignal.h (sigunblock): Don't define if already defined.
13993
13994 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13995
13996 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
13997 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
13998 Fix typos in comments.
13999
14000 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
14001 and #ifdef'd-out code.
14002 Fix and reindent comments.
14003
14004 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
14005
14006 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
14007 argument `i' in macros.
14008
14009 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
14010 `i' in macros.
14011
14012 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
14013 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
14014 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
14015 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
14016 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
14017 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
14018 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
14019 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
14020 in macros.
14021
14022 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
14023 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
14024 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
14025 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
14026 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
14027 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
14028 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
14029 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
14030 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
14031 (remove unused second argument).
14032
14033 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
14034
14035 * syntax.c (describe_syntax): New wrapper.
14036 (Finternal_describe_syntax_value): Rename from describe_syntax.
14037 Don't insert space at front and \n at the end.
14038 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
14039
14040 * regex.c (re_wctype): Try to fix some warnings.
14041 (regcomp, regexec): Don't forget the __restrict.
14042
14043 2001-11-02 Richard M. Stallman <rms@gnu.org>
14044
14045 * textprop.c (Fget_char_property): Doc fix.
14046
14047 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14048
14049 * process.c (Fstart_process): Add usage to doc-string.
14050
14051 * data.c (Fsetq_default): Ditto.
14052
14053 * callint.c (Finteractive): Ditto.
14054
14055 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
14056
14057 * macros.c: Don't include keymap.h any more.
14058
14059 2001-11-01 Richard M. Stallman <rms@gnu.org>
14060
14061 * data.c (Fmake_local_variable): Doc fix.
14062
14063 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
14064 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
14065
14066 * keymap.c (Fdescribe_buffer_bindings): Print character property
14067 bindings along with or instead of the buffer local map.
14068 Make the overriding maps override what they should.
14069
14070 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14071
14072 * window.c (grow_mini_window): Fix typo in comment.
14073
14074 2001-11-01 Gerd Moellmann <gerd@gnu.org>
14075
14076 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
14077 (XTset_vertical_scroll_bar): Likewise.
14078
14079 * xfns.c (x_build_heuristic_mask): Use four_corners_best
14080 instead of IMAGE_BACKGROUND.
14081
14082 * xfns.c (four_corners_best): Reindent.
14083
14084 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
14085 Handle :box so that it is possible to specify sexprs.
14086
14087 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
14088
14089 * s/hpux11.h: New file.
14090
14091 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14092
14093 * emacs.c (USAGE1): Show command line option --no-window-system
14094 instead of --no-windows in usage.
14095 (standard_args): Rename --no-windows to --no-window-system.
14096 (bug_reporting_address): Follow Emacs coding conventions.
14097
14098 * eval.c (Fcommandp): Doc fix.
14099 Change doc-string comments to `new style' [w/`doc:' keyword].
14100
14101 * frame.c (Fframe_live_p): Doc fix.
14102
14103 * buffer.c (selective-display-ellipses): Doc fix.
14104
14105 2001-10-31 Gerd Moellmann <gerd@gnu.org>
14106
14107 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
14108
14109 * xfaces.c (realize_x_face): If C is not a single-byte character,
14110 set the face's colors_copied_bitwise_p instead of the defaulted_p
14111 members which have a different meaning.
14112 (free_face_colors): Do nothing for a face whose colors have been
14113 copied bitwise.
14114
14115 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
14116
14117 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14118
14119 * marker.c, mocklisp.c: Change doc-string comments to `new style'
14120 [w/`doc:' keyword].
14121
14122 2001-10-31 Gerd Moellmann <gerd@gnu.org>
14123
14124 * fns.c (require_unwind): Return Lisp_Object.
14125
14126 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14127
14128 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
14129 (last-input-char): Revert doc-string to be the same as the
14130 doc-string of `last-input-event'.
14131
14132 * xdisp.c: Fix typos in comments.
14133
14134 2001-10-31 Gerd Moellmann <gerd@gnu.org>
14135
14136 * window.c (grow_mini_window): Handle case that the root
14137 window is already smaller than the nominal mininum height.
14138
14139 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
14140
14141 * emacs.c (main): Don't call keys_of_macros any more.
14142
14143 * lisp.h (keys_of_macros): Remove.
14144
14145 * macros.c (keys_of_macros): Remove.
14146
14147 * xfaces.c (Fface_attribute_relative_p): Declare args.
14148
14149 2001-10-30 Jason Rumney <jasonr@gnu.org>
14150
14151 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
14152 (enum_font_cb2): Ignore fonts with vertical orientation.
14153
14154 2001-10-30 Richard M. Stallman <rms@gnu.org>
14155
14156 * keyboard.c (Finput_pending_p): Doc fix.
14157
14158 2001-10-30 Gerd Moellmann <gerd@gnu.org>
14159
14160 * xterm.c (x_after_update_window_line): Don't run the code
14161 clearing in borders for rows whose visible height is 0.
14162
14163 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
14164 resized_p flag is set. If not set, use the much less flickering
14165 method previously used.
14166
14167 * dispnew.c (change_frame_size_1): Set frame's resized_p.
14168
14169 * frame.h (struct frame) <resized_p>: New member.
14170
14171 * lread.c (to_multibyte): Ensure read_buffer is at least twice
14172 as large as the number of bytes to convert.
14173
14174 * lread.c (to_multibyte): New function.
14175 (read1): Use it.
14176
14177 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
14178
14179 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
14180
14181 2001-10-30 Gerd Moellmann <gerd@gnu.org>
14182
14183 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
14184 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
14185 if the row's fill_line_p is set and drawing the last glyph with
14186 DRAW_IMAGE_{RAISED,SUNKEN}.
14187
14188 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
14189
14190 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
14191
14192 * xmenu.c: Include coding.h and charset.h.
14193 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
14194 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
14195 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
14196 Explicitly set wv->help. Use `TRUE' rather than `True'.
14197 (menu_help_callback): Use empty_string.
14198
14199 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
14200 (Fx_popup_dialog): Explicitly init f.
14201 (w32_menu_display_help): Use empty_string.
14202
14203 2001-10-29 Richard M. Stallman <rms@gnu.org>
14204
14205 * fns.c (Frequire): Detect recursive try to require the same
14206 feature 3 or more levels deep, and get error.
14207 (require_unwind): New subroutine.
14208 (require_nesting_list): New variable.
14209 (syms_of_fns): Init and staticpro it.
14210
14211 * print.c (print_object): Clarify indication of insertion type.
14212
14213 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
14214
14215 * coding.c (syms_of_coding): Document that locale-coding-system is
14216 used for decoding input on X.
14217
14218 * window.c (Fscroll_left, Fscroll_right): Doc fix.
14219
14220 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14221
14222 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
14223 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
14224
14225 2001-10-29 Gerd Moellmann <gerd@gnu.org>
14226
14227 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
14228 use NO_CURSOR if cursor_in_non_selected_windows is false.
14229
14230 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
14231 the slant attribute if FRAME is t.
14232
14233 * xfns.c (x_set_internal_border_width): Set frame garbaged
14234 when X window doesn't exist yet.
14235
14236 * xterm.c (x_after_update_window_line): Clear internal border
14237 in different circumstances.
14238
14239 * xterm.c (XTread_socket) <KeyPress>: Don't use
14240 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
14241 <handa@etl.go.jp>.
14242
14243 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14244
14245 * m/ibms390.h: New file. From Adam Thornton
14246 <athornton@sinenomine.net>.
14247
14248 2001-10-28 Gerd Moellmann <gerd@gnu.org>
14249
14250 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
14251
14252 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
14253 a loop counter.
14254
14255 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14256
14257 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
14258
14259 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
14260 keyword].
14261 Fix typos in comments.
14262
14263 * emacs.c (bug_reporting_address): New function.
14264 Use it when displaying usage message.
14265
14266 * minibuf.c (read_minibuf): Remove unused external declaration of
14267 variable `Qread_only'.
14268
14269 * keymap.c (access_keymap): Remove unused variable `charset'.
14270
14271 2001-10-28 Miles Bader <miles@gnu.org>
14272
14273 * xfaces.c (merge_face_heights): Handle TO being relative as well.
14274 Remove #ifdef'd-out code.
14275 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
14276 (syms_of_xfaces): Initialize them.
14277
14278 2001-10-27 Jason Rumney <jasonr@gnu.org>
14279
14280 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
14281 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
14282 position using the system caret.
14283
14284 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
14285 (w32_system_caret_height, w32_system_caret_x)
14286 (w32_system_caret_y): New variables for tracking system caret.
14287 (w32_initialize): Initialize them.
14288 (x_display_and_set_cursor): Make system caret follow the active cursor.
14289
14290 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
14291 New messages types.
14292
14293 * w32term.c (note_mouse_highlight): Clear old help_echo.
14294
14295 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14296
14297 * xterm.c: Fix typo in a comment.
14298
14299 * emacs.c: Fix typos in comments.
14300 Remove unnecessary spaces.
14301 Change doc-string comments to `new style' [w/`doc:' keyword].
14302 (USAGE2): Fix typos in usage string.
14303
14304 * xterm.c: Fix typo in a comment.
14305
14306 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
14307 emacs.c.
14308
14309 2001-10-27 Gerd Moellmann <gerd@gnu.org>
14310
14311 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
14312 instead of 1/2 line_height in the heuristic for skipping
14313 farther backward when target_y was not reached.
14314
14315 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
14316 Display errno only if non-zero.
14317 (sound_warning): New function.
14318 (vox_configure): Don't treat failing to set sample rate as error.
14319 (various places): Improve error messages.
14320
14321 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
14322
14323 * fileio.c (Faccess_file): Run the argument filename through
14324 Fexpand_file_name, before using it.
14325
14326 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
14327 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
14328
14329 2001-10-26 Gerd Moellmann <gerd@gnu.org>
14330
14331 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
14332
14333 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
14334 Fix clearing in the case of scroll bars on the right.
14335
14336 2001-10-26 Juanma Barranquero <lektu@terra.es>
14337
14338 * w32gui.h (XImage): Add a dummy typedef.
14339
14340 2001-10-26 Gerd Moellmann <gerd@gnu.org>
14341
14342 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
14343
14344 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
14345
14346 * frame.c (Fframe_parameter): Fix last change.
14347
14348 * fileio.c: Revert last change (which removed old commented-out
14349 version of expand-file-name). Add a comment that explains why
14350 this old version should not be removed.
14351
14352 2001-10-25 Gerd Moellmann <gerd@gnu.org>
14353
14354 * frame.c (Fframe_parameter): Fix a bug whereby some
14355 ``artificial'' frame parameters, like `minibuffer' were not
14356 obtained by calling Fframe_parameters.
14357
14358 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
14359 cursor differently.
14360
14361 * xdisp.c (move_it_vertically_backward): Compute line height
14362 differently. Add heuristic to try to be more compatible to 20.x.
14363
14364 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
14365
14366 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
14367
14368 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
14369 boolean.
14370
14371 2001-10-25 Miles Bader <miles@gnu.org>
14372
14373 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
14374 BG is a pointer to a structure, not a structure.
14375 (gif_format, png_format): Add missing commas.
14376
14377 2001-10-24 Richard M. Stallman <rms@gnu.org>
14378
14379 * xfaces.c (Fface_attributes_as_vector): New function.
14380 (syms_of_xfaces): Defsubr it.
14381
14382 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14383
14384 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
14385 variable `area'.
14386
14387 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14388
14389 * search.c (scan_newline): Remove unused variable `selective_display'.
14390
14391 2001-10-25 Miles Bader <miles@gnu.org>
14392
14393 * dispextern.h (struct image): Add `background',
14394 `background_valid', and `background_transparent' fields.
14395 (image_background, image_background_transparent): New declarations.
14396 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
14397 * xfns.c (image_background, image_background_transparent)
14398 (four_corners_best): New functions.
14399 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
14400 (gs_format): Add `:background' entry.
14401 (lookup_image): Set IMG's background color if specified.
14402 (pbm_load, xbm_load_image, png_load): Set IMG's background field
14403 when appropriate.
14404 (x_clear_image_1): Reset `background_valid' and
14405 `background_transparent_valid' fields.
14406 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
14407 calculating it here. Set IMG's background_transparent field.
14408 (enum xpm_keyword_index): Add XPM_BACKGROUND.
14409 (enum png_keyword_index): Add PNG_BACKGROUND.
14410 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
14411 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
14412 (enum gif_keyword_index): Add GIF_BACKGROUND.
14413 (enum gs_keyword_index): Add GS_BACKGROUND.
14414 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
14415 Pre-calculate image background color where necessary.
14416 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
14417 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
14418 color to use for image glyph reliefs.
14419
14420 2001-10-24 Gerd Moellmann <gerd@gnu.org>
14421
14422 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
14423 in full-width rows.
14424
14425 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
14426 Fix clearing of area not covered by scroll bar.
14427
14428 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14429
14430 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
14431 and `real_start'.
14432 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
14433 (glyph_rect): Remove unused variable `area'.
14434
14435 2001-10-24 Gerd Moellmann <gerd@gnu.org>
14436
14437 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
14438
14439 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
14440 (row_containing_pos): Take additional argument DY.
14441 Treat rows ending in middle of char differently.
14442 (display_line): Handle tabs on window systems differently.
14443
14444 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
14445 with additional argument.
14446
14447 * dispextern.h (row_containing_pos): Adjust prototype.
14448
14449 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
14450 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
14451 (try_window_id, try_window_reusing_current_matrix)
14452 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
14453 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
14454
14455 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14456
14457 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
14458 gnuemacs).
14459 (HAVE_BOXES): Fix typo in comment.
14460 (push_menu_pane): Fix typo in comment.
14461
14462 * xdisp.c: (display_prop_string_p): Remove unused local declaration
14463 of `Qwhen'.
14464 (single_display_prop_string_p): Remove unused local declarations
14465 of `Qwhen' and `Qmargin'.
14466 (string_buffer_position): Remove unused variable `around'.
14467 (store_frame_title): Remove unused variable `width'.
14468
14469 * window.c: Don't define max.
14470 (coordinates_in_window): Remove unused variable `uy'.
14471
14472 * widget.c: Don't define max.
14473
14474 * process.c: Don't define max.
14475 (create_process): Remove unused variable `buffer'.
14476
14477 2001-10-23 Gerd Moellmann <gerd@gnu.org>
14478
14479 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
14480
14481 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14482
14483 * xfaces.c (Finternal_set_lisp_face_attribute)
14484 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
14485 frame is on a windowed display.
14486
14487 2001-10-23 Gerd Moellmann <gerd@gnu.org>
14488
14489 * dispnew.c (sync_window_with_frame_matrix_rows):
14490 Fix handling of windows which aren't full-width, fix handling
14491 of marginal areas.
14492
14493 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
14494
14495 2001-10-23 Andreas Schwab <schwab@suse.de>
14496
14497 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
14498 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
14499
14500 2001-10-23 Gerd Moellmann <gerd@gnu.org>
14501
14502 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
14503 REAL_END. Notice if cursor gets overwritten.
14504 (notice_overwritten_cursor): Take X positions as parameters.
14505 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
14506 around call to x_draw_glyphs.
14507
14508 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14509
14510 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
14511 instead of C) and usage.
14512
14513 * editfns.c (char-to-string): Fix argument names (use CHAR instead
14514 of C) and usage.
14515
14516 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
14517 `left', `max_width' and `max_height'.
14518
14519 2001-10-23 Gerd Moellmann <gerd@gnu.org>
14520
14521 * xdisp.c (display_line): For a tab continued to the next line,
14522 set row's ends_in_middle_of_char_p.
14523
14524 2001-10-22 Gerd Moellmann <gerd@gnu.org>
14525
14526 * xdisp.c (display_line): Fix computation of continuation lines
14527 width for TABs.
14528
14529 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14530
14531 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
14532 `Qlaplace'.
14533
14534 * fileio.c: Remove unused code.
14535
14536 2001-10-22 Miles Bader <miles@gnu.org>
14537
14538 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
14539 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
14540 Remove `DOC_STRINGS_IN_COMMENTS' cases.
14541
14542 2001-10-21 Jason Rumney <jasonr@gnu.org>
14543
14544 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
14545
14546 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14547
14548 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
14549 (Finsert_string): Avoid the multi-line string literals warning.
14550
14551 2001-10-22 Miles Bader <miles@gnu.org>
14552
14553 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
14554 (Fdocumentation): Don't use it.
14555 (syms_of_doc): Don't initialize it.
14556
14557 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
14558 * print.c (Fwith_output_to_temp_buffer): Likewise.
14559 * window.c (Fsave_window_excursion): Likewise.
14560 * editfns.c (Fsave_excursion, Fsave_current_buffer)
14561 (Fsave_restriction): Likewise.
14562 * eval.c (Frun_hooks, Frun_hook_with_args)
14563 (Frun_hook_with_args_until_failure)
14564 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
14565 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
14566 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
14567 (Funwind_protect, Fcondition_case): Likewise.
14568 * coding.c (Ffind_operation_coding_system): Likewise.
14569 * keyboard.c (Ftrack_mouse): Likewise.
14570
14571 2001-10-21 Miles Bader <miles@gnu.org>
14572
14573 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
14574 (Fmake_hash_table): Add usage: string to doc string.
14575 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
14576 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
14577 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
14578 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
14579 (Fml_prefix_argument_loop): Likewise.
14580
14581 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14582
14583 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
14584
14585 * sysdep.c (init_sys_modes): Change doc-string comments to `new
14586 style' [w/`doc:' keyword].
14587
14588 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
14589 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
14590 comments to `new style' [w/`doc:' keyword].
14591
14592 2001-10-21 Jason Rumney <jasonr@gnu.org>
14593
14594 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
14595
14596 * w32term.c (remember_mouse_glyph): New function.
14597 (w32_mouse_position): Use it.
14598 (note_mouse_movement): If the mouse moved off the glyph, remember
14599 its new position.
14600
14601 * w32term.h (struct w32_output): Correct spelling of x_compatible.
14602 (w32_display_info): Add mouse_face_overlay.
14603
14604 * w32term.c (notice_overwritten_cursor): Renamed from
14605 note_overwritten_text_cursor. Rewritten to take glyph widths into
14606 account.
14607 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
14608 (fast_find_string_pos): New function.
14609 (fast_find_position): Return the correct vpos. Add parameter
14610 STOP. In the final row, stop before glyphs having STOP as object.
14611 Don't consider glyphs that are not from a buffer.
14612 (fast_find_position) [0]: Add a presumably more correct version
14613 for after 21.1.
14614 (expose_window_tree, expose_frame): Don't compute intersections here.
14615 (expose_window): Do it here instead.
14616 (expose_window_tree, expose_window, expose_line): Return 1 when
14617 overwriting mouse-face.
14618 (expose_window): If W is the window currently being updated, mark
14619 the frame garbaged.
14620 (expose_frame): If mouse-face was overwritten, redo it.
14621 (x_use_underline_position_properties): New variable.
14622 (syms_of_xterm): DEFVAR_BOOL it.
14623 (x_draw_glyph_string): Add comment to use it in future.
14624 (x_draw_glyph_string): Restore clipping after drawing box.
14625 Fix a computation of the underline position.
14626 (w32_get_glyph_string_clip_rect): Minor cleanup.
14627 (x_fill_stretch_glyph_string): Remove an assertion.
14628 (x_produce_glyphs): Don't convert multibyte characters
14629 to unibyte characters in unibyte buffers.
14630 (cursor_in_mouse_face_p): New function.
14631 (x_draw_stretch_glyph_string): Use it to choose a different GC
14632 when drawing a cursor within highlighted text. Don't draw
14633 background again if it has already been drawn.
14634 (x_draw_glyph_string_box): Don't draw a full-width
14635 box just because the glyph row's full_width_p flag is set.
14636 (x_draw_glyphs): Fix computation of rightmost x for
14637 full-width rows.
14638 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
14639 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
14640 change bottom shadow accordingly. Some cleanup.
14641 (x_update_window_end): Handle overwritten mouse face
14642 also for tool bar windows.
14643 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
14644 DRAW is DRAW_IMAGE_RAISED.
14645 (clear_mouse_face): Return 1 if text with mouse face was
14646 actually redrawn. Make the function static.
14647 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
14648 optimize away highlighting if we pass over that same overlay again.
14649 (note_mouse_highlight): Call mouse_face_overlay_overlaps
14650 to detect a case where we have to highlight a different region
14651 despite not having left the currently highlighted region.
14652 Set mouse_face_overlay in the x_display_info. Avoid changing the
14653 mouse pointer shape when show_mouse_face has already done it, or
14654 there is no need. Handle mouse-face and help-echo in strings.
14655 (glyph_rect): New function.
14656 (w32_mouse_position): Use it to raise the threshold for mouse
14657 movement event generation.
14658 (w32_initialize_display_info): Initialize the x_display_info's
14659 mouse_face_overlay.
14660 (w32_set_vertical_scroll_bar): Don't clear a zero height
14661 or width area.
14662 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
14663 a widget to zero height.
14664
14665 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
14666 Protect unibyte strings created by replacing their multibyte
14667 equivalents in menu_items.
14668 (w32_menu_show): Don't overwrite an item's name with its key
14669 description in case the description is a multibyte string.
14670 (single_submenu): Some cleanup.
14671
14672 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
14673 (postprocess_image): New function.
14674 (lookup_image): Call it for all image types except PostScript.
14675 (x_kill_gs_process): Call postprocess_image.
14676 (tiff_error_handler, tiff_warning_handler): New functions.
14677 (tiff_load): Install them as handlers.
14678 (x_kill_gs_process): Recognize if someone has cleared the image
14679 cache under us.
14680 (valid_image_p): Protect better against invalid image
14681 specifications. Previous code could signal an error.
14682 (Fx_hide_tip, Fshow_tip): Doc fix.
14683 (Fv_max_tooltip_size): New variable.
14684 (syns_of_xfns): DEFVAR_LISP it.
14685 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
14686 window buffer to *tip* right after creating the frame. Set frame's
14687 window_width. Use a maximum tooltip size specified by
14688 Vx_max_tooltip_size, if that has valid contents.
14689 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
14690 Make sure the tooltip is completely visible.
14691 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
14692 (Fx_create_frame): Adjust the frame's height for presence
14693 of the tool bar before calling x_figure_window_size.
14694 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
14695 when the window gets smaller.
14696 (x_set_foreground_color): Set frame's cursor_pixel.
14697 (x_set_foreground_color, x_set_background_color): Cleaned up.
14698 (x_set_font): Handle case of x_new_fontset returning the same name
14699 as before, although there was a change in fontsets.
14700
14701 2001-10-21 Miles Bader <miles@gnu.org>
14702
14703 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
14704 (Flogxor): Add usage: string to doc string.
14705 * charset.c (Fstring): Likewise.
14706 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
14707 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
14708
14709 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14710
14711 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
14712
14713 * alloc.c: Reindent DEFUNs with doc: keywords.
14714
14715 * abbrev.c (Finsert_abbrev_table_description): Reindent.
14716
14717 * frame.c: Change doc-string comments to `new style' [w/`doc:'
14718 keyword].
14719
14720 See ChangeLog.9 for earlier changes.
14721
14722 ;; Local Variables:
14723 ;; coding: iso-2022-7bit
14724 ;; End:
14725
14726 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
14727 Copying and distribution of this file, with or without modification,
14728 are permitted provided the copyright notice and this notice are preserved.
14729
14730 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4