* fileio.c (Fnext_read_file_uses_dialog_p): New function.
[bpt/emacs.git] / src / ChangeLog
1 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
4
5 * gtkutil.h: Declare use_old_gtk_file_dialog.
6
7 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
8 (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ...
9 * xfns.c (syms_of_xfns): ... to here.
10
11 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
12 it doesn't start with /.
13
14 2004-11-04 Kenichi Handa <handa@m17n.org>
15
16 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
17 treat it as a literal character.
18
19 2004-11-03 Kim F. Storm <storm@cua.dk>
20
21 * .gdbinit (ppt): New function.
22
23 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24
25 * xterm.c (x_window_to_scroll_bar): Only call
26 xg_get_scroll_id_for_window if toolkit scroll bars are used.
27
28 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
29 of save.
30
31 2004-11-02 Andreas Schwab <schwab@suse.de>
32
33 * window.c (Fscroll_right): Fix last change.
34
35 2004-11-02 Kim F. Storm <storm@cua.dk>
36
37 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
38
39 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
40
41 * callproc.c (Fcall_process): Block input around vfork.
42
43 2004-11-02 Kim F. Storm <storm@cua.dk>
44
45 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
46 (syms_of_eval): Defsubr it.
47
48 2004-11-02 Richard M. Stallman <rms@gnu.org>
49
50 * insdel.c (replace_range_2): New function.
51
52 * casefiddle.c (casify_region): Handle changes in byte-length
53 using replace_range_2.
54
55 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
56
57 * xdisp.c (back_to_previous_visible_line_start):
58 Subtract 1 from pos when checking previous newline for invisibility.
59
60 * window.c (window_scroll_pixel_based): Update preserve_y
61 for header line if any.
62 (Fscroll_left, Fscroll_right): Don't call interactive_p;
63 use a new second argument instead.
64
65 * eval.c (Fcall_interactive_p): New function.
66 (interactive_p): Don't test INTERACTIVE here.
67 (Finteractive_p): Doc fix.
68
69 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
70
71 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
72
73 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
74 comparing font names.
75
76 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
77
78 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
79 Fx_file_dialog if only directories should be read.
80
81 * lisp.h: Fx_file_dialog takes 5 parameters.
82
83 * xfns.c (Fx_file_dialog): Both Motif and GTK version: Add
84 parameter only_dir_p.
85 In Motif version, don't put DEFAULT_FILENAME in filter part of the
86 dialog, just text field part. Do not add DEFAULT_FILENAME
87 to list of files if it isn't there.
88 In GTK version, pass only_dir_p parameter to xg_get_file_name.
89
90 * macfns.c (Fx_file_dialog): Add parameter only_dir_p. Check
91 only_dir_p instead of comparing prompt to "Dired". When using
92 a save dialog, add option kNavDontConfirmReplacement, change title
93 to "Enter name", change text for save button to "Ok".
94
95 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p. Check
96 only_dir_p instead of comparing prompt to "Dired".
97
98 * gtkutil.c (xg_get_file_with_chooser)
99 (xg_get_file_with_selection): New functions, only defined ifdef
100 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
101 respectively.
102 (xg_get_file_name): Add parameter only_dir_p.
103 Call xg_get_file_with_chooser or xg_get_file_with_selection
104 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
105 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
106
107 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
108
109 * config.in: Rebuild (added HAVE_GTK_FILE_*).
110
111 2004-11-01 Kim F. Storm <storm@cua.dk>
112
113 * process.c (connect_wait_mask, num_pending_connects): Only
114 declare and use them if NON_BLOCKING_CONNECT is defined.
115 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
116 (IF_NON_BLOCKING_CONNECT): New helper macro.
117 (wait_reading_process_output): Only declare and use local vars
118 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
119
120 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
121
122 * w32term.c (x_scroll_run): Delete region objects after use.
123
124 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
125
126 * xmenu.c: Add prototypes for forward function declarations.
127 (popup_get_selection): Remove parameter do_timers, remove call to
128 timer_check.
129 (create_and_show_popup_menu, create_and_show_dialog): Remove
130 parameter do_timers from call to popup_get_selection.
131
132 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
133 tool_bar_items and assign the result to f->tool_bar_items if
134 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
135 tool_bar_items to assignment of result.
136
137 * atimer.c (alarm_signal_handler): Do not call set_alarm if
138 pending_atmers is non-zero.
139
140 2004-10-31 Kim F. Storm <storm@cua.dk>
141
142 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
143
144 2004-10-28 Will <will@glozer.net>
145
146 * macterm.c: allow user to assign key modifiers to the Mac Option
147 key via a 'mac-option-modifier' variable.
148
149 2004-10-28 Stefan <monnier@iro.umontreal.ca>
150
151 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
152 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
153 (x_handle_selection_request, x_handle_selection_clear)
154 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
155
156 2004-10-28 Richard M. Stallman <rms@gnu.org>
157
158 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
159
160 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
161
162 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
165 comment-starter over a 1-char one.
166
167 2004-10-27 Richard M. Stallman <rms@gnu.org>
168
169 * xdisp.c (get_next_display_element): In mode lines,
170 treat newline and tab like other control characters.
171
172 * editfns.c (Fmessage): Doc fix.
173
174 * indent.c (vmotion): When moving up, check the newline before.
175 Make prevline an int, not a Lisp_Object.
176
177 2004-10-27 Kim F. Storm <storm@cua.dk>
178
179 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
180 Only allocate info and discarded tables once.
181
182 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
183 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
184 (SAFE_FREE): Test it to determine if we need to unwind to free.
185 Remove size arg. All users changed.
186 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
187
188 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
189
190 * gtkutil.c: Put empty line between comment and function body.
191 (xg_destroy_widgets): Rename from remove_from_container.
192 Just destroy all widgets in list. Argument wcont removed.
193 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
194 instead of remove_from_container.
195 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
196 (free_frame_tool_bar): Add comment.
197
198 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
199 is not NULL before strcmp.
200
201 2004-10-26 Kim F. Storm <storm@cua.dk>
202
203 * callint.c (Fcall_interactively): Add 'U' code to get the
204 up-event discarded by a previous 'k' or 'K' argument.
205
206 2004-10-26 David Kastrup <dak@gnu.org>
207
208 * buffer.c (syms_of_buffer): Fix a few typos.
209
210 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
211
212 * xsmfns.c: Put empty line between comment and function body.
213 Use two spaces before comment end.
214
215 2004-10-25 Kenichi Handa <handa@m17n.org>
216
217 * fontset.c (fontset_pattern_regexp): Optimize for the case that
218 PATTERN is full XLFD.
219
220 2004-10-24 Kenichi Handa <handa@m17n.org>
221
222 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
223
224 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
225 (regex_compile): Return REG_ERANGEX if appropriate.
226
227 2004-10-22 Kenichi Handa <handa@m17n.org>
228
229 * editfns.c (Ftranslate_region_internal): New function.
230 (syms_of_editfns): Defsubr it.
231
232 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
233
234 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
235
236 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
237
238 * xterm.h (x_output): New member `xic_base_fontname'.
239 (FRAME_XIC_BASE_FONTNAME): New macro.
240 (xic_free_xfontset): Declare.
241
242 * xfns.c (xic_create_xfontset): Share fontsets between frames
243 based on base_fontname.
244 (xic_free_xfontset): New function.
245 (free_frame_xic): Use it.
246 (xic_set_xfontset): Ditto.
247
248 * xterm.c (xim_destroy_callback): Ditto.
249
250
251 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
252
253 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
254
255 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
256
257 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
258 XSync.
259
260 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
261 New variables and constant.
262 (main): Calculate heap_bss_diff. If we are dumping and the
263 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
264 and exec ourself again.
265 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
266 print a warning.
267
268 * lastfile.c: Make my_endbss and my_endbss_static available on all
269 platforms.
270
271 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
272 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
273
274 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
275
276 * data.c (Flocal_variable_if_set_p): Doc fix.
277
278 2004-10-19 Jason Rumney <jasonr@gnu.org>
279
280 * w32.c (init_environment): Set emacs_dir correctly when running
281 emacs from the build directory.
282
283 2004-10-19 Richard M. Stallman <rms@gnu.org>
284
285 * editfns.c (Fdelete_and_extract_region):
286 If region is empty, return null string.
287
288 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
289
290 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
291 and canon_width.
292 (xg_frame_cleared): Remove.
293
294 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
295 (xg_find_top_left_in_fixed): Remove.
296 (xg_create_scroll_bar): Put an event box widget between
297 the scroll bar widget and the edit widget.
298 (xg_show_scroll_bar): Show the parent widget (the event box).
299 (xg_remove_scroll_bar): Destroy parent (the event box) also.
300 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
301 Move the parent (the event box) widget inside the fixed widget.
302 Move window clear to xterm.c.
303
304 * gtkutil.h (xg_frame_cleared): Remove.
305
306 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
307 (x_scroll_bar_create, XTset_vertical_scroll_bar):
308 Remove arguments left and width to xg_update_scrollbar_pos.
309 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
310
311 2004-10-19 Kenichi Handa <handa@m17n.org>
312
313 * xdisp.c (display_mode_element): Fix display of wide chars.
314
315 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
316
317 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
318 gdk_window_clear and move gdk_window_process_all_updates after
319 clear so events are sent to the X server in correct order.
320
321 2004-10-18 Kenichi Handa <handa@m17n.org>
322
323 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
324 comparing font names.
325 (fs_query_fontset): Use fast_string_match for comparing fontset names.
326 (list_fontsets): Likewise.
327
328 * search.c (fast_string_match_ignore_case): New function.
329
330 * lisp.h (fast_string_match_ignore_case): Extern it.
331
332 2004-10-17 Kim F. Storm <storm@cua.dk>
333
334 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
335 than bitmap if there is not left fringe.
336 (get_overlay_arrow_glyph_row): Also used on windows system.
337 (display_line): Display overlay string if no left fringe.
338
339 2004-10-16 Jason Rumney <jasonr@gnu.org>
340
341 * w32fns.c (w32_font_match): Encode font name being matched.
342
343 2004-10-16 Richard M. Stallman <rms@gnu.org>
344
345 * window.c (Fspecial_display_p): Doc fix.
346
347 2004-10-15 Stefan <monnier@iro.umontreal.ca>
348
349 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
350 Don't ignore menus, because where-is-internal already does it for us.
351
352 2004-10-15 Kim F. Storm <storm@cua.dk>
353
354 * xdisp.c (redisplay_window): Only update fringes and vertical
355 border on window frames.
356
357 2004-10-14 Andreas Schwab <schwab@suse.de>
358
359 * m/ia64.h (DATA_SEG_BITS): Don't define.
360
361 2004-10-14 Kim F. Storm <storm@cua.dk>
362
363 * xterm.h: Include Xutil.h after keysym.h to work around bug
364 in some X versions.
365
366 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * fns.c (map_char_table): Add missing gcpros.
369
370 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * keymap.c (get_keymap): An autoload form is not a keymap.
373
374 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
375
376 2004-10-13 Kim F. Storm <storm@cua.dk>
377
378 * callproc.c (Fcall_process): Simplify handling of display arg.
379 Resume `display_on_the_fly' once a coding system is determined.
380
381 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
382
383 2004-10-12 Kim F. Storm <storm@cua.dk>
384
385 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
386 caller, such as call-process, is not going to poll for input.
387 (calc_line_height_property): Handle case where it->object is nil.
388
389 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
390
391 2004-10-12 Kenichi Handa <handa@m17n.org>
392
393 * xdisp.c (get_next_display_element):
394 If unibyte_display_via_language_environment is zero, display 8-bit
395 chars in octal in unibyte buffer.
396
397 2004-10-12 Kim F. Storm <storm@cua.dk>
398
399 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
400 are no ordinary bindings.
401
402 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
403
404 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
405
406 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
407
408 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
409 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
410 (make_mac_frame): Add BLOCK_INPUT around the making of a
411 terminal frame.
412 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
413 * macgui.h (mktime): Use emacs_mktime.
414 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
415 Make a cancel file-open dialog be like C-g.
416 * mac.c (mktime): Use emacs_mktime.
417 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
418 (Fmac_paste_function): Add better error handling for carbon cut/paste.
419
420 2004-10-10 Kim F. Storm <storm@cua.dk>
421
422 * keyboard.c (timer_resume_idle): New function to resume idle
423 timer without resetting timers on the idle list.
424 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
425 (timer_start_idle, timer_stop_idle): Declare static.
426 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
427
428 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
429
430 2004-10-08 Steven Tamm <steventamm@mac.com>
431
432 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
433 * macterm.c (mac_check_for_quit_char): Remove warning for using
434 NULL where 0 should be used.
435 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
436 objc/malloc.h
437 * mac.c: Include time.h for Tiger compatibility.
438
439 2004-10-07 Kim F. Storm <storm@cua.dk>
440
441 * xdisp.c (redisplay_window): Fix flicker on vertical line between
442 windows. Update vertical line after drawing window fringes, but
443 only if actually drawing any bitmaps--or there is no fringe.
444
445 * xterm.c (x_update_window_end): Likewise.
446 * macterm.c (x_update_window_end): Likewise.
447 * w32term.c (x_update_window_end): Likewise.
448
449 * fringe.c (draw_window_fringes): Return value now indicates if
450 any fringe bitmaps were redrawn (or there are no fringes).
451
452 * dispextern.h (draw_window_fringes): Update prototype.
453
454 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
455
456 * macfns.c (mac_get_window_bounds): Add extern.
457 (x_real_positions): Use mac_get_window_bounds.
458
459 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
460 xmenu.c (YAILOM).
461
462 * macterm.c [!MAC_OSX]: Include Windows.h.
463 (front_emacs_window): Rename from mac_front_window. All uses
464 changed. Return the frontmost non-tooltip emacs window.
465 (mac_get_window_bounds): New function.
466 (x_calc_absolute_position): Use the difference of width and height
467 between the inner and outer window.
468 (x_set_offset): Specify window position by the coordinae of the
469 outer window. Adjust the position if the title bar is completely
470 outside the screen.
471 (app_is_suspended, app_sleep_time): Remove unused variables.
472 (do_app_resume, do_app_suspend): Remove their contents because
473 window-activate/deactivate events will do the job.
474 (do_zoom_window): Remove unused variables. Make compliant to the
475 standard way of zooming. Set f->left_pos and f->top_pos.
476 (XTread_socket): Don't use argument `expected'. Don't use
477 FrontWindow to determine the clicked window. Exclude unprocessed
478 mouseUp cases in the early stage. Add parentheses to fix operator
479 precedence.
480 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
481
482
483 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
484
485 * config.in: Regenerate.
486
487 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
488 HAVE_EXECSHIELD.
489
490 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
491
492 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
493 a row if Alt or Meta has been found for that row. Also stop scanning
494 for Keysyms for that row.
495
496 2004-10-04 Kim F. Storm <storm@cua.dk>
497
498 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
499 to list. Include overlay arrow bitmap in return value.
500
501 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
502 bars with fractional column width. If scroll bar separates two
503 windows, move it towards the window it belongs to. Only update
504 the padding area below the scroll bar widget when necessary,
505 i.e. when scroll bar widget is created, moved, or resized.
506
507 * xdisp.c (define_frame_cursor1): Do not change frame cursor
508 while tracking/dragging mouse.
509 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
510
511 * window.c (coordinates_in_window): Relax check for cursor
512 on vertial border between mode lines.
513 (Fset_window_fringes): Do not allow negative widths.
514 (Fset_window_scroll_bars): Likewise.
515
516 * .gdbinit (pp): Shorthand for p ARG + pr.
517 (ff): New command: flush frame updates (X only).
518
519 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
520
521 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
522
523 2004-09-30 Kenichi Handa <handa@m17n.org>
524
525 * process.c (send_process): Free composition data.
526
527 * fileio.c (Finsert_file_contents): Free composition data.
528
529 * coding.c (code_convert_region): Don't skip ASCIIs if there are
530 compositions to encode.
531 (encode_coding_string): Likewise. Free composition data.
532
533 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
534
535 * coding.c (code_convert_region): Free composition data.
536
537 2004-09-29 Kim F. Storm <storm@cua.dk>
538
539 * fringe.c: Remove limit on number of bitmaps.
540 (fringe_bitmaps, fringe_faces): Change to pointers.
541 (max_fringe_bitmaps): New var.
542 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
543 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
544
545 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
546 (struct glyph_row): Reorder fringe_bitmap related fields.
547 (struct it): Likewise.
548
549 * w32term.c (fringe_bmp): Change to pointer.
550 (max_fringe_bmp): New var.
551 (w32_define_fringe_bitmap): Expand fringe_bmp.
552 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
553 (w32_destroy_fringe_bitmap): Likewise.
554
555 2004-09-29 Kim F. Storm <storm@cua.dk>
556
557 * fringe.c: Simplify last change.
558 (lookup_fringe_bitmap): New function.
559 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
560 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
561 Keep standard bitmaps in Vfringe_bitmaps.
562 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
563 (Fset_fringe_bitmap_face): Likewise.
564
565 * dispextern.h (lookup_fringe_bitmap): Add prototype.
566 (valid_fringe_bitmap_p): Remove prototype.
567
568 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
569
570 2004-09-29 Kim F. Storm <storm@cua.dk>
571
572 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
573 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
574
575 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
576
577 * fringe.c (Vfringe_bitmaps): New variable.
578 (syms_of_fringe): DEFVAR_LISP it.
579 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
580 Change arg to Lisp_Object and fail if not an integer.
581 (get_fringe_bitmap_name, resolve_fringe_bitmap)
582 (destroy_fringe_bitmap): New functions.
583 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
584 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
585 clear its fringe property.
586 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
587 Fdestroy_fringe_bitmap.
588 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
589 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
590 and set fringe property. Signal error if no free slots.
591 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
592 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
593
594 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
595 symbols with a fringe property.
596
597 2004-09-27 Kim F. Storm <storm@cua.dk>
598
599 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
600 Doc fix. Format may now be a symbol or alist, not a cons.
601
602 * fringe.c (update_window_fringes): Handle new formats of
603 indicate-buffer-boundaries (symbol or alist). No longer
604 allow a simple cons.
605 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
606
607 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
608
609 * config.in: Rebuild.
610
611 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
612
613 * config.in: Rebuild.
614
615 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
616
617 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
618
619 * xterm.c (x_term_init): Work around a bug in some X servers.
620
621 2004-09-18 Richard M. Stallman <rms@gnu.org>
622
623 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
624
625 * xdisp.c (try_window_reusing_current_matrix):
626 Handle the case where we reach the old displayed text,
627 out of sync with the old line boundary.
628
629 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * fileio.c (Finsert_file_contents): Fix case of replacement in a
632 narrowed buffer.
633
634 2004-09-14 Kim F. Storm <storm@cua.dk>
635
636 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
637
638 * xfaces.c (Qface_no_inherit): New var.
639 (syms_of_xfaces): Intern and staticpro it.
640 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
641 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
642 Don't increment face_change_count when face has non-nil
643 face-no-inherit property.
644
645 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
646
647 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
648 (Fbyte_code): Remove dead code after `wrong_type_argument'.
649
650 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
651 before doing the mark_stack_check_gcpros since they're not on the stack.
652
653 2004-09-12 Kim F. Storm <storm@cua.dk>
654
655 * editfns.c (Fformat): Handle format strings with multiple text
656 properties. Reverse text property list from the format string,
657 so the positions are in increasing order.
658
659 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
660
661 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
662 x_uncatch_errors so that possible protocol errors are delivered.
663
664 2004-09-10 Eli Zaretskii <eliz@gnu.org>
665
666 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
667 blockinput.h.
668 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
669 charset.h, and coding.h
670 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
671 (term.o): Depend on window.h and keymap.h.
672 (abbrev.o): Depend on syntax.h.
673 (callint.o): Depend on keymap.h.
674 (casefiddle.o): Depend on charset.h and keymap.h.
675 (category.o): Depend on keymap.h.
676 (coding.o): Depend on dispextern.h.
677 (cmds.o): Depend on keyboard.h and keymap.h.
678 (dispnew.o): Depend on indent.h and intervals.h.
679 (doc.o): Depend on keymap.h.
680 (editfns.o): Depend on frame.h.
681 (emacs.o): Depend on dispextern.h.
682 (fileio.o): Don't depend on ccl.h.
683 (filelock.o): Depend on charset.h and coding.h.
684 (frame.o): Depend on w32term.h and macterm.h.
685 (insdel.o): Depend on region-cache.h.
686 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
687 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
688 (search.o): Depend on $(INTERVALS_SRC).
689 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
690 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
691 xterm.h, w32term.h, and macterm.h.
692 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
693 w32term.h, and macterm.h.
694 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
695 region-cache.h, xterm.h, w32term.h, and macterm.h.
696 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
697 (data.o): Depend on frame.h.
698 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
699 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
700 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
701 (intervals.o): Depend on keymap.h.
702
703 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
704 Add debugging print-out to termscript.
705
706 2004-09-09 Richard M. Stallman <rms@gnu.org>
707
708 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
709
710 2004-09-08 Richard M. Stallman <rms@gnu.org>
711
712 * window.c (Fset_window_buffer): Doc fix.
713
714 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
715
716 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
717
718 * minibuf.c (history_delete_duplicates): New variable.
719 (read_minibuf): Use it.
720 (syms_of_minibuf): Create the corresponding lisp variable.
721
722 2004-09-08 Kim F. Storm <storm@cua.dk>
723
724 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
725 overlay just before point.
726
727 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
728
729 * buffer.h (struct buffer): Add auto_save_file_format field.
730 * buffer.c (reset_buffer, init_buffer_once):
731 Handle auto_save_file_format field.
732 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
733 `buffer-auto-save-file-format'.
734 * fileio.c: Delete declaration for removed Vauto_save_file_format.
735 (build_annotations): Adapt to replacement of
736 `auto-save-file-format' with the new buffer-local variable
737 `buffer-auto-save-file-format'.
738 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
739
740 2004-09-07 Jason Rumney <jasonr@gnu.org>
741
742 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
743
744 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
745 Handle Unicode menu titles.
746
747 2004-09-07 Kim F. Storm <storm@cua.dk>
748
749 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
750 property from text property or overlay strings at point.
751
752 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * xmenu.c (update_submenu_strings): YAILOM.
755 (set_frame_menubar): Make sure last_i is initialized.
756
757 2004-09-03 Jason Rumney <jasonr@gnu.org>
758
759 * w32menu.c (_widget_value): Add lname and lkey.
760 (digest_single_submenu): Set lname and lkey in widget_value
761 instead of name and key.
762 (update_submenu_strings): New function.
763 (set_frame_menubar): Remove call to inhibit_garbage_collection,
764 call update_submenu_strings.
765
766 * w32menu.c (globals_of_w32menu): Check for Unicode API.
767 (digest_single_submenu, w32_menu_show): Encode menu strings as
768 UTF-8 if Unicode API is available.
769 (utf8to16): New function.
770 (add_menu_item): Use it when calling Unicode API.
771
772 2004-09-03 Kim F. Storm <storm@cua.dk>
773
774 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
775 in overlay or text-property strings; set cursor on corresponding
776 glyph rather than at end of the string.
777
778 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
779
780 * macfns.c (x_real_positions): Save the current window port and
781 set a new one before obtaining the global coordinate.
782 Use FRAME_MAC_WINDOW.
783 (x_set_name, x_set_title): Encode title to UTF8.
784 Use SetWindowTitleWithCFString.
785 (Fx_server_version): Get correct OS version.
786
787 * macmenu.c (add_menu_item): Remove unused variable `i'.
788 Don't let separator items destroy refence constants of other menu items.
789
790 * macterm.c (x_update_end): Move SetPortWindowPort to inside
791 BLOCK_INPUT.
792 (x_set_offset): Use FRAME_MAC_WINDOW.
793
794 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
795 nontext_cursor if it is on a scroll bar.
796
797 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
798 Carbon support.
799 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
800 Use LIBS_CARBON.
801
802 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
803
804 * xfns.c (x_set_name_internal): New function. Check if we shall call
805 xfree before ENCODE_UTF_8.
806 (x_set_name, x_set_title): Call x_set_name_internal.
807
808 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
809
810 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
811 reload it.
812
813 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
814
815 * macmenu.c (_widget_value): Add lname and lkey.
816 (single_submenu): Set lname and lkey in widget_value
817 instead of name and key.
818 (update_submenu_strings): New function.
819 (set_frame_menubar): Remove call to inhibit_garbage_collection,
820 call update_submenu_strings.
821
822 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
823 instead of name and key.
824 (update_submenu_strings): New function.
825 (set_frame_menubar): Remove call to inhibit_garbage_collection,
826 call update_submenu_strings.
827
828 * gtkutil.h (_widget_value): Added lname and lkey.
829
830 2004-08-30 Steven Tamm <steventamm@mac.com>
831
832 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
833 by using different names for inner loop variables.
834
835 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
836
837 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
838 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
839
840 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
841 tool bar items is 0.
842
843 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
844
845 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
846 strings in menu items.
847 (single_submenu): Use ENCODE_MENU_STRING
848 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
849 button release isn't passed to event loop
850 (add_menu_item): Use SetMenuItemWithCFString
851
852 2004-08-26 Steven Tamm <steventamm@mac.com>
853
854 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
855 tool-bar/menu click
856 * macfns.c (Fx_file_dialog): Implemented using NavServices
857
858 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
859
860 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
861
862 * xfns.c (x_window_to_frame, x_any_window_to_frame)
863 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
864 (x_top_window_to_frame): Return 0 if wdesc is None.
865
866 2004-08-22 Richard M. Stallman <rms@gnu.org>
867
868 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
869 HAVE_TERMIOS]: If there's no char for this signal, drop through
870 and use system calls.
871
872 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
873
874 2004-08-20 Kim F. Storm <storm@cua.dk>
875
876 * process.c (wait_reading_process_output): Rename from
877 wait_reading_process_input. All uses changed.
878 (wait_reading_process_output_1): Rename from
879 wait_reading_process_input_1. All uses changed.
880
881 * dispnew.c (Fsleep_for): Remove obsolete code.
882
883 2004-08-20 Kenichi Handa <handa@m17n.org>
884
885 * syntax.c (skip_chars): Fix for unibyte case.
886
887 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
888
889 * syntax.c (char_quoted): Mixup byte/char pos.
890 (back_comment): Fixup globals in all cases.
891
892 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
893
894 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
895 passing it to gtk_window_set_title.
896
897 2004-08-19 Kim F. Storm <storm@cua.dk>
898
899 * process.c (wait_reading_process_input): Clean up.
900 Add wait_for_cell, wait_proc, and just_wait_proc args
901 to avoid overloading `read_kbd' and `do_display' args.
902 Change read_kbd arg to int. All callers changed.
903
904 * process.c (process_send_signal): Use CDISABLE.
905
906 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
907
908 2004-08-18 Kim F. Storm <storm@cua.dk>
909
910 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
911 forward to wait_reading_process_input via DO_DISPLAY arg.
912 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
913 object, only process output from that process; also inhibit
914 running timers if DO_DISPLAY==-2.
915
916 2004-08-17 Kim F. Storm <storm@cua.dk>
917
918 * process.c (process_send_signal): Fix last change--use
919 _POSIX_VDISABLE instead of CVDISABLE when available.
920
921 2004-08-16 Richard M. Stallman <rms@gnu.org>
922
923 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
924 Set VQUIT and VINTR chars to the standard ones if they are unset.
925 [AIX]: Don't do that here. And don't force VINTR to standard
926 when SIGNALS_VIA_CHARACTERS.
927
928 * process.c (process_send_signal)
929 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
930 Do nothing if the character is CVDISABLE.
931
932 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
933
934 * intervals.c (move_if_not_intangible):
935 Force POSITION to be between BEGV and ZV.
936
937 2004-08-14 John Paul Wallington <jpw@gnu.org>
938
939 * buffer.c (Frestore_buffer_modified_p): Doc fix.
940
941 * fileio.c (Fread_file_name): Doc fix.
942
943 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
944
945 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
946
947 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
948
949 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
950
951 * keyboard.c: Declare Qdisabled_command_function instead of
952 Qdisabled_command_hook.
953 (Fcommand_execute): Use Qdisabled_command_function instead of
954 Qdisabled_command_hook.
955 (syms_of_keyboard): Ditto.
956
957 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
958
959 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
960 (syms_of_keymap) <key-translation-map>: Doc fixes.
961
962 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * window.c (window_list_1): YAILOM.
965
966 * fileio.c (make_temp_name): Handle multibyte prefixes.
967
968 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
969
970 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
971 Doc fix.
972
973 2004-08-03 Kenichi Handa <handa@m17n.org>
974
975 * coding.c (decode_coding_string): Adjust coding->consumed, and
976 etc. with shrinked_bytes.
977
978 2004-08-03 Kim F. Storm <storm@cua.dk>
979
980 * indent.c (compute_motion): Fix check for full width window
981 in non-window case. Do not count left truncation glyph on
982 window systems.
983
984 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
985
986 * data.c (Finteractive_form): Doc fix.
987
988 2004-08-02 Kim F. Storm <storm@cua.dk>
989
990 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
991 properly accounting for continuation glyph on non-window systems.
992 (Fcompute_motion): Use actual window width if WIDTH is nil, and
993 actual window width/height if TOPOS is nil, properly accounting for
994 continuation glyphs on non-window systems, and optional header lines.
995 (vmotion): Let compute_motion calculate actual window width.
996
997 * window.c (window_scroll_line_based): Let compute_motion
998 calculate actual window width.
999
1000 2004-08-02 Kim F. Storm <storm@cua.dk>
1001
1002 * process.c (read_process_output): Use whole read buffer.
1003 Don't trigger adaptive read buffering on errors.
1004
1005 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
1006
1007 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
1008
1009 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
1010
1011 * callint.c (Fcall_interactively): Doc fix.
1012
1013 2004-07-30 Richard M. Stallman <rms@gnu.org>
1014
1015 * abbrev.c (Fexpand_abbrev): Undo previous change.
1016
1017 2004-07-30 Kim F. Storm <storm@cua.dk>
1018
1019 * editfns.c (Fformat): Allocate extra (dummy) element in info.
1020
1021 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
1022
1023 * eval.c (Fdefvar, Fdefconst): Doc fixes.
1024
1025 2004-07-27 Kim F. Storm <storm@cua.dk>
1026
1027 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
1028 we have ensured that the glyph fits on the current line (or returned
1029 MOVE_LINE_CONTINUED otherwise).
1030
1031 2004-07-26 Kim F. Storm <storm@cua.dk>
1032
1033 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
1034 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
1035 if target position is at end of display line but char is not a newline.
1036
1037 2004-07-25 Richard M. Stallman <rms@gnu.org>
1038
1039 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
1040 instead of ON_VERTICAL_BORDER, when on scroll bar.
1041 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
1042
1043 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
1044
1045 * window.c (Fcoordinates_in_window_p):
1046 Take account of FRAME_INTERNAL_BORDER_WIDTH.
1047
1048 * alloc.c (check_cons_list): New function (contents commented out).
1049
1050 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
1051
1052 * xfaces.c (Fcolor_supported_p): Doc fix.
1053
1054 * frame.c (Fselect_frame, Fset_frame_selected_window)
1055 (Fframe_visible_p, Fraise_frame): Doc fixes.
1056
1057 2004-07-24 Richard M. Stallman <rms@gnu.org>
1058
1059 * keyboard.h (not_single_kboard_state): Declared.
1060
1061 * fileio.c (Fwrite_region): Doc fix.
1062
1063 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
1064
1065 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
1066 only when a real abbrev is present.
1067
1068 * xfns.c (x_icon_verify): New function.
1069 (Fx_create_frame): Use it.
1070
1071 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
1072
1073 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
1074
1075 2004-07-21 Kim F. Storm <storm@cua.dk>
1076
1077 * window.h (struct glyph_matrix): New members nrows_scale_factor
1078 and ncols_scale_factor.
1079
1080 * window.c (make_window): Initialize nrows_scale_factor and
1081 ncols_scale_factor members.
1082
1083 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
1084 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
1085 (required_matrix_height): Apply nrows_scale_factor.
1086 (required_matrix_width): Apply ncols_scale_factor.
1087
1088 * xdisp.c (display_line): Increment nrows_scale_factor and set
1089 fonts_changed_p if past last allocated row.
1090 (append_glyph, append_composite_glyph, produce_image_glyph)
1091 (append_stretch_glyph): Increment ncols_scale_factor and set
1092 fonts_changed_p if current area is full.
1093
1094 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1095
1096 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
1097
1098 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
1099
1100 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
1101 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
1102 (Fset_window_start, Fscroll_up, Fscroll_down)
1103 (Fother_window_for_scrolling, Fscroll_other_window)
1104 (Fsave_window_excursion, Fset_window_vscroll)
1105 (syms_of_window) <window-size-fixed>: Doc fixes.
1106
1107 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1108
1109 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
1110 ENCODE_SYSTEM for filenames.
1111
1112 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1113
1114 * mac.c (sys_select): Block input around call to
1115 ReceiveNextEvent to prevent breakage. Correctly handle
1116 blocking on event queue only by calling ReceiveNextEvent
1117 instead of select (since GUI events aren't on an fd).
1118 (sys_read): Remove function
1119 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
1120
1121 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1122
1123 * mac.c (sys_select): Redo sys_select to use alarm-based
1124 polling instead of 1 sec timeouts (like solaris).
1125
1126 * macterm.c (x_make_frame_visible): Comment in polling on
1127 frame creation.
1128
1129 * keyboard.c: Undef SIGIO on Carbon
1130
1131 * atimer.c (alarm_signal_handler): Call alarm handlers after
1132 scheduling.
1133
1134 * eval.c (Feval): Remove quit_char test
1135
1136 * process.c (wait_reading_process_input): Remove clearing
1137 stdin for select call on process input.
1138
1139 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
1140
1141 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
1142 capitalization error in docstring.
1143
1144 2004-07-17 Juanma Barranquero <lektu@terra.es>
1145
1146 * keyboard.c (not_single_kboard_state): Do nothing unless
1147 MULTI_KBOARD is defined.
1148
1149 2004-07-17 Richard M. Stallman <rms@gnu.org>
1150
1151 * window.c (coordinates_in_window): Inside the window but outside
1152 its box to the L or R, return ON_VERTICAL_BORDER.
1153 (window_list_1): Rotate the list to start with WINDOW.
1154
1155 * print.c (print_preprocess): Test for print_depth at limit
1156 before entering in being_printed.
1157
1158 * keyboard.c (not_single_kboard_state): New function.
1159 (stuff_buffered_input): Now no-op only if no SIGTSTP.
1160
1161 * frame.c (Fdelete_frame): If we're in single_bboard_state on
1162 this kboard, and we delete its last frame, go to any_kboard_state.
1163
1164 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
1165
1166 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1167
1168 * w32fns.c (Fx_file_dialog): Encode strings in system coding
1169 system before passing them to OS functions for display.
1170
1171 2004-07-15 David Kastrup <dak@gnu.org>
1172
1173 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
1174 Apparently fixes an abort condition.
1175
1176 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
1177
1178 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
1179 instead of a cons.
1180
1181 2004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1182
1183 * keyboard.c (echo_dash): Do nothing if there already is a dash
1184 at the end of the echo string.
1185
1186 2004-07-12 Kim F. Storm <storm@cua.dk>
1187
1188 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
1189 if GC_MARK_STACK.
1190
1191 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
1192
1193 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
1194
1195 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
1196 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
1197 (Freplace_buffer_in_windows, Fset_window_buffer)
1198 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
1199 (syms_of_window): Expand docstring of `display-buffer-function'.
1200
1201 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
1202
1203 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
1204 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
1205 that time values of the type (HIGH . LOW) are considered obsolete.
1206
1207 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
1208
1209 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
1210 docstring.
1211
1212 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
1213
1214 2004-07-06 John Paul Wallington <jpw@gnu.org>
1215
1216 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
1217
1218 * fns.c (Fclear_string): Signal an error if STRING is not a string.
1219
1220 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1221
1222 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
1223 instead of CGMainDisplayID (only in OSX 10.2 and later).
1224
1225 2004-07-04 John Paul Wallington <jpw@gnu.org>
1226
1227 * fileio.c (read_file_name_completion_ignore_case): New variable.
1228 (syms_of_fileio): Declare and initialise it.
1229 (Fread_file_name): Bind `completion-ignore-case' to respect it.
1230
1231 2004-07-03 Eli Zaretskii <eliz@gnu.org>
1232
1233 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
1234 for event.x and event.y.
1235
1236 2004-07-01 Kenichi Handa <handa@m17n.org>
1237
1238 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
1239 after getting a new string by pre-write-conversion.
1240
1241 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
1244 (x_calc_absolute_position): Remove unused var `child'.
1245
1246 * xfaces.c (x_supports_face_attributes_p)
1247 (Fdisplay_supports_face_attributes_p): YAILOM.
1248 (tty_supports_face_attributes_p): Remove unused var `i'.
1249
1250 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
1251 back_unibyte_ok.
1252
1253 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
1254
1255 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
1256
1257 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
1258
1259 2004-06-30 Andreas Schwab <schwab@suse.de>
1260
1261 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
1262 (Finit_image_library): Pass LIBRARIES through to
1263 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
1264 (lookup_image_type): Pass Qnil as second argument to
1265 Finit_image_library.
1266
1267 * lisp.h: Declare Finit_image_library.
1268
1269 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1270
1271 * macterm.c (do_window_activate, do_window_deactivate): Remove.
1272 (XTread_socket): Send mouse button events to the toolbox
1273 dispatcher even when the mouse is grabbed. Don't process window
1274 activate events for non-Emacs windows. Replace function calls to
1275 do_window_activate and do_window_deactivate with their contents.
1276 Reset mouse grabbing status when a window is deactivated.
1277
1278 2004-06-29 Steven Tamm <steventamm@mac.com>
1279
1280 * macterm.c (mac_get_emulated_btn)
1281 (mac_event_to_emacs_modifiers): Fix emulated mouse button
1282 support to correctly mask out modifiers.
1283
1284 2004-06-29 David Kastrup <dak@gnu.org>
1285
1286 * search.c (Fset_match_data): Allow buffer before end of list
1287 which can happen if set-match-data is using a pre-consed list.
1288
1289 2004-06-28 Steven Tamm <steventamm@mac.com>
1290
1291 * macterm.c (XTread_socket): Correctly set the frame position
1292 after the window is moved.
1293
1294 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1295
1296 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
1297 gpix and gmask just before return to avoid memory leak.
1298 (xg_get_image_for_pixmap): Add workaround for monochrome displays
1299 so insensitive and activated icons look ok.
1300
1301 2004-06-27 Jason Rumney <jasonr@gnu.org>
1302
1303 * w32fns.c (file_dialog_callback): Disable edit control if set
1304 to directories only on CDN_INITDONE message.
1305 (Fx_file_dialog): Default to directories only when prompt starts
1306 with "Dired".
1307
1308 2004-06-25 Kim F. Storm <storm@cua.dk>
1309
1310 * alloc.c (allocate_misc): Update total_free_markers.
1311 (free_misc): New function.
1312 (safe_alloca_unwind, free_marker): Use it.
1313
1314 * lisp.h (free_misc): Add prototype.
1315
1316 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
1317
1318 2004-06-24 Richard M. Stallman <rms@gnu.org>
1319
1320 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
1321 (syms_of_emacs): Lisp variables deleted.
1322
1323 2004-06-23 David Kastrup <dak@gnu.org>
1324
1325 * search.c (Freplace_match): Adjust the match-data more thoroughly
1326 when replacing strings in the buffer.
1327 (Fmatch_data): When INTEGERS is non-nil and the last match was in
1328 a buffer, add the buffer as last element to the match data.
1329 (Fset_match_data): If an additional element of the match-data is a
1330 buffer, restore it to last_thing_searched.
1331 (save_search_regs): Save last_thing_searched as part of the match data.
1332 (restore_match_data): Restore it again.
1333
1334 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
1335
1336 * keymap.c (Ftext_char_description): Doc fix.
1337 * doc.c (Fsnarf_documentation): Doc fix.
1338
1339 2004-06-22 Kim F. Storm <storm@cua.dk>
1340
1341 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
1342
1343 * lisp.h (struct Lisp_Save_Value): New member dogc.
1344 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
1345 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
1346 (SAFE_FREE_LISP): New macro.
1347
1348 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
1349 (make_save_value): Init new dogc member.
1350 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
1351
1352 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
1353 SAFE_FREE_LISP macros.
1354
1355 2004-06-22 Kim F. Storm <storm@cua.dk>
1356
1357 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
1358 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
1359 in that memory area are unknown to GC. Add comments.
1360
1361 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
1362
1363 2004-06-21 Kim F. Storm <storm@cua.dk>
1364
1365 * lisp.h (MAX_ALLOCA): Define here.
1366 (safe_alloca_unwind): Add prototype.
1367 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
1368
1369 * alloc.c (safe_alloca_unwind): New function.
1370
1371 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
1372
1373 * charset.c (Fstring): Use SAFE_ALLOCA.
1374
1375 * coding.c (MAX_ALLOCA): Remove define.
1376
1377 * data.c (MAX_ALLOCA): Remove define.
1378 (Faset): Use SAFE_ALLOCA.
1379
1380 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
1381
1382 * fns.c (string_make_multibyte, string_to_multibyte)
1383 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
1384 (MAX_ALLOCA): Remove define.
1385 (Fbase64_encode_region, Fbase64_encode_string)
1386 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
1387 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
1388 memory leak if encoding fails.
1389
1390 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
1391
1392 2004-06-21 Eli Zaretskii <eliz@gnu.org>
1393
1394 * print.c (Fwith_output_to_temp_buffer): Doc fix.
1395
1396 2004-06-20 Richard M. Stallman <rms@gnu.org>
1397
1398 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
1399
1400 * search.c (match_limit): Cleaner err msg when no match data available.
1401
1402 * window.c (syms_of_window): Doc fix.
1403
1404 * keyboard.c (command_loop_1): Handle values `only' and `identity'
1405 for Vtransient_mark_mode.
1406
1407 * buffer.c (syms_of_buffer): Doc fix.
1408
1409 2004-06-21 David Kastrup <dak@gnu.org>
1410
1411 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
1412 and unbinding of `case-fold-search' according to
1413 `completion-ignore-case' around calls of string-match and
1414 predicates, respectively. Should give satisfactory performance
1415 in all relevant cases.
1416
1417 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1418
1419 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
1420 clip_x/y_origin.
1421
1422 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
1423
1424 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
1425
1426 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
1427 on Mac OSX.
1428
1429 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
1430
1431 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
1432
1433 2004-06-16 Kim F. Storm <storm@cua.dk>
1434
1435 * dispextern.h (Vimage_types): Remove extern.
1436
1437 2004-06-16 Miles Bader <miles@gnu.org>
1438
1439 * image.c (lookup_image_type): Initialize image type if necessary.
1440
1441 2004-06-15 Kim F. Storm <storm@cua.dk>
1442
1443 * xdisp.c (try_cursor_movement): Exclude header line from scroll
1444 margin at top of window.
1445 (try_window_reusing_current_matrix): Calculate proper cursor position
1446 after scrolling up with non-zero scroll margin, as the old cursor
1447 position corresponds to value of PT before executing this command.
1448 (try_window_id): Consider scroll margin at bottom of window too;
1449 otherwise we fail to scroll when hl-line-mode is enabled.
1450
1451 * syntax.c (skip_chars): Only recognize [:class:] when it has the
1452 proper format and class is a lower-case word.
1453
1454 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1455
1456 * gtkutil.c (xg_get_image_for_pixmap): New function.
1457 (xg_get_gdk_pixmap_and_mask): Remove.
1458 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
1459 xg_get_gdk_pixmap_and_mask.
1460
1461 * xterm.h (struct x_display_info): Typo in comment fixed.
1462
1463 2004-06-14 Juanma Barranquero <lektu@terra.es>
1464
1465 * dispextern.h (Vimage_types): Make it conditional on
1466 HAVE_WINDOW_SYSTEM.
1467
1468 * image.c (Vimage_types): Move from xdisp.c.
1469 (Vimage_type_cache): New variable.
1470 (define_image_type): New argument indicating whether an image
1471 library was loaded; cache loaded status and return t on success,
1472 nil otherwise.
1473 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
1474 (w32_delayed_load): New function to load an image library from a
1475 list of possible filenames.
1476 (init_xpm_functions, init_png_functions, init_jpeg_functions)
1477 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
1478 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
1479 (Finit_image_library): New function, extracted from `init_image'.
1480 Try to initialize an image library on demand and cache whether we
1481 were successful or not.
1482 (syms_of_image): Initialize `Vimage_types' and
1483 `Vimage_type_cache'. Add recognized image types to Vimage_types.
1484 Export `init-image-library'.
1485 (init_image): Remove initialization of all image types, except xbm
1486 and pbm.
1487
1488 * xdisp.c (Vimage_types): Delete (moved to image.c).
1489
1490 2004-06-14 Andreas Schwab <schwab@suse.de>
1491
1492 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
1493 Avoid calling specbind when completion-regexp-list is empty.
1494
1495 2004-06-13 Richard M. Stallman <rms@gnu.org>
1496
1497 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
1498 (re_wctype, re_iswctype, re_wctype_to_bit):
1499 Non-function definitions moved here from regex.c.
1500
1501 * regex.c (re_wctype, re_iswctype): Function defs longer static.
1502 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
1503 (re_wctype, re_iswctype, re_wctype_to_bit):
1504 Non-function definitions moved to regex.h.
1505
1506 * window.c (Fselect_window): Doc fix.
1507
1508 * syntax.c: Include regex.h.
1509 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
1510 If requested, make a list of classes, then check the scanned
1511 chars for membership in them.
1512 (in_classes): New function.
1513 Doc fix.
1514
1515 * keyboard.c (cmd_error): Don't call any_kboard_state
1516 if inside a recursive edit level.
1517
1518 2004-06-13 Lorentey K\e,Aa\e(Broly <lorentey@elte.hu>
1519
1520 * keyboard.c (command_loop): Call any_kboard_state before
1521 command_loop_2 when at top level.
1522
1523 2004-06-13 Andreas Schwab <schwab@suse.de>
1524
1525 * print.c (print_object): Always use %ld for printing EMACS_INT.
1526
1527 * keyboard.c (cancel_hourglass_unwind): Return a value.
1528 (modify_event_symbol): Always use %ld for printing EMACS_INT.
1529 (Fexecute_extended_command): Likewise.
1530
1531 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
1532 avoid clashes.
1533 (SYNTAX): Likewise.
1534 (SYNTAX_WITH_FLAGS): Likewise.
1535 (SYNTAX_MATCH): Likewise.
1536
1537 * syntax.c (char_quoted): Avoid warning about undefined operation.
1538 (find_defun_start): Likewise.
1539 (scan_lists): Likewise.
1540 (INC_FROM): Likewise.
1541 (scan_sexps_forward): Likewise.
1542
1543 * image.c: Include <ctype.h>.
1544
1545 * xfaces.c (face_attr_equal_p): Declare parameters.
1546
1547 2004-06-13 Kenichi Handa <handa@m17n.org>
1548
1549 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
1550
1551 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
1552
1553 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
1554
1555 2004-06-12 Kenichi Handa <handa@m17n.org>
1556
1557 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
1558 ccl_prog_stack_struct and update it.
1559 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
1560 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
1561 ccl->eof_ic on EOF.
1562 (ccl_debug_hook): New function.
1563 (struct ccl_prog_stack): New member eof_ic.
1564 (ccl_driver): Handle EOF in subrountine call correctly.
1565
1566 2004-06-11 Kenichi Handa <handa@m17n.org>
1567
1568 * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.
1569
1570 2004-06-11 Kim F. Storm <storm@cua.dk>
1571
1572 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
1573
1574 2004-06-11 Juanma Barranquero <lektu@terra.es>
1575
1576 * keyboard.c (Fposn_at_point): Doc fix.
1577
1578 2004-06-11 David Kastrup <dak@gnu.org>
1579
1580 * search.c (match_limit): Don't flag an error if match-data
1581 exceeding the allocated search_regs.num_regs gets requested, just
1582 return Qnil.
1583
1584 2004-06-08 Miles Bader <miles@gnu.org>
1585
1586 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
1587
1588 2004-06-07 Juanma Barranquero <lektu@terra.es>
1589
1590 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
1591 (Fcurrent_time_string, Fcurrent_time_zone)
1592 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
1593
1594 2004-06-07 Miles Bader <miles@gnu.org>
1595
1596 * xfaces.c (struct named_merge_point): New type.
1597 (push_named_merge_point): New function.
1598 (merge_named_face): New function.
1599 (merge_face_ref, face_at_buffer_position, face_at_string_position):
1600 Use `merge_named_face'.
1601 (merge_face_inheritance): Function removed.
1602 (merge_face_ref): Rename from `merge_face_vector_with_property'.
1603 Add new `err_msgs' and `named_merge_points' args. Return error
1604 status. Only print error messages if ERR_MSGS is true. Don't try to
1605 do :inherit attribute validation.
1606 (merge_face_heights): Handle `unspecified' in both directions.
1607 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
1608 Call `merge_face_ref' instead of `merge_face_inheritance'.
1609 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
1610 (compute_char_face, face_at_buffer_position)
1611 (face_at_string_position): Call `merge_face_ref' instead of
1612 `merge_face_vector_with_property'.
1613
1614 2004-06-07 Kenichi Handa <handa@m17n.org>
1615
1616 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
1617 the necessary places.
1618
1619 2004-06-07 Kim F. Storm <storm@cua.dk>
1620
1621 * process.c (Fdelete_process): Undo 2004-05-28 change.
1622 Instead, call status_notify also for network process.
1623 (status_message): Use process instead of status as arg.
1624 Give messages "deleted" or "connection broken by remote peer" for
1625 an exited network process.
1626 (status_notify): Change call to status_message.
1627 (read_process_output): Increase readmax to 4096. Do not increase
1628 buffer size for datagram channels (default is now large enough).
1629
1630 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
1631
1632 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
1633 problem due to newly defined variable.
1634
1635 2004-06-06 Miles Bader <miles@gnu.org>
1636
1637 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
1638 immediately if non-interactive or not initialized.
1639
1640 2004-06-05 Richard M. Stallman <rms@gnu.org>
1641
1642 * minibuf.c (Fcompleting_read): Doc fix.
1643
1644 2004-06-05 Andreas Schwab <schwab@suse.de>
1645
1646 * macfns.c (x_create_tip_frame): Fix declaration after statement.
1647
1648 2004-06-05 Juanma Barranquero <lektu@terra.es>
1649
1650 * keymap.c (Fdescribe_vector): Fix docstring.
1651 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
1652
1653 2004-06-05 Miles Bader <miles@gnu.org>
1654
1655 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
1656 attributes have different values than the default face.
1657
1658 2004-06-04 Eli Zaretskii <eliz@gnu.org>
1659
1660 * xfaces.c (x_supports_face_attributes_p): Make this function
1661 conditional on HAVE_WINDOW_SYSTEM.
1662 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
1663 Don't call x_supports_face_attributes_p if it was not compiled in.
1664
1665 2004-06-04 Miles Bader <miles@gnu.org>
1666
1667 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
1668 from Ftty_supports_face_attributes_p.
1669 (x_supports_face_attributes_p): New function.
1670 (Ftty_supports_face_attributes_p): Function deleted.
1671 (Fdisplay_supports_face_attributes_p): New function.
1672 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
1673 (face_attr_equal_p): New function.
1674 (lface_equal_p): Use it.
1675
1676 2004-06-03 Juanma Barranquero <lektu@terra.es>
1677
1678 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
1679 (Vw32_color_map): Fix typo in docstring.
1680 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
1681 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
1682 Make argument names match their use in docstring.
1683
1684 2004-06-02 Juanma Barranquero <lektu@terra.es>
1685
1686 Work around bugs/problems with MinGW builds of graphics libraries
1687 called from MSVC builds of Emacs.
1688
1689 * image.c (lookup_image): Make pointer to img static.
1690 (png_read_from_memory): Disable "global" optimization.
1691
1692 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * eval.c (Fcondition_case): Fix usage. Simplify.
1695
1696 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
1697
1698 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1699
1700 * macfns.c: Don't include ccl.h.
1701 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
1702 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
1703 TextUtils.h.
1704 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
1705 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
1706 display height/width.
1707 (compute_tip_xy, Vx_max_tooltip_size): Declare.
1708 (unwind_create_tip_frame, compute_tip_xy): New functions.
1709 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
1710 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
1711 and last_show_tip_args.
1712
1713 * macgui.h [!MAC_OSX]: Include Gestalt.h.
1714 (Cursor, No_Cursor): New defines.
1715 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
1716 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
1717
1718 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
1719
1720 * macterm.c: Don't include Gestalt.h.
1721 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
1722 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
1723 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
1724 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
1725 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
1726 (construct_mouse_click, XTmouse_position)
1727 (x_scroll_bar_report_motion, x_calc_absolute_position)
1728 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
1729 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
1730 (note_mouse_movement): Clear the mouse face and reset the pointer
1731 shape when the pointer goes outside the frame without grabbing.
1732 (mac_front_window): New function.
1733 (mac_window_to_frame): New macro.
1734 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
1735 (do_window_activate, do_window_deactivate, do_app_resume)
1736 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
1737 (do_zoom_window, mac_do_receive_drag, XTread_socket)
1738 (mac_check_for_quit_char): Use mac_front_window and/or
1739 mac_window_to_frame.
1740 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
1741 scroll-bar click event.
1742 (mac_define_frame_cursor): Change the pointer shape.
1743 (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
1744 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
1745 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
1746 (do_window_update): Don't do anything if the updated window is the
1747 tooltip window.
1748 (do_mouse_moved): Handle mouse movement events here (previously in
1749 XTread_socket). Clear the mouse face if
1750 dpyinfo->mouse_face_hidden is set.
1751 (do_os_event, do_events): Remove (now in XTread_socket).
1752 (XTread_socket): Immediately return if interrupt_input_blocked.
1753 Loop until all the events in the queue are processed.
1754 Rearrange codes for mouse grabbing. Add tooltip support. Include the
1755 contents of do_os_event and do_events. Remove mouse movement
1756 handling (now in do_mouse_moved). Add the case where
1757 Vmouse_highlight has an integer value.
1758 (NewMacWindow): Remove.
1759 (make_mac_frame): Do what NewMacWindow previously did. Don't do
1760 excess initializations.
1761 (make_mac_terminal_frame): Previous initializations in
1762 make_mac_frame are moved here.
1763 (mac_initialize_display_info):
1764 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
1765
1766 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
1767 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
1768
1769 2004-05-29 Richard M. Stallman <rms@gnu.org>
1770
1771 * lisp.h (truncate_undo_list): Update decl.
1772
1773 * alloc.c (undo_outer_limit): New variable.
1774 (syms_of_alloc): Defvar it.
1775 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
1776
1777 * undo.c (truncate_undo_list): New arg LIMITSIZE.
1778
1779 * alloc.c (lisp_align_malloc): Check for base == 0
1780 regardless of HAVE_POSIX_MEMALIGN.
1781 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
1782
1783 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
1786 (marker_blocks_pending_free): Remove.
1787 (Fgarbage_collect): Sweep after cleaning up undo-lists.
1788 Mark the undo lists after claning them up.
1789 Don't free block in marker_blocks_pending_free.
1790 (mark_buffer): Don't mark undo_list.
1791 (gc_sweep): Sweep hash-tables and strings first.
1792 Do free marker blocks that are empty.
1793
1794 2004-05-28 Jim Blandy <jimb@redhat.com>
1795
1796 * regex.c (print_partial_compiled_pattern): Add missing 'break'
1797 after 'case wordend'. For symbeg and symend, print to stderr,
1798 like the other cases.
1799
1800 2004-05-28 Noah Friedman <friedman@splode.com>
1801
1802 * process.c (Fdelete_process): Do not call remove_process.
1803
1804 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * alloc.c (struct backtrace): Remove.
1807 (Fgarbage_collect): Use the new mark_backtrace.
1808
1809 * eval.c (mark_backtrace): New function.
1810
1811 * minibuf.c (run_exit_minibuf_hook): New function.
1812 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
1813 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
1814
1815 2004-05-27 Kim F. Storm <storm@cua.dk>
1816
1817 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
1818 over display properties, e.g. images, that replace buffer text.
1819
1820 2004-05-25 Kim F. Storm <storm@cua.dk>
1821
1822 * alloc.c (marker_blocks_pending_free): New var.
1823 (gc_sweep): Store free marker blocks on that list.
1824 (Fgarbage_collect): Free them after undo-list cleanup.
1825
1826 * process.c (wait_reading_process_input): Check connect_wait_mask
1827 before actually accepting connection in case it has already been
1828 accepted due to recursion.
1829
1830 2004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1831
1832 * coding.c (Fset_safe_terminal_coding_system_internal):
1833 Set suppress_error in safe_terminal_coding, not terminal_coding.
1834
1835 2004-05-22 Richard M. Stallman <rms@gnu.org>
1836
1837 * alloc.c (Fmake_string): Doc fix.
1838
1839 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
1840 and the alist pairs too.
1841
1842 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
1843
1844 * emacs.c (main): Update copyright year.
1845
1846 * fileio.c (Fread_file_name): Expand DIR if not absolute.
1847
1848 * insdel.c (del_range_2, replace_range): Don't write an anchor
1849 if the gap is empty.
1850
1851 * xdisp.c (try_scrolling): If scroll-up-aggressively or
1852 scroll-down-aggressively is small but positive, put point
1853 near the screen edge.
1854
1855 2004-05-22 Juanma Barranquero <lektu@terra.es>
1856
1857 * keymap.c (Fdefine_key): Doc fix.
1858
1859 2004-05-22 Kim F. Storm <storm@cua.dk>
1860
1861 * alloc.c (struct backtrace): Add debug_on_exit member.
1862 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
1863 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
1864 the removed cons cells.
1865 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
1866 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
1867 any cons cells pointing to unallocated stings.
1868 Do not lisp_free any marker blocks, as there may still be pointers
1869 to them from buffer undo lists at this stage of GC.
1870
1871 * keyboard.c (struct backtrace): Add debug_on_exit member.
1872 (Fcommand_execute): Clear it.
1873
1874 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
1875
1876 * intervals.c (lookup_char_property): Do not prematurely return nil.
1877
1878 2004-05-19 Jim Blandy <jimb@redhat.com>
1879
1880 Add support for new '\_<' and '\_>' regexp operators, matching the
1881 beginning and end of symbols.
1882
1883 * regex.c (enum syntaxcode): Add Ssymbol.
1884 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
1885 (re_opcode_t): New opcodes `symbeg' and `symend'.
1886 (print_partial_compiled_pattern): Print the new opcodes properly.
1887 (regex_compile): Parse the new operators.
1888 (analyse_first): Skip sym(beg|end) (they match only the empty string).
1889 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
1890 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
1891 (re_match_2_internal): Match symbeg and symend.
1892
1893 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
1894
1895 2004-05-19 Kim F. Storm <storm@cua.dk>
1896
1897 * .gdbinit (xsymbol): Fix last change.
1898
1899 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * .gdbinit (xprintstr): New fun.
1902 (xstring, xprintsym): Use it.
1903
1904 * w32proc.c (create_child): Use INTMASK.
1905
1906 * alloc.c (Fgarbage_collect): Do all the marking before flushing
1907 unmarked elements of the undo list.
1908
1909 2004-05-18 David Ponce <david@dponce.com>
1910
1911 * print.c (print): Reset print_depth before to call print_object.
1912
1913 2004-05-18 Jason Rumney <jasonr@gnu.org>
1914
1915 * w32console.c: Prefix RIF functions with w32con_ to avoid
1916 namespace clash with functions in term.c and w32term.c.
1917
1918 * w32menu.c (add_menu_item, w32_menu_display_help)
1919 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
1920
1921 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
1922
1923 2004-05-18 Eli Zaretskii <eliz@gnu.org>
1924
1925 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
1926
1927 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
1928 with make_number.
1929 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
1930 with XINT.
1931
1932 2004-05-18 Kim F. Storm <storm@cua.dk>
1933
1934 * blockinput.h (INPUT_BLOCKED_P): New macros.
1935
1936 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
1937 (Ftop_level): Unblock input if blocked.
1938
1939 * buffer.h (GET_OVERLAYS_AT): New macro.
1940 * msdos.c (IT_note_mouse_highlight): Use it.
1941 * textprop.c (get_char_property_and_overlay): Use it.
1942 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
1943 * xfaces.c (face_at_buffer_position): Use it.
1944
1945 * print.c (print_object): Increase buf size.
1946
1947 2004-05-17 Jason Rumney <jasonr@gnu.org>
1948
1949 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
1950 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
1951 Lisp_Object using i member.
1952 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
1953 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
1954 consistently.
1955
1956 * w32proc.c (create_child): Use make_number instead of masking pid.
1957
1958 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
1959 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
1960 Use EQ to compare Lisp_Objects.
1961 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
1962
1963 * w32term.c (w32_num_mouse_buttons): Rename from
1964 Vw32_num_mouse_buttons and make it an int.
1965
1966 * w32.c (init_environment): Use it.
1967
1968 * w32fns.c (w32_wnd_proc): Likewise.
1969
1970 * w32proc.c (w32_pipe_read_delay): Rename from
1971 Vw32_pipe_read_delay and make it an int.
1972
1973 * w32.c (_sys_read_ahead): Use it.
1974
1975 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
1976
1977 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
1978
1979 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
1980 (key_event): Don't mix Lisp_Object and int.
1981
1982 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
1983
1984 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
1985 modifiers in language change event.
1986
1987 2004-05-17 Kim F. Storm <storm@cua.dk>
1988
1989 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
1990 Such objects may be freed markers which still exist on an undo list.
1991
1992 2004-05-16 Juanma Barranquero <lektu@terra.es>
1993
1994 * data.c (Fset_default): Make argument names match their use in
1995 docstring.
1996
1997 2004-05-15 Andreas Schwab <schwab@suse.de>
1998
1999 * emacs.c (gdb_array_mark_flag): Define.
2000 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
2001
2002 2004-05-15 Eli Zaretskii <eliz@gnu.org>
2003
2004 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
2005 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
2006 defined for the MS-DOS build.
2007
2008 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2009
2010 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
2011
2012 2004-05-14 Kenichi Handa <handa@m17n.org>
2013
2014 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
2015
2016 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2017
2018 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
2019 section to frame.c section.
2020 (Fxw_display_color_p, Fx_file_dialog): Declare if
2021 HAVE_WINDOW_SYSTEM defined.
2022
2023 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
2024
2025 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
2026
2027 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
2028 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
2029 (XTread_socket): Fix int/Lisp_Object mixup.
2030 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
2031
2032 * macterm.h (struct frame, struct face, struct image)
2033 (display_x_get_resource, Fx_display_color_p)
2034 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
2035 Add prototypes.
2036
2037 2004-05-14 Kim F. Storm <storm@cua.dk>
2038
2039 * process.c (wait_reading_process_input): Make reentrant.
2040 Make Available and Connecting non-static. Save and restore value
2041 of waiting_for_user_input_p.
2042
2043 2004-05-13 Kim F. Storm <storm@cua.dk>
2044
2045 * keyboard.c (mark_kboards): Don't mark x and y members
2046 that are overloaded in selection request events.
2047
2048 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
2051
2052 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
2053
2054 * window.c (Fdisplay_buffer, Fsplit_window)
2055 (split-height-threshold): Doc fix.
2056
2057 2004-05-13 Juanma Barranquero <lektu@terra.es>
2058
2059 * xfaces.c (Ftty_supports_face_attributes_p)
2060 (Finternal_copy_lisp_face): Fix typo in docstring.
2061 (Finternal_get_lisp_face_attribute): Fix docstring.
2062
2063 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2064
2065 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
2066
2067 2004-05-11 Steven Tamm <steventamm@mac.com>
2068
2069 * macfns.c (Fx_create_frame): Default to using tool-bar by
2070 setting tool-bar-lines to 1 in default-frame-alist.
2071
2072 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2073
2074 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
2075 (xpm_get_color_table_v, xpm_make_color_table_h)
2076 (xpm_put_color_table_h, xpm_get_color_table_h)
2077 (xpm_str_to_color_key, xpm_load_image, xpm_load)
2078 (syms_of_image): Support XPM on Carbon Emacs. Does not
2079 depend on libXpm, but only supports XPM version 3 without extensions.
2080
2081 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2082
2083 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
2084 instead of FRAME_X_P
2085
2086 2004-05-11 Kim F. Storm <storm@cua.dk>
2087
2088 * process.c (read_process_output): Grow decoding_buf when needed;
2089 this could cause a crash in allocate_string and compact_small_strings.
2090
2091 2004-04-29 Jim Blandy <jimb@redhat.com>
2092
2093 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
2094 against proper opcode.
2095
2096 2004-05-10 Juanma Barranquero <lektu@terra.es>
2097
2098 * process.c (Fstart_process): Fix docstring.
2099
2100 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
2101 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
2102 (Fsplit_char, Fchar_charset): Make argument names match their use
2103 in docstring.
2104
2105 2004-05-10 Richard M. Stallman <rms@gnu.org>
2106
2107 * print.c (print_preprocess): Use being_printed, loop_count and
2108 halftail to detect overdeep nesting and cyclic cdr chains.
2109
2110 2004-05-10 Andreas Schwab <schwab@suse.de>
2111
2112 * lisp.h: Declare Fmake_symbolic_link.
2113
2114 * fileio.c (Frename_file): Remove extra argument in call to
2115 Fmake_symbolic_link.
2116
2117 2004-05-10 Kim F. Storm <storm@cua.dk>
2118
2119 * xdisp.c (calc_line_height_property): Use string position when
2120 object is a string.
2121
2122 2004-05-10 Kenichi Handa <handa@m17n.org>
2123
2124 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
2125 inhibit-modification-hooks to t temporarily before calling
2126 Ferase_buffer.
2127
2128 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
2129 inhibit-modification-hooks to t temporarily before calling
2130 Ferase_buffer.
2131
2132 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
2133 inhibit-modification-hooks to t temporarily before calling
2134 Ferase_buffer.
2135
2136 * fns.c (count_combining): Delete it.
2137 (concat): Don't check combining bytes.
2138
2139 2004-05-09 Jason Rumney <jasonr@gnu.org>
2140
2141 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
2142 (globals_of_w32fns): Set it.
2143
2144 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
2145
2146 * data.c (Fquo): Simplify.
2147
2148 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
2149
2150 * data.c (Fquo): If any argument is float, do the computation in
2151 floating point.
2152
2153 2004-05-08 Juanma Barranquero <lektu@terra.es>
2154
2155 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
2156 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
2157 Fix spelling of Emacs on docstring.
2158 (Fset_process_coding_system, Fprocess_coding_system)
2159 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
2160 Make argument names match their use in docstring.
2161 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
2162 Fix docstring.
2163
2164 * editfns.c (Finsert_buffer_substring): Make argument names match their
2165 use in docstring.
2166
2167 * syntax.c (Fmodify_syntax_entry): Fix docstring.
2168
2169 2004-05-07 Steven Tamm <steventamm@mac.com>
2170
2171 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
2172 around call to ReceiveEvent to avoid certain crashes.
2173
2174 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2175
2176 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
2177 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
2178 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
2179 Save/restore the current graphics port and device handle when
2180 drawing into an offscreen graphics world.
2181
2182 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
2183 (gif_load): Likewise.
2184
2185 2004-05-07 Juanma Barranquero <lektu@terra.es>
2186
2187 * window.c (Fset_window_buffer): Fix docstring.
2188
2189 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2190
2191 * emacs.c (main) [VMS]: Fix var ref.
2192
2193 2004-05-06 Romain Francoise <romain@orebokech.com>
2194
2195 * data.c (Fsetq_default): Fix docstring.
2196
2197 2004-05-06 Jason Rumney <jasonr@gnu.org>
2198
2199 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
2200 to avoid name clash.
2201
2202 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2203
2204 * fileio.c (barf_or_query_if_file_exists): Use lstat.
2205 (Frename_file): Handle renaming of symlinks across file systems.
2206 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
2207
2208 2004-05-04 Kim F. Storm <storm@cua.dk>
2209
2210 * xdisp.c (Qtotal): New var.
2211 (syms_of_xdisp): Intern and staticpro it.
2212 (calc_line_height_property): New arg total. Set it if
2213 line-spacing property has format (total . VALUE).
2214 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
2215 Handle total line-spacing property.
2216
2217 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2218
2219 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
2220 "under" scroll bar when size/position changes.
2221
2222 2004-05-03 Jason Rumney <jasonr@gnu.org>
2223
2224 * makefile.nt: Remove.
2225
2226 2004-05-02 Eli Zaretskii <eliz@gnu.org>
2227
2228 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
2229 Avoid compiler warnings.
2230
2231 * Makefile.in (region-cache.o): Depend on config.h.
2232
2233 2004-05-02 Romain Francoise <romain@orebokech.com>
2234
2235 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
2236 with continuation lines, too.
2237
2238 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2239
2240 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
2241
2242 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * xdisp.c (calc_line_height_property): YAILOM (yet another
2245 int/Lisp_Object mixup).
2246
2247 2004-05-01 Eli Zaretskii <eliz@gnu.org>
2248
2249 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
2250 undo bad effect of pack(4) in some versions of system headers.
2251
2252 2004-05-01 Jason Rumney <jasonr@gnu.org>
2253
2254 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
2255
2256 2004-04-30 Kim F. Storm <storm@cua.dk>
2257
2258 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
2259 (syms_of_buffer) <cursor-type>: Doc fix.
2260
2261 * dispextern.h (struct it): Remove member use_default_face.
2262 Add members override_ascent, override_descent, override_boff.
2263
2264 * xdisp.c (init_iterator): Handle line-spacing float value.
2265 Initialize override_ascent member.
2266 (append_space_for_newline): Reset override_ascent.
2267 Remove use_default_face.
2268 (calc_line_height_property): New function to calculate value of
2269 line-height and line-spacing properties. Look at overlays, too.
2270 Set override_ascent, override_descent, override_boff members when
2271 using another face than the current face. Float values are now
2272 relative to the frame default font, by default; accept a cons
2273 of ratio and face name to specify value relative to a specific face.
2274 (x_produce_glyphs): Use calc_line_height_property.
2275 Use override_ascent etc. when set to handle different face heights.
2276 A negative line-spacing property value is interpreted as a total
2277 line height, rather than inter-line spacing.
2278 (note_mouse_highlight): Allocate room for 40 overlays initially.
2279
2280 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * data.c (Fsubr_name): New fun.
2283 (syms_of_data): Defsubr it.
2284
2285 2004-04-29 Kim F. Storm <storm@cua.dk>
2286
2287 * xdisp.c (null_glyph_slice): New var.
2288 (append_glyph, append_composite_glyph, append_stretch_glyph):
2289 Use it to initialize glyph slice.
2290
2291 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
2294 (on_hot_spot_p): Make sure we always return a value.
2295 (Flookup_image_map): Remove unused var ix and iy.
2296 (note_mode_line_or_margin_highlight): Remove unused var `image'.
2297
2298 2004-04-27 Eli Zaretskii <eliz@gnu.org>
2299
2300 * msdos.c (init_environment): If one of the TMP... environment
2301 variables is set to a drive letter without a trailing slash,
2302 append a slash.
2303
2304 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
2305
2306 * editfns.c (lisp_time_argument): Provide externally.
2307
2308 * fileio.c (Fset_file_times): New function.
2309 (syms_of_fileio): Intern and staticpro it.
2310
2311 2004-04-27 Kim F. Storm <storm@cua.dk>
2312
2313 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
2314 header line strings.
2315
2316 * dispextern.h (struct it): New member use_default_face.
2317
2318 * xdisp.c (Qline_height): New variable.
2319 (syms_of_xdisp): Intern and staticpro it.
2320 (append_space_for_newline): Partially undo 2004-04-25 change;
2321 add default_face_p arg, and restore callers.
2322 Clear it->use_default_face after use.
2323 (x_produce_glyphs): Set default font for ascii char if
2324 it->use_default_font is set. Change line-spacing property to set
2325 just extra line spacing. Handle new line-height property.
2326
2327 2004-04-26 Andreas Schwab <schwab@suse.de>
2328
2329 * print.c (print_object): Print non-ascii characters in bool
2330 vector representation as octal escapes.
2331
2332 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
2333 * print.c (print_object): Use it instead of BITS_PER_CHAR for
2334 bool vectors.
2335 * lread.c (read1): Likewise.
2336 * alloc.c (Fmake_bool_vector): Likewise.
2337 * data.c (Faref, Faset): Likewise.
2338 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
2339 (mapcar1): Likewise.
2340
2341 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
2342
2343 * lread.c (init_lread): Fixing typo HAVE_CARBON test logic
2344
2345 2004-04-26 Miles Bader <miles@gnu.org>
2346
2347 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
2348
2349 2004-04-26 Juanma Barranquero <lektu@terra.es>
2350
2351 * buffer.c (Fpop_to_buffer): Fix docstring.
2352
2353 2004-04-26 Steven Tamm <steventamm@mac.com>
2354
2355 * lread.c (init_lread): Don't display missing lisp directory
2356 warnings with Carbon Emacs because self-contained bundled Emacs
2357 may be built without correct installation path.
2358
2359 2004-04-25 Kim F. Storm <storm@cua.dk>
2360
2361 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
2362
2363 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
2364
2365 * xdisp.c (append_space_for_newline): Rename from append_space.
2366 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
2367 (x_produce_glyphs): Handle line-spacing property on newline char.
2368 If value is t, adjust ascent and descent to fit current row height.
2369 If value is an integer or float, set extra_line_spacing to integer
2370 value, or to float value x current line height.
2371
2372 2004-04-23 Kenichi Handa <handa@m17n.org>
2373
2374 * fontset.c (Finternal_char_font): If POSITION is nil, return
2375 font for displaying CH with the default face.
2376
2377 2004-04-23 Juanma Barranquero <lektu@terra.es>
2378
2379 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
2380
2381 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
2384 Don't make assumptions about the relative place of i and val.
2385 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
2386
2387 2004-04-21 Kim F. Storm <storm@cua.dk>
2388
2389 * dispextern.h (struct glyph_slice): New struct.
2390 (struct glyph): New member slice.
2391 (GLYPH_SLICE_EQUAL_P): New macro.
2392 (GLYPH_EQUAL_P): Use it.
2393 (struct glyph_string): New member slice.
2394 (struct it_slice): New struct.
2395 (struct it): New member slice, add member to stack too.
2396 New member constrain_row_ascent_descent_p.
2397 (image_ascent): Add prototype.
2398
2399 * dispnew.c (buffer_posn_from_coords): Return full image width
2400 and height even for image slices (posn is relative to full image).
2401 (marginal_area_string): Adjust x0,y0 for image slice.
2402
2403 * image.c (image_ascent): Add slice arg; calculate ascent for
2404 image slice (or full image).
2405
2406 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
2407 (syms_of_keyboard): Defsubr them.
2408
2409 * lisp.h (pos_visible_p): Fix prototype.
2410
2411 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
2412 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
2413 (x_draw_image_foreground, x_draw_image_relief)
2414 (x_draw_image_foreground_1, x_draw_image_glyph_string):
2415 Draw sliced images.
2416
2417 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
2418 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
2419 (x_draw_image_foreground, x_draw_image_relief)
2420 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
2421 Draw sliced images.
2422
2423 * w32term.h (image_ascent): Remove prototype.
2424
2425 * window.c (Fpos_visible_in_window_p): Return pixel position if
2426 PARTIALLY arg is non-nil. Simplify. Doc fix.
2427 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
2428 to return/set vscroll in pixels.
2429
2430 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
2431
2432 * xdisp.c (Qslice): New variable.
2433 (syms_of_xdisp): Intern and staticpro it.
2434 (pos_visible_p): Return pixel position in new x and y args.
2435 (init_iterator): Reset it->slice info.
2436 (handle_display_prop): Parse (slice ...) property.
2437 (push_it, pop_it): Save/restore slice info.
2438 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
2439 force repositioning of tall row if window is vscrolled, as that
2440 would reset vscroll.
2441 (append_space): Set it->constrain_row_ascent_descent_p to avoid
2442 increasing row height if row is non-empty.
2443 (fill_image_glyph_string): Copy slice info.
2444 (take_vertical_position_into_account): Simplify.
2445 (produce_image_glyph): Handle iterator slice info, setup glyph
2446 slice info. Do not force minimum line height.
2447 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
2448 do not increase height (ascent/descent) of non-empty row when
2449 adding normal character glyph; instead reduce glyph ascent/descent
2450 appropriately; if row is higher than current glyph, adjust glyph
2451 descent/ascent to reposition glyph within the existing row.
2452 Likewise, when char is newline, only set ascent/descent if row is
2453 currently empty.
2454 (note_mouse_highlight): Handle hotspots with sliced image.
2455
2456 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
2457 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
2458 (x_draw_image_foreground, x_draw_image_relief)
2459 (x_draw_image_foreground_1, x_draw_image_glyph_string):
2460 Draw sliced images.
2461
2462 * xterm.h (image_ascent): Remove prototype.
2463
2464 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
2467
2468 2004-04-20 John Paul Wallington <jpw@gnu.org>
2469
2470 * fns.c (Fassoc, Feql): Fix indentation.
2471
2472 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
2473
2474 2004-04-19 John Paul Wallington <jpw@gnu.org>
2475
2476 * fns.c (Feql): New function.
2477 (syms_of_fns): Defsubr it.
2478
2479 2004-04-18 Jason Rumney <jasonr@gnu.org>
2480
2481 * w32select.c (Fw32_set_clipboard_data): Get sequence number
2482 after closing the clipboard.
2483
2484 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
2485
2486 * buffer.c (Fbuffer_base_buffer): Doc fix.
2487
2488 2004-04-17 Kim F. Storm <storm@cua.dk>
2489
2490 * keymap.c (Fkey_description): Add optional PREFIX arg.
2491 Combine prefix with KEYS to make up the full key sequence to describe.
2492 Correlate meta_prefix_char and following (simple) key to describe
2493 as meta modifier. All callers changed.
2494 (describe_map): Rename arg `keys' to `prefix'. Remove local
2495 `elt_prefix' var. Use Fkey_description with prefix instead of
2496 elt_prefix combined with Fsingle_key_description.
2497 (describe_vector): Declare static. Replace arg `elt_prefix' with
2498 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
2499 if !KEYMAP_P. Use Fkey_description with prefix instead of
2500 Fsingle_key_description.
2501
2502 * keymap.h (Fkey_description): Fix prototype.
2503 (describe_vector): Remove prototype.
2504
2505 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
2506
2507 * image.c (PNG_BG_COLOR_SHIFT): Remove.
2508 (png_load): Fix calculation of transparent background color on X
2509 and W32 platforms.
2510
2511 2004-04-16 Juanma Barranquero <lektu@terra.es>
2512
2513 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
2514 not too large before computing how much to scroll.
2515
2516 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2517
2518 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
2519
2520 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
2521
2522 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
2523 Add hyperlink to Elisp manual to the docstring.
2524
2525 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * callint.c (fix_command): Use XDCR.
2528
2529 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
2530
2531 * window.c (Fget_lru_window): Doc fix.
2532
2533 2004-04-14 Kim F. Storm <storm@cua.dk>
2534
2535 * editfns.c (Fformat): Fix allocation size of precision array.
2536
2537 * dispnew.c (update_window): Only set changed_p if
2538 scrolling_window actually did scroll.
2539 (scrolling_window): Only return 1 if we actually did scroll.
2540
2541 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
2542 height to glyph height when cursor row is not fully visible.
2543 (make_cursor_line_fully_visible): Add FORCE_P arg to return
2544 failure in case row is higher than window. Callers changed.
2545 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
2546 Try to scroll partially visible, higher-than-window cursor row.
2547 (redisplay_window): Always try to scroll partially visible,
2548 higher-than-window cursor row - both initially and again with
2549 centering_position = 0.
2550 Clear desired matrix before retrying with centering_position = 0.
2551
2552 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2553
2554 * syntax.c (scan_lists): Simplify backward string scan.
2555 Fix off-by-one boundary check for string and comment fences.
2556
2557 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
2558
2559 * sheap.c, unexcw.c: New files.
2560
2561 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
2562
2563 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
2564 base buffer has been killed. Correct the error message if the
2565 base buffer does not exist.
2566
2567 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
2568
2569 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
2570 Cygwin itself. Add support for Xaw3d scrollbars.
2571
2572 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
2573
2574 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
2575
2576 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
2577 before Cygwin unexec.
2578
2579 * Makefile.in: Link changes for Cygwin unexec() support.
2580
2581 2004-04-12 Andreas Schwab <schwab@suse.de>
2582
2583 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
2584
2585 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
2586
2587 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
2588 IGNORE argument equals NAME. Doc fix.
2589
2590 2004-04-11 Masatake YAMATO <jet@gyve.org>
2591
2592 * buffer.c (fix_start_end_in_overlays): Make overlays
2593 empty if they are backwards.
2594
2595 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * xfaces.c (face_color_supported_p): Fix compilation without X11.
2598
2599 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * doc.c (Fsnarf_documentation): Ignore new file name entries.
2602
2603 2004-04-06 Kim F. Storm <storm@cua.dk>
2604
2605 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
2606 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
2607
2608 * w32term.c (w32_read_socket): Set mouse_face_hidden after
2609 clearing highlight.
2610
2611 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
2612
2613 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
2614 clearing highlight.
2615
2616 * indent.c (vmotion): Do not reserve one column for continuation
2617 marks on window frames.
2618
2619 2004-04-04 Eli Zaretskii <eliz@gnu.org>
2620
2621 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
2622 from GCC.
2623
2624 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * .gdbinit-union: Remove.
2627
2628 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
2629 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
2630 ($nonvalbits): Remove.
2631 ($valmask): Set it by calling xreload to avoid redundancy.
2632
2633 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
2634 (gdb_emacs_intbits): Remove.
2635
2636 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2637
2638 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
2639
2640 2004-03-30 Kenichi Handa <handa@m17n.org>
2641
2642 * editfns.c (Fformat): Fix initialization of the array info.
2643
2644 2004-03-30 Kim F. Storm <storm@cua.dk>
2645
2646 * xterm.c (x_mouse_click_focus_ignore_position): New var.
2647 (syms_of_xterm): DEFVAR_BOOL it.
2648 (ignore_next_mouse_click_timeout): New var.
2649 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
2650 Use it to filter mouse clicks following focus event.
2651
2652 2004-03-29 David Ponce <david@dponce.com>
2653
2654 * callint.c (Fcall_interactively): Fix last change.
2655
2656 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2657
2658 * eval.c (Fcommandp): Simplify.
2659
2660 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
2661 Extend to handle all kinds of functions.
2662
2663 * lisp.h (Finteractive_form): Declare.
2664
2665 * callint.c (Fcall_interactively): Use it.
2666
2667 2004-03-26 Kim F. Storm <storm@cua.dk>
2668
2669 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
2670 to catch errors in calc_pixel_width_or_height during redisplay.
2671
2672 2004-03-26 Masatake YAMATO <jet@gyve.org>
2673
2674 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
2675
2676 * lisp.h (fix_start_end_in_overlays): Likewise.
2677
2678 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
2679
2680 * editfns.c (Ftranspose_regions): Likewise.
2681
2682 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2683
2684 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
2685
2686 2004-03-19 Richard M. Stallman <rms@gnu.org>
2687
2688 * s/sol2-6.h: Delete previous change.
2689
2690 2004-03-19 Kim F. Storm <storm@cua.dk>
2691
2692 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
2693 to_charpos corresponds to newline in right fringe. Use local
2694 BUFFER_POS_REACHED_P macro.
2695
2696 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2697
2698 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
2699 to compile on non-window system.
2700
2701 2004-03-19 Kim F. Storm <storm@cua.dk>
2702
2703 * dispextern.h (calc_pixel_width_or_height): Add prototype.
2704
2705 * image.c (Qcenter): Move to xdisp.c.
2706
2707 * xdisp.c (Qcenter): Declare here.
2708 (syms_of_xdisp): Intern and staticpro it.
2709 (handle_single_display_prop): Allow space display property on all
2710 platforms.
2711 (display_mode_line): Set mode_line_p before displaying line.
2712 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
2713 handling. Remove complex cases for fringes and scroll-bars.
2714 Add left, right, and center alignment positions. Add text (area)
2715 width/height. Return width or height for image specs.
2716 (produce_stretch_glyph): Improve handling of :align-to. Is now
2717 relative to left of text area by default, but other base offsets
2718 can be specified -- also for text lines.
2719
2720 * term.c (produce_glyphs): Handle IT_STRETCH.
2721 (produce_stretch_glyph): New function to handle space width and
2722 align-to display properties on non-window systems.
2723
2724 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * fileio.c (Fread_file_name): Set completion-ignore-case for
2727 case-insensitive systems.
2728
2729 2004-03-14 Masatake YAMATO <jet@gyve.org>
2730
2731 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
2732 when keymap and cursor are setup.
2733
2734 2004-03-14 Steven Tamm <steventamm@mac.com>
2735
2736 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
2737
2738 2004-03-14 Kim F. Storm <storm@cua.dk>
2739
2740 * dispextern.h (x_find_image_file): Add prototype.
2741
2742 * image.c (x_find_image_file): Make extern.
2743
2744 * xfns.c (x_find_image_file): Remove prototype.
2745
2746 2004-03-13 Eli Zaretskii <eliz@gnu.org>
2747
2748 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
2749
2750 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
2751
2752 2004-03-12 Richard M. Stallman <rms@gnu.org>
2753
2754 * fns.c (internal_equal): New arg PROPS controls comparing
2755 text properties. All callers changed.
2756 (Fequal_including_properties): New function.
2757 (syms_of_fns): defsubr it.
2758
2759 2004-03-12 Kim F. Storm <storm@cua.dk>
2760
2761 Fix image support on MAC. From YAMAMOTO Mitsuharu.
2762
2763 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
2764 (image_background, image_background_transparent): Fix prototypes.
2765
2766 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
2767
2768 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
2769 (x_query_font, x_find_ccl_program, x_set_window_size)
2770 (x_make_frame_visible, mac_initialize, XCreatePixmap)
2771 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
2772 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
2773
2774 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
2775 (x_query_font, x_find_ccl_program, x_set_window_size)
2776 (x_make_frame_visible, mac_initialize, XCreatePixmap)
2777 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
2778 (mac_draw_line_to_pixmap): Add prototypes.
2779
2780 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2781
2782 * macterm.c (XTread_socket): Fix mouse click on tool bar.
2783
2784 2004-03-11 Kim F. Storm <storm@cua.dk>
2785
2786 * dispextern.h: Move image related prototypes from xfns.c section
2787 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
2788 HAVE_X_WINDOWS.
2789
2790 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
2791 Move gtkutil.o to new GTK_OBJ list.
2792 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
2793 (GTK_OBJ) [USE_GTK]: New declaration.
2794 (obj): Add $(GTK_OBJ) to list.
2795
2796 2004-03-11 Steven Tamm <steventamm@mac.com>
2797
2798 * image.c [MAC_OSX]: Include sys/stat.h
2799
2800 * macfns.c (syms_of_macfns): Remove definitions of things now
2801 defined in image.c
2802
2803 2004-03-11 Kim F. Storm <storm@cua.dk>
2804
2805 The following changes consolidates the identical/similar image
2806 support code previously found in xfns.c, w32fns.c, and macfns.c
2807 into a new file image.c.
2808
2809 * makefile.w32-in (OBJ1): Add image.o.
2810 ($(BLD)/image.$(O)): Add dependencies.
2811
2812 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
2813 (image.o): Add dependencies.
2814
2815 * image.c: New file with consolidated image support code.
2816 (COLOR_TABLE_SUPPORT): New define to control whether
2817 color table support is available (X only).
2818 (Bitmap_Record): Common name for x_bitmap_record,
2819 w32_bitmap_record, and mac_bitmap_record.
2820 (XImagePtr): Common name for pointer to XImage or equivalent.
2821 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
2822 to XImagePtr on X+MAC, and to HDC on W32.
2823 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
2824 (NO_PIXMAP): Common name for "None" or equivalent.
2825 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
2826 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
2827 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
2828 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
2829 Define with suitable equivalents on W32 and MAC for code sharing.
2830 (XDrawLine): Define on MAC for code sharing.
2831 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
2832 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
2833 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
2834 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
2835 (x_reference_bitmap, x_create_bitmap_from_data)
2836 (x_create_bitmap_from_file, x_destroy_bitmap)
2837 (x_destroy_all_bitmaps, x_create_bitmap_mask)
2838 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
2839 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
2840 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2841 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
2842 (define_image_type, lookup_image_type, valid_image_p)
2843 (image_error, enum image_value_type, struct image_keyword)
2844 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
2845 (make_image, free_image, prepare_image_for_display, image_ascent)
2846 (four_corners_best, image_background, image_background_transparent)
2847 (x_clear_image_1, x_clear_image, x_alloc_image_color)
2848 (make_image_cache, free_image_cache, clear_image_cache)
2849 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
2850 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
2851 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
2852 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
2853 (init_image_func_pointer, image_load_quartz2d)
2854 (struct ct_color, init_color_table, free_color_table)
2855 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
2856 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
2857 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
2858 (x_disable_image, x_build_heuristic_mask)
2859 (XBM support, XPM support, PBM support, PNG support, JPEG support)
2860 (TIFF support, GIF support, Ghostscript support): Consolidate image
2861 code from xfns.c, w32fns.c, and macfns.c.
2862 (syms_of_image): Consolidate image related symbol setup here.
2863 (init_image): Consolidate image related initializations here.
2864
2865 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
2866 and init_image. Remove call to init_xfns.
2867
2868 * macterm.h (struct mac_bitmap_record): Add file member.
2869 Not currently used, but simplifies code sharing.
2870
2871 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
2872 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
2873 (x_reference_bitmap, x_create_bitmap_from_data)
2874 (x_create_bitmap_from_file, x_destroy_bitmap)
2875 (x_destroy_all_bitmaps, x_create_bitmap_mask)
2876 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
2877 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
2878 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2879 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
2880 (define_image_type, lookup_image_type, valid_image_p)
2881 (image_error, enum image_value_type, struct image_keyword)
2882 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
2883 (make_image, free_image, prepare_image_for_display, image_ascent)
2884 (four_corners_best, image_background, image_background_transparent)
2885 (x_clear_image_1, x_clear_image, x_alloc_image_color)
2886 (make_image_cache, free_image_cache, clear_image_cache)
2887 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
2888 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
2889 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
2890 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
2891 (init_image_func_pointer, image_load_quartz2d)
2892 (struct ct_color, init_color_table, free_color_table)
2893 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
2894 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
2895 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
2896 (x_disable_image, x_build_heuristic_mask)
2897 (XBM support, XPM support, PBM support, PNG support, JPEG support)
2898 (TIFF support, GIF support, Ghostscript support): Merge with image
2899 code from xfns.c and macfns.c into image.c.
2900 (syms_of_xfns): Move image related symbols to image.c.
2901 (init_external_image_libraries, init_xfns): Remove; initialization
2902 moved to init_image in image.c.
2903
2904 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
2905 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
2906 (x_reference_bitmap, x_create_bitmap_from_data)
2907 (x_create_bitmap_from_file, x_destroy_bitmap)
2908 (x_destroy_all_bitmaps, x_create_bitmap_mask)
2909 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
2910 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2911 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
2912 (define_image_type, lookup_image_type, valid_image_p)
2913 (image_error, enum image_value_type, struct image_keyword)
2914 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
2915 (make_image, free_image, prepare_image_for_display, image_ascent)
2916 (four_corners_best, image_background, image_background_transparent)
2917 (x_clear_image_1, x_clear_image, x_alloc_image_color)
2918 (make_image_cache, free_image_cache, clear_image_cache)
2919 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
2920 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
2921 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
2922 (struct ct_color, init_color_table, free_color_table)
2923 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
2924 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
2925 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
2926 (x_disable_image, x_build_heuristic_mask)
2927 (XBM support, XPM support, PBM support, PNG support, JPEG support)
2928 (TIFF support, GIF support, Ghostscript support): Merge with image
2929 code from xfns.c and macfns.c into image.c.
2930 (syms_of_xfns): Move image related symbols to image.c.
2931 (init_external_image_libraries, init_xfns): Remove; initialization
2932 moved to init_image in image.c.
2933
2934 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
2935 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
2936 (x_reference_bitmap, x_create_bitmap_from_data)
2937 (x_create_bitmap_from_file, x_destroy_bitmap)
2938 (x_destroy_all_bitmaps, x_create_bitmap_mask)
2939 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
2940 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
2941 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
2942 (define_image_type, lookup_image_type, valid_image_p)
2943 (image_error, enum image_value_type, struct image_keyword)
2944 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
2945 (make_image, free_image, prepare_image_for_display, image_ascent)
2946 (four_corners_best, image_background, image_background_transparent)
2947 (x_clear_image_1, x_clear_image, x_alloc_image_color)
2948 (make_image_cache, free_image_cache, clear_image_cache)
2949 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
2950 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
2951 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
2952 (struct ct_color, init_color_table, free_color_table)
2953 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
2954 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
2955 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
2956 (x_disable_image, x_build_heuristic_mask)
2957 (XBM support, XPM support, PBM support, PNG support, JPEG support)
2958 (TIFF support, GIF support, Ghostscript support): Merge with
2959 w32fns.c and macfns.c image code into image.c.
2960 (syms_of_xfns): Move image related symbols to image.c.
2961 (init_xfns): Remove; initialization moved to init_image in image.c.
2962
2963 * lisp.h (syms_of_image, init_image): Add protoypes.
2964 (init_xfns): Remove prototype.
2965
2966 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
2967 (x_reference_bitmap, x_create_bitmap_from_data)
2968 (x_create_bitmap_from_file, x_destroy_bitmap)
2969 (x_create_bitmap_mask): Move prototypes from dispextern.h.
2970 (gamma_correct) [MAC_OS]: Add prototype.
2971
2972 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
2973 (x_reference_bitmap, x_create_bitmap_from_data)
2974 (x_create_bitmap_from_file, x_destroy_bitmap)
2975 (x_create_bitmap_mask): Move prototypes to dispextern.h.
2976
2977 2004-03-09 Kenichi Handa <handa@etlken2>
2978
2979 * coding.c (decode_coding_emacs_mule): Handle insufficent source
2980 correctly.
2981
2982 2004-03-04 Richard M. Stallman <rms@gnu.org>
2983
2984 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
2985
2986 * window.c (Fdisplay_buffer): Doc fix.
2987
2988 * buffer.c (Fpop_to_buffer): Doc fix.
2989
2990 2004-03-03 Kim F. Storm <storm@cua.dk>
2991
2992 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
2993
2994 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
2997
2998 2004-03-02 Richard M. Stallman <rms@gnu.org>
2999
3000 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
3001
3002 2004-03-02 Kenichi Handa <handa@m17n.org>
3003
3004 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
3005
3006 2004-03-02 Kim F. Storm <storm@cua.dk>
3007
3008 * window.h (struct window): New member overlay_arrow_bitmap.
3009
3010 * window.c (make_window): Initialize overlay_arrow_bitmap.
3011
3012 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
3013 implement and integrate multiple overlay arrows with redisplay.
3014 (syms_of_xdisp): DEFVAR_LISP and initialize it.
3015 (last_arrow_position, last_arrow_string): Replace by properties.
3016 (Qlast_arrow_position, Qlast_arrow_string)
3017 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
3018 (syms_of_xdisp): Intern and staticpro them.
3019 (overlay_arrow_string_or_property, update_overlay_arrows)
3020 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
3021 (overlay_arrow_at_row): New functions for multiple overlay arrows.
3022 (redisplay_internal): Use them instead of directly accessing
3023 Voverlay_arrow_position etc. for multiple overlay arrows.
3024 (mark_window_display_accurate): Use update_overlay_arrows.
3025 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
3026 (try_window_id): Use overlay_arrows_changed_p.
3027 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
3028 (display_line): Use overlay_arrow_at_row to check multiple
3029 overlay arrows, and get relevant overlay-arrow-string and
3030 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
3031 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
3032 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
3033
3034 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
3035 (update_window_fringes): Remove unused code.
3036
3037 2004-03-01 Jason Rumney <jasonr@gnu.org>
3038
3039 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
3040
3041 2004-03-01 Juanma Barranquero <lektu@terra.es>
3042
3043 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
3044
3045 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
3046
3047 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3048
3049 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
3050 how many colors can be displayed.
3051
3052 2004-03-01 Kenichi Handa <handa@m17n.org>
3053
3054 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
3055 correctly.
3056
3057 2004-02-28 Kim F. Storm <storm@cua.dk>
3058
3059 * dispnew.c (update_window): Update header line also if there are
3060 no other changes in window (move code after set_cursor label).
3061
3062 * lisp.h (mark_window_display_accurate): Remove prototype.
3063
3064 * window.c (window_loop, Fforce_window_update): Force mode line
3065 updates by setting prevent_redisplay_optimizations_p and
3066 update_mode_lines.
3067
3068 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3069
3070 * xfns.c (x_window): Fix indentation.
3071
3072 * xterm.c (x_calc_absolute_position): Call x_real_positions
3073 to get WM window sizes and use those to calculate position.
3074 (x_set_offset): Remove code commented out.
3075
3076 2004-02-28 Miles Bader <miles@gnu.org>
3077
3078 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
3079
3080 2004-02-28 Kim F. Storm <storm@cua.dk>
3081
3082 * keyboard.c (kbd_buffer_store_event_hold): New function to store
3083 an event into kbd fifo, but with special handling of quit event;
3084 a quit event is saved for later, and further events are discarded
3085 until the saved quit event has been processed.
3086 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
3087 (gen_help_event): Store help event in kbd fifo.
3088 (NREAD_INPUT_EVENTS): Remove.
3089 (read_avail_input): Adapt to new read_socket_hook interface.
3090 Remove allocation and initialization of local input_event buffer,
3091 as read_socket_hook stores events directly in fifo. Allocate and
3092 initialize local hold_quit event to handle postponed quit event
3093 (and store it if set by kbd_buffer_store_event_hold).
3094
3095 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
3096 (gen_help_event): Fix prototype.
3097
3098 * macterm.c (XTread_socket): Remove bufp_r and
3099 numcharsp args. Add hold_quit arg.
3100 Rework to use just one, local, inev input_event. Store inev
3101 directly in fifo using kbd_buffer_store_event_hold.
3102
3103 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
3104 (read_input_waiting): Adapt to new read_socket_hook interface.
3105 Remove allocation and initialization of local input_event buffer,
3106 as read_socket_hook stores events directly in fifo. Allocate and
3107 initialize local hold_quit event to handle postponed quit event
3108 (and store it if set by kbd_buffer_store_event_hold).
3109
3110 * term.c (read_socket_hook): Fix arg list.
3111
3112 * termhooks.h (read_socket_hook): Fix prototype.
3113
3114 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
3115 numcharsp args. Add hold_quit arg.
3116 Rework to use just one, local, inev input_event. Store inev
3117 directly in fifo using kbd_buffer_store_event_hold.
3118
3119 * w32inevt.h (w32_console_mouse_position): Fix prototype.
3120
3121 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
3122 Add hold_quit arg. Rework to use just one, local, inev
3123 input_event. Store inev directly in fifo using
3124 kbd_buffer_store_event_hold. Update count in one place.
3125 Postpone call to gen_help_event until inev is stored; use new
3126 local do_help for this.
3127 Remove local emacs_event in handing of ButtonPress event; just use
3128 inev instead (so no reason to copy it later).
3129
3130 * xsmfns.c (x_session_check_input): Remove numchars arg.
3131
3132 * xterm.c (x_focus_changed, x_detect_focus_change):
3133 Remove numchars arg. Always store event into bufp arg.
3134 Return nothing. Callers changed accordingly.
3135 (glyph_rect): Simplify.
3136 (STORE_KEYSYM_FOR_DEBUG): New macro.
3137 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
3138 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
3139 (current_hold_quit) [USE_GTK]: Add.
3140 (event_handler_gdk): Adapt to new handle_one_xevent.
3141 (handle_one_xevent): Remove bufp_r and numcharsp args.
3142 Add hold_quit arg. Rework to use just one, local, inev
3143 input_event. Store inev directly in fifo using
3144 kbd_buffer_store_event_hold. Update count in one place.
3145 Postpone call to gen_help_event until inev is stored; use new
3146 local do_help for this.
3147 Simplify handling of keysyms (consolidate common code). Fix bug
3148 where count was updated with nchars instead of nbytes.
3149 Remove local emacs_event in handing of ButtonPress event; just use
3150 inev instead (so no reason to copy it later).
3151 Remove `out' label. Rename label `ret' to `done'; add various
3152 `goto done' to clarify code flow in deeply nested blocks.
3153 (x_dispatch_event): Simplify as handle_one_xevent now calls
3154 kbd_buffer_store_event itself.
3155 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
3156 arg. Call handle_one_xevent with new arglist. Store event from
3157 x_session_check_input in fifo.
3158 [USE_GTK]: Setup current_hold_quit.
3159 Decrement handling_signal before unblocking input.
3160 (x_initialize) [USE_GTK]: Initialize current_count.
3161
3162 * xterm.h (x_session_check_input): Fix prototype.
3163
3164 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3165
3166 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
3167
3168 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
3169 macgui.h).
3170
3171 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
3172
3173 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
3174 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
3175 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
3176 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
3177 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
3178 (Bitmap): Remove typedef.
3179 (Pixmap): Change int to GWorldPtr.
3180
3181 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
3182
3183 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
3184 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
3185 New #define to extract 16-bit depth color components from unsigned
3186 long representation.
3187 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
3188 colors used for masks.
3189 (struct mac_display_info): Add color_p. Remove n_cbits.
3190
3191 * macfns.c: Include sys/types.h and sys/stat.h.
3192 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
3193 Include QuickTime/QuickTime.h.
3194 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
3195 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
3196 functions defined in macterm.c.
3197 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
3198 (ZPixmap): New #define for compatibility with xfns.c.
3199 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
3200 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
3201 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
3202 New functions.
3203 (four_corners_best, x_create_x_image_and_pixmap)
3204 (x_destroy_x_image, unwind_create_frame, x_disable_image)
3205 (x_edge_detection, init_color_table, colors_in_color_table)
3206 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
3207 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
3208 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
3209 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
3210 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
3211 long mixup.
3212 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
3213 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
3214 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
3215 (x_set_cursor_type, Fxw_color_values, valid_image_p)
3216 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
3217 (x_alloc_image_color, clear_image_cache, lookup_image)
3218 (x_find_image_file, xbm_read_bitmap_file_data)
3219 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
3220 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
3221 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
3222 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
3223 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
3224 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
3225 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
3226 #if 0.
3227 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
3228 #if 0. Free white_relief.gc and black_relief.gc.
3229 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
3230 New functions (from xfns.c).
3231 (Fx_create_frame): Record unwind_create_frame.
3232 (Fxw_display_color_p): Use dpyinfo->color_p.
3233 (Fx_display_grayscale_p, Fx_display_planes): Don't use
3234 dpyinfo->n_cbits.
3235 (Fx_display_color_cells): Use dpyinfo->n_planes;
3236 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
3237 (Qheuristic, cross_disabled_images, emboss_matrix)
3238 (laplace_matrix): New variables (from xfns.c).
3239 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
3240 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
3241 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
3242 (image_background_transparent): New function (from xfns.c).
3243 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
3244 (image_load_quicktime): Add declaration.
3245 [MAC_OSX] (image_load_quartz2d): Likewise.
3246 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
3247 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
3248 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
3249 (xbm_load_image_from_file, x_laplace_read_row)
3250 (x_laplace_write_row, pbm_read_file): Remove functions.
3251 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
3252 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
3253 (colors_in_color_table): Sync with xfns.c (although not used).
3254 (lookup_rgb_color): Don't lookup color table. Just do gamma
3255 correction.
3256 (COLOR_INTENSITY): New #define (from xfns.c).
3257 (x_disable_image): New function (from xfns.c).
3258 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
3259 (x_build_heuristic_mask): Sync with xfns.c.
3260 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
3261 (HAVE_PBM): Remove #ifdef.
3262 (pbm_load): Sync with xfns.c. Set img->width and img->height
3263 before IMAGE_BACKGROUND.
3264 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
3265 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
3266 Don't enclose with #if HAVE_PNG.
3267 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
3268 symbol _CGImageCreateWithPNGDataProvider is defined.
3269 Otherwise use image_load_quicktime.
3270 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
3271 [HAVE_PNG] (png_load): Sync with xfns.c.
3272 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
3273 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
3274 HAVE_JPEG.
3275 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
3276 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
3277 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
3278 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
3279 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
3280 (tiff_image_p, tiff_load): Don't enclose declarations with #if
3281 HAVE_TIFF.
3282 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
3283 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
3284 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
3285 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
3286 New functions (from xfns.c).
3287 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
3288 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
3289 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
3290 Don't enclose with #if HAVE_GIF.
3291 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
3292 animated gif. Otherwise use image_load_quicktime.
3293 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
3294 gif_DrawText to avoid conflict with QuickdrawText.h.
3295 [HAVE_GIF] (gif_load): Sync with xfns.c.
3296 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
3297 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
3298 Ghostscript is not supported yet).
3299 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
3300 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
3301 cross_disabled_images (from xfns.c). Remove #if 0 for supported
3302 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
3303 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
3304 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
3305 HAVE_PNG. Call EnterMovies to support animated gifs.
3306 Call init_image_func_pointer to bind a symbol
3307 _CGImageCreateWithPNGDataProvider if it is defined.
3308
3309 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
3310 (x_draw_bar_cursor): Sync declaration with xterm.c.
3311 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
3312 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
3313 graphics).
3314 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
3315 (mac_draw_line_to_pixmap, XCreatePixmap)
3316 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
3317 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
3318 New functions.
3319 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
3320 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
3321 Cast bits to char *.
3322 (reflect_byte): New function (from w32fns.c).
3323 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
3324 due to byte alignment.
3325 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
3326 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
3327 (XSetForeground): Remove static (now used in macfns.c).
3328 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
3329 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
3330 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
3331 (x_draw_glyph_string_box, x_draw_image_foreground)
3332 (x_draw_image_foreground_1, x_draw_image_glyph_string)
3333 (x_draw_stretch_glyph_string, x_draw_glyph_string)
3334 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
3335 Sync with xterm.c.
3336 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
3337 than the xterm.c version when a strictly horizontal or vertical
3338 line is drawn.
3339 (XTset_terminal_window): Add static.
3340 (x_make_frame_visible): Add UNBLOCK_INPUT.
3341 (x_free_frame_resources): New funcion (from xterm.c).
3342 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
3343 occurs in tool bar area.
3344 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
3345 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
3346 Initialize image cache.
3347 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
3348 Enclose unused functions with #if 0.
3349 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
3350 (decode_mac_font_name): New function to apply code conversions
3351 from a mac font name to an XLFD font name according to its script code.
3352 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
3353 font name to a mac font name according to REGISTRY and ENCODING fields.
3354 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
3355 whose name starts with `.'.
3356 (init_font_name_table): Use decode_mac_font_name. Add both
3357 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
3358 of a font is smJapanese.
3359 (mac_do_list_fonts): New function to list fonts that match a given
3360 pattern.
3361 (x_list_fonts, XLoadQueryFont): Use it.
3362 (XLoadQueryFont): Set rbearing field for each variable width
3363 character to avoid needless redraw.
3364 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
3365
3366 2004-02-26 Kim F. Storm <storm@cua.dk>
3367
3368 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
3369 as read_socket_hook handler on X aborts if buffer is too small
3370 and W32 handler doesn't always check buffer limit.
3371
3372 * xdisp.c (handle_single_display_prop): Handle left-fringe and
3373 right-fringe similar to a display margin image. Specifically,
3374 the characters having the fringe prop are no longer shown, and
3375 we use IT_IMAGE/next_element_from_image with image_id = -1 to
3376 do this. Set fringe bitmap face_id in it->face_id.
3377 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
3378 still realize it->face (i.e. the fringe bitmap face).
3379
3380 2004-02-25 Miles Bader <miles@gnu.org>
3381
3382 * xdisp.c (check_it): Check string/string_pos consistency.
3383 (init_iterator): Initialize string-related fields properly.
3384
3385 2004-02-11 Miles Bader <miles@gnu.org>
3386
3387 * xdisp.c (produce_image_glyph): Force negative descents to zero.
3388
3389 2004-02-10 Miles Bader <miles@gnu.org>
3390
3391 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
3392 BLOCK_INPUT can be nested, so it doesn't make much sense.
3393
3394 2004-02-24 Michael Mauger <mmaug@yahoo.com>
3395
3396 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
3397 (xbm_read_bitmap_data): Use unsigned char for image data.
3398
3399 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
3402
3403 2004-02-22 Jason Rumney <jasonr@gnu.org>
3404
3405 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
3406 correctly over other bitmaps.
3407
3408 2004-02-21 Eli Zaretskii <eliz@gnu.org>
3409
3410 * emacs.c (USAGE1): Split into two halves.
3411 (USAGE2): Second half of the old USAGE1.
3412 (USAGE3): Rename from USAGE2.
3413 (USAGE4): Rename from USAGE3.
3414
3415 2004-02-21 Juri Linkov <juri@jurta.org>
3416
3417 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
3418 Fix --multibyte. Move --help, --version to USAGE2. Add alias
3419 --file. Fix -f, -l. Sort options. Untabify.
3420 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
3421
3422 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
3423
3424 * category.c (Fdefine_category, Fcategory_docstring)
3425 (Fget_unused_category, Fset_category_table)
3426 (Fcategory_set_mnemonics): Doc fixes.
3427
3428 2004-02-20 Kim F. Storm <storm@cua.dk>
3429
3430 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
3431 The following changes are relative to the 2004-01-21 revision.
3432 (NREAD_INPUT_EVENTS): Define as max number of input events to read
3433 in one call to read_socket_hook. Value is 8.
3434 (read_avail_input): Separate and rework handling of read_socket_hook
3435 and non-read_socket_hook cases. Use smaller input_event buffer
3436 in read_socket_hook case, and repeat if full buffer is read.
3437 Use new local variable 'discard' to skip input after C-g.
3438 In non-read_socket_hook case, just use a single input_event, and
3439 call kbd_buffer_store_event on the fly for each character.
3440
3441 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
3444 Remove unused `gu' alternative.
3445
3446 2004-02-19 Andreas Schwab <schwab@suse.de>
3447
3448 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
3449 warning.
3450
3451 2004-02-18 Kim F. Storm <storm@cua.dk>
3452
3453 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
3454 Fix last change.
3455
3456 2004-02-17 Kim F. Storm <storm@cua.dk>
3457
3458 * xdisp.c (fast_find_position): Fix return value of new version;
3459 it was inverted compared to the 21.1 version.
3460 (get_window_cursor_type): Don't look at glyph if NULL.
3461 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
3462
3463 * keyboard.c: Rework previous change; it didn't consider that the
3464 buf array was allocated on the stack.
3465 (prev_read): Remove variable.
3466 (read_avail_input_buf): New static event buffer array.
3467 (in_read_avail_input): New static variable to handle re-entrancy.
3468 (read_avail_input): Change buf to pinter to read_avail_input_buf.
3469 Use in_read_avail_input to handle re-entrance; when re-entered,
3470 fully initialize and use tmp_buf array instead of read_avail_input_buf.
3471 Do not initialize read_avail_input_buf in full here; instead assume it
3472 is always cleared on entry. To ensure that, we clear (just) the
3473 entries that were used before we return.
3474 (init_keyboard): Initialize read_avail_input_buf here.
3475
3476 2004-02-16 Jesper Harder <harder@ifa.au.dk>
3477
3478 * cmds.c (Fend_of_line): Doc fix.
3479
3480 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
3481
3482 * keyboard.c (prev_read): New static variable.
3483 (read_avail_input): Use it to zero out only those slots in buf[]
3484 that were used last time we were called.
3485
3486 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3487
3488 * Makefile.in (obj): Move fringe.o from here...
3489 (XOBJ, MAC_OBJ): ...to here.
3490
3491 2004-02-16 Stephen Eglen <stephen@gnu.org>
3492
3493 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
3494
3495 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * data.c (Fbyteorder):
3498 * fringe.c (Fdefine_fringe_bitmap):
3499 * xdisp.c (handle_single_display_prop):
3500 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
3501
3502 2004-02-16 Jason Rumney <jasonr@gnu.org>
3503
3504 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
3505
3506 2004-02-15 Steven Tamm <steventamm@mac.com>
3507
3508 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
3509 controlling emulation of a three button mouse with option and
3510 command keys.
3511 (Qreverse, mac_get_enumlated_btn): Handle the emulation
3512 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
3513
3514 2004-02-15 Kim F. Storm <storm@cua.dk>
3515
3516 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
3517
3518 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
3519 Perform byte-swapping.
3520
3521 2004-02-14 Kim F. Storm <storm@cua.dk>
3522
3523 * dispextern.h (struct draw_fringe_bitmap_params): Change member
3524 bits from char to short to facilitate wider bitmaps.
3525 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
3526 member.
3527
3528 * fringe.c (struct fringe_bitmap): Change member bits from char to
3529 short to facilitate 16 bits wide bitmaps. Modify all standard
3530 bitmaps accordingly.
3531 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
3532 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
3533 (draw_fringe_bitmap): Ditto.
3534 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
3535 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
3536 handle up to 16 bits wide bitmaps.
3537 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
3538 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
3539
3540 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
3541 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
3542 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
3543
3544 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
3545 so it is no longer necessary to expand them here.
3546
3547 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
3548
3549 2004-02-12 Kim F. Storm <storm@cua.dk>
3550
3551 * window.c (Fwindow_fringes): Doc fix.
3552
3553 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3554
3555 * xselect.c (x_get_foreign_selection): Add new optional parameter
3556 time_stamp.
3557 (Fx_get_selection_internal): Ditto, pass time_stamp to
3558 x_get_foreign_selection.
3559
3560 * data.c (Fbyteorder): New function.
3561
3562 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3563
3564 * atimer.c: Move include stdio.h to same place as in other files.
3565
3566 * region-cache.c: Ditto.
3567
3568 * sysdep.c: Ditto.
3569
3570 * xfaces.c: Ditto.
3571
3572 2004-02-09 Sam Steingold <sds@gnu.org>
3573
3574 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
3575
3576 2004-02-09 Kim F. Storm <storm@cua.dk>
3577
3578 * fringe.c: New file. Move original fringe related declarations
3579 and code from dispextern.h and xdisp.c here.
3580 Rework code to support user defined fringe bitmaps, redefining
3581 standard bitmaps, ability to overlay user defined bitmap with
3582 overlay arrow bitmap, and add faces to bitmaps.
3583 (Voverflow_newline_into_fringe): Declare here.
3584 (enum fringe_bitmap_align): New enum.
3585 (..._bits): All bitmaps are now defined without bitswapping; that
3586 is now done in init_fringe_once (if necessary).
3587 (standard_bitmaps): New array with specifications for the
3588 standard fringe bitmaps.
3589 (fringe_faces): New array.
3590 (valid_fringe_bitmap_id_p): New function.
3591 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
3592 (draw_fringe_bitmap): New function which draws fringe bitmap,
3593 possibly overlaying bitmap with cursor in right fringe or the
3594 overlay arrow in the left fringe.
3595 (update_window_fringes): Do not handle overlay arrow here.
3596 Compare and copy fringe bitmap faces.
3597 (init_fringe_bitmap): New function.
3598 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
3599 define and destroy user defined fringe bitmaps.
3600 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
3601 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
3602 (syms_of_fringe): New function. Defsubr new DEFUNs.
3603 DEFVAR_LISP Voverflow_newline_into_fringe.
3604 (init_fringe_once, init_fringe): New functions.
3605 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
3606
3607 * Makefile.in (obj): Add fringe.o.
3608 (fringe.o): New dependencies.
3609
3610 * dispextern.h (FRINGE_ID_BITS): New definition for number of
3611 bits allocated to hold a fringe number. Increase number of bits
3612 from 4 to 8 to allow user defined fringe bitmaps.
3613 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
3614 left_user_fringe_face_id, right_user_fringe_bitmap,
3615 right_user_fringe_face_id.
3616 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
3617 Move to new file fringe.c.
3618 (MAX_FRINGE_BITMAPS): Define here.
3619 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
3620 and overlay_p. Change member which to int.
3621 (struct redisplay_interface): New members define_fringe_bitmap
3622 and destroy_fringe_bitmap.
3623 (valid_fringe_bitmap_id_p): Add prototype.
3624 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
3625
3626 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
3627 arrows.
3628 (update_frame): Do flush_display if force_flush_display_p to
3629 ensure display (specifically fringes) are updated in a timely
3630 manner when resizing the frame by dragging the mouse.
3631 (update_window_line): Update row if overlay arrow changed.
3632 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
3633 or overlay arrow changed.
3634
3635 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
3636 syms_of_fringe, and init_fringe.
3637
3638 * frame.h (struct frame): New member force_flush_display_p.
3639
3640 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
3641 Add prototypes.
3642
3643 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
3644 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
3645 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
3646 Use cursor color for displaying cursor in fringe.
3647 (x_redisplay_interface): Add null handlers for
3648 define_fringe_bitmap and destroy_fringe_bitmap functions.
3649
3650 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
3651 xterm.c to handle overlayed fringe bitmaps and to use cursor color
3652 for displaying cursor in fringe.
3653 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
3654 specific functions to define and destroy fringe bitmaps in fringe_bmp.
3655 (w32_redisplay_interface): Add them to redisplay_interface.
3656 (w32_term_init): Call w32_init_fringe instead of explicitly
3657 defining fringe bitmaps in fringe_bmp array.
3658 (x_delete_display): Call w32_reset_fringes instead of explicitly
3659 destroying fringe bitmaps in fringe_bmp array.
3660
3661 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
3662 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
3663 (continued_bits, continuation_bits, ov_bits, first_line_bits)
3664 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
3665 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
3666 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
3667 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
3668 Move fringe handling vars and code to new file fringe.c.
3669 (handle_display_prop): Handle left-fringe and right-fringe
3670 display properties; store user fringe bitmaps in iterator.
3671 (move_it_in_display_line_to): Handle cursor in fringe at eob.
3672 (clear_garbaged_frames): Set force_flush_display_p if resized.
3673 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
3674 (display_line): Handle cursor in fringe at eob.
3675 (display_line): Set row user fringe bitmaps from iterator.
3676
3677 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
3678 Use cursor color for displaying cursor in fringe.
3679 (x_redisplay_interface): Add null handlers for
3680 define_fringe_bitmap and destroy_fringe_bitmap functions.
3681
3682 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3683
3684 * macfns.c (Fx_change_window_property): Make doc string and
3685 parameters same as for X version.
3686
3687 * w32fns.c (Fx_change_window_property): Ditto.
3688
3689 2004-02-07 Kim F. Storm <storm@cua.dk>
3690
3691 * xdisp.c (hscroll_window_tree): Position cursor near to right
3692 margin in hscrolled window when jumping to end of line (rather
3693 than centering cursor).
3694
3695 * process.c (wait_reading_process_input): Don't do adaptive read
3696 buffering if waiting for a specific process.
3697
3698 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
3699
3700 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
3701 (Fread_minibuffer, Feval_minibuffer)
3702 (Fread_string, Fread_no_blanks_input)
3703 (Fcompleting_read): Doc fixes.
3704 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
3705 completion-regexp-list. Define Qcase_fold_search and staticpro it.
3706 (read_minibuf): Fix initial comment.
3707 (Ftry_completion, Fall_completions, Ftest_completion): Bind
3708 case-fold-search to the value of completion-ignore-case when
3709 checking completion-regexp-list.
3710 (Fdisplay_completion_list): Make it handle arguments that are
3711 symbols. Doc fix.
3712
3713 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3714
3715 * xterm.h: Add declaration of free_frame_menubar.
3716
3717 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
3718 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
3719 (Fx_change_window_property): Add declaration of parameters type and
3720 format. Remove unused variable cons.
3721
3722 * xselect.c: Include stdio,h.
3723
3724 2004-02-05 Kenichi Handa <handa@m17n.org>
3725
3726 * fns.c (Fset_char_table_range): Fix previous change.
3727
3728 * buffer.c (Fset_buffer_multibyte): Fix docstring.
3729
3730 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
3731
3732 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
3733
3734 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * keymap.c (Vmouse_events): Rename from Vmenu_events.
3737 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
3738
3739 2004-02-04 Kenichi Handa <handa@m17n.org>
3740
3741 * fns.c (Fset_char_table_range): Handle charsets ascii,
3742 eight-bit-control, and eight-bit-graphic correctly.
3743
3744 2004-02-03 Jason Rumney <jasonr@gnu.org>
3745
3746 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
3747
3748 * w32fns.c (x_to_w32_font): Likewise.
3749
3750 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3751
3752 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
3753 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
3754
3755 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
3756 ClientMessages.
3757
3758 * xselect.c: Include termhooks.h and X11/Xproto.h
3759 (x_check_property_data, x_fill_property_data)
3760 (x_property_data_to_lisp, mouse_position_for_drop)
3761 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
3762 (Fx_send_client_event): Move here from xfns.c.
3763 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
3764
3765 * xfns.c (x-send-client-message): Move to xselect.c
3766 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
3767 OUTER_P.
3768 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
3769 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
3770 if vector_ret_p is true.
3771 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
3772
3773 2004-02-02 Eli Zaretskii <eliz@gnu.org>
3774
3775 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
3776 basename of FILE relative to it, not FILE itself.
3777
3778 2004-02-02 Kenichi Handa <handa@m17n.org>
3779
3780 * coding.c (coding_restore_composition): Check invalid
3781 composition data more rigidly.
3782
3783 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
3784
3785 * fileio.c (Fread_file_name_internal): Correctly handle the case
3786 where insert-default-directory is nil.
3787 (Fread_file_name): Always return an empty string if the user exits
3788 with an empty minibuffer. Adapt the docstring accordingly.
3789 (syms_of_fileio): Adapt the docstring of insert-default-directory
3790 to the change in Fread_file_name.
3791
3792 2004-01-29 Eli Zaretskii <eliz@gnu.org>
3793
3794 * alloca.c [!alloca]: Fix the prototype for xfree.
3795
3796 2004-01-29 Kenichi Handa <handa@m17n.org>
3797
3798 * fns.c (string_char_to_byte): Optimize for ASCII only string.
3799 (string_byte_to_char): Likewise.
3800
3801 2004-01-28 Peter Runestig <peter@runestig.com>
3802
3803 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
3804
3805 2004-01-27 Steven Tamm <steventamm@mac.com>
3806
3807 * unexmacosx.c (unexec_copy): Do not copy more than was
3808 requested to prevent overwriting during unexec.
3809
3810 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3811
3812 * process.c (sigchld_handler): Add comment about not calling malloc.
3813
3814 * process.h: Add extern to synch_process_termsig.
3815
3816 2004-01-27 Steven Tamm <steventamm@mac.com>
3817
3818 * macterm.c (make_mac_frame, make_mac_terminal_frame):
3819 Move setting of scroll bars from make_mac_frame to
3820 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
3821
3822 2004-01-26 Richard M. Stallman <rms@gnu.org>
3823
3824 * search.c (Freplace_match): Handle nonexistent
3825 back-references properly.
3826
3827 2004-01-03 Richard M. Stallman <rms@gnu.org>
3828
3829 * window.c (decode_any_window): New function.
3830 (Fwindow_height, Fwindow_width, Fwindow_edges)
3831 (Fwindow_pixel_edges, Fwindow_inside_edges)
3832 (Fwindow_inside_pixel_edges): Use decode_any_window.
3833
3834 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3835
3836 * process.h: synch_process_termsig new variable.
3837
3838 * callproc.c: Define synch_process_termsig.
3839 (Fcall_process): Initiate synch_process_termsig to zero and
3840 check if non-zero and get signal name after subprocess has ended.
3841
3842 * process.c (sigchld_handler): Set synch_process_termsig
3843 if terminated by a signal. synch_process_death setting removed.
3844
3845 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
3846
3847 2004-01-26 Andreas Schwab <schwab@suse.de>
3848
3849 * print.c (print_preprocess): Declare size as EMACS_INT to not
3850 lose bits.
3851 (print_object): Likewise.
3852 * alloc.c (Fpurecopy): Likewise.
3853
3854 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
3855
3856 * window.c (Fwindow_minibuffer_p): Doc fix.
3857
3858 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
3859
3860 * editfns.c (Fformat): Make both passes accept the same set of flags.
3861
3862 2004-01-23 Kenichi Handa <handa@m17n.org>
3863
3864 * fns.c (Fmd5): If OBJECT is a buffer different from the current
3865 one, set buffer to OBJECT temporarily.
3866
3867 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * keyboard.c (kbd_buffer_gcpro): Remove.
3870 (kbd_buffer_store_event, clear_event, Fdiscard_input)
3871 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
3872 Don't initialize and/or maintain the variable any more. It was made
3873 redundant by my commit of 2003-06-15.
3874
3875 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
3876
3877 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3878
3879 * lisp.h: Add undef DECL_ALIGN.
3880
3881 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3882
3883 * process.c (wait_reading_process_input) [SYNC_INPUT]:
3884 Check interrupt_input_pending explicitly.
3885
3886 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
3887
3888 * keyboard.c (handle_async_input): New fun,
3889 extracted from input_available_signal.
3890 (input_available_signal, reinvoke_input_signal): Use it.
3891
3892 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
3895
3896 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
3897 manipulation macros for when tags are in the lower bits.
3898 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
3899 (DECL_ALIGN): New macro.
3900 (DEFUN): Use it.
3901
3902 * lisp.h [ENABLE_CHECKING]: Don't force union type.
3903
3904 * s/darwin.h (__attribute__): Remove outdated workaround.
3905
3906 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
3907
3908 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
3909 Don't check range of malloc address.
3910 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
3911
3912 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
3913
3914 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
3915
3916 2004-01-19 Kenichi Handa <handa@m17n.org>
3917
3918 * fontset.c (fontset_font_pattern): Fix previous change.
3919
3920 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
3921
3922 * xdisp.c (Voverflow_newline_into_fringe)
3923 (move_it_in_display_line_to, redisplay_internal)
3924 (update_window_fringes, redisplay_window, display_line, window):
3925 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
3926 that it compiles without a window-system.
3927 * dispnew.c (direct_output_for_insert, update_window): Likewise.
3928
3929 2004-01-16 Kim F. Storm <storm@cua.dk>
3930
3931 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
3932
3933 * buffer.c (init_buffer_once): Set buffer_defaults and
3934 buffer_local_flags for indicate_buffer_boundaries.
3935 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
3936 default- variable for it.
3937
3938 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
3939 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
3940 New members exact_window_width_line_p and cursor_in_fringe_p for
3941 overflowing newlines into right fringe.
3942 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
3943 and indicate_bottom_line_p for buffer boundaries and scrolling.
3944 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
3945 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
3946 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
3947 and HOLLOW_SQUARE_BITMAP.
3948 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
3949 Add prototypes.
3950
3951 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
3952 instead of related indicator fields.
3953 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
3954 (direct_output_for_insert): Handle exact width lines like
3955 contined lines. Call update_window_fringes.
3956 (update_window): Call update_window_fringes.
3957 (scrolling_window): Don't skip desired rows with changed bitmaps.
3958 Check if fringe bitmaps changes when assigning scrolled rows.
3959
3960 * xdisp.c (Voverflow_newline_into_fringe): New variable.
3961 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
3962 (move_it_in_display_line_to): Overflow newline into fringe for
3963 rows that are exactly as wide as the window.
3964 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
3965 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
3966 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
3967 (fringe_bitmaps): Add new bitmaps.
3968 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
3969 Select proper bitmap for cursor in fringe when appropriate.
3970 Handle alignment of bitmap to top or bottom of row.
3971 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
3972 done by update_window_fringes.
3973 (update_window_fringes, draw_window_fringes): New functions.
3974 (redisplay_internal): Call update_window_fringes in case only
3975 cursor row is updated.
3976 (redisplay_window): Call update_window_fringes.
3977 Explicitly call draw_window_fringes if redisplay was done using
3978 the current matrix or the overlay arrow is in the window.
3979 (try_window_reusing_current_matrix): Mark scrolled rows for
3980 fringe update (to update buffer-boundaries / scrolling icons).
3981 (find_last_unchanged_at_beg_row): Handle exact width lines line
3982 continued lines.
3983 (display_line): Overflow newline into fringe for rows that are
3984 exactly as wide as the window. Don't append space for newline
3985 in this case.
3986 (notice_overwritten_cursor): Explicitly clear cursor bitmap
3987 in fringe as if it had been overwritten.
3988 (erase_phys_cursor): Erase cursor bitmap in fringe.
3989 (syms_of_xdisp): Mark show-trailing-whitespace and
3990 void-text-area-pointer as user options.
3991 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
3992
3993 * xterm.c (x_update_window_end): Call draw_window_fringes.
3994 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
3995 in row instead of actually drawing fringe bitmaps.
3996 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
3997 (x_draw_window_cursor): Draw cursor in fringe.
3998
3999 * w32term.c (x_update_window_end): Call draw_window_fringes.
4000 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
4001 in row instead of actually drawing fringe bitmaps.
4002 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
4003 (w32_draw_window_cursor): Draw cursor in fringe.
4004
4005 * macterm.c (x_update_window_end): Call draw_window_fringes.
4006 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
4007 in row instead of actually drawing fringe bitmaps.
4008 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
4009 (mac_draw_window_cursor): Draw cursor in fringe.
4010
4011 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4012
4013 * xterm.c (handle_one_xevent): Don't handle characters that are part
4014 of an old style (XLookupString) compose sequence.
4015
4016 2004-01-15 Kenichi Handa <handa@m17n.org>
4017
4018 * search.c (Freplace_match): Use make_multibyte_string or
4019 make_unibyte_string according to the buffer multibyteness.
4020
4021 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * alloc.c (struct interval_block, struct string_block)
4024 (struct symbol_block, struct marker_block, live_string_p)
4025 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
4026 Better preserve alignment for objects in blocks.
4027 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
4028
4029 * lread.c (defvar_per_buffer): Remove dead declaration.
4030
4031 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
4032 space size.
4033
4034 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4035
4036 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
4037 if a key press should pop down. Only pop down if a key is pressed
4038 outside the menu/dialog.
4039 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
4040 popup_get_selection.
4041 (create_and_show_dialog): Pass 1 for down_on_keypress to
4042 popup_get_selection.
4043
4044 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4045
4046 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
4047 BLOCK/UNBLOCK_INPUT.
4048
4049 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4050
4051 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
4052 specified.
4053
4054 2004-01-08 Kenichi Handa <handa@m17n.org>
4055
4056 * editfns.c (Fformat): Fix '&' to '&&'.
4057
4058 2004-01-08 Andreas Schwab <schwab@suse.de>
4059
4060 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
4061 size if PSEUDOVECTOR_FLAG is set.
4062
4063 2004-01-07 Kenichi Handa <handa@m17n.org>
4064
4065 * charset.c (Fdeclare_equiv_charset): Fix docstring.
4066
4067 * fontset.c (fontset_ref_via_base): Fix previous change.
4068
4069 2004-01-07 Kim F. Storm <storm@cua.dk>
4070
4071 * process.c (read_process_output): Only activate adaptive
4072 buffering if we read less than 256 bytes at a time.
4073
4074 2004-01-06 Kim F. Storm <storm@cua.dk>
4075
4076 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
4077 object and image object. Return glyph width and height.
4078 (mode_line_string, marginal_area_string): Ditto.
4079
4080 * dispextern.h (buffer_posn_from_coords, mode_line_string)
4081 (marginal_area_string): Fix prototypes.
4082
4083 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
4084 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
4085 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
4086
4087 * keyboard.c (make_lispy_position): Use modified mode_line_string,
4088 buffer_posn_from_coords, and marginal_area_string functions to
4089 include both string object and image object in the lispy position.
4090 Also add actual glyph width and height to position.
4091 (read_key_sequence): Use real buffer position from mouse
4092 event to find keymap property even when click is in marginal area.
4093
4094 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
4095 mode_line_string and marginal_area_string functions to handle
4096 both string object and image object properties.
4097
4098 2004-01-06 Andreas Schwab <schwab@suse.de>
4099
4100 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
4101 character.
4102
4103 2004-01-02 Andreas Schwab <schwab@suse.de>
4104
4105 * macterm.c (emacs_options, x_initialized, same_x_server):
4106 Remove unused (and duplicated) definitions.
4107
4108 2004-01-02 Kim F. Storm <storm@cua.dk>
4109
4110 * process.h (struct Lisp_Process): New members for adaptive read
4111 buffering: adaptive_read_buffering, read_output_delay, and
4112 read_output_skip.
4113
4114 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
4115 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
4116 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
4117 (process_output_delay_count, process_output_skip): New vars.
4118 (Vprocess_adaptive_read_buffering): New variable.
4119 (make_process): Initialize adaptive read buffering members.
4120 (Fstart_process): Set adaptive_read_buffering member.
4121 (deactivate_process): Cleanup adaptive read buffering.
4122 (wait_reading_process_input): Temporarily omit delayed
4123 subprocesses from the set of file descriptors to read from;
4124 adjust the select timeout if we skipped any subprocesses.
4125 (read_process_output): Increase adaptive read buffering delay if
4126 we read less than a full buffer; reduce delay when we read a
4127 full buffer.
4128 (send_process): Simplify using local Lisp_Process var.
4129 Reset adaptive read buffering delay after write.
4130 (init_process): Initialize process_output_delay_count and
4131 process_output_skip.
4132 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
4133
4134 2004-01-01 Jason Rumney <jasonr@gnu.org>
4135
4136 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
4137
4138 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4139
4140 * print.c (Ferror_message_string): Add hyperlink in the docstring
4141 to the definition of `signal' in the Elisp manual.
4142 * eval.c (Fsignal): Ditto.
4143
4144 2003-12-29 James Clark <jjc@jclark.com>
4145
4146 * fns.c (internal_equal): Return t for two NaN arguments.
4147
4148 2003-12-29 Richard M. Stallman <rms@gnu.org>
4149
4150 * data.c (store_symval_forwarding): Handle setting
4151 default-fill-column, etc., by changing the value in
4152 buffers that use the default.
4153
4154 * minibuf.c (Fset_minibuffer_window): Doc fix.
4155
4156 * fileio.c (choose_write_coding_system): Ignore auto_saving
4157 if using the visited file for auto saves.
4158 (Fwrite_region): Don't update SAVE_MODIFF
4159 if auto-saving in visited file.
4160
4161 2003-12-29 Kenichi Handa <handa@m17n.org>
4162
4163 * dispextern.h (face_font_available_p): Extern it.
4164
4165 * fontset.c (Voverriding_fontspec_alist): New variable.
4166 (lookup_overriding_fontspec): New function.
4167 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
4168 (fontset_font_pattern): Likewise.
4169 (regulalize_fontname): New function.
4170 (Fset_fontset_font): Call regulalize_fontname.
4171 (Fset_overriding_fontspec_internal): New function.
4172 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
4173 Defsubr Sset_overriding_fontspec_internal.
4174
4175 * xfaces.c (face_font_available_p): New function.
4176
4177 2003-12-28 Richard M. Stallman <rms@gnu.org>
4178
4179 * buffer.c (Fother_buffer): Don't crash if BUF is nil
4180 or if its name is nil.
4181
4182 * buffer.c (Fkill_buffer): Don't delete auto-save file
4183 if it's the same as the visited file.
4184
4185 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
4186
4187 * coding.c (Fcheck_coding_system): Doc fix.
4188
4189 2003-12-28 Kim F. Storm <storm@cua.dk>
4190
4191 * Makefile.in (eval.o): Depend on dispextern.h.
4192
4193 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
4194 image glyph using image's ascent.
4195 (mode_line_string): Return image glyph as object clicked on.
4196 Adjust y0 for image glyph using image's ascent.
4197
4198 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
4199 (struct glyph): New members, ascent and descent. Used to save
4200 this glyph's ascent and descent, instead of having.
4201 (struct glyph): Declare member face_id using FACE_ID_BITS.
4202 (find_hot_spot): Add prototype.
4203
4204 * keyboard.c (Qimage): Remove extern (now in lisp.h).
4205 (QCmap): Declare extern.
4206 (make_lispy_position): When position is inside image hot-spot,
4207 use hot-spot element's id as posn element.
4208
4209 * lisp.h (IMAGEP): New macro to test for image object type.
4210 (Qimage): Declare extern.
4211
4212 * macfns.c (Qimage): Remove extern (now in lisp.h).
4213 (valid_image_p, parse_image_spec): Use IMAGEP macro.
4214
4215 * macterm.c (Qface, Qmouse_face): Remove unused externs.
4216
4217 * w32fns.c (Qimage): Remove extern (now in lisp.h).
4218 (valid_image_p, parse_image_spec): Use IMAGEP macro.
4219
4220 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
4221
4222 * w32term.c (Qface, Qmouse_face): Remove unused externs.
4223
4224 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
4225 pointer types.
4226 (Qrelative_width, Qalign_to): Remove unused variables.
4227 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
4228 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
4229 image maps.
4230 (x_y_to_hpos_vpos): Return glyph relative coordinates through
4231 new dx and dy args.
4232 Remove buffer_only_p arg (always 0). Simplify code accordingly.
4233 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
4234 than row's ascent and height, to get sensible height on tall rows.
4235 (build_desired_tool_bar_string): Remove Qimage extern.
4236 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
4237 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
4238 image glyph is alone on the last line.
4239 (append_glyph, append_composite_glyph, produce_image_glyph)
4240 (append_stretch_glyph): Set glyph's ascent and descent.
4241 (on_hot_spot_p): New function to check if position is inside an
4242 rectangular, circular, or polygon-shaped image hot-spot,
4243 (find_hot_spot): New function to search for image hot-spot.
4244 (Flookup_image_map): New defun to search for image hot-spot.
4245 (define_frame_cursor1): New aux function to determine frame pointer.
4246 (note_mode_line_or_margin_highlight, note_mouse_highlight):
4247 Handle `pointer' text property and :pointer image property to
4248 control frame pointer shape. Detect image hot-spots for pointer
4249 and help_echo properties. Use define_frame_cursor1.
4250 (note_mouse_highlight): Use Vvoid_text_area_pointer.
4251 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
4252 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
4253
4254 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
4255
4256 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
4257 (Qimage): Remove extern (now in lisp.h).
4258 (valid_image_p, parse_image_spec): Use IMAGEP macro.
4259
4260 * xmenu.c (show_help_event): Remove unused code.
4261
4262 * xterm.c (Qface, Qmouse_face): Remove unused externs.
4263 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
4264 row's ascent and descent, to get a sensible height on tall rows.
4265
4266 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
4267
4268 * minibuf.c (Fcompleting_read): Undo previous change.
4269
4270 2003-12-25 Lars Hansen <larsh@math.ku.dk>
4271
4272 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
4273 Arguments GCPRO'ed in call to file name handler.
4274
4275 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
4276
4277 * termcap.c (tgetst1): Scan for "%pN"; if all
4278 N are continuous in [1,9], remove all "%pN".
4279
4280 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4281
4282 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
4283
4284 * xfaces.c (lface_fully_specified_p): Take into account that
4285 MAC OS always have unspecified stipple.
4286
4287 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
4288
4289 * tparam.c (tparam1): Add handling for `%pN', which
4290 means use param N for the next substitution.
4291
4292 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
4293
4294 * xfaces.c (Fcolor_gray_p): Fix omission bug:
4295 In case `frame' is nil, consult the selected frame.
4296 (Fcolor_supported_p): Likewise.
4297
4298 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
4299
4300 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
4301 Doc fixes.
4302
4303 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
4304 and an integer. Adapt the introductory comment accordingly.
4305 (Fread_from_minibuffer): Delete code moved into read_minibuf.
4306 Doc fix.
4307 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
4308 read_minibuf.
4309 (Fcompleting_read): Delete code moved into read_minibuf.
4310 (Ftest_completion): Make it handle obarrays and hash tables correctly.
4311
4312 2003-12-03 Kenichi Handa <handa@m17n.org>
4313
4314 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
4315 encoding sequence.
4316
4317 2003-12-01 Kenichi Handa <handa@m17n.org>
4318
4319 * composite.c (syms_of_composite): Don't make the compostion hash
4320 table week.
4321
4322 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4323
4324 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
4325 * textprop.c (Fget_char_property_and_overlay): New function.
4326 (syms_of_textprop): Defsubr it.
4327
4328 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4329
4330 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
4331 to compile on terminal configuration.
4332
4333 * fileio.c (Fread_file_name): Check use_file_dialog also before
4334 calling Fx_file_dialog.
4335
4336 * fns.c: use_file_dialog: New variable.
4337 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
4338
4339 2003-11-29 Kim F. Storm <storm@cua.dk>
4340
4341 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
4342 (syms_of_msdos): Don't intern and staticpro them.
4343
4344 2003-11-27 Kim F. Storm <storm@cua.dk>
4345
4346 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
4347 coordinates relative to glyph at posn. If glyph is an image,
4348 return that as object at posn. Callers changed.
4349 (mode_line_string, marginal_area_string): Calculate and return
4350 pixel coordinates relative to glyph. Callers changed.
4351
4352 * dispextern.h (buffer_posn_from_coords, mode_line_string)
4353 (marginal_area_string): Fix prototypes.
4354 (window_box_left_offset, window_box_right_offset): Add prototypes.
4355
4356 * frame.h (get_specified_cursor_type, get_window_cursor_type):
4357 Remove prototypes.
4358
4359 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
4360
4361 * keyboard.c (make_lispy_position): Add x and y coordinates
4362 relative to the current glyph as 7th element of position.
4363 If glyph is an image, return it in the object element.
4364 (read_key_sequence): Skip checks for keymap property in cases
4365 where POSN_STRING is not a string (e.g. an image).
4366
4367 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
4368 (Vshow_text_cursor_in_void): New variable.
4369 (glyph_to_pixel_coords): Don't use negative hpos.
4370 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
4371 (append_stretch_glyph): Change ascent arg to be actual value
4372 in pixels rather than ratio to height. Callers changed.
4373 (calc_pixel_width_or_height): New aux function, implementing
4374 pixel based artihmetic for glyph widths and heights.
4375 (produce_stretch_glyph): Use calc_pixel_width_or_height for
4376 :width, :height, :align-to, and :ascent, thus allowing these to
4377 be specified in pixels as well as multiples of characters.
4378 Don't produce stretch glyphs with zero width or height.
4379 (get_specified_cursor_type): Declare static.
4380 (get_window_cursor_type): Declare static. Add glyph arg to be
4381 able to know when cursor is on an image; always substitute
4382 hollow-box cursor for filled-box cursor on images, to avoid
4383 negative images and flicker when blinking the cursor.
4384 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
4385 (note_mode_line_or_margin_highlight): Use non-text cursor rather
4386 than vertical scroll-bar cursor in display margins.
4387 (note_mouse_highlight): Use non-text cursor rather than text
4388 cursor in fringes and over images in the text area.
4389 Use non-text cursor when mouse pointer is outside editable text,
4390 i.e. in the void after end-of-line or end-of-buffer; this was
4391 already done for W32, but is now standard for all systems --
4392 user can toggle show-text-cursor-in-void to get old behaviour.
4393 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
4394 Vdisplay_pixels_per_inch.
4395
4396 2003-11-25 Andreas Schwab <schwab@suse.de>
4397
4398 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
4399 EMACS_INT to not lose bits.
4400 (Ffillarray): Don't set bits beyond the size of a bool vector.
4401
4402 2003-11-25 Kim F. Storm <storm@cua.dk>
4403
4404 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
4405 define this defun on systems that cannot use stderr as lvalue.
4406
4407 2003-11-24 Gerd Moellmann <gerd@gnu.org>
4408
4409 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
4410 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
4411 ld's default is incompatible with unexec.
4412
4413 2003-11-23 Kim F. Storm <storm@cua.dk>
4414
4415 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
4416 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
4417 (Fforce_window_update): New defun.
4418 (syms_of_window): Defsubr it.
4419 (Fset_window_margins, Fset_window_fringes): Doc fix.
4420
4421 * print.c (Fredirect_debugging_output): New defun.
4422 (syms_of_print): Defsubr it.
4423
4424 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
4425
4426 * fns.c (Fset_char_table_parent): Doc fix.
4427
4428 2003-11-22 Kim F. Storm <storm@cua.dk>
4429
4430 * dispnew.c (buffer_posn_from_coords): Return actual row/column
4431 for glyph clicked on, rather than (unused) pixel positions.
4432 (mode_line_string, marginal_area_string): Change X and Y args to
4433 pointers for returning actual row/column for glyph clicked on.
4434 Simplify and optimize loops.
4435
4436 * dispextern.h (mode_line_string, marginal_area_string):
4437 Update prototypes.
4438
4439 * keyboard.c (make_lispy_position): New function for generating
4440 mouse click positions from frame and pixel coordinates.
4441 Enhanced to return buffer position and actual row/column for
4442 events outside the text area using updated mode_line_string and
4443 marginal_area_string functions.
4444 Return left-fringe and right-fringe clicks as such, rather than
4445 clicks in text area.
4446 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
4447 pixel_to_glyph_coords, as we never use the results.
4448 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
4449 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
4450 Eliminate unused code in WHEEL_EVENT handling.
4451 (make_lispy_movement): Use make_lispy_position.
4452
4453 * window.c (coordinates_in_window): Remove redundant tests.
4454 Fix returned X pixel value for left-margin.
4455
4456 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
4457 mode_line_string and marginal_area_string parameters.
4458
4459 2003-11-22 Lars Hansen <larsh@math.ku.dk>
4460
4461 * w32.c (struct the_group, getgrgid): Add.
4462 * mac.c (struct my_group, getgrgid): Add.
4463
4464 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
4467
4468 2003-11-21 Lars Hansen <larsh@math.ku.dk>
4469
4470 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
4471 include in call to file name handler. Optionally translate numeric
4472 UID and GID to strings. Update docstring.
4473 (directory_files_internal): Add parameter ID-FORMAT.
4474 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
4475 include in call to file name handler and call to
4476 directory_files_internal. Update Docstring.
4477 (Fdirectory_files): Add dummy parameter in call to
4478 directory_files_internal.
4479 * lisp.h (Qinteger): Add.
4480 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
4481 (Ffile_attributes): Add parameter.
4482 * data.c (Qinteger): Export.
4483
4484 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
4485
4486 * fns.c (Freverse, Fnreverse): Doc fixes.
4487
4488 2003-11-19 Kim F. Storm <storm@cua.dk>
4489
4490 * xdisp.c (init_iterator): Initialize it->start to position
4491 before reseating (in case start position is invisible).
4492 (init_to_row_start): Set it->start to row-start.
4493 (redisplay_window): Accept optional_new_start if start position
4494 is invisible (in which case IT_CHARPOS overshoots PT).
4495 (display_line): Setup row->start from it->start (rather than
4496 it->current which is wrong if first char on line is invisible).
4497 When done, reseat it->start to it->current (= start of next row).
4498 (expose_area): Fix exposure of text area when first char (e.g. TAB)
4499 is only partially visible.
4500
4501 * dispextern.h (struct it): New member start.
4502
4503 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * alloc.c (make_float, Fcons): Clear the markbit at init time.
4506 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
4507 of block_index outside of the macro call.
4508 (Fgarbage_collect): Remove null code.
4509
4510 * m/amdx86-64.h: Don't redefine XPNTR.
4511
4512 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
4513 of VALMASK.
4514
4515 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
4516 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
4517 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
4518
4519 * lisp.h (VALMASK): Only define for non-union type.
4520 (MARKBIT): Remove.
4521 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
4522 (XTYPE): Define unconditionally.
4523 (XSETTYPE): Remove one more remnant.
4524 (EQ): Define differently for the union and non-union cases.
4525 (INTMASK): New bit mask.
4526 (struct Lisp_Marker): Move down to prepare for upcoming patch.
4527 (GC_EQ): Delegate to EQ.
4528
4529 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
4530
4531 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4532
4533 * xterm.c (x_window_to_scroll_bar): Move check of display to
4534 where window_id is compared.
4535
4536 2003-11-17 Kim F. Storm <storm@cua.dk>
4537
4538 * dispextern.h (struct it): New member first_vpos.
4539
4540 * xdisp.c (start_display): Set it->first_vpos.
4541 (try_window_id): Use first_vpos to start display in first _text_
4542 line if no reusable lines at start of window with header line.
4543
4544 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4545
4546 * w32fns.c (XPutPixel):
4547 * w32bdf.c (w32_init_bdf_font):
4548 * sunfns.c (sel_read):
4549 * process.c (Fmake_network_process):
4550 * frame.c (store_frame_param):
4551 * fontset.c (Fset_fontset_font):
4552 * emacs.c (shut_down_emacs):
4553 * ccl.c (ccl_driver): Remove period at end of error message.
4554
4555 * config.in: Regenerate.
4556
4557 * xfns.c (x_window_to_frame, x_any_window_to_frame)
4558 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
4559 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
4560 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
4561 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
4562
4563 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
4564
4565 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
4566 (XTmouse_position, handle_one_xevent): Pass Display* to
4567 x_window_to_scroll_bar.
4568 (x_window_to_scroll_bar): Take a Display* argument.
4569 Check that display for frame is equal to Display* argument.
4570 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
4571 x_display_info_for_display instead. Use Display in xev instead
4572 of GDK_DISPLAY.
4573 (x_dispatch_event): Call x_display_info_for_display.
4574 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
4575 (x_connection_closed): Call xg_display_close for GTK.
4576 (x_term_init): Call xg_display_open for additional displays.
4577 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
4578 for GTK.
4579
4580 * xmenu.c (single_menu_item, mouse_position_for_popup)
4581 (x_activate_menubar): Formatting adjustments.
4582
4583 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
4584 adjustments.
4585
4586 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
4587 (xg_display_close, xg_create_default_cursor)
4588 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
4589 handling.
4590 (xg_left_ptr_cursor): Remove.
4591 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
4592 cursor here.
4593 (xg_win_to_widget): Take Display* argument, call
4594 gdk_xid_table_lookup_for_display.
4595 (xg_create_frame_widgets, xg_get_file_name, create_menus)
4596 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
4597 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
4598 in FRAME_X_DISPLAY_INFO.
4599 (xg_get_scroll_id_for_window): Take Display* argument.
4600 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
4601 (xg_initialize): Remove xg_left_ptr_cursor.
4602
4603 * gtkutil.h: xg_get_scroll_id_for_window, xg_win_to_widget takes
4604 Display* argument also. Declare xg_display_open,
4605 xg_display_close, xg_create_default_cursor.
4606
4607 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4608
4609 * xterm.c (x_detect_focus_change): Do not change focus frame for
4610 Enter/LeaveNotify if the current focus frame has explicit focus.
4611
4612 2003-11-14 Kim F. Storm <storm@cua.dk>
4613
4614 * dispnew.c (update_text_area): Fix redisplay error when hscroll
4615 is active and first glyph is only partially visible.
4616
4617 2003-11-13 Kenichi Handa <handa@m17n.org>
4618
4619 * xdisp.c (select_frame_for_redisplay): New function.
4620 (redisplay_internal): Record also selected_frame for
4621 unwind_redisplay. Call select_frame_for_redisplay before
4622 redrawing each frame.
4623 (unwind_redisplay): Argument changed to a cons.
4624
4625 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
4626
4627 * fns.c (Fstring_to_multibyte): Doc fix.
4628
4629 2003-11-11 Kenichi Handa <handa@m17n.org>
4630
4631 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
4632
4633 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4634
4635 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
4636 program specified positions.
4637
4638 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4639
4640 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
4641
4642 2003-11-08 Kenichi Handa <handa@m17n.org>
4643
4644 * Makefile.in (lisp): Add kannada.el.
4645 (shortlisp): Likewise.
4646
4647 2003-11-07 Kenichi Handa <handa@m17n.org>
4648
4649 * coding.c (coding_allocate_composition_data):
4650 Reset coding->composing to COMPOSITION_NO.
4651 (coding_restore_composition): Detect invalid composition data.
4652 Give Fstring and Fvector a Lispy integer, not C int.
4653
4654 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * floatfns.c (Flogb): Don't use VALMASK.
4657
4658 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
4659 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
4660
4661 * lisp.h (XINT): Move the cast to clarify what is going on.
4662 (GCTYPEMASK, XSETTYPE): Remove.
4663 (XGCTYPE): Make it an alias of XTYPE.
4664
4665 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4666
4667 * xterm.c (x_term_init): Fix formatting.
4668
4669 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4670
4671 * gtkutil.h: Declare xg_have_tear_offs, remove xg_keep_popup
4672 and xg_did_tearoff.
4673
4674 * gtkutil.c: Remove variable xg_did_tearoff.
4675 (xg_have_tear_offs): New function.
4676 (tearoff_remove): Just decrease xg_detached_menus.
4677 (tearoff_activate): Increase xg_detached_menus and call
4678 tearoff_remove when tearoff is removed.
4679 (xg_keep_popup): Remove function.
4680 (create_menus): Give add_tearoff_p as argument to recursive
4681 call to create_menus.
4682 (xg_create_widget): Use variables instead of multiple
4683 strcmp. Tell create_menus to create tear off only for
4684 menu bar menus.
4685 (xg_update_menubar): Change title for a detached menu also.
4686 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
4687 of deep_p.
4688 (xg_initialize): Initialize xg_detached_menus, remove
4689 initialization of xg_did_tearoff.
4690
4691 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
4692 xg_have_tear_offs returns non-zero.
4693 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
4694 call to xg_keep_popup.
4695
4696 2003-11-01 Andrew Choi <akochoi@shaw.ca>
4697
4698 * macterm.c (XTread_socket): Handle menubar selection and grow
4699 window only for mouseDown events.
4700
4701 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4702
4703 * xterm.c (x_term_init): For GTK part, increase x_initialized
4704 to check for more than one display. Use error instead of return 0.
4705
4706 2003-10-31 Andrew Choi <akochoi@shaw.ca>
4707
4708 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
4709 (copy_dysymtab): Call it.
4710
4711 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
4712
4713 * eval.c (Fdefvaralias): Doc fix.
4714
4715 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
4716
4717 * data.c (Fsetplist): Doc fix.
4718
4719 2003-10-14 Lute Kamstra <lute@gnu.org>
4720
4721 * window.c (Fset_window_fringes): Clarify docstring.
4722
4723 2003-10-14 Kim F. Storm <storm@cua.dk>
4724
4725 * window.c (Fset_window_margins): Simplify arg checking.
4726
4727 2003-10-13 Richard M. Stallman <rms@gnu.org>
4728
4729 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
4730 (print_partial_compiled_pattern): Replace assert with a printout.
4731 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
4732
4733 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
4734
4735 * window.c (Fset_window_margins): Allow only integers as args.
4736 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
4737 Doc fixes.
4738
4739 2003-10-13 Lute Kamstra <lute@gnu.org>
4740
4741 * window.c (Fset_window_fringes): Elaborate docstring.
4742
4743 2003-10-12 Andrew Choi <akochoi@shaw.ca>
4744
4745 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
4746
4747 * s/darwin.h (GC_MARK_STACK): Define.
4748
4749 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4750
4751 * window.c (shrink_windows): New function.
4752 (size_window): Call shrink_windows to calculate window sizes when
4753 shrinking frame with more than one window.
4754
4755 2003-10-12 Kim F. Storm <storm@cua.dk>
4756
4757 * xdisp.c (compute_fringe_widths): Doc fix.
4758
4759 2003-10-08 Kenichi Handa <handa@m17n.org>
4760
4761 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
4762
4763 2003-10-07 Kenichi Handa <handa@m17n.org>
4764
4765 * coding.c (Qcoding_system_define_form): New variable.
4766 (syms_of_coding): Intern and staticpro it.
4767 (Fcheck_coding_system): Try to autoload the definition of
4768 CODING-SYSTEM.
4769
4770 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * fns.c (Frequire): Doc fix.
4773
4774 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4775
4776 * xfns.c (Fx_send_client_event): New function as a base for
4777 manipulating extended window manager hints.
4778 (Fx_send_client_event): Remove unused variable s.
4779
4780 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
4781 that function is removed.
4782
4783 * xterm.c (x_set_offset): Use move_offset_left/top instead of
4784 x/y_pixels_outer_diff.
4785 (x_check_expected_move): Calculate move_offset_left/top.
4786
4787 * xterm.h (struct x_output): New members: move_offset_top/left.
4788
4789 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
4790 call x_set_offset directly.
4791
4792 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
4793
4794 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
4795
4796 * xterm.c (x_delete_display): Free font names and font_encoder
4797 in dpyinfo->font_table.
4798
4799 * xfns.c (Fx_close_connection): Only call XFreeFont here.
4800 Move xfree of font names to x_delete_display.
4801
4802 * xterm.h (struct x_display_info): New member, wm_type.
4803 (struct x_output): New members, expected_top/left and
4804 check_expected_move.
4805
4806 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
4807 is received.
4808 (handle_one_xevent): Rename x_check_expected_move from
4809 x_check_fullscreen_move.
4810 (x_set_offset): Only add WM decoration sizes to modified_top/left
4811 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
4812 (x_check_expected_move): Rename from x_check_fullscreen_move.
4813 Removed fullscreen specific code. Use check_expected_move,
4814 expected_left/top instead. Also, set wm_type.
4815 (x_term_init): Initialize wm_type to unknown.
4816
4817 * frame.c (x_fullscreen_move): Remove addition of WM decoration
4818 sizes to move_x/y.
4819
4820 2003-10-03 Kenichi Handa <handa@m17n.org>
4821
4822 * macterm.c (x_load_font): Clear all members of FONTP before start
4823 filling them.
4824
4825 2003-10-02 Kenichi Handa <handa@m17n.org>
4826
4827 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
4828 before calling find_ccl_program_func. Call find_ccl_program_func
4829 only when fontp->font_encoder is not NULL.
4830
4831 * xterm.c (x_load_font): Clear all members of FONTP before start
4832 filling them.
4833
4834 2003-10-03 John Paul Wallington <jpw@gnu.org>
4835
4836 * keymap.c (map_keymap): Don't abort when binding is a vector.
4837
4838 2003-10-02 Jason Rumney <jasonr@gnu.org>
4839
4840 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
4841 Sync dependencies with Makefile.in.
4842 (alloca.o): Remove.
4843
4844 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
4845 filling them.
4846
4847 * w32bdf.c (w32_load_bdf_font): Likewise.
4848
4849 2003-09-30 Richard M. Stallman <rms@gnu.org>
4850
4851 * term.c (set_tty_color_mode): Calculate current_mode_spec
4852 regardless of value of VAL.
4853
4854 * intervals.c (graft_intervals_into_buffer):
4855 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
4856 Handle over_used when splitting UNDER.
4857
4858 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4859
4860 * regex.c (regex_compile): Free the stack when returning from function.
4861
4862 2003-09-28 Kenichi Handa <handa@m17n.org>
4863
4864 * fontset.c (Finternal_char_font): Change return value to
4865 cons (FONT-NAME . GLYPH-CODE).
4866
4867 2003-09-28 Eli Zaretskii <eliz@gnu.org>
4868
4869 * term.c (tty_setup_colors): Treat any negative argument as -1.
4870
4871 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
4872
4873 * process.c (send_process): Delete unused temp_buf.
4874
4875 2003-09-26 Dave Love <fx@gnu.org>
4876
4877 * xterm.c (x_bitmap_mask): Declare.
4878
4879 2003-09-25 Dave Love <fx@gnu.org>
4880
4881 * Makefile.in (fns.o): Depend on md5.h.
4882
4883 2003-09-25 Kim F. Storm <storm@cua.dk>
4884
4885 * window.c (set_window_buffer): Fix redisplay problems when
4886 switching between buffers with different display margin widths.
4887
4888 2003-09-23 Kim F. Storm <storm@cua.dk>
4889
4890 * process.c (set_socket_option): Fix :bindtodevice option.
4891 (Fset_network_process_option): Update process contact list when
4892 setting option succeeds.
4893 (Fmake_network_process): Doc fix.
4894
4895 2003-09-23 Dave Love <fx@gnu.org>
4896
4897 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
4898
4899 2003-09-22 Eli Zaretskii <eliz@gnu.org>
4900
4901 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
4902 color mode is an integer number (it could be -1).
4903
4904 2003-09-22 Richard M. Stallman <rms@gnu.org>
4905
4906 * intervals.c (graft_intervals_into_buffer): Correct the main loop
4907 in the case where OVER is longer than UNDER.
4908
4909 2003-09-22 Masatake YAMATO <jet@gyve.org>
4910
4911 * window.c (Fset_window_scroll_bars): Validate the value of
4912 `vertical_type'.
4913
4914 2003-09-21 Kim F. Storm <storm@cua.dk>
4915
4916 * frame.c (Vdefault_frame_scroll_bars): New variable.
4917 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
4918 (syms_of_frame): DEFVAR_LISP it, and initialize according to
4919 window-system default scroll bar position.
4920
4921 * window.c (Fwindow_scroll_bars): Doc fix.
4922
4923 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4924
4925 * xterm.c (x_set_offset): Take window manager decorations into account.
4926
4927 2003-09-19 Richard M. Stallman <rms@gnu.org>
4928
4929 * atimer.h: Don't include lisp.h.
4930 (P_): Define it here (as well as elsewhere).
4931
4932 * print.c (Fprin1_to_string): Move the PRINTPREPARE
4933 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
4934
4935 * data.c (Fvariable_binding_locus): New function.
4936 (syms_of_data): defsubr it.
4937 (Flocal_variable_p): Delete duplicate call to indirect_variable.
4938
4939 2003-09-18 Dave Love <fx@gnu.org>
4940
4941 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
4942
4943 * process.c (Fnetwork_interface_info): Fix type error.
4944 (Fnetwork_interface_list): Doc fix.
4945 (read_process_output, read_process_output): Delete unused var.
4946
4947 2003-09-17 Kim F. Storm <storm@cua.dk>
4948
4949 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
4950 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
4951 (Fnetwork_interface_info): Check that ifreq struct has required
4952 fields before accessing them; this requires that those fields are
4953 defined as macros, which may be too restrictive on some platforms,
4954 but it is better than failing on other platforms.
4955 (syms_of_process): Only defsubr above fns when included.
4956
4957 2003-09-17 Dave Love <fx@gnu.org>
4958
4959 * unexalpha.c: Don't include varargs.h.
4960
4961 2003-09-17 Kim F. Storm <storm@cua.dk>
4962
4963 * process.c (Fset_process_sentinel): Add sentinel to childp plist
4964 for network process.
4965 (socket_options): Add `:' prefix to option names. Add optbit field.
4966 (set_socket_option): Remove no_error arg and special handling of s < 0.
4967 Return 1<<optbit for known option, 0 for unknown.
4968 Do not interpret 0 as false for boolean option (only nil).
4969 Pass failed option and value to report_file_error.
4970 (Fset_network_process_options): Replace by Fset_network_process_option.
4971 (Fset_network_process_option): New function to set just one option.
4972 (Fmake_network_process): Allow :coding arg to be a cons.
4973 Allow :server arg to be an integer specifying backlog size.
4974 Remove :options arg, and allow options to be specified directly
4975 as :KEY, VALUE pairs. Parse these options before binding socket.
4976 As before, :reuseaddr t is default for a server process, but this
4977 can now be disabled by specifying :reuseaddr nil.
4978 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
4979 (init_process): Availability of network options is now checked with
4980 simpler syntax (featurep 'make-network-process :OPTION); use loop to
4981 setup features.
4982 (syms_of_process): Fix defsubr's for the replaced functions.
4983
4984 2003-09-16 Dave Love <fx@gnu.org>
4985
4986 * Makefile.in: Depend on coding.h.
4987
4988 2003-09-14 Kim F. Storm <storm@cua.dk>
4989
4990 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
4991 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
4992 (syms_of_process): Defsubr them.
4993
4994 * config.in: Regenerate.
4995
4996 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
4999 * m/news-r6.h (XUNMARK): Remove.
5000 * m/mips.h (XUNMARK): Remove.
5001 * m/mips-siemens.h (XUNMARK): Remove.
5002 * m/iris4d.h (XUNMARK): Remove.
5003 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
5004
5005 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * lisp.h (VALBITS): Don't remove 1 for the markbit.
5008 (union Lisp_Object): Use unsigned int for types. Remove markbit.
5009 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
5010 (XTYPE): Use unsigned right-shift.
5011 (XMARKBIT, XMARK, XUNMARK): Remove.
5012
5013 * alloc.c (init_intervals, init_symbol, init_marker):
5014 Don't preallocate anything.
5015 (Fgarbage_collect, mark_object): Ignore the markbit.
5016
5017 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
5018
5019 2003-09-08 Lute Kamstra <lute@gnu.org>
5020
5021 * xdisp.c (pint2hrstr): New function.
5022 (decode_mode_spec): Add `%i' and `%I' specs.
5023 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
5024 for `mode-line-format'.
5025
5026 2003-09-07 Andreas Schwab <schwab@suse.de>
5027
5028 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
5029 avoid warning.
5030
5031 2003-09-07 Eli Zaretskii <eliz@gnu.org>
5032
5033 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
5034
5035 2003-09-03 Kim F. Storm <storm@cua.dk>
5036
5037 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
5038 change (superseded by 2002-08-30 change); the default blink-off
5039 cursor is now again "no cursor".
5040
5041 2003-09-01 Jason Rumney <jasonr@gnu.org>
5042
5043 * makefile.w32-in (alloca.o): Remove.
5044 (coding.o): Depend on intervals.h
5045 (emacs.o, bytecode.o): Depend on window.h
5046
5047 2003-09-01 Dave Love <fx@gnu.org>
5048
5049 * Makefile.in (alloca.o): Remove commands.
5050 (coding.o): Depend on intervals.h composite.h window.h.
5051 (emacs.o): Depend on window.h keyboard.h keymap.h.
5052 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
5053 (bytecode.o): Depend on window.h.
5054
5055 2003-08-31 Jason Rumney <jasonr@gnu.org>
5056
5057 * w32term.c (w32_per_char_metric): Allow cached metrics to be
5058 returned even when font_type is unknown.
5059
5060 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
5061
5062 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5063
5064 * xterm.c (x_term_init): Initialize new fields in x_display_info.
5065
5066 * xterm.h (struct x_display_info): Add red/green/blue_bits and
5067 *_offset.
5068
5069 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
5070 calculate pixel value.
5071
5072 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
5073
5074 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
5075 Don't tell redisplay display is accurate when it's actually been
5076 paused for pending input.
5077
5078 2003-08-29 Richard M. Stallman <rms@gnu.org>
5079
5080 * dispnew.c (adjust_glyph_matrix): Call window_box
5081 whenever W is nonzero.
5082
5083 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
5084 (Fkill_local_variable, Fmake_variable_frame_local)
5085 (Flocal_variable_p, Flocal_variable_if_set_p):
5086 Use indirect_variable to trace thru variable aliases.
5087
5088 * config.in: Updated.
5089
5090 * callint.c (Fcall_interactively): Save and restore
5091 Vthis_command, Vthis_original_command, real_this_command,
5092 and current_kboard->Vlast_command.
5093
5094 * abbrev.c (Fexpand_abbrev): Insert before deleting.
5095
5096 2003-08-29 Gerd Moellmann <gerd@gnu.org>
5097
5098 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
5099
5100 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
5101
5102 * coding.c (decode_coding_iso2022): Initialize local variable c2.
5103 (decode_coding_sjis_big5): Likewise.
5104
5105 2003-08-27 Jason Rumney <jasonr@gnu.org>
5106
5107 * w32.c (sys_pipe): Protect against file descriptor overflow.
5108
5109 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
5110
5111 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
5112
5113 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
5114
5115 * xfns.c (Vgtk_version_string): New variable.
5116 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
5117
5118 2003-08-24 Eli Zaretskii <eliz@gnu.org>
5119
5120 * term.c (term_init): Remove `const' from buffer_size's declaration.
5121
5122 * Makefile.in (msdos.o): Depend on intervals.h.
5123
5124 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
5125
5126 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5127
5128 * xterm.h (struct x_display_info): New fields: client_leader_window
5129 and Xatom_wm_client_leader.
5130
5131 * xterm.c (x_initialize): Move call to x_session_initialize to ...
5132 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
5133
5134 * xsmfns.c (create_client_leader_window): New function.
5135 (x_session_initialize): Call create_client_leader_window, take
5136 dpyinfo as argument.
5137
5138 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
5139
5140 * Makefile.in (xsmfns.o): Add more depenedencies.
5141
5142 2003-08-21 Dave Love <fx@gnu.org>
5143
5144 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
5145
5146 2003-08-21 Kenichi Handa <handa@m17n.org>
5147
5148 * term.c (term_init): Fix previous change; don't rely on the
5149 length of `buffer' if TERMINFO is defined.
5150
5151 2003-08-20 Dave Love <fx@gnu.org>
5152
5153 * atimer.h: Include lisp.h.
5154
5155 * lisp.h (EMACS_LISP_H): New.
5156 (popup_activated_flag): Don't declare.
5157
5158 * alloca.c: Some merging with gnulib. Change logic and doc
5159 concerning (x)malloc/(x)free -- no longer Emacs-specific.
5160 [DO_BLOCK_INPUT]: Don't include lisp.h.
5161 (xmalloc, xfree): Declare.
5162 (malloc): Don't declare.
5163
5164 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
5165 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
5166 atimer.h, blockinput.h.
5167
5168 * alloc.c (lisp_align_malloc): Change type of `aligned'.
5169
5170 * alloca.s: Removed.
5171
5172 2003-08-19 Gerd Moellmann <gerd@gnu.org>
5173
5174 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
5175 use -lncurses.
5176
5177 * term.c (term_init): Use a buffer of size 4096 for tgetent since
5178 FreeBSD returns something longer than 2044. Abort if the end of
5179 the buffer is overwritten.
5180
5181 2003-08-19 Miles Bader <miles@gnu.org>
5182
5183 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
5184
5185 2003-08-19 Gerd Moellmann <gerd@gnu.org>
5186
5187 * alloc.c (lisp_align_malloc): Check for memory full when
5188 allocating ablocks, which also avoids freeing a pointer into an
5189 ablocks structure.
5190
5191 * puresize.h (BASE_PURESIZE): Increase to 1100000.
5192
5193 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
5194
5195 2003-08-16 Richard M. Stallman <rms@gnu.org>
5196
5197 * editfns.c (Fencode_time): Doc fix.
5198
5199 2003-08-16 David Ponce <david@dponce.com>
5200
5201 * fileio.c (Fwrite_region): Fix conditional expression to issue
5202 the right message.
5203
5204 2003-08-16 Juri Linkov <juri@jurta.org>
5205
5206 * syntax.c (Fforward_word): Argument changed to optional.
5207 Set default value to 1.
5208
5209 2003-08-15 Kenichi Handa <handa@m17n.org>
5210
5211 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
5212 what autoscaled.
5213 (best_matching_font): Once we find a better scalable font, set
5214 non_scalable_has_exact_height_p to 1.
5215 (try_font_list): Call try_alternative_families to try any family
5216 with the given registry.
5217
5218 2003-08-09 Andreas Schwab <schwab@suse.de>
5219
5220 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
5221
5222 * print.c (print_string): Fix printing of multibyte string with
5223 nontrivial printcharfun.
5224
5225 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5226
5227 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
5228
5229 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
5230
5231 2003-07-31 Kenichi Handa <handa@m17n.org>
5232
5233 * process.c (read_process_output): Return the actually read bytes
5234 instead of the result of decoding.
5235
5236 2003-07-31 Kenichi Handa <handa@m17n.org>
5237
5238 * xterm.h (struct x_bitmap_record): New member have_mask.
5239
5240 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
5241 to 0.
5242 (x_create_bitmap_from_file): Likewise.
5243 (x_destroy_bitmap): Check have_mask member before freeing a mask.
5244 (x_destroy_all_bitmaps): Likewise.
5245 (x_create_bitmap_mask): Set have_mask member to 1.
5246
5247 2003-07-30 Richard M. Stallman <rms@gnu.org>
5248
5249 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
5250
5251 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5252
5253 * gtkutil.c (xg_mark_data): Update calls to mark_object.
5254
5255 2003-07-29 Richard M. Stallman <rms@gnu.org>
5256
5257 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
5258 Conditionalize XIM code on HAVE_XIM.
5259
5260 * fns.c (Fclear_string): New function.
5261 (syms_of_fns): defsubr it.
5262
5263 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
5264
5265 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
5266
5267 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
5268
5269 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
5270
5271 * buffer.c (delete_all_overlays): New function.
5272 * buffer.h (delete_all_overlays): Declare.
5273 * coding.c (run_pre_post_conversion_on_str):
5274 * print.c (temp_output_buffer_setup):
5275 * fileio.c (Finsert_file_contents):
5276 * minibuf.c (get_minibuffer): Use it.
5277
5278 2003-07-22 Andrew Choi <akochoi@shaw.ca>
5279
5280 * unexmacosx.c (unexec_regions_sort_compare):
5281 (unexec_regions_merge): New functions. Sort and merge unexec
5282 regions before dumping them.
5283
5284 2003-07-22 Dave Love <fx@gnu.org>
5285
5286 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
5287
5288 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
5289
5290 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
5291 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
5292 MARKBIT as the gcmarkbit for strings.
5293
5294 2003-07-21 Richard M. Stallman <rms@gnu.org>
5295
5296 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
5297
5298 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
5299 (syms_of_fns): Corresponding change.
5300
5301 * alloc.c (syms_of_alloc): Doc fixes.
5302
5303 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
5304
5305 * s/netbsd.h: Use -Wl syntax.
5306
5307 2003-07-17 Richard M. Stallman <rms@gnu.org>
5308
5309 * xterm.c (xim_initialize): Redo 6/24 change.
5310
5311 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
5312
5313 * buffer.c (copy_overlays): Use EMACS_INT for positions.
5314 (Fswitch_to_buffer): Don't signal an error when switching to the same
5315 buffer in a dedicated window.
5316
5317 * alloc.c: Use bitmaps for cons, as was done for floats.
5318 (init_float, init_cons): Let the normal code allocate the first block.
5319 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
5320 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
5321 New macros.
5322 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
5323 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
5324 (live_cons_p): Check the pointer is not past the `conses' array.
5325 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
5326 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
5327 (survives_gc_p): Use CONS_MARKED_P and simplify.
5328 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
5329
5330 2003-07-13 Paul Eggert <eggert@twinsun.com>
5331
5332 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
5333 puts it into BSS instead, at least on Solaris 8 and 9.
5334 This is a valid optimization, and it may occur on other platforms,
5335 so Emacs should not assume that initializing a static variable to
5336 zero puts it into data.
5337 * alloc.c (pure, staticvec):
5338 Initialize these arrays to nonzero, so that they're not
5339 put into BSS by that optimization.
5340
5341 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
5342
5343 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
5344 (lisp_align_malloc): Use posix_memalign is available.
5345 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
5346 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
5347 for consistency. Update users.
5348
5349 2003-07-13 Richard M. Stallman <rms@gnu.org>
5350
5351 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
5352
5353 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
5354
5355 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
5356 and use the Gtk+ function gtk_window_icon_from_file if available.
5357
5358 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
5359 handle mask of bitmaps.
5360 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
5361 mask property.
5362 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
5363
5364 * xterm.h (xg_set_icon): New function.
5365
5366 2003-07-12 Paul Eggert <eggert@twinsun.com>
5367
5368 * unexelf.c (unexec): Consider a section to precede the .bss
5369 section if its addresses overlap that of .bss.
5370
5371 2003-07-12 Richard M. Stallman <rms@gnu.org>
5372
5373 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
5374
5375 * config.in (HAVE_CRTIN): Add #undef.
5376 (INLINE): Really inline only if OPTIMIZE is defined.
5377
5378 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
5379 END_FILES_1.
5380 (START_FILES_1, END_FILES_1): New macros (conditional).
5381 (LD_SWITCH_SYSTEM_TEMACS): Define.
5382
5383 * s/openbsd.h: Don't include bsd4-3.h.
5384 (TERMINFO): Define.
5385 (LIBS_TERMCAP): Define.
5386 (LD_SWITCH_SYSTEM): Define (two definitions).
5387
5388 * xfns.c: Include libpng/png.h instead of png.h.
5389
5390 2003-07-11 Andreas Schwab <schwab@suse.de>
5391
5392 * buffer.c (modify_overlay): Update prototype.
5393 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
5394 Likewise.
5395
5396 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
5397
5398 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
5399 (struct interval): Move to intervals.h.
5400 (struct Lisp_Marker): Use EMACS_INT for position info.
5401 (forward_point): Remove prototype of defunct function.
5402 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
5403 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
5404 (syms_of_textprop, set_text_properties): Remove prototypes that are
5405 already in intervals.h.
5406
5407 * intervals.h (struct interval): Move from lisp.h.
5408 Use EMACS_INT for position and size info.
5409
5410 * coding.c: Include intervals.h for Fset_text_properties.
5411
5412 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
5413 position and length information.
5414
5415 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
5416
5417 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
5418 position and length information.
5419
5420 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
5421
5422 Change overlays_after and overlays_before so the overlays themselves
5423 are linked into lists, rather than using cons cells. After all each
5424 Lisp_Misc already occupies 5 words, so we can add a `next' field to
5425 Lisp_Overlay for free and save up one cons cell per overlay (not
5426 to mention one indirection when traversing the list of overlay).
5427
5428 * lisp.h (struct Lisp_Overlay): New field `next'.
5429
5430 * buffer.h (struct buffer): Change overlays_before and overlays_after
5431 from Lisp lists of overlays to pointers to overlays.
5432
5433 * buffer.c (overlay_strings, recenter_overlay_lists):
5434 Fix typo in eassert in last commit.
5435 (unchain_overlay): New function.
5436 (add_overlay_mod_hooklist): Use AREF.
5437 (copy_overlays, reset_buffer, overlays_at, overlays_in)
5438 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
5439 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
5440 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
5441 (report_overlay_modification, evaporate_overlays, init_buffer_once):
5442 Adjust to new type of overlays_(before|after).
5443
5444 * alloc.c (mark_object): Mark the new `next' field of overlays.
5445 (mark_buffer): Manually mark the overlays_(after|before) fields.
5446
5447 * coding.c (run_pre_post_conversion_on_str):
5448 * editfns.c (overlays_around):
5449 * xdisp.c (load_overlay_strings):
5450 * fileio.c (Finsert_file_contents):
5451 * indent.c (current_column):
5452 * insdel.c (signal_before_change, signal_after_change):
5453 * intervals.c (set_point_both):
5454 * print.c (temp_output_buffer_setup): Use new type for
5455 overlays_(before|after).
5456
5457 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
5458
5459 * buffer.c (report_overlay_modification): Don't run hooks while
5460 traversing the list of overlays.
5461
5462 * buffer.h (struct buffer): Use an int for overlay_center.
5463 (overlays_at, evaporate_overlays, recenter_overlay_lists)
5464 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
5465
5466 * buffer.c (reset_buffer, recenter_overlay_lists)
5467 (adjust_overlays_for_insert, adjust_overlays_for_delete)
5468 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
5469 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
5470 (overlays_at, evaporate_overlays, recenter_overlay_lists)
5471 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
5472
5473 * xdisp.c (fast_find_position): Remove unused var.
5474
5475 * cmds.c (Qexpand_abbrev): New sym.
5476 (syms_of_cmds): Initialize it.
5477 (internal_self_insert): Use it to call expand-abbrev.
5478
5479 2003-07-09 Kim F. Storm <storm@cua.dk>
5480
5481 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
5482 was configured with --without-xim.
5483 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
5484
5485 2003-07-07 Richard M. Stallman <rms@gnu.org>
5486
5487 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
5488
5489 * alloc.c (Fgarbage_collect): Doc fix.
5490
5491 2003-07-07 Nozomu Ando <nand@mac.com>
5492
5493 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
5494
5495 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
5496
5497 * minibuf.c (read_minibuf): UNGCPRO before returning.
5498 (Ftry_completion, Fall_completions): Doc fix.
5499
5500 * alloc.c (live_float_p): Check that p is not past the `floats' array,
5501 now that `floats' is not the last element of the struct any more.
5502
5503 2003-07-06 Jason Rumney <jasonr@gnu.org>
5504
5505 * w32term.h (ClipboardSequence_Proc): New type.
5506
5507 * w32fns.c (clipboard_sequence_fn): New variable.
5508 (globals_of_w32fns): Initialize it.
5509
5510 * w32select.c (last_clipboard_sequence_number): New variable.
5511 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
5512 number if possible.
5513
5514 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
5515
5516 * m/amdx86-64.h (MARKBIT):
5517 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
5518 MARKBIT and ARRAY_MARK_FLAG any more.
5519
5520 * m/hp800.h (XSETMARKBIT):
5521 * m/sr2k.h (XSETMARKBIT):
5522 * lisp.h (XSETMARKBIT): Remove unused macro.
5523
5524 * lisp.h (mark_object): Change prototype.
5525
5526 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
5527 (last_marked): Change accordingly.
5528 (mark_interval, mark_maybe_object, mark_maybe_pointer)
5529 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
5530 (mark_buffer): Update calls to mark_object.
5531
5532 * bytecode.c (mark_byte_stack):
5533 * fns.c (sweep_weak_table):
5534 * keyboard.c (mark_kboards): Update calls to mark_object.
5535
5536 2003-07-06 Jason Rumney <jasonr@gnu.org>
5537
5538 * alloc.c (struct ablock): Only include padding when there is some.
5539
5540 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
5541
5542 * alloc.c (ALIGN): Add casts to simplify usage.
5543 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
5544 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
5545 (struct ablock, struct ablocks): New types.
5546 (free_ablock): New global var.
5547 (lisp_align_malloc, lisp_align_free): New functions.
5548 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
5549 (struct float_block): Reorder and add gcmarkbits.
5550 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
5551 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
5552 (init_float, make_float): Use lisp_align_malloc.
5553 (free_float, live_float_p): Don't use `type' any more.
5554 (make_float): Use FLOAT_UNMARK to access to mark bit.
5555 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
5556 Use FLOAT_MARKED_P to access the mark bit.
5557 (pure_alloc): Simplify use of ALIGN.
5558 (mark_object): Use FLOAT_MARK to access the mark bit.
5559 (gc_sweep): Use new macros to access the float's mark bit.
5560 (init_alloc_once): Init free_ablock.
5561
5562 * lisp.h (struct Lisp_Float): Remove unused field `type'.
5563
5564 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
5565
5566 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
5567 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
5568 (allocate_buffer): Move.
5569 (string_bytes): Don't mask markbit of `size_byte'.
5570 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
5571 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
5572 Use the `size' field of buffers (rather than the `name' field) for
5573 the mark bit, as is done for all other vectorlike objects.
5574 Use the new macros to access the mark bit of vectorlike objects.
5575
5576 2003-06-26 Richard M. Stallman <rms@gnu.org>
5577
5578 * puresize.h (BASE_PURESIZE): Increment base size.
5579
5580 * xdisp.c (fast_find_position): Enable Gerd's new definition.
5581
5582 * xterm.c (xim_initialize): Undo previous change.
5583
5584 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
5585
5586 * alloc.c (survives_gc_p): Simplify.
5587
5588 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
5589
5590 * window.c (Fset_window_dedicated_p): Simplify.
5591 (display_buffer_1): Don't raise the win from which minibuf was entered.
5592 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
5593 (Fminibuffer_selected_window): Simplify.
5594
5595 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
5596
5597 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
5598 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
5599
5600 * insdel.c (check_markers, adjust_markers_for_delete)
5601 (adjust_markers_for_insert, adjust_markers_for_replace)
5602 (prepare_to_modify_buffer, RESTORE_VALUE):
5603 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
5604 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
5605 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
5606 * alloc.c (Fmake_marker, free_marker, gc_sweep):
5607 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
5608 * editfns.c (save_excursion_restore, transpose_markers):
5609 * window.c (delete_window):
5610 * xdisp.c (message_dolog): Update for new types.
5611
5612 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5613
5614 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
5615 (realize_default_face): Use default_face_done_p for the force_p
5616 argument to set_lface_from_font_name. Set default_face_done_p to one.
5617
5618 * frame.c (make_frame): Initialize default_face_done_p.
5619
5620 * frame.h (struct frame): Add default_face_done_p.
5621
5622 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
5623 will be defined.
5624
5625 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
5626
5627 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
5628 Initialize the new field `gcmarkbit'.
5629 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
5630 (mark_interval_tree): Don't mark the tree separately from the nodes.
5631 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
5632 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
5633 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
5634
5635 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
5636 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
5637 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
5638 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
5639 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
5640
5641 2003-06-24 Dave Love <fx@gnu.org>
5642
5643 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
5644
5645 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
5646 from gnulib.
5647
5648 2003-06-21 Richard M. Stallman <rms@gnu.org>
5649
5650 * fileio.c (Fwrite_region): Alternate messages
5651 for append and partial write.
5652
5653 * keyboard.c (read_key_sequence): When converting upcase fn key to
5654 downcase, update fkey and keytran so `backspace' gets translated.
5655
5656 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
5657
5658 * process.c (wait_reading_process_input): Don't signal SIGIO
5659 in batch mode.
5660
5661 2003-06-17 Kenichi Handa <handa@m17n.org>
5662
5663 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
5664 composite.h.
5665
5666 * xselect.c: Don't include charset.h, coding.h, composite.h.
5667 (Qforeign_selection): New variable.
5668 (syms_of_xselect): Intern and static it.
5669 (selection_data_to_lisp_data): Return a unibyte string made from
5670 data with `foreign-selection' text property.
5671
5672 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
5673
5674 * termhooks.h (EVENT_INIT): New macro.
5675
5676 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
5677
5678 * alloc.c (mark_kboards): Move to keyboard.c.
5679
5680 * keyboard.c (record_asynch_buffer_change, read_avail_input):
5681 * xterm.c (x_dispatch_event):
5682 * xmenu.c (find_and_call_menu_selection):
5683 * xdisp.c (handle_tool_bar_click):
5684 * w32menu.c (menubar_selection_callback):
5685 * sysdep.c (kbd_input_ast, read_input_waiting):
5686 * msdos.c (dos_rawgetc):
5687 * macterm.c (mac_check_for_quit_char):
5688 * macmenu.c (menubar_selection_callback):
5689 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
5690 data to kbd_buffer_store_event.
5691
5692 2003-06-15 Kim F. Storm <storm@cua.dk>
5693
5694 * xdisp.c (x_fix_overlapping_area): Always use area relative X
5695 to fix redisplay problem with tall characters (such as \e,AC\e(B).
5696
5697 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5698
5699 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
5700
5701 2003-06-12 Kenichi Handa <handa@m17n.org>
5702
5703 * fileio.c (Fwrite_region): Save and restore restriction.
5704
5705 2003-06-12 Dave Love <fx@gnu.org>
5706
5707 * alloca.c (alloca): Declare arg as size_t.
5708
5709 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
5710 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
5711
5712 2003-06-11 Dave Love <fx@gnu.org>
5713
5714 * search.c (shrink_regexp_cache): Use xrealloc.
5715 (syms_of_search): Use xmalloc.
5716
5717 2003-06-10 Kim F. Storm <storm@cua.dk>
5718
5719 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
5720 Adjust phys_cursor.x to be relative to window box, rather than
5721 text area before checking -- to ensure cursor is redrawn when
5722 exposing window.
5723 Note: This also fixes a similar (older) bug if display margins
5724 are present.
5725
5726 2003-06-06 Kenichi Handa <handa@m17n.org>
5727
5728 * coding.c (encoding_buffer_size): If coding->type is
5729 coding_type_ccl, double magnification on CRLF encoding.
5730
5731 2003-06-06 Jason Rumney <jasonr@gnu.org>
5732
5733 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
5734 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
5735
5736 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
5737 Mac too.
5738
5739 2003-06-05 Dave Love <fx@gnu.org>
5740
5741 * strftime.c: Merge changes from gnulib.
5742
5743 * mktime.c (__mktime_internal): Merge changes from gnulib
5744 involving year 69 and dst2.
5745
5746 Changes to merge with gnulib version and be consistent with the
5747 autoconf test:
5748
5749 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
5750 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
5751 [HAVE_LOCALE_H]: Include locale.h.
5752 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
5753
5754 2003-06-05 Kim F. Storm <storm@cua.dk>
5755
5756 * window.c (coordinates_in_window): Convert X and Y to window
5757 relative coordinates inside mode-line and header-line parts.
5758 Convert X and Y to margin area relative coordinates inside left
5759 and right display margin parts.
5760
5761 2003-06-05 Jason Rumney <jasonr@gnu.org>
5762
5763 * w32fns.c (add_system_logical_colors_to_map): New function.
5764 (Fx_open_connection): Use it.
5765
5766 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
5767
5768 * process.c (allocate_pty): Revert part of the previous patch.
5769 (Faccept_process_output): Simplify.
5770
5771 2003-06-04 Jason Rumney <jasonr@gnu.org>
5772
5773 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
5774
5775 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
5776 (lispy_mouse_wheel_names): Remove.
5777 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
5778 Always define drag_and_drop_syms.
5779
5780 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
5781 WHEEL_EVENT events.
5782
5783 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
5784
5785 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
5786
5787 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
5788
5789 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5790
5791 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
5792 menu item label.
5793
5794 2003-06-03 Richard M. Stallman <rms@gnu.org>
5795
5796 * window.c (Fwindow_edges): Doc fix.
5797 (Fwindow_pixel_edges, Fwindow_inside_edges)
5798 (Fwindow_inside_pixel_edges): New functions.
5799 (syms_of_window): defsubr them.
5800
5801 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
5802 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
5803
5804 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
5805
5806 * dispnew.c (Fsit_for): Don't lie about the number of args.
5807
5808 2003-06-02 Dave Love <fx@gnu.org>
5809
5810 * callproc.c: Use HAVE_FCNTL_H, not USG5.
5811 (syms_of_callproc) <process-environment>: Doc fix.
5812
5813 * doc.c: Use HAVE_FCNTL_H, not USG5.
5814
5815 * xfaces.c (font_rescale_ratio): Fix for K&R.
5816
5817 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
5818
5819 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
5820
5821 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
5822
5823 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
5824 (xg_create_frame_widgets): Use ENCODE_UTF_8.
5825
5826 * xterm.c (Qutf_8): Move to coding.c
5827
5828 * xmenu.c (ENCODE_MENU_STRING): New.
5829 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
5830 Use it.
5831
5832 * coding.h (ENCODE_UTF_8): New.
5833 (Qutf_8): Declare.
5834
5835 * coding.c (Qutf_8): New.
5836 (syms_of_coding): Intern it.
5837
5838 * fns.c: Doc fixes.
5839
5840 2003-06-02 Kenichi Handa <handa@m17n.org>
5841
5842 * buffer.c (Fset_buffer_multibyte): Fix previous change.
5843
5844 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
5845
5846 * lread.c (openp): Make sure STR is a string.
5847
5848 2003-06-01 David Ponce <david@dponce.com>
5849
5850 * termhooks.h (enum event_kind): Added new WHEEL_EVENT event.
5851 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
5852
5853 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
5854 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
5855 (discard_mouse_events): Discard WHEEL_EVENT events too.
5856 (lispy_wheel_names, wheel_syms): New.
5857 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
5858 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
5859 defined.
5860 (make_lispy_event): Add WHEEL_EVENT handler.
5861
5862 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
5863 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
5864 WHEEL_EVENT events.
5865
5866 2003-05-31 John Paul Wallington <jpw@gnu.org>
5867
5868 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
5869 timer are in lisp/emacs-lisp.
5870
5871 2003-05-31 Kenichi Handa <handa@m17n.org>
5872
5873 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
5874 region when a buffer is changed to unibyte.
5875
5876 * charset.h (VALID_LEADING_CODE_P): New macro.
5877 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
5878
5879 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
5880 is nonzero, accept multibyte form of eight-bit-control chars.
5881 (decode_composition_emacs_mule): Likewise.
5882 (decode_coding_emacs_mule): Likewise.
5883 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
5884 multibyte form of eight-bit-control chars.
5885
5886 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
5887 (Finsert_file_contents): If coding-system-for-read is bound to
5888 Qauto_save_coding, use the coding system emacs-mule with special
5889 setting for recovering a file.
5890 (choose_write_coding_system): On auto saving, use the coding
5891 system emacs-mule with special setting for auto saving.
5892 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
5893
5894 2003-05-30 Kenichi Handa <handa@m17n.org>
5895
5896 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
5897 properly before calling ccl_driver.
5898
5899 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
5900
5901 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is
5902 nonzero.
5903 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
5904 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
5905
5906 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
5907
5908 * xfaces.c (realize_default_face): Do not abort if lface is
5909 non-existent - reverts change from 2003-05-19.
5910
5911 2003-05-29 Kenichi Handa <handa@m17n.org>
5912
5913 * coding.c (decode_coding_iso2022): Pay attention to the byte
5914 sequence of CTEXT extended segment, and retain those bytes as is.
5915
5916 2003-05-28 Kenichi Handa <handa@m17n.org>
5917
5918 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
5919 of CODING_REPLACEMENT_CHARACTER.
5920 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
5921 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
5922 check this flag on encoding.
5923 (encode_coding_sjis_big5): Check
5924 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
5925 (Fset_terminal_coding_system_internal): Set
5926 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
5927 instead of setting CODING_FLAG_ISO_SAFE flag in
5928 terminal_coding.flags.
5929
5930 * coding.h (CODING_REPLACEMENT_CHARACTER): Renamed from
5931 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
5932 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
5933
5934 2003-05-28 Richard M. Stallman <rms@gnu.org>
5935
5936 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
5937
5938 * eval.c (unbind_to): Move init of this_binding to separate statement.
5939
5940 2003-05-28 Kim F. Storm <storm@cua.dk>
5941
5942 * xdisp.c (expose_window): Fix error in calculation of
5943 window relative coordinates of area to redisplay.
5944
5945 2003-05-27 Jason Rumney <jasonr@gnu.org>
5946
5947 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
5948
5949 2003-05-27 David Ponce <david@dponce.com>
5950
5951 Handle W32 mouse wheel events as mouse click events, like in X.
5952
5953 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
5954 MOUSE_WHEEL_EVENT anymore.
5955
5956 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
5957 Scrolling down/up the mouse wheel is respectively mapped to mouse
5958 button 4 and 5.
5959 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
5960 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
5961 WM_MOUSEWHEEL events.
5962
5963 2003-05-27 Andreas Schwab <schwab@suse.de>
5964
5965 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
5966
5967 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
5968 partially visible line.
5969
5970 * alloc.c (Fgarbage_collect): Fix last change.
5971
5972 2003-05-26 John Paul Wallington <jpw@gnu.org>
5973
5974 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
5975
5976 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
5977
5978 * window.c (Fset_window_buffer): Add type of `keep_margins'.
5979 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
5980
5981 * window.h (window_box_text_cols): Declare.
5982
5983 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
5984 (x_draw_vertical_border): Remove unused var `f'.
5985
5986 * xfaces.c (build_scalable_font_name): Remove `unused var
5987 pixel_size' warning.
5988
5989 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
5990
5991 * unexelf.c (unexec): Remove `unused var n' warning.
5992
5993 * strftime.c (my_strftime_localtime_r): Remove `defined but
5994 unused' warning.
5995
5996 * process.c (allocate_pty): Remove `unused var stb' and
5997 `cp might be used uninitialized' warnings.
5998
5999 * dispnew.c (mode_line_string): Remove unused var `f'.
6000
6001 * coding.c (find_safe_codings): Remove unused var `i'.
6002
6003 * bytecode.c (Fbyte_code): Remove `unused val' warning.
6004
6005 * buffer.c (Fkill_buffer): Remove unused var `list'.
6006
6007 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
6008
6009 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6010
6011 * frame.c (make_frame): Condition want_fullscreen with
6012 HAVE_WINDOW_SYSTEM.
6013
6014 2003-05-25 Juanma Barranquero <lektu@terra.es>
6015
6016 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
6017 (Fwindow_scroll_bars): Fix typo in docstring.
6018
6019 2003-05-24 Kim F. Storm <storm@cua.dk>
6020
6021 The following changes serve several purposes:
6022
6023 1) Swap the position of fringes and display margins in windows, i.e.
6024 the fringes are now displayed between the margins and the text area
6025 (by default).
6026
6027 2) Allow fringe and scroll bar parameters to be set per-buffer and
6028 per-window (like display margins). Such settings are now stored
6029 in window configurations, preserved when frames are resized, and
6030 copied when windows are split vertically or horizontally.
6031 Several bugs related to display margins have been fixed.
6032
6033 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
6034
6035 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
6036 rather than FRAME_WIDTH (FRAME_FONT (f)).
6037
6038 5) Introduce a consistent naming of variables, members and macros
6039 depending on whether their value is measured in pixels or in
6040 canonical columns/lines. Pixel dimensions are named *_width and
6041 *_height, while canonical columns/lines are named *_cols and
6042 *_lines. Pixel positions are named *_x and *_y, while column/line
6043 positions are named *_col and *_line.
6044
6045 6) Consolidate more of the X, W32, and MAC gui code by moving
6046 common data into struct frame, and generalize it for the non-gui
6047 case by using suitable defaults.
6048
6049 7) Cleanup and consolidate the macros controlling frame and window
6050 layout into frame.h and window.h, and generalize the use of the
6051 various window_box_* functions (enhanced to handle the new fringe
6052 position and the per-window fringe and scroll bar settings).
6053
6054 * frame.h (struct frame): Rename members height to text_lines,
6055 width to text_cols, window_height to total_lines, window_width to
6056 total_cols, new_height to new_text_lines, new_width to
6057 new_text_cols. All uses changed.
6058 (struct frame): New members which consolidate common members of
6059 x_output, w32_output, and mac_output structures: left_pos,
6060 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
6061 win_gravity, size_hint_flags, border_width, internal_border_width,
6062 line_height, fringe_cols, left_fringe_width, right_fringe_width,
6063 want_fullscreen. All uses changed.
6064 (struct frame): New member column_width contaning the canonical
6065 column width, analogue to line_height. All uses changed.
6066 (struct frame): Rename members scroll_bar_pixel_width to
6067 config_scroll_bar_width, and scroll_bar_cols to
6068 config_scroll_bar_cols. All uses changed.
6069 (struct frame): New member scroll_bar_actual_width which
6070 consolidates and renames the vertical_scroll_bar_extra member of
6071 x_output, w32_output, and mac_output structures. All uses changed.
6072 (FRAME_PIXEL_HEIGHT): Renamed from PIXEL_HEIGHT and moved
6073 from x/w32/macterm.h files. All uses changed. Also change code
6074 which referred to f->output_data...->pixel_height.
6075 (FRAME_PIXEL_WIDTH): Renamed from PIXEL_WIDTH and moved
6076 from x/w32/macterm.h files. All uses changed. Also change code
6077 which referred to f->output_data...->pixel_width.
6078 (FRAME_LINES): Renamed from FRAME_HEIGHT. All uses changed.
6079 Also change code which referred to f->height.
6080 (FRAME_COLS): Renamed from FRAME_WIDTH. All uses changed.
6081 Also change code which referred to f->width.
6082 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
6083 to update new_text_lines and new_text_cols members directly.
6084 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Renamed from
6085 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
6086 (FRAME_CONFIG_SCROLL_BAR_COLS): Renamed from
6087 FRAME_SCROLL_BAR_COLS. All uses changed.
6088 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
6089 Renamed from FRAME_LEFT_SCROLL_BAR_WIDTH and
6090 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
6091 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
6092 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
6093 (FRAME_TOTAL_COLS): Renamed from FRAME_WINDOW_WIDTH.
6094 (SET_FRAME_COLS): Renamed from SET_FRAME_WIDTH.
6095 (FRAME_TOTAL_COLS_ARG): Renamed from FRAME_WINDOW_WIDTH_ARG.
6096 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
6097 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
6098 (FRAME_LINE_HEIGHT): Renamed from CANON_Y_UNIT. Unconditionally
6099 return line_height member (it now has proper value also for
6100 non-window frames).
6101 (FRAME_COLUMN_WIDTH): Renamed from CANON_X_UNIT. Unconditionally
6102 return new column_width member (rather than the default font width).
6103 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
6104 (FRAME_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_... and moved
6105 from x/w32/macterm.h files. Unconditionally return corresponding
6106 member of frame structure (they now have proper values also for
6107 non-window frames).
6108 (FRAME_TOTAL_FRINGE_WIDTH): Renamed from FRAME_FRINGE_WIDTH.
6109 Calculate return value from left and right widths.
6110 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
6111 internal_border_width member (has proper value for non-window frame).
6112 (FRAME_PIXEL_X_FROM_CANON_X): Renamed from PIXEL_X_FROM_CANON_X.
6113 (FRAME_PIXEL_Y_FROM_CANON_Y): Renamed from PIXEL_Y_FROM_CANON_Y.
6114 (FRAME_CANON_X_FROM_PIXEL_X): Renamed from CANON_X_FROM_PIXEL_X.
6115 (FRAME_CANON_Y_FROM_PIXEL_Y): Renamed from CANON_Y_FROM_PIXEL_Y.
6116 (FRAME_LINE_TO_PIXEL_Y): Renamed from CHAR_TO_PIXEL_ROW,
6117 consolidated from xterm.h, macterm.h, and w32term.h.
6118 (FRAME_COL_TO_PIXEL_X): Renamed from CHAR_TO_PIXEL_COL,
6119 consolidated from xterm.h, macterm.h, and w32term.h.
6120 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Renamed from
6121 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
6122 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Renamed from
6123 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
6124 (FRAME_PIXEL_Y_TO_LINE): Renamed from PIXEL_TO_CHAR_ROW
6125 consolidated from x/mac/w32term.h.
6126 (FRAME_PIXEL_X_TO_COL): Renamed from PIXEL_TO_CHAR_COL
6127 consolidated from x/mac/w32term.h.
6128 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Renamed from
6129 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
6130 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Renamed from
6131 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
6132
6133 * window.h (struct window): Rename members left to left_col,
6134 top to top_line, height to total_lines, width to total_cols,
6135 left_margin_width to left_margin_cols, right_margin_width to
6136 right_margin_cols, orig_height to orig_total_lines, orig_top to
6137 orig_top_line. All uses changed.
6138 (struct window): New members left_fringe_width, right_fringe_width,
6139 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
6140 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
6141 New macros primarily used to simplify other macros.
6142 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
6143 referred to XINT (w->width).
6144 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
6145 referred to XINT (w->height).
6146 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
6147 referred to XINT (w->width) * canon_x_unit.
6148 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
6149 referred to XINT (w->height) * canon_y_unit.
6150 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
6151 referred to XINT (w->left).
6152 (WINDOW_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_EDGE. Change
6153 all uses and code that referred to XINT (w->left) + XINT (w->width).
6154 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
6155 referred to XINT (w->top).
6156 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
6157 referred to XINT (w->top) + XINT (w->height).
6158 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
6159 referred to XINT (w->left) * canon_x_unit.
6160 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
6161 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
6162 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
6163 referred to XINT (w->top) * canon_y_unit.
6164 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
6165 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
6166 (WINDOW_LEFTMOST_P): New macro.
6167 (WINDOW_BOX_LEFT_EDGE_COL): Renamed from WINDOW_LEFT_MARGIN.
6168 All uses changed.
6169 (WINDOW_BOX_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_MARGIN.
6170 All uses changed.
6171 (WINDOW_BOX_LEFT_EDGE_X): Renamed from
6172 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
6173 Do not exclude left fringe width.
6174 (WINDOW_BOX_RIGHT_EDGE_X): Renamed from
6175 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
6176 Do not exclude fringe widths.
6177 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
6178 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
6179 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
6180 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
6181 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
6182 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
6183 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
6184 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
6185 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
6186 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
6187 New macros. Change code which referenced corresponding
6188 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
6189 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
6190 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
6191 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
6192 allow per-window scroll-bar settings.
6193 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
6194 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
6195 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
6196 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
6197 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
6198 FRAME_SCROLL_BAR_WIDTH.
6199 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
6200 (WINDOW_SCROLL_BAR_AREA_X): New macros.
6201 (WINDOW_HEADER_LINE_HEIGHT): Renamed from
6202 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
6203 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Renamed from
6204 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
6205 (WINDOW_BOX_TEXT_HEIGHT): Renamed from
6206 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
6207 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
6208 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
6209 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Moved here from dispextern.h.
6210 (WINDOW_LEFT_MARGIN_WIDTH): Renamed from
6211 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
6212 (WINDOW_RIGHT_MARGIN_WIDTH): Renamed from
6213 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
6214 (window_from_coordinates): Update prototype.
6215 (Fset_window_buffer): Update EXFUN.
6216 (set_window_buffer): Update prototype.
6217
6218 * dispextern.h (struct glyph_matrix): Rename members window_left_x
6219 to window_left_col, window_top_y to window_top_line. All uses
6220 changed.
6221 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
6222 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
6223 internal_border_width is now set to 0 for non-window frames.
6224 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
6225 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
6226 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
6227 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
6228 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
6229 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
6230 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
6231 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
6232 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
6233 Move to window.h and renamed [see window.h changes].
6234 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
6235 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
6236 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
6237 Use WINDOW_TOTAL_LINES.
6238 (frame_update_line_height): Remove prototype.
6239
6240 * buffer.h (struct buffer): Rename members measured in columns:
6241 left_margin_width to left_margin_cols, right_margin_width to
6242 right_margin_cols. All uses changed.
6243 New members left_fringe_width, right_fringe_width,
6244 fringes_outside_margins for per-buffer fringe settings.
6245 New members scroll_bar_width and vertical_scroll_bar_type for
6246 per-buffer scroll bar settings.
6247
6248 * buffer.c (init_buffer_once): Set buffer_defaults and
6249 buffer_local_flags for new buffer-local variables
6250 left_fringe_width, right_fringe_width, fringes_outside_margins,
6251 scroll_bar_width, and vertical_scroll_bar_type.
6252 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
6253 default-* variables for them.
6254
6255 * dispnew.c: Make (many) trivial substitutions for renamed and
6256 new macros in dispextern.h, frame.h and window.h.
6257 (mode_line_string): No need to adjust width for mode lines, as it
6258 is already adjusted by the caller.
6259 (marginal_area_string): Handle fringes inside/outside margins.
6260
6261 * frame.c: Make (many) trivial substitutions for renamed and
6262 new macros in dispextern.h, frame.h and window.h.
6263 (make_frame): Initialize left_fringe_width, right_fringe_width,
6264 fringe_cols, scroll_bar_actual_width, border_width,
6265 internal_border_width, column_width, line_height, x_pixels_diff,
6266 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
6267 members with values suitable for a non-window frames.
6268
6269 * gtkutil.c: Make (many) trivial substitutions for renamed and
6270 new macros in dispextern.h, frame.h and window.h.
6271
6272 * indent.c: Make (few) trivial substitutions for renamed and
6273 new macros in dispextern.h, frame.h and window.h.
6274
6275 * keyboard.c: Make (many) trivial substitutions for renamed and
6276 new macros in dispextern.h, frame.h and window.h.
6277 (make_lispy_event): Use window positions returned from
6278 window_from_coordinates when constructing the lisp event for
6279 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
6280 (incorrect) values locally.
6281 (make_lispy_movement): Use window positions returned from
6282 window_from_coordinates when constructing the lisp event, rather
6283 than calculating (incorrect) values locally.
6284
6285 * scroll.c: Make (some) trivial substitutions for renamed and
6286 new macros in dispextern.h, frame.h and window.h.
6287
6288 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
6289 scroll-bars.
6290
6291 * sysdep.c: Make (few) trivial substitutions for renamed and
6292 new macros in dispextern.h, frame.h and window.h.
6293
6294 * term.c: Make (some) trivial substitutions for renamed and
6295 new macros in dispextern.h, frame.h and window.h.
6296
6297 * widget.c: Make (few) trivial substitutions for renamed and
6298 new macros in dispextern.h, frame.h and window.h.
6299
6300 * window.c: Make (many) trivial substitutions for renamed and
6301 new macros in dispextern.h, frame.h and window.h.
6302 (make_window): Initialize new members
6303 left_margin_cols, right_margin_cols, left_fringe_width,
6304 right_fringe_width, fringes_outside_margins, scroll_bar_width,
6305 and vertical_scroll_bar_type.
6306 (coordinates_in_window): Adapted to new fringe/margin positions
6307 and per-window fringes and scroll-bars.
6308 Fix bug related to incorrectly adjusting coordinates by
6309 frame's internal_border_width (the effect normally negible since
6310 the internal_border_width is typically 0 or 1 pixel, but very
6311 noticeable for an internal_border_width of e.g. 25 pixels).
6312 Upon successful return (other than ON_NOTHING), the coordinates
6313 are now always properly converted to window relative for the
6314 given display element.
6315 (window_from_coordinates): Add new parameters wx and wy to
6316 return the window relative x and y position in the returned
6317 window and part. A null arg means, don't return the position.
6318 All callers changed.
6319 (adjust_window_margins): New function which may reduce the width
6320 of the display margins if a window's text area is too small after
6321 resizing or splitting windows.
6322 (size_window): Fix bug that did not account for display margin
6323 widths when checking the minimum width of a window; use
6324 adjust_window_margins.
6325 (set_window_buffer): Call Fset_window_fringes and
6326 Fset_window_scroll_bars to setup per-window elements.
6327 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
6328 existing display margin, fringe widths, and scroll bar settings
6329 (e.g. after splitting a window or resizing the frame).
6330 All callers changed.
6331 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
6332 (Fsplit_window): Duplicate original window's display margin,
6333 fringe, and scroll-bar settings; then call Fset_window_buffer with
6334 KEEP_MARGINS non-nil. This fixes a bug which caused a split
6335 window to only preserve the display margins in one of the windows.
6336 When splitting horizontally, call adjust_window_margins on both
6337 windows to ensure that the text area of the new windows is non too
6338 narrow. This fixes a bug which could cause Emacs to trap if the
6339 width of the split window was less than the width of the display
6340 margins.
6341 (window_box_text_cols): Renamed from window_internal_width.
6342 All uses changed. Adapt to per-window fringes and scroll bars.
6343 Fix bug that caused vertical separator to be subtracted also on
6344 window frames. Fix another bug that did not reduce the returned
6345 value by the columns used for display margins.
6346 (window_scroll_line_based): Fix bug related to scrolling too much
6347 when display margins are present (implicitly fixed by the fix to
6348 window_box_text_cols).
6349 (scroll_left, scroll_right): Fix bug related to scrolling too far
6350 by default when display margins are present (implicitly fixed by
6351 the fix to window_box_text_cols).
6352 (struct saved_window): Rename members left to left_col, top to
6353 top_line, width to total_cols, height to total_lines, orig_top to
6354 orig_top_line, orig_height to orig_total_lines. All uses changed.
6355 New members left_margin_cols, right_margin_cols,
6356 left_fringe_width, right_fringe_width, fringes_outside_margins,
6357 scroll_bar_width, and vertical_scroll_bar_type for saving
6358 per-window display elements.
6359 (Fset_window_configuration): Restore display margins, fringes,
6360 and scroll bar settings. This fixes a bug which caused display
6361 margins to be discarded when saving and restoring a window
6362 configuration.
6363 (save_window_save): Save display margins, fringes, and scroll bar
6364 settings. This fixes a bug which caused display margins to be
6365 discarded when saving and restoring a window configuration.
6366 (Fset_window_margins): Do nothing if display margins are not
6367 really changed. Otherwise, call adjust_window_margins to ensure
6368 the text area doesn't get too narrow. This fixes a bug which
6369 could cause Emacs to trap if setting display margins wider than
6370 the width of the window.
6371 (Fset_window_fringes): New defun to allow user to specifically set
6372 this window's fringe widths and position vs. display margins.
6373 (Fwindow_fringes): New defun to return window's actual fringe
6374 settings.
6375 (Fset_window_scroll_bars): New defun to allow user to specifically
6376 set this window's scroll bar width and position.
6377 (Fwindow_scroll_bars): New defun to return window's actual scroll
6378 bar settings.
6379 (compare_window_configurations): Also compare display margins,
6380 fringes, and scroll bar settings.
6381 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
6382
6383 * xdisp.c: Make (many) trivial substitutions for renamed and
6384 new macros in dispextern.h, frame.h and window.h.
6385 (window_box_width): Adapt to per-window fringes and scroll bars,
6386 and new fringe vs. display margin position. Note that returned
6387 value is no longer guaranteed to be a whole multiple of the frame
6388 column width, since per-window fringes may now be any width.
6389 (window_box_left_offset): New function like window_box_left, but
6390 value is relative to left border of window (rather than frame).
6391 (window_box_right_offset): New function like window_box_right,
6392 but value is relative to left border of window.
6393 (window_box_left): Adapt to per-window fringes and scroll bars,
6394 and new fringe vs. display margin position. Simplify by using
6395 WINDOW_LEFT_EDGE_X and window_box_left_offset.
6396 (window_box): Allow null args for unnecessary return values;
6397 change/simplify relevant callers.
6398 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
6399 and new fringe vs. display margin position.
6400 Use window_box_left_offset and window_box_right_offset
6401 (get_glyph_string_clip_rect): Adapt to per-window fringes and
6402 scroll bars, and new fringe vs. display margin position.
6403 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
6404 (draw_fringe_bitmap): Rework to handle per-window fringes and new
6405 fringe vs. display margin position.
6406 (hscroll_window_tree): Use window_box_width instead of window_box.
6407 (redisplay_window): Adapt to per-window scroll bars.
6408 (draw_glyphs): Rework to handle per-window fringes and scroll
6409 bars, and new fringe vs. display margin position.
6410 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
6411 (x_clear_end_of_line): Adapt to per-window fringes and scroll
6412 bars, and new fringe vs. display margin position. Fix bug which
6413 increased total width of full_width rows by width of scroll bars
6414 although window's total width already includes that.
6415 (x_fix_overlapping_area): Simplify using window_box_left_offset.
6416 (expose_area): Simplify using window_box_left_offset.
6417 (x_draw_vertical_border): Handle per-window scroll bar settings,
6418 mixing windows with left, right and no scroll bars.
6419
6420 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
6421 where it's used in x_list_fonts (for clarity).
6422 (frame_update_line_height): Remove unused function; functionality
6423 is now done directly when setting the default font in x_set_font.
6424
6425 * xfns.c: Make (many) trivial substitutions for renamed and
6426 new macros in dispextern.h, frame.h and window.h.
6427
6428 * xmenu.c: Make (some) trivial substitutions for renamed and
6429 new macros in dispextern.h, frame.h and window.h.
6430
6431 * xterm.h (struct x_output): Move members left_pos, top_pos,
6432 border_width, pixel_height, pixel_width, line_height,
6433 internal_border_width, vertical_scroll_bar_extra,
6434 left_fringe_width, right_fringe_width, fringe_cols,
6435 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
6436 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
6437 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
6438 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
6439 (PIXEL_WIDTH, PIXEL_HEIGHT)
6440 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
6441 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
6442 frame.h and renamed [see frame.h changes].
6443 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
6444 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
6445 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
6446 and renamed [see frame.h changes].
6447
6448 * xterm.c: Make (several) trivial substitutions for renamed and
6449 new macros in dispextern.h, frame.h and window.h.
6450 (x_draw_glyph_string_box): Adapt to per-window fringes and
6451 scroll-bars.
6452 (scroll_run): Adapt to new fringe position.
6453 (glyph_rect): Use window coordinates returned from
6454 window_from_coordinates rather than frame_to_window_pixel_xy.
6455 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
6456 scroll-bars.
6457 (handle_one_xevent): Simplify a USE_GTK conditional.
6458 (x_clip_to_row): Remove superfluous whole_line_p arg and code
6459 (fringes are now inside margins, i.e. always in the clipping area).
6460 All callers changed.
6461 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
6462 directly, then call compute_fringe_widths. Don't call
6463 frame_update_line_height.
6464
6465 * w32term.h (struct w32_output): Move members left_pos, top_pos,
6466 border_width, pixel_height, pixel_width, line_height,
6467 internal_border_width, vertical_scroll_bar_extra,
6468 left_fringe_width, right_fringe_width, fringe_cols,
6469 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
6470 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
6471 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
6472 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
6473 (PIXEL_WIDTH, PIXEL_HEIGHT)
6474 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
6475 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
6476 frame.h and renamed [see frame.h changes].
6477 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
6478 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
6479 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
6480 and renamed [see frame.h changes].
6481
6482 * w32term.c: Make (several) trivial substitutions for renamed and
6483 new macros in dispextern.h, frame.h and window.h.
6484 (x_draw_glyph_string_box): Adapt to per-window fringes and
6485 scroll-bars.
6486 (glyph_rect): Use window coordinates returned from
6487 window_from_coordinates rather than frame_to_window_pixel_xy.
6488 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
6489 scroll-bars.
6490 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
6491 (fringes are now inside margins, i.e. always in the clipping area).
6492 All callers changed.
6493 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
6494 directly, then call compute_fringe_widths. Don't call
6495 frame_update_line_height.
6496
6497 * w32console.c: Make (few) trivial substitutions for renamed and
6498 new macros in dispextern.h, frame.h and window.h.
6499
6500 * w32fns.c: Make (many) trivial substitutions for renamed and
6501 new macros in dispextern.h, frame.h and window.h.
6502
6503 * w32menu.c: Make (few) trivial substitutions for renamed and
6504 new macros in dispextern.h, frame.h and window.h.
6505
6506 * macterm.h (struct mac_output): Move members left_pos, top_pos,
6507 border_width, pixel_height, pixel_width, line_height,
6508 internal_border_width, vertical_scroll_bar_extra,
6509 left_fringe_width, right_fringe_width, fringe_cols,
6510 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
6511 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
6512 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
6513 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
6514 (PIXEL_WIDTH, PIXEL_HEIGHT)
6515 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
6516 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
6517 frame.h and renamed [see frame.h changes].
6518 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
6519 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
6520 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
6521 and renamed [see frame.h changes].
6522
6523 * macterm.c: Make (several) trivial substitutions for renamed and
6524 new macros in dispextern.h, frame.h and window.h.
6525 (x_draw_glyph_string_box): Adapt to per-window fringes and
6526 scroll-bars.
6527 (glyph_rect): Use window coordinates returned from
6528 window_from_coordinates rather than frame_to_window_pixel_xy.
6529 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
6530 scroll-bars.
6531 (x_clip_to_row): Remove superfluous whole_line_p arg and code
6532 (fringes are now inside margins, i.e. always in the clipping area).
6533 All callers changed.
6534 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
6535 directly, then call compute_fringe_widths. Don't call
6536 frame_update_line_height.
6537
6538 * macfns.c: Make (several) trivial substitutions for renamed and
6539 new macros in dispextern.h, frame.h and window.h.
6540 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
6541
6542 * macmenu.c: Make (few) trivial substitutions for renamed and
6543 new macros in dispextern.h, frame.h and window.h.
6544
6545 * msdos.h (struct x_output): Remove members left_pos, top_pos,
6546 and line_height, and use corresponding new members in struct
6547 frame. All uses changed.
6548 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
6549 superseeded by corresponding macros in frame.h.
6550
6551 * msdos.c: Make (several) trivial substitutions for renamed and
6552 new macros in dispextern.h, frame.h and window.h.
6553 (IT_note_mouse_highlight): Use updated window coordinates returned
6554 by window_from_coordinates, rather than adjusting them locally.
6555 (internal_terminal_init): No need to initialize line_height here;
6556 it now defaults to 1.
6557
6558 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
6559
6560 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
6561 dropping `down' events.
6562
6563 2003-05-24 Andreas Schwab <schwab@suse.de>
6564
6565 * coding.c (find_safe_codings): Fix last change.
6566
6567 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
6568
6569 * xfns.c (x_window): Fix typo from 2003-05-21 change.
6570
6571 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
6572
6573 * xdisp.c (display_mode_element): Increase max depth.
6574 Simplify the error handling code. Use a different error string
6575 for the case where we hit the depth limit.
6576
6577 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
6578
6579 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
6580
6581 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
6582
6583 * intervals.c (get_local_map): Don't get char-property of previous
6584 point any more: get_pos_property already does it and better.
6585
6586 2003-05-21 Dave Love <fx@gnu.org>
6587
6588 [Merged from unicode branch.]
6589
6590 * xfns.c (x_window, x_window): Use use_xim.
6591
6592 * xterm.c (use_xim): Initialize.
6593 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
6594 (x_term_init): Maybe set use_xim.
6595
6596 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
6597
6598 2003-05-21 Jason Rumney <jasonr@gnu.org>
6599
6600 * unexw32.c (_start): Remove _fmode initialization.
6601
6602 * emacs.c (main) [WINDOWSNT]: Move it here.
6603
6604 2003-05-20 Dave Love <fx@gnu.org>
6605
6606 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
6607
6608 2003-05-19 Richard M. Stallman <rms@gnu.org>
6609
6610 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
6611 as value for QCfont attribute.
6612 (realize_default_face): lface should already exist; crash if not.
6613 Specify 0 for FORCE_P when calling set_lface_from_font_name.
6614
6615 * frame.c (Fignore_event): Doc fix.
6616
6617 2003-05-19 Kenichi Handa <handa@m17n.org>
6618
6619 * coding.c (decode_coding_string): Handle post-read-conversion
6620 even if the coding doesn't require decoding.
6621
6622 2003-05-18 Richard M. Stallman <rms@gnu.org>
6623
6624 * callproc.c (Fcall_process_region): Doc fix.
6625
6626 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
6627
6628 * lread.c (Fload): Print a message if package is obsolete.
6629
6630 * window.c (Fselect_window): Add optional `norecord' arg.
6631 (select_window_1): Fold into Fselect_window.
6632 (select_window_norecord): New function.
6633 (temp_output_buffer_show): Use it. Preserve current buffer.
6634
6635 * window.h (Fselect_window): Update declaration.
6636
6637 * window.c (delete_window, Fother_window, Fset_window_configuration):
6638 * minibuf.c (read_minibuf):
6639 * macterm.c (x_new_focus_frame):
6640 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
6641 * callint.c (Fcall_interactively):
6642 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
6643
6644 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
6645
6646 2003-05-17 David Kastrup <dak@gnu.org>
6647
6648 * process.c (read_process_output): Back out change from 2003-03-09.
6649
6650 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
6651
6652 * editfns.c (get_pos_property): Don't assume that `object' = nil.
6653
6654 * textprop.c (text_property_stickiness): New arg `buffer'.
6655
6656 * intervals.h (text_property_stickiness): New arg `buffer'.
6657 (get_pos_property): Declare.
6658
6659 * intervals.c (get_local_map): Use get_pos_property, to obey
6660 stickiness and empty overlays.
6661 (create_root_interval, graft_intervals_into_buffer): Use BEG.
6662 (merge_properties, intervals_equal, merge_properties_sticky):
6663 Use XCAR, XCDR.
6664 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
6665
6666 2003-05-17 Richard M. Stallman <rms@gnu.org>
6667
6668 * minibuf.c (read_minibuf): If buffer is empty, record the default
6669 in the history.
6670 (Fminibuffer_complete_word): When deleting the overlap, take account
6671 of its real position.
6672
6673 * fns.c (map_char_table): Fix previous change.
6674
6675 * syntax.c (find_defun_start):
6676 When open_paren_in_column_0_is_defun_start,
6677 return beginning of buffer.
6678
6679 * lisp.h (map_char_table): Declare added arg.
6680
6681 * fns.c (map_char_table): New arg TABLE gets the master table.
6682 All calls changed.
6683 Process default and inheritance, resorting to Faref if necessary.
6684
6685 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
6686 (Faccessible_keymaps): Pass new arg to map_char_table.
6687
6688 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
6689
6690 * casetab.c (set_case_table): Pass new arg to map_char_table.
6691
6692 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
6693
6694 * lisp.h (specbinding_func): New typedef.
6695 (struct specbinding): Use specbinding_func, to put the `volatile'
6696 in the right place.
6697
6698 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
6699 to avoid GCC warning.
6700
6701 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
6702
6703 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
6704
6705 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
6706
6707 * keyboard.c (apply_modifiers): Don't fill the other cache.
6708
6709 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
6710
6711 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
6712
6713 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
6714 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
6715 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
6716 (Fset_window_configuration, Fcurrent_window_configuration)
6717 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
6718 (Fpos_visible_in_window_p, mark_window_cursors_off)
6719 (window_internal_height, window_internal_width, Frecenter)
6720 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
6721 (replace_buffer_in_all_windows, init_window_once, init_window)
6722 (syms_of_window, keys_of_window): Move from lisp.h.
6723 * lisp.h: Move window.c declarations to window.h.
6724
6725 * bytecode.c: Include window.h.
6726 * emacs.c: Include window.h.
6727
6728 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
6729 (keyremap): Add `parent' field.
6730 (keyremap_step): Use it. Remove `parent' argument.
6731 (read_key_sequence): Setup and use the new `parent' field.
6732
6733 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
6734
6735 * keyboard.c (adjust_point_for_property): Ensure termination.
6736
6737 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
6738
6739 * keyboard.c (follow_key): Remove dead variable `did_meta'.
6740 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
6741 duplicated handling of function-key-map and key-translation-map
6742 in read_key_sequence.
6743 (read_key_sequence): Use them.
6744
6745 * keyboard.c (adjust_point_for_property): Try harder to move point
6746 to the non-sticky end of an invisible property.
6747
6748 * xdisp.c (single_display_prop_intangible_p): Make `space' display
6749 property intangible as well.
6750
6751 2003-05-10 Andreas Schwab <schwab@suse.de>
6752
6753 * xmenu.c (single_menu_item): Change last parameter to void* to
6754 avoid warning.
6755
6756 2003-05-09 Richard M. Stallman <rms@gnu.org>
6757
6758 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
6759 Bind Qinhibit_modification_hooks to t so there will be no GC.
6760 Rename local `tem' to `save_deactivate_mark'.
6761
6762 * eval.c (specpdl_ptr): Declare volatile.
6763 (unbind_to): Copy the whole binding and decrement specpdl_ptr
6764 before doing the work of unbinding it.
6765
6766 * lisp.h (struct specbinding): Declare elements volatile.
6767 (specpdl_ptr): Declare volatile.
6768
6769 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
6770
6771 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
6772 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
6773
6774 2003-05-08 Dave Love <fx@gnu.org>
6775
6776 * coding.c (Vlast_coding_system_used): Doc fix.
6777
6778 2003-05-07 Jason Rumney <jasonr@gnu.org>
6779
6780 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
6781 when system does not support them.
6782
6783 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
6784
6785 * fileio.c (Qwrite_region_annotate_functions): New var.
6786 (build_annotations): Use it to process the global part of the hook.
6787 (syms_of_fileio): Init and staticpro it.
6788
6789 * keyboard.c (safe_run_hooks_error): Display a message instead of
6790 silently ignoring the error.
6791
6792 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
6793
6794 * keyboard.c (input_available_signal): Mark static.
6795 (menu_bar_items): Use map_keymap.
6796 (menu_bar_one_keymap): Remove.
6797 (menu_bar_item): Adjust arglist (for use in map_keymap).
6798 Properly hide a second binding when not both are keymaps.
6799
6800 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
6801 (single_keymap_panes): Use it and map_keymap.
6802 (single_menu_item): Use skp as well.
6803
6804 * keymap.h (map_keymap_function_t): New type.
6805 (map_keymap): Declare.
6806
6807 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
6808 (map_keymap_call, Fmap_keymap): New functions.
6809 (syms_of_keymap): Defsubr map-keymap.
6810
6811 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6812
6813 * gtkutil.c (create_dialog, make_widget_for_menu_item)
6814 (make_menu_item, create_menus, xg_update_menu_item): Don't call
6815 ..._with_mnemonic functions for menu items.
6816
6817 2003-05-01 Kenichi Handa <handa@m17n.org>
6818
6819 * coding.c (coding_system_accept_latin_extra_p): Delete this
6820 function.
6821 (find_safe_codings): Pay attention to
6822 the property tranlsation-table-for-encode of each codings.
6823 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
6824
6825 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
6826
6827 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
6828
6829 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
6830
6831 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
6832
6833 * lisp.h (CHECK): Wrap args in parenthesis.
6834 (specbind): Fix doc: symbol = Qnil is not supported any more.
6835
6836 * bytecode.c (Fbyte_code) <unwind-protect>:
6837 Use Fprogn rather than 0 and Qnil.
6838
6839 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
6840 `double', and `triple' modifiers as well.
6841
6842 2003-04-30 Richard M. Stallman <rms@gnu.org>
6843
6844 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
6845
6846 * alloc.c (abort_on_gc): New variable.
6847 (Fgarbage_collect): Abort if abort_on_gc is set.
6848
6849 * lisp.h (abort_on_gc): Add decl.
6850
6851 * eval.c (Fsignal): Clear abort_on_gc.
6852
6853 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
6854 Reinit FORMAT_START and END before second scan.
6855
6856 * xdisp.c (move_it_vertically_backward): Do the final big else
6857 even if nlines is 0.
6858
6859 * xdisp.c (redisplay_internal): Finish the per-frame loop
6860 even if redisplay is suspended by input.
6861
6862 2003-04-24 Andrew Choi <akochoi@shaw.ca>
6863
6864 * macterm.c (x_list_fonts): Return all fonts that match if
6865 maxnames = -1.
6866
6867 2003-04-25 Kenichi Handa <handa@m17n.org>
6868
6869 * syntax.c (skip_chars): Fix previous change.
6870
6871 2003-04-24 Kenichi Handa <handa@m17n.org>
6872
6873 * syntax.c (skip_chars): Make the code faster by using the common
6874 technique of *p, *stop, and *endp.
6875
6876 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6877
6878 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
6879 tool_bar_items so GTK tool bar expose callback does not access items
6880 being updated.
6881
6882 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
6883
6884 * eval.c (Fapply): Undo last change and add a comment about why.
6885
6886 2003-04-18 Miles Bader <miles@gnu.org>
6887
6888 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
6889 pickier PARSE_MULTIBYTE_SEQ.
6890
6891 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
6892
6893 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
6894 Use XCDR, XCAR, CONSP.
6895 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
6896 (Fapply): Remove unnecessary GCPRO.
6897
6898 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
6899
6900 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
6901
6902 * buffer.h: Don't hardcode BEG==1.
6903
6904 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
6905
6906 2003-04-16 Richard M. Stallman <rms@gnu.org>
6907
6908 * xdisp.c (try_window, try_window_reusing_current_matrix):
6909 When at end of window, set window_end_pos to Z-ZV.
6910
6911 * buffer.c (Foverlay_recenter): Doc fix.
6912
6913 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
6914
6915 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
6916
6917 2003-04-14 Andrew Choi <akochoi@shaw.ca>
6918
6919 * macterm.c (mac_check_for_quit_char): Don't check more often than
6920 once a second.
6921
6922 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
6923
6924 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
6925 specially, so that they can't hide an implicit switch-frame event.
6926 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
6927 (head_table): Use switch-frame as event_kind for select-window.
6928 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
6929
6930 * editfns.c (Fformat): Lisp_Object/int mixup.
6931 (format2): Remove unused var numargs.
6932
6933 2003-04-11 Kenichi Handa <handa@m17n.org>
6934
6935 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
6936 (Qafter_insert_file_set_coding): New variable.
6937 (syms_of_fileio): Initialize and staticpro it. Delete declaration
6938 for after-insert-file-adjust-coding-function.
6939 (Finsert_file_contents): Call Qafter_insert_file_set_coding
6940 instead of Vafter_insert_file_adjust_coding_function.
6941
6942 2003-04-11 Kenichi Handa <handa@m17n.org>
6943
6944 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
6945
6946 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
6947 string. Callers changed.
6948
6949 2003-04-10 Kenichi Handa <handa@m17n.org>
6950
6951 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
6952 (syms_of_fileio): Declare it as a lisp variable.
6953 (Finsert_file_contents):
6954 Call Vafter_insert_file_adjust_coding_function before calling
6955 decode-format.
6956
6957 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6958
6959 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
6960 get GtkAdjustment as widget now is a GtkRange.
6961
6962 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
6963 GtkRange to avoid memory leak.
6964
6965 2003-04-09 Kenichi Handa <handa@m17n.org>
6966
6967 * xfaces.c (Vface_font_rescale_alist): New variable.
6968 (struct font_name): New member rescale_ratio.
6969 (font_rescale_ratio): New function.
6970 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
6971 (better_font_p): On comparing point sized, pay attention to
6972 recale_ratio member of fonts.
6973 (build_scalable_font_name): Reflect font->rescale_ratio in the
6974 font name.
6975 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
6976
6977 * lread.c (read1): Before calling index, check if the 2nd
6978 arguemnt is in ASCII range.
6979
6980 2003-04-08 Richard M. Stallman <rms@gnu.org>
6981
6982 * fileio.c (Ffile_symlink_p): Doc fix.
6983
6984 * editfns.c (Fformat): Translate positions of text properties
6985 in the format string to apply them to the result.
6986
6987 * fileio.c (Finsert_file_contents): Doc fix.
6988 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
6989
6990 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
6991
6992 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
6993
6994 2003-04-08 Steven Tamm <steventamm@mac.com>
6995
6996 * mac.c (init_mac_osx_environment): Switch libexec and bin so
6997 that self-contained application finds libexec files.
6998
6999 2003-04-08 Kenichi Handa <handa@m17n.org>
7000
7001 * coding.c (code_convert_region_unwind):
7002 Set Vlast_coding_system_used to the argument.
7003 (code_convert_region): If post-read-conversion function changed
7004 the value of last-coding-sytem, keep the new value in
7005 coding->symbol so that it won't be overridden.
7006 (run_pre_post_conversion_on_str): Likewise.
7007 (coding_system_accept_latin_extra_p): New function.
7008 (find_safe_codings): Pay attention to characters registered in
7009 latin-extra-code-table.
7010
7011 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
7012
7013 * Makefile.in (md5.o): Add missing dependency info.
7014
7015 2003-04-06 Richard M. Stallman <rms@gnu.org>
7016
7017 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
7018
7019 * marker.c (verify_bytepos): New function.
7020
7021 * intervals.c (set_intervals_multibyte_1): When becoming
7022 multibyte, adjust right and left child sizes to a whole set of
7023 characters. If an interval gets zero total-length, delete it.
7024 If an interval consists of just its children, delete one of them.
7025
7026 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
7027 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
7028
7029 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
7030 All calls deleted.
7031 (lisp_malloc): Do the work here directly.
7032
7033 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
7034
7035 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
7036 char tables.
7037
7038 2003-04-04 Kenichi Handa <handa@m17n.org>
7039
7040 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
7041 destructively change "%S" to "%s".
7042
7043 2003-04-03 Miles Bader <miles@gnu.org>
7044
7045 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
7046 always set.
7047
7048 2003-04-01 Dave Love <fx@gnu.org>
7049
7050 * xfns.c (xpm_lookup_color): Grok "opaque".
7051
7052 2003-03-31 Andrew Choi <akochoi@shaw.ca>
7053
7054 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
7055 parent window ID.
7056
7057 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
7058
7059 * macterm.h (struct mac_output): Define x_pixels_diff and
7060 y_pixels_diff.
7061
7062 2003-03-31 Juanma Barranquero <lektu@terra.es>
7063
7064 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
7065 blockinput.h and files included from it.
7066
7067 2003-03-31 Kim F. Storm <storm@cua.dk>
7068
7069 The following changes consolidates the common code related to
7070 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
7071 files into frame.c.
7072
7073 * frame.c: Include blockinput.h.
7074 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
7075 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
7076 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
7077 related vars here.
7078 (struct frame_parm_table, frame_parms): New table for describing
7079 frame parameters and their associated Q-variable.
7080 The order of the parameters corresponds to the sequence of the
7081 frame_parm_handlers table in redisplay_interface.
7082 (x_fullscreen_move, x_set_frame_parameters)
7083 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
7084 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
7085 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
7086 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
7087 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
7088 Generic functions for processing of frame parameters.
7089 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
7090 (display_x_get_resource, x_get_resource_string): Functions for
7091 generic access to X resources.
7092 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
7093 (x_default_parameter, Fx_parse_geometry): Functions for generic
7094 access to frame parameters.
7095 (x_figure_window_size): Generic calculation of frame size.
7096 Fixed to add space needed for tool bar. Also setup size_hint_flags.
7097 (syms_of_frame): Intern and staticpro frame parameter variables.
7098 Defvar_lisp Vx_resource_class and Vx_resource_name here.
7099 Defsubr Sx_get_resource and Sx_parse_geometry.
7100
7101 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
7102 parameter related vars defined in frame.c.
7103 (EMACS_CLASS): Define here.
7104 (enum FULLSCREEN_*): Define here.
7105 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
7106 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
7107 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
7108 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
7109 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
7110 (x_set_visibility, x_set_autoraise, x_set_autolower)
7111 (x_set_unsplittable, x_set_vertical_scroll_bars)
7112 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
7113 (x_figure_window_size): Add prototypes.
7114
7115 * dispextern.h (frame_parm_handler): New typedef.
7116 (struct redisplay_interface): New member frame_parm_handlers.
7117 (enum resource_types): Move declaration here.
7118 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
7119 (x_default_parameter): Add prototypes.
7120
7121 * window.c: Remove extern decl for frame parameter vars.
7122 (change_window_heights): New generic function;
7123 replaces x_change_window_heights. All users changed.
7124
7125 * window.h (change_window_heights): Add prototype.
7126
7127 * xfaces.c: Remove extern decl for frame parameter vars.
7128
7129 * xterm.h (EMACS_CLASS): Remove. Use generic define.
7130 (struct w32_display_info): Fix type of xrdb member.
7131 (enum FULLSCREEN_*): Remove.
7132 Remove prototypes for generic functions (in frame.h).
7133
7134 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
7135 parameters now defined in frame.h and frame.c.
7136 (Vx_resource_name): Remove. Use generic var.
7137 (enum x_frame_parms): Remove (bogus, unused enum).
7138 (check_x_display_info): Make non-static (for frame.c).
7139 (struct x_frame_parm_table, x_frame_parms): Remove.
7140 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
7141 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
7142 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
7143 (x_change_window_heights, x_set_autoraise, x_set_autolower)
7144 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
7145 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
7146 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
7147 Remove. Use generic functions instead.
7148 (enum resource_types): Remove.
7149 (x_set_scroll_bar_default_width): New global function (for frame.c).
7150 (Fx_create_frame): Depend on x_figure_window_size to add space for
7151 toolbar and setup size_hint_flags.
7152 (x_frame_parm_handlers): New table for redisplay_interface.
7153 (syms_of_xfns): Don't intern/staticpro removed vars.
7154
7155 * xterm.c: Remove unnecessary extern declarations.
7156 (x_fullscreen_adjust): Remove. Use generic instead.
7157 (x_redisplay_interface): Add x_frame_parm_handlers member.
7158
7159 * w32gui.h (XrmDatabase): New (dummy) typedef.
7160
7161 * w32term.h (EMACS_CLASS): Remove. Use generic define.
7162 (struct w32_display_info): Fix type of xrdb member.
7163 (enum FULLSCREEN_*): Remove.
7164 (x_fullscreen_adjust): Remove prototype.
7165
7166 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
7167 parameters now defined in frame.h and frame.c.
7168 (Vx_resource_name): Remove. Use generic var.
7169 (enum x_frame_parms): Remove (bogus, unused enum).
7170 (check_x_display_info): Make non-static (for frame.c).
7171 (struct x_frame_parm_table, x_frame_parms): Remove.
7172 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
7173 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
7174 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
7175 (x_change_window_heights, x_set_autoraise, x_set_autolower)
7176 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
7177 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
7178 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
7179 Remove. Use generic functions instead.
7180 (enum resource_types): Remove.
7181 (x_set_scroll_bar_default_width): New global function (for frame.c).
7182 (Fx_create_frame): Depend on x_figure_window_size to add space for
7183 toolbar and setup size_hint_flags.
7184 (w32_frame_parm_handlers): New table for redisplay_interface.
7185 (syms_of_w32fns): Don't intern/staticpro removed vars.
7186
7187 * w32term.c: Remove unnecessary extern declarations.
7188 (x_fullscreen_adjust): Remove. Use generic instead.
7189 (x_redisplay_interface): Add w32_frame_parm_handlers member.
7190
7191 * w32reg.c (x_get_string_resource): Use XrmDatabase.
7192
7193 * macgui.h (XrmDatabase): New (dummy) typedef.
7194
7195 * macterm.h (EMACS_CLASS): Remove.
7196 (struct mac_display_info): Add xrdb member.
7197 (struct mac_output): Add want_fullscreen member.
7198
7199 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
7200 parameters now defined in frame.h and frame.c.
7201 (Vx_resource_name): Remove. Use generic var.
7202 (check_x_display_info): Make non-static (for frame.c).
7203 (struct x_frame_parm_table, x_frame_parms): Remove.
7204 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
7205 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
7206 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
7207 (x_change_window_heights, x_set_autoraise, x_set_autolower)
7208 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
7209 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
7210 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
7211 Remove. Use generic functions instead.
7212 (enum resource_types): Remove.
7213 (x_set_scroll_bar_default_width): New global function (for frame.c).
7214 (mac_frame_parm_handlers): New table for redisplay_interface.
7215 (syms_of_macfns): Don't intern/staticpro removed vars.
7216
7217 * macterm.c: Remove unnecessary extern declarations.
7218 (x_redisplay_interface): Add mac_frame_parm_handlers member.
7219
7220 * Makefile.in (frame.o): Add dependency on blockinput.h and files
7221 included from it (atimer.h and systime.h).
7222
7223 2003-03-30 Andreas Schwab <schwab@suse.de>
7224
7225 * xdisp.c (x_insert_glyphs): Fix swapped width and height
7226 parameters for shift_glyphs_for_insert.
7227
7228 * macterm.c (x_redisplay_interface): Add missing entry for
7229 draw_vertical_window_border.
7230
7231 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
7232
7233 * fileio.c (Fexpand_file_name): In the no-handler case, after
7234 expanding, look again for a handler and invoke it. This is needed
7235 for filenames like "/foo/../user@host:/bar/../baz" -- the first
7236 expansion produces "/user@host:/bar/../baz" which needs to be
7237 expanded again for the finame result "/user@host:/baz".
7238
7239 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7240
7241 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
7242 of area to be redrawn for better performance.
7243
7244 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
7245
7246 * xterm.c (take_vertical_position_into_account): Remove.
7247 (xt_action_hook): Call set_vertical_scroll_bar if needed.
7248 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
7249 (xm_scroll_callback, x_create_toolkit_scroll_bar)
7250 (x_set_toolkit_scroll_bar_thumb): Simplify.
7251 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
7252 (XTread_socket): Remove unused var.
7253 (x_make_frame_invisible): Replace goto with else.
7254
7255 * xdisp.c (set_vertical_scroll_bar): New fun.
7256 (redisplay_window): Use it.
7257
7258 2003-03-26 Richard M. Stallman <rms@gnu.org>
7259
7260 * xdisp.c (update_tool_bar): Recompute tool bar if
7261 update_mode_lines is set. Set w->update_mode_line
7262 only if the tool bar contents actually change.
7263 (update_menu_bar): Undo previous change.
7264
7265 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7266
7267 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
7268 (xg_frame_set_char_size): Calculate scroll bar width before frame
7269 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
7270 (xg_separator_p): Check for all documented separator types.
7271 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
7272 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
7273
7274 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
7275 so tool bar gets updated.
7276
7277 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
7278
7279 * data.c (store_symval_forwarding): Re-instate part of the code
7280 that was deleted with too much enthusiasm.
7281
7282 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
7283
7284 * data.c (store_symval_forwarding): Delete special read-only
7285 hack for type == -1, since we now use ->constant instead.
7286 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
7287
7288 * buffer.c (overlays_in): Declare static.
7289 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
7290 `constant' field rather than the variable's `type' field.
7291
7292 2003-03-24 Andrew Choi <akochoi@shaw.ca>
7293
7294 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
7295
7296 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
7297
7298 * fns.c [MAC_OSX]: Do not redefine vector.
7299
7300 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
7301
7302 * macgui.h: Remove definition of No_Cursor.
7303
7304 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
7305
7306 * xdisp.c: Define No_Cursor.
7307 (x_write_glyphs, notice_overwritten_cursor)
7308 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
7309 (note_mouse_highlight): Remove Mac-specific code.
7310 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
7311
7312 2003-03-24 John Paul Wallington <jpw@gnu.org>
7313
7314 * xdisp.c (redisplay_window): If mini window's buffer is not
7315 empty, then redisplay it like other windows.
7316
7317 2003-03-23 Kim F. Storm <storm@cua.dk>
7318
7319 * w32term.c (w32_draw_window_cursor): Fix last change.
7320
7321 2003-03-23 Kenichi Handa <handa@m17n.org>
7322
7323 * alloc.c (make_string_from_bytes, make_specified_string):
7324 Add `const' for the arg CONTENTS.
7325
7326 * lisp.h (make_string_from_bytes, make_specified_string):
7327 Prototypes adjusted.
7328
7329 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7330
7331 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
7332
7333 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
7334 (XG_SB_RANGE): New define.
7335
7336 * gtkutil.c (xg_fixed_handle_expose): New function.
7337 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
7338 expose events.
7339 (xg_update_scrollbar_pos): Take two more arguments, left and width
7340 of scroll bar including borders.
7341 Clear left and right part outside scroll bar separately as some
7342 themes have bars that are not an even number of pixels.
7343 Don't set reallocate_redraws, don't call
7344 gdk_window_process_all_updates.
7345 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
7346 so no need to change it. Calculate size and value with XG_SB_RANGE.
7347
7348 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
7349 Pass left and width of scroll bar including borders to
7350 xg_update_scrollbar_pos.
7351
7352 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7353
7354 * Makefile.in: Make sure space precedes end-of-line backslashes.
7355
7356 2003-03-22 Kim F. Storm <storm@cua.dk>
7357
7358 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
7359 Add generic versions here. Remove system specific versions
7360 defined elsewhere.
7361
7362 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
7363 Add prototypes.
7364
7365 * xterm.h (STORE_NATIVE_RECT): New macro.
7366
7367 2003-03-21 Kim F. Storm <storm@cua.dk>
7368
7369 * xdisp.c (get_glyph_string_clip_rect):
7370 Use FRAME_INTERNAL_BORDER_WIDTH.
7371
7372 * dispextern.h (struct redisplay_interface): Add active_p
7373 argument to draw_window_cursor member. All uses changed.
7374
7375 2003-03-21 Kim F. Storm <storm@cua.dk>
7376
7377 The following changes consolidate code related to writing and
7378 inserting glyphs, exposing frame, the tool bar, the mouse face,
7379 the output cursor, and help echo from xterm.c, w32term.c and
7380 macterm.c into xdisp.c. It also generalizes the use of the
7381 window_part enum instead of using numeric values throughout.
7382
7383 * xdisp.c: Consolidate gui-independent code here.
7384 Include keymap.h.
7385 (Qhelp_echo): Import.
7386 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
7387 (help_echo_string, help_echo_window, help_echo_object)
7388 (previous_help_echo_string, help_echo_pos): Declare here.
7389 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
7390 (estimate_mode_line_height): Define here. Handle windowing
7391 systems directly (without using estimate_mode_line_height_hook).
7392 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
7393 (update_window_cursor, update_cursor_in_window_tree)
7394 (fast_find_position, fast_find_string_pos)
7395 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
7396 (expose_area, expose_line, expose_overlaps, expose_window)
7397 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
7398 declared static as they are only used locally in xdisp.c.
7399 (draw_glyphs): Rename from x_draw_glyphs and make static.
7400 (tool_bar_item_info, notice_overwritten_cursor): Make static.
7401 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
7402 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
7403 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
7404 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
7405 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
7406 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
7407 (note_mouse_highlight, x_clear_window_mouse_face)
7408 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
7409 (x_intersect_rectangles): New generic functions for use by xdisp.c
7410 and GUI front-ends.
7411 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
7412 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
7413
7414 * dispextern.h (Display_Info): Generic typedef for *_display_info.
7415 (NativeRectangle): Generic typedef for rectangle type.
7416 (enum window_part): Move here from window.c.
7417 (struct redisplay_interface): New members flush_display_optional,
7418 define_frame_cursor, clear_frame_area, draw_window_cursor,
7419 draw_vertical_window_border, shift_glyphs_for_insert.
7420 Rename member clear_mouse_face to clear_window_mouse_face.
7421 (estimate_mode_line_height_hook): Remove hook.
7422 (auto_raise_tool_bar_buttons_p): Don't declare extern.
7423 (tool_bar_item_info): Remove prototype.
7424 (help_echo_string, help_echo_window, help_echo_object)
7425 (previous_help_echo_string, help_echo_pos)
7426 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
7427 (x_stretch_cursor_p, output_cursor): Declare extern.
7428 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
7429 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
7430 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
7431 (display_and_set_cursor, set_output_cursor, x_cursor_to)
7432 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
7433 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
7434 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
7435 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
7436 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
7437 Add prototypes.
7438 (mode_line_string, marginal_area_string): Fix prototypes.
7439
7440 * window.c (enum window_part): Move to dispextern.h.
7441 (coordinates_in_window): Use enum window_part member names
7442 instead of numbers to describe return value.
7443 (struct check_window_data): Change part member to window_part.
7444 (check_window_containing): Return window_part unaltered.
7445 (window_from_coordinates): Change part arg from int to enum
7446 window_part. Allow part arg to be null. All users changed.
7447
7448 * window.h (window_from_coordinates): Fix prototype.
7449
7450 * term.c (estimate_mode_line_height): Move to xdisp.c.
7451
7452 * keyboard.c (make_lispy_event): Use enum window_part.
7453
7454 * dispnew.c (mode_line_string, marginal_area_string): Use enum
7455 window_part instead of int in arg list. Users changed.
7456
7457 * xterm.h (No_Cursor): Declare as None for X.
7458 (struct mac_output): Replace member cross_cursor by hand_cursor.
7459
7460 * xterm.c: Remove consolidated defines and code.
7461 (BETWEEN): Remove unused macro.
7462 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
7463 (x_define_frame_cursor, x_clear_frame_area)
7464 (x_draw_window_cursor): New X-specific functions for RIF.
7465 (x_redisplay_interface): Add new members.
7466
7467 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
7468
7469 * w32term.h (struct w32_output): Remove cross_cursor member.
7470
7471 * w32term.c: Remove consolidated defines and code.
7472 (BETWEEN): Remove unused macro.
7473 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
7474 (w32_define_frame_cursor, w32_clear_frame_area)
7475 (w32_draw_window_cursor): New W32-specific functions for RIF.
7476 (w32_redisplay_interface): Add new members.
7477
7478 * w32gui.h (No_Cursor): Define as 0 for W32.
7479 (XRectangle): Add X compatible rectangle type.
7480 (NativeRectangle): Declare as RECT for W32.
7481 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
7482
7483 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
7484
7485 * w32console.c: Remove consolidated defines and code.
7486
7487 * msdos.h (Display_Info): Add generic typedef.
7488
7489 * msdos.c: Remove consolidated defines and code.
7490 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
7491
7492 * macterm.h (struct mac_output): Replace member cross_cursor by
7493 hand_cursor.
7494 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
7495
7496 * macterm.c: Remove consolidated defines and code.
7497 (BETWEEN): Remove unused macro.
7498 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
7499 (mac_define_frame_cursor, mac_clear_frame_area)
7500 (mac_draw_window_cursor): New Mac-specific functions for RIF.
7501 (x_redisplay_interface): Add new members.
7502
7503 * macgui.h (No_Cursor): Define as 0 for Mac.
7504 (XRectangle): Add X compatible rectangle type.
7505 (NativeRectangle): Declare as Rect for Mac.
7506 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
7507
7508 * macfns.c (x_set_mouse_color): Setup hand_cursor.
7509 (x_set_cursor_color): Use x_display_and_set_cursor.
7510
7511 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
7512 included from it. Add dependency on keymap.h.
7513
7514 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
7515
7516 2003-03-21 Kenichi Handa <handa@m17n.org>
7517
7518 * fileio.c (Fexpand_file_name): Fix previous change.
7519
7520 2003-03-19 Kenichi Handa <handa@m17n.org>
7521
7522 * fileio.c (Ffile_name_directory): Reconstruct file name by
7523 make_specified_string.
7524 (Ffile_name_nondirectory, Ffile_name_as_directory)
7525 (Fdirectory_file_name, Fexpand_file_name)
7526 (Fsubstitute_in_file_name): Likewise.
7527 (Fread_file_name): Compare decoded homedir with DIR and
7528 DEFAULT_FILENAME.
7529
7530 * alloc.c (make_specified_string): If NCHARS is negative, count
7531 the number of characters.
7532
7533 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7534
7535 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
7536 all widgets.
7537
7538 * gtkutil.h: Removed xg_ignore_next_thumb.
7539
7540 2003-03-18 Kenichi Handa <handa@m17n.org>
7541
7542 * coding.c (Vchar_coding_system_table): Remove this variable.
7543 (Vcoding_system_safe_chars): New variable.
7544 (intersection): Remove this function.
7545 (find_safe_codings): Don't use Vchar_coding_system_table, but try
7546 all codings in SAFE_CODINGS.
7547 (Ffind_coding_systems_region_internal): Adjust for the change of
7548 find_safe_codings. Get generic coding systems from
7549 Vcoding_system_safe_chars.
7550 (Fdefine_coding_system_internal): New function.
7551 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
7552 Initialize and staticpro Vcoding_system_safe_chars.
7553
7554 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7555
7556 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
7557 equal old values before updating.
7558
7559 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
7560
7561 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
7562
7563 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7564
7565 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
7566 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
7567 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
7568 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
7569 (xg_create_scroll_bar): Pass bar to button event callback.
7570 (xg_find_top_left_in_fixed): New function.
7571 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
7572 whole scroll bar area. Get old position with
7573 xg_find_top_left_in_fixed, calculate and only clear needed areas.
7574 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
7575 dragging is in progress. Calculate whole as for Motif.
7576 Remove code that saved last values. Call gtk_range functions to
7577 set scroll bar sizes.
7578
7579 * gtkutil.h: Removed xg_ignore_next_thumb.
7580
7581 2003-03-17 Juanma Barranquero <lektu@terra.es>
7582
7583 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
7584 and files included from it.
7585
7586 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
7587
7588 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
7589 multiple occurrences of the same keymap under different prefixes.
7590 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
7591
7592 2003-03-16 Jason Rumney <jasonr@gnu.org>
7593
7594 * w32gui.h: Use HDC for Display.
7595
7596 * w32term.c (w32_encode_char): Prevent double-byte chars from
7597 crashing Emacs.
7598
7599 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
7600 as binary.
7601
7602 2003-03-16 Juanma Barranquero <lektu@terra.es>
7603
7604 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
7605
7606 2003-03-16 Kim F. Storm <storm@cua.dk>
7607
7608 The following changes consolidate some of the gui-independent
7609 parts of the processing and drawing of "glyph strings" from
7610 xterm.c, w32term.c, and macterm.c into xdisp.c.
7611
7612 * dispextern.h (struct glyph): Reduce face_id member from 22 to
7613 21 bits (this reduces number of faces from 4M to 2M).
7614 Replace W32 specific w32_font_type member (2 bits) by generic
7615 font_type member (3 bits) for portability.
7616 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
7617 (enum draw_glyphs_face): Define here.
7618 (struct glyph_string): Define here. Merge W32 and X versions.
7619 (struct redisplay_interface): New members per_char_metric,
7620 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
7621 (VCENTER_BASELINE_OFFSET): Define here.
7622 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
7623 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
7624
7625 * xdisp.c: Consolidate gui-independent "glyph string" code here.
7626 (dump_glyph_string): Moved here.
7627 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
7628 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
7629 (fill_composite_glyph_string, fill_glyph_string)
7630 (fill_image_glyph_string, fill_stretch_glyph_string)
7631 (left_overwritten, left_overwriting, right_overwritten)
7632 (right_overwriting, get_char_face_and_encoding)
7633 (set_glyph_string_background_width, compute_overhangs_and_x)
7634 (append_glyph, append_composite_glyph, produce_image_glyph)
7635 (take_vertical_position_into_account, append_stretch_glyph)
7636 (produce_stretch_glyph): New generic functions (based on X version).
7637 Call platform specific functions through rif.
7638 (INIT_GLYPH_STRING): New macro, hides W32 details.
7639 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
7640 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
7641 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
7642 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
7643 (notice_overwritten_cursor):
7644 Generic functions exported to platform modules. Users changed.
7645
7646 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
7647 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
7648 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
7649 New macros for consolidated code.
7650
7651 * xterm.c: Remove consolidated defines and code.
7652 (x_per_char_metric, x_encode_char)
7653 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
7654 (x_redisplay_interface): Add new members.
7655
7656 * w32gui.h (Display): Add dummy typedef for consolidation.
7657 (XChar2b): Define alias for wchar_t for consolidation.
7658 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
7659
7660 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
7661 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
7662 New macros for consolidation.
7663
7664 * w32term.c: Remove consolidated defines and code.
7665 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
7666 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
7667 (w32_per_char_metric): Change font_type arg to int for RIF.
7668 (w32_encode_char): Return int according to RIF requirements.
7669 (w32_compute_glyph_string_overhangs): Adapt to RIF.
7670 (w32_get_glyph_overhangs): New function for RIF. Uses generic
7671 x_get_glyph_overhangs.
7672 (w32_redisplay_interface): Add new members.
7673
7674 * macgui.h (XChar2b): Move typedef here for consolidation.
7675 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
7676
7677 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
7678 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
7679 consolidation.
7680
7681 * macterm.c: Remove consolidated defines and code.
7682 (mac_per_char_metric): New function for RIF.
7683 (mac_encode_char): Adapt to new RIF requirements.
7684 (mac_compute_glyph_string_overhangs): Adapt for RIF.
7685 (x_redisplay_interface): Add new members.
7686
7687 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
7688
7689 * keymap.c (Vmenu_events): New var.
7690 (syms_of_keymap): Initialize it.
7691 (where_is_internal): Check more carefully what is a menu event.
7692
7693 2003-03-14 Richard M. Stallman <rms@gnu.org>
7694
7695 * lread.c (read1): After #!, exit loop on eof.
7696
7697 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7698
7699 * gtkutil.h: Add declaration for xg_frame_cleared.
7700
7701 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
7702
7703 * gtkutil.c (struct xg_last_sb_pos): New structure.
7704 (handle_fixed_child): New function.
7705 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
7706 and force a redraw on them.
7707 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
7708 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
7709 so we can avoid unneeded redraws.
7710 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
7711 and force a redraw on the scroll bar.
7712 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
7713 if xg_last_sb_pos shows the positions are up to date.
7714 (xg_frame_cleared): New function.
7715
7716 2003-03-13 Kenichi Handa <handa@m17n.org>
7717
7718 * coding.c (Fdetect_coding_region): Fix docstring.
7719 (Fdetect_coding_string): Fix docstring.
7720
7721 2003-03-13 Andreas Schwab <schwab@suse.de>
7722
7723 * gtkutil.c: Add prototype for create_menus.
7724
7725 * data.c (long_to_cons): Fix type of top.
7726
7727 * xselect.c (selection_data_to_lisp_data): Use int instead of
7728 long for an integer of size 4.
7729
7730 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
7731 (xg_tool_bar_help_callback): Likewise.
7732
7733 2003-03-12 Andreas Schwab <schwab@suse.de>
7734
7735 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
7736
7737 2003-03-12 Kim F. Storm <storm@cua.dk>
7738
7739 The following changes consolidate the fringe handling from
7740 xterm.c, w32term.c, and macterm.c into xdisp.c.
7741
7742 * xdisp.c: Consolidate fringe handling code here.
7743 (left_bits, right_bits, continued_bits, continuation_bits)
7744 (ov_bits, zv_bits): Define fringe bitmaps.
7745 (fringe_bitmaps): New array holding fringe bitmaps.
7746 (draw_fringe_bitmap): Draw a specific bitmap; call display
7747 specific drawing routine via rif->draw_fringe_bitmap.
7748 (draw_row_fringe_bitmaps): Generic replacement for
7749 x_draw_row_fringe_bitmaps; all callers changed.
7750 (compute_fringe_widths): Generic replacement for
7751 x_compute_fringe_widths; all callers changed.
7752
7753 * dispextern.h (enum fringe_bitmap_type): Define here.
7754 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
7755 (fringe_bitmaps): Declare extern.
7756 (struct redisplay_interface): New member draw_fringe_bitmap.
7757 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
7758
7759 * xterm.c: Remove generic fringe code.
7760 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
7761 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
7762
7763 * w32term.c: Remove generic fringe code.
7764 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
7765 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
7766
7767 * macterm.c: Remove generic fringe code.
7768 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
7769 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
7770
7771 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
7772
7773 * print.c (Fprin1_to_string): Return unibyte string if possible.
7774
7775 2003-03-09 David Kastrup <dak@gnu.org>
7776
7777 * process.c (read_process_output): We have allocated enough space
7778 for readmax and carryover, so actually use the alloted space.
7779
7780 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7781
7782 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
7783 toolkit scrollbar click.
7784
7785 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
7786 for USE_GTK.
7787 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
7788 also.
7789 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
7790 scrollbar and control is pressed, call x_scroll_bar_handle_click.
7791
7792 * gtkutil.h: Declare xg_get_scroll_id_for_window.
7793
7794 * gtkutil.c (xg_get_scroll_id_for_window): New function.
7795 (xg_tool_bar_item_expose_callback): New function.
7796 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
7797 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
7798 on the tool bar widget.
7799 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
7800 to expose on the tool bar item widgets.
7801
7802 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7803
7804 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
7805 struct image* when deciding to update (struct image* may have been
7806 deleted from the image cache).
7807
7808 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
7809 the event isn't for a frame (i.e. for dialogs).
7810
7811 2003-03-07 Kenichi Handa <handa@m17n.org>
7812
7813 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
7814 composition components reaches the limit, terminate composing.
7815 (COMPOSITION_OK): New macro.
7816 (detect_coding_iso2022): Use it if an escape sequence for
7817 composition is found.
7818 (coding_restore_composition): Adjust the number of composition
7819 components if it is not sane.
7820
7821 2003-03-06 Juanma Barranquero <lektu@terra.es>
7822
7823 * w32term.h (struct w32_display_info): Add xrdb member to support
7824 passing resources via -xrm on Windows.
7825
7826 * w32term.c (w32_make_rdb): New function.
7827 (w32_term_init): Use it to initialize xrdb member of w32_display_info
7828 struct. Delete leftover code.
7829
7830 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
7831 for resources passed on the command line.
7832
7833 * w32reg.c (w32_get_rdb_resource): New function.
7834 (x_get_string_resource): Use it, so resources passed with -xrm
7835 supercede the ones in the registry.
7836
7837 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7838
7839 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
7840 instead of x_top_window_to_frame.
7841
7842 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7843
7844 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
7845 when restarting Emacs.
7846
7847 2003-03-03 Richard M. Stallman <rms@gnu.org>
7848
7849 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
7850 to run kill-buffer-query-functions.
7851 (Qkill_buffer_query_functions): New var.
7852 (syms_of_buffer): Init and staticpro it.
7853
7854 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7855
7856 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
7857
7858 2003-02-25 Kim F. Storm <storm@cua.dk>
7859
7860 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
7861 If centering point failed to make whole line visible and vscroll
7862 is non-zero, disable vscroll and try centering point again.
7863
7864 * lread.c (read1): Accept `single space' syntax like (? x).
7865
7866 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7867
7868 * keyboard.c (cancel_hourglass_unwind): Surround with
7869 #ifdef HAVE_X_WINDOWS
7870
7871 2003-02-25 Kenichi Handa <handa@m17n.org>
7872
7873 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
7874 process only when "subprocesses" is defined.
7875
7876 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
7877
7878 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
7879
7880 2003-02-24 Juanma Barranquero <lektu@terra.es>
7881
7882 * callint.c (fix_command): Declare as static void and move before
7883 Fcall_interactively.
7884
7885 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
7886 (syms_of_xdisp): Don't initialize Qwhen.
7887
7888 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7889
7890 * keyboard.c (cancel_hourglass_unwind): New function.
7891 (command_loop_1): Cancel hourglass with unwind-protect.
7892
7893 2003-02-23 Richard M. Stallman <rms@gnu.org>
7894
7895 * callint.c (fix_command): New subroutine, from Fcall_interactively.
7896 Detect (when ... (region-beginning)) etc.
7897 (Fcall_interactively): Call fix_command.
7898 (Qif, Qwhen): New variables.
7899 (syms_of_callint): Init and staticpro them.
7900
7901 * regex.c (print_partial_compiled_pattern): Output to stderr.
7902
7903 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7904
7905 * dired.c (directory_files_internal): Don't expand directory.
7906 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
7907 instead. From Lars Hansen <larsh@math.ku.dk>.
7908
7909 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
7910
7911 * fns.c (string_to_multibyte): Remove unused var i.
7912 (Flanginfo): Fix int/Lisp_Object mixup.
7913 (void_call2): New fun.
7914 (Fmap_char_table): Use it in place of call2.
7915
7916 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
7917
7918 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
7919
7920 * keymap.c (copy_keymap_1): Make it static.
7921
7922 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
7923
7924 2003-02-22 David Ponce <david@dponce.com>
7925
7926 * lread.c (Fload): Don't check STRING_MULTIBYTE.
7927
7928 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7929
7930 * process.h: Removed subtty field from struct Lisp_Process.
7931
7932 * process.c (create_process): Remove setting of subtty.
7933 (emacs_get_tty_pgrp): New function.
7934 (Fprocess_running_child_p, process_send_signal):
7935 Call emacs_get_tty_pgrp instead of ioctl.
7936 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
7937
7938 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
7939
7940 * keymap.c (Fdefine_key): Doc fix.
7941
7942 2003-02-21 Juanma Barranquero <lektu@terra.es>
7943
7944 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
7945
7946 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
7947 POLLING_PROBLEM_IN_SELECT.
7948
7949 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
7950 Delete #undef of POLLING_PROBLEM_IN_SELECT.
7951
7952 * s/hpux10-20.h: New file.
7953
7954 * process.c (wait_reading_process_input):
7955 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
7956
7957 2003-02-20 Kenichi Handa <handa@m17n.org>
7958
7959 * fontset.c (check_fontset_name): If NAME is nil, return the
7960 default fontset.
7961 (override_font_info): New function.
7962 (Fset_fontset_font): Document that NAME nil means the default fontset.
7963 (Ffontset_info): If FONTSET is not the default fontset, merge
7964 FONTSET onto the copy of the default fontset, and work on that
7965 copy. Document that NAME nil means the default fontset.
7966 (Ffontset_font): Document that NAME nil means the default fontset.
7967
7968 * process.c (setup_process_coding_systems): If the process's
7969 in/out descriptor is -1, do nothing.
7970
7971 2003-02-19 Andreas Schwab <schwab@suse.de>
7972
7973 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
7974 Add prototypes.
7975
7976 2003-02-19 Kenichi Handa <handa@m17n.org>
7977
7978 * xfaces.c (try_alternative_families): Try all scalable fonts if
7979 Vscalable_fonts_allowed is not Qt.
7980
7981 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7982
7983 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
7984
7985 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7986
7987 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
7988 names.
7989
7990 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
7991 (sorted_font_list): Move allocation of struct font_name to
7992 x_face_list_fonts.
7993 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
7994 (Fx_list_fonts): Set maxnames to -1 to get all font names.
7995
7996 2003-02-18 Kim F. Storm <storm@cua.dk>
7997
7998 * lread.c (read1): Fix last change.
7999 "`" is not always special. Allow "?" after a character constant.
8000
8001 2003-02-18 Andrew Choi <akochoi@shaw.ca>
8002
8003 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
8004
8005 2003-02-18 Andreas Schwab <schwab@suse.de>
8006
8007 * window.c (window_scroll_pixel_based): Move outside a
8008 multi-glyph character before setting new window start.
8009
8010 * xdisp.c (in_display_vector_p): New function.
8011 * dispextern.h (in_display_vector_p): Declare.
8012
8013 2003-02-18 Kim F. Storm <storm@cua.dk>
8014
8015 * lread.c (read1): Fix and relax read syntax.
8016 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
8017 Only recognize "," after dotted-pair dot if inside backquote.
8018 Never include "`" or "," (inside backquote) in a symbol.
8019 Allow dotted-pair dot after a character constant.
8020 Allow "`" and "," (inside backquote) after a character constant.
8021
8022 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8023
8024 * gtkutil.c (xg_tool_bar_expose_callback): New function.
8025 (xg_create_tool_bar): Force style of tool bar to be horizontal with
8026 icons. Set name of tool bar to emacs-toolbar.
8027 (update_frame_tool_bar): Connect expose event to
8028 xg_tool_bar_expose_callback.
8029
8030 2003-02-17 Richard M. Stallman <rms@gnu.org>
8031
8032 * keyboard.c (this_command_key_count_reset): New variable.
8033 Initiatize to 0 where this_command_key_count is set.
8034 (read_char): Save and restore this_command_key_count_reset
8035 around input method code.
8036 (read_char): If this_command_key_count_reset, echo reread commands.
8037 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
8038
8039 2003-02-17 Kenichi Handa <handa@m17n.org>
8040
8041 * fns.c (string_to_multibyte): Always return a multibyte string.
8042
8043 2003-02-16 Jason Rumney <jasonr@gnu.org>
8044
8045 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
8046 Negative max_fonts parameter means list all.
8047
8048 2003-02-14 Dave Love <fx@gnu.org>
8049
8050 * fns.c (Flanginfo): Doc fix.
8051
8052 2003-02-13 Kim F. Storm <storm@cua.dk>
8053
8054 * lread.c (read_escape): Interpret \s as a SPACE character, except
8055 for \s-X in a character constant which still is the super modifier.
8056 (read1): Signal an `invalid read syntax' error if a character
8057 constant is immediately followed by a digit or symbol character.
8058
8059 * search.c (Fmatch_data): Doc fix. Explicitly state that
8060 match-data is undefined if last search failed.
8061
8062 * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
8063 All uses changed.
8064
8065 2003-02-12 Juanma Barranquero <lektu@terra.es>
8066
8067 * eval.c (Fdefmacro): Fix typo.
8068
8069 2003-02-12 Kim F. Storm <storm@cua.dk>
8070
8071 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
8072 macro is a string, convert meta modifiers in string when copying
8073 the string into a vector.
8074
8075 2003-02-11 Kim F. Storm <storm@cua.dk>
8076
8077 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
8078
8079 2003-02-11 Kenichi Handa <handa@m17n.org>
8080
8081 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
8082
8083 2003-02-10 Kim F. Storm <storm@cua.dk>
8084
8085 * process.c: Doc fixes.
8086 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
8087
8088 2003-02-10 Kenichi Handa <handa@m17n.org>
8089
8090 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
8091
8092 * process.c (QCfilter_multibyte): New variable.
8093 (setup_process_coding_systems): New function.
8094 (Fset_process_buffer, Fset_process_filter):
8095 Call setup_process_coding_systems.
8096 (Fstart_process): Initialize the member `filter_multibyte' of
8097 struct Lisp_Process.
8098 (create_process): Call setup_process_coding_systems.
8099 (Fmake_network_process): New keyward `:filter-multibyte'.
8100 Initialize the member `filter_multibyte' of struct Lisp_Process.
8101 Call setup_process_coding_systems.
8102 (server_accept_connection): Call setup_process_coding_systems.
8103 (read_process_output): If the process has a filter, decide the
8104 multibyteness of a string to given to the filter by
8105 `filter_multibyte' member of the process. If the process doesn't
8106 have a filter and the result of conversion is unibyte, use
8107 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
8108 multibyte form.
8109 (Fset_process_coding_system): Call setup_process_coding_systems.
8110 (Fset_process_filter_multibyte): New function.
8111 (Fprocess_filter_multibyte_p): New function.
8112 (syms_of_process): Intern and staticpro QCfilter_multibyte.
8113 Defsubr Sset_process_filter_multibyte and
8114 Sprocess_filter_multibyte_p.
8115
8116 * process.h (struct Lisp_Process): New member filter_multibyte.
8117
8118 * lisp.h (setup_process_coding_systems): Add prototype.
8119
8120 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
8121 process, update coding systems for the process.
8122
8123 2003-02-09 Kenichi Handa <handa@m17n.org>
8124
8125 * fns.c (string_to_multibyte): New function.
8126 (Fstring_to_multibyte): New function.
8127 (syms_of_fns): Defsubr it.
8128
8129 2003-02-08 Andreas Schwab <schwab@suse.de>
8130
8131 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
8132 instead of the substitution.
8133
8134 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8135
8136 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
8137
8138 * xmenu.c (menu_position_func): Adjust menu popup position so that
8139 the menu is fully visible.
8140
8141 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8142
8143 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
8144 (x_make_frame_invisible, x_wm_set_icon_position):
8145 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
8146
8147 * xfns.c (x_set_name, x_set_title): Ditto.
8148
8149 2003-02-04 Richard M. Stallman <rms@gnu.org>
8150
8151 * keyboard.c (echo_now): Update before_command_echo_length.
8152 (Freset_this_command_lengths): Reset this_command_key_count etc.
8153 immediately rather than arranging to do it later.
8154 (before_command_key_count_1, before_command_echo_length_1)
8155 (before_command_restore_flag): Vars deleted.
8156 (add_command_key): Don't handle before_command_restore_flag.
8157 (read_char, record_menu_key): Don't update before_command_key_count or
8158 before_command_echo_length.
8159 (read_char): Don't handle before_command_restore_flag.
8160
8161 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
8162 in direct-output clauses if it wouldn't be called in the ordinary case.
8163
8164 2003-02-04 Kim F. Storm <storm@cua.dk>
8165
8166 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
8167
8168 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8169
8170 * gtkutil.c (remove_from_container): Copying list is not needed.
8171 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
8172 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
8173 on list returned from gtk_container_get_children to avoid memory leak.
8174
8175 2003-02-01 Jason Rumney <jasonr@gnu.org>
8176
8177 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
8178 local malloc.
8179 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
8180 definitions in xpm.h.
8181 (init_xpm_functions): New function.
8182 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
8183 (init_external_image_libraries): Try to load libXpm.dll.
8184
8185 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
8186 timestamp.
8187
8188 2003-01-31 Dave Love <fx@gnu.org>
8189
8190 * syntax.c (Fskip_chars_forward)
8191 (open-paren-in-column-0-is-defun-start): Doc fix.
8192
8193 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
8194
8195 * fileio.c: Support // at start of name for Cygwin (just added proper
8196 preprocessor tests).
8197
8198 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
8199
8200 * Makefile.in: Use @EXEEXT@ for Cygwin.
8201
8202 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
8203
8204 * s/cygwin.h: Added for Cygwin port.
8205
8206 2003-01-31 Juanma Barranquero <lektu@terra.es>
8207
8208 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
8209 when including gif_lib.h.
8210 (init_gif_functions, init_tiff_functions): New functions.
8211 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
8212 Windows. Disable color table lookups. Call library functions
8213 through pointers determined at runtime.
8214 (init_external_image_libraries): Try to load libungif.dll and
8215 libtiff.dll.
8216
8217 2003-01-31 Kenichi Handa <handa@m17n.org>
8218
8219 * xdisp.c (SKIP_GLYPHS): New macro.
8220 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
8221
8222 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8223
8224 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
8225
8226 2003-01-30 Dave Love <fx@gnu.org>
8227
8228 * alloc.c (Vgc_elapsed, gcs_done): New variables.
8229 (Fgarbage_collect): Use them.
8230 (init_alloc, syms_of_alloc): Set them up.
8231
8232 2003-01-30 Juanma Barranquero <lektu@terra.es>
8233
8234 * w32fns.c (init_external_image_libraries): Add missing operator.
8235
8236 2003-01-29 Jason Rumney <jasonr@gnu.org>
8237
8238 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
8239 an alternative name for jpeg.dll.
8240
8241 2003-01-29 Kenichi Handa <handa@m17n.org>
8242
8243 * xdisp.c (set_cursor_from_row): Pay attention to string display
8244 properties.
8245
8246 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8247
8248 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
8249 <escape>.
8250 (keycode_to_xkeysym_table): Reformat and add more comments.
8251 (XTread_socket): Drop special case for backspace.
8252
8253 2003-01-28 Andrew Choi <akochoi@shaw.ca>
8254
8255 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
8256 values in old-style RGB specs.
8257
8258 2003-01-27 Juanma Barranquero <lektu@terra.es>
8259
8260 * w32fns.c (init_external_image_libraries): Try alternate names for the
8261 jpeg dll.
8262
8263 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8264
8265 * gtkutil.c (create_dialog, xg_separator_p)
8266 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
8267 before calling strcmp or strlen.
8268
8269 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8270
8271 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
8272 and handle image load failure.
8273
8274 2003-01-26 Jason Rumney <jasonr@gnu.org>
8275
8276 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
8277 New functions.
8278 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
8279 Disable color table lookups. Call jpeg library functions
8280 through pointers determined at runtime.
8281 (init_external_image_libraries): Try to load jpeg.dll.
8282
8283 2003-01-25 Richard M. Stallman <rms@gnu.org>
8284
8285 * lisp.h: Declare format2 instead of format1.
8286
8287 * fileio.c (barf_or_query_if_file_exists):
8288 Call format2 instead of format1.
8289
8290 * editfns.c (format2): New function, replaces format1
8291 but takes exactly two Lisp Objects as format args.
8292
8293 * buffer.c (Fkill_buffer): Call format2 instead of format1.
8294
8295 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8296
8297 * xterm.h: Change to return value of x_dispatch_event to int.
8298
8299 * xterm.c (x_filter_event): New function.
8300 (event_handler_gdk, XTread_socket): Call x_filter_event.
8301 (x_dispatch_event): Change to return value of finish.
8302 (event_handler_gdk): Use return value from x_dispatch_event.
8303
8304 * xfns.c (x_window): Call create_frame_xic for GTK version to
8305 initialize input methods.
8306
8307 * gtkutil.h: Add (void) prototypes.
8308
8309 * gtkutil.c (create_menus): Remove code that puts the help menu to
8310 the right.
8311
8312 2003-01-25 Jason Rumney <jasonr@gnu.org>
8313
8314 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
8315 [HAVE_PNG]: Sync with xfns.c version.
8316 (png_load): Adjust colors for Windows. Use Windows
8317 bitmaps. Disable color table lookups.
8318 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
8319 (init_png_functions): New function.
8320 (png_read_from_memory, png_load): Call png library functions
8321 through pointers determined at runtime.
8322 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
8323 (init_external_image_libraries): New function.
8324 (init_xfns): Call it.
8325
8326 2003-01-24 Andreas Schwab <schwab@suse.de>
8327
8328 * minibuf.c (Fminibuffer_message): Verify type of parameter.
8329
8330 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8331
8332 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
8333 of static initializer.
8334
8335 2003-01-24 Dave Love <fx@gnu.org>
8336
8337 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
8338 architectures.
8339
8340 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
8341 Use __alignof__.
8342
8343 2003-01-24 Kenichi Handa <handa@m17n.org>
8344
8345 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
8346 It it is nonzero, don't pretend that an invisible area doesn't exist.
8347 (command_loop_1): Call adjust_point_for_property with proper
8348 second arg.
8349
8350 2003-01-22 Jason Rumney <jasonr@gnu.org>
8351
8352 Sync changes with xterm.c and xfns.c.
8353
8354 * w32term.c (x_draw_glyph_string_foreground)
8355 (x_draw_composite_glyph_string_foreground): Implement overstriking.
8356
8357 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
8358 phys_cursor's hpos is overwritten. This is still not completely
8359 correct, as it doesn't really make sense to use hpos at all to
8360 get the cursor glyph (as that is relative to the width of the
8361 characters on the line, which may have changed during the update).
8362
8363 * w32term.c (notice_overwritten_cursor): Handle the special case
8364 of the cursor being in the first blank non-text line at the
8365 end of a window.
8366
8367 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
8368 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
8369 Compute from the x position returned by x_draw_glyphs.
8370
8371 (x_display_and_set_cursor): Don't set phys_cursor_width here,
8372 except for NO_CURSOR and system caret, to make phys_cursor_width
8373 contain what its name suggests.
8374 (notice_overwritten_cursor): Consider the cursor image erased if
8375 the output area intersects the cursor image in y-direction.
8376
8377 * w32term.c (note_mode_line_or_margin_highlight): Rename from
8378 note_mode_line_highlight and extend.
8379
8380 * w32term.c (last_window): New variable.
8381 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
8382 (note_mouse_movement): Remove reimplemented code in #if 0.
8383
8384 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
8385 not update_mode_lines, and always set it to 1.
8386
8387 2003-01-21 Jason Rumney <jasonr@gnu.org>
8388
8389 * w32fns.c (IDC_HAND): Define it if system headers don't.
8390
8391 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
8392
8393 * w32term.h (struct w32_output): New member hand_cursor.
8394 (WM_EMACS_SETCURSOR): New message definition.
8395
8396 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
8397 function w32_define_cursor.
8398 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
8399 position, change member name output_data.x to output_data.w32 and
8400 add function w32_define_cursor.
8401 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
8402 and change member name output_data.x to output_data.w32.
8403 (w32_initialize_display_info):
8404 Setup dpyinfo->vertical_scroll_bar_cursor.
8405
8406 * w32fns.c (Vx_hand_shape): New variable.
8407 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
8408 WM_EMACS_SETCURSOR.
8409 (x-create-frame): Setup Cursor types.
8410
8411 2003-01-21 David Ponce <david@dponce.com>
8412
8413 * w32term.c (w32_encode_char): For DIM=1 charset, set
8414 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
8415 x_encode_char change by Kenichi Handa <handa@m17n.org> on
8416 2002-09-30.)
8417 (w32_draw_relief_rect): Declare all args.
8418 (w32_define_cursor): New.
8419
8420 * w32fns.c (w32_load_cursor): New function.
8421 (w32_init_class): Use it.
8422 (x_put_x_image): Declare all args.
8423
8424 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
8425
8426 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
8427
8428 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8429
8430 * gtkutil.c: Must include stdio.h before termhooks.h
8431
8432 2003-01-21 Dave Love <fx@gnu.org>
8433
8434 * alloc.c (Fgc_status): Print zombie list.
8435 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
8436 Fix assignment of zombies.
8437 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
8438 Don't take car of non-cons.
8439
8440 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
8441
8442 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
8443
8444 2003-01-20 David Ponce <david@dponce.com>
8445
8446 * w32menu.c (digest_single_submenu): Declare all args.
8447
8448 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
8449 changes in xmenu.c:
8450
8451 (parse_single_submenu): Use individual keymap's prompt
8452 string as pane name, if there is one.
8453 (set_frame_menubar): Save menu_items_n_panes from each call to
8454 parse_single_submenu and use it when calling digest_single_submenu.
8455
8456 2003-01-20 Steven Tamm <steventamm@mac.com>
8457
8458 * macterm.c (XTread_socket): Checks for valid, visible window
8459 before sending a scroll-wheel event.
8460
8461 2003-01-20 Richard M. Stallman <rms@gnu.org>
8462
8463 * xdisp.c (redisplay_window): If mini window's buffer is not
8464 a minibuffer, then redisplay it like other windows.
8465
8466 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8467
8468 * gtkutil.c (xg_create_frame_widgets): Check if there is an
8469 external tool bar before setting tool bar height.
8470
8471 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8472
8473 * xterm.c (handle_one_xevent): Surround popup_activated
8474 with #ifdef:s for non-toolkit version.
8475
8476 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
8477 (gtkutil.o): New file.
8478 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
8479 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
8480
8481 * gtkutil.c: New file for GTK version.
8482
8483 * gtkutil.h: New file for GTK version.
8484
8485 * xterm.h: Add xt_or_gtk_widget.
8486 Include gtk files for USE_GTK.
8487 (struct x_output): Add toolbar_height.
8488 (struct x_output): Add GTK widgets and Gdk size_hints.
8489 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
8490 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
8491 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
8492
8493 * xterm.c: Include gtkutil.h for USE_GTK.
8494 Declare extern void free_frame_menubar for USE_GTK.
8495 (note_mouse_highlight): Check popup_activated for USE_GTK.
8496 (xt_action_hook): Don't compile if USE_GTK.
8497 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
8498 (xg_scroll_callback): New function.
8499 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
8500 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
8501 for USE_GTK.
8502 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
8503 xg_show_scroll_bar for USE_GTK.
8504 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
8505 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
8506 (event_handler_gdk): New function for USE_GTK.
8507 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
8508 (handle_one_xevent): Make sure widget is mapped before
8509 calling x_real_positions for USE_GTK.
8510 (XTread_socket): Add GTK event loop for USE_GTK.
8511 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
8512 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
8513 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
8514 (x_iconify_frame): Add code for USE_GTK.
8515 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
8516 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
8517 is in gtkutil.c.
8518 (x_term_init): Add initialization for GTK.
8519 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
8520
8521 * xmenu.c: Include gtkutil.h for USE_GTK.
8522 (Fx_popup_menu): Use current position if x and y is NIL.
8523 (single_menu_item, single_menu_item, Fx_popup_dialog):
8524 Check for USE_GTK.
8525 (popup_widget_loop): New function for USE_GTK.
8526 (x_activate_menubar): Add code for USE_GTK.
8527 (popup_activate_callback, popup_deactivate_callback)
8528 (menu_highlight_callback, menubar_selection_callback):
8529 Add USE_GTK versions.
8530 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
8531 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
8532 (free_frame_menubar): Only compile if not USE_GTK. GTK version
8533 is in gtkutil.c.
8534 (popup_selection_callback): New version for USE_GTK.
8535 (create_and_show_popup_menu): New fuction, one USE_GTK version and
8536 one USE_X_TOOLKIT version.
8537 (xmenu_show): Call create_and_show_popup_menu.
8538 (dialog_selection_callback): New version for USE_GTK.
8539 (create_and_show_dialog): New fuction, one USE_GTK version and
8540 one USE_X_TOOLKIT version.
8541 (xdialog_show): Call create_and_show_dialog.
8542
8543 * xfns.c: Include gtkutil for USE_GTK.
8544 (x_window_to_frame, x_any_window_to_frame)
8545 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
8546 (x_top_window_to_frame): Add code for USE_GTK.
8547 (x_set_background_color): Call xg_set_background_color for GTK.
8548 (x_set_menu_bar_lines): Check for USE_GTK.
8549 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
8550 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
8551 (x_window): Call xg_create_frame_widgets for USE_GTK.
8552 (Fx_create_frame): Check for USE_GTK
8553 (Fx_file_dialog): New implementation for USE_GTK.
8554
8555 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
8556 (update_menu_bar): Add check for USE_GTK.
8557 (update_tool_bar): Add check for USE_GTK and external tool bar.
8558 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
8559 (redisplay_internal): Add check for USE_GTK and popup_activated.
8560 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
8561 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
8562 (display_menu_bar): Add check for USE_GTK
8563
8564 * lisp.h: Declare Vx_resource_name extern.
8565
8566 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
8567 for USE_GTK.
8568 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
8569
8570 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
8571 (FRAME_EXTERNAL_TOOL_BAR): New macro.
8572 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
8573
8574 * fileio.c (Fread_file_name): Add check for USE_GTK.
8575
8576 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
8577 Add check for USE_GTK.
8578
8579 * config.in: Added HAVE_GTK
8580
8581 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
8582
8583 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
8584
8585 * charset.h (Funibyte_char_to_multibyte): Export.
8586
8587 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8588
8589 * xmenu.c (mouse_position_for_popup): New function.
8590 (Fx_popup_menu): Call mouse_position_for_popup for X and
8591 mouse_position_hook for others.
8592
8593 2003-01-17 Kim F. Storm <storm@cua.dk>
8594
8595 * editfns.c (Finsert): Mention `string-make-multibyte' and
8596 `string-as-multibyte' in doc string.
8597
8598 2003-01-17 Kenichi Handa <handa@m17n.org>
8599
8600 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
8601
8602 * editfns.c (Fformat): Convert an unibyte char argument that is
8603 formatted by "%c" to multibyte if the total result must be a
8604 multibyte string.
8605
8606 2003-01-16 Kim F. Storm <storm@cua.dk>
8607
8608 * process.c (set-process-filter): Document unibyte/multibyte-ness
8609 of string argument.
8610
8611 2003-01-16 Kenichi Handa <handa@m17n.org>
8612
8613 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
8614
8615 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
8616 (re_search_2): Likewise.
8617
8618 2003-01-15 Kenichi Handa <handa@m17n.org>
8619
8620 * xdisp.c (message_dolog): Fix bug of the case that *Message*
8621 buffer is unibyte.
8622
8623 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
8624
8625 * fns.c (Fsubstring): Clarify doc string.
8626
8627 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
8628 (Fprevious_char_property_change)
8629 (Fnext_single_char_property_change)
8630 (Fprevious_single_char_property_change, Fnext_property_change)
8631 (Fnext_single_property_change, Fprevious_property_change)
8632 (Fprevious_single_property_change, Fadd_text_properties)
8633 (Fput_text_property, Fset_text_properties)
8634 (Fremove_text_properties, Fremove_list_of_text_properties)
8635 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
8636
8637 2003-01-14 Kim F. Storm <storm@cua.dk>
8638
8639 * process.h (struct Lisp_Process): New member plist replaces old
8640 member private_vars. All uses changed.
8641
8642 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
8643 (QCplist): Rename from QCvars. Change all uses.
8644 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
8645 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
8646 (syms_of_process): Intern, staticpro, defsubr these.
8647 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
8648
8649 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
8650
8651 * m/delta.h: Remove (obsolete).
8652
8653 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
8654
8655 * fileio.c (Fdelete_directory, Fdelete_file): Document the
8656 behaviour in front of symlinks.
8657 (Fdelete_file): Raise an error on directories.
8658
8659 2003-01-13 Dave Love <fx@gnu.org>
8660
8661 * fns.c (Freverse): Use QUIT.
8662
8663 2003-01-13 Richard M. Stallman <rms@gnu.org>
8664
8665 * minibuf.c (minibuffer_completion_contents):
8666 Error if point is inside prompt.
8667
8668 * keyboard.c (command_loop_1): Don't redisplay directly
8669 if there's a post-command-hook.
8670
8671 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
8672 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
8673
8674 2003-01-12 Kim F. Storm <storm@cua.dk>
8675
8676 * process.h (struct Lisp_Process): New member private_vars.
8677
8678 * process.c (QCvars): New variable.
8679 (syms_of_process): Intern and staticpro it.
8680 (Fset_process_contact): Removed function.
8681 (Fprocess_variable, Fset_process_variable): New functions.
8682 (syms_of_process): Defsubr them.
8683 (Fstart_process): Initialize private_vars plist to nil.
8684 (Fmake_network_process): New arg :vars to setup the private
8685 variables for new network process.
8686 (server_accept_connection): Copy server's private variables to
8687 client process.
8688
8689 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
8690 crashes). Code rewritten and simplified. Now directly aligns the
8691 pointer and recalculates pure_bytes_used, rather than aligning the
8692 size and adjusting the pointer.
8693
8694 2003-01-11 Kim F. Storm <storm@cua.dk>
8695
8696 * process.c (Fset_process_contact): New function.
8697 (syms_of_process): defsubr it.
8698 (make-network-process): Update doc.
8699
8700 2003-01-10 Andreas Schwab <schwab@suse.de>
8701
8702 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
8703 Reported by Berthold Gunreben <b.gunreben@web.de>.
8704
8705 2003-01-10 Dave Love <fx@gnu.org>
8706
8707 * composite.c (syms_of_composite): Make composition_hash_table weak.
8708
8709 2003-01-09 Kim F. Storm <storm@cua.dk>
8710
8711 * process.c (Fmake_network_process): Convert new port number
8712 to host byte order for `:service t' case. From Mario Lang.
8713
8714 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8715
8716 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
8717 instead of XtAppProcessEvent.
8718
8719 * xterm.c (handle_one_xevent): New function.
8720 (x_dispatch_event): New function.
8721 (XTread_socket): Call handle_one_xevent.
8722
8723 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
8724
8725 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
8726 call XQueryPointer to get coordinates.
8727 (popup_get_selection): Do not set popup_activated_flag to zero,
8728 let popup_deactivate_callback do that. Needed for Motif.
8729 Call x_dispatch_event instead of XtDispatchEvent.
8730 (xmenu_show): Calculate root coordinate from frame top/left position.
8731
8732 2003-01-08 Kim F. Storm <storm@cua.dk>
8733
8734 * process.c (server_accept_connection): Fix recording of new
8735 connection's local address in :local property of contact info.
8736 (Fmake_network_process): Record local network address for new
8737 client processes in :local property of contact info.
8738 (format-network-address): Add arg OMIT-PORT. Change callers.
8739
8740 2003-01-07 Dave Love <fx@gnu.org>
8741
8742 * Makefile.in (fns.o): Depend on coding.h.
8743
8744 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
8745
8746 * minibuf.c (Fread_variable): Doc fix.
8747
8748 * eval.c (Fuser_variable_p): Doc change. For custom variables,
8749 use the same test as for custom-variable-p.
8750
8751 2003-01-05 Richard M. Stallman <rms@gnu.org>
8752
8753 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
8754 Count LAST_LINE_MISFIT in scroll margin for end of window.
8755 Move label too_near_end before setting SCROLL_MARGIN_POS.
8756 Set LAST_LINE_MISFIT before jumping there.
8757
8758 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
8759 scroll_conservatively case. If scrolling that much doesn't change
8760 STARTP, move it down one line.
8761
8762 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
8763 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
8764
8765 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
8766 selected frame.
8767
8768 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
8769 (syms_of_keymap): staticpro them.
8770 (Fapropos_internal): Initialize them and clear them out.
8771 Don't GCPRO them.
8772
8773 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
8774 Doc fixes.
8775
8776 * lisp.h: New misc type Lisp_Save_Value.
8777 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
8778 (XSAVE_VALUE): New macro.
8779 (struct Lisp_Save_Value): New data type.
8780 (union Lisp_Misc): Add u_save_value alternative.
8781 (make_save_value): Declared.
8782
8783 * alloc.c (make_save_value): New function.
8784
8785 * xterm.c (x_catch_errors): Save dpy using make_save_value.
8786 (x_catch_errors_unwind): Call XSync.
8787
8788 2003-01-01 Richard M. Stallman <rms@gnu.org>
8789
8790 * window.c (window_scroll_pixel_based): Partially undo last change.
8791
8792 * keyboard.c (command_loop_1): Call adjust_point_for_property
8793 in direct action cases for Qforward_char and Qbackward_char.
8794 Set already_adjusted so it won't be done twice.
8795
8796 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
8797
8798 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
8799 type definition of size_t.
8800
8801 2003-01-02 Steven Tamm <steventamm@mac.com>
8802
8803 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
8804 distinguish Carbon GUI builds from X11 builds on darwin.
8805
8806 2002-12-30 Steven Tamm <steventamm@mac.com>
8807
8808 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
8809 to default to t.
8810
8811 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
8812
8813 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
8814
8815 2002-12-28 Steven Tamm <steventamm@mac.com>
8816
8817 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
8818 allow building in a different directory than source. Uses some
8819 GNU Make extensions, but there is no other make on Mac OS X.
8820
8821 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
8822
8823 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
8824 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
8825 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
8826 (Fstring_to_number): Mention the returned value in the doc strings.
8827
8828 2002-12-23 Richard M. Stallman <rms@gnu.org>
8829
8830 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
8831 <scroll-down-aggressively>: Doc fix.
8832
8833 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
8834 string as pane name, if there is one.
8835 (set_frame_menubar): Save menu_items_n_panes from each call to
8836 parse_single_submenu and use it when calling digest_single_submenu.
8837
8838 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
8839 Don't try to make last line fully visible if it is past end of window.
8840
8841 2002-12-22 Steven Tamm <steventamm@mac.com>
8842
8843 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
8844 (mac_menu_show): Add support for hierarchical popup menus.
8845 (add_menu_item): Remove indentation support.
8846 (fill_submenu, fill_menu): Create hierarchical menus
8847 instead of using indentation.
8848
8849 2002-12-22 Richard M. Stallman <rms@gnu.org>
8850
8851 * xdisp.c (try_cursor_movement): Don't call try_window here.
8852 (redisplay_window): Never redisplay minibuffer when inactive.
8853
8854 * window.c (select_window_1): Undo 9/21 change.
8855
8856 2002-12-22 Steven Tamm <steventamm@mac.com>
8857
8858 * macterm.c (XTread_socket): Call KeyTranslate for control and
8859 meta to deal correctly shifted non-alpha characters, like C-S-5
8860 being treated like C-%. Does not look for shift key to deal
8861 with masking off control-key with mac-reverse-ctrl-meta.
8862
8863 2002-12-21 Richard M. Stallman <rms@gnu.org>
8864
8865 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
8866 If it is non-nil, run timers. Use an unwind-protect to requeue
8867 the events that were read ahead.
8868 (popup_get_selection_unwind): New subroutine.
8869 (popup_get_selection_queue): File-scope variable now holds that queue.
8870 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
8871 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
8872 Use an unwind-protect to pop down the dialog box.
8873 (xdialog_show_unwind): New subroutine implements that.
8874
8875 * xdisp.c (row_containing_pos): Change exit test using last_y.
8876 (try_window_id): Abort if row_containing_pos returns null.
8877
8878 * lread.c (load_error_handler): New function.
8879 (Fload): Handle errors in Fsubstitute_in_file_name.
8880 Don't expect Fsignal to return.
8881
8882 * eval.c: Errors and throws work right with interrupt blocking.
8883 (struct catchtag): New elt interrupt_input_blocked.
8884 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
8885 (internal_catch, Fcondition_case, internal_condition_case)
8886 (internal_condition_case_1, internal_condition_case_2): Save it.
8887 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
8888
8889 * editfns.c (Fformat): Add parens.
8890
8891 * dired.c (file_name_completion): Fix that change.
8892 Delete special quit-handling code; just use QUIT.
8893
8894 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
8895
8896 * dired.c (file_name_completion): Close directory on error
8897 just as in directory_files_internal.
8898
8899 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
8900
8901 * window.c (Fset_window_configuration): Set old_point to correct
8902 value when new_current_buffer == current_buffer.
8903
8904 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
8905
8906 Revisited my earlier fix for the following entry in etc/PROBLEMS:
8907 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
8908 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
8909
8910 These changes were in part based upon suggestions made by Peter
8911 'Luna' Runestig [peter@runestig.com].
8912
8913 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
8914 g_b_init_get_token_information, g_b_init_lookup_account_sid,
8915 g_b_init_get_sid_identifier_authority ): Add several static
8916 global variables.
8917
8918 * w32.c (globals_of_w32): New function. Used to initialize those
8919 global variables that must always be initialized on startup even
8920 when the global variable initialized is non zero. Its primary
8921 purpose at this time is to set the global variables
8922 g_b_init_is_windows_9x, g_b_init_open_process_token,
8923 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
8924 g_b_init_get_sid_identifier_authority to 0 on startup.
8925 Called from main.
8926
8927 * w32.c (is_windows_9x): Perform initialization only if
8928 g_b_init_is_windows_9x is equal to 0. On initialization set
8929 g_b_init_is_windows_9x equal to 1.
8930
8931 * w32.c (open_process_token): Perform initialization only if
8932 g_b_init_open_process_token is equal to 0. On initialization set
8933 g_b_init_open_process_token equal to 1.
8934
8935 * w32.c (get_token_information): Perform initialization only if
8936 g_b_init_get_token_information is equal to 0. On initialization
8937 set g_b_init_get_token_information equal to 1.
8938
8939 * w32.c (lookup_account_sid): Perform initialization only if
8940 g_b_init_lookup_account_sid is equal to 0. On initialization
8941 set g_b_init_lookup_account_sid equal to 1.
8942
8943 * w32.c (get_sid_identifier_authority): Perform initialization
8944 only if g_b_init_get_sid_identifier_authority is equal to 0.
8945 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
8946
8947 * w32fns.c (globals_of_w32fns): New function. Used to initialize
8948 those global variables that must always be initialized on startup
8949 even when the global variable initialized is non zero.
8950 Its primary purpose at this time is to initialize the global variable
8951 track_mouse_event_fn.
8952
8953 * w32fns.c (w32_wnd_proc): Remove initialization of
8954 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
8955
8956 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
8957
8958 * w32menu.c (globals_of_w32menu): New function. Used to
8959 initialize those global variables that must always be initialized
8960 on startup even when the global variable initialized is non zero.
8961 Its primary purpose at this time is to initialize the global
8962 variables get_menu_item_info and set_menu_item_info.
8963
8964 * w32menu.c (initialize_frame_menubar): Remove initialization of
8965 get_menu_item_info and set_menu_item_info.
8966
8967 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
8968
8969 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
8970 Declare them.
8971
8972 * emacs.c (main): Call globals_of_w32 prior to calling
8973 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
8974 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
8975 is defined.
8976
8977 * w32term.c (x_update_window_begin): Fix Windows API error
8978 detected by BoundsChecker. Test to determine if
8979 w32_system_caret_hwnd is NULL prior to attempting to use
8980 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
8981
8982 * w32term.c (x_update_window_end): Fix Windows API error
8983 detected by BoundsChecker. Test to determine if
8984 w32_system_caret_hwnd is NULL prior to attempting to use
8985 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
8986
8987 2002-12-17 Kenichi Handa <handa@m17n.org>
8988
8989 * coding.c (coding_system_require_warning): New variable.
8990 (syms_of_coding): DEFVAR it.
8991
8992 * coding.h (coding_system_require_warning): Extern it.
8993
8994 * fileio.c (choose_write_coding_system): Even if
8995 Vcoding_system_for_write is non-nil, if
8996 coding_system_require_warning is nonzero, call
8997 Vselect_safe_coding_system_function.
8998
8999 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
9000
9001 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
9002 (lisp): Add font-core.
9003
9004 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
9005
9006 * textprop.c (text_read_only): New arg `propval'.
9007 (get_char_property_and_overlay): Remove unused var `next_overlay'.
9008 (verify_interval_modification): Use text_read_only's new arg.
9009
9010 2002-12-13 Kenichi Handa <handa@m17n.org>
9011
9012 * coding.c (Funencodable_char_position): Set pend correctly.
9013
9014 2002-12-12 Jason Rumney <jasonr@gnu.org>
9015
9016 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
9017 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
9018 Be more careful about when help_events are generated.
9019
9020 2002-12-12 Steven Tamm <steventamm@mac.com>
9021
9022 * macterm.c (mac_check_for_quit_char): Correctly set the
9023 modifiers of the event to 0.
9024 * mac.c (sys_select): Duplicate rfds before calling select to
9025 ensure that rfds survive the while loop.
9026
9027 2002-12-11 Kim F. Storm <storm@cua.dk>
9028
9029 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
9030 row_containing_pos returned NULL.
9031
9032 2002-12-10 Steven Tamm <steventamm@mac.com>
9033
9034 * mac.c (sys_read): Fix sys_read to not call select if IO is
9035 non-blocking.
9036 (sys_select): Fix sys_select to not use a timeout larger than
9037 the one given.
9038
9039 2002-12-10 Juanma Barranquero <lektu@terra.es>
9040
9041 * editfns.c (Fformat): Use alloca, not _alloca.
9042
9043 2002-12-09 Richard M. Stallman <rms@gnu.org>
9044
9045 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
9046 as the last thing.
9047
9048 2002-12-09 Dave Love <fx@gnu.org>
9049
9050 * s/sol2-8.h: Removed. (Not necessary.)
9051
9052 2002-12-09 Matthew Swift <swift@alum.mit.edu>
9053
9054 * editfns.c (Fformat): Handle precision in string conversion
9055 specifiers like libc functions do (ie, print at most that many
9056 characters).
9057
9058 2002-12-08 Richard M. Stallman <rms@gnu.org>
9059
9060 * xdisp.c (row_containing_pos): Check more carefully
9061 whether charpos is really in the row before returning it.
9062
9063 2002-12-07 Steven Tamm <steventamm@mac.com>
9064
9065 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
9066
9067 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
9068 each stack frame. This may change as it could be time consuming.
9069
9070 * macterm.c (mac_check_for_quit_char, quit_char_comp)
9071 (init_quit_char_handler, mac_determine_quit_char_modifiers)
9072 (mac_initialize): Add code to check for pressing of quit_char
9073 in the OS event queue.
9074
9075 * mac.c (sys_select): Call mac_check_for_quit_char every second
9076 while blocking on select.
9077
9078 * mac.c (sys_read): Use sys_select to test for input first
9079 before calling read, to allow C-g to break.
9080
9081 2002-12-07 Richard M. Stallman <rms@gnu.org>
9082
9083 * minibuf.c (Fcompleting_read): Doc fix.
9084
9085 * lread.c (syms_of_lread) <load-history>: Doc fix.
9086
9087 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
9088
9089 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
9090 autoload.
9091
9092 * data.c (Fdefalias): Record in load-history redefining an autoload.
9093
9094 * alloca.c: Undo ifdef change accidentally made on 12-04.
9095
9096 2002-12-06 Francesco Potorti` <pot@gnu.org>
9097
9098 * xfns.c (png_load): Avoid double gamma correction for PNG images.
9099
9100 2002-12-04 Richard M. Stallman <rms@gnu.org>
9101
9102 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
9103
9104 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
9105
9106 * alloca.c: Don't use #error.
9107
9108 2002-12-03 Dave Love <fx@gnu.org>
9109
9110 * buffer.c (Qucs_set_table_for_input): New.
9111 (Fget_buffer_create): Use it.
9112 (Qset_buffer_major_mode_hook): Deleted.
9113 (Fset_buffer_major_mode): Revert previous change.
9114 (init_buffer_once): Intern ucs-set-table-for-input.
9115 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
9116 Add &Qucs_set_table_for_input.
9117
9118 2002-12-03 Andreas Schwab <schwab@suse.de>
9119
9120 * callint.c (Fcall_interactively): Use next_event only if less
9121 than key_count.
9122
9123 2002-12-02 Andrew Choi <akochoi@shaw.ca>
9124
9125 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
9126 names to 255 characters.
9127
9128 * macterm.c (XTread_socket): If all frames have been collapsed,
9129 expand the first one before handling drag-and-drop events.
9130
9131 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
9132 which is detected by autoconf.
9133
9134 2002-12-01 Steven Tamm <steventamm@mac.com>
9135
9136 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
9137 offset in two hints table to allow prebinding to be redone and
9138 allow the executable to be stripped.
9139
9140 2002-11-29 Dave Love <fx@gnu.org>
9141
9142 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
9143 already provided.
9144
9145 2002-11-29 Richard M. Stallman <rms@gnu.org>
9146
9147 * xdisp.c (start_display): Check more intelligently for
9148 whether the line is continued.
9149 (move_it_vertically_backward): Clear it->continuation_lines_width.
9150
9151 2002-11-28 Dave Love <fx@gnu.org>
9152
9153 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
9154 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
9155
9156 2002-11-27 Steven Tamm <steventamm@mac.com>
9157
9158 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
9159 more descriptive error output from lread.c:Fload upon most require
9160 cycles during boostrapping.
9161
9162 2002-11-27 Jason Rumney <jasonr@gnu.org>
9163
9164 * fileio.c (Finsert_file_contents): Give a more appropriate error
9165 for files bigger than 2Gb when off_t is 32 bit.
9166
9167 * dired.c (Ffile_attributes): Don't return negative file sizes for
9168 files bigger than 2Gb when off_t is 32 bit.
9169
9170 2002-11-27 Dave Love <fx@gnu.org>
9171
9172 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
9173
9174 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
9175 Test GETPGRP_VOID instead.
9176 [BSD_TERMIOS]: Remove definitions (never used).
9177
9178 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
9179 Don't define.
9180 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
9181
9182 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
9183
9184 2002-11-25 Jason Rumney <jasonr@gnu.org>
9185
9186 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
9187 supported.
9188
9189 2002-11-25 Dave Love <fx@gnu.org>
9190
9191 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
9192
9193 * Makefile.in (TEMACS_LDFLAGS): Update last change.
9194
9195 2002-11-25 Andreas Schwab <schwab@suse.de>
9196
9197 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
9198
9199 2002-11-24 Steven Tamm <steventamm@mac.com>
9200
9201 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
9202 determine the size of pointers alloced in unexed space instead
9203 of using possibly invalid emacs_zone pointers. This fixes the
9204 binary incompatibility problems caused by updates to libSystem.B.
9205
9206 2002-11-24 Richard M. Stallman <rms@gnu.org>
9207
9208 * search.c (Fstring_match): Doc fix.
9209
9210 * callint.c (Fcall_interactively): If a command fails because
9211 `*' detects a read-only buffer, but RECORD_FLAG is set,
9212 record it anyway if the args don't actually do tty input.
9213
9214 2002-11-22 Dave Love <fx@gnu.org>
9215
9216 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
9217
9218 * keyboard.c (interrupt_signal): Provide forward declaration.
9219 (kbd_buffer_store_event): Don't declare interrupt_signal.
9220
9221 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
9222
9223 2002-11-21 Richard M. Stallman <rms@gnu.org>
9224
9225 * eval.c (interactive_p): Skip any number of bytecode
9226 and special form frames, in any order.
9227
9228 2002-11-20 Jason Rumney <jasonr@gnu.org>
9229
9230 * w32fns.c (convert_mono_to_color_image): New function.
9231 (xbm_load, xbm_load_image): Use it when foreground or background
9232 is explicitly set.
9233
9234 2002-11-19 Dave Love <fx@gnu.org>
9235
9236 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
9237
9238 2002-11-18 Jason Rumney <jasonr@gnu.org>
9239
9240 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
9241 (XPutPixel): Swap blue and red.
9242 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
9243 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
9244 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
9245 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
9246
9247 2002-11-18 Dave Love <fx@gnu.org>
9248
9249 * m/orion105.h (HAVE_ALLOCA): Don't define.
9250
9251 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
9252
9253 * m/intel386.h: Don't include alloca.h or define alloca.
9254
9255 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
9256 malloc, realloc, calloc.
9257
9258 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
9259 (bcmp): Don't define.
9260
9261 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
9262
9263 * m/amdahl.h: Don't define LIB_STANDARD.
9264
9265 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
9266
9267 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
9268
9269 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
9270 Don't include alloca.h.
9271
9272 * s/aix3-2.h (HAVE_FSYNC): Don't define.
9273
9274 * regex.c (_GNU_SOURCE): Don't define.
9275
9276 * process.c (_GNU_SOURCE): Don't define.
9277
9278 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
9279
9280 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
9281
9282 * s/sol2-8.h: Include sol2-6.h.
9283
9284 2002-11-18 Miles Bader <miles@gnu.org>
9285
9286 * dispextern.h (struct face): Add `overstrike' field.
9287 * xterm.c (x_draw_glyph_string_foreground)
9288 (x_draw_composite_glyph_string_foreground): Implement overstriking.
9289 * xfaces.c (load_face_font): Set `face->overstrike' based on
9290 result from choose_face_font.
9291 (best_matching_font, choose_face_font): Add `needs_overstrike'
9292 argument, and use it to return whether overstriking is desirable
9293 for this face/font combo.
9294 (set_font_frame_param: Pass new argument to choose_face_font.
9295
9296 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
9297
9298 This change is my fix for the following entry in etc/PROBLEMS:
9299 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
9300 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
9301
9302 * w32.c: Added wrapper functions around the win32 API functions
9303 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
9304 GetSidIdentifierAuthority. These wrapper functions serve two
9305 purposes:
9306 1. They ensure that the wrapped function can never be called
9307 when Emacs is running on an operating system on which they are
9308 not supported (Microsoft Windows 95 / 98 / ME).
9309 2. They call the wrapped functions via function pointers rather
9310 than calling them directly. This avoids taking advantage of the
9311 undocumented fact that although these functions are not supported
9312 in the 9x branch of Microsoft Windows, the functions do exist in
9313 the version of advapi32.dll that is found in the 9x branch of
9314 Microsoft Windows.
9315
9316 * w32.c (init_user_info): Replace the calls to the win32 API
9317 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
9318 and GetSidIdentifierAuthority with calls to the newly added
9319 wrapper functions.
9320
9321 * w32.h: Added extern declarations for the following functions:
9322 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
9323 syms_of_w32menu, and void syms_of_fontset.
9324
9325 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
9326 function pointer track_mouse_event_fn in the handler for the
9327 WM_SETFOCUS message.
9328
9329 * w32menu.c (initialize_frame_menubar): Add code to
9330 reinitialize the function pointers set_menu_item_info and
9331 get_menu_item_info.
9332
9333 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
9334
9335 * sound.c: Added a partial implementation of play-sound-internal
9336 for Microsoft Windows. Added various #ifdef / #else / #endif
9337 code blocks to separate the code that will compile under
9338 Microsoft Windows from the code that is specific to Gnu/Linux.
9339 Moved several blocks of code around to make this separation of code
9340 into Windows compatible and Gnu/Linux compatible code blocks easier.
9341
9342 * makefile.w32-in: Include sound.c and link with WinMM.lib.
9343
9344 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
9345 added support for play-sound-internal under Windows would be
9346 included in the build of Emacs.
9347
9348 2002-11-16 Jason Rumney <jasonr@gnu.org>
9349
9350 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
9351
9352 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
9353
9354 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
9355
9356 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
9357 (adjust_point_for_property): Move out of display and invisible even if
9358 we were already inside before (in case a property was added while
9359 we weren't looking). Be more careful when handling invisible props.
9360 Skip invisible text as if it really wasn't there at all.
9361
9362 2002-11-15 Jason Rumney <jasonr@gnu.org>
9363
9364 * w32term.c (x_draw_image_foreground)
9365 (w32_draw_image_foreground_1): Use standard copy and invert
9366 operations to draw images.
9367
9368 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
9369 depth of 1.
9370 (xbm_read_bitmap_data): Invert bits as xbm is read in.
9371 (XPutPixel): Don't invert bits here.
9372
9373 2002-11-15 Jason Rumney <jasonr@gnu.org>
9374
9375 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
9376 (w32_draw_image_foreground_1): Handle image masks.
9377 (x_draw_image_glyph_string): Don't BitBlt transparently.
9378
9379 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
9380 (x_from_xcolors): Adjust RGB values for W32.
9381 (image_background, image_background_transparent)
9382 (postprocess_image, x_to_xcolors, x_disable_image)
9383 (x_build_heuristic_mask): Adapt for W32 and enable.
9384 (x_create_x_image_and_pixmap): Mark images with palettes as such.
9385 (xbm_load): Remove unused variable.
9386
9387 2002-11-14 Richard M. Stallman <rms@gnu.org>
9388
9389 * buffer.c (syms_of_buffer): Doc fix.
9390
9391 2002-11-14 Dave Love <fx@gnu.org>
9392
9393 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
9394
9395 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
9396 * xmenu.c (unuse_menu_items, digest_single_submenu):
9397 * xfns.c (x_put_x_image):
9398 * xdisp.c (message2_nolog, set_message):
9399 * undo.c (record_point):
9400 * terminfo.c (tparam):
9401 * syntax.c (scan_sexps_forward):
9402 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
9403 * composite.c (update_compositions):
9404 * cm.c (calccost, cmgoto):
9405 * charset.c (c_string_width): Declare all args (per C99).
9406
9407 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
9408
9409 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
9410 Don't declare.
9411
9412 * emacs.c (main) [!VMS]: Avoid third arg.
9413
9414 * fns.c (Fcopy_sequence): Doc fix.
9415 (Fmap_char_table): Cast `call2'.
9416
9417 2002-11-14 Francesco Potorti` <pot@gnu.org>
9418
9419 * s/sol2-8.h: New file.
9420
9421 2002-11-14 Kim F. Storm <storm@cua.dk>
9422
9423 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
9424 dependency on `risky-local-variable' and the :propertize form.
9425
9426 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
9427
9428 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
9429
9430 * syntax.c (scan_sexps_forward): Undo last patch.
9431 Use a more obvious fix: check eob before updating the syntax table.
9432
9433 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
9434
9435 * syntax.c (scan_sexps_forward): Update syntax table before reading
9436 a char rather than after so we don't update the table past eob.
9437
9438 2002-11-09 Dave Love <fx@gnu.org>
9439
9440 * buffer.c (Fset_buffer_major_mode): Fix last change.
9441
9442 * regex.c (regexec): Fix pmatch declaration.
9443
9444 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
9445
9446 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
9447 to self-inserting characters.
9448 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
9449
9450 * coding.c (Vtranslation_table_for_input): New.
9451 (syms_of_coding): DEFVAR it.
9452
9453 2002-11-08 Juanma Barranquero <lektu@terra.es>
9454
9455 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
9456 window.
9457
9458 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9459
9460 * process.c (Fformat_network_address): Remove unused locals p,
9461 cp, and i.
9462
9463 2002-11-06 Dave Love <fx@gnu.org>
9464
9465 * buffer.c (Qset_buffer_major_mode_hook): New.
9466 (Fset_buffer_major_mode): Use it.
9467
9468 2002-11-06 Richard M. Stallman <rms@gnu.org>
9469
9470 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
9471 and stop_polling.
9472
9473 * process.c (wait_reading_process_input):
9474 Test POLLING_PROBLEM_IN_SELECT, not hpux.
9475 Avoid initialization for auto Lisp_Object var.
9476
9477 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
9478
9479 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
9480
9481 2002-11-05 Richard M. Stallman <rms@gnu.org>
9482
9483 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
9484
9485 * callint.c (Fcall_interactively): New local filter_specs.
9486 (Fcall_interactively): Check for progn as well as let.
9487 Add a gcpro.
9488 (Qprogn): New variable.
9489 (syms_of_callint): Staticpro and init Qprogn.
9490
9491 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
9492
9493 * lread.c (Feval_buffer): Doc fix.
9494
9495 2002-11-04 Dave Love <fx@gnu.org>
9496
9497 * keyboard.c (read_char): Always translate iff
9498 Vkeyboard_translate_table is a char table and c is valid.
9499
9500 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
9501 and fix C types.
9502
9503 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
9504
9505 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
9506
9507 * editfns.c (get_pos_property): Don't hardcode Qfield.
9508
9509 * keyboard.c (adjust_point_for_property): Handle `display' prop on
9510 overlays. Also handle `invisible' prop.
9511
9512 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
9513
9514 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
9515 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
9516
9517 2002-11-01 Andreas Schwab <schwab@suse.de>
9518
9519 * editfns.c (Fmessage): Revert last change to properly handle %%.
9520
9521 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
9522
9523 * xmenu.c (unuse_menu_items): New fun.
9524 (menu_items_inuse): New var.
9525 (syms_of_xmenu): Initialize it.
9526 (init_menu_items): Use it to detect re-entrance.
9527 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
9528 (Fx_popup_menu): Remove spurious XSETFRAME.
9529
9530 * editfns.c (find_field): Make an exception for nil fields.
9531
9532 2002-11-01 Dave Love <fx@gnu.org>
9533
9534 * m/gec63.h: Deleted.
9535
9536 2002-10-31 Dave Love <fx@gnu.org>
9537
9538 * xterm.c (XTread_socket): Fix last change.
9539 (xaw_scroll_callback): Cast call_data to long to avoid warning.
9540
9541 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
9542
9543 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
9544
9545 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
9546
9547 * editfns.c (overlays_around, get_pos_property): New funs.
9548 (find_field): Use them.
9549 Also be careful not to modify POS before its last use.
9550 (Fmessage): Don't Fformat if there's nothing to format.
9551
9552 2002-10-30 Dave Love <fx@gnu.org>
9553
9554 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
9555 [HAVE_PTY_H]; Include pty.h.
9556
9557 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
9558
9559 * xterm.c (Qeql): Declare.
9560 (Vx_keysym_table): New.
9561 (syms_of_xterm): Initialize it.
9562 (XTread_socket): Use it. Deal with ASCII keysyms.
9563 (XSetIMValues) [HAVE_X11R6]: Prototype.
9564
9565 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
9566 (lispy_kana_keys): Comment out.
9567 (make_lispy_event) [XK_kana_A]: Comment out.
9568 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
9569 Fix sprintf call.
9570
9571 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
9572 regexp.h change).
9573 (TERMINFO, LIBS_TERMCAP): Define.
9574
9575 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
9576 (bcmp): Define conditional on HAVE_BCMP.
9577 (NO_SIOCTL_H): Don't define.
9578 (TIOCSIGSEND): Don't make conditional on IRIX6.
9579
9580 * s/sol2-5.h: Don't include strings.h.
9581 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
9582
9583 * s/irix6-0.h (IRIX6): Don't define.
9584 (bcopy, bcmp, bzero): Don't undef.
9585
9586 * s/irix6-5.h: Don't include strings.h.
9587 (IRIX6): Don't define.
9588 (bcopy, bcmp, bzero): Don't undef.
9589
9590 * syntax.c (Fforward_comment): Doc fix.
9591
9592 2002-10-29 Kim F. Storm <storm@cua.dk>
9593
9594 * process.c (Fsignal_process): Allow PROCESS to be specified by
9595 name in addition to pid (as integer or string).
9596
9597 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
9598
9599 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
9600 environments.
9601
9602 2002-10-27 Kim F. Storm <storm@cua.dk>
9603
9604 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
9605
9606 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
9607
9608 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
9609
9610 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
9611
9612 2002-10-26 Richard M. Stallman <rms@gnu.org>
9613
9614 * editfns.c (Fformat): Detect invalid format letters for floats.
9615
9616 2002-10-25 Kenichi Handa <handa@m17n.org>
9617
9618 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
9619 (x_set_title): Likewise.
9620
9621 2002-10-25 Juanma Barranquero <lektu@terra.es>
9622
9623 * macgui.h:
9624 * w32gui.h: Remove definition of XColor.
9625
9626 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
9627
9628 2002-10-24 Kim F. Storm <storm@cua.dk>
9629
9630 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
9631 Callers changed (supply dummy arg).
9632
9633 * lisp.h (get_window_cursor_type): Update prototype.
9634
9635 * w32term.c (x_display_and_set_cursor): Get active_cursor from
9636 get_window_cursor_type to track system caret.
9637
9638 2002-10-24 Kim F. Storm <storm@cua.dk>
9639
9640 * process.c (Fformat_network_address): New function.
9641 (syms_of_process): Defsubr it.
9642 (list_processes_1): Use it to format :local/:remote address if
9643 service/host is not set; before Emacs would crash in that case.
9644 (Fmake_network_process): Don't use Ffind_operation_coding_system
9645 to setup coding system if host or service is not set.
9646
9647 2002-10-23 Juanma Barranquero <lektu@terra.es>
9648
9649 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
9650
9651 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
9652 COLORREF.
9653
9654 * macgui.h:
9655 * w32gui.h: Add definition of XColor.
9656
9657 * macfns.c:
9658 * w32fns.c:
9659 * xfaces.c: Remove definition of XColor.
9660
9661 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
9662
9663 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
9664
9665 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
9666 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
9667 window if it is dedicated.
9668 (Fshrink_window): Add preserve_before as was done for enlarge_window.
9669 (Vspecial_display_function): Update docstring.
9670
9671 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
9672 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
9673 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
9674
9675 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
9676
9677 * casefiddle.c (casify_region): Don't treat a prefix char as part
9678 of a word when at the beginning.
9679
9680 2002-10-17 Juanma Barranquero <lektu@terra.es>
9681
9682 * lread.c (syms_of_lread): Fix typos.
9683
9684 2002-10-17 Dave Love <fx@gnu.org>
9685
9686 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
9687
9688 2002-10-16 Richard M. Stallman <rms@gnu.org>
9689
9690 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
9691
9692 2002-10-14 Juanma Barranquero <lektu@terra.es>
9693
9694 * w16select.c (syms_of_win16select): Fix docstring for
9695 `selection-coding-system'.
9696
9697 * w32select.c (syms_of_w32select): Likewise.
9698
9699 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
9702 a backslash-quoted char.
9703 (scan_lists, scan_sexps_forward): Pacify the compiler.
9704
9705 2002-10-13 Richard M. Stallman <rms@gnu.org>
9706
9707 * window.c (window_scroll): Set immediate_quit.
9708
9709 * print.c (print): When backquote form is the car of a list,
9710 output in old style. Use old_backquote_output to output all
9711 comma forms inside it in old style too.
9712
9713 * buffer.h (struct buffer): Move `undo_list' down below `name'.
9714
9715 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
9716
9717 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
9718 batch mode).
9719
9720 * lread.c (Fload): Doc fix (load-suffixes).
9721
9722 2002-10-10 Steven Tamm <steventamm@mac.com>
9723
9724 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
9725 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
9726 Also switch the default to Qnil from Qt.
9727
9728 2002-10-08 Kenichi Handa <handa@m17n.org>
9729
9730 * coding.c (code_convert_region): When we need more GAP for
9731 conversion, pay attention to the case that coding->produced is not
9732 greater than coding->consumed.
9733
9734 2002-10-07 Richard M. Stallman <rms@gnu.org>
9735
9736 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
9737
9738 2002-10-06 Andrew Choi <akochoi@shaw.ca>
9739
9740 * macmenu.c (mac_menu_show): Add j to count menu items; match
9741 menu_item_selection to it to find selected item.
9742
9743 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9744
9745 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
9746 cases. The correct fix is to pass ReparentNotify to Xt.
9747 The shell widget interprets ConfigureNotify differently depending
9748 on if it has been reparented or not.
9749
9750 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
9751
9752 * editfns.c (Fformat_time_string): Doc fix.
9753
9754 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
9755
9756 * fns.c (Flength): Doc fix.
9757
9758 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
9759
9760 * keyboard.c (keyremap): New struct.
9761 (read_key_sequence): Use it: globally replace keytran_foo with
9762 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
9763 keytran_next and fkey_next to just `next'.
9764
9765 2002-10-04 Steven Tamm <steventamm@mac.com>
9766
9767 * macterm.c (keycode_to_xkeysym_table): Change return to be
9768 treated like an X keysym.
9769
9770 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9771
9772 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
9773 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
9774 This is to also handle x/y changes that occur because of a resize.
9775
9776 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
9777
9778 * frame.c (Vdelete_frame_functions): New variable.
9779 (syms_of_frame): Initialize and defvar it.
9780 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
9781 it when frame's `tooltip' parameter is non-nil.
9782
9783 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
9784
9785 * w32fns.c (x_create_tip_frame): Likewise.
9786
9787 * macfns.c (x_create_tip_frame): Likewise.
9788
9789 2002-09-30 Kenichi Handa <handa@m17n.org>
9790
9791 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
9792 -1 before calling ccl_driver.
9793
9794 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
9795 Only when it is non-nil, handle composition sequence.
9796 (setup_coding_system) <0>: Don't force composition handling.
9797
9798 * Makefile.in (lisp, shortlisp): Add utf-16.elc
9799
9800 2002-09-29 Richard M. Stallman <rms@gnu.org>
9801
9802 * search.c (Freplace_match): Adjust match data for the substitution
9803 just made in the buffer.
9804
9805 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
9806 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
9807
9808 2002-09-27 Richard M. Stallman <rms@gnu.org>
9809
9810 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
9811 (read_char): Use them. Do all exits thru the end of the function.
9812
9813 2002-09-27 Kenichi Handa <handa@etl.go.jp>
9814
9815 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
9816 is nil.
9817
9818 2002-09-26 Richard M. Stallman <rms@gnu.org>
9819
9820 * regex.h (__restrict_arr): Don't define if already defined.
9821
9822 * coding.c (run_pre_post_conversion_on_str):
9823 Save and restore Vdeactivate_mark.
9824
9825 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
9826
9827 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
9828
9829 2002-09-26 Kenichi Handa <handa@etl.go.jp>
9830
9831 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
9832 nonzero, try face's family at first. Otherwise try FAMILY at first.
9833 (choose_face_font): If C is a single byte char or latin-1, call
9834 try_font_list with PREFER_FACE_FAMILY 1.
9835
9836 2002-09-21 Richard M. Stallman <rms@gnu.org>
9837
9838 * window.c (select_window_1): Don't select frame.
9839 Set frame's selected window only when frame itself is selected.
9840 (Fselect_window): Doc fix.
9841
9842 2002-09-18 Kim F. Storm <storm@cua.dk>
9843
9844 * process.c (make-network-process): Doc fix (there is no
9845 network-server-log-function hook).
9846
9847 2002-09-18 Richard M. Stallman <rms@gnu.org>
9848
9849 * print.c (print): Clear out the unused parts of Vprint_number_table.
9850 (syms_of_print): Doc fix for `print-number-table'.
9851
9852 * unexelf.c (unexec): Undo previous change.
9853
9854 2002-09-17 Andreas Schwab <schwab@suse.de>
9855
9856 * m/alpha.h [LINUX]: Don't define DATA_START.
9857
9858 2002-09-16 Dave Love <fx@gnu.org>
9859
9860 * unexelf.c (unexec): Deal with .got, reinstating change from
9861 25-08-1999.
9862
9863 2002-09-13 Richard M. Stallman <rms@gnu.org>
9864
9865 * s/sol2-6.h (UNEXEC): Comment out definition.
9866
9867 * unexsol.c (unexec): Don't downcase first letter of error msg.
9868
9869 * xfaces.c (Fcolor_supported_p): Just one arg is required.
9870
9871 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
9872
9873 * unexsol.c: Include buffer.h, charset.h, coding.h.
9874
9875 2002-09-11 Richard M. Stallman <rms@gnu.org>
9876
9877 * unexsol.c: Don't use report_file_error; do it by hand
9878 using dlerror.
9879
9880 * process.c (wait_reading_process_input, both versions):
9881 Before calling turn_on_atimers, call stop_polling.
9882
9883 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
9884
9885 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
9886 we go to too_near_end, call clear_glyph_matrix.
9887 (redisplay_window): After make_cursor_line_fully_visible,
9888 call clear_glyph_matrix and bypass `goto done'.
9889
9890 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
9891 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
9892
9893 2002-09-10 Richard M. Stallman <rms@gnu.org>
9894
9895 * fileio.c (Fdo_auto_save): Catch error making directory.
9896 Only call push_message if we need to.
9897 At the same time, make an unwind-protect to pop it.
9898 Rename local message_p to old_message_p.
9899 (do_auto_save_make_dir, do_auto_save_eh): New functions.
9900 (do_auto_save_unwind): Don't call pop_message.
9901
9902 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
9903
9904 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
9905
9906 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
9907
9908 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
9909
9910 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
9911
9912 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
9913 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
9914 (re_match_2_internal): Be more careful with infinite loops.
9915
9916 2002-09-10 Kim F. Storm <storm@cua.dk>
9917
9918 * macros.c (end_kbd_macro): New function.
9919 (Fend_kbd_macro): Use it.
9920
9921 * macros.h (end_kbd_macro): Declare extern.
9922
9923 * keyboard.c (Fdiscard_input): If defining keyboard macro,
9924 end and save it instead of discarding it.
9925
9926 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
9927
9928 * s/sol2-6.h: Fix typo. Add comment.
9929
9930 2002-09-09 Richard M. Stallman <rms@gnu.org>
9931
9932 * regex.c (regnum_t): Use signed int, not unsigned int.
9933
9934 * s/sol2-6.h: New file.
9935
9936 * s/sol2-5.h (UNEXEC): Definition deleted.
9937
9938 2002-09-08 Kim F. Storm <storm@cua.dk>
9939
9940 * macros.c (executing_macro_index): Change type to EMACS_INT.
9941 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
9942
9943 * macros.h (executing_macro_index): Change type to EMACS_INT.
9944
9945 2002-09-06 Richard M. Stallman <rms@gnu.org>
9946
9947 * casetab.c (set_case_table): Make canon table point to eqv table.
9948
9949 2002-09-06 Juanma Barranquero <lektu@terra.es>
9950
9951 * coding.c (syms_of_coding): Fix spacing.
9952
9953 * composite.c (Fcompose_region_internal)
9954 (Fcompose_string_internal): Likewise.
9955
9956 * data.c (Flsh): Likewise.
9957
9958 * fontset.c (Fset_fontset_font): Likewise.
9959
9960 * macfns.c (Fx_server_max_request_size): Likewise.
9961
9962 * w16select.c (syms_of_win16select): Likewise.
9963
9964 * w32select.c (syms_of_w32select): Likewise.
9965
9966 * xselect.c (syms_of_xselect): Likewise.
9967
9968 2002-09-05 Richard M. Stallman <rms@gnu.org>
9969
9970 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
9971 call EXTEND_RANGE_TABLE and return a proper value.
9972 (set_image_of_range): Don't call set_image_of_range_1
9973 if no TRANSLATE or if range includes all of Latin-1.
9974 Only call it for the Latin-1 part of the range.
9975 For other cases, make two separate ranges,
9976 one for the original specified characters and one for
9977 their case-conversions.
9978
9979 2002-09-04 Richard M. Stallman <rms@gnu.org>
9980
9981 * s/sol2-5.h (UNEXEC): Use unexsol.o.
9982
9983 * window.c (displayed_window_lines): Correct for one-off bug
9984 in HEIGHT on non-window displays.
9985
9986 * regex.c (set_image_of_range_1): New function.
9987 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
9988 Return a value to indicate running out of memory.
9989 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
9990 (extend_range_table_work_area): New subroutine.
9991 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
9992 Different calling conventions, and used from set_image_of_range{,_1}.
9993 (IMMEDIATE_QUIT_CHECK): Definitions moved.
9994
9995 2002-09-04 Juanma Barranquero <lektu@terra.es>
9996
9997 * makefile.w32-in: All dependencies updated.
9998
9999 2002-09-01 Richard M. Stallman <rms@gnu.org>
10000
10001 * unexsol.c: New file.
10002
10003 * xfns.c (Qbox): Declare external, don't define.
10004
10005 * xdisp.c (redisplay_window) <force-start case>:
10006 If point is on semi-visible last line, reposition
10007 it at previous line.
10008
10009 * alloc.c (display_malloc_warning): Use display-warning.
10010 (malloc_warning_1): Function deleted.
10011
10012 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
10013
10014 * lread.c (read1): Handle #! by skipping the line.
10015
10016 2002-08-31 Richard M. Stallman <rms@gnu.org>
10017
10018 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
10019 Don't include LDFLAGS.
10020 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
10021
10022 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
10023
10024 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
10025 member of x_display_info unless we compile for some window system.
10026
10027 2002-08-31 Kim F. Storm <storm@cua.dk>
10028
10029 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
10030 (get_window_cursor_type): Don't use them.
10031 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
10032
10033 2002-08-30 Kenichi Handa <handa@etl.go.jp>
10034
10035 * xdisp.c (get_next_display_element): Fix previous change.
10036
10037 2002-08-30 Andrew Choi <akochoi@shaw.ca>
10038
10039 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
10040 (expose_window): Use it to fix the display of overlapping
10041 rows (merge code from xterm.c).
10042
10043 * macfns.c (Qbox): Add extern declaration.
10044
10045 2002-08-30 Juanma Barranquero <lektu@terra.es>
10046
10047 * w32fns.c (Qbox): Make extern.
10048 (syms_of_w32fns): Remove initialization of Qbox.
10049
10050 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
10051
10052 * xfns.c (Fx_open_connection): Fix error message.
10053
10054 2002-08-30 Kim F. Storm <storm@cua.dk>
10055
10056 The following changes consolidates the handling of the cursor
10057 type in xdisp.c, moving duplicate code and functionality from
10058 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
10059
10060 * frame.h (enum text_cursor_kinds): Consolidated here.
10061 Added DEFAULT_CURSOR value.
10062 (struct frame) <desired_cursor, cursor_width>
10063 <blink_off_cursor, blink_off_cursor_width>: New fields.
10064 Consolidated from output_x, output_w32 and output_mac structs.
10065 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
10066 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
10067
10068 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
10069 Variables consolidated here.
10070 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
10071 (Vcursor_in_non_selected_windows): Renamed from
10072 cursor_in_non_selected_windows and changed to Lisp_Object.
10073 (syms_of_xdisp): Define and staticpro new and moved variables.
10074 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
10075 consolidated here. Recognize Qhollow setting.
10076 (set_frame_cursor_types): New function to set frame cursor types
10077 based on the frame parameters.
10078 (get_window_cursor_type): New function to calculate new cursor
10079 type and width for the specified window. Based on duplicated
10080 code consolidated here.
10081 Enhancements: cursor-in-non-selected-windows may be a cursor type,
10082 check buffer-local alternate-cursor-type and blink-cursor-alist
10083 before using built-in blink off methods.
10084
10085 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
10086
10087 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
10088 (get_specified_cursor_type, get_window_cursor_type)
10089 (set_frame_cursor_types): Added prototypes.
10090
10091 * macfns.c (x_specified_cursor_type): Removed.
10092 (x_set_cursor_type): Use set_frame_cursor_types.
10093 (Qbar, Qbox): Removed.
10094 (syms_of_macfns): Don't intern or staticpro them.
10095
10096 * macterm.c (x_specified_cursor_type): Remove prototype.
10097 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
10098 (x_display_and_set_cursor): Use get_window_cursor_type.
10099 Remove unused local variables cursor_non_selected, active_cursor.
10100 Redraw cursor if hbar cursor width changes.
10101 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
10102
10103 * macterm.h (enum text_cursor_kinds): Removed.
10104 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
10105 <blink_off_cursor, blink_off_cursor_width>: Members removed.
10106 (FRAME_DESIRED_CURSOR): Macro removed.
10107
10108 * w32fns.c (Vblink_cursor_alist): Removed.
10109 (Qbar, Qhbar, Qbox, Qhollow): Removed.
10110 (syms_of_w32fns): Don't intern, staticpro, or define them.
10111 (x_specified_cursor_type): Removed.
10112 (x_set_cursor_type): Use set_frame_cursor_types.
10113
10114 * w32term.c (x_specified_cursor_type): Remove prototype.
10115 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
10116 (x_display_and_set_cursor): Use get_window_cursor_type.
10117 Remove unused local variables cursor_off_state.
10118 Redraw cursor if hbar cursor width changes.
10119 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
10120
10121 * w32term.h (enum text_cursor_kinds): Removed.
10122 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
10123 <blink_off_cursor, blink_off_cursor_width>: Members removed.
10124 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
10125 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
10126 (struct w32_display_info) <x_highlight_frame>: Renamed member from
10127 w32_highlight_frame.
10128
10129 * xfns.c (Vblink_cursor_alist): Removed.
10130 (Qbar, Qhbar, Qbox, Qhollow): Removed.
10131 (syms_of_xfns): Don't intern, staticpro, or define them.
10132 (x_specified_cursor_type): Removed.
10133 (x_set_cursor_type): Use set_frame_cursor_types.
10134
10135 * xterm.c (x_specified_cursor_type): Remove prototype.
10136 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
10137 (x_display_and_set_cursor): Use get_window_cursor_type.
10138 Remove unused local variables cursor_off_state.
10139 Redraw cursor if hbar cursor width changes.
10140
10141 * xterm.h (enum text_cursor_kinds): Removed.
10142 (struct output_x) <current_cursor, desired_cursor, cursor_width>
10143 <blink_off_cursor, blink_off_cursor_width>: Members removed.
10144 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
10145 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
10146 (x_specified_cursor_type): Remove prototype.
10147
10148 2002-08-28 Richard M. Stallman <rms@gnu.org>
10149
10150 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
10151 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
10152 (Vblink_cursor_alist): New variable.
10153 (syms_of_w32fns): Initialize and defvar it.
10154 (x_specified_cursor_type): Recognize Qbox for filled box.
10155 Exceptions are hollow boxes.
10156 (Qbox, Qhollow): New variables.
10157 (syms_of_w32fns): Initialize and staticpro them.
10158
10159 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
10160 New macros.
10161 (struct w32_output): New fields blink_off_cursor,
10162 blink_off_cursor_width.
10163 (FRAME_CURSOR_WIDTH): New macro.
10164
10165 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
10166 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
10167
10168 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
10169 for bar cursor.
10170
10171 * w32term.c (expose_overlaps): New function.
10172 (expose_window): Use it to fix the display of overlapping rows.
10173
10174 2002-08-28 Simon Josefsson <jas@extundo.com>
10175
10176 * xfns.c (Fx_open_connection): Improve help when X connection
10177 fails, xhost is insecure and xauth is better.
10178
10179 2002-08-28 Juanma Barranquero <lektu@terra.es>
10180
10181 * makefile.w32-in: Add missing dependencies on w32term.h and
10182 composite.h.
10183
10184 * emacs.c (USAGE1): Add missing newline.
10185
10186 2002-08-27 Andrew Choi <akochoi@shaw.ca>
10187
10188 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
10189
10190 2002-08-27 Richard M. Stallman <rms@gnu.org>
10191
10192 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
10193 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
10194 (Vblink_cursor_alist): New variable.
10195 (syms_of_xfns): Initialize and defvar it.
10196 (x_specified_cursor_type): Recognize Qbox for filled box.
10197 Exceptions are hollow boxes.
10198 (Qbox, Qhollow): New variables.
10199 (syms_of_xfns): Initialize and staticpro them.
10200
10201 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
10202 New macros.
10203 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
10204
10205 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
10206 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
10207
10208 * emacs.c (main): Handle --script.
10209 (USAGE1): Mention --script.
10210 (standard_args): Define sort order for --script.
10211
10212 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
10213
10214 * xdisp.c (redisplay_updating_p): Variable removed.
10215 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
10216 New variables.
10217 (init_iterator): Don't free realized faces if
10218 inhibit_free_realized_faces is set.
10219 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
10220 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
10221 initialize Qinhibit_free_realized_faces.
10222
10223 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
10224 when iterator is adding glyphs to a glyph matrix.
10225
10226 2002-08-27 Kenichi Handa <handa@etl.go.jp>
10227
10228 * xdisp.c (get_next_display_element): In unibyte case, don't use
10229 octal form for such eight-bit characters that can be converted to
10230 multibyte char.
10231
10232 2002-08-26 Kim F. Storm <storm@cua.dk>
10233
10234 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
10235 foreground and background colors. From Joe Buehler.
10236
10237 2002-08-26 Miles Bader <miles@gnu.org>
10238
10239 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
10240
10241 2002-08-25 Andrew Choi <akochoi@shaw.ca>
10242
10243 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
10244 defined instead of MAC_OSX.
10245
10246 * s/darwin.h (select): Define select to sys_select only if
10247 HAVE_CARBON is defined.
10248 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
10249 (DONT_REOPEN_PTY): #def it.
10250
10251 * macterm.c (XTread_socket): Remove code to call
10252 SendEventToEventTarget for keys with command modifiers when
10253 mac_command_key_is_meta is nil.
10254
10255 2002-08-24 Andreas Schwab <schwab@suse.de>
10256
10257 * eval.c (Fdefvar): Fix last change.
10258
10259 2002-08-23 Richard M. Stallman <rms@gnu.org>
10260
10261 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
10262 Record variables in load history as (defvar . VAR).
10263 (Fdefvar): Don't record in load history if no initial value.
10264 (Qdefvar): New variable.
10265 (syms_of_eval): Init and staticpro it.
10266
10267 * lread.c (syms_of_lread): Doc fix.
10268 (build_load_history): Use Fmember to see if a definition
10269 is already in the Vload_history element.
10270
10271 * process.c (Fstart_process): Remove /: from program name.
10272
10273 * emacs.c (decode_env_path): Don't add /: if file name handler
10274 has a `safe-magic' property.
10275
10276 * callproc.c (Fcall_process): Remove /: from program name.
10277
10278 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
10279
10280 * regex.c (PATFETCH): Remove the translating fetch.
10281 (PATFETCH_RAW): Rename to PATFETCH.
10282 (set_image_of_range): New fun.
10283 (SET_RANGE_TABLE_WORK_AREA): Use it.
10284 (regex_compile): Don't translate the pattern chars so eagerly.
10285 Only do it when inserting an `exactn' bytecode or when handling
10286 a char-range.
10287 (mutually_exclusive_p): Avoid empty statement.
10288
10289 2002-08-22 Kim F. Storm <storm@cua.dk>
10290
10291 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
10292 end up on a partially visible line; this reverts a specific part
10293 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
10294 display error which has been reported several times now.
10295 However it introduces the problem that changes was supposed to fix.
10296 See my comments in the source if you want to debug this further.
10297
10298 2002-08-20 Kenichi Handa <handa@etl.go.jp>
10299
10300 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
10301
10302 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
10303
10304 * msdos.c (croak): Add `void' to definition.
10305
10306 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
10307 Don't define them, they are defined in msdos.c.
10308
10309 * mem-limits.h [MSDOS]: Declare etext.
10310
10311 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
10312 `const' since CORRECT_DIR_SEPS modifies its target.
10313
10314 2002-08-19 Kim F. Storm <storm@cua.dk>
10315
10316 * keyboard.c (Fclear_this_command_keys): Add optional arg
10317 KEEP-RECORD to avoid clearing lossage when we just want to clear
10318 the current key sequence (kmacro needs this).
10319
10320 2002-08-19 Kenichi Handa <handa@localhost>
10321
10322 * composite.c (run_composition_function): Call FUNC if it is fboundp.
10323
10324 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
10325 cons, return Qnil.
10326
10327 2002-08-17 Richard M. Stallman <rms@gnu.org>
10328
10329 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
10330
10331 * sysdep.c [!VMS]: Include sys/files.h.
10332
10333 * editfns.c (save_restriction_restore): Defend from unchained marker.
10334
10335 * buffer.c (overlays_at): Handle extending vec uniformly.
10336 (overlays_in): Handle extending vec from length 0 as in overlays_at.
10337
10338 2002-08-15 Andrew Choi <akochoi@shaw.ca>
10339
10340 * mac.c (init_mac_osx_environment): New function.
10341
10342 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
10343
10344 2002-08-14 Kim F. Storm <storm@cua.dk>
10345
10346 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
10347 executing macro before appending to it (when used from Lisp).
10348 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
10349 which is called prior to each iteration of macro (for kmacro.el).
10350 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
10351
10352 * lisp.h (Fexecute_kbd_macro): Update prototype.
10353
10354 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
10355
10356 2002-08-14 Kenichi Handa <handa@etl.go.jp>
10357
10358 * xselect.c (QUTF8_STRING): New variable.
10359 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
10360 (x_atom_to_symbol): Likewise.
10361 (x_get_local_selection): New argument local_request. If it is
10362 nonzero, call handler_fn with the second arg nil.
10363 (x_handle_selection_request): Call x_get_local_selection with
10364 local_request 0.
10365 (lisp_data_to_selection_data): Don't encode the string here.
10366 (Fx_get_selection_internal): Call x_get_local_selection with
10367 local_request 1.
10368 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
10369
10370 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
10371
10372 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
10373
10374 2002-08-13 Richard M. Stallman <rms@gnu.org>
10375
10376 * minibuf.c (Fminibufferp): New function.
10377 (syms_of_minibuf): Defsubr it.
10378 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
10379
10380 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
10381
10382 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
10383
10384 2002-08-12 Richard M. Stallman <rms@gnu.org>
10385
10386 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
10387 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
10388 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
10389 already.
10390
10391 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
10392
10393 2002-08-11 Andrew Choi <akochoi@shaw.ca>
10394
10395 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
10396 (Vmac_pass_command_to_system): New variable.
10397 (Vmac_pass_control_to_system): New variable.
10398 (do_mouse_moved): Check wp with is_emacs_window.
10399 (XTread_socket): Check window_ptr with is_emacs_window.
10400 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
10401 events back to Mac Toolbox for processing, depending on values of
10402 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
10403 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
10404 Vmac_pass_control_to_system.
10405
10406 2002-08-10 Kenichi Handa <handa@etl.go.jp>
10407
10408 * coding.c (unencodable_char_position): New function.
10409 (Funencodable_char_position): New function.
10410 (syms_of_coding): Defsubr Funencodable_char_position.
10411
10412 2002-08-10 Andrew Choi <akochoi@shaw.ca>
10413
10414 * mac.c (sys_select) [MAC_OSX]: New function.
10415
10416 * macterm.c (MakeMeTheFrontProcess): New function.
10417 (mac_initialize): Call MakeMeTheFrontProcess.
10418
10419 * s/darwin.h: Define select to sys_select.
10420
10421 2002-08-09 Richard M. Stallman <rms@gnu.org>
10422
10423 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
10424
10425 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
10426
10427 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
10428 end of the buffer.
10429
10430 2002-08-08 Ken Raeburn <raeburn@mit.edu>
10431
10432 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
10433
10434 * puresize.h (BASE_PURESIZE): Increase to 910000.
10435
10436 2002-08-08 Kenichi Handa <handa@etl.go.jp>
10437
10438 * coding.c (Ffind_operation_coding_system): For write-region, if
10439 VISIT is a filename, make it the target.
10440
10441 2002-08-07 Richard M. Stallman <rms@gnu.org>
10442
10443 * alloc.c (mark_object): Detect long lists for debugging.
10444 (mark_object_loop_halt): New variable.
10445
10446 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
10447
10448 * data.c (Fmake_variable_frame_local): Doc fix.
10449
10450 2002-08-01 David Ponce <david@dponce.com>
10451
10452 * w32menu.c (local_heap, local_alloc, local_free): New macros.
10453 (malloc_widget_value, free_widget_value)
10454 (w32_free_submenu_strings): Use them.
10455
10456 (push_submenu_start, push_submenu_end, push_left_right_boundary)
10457 (push_menu_pane, push_menu_item, single_keymap_panes)
10458 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
10459 (single_submenu, set_frame_menubar)
10460 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
10461
10462 (Fx_popup_menu): Don't show pop up menu until preceding one is
10463 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
10464
10465 * w32menu.c: Changes adapted from xmenu.c
10466 (set_frame_menubar): First parse all submenus,
10467 then make widget_value trees from them.
10468 Don't allocate any widget_value objects
10469 until we are done with the parsing.
10470 (parse_single_submenu): New function.
10471 (digest_single_submenu): New function.
10472 (single_submenu): Function deleted, replaced by those two.
10473
10474 2002-08-04 Andrew Choi <akochoi@shaw.ca>
10475
10476 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
10477 returns a valid window pointer before proceeding for keyDown and
10478 autoKey events.
10479
10480 2002-08-03 Andrew Choi <akochoi@shaw.ca>
10481
10482 * macterm.c (USE_CARBON_EVENTS): New macro.
10483 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
10484 (x_iconify_frame): Call CollapseWindow.
10485 (Vmac_reverse_ctrl_meta): New variable.
10486 (Vmac_wheel_button_is_mouse_2): New variable.
10487 (init_mac_drag_n_drop): New function.
10488 (mac_do_receive_drag): New function.
10489 (mac_handle_service_event): New function.
10490 (init_service_handler): New function.
10491 (mac_to_emacs_modifiers): New function.
10492 (mac_event_to_emacs_modifiers): New function.
10493 (mac_get_mouse_btn): New function.
10494 (mac_convert_event_ref): New function.
10495 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
10496 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
10497 mac_get_mouse_btn.
10498 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
10499
10500 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
10501 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
10502 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
10503 TOOL_BAR_EVENT for MAC_OS as well.
10504 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
10505 as for WINDOWS_NT.
10506 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
10507
10508 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
10509
10510 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
10511
10512 * xdisp.c (forward_to_next_line_start): Fix a condition that
10513 lead to a newline being skipped.
10514
10515 2002-08-02 Andrew Choi <akochoi@shaw.ca>
10516
10517 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
10518
10519 2002-08-01 Richard M. Stallman <rms@gnu.org>
10520
10521 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
10522
10523 2002-07-31 Andrew Choi <akochoi@shaw.ca>
10524
10525 * macfns.c: #undef init_process before #define-ing it.
10526
10527 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
10528 HAVE_CARBON is defined.
10529
10530 2002-07-31 Richard M. Stallman <rms@gnu.org>
10531
10532 * xmenu.c (set_frame_menubar): First parse all submenus,
10533 then make widget_value trees from them.
10534 Don't allocate any widget_value objects
10535 until we are done with the parsing.
10536 (parse_single_submenu): New function.
10537 (digest_single_submenu): New function.
10538 (single_submenu): Function deleted, replaced by those two.
10539
10540 2002-07-30 Juanma Barranquero <lektu@terra.es>
10541
10542 * w32proc.c (syms_of_ntproc): Fix docstring of
10543 `w32-get-true-file-attributes'.
10544
10545 2002-07-28 Richard M. Stallman <rms@gnu.org>
10546
10547 * s/hpux8.h (HPUX8): Define this before including hpux.h.
10548 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
10549
10550 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
10551
10552 * keyboard.c (make_lispy_event):
10553 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
10554 Explicitly clear up_modifier in event->modifiers.
10555
10556 2002-07-27 Richard M. Stallman <rms@gnu.org>
10557
10558 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
10559
10560 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
10561 for bar cursor.
10562
10563 2002-07-26 Kenichi Handa <handa@etl.go.jp>
10564
10565 * coding.c (detect_coding_iso2022): While checking a byte sequence
10566 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
10567 it in the normal loop.
10568
10569 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
10570
10571 * xterm.c (expose_overlaps): New function.
10572 (expose_window): Use it to fix the display of overlapping rows.
10573
10574 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
10575
10576 2002-07-23 Ken Raeburn <raeburn@gnu.org>
10577
10578 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
10579 since it only depends on XUINT.
10580
10581 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
10582 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
10583 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
10584 Macros deleted.
10585
10586 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
10587 its value over other approaches.
10588 * sysdep.c (start_of_data): Don't define the function if a macro
10589 form has been defined.
10590
10591 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
10592
10593 * xdisp.c (redisplay_updating_p): New variable.
10594 (init_iterator): Don't free realized faces when
10595 redisplay_updating_p is set.
10596 (redisplay_internal): Set redisplay_updating_p while updating
10597 the display.
10598
10599 2002-07-23 Richard M. Stallman <rms@gnu.org>
10600
10601 * editfns.c (Fmessage): Treat "" like nil.
10602
10603 2002-07-23 Kenichi Handa <handa@etl.go.jp>
10604
10605 * xdisp.c (face_before_or_after_it_pos):
10606 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
10607
10608 2002-07-22 Juanma Barranquero <lektu@terra.es>
10609
10610 * callproc.c (init_callproc) [DOS_NT]:
10611 Initialize Vshared_game_score_directory to nil.
10612 (syms_of_callproc) [DOS_NT]: Likewise.
10613
10614 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
10615
10616 * xdisp.c (display_line): Replace an abort with xassert.
10617
10618 2002-07-21 Richard M. Stallman <rms@gnu.org>
10619
10620 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
10621 and END_UNCHANGED when setting buffer_unchanged_p.
10622 Use current_matrix_up_to_date_p to decide whether to use
10623 try_cursor_movement.
10624
10625 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
10626
10627 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
10628
10629 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
10630 Set to nil if dir does not exist.
10631 (syms_of_callproc): Init unconditionally and simply.
10632
10633 * buffer.c (Fbuffer_list): Doc fix.
10634
10635 2002-07-21 Ken Raeburn <raeburn@gnu.org>
10636
10637 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
10638
10639 * buffer.c (mmap_realloc): When shrinking, make sure number of
10640 pages to unmap is rounded towards zero.
10641
10642 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
10643 (XSETINT): Deleted.
10644
10645 * m/att3b.h (XINT): Don't define.
10646 (VALBITS, VALMASK, XTYPE): Deleted.
10647 (DATA_SEG_BITS): Define.
10648 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
10649 ARRAY_MARK_FLAG): Deleted.
10650 (DATA_SEG_BITS): Define.
10651 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
10652 (DATA_SEG_BITS): Define.
10653
10654 2002-07-20 Richard M. Stallman <rms@gnu.org>
10655
10656 * print.c (print_error_message): New args CONTEXT and CALLER.
10657 Calls changed.
10658
10659 * lisp.h (print_error_message): Declare new args.
10660
10661 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
10662 and CONTEXT to print_error_message, don't print them here.
10663 For a Quit, don't use Vsignaling_function.
10664 Call message_log_maybe_newline.
10665
10666 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
10667
10668 2002-07-20 Kim F. Storm <storm@cua.dk>
10669
10670 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
10671
10672 2002-07-19 Ken Raeburn <raeburn@gnu.org>
10673
10674 * bytecode.c (struct byte_stack): Pointers into byte string now
10675 point to const.
10676 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
10677 const.
10678 * charset.h (BCOPY_SHORT): Source pointer now points to const.
10679 * coding.c (encode_eol, detect_coding, detect_eol):
10680 (decode_coding, encode_coding, detect_coding_system):
10681 Source strings now treated as const.
10682 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
10683 modify Lisp string contents.
10684 * coding.h (decode_coding, encode_coding, detect_coding,
10685 detect_eol): Declarations updated.
10686 * composite.c (compose_chars_in_text): Treat Lisp string contents
10687 as const.
10688 * dispnew.c (safe_bcopy): Source pointer now points to const.
10689 * lisp.h (STRING_COPYIN): New macro.
10690 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
10691 (internal_with_output_to_temp_buffer): Declarations updated.
10692 * print.c (temp_output_buffer_setup):
10693 (internal_with_output_to_temp_buffer): Buffer name argument is now
10694 pointer to const.
10695 * sound.c (struct sound_device): Function pointer field "write"
10696 buffer argument now points to const.
10697 (vox_write): Buffer argument points to const.
10698 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
10699 contents as const.
10700 * sysdep.c (emacs_write): Buffer pointer now const.
10701 * term.c (encode_terminal_code): Buffer pointer now const.
10702 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
10703 (x_face_list_fonts, x_update_menu_appearance):
10704 (hash_string_case_insensitive): Treat Lisp string contents as const.
10705
10706 2002-07-19 Juanma Barranquero <lektu@terra.es>
10707
10708 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
10709
10710 * fileio.c (syms_of_fileio): Likewise.
10711 (Ffile_name_as_directory): Fix argument name in docstring.
10712 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
10713
10714 2002-07-18 Richard M. Stallman <rms@gnu.org>
10715
10716 * data.c (Fdefalias): Doc fix.
10717
10718 2002-07-17 Dave Love <fx@gnu.org>
10719
10720 * intervals.h (text_property_stickiness): Use P_.
10721
10722 * ccl.c: Remove `emacs' conditionals.
10723 (ccl_backtrace_table): Fix size spec.
10724 (ccl_driver): Fix type errors.
10725
10726 2002-07-16 Ken Raeburn <raeburn@gnu.org>
10727
10728 * alloc.c (xstrdup, make_string, make_unibyte_string)
10729 (make_multibyte_string, build_string): String pointer args now
10730 point to const.
10731 * charset.c (find_charset_in_text, c_string_width):
10732 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
10733 * fileio.c (report_file_error):
10734 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
10735 (count_combining_before, count_combining_after, insert_1_both):
10736 (insert, insert_and_inherit, insert_string):
10737 (insert_before_markers, insert_before_markers_and_inherit):
10738 * lread.c (intern, oblookup, hash_string):
10739 * minibuf.c (temp_echo_area_glyphs):
10740 * search.c (fast_c_string_match_ignore_case):
10741 * sysdep.c (emacs_open, set_file_times):
10742 * xfaces.c (xstricmp):
10743 * xdisp.c (store_frame_title, string_char_and_length):
10744 (message_dolog, message2, message2_nolog, set_message): Likewise.
10745 (set_message_1): Cast message string argument to const pointer.
10746 * editfns.c (general_insert_function): Insertion function now
10747 takes pointer to const for input data.
10748 * charset.h (find_charset_in_text, c_string_width):
10749 (parse_str_as_multibyte): Declarations updated.
10750 * dispextern.h (xstricmp): Declaration updated.
10751 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
10752 (count_size_as_multibyte, count_combining_before):
10753 (count_combining_after, insert_1, insert_1_both, message_dolog):
10754 (insert, insert_and_inherit, insert_before_markers)
10755 (insert_before_markers_and_inherit, set_message, message2):
10756 (message2_dolog, build_string, make_string, make_unibyte_string):
10757 (make_multibyte_string, intern, oblookup, report_file_error):
10758 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
10759 (emacs_open, xstrdup): Declarations updated.
10760 * systime.h (set_file_times): Declaration updated.
10761
10762 * charset.c (find_charset_in_text, lisp_string_width): Use const
10763 for pointer to lisp string data.
10764 * charset.h (FETCH_STRING_CHAR_ADVANCE):
10765 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
10766 * coding.c (Ffind_coding_systems_region_interval):
10767 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
10768 (Fmake_directory_internal, Fdelete_directory):
10769 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
10770 * fontset.c (font_family_registry, fs_query_fontset):
10771 (list_fontsets):
10772 * frame.c (Fframe_parameter):
10773 * keyboard.c (cmd_error_internal):
10774 * keymap.c (Fdescribe_buffer_bindings):
10775 * lread.c (complete_filename_p, openp):
10776 * minibuf.c (Fminibuffer_complete_word):
10777 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
10778 (face_before_or_after_it_pos, next_element_from_string):
10779 (get_overlay_arrow_glyph_row, display_mode_element):
10780 (decode_mode_spec_coding):
10781 * xterm.c (same_x_server): Likewise.
10782
10783 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
10784 settings of non-existent fields.
10785
10786 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
10787 copy a lisp value.
10788
10789 * lread.c (Fintern_soft): Use string macros instead of
10790 Lisp_String fields.
10791 * keyboard.c (echo_char, parse_modifiers_uncached):
10792 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
10793 * textprop.c (validate_interval_range, interval_of): Likewise.
10794
10795 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
10796
10797 * charset.h (FETCH_STRING_CHAR_ADVANCE)
10798 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
10799 XSTRING()->size_byte.
10800
10801 * lisp.h (SDATA, SREF): Produce rvalue.
10802 (SSET): New macro.
10803 * alloc.c (make_event_array): Use SSET for storing into a string.
10804 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
10805 a string.
10806 * casefiddle.c (casify_object): Use SSET.
10807 * charset.h (FETCH_STRING_CHAR_ADVANCE)
10808 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
10809 address of string contents.
10810 * data.c (Faref): Use SDATA.
10811 (Faset): Use SDATA, SSET.
10812 * dired.c (directory_files_internal): Use SSET.
10813 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
10814 (Fread_file_name): Use SREF, SSET.
10815 * fns.c (concat): Use SSET.
10816 (concat, Fdelete): Use SDATA.
10817 * insdel.c (insert_from_string_1): Use SDATA.
10818 * keyboard.c (Fevent_convert_list): Use SREF.
10819 * lread.c (Fload): Use SDATA, SSET.
10820 * macfns.c (validate_x_resource_name): Use SSET.
10821 * process.c (status_message): Use SSET.
10822 * search.c (wordify): Use SDATA.
10823 (Freplace_match): Use SREF.
10824 * w32fns.c (validate_x_resource_name): Use SSET.
10825 * xfns.c (validate_x_resource_name): Use SSET.
10826 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
10827
10828 2002-07-16 Richard M. Stallman <rms@gnu.org>
10829
10830 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
10831
10832 * xdisp.c (reconsider_clip_changes):
10833 Don't test prevent_redisplay_optimizations_p.
10834 (redisplay_internal): Test prevent_redisplay_optimizations_p
10835 along with clip_changed in some cases.
10836 (try_window_id): Likewise.
10837 (redisplay_window): New local var buffer_unchanged_p.
10838
10839 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
10840
10841 * process.c (create_process): Test USG_SUBTTY_WORKS.
10842 (process_send_signal): Clean up handling of GID.
10843 Detect errors in ioctls meant to set GID.
10844
10845 * window.c (temp_output_buffer_show):
10846 Don't set prevent_redisplay_optimizations_p.
10847
10848 2002-07-15 Juanma Barranquero <lektu@terra.es>
10849
10850 * eval.c (Fdefvaralias): Add docstring argument.
10851
10852 2002-07-15 Ken Raeburn <raeburn@gnu.org>
10853
10854 * lisp.h (STRING_INTERVALS): Produce rvalue.
10855 (STRING_SET_INTERVALS): New macro.
10856 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
10857 * fns.c (Fstring_as_multibyte): Likewise.
10858 * intervals.c (balance_possible_root_interval, delete_interval)
10859 (create_root_interval, copy_intervals_to_string): Likewise.
10860 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
10861 instead of 0.
10862
10863 2002-07-14 Ken Raeburn <raeburn@gnu.org>
10864
10865 * lisp.h (STRING_SET_CHARS): New macro.
10866 (SCHARS, SBYTES): Produce rvalues.
10867 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
10868 * fns.c (concat): Likewise.
10869 * lread.c (read_vector): Likewise.
10870
10871 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
10872 (STRING_SET_UNIBYTE): New macro.
10873 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a
10874 length of -1) changed to use STRING_SET_UNIBYTE.
10875 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
10876 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
10877 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
10878 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
10879 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
10880 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
10881 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
10882 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
10883 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
10884 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
10885 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
10886 STRING_BYTES or indirection changed to SCHARS, SBYTES,
10887 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
10888 unchanged for now.
10889
10890 2002-07-13 Kim F. Storm <storm@cua.dk>
10891
10892 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
10893
10894 2002-07-12 Richard M. Stallman <rms@gnu.org>
10895
10896 * fileio.c (Fwrite_region): Doc fix.
10897
10898 * print.c (print_error_message): Don't handle Vsignaling_function here.
10899
10900 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
10901 (command_loop_1): Avoid certain actions after memory-full error.
10902
10903 * eval.c (Fsignal): Don't call cancel_hourglass.
10904 For a memory-full error, don't call Vsignal_hook_function
10905 and don't set Vsignaling_function.
10906
10907 * process.c (process_send_signal): Add abort call.
10908
10909 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
10910
10911 * keymap.c (Fkey_binding): Fix typo.
10912
10913 2002-07-11 Richard M. Stallman <rms@gnu.org>
10914
10915 * alloc.c (Vmemory_full): New variable.
10916 (Vmemory_signal_data): Renamed from memory_signal_data.
10917 Uses changed.
10918 (syms_of_alloc): Defvar them.
10919 (memory_full, buffer_memory_full): Set Vmemory_full.
10920
10921 * lisp.h (Vmemory_full): Add declaration.
10922 (current_column, indented_beyond_p): Change declaration.
10923
10924 * indent.c (last_known_column): Declare as double, not float.
10925 (current_column, current_column_1, string_display_width)
10926 (position_indentation): Return `double'.
10927 (indented_beyond_p): Arg `column' is `double'. Callers changed.
10928
10929 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
10930 (back_to_previous_visible_line_start)
10931 (reseat_at_next_visible_line_start, next_element_from_buffer):
10932 Use `double', not `float', when calling indented_beyond_p.
10933
10934 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
10935
10936 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
10937
10938 2002-07-11 Juanma Barranquero <lektu@terra.es>
10939
10940 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
10941 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
10942 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
10943 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
10944 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
10945 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
10946
10947 2002-07-10 Juanma Barranquero <lektu@terra.es>
10948
10949 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
10950 All callers changed.
10951
10952 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
10953
10954 * data.c (Fdefalias): Add an optional `docstring' argument.
10955 (set_internal, Fsetq_default): Use XCAR/XCDR.
10956
10957 * composite.c (HASH_VALUE, HASH_KEY):
10958 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
10959
10960 2002-07-09 Kenichi Handa <handa@etl.go.jp>
10961
10962 * callproc.c (Fcall_process): Fix previous change.
10963
10964 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
10965
10966 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
10967 Add support for hash-tables.
10968 (Ftry_completion): Return t even if the string appears multiple times.
10969
10970 * fns.c (Fnconc): Use XCDR.
10971 (Fprovide): Use CONSP and XCDR.
10972 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
10973 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
10974 (Fmake_hash_table): Accept `:size nil'.
10975 (Fmakehash): Delete: moved to subr.el.
10976 (syms_of_fns): Don't defsubr makehash.
10977
10978 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
10979 (HASH_TABLE_SIZE): Move from fns.c.
10980
10981 2002-07-07 Richard M. Stallman <rms@gnu.org>
10982
10983 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
10984 Instead just return 0 when there is something to be done.
10985 (try_scrolling): If make_cursor_line_fully_visible returns 0,
10986 retry scrolling as if cursor were off the bottom.
10987 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
10988 return CURSOR_MOVEMENT_MUST_SCROLL.
10989 (redisplay_window): If make_cursor_line_fully_visible returns 0,
10990 go to try_to_scroll.
10991
10992 * buffer.c (Fbuffer_local_value): Store current value into its binding
10993 so we get the up-to-date value for the binding that is loaded.
10994
10995 * eval.c (Fdefmacro): Doc fix.
10996
10997 2002-07-05 Dave Love <fx@gnu.org>
10998
10999 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
11000 correctly.
11001
11002 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
11003 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
11004 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
11005 CCL_LookupCharConstTbl.
11006 (syms_of_ccl): Defvar translation-hash-table-vector.
11007
11008 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11009
11010 * xdisp.c: Remove unused variable `face'.
11011
11012 2002-07-04 Juanma Barranquero <lektu@terra.es>
11013
11014 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
11015 obsolescence information.
11016
11017 2002-07-03 Andrew Choi <akochoi@shaw.ca>
11018
11019 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
11020 pattern. Search cache first.
11021 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
11022 for Japanese font.
11023 (XLoadQueryFont): Use it.
11024
11025 2002-07-02 Richard M. Stallman <rms@gnu.org>
11026
11027 * keymap.c (Fdefine_key): Doc fix.
11028
11029 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
11030
11031 2002-07-02 Juanma Barranquero <lektu@terra.es>
11032
11033 * keymap.c (syms_of_keymap): Fix typo.
11034
11035 2002-07-01 Andrew Choi <akochoi@shaw.ca>
11036
11037 * s/darwin.h: Define POSIX_SIGNALS.
11038
11039 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
11040 and FSRefMakePath to convert FSSpec returned with Apple Event to
11041 Posix pathname.
11042 (mac_initialize) [TARGET_API_MAC_CARBON]:
11043 Call init_required_apple_events and disable the `Quit' menu item
11044 provided automatically by the Carbon Toolbox.
11045
11046 2002-07-01 Dave Love <fx@gnu.org>
11047
11048 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
11049 for K&R.
11050
11051 * xterm.c: Fix prototype for K&R.
11052
11053 * term.c (costs_set): Declare static, non-initialized for pcc.
11054
11055 2002-07-01 Richard M. Stallman <rms@gnu.org>
11056
11057 * keyboard.c (timer_last_idleness_start_time): New variable.
11058 (timer_start_idle): Set that.
11059 (read_key_sequence): Use that to reset timer_idleness_start_time
11060 to previous value.
11061
11062 * window.c (Frecenter): With arg, set optional_new_start.
11063
11064 * xdisp.c (redisplay_internal): Make optional_new_start really work.
11065
11066 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
11067 buffer for completion.
11068
11069 2002-06-29 Ken Raeburn <raeburn@gnu.org>
11070
11071 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
11072
11073 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11074
11075 * keyboard.c (readable_filtered_events): New function that filters
11076 FOCUS_IN_EVENT depending on parameter.
11077 (readable_events): Calls readable_filtered_events, not filtering
11078 FOCUS_IN_EVENT.
11079 (get_filtered_input_pending): New function, filtering parameter passed
11080 to readable_filtered_events.
11081 (get_input_pending): Calls get_filtered_input_pending, not filtering
11082 FOCUS_IN_EVENT.
11083 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
11084 FOCUS_IN_EVENT.
11085
11086 * xterm.h (struct x_output): Add focus_state.
11087
11088 * xterm.c (x_focus_changed): New function.
11089 (x_detect_focus_change): New function.
11090 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
11091 EnterNotify and LeaveNotify to track X focus changes.
11092
11093 2002-06-28 Andreas Schwab <schwab@suse.de>
11094
11095 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
11096
11097 2002-06-27 Kim F. Storm <storm@cua.dk>
11098
11099 * xdisp.c: (mode_line_string_list, mode_line_string_face)
11100 (mode_line_string_face_prop): New variables.
11101 (store_mode_line_string): New function.
11102 (display_mode_element): Use store_mode_line_string to
11103 add mode-line string elements to mode_line_string_list
11104 when mode_line_string_list is non-nil.
11105 (Fformat_mode_line): Now returns propertized string by
11106 default. New arg NO-PROPS to ignore properties.
11107 (decode_mode_spec): Only add two dashes for %- in propertized
11108 mode-line string.
11109 (syms_of_xdisp): Init and staticpro mode_line_string_list.
11110
11111 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
11112
11113 * minibuf.c (minibuffer_completion_contents): Add return type.
11114
11115 2002-06-27 Juanma Barranquero <lektu@terra.es>
11116
11117 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
11118
11119 2002-06-26 Juanma Barranquero <lektu@terra.es>
11120
11121 * fileio.c (read_file_name_cleanup): Add missing return.
11122
11123 2002-06-26 Richard M. Stallman <rms@gnu.org>
11124
11125 * window.c (Frecenter): Don't set force_start flag.
11126
11127 * minibuf.c (do_completion, Fminibuffer_complete_word)
11128 (Fminibuffer_completion_help): Complete just the text before point.
11129 (minibuffer_completion_contents): New function.
11130
11131 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
11132
11133 * frame.c (frames_bury_buffer): Function deleted.
11134
11135 2002-06-25 Miles Bader <miles@gnu.org>
11136
11137 * callint.c (Fcall_interactively): When checking to see if doprnt hit
11138 the end of callint_message, allow for a terminating '\0'.
11139
11140 2002-06-24 Juanma Barranquero <lektu@terra.es>
11141
11142 * w32select.c: Include composite.h
11143
11144 * w16select.c: Likewise.
11145
11146 2002-06-24 Kenichi Handa <handa@etl.go.jp>
11147
11148 * callproc.c (Fcall_process): If code detection is necessary,
11149 call detect_coding directly here.
11150
11151 * coding.c (detect_eol): Preserve coding->cmp_data.
11152
11153 * w16select.c (Fw16_get_clipboard_data):
11154 * w32fns.c (w32_to_x_font):
11155 * w32select.c (Fw32_get_clipboard_data):
11156 * xselect.c (selection_data_to_lisp_data):
11157 * xterm.c (XTread_socket): Disable composition handling.
11158
11159 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
11160
11161 * print.c (temp_output_buffer_setup): Kill all local variables.
11162
11163 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
11164
11165 * lread.c (Fread): Remove redundant and imprecise declaration.
11166
11167 * xfns.c (check_x_display_info): Use check_x_frame.
11168
11169 * .gdbinit (xprintsym): Use the new `xname' field.
11170 (xsymbol): Use it.
11171
11172 2002-06-22 Jason Rumney <jasonr@gnu.org>
11173
11174 * w32fns.c (file_dialog_callback): New function.
11175 (Fx_file_dialog): Allow selecting directories as well as files.
11176
11177 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11178
11179 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
11180 OpenBSD. Add support for mipseb-*-netbsd* machines.
11181
11182 2002-06-17 Andrew Choi <akochoi@shaw.ca>
11183
11184 * macterm.c (mac_scroll_area): Set foreground and backcolor to
11185 black and white before scrolling. Restore frame background and
11186 foreground color after scrolling.
11187 (do_window_update): Call XClearWindow before calling expose_frame.
11188 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
11189 FRAME_FOREGROUND_PIXEL of frame.
11190
11191 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
11192 test Mac command key as <ALT> key.
11193
11194 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
11195
11196 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
11197
11198 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
11199 Lookup keys in function-key-map immediately so that key-translation-map
11200 can be applied earlier.
11201 Remove function_key_possible and key_translation_possible, replaced
11202 by checking `keytran_start < t'.
11203
11204 * .gdbinit (xsymbol): Use the new `xname' field.
11205
11206 2002-06-17 Andrew Choi <akochoi@shaw.ca>
11207
11208 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
11209 test Mac command key as <ALT> key.
11210
11211 * mac.c (do_applescript): Call initialize_applescript if necessary
11212 when first called. Dispose of result_desc only when there is no error.
11213 (Fdo_applescript): Use %d format specifier instead of %ld.
11214
11215 2002-06-16 Andrew Choi <akochoi@shaw.ca>
11216
11217 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
11218 of FrontWindow for cases keyDown and autoKey.
11219
11220 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
11221 Vdefault_fontset to Monaco with mac-roman coding.
11222
11223 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
11224 init_process before and after inclusion of Carbon/Carbon.h, resp.
11225
11226 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
11227 cursor_gc.
11228 (add_font_name_table_entry): New function.
11229 (init_font_name_table): Use add_font_name_table_entry; add italic,
11230 bold, and bold-italic entries for truetype fonts.
11231
11232 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
11233 for Mac too.
11234 (try_font_list) [MAC_OS]: If no font matches given registry, try
11235 fonts with any registry matching face_family.
11236 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
11237
11238 * s/darwin.h: If autoconf detects the Ncurses library, define
11239 LIBS_TERMCAP to -lncurses to use it.
11240
11241 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
11242
11243 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
11244
11245 2002-06-15 Richard M. Stallman <rms@gnu.org>
11246
11247 * window.c (Fset_window_configuration): Explicitly preserve
11248 the point value that new_current_buffer had at the start.
11249
11250 2002-06-14 Juanma Barranquero <lektu@terra.es>
11251
11252 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
11253 Fix typos.
11254
11255 2002-06-14 Kim F. Storm <storm@cua.dk>
11256
11257 * insdel.c (insert_1_both, insert_from_string_1)
11258 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
11259 insert happened in the end_unchanged region. Otherwise, the
11260 redisplay may be confused and duplicate the last line in the
11261 buffer [seen after save-buffer when require-final-newline==t].
11262
11263 2002-06-13 Jason Rumney <jasonr@gnu.org>
11264
11265 * w32.c (init_environment): Remove EMACSLOCKDIR.
11266 (stat): Swap _S_IFDIR and _S_IFREG.
11267
11268 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11269
11270 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
11271 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
11272 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
11273 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
11274 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
11275 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
11276 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
11277 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
11278 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
11279 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
11280 SELECTION_REQUEST_EVENT, selection_clear_event to
11281 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
11282 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
11283 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
11284 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
11285 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
11286 no_event to NO_EVENT.
11287
11288 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11289
11290 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
11291
11292 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
11293
11294 * intervals.c (textget): Don't forget to `return'.
11295 (lookup_char_property): Use XCAR/XCDR.
11296
11297 2002-06-12 Juanma Barranquero <lektu@terra.es>
11298
11299 * xdisp.c (Fformat_mode_line): Fix typo.
11300
11301 2002-06-12 Kim F. Storm <storm@cua.dk>
11302
11303 * xdisp.c (Fformat_mode_line): New function.
11304 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
11305 (store_frame_title_char, store_frame_title): Use unconditionally.
11306 (init_xdisp): Defsubr Fformat_mode_line.
11307 Initialize frame_title_buf etc. unconditionally.
11308
11309 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
11310
11311 * keyboard.c (read_key_sequence):
11312 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
11313 things through those maps after downcasing events.
11314 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
11315 applies after function-key-map.
11316 Make sure that keytran can be done in the middle in the sequence.
11317 Be careful not to throw away events past the one we downcase.
11318
11319 * lread.c (read_integer): Remove unused var `tem'.
11320 (read1): Fix int/Lisp_Object mixup.
11321
11322 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
11323
11324 2002-06-11 Richard M. Stallman <rms@gnu.org>
11325
11326 * keyboard.c (readable_events): Ignore any number of
11327 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
11328
11329 2002-06-09 Miles Bader <miles@gnu.org>
11330
11331 * xfaces.c (Ftty_supports_face_attributes_p): New function.
11332 (parse_rgb_list, tty_lookup_color): New functions.
11333 (tty_defined_color): Use `tty_lookup_color' to do all the work.
11334 (color_distance, Fcolor_distance): New functions.
11335 (TTY_SAME_COLOR_THRESHOLD): New macro.
11336 (Qtty_color_standard_values): New variable.
11337 (syms_of_xfaces): Initialize new vars & functions.
11338
11339 2002-06-08 Colin Walters <walters@verbum.org>
11340
11341 * textprop.c (Vchar_property_alias_alist): New variable.
11342 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
11343
11344 * intervals.c (lookup_char_property): New function for looking up
11345 overlay and text properties, created from textget.
11346 (textget): Use it.
11347
11348 * intervals.h (lookup_char_property): Declare.
11349 (Vchar_property_alias_alist): Declare.
11350
11351 * buffer.c (Foverlay_get): Use lookup_char_property.
11352
11353 2002-06-07 Sam Steingold <sds@gnu.org>
11354
11355 * xselect.c (lisp_data_to_selection_data): Fix last change:
11356 *data_ret is not a Lisp string, while unibyte_string is.
11357
11358 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
11359
11360 * xselect.c (lisp_data_to_selection_data): Fix last change:
11361 set size_ret.
11362
11363 2002-06-07 Andreas Schwab <schwab@suse.de>
11364
11365 * m/amdx86-64.h: New file.
11366
11367 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
11368
11369 * fns.c (Fstring_make_unibyte): Doc fix.
11370
11371 * xselect.c (lisp_data_to_selection_data): If the requested type
11372 is STRING, call string_make_unibyte to encode the selected text
11373 as a string.
11374
11375 * window.c (Fset_window_hscroll): Doc fix.
11376
11377 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11378
11379 * fileio.c (choose_write_coding_system):
11380 Call select-safe-coding-system properly.
11381
11382 2002-06-03 Richard M. Stallman <rms@gnu.org>
11383
11384 * xdisp.c (message_with_string): Error if STRING is not a string.
11385
11386 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
11387
11388 * fileio.c (choose_write_coding_system): Pass FILE arg to
11389 Vselect_safe_coding_system_function.
11390
11391 2002-06-03 Ken Raeburn <raeburn@gnu.org>
11392
11393 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
11394
11395 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
11396
11397 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
11398 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
11399 * keymap.c (describe_command): Likewise.
11400 * minibuf.c (read_minibuf): Likewise.
11401
11402 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
11403 Cast `current_column' return value to int.
11404 (back_to_previous_visible_line_start)
11405 (reseat_at_next_visible_line_start, next_element_from_buffer):
11406 Cast `indented_beyond_p' 3rd arg to float.
11407
11408 * indent.c (last_known_column): Now a float.
11409 (current_column_1, position_indentation, current_column)
11410 (string_display_width): Return float.
11411 (Fcurrent_column): Cast `current_column' return value to int.
11412 (Fcurrent_indentation): Cast `position_indentation' retval to int.
11413 (indented_beyond_p): Third arg now a float.
11414 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
11415
11416 * lisp.h (current_column): Now returns float.
11417 (indented_beyond_p): 3rd arg now a float.
11418
11419 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
11420
11421 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
11422 is Qcompound_text_with_extensions.
11423
11424 * xselect.c (lisp_data_to_selection_data): Always set selection
11425 type as string if x_encode_text returns streingp non-NULL.
11426
11427 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
11428
11429 2002-05-30 Richard M. Stallman <rms@gnu.org>
11430
11431 * window.c (Fset_window_configuration): Correct the handling
11432 of point in current buffer, to work with multiple windows.
11433
11434 2002-05-29 Colin Walters <walters@verbum.org>
11435
11436 * lread.c (Fread_from_string): Don't depend on order of evaluation
11437 for C function parameters.
11438
11439 2002-05-28 Richard M. Stallman <rms@gnu.org>
11440
11441 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
11442 way for blinked-off state and for a nonselected window.
11443
11444 * window.c (window_scroll_pixel_based): Don't call Fbolp;
11445 instead, see if the new start pos is at beginning of line.
11446
11447 * fileio.c (Fwrite_region): If START is a string, don't
11448 make any annotations.
11449
11450 * eval.c (syms_of_eval): Doc fix.
11451
11452 2002-05-28 Colin Walters <walters@debian.org>
11453
11454 * emacs.c (USAGE1): Add --no-splash.
11455 (standard_args): Ditto.
11456
11457 2002-05-28 Colin Walters <walters@gnu.org>
11458
11459 * lread.c (readchar_count): New variable.
11460 (readchar): Increment it.
11461 (unreadchar): Decrement it.
11462 (read_multibyte): Decrement it.
11463 (Vread_with_symbol_positions): New variable.
11464 (Vread_symbol_positions_list): New variable.
11465 (read_internal_start): New function, created from Fread and
11466 Fread_from_string. Handle Vread_symbol_positions_list and
11467 Vread_with_symbol_positions.
11468 (readevalloop, Fread, Fread_from_string): Use it.
11469 (read1): Use readchar_count to add symbol positions to
11470 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
11471 (syms_of_lread): DEFVAR_LISP and initialize them.
11472
11473 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
11474 (substitute_object_recurse, substitute_object_in_subtree)
11475 (substitute_in_interval): Prototype.
11476 (read_multibyte): Return c if it's less than zero.
11477
11478 2002-05-28 Kim F. Storm <storm@cua.dk>
11479
11480 * fileio.c (Fread_file_name_internal): Added brute-force
11481 speed up for using predicate file-directory-p.
11482
11483 2002-05-28 Kim F. Storm <storm@cua.dk>
11484
11485 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
11486 New variables.
11487 (syms_of_fileio): DEFVAR_LISP them.
11488 (read_file_name_cleanup): New unwind function.
11489 (Fread_file_name_internal): Only return completions satifying
11490 Vread_file_name_predicate. Temporarily unwind protect and rebind
11491 default-directory while checking completions against the predicate.
11492 (Fread_file_name): Added PREDICATE argument. Specbind it to
11493 Vread_file_name_predicate during completion.
11494 Call Vread_file_name_function to read the file name if non-nil.
11495
11496 * lisp.h (Fread_file_name): Now has 6 args.
11497
11498 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
11499 predicate for Fread_file_name when reading directory name.
11500 Supply Qnil for predicate in other calls to Fread_file_name.
11501
11502 2002-05-26 Miles Bader <miles@gnu.org>
11503
11504 * term.c (tty_capable_p): New function.
11505 * dispextern.h (tty_capable_p): New function declaration.
11506 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
11507 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
11508
11509 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
11510
11511 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
11512 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
11513 (Vwrite_region_annotate_functions): Docstring fix.
11514
11515 2002-05-23 Kim F. Storm <storm@cua.dk>
11516
11517 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
11518 phys_cursor's hpos is overwritten. This is still not completely
11519 correct, as it doesn't really make sense to use hpos at all to
11520 get the cursor glyph (as that is relative to the width of the
11521 characters on the line, which may have changed during the update).
11522
11523 2002-05-22 Jason Rumney <jasonr@gnu.org>
11524
11525 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
11526 Lisp_Object.
11527 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
11528 Use modified enumfont_t struct.
11529
11530 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
11531
11532 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
11533 Handle the `hbar' cursor type.
11534 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
11535
11536 * w32fns.c (Qhbar): New variable.
11537 (x_specified_cursor_type): Use it.
11538
11539 2002-05-21 Ken Raeburn <raeburn@gnu.org>
11540
11541 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
11542 now, when the address is needed.
11543
11544 2002-05-21 Colin Walters <walters@gnu.org>
11545
11546 * Makefile.in (shortlisp): Add font-core.el.
11547
11548 2002-05-20 Richard M. Stallman <rms@gnu.org>
11549
11550 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
11551
11552 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
11553 equivalent key bindings here.
11554
11555 2002-05-20 Ken Raeburn <raeburn@gnu.org>
11556
11557 Change symbol structure to contain a lisp object for the symbol
11558 name:
11559 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
11560 object field named "xname".
11561 (SYMBOL_NAME): New macro.
11562 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
11563 name field.
11564 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
11565 (mark_object, gc_sweep): Use symbol xname field and XSTRING
11566 instead of name field.
11567 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
11568 SYMBOL_NAME instead of XSYMBOL and name field.
11569 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
11570 instead of XSYMBOL and name field.
11571 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
11572 and SYMBOL_NAME instead of XSYMBOL and name field.
11573 * coding.c (Fread_coding_system, code_convert_region1)
11574 (code_convert_string1, code_convert_string_norecord)
11575 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
11576 XSYMBOL and name field.
11577 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
11578 (Fmake_variable_buffer_local, Fmake_local_variable)
11579 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
11580 of XSYMBOL and name field.
11581 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
11582 XSYMBOL and name field.
11583 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
11584 instead of XSYMBOL and name field.
11585 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
11586 XSYMBOL and name field.
11587 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
11588 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
11589 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
11590 instead of XSYMBOL and name field.
11591 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
11592 (parse_modifiers, apply_modifiers, Fevent_convert_list)
11593 (parse_solitary_modifier, Fexecute_extended_command):
11594 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
11595 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
11596 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
11597 of XSYMBOL and name field.
11598 (describe_command, describe_translation): Use SYMBOL_NAME and
11599 assignment instead of XSYMBOL and name field and XSETSTRING.
11600 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
11601 instead of XSYMBOL and name field.
11602 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
11603 name field and XSETSTRING.
11604 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
11605 of XSYMBOL and name field.
11606 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
11607 assignment instead of XSYMBOL and name field and XSETSTRING.
11608 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
11609 XSTRING instead of XSYMBOL and name field.
11610 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
11611 and XSTRING instead of XSYMBOL and name field.
11612 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
11613 and XSTRING instead of XSYMBOL and name field.
11614 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
11615 XSTRING instead of XSYMBOL and name field.
11616 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
11617 of XSYMBOL and name field.
11618 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
11619 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
11620
11621 2002-05-19 Ken Raeburn <raeburn@gnu.org>
11622
11623 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
11624 and XCDR real rvalues in most configurations.
11625
11626 * buffer.c (fix_overlays_in_range, fix_overlays_before):
11627 Don't take the address of the cdr part of a cons cell; instead, track
11628 the parent cell and call XSETCDR, or set the variable for the head
11629 of the list if we haven't started down the list yet.
11630
11631 2002-05-19 Richard M. Stallman <rms@gnu.org>
11632
11633 * doc.c (reread_doc_file): Don't ask for confirmation.
11634
11635 2002-05-18 Jason Rumney <jasonr@gnu.org>
11636
11637 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
11638 (xbm_load_image): Use it.
11639 (xbm_load): Ditto.
11640 (xbm_read_bitmap_data): Reverted to xfns.c version.
11641 From David Ponce <david@dponce.com>.
11642
11643 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11644
11645 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
11646 2.02 and later.
11647
11648 2002-05-16 Juanma Barranquero <lektu@terra.es>
11649
11650 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
11651
11652 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
11653
11654 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
11655 meaningful test.
11656 (read_char_minibuf_menu_prompt): Fix typo.
11657
11658 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11659
11660 * eval.c (Fcommandp): Doc fix.
11661
11662 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
11663
11664 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
11665 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
11666 (Fset_keymap_parent): Gcpro a bit more.
11667 (access_keymap): Gcpro around meta_map call and around the main loop.
11668 (get_keyelt): Gcpro when following indirect references.
11669 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
11670 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
11671 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
11672 Remove useless ad-hoc remap code.
11673
11674 2002-05-13 Richard M. Stallman <rms@gnu.org>
11675
11676 * search.c (search_buffer): Give up boyer moore search if inverse
11677 translation change charset_base.
11678
11679 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
11680
11681 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
11682 characters is carried over from the previous block of text, adjust
11683 coding->produced to account for the extra character.
11684
11685 2002-05-11 Andreas Schwab <schwab@suse.de>
11686
11687 * coding.c (intersection): Keep the elements of the returned list
11688 in the same order as in the first list.
11689
11690 2002-05-11 Kim F. Storm <storm@cua.dk>
11691
11692 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
11693 only update cmm_size if realloc actually succeeds.
11694 Testing with initial size of 2 elements revealed that using
11695 realloc on GNU/Linux would cause a random trap in xmalloc
11696 later on, so I rewrote the code to use malloc/bcopy/free instead
11697 of realloc.
11698
11699 2002-05-10 Jason Rumney <jasonr@gnu.org>
11700
11701 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
11702
11703 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
11704
11705 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
11706 parens, to ensure correct evaluation order.
11707
11708 2002-05-10 Kim F. Storm <storm@cua.dk>
11709
11710 * keymap.c (Vemulation_mode_map_alists): New variable.
11711 (syms_of_keymap): DEFVAR_LISP it.
11712 (current_minor_maps): Process keymap alists in that list before
11713 minor-mode-overriding-map-alist and minor-mode-map-alist.
11714
11715 2002-05-09 Richard M. Stallman <rms@gnu.org>
11716
11717 * search.c (Freplace_match): Doc fix.
11718
11719 2002-05-09 Kim F. Storm <storm@cua.dk>
11720
11721 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
11722 Enlarge cursor rectangle drawn around image with non-zero relief.
11723
11724 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
11725 Enlarge cursor rectangle drawn around image with non-zero relief.
11726
11727 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
11728 Enlarge cursor rectangle drawn around image with non-zero relief.
11729
11730 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
11731
11732 * xselect.c (lisp_data_to_selection_data): Don't set selection
11733 type if comes from the Lisp object's car. If the selection
11734 contains a pure ASCII text, always return QSTRING as its type.
11735
11736 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11737
11738 * mac.c (mac-cut-function): Doc fix.
11739
11740 2002-05-05 Richard M. Stallman <rms@gnu.org>
11741
11742 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
11743
11744 2002-05-04 Jason Rumney <jasonr@gnu.org>
11745
11746 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
11747 for event-click-count.
11748
11749 * process.c (init_process): Only add server subfeature if we can
11750 use non-blocking I/O.
11751
11752 2002-05-04 Andrew Choi <akochoi@shaw.ca>
11753
11754 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
11755 repeatedly.
11756
11757 2002-05-03 Jason Rumney <jasonr@gnu.org>
11758
11759 * process.c (Fmake_network_process): Only support server sockets
11760 when we can make them non-blocking.
11761
11762 * s/ms-w32.h (HAVE_SELECT): Define.
11763
11764 * w32.h (FILE_NDELAY): New flag.
11765
11766 * w32.c (sys_getpeername, fcntl): New functions.
11767 (_sys_read_ahead): Temporarily block on non-blocking sockets.
11768
11769 * w32proc.c: include sys/file.h.
11770
11771 2002-05-03 Colin Walters <walters@verbum.org>
11772
11773 * callproc.c (Vgame_score_directory): Renamed to
11774 Vshared_game_score_directory.
11775
11776 2002-04-30 Richard M. Stallman <rms@gnu.org>
11777
11778 * s/gnu.h [emacs]: Include stdio.h.
11779 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
11780
11781 * eval.c (do_autoload): Error if called while preparing to dump.
11782
11783 * fns.c (Frequire): Error if need to load while preparing to dump.
11784
11785 2002-04-28 Colin Walters <walters@verbum.org>
11786
11787 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
11788 Default to "~/.emacs.d/games".
11789
11790 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
11791
11792 * lread.c (openp): Change arg exec_only to predicate.
11793 (build_load_history): Use XCAR/XCDR.
11794 (Flocate_file_internal): New fun.
11795 (syms_of_lread): Defsubr it.
11796 (Fload): Update call to openp.
11797
11798 * lisp.h (openp): Update prototype.
11799
11800 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
11801 * w32proc.c (sys_spawnve):
11802 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
11803 * w32.c (check_windows_init_file):
11804 * sound.c (Fplay_sound_internal):
11805 * process.c (Fstart_process):
11806 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
11807 * mac.c (run_mac_command):
11808 * emacs.c (init_cmdargs):
11809 * callproc.c (Fcall_process): Update call to openp.
11810
11811 * textprop.c (remove_properties): Don't use XCAR without CONSP.
11812
11813 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
11814
11815 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11816
11817 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
11818 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
11819
11820 2002-04-28 Richard M. Stallman <rms@gnu.org>
11821
11822 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
11823
11824 * eval.c (Fcommandp): New arg for_call_interactively.
11825 * lisp.h (Fcommandp): Declare new arg.
11826
11827 2002-04-28 Jason Rumney <jasonr@gnu.org>
11828
11829 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
11830
11831 * w32.c (stat, fstat): Use file index information to generate
11832 inodes for directories where available.
11833
11834 2002-04-26 Andrew Choi <akochoi@shaw.ca>
11835
11836 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
11837 [HAVE_CARBON]: Include Mac object files.
11838
11839 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
11840 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
11841 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
11842 MAC_OSX, and MAC_OS instead of macintosh.
11843
11844 * editfns.c [MAC_OS8]: Include stdio.h.
11845
11846 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
11847
11848 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
11849 Apple Monaco.
11850
11851 * process.c: Declare QCfamily and QCfilter as extern.
11852 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
11853 calling select.
11854
11855 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
11856
11857 * tparam.c [MAC_OSX]: Don't define BC and UP.
11858
11859 * config.in [HAVE_CARBON]: Add.
11860
11861 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
11862 Move here from mac/src and mac/inc.
11863
11864 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
11865
11866 2002-04-26 Gerd Moellmann <gerd@gnu.org>
11867
11868 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
11869 Compute phys_cursor_width from the x position returned
11870 by x_draw_glyhs, which is cheaper.
11871 (x_display_and_set_cursor): Compute the buffer-local value
11872 of `cursor-in-non-selected-windows' only when needed.
11873
11874 2002-04-25 Gerd Moellmann <gerd@gnu.org>
11875
11876 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
11877 cursor on a stretch glyph has a width that depends on
11878 x_stretch_cursor_p.
11879
11880 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11881
11882 * abbrev.c (abbrev-start-location): Doc fix.
11883
11884 * indent.c (Fvertical_motion): Fix last change.
11885
11886 2002-04-25 Gerd Moellmann <gerd@gnu.org>
11887
11888 * indent.c (Fvertical_motion): Move to the start of the line
11889 containing PT before moving up or down.
11890
11891 2002-04-24 Gerd Moellmann <gerd@gnu.org>
11892
11893 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
11894 case of writing a whole row, more or less analogous to the case of
11895 writing only parts of a row.
11896
11897 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
11898 0 for NO_CURSOR.
11899
11900 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
11901
11902 2002-04-23 Colin Walters <walters@verbum.org>
11903
11904 * buffer.c (syms_of_buffer): Doc fix.
11905
11906 2002-04-23 Gerd Moellmann <gerd@gnu.org>
11907
11908 * xterm.c (notice_overwritten_cursor): Handle the special case
11909 of the cursor being in the first blank non-text line at the
11910 end of a window.
11911
11912 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
11913 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
11914 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
11915 bar cursors only, to make phys_cursor_width contain what its name
11916 suggests.
11917 (notice_overwritten_cursor): Consider the cursor image erased if
11918 the output area intersects the cursor image in y-direction.
11919
11920 2002-04-23 Simon Marshall <simon@gnu.org>
11921
11922 * xfns.c (x_set_mouse_color): Change default for cross_cursor
11923 to XC_hand2.
11924
11925 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11926
11927 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
11928
11929 2002-04-22 Kim F. Storm <storm@cua.dk>
11930
11931 * textprop.c (remove_properties): Fixed trap for malformed plist.
11932
11933 2002-04-22 Richard M. Stallman <rms@gnu.org>
11934
11935 * cmds.c (Fend_of_line): Handle intangible text in mid line.
11936
11937 * window.c (make_window): Initialize height_fixed_p,
11938 last_cursor_off_p, and p->cursor_off_p slots.
11939
11940 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11941
11942 * fns.c (use-dialog-box): Doc fix.
11943
11944 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11945
11946 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
11947 variables `row', `i' and `area'.
11948 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
11949 toolkit library.
11950
11951 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
11952
11953 * xfaces.c (clear_font_table): Don't free the default font of
11954 a frame even if it's on another display.
11955 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
11956 that could be Qt.
11957
11958 2002-04-19 Juanma Barranquero <lektu@terra.es>
11959
11960 * indent.c (Fmove_to_column): Remove unused local variable
11961 `next_boundary_byte'.
11962 (current_column_1): Likewise.
11963
11964 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
11965
11966 * msdos.c (Qhbar): New variable.
11967 (syms_of_msdos): Intern and staticpro it.
11968 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
11969 cursor type.
11970
11971 2002-04-19 Dave Lambert <dlambert@acm.org>
11972
11973 Theses change implement an underscore-like (`hbar') cursor.
11974
11975 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
11976
11977 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
11978 Handle the `hbar' cursor type.
11979 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
11980
11981 * xfns.c (Qhbar): New variable.
11982 (syms_of_xfns): Intern and staticpro it.
11983 (x_specified_cursor_type): Handle `hbar' cursor.
11984
11985 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
11986 not defined.
11987
11988 2002-04-18 Richard M. Stallman <rms@gnu.org>
11989
11990 * textprop.c (remove_properties): New arg LIST allows scanning
11991 either a list or a plist.
11992 (interval_has_some_properties_list): New function, like
11993 interval_has_some_properties using list instead of plist.
11994 All callers changed.
11995 (Fremove_list_of_text_properties): New function.
11996 (syms_of_textprop): Defsubr it.
11997
11998 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
11999
12000 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
12001
12002 2002-04-17 Juanma Barranquero <lektu@terra.es>
12003
12004 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
12005
12006 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
12007
12008 * window.c (coordinates_in_window): Don't report on margin area
12009 if its width is zero.
12010
12011 2002-04-16 Jason Rumney <jasonr@gnu.org>
12012
12013 * w32fns.c (Fx_file_dialog): Decode file name before using.
12014
12015 * w32term.c (construct_drag_n_drop): Likewise.
12016
12017 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
12018
12019 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
12020 store load-history in pure space.
12021
12022 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
12023
12024 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
12025
12026 * xterm.c (Qlatin_1, Qutf_8): New vars.
12027 (syms_of_xterm): Initialize them.
12028 (XTread_socket): Eliminate incorrect optimization that tried to avoid
12029 decoding the output of X*LookupString.
12030 Always use latin-1 to decode the output of XLookupString.
12031 Try Xutf8LookupString if XmbLookupString failed.
12032
12033 * region-cache.c (new_region_cache): Use BEG.
12034
12035 2002-04-16 Gerd Moellmann <gerd@gnu.org>
12036
12037 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
12038 configuration files.
12039 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
12040 returns 0.
12041
12042 2002-04-15 Andreas Schwab <schwab@suse.de>
12043
12044 * config.in: Regenerated using autoheader.
12045
12046 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
12047 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
12048 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
12049 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
12050 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
12051 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
12052 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
12053 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
12054 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
12055 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
12056 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
12057 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
12058 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
12059 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
12060 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
12061 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
12062 STACK_DIRECTION, now set by autoconf.
12063
12064 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12065
12066 * dispnew.c (marginal_area_string): Sort arguments.
12067
12068 * dispextern.h (marginal_area_string): Add prototype.
12069
12070 2002-04-13 Richard M. Stallman <rms@gnu.org>
12071
12072 * fileio.c (Finsert_file_contents):
12073 Don't call temp_output_buffer_setup--do just part, by hand.
12074
12075 * coding.c (run_pre_post_conversion_on_str):
12076 Don't call temp_output_buffer_setup--do just part, by hand.
12077
12078 * keyboard.c (command_loop_1): Don't call start_hourglass
12079 or cancel_hourglass when executing a macro.
12080
12081 * marker.c (count_markers): New function.
12082
12083 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
12084 grow without limit. Move recently used elements to the front.
12085
12086 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12087
12088 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
12089
12090 2002-04-12 Gerd Moellmann <gerd@gnu.org>
12091
12092 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
12093 rows marginal areas.
12094 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
12095 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
12096
12097 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
12098
12099 2002-04-12 Dave Love <fx@gnu.org>
12100
12101 * dispnew.c (marginal_area_string): New.
12102
12103 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
12104 (Qleft_margin, Qright_margin): Declare.
12105 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
12106
12107 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
12108 note_mode_line_highlight and extended.
12109
12110 * keyboard.c (Qleft_margin, Qright_margin): Declare.
12111 (make_lispy_event): Deal with mouse events in margins.
12112
12113 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
12114
12115 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
12116
12117 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
12118 than deactivating the mark if tmm is set to `lambda'.
12119 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
12120 Use a single event for HELP_EVENT.
12121 (Fexecute_extended_command): Save last_point_position.
12122
12123 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12124
12125 * lisp.h (Fpropertize): Add prototype.
12126
12127 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
12128
12129 2002-04-10 Colin Walters <walters@verbum.org>
12130
12131 * config.in: Add HAVE_SHARED_GAME_DIR.
12132
12133 * callproc.c: (Vgame_score_directory): New variable.
12134 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
12135
12136 2002-04-10 Richard M. Stallman <rms@gnu.org>
12137
12138 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
12139
12140 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
12141
12142 * minibuf.c (read_minibuf): Use empty_string.
12143 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
12144 Short-circuit the search as soon as it "failed".
12145 (Fall_completions): Allow lambda forms and lists of strings for alist.
12146 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
12147 when require_match is nil.
12148 (Ftest_completion): Rename from `test_completion' and export to elisp.
12149 Call the predicate also when alist is a list.
12150 Obey Vcompletion_regexp_list.
12151 (do_completion, Fminibuffer_complete_and_exit): Use it.
12152 (Fassoc_string): Rename from `assoc_for_completion'.
12153 Allow list of strings as well and export to elisp.
12154
12155 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
12156
12157 * puresize.h (BASE_PURESIZE): Increase to 900KB.
12158
12159 2002-04-08 Juanma Barranquero <lektu@terra.es>
12160
12161 * w32.c (sys_accept): Don't hide variable `s'.
12162
12163 2002-04-05 Gerd Moellmann <gerd@gnu.org>
12164
12165 * callint.c (Fcall_interactively): Use INTEGERP instead of
12166 NUMBERP for checking Vhistory_length.
12167
12168 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12169
12170 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
12171 Doc fix to reflect it.
12172
12173 2002-04-04 Richard M. Stallman <rms@gnu.org>
12174
12175 * xdisp.c (display_mode_element): New arg RISKY.
12176 Disregard text props found or specified within a variable
12177 that isn't marked risky-local-variable.
12178 (Qrisky_local_variable): New variable.
12179 (syms_of_xdisp): Init and staticpro it.
12180
12181 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
12182
12183 * undo.c (record_point): New fun.
12184 (record_delete, record_insert): Use it.
12185
12186 2002-04-03 Juanma Barranquero <lektu@terra.es>
12187
12188 * doc.c (Fdocumentation): Add missing parentheses.
12189 (Fdocumentation_property): Likewise.
12190
12191 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
12192
12193 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
12194 data is 0, just return nil.
12195
12196 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
12197
12198 * msdos.c (syms_of_msdos): Fix last change with
12199 mouse_autoselect_window.
12200
12201 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12202
12203 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
12204 mouse_autoselect_window.
12205
12206 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
12207
12208 * keyboard.c (make_lispy_event): Handle unknown keysyms together
12209 with system-specific keysyms. Use it also for unknown function keys.
12210
12211 * doc.c (reread_doc_file): Return whether reload was attempted.
12212 (Fdocumentation, Fdocumentation_property): Don't try to reload
12213 if the doc is 0 and only ask once.
12214
12215 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
12216
12217 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
12218
12219 * keyboard.c (read_char): If the event was Qselect_window,
12220 restore timer_idleness_start_time to its previous value.
12221
12222 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
12223
12224 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
12225
12226 * region-cache.c (new_region_cache): Use BEG.
12227
12228 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
12229 Use BEG and BEG_BYTE.
12230
12231 * doc.c (get_doc_string): Return nil if the location is wrong.
12232 (reread_doc_file): New fun.
12233 (Fdocumentation, Fdocumentation_property):
12234 Call it if get_doc_string fails.
12235 (Fsnarf_documentation): Make it work for a dumped Emacs.
12236
12237 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
12238 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
12239
12240 * charset.c (Fstring): Allow 0 arguments.
12241
12242 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
12243
12244 * process.c (DATAGRAM_CONN_P, list_processes_1)
12245 (Fprocess_datagram_address, Fset_process_datagram_address)
12246 (Fset_network_process_options, server_accept_connection):
12247 Fix some int/Lisp_Object confusions (thank you union types).
12248
12249 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12250
12251 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
12252
12253 * w32term.c: Likewise.
12254 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
12255
12256 * keyboard.c (Qselect_window): New symbol.
12257 (head_table): Use it.
12258 (keys_of_keyboard): Bound select-window event to handle-select-window.
12259 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
12260
12261 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
12262 (last_window): New variable.
12263 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
12264 (note_mouse_movement): Remove reimplemented code in #if 0.
12265 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
12266 Emacs windows.
12267
12268 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
12269
12270 2002-03-31 Gerd Moellmann <gerd@gnu.org>
12271
12272 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
12273 Callers changed.
12274
12275 2002-03-30 Richard M. Stallman <rms@gnu.org>
12276
12277 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
12278 loop whenever it stops making progress.
12279
12280 * widget.c (set_frame_size): Don't call change_frame_size.
12281
12282 2002-03-30 Gerd Moellmann <gerd@gnu.org>
12283
12284 * dispnew.c (direct_output_for_insert):
12285 Call mark_window_display_accurate.
12286
12287 2002-03-29 Jason Rumney <jasonr@gnu.org>
12288
12289 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
12290
12291 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
12292
12293 * Makefile.in (lread.o): Depend on coding.h.
12294
12295 * lread.c (openp, Fload): Encode the file name before passing it
12296 to `stat', `access', and `emacs_open'.
12297 (openp): GCPRO the encoded file name. Don't recompute Lisp
12298 strings unnecessarily.
12299
12300 2002-03-29 Kim F. Storm <storm@cua.dk>
12301
12302 * fns.c (Flax_plist_put): Doc fix.
12303
12304 2002-03-28 Miles Bader <miles@gnu.org>
12305
12306 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
12307
12308 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12309
12310 * process.c (set-network-process-options): Add usage.
12311 (make-network-process): Doc fix.
12312
12313 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
12314
12315 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
12316
12317 2002-03-26 Richard M. Stallman <rms@gnu.org>
12318
12319 * fns.c (Fsubstring_no_properties): New function.
12320 (Flax_plist_get, Flax_plist_put): New functions.
12321 (syms_of_fns): defsubr them.
12322
12323 * xdisp.c (update_menu_bar): Test only update_mode_lines;
12324 don't test or alter w->update_mode_line.
12325
12326 * window.c (Fdisplay_buffer): Doc fix.
12327
12328 2002-03-24 Richard M. Stallman <rms@gnu.org>
12329
12330 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
12331
12332 2002-03-24 Gerd Moellmann <gerd@gnu.org>
12333
12334 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
12335 (Fdefmacro): Handle `(declare ...)'.
12336 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
12337 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
12338
12339 2002-03-24 Jason Rumney <jasonr@gnu.org>
12340
12341 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
12342 (xbm_file_p): Add prototypes.
12343 (xbm_format, xbm_image_p): Sync with xfns.c.
12344 (reflect_byte): New function.
12345 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
12346 (xbm_load_image): Create bitmaps with a depth of 1.
12347 (init_xfns): Enable XBM images.
12348
12349 2002-03-23 Jason Rumney <jasonr@gnu.org>
12350
12351 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
12352 correctly. Do not pass up_modifier to keyboard buffer.
12353
12354 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
12355
12356 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
12357
12358 * Makefile.in (bootstrapclean): New target.
12359 (bootstrap-temacs, bootstrap-doc): Remove.
12360 (bootstrap-emacs): Use a bog-standard `temacs'.
12361 Don't bother to build a DOC file.
12362
12363 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
12364
12365 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
12366 in temacs even if !CANNOT_DUMP.
12367 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
12368
12369 * alloc.c (check_pure_size): Only output a warning.
12370
12371 2002-03-22 Jason Rumney <jasonr@gnu.org>
12372
12373 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
12374 supported.
12375
12376 * w32term.c (zv_bits): Declare as short, for word alignment.
12377 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
12378 (syms_of_w32term): Define x-use-underline-position-properties.
12379
12380 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
12381 (clear_image_cache): Block input, fix logic, clear matrices in
12382 all frames that share this cache.
12383
12384 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
12385
12386 * emacs.c (main): Update the Copyright year in the blurb printed
12387 by "emacs --version".
12388
12389 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
12390
12391 * xterm.c (XTread_socket): If XK_ISO_Lock and
12392 XK_ISO_Last_Group_Lock are defined, handle keysyms between
12393 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
12394
12395 2002-03-21 Kim F. Storm <storm@cua.dk>
12396
12397 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
12398 menu-bar bindings in keymap and local-map properties _are_ used.
12399 But try keymap property first in accordance with 2002-01-03 patch.
12400 Added comment describing why this is not always reliable.
12401 (tool_bar_items): Ditto for tool-bar.
12402
12403 2002-03-21 Jason Rumney <jasonr@gnu.org>
12404
12405 * w32fns.c (x_clear_image_1): Disable color table code.
12406
12407 2002-03-21 Kim F. Storm <storm@cua.dk>
12408
12409 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
12410 removed the wrong version of the DEFUN macro; fixed it.
12411
12412 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
12413 Fmember rather than Fmemq).
12414 (Fprovide): Check that subfeatures is a list.
12415
12416 * process.c (QCfeature, QCdatagram): Removed variables.
12417 (QCtype, Qdatagram): New variables.
12418 (network_process_featurep): Removed function.
12419 (Fmake_network_process): Removed :feature check.
12420 Use :type 'datagram instead of :datagram t to create a datagram
12421 socket. This allows us to add other connection types (e.g. raw
12422 sockets) later in a consistent manner.
12423 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
12424 supported subfeatures for feature make-network-process.
12425 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
12426 Intern and staticpro QCtype and Qdatagram.
12427 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
12428
12429 * xfns.c: (QCtype): Remove duplicate declaration and
12430 initialization (is now declared in process.c).
12431
12432 * w32fns.c: (QCtype): Remove duplicate declaration and
12433 initialization (is now declared in process.c).
12434
12435 2002-03-21 Richard M. Stallman <rms@gnu.org>
12436
12437 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
12438 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
12439 when jumping to `fail' to avoid undoing reg changes in the
12440 last iteration of the loop.
12441 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
12442
12443 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
12444 Depend on process.h.
12445
12446 2002-03-20 Jason Rumney <jasonr@gnu.org>
12447
12448 Most of the following changes are still conditional on HAVE_IMAGES
12449 which is not set by default on Windows.
12450
12451 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
12452
12453 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
12454 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
12455 (four_corners_best, x_clear_image_1, x_clear_image)
12456 (x_alloc_image_color, postprocess_image)
12457 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
12458 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
12459 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
12460
12461 * w32gui.h (struct XImage): Define.
12462
12463 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
12464 extract mouse co-ordinates.
12465
12466 2002-03-20 Jason Rumney <jasonr@gnu.org>
12467
12468 * w32.c (init_winsock): Dynamically load new server and UDP
12469 socket functions.
12470 (socket_to_fd): New function.
12471 (sys_socket): Use it.
12472 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
12473 (sys_recvfrom, sys_sendto): New wrapper functions.
12474
12475 * process.c (QCfamily, QCfilter): Remove duplicate declaration
12476 and initialization.
12477
12478 * makefile.w32-in (LIBS): Remove $(WSOCK32).
12479
12480 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
12481
12482 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
12483 Don't use "sun" as a variable, it's a predefined constant on Sun
12484 machines.
12485
12486 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12487
12488 * bytecode.c (Fbyte_code): Revert last change.
12489
12490 2002-03-19 Kim F. Storm <storm@cua.dk>
12491
12492 * makefile.w32-in (LIBS): Add $(WSOCK32).
12493 From David Ponce <dponce@voila.fr>.
12494
12495 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12496
12497 * process.c (wait_reading_process_input): Move variables `pname'
12498 and `pnamelen' down where they are used.
12499
12500 * bytecode.c (Fbyte_code): Discard unused computed value to
12501 prevent gcc warning.
12502
12503 * lisp.h (Fplist_member): Add prototype.
12504
12505 2002-03-18 Kim F. Storm <storm@cua.dk>
12506
12507 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
12508 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
12509
12510 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
12511 Remove explicit GNU_LINUX settings for datagram support.
12512
12513 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12514
12515 * process.c (Fmake_network_process): Remove unused variable `sa'.
12516 Doc fix. Add usage:.
12517 (set_socket_options): Remove unused variables `optnum' and `opttype'.
12518
12519 2002-03-17 Richard M. Stallman <rms@gnu.org>
12520
12521 * xdisp.c (cursor_type_changed): New variable.
12522 (redisplay_internal): Redisplay all windows if cursor_type_changed.
12523 Clear it when clearing windows_or_buffers_changed.
12524 (try_cursor_movement, redisplay_window, try_window_id)
12525 (try_window_reusing_current_matrix): Test cursor_type_changed
12526 along with windows_or_buffers_changed.
12527
12528 * window.h (cursor_type_changed): New variable.
12529
12530 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
12531 not update_mode_lines, and always set it to 1.
12532
12533 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
12534 if no frames needed redrawing.
12535
12536 2002-03-17 Kim F. Storm <storm@cua.dk>
12537
12538 The following changes add support for network server processes,
12539 datagram connections, and local (unix) sockets.
12540
12541 * process.h (struct Lisp_Process): New member log.
12542 Doc fix: Member command used to indicate stopped network process.
12543 Doc fix: Member childp contains plist for network process.
12544 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
12545
12546 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
12547 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
12548 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
12549 New variables.
12550 (NETCONN1_P): New macro.
12551 (DATAGRAM_SOCKETS): New conditional symbol.
12552 (datagram_address): New array.
12553 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
12554 (status_message): Use concat3.
12555 (Fprocess_status): Add `listen' status to doc string. Return `stop'
12556 for a stopped network process.
12557 (Fset_process_buffer): Update contact plist for network process.
12558 (Fset_process_filter): Ditto. Don't enable input for stopped
12559 network processes. Server must listen, even if filter is t.
12560 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
12561 New functions.
12562 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
12563 (Fprocess_contact): Added KEY argument. Handle datagrams.
12564 (list_processes_1): Optionally show only processes with the query
12565 on exit flag set. Dynamically adjust column widths. Omit tty
12566 column if not needed. Report stopped network processes.
12567 Identify server and datagram network processes.
12568 (Flist_processes): New optional arg `query-only'.
12569 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
12570 (conv_lisp_to_sockaddr, set_socket_options)
12571 (network_process_featurep, unwind_request_sigio): New helper functions.
12572 (Fprocess_datagram_address, Fset_process_datagram_address):
12573 (Fset_network_process_options): New lisp functions.
12574 (Fopen_network_stream): Removed. Now defined in simple.el.
12575 (Fmake_network_process): New lisp function. Code is based on previous
12576 Fopen_network_stream, but heavily reworked with new property list based
12577 argument list, support for datagrams, server processes, and local
12578 sockets in addition to old client-only functionality.
12579 (server_accept_connection): New function.
12580 (wait_reading_process_input): Use it to handle incoming connects.
12581 Do not enable input on a new connection if process is stopped.
12582 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
12583 (send_process): Handle datagram sockets.
12584 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
12585 network process is indicated by setting command field to t .
12586 (Fprocess_send_eof): No-op if datagram connection.
12587 (Fstatus_notify): Don't read input for a stream server socket or a
12588 stopped network process.
12589 (init_process): Initialize datagram_address array.
12590 (syms_of_process): Intern and staticpro new variables, defsubr new
12591 functions.
12592
12593 2002-03-16 Jason Rumney <jasonr@gnu.org>
12594
12595 * w32fns.c (w32_to_all_x_charsets): Return correct type in
12596 startup case.
12597
12598 2002-03-16 Richard M. Stallman <rms@gnu.org>
12599
12600 * xdisp.c (redisplay_internal, redisplay_windows):
12601 Use list_of_error to call internal_condition_case_1.
12602 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
12603 so as to catch all errors with no possibility of debugger redisplay.
12604 (list_of_error): New variable.
12605 (syms_of_xdisp): Init and staticpro it.
12606
12607 * print.c (print_object): Delete `\ ' from printed rep of frame.
12608
12609 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
12610
12611 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
12612 until its implementation is fixed.
12613
12614 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12615
12616 * xfns.c (png_load): Remove unused variable `gamma_str'.
12617
12618 2002-03-14 Richard M. Stallman <rms@gnu.org>
12619
12620 * xfns.c (x_real_positions): Handle failure in XQueryTree.
12621
12622 2002-03-14 Miles Bader <miles@gnu.org>
12623
12624 * intervals.c (adjust_for_invis_intang): New function.
12625 (set_point_both): Use `adjust_for_invis_intang' to do most of the
12626 work for dealing with invisible+intangible regions. Do so before
12627 and after both forward and backward movements, to handle both
12628 front-sticky and rear-sticky cases.
12629 * textprop.c (text_property_stickiness): Function moved here from
12630 `editfns.c'.
12631 * intervals.h (text_property_stickiness): New declaration.
12632 * editfns.c (char_property_eq): Function removed.
12633 (text_property_stickiness): Function moved to `textprop.c'.
12634
12635 2002-03-13 Jason Rumney <jasonr@gnu.org>
12636
12637 * config.in: Add STRFTIME_NO_POSIX2.
12638
12639 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
12640 and %OX when underlying strftime does not.
12641
12642 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
12643
12644 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
12645 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
12646 line) to avoid annoying flicker.
12647 (xm_scroll_callback): Get rid of the now unnecessary kludge.
12648 (XTread_socket): Mark it static.
12649
12650 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
12651
12652 2002-03-13 Kim F. Storm <storm@cua.dk>
12653
12654 * puresize.h (BASE_PURESIZE): Increase to 775000.
12655
12656 2002-03-12 Juanma Barranquero <lektu@terra.es>
12657
12658 * editfns.c (syms_of_editfns): Fix typo.
12659
12660 2002-03-12 Gerd Moellmann <gerd@gnu.org>
12661
12662 * xsmfns.c: Include stdio.h because termhooks.h needs it.
12663 Include termopt.h for interrupt_input.
12664
12665 2002-03-11 Andreas Schwab <schwab@suse.de>
12666
12667 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
12668
12669 2002-03-11 Gerd Moellmann <gerd@gnu.org>
12670
12671 * xterm.c (note_mouse_movement): Put code for
12672 x_autoselect_window_p in #if 0.
12673
12674 * lread.c (Fload): Don't assume that message_with_string uses the
12675 string it is given like a C string.
12676
12677 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12678
12679 * xterm.h (x_session_check_input, x_session_initialize): Declared.
12680
12681 * xterm.c: (XTread_socket): Add call to x_session_check_input and
12682 x_session_have_connection.
12683 (x_initialize): Add call to x_session_initialize.
12684
12685 * termhooks.h (enum event_kind): Add save_session_event.
12686
12687 * keyboard.c: Add Emacs event save_session_event.
12688
12689 * emacs.c (main): Add call to syms_of_xsmfns.
12690
12691 * lisp.h: Declare syms_of_xsmfns as extern.
12692
12693 * config.in: Add HAVE_X_SM.
12694
12695 * Makefile.in (LIBXT): Add -lSM -lICE
12696 if HAVE_X_SM and not USE_X_TOOLKIT.
12697 (XOBJ): New file xsmfns.c added.
12698
12699 * xsmfns.c: New file for X session management.
12700
12701 2002-03-09 Jason Rumney <jasonr@gnu.org>
12702
12703 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
12704 read-only when setting modified time.
12705
12706 2002-03-08 Gerd Moellmann <gerd@gnu.org>
12707
12708 * xdisp.c (move_it_vertically_backward): At the end of the function,
12709 when moving forward by lines, treat terminal frames specially.
12710
12711 * keyboard.c (echo_char): Make sure to add a separator between
12712 keys even if echo_dash hasn't been called.
12713
12714 * xdisp.c: Use new string macros.
12715 (update_echo_area): Pass number of bytes to message3 instead of
12716 number of chars.
12717 (set_message_1): Don't access a string's size_byte directly.
12718 (decode_mode_spec_coding): Use number of bytes of eoltype string
12719 instead number of chars.
12720
12721 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
12722
12723 2002-03-08 Juanma Barranquero <lektu@terra.es>
12724
12725 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
12726 24-bit.
12727
12728 2002-03-06 Jason Rumney <jasonr@gnu.org>
12729
12730 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
12731
12732 2002-03-06 Gerd Moellmann <gerd@gnu.org>
12733
12734 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
12735 (cancel_echoing, echo_length, echo_truncate): Changed to
12736 work with new kboard definition.
12737 (echo_now): Use message3_nolog instead of message2_nolog.
12738
12739 * alloc.c (mark_kboards): Mark echo_string.
12740
12741 * keyboard.h (ECHOBUFSIZE): Removed.
12742 (struct kboard): Member echoptr removed, member echobuf renamed
12743 to echo_string.
12744
12745 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
12746 message3 instead of message2 to display the message using STRING's
12747 text properties.
12748
12749 2002-03-05 Andreas Schwab <schwab@suse.de>
12750
12751 * xdisp.c (hscroll_margin): Change to EMACS_INT.
12752
12753 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
12754
12755 * frame.c (default-frame-alist): Explain that setting it doesn't
12756 affect existing frames.
12757
12758 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
12759
12760 * indent.c (skip_invisible): Fix my brain fart.
12761
12762 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
12763
12764 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
12765
12766 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
12767 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
12768 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
12769 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
12770 and variables to use EMACS_INT instead of just int.
12771
12772 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
12773
12774 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
12775
12776 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
12777 environment, pass it down with corrected value.
12778
12779 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12780
12781 * lread.c (read_filtered_event): Do not call start_hourglass
12782 before returning.
12783
12784 2002-03-04 Juanma Barranquero <lektu@terra.es>
12785
12786 * w32term.c (x_display_and_set_cursor): Fix typo.
12787
12788 2002-03-03 Richard M. Stallman <rms@gnu.org>
12789
12790 * fileio.c (Fmake_temp_name): Doc fix.
12791
12792 2002-03-03 Gary Wong <gtw@gnu.org>
12793
12794 * termcap.c [!emacs]: Replace ospeed for building standalone
12795 libtermcap, for binary compatibility.
12796
12797 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
12798
12799 2002-03-03 Richard M. Stallman <rms@gnu.org>
12800
12801 * xrdb.c (file_p): Rename arg `path' to `filename'.
12802
12803 * abbrev.c (Fexpand_abbrev): Increment plist as use count
12804 only if it is an integer.
12805
12806 * xfns.c (png_load): Set screen_gamma based on f->gamma.
12807 If png_get_sRGB gives an answer, call png_set_gamma
12808 using the default image gamma value.
12809
12810 * lread.c (read1): When reading from a file, default string to
12811 multibyte only if it has some multibyte characters.
12812
12813 * print.c (print_object): Output multibyte chars 128...255
12814 using \x even if ! print_escape_multibyte.
12815
12816 * xdisp.c (display_mode_element): Move the places where
12817 bytepos, charpos, this, and lisp_string are set.
12818 Use lisp_string to set bytepos.
12819
12820 * xdisp.c (redisplay_internal):
12821 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
12822
12823 * xdisp.c (display_mode_element): Merge properties specified with
12824 :propertize onto those that come with the string.
12825
12826 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
12827
12828 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
12829 automatic-hscrolling. Users changed.
12830 <hscroll-margin>: Renamed from automatic-hscroll-margin.
12831 Users changed.
12832 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
12833
12834 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
12835
12836 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
12837
12838 2002-03-02 Kim F. Storm <storm@cua.dk>
12839
12840 * window.c (Fminibuffer_selected_window): New function.
12841 (syms_of_window): Defsubr it.
12842
12843 2002-03-01 Kim F. Storm <storm@cua.dk>
12844
12845 * window.h (struct window): New member phys_cursor_width.
12846
12847 * window.c (make_window, replace_window): Init phys_cursor_width.
12848
12849 * xterm.c (x_display_and_set_cursor): Blink box cursor using
12850 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
12851
12852 * w32term.c (x_display_and_set_cursor): Blink box cursor using
12853 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
12854
12855 * lisp.h (GCPRO6): New macro.
12856
12857 * process.c (Fopen_network_stream): Use GCPRO6.
12858
12859 2002-03-01 Kim F. Storm <storm@cua.dk>
12860
12861 * process.c (Qconnect, Qfailed): New variables.
12862 (syms_of_process): Intern and staticpro them.
12863 (Fprocess_status): Document connect and failed return values.
12864 [NON_BLOCKING_CONNECT]: New conditional.
12865 (connect_wait_mask, num_pending_connects): New variables.
12866 (status_message): Convert Qfailed status.
12867 (Fopen_network_stream): Added support for non-blocking connect.
12868 New optional args: filter, sentinel, non_blocking. Doc updated.
12869 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
12870 (deactivate_process): Handle pending non-blocking connect.
12871 (wait_reading_process_input): Poll for status of non-blocking
12872 connects. Exec sentinel directly when connect succeeds.
12873 (status_notify): Don't read process output if not yet connected.
12874
12875 2002-02-28 Kim F. Storm <storm@cua.dk>
12876
12877 * window.c: (minibuf_selected_window): Renamed from
12878 Vminibuf_selected_window. Users changed.
12879 (syms_of_window): Staticpro it.
12880
12881 2002-02-26 Kim F. Storm <storm@cua.dk>
12882
12883 The following changes add a new Vminibuf_selected_window variable
12884 which is similar to Vminibuf_scroll_window, but which is only set
12885 on entry to the minibuffer (from a non-minibuffer window):
12886
12887 * window.c: (Vminibuf_selected_window): New variable.
12888 (struct save_window_data): New member minibuf_selected_window.
12889 (Fset_window_configuration): Restore Vminibuf_selected_window.
12890 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
12891 Set minibuf_scroll_window member to nil if minibuf_level is 0.
12892 (compare_window_configurations): Compare minibuf_selected_window.
12893
12894 * window.h: (Vminibuf_selected_window): Declare extern.
12895
12896 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
12897 entry to minibuffer or on entry from a non-minibuffer window.
12898
12899 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
12900 Vminibuf_selected_window instead of Vminibuf_scroll_window.
12901
12902 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
12903 instead of Vminibuf_scroll_window when deciding in which window
12904 the region should be highlighted. Consequently, the region remains
12905 highlighteded even when a completion buffer is also displayed.
12906
12907 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
12908
12909 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
12910
12911 * xselect.c (Qcompound_text_with_extensions): Renamed from
12912 Qcompound_text_no_extensions.
12913 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
12914
12915 2002-02-26 Juanma Barranquero <lektu@terra.es>
12916
12917 * w32proc.c (syms_of_ntproc): Doc fix.
12918
12919 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12920
12921 * intervals.h: Include "dispextern.h" unconditionally.
12922
12923 2002-02-24 Jason Rumney <jasonr@gnu.org>
12924
12925 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
12926 and disp-table.elc.
12927 (lisp): Add emacs-lisp/backquote.elc.
12928
12929 2002-02-24 Kim F. Storm <storm@cua.dk>
12930
12931 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
12932 The validation of the event type was too strict as it didn't
12933 allow string events; buffer names are used in bindings for
12934 menu-bar-select-buffer (see `menu-bar-update-buffers').
12935
12936 2002-02-23 Kim F. Storm <storm@cua.dk>
12937
12938 The following changes rework my patch of 2002-02-06 which
12939 added command remapping by entering the commands directly into
12940 the keymaps. Now, command remapping uses an explicit `remap'
12941 prefix in the keymaps, i.e. [remap COMMAND].
12942
12943 * keymap.c (Qremap, remap_command_vector): New variables.
12944 (is_command_symbol): Removed function.
12945 (Fdefine_key): No longer accept a symbol for KEY.
12946 Added validation of [remap COMMAND] argument for KEY.
12947 The DEF is no longer required to be a symbol when remapping a command.
12948 (Fremap_command): New function to remap command through keymaps.
12949 (Flookup_key): Perform command remapping initiated by
12950 Fremap_command directly for speed.
12951 (Fkey_binding): Use Fremap_command for command remapping.
12952 (where_is_internal): Handle new command remapping representation.
12953 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
12954 staticpro them. Defsubr Fremap_command.
12955
12956 * keymap.h (Fremap_command): Declare extern.
12957 (is_command_symbol): Remove extern.
12958
12959 * keyboard.c (command_loop_1): Use Fremap_command for command
12960 remapping; now try command remapping for all symbols.
12961
12962 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
12963
12964 * coding.h (run_pre_post_conversion_on_str): Add prototype.
12965
12966 2002-02-23 Jason Rumney <jasonr@gnu.org>
12967
12968 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
12969 on the string before encoding it.
12970 (Fw32_get_clipboard_data): Run post-read-conversion on the string
12971 after decoding it.
12972
12973 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
12974
12975 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12976
12977 * w32term.c (enter_timestamp): Remove unused static variable to
12978 prevent warning.
12979
12980 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
12981
12982 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
12983
12984 * w16select.c (Fw16_get_clipboard_data): Fix last change.
12985
12986 * xselect.c (selection_data_to_lisp_data): Fix last change.
12987
12988 2002-02-22 Jason Rumney <jasonr@gnu.org>
12989
12990 * w32term.h (struct w32_output): New member menu_command_in_progress.
12991
12992 * w32menu.c (menubar_selection_callback): Free the menu and
12993 clear the menu_command_in_progress flag.
12994
12995 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
12996 (menu_free_timer): New variable.
12997 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
12998 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
12999 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
13000 menu command is in progress.
13001 <WM_COMMAND>: Set the menu_command_in_progress flag.
13002 Kill any menu_free_timer that is running.
13003
13004 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
13005 Call ExtTextOutA rather than ExtTextOut.
13006
13007 2002-02-22 Eli Zaretskii <eliz@gnu.org>
13008
13009 * puresize.h (BASE_PURESIZE): Increase to 755000.
13010
13011 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13012
13013 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
13014 on the string before encoding it.
13015 (Fw16_get_clipboard_data): Run post-read-conversion on the string
13016 after decoding it.
13017
13018 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13019
13020 Support for ICCCM Extended Segments in X selections:
13021
13022 * xselect.c <Qcompound_text_no_extensions>: New variable.
13023 (syms_of_xselect): Intern and staticpro it.
13024 (selection_data_to_lisp_data): Run post-read-conversion on decoded
13025 selection text.
13026 (lisp_data_to_selection_data): If next-selection-coding-system is
13027 compound-text-no-extensions, set the type of selection to be
13028 compound-text.
13029
13030 * xterm.h (x_encode_text): Update prototype.
13031
13032 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
13033 callers changed. If SELECTIONP is non-zero, run the
13034 pre-write-conversion function before encoding the selection text.
13035
13036 2002-02-21 Kim F. Storm <storm@cua.dk>
13037
13038 * frame.c (syms_of_frame): Change mouse-highlight default to t.
13039
13040 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
13041 Correct composing of language-change event.
13042
13043 2002-02-20 Kim F. Storm <storm@cua.dk>
13044
13045 * keyboard.c (menu_bar_items): Don't include keymap or local-map
13046 bindings at PT when building menu (the menu is not updated often
13047 enough for this to work reliable).
13048 (tool_bar_items): Likewise.
13049 (current_active_maps): Removed unused (and buggy) function.
13050
13051 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13052
13053 * xfns.c (gif_load): Use correct width and height for GIF images.
13054
13055 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
13056
13057 * floatfns.c (Fatan): Accept an optional second arg and call
13058 atan2 if passed 2 args.
13059
13060 2002-02-18 Jason Rumney <jasonr@gnu.org>
13061
13062 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
13063
13064 2002-02-17 Jason Rumney <jasonr@gnu.org>
13065
13066 * w32term.c (x_autoselect_window_p): New variable.
13067 (syms_of_w32term): DEFVAR_BOOL and initialize it.
13068 (note_mouse_movement): Use it.
13069
13070 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
13071
13072 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
13073
13074 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
13075 New variables.
13076 (syms_of_w32fns): Intern and staticpro them.
13077 (x_frame_parms) <"fullscreen">: New parameter.
13078 (x_fullscreen_move, x_set_fullscreen): New functions.
13079 (x_set_frame_parameters): Support Qfullscreen.
13080 (x_real_positions): Save x/y_pixels_diff frame params.
13081 (x_figure_window_size): Support full-screen frames.
13082 (Fx_create_frame): Default the fullscreen parameter.
13083
13084 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
13085 (x_fullscreen_adjust): New functions.
13086 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
13087 fullscreen. Call x_check_fullscreen_move, and set the
13088 want_fullscreen member of output_data.w32
13089 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
13090
13091 * w32term.h: New enum for FULLSCREEN_* constants.
13092 (struct w32_output): New members want_fullscreen, x_pixels_diff,
13093 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
13094 (x-fullscreen-adjust): New prototype.
13095
13096 2002-02-17 Kim F. Storm <storm@cua.dk>
13097
13098 * frame.c: (Vmouse_highlight): New variable.
13099 (syms_of_frame): DEFVAR_LISP it.
13100
13101 * frame.h: (Vmouse_highlight): Declare extern.
13102
13103 * xterm.h (struct x_display_info): Add mouse_face_hidden.
13104
13105 * xterm.c (disable_mouse_highlight): Removed variable.
13106 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
13107 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
13108 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
13109 and on after keyboard input.
13110 (x_term_init): Initialize mouse_face_hidden.
13111
13112 * msdos.h (struct display_info): Add mouse_face_hidden.
13113
13114 * msdos.c (disable_mouse_highlight): Removed variable.
13115 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
13116 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
13117 (internal_terminal_init): Initialize mouse_face_hidden.
13118 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
13119 and on after keyboard input.
13120
13121 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
13122
13123 * w32term.c (disable_mouse_highlight): Removed variable.
13124 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
13125 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
13126 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
13127 and on after keyboard input.
13128 (w32_initialize_display_info): Initialize mouse_face_hidden.
13129
13130 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
13131
13132 * msdos.c (last_mouse_window): New variable.
13133 (dos_rawgetc): Fix last change--if the mouse is in the same window
13134 as recorded in last_mouse_window, don't select this window.
13135
13136 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
13137
13138 * msdos.c (x_autoselect_window_p): New variable.
13139 (syms_of_msdos): Defvar it.
13140 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
13141 which the last mouse movement occured, unless it is already selected.
13142
13143 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
13144 New variables.
13145 (syms_of_xdisp): DEVFAR them.
13146 (hscroll_window_tree): Use automatic_hscroll_margin and
13147 Vautomatic_hscroll_step to compute the amount of window scrolling.
13148
13149 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13150
13151 * xterm.c (x-autoselect-window): New variable.
13152 (note_mouse_movement): Use it.
13153
13154 * keyboard.c: Do not include "systime.h" twice.
13155
13156 2002-02-15 Andreas Schwab <schwab@suse.de>
13157
13158 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
13159
13160 * alloc.c (NSTATICS): Increase to 1280.
13161
13162 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13163
13164 * alloc.c (NSTATICS): Bump to 1026.
13165
13166 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
13167 (Vx_super_keysym): New variables.
13168 (syms_of_xterm): DEFVAR_LISP them.
13169 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
13170 variables to determine which keys to use for the various modifiers.
13171
13172 2002-02-13 Kim F. Storm <storm@cua.dk>
13173
13174 * window.c: (Vmode_line_in_non_selected_windows): Removed.
13175 (mode_line_in_non_selected_windows): New variable.
13176 (syms_of_window): DEFVAR_BOOL it.
13177
13178 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
13179 Use mode_line_in_non_selected_windows.
13180 (mode_line_in_non_selected_windows): Declare extern.
13181 (Vmode_line_in_non_selected_windows): Removed extern.
13182
13183 2002-02-13 Richard M. Stallman <rms@gnu.org>
13184
13185 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
13186 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
13187 (Fclear_this_command_keys): Doc fixes.
13188
13189 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
13190 (update_face_from_frame_parameter): Increment face_change_count
13191 and windows_or_buffers_changed to force redisplay using changed faces.
13192
13193 * xdisp.c (QCpropertize): New variable.
13194 (mode_line_proptrans_alist): New variable.
13195 (display_mode_element): New arg PROPS; all calls changed.
13196 Implement this, for strings.
13197 Handle literal output of strings by sharing the
13198 main-line code for strings, using local var `literal'.
13199 Handle :propertize feature.
13200 (syms_of_xdisp): Initialze and staticpro QCpropertize and
13201 mode_line_proptrans_alist.
13202
13203 2002-02-11 Kim F. Storm <storm@cua.dk>
13204
13205 * window.c: (Vmode_line_in_non_selected_windows): New variable.
13206 (syms_of_window): DEFVAR_LISP it.
13207
13208 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
13209 (CURRENT_MODE_LINE_FACE_ID): Use it.
13210 (Vmode_line_in_non_selected_windows): Declare extern.
13211
13212 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
13213 to get mode line face.
13214
13215 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
13216
13217 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
13218 variables; cus-start.el doesn't need them anymore.
13219
13220 2002-02-09 Kim F. Storm <storm@cua.dk>
13221
13222 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
13223 reduction. This fixes a display problem where stray newlines were
13224 inserted in the window (corrected by C-l). Clarified code (IMHO).
13225
13226 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
13227
13228 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
13229
13230 * xdisp.c (display_mode_lines): Fix last change.
13231
13232 2002-02-09 Jason Rumney <jasonr@gnu.org>
13233
13234 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
13235 match each other.
13236 (w32_load_system_font): Prevent Cleartype fonts from loading.
13237 (Fx_show_tip): Ensure tip frames are above other topmost windows.
13238
13239 2002-02-09 Kim F. Storm <storm@cua.dk>
13240
13241 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
13242 (CURRENT_MODE_LINE_HEIGHT): Use it.
13243 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
13244
13245 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
13246 (pos_visible_p, handle_face_prop): Likewise.
13247 (display_mode_lines): Likewise, but for the real selected window.
13248 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
13249
13250 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
13251 in non-selected windows.
13252 (realize_basic_faces): Realize it.
13253 (syms_of_term): Intern and staticpro it.
13254
13255 2002-02-08 Kim F. Storm <storm@cua.dk>
13256
13257 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
13258 Changed mail addresses to emacs-devel@gnu.org.
13259
13260 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
13261
13262 * fileio.c (Fsubstitute_in_file_name): If the file name includes
13263 ~user, and there's no such user, don't discard everything before ~user.
13264
13265 * floatfns.c (Fround): Doc fix.
13266
13267 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13268
13269 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
13270
13271 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
13272
13273 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
13274
13275 2002-02-07 Kim F. Storm <storm@cua.dk>
13276
13277 * keymap.c (where_is_internal): Only check whether definition is
13278 remapped if it fulfills is_command_symbol.
13279
13280 2002-02-07 Andreas Schwab <schwab@suse.de>
13281
13282 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
13283
13284 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
13285
13286 2002-02-06 Kim F. Storm <storm@cua.dk>
13287
13288 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
13289 defining command remapping. Doc updated.
13290 (Flookup_key): Remap command through keymap if KEY is a symbol.
13291 (is_command_symbol): New function.
13292 (Fkey_binding): Use it. New optional argument NO-REMAP.
13293 Doc updated. Callers changed. Perform command remapping via
13294 recursive call unless that arg is non-nil.
13295 (where_is_internal): New argument no_remap. Callers changed.
13296 Call recursively to find original key bindings for a remapped
13297 comand unless that arg is non-nil.
13298 (Fwhere_is_internal): New optional argument NO-REMAP.
13299 Doc updated. Callers changed. Pass arg to where_is_internal.
13300
13301 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
13302 (is_command_symbol): Added prototype.
13303
13304 * keyboard.c (Vthis_original_command): New variable.
13305 (syms_of_keyboard): DEFVAR_LISP it.
13306 (command_loop_1): Set it, and perform command remapping.
13307
13308 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13309
13310 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
13311
13312 2002-02-06 Jason Rumney <jasonr@gnu.org>
13313
13314 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
13315
13316 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
13317
13318 * charset.c (get_charset_id): Use if-else instead of ?:.
13319
13320 2002-02-06 Richard M. Stallman <rms@gnu.org>
13321
13322 * filelock.c (S_ISLNK): Define if not defined.
13323
13324 2002-02-03 Richard M. Stallman <rms@gnu.org>
13325
13326 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
13327
13328 * lread.c (read1): Redesign strategy for force_multibyte and
13329 force_singlebyte. Now is_multibyte records whether read_buffer
13330 is multibyte. Encountering any multibyte character makes it so.
13331
13332 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
13333
13334 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
13335 with the same sequence, map that sequence to f10 rather than f0.
13336
13337 2002-02-03 Andreas Schwab <schwab@suse.de>
13338
13339 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
13340 latter never being defined on GNU/Linux.
13341
13342 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13343
13344 * xfaces.c (realize_default_face): Don't set the weight and slant of
13345 the default face to Qnormal, unless these attributes are unspecified.
13346
13347 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13348
13349 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
13350 Call cancel_hourglass unconditionally.
13351
13352 * eval.c (Fsignal): Remove duplicated declaration of
13353 the variable `display_hourglass_p'.
13354
13355 2002-01-31 Richard M. Stallman <rms@gnu.org>
13356
13357 * editfns.c (region_limit): Nicer error message.
13358
13359 * coding.c (decode_composition_emacs_mule):
13360 Give up if NCOMPONENT gets too large to index `component'.
13361
13362 * callint.c (check_mark): New arg to specify clearer error message.
13363 Callers changed.
13364
13365 2002-01-27 Richard M. Stallman <rms@gnu.org>
13366
13367 * minibuf.c (Fcompleting_read): Doc fix.
13368
13369 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13370
13371 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
13372 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
13373 Fix doc-strings.
13374
13375 2002-01-26 Richard M. Stallman <rms@gnu.org>
13376
13377 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
13378
13379 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
13380 and scroll_up_aggressively.
13381
13382 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13383
13384 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
13385
13386 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
13387
13388 * textprop.c (Fnext_property_change, Fnext_single_property_change)
13389 (Fprevious_property_change, Fprevious_single_property_change):
13390 Stay within the narrowed-buffer boundaries.
13391
13392 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
13393
13394 * term.c (Ftty_display_color_cells): New function.
13395 (syms_of_term): Defsubr it.
13396 (Ftty_display_color_cells, Ftty_display_color_p): Change the
13397 argument name to DISPLAY. Doc fix.
13398
13399 * dispextern.h: Add prototype for set_tty_color_mode and
13400 tty_setup_colors.
13401
13402 2002-01-24 Jason Rumney <jasonr@gnu.org>
13403
13404 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
13405 If region left to draw is not what was expected, mark the frame as
13406 garbaged.
13407
13408 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
13409 Combine the regions returned by BeginPaint and GetUpdateRect.
13410
13411 2002-01-23 Jason Rumney <jasonr@gnu.org>
13412
13413 * w32term.c (x_update_window_begin): Only hide caret if
13414 w32_use_visible_system_caret is set.
13415 (x_update_window_end): Only show caret if
13416 w32_use_visible_system_caret is set.
13417 (syms_of_w32term): Handle SystemParametersInfo call failing.
13418
13419 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
13420
13421 2002-01-22 Richard M. Stallman <rms@gnu.org>
13422
13423 * unexelf.c (unexec): Define n so as to cause compilation error
13424 for the code where people have often written n instead of nn.
13425
13426 * .gdbinit (hookpost-run): Defined.
13427
13428 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13429
13430 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
13431
13432 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13433
13434 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
13435 if fullscreen is being set.
13436
13437 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13438
13439 * minibuf.c (Fminibuffer_contents)
13440 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
13441 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
13442
13443 2002-01-21 Richard M. Stallman <rms@gnu.org>
13444
13445 * window.c (check_frame_size): Fix minimum height calculation.
13446
13447 2002-01-20 Ken Raeburn <raeburn@gnu.org>
13448
13449 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
13450 height before comparison.
13451 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
13452
13453 2002-01-20 Jason Rumney <jasonr@gnu.org>
13454
13455 * w32term.c (w32_system_caret_width): Remove.
13456 (w32_use_visible_system_caret): New user flag.
13457 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
13458 Windows reports a screen reader running.
13459 (x_update_window_begin): Hide the system caret.
13460 (x_update_window_end): Show the system caret.
13461 (x_display_and_set_cursor): Don't draw a cursor when
13462 w32_use_visible_system_caret is set. Do not adjust width.
13463
13464 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
13465 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
13466 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
13467 the user requests it. Use system default width when creating.
13468 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
13469
13470 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
13471 New window messages.
13472
13473 2002-01-20 Richard M. Stallman <rms@gnu.org>
13474
13475 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
13476
13477 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13478
13479 * doprnt.c (doprnt1): Fix typos in error call.
13480
13481 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
13482
13483 * unexelf.c (unexec) [__sgi]: Support the .got sections.
13484
13485 2002-01-20 Jason Rumney <jasonr@gnu.org>
13486
13487 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
13488 that Windows returns. If a double check fails, try to guess how
13489 ExtTextOut is going to act.
13490
13491 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
13492 in place of stricmp.
13493 (w32_list_synthesized_fonts): Removed.
13494 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
13495 (struct enumfont_t): New element; list.
13496 (enum_font_cb2): List all style and charset variations of a font.
13497 (Fw32_select_font): New optional argument; include_proportional.
13498 Exclude vertical fonts. Exclude proportional fonts unless
13499 include_proportional is non-nil.
13500 (w32_enable_synthesized_fonts): Change to a boolean.
13501 (Fw32_send_sys_command): Doc fix.
13502
13503 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13504
13505 * dispnew.c (update_frame): Move the variable `tem' to the block
13506 where it is used.
13507
13508 2002-01-19 Jason Rumney <jasonr@gnu.org>
13509
13510 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
13511 call to face-set-after-frame-default.
13512
13513 2002-01-18 Richard M. Stallman <rms@gnu.org>
13514
13515 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
13516 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
13517
13518 2002-01-17 Richard M. Stallman <rms@gnu.org>
13519
13520 * window.c (enlarge_window): When exceeding size of parent,
13521 directly delete all the siblings instead of trying to resize it.
13522
13523 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13524
13525 * term.c (set_tty_color_mode): Remove unused variable `tem'.
13526
13527 2002-01-16 Henrik Enberg <henrik@enberg.org>
13528
13529 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
13530
13531 2002-01-16 Kim F. Storm <storm@cua.dk>
13532
13533 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
13534 is invisible. This can happen if cursor is on top line of a
13535 window, and we switch to a buffer with a header line.
13536
13537 * w32term.c (x_erase_phys_cursor): Ditto.
13538
13539 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13540
13541 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
13542 `dont_resize' only when used.
13543
13544 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
13545
13546 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
13547
13548 * xdisp.c (display_mode_element): When computing charpos, depend
13549 on multibyteness of elt, not the text in field.
13550
13551 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13552
13553 * buffer.c (Fkill_all_local_variables):
13554 Increment `update_mode_lines' only once.
13555
13556 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13557
13558 * lisp.h (adjust_after_replace_noundo)
13559 (Fupdate_coding_systems_internal): Add prototypes.
13560
13561 * sound.c (Fplay_sound): Initialize header_size also for :data case.
13562
13563 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
13564
13565 Support for the --color command-line argument and tty-color-mode
13566 frame parameter:
13567
13568 * term.c (tty_default_color_capabilities, tty_setup_colors)
13569 (set_tty_color_mode): New functions.
13570 (term_init): Call tty_default_color_capabilities.
13571 (Qtty_color_mode_alist): New variable.
13572 (syms_of_term): Intern and staticpro it.
13573
13574 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
13575 frames.
13576 (do_switch_frame): For termcap frames, switch the tty
13577 color mode as specified by the frame's parameters.
13578 (Qtty_color_mode): New variable.
13579 (syms_of_frame): Intern and staticpro it.
13580
13581 * emacs.c (USAGE2): Add the --color option.
13582 (standard_args): Ditto.
13583
13584 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13585
13586 * xterm.h (struct x_output): New members want_fullscreen,
13587 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
13588 y_pixels_outer_diff.
13589 New enum for FULLSCREEN_* constants.
13590 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
13591 is NULL.
13592 (x_fullscreen_adjust): Add prototype.
13593
13594 * emacs.c (USAGE2): Add the new full-screen arguments.
13595 (standard_args): Ditto.
13596
13597 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
13598 New variables.
13599 (syms_of_xfns): Intern and staticpro them.
13600 (x_frame_parms) <"fullscreen">: New parameter.
13601 (x_fullscreen_move, x_set_fullscreen): New functions.
13602 (x_set_frame_parameters): Support for Qfullscreen.
13603 (x_real_positions): More accurate computation of the frame position.
13604 (x_figure_window_size): Support full-screen frames.
13605 (Fx_create_frame): Default the fullscreen parameter.
13606
13607 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
13608 (XTread_socket) <Expose>: Call x_check_fullscreen.
13609 <ConfigureNotify>: Don't resize to fullscreen.
13610 Call x_check_fullscreen_move, and set the want_fullscreen member of
13611 output_data.x.
13612
13613 2002-01-13 Jason Rumney <jasonr@gnu.org>
13614
13615 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
13616 for mice with more than 3 buttons.
13617
13618 * w32term.c (parse_button): New parameter xbutton. Callers changed.
13619 (w32_read_socket): Handle new "XBUTTON" messages.
13620
13621 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
13622 (syms_of_w32fns): DEFVAR_BOOL it.
13623 (w32_wnd_proc): Handle new "XBUTTON" messages.
13624
13625 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13626
13627 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
13628
13629 2002-01-13 Andreas Schwab <schwab@suse.de>
13630
13631 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
13632
13633 2002-01-12 Andreas Schwab <schwab@suse.de>
13634
13635 * .gdbinit (xbuffer): Remove address operator since data is now a
13636 pointer.
13637
13638 2002-01-11 Richard M. Stallman <rms@gnu.org>
13639
13640 * insdel.c (adjust_after_replace_noundo): New function.
13641
13642 * coding.c (code_convert_region): Don't copy old text if undo disabled.
13643
13644 2002-01-09 Jason Rumney <jasonr@gnu.org>
13645
13646 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
13647 when checking for multiple frames.
13648
13649 2002-01-08 Richard M. Stallman <rms@gnu.org>
13650
13651 * window.c (delete_window): Rewrite the code for changing the
13652 selected window to handle the case where WINDOW is not a leaf.
13653
13654 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
13655
13656 * process.c (send_process): Set src_multibyte to 1 after the call
13657 top setup_coding_system, not before the call.
13658
13659 2002-01-07 Jason Rumney <jasonr@gnu.org>
13660
13661 * xmenu.c (set_frame_menubar, xmenu_show):
13662 (xdialog_show): Initialize wv->help to Qnil.
13663
13664 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
13665 (w32_dialog_show): Initialize wv->help to Qnil.
13666
13667 2002-01-06 Jason Rumney <jasonr@gnu.org>
13668
13669 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
13670
13671 * w32menu.c (w32_menu_display_help): Revert last change.
13672
13673 * xmenu.c (menu_highlight_callback): Revert last change.
13674
13675 2002-01-06 Andreas Schwab <schwab@suse.de>
13676
13677 * insdel.c (make_gap_larger): Make sure buffer size does not
13678 overflow range of int.
13679
13680 2002-01-05 Jason Rumney <jasonr@gnu.org>
13681
13682 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
13683 OVERLAPS_P.
13684
13685 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
13686
13687 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
13688 to the left or to the right of the pointer, put it against
13689 the left screen edge.
13690 (x_frame_parms): Add missing braces around initializer.
13691
13692 * w32term.c (x_setup_relief_colors): Don't compute an image's
13693 background color if it doesn't have a Pixmap.
13694 (notice_overwritten_cursor): Don't depend on
13695 output_cursor and updated_area. Compare pixel coordinates with
13696 window's cursor pixel coordinates.
13697 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
13698 Call notice_overwritten_cursor with new arg list.
13699 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
13700 unconditionally.
13701 (x_draw_image_relief): Use predefined macro instead of
13702 constant when the value of `tool_bar_button_relief' is negative.
13703
13704 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
13705
13706 2002-01-04 Richard M. Stallman <rms@gnu.org>
13707
13708 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
13709
13710 2002-01-03 Richard M. Stallman <rms@gnu.org>
13711
13712 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
13713 (Fkey_binding): Try the `keymap' property map first.
13714 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
13715 minor mode bindings.
13716
13717 2002-01-03 Kim F. Storm <storm@cua.dk>
13718
13719 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
13720
13721 2002-01-02 Richard M. Stallman <rms@gnu.org>
13722
13723 * keyboard.c (read_key_sequence): Handle the keymap property
13724 before minor mode maps.
13725
13726 * editfns.c (Fformat): Update thissize from field_width
13727 based on the actual width, in the string case.
13728
13729 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13730
13731 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
13732 when used as truth value to prevent gcc warnings.
13733
13734 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
13735 * w32proc.c: Include <config.h>.
13736
13737 2002-01-01 Andreas Schwab <schwab@suse.de>
13738
13739 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
13740 not EMACS_INT, to make them compatible with DEFVAR_INT.
13741 * lisp.h (max_specpdl_size): Adjust declaration.
13742
13743 2002-01-01 Richard M. Stallman <rms@gnu.org>
13744
13745 * print.c (print_object): Test print_escape_nonascii only for
13746 unibyte strings.
13747 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
13748 when outputting to a multibyte buffer.
13749
13750 2001-12-29 Richard M. Stallman <rms@gnu.org>
13751
13752 * print.c (print_object): In multibyte string, use hex escapes.
13753 Use octal only for unibyte strings.
13754 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
13755
13756 * lread.c (read_escape): New arg BYTEREP for reporting whether
13757 escape forces unibyte or multibyte.
13758 (read1): When reading a string, take note of that info.
13759
13760 2001-12-29 Ken Raeburn <raeburn@gnu.org>
13761
13762 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
13763 comparison to test lisp value returned by Fget.
13764
13765 2001-12-29 Richard M. Stallman <rms@gnu.org>
13766
13767 * lisp.h (max_specpdl_size): Add declaration.
13768
13769 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
13770
13771 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
13772 Handle modifier bits. Correct typo in error message.
13773
13774 2001-12-28 Richard M. Stallman <rms@gnu.org>
13775
13776 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
13777 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
13778 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
13779 Update calls to Fdefine_abbrev.
13780 (write_abbrev): Update for changed data format.
13781 Don't list "system" abbrevs.
13782 (Fexpand_abbrev): Update use count with new data format.
13783 (describe_abbrev): Update for changed data format.
13784 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
13785
13786 * config.in (HAVE_MBSINIT): Add #undef.
13787
13788 * strftime.c (mbsinit): Define as no-op if not available.
13789
13790 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
13791 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
13792
13793 * keymap.c (Flookup_key): Error message if key has wrong data type.
13794 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
13795 (exclude_key): New variable.
13796
13797 2001-12-28 Gerd Moellmann <gerd@gnu.org>
13798
13799 * xterm.c (x_setup_relief_colors): Don't compute an image's
13800 background color if it doesn't have a Pixmap.
13801
13802 * xterm.c (notice_overwritten_cursor): Don't depend on
13803 output_cursor and updated_area. Compare pixel coordinates with
13804 window's cursor pixel coordinates.
13805 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
13806 Call notice_overwritten_cursor with new arg list.
13807 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
13808 unconditionally.
13809
13810 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
13811 height of the cursor line to the amount to scroll.
13812
13813 2001-12-27 Richard M. Stallman <rms@gnu.org>
13814
13815 * intervals.c (set_point_both): The position after an invisible,
13816 intangible character is not an acceptable stopping point.
13817
13818 2001-12-27 Ken Raeburn <raeburn@gnu.org>
13819
13820 * window.c (enlarge_window): In new preserve_before code, convert
13821 CURBEG from lisp object to integer before doing arithmetic.
13822
13823 2001-12-27 Richard M. Stallman <rms@gnu.org>
13824
13825 * bytecode.c (Fbyte_code): Undo previous change.
13826
13827 2001-12-26 Kim F. Storm <storm@cua.dk>
13828
13829 * keyboard.c (record_char): Ignore duplicate help-echo events only
13830 separated by mouse-movement. When tracking mouse, only record
13831 first and last mouse-movement event in same window.
13832 Don't record mouse-movement events in keyboard macros.
13833
13834 2001-12-25 Richard M. Stallman <rms@gnu.org>
13835
13836 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
13837 (Fenlarge_window): New arg PRESERVE_BEFORE.
13838
13839 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
13840 instead of Fstring_as_unibyte.
13841
13842 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13843
13844 The following changes remove mocklisp support:
13845
13846 * mocklisp.h, mocklisp.c: Files removed.
13847
13848 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
13849 `Qmocklisp' and `Qmocklisp_arguments'.
13850 Remove prototype of syms_of_mocklisp.
13851
13852 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
13853
13854 * callint.c: Do not include mocklisp.h.
13855 (Fcall_interactively): Do not test for mocklisp case.
13856
13857 * eval.c: Remove variables `Qmocklisp_arguments',
13858 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
13859 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
13860 Do not test for mocklisp case.
13861 (Fwhile): Remove unused variable `tem'.
13862 (syms_of_eval): Remove variable `moclisp-arguments'.
13863
13864 * data.c (wrong_type_argument): Remove mocklisp case.
13865
13866 * doc.c (Fdocumentation): Remove mocklisp case.
13867
13868 * emacs.c (main): Do not call syms_of_mocklisp.
13869
13870 2001-12-21 Richard M. Stallman <rms@gnu.org>
13871
13872 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
13873 to the left or to the right of the pointer, put it against
13874 the left screen edge.
13875
13876 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
13877
13878 * Makefile.in (distclean): Remove .gdbinit if we are building
13879 outside the source tree.
13880
13881 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
13882
13883 * w32.c (emacs_root_dir): New function.
13884
13885 * msdos.c (emacs_root_dir): New function.
13886
13887 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
13888 of the current drive as the fallback for default_directory.
13889
13890 * dired.c (file_name_completion): Run the elements of
13891 completion-ignored-extensions through ENCODE_FILE.
13892
13893 * lisp.h (scmp): Remove prototype, since it's now a static
13894 function private to dired.c.
13895
13896 2001-12-18 Richard M. Stallman <rms@gnu.org>
13897
13898 * dired.c (scmp): Function moved from minibuf.c.
13899 Delete multibyte handling--used only on encoded strings.
13900
13901 * minibuf.c (scmp): Function moved to dired.c.
13902
13903 * fns.c (merge): Add QUIT call.
13904
13905 2001-12-18 Dave Love <fx@gnu.org>
13906
13907 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
13908 language/georgian.el.
13909
13910 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
13911
13912 * Makefile.in (lisp, shortlisp): Synchronize with changes to
13913 lisp/Makefile.in:DONTCOMPILE.
13914
13915 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13916
13917 * xdisp.c (window_box_height): Do not return negative values.
13918 From Gerd Moellmann <gerd@gnu.org>.
13919
13920 * keyboard.c (head_table): Add missing braces around initializer.
13921
13922 * term.c (keys): Likewise.
13923
13924 * xfns.c (x_frame_parms, visual_classes): Likewise.
13925
13926 2001-12-17 Sam Steingold <sds@gnu.org>
13927
13928 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
13929 patch (COMPOSING_P, not COMPOSING).
13930
13931 2001-12-17 Richard M. Stallman <rms@gnu.org>
13932
13933 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
13934
13935 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
13936 before calling decode_coding.
13937
13938 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
13939
13940 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
13941 instead of only for COMPOSITION_DISABLED.
13942
13943 2001-12-16 Richard M. Stallman <rms@gnu.org>
13944
13945 * alloc.c (pure_alloc): After overflow, allocate just a small block.
13946
13947 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
13948
13949 * buffer.h (struct buffer): New field `display_error_modiff'.
13950 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
13951
13952 * window.c (Frecenter): Clear display_error_modiff field.
13953
13954 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
13955 Call redisplay_window, but not if display_error_modiff field says no.
13956 (redisplay_window_error): New function.
13957 (displayed_buffer): New variable.
13958 (redisplay_internal, redisplay_windows): Call the new functions
13959 instead of redisplay_window directly.
13960
13961 2001-12-15 Richard M. Stallman <rms@gnu.org>
13962
13963 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
13964
13965 2001-12-14 Andrew Innes <andrewi@gnu.org>
13966
13967 * makefile.w32-in (EMACSLOADPATH): Define.
13968 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
13969 (bootstrap-temacs): Remove dependency on bootstrap-clean.
13970
13971 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
13972
13973 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
13974 parameter have a numeric value all the time.
13975
13976 * w32fns.c (x_report_frame_params): Likewise.
13977
13978 2001-12-12 Richard M. Stallman <rms@gnu.org>
13979
13980 * fileio.c (Fwrite_region): Doc fix.
13981
13982 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
13983 (redisplay_internal): Call clear_image_cache only for window terminals.
13984
13985 2001-12-12 Gerd Moellmann <gerd@gnu.org>
13986
13987 * xdisp.c (move_it_vertically_backward): Change heuristic
13988 for the case that we didn't move far enough initially.
13989
13990 * window.c (Frecenter): Simplify computation in the case of window
13991 system frames and ARG < 0; use window_box_height.
13992
13993 2001-12-11 Richard M. Stallman <rms@gnu.org>
13994
13995 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
13996 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
13997
13998 2001-12-11 Andrew Innes <andrewi@gnu.org>
13999
14000 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
14001 arg is negative.
14002
14003 2001-12-11 Richard M. Stallman <rms@gnu.org>
14004
14005 * m/hp800.h: Split the __hpux conditional into the parts
14006 that are right for GNU/Linux too and the parts that are not.
14007 Use the former if GNU_LINUX.
14008 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
14009
14010 * s/gnu-linux.h (GNU_LINUX): Defined.
14011
14012 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14013
14014 * macros.c, msdos.c, w16select.c: Change doc-string comments to
14015 `new style' [w/`doc:' keyword].
14016
14017 2001-12-10 Jason Rumney <jasonr@gnu.org>
14018
14019 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
14020 before using.
14021
14022 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14023
14024 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
14025 keyword].
14026
14027 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
14028
14029 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
14030
14031 * s/hpux10.h (srand48): Don't undefine.
14032
14033 2001-12-09 Jason Rumney <jasonr@gnu.org>
14034
14035 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
14036 Add comment to explain where the struct came from.
14037 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
14038 (add_menu_item): Process pop-up menus first to avoid memory leak.
14039 (add_menu_item, w32_menu_display_help): Use `help' field as
14040 Lisp_Object.
14041 (w32_free_submenu_strings): Only free owner-drawn strings.
14042
14043 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14044
14045 * COPYING: Moved back.
14046
14047 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
14048 Add parentheses around && within ||.
14049
14050 * indent.c (compute_motion): Likewise.
14051
14052 * intervals.c (merge_properties_sticky): Likewise.
14053
14054 * coding.c (setup_coding_system, shrink_encoding_region)
14055 (Fdecode_sjis_char): Likewise.
14056
14057 2001-12-07 Andreas Schwab <schwab@suse.de>
14058
14059 * xdisp.c (display_mode_element): Don't read past end of string if
14060 it ends with '%'.
14061
14062 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
14063 can hold.
14064
14065 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
14066 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
14067 type changed to Lisp_Object.
14068 (syms_of_data): DEFVAR_LISP them.
14069
14070 2001-12-07 Richard M. Stallman <rms@gnu.org>
14071
14072 * callproc.c (init_callproc): Set Vdata_directory based on the source
14073 location whenever Emacs was run uninstalled.
14074
14075 2001-12-06 Paul Eggert <eggert@twinsun.com>
14076
14077 * config.in (HAVE_WORKING_VFORK): New #undefs.
14078 * process.c (create_process):
14079 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
14080 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
14081 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
14082 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
14083 * m/intel386.h (HAVE_VFORK): Likewise.
14084 * m/mips-siemens.h (HAVE_VFORK): Likewise.
14085 * m/mips.h (HAVE_VFORK): Likewise.
14086 * s/freebsd.h (vfork): Remove #define.
14087 * s/lynxos.h (HAVE_VFORK): Remove #undef.
14088 * s/usg5-4-2.h: Fix comment about vfork.
14089
14090 2001-12-06 Richard M. Stallman <rms@gnu.org>
14091
14092 * s/hpux10.h (random): Add undef.
14093 (HAVE_RANDOM): Define it just once.
14094
14095 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
14096
14097 * eval.c: Undo last change: the standard syntax is not wanted.
14098
14099 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
14100
14101 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
14102 scroll bars of the frame before deleting the frame itself. If the
14103 frame has a widget, delete the frame with XtDestroyWidget, and do
14104 not call XDestroyWindow before that.
14105
14106 2001-12-06 Kim F. Storm <storm@cua.dk>
14107
14108 * xfns.c (x_report_frame_params): Return actual fringe widths.
14109
14110 * w32fns.c (x_report_frame_params): Return actual fringe widths.
14111
14112 2001-12-05 Andrew Innes <andrewi@gnu.org>
14113
14114 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
14115 excessively large.
14116
14117 * insdel.c (make_gap_larger): New function.
14118 (make_gap_smaller): New function.
14119 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
14120 Call make_gap_smaller if arg is negative.
14121
14122 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
14123
14124 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
14125 Pass a dummy argument when calling interrupt_signal.
14126 (parse_menu_item): Mark disabled items before checking for empty def.
14127 (read_char_minibuf_menu_prompt): Make safety more visible.
14128 (read_key_sequence): Add a `first_unbound' variable.
14129 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
14130 unbound prefix as soon as we can detect it.
14131
14132 * doc.c (Fsnarf_documentation): Add prototype.
14133 (get_doc_string): Handle negative arguments.
14134 (Fdocumentation): Use AREF and ASIZE.
14135 Move the calls to get_doc_string to a single place.
14136 Don't confuse an interactive-spec for a docstring reference.
14137 (Fdocumentation_property): Take advantage of the fact that
14138 get_doc_string now ignores the sign of the docstring position.
14139
14140 * eval.c: Use standard syntax for usage in docstrings.
14141
14142 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14143
14144 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
14145
14146 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14147
14148 * xterm.c (x_draw_image_relief): Use predefined macro instead of
14149 constant when the value of `tool_bar_button_relief' is negative.
14150
14151 2001-12-02 Richard M. Stallman <rms@gnu.org>
14152
14153 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
14154 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
14155
14156 * fileio.c (read_non_regular): Delete Fsignal call.
14157
14158 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
14159
14160 * lisp.h (run_hook_list_with_args): Undo last change.
14161
14162 2001-12-01 Gerd Moellmann <gerd@gnu.org>
14163
14164 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
14165
14166 2001-12-01 Jason Rumney <jasonr@gnu.org>
14167
14168 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
14169
14170 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
14171 [!WM_MOUSELEAVE]: Define.
14172
14173 * w32menu.c (current_popup_menu, get_menu_item_info):
14174 (set_menu_item_info): New vars.
14175 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
14176 (w32_menu_show): Set current_popup_menu.
14177 (add_menu_item): Allocate new strings for owner-drawn menu items
14178 and help strings.
14179 Use owner-draw for disabled menu items again.
14180 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
14181 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
14182
14183 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
14184 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
14185 <WM_EXITMENULOOP>: Free menu strings.
14186 <WM_MOUSELEAVE>: Stop tracking mouse.
14187 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
14188
14189 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
14190 and mouse face.
14191
14192 2001-12-01 Kim F. Storm <storm@cua.dk>
14193
14194 The following changes add left-fringe and right-fringe
14195 frame parameters to adjust fringe widths, or remove one or
14196 both fringes.
14197
14198 * frame.h (struct frame): Remove trunc_area_pixel_width and
14199 trunc_area_cols fields.
14200 (Qleft_fringe, Qright_fringe): Declare.
14201 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
14202
14203 * frame.c (Qleft_fringe, Qright_fringe): New vars.
14204 (syms_of_frame): Initialize them.
14205
14206 * window.c (coordinates_in_window): Handle separate left and right
14207 fringe widths.
14208
14209 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
14210 and fringe_cols fields.
14211 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
14212 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
14213 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
14214 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
14215 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
14216 (x_compute_fringe_widths): Add prototype.
14217
14218 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
14219 fill fringe evenly with small dashes.
14220 (x_draw_fringe_bitmap): Clear background if necessary. Align and
14221 clip the new ZV bitmap to avoid jitter between rows.
14222 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
14223 background. Don't draw fringe bitmaps if fringe width is zero.
14224 (x_compute_fringe_widths): New function.
14225 (x_new_font, x_set_window_size_1): Use it.
14226
14227 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
14228 (x_set_frame_parameters): Process `font' parameter before other
14229 parameters as fringe widths depend on it.
14230 (x_set_fringe_width): New function.
14231 (x_figure_window_size): Use x_compute_fringe_widths.
14232 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
14233 parameters.
14234
14235 * widget.c (set_frame_size): Use x_compute_fringe_widths.
14236 (EmacsFrameSetCharSize): Ditto.
14237
14238 * w32term.h: Merged changes from xterm.h.
14239 * w32term.c: Merged changes from xterm.c.
14240 * w32fns.c: Merged changes from xfns.c.
14241
14242 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14243
14244 * COPYING: Removed.
14245
14246 2001-11-29 Dave Love <fx@gnu.org>
14247
14248 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
14249 extra extra slot.
14250 (detect_coding_mask): Fix call of detect_coding_iso2022.
14251
14252 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14253
14254 * fileio.c (file-name-coding-system)
14255 (default-file-name-coding-system): Doc fix (links to referenced
14256 variables added).
14257
14258 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
14259
14260 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
14261 Add dummy uses of gcproN variables.
14262
14263 * category.c (describe_category, describe_category_1)
14264 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
14265 (syms_of_category): Don't defsubr Sdescribe_categories.
14266
14267 2001-11-28 Richard M. Stallman <rms@gnu.org>
14268
14269 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
14270
14271 * Makefile.in (lispdir): New variable, referring to build dir.
14272 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
14273
14274 2001-11-28 Andrew Innes <andrewi@gnu.org>
14275
14276 * w32menu.c (w32_menu_display_help): Actually add the new argument
14277 OWNER.
14278
14279 2001-11-28 Jason Rumney <jasonr@gnu.org>
14280
14281 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
14282 menu items. From David Ponce <dponce@wanadoo.fr>.
14283 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
14284 conditionally.
14285 (w32_menu_display_help): New argument OWNER. Rewritten to store a
14286 help event in the owner frame's keyboard buffer.
14287
14288 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
14289 (Fx_show_tip): Don't subtract last width from row width.
14290
14291 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
14292 (w32_read_socket): Use EQ to compare frames.
14293
14294 2001-11-28 Gerd Moellmann <gerd@gnu.org>
14295
14296 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
14297 OVERLAPS_P.
14298
14299 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14300
14301 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
14302 `gcpro3' and `gcpro4'.
14303
14304 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
14305
14306 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
14307
14308 * ccl.c: Use AREF and ASIZE.
14309
14310 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
14311
14312 * lisp.h (run_hook_list_with_args): Remove.
14313 (LIST_END_P): Fix call to wrong_type_argument.
14314 (make_fixnum_or_float): Use EMACS_INT rather than int.
14315
14316 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
14317
14318 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
14319 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
14320
14321 * eval.c: Use AREF and ASIZE.
14322 (Ffetch_bytecode): Add the file name to the error message.
14323
14324 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
14325 which match the end of the file-name.
14326 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
14327 is not a valid env var, but leave it as is instead.
14328
14329 * keymap.c (access_keymap): Handle t bindings like nil bindings.
14330 Make nil bindings in char-tables transparent.
14331 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
14332
14333 2001-11-26 Richard M. Stallman <rms@gnu.org>
14334
14335 * textprop.c (set_text_properties_1): Allow START, END in either order.
14336 Do nothing if range is empty.
14337
14338 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
14339
14340 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
14341 (clean): Not here.
14342
14343 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
14344
14345 * textprop.c (set_text_properties_1): Clearly mark that the
14346 interval should not be empty.
14347
14348 * intervals.c (graft_intervals_into_buffer):
14349 Don't call set_text_properties_1 on an empty interval.
14350
14351 2001-11-25 Richard M. Stallman <rms@gnu.org>
14352
14353 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
14354
14355 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
14356 don't lose the data in it.
14357
14358 2001-11-25 Juanma Barranquero <lektu@terra.es>
14359
14360 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
14361
14362 * buffer.c (Fkill_buffer): Likewise.
14363
14364 * print.c (temp_output_buffer_setup): Likewise.
14365
14366 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
14367
14368 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
14369
14370 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
14371
14372 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
14373 Niemitalo <kon@iki.fi>.
14374
14375 2001-11-25 Jason Rumney <jasonr@gnu.org>
14376
14377 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
14378
14379 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
14380 (Fx_show_tip): Block input during frame creation.
14381 (Fx_show_tip, Fx_hide_tip): Enable.
14382
14383 2001-11-24 Richard M. Stallman <rms@gnu.org>
14384
14385 * lread.c (Fload): Detect recursive load error for more than 3
14386 nestings of the same file.
14387 (Vrecursive_load_depth_limit): Variable deleted.
14388 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
14389
14390 2001-11-24 Jason Rumney <jasonr@gnu.org>
14391
14392 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
14393 mouse position if either left or top is not specified.
14394
14395 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
14396 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
14397 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
14398 (my_create_tip_window): Assign tip_window.
14399 (x_create_tip_frame): Use same defaults as X.
14400 (compute_tip_xy): Remove unused variable. Use full screen width.
14401 (Fx_show_tip): Do not double height. Call ShowWindow directly.
14402
14403 * w32term.c (x_after_update_window_line): Doc fix.
14404 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
14405 frames.
14406 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
14407
14408 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
14409 for all Windowed systems.
14410
14411 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
14412
14413 * msdos.c (IT_clear_screen): If the frame's faces are not yet
14414 realized, use the initial screen colors to clear the screen.
14415
14416 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14417
14418 * textprop.c (Fset_text_properties): Remove unused variables
14419 `unchanged', `prev_changed', `s' and `len'.
14420
14421 * search.c (Freplace_match): Remove unused variable `inslen'.
14422
14423 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
14424
14425 2001-11-22 Jason Rumney <jasonr@gnu.org>
14426
14427 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
14428 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
14429 (my_create_tip_window): New function.
14430 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
14431 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
14432
14433 2001-11-20 Jason Rumney <jasonr@gnu.org>
14434
14435 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
14436 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
14437
14438 * w32fns.c (Vw32_system_coding_system): Remove.
14439 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
14440
14441 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
14442
14443 * fileio.c (Fwrite_region): Move choose_write_coding_system to
14444 after build_annotations.
14445
14446 * syntax.c (describe_syntax): Add dummy arg.
14447 (describe_syntax_1): Update call to describe_vector.
14448
14449 * category.c (describe_category): Add dummy arg.
14450 (describe_category_1): Update call to describe_vector.
14451
14452 * keymap.c (Fdescribe_vector): Add `describer' parameter.
14453 (describe_command, describe_translation): Add dummy second param.
14454 (describe_map): Call elt_describer with two arguments.
14455 (describe_vector_princ): Add `fun' parameter.
14456 Call it instead of the hardcoded `princ'.
14457 (describe_vector): Add arg `args'.
14458 Pass it as a new second argument to elt_describer.
14459
14460 * keymap.h (describe_vector): Update prototype.
14461
14462 * frame.c: Don't include keymap.h any more.
14463 (keys_of_frame): Remove.
14464
14465 * lisp.h (keys_of_frame): Remove declaration.
14466
14467 * emacs.c (main): Don't call `keys_of_frame' any more.
14468
14469 2001-11-14 Andreas Schwab <schwab@suse.de>
14470
14471 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
14472 if defined, 0 otherwise.
14473 (MAP_FAILED): Define if not defined and use it to test mmap failure.
14474 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
14475
14476 2001-11-19 Richard M. Stallman <rms@gnu.org>
14477
14478 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
14479
14480 2001-11-18 Jason Rumney <jasonr@gnu.org>
14481
14482 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
14483 (x_draw_bar_cursor): If the background color of the glyph under
14484 the cursor equals the frame's cursor color, use the glyph's
14485 foreground color for drawing the bar cursor.
14486 (x_after_update_window_line): Clear internal border in different
14487 circumstances.
14488 (w32_set_vertical_scroll_bar): Check for width and height > 0.
14489 (w32_draw_relief_rect): Correct relief by 1 pixel.
14490 (x_set_glyph_string_background_width):
14491 Set extends_to_end_of_line_p if the row's fill_line_p is set and
14492 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
14493 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
14494 if cursor_in_non_selected_windows is false.
14495 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
14496 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
14497 Notice if cursor gets overwritten.
14498 (notice_overwritten_cursor): Renamed from
14499 note_overwritten_text_cursor. Rewritten to take glyph widths
14500 into account, and to take X positions as parameters.
14501 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
14502 around call to x_draw_glyphs.
14503 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
14504 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
14505 color to use for image glyph reliefs.
14506 (x_draw_image_relief): Accept zero tool_bar_button_relief.
14507 (glyph_rect): Remove unused variable `area'.
14508
14509 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
14510 some items.
14511 (x_set_internal_border_width): Set frame garbaged when window
14512 doesn't exist yet.
14513 (Fx_create_frame): Accept zero tool_bar_button_relief.
14514 (x_clear_image_1, four_corners_best, image_background)
14515 (image_background_transparent): New functions.
14516 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
14517 (gs_format): Add `:background' entry.
14518 (lookup_image): Set IMG's background color if specified.
14519 (pbm_load, xbm_load_image, png_load): Set IMG's background field
14520 when appropriate.
14521 (x_clear_image_1): Reset `background_valid' and
14522 `background_transparent_valid' fields.
14523 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
14524 calculating it here. Set IMG's background_transparent field.
14525 (enum xpm_keyword_index): Add XPM_BACKGROUND.
14526 (enum png_keyword_index): Add PNG_BACKGROUND.
14527 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
14528 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
14529 (enum gif_keyword_index): Add GIF_BACKGROUND.
14530 (enum gs_keyword_index): Add GS_BACKGROUND.
14531 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
14532 Pre-calculate image background color where necessary.
14533 (x_create_x_image_and_pixmap, xbm_load, gs_load):
14534 Use display info's n_cbits entry for screen depth.
14535 (Fx_show_tip): Remove unused variables `buffer', `top',
14536 `left', `max_width' and `max_height'.
14537
14538 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
14539
14540 2001-11-18 Gerd Moellmann <gerd@gnu.org>
14541
14542 * puresize.h (BASE_PURESIZE): Increase to 750000.
14543
14544 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14545
14546 * frame.c (Fframe_live_p): Doc fix.
14547
14548 2001-11-18 Richard M. Stallman <rms@gnu.org>
14549
14550 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
14551 (message_dolog_marker3): New static variables hold three markers.
14552 (syms_of_xdisp): Initialize and staticpro them.
14553 (message_dolog): Use message_dolog_marker1..3 instead of
14554 allocating markers each time. Unchain them when done.
14555
14556 2001-11-17 Richard M. Stallman <rms@gnu.org>
14557
14558 * doc.c (Fsnarf_documentation): Doc fix.
14559
14560 2001-11-17 Andreas Schwab <schwab@suse.de>
14561
14562 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
14563
14564 2001-11-17 Richard M. Stallman <rms@gnu.org>
14565
14566 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
14567
14568 2001-11-17 Jason Rumney <jasonr@gnu.org>
14569
14570 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
14571
14572 2001-11-17 Gerd Moellmann <gerd@gnu.org>
14573
14574 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
14575 with invalid position.
14576
14577 2001-11-16 Richard M. Stallman <rms@gnu.org>
14578
14579 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
14580
14581 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
14582 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
14583 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
14584
14585 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
14586
14587 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
14588
14589 * fileio.c (build_annotations): Split off the tail.
14590 (build_annotations_2): New fun. Extracted from build_annotations.
14591 (Fwrite_region): Split the call to build_annotations into two
14592 calls to build_annotations and build_annotations_2.
14593
14594 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14595
14596 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
14597 clear_waiting_for_input with argument.
14598
14599 * xterm.h (x_update_cursor): Remove duplicated prototype.
14600
14601 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
14602
14603 * xterm.c (waiting_for_input): Remove unnecessary declaration.
14604
14605 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
14606
14607 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
14608
14609 * fileio.c (choose_write_coding_system): New fun, extracted
14610 from Fwrite_region.
14611 (Fwrite_region): Use it.
14612
14613 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
14614 (funcall_lambda, run_hook_with_args): Make static and add prototype.
14615 (ml_apply, find_handler_clause): Add prototype.
14616
14617 2001-11-16 Eli Zaretskii <eliz@gnu.org>
14618
14619 * config.in: Add #undef HAVE_COFF_H.
14620
14621 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
14622 Required for ISC 4.1.
14623
14624 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
14625
14626 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
14627 Andrew Wiseman <a.wiseman@btclick.com>.
14628
14629 2001-11-16 Kim F. Storm <storm@cua.dk>
14630
14631 The following changes are made to clean up the various internal
14632 references to the fringes to actually use the term `fringe' for
14633 them. Previously, they were called `flags areas', `bitmap areas',
14634 `left/right side of windows', or implicitly as `flags' or
14635 `bitmaps':
14636
14637 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
14638 Comments fixed. Use renamed symbols.
14639
14640 * dispnew.c: Comment fix. Use renamed symbols.
14641
14642 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
14643 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
14644 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
14645
14646 * msdos.c: Comment fix.
14647
14648 * w32fns.c: Use renamed symbols.
14649
14650 * w32term.c: Comment fixes. Use renamed symbols.
14651 (fringe_bitmap_type): Renamed from bitmap_type.
14652 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
14653 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
14654 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
14655
14656 * w32term.h: Comment fixes. Use renamed symbols.
14657 (fringes_extra): Renamed from flags_areas_extra.
14658 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
14659 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
14660 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
14661 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
14662 (FRAME_X_LEFT_FRINGE_WIDTH):
14663 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
14664 (FRAME_X_RIGHT_FRINGE_WIDTH):
14665 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
14666
14667 * widget.c: Use renamed symbols.
14668
14669 * window.c: Comment fixes. Use renamed symbols.
14670 (coordinates-in-window-p): Doc fix.
14671
14672 * xdisp.c: Comment fixes. Use renamed symbols.
14673
14674 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
14675
14676 * xfns.c: Use renamed symbols.
14677
14678 * xterm.c: Comment fixes. Use renamed symbols.
14679 (fringe_bitmap_type): Renamed from bitmap_type.
14680 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
14681 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
14682 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
14683
14684 * xterm.h: Comment fixes. Use renamed symbols.
14685 (fringes_extra): Renamed from flags_areas_extra.
14686 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
14687 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
14688 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
14689 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
14690 (FRAME_X_LEFT_FRINGE_WIDTH):
14691 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
14692 (FRAME_X_RIGHT_FRINGE_WIDTH):
14693 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
14694
14695 2001-11-15 Jason Rumney <jasonr@gnu.org>
14696
14697 * w32menu.c (add-menu-item): Make help_echo and radio buttons
14698 work for most menu items. From David Ponce
14699 <david.ponce@wanadoo.fr>.
14700
14701 2001-11-15 Gerd Moellmann <gerd@gnu.org>
14702
14703 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
14704 Some x_set_* function expect to be called even if old and new
14705 value are equal.
14706
14707 * xdisp.c (build_desired_tool_bar_string): Accept zero
14708 tool_bar_button_relief.
14709
14710 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
14711
14712 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
14713
14714 * xterm.c (x_draw_bar_cursor): If the background color of the
14715 glyph under the cursor equals the frame's cursor color, use
14716 the glyph's foreground color for drawing the bar cursor.
14717
14718 * dispnew.c (direct_output_forward_char): Fix character/byte
14719 position comparison.
14720
14721 2001-11-15 Miles Bader <miles@gnu.org>
14722
14723 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
14724 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
14725 Update arguments to find_field.
14726 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
14727 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
14728 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
14729 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
14730
14731 2001-11-14 Richard M. Stallman <rms@gnu.org>
14732
14733 * editfns.c (Fpropertize): Allow call with 1 arg.
14734
14735 * dispextern.h (image_background, image_background_transparent):
14736 Conditionalize on HAVE_X_WINDOWS.
14737
14738 2001-11-13 Richard M. Stallman <rms@gnu.org>
14739
14740 * print.c (Fprin1_to_string): Doc fix.
14741
14742 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
14743
14744 * floatfns.c (Fceiling, Ffloor): Doc fixes.
14745
14746 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
14747
14748 * fileio.c (Ffile_accessible_directory_p): Doc fix.
14749
14750 * eval.c (syms_of_eval): Doc fix.
14751
14752 * coding.c (syms_of_coding): Doc fix.
14753
14754 * doc.c (Fsnarf_documentation): Doc fix.
14755
14756 * dispnew.c (syms_of_display): Doc fix.
14757
14758 * category.c (Fget_unused_category): Doc fix.
14759
14760 * buffer.c (syms_of_buffer): Doc fixes.
14761
14762 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
14763
14764 * print.c (prin1, print): Doc fix.
14765
14766 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14767
14768 * fontset.h: Remove declarations of variables
14769 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
14770
14771 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
14772 `Vclip_large_size_font'.
14773
14774 2001-11-13 Jason Rumney <jasonr@gnu.org>
14775
14776 * w32fns.c: Doc fix.
14777
14778 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14779
14780 * xfaces.c (Fface_attributes_as_vector): Doc fix.
14781
14782 * fns.c: Doc fix.
14783
14784 * emacs.c: Doc fix.
14785
14786 * coding.c: Doc fix.
14787
14788 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
14789 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
14790 `new style' [w/`doc:' keyword].
14791
14792 2001-11-12 Richard M. Stallman <rms@gnu.org>
14793
14794 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
14795 LeaveNotify events. Only FocusIn and FocusOut do that now.
14796 (x_display_and_set_cursor): Do display hollow cursors in active
14797 minibuffer windows when they are not selected.
14798
14799 2001-11-12 Jason Rumney <jasonr@gnu.org>
14800
14801 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
14802 * w32term.c: Change doc-string comments to `new style'
14803 [w/`doc:' keyword]. Doc fixes.
14804
14805 * w32fns.c: Don't define max.
14806 (Fx_open_connection): Only execute once.
14807
14808 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14809
14810 * ccl.c: Change macros to use do-while block instead of if-else.
14811 Use braces to follow GNU Coding Standards.
14812
14813 2001-11-11 Richard M. Stallman <rms@gnu.org>
14814
14815 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
14816
14817 * lread.c (read_escape): Use end_of_file_error for reporting eof.
14818
14819 * insdel.c (replace_range): Use adjust_markers_for_replace
14820 instead of adjust_markers_for_delete and adjust_markers_for_insert.
14821
14822 * intervals.h: Declare set_text_properties and set_text_properties_1.
14823
14824 * textprop.c (set_text_properties_1): New subroutine
14825 broken out of set_text_properties.
14826 (set_text_properties): Use set_text_properties_1.
14827
14828 * intervals.c (graft_intervals_into_buffer):
14829 Use set_text_properties_1 to clear out properties.
14830
14831 * search.c (Freplace_match): Use replace_range to insert
14832 and delete. Don't request property inheritance from
14833 surrounding text.
14834
14835 2001-11-10 Jason Rumney <jasonr@gnu.org>
14836
14837 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
14838 vertical fonts. Allow them if face name is explicitly specified.
14839 Do not give up if we find a font that cannot be converted to an xlfd.
14840
14841 2001-11-10 Gerd Moellmann <gerd@gnu.org>
14842
14843 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
14844 instead of malloc/free.
14845
14846 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14847
14848 * xfaces.c (merge_face_vectors): Use braces to follow GNU
14849 Coding Standards.
14850 (Finternal_set_lisp_face_attribute): Likewise.
14851
14852 * buffer.c (Fbury_buffer): Likewise.
14853
14854 * indent.c (current_column_1): Remove unused variable `prev_col'.
14855
14856 * coding.c (encode_coding): Use precomputed value of `src'.
14857 (encode_coding): Remove unused variable `src_end'.
14858 (code_convert_region): Remove unused variables `count'.
14859
14860 2001-11-07 Jason Rumney <jasonr@gnu.org>
14861
14862 * w32term.c (x_display_and_set_cursor): Do not move system caret
14863 if cursor_glyph is NULL.
14864
14865 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14866
14867 * keymap.c (access_keymap): Fix compilation error.
14868
14869 2001-11-07 Miles Bader <miles@gnu.org>
14870
14871 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
14872
14873 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14874
14875 * intervals.c (graft_intervals_into_buffer):
14876 Remove #ifdef'd-out code.
14877 (graft_intervals_into_buffer): Remove unused variable `middle'.
14878
14879 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
14880 code (eval-current-buffer).
14881 Change doc-string comments to `new style' [w/`doc:' keyword].
14882
14883 2001-11-06 Richard M. Stallman <rms@gnu.org>
14884
14885 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
14886
14887 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
14888
14889 * lread.c (read1): Fix behavior with nested backquoting.
14890
14891 * keyboard.c (make_lispy_event): Check integerness and fix
14892 Lisp_Object/int mixup.
14893
14894 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14895
14896 * fns.c (copy_hash_table): Remove unused variable `v'.
14897
14898 * fontset.c (fontset_font_pattern): Remove unused variable
14899 `family_registry'.
14900
14901 * indent.c (current_column_1): Remove unused variable `prev_col'.
14902
14903 2001-11-05 Richard M. Stallman <rms@gnu.org>
14904
14905 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
14906
14907 * buffer.c (Fkill_buffer): Don't delete auto save file
14908 if buffer is modified.
14909
14910 2001-11-05 Andrew Innes <andrewi@gnu.org>
14911
14912 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
14913 CHECK_NUMBER_CDR.
14914
14915 2001-11-05 Richard M. Stallman <rms@gnu.org>
14916
14917 * unexelf.c (unexec): Minor changes; clean up comments.
14918
14919 2001-11-05 Sam Steingold <sds@gnu.org>
14920
14921 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
14922
14923 2001-11-05 Andreas Schwab <schwab@suse.de>
14924
14925 * sound.c (sound_perror): Save errno from being clobbered.
14926
14927 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
14928
14929 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
14930 the program image directly.
14931
14932 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14933
14934 * buffer.h (Fbuffer_local_value): Add prototype.
14935
14936 2001-11-04 Richard M. Stallman <rms@gnu.org>
14937
14938 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
14939 and CHECK_BUFFER.
14940
14941 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
14942 (record_char): Likewise.
14943
14944 * keyboard.c (make_lispy_event): Don't insist a drag event must
14945 move to a different buffer position. Instead, check for moving at
14946 least double_click_fuzz.
14947
14948 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
14949
14950 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
14951
14952 * indent.c (current_column_1, Fmove_to_column): Separate the code
14953 for display-table glyphs from the code for buffer text, to fix
14954 bugs in the former.
14955
14956 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
14957
14958 * buffer.c (Fbuffer_local_value): New function.
14959 (syms_of_buffer): Defsubr it.
14960
14961 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
14962 value of `cursor-in-non-selected-windows'.
14963
14964 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
14965 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
14966 (syms_of_xdisp): Initialize it.
14967
14968 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14969
14970 * xfns.c (Fx_create_frame): Doc fix.
14971
14972 * coding.c: Change doc-string comments to `new style' [w/`doc:'
14973 keyword].
14974
14975 * eval.c (top_level_value, top_level_set): Remove commented and
14976 #ifdef'd-out code.
14977 (Fdefvar): Fix usage in doc-string.
14978
14979 2001-11-03 Richard M. Stallman <rms@gnu.org>
14980
14981 * xfns.c: Include unistd.h, if it exists.
14982
14983 * editfns.c: Move the include of ctype.h after unistd.h.
14984
14985 * gmalloc.c: Test BROKEN_PROTOTYPES.
14986
14987 2001-11-03 Ken Raeburn <raeburn@gnu.org>
14988
14989 * lisp.h (CHECK_STRING_CAR): New macro.
14990 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
14991 treating XCAR and XCDR as lvalues.
14992 (openp): Use CHECK_STRING_CAR.
14993 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
14994
14995 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
14996
14997 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
14998 (SIGMASKTYPE): Define.
14999
15000 * syssignal.h (sigunblock): Don't define if already defined.
15001
15002 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15003
15004 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
15005 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
15006 Fix typos in comments.
15007
15008 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
15009 and #ifdef'd-out code.
15010 Fix and reindent comments.
15011
15012 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
15013
15014 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
15015 argument `i' in macros.
15016
15017 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
15018 `i' in macros.
15019
15020 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
15021 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
15022 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
15023 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
15024 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
15025 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
15026 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
15027 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
15028 in macros.
15029
15030 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
15031 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
15032 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
15033 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
15034 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
15035 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
15036 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
15037 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
15038 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
15039 (remove unused second argument).
15040
15041 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
15042
15043 * syntax.c (describe_syntax): New wrapper.
15044 (Finternal_describe_syntax_value): Rename from describe_syntax.
15045 Don't insert space at front and \n at the end.
15046 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
15047
15048 * regex.c (re_wctype): Try to fix some warnings.
15049 (regcomp, regexec): Don't forget the __restrict.
15050
15051 2001-11-02 Richard M. Stallman <rms@gnu.org>
15052
15053 * textprop.c (Fget_char_property): Doc fix.
15054
15055 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15056
15057 * process.c (Fstart_process): Add usage to doc-string.
15058
15059 * data.c (Fsetq_default): Ditto.
15060
15061 * callint.c (Finteractive): Ditto.
15062
15063 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
15064
15065 * macros.c: Don't include keymap.h any more.
15066
15067 2001-11-01 Richard M. Stallman <rms@gnu.org>
15068
15069 * data.c (Fmake_local_variable): Doc fix.
15070
15071 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
15072 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
15073
15074 * keymap.c (Fdescribe_buffer_bindings): Print character property
15075 bindings along with or instead of the buffer local map.
15076 Make the overriding maps override what they should.
15077
15078 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15079
15080 * window.c (grow_mini_window): Fix typo in comment.
15081
15082 2001-11-01 Gerd Moellmann <gerd@gnu.org>
15083
15084 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
15085 (XTset_vertical_scroll_bar): Likewise.
15086
15087 * xfns.c (x_build_heuristic_mask): Use four_corners_best
15088 instead of IMAGE_BACKGROUND.
15089
15090 * xfns.c (four_corners_best): Reindent.
15091
15092 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
15093 Handle :box so that it is possible to specify sexprs.
15094
15095 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
15096
15097 * s/hpux11.h: New file.
15098
15099 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15100
15101 * emacs.c (USAGE1): Show command line option --no-window-system
15102 instead of --no-windows in usage.
15103 (standard_args): Rename --no-windows to --no-window-system.
15104 (bug_reporting_address): Follow Emacs coding conventions.
15105
15106 * eval.c (Fcommandp): Doc fix.
15107 Change doc-string comments to `new style' [w/`doc:' keyword].
15108
15109 * frame.c (Fframe_live_p): Doc fix.
15110
15111 * buffer.c (selective-display-ellipses): Doc fix.
15112
15113 2001-10-31 Gerd Moellmann <gerd@gnu.org>
15114
15115 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
15116
15117 * xfaces.c (realize_x_face): If C is not a single-byte character,
15118 set the face's colors_copied_bitwise_p instead of the defaulted_p
15119 members which have a different meaning.
15120 (free_face_colors): Do nothing for a face whose colors have been
15121 copied bitwise.
15122
15123 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
15124
15125 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15126
15127 * marker.c, mocklisp.c: Change doc-string comments to `new style'
15128 [w/`doc:' keyword].
15129
15130 2001-10-31 Gerd Moellmann <gerd@gnu.org>
15131
15132 * fns.c (require_unwind): Return Lisp_Object.
15133
15134 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15135
15136 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
15137 (last-input-char): Revert doc-string to be the same as the
15138 doc-string of `last-input-event'.
15139
15140 * xdisp.c: Fix typos in comments.
15141
15142 2001-10-31 Gerd Moellmann <gerd@gnu.org>
15143
15144 * window.c (grow_mini_window): Handle case that the root
15145 window is already smaller than the nominal mininum height.
15146
15147 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
15148
15149 * emacs.c (main): Don't call keys_of_macros any more.
15150
15151 * lisp.h (keys_of_macros): Remove.
15152
15153 * macros.c (keys_of_macros): Remove.
15154
15155 * xfaces.c (Fface_attribute_relative_p): Declare args.
15156
15157 2001-10-30 Jason Rumney <jasonr@gnu.org>
15158
15159 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
15160 (enum_font_cb2): Ignore fonts with vertical orientation.
15161
15162 2001-10-30 Richard M. Stallman <rms@gnu.org>
15163
15164 * keyboard.c (Finput_pending_p): Doc fix.
15165
15166 2001-10-30 Gerd Moellmann <gerd@gnu.org>
15167
15168 * xterm.c (x_after_update_window_line): Don't run the code
15169 clearing in borders for rows whose visible height is 0.
15170
15171 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
15172 resized_p flag is set. If not set, use the much less flickering
15173 method previously used.
15174
15175 * dispnew.c (change_frame_size_1): Set frame's resized_p.
15176
15177 * frame.h (struct frame) <resized_p>: New member.
15178
15179 * lread.c (to_multibyte): Ensure read_buffer is at least twice
15180 as large as the number of bytes to convert.
15181
15182 * lread.c (to_multibyte): New function.
15183 (read1): Use it.
15184
15185 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
15186
15187 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
15188
15189 2001-10-30 Gerd Moellmann <gerd@gnu.org>
15190
15191 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
15192 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
15193 if the row's fill_line_p is set and drawing the last glyph with
15194 DRAW_IMAGE_{RAISED,SUNKEN}.
15195
15196 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
15197
15198 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
15199
15200 * xmenu.c: Include coding.h and charset.h.
15201 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
15202 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
15203 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
15204 Explicitly set wv->help. Use `TRUE' rather than `True'.
15205 (menu_help_callback): Use empty_string.
15206
15207 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
15208 (Fx_popup_dialog): Explicitly init f.
15209 (w32_menu_display_help): Use empty_string.
15210
15211 2001-10-29 Richard M. Stallman <rms@gnu.org>
15212
15213 * fns.c (Frequire): Detect recursive try to require the same
15214 feature 3 or more levels deep, and get error.
15215 (require_unwind): New subroutine.
15216 (require_nesting_list): New variable.
15217 (syms_of_fns): Init and staticpro it.
15218
15219 * print.c (print_object): Clarify indication of insertion type.
15220
15221 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
15222
15223 * coding.c (syms_of_coding): Document that locale-coding-system is
15224 used for decoding input on X.
15225
15226 * window.c (Fscroll_left, Fscroll_right): Doc fix.
15227
15228 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15229
15230 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
15231 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
15232
15233 2001-10-29 Gerd Moellmann <gerd@gnu.org>
15234
15235 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
15236 use NO_CURSOR if cursor_in_non_selected_windows is false.
15237
15238 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
15239 the slant attribute if FRAME is t.
15240
15241 * xfns.c (x_set_internal_border_width): Set frame garbaged
15242 when X window doesn't exist yet.
15243
15244 * xterm.c (x_after_update_window_line): Clear internal border
15245 in different circumstances.
15246
15247 * xterm.c (XTread_socket) <KeyPress>: Don't use
15248 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
15249 <handa@etl.go.jp>.
15250
15251 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
15252
15253 * m/ibms390.h: New file. From Adam Thornton
15254 <athornton@sinenomine.net>.
15255
15256 2001-10-28 Gerd Moellmann <gerd@gnu.org>
15257
15258 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
15259
15260 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
15261 a loop counter.
15262
15263 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15264
15265 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
15266
15267 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
15268 keyword].
15269 Fix typos in comments.
15270
15271 * emacs.c (bug_reporting_address): New function.
15272 Use it when displaying usage message.
15273
15274 * minibuf.c (read_minibuf): Remove unused external declaration of
15275 variable `Qread_only'.
15276
15277 * keymap.c (access_keymap): Remove unused variable `charset'.
15278
15279 2001-10-28 Miles Bader <miles@gnu.org>
15280
15281 * xfaces.c (merge_face_heights): Handle TO being relative as well.
15282 Remove #ifdef'd-out code.
15283 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
15284 (syms_of_xfaces): Initialize them.
15285
15286 2001-10-27 Jason Rumney <jasonr@gnu.org>
15287
15288 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
15289 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
15290 position using the system caret.
15291
15292 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
15293 (w32_system_caret_height, w32_system_caret_x)
15294 (w32_system_caret_y): New variables for tracking system caret.
15295 (w32_initialize): Initialize them.
15296 (x_display_and_set_cursor): Make system caret follow the active cursor.
15297
15298 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
15299 New messages types.
15300
15301 * w32term.c (note_mouse_highlight): Clear old help_echo.
15302
15303 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15304
15305 * xterm.c: Fix typo in a comment.
15306
15307 * emacs.c: Fix typos in comments.
15308 Remove unnecessary spaces.
15309 Change doc-string comments to `new style' [w/`doc:' keyword].
15310 (USAGE2): Fix typos in usage string.
15311
15312 * xterm.c: Fix typo in a comment.
15313
15314 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
15315 emacs.c.
15316
15317 2001-10-27 Gerd Moellmann <gerd@gnu.org>
15318
15319 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
15320 instead of 1/2 line_height in the heuristic for skipping
15321 farther backward when target_y was not reached.
15322
15323 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
15324 Display errno only if non-zero.
15325 (sound_warning): New function.
15326 (vox_configure): Don't treat failing to set sample rate as error.
15327 (various places): Improve error messages.
15328
15329 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
15330
15331 * fileio.c (Faccess_file): Run the argument filename through
15332 Fexpand_file_name, before using it.
15333
15334 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
15335 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
15336
15337 2001-10-26 Gerd Moellmann <gerd@gnu.org>
15338
15339 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
15340
15341 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
15342 Fix clearing in the case of scroll bars on the right.
15343
15344 2001-10-26 Juanma Barranquero <lektu@terra.es>
15345
15346 * w32gui.h (XImage): Add a dummy typedef.
15347
15348 2001-10-26 Gerd Moellmann <gerd@gnu.org>
15349
15350 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
15351
15352 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
15353
15354 * frame.c (Fframe_parameter): Fix last change.
15355
15356 * fileio.c: Revert last change (which removed old commented-out
15357 version of expand-file-name). Add a comment that explains why
15358 this old version should not be removed.
15359
15360 2001-10-25 Gerd Moellmann <gerd@gnu.org>
15361
15362 * frame.c (Fframe_parameter): Fix a bug whereby some
15363 ``artificial'' frame parameters, like `minibuffer' were not
15364 obtained by calling Fframe_parameters.
15365
15366 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
15367 cursor differently.
15368
15369 * xdisp.c (move_it_vertically_backward): Compute line height
15370 differently. Add heuristic to try to be more compatible to 20.x.
15371
15372 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
15373
15374 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
15375
15376 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
15377 boolean.
15378
15379 2001-10-25 Miles Bader <miles@gnu.org>
15380
15381 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
15382 BG is a pointer to a structure, not a structure.
15383 (gif_format, png_format): Add missing commas.
15384
15385 2001-10-24 Richard M. Stallman <rms@gnu.org>
15386
15387 * xfaces.c (Fface_attributes_as_vector): New function.
15388 (syms_of_xfaces): Defsubr it.
15389
15390 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15391
15392 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
15393 variable `area'.
15394
15395 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15396
15397 * search.c (scan_newline): Remove unused variable `selective_display'.
15398
15399 2001-10-25 Miles Bader <miles@gnu.org>
15400
15401 * dispextern.h (struct image): Add `background',
15402 `background_valid', and `background_transparent' fields.
15403 (image_background, image_background_transparent): New declarations.
15404 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
15405 * xfns.c (image_background, image_background_transparent)
15406 (four_corners_best): New functions.
15407 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
15408 (gs_format): Add `:background' entry.
15409 (lookup_image): Set IMG's background color if specified.
15410 (pbm_load, xbm_load_image, png_load): Set IMG's background field
15411 when appropriate.
15412 (x_clear_image_1): Reset `background_valid' and
15413 `background_transparent_valid' fields.
15414 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
15415 calculating it here. Set IMG's background_transparent field.
15416 (enum xpm_keyword_index): Add XPM_BACKGROUND.
15417 (enum png_keyword_index): Add PNG_BACKGROUND.
15418 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
15419 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
15420 (enum gif_keyword_index): Add GIF_BACKGROUND.
15421 (enum gs_keyword_index): Add GS_BACKGROUND.
15422 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
15423 Pre-calculate image background color where necessary.
15424 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
15425 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
15426 color to use for image glyph reliefs.
15427
15428 2001-10-24 Gerd Moellmann <gerd@gnu.org>
15429
15430 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
15431 in full-width rows.
15432
15433 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
15434 Fix clearing of area not covered by scroll bar.
15435
15436 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15437
15438 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
15439 and `real_start'.
15440 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
15441 (glyph_rect): Remove unused variable `area'.
15442
15443 2001-10-24 Gerd Moellmann <gerd@gnu.org>
15444
15445 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
15446
15447 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
15448 (row_containing_pos): Take additional argument DY.
15449 Treat rows ending in middle of char differently.
15450 (display_line): Handle tabs on window systems differently.
15451
15452 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
15453 with additional argument.
15454
15455 * dispextern.h (row_containing_pos): Adjust prototype.
15456
15457 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
15458 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
15459 (try_window_id, try_window_reusing_current_matrix)
15460 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
15461 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
15462
15463 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15464
15465 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
15466 gnuemacs).
15467 (HAVE_BOXES): Fix typo in comment.
15468 (push_menu_pane): Fix typo in comment.
15469
15470 * xdisp.c: (display_prop_string_p): Remove unused local declaration
15471 of `Qwhen'.
15472 (single_display_prop_string_p): Remove unused local declarations
15473 of `Qwhen' and `Qmargin'.
15474 (string_buffer_position): Remove unused variable `around'.
15475 (store_frame_title): Remove unused variable `width'.
15476
15477 * window.c: Don't define max.
15478 (coordinates_in_window): Remove unused variable `uy'.
15479
15480 * widget.c: Don't define max.
15481
15482 * process.c: Don't define max.
15483 (create_process): Remove unused variable `buffer'.
15484
15485 2001-10-23 Gerd Moellmann <gerd@gnu.org>
15486
15487 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
15488
15489 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
15490
15491 * xfaces.c (Finternal_set_lisp_face_attribute)
15492 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
15493 frame is on a windowed display.
15494
15495 2001-10-23 Gerd Moellmann <gerd@gnu.org>
15496
15497 * dispnew.c (sync_window_with_frame_matrix_rows):
15498 Fix handling of windows which aren't full-width, fix handling
15499 of marginal areas.
15500
15501 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
15502
15503 2001-10-23 Andreas Schwab <schwab@suse.de>
15504
15505 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
15506 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
15507
15508 2001-10-23 Gerd Moellmann <gerd@gnu.org>
15509
15510 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
15511 REAL_END. Notice if cursor gets overwritten.
15512 (notice_overwritten_cursor): Take X positions as parameters.
15513 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
15514 around call to x_draw_glyphs.
15515
15516 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15517
15518 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
15519 instead of C) and usage.
15520
15521 * editfns.c (char-to-string): Fix argument names (use CHAR instead
15522 of C) and usage.
15523
15524 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
15525 `left', `max_width' and `max_height'.
15526
15527 2001-10-23 Gerd Moellmann <gerd@gnu.org>
15528
15529 * xdisp.c (display_line): For a tab continued to the next line,
15530 set row's ends_in_middle_of_char_p.
15531
15532 2001-10-22 Gerd Moellmann <gerd@gnu.org>
15533
15534 * xdisp.c (display_line): Fix computation of continuation lines
15535 width for TABs.
15536
15537 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15538
15539 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
15540 `Qlaplace'.
15541
15542 * fileio.c: Remove unused code.
15543
15544 2001-10-22 Miles Bader <miles@gnu.org>
15545
15546 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
15547 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
15548 Remove `DOC_STRINGS_IN_COMMENTS' cases.
15549
15550 2001-10-21 Jason Rumney <jasonr@gnu.org>
15551
15552 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
15553
15554 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
15555
15556 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
15557 (Finsert_string): Avoid the multi-line string literals warning.
15558
15559 2001-10-22 Miles Bader <miles@gnu.org>
15560
15561 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
15562 (Fdocumentation): Don't use it.
15563 (syms_of_doc): Don't initialize it.
15564
15565 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
15566 * print.c (Fwith_output_to_temp_buffer): Likewise.
15567 * window.c (Fsave_window_excursion): Likewise.
15568 * editfns.c (Fsave_excursion, Fsave_current_buffer)
15569 (Fsave_restriction): Likewise.
15570 * eval.c (Frun_hooks, Frun_hook_with_args)
15571 (Frun_hook_with_args_until_failure)
15572 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
15573 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
15574 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
15575 (Funwind_protect, Fcondition_case): Likewise.
15576 * coding.c (Ffind_operation_coding_system): Likewise.
15577 * keyboard.c (Ftrack_mouse): Likewise.
15578
15579 2001-10-21 Miles Bader <miles@gnu.org>
15580
15581 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
15582 (Fmake_hash_table): Add usage: string to doc string.
15583 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
15584 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
15585 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
15586 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
15587 (Fml_prefix_argument_loop): Likewise.
15588
15589 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15590
15591 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
15592
15593 * sysdep.c (init_sys_modes): Change doc-string comments to `new
15594 style' [w/`doc:' keyword].
15595
15596 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
15597 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
15598 comments to `new style' [w/`doc:' keyword].
15599
15600 2001-10-21 Jason Rumney <jasonr@gnu.org>
15601
15602 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
15603
15604 * w32term.c (remember_mouse_glyph): New function.
15605 (w32_mouse_position): Use it.
15606 (note_mouse_movement): If the mouse moved off the glyph, remember
15607 its new position.
15608
15609 * w32term.h (struct w32_output): Correct spelling of x_compatible.
15610 (w32_display_info): Add mouse_face_overlay.
15611
15612 * w32term.c (notice_overwritten_cursor): Renamed from
15613 note_overwritten_text_cursor. Rewritten to take glyph widths into
15614 account.
15615 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
15616 (fast_find_string_pos): New function.
15617 (fast_find_position): Return the correct vpos. Add parameter
15618 STOP. In the final row, stop before glyphs having STOP as object.
15619 Don't consider glyphs that are not from a buffer.
15620 (fast_find_position) [0]: Add a presumably more correct version
15621 for after 21.1.
15622 (expose_window_tree, expose_frame): Don't compute intersections here.
15623 (expose_window): Do it here instead.
15624 (expose_window_tree, expose_window, expose_line): Return 1 when
15625 overwriting mouse-face.
15626 (expose_window): If W is the window currently being updated, mark
15627 the frame garbaged.
15628 (expose_frame): If mouse-face was overwritten, redo it.
15629 (x_use_underline_position_properties): New variable.
15630 (syms_of_xterm): DEFVAR_BOOL it.
15631 (x_draw_glyph_string): Add comment to use it in future.
15632 (x_draw_glyph_string): Restore clipping after drawing box.
15633 Fix a computation of the underline position.
15634 (w32_get_glyph_string_clip_rect): Minor cleanup.
15635 (x_fill_stretch_glyph_string): Remove an assertion.
15636 (x_produce_glyphs): Don't convert multibyte characters
15637 to unibyte characters in unibyte buffers.
15638 (cursor_in_mouse_face_p): New function.
15639 (x_draw_stretch_glyph_string): Use it to choose a different GC
15640 when drawing a cursor within highlighted text. Don't draw
15641 background again if it has already been drawn.
15642 (x_draw_glyph_string_box): Don't draw a full-width
15643 box just because the glyph row's full_width_p flag is set.
15644 (x_draw_glyphs): Fix computation of rightmost x for
15645 full-width rows.
15646 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
15647 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
15648 change bottom shadow accordingly. Some cleanup.
15649 (x_update_window_end): Handle overwritten mouse face
15650 also for tool bar windows.
15651 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
15652 DRAW is DRAW_IMAGE_RAISED.
15653 (clear_mouse_face): Return 1 if text with mouse face was
15654 actually redrawn. Make the function static.
15655 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
15656 optimize away highlighting if we pass over that same overlay again.
15657 (note_mouse_highlight): Call mouse_face_overlay_overlaps
15658 to detect a case where we have to highlight a different region
15659 despite not having left the currently highlighted region.
15660 Set mouse_face_overlay in the x_display_info. Avoid changing the
15661 mouse pointer shape when show_mouse_face has already done it, or
15662 there is no need. Handle mouse-face and help-echo in strings.
15663 (glyph_rect): New function.
15664 (w32_mouse_position): Use it to raise the threshold for mouse
15665 movement event generation.
15666 (w32_initialize_display_info): Initialize the x_display_info's
15667 mouse_face_overlay.
15668 (w32_set_vertical_scroll_bar): Don't clear a zero height
15669 or width area.
15670 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
15671 a widget to zero height.
15672
15673 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
15674 Protect unibyte strings created by replacing their multibyte
15675 equivalents in menu_items.
15676 (w32_menu_show): Don't overwrite an item's name with its key
15677 description in case the description is a multibyte string.
15678 (single_submenu): Some cleanup.
15679
15680 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
15681 (postprocess_image): New function.
15682 (lookup_image): Call it for all image types except PostScript.
15683 (x_kill_gs_process): Call postprocess_image.
15684 (tiff_error_handler, tiff_warning_handler): New functions.
15685 (tiff_load): Install them as handlers.
15686 (x_kill_gs_process): Recognize if someone has cleared the image
15687 cache under us.
15688 (valid_image_p): Protect better against invalid image
15689 specifications. Previous code could signal an error.
15690 (Fx_hide_tip, Fshow_tip): Doc fix.
15691 (Fv_max_tooltip_size): New variable.
15692 (syns_of_xfns): DEFVAR_LISP it.
15693 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
15694 window buffer to *tip* right after creating the frame. Set frame's
15695 window_width. Use a maximum tooltip size specified by
15696 Vx_max_tooltip_size, if that has valid contents.
15697 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
15698 Make sure the tooltip is completely visible.
15699 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
15700 (Fx_create_frame): Adjust the frame's height for presence
15701 of the tool bar before calling x_figure_window_size.
15702 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
15703 when the window gets smaller.
15704 (x_set_foreground_color): Set frame's cursor_pixel.
15705 (x_set_foreground_color, x_set_background_color): Cleaned up.
15706 (x_set_font): Handle case of x_new_fontset returning the same name
15707 as before, although there was a change in fontsets.
15708
15709 2001-10-21 Miles Bader <miles@gnu.org>
15710
15711 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
15712 (Flogxor): Add usage: string to doc string.
15713 * charset.c (Fstring): Likewise.
15714 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
15715 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
15716
15717 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15718
15719 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
15720
15721 * alloc.c: Reindent DEFUNs with doc: keywords.
15722
15723 * abbrev.c (Finsert_abbrev_table_description): Reindent.
15724
15725 * frame.c: Change doc-string comments to `new style' [w/`doc:'
15726 keyword].
15727
15728 See ChangeLog.9 for earlier changes.
15729
15730 ;; Local Variables:
15731 ;; coding: iso-2022-7bit
15732 ;; End:
15733
15734 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
15735 Copying and distribution of this file, with or without modification,
15736 are permitted provided the copyright notice and this notice are preserved.
15737
15738 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4