]> code.delx.au - gnu-emacs/blob - src/ChangeLog
Support XPM on Carbon Emacs. Does not
[gnu-emacs] / src / ChangeLog
1 2004-05-11 Steven Tamm <tamm@Steven-Tamms-Computer.local>
2
3 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
4 (xpm_get_color_table_v, xpm_make_color_table_h)
5 (xpm_put_color_table_h, xpm_get_color_table_h)
6 (xpm_str_to_color_key, xpm_load_image, xpm_load)
7 (syms_of_image): Support XPM on Carbon Emacs. Does not
8 depend on libXpm, but only supports XPM version 3 without
9 extensions.
10
11 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12
13 * macterm.c (x_flush, XTframe_up_to_date): use FRAME_MAC_P
14 instead of FRAME_X_P
15
16 2004-05-11 Kim F. Storm <storm@cua.dk>
17
18 * process.c (read_process_output): Grow decoding_buf when needed;
19 this could cause a crash in allocate_string and compact_small_strings.
20
21 2004-04-29 Jim Blandy <jimb@redhat.com>
22
23 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
24 against proper opcode.
25
26 2004-05-10 Juanma Barranquero <lektu@terra.es>
27
28 * process.c (Fstart_process): Fix docstring.
29
30 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
31 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
32 (Fsplit_char, Fchar_charset): Make argument names match their use
33 in docstring.
34
35 2004-05-10 Richard M. Stallman <rms@gnu.org>
36
37 * print.c (print_preprocess): Use being_printed, loop_count and
38 halftail to detect overdeep nesting and cyclic cdr chains.
39
40 2004-05-10 Andreas Schwab <schwab@suse.de>
41
42 * lisp.h: Declare Fmake_symbolic_link.
43
44 * fileio.c (Frename_file): Remove extra argument in call to
45 Fmake_symbolic_link.
46
47 2004-05-10 Kim F. Storm <storm@cua.dk>
48
49 * xdisp.c (calc_line_height_property): Use string position when
50 object is a string.
51
52 2004-05-10 Kenichi Handa <handa@m17n.org>
53
54 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
55 inhibit-modification-hooks to t temporarily before calling
56 Ferase_buffer.
57
58 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
59 inhibit-modification-hooks to t temporarily before calling
60 Ferase_buffer.
61
62 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
63 inhibit-modification-hooks to t temporarily before calling
64 Ferase_buffer.
65
66 * fns.c (count_combining): Delete it.
67 (concat): Don't check combining bytes.
68
69 2004-05-09 Jason Rumney <jasonr@gnu.org>
70
71 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
72 (globals_of_w32fns): Set it.
73
74 2004-05-09 Piet van Oostrum <piet@cs.uu.nl> (tiny change)
75
76 * data.c (Fquo): Simplify.
77
78 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
79
80 * data.c (Fquo): If any argument is float, do the computation in
81 floating point.
82
83 2004-05-08 Juanma Barranquero <lektu@terra.es>
84
85 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
86 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
87 Fix spelling of Emacs on docstring.
88 (Fset_process_coding_system, Fprocess_coding_system)
89 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
90 Make argument names match their use in docstring.
91 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
92 Fix docstring.
93
94 * editfns.c (Finsert_buffer_substring): Make argument names match their
95 use in docstring.
96
97 * syntax.c (Fmodify_syntax_entry): Fix docstring.
98
99 2004-05-07 Steven Tamm <steventamm@mac.com>
100
101 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
102 around call to ReceiveEvent to avoid certain crashes.
103
104 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
105 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
106 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
107 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
108 Save/restore the current graphics port and device handle when
109 drawing into an offscreen graphics world.
110
111 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
112 (gif_load): Likewise.
113
114 2004-05-07 Juanma Barranquero <lektu@terra.es>
115
116 * window.c (Fset_window_buffer): Fix docstring.
117
118 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
119
120 * emacs.c (main) [VMS]: Fix var ref.
121
122 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
123
124 * data.c (Fsetq_default): Fix docstring.
125
126 2004-05-06 Jason Rumney <jasonr@gnu.org>
127
128 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
129 to avoid name clash.
130
131 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
132
133 * fileio.c (barf_or_query_if_file_exists): Use lstat.
134 (Frename_file): Handle renaming of symlinks across file systems.
135 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
136
137 2004-05-04 Kim F. Storm <storm@cua.dk>
138
139 * xdisp.c (Qtotal): New var.
140 (syms_of_xdisp): Intern and staticpro it.
141 (calc_line_height_property): New arg total. Set it if
142 line-spacing property has format (total . VALUE).
143 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
144 Handle total line-spacing property.
145
146 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
147
148 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
149 "under" scroll bar when size/position changes.
150
151 2004-05-03 Jason Rumney <jasonr@gnu.org>
152
153 * makefile.nt: Remove.
154
155 2004-05-02 Eli Zaretskii <eliz@gnu.org>
156
157 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid
158 compiler warnings.
159
160 * Makefile.in (region-cache.o): Depend on config.h.
161
162 2004-05-02 Romain Francoise <romain@orebokech.com> (tiny change)
163
164 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
165 with continuation lines, too.
166
167 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
168
169 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
170
171 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * xdisp.c (calc_line_height_property): YAILOM (yet another
174 int/Lisp_Object mixup).
175
176 2004-05-01 Eli Zaretskii <eliz@gnu.org>
177
178 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
179 undo bad effect of pack(4) in some versions of system headers.
180
181 2004-05-01 Jason Rumney <jasonr@gnu.org>
182
183 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
184
185 2004-04-30 Kim F. Storm <storm@cua.dk>
186
187 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
188 (syms_of_buffer) <cursor-type>: Doc fix.
189
190 * dispextern.h (struct it): Remove member use_default_face.
191 Add members override_ascent, override_descent, override_boff.
192
193 * xdisp.c (init_iterator): Handle line-spacing float value.
194 Initialize override_ascent member.
195 (append_space_for_newline): Reset override_ascent.
196 Remove use_default_face.
197 (calc_line_height_property): New function to calculate value of
198 line-height and line-spacing properties. Look at overlays, too.
199 Set override_ascent, override_descent, override_boff members when
200 using another face than the current face. Float values are now
201 relative to the frame default font, by default; accept a cons
202 of ratio and face name to specify value relative to a specific face.
203 (x_produce_glyphs): Use calc_line_height_property.
204 Use override_ascent etc. when set to handle different face heights.
205 A negative line-spacing property value is interpreted as a total
206 line height, rather than inter-line spacing.
207 (note_mouse_highlight): Allocate room for 40 overlays initially.
208
209 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
210
211 * data.c (Fsubr_name): New fun.
212 (syms_of_data): Defsubr it.
213
214 2004-04-29 Kim F. Storm <storm@cua.dk>
215
216 * xdisp.c (null_glyph_slice): New var.
217 (append_glyph, append_composite_glyph, append_stretch_glyph):
218 Use it to initialize glyph slice.
219
220 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
221
222 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
223 (on_hot_spot_p): Make sure we always return a value.
224 (Flookup_image_map): Remove unused var ix and iy.
225 (note_mode_line_or_margin_highlight): Remove unused var `image'.
226
227 2004-04-27 Eli Zaretskii <eliz@gnu.org>
228
229 * msdos.c (init_environment): If one of the TMP... environment
230 variables is set to a drive letter without a trailing slash,
231 append a slash.
232
233 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
234
235 * editfns.c (lisp_time_argument): Provide externally.
236
237 * fileio.c (Fset_file_times): New function.
238 (syms_of_fileio): Intern and staticpro it.
239
240 2004-04-27 Kim F. Storm <storm@cua.dk>
241
242 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
243 header line strings.
244
245 * dispextern.h (struct it): New member use_default_face.
246
247 * xdisp.c (Qline_height): New variable.
248 (syms_of_xdisp): Intern and staticpro it.
249 (append_space_for_newline): Partially undo 2004-04-25 change;
250 add default_face_p arg, and restore callers.
251 Clear it->use_default_face after use.
252 (x_produce_glyphs): Set default font for ascii char if
253 it->use_default_font is set. Change line-spacing property to set
254 just extra line spacing. Handle new line-height property.
255
256 2004-04-26 Andreas Schwab <schwab@suse.de>
257
258 * print.c (print_object): Print non-ascii characters in bool
259 vector representation as octal escapes.
260
261 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
262 * print.c (print_object): Use it instead of BITS_PER_CHAR for
263 bool vectors.
264 * lread.c (read1): Likewise.
265 * alloc.c (Fmake_bool_vector): Likewise.
266 * data.c (Faref, Faset): Likewise.
267 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
268 (mapcar1): Likewise.
269
270 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
271
272 * lread.c (init_lread): Fixing typo HAVE_CARBON test logic
273
274 2004-04-26 Miles Bader <miles@gnu.org>
275
276 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
277
278 2004-04-26 Juanma Barranquero <lektu@terra.es>
279
280 * buffer.c (Fpop_to_buffer): Fix docstring.
281
282 2004-04-26 Steven Tamm <steventamm@mac.com>
283
284 * lread.c (init_lread): Don't display missing lisp directory
285 warnings with Carbon Emacs because self-contained bundled Emacs
286 may be built without correct installation path.
287
288 2004-04-25 Kim F. Storm <storm@cua.dk>
289
290 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
291
292 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
293
294 * xdisp.c (append_space_for_newline): Rename from append_space.
295 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
296 (x_produce_glyphs): Handle line-spacing property on newline char.
297 If value is t, adjust ascent and descent to fit current row height.
298 If value is an integer or float, set extra_line_spacing to integer
299 value, or to float value x current line height.
300
301 2004-04-23 Kenichi Handa <handa@m17n.org>
302
303 * fontset.c (Finternal_char_font): If POSITION is nil, return
304 font for displaying CH with the default face.
305
306 2004-04-23 Juanma Barranquero <lektu@terra.es>
307
308 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
309
310 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
311
312 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
313 Don't make assumptions about the relative place of i and val.
314 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
315
316 2004-04-21 Kim F. Storm <storm@cua.dk>
317
318 * dispextern.h (struct glyph_slice): New struct.
319 (struct glyph): New member slice.
320 (GLYPH_SLICE_EQUAL_P): New macro.
321 (GLYPH_EQUAL_P): Use it.
322 (struct glyph_string): New member slice.
323 (struct it_slice): New struct.
324 (struct it): New member slice, add member to stack too.
325 New member constrain_row_ascent_descent_p.
326 (image_ascent): Add prototype.
327
328 * dispnew.c (buffer_posn_from_coords): Return full image width
329 and height even for image slices (posn is relative to full image).
330 (marginal_area_string): Adjust x0,y0 for image slice.
331
332 * image.c (image_ascent): Add slice arg; calculate ascent for
333 image slice (or full image).
334
335 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
336 (syms_of_keyboard): Defsubr them.
337
338 * lisp.h (pos_visible_p): Fix prototype.
339
340 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
341 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
342 (x_draw_image_foreground, x_draw_image_relief)
343 (x_draw_image_foreground_1, x_draw_image_glyph_string):
344 Draw sliced images.
345
346 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
347 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
348 (x_draw_image_foreground, x_draw_image_relief)
349 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
350 Draw sliced images.
351
352 * w32term.h (image_ascent): Remove prototype.
353
354 * window.c (Fpos_visible_in_window_p): Return pixel position if
355 PARTIALLY arg is non-nil. Simplify. Doc fix.
356 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
357 to return/set vscroll in pixels.
358
359 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
360
361 * xdisp.c (Qslice): New variable.
362 (syms_of_xdisp): Intern and staticpro it.
363 (pos_visible_p): Return pixel position in new x and y args.
364 (init_iterator): Reset it->slice info.
365 (handle_display_prop): Parse (slice ...) property.
366 (push_it, pop_it): Save/restore slice info.
367 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
368 force repositioning of tall row if window is vscrolled, as that
369 would reset vscroll.
370 (append_space): Set it->constrain_row_ascent_descent_p to avoid
371 increasing row height if row is non-empty.
372 (fill_image_glyph_string): Copy slice info.
373 (take_vertical_position_into_account): Simplify.
374 (produce_image_glyph): Handle iterator slice info, setup glyph
375 slice info. Do not force minimum line height.
376 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
377 do not increase height (ascent/descent) of non-empty row when
378 adding normal character glyph; instead reduce glyph ascent/descent
379 appropriately; if row is higher than current glyph, adjust glyph
380 descent/ascent to reposition glyph within the existing row.
381 Likewise, when char is newline, only set ascent/descent if row is
382 currently empty.
383 (note_mouse_highlight): Handle hotspots with sliced image.
384
385 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
386 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
387 (x_draw_image_foreground, x_draw_image_relief)
388 (x_draw_image_foreground_1, x_draw_image_glyph_string):
389 Draw sliced images.
390
391 * xterm.h (image_ascent): Remove prototype.
392
393 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
396
397 2004-04-20 John Paul Wallington <jpw@gnu.org>
398
399 * fns.c (Fassoc, Feql): Fix indentation.
400
401 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
402
403 2004-04-19 John Paul Wallington <jpw@gnu.org>
404
405 * fns.c (Feql): New function.
406 (syms_of_fns): Defsubr it.
407
408 2004-04-18 Jason Rumney <jasonr@gnu.org>
409
410 * w32select.c (Fw32_set_clipboard_data): Get sequence number
411 after closing the clipboard.
412
413 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
414
415 * buffer.c (Fbuffer_base_buffer): Doc fix.
416
417 2004-04-17 Kim F. Storm <storm@cua.dk>
418
419 * keymap.c (Fkey_description): Add optional PREFIX arg.
420 Combine prefix with KEYS to make up the full key sequence to describe.
421 Correlate meta_prefix_char and following (simple) key to describe
422 as meta modifier. All callers changed.
423 (describe_map): Rename arg `keys' to `prefix'. Remove local
424 `elt_prefix' var. Use Fkey_description with prefix instead of
425 elt_prefix combined with Fsingle_key_description.
426 (describe_vector): Declare static. Replace arg `elt_prefix' with
427 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
428 if !KEYMAP_P. Use Fkey_description with prefix instead of
429 Fsingle_key_description.
430
431 * keymap.h (Fkey_description): Fix prototype.
432 (describe_vector): Remove prototype.
433
434 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
435
436 * image.c (PNG_BG_COLOR_SHIFT): Remove.
437 (png_load): Fix calculation of transparent background color on X
438 and W32 platforms.
439
440 2004-04-16 Juanma Barranquero <lektu@terra.es>
441
442 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
443 not too large before computing how much to scroll.
444
445 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
448
449 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
450
451 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
452 Add hyperlink to Elisp manual to the docstring.
453
454 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
455
456 * callint.c (fix_command): Use XDCR.
457
458 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
459
460 * window.c (Fget_lru_window): Doc fix.
461
462 2004-04-14 Kim F. Storm <storm@cua.dk>
463
464 * editfns.c (Fformat): Fix allocation size of precision array.
465
466 * dispnew.c (update_window): Only set changed_p if
467 scrolling_window actually did scroll.
468 (scrolling_window): Only return 1 if we actually did scroll.
469
470 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
471 height to glyph height when cursor row is not fully visible.
472 (make_cursor_line_fully_visible): Add FORCE_P arg to return
473 failure in case row is higher than window. Callers changed.
474 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
475 Try to scroll partially visible, higher-than-window cursor row.
476 (redisplay_window): Always try to scroll partially visible,
477 higher-than-window cursor row - both initially and again with
478 centering_position = 0.
479 Clear desired matrix before retrying with centering_position = 0.
480
481 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * syntax.c (scan_lists): Simplify backward string scan.
484 Fix off-by-one boundary check for string and comment fences.
485
486 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
487
488 * sheap.c, unexcw.c: New files.
489
490 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
491
492 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
493 base buffer has been killed. Correct the error message if the
494 base buffer does not exist.
495
496 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
497
498 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
499 Cygwin itself. Add support for Xaw3d scrollbars.
500
501 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
502
503 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
504
505 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
506 before Cygwin unexec.
507
508 * Makefile.in: Link changes for Cygwin unexec() support.
509
510 2004-04-12 Andreas Schwab <schwab@suse.de>
511
512 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
513
514 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
515
516 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
517 IGNORE argument equals NAME. Doc fix.
518
519 2004-04-11 Masatake YAMATO <jet@gyve.org>
520
521 * buffer.c (fix_start_end_in_overlays): Make overlays
522 empty if they are backwards.
523
524 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * xfaces.c (face_color_supported_p): Fix compilation without X11.
527
528 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * doc.c (Fsnarf_documentation): Ignore new file name entries.
531
532 2004-04-06 Kim F. Storm <storm@cua.dk>
533
534 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
535 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
536
537 * w32term.c (w32_read_socket): Set mouse_face_hidden after
538 clearing highlight.
539
540 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
541
542 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
543 clearing highlight.
544
545 * indent.c (vmotion): Do not reserve one column for continuation
546 marks on window frames.
547
548 2004-04-04 Eli Zaretskii <eliz@gnu.org>
549
550 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
551 from GCC.
552
553 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * .gdbinit-union: Remove.
556
557 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
558 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
559 ($nonvalbits): Remove.
560 ($valmask): Set it by calling xreload to avoid redundancy.
561
562 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
563 (gdb_emacs_intbits): Remove.
564
565 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
566
567 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
568
569 2004-03-30 Kenichi Handa <handa@m17n.org>
570
571 * editfns.c (Fformat): Fix initialization of the array info.
572
573 2004-03-30 Kim F. Storm <storm@cua.dk>
574
575 * xterm.c (x_mouse_click_focus_ignore_position): New var.
576 (syms_of_xterm): DEFVAR_BOOL it.
577 (ignore_next_mouse_click_timeout): New var.
578 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
579 Use it to filter mouse clicks following focus event.
580
581 2004-03-29 David Ponce <david@dponce.com>
582
583 * callint.c (Fcall_interactively): Fix last change.
584
585 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * eval.c (Fcommandp): Simplify.
588
589 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
590 Extend to handle all kinds of functions.
591
592 * lisp.h (Finteractive_form): Declare.
593
594 * callint.c (Fcall_interactively): Use it.
595
596 2004-03-26 Kim F. Storm <storm@cua.dk>
597
598 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
599 to catch errors in calc_pixel_width_or_height during redisplay.
600
601 2004-03-26 Masatake YAMATO <jet@gyve.org>
602
603 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
604
605 * lisp.h (fix_start_end_in_overlays): Likewise.
606
607 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
608
609 * editfns.c (Ftranspose_regions): Likewise.
610
611 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
612
613 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
614
615 2004-03-19 Richard M. Stallman <rms@gnu.org>
616
617 * s/sol2-6.h: Delete previous change.
618
619 2004-03-19 Kim F. Storm <storm@cua.dk>
620
621 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
622 to_charpos corresponds to newline in right fringe. Use local
623 BUFFER_POS_REACHED_P macro.
624
625 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
626
627 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
628 to compile on non-window system.
629
630 2004-03-19 Kim F. Storm <storm@cua.dk>
631
632 * dispextern.h (calc_pixel_width_or_height): Add prototype.
633
634 * image.c (Qcenter): Move to xdisp.c.
635
636 * xdisp.c (Qcenter): Declare here.
637 (syms_of_xdisp): Intern and staticpro it.
638 (handle_single_display_prop): Allow space display property on all
639 platforms.
640 (display_mode_line): Set mode_line_p before displaying line.
641 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
642 handling. Remove complex cases for fringes and scroll-bars.
643 Add left, right, and center alignment positions. Add text (area)
644 width/height. Return width or height for image specs.
645 (produce_stretch_glyph): Improve handling of :align-to. Is now
646 relative to left of text area by default, but other base offsets
647 can be specified -- also for text lines.
648
649 * term.c (produce_glyphs): Handle IT_STRETCH.
650 (produce_stretch_glyph): New function to handle space width and
651 align-to display properties on non-window systems.
652
653 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
654
655 * fileio.c (Fread_file_name): Set completion-ignore-case for
656 case-insensitive systems.
657
658 2004-03-14 Masatake YAMATO <jet@gyve.org>
659
660 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
661 when keymap and cursor are setup.
662
663 2004-03-14 Steven Tamm <steventamm@mac.com>
664
665 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
666
667 2004-03-14 Kim F. Storm <storm@cua.dk>
668
669 * dispextern.h (x_find_image_file): Add prototype.
670
671 * image.c (x_find_image_file): Make extern.
672
673 * xfns.c (x_find_image_file): Remove prototype.
674
675 2004-03-13 Eli Zaretskii <eliz@gnu.org>
676
677 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
678
679 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
680
681 2004-03-12 Richard M. Stallman <rms@gnu.org>
682
683 * fns.c (internal_equal): New arg PROPS controls comparing
684 text properties. All callers changed.
685 (Fequal_including_properties): New function.
686 (syms_of_fns): defsubr it.
687
688 2004-03-12 Kim F. Storm <storm@cua.dk>
689
690 Fix image support on MAC. From YAMAMOTO Mitsuharu.
691
692 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
693 (image_background, image_background_transparent): Fix prototypes.
694
695 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
696
697 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
698 (x_query_font, x_find_ccl_program, x_set_window_size)
699 (x_make_frame_visible, mac_initialize, XCreatePixmap)
700 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
701 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
702
703 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
704 (x_query_font, x_find_ccl_program, x_set_window_size)
705 (x_make_frame_visible, mac_initialize, XCreatePixmap)
706 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
707 (mac_draw_line_to_pixmap): Add prototypes.
708
709 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
710
711 * macterm.c (XTread_socket): Fix mouse click on tool bar.
712
713 2004-03-11 Kim F. Storm <storm@cua.dk>
714
715 * dispextern.h: Move image related prototypes from xfns.c section
716 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
717 HAVE_X_WINDOWS.
718
719 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
720 Move gtkutil.o to new GTK_OBJ list.
721 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
722 (GTK_OBJ) [USE_GTK]: New declaration.
723 (obj): Add $(GTK_OBJ) to list.
724
725 2004-03-11 Steven Tamm <steventamm@mac.com>
726
727 * image.c [MAC_OSX]: Include sys/stat.h
728
729 * macfns.c (syms_of_macfns): Remove definitions of things now
730 defined in image.c
731
732 2004-03-11 Kim F. Storm <storm@cua.dk>
733
734 The following changes consolidates the identical/similar image
735 support code previously found in xfns.c, w32fns.c, and macfns.c
736 into a new file image.c.
737
738 * makefile.w32-in (OBJ1): Add image.o.
739 ($(BLD)/image.$(O)): Add dependencies.
740
741 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
742 (image.o): Add dependencies.
743
744 * image.c: New file with consolidated image support code.
745 (COLOR_TABLE_SUPPORT): New define to control whether
746 color table support is available (X only).
747 (Bitmap_Record): Common name for x_bitmap_record,
748 w32_bitmap_record, and mac_bitmap_record.
749 (XImagePtr): Common name for pointer to XImage or equivalent.
750 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
751 to XImagePtr on X+MAC, and to HDC on W32.
752 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
753 (NO_PIXMAP): Common name for "None" or equivalent.
754 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
755 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
756 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
757 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
758 Define with suitable equivalents on W32 and MAC for code sharing.
759 (XDrawLine): Define on MAC for code sharing.
760 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
761 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
762 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
763 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
764 (x_reference_bitmap, x_create_bitmap_from_data)
765 (x_create_bitmap_from_file, x_destroy_bitmap)
766 (x_destroy_all_bitmaps, x_create_bitmap_mask)
767 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
768 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
769 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
770 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
771 (define_image_type, lookup_image_type, valid_image_p)
772 (image_error, enum image_value_type, struct image_keyword)
773 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
774 (make_image, free_image, prepare_image_for_display, image_ascent)
775 (four_corners_best, image_background, image_background_transparent)
776 (x_clear_image_1, x_clear_image, x_alloc_image_color)
777 (make_image_cache, free_image_cache, clear_image_cache)
778 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
779 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
780 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
781 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
782 (init_image_func_pointer, image_load_quartz2d)
783 (struct ct_color, init_color_table, free_color_table)
784 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
785 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
786 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
787 (x_disable_image, x_build_heuristic_mask)
788 (XBM support, XPM support, PBM support, PNG support, JPEG support)
789 (TIFF support, GIF support, Ghostscript support): Consolidate image
790 code from xfns.c, w32fns.c, and macfns.c.
791 (syms_of_image): Consolidate image related symbol setup here.
792 (init_image): Consolidate image related initializations here.
793
794 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
795 and init_image. Remove call to init_xfns.
796
797 * macterm.h (struct mac_bitmap_record): Add file member.
798 Not currently used, but simplifies code sharing.
799
800 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
801 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
802 (x_reference_bitmap, x_create_bitmap_from_data)
803 (x_create_bitmap_from_file, x_destroy_bitmap)
804 (x_destroy_all_bitmaps, x_create_bitmap_mask)
805 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
806 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
807 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
808 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
809 (define_image_type, lookup_image_type, valid_image_p)
810 (image_error, enum image_value_type, struct image_keyword)
811 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
812 (make_image, free_image, prepare_image_for_display, image_ascent)
813 (four_corners_best, image_background, image_background_transparent)
814 (x_clear_image_1, x_clear_image, x_alloc_image_color)
815 (make_image_cache, free_image_cache, clear_image_cache)
816 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
817 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
818 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
819 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
820 (init_image_func_pointer, image_load_quartz2d)
821 (struct ct_color, init_color_table, free_color_table)
822 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
823 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
824 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
825 (x_disable_image, x_build_heuristic_mask)
826 (XBM support, XPM support, PBM support, PNG support, JPEG support)
827 (TIFF support, GIF support, Ghostscript support): Merge with image
828 code from xfns.c and macfns.c into image.c.
829 (syms_of_xfns): Move image related symbols to image.c.
830 (init_external_image_libraries, init_xfns): Remove; initialization
831 moved to init_image in image.c.
832
833 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
834 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
835 (x_reference_bitmap, x_create_bitmap_from_data)
836 (x_create_bitmap_from_file, x_destroy_bitmap)
837 (x_destroy_all_bitmaps, x_create_bitmap_mask)
838 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
839 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
840 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
841 (define_image_type, lookup_image_type, valid_image_p)
842 (image_error, enum image_value_type, struct image_keyword)
843 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
844 (make_image, free_image, prepare_image_for_display, image_ascent)
845 (four_corners_best, image_background, image_background_transparent)
846 (x_clear_image_1, x_clear_image, x_alloc_image_color)
847 (make_image_cache, free_image_cache, clear_image_cache)
848 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
849 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
850 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
851 (struct ct_color, init_color_table, free_color_table)
852 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
853 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
854 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
855 (x_disable_image, x_build_heuristic_mask)
856 (XBM support, XPM support, PBM support, PNG support, JPEG support)
857 (TIFF support, GIF support, Ghostscript support): Merge with image
858 code from xfns.c and macfns.c into image.c.
859 (syms_of_xfns): Move image related symbols to image.c.
860 (init_external_image_libraries, init_xfns): Remove; initialization
861 moved to init_image in image.c.
862
863 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
864 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
865 (x_reference_bitmap, x_create_bitmap_from_data)
866 (x_create_bitmap_from_file, x_destroy_bitmap)
867 (x_destroy_all_bitmaps, x_create_bitmap_mask)
868 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
869 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
870 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
871 (define_image_type, lookup_image_type, valid_image_p)
872 (image_error, enum image_value_type, struct image_keyword)
873 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
874 (make_image, free_image, prepare_image_for_display, image_ascent)
875 (four_corners_best, image_background, image_background_transparent)
876 (x_clear_image_1, x_clear_image, x_alloc_image_color)
877 (make_image_cache, free_image_cache, clear_image_cache)
878 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
879 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
880 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
881 (struct ct_color, init_color_table, free_color_table)
882 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
883 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
884 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
885 (x_disable_image, x_build_heuristic_mask)
886 (XBM support, XPM support, PBM support, PNG support, JPEG support)
887 (TIFF support, GIF support, Ghostscript support): Merge with
888 w32fns.c and macfns.c image code into image.c.
889 (syms_of_xfns): Move image related symbols to image.c.
890 (init_xfns): Remove; initialization moved to init_image in image.c.
891
892 * lisp.h (syms_of_image, init_image): Add protoypes.
893 (init_xfns): Remove prototype.
894
895 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
896 (x_reference_bitmap, x_create_bitmap_from_data)
897 (x_create_bitmap_from_file, x_destroy_bitmap)
898 (x_create_bitmap_mask): Move prototypes from dispextern.h.
899 (gamma_correct) [MAC_OS]: Add prototype.
900
901 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
902 (x_reference_bitmap, x_create_bitmap_from_data)
903 (x_create_bitmap_from_file, x_destroy_bitmap)
904 (x_create_bitmap_mask): Move prototypes to dispextern.h.
905
906 2004-03-09 Kenichi Handa <handa@etlken2>
907
908 * coding.c (decode_coding_emacs_mule): Handle insufficent source
909 correctly.
910
911 2004-03-04 Richard M. Stallman <rms@gnu.org>
912
913 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
914
915 * window.c (Fdisplay_buffer): Doc fix.
916
917 * buffer.c (Fpop_to_buffer): Doc fix.
918
919 2004-03-03 Kim F. Storm <storm@cua.dk>
920
921 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
922
923 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
926
927 2004-03-02 Richard M. Stallman <rms@gnu.org>
928
929 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
930
931 2004-03-02 Kenichi Handa <handa@m17n.org>
932
933 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
934
935 2004-03-02 Kim F. Storm <storm@cua.dk>
936
937 * window.h (struct window): New member overlay_arrow_bitmap.
938
939 * window.c (make_window): Initialize overlay_arrow_bitmap.
940
941 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
942 implement and integrate multiple overlay arrows with redisplay.
943 (syms_of_xdisp): DEFVAR_LISP and initialize it.
944 (last_arrow_position, last_arrow_string): Replace by properties.
945 (Qlast_arrow_position, Qlast_arrow_string)
946 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
947 (syms_of_xdisp): Intern and staticpro them.
948 (overlay_arrow_string_or_property, update_overlay_arrows)
949 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
950 (overlay_arrow_at_row): New functions for multiple overlay arrows.
951 (redisplay_internal): Use them instead of directly accessing
952 Voverlay_arrow_position etc. for multiple overlay arrows.
953 (mark_window_display_accurate): Use update_overlay_arrows.
954 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
955 (try_window_id): Use overlay_arrows_changed_p.
956 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
957 (display_line): Use overlay_arrow_at_row to check multiple
958 overlay arrows, and get relevant overlay-arrow-string and
959 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
960 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
961 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
962
963 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
964 (update_window_fringes): Remove unused code.
965
966 2004-03-01 Jason Rumney <jasonr@gnu.org>
967
968 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
969
970 2004-03-01 Juanma Barranquero <lektu@terra.es>
971
972 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
973
974 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
975
976 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
977
978 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
979 how many colors can be displayed.
980
981 2004-03-01 Kenichi Handa <handa@m17n.org>
982
983 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
984 correctly.
985
986 2004-02-28 Kim F. Storm <storm@cua.dk>
987
988 * dispnew.c (update_window): Update header line also if there are
989 no other changes in window (move code after set_cursor label).
990
991 * lisp.h (mark_window_display_accurate): Remove prototype.
992
993 * window.c (window_loop, Fforce_window_update): Force mode line
994 updates by setting prevent_redisplay_optimizations_p and
995 update_mode_lines.
996
997 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
998
999 * xfns.c (x_window): Fix indentation.
1000
1001 * xterm.c (x_calc_absolute_position): Call x_real_positions
1002 to get WM window sizes and use those to calculate position.
1003 (x_set_offset): Remove code commented out.
1004
1005 2004-02-28 Miles Bader <miles@gnu.org>
1006
1007 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
1008
1009 2004-02-28 Kim F. Storm <storm@cua.dk>
1010
1011 * keyboard.c (kbd_buffer_store_event_hold): New function to store
1012 an event into kbd fifo, but with special handling of quit event;
1013 a quit event is saved for later, and further events are discarded
1014 until the saved quit event has been processed.
1015 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
1016 (gen_help_event): Store help event in kbd fifo.
1017 (NREAD_INPUT_EVENTS): Remove.
1018 (read_avail_input): Adapt to new read_socket_hook interface.
1019 Remove allocation and initialization of local input_event buffer,
1020 as read_socket_hook stores events directly in fifo. Allocate and
1021 initialize local hold_quit event to handle postponed quit event
1022 (and store it if set by kbd_buffer_store_event_hold).
1023
1024 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
1025 (gen_help_event): Fix prototype.
1026
1027 * macterm.c (XTread_socket): Remove bufp_r and
1028 numcharsp args. Add hold_quit arg.
1029 Rework to use just one, local, inev input_event. Store inev
1030 directly in fifo using kbd_buffer_store_event_hold.
1031
1032 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
1033 (read_input_waiting): Adapt to new read_socket_hook interface.
1034 Remove allocation and initialization of local input_event buffer,
1035 as read_socket_hook stores events directly in fifo. Allocate and
1036 initialize local hold_quit event to handle postponed quit event
1037 (and store it if set by kbd_buffer_store_event_hold).
1038
1039 * term.c (read_socket_hook): Fix arg list.
1040
1041 * termhooks.h (read_socket_hook): Fix prototype.
1042
1043 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
1044 numcharsp args. Add hold_quit arg.
1045 Rework to use just one, local, inev input_event. Store inev
1046 directly in fifo using kbd_buffer_store_event_hold.
1047
1048 * w32inevt.h (w32_console_mouse_position): Fix prototype.
1049
1050 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
1051 Add hold_quit arg. Rework to use just one, local, inev
1052 input_event. Store inev directly in fifo using
1053 kbd_buffer_store_event_hold. Update count in one place.
1054 Postpone call to gen_help_event until inev is stored; use new
1055 local do_help for this.
1056 Remove local emacs_event in handing of ButtonPress event; just use
1057 inev instead (so no reason to copy it later).
1058
1059 * xsmfns.c (x_session_check_input): Remove numchars arg.
1060
1061 * xterm.c (x_focus_changed, x_detect_focus_change):
1062 Remove numchars arg. Always store event into bufp arg.
1063 Return nothing. Callers changed accordingly.
1064 (glyph_rect): Simplify.
1065 (STORE_KEYSYM_FOR_DEBUG): New macro.
1066 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
1067 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
1068 (current_hold_quit) [USE_GTK]: Add.
1069 (event_handler_gdk): Adapt to new handle_one_xevent.
1070 (handle_one_xevent): Remove bufp_r and numcharsp args.
1071 Add hold_quit arg. Rework to use just one, local, inev
1072 input_event. Store inev directly in fifo using
1073 kbd_buffer_store_event_hold. Update count in one place.
1074 Postpone call to gen_help_event until inev is stored; use new
1075 local do_help for this.
1076 Simplify handling of keysyms (consolidate common code). Fix bug
1077 where count was updated with nchars instead of nbytes.
1078 Remove local emacs_event in handing of ButtonPress event; just use
1079 inev instead (so no reason to copy it later).
1080 Remove `out' label. Rename label `ret' to `done'; add various
1081 `goto done' to clarify code flow in deeply nested blocks.
1082 (x_dispatch_event): Simplify as handle_one_xevent now calls
1083 kbd_buffer_store_event itself.
1084 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
1085 arg. Call handle_one_xevent with new arglist. Store event from
1086 x_session_check_input in fifo.
1087 [USE_GTK]: Setup current_hold_quit.
1088 Decrement handling_signal before unblocking input.
1089 (x_initialize) [USE_GTK]: Initialize current_count.
1090
1091 * xterm.h (x_session_check_input): Fix prototype.
1092
1093 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1094
1095 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
1096
1097 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
1098 macgui.h).
1099
1100 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
1101
1102 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
1103 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
1104 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
1105 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
1106 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
1107 (Bitmap): Remove typedef.
1108 (Pixmap): Change int to GWorldPtr.
1109
1110 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
1111
1112 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
1113 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
1114 New #define to extract 16-bit depth color components from unsigned
1115 long representation.
1116 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
1117 colors used for masks.
1118 (struct mac_display_info): Add color_p. Remove n_cbits.
1119
1120 * macfns.c: Include sys/types.h and sys/stat.h.
1121 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
1122 Include QuickTime/QuickTime.h.
1123 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
1124 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
1125 functions defined in macterm.c.
1126 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
1127 (ZPixmap): New #define for compatibility with xfns.c.
1128 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
1129 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
1130 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
1131 New functions.
1132 (four_corners_best, x_create_x_image_and_pixmap)
1133 (x_destroy_x_image, unwind_create_frame, x_disable_image)
1134 (x_edge_detection, init_color_table, colors_in_color_table)
1135 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
1136 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
1137 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
1138 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
1139 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
1140 long mixup.
1141 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
1142 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
1143 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
1144 (x_set_cursor_type, Fxw_color_values, valid_image_p)
1145 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
1146 (x_alloc_image_color, clear_image_cache, lookup_image)
1147 (x_find_image_file, xbm_read_bitmap_file_data)
1148 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
1149 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
1150 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
1151 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
1152 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
1153 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
1154 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
1155 #if 0.
1156 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
1157 #if 0. Free white_relief.gc and black_relief.gc.
1158 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
1159 New functions (from xfns.c).
1160 (Fx_create_frame): Record unwind_create_frame.
1161 (Fxw_display_color_p): Use dpyinfo->color_p.
1162 (Fx_display_grayscale_p, Fx_display_planes): Don't use
1163 dpyinfo->n_cbits.
1164 (Fx_display_color_cells): Use dpyinfo->n_planes;
1165 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
1166 (Qheuristic, cross_disabled_images, emboss_matrix)
1167 (laplace_matrix): New variables (from xfns.c).
1168 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
1169 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
1170 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
1171 (image_background_transparent): New function (from xfns.c).
1172 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
1173 (image_load_quicktime): Add declaration.
1174 [MAC_OSX] (image_load_quartz2d): Likewise.
1175 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
1176 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
1177 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
1178 (xbm_load_image_from_file, x_laplace_read_row)
1179 (x_laplace_write_row, pbm_read_file): Remove functions.
1180 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
1181 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
1182 (colors_in_color_table): Sync with xfns.c (although not used).
1183 (lookup_rgb_color): Don't lookup color table. Just do gamma
1184 correction.
1185 (COLOR_INTENSITY): New #define (from xfns.c).
1186 (x_disable_image): New function (from xfns.c).
1187 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
1188 (x_build_heuristic_mask): Sync with xfns.c.
1189 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
1190 (HAVE_PBM): Remove #ifdef.
1191 (pbm_load): Sync with xfns.c. Set img->width and img->height
1192 before IMAGE_BACKGROUND.
1193 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
1194 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
1195 Don't enclose with #if HAVE_PNG.
1196 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
1197 symbol _CGImageCreateWithPNGDataProvider is defined.
1198 Otherwise use image_load_quicktime.
1199 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
1200 [HAVE_PNG] (png_load): Sync with xfns.c.
1201 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
1202 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
1203 HAVE_JPEG.
1204 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
1205 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
1206 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
1207 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
1208 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
1209 (tiff_image_p, tiff_load): Don't enclose declarations with #if
1210 HAVE_TIFF.
1211 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
1212 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
1213 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
1214 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
1215 New functions (from xfns.c).
1216 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
1217 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
1218 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
1219 Don't enclose with #if HAVE_GIF.
1220 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
1221 animated gif. Otherwise use image_load_quicktime.
1222 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
1223 gif_DrawText to avoid conflict with QuickdrawText.h.
1224 [HAVE_GIF] (gif_load): Sync with xfns.c.
1225 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
1226 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
1227 Ghostscript is not supported yet).
1228 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
1229 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
1230 cross_disabled_images (from xfns.c). Remove #if 0 for supported
1231 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
1232 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
1233 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
1234 HAVE_PNG. Call EnterMovies to support animated gifs.
1235 Call init_image_func_pointer to bind a symbol
1236 _CGImageCreateWithPNGDataProvider if it is defined.
1237
1238 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
1239 (x_draw_bar_cursor): Sync declaration with xterm.c.
1240 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
1241 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
1242 graphics).
1243 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
1244 (mac_draw_line_to_pixmap, XCreatePixmap)
1245 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
1246 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
1247 New functions.
1248 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
1249 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
1250 Cast bits to char *.
1251 (reflect_byte): New function (from w32fns.c).
1252 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
1253 due to byte alignment.
1254 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
1255 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
1256 (XSetForeground): Remove static (now used in macfns.c).
1257 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
1258 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
1259 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
1260 (x_draw_glyph_string_box, x_draw_image_foreground)
1261 (x_draw_image_foreground_1, x_draw_image_glyph_string)
1262 (x_draw_stretch_glyph_string, x_draw_glyph_string)
1263 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
1264 Sync with xterm.c.
1265 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
1266 than the xterm.c version when a strictly horizontal or vertical
1267 line is drawn.
1268 (XTset_terminal_window): Add static.
1269 (x_make_frame_visible): Add UNBLOCK_INPUT.
1270 (x_free_frame_resources): New funcion (from xterm.c).
1271 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
1272 occurs in tool bar area.
1273 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
1274 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
1275 Initialize image cache.
1276 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
1277 Enclose unused functions with #if 0.
1278 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
1279 (decode_mac_font_name): New function to apply code conversions
1280 from a mac font name to an XLFD font name according to its script code.
1281 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
1282 font name to a mac font name according to REGISTRY and ENCODING fields.
1283 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
1284 whose name starts with `.'.
1285 (init_font_name_table): Use decode_mac_font_name. Add both
1286 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
1287 of a font is smJapanese.
1288 (mac_do_list_fonts): New function to list fonts that match a given
1289 pattern.
1290 (x_list_fonts, XLoadQueryFont): Use it.
1291 (XLoadQueryFont): Set rbearing field for each variable width
1292 character to avoid needless redraw.
1293 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
1294
1295 2004-02-26 Kim F. Storm <storm@cua.dk>
1296
1297 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
1298 as read_socket_hook handler on X aborts if buffer is too small
1299 and W32 handler doesn't always check buffer limit.
1300
1301 * xdisp.c (handle_single_display_prop): Handle left-fringe and
1302 right-fringe similar to a display margin image. Specifically,
1303 the characters having the fringe prop are no longer shown, and
1304 we use IT_IMAGE/next_element_from_image with image_id = -1 to
1305 do this. Set fringe bitmap face_id in it->face_id.
1306 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
1307 still realize it->face (i.e. the fringe bitmap face).
1308
1309 2004-02-25 Miles Bader <miles@gnu.org>
1310
1311 * xdisp.c (check_it): Check string/string_pos consistency.
1312 (init_iterator): Initialize string-related fields properly.
1313
1314 2004-02-11 Miles Bader <miles@gnu.org>
1315
1316 * xdisp.c (produce_image_glyph): Force negative descents to zero.
1317
1318 2004-02-10 Miles Bader <miles@gnu.org>
1319
1320 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
1321 BLOCK_INPUT can be nested, so it doesn't make much sense.
1322
1323 2004-02-24 Michael Mauger <mmaug@yahoo.com>
1324
1325 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
1326 (xbm_read_bitmap_data): Use unsigned char for image data.
1327
1328 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
1329
1330 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
1331
1332 2004-02-22 Jason Rumney <jasonr@gnu.org>
1333
1334 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
1335 correctly over other bitmaps.
1336
1337 2004-02-21 Eli Zaretskii <eliz@gnu.org>
1338
1339 * emacs.c (USAGE1): Split into two halves.
1340 (USAGE2): Second half of the old USAGE1.
1341 (USAGE3): Rename from USAGE2.
1342 (USAGE4): Rename from USAGE3.
1343
1344 2004-02-21 Juri Linkov <juri@jurta.org>
1345
1346 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
1347 Fix --multibyte. Move --help, --version to USAGE2. Add alias
1348 --file. Fix -f, -l. Sort options. Untabify.
1349 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
1350
1351 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * category.c (Fdefine_category, Fcategory_docstring)
1354 (Fget_unused_category, Fset_category_table)
1355 (Fcategory_set_mnemonics): Doc fixes.
1356
1357 2004-02-20 Kim F. Storm <storm@cua.dk>
1358
1359 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
1360 The following changes are relative to the 2004-01-21 revision.
1361 (NREAD_INPUT_EVENTS): Define as max number of input events to read
1362 in one call to read_socket_hook. Value is 8.
1363 (read_avail_input): Separate and rework handling of read_socket_hook
1364 and non-read_socket_hook cases. Use smaller input_event buffer
1365 in read_socket_hook case, and repeat if full buffer is read.
1366 Use new local variable 'discard' to skip input after C-g.
1367 In non-read_socket_hook case, just use a single input_event, and
1368 call kbd_buffer_store_event on the fly for each character.
1369
1370 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1371
1372 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
1373 Remove unused `gu' alternative.
1374
1375 2004-02-19 Andreas Schwab <schwab@suse.de>
1376
1377 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
1378 warning.
1379
1380 2004-02-18 Kim F. Storm <storm@cua.dk>
1381
1382 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
1383 Fix last change.
1384
1385 2004-02-17 Kim F. Storm <storm@cua.dk>
1386
1387 * xdisp.c (fast_find_position): Fix return value of new version;
1388 it was inverted compared to the 21.1 version.
1389 (get_window_cursor_type): Don't look at glyph if NULL.
1390 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
1391
1392 * keyboard.c: Rework previous change; it didn't consider that the
1393 buf array was allocated on the stack.
1394 (prev_read): Remove variable.
1395 (read_avail_input_buf): New static event buffer array.
1396 (in_read_avail_input): New static variable to handle re-entrancy.
1397 (read_avail_input): Change buf to pinter to read_avail_input_buf.
1398 Use in_read_avail_input to handle re-entrance; when re-entered,
1399 fully initialize and use tmp_buf array instead of read_avail_input_buf.
1400 Do not initialize read_avail_input_buf in full here; instead assume it
1401 is always cleared on entry. To ensure that, we clear (just) the
1402 entries that were used before we return.
1403 (init_keyboard): Initialize read_avail_input_buf here.
1404
1405 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
1406
1407 * cmds.c (Fend_of_line): Doc fix.
1408
1409 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
1410
1411 * keyboard.c (prev_read): New static variable.
1412 (read_avail_input): Use it to zero out only those slots in buf[]
1413 that were used last time we were called.
1414
1415 2004-02-16 Eli Zaretskii <eliz@gnu.org>
1416
1417 * Makefile.in (obj): Move fringe.o from here...
1418 (XOBJ, MAC_OBJ): ...to here.
1419
1420 2004-02-16 Stephen Eglen <stephen@gnu.org>
1421
1422 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
1423
1424 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1425
1426 * data.c (Fbyteorder):
1427 * fringe.c (Fdefine_fringe_bitmap):
1428 * xdisp.c (handle_single_display_prop):
1429 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
1430
1431 2004-02-16 Jason Rumney <jasonr@gnu.org>
1432
1433 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
1434
1435 2004-02-15 Steven Tamm <steventamm@mac.com>
1436
1437 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
1438 controlling emulation of a three button mouse with option and
1439 command keys.
1440 (Qreverse, mac_get_enumlated_btn): Handle the emulation
1441 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
1442
1443 2004-02-15 Kim F. Storm <storm@cua.dk>
1444
1445 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
1446
1447 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
1448 Perform byte-swapping.
1449
1450 2004-02-14 Kim F. Storm <storm@cua.dk>
1451
1452 * dispextern.h (struct draw_fringe_bitmap_params): Change member
1453 bits from char to short to facilitate wider bitmaps.
1454 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
1455 member.
1456
1457 * fringe.c (struct fringe_bitmap): Change member bits from char to
1458 short to facilitate 16 bits wide bitmaps. Modify all standard
1459 bitmaps accordingly.
1460 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
1461 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
1462 (draw_fringe_bitmap): Ditto.
1463 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
1464 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
1465 handle up to 16 bits wide bitmaps.
1466 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
1467 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
1468
1469 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
1470 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
1471 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
1472
1473 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
1474 so it is no longer necessary to expand them here.
1475
1476 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
1477
1478 2004-02-12 Kim F. Storm <storm@cua.dk>
1479
1480 * window.c (Fwindow_fringes): Doc fix.
1481
1482 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1483
1484 * xselect.c (x_get_foreign_selection): Add new optional parameter
1485 time_stamp.
1486 (Fx_get_selection_internal): Ditto, pass time_stamp to
1487 x_get_foreign_selection.
1488
1489 * data.c (Fbyteorder): New function.
1490
1491 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1492
1493 * atimer.c: Move include stdio.h to same place as in other files.
1494
1495 * region-cache.c: Ditto.
1496
1497 * sysdep.c: Ditto.
1498
1499 * xfaces.c: Ditto.
1500
1501 2004-02-09 Sam Steingold <sds@gnu.org>
1502
1503 * w32term.c (w32_draw_fringe_bitmap): Fixed a typo in the last patch.
1504
1505 2004-02-09 Kim F. Storm <storm@cua.dk>
1506
1507 * fringe.c: New file. Move original fringe related declarations
1508 and code from dispextern.h and xdisp.c here.
1509 Rework code to support user defined fringe bitmaps, redefining
1510 standard bitmaps, ability to overlay user defined bitmap with
1511 overlay arrow bitmap, and add faces to bitmaps.
1512 (Voverflow_newline_into_fringe): Declare here.
1513 (enum fringe_bitmap_align): New enum.
1514 (..._bits): All bitmaps are now defined without bitswapping; that
1515 is now done in init_fringe_once (if necessary).
1516 (standard_bitmaps): New array with specifications for the
1517 standard fringe bitmaps.
1518 (fringe_faces): New array.
1519 (valid_fringe_bitmap_id_p): New function.
1520 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
1521 (draw_fringe_bitmap): New function which draws fringe bitmap,
1522 possibly overlaying bitmap with cursor in right fringe or the
1523 overlay arrow in the left fringe.
1524 (update_window_fringes): Do not handle overlay arrow here.
1525 Compare and copy fringe bitmap faces.
1526 (init_fringe_bitmap): New function.
1527 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
1528 define and destroy user defined fringe bitmaps.
1529 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
1530 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
1531 (syms_of_fringe): New function. Defsubr new DEFUNs.
1532 DEFVAR_LISP Voverflow_newline_into_fringe.
1533 (init_fringe_once, init_fringe): New functions.
1534 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
1535
1536 * Makefile.in (obj): Add fringe.o.
1537 (fringe.o): New dependencies.
1538
1539 * dispextern.h (FRINGE_ID_BITS): New definition for number of
1540 bits allocated to hold a fringe number. Increase number of bits
1541 from 4 to 8 to allow user defined fringe bitmaps.
1542 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
1543 left_user_fringe_face_id, right_user_fringe_bitmap,
1544 right_user_fringe_face_id.
1545 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
1546 Move to new file fringe.c.
1547 (MAX_FRINGE_BITMAPS): Define here.
1548 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
1549 and overlay_p. Change member which to int.
1550 (struct redisplay_interface): New members define_fringe_bitmap
1551 and destroy_fringe_bitmap.
1552 (valid_fringe_bitmap_id_p): Add prototype.
1553 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
1554
1555 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
1556 arrows.
1557 (update_frame): Do flush_display if force_flush_display_p to
1558 ensure display (specifically fringes) are updated in a timely
1559 manner when resizing the frame by dragging the mouse.
1560 (update_window_line): Update row if overlay arrow changed.
1561 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
1562 or overlay arrow changed.
1563
1564 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
1565 syms_of_fringe, and init_fringe.
1566
1567 * frame.h (struct frame): New member force_flush_display_p.
1568
1569 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
1570 Add prototypes.
1571
1572 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
1573 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
1574 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
1575 Use cursor color for displaying cursor in fringe.
1576 (x_redisplay_interface): Add null handlers for
1577 define_fringe_bitmap and destroy_fringe_bitmap functions.
1578
1579 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
1580 xterm.c to handle overlayed fringe bitmaps and to use cursor color
1581 for displaying cursor in fringe.
1582 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
1583 specific functions to define and destroy fringe bitmaps in fringe_bmp.
1584 (w32_redisplay_interface): Add them to redisplay_interface.
1585 (w32_term_init): Call w32_init_fringe instead of explicitly
1586 defining fringe bitmaps in fringe_bmp array.
1587 (x_delete_display): Call w32_reset_fringes instead of explicitly
1588 destroying fringe bitmaps in fringe_bmp array.
1589
1590 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
1591 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
1592 (continued_bits, continuation_bits, ov_bits, first_line_bits)
1593 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
1594 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
1595 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
1596 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
1597 Move fringe handling vars and code to new file fringe.c.
1598 (handle_display_prop): Handle left-fringe and right-fringe
1599 display properties; store user fringe bitmaps in iterator.
1600 (move_it_in_display_line_to): Handle cursor in fringe at eob.
1601 (clear_garbaged_frames): Set force_flush_display_p if resized.
1602 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
1603 (display_line): Handle cursor in fringe at eob.
1604 (display_line): Set row user fringe bitmaps from iterator.
1605
1606 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
1607 Use cursor color for displaying cursor in fringe.
1608 (x_redisplay_interface): Add null handlers for
1609 define_fringe_bitmap and destroy_fringe_bitmap functions.
1610
1611 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1612
1613 * macfns.c (Fx_change_window_property): Make doc string and
1614 parameters same as for X version.
1615
1616 * w32fns.c (Fx_change_window_property): Ditto.
1617
1618 2004-02-07 Kim F. Storm <storm@cua.dk>
1619
1620 * xdisp.c (hscroll_window_tree): Position cursor near to right
1621 margin in hscrolled window when jumping to end of line (rather
1622 than centering cursor).
1623
1624 * process.c (wait_reading_process_input): Don't do adaptive read
1625 buffering if waiting for a specific process.
1626
1627 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
1628
1629 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
1630 (Fread_minibuffer, Feval_minibuffer)
1631 (Fread_string, Fread_no_blanks_input)
1632 (Fcompleting_read): Doc fixes.
1633 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
1634 completion-regexp-list. Define Qcase_fold_search and staticpro it.
1635 (read_minibuf): Fix initial comment.
1636 (Ftry_completion, Fall_completions, Ftest_completion): Bind
1637 case-fold-serach to the value of completion-ignore-case when
1638 checking completion-regexp-list.
1639 (Fdisplay_completion_list): Make it handle arguments that are
1640 symbols. Doc fix.
1641
1642 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1643
1644 * xterm.h: Add declaration of free_frame_menubar.
1645
1646 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
1647 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
1648 (Fx_change_window_property): Add declaration of parameters type and
1649 format. Remove unused variable cons.
1650
1651 * xselect.c: Include stdio,h.
1652
1653 2004-02-05 Kenichi Handa <handa@m17n.org>
1654
1655 * fns.c (Fset_char_table_range): Fix previous change.
1656
1657 * buffer.c (Fset_buffer_multibyte): Fix docstring.
1658
1659 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
1660
1661 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
1662
1663 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1664
1665 * keymap.c (Vmouse_events): Rename from Vmenu_events.
1666 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
1667
1668 2004-02-04 Kenichi Handa <handa@m17n.org>
1669
1670 * fns.c (Fset_char_table_range): Handle charsets ascii,
1671 eight-bit-control, and eight-bit-graphic correctly.
1672
1673 2004-02-03 Jason Rumney <jasonr@gnu.org>
1674
1675 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
1676
1677 * w32fns.c (x_to_w32_font): Likewise.
1678
1679 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1680
1681 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
1682 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
1683
1684 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
1685 ClientMessages.
1686
1687 * xselect.c: Include termhooks.h and X11/Xproto.h
1688 (x_check_property_data, x_fill_property_data)
1689 (x_property_data_to_lisp, mouse_position_for_drop)
1690 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
1691 (Fx_send_client_event): Move here from xfns.c.
1692 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
1693
1694 * xfns.c (x-send-client-message): Move to xselect.c
1695 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
1696 OUTER_P.
1697 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
1698 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
1699 if vector_ret_p is true.
1700 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
1701
1702 2004-02-02 Eli Zaretskii <eliz@gnu.org>
1703
1704 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
1705 basename of FILE relative to it, not FILE itself.
1706
1707 2004-02-02 Kenichi Handa <handa@m17n.org>
1708
1709 * coding.c (coding_restore_composition): Check invalid
1710 composition data more rigidly.
1711
1712 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
1713
1714 * fileio.c (Fread_file_name_internal): Correctly handle the case
1715 where insert-default-directory is nil.
1716 (Fread_file_name): Always return an empty string if the user exits
1717 with an empty minibuffer. Adapt the docstring accordingly.
1718 (syms_of_fileio): Adapt the docstring of insert-default-directory
1719 to the change in Fread_file_name.
1720
1721 2004-01-29 Eli Zaretskii <eliz@gnu.org>
1722
1723 * alloca.c [!alloca]: Fix the prototype for xfree.
1724
1725 2004-01-29 Kenichi Handa <handa@m17n.org>
1726
1727 * fns.c (string_char_to_byte): Optimize for ASCII only string.
1728 (string_byte_to_char): Likewise.
1729
1730 2004-01-28 Peter Runestig <peter@runestig.com>
1731
1732 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
1733
1734 2004-01-27 Steven Tamm <steventamm@mac.com>
1735
1736 * unexmacosx.c (unexec_copy): Do not copy more than was
1737 requested to prevent overwriting during unexec.
1738
1739 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1740
1741 * process.c (sigchld_handler): Add comment about not calling malloc.
1742
1743 * process.h: Add extern to synch_process_termsig.
1744
1745 2004-01-27 Steven Tamm <steventamm@mac.com>
1746
1747 * macterm.c (make_mac_frame, make_mac_terminal_frame):
1748 Move setting of scroll bars from make_mac_frame to
1749 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
1750
1751 2004-01-26 Richard M. Stallman <rms@gnu.org>
1752
1753 * search.c (Freplace_match): Handle nonexistent
1754 back-references properly.
1755
1756 2004-01-03 Richard M. Stallman <rms@gnu.org>
1757
1758 * window.c (decode_any_window): New function.
1759 (Fwindow_height, Fwindow_width, Fwindow_edges)
1760 (Fwindow_pixel_edges, Fwindow_inside_edges)
1761 (Fwindow_inside_pixel_edges): Use decode_any_window.
1762
1763 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1764
1765 * process.h: synch_process_termsig new variable.
1766
1767 * callproc.c: Define synch_process_termsig.
1768 (Fcall_process): Initiate synch_process_termsig to zero and
1769 check if non-zero and get signal name after subprocess has ended.
1770
1771 * process.c (sigchld_handler): Set synch_process_termsig
1772 if terminated by a signal. synch_process_death setting removed.
1773
1774 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
1775
1776 2004-01-26 Andreas Schwab <schwab@suse.de>
1777
1778 * print.c (print_preprocess): Declare size as EMACS_INT to not
1779 lose bits.
1780 (print_object): Likewise.
1781 * alloc.c (Fpurecopy): Likewise.
1782
1783 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
1784
1785 * window.c (Fwindow_minibuffer_p): Doc fix.
1786
1787 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
1788
1789 * editfns.c (Fformat): Make both passes accept the same set of flags.
1790
1791 2004-01-23 Kenichi Handa <handa@m17n.org>
1792
1793 * fns.c (Fmd5): If OBJECT is a buffer different from the current
1794 one, set buffer to OBJECT temporarily.
1795
1796 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * keyboard.c (kbd_buffer_gcpro): Remove.
1799 (kbd_buffer_store_event, clear_event, Fdiscard_input)
1800 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
1801 Don't initialize and/or maintain the variable any more. It was made
1802 redundant by my commit of 2003-06-15.
1803
1804 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
1805
1806 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1807
1808 * lisp.h: Add undef DECL_ALIGN.
1809
1810 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * process.c (wait_reading_process_input) [SYNC_INPUT]:
1813 Check interrupt_input_pending explicitly.
1814
1815 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
1816
1817 * keyboard.c (handle_async_input): New fun,
1818 extracted from input_available_signal.
1819 (input_available_signal, reinvoke_input_signal): Use it.
1820
1821 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
1824
1825 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
1826 manipulation macros for when tags are in the lower bits.
1827 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
1828 (DECL_ALIGN): New macro.
1829 (DEFUN): Use it.
1830
1831 * lisp.h [ENABLE_CHECKING]: Don't force union type.
1832
1833 * s/darwin.h (__attribute__): Remove outdated workaround.
1834
1835 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
1836
1837 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
1838 Don't check range of malloc address.
1839 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
1840
1841 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
1842
1843 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
1844
1845 2004-01-19 Kenichi Handa <handa@m17n.org>
1846
1847 * fontset.c (fontset_font_pattern): Fix previous change.
1848
1849 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
1850
1851 * xdisp.c (Voverflow_newline_into_fringe)
1852 (move_it_in_display_line_to, redisplay_internal)
1853 (update_window_fringes, redisplay_window, display_line, window):
1854 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
1855 that it compiles without a window-system.
1856 * dispnew.c (direct_output_for_insert, update_window): Likewise.
1857
1858 2004-01-16 Kim F. Storm <storm@cua.dk>
1859
1860 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
1861
1862 * buffer.c (init_buffer_once): Set buffer_defaults and
1863 buffer_local_flags for indicate_buffer_boundaries.
1864 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
1865 default- variable for it.
1866
1867 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
1868 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
1869 New members exact_window_width_line_p and cursor_in_fringe_p for
1870 overflowing newlines into right fringe.
1871 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
1872 and indicate_bottom_line_p for buffer boundaries and scrolling.
1873 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
1874 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
1875 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
1876 and HOLLOW_SQUARE_BITMAP.
1877 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
1878 Add prototypes.
1879
1880 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
1881 instead of related indicator fields.
1882 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
1883 (direct_output_for_insert): Handle exact width lines like
1884 contined lines. Call update_window_fringes.
1885 (update_window): Call update_window_fringes.
1886 (scrolling_window): Don't skip desired rows with changed bitmaps.
1887 Check if fringe bitmaps changes when assigning scrolled rows.
1888
1889 * xdisp.c (Voverflow_newline_into_fringe): New variable.
1890 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
1891 (move_it_in_display_line_to): Overflow newline into fringe for
1892 rows that are exactly as wide as the window.
1893 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
1894 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
1895 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
1896 (fringe_bitmaps): Add new bitmaps.
1897 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
1898 Select proper bitmap for cursor in fringe when appropriate.
1899 Handle alignment of bitmap to top or bottom of row.
1900 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
1901 done by update_window_fringes.
1902 (update_window_fringes, draw_window_fringes): New functions.
1903 (redisplay_internal): Call update_window_fringes in case only
1904 cursor row is updated.
1905 (redisplay_window): Call update_window_fringes.
1906 Explicitly call draw_window_fringes if redisplay was done using
1907 the current matrix or the overlay arrow is in the window.
1908 (try_window_reusing_current_matrix): Mark scrolled rows for
1909 fringe update (to update buffer-boundaries / scrolling icons).
1910 (find_last_unchanged_at_beg_row): Handle exact width lines line
1911 continued lines.
1912 (display_line): Overflow newline into fringe for rows that are
1913 exactly as wide as the window. Don't append space for newline
1914 in this case.
1915 (notice_overwritten_cursor): Explicitly clear cursor bitmap
1916 in fringe as if it had been overwritten.
1917 (erase_phys_cursor): Erase cursor bitmap in fringe.
1918 (syms_of_xdisp): Mark show-trailing-whitespace and
1919 void-text-area-pointer as user options.
1920 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
1921
1922 * xterm.c (x_update_window_end): Call draw_window_fringes.
1923 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
1924 in row instead of actually drawing fringe bitmaps.
1925 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
1926 (x_draw_window_cursor): Draw cursor in fringe.
1927
1928 * w32term.c (x_update_window_end): Call draw_window_fringes.
1929 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
1930 in row instead of actually drawing fringe bitmaps.
1931 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
1932 (w32_draw_window_cursor): Draw cursor in fringe.
1933
1934 * macterm.c (x_update_window_end): Call draw_window_fringes.
1935 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
1936 in row instead of actually drawing fringe bitmaps.
1937 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
1938 (mac_draw_window_cursor): Draw cursor in fringe.
1939
1940 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1941
1942 * xterm.c (handle_one_xevent): Don't handle characters that are part
1943 of an old style (XLookupString) compose sequence.
1944
1945 2004-01-15 Kenichi Handa <handa@m17n.org>
1946
1947 * search.c (Freplace_match): Use make_multibyte_string or
1948 make_unibyte_string according to the buffer multibyteness.
1949
1950 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1951
1952 * alloc.c (struct interval_block, struct string_block)
1953 (struct symbol_block, struct marker_block, live_string_p)
1954 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
1955 Better preserve alignment for objects in blocks.
1956 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
1957
1958 * lread.c (defvar_per_buffer): Remove dead declaration.
1959
1960 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
1961 space size.
1962
1963 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1964
1965 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
1966 if a key press should pop down. Only pop down if a key is pressed
1967 outside the menu/dialog.
1968 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
1969 popup_get_selection.
1970 (create_and_show_dialog): Pass 1 for down_on_keypress to
1971 popup_get_selection.
1972
1973 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1974
1975 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
1976 BLOCK/UNBLOCK_INPUT.
1977
1978 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1979
1980 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
1981 specified.
1982
1983 2004-01-08 Kenichi Handa <handa@m17n.org>
1984
1985 * editfns.c (Fformat): Fix '&' to '&&'.
1986
1987 2004-01-08 Andreas Schwab <schwab@suse.de>
1988
1989 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
1990 size if PSEUDOVECTOR_FLAG is set.
1991
1992 2004-01-07 Kenichi Handa <handa@m17n.org>
1993
1994 * charset.c (Fdeclare_equiv_charset): Fix docstring.
1995
1996 * fontset.c (fontset_ref_via_base): Fix previous change.
1997
1998 2004-01-07 Kim F. Storm <storm@cua.dk>
1999
2000 * process.c (read_process_output): Only activate adaptive
2001 buffering if we read less than 256 bytes at a time.
2002
2003 2004-01-06 Kim F. Storm <storm@cua.dk>
2004
2005 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
2006 object and image object. Return glyph width and height.
2007 (mode_line_string, marginal_area_string): Ditto.
2008
2009 * dispextern.h (buffer_posn_from_coords, mode_line_string)
2010 (marginal_area_string): Fix prototypes.
2011
2012 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
2013 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
2014 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
2015
2016 * keyboard.c (make_lispy_position): Use modified mode_line_string,
2017 buffer_posn_from_coords, and marginal_area_string functions to
2018 include both string object and image object in the lispy position.
2019 Also add actual glyph width and height to position.
2020 (read_key_sequence): Use real buffer position from mouse
2021 event to find keymap property even when click is in marginal area.
2022
2023 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
2024 mode_line_string and marginal_area_string functions to handle
2025 both string object and image object properties.
2026
2027 2004-01-06 Andreas Schwab <schwab@suse.de>
2028
2029 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
2030 character.
2031
2032 2004-01-02 Andreas Schwab <schwab@suse.de>
2033
2034 * macterm.c (emacs_options, x_initialized, same_x_server):
2035 Remove unused (and duplicated) definitions.
2036
2037 2004-01-02 Kim F. Storm <storm@cua.dk>
2038
2039 * process.h (struct Lisp_Process): New members for adaptive read
2040 buffering: adaptive_read_buffering, read_output_delay, and
2041 read_output_skip.
2042
2043 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
2044 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
2045 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
2046 (process_output_delay_count, process_output_skip): New vars.
2047 (Vprocess_adaptive_read_buffering): New variable.
2048 (make_process): Initialize adaptive read buffering members.
2049 (Fstart_process): Set adaptive_read_buffering member.
2050 (deactivate_process): Cleanup adaptive read buffering.
2051 (wait_reading_process_input): Temporarily omit delayed
2052 subprocesses from the set of file descriptors to read from;
2053 adjust the select timeout if we skipped any subprocesses.
2054 (read_process_output): Increase adaptive read buffering delay if
2055 we read less than a full buffer; reduce delay when we read a
2056 full buffer.
2057 (send_process): Simplify using local Lisp_Process var.
2058 Reset adaptive read buffering delay after write.
2059 (init_process): Initialize process_output_delay_count and
2060 process_output_skip.
2061 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
2062
2063 2004-01-01 Jason Rumney <jasonr@gnu.org>
2064
2065 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
2066
2067 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
2068
2069 * print.c (Ferror_message_string): Add hyperlink in the docstring
2070 to the definition of `signal' in the Elisp manual.
2071 * eval.c (Fsignal): Ditto.
2072
2073 2003-12-29 James Clark <jjc@jclark.com> (tiny change)
2074
2075 * fns.c (internal_equal): Return t for two NaN arguments.
2076
2077 2003-12-29 Richard M. Stallman <rms@gnu.org>
2078
2079 * data.c (store_symval_forwarding): Handle setting
2080 default-fill-column, etc., by changing the value in
2081 buffers that use the default.
2082
2083 * minibuf.c (Fset_minibuffer_window): Doc fix.
2084
2085 * fileio.c (choose_write_coding_system): Ignore auto_saving
2086 if using the visited file for auto saves.
2087 (Fwrite_region): Don't update SAVE_MODIFF
2088 if auto-saving in visited file.
2089
2090 2003-12-29 Kenichi Handa <handa@m17n.org>
2091
2092 * dispextern.h (face_font_available_p): Extern it.
2093
2094 * fontset.c (Voverriding_fontspec_alist): New variable.
2095 (lookup_overriding_fontspec): New function.
2096 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
2097 (fontset_font_pattern): Likewise.
2098 (regulalize_fontname): New function.
2099 (Fset_fontset_font): Call regulalize_fontname.
2100 (Fset_overriding_fontspec_internal): New function.
2101 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
2102 Defsubr Sset_overriding_fontspec_internal.
2103
2104 * xfaces.c (face_font_available_p): New function.
2105
2106 2003-12-28 Richard M. Stallman <rms@gnu.org>
2107
2108 * buffer.c (Fother_buffer): Don't crash if BUF is nil
2109 or if its name is nil.
2110
2111 * buffer.c (Fkill_buffer): Don't delete auto-save file
2112 if it's the same as the visited file.
2113
2114 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
2115
2116 * coding.c (Fcheck_coding_system): Doc fix.
2117
2118 2003-12-28 Kim F. Storm <storm@cua.dk>
2119
2120 * Makefile.in (eval.o): Depend on dispextern.h.
2121
2122 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
2123 image glyph using image's ascent.
2124 (mode_line_string): Return image glyph as object clicked on.
2125 Adjust y0 for image glyph using image's ascent.
2126
2127 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
2128 (struct glyph): New members, ascent and descent. Used to save
2129 this glyph's ascent and descent, instead of having.
2130 (struct glyph): Declare member face_id using FACE_ID_BITS.
2131 (find_hot_spot): Add prototype.
2132
2133 * keyboard.c (Qimage): Remove extern (now in lisp.h).
2134 (QCmap): Declare extern.
2135 (make_lispy_position): When position is inside image hot-spot,
2136 use hot-spot element's id as posn element.
2137
2138 * lisp.h (IMAGEP): New macro to test for image object type.
2139 (Qimage): Declare extern.
2140
2141 * macfns.c (Qimage): Remove extern (now in lisp.h).
2142 (valid_image_p, parse_image_spec): Use IMAGEP macro.
2143
2144 * macterm.c (Qface, Qmouse_face): Remove unused externs.
2145
2146 * w32fns.c (Qimage): Remove extern (now in lisp.h).
2147 (valid_image_p, parse_image_spec): Use IMAGEP macro.
2148
2149 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
2150
2151 * w32term.c (Qface, Qmouse_face): Remove unused externs.
2152
2153 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
2154 pointer types.
2155 (Qrelative_width, Qalign_to): Remove unused variables.
2156 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
2157 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
2158 image maps.
2159 (x_y_to_hpos_vpos): Return glyph relative coordinates through
2160 new dx and dy args.
2161 Remove buffer_only_p arg (always 0). Simplify code accordingly.
2162 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
2163 than row's ascent and height, to get sensible height on tall rows.
2164 (build_desired_tool_bar_string): Remove Qimage extern.
2165 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
2166 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
2167 image glyph is alone on the last line.
2168 (append_glyph, append_composite_glyph, produce_image_glyph)
2169 (append_stretch_glyph): Set glyph's ascent and descent.
2170 (on_hot_spot_p): New function to check if position is inside an
2171 rectangular, circular, or polygon-shaped image hot-spot,
2172 (find_hot_spot): New function to search for image hot-spot.
2173 (Flookup_image_map): New defun to search for image hot-spot.
2174 (define_frame_cursor1): New aux function to determine frame pointer.
2175 (note_mode_line_or_margin_highlight, note_mouse_highlight):
2176 Handle `pointer' text property and :pointer image property to
2177 control frame pointer shape. Detect image hot-spots for pointer
2178 and help_echo properties. Use define_frame_cursor1.
2179 (note_mouse_highlight): Use Vvoid_text_area_pointer.
2180 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
2181 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
2182
2183 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
2184
2185 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
2186 (Qimage): Remove extern (now in lisp.h).
2187 (valid_image_p, parse_image_spec): Use IMAGEP macro.
2188
2189 * xmenu.c (show_help_event): Remove unused code.
2190
2191 * xterm.c (Qface, Qmouse_face): Remove unused externs.
2192 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
2193 row's ascent and descent, to get a sensible height on tall rows.
2194
2195 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
2196
2197 * minibuf.c (Fcompleting_read): Undo previous change.
2198
2199 2003-12-25 Lars Hansen <larsh@math.ku.dk>
2200
2201 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
2202 Arguments GCPRO'ed in call to file name handler.
2203
2204 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
2205
2206 * termcap.c (tgetst1): Scan for "%pN"; if all
2207 N are continuous in [1,9], remove all "%pN".
2208
2209 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2210
2211 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
2212
2213 * xfaces.c (lface_fully_specified_p): Take into account that
2214 MAC OS always have unspecified stipple.
2215
2216 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2217
2218 * tparam.c (tparam1): Add handling for `%pN', which
2219 means use param N for the next substitution.
2220
2221 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2222
2223 * xfaces.c (Fcolor_gray_p): Fix omission bug:
2224 In case `frame' is nil, consult the selected frame.
2225 (Fcolor_supported_p): Likewise.
2226
2227 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
2228
2229 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
2230 Doc fixes.
2231
2232 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
2233 and an integer. Adapt the introductory comment accordingly.
2234 (Fread_from_minibuffer): Delete code moved into read_minibuf.
2235 Doc fix.
2236 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
2237 read_minibuf.
2238 (Fcompleting_read): Delete code moved into read_minibuf.
2239 (Ftest_completion): Make it handle obarrays and hash tables correctly.
2240
2241 2003-12-03 Kenichi Handa <handa@m17n.org>
2242
2243 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
2244 encoding sequence.
2245
2246 2003-12-01 Kenichi Handa <handa@m17n.org>
2247
2248 * composite.c (syms_of_composite): Don't make the compostion hash
2249 table week.
2250
2251 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
2252
2253 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
2254 * textprop.c (Fget_char_property_and_overlay): New function.
2255 (syms_of_textprop): Defsubr it.
2256
2257 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2258
2259 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
2260 to compile on terminal configuration.
2261
2262 * fileio.c (Fread_file_name): Check use_file_dialog also before
2263 calling Fx_file_dialog.
2264
2265 * fns.c: use_file_dialog: New variable.
2266 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
2267
2268 2003-11-29 Kim F. Storm <storm@cua.dk>
2269
2270 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
2271 (syms_of_msdos): Don't intern and staticpro them.
2272
2273 2003-11-27 Kim F. Storm <storm@cua.dk>
2274
2275 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
2276 coordinates relative to glyph at posn. If glyph is an image,
2277 return that as object at posn. Callers changed.
2278 (mode_line_string, marginal_area_string): Calculate and return
2279 pixel coordinates relative to glyph. Callers changed.
2280
2281 * dispextern.h (buffer_posn_from_coords, mode_line_string)
2282 (marginal_area_string): Fix prototypes.
2283 (window_box_left_offset, window_box_right_offset): Add prototypes.
2284
2285 * frame.h (get_specified_cursor_type, get_window_cursor_type):
2286 Remove prototypes.
2287
2288 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
2289
2290 * keyboard.c (make_lispy_position): Add x and y coordinates
2291 relative to the current glyph as 7th element of position.
2292 If glyph is an image, return it in the object element.
2293 (read_key_sequence): Skip checks for keymap property in cases
2294 where POSN_STRING is not a string (e.g. an image).
2295
2296 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
2297 (Vshow_text_cursor_in_void): New variable.
2298 (glyph_to_pixel_coords): Don't use negative hpos.
2299 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
2300 (append_stretch_glyph): Change ascent arg to be actual value
2301 in pixels rather than ratio to height. Callers changed.
2302 (calc_pixel_width_or_height): New aux function, implementing
2303 pixel based artihmetic for glyph widths and heights.
2304 (produce_stretch_glyph): Use calc_pixel_width_or_height for
2305 :width, :height, :align-to, and :ascent, thus allowing these to
2306 be specified in pixels as well as multiples of characters.
2307 Don't produce stretch glyphs with zero width or height.
2308 (get_specified_cursor_type): Declare static.
2309 (get_window_cursor_type): Declare static. Add glyph arg to be
2310 able to know when cursor is on an image; always substitute
2311 hollow-box cursor for filled-box cursor on images, to avoid
2312 negative images and flicker when blinking the cursor.
2313 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
2314 (note_mode_line_or_margin_highlight): Use non-text cursor rather
2315 than vertical scroll-bar cursor in display margins.
2316 (note_mouse_highlight): Use non-text cursor rather than text
2317 cursor in fringes and over images in the text area.
2318 Use non-text cursor when mouse pointer is outside editable text,
2319 i.e. in the void after end-of-line or end-of-buffer; this was
2320 already done for W32, but is now standard for all systems --
2321 user can toggle show-text-cursor-in-void to get old behaviour.
2322 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
2323 Vdisplay_pixels_per_inch.
2324
2325 2003-11-25 Andreas Schwab <schwab@suse.de>
2326
2327 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
2328 EMACS_INT to not lose bits.
2329 (Ffillarray): Don't set bits beyond the size of a bool vector.
2330
2331 2003-11-25 Kim F. Storm <storm@cua.dk>
2332
2333 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
2334 define this defun on systems that cannot use stderr as lvalue.
2335
2336 2003-11-24 Gerd Moellmann <gerd@gnu.org>
2337
2338 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
2339 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
2340 ld's default is incompatible with unexec.
2341
2342 2003-11-23 Kim F. Storm <storm@cua.dk>
2343
2344 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
2345 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
2346 (Fforce_window_update): New defun.
2347 (syms_of_window): Defsubr it.
2348 (Fset_window_margins, Fset_window_fringes): Doc fix.
2349
2350 * print.c (Fredirect_debugging_output): New defun.
2351 (syms_of_print): Defsubr it.
2352
2353 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
2354
2355 * fns.c (Fset_char_table_parent): Doc fix.
2356
2357 2003-11-22 Kim F. Storm <storm@cua.dk>
2358
2359 * dispnew.c (buffer_posn_from_coords): Return actual row/column
2360 for glyph clicked on, rather than (unused) pixel positions.
2361 (mode_line_string, marginal_area_string): Change X and Y args to
2362 pointers for returning actual row/column for glyph clicked on.
2363 Simplify and optimize loops.
2364
2365 * dispextern.h (mode_line_string, marginal_area_string):
2366 Update prototypes.
2367
2368 * keyboard.c (make_lispy_position): New function for generating
2369 mouse click positions from frame and pixel coordinates.
2370 Enhanced to return buffer position and actual row/column for
2371 events outside the text area using updated mode_line_string and
2372 marginal_area_string functions.
2373 Return left-fringe and right-fringe clicks as such, rather than
2374 clicks in text area.
2375 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
2376 pixel_to_glyph_coords, as we never use the results.
2377 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
2378 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
2379 Eliminate unused code in WHEEL_EVENT handling.
2380 (make_lispy_movement): Use make_lispy_position.
2381
2382 * window.c (coordinates_in_window): Remove redundant tests.
2383 Fix returned X pixel value for left-margin.
2384
2385 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
2386 mode_line_string and marginal_area_string parameters.
2387
2388 2003-11-22 Lars Hansen <larsh@math.ku.dk>
2389
2390 * w32.c (struct the_group, getgrgid): Add.
2391 * mac.c (struct my_group, getgrgid): Add.
2392
2393 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
2394
2395 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
2396
2397 2003-11-21 Lars Hansen <larsh@math.ku.dk>
2398
2399 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
2400 include in call to file name handler. Optionally translate numeric
2401 UID and GID to strings. Update docstring.
2402 (directory_files_internal): Add parameter ID-FORMAT.
2403 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
2404 include in call to file name handler and call to
2405 directory_files_internal. Update Docstring.
2406 (Fdirectory_files): Add dummy parameter in call to
2407 directory_files_internal.
2408 * lisp.h (Qinteger): Add.
2409 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
2410 (Ffile_attributes): Add parameter.
2411 * data.c (Qinteger): Export.
2412
2413 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
2414
2415 * fns.c (Freverse, Fnreverse): Doc fixes.
2416
2417 2003-11-19 Kim F. Storm <storm@cua.dk>
2418
2419 * xdisp.c (init_iterator): Initialize it->start to position
2420 before reseating (in case start position is invisible).
2421 (init_to_row_start): Set it->start to row-start.
2422 (redisplay_window): Accept optional_new_start if start position
2423 is invisible (in which case IT_CHARPOS overshoots PT).
2424 (display_line): Setup row->start from it->start (rather than
2425 it->current which is wrong if first char on line is invisible).
2426 When done, reseat it->start to it->current (= start of next row).
2427 (expose_area): Fix exposure of text area when first char (e.g. TAB)
2428 is only partially visible.
2429
2430 * dispextern.h (struct it): New member start.
2431
2432 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * alloc.c (make_float, Fcons): Clear the markbit at init time.
2435 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
2436 of block_index outside of the macro call.
2437 (Fgarbage_collect): Remove null code.
2438
2439 * m/amdx86-64.h: Don't redefine XPNTR.
2440
2441 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
2442 of VALMASK.
2443
2444 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
2445 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
2446 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
2447
2448 * lisp.h (VALMASK): Only define for non-union type.
2449 (MARKBIT): Remove.
2450 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
2451 (XTYPE): Define unconditionally.
2452 (XSETTYPE): Remove one more remnant.
2453 (EQ): Define differently for the union and non-union cases.
2454 (INTMASK): New bit mask.
2455 (struct Lisp_Marker): Move down to prepare for upcoming patch.
2456 (GC_EQ): Delegate to EQ.
2457
2458 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
2459
2460 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2461
2462 * xterm.c (x_window_to_scroll_bar): Move check of display to
2463 where window_id is compared.
2464
2465 2003-11-17 Kim F. Storm <storm@cua.dk>
2466
2467 * dispextern.h (struct it): New member first_vpos.
2468
2469 * xdisp.c (start_display): Set it->first_vpos.
2470 (try_window_id): Use first_vpos to start display in first _text_
2471 line if no reusable lines at start of window with header line.
2472
2473 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2474
2475 * w32fns.c (XPutPixel):
2476 * w32bdf.c (w32_init_bdf_font):
2477 * sunfns.c (sel_read):
2478 * process.c (Fmake_network_process):
2479 * frame.c (store_frame_param):
2480 * fontset.c (Fset_fontset_font):
2481 * emacs.c (shut_down_emacs):
2482 * ccl.c (ccl_driver): Remove period at end of error message.
2483
2484 * config.in: Regenerate.
2485
2486 * xfns.c (x_window_to_frame, x_any_window_to_frame)
2487 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
2488 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
2489 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
2490 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
2491
2492 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
2493
2494 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
2495 (XTmouse_position, handle_one_xevent): Pass Display* to
2496 x_window_to_scroll_bar.
2497 (x_window_to_scroll_bar): Take a Display* argument.
2498 Check that display for frame is equal to Display* argument.
2499 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
2500 x_display_info_for_display instead. Use Display in xev instead
2501 of GDK_DISPLAY.
2502 (x_dispatch_event): Call x_display_info_for_display.
2503 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
2504 (x_connection_closed): Call xg_display_close for GTK.
2505 (x_term_init): Call xg_display_open for additional displays.
2506 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
2507 for GTK.
2508
2509 * xmenu.c (single_menu_item, mouse_position_for_popup)
2510 (x_activate_menubar): Formatting adjustments.
2511
2512 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
2513 adjustments.
2514
2515 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
2516 (xg_display_close, xg_create_default_cursor)
2517 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
2518 handling.
2519 (xg_left_ptr_cursor): Remove.
2520 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
2521 cursor here.
2522 (xg_win_to_widget): Take Display* argument, call
2523 gdk_xid_table_lookup_for_display.
2524 (xg_create_frame_widgets, xg_get_file_name, create_menus)
2525 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
2526 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
2527 in FRAME_X_DISPLAY_INFO.
2528 (xg_get_scroll_id_for_window): Take Display* argument.
2529 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
2530 (xg_initialize): Remove xg_left_ptr_cursor.
2531
2532 * gtkutil.h: xg_get_scroll_id_for_window, xg_win_to_widget takes
2533 Display* argument also. Declare xg_display_open,
2534 xg_display_close, xg_create_default_cursor.
2535
2536 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2537
2538 * xterm.c (x_detect_focus_change): Do not change focus frame for
2539 Enter/LeaveNotify if the current focus frame has explicit focus.
2540
2541 2003-11-14 Kim F. Storm <storm@cua.dk>
2542
2543 * dispnew.c (update_text_area): Fix redisplay error when hscroll
2544 is active and first glyph is only partially visible.
2545
2546 2003-11-13 Kenichi Handa <handa@m17n.org>
2547
2548 * xdisp.c (select_frame_for_redisplay): New function.
2549 (redisplay_internal): Record also selected_frame for
2550 unwind_redisplay. Call select_frame_for_redisplay before
2551 redrawing each frame.
2552 (unwind_redisplay): Argument changed to a cons.
2553
2554 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
2555
2556 * fns.c (Fstring_to_multibyte): Doc fix.
2557
2558 2003-11-11 Kenichi Handa <handa@m17n.org>
2559
2560 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
2561
2562 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2563
2564 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
2565 program specified positions.
2566
2567 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2568
2569 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
2570
2571 2003-11-08 Kenichi Handa <handa@m17n.org>
2572
2573 * Makefile.in (lisp): Add kannada.el.
2574 (shortlisp): Likewise.
2575
2576 2003-11-07 Kenichi Handa <handa@m17n.org>
2577
2578 * coding.c (coding_allocate_composition_data):
2579 Reset coding->composing to COMPOSITION_NO.
2580 (coding_restore_composition): Detect invalid composition data.
2581 Give Fstring and Fvector a Lispy integer, not C int.
2582
2583 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * floatfns.c (Flogb): Don't use VALMASK.
2586
2587 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
2588 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
2589
2590 * lisp.h (XINT): Move the cast to clarify what is going on.
2591 (GCTYPEMASK, XSETTYPE): Remove.
2592 (XGCTYPE): Make it an alias of XTYPE.
2593
2594 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2595
2596 * xterm.c (x_term_init): Fix formatting.
2597
2598 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2599
2600 * gtkutil.h: Declare xg_have_tear_offs, remove xg_keep_popup
2601 and xg_did_tearoff.
2602
2603 * gtkutil.c: Remove variable xg_did_tearoff.
2604 (xg_have_tear_offs): New function.
2605 (tearoff_remove): Just decrease xg_detached_menus.
2606 (tearoff_activate): Increase xg_detached_menus and call
2607 tearoff_remove when tearoff is removed.
2608 (xg_keep_popup): Remove function.
2609 (create_menus): Give add_tearoff_p as argument to recursive
2610 call to create_menus.
2611 (xg_create_widget): Use variables instead of multiple
2612 strcmp. Tell create_menus to create tear off only for
2613 menu bar menus.
2614 (xg_update_menubar): Change title for a detached menu also.
2615 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
2616 of deep_p.
2617 (xg_initialize): Initialize xg_detached_menus, remove
2618 initialization of xg_did_tearoff.
2619
2620 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
2621 xg_have_tear_offs returns non-zero.
2622 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
2623 call to xg_keep_popup.
2624
2625 2003-11-01 Andrew Choi <akochoi@shaw.ca>
2626
2627 * macterm.c (XTread_socket): Handle menubar selection and grow
2628 window only for mouseDown events.
2629
2630 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2631
2632 * xterm.c (x_term_init): For GTK part, increase x_initialized
2633 to check for more than one display. Use error instead of return 0.
2634
2635 2003-10-31 Andrew Choi <akochoi@shaw.ca>
2636
2637 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
2638 (copy_dysymtab): Call it.
2639
2640 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
2641
2642 * eval.c (Fdefvaralias): Doc fix.
2643
2644 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
2645
2646 * data.c (Fsetplist): Doc fix.
2647
2648 2003-10-14 Lute Kamstra <lute@gnu.org>
2649
2650 * window.c (Fset_window_fringes): Clarify docstring.
2651
2652 2003-10-14 Kim F. Storm <storm@cua.dk>
2653
2654 * window.c (Fset_window_margins): Simplify arg checking.
2655
2656 2003-10-13 Richard M. Stallman <rms@gnu.org>
2657
2658 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
2659 (print_partial_compiled_pattern): Replace assert with a printout.
2660 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
2661
2662 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
2663
2664 * window.c (Fset_window_margins): Allow only integers as args.
2665 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
2666 Doc fixes.
2667
2668 2003-10-13 Lute Kamstra <lute@gnu.org>
2669
2670 * window.c (Fset_window_fringes): Elaborate docstring.
2671
2672 2003-10-12 Andrew Choi <akochoi@shaw.ca>
2673
2674 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
2675
2676 * s/darwin.h (GC_MARK_STACK): Define.
2677
2678 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2679
2680 * window.c (shrink_windows): New function.
2681 (size_window): Call shrink_windows to calculate window sizes when
2682 shrinking frame with more than one window.
2683
2684 2003-10-12 Kim F. Storm <storm@cua.dk>
2685
2686 * xdisp.c (compute_fringe_widths): Doc fix.
2687
2688 2003-10-08 Kenichi Handa <handa@m17n.org>
2689
2690 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
2691
2692 2003-10-07 Kenichi Handa <handa@m17n.org>
2693
2694 * coding.c (Qcoding_system_define_form): New variable.
2695 (syms_of_coding): Intern and staticpro it.
2696 (Fcheck_coding_system): Try to autoload the definition of
2697 CODING-SYSTEM.
2698
2699 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
2700
2701 * fns.c (Frequire): Doc fix.
2702
2703 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2704
2705 * xfns.c (Fx_send_client_event): New function as a base for
2706 manipulating extended window manager hints.
2707 (Fx_send_client_event): Remove unused variable s.
2708
2709 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
2710 that function is removed.
2711
2712 * xterm.c (x_set_offset): Use move_offset_left/top instead of
2713 x/y_pixels_outer_diff.
2714 (x_check_expected_move): Calculate move_offset_left/top.
2715
2716 * xterm.h (struct x_output): New members: move_offset_top/left.
2717
2718 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
2719 call x_set_offset directly.
2720
2721 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
2722
2723 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
2724
2725 * xterm.c (x_delete_display): Free font names and font_encoder
2726 in dpyinfo->font_table.
2727
2728 * xfns.c (Fx_close_connection): Only call XFreeFont here.
2729 Move xfree of font names to x_delete_display.
2730
2731 * xterm.h (struct x_display_info): New member, wm_type.
2732 (struct x_output): New members, expected_top/left and
2733 check_expected_move.
2734
2735 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
2736 is received.
2737 (handle_one_xevent): Rename x_check_expected_move from
2738 x_check_fullscreen_move.
2739 (x_set_offset): Only add WM decoration sizes to modified_top/left
2740 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
2741 (x_check_expected_move): Rename from x_check_fullscreen_move.
2742 Removed fullscreen specific code. Use check_expected_move,
2743 expected_left/top instead. Also, set wm_type.
2744 (x_term_init): Initialize wm_type to unknown.
2745
2746 * frame.c (x_fullscreen_move): Remove addition of WM decoration
2747 sizes to move_x/y.
2748
2749 2003-10-03 Kenichi Handa <handa@m17n.org>
2750
2751 * macterm.c (x_load_font): Clear all members of FONTP before start
2752 filling them.
2753
2754 2003-10-02 Kenichi Handa <handa@m17n.org>
2755
2756 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
2757 before calling find_ccl_program_func. Call find_ccl_program_func
2758 only when fontp->font_encoder is not NULL.
2759
2760 * xterm.c (x_load_font): Clear all members of FONTP before start
2761 filling them.
2762
2763 2003-10-03 John Paul Wallington <jpw@gnu.org>
2764
2765 * keymap.c (map_keymap): Don't abort when binding is a vector.
2766
2767 2003-10-02 Jason Rumney <jasonr@gnu.org>
2768
2769 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
2770 Sync dependencies with Makefile.in.
2771 (alloca.o): Remove.
2772
2773 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
2774 filling them.
2775
2776 * w32bdf.c (w32_load_bdf_font): Likewise.
2777
2778 2003-09-30 Richard M. Stallman <rms@gnu.org>
2779
2780 * term.c (set_tty_color_mode): Calculate current_mode_spec
2781 regardless of value of VAL.
2782
2783 * intervals.c (graft_intervals_into_buffer):
2784 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
2785 Handle over_used when splitting UNDER.
2786
2787 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2788
2789 * regex.c (regex_compile): Free the stack when returning from function.
2790
2791 2003-09-28 Kenichi Handa <handa@m17n.org>
2792
2793 * fontset.c (Finternal_char_font): Change return value to
2794 cons (FONT-NAME . GLYPH-CODE).
2795
2796 2003-09-28 Eli Zaretskii <eliz@gnu.org>
2797
2798 * term.c (tty_setup_colors): Treat any negative argument as -1.
2799
2800 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
2801
2802 * process.c (send_process): Delete unused temp_buf.
2803
2804 2003-09-26 Dave Love <fx@gnu.org>
2805
2806 * xterm.c (x_bitmap_mask): Declare.
2807
2808 2003-09-25 Dave Love <fx@gnu.org>
2809
2810 * Makefile.in (fns.o): Depend on md5.h.
2811
2812 2003-09-25 Kim F. Storm <storm@cua.dk>
2813
2814 * window.c (set_window_buffer): Fix redisplay problems when
2815 switching between buffers with different display margin widths.
2816
2817 2003-09-23 Kim F. Storm <storm@cua.dk>
2818
2819 * process.c (set_socket_option): Fix :bindtodevice option.
2820 (Fset_network_process_option): Update process contact list when
2821 setting option succeeds.
2822 (Fmake_network_process): Doc fix.
2823
2824 2003-09-23 Dave Love <fx@gnu.org>
2825
2826 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
2827
2828 2003-09-22 Eli Zaretskii <eliz@gnu.org>
2829
2830 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
2831 color mode is an integer number (it could be -1).
2832
2833 2003-09-22 Richard M. Stallman <rms@gnu.org>
2834
2835 * intervals.c (graft_intervals_into_buffer): Correct the main loop
2836 in the case where OVER is longer than UNDER.
2837
2838 2003-09-22 Masatake YAMATO <jet@gyve.org>
2839
2840 * window.c (Fset_window_scroll_bars): Validate the value of
2841 `vertical_type'.
2842
2843 2003-09-21 Kim F. Storm <storm@cua.dk>
2844
2845 * frame.c (Vdefault_frame_scroll_bars): New variable.
2846 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
2847 (syms_of_frame): DEFVAR_LISP it, and initialize according to
2848 window-system default scroll bar position.
2849
2850 * window.c (Fwindow_scroll_bars): Doc fix.
2851
2852 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2853
2854 * xterm.c (x_set_offset): Take window manager decorations into account.
2855
2856 2003-09-19 Richard M. Stallman <rms@gnu.org>
2857
2858 * atimer.h: Don't include lisp.h.
2859 (P_): Define it here (as well as elsewhere).
2860
2861 * print.c (Fprin1_to_string): Move the PRINTPREPARE
2862 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
2863
2864 * data.c (Fvariable_binding_locus): New function.
2865 (syms_of_data): defsubr it.
2866 (Flocal_variable_p): Delete duplicate call to indirect_variable.
2867
2868 2003-09-18 Dave Love <fx@gnu.org>
2869
2870 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
2871
2872 * process.c (Fnetwork_interface_info): Fix type error.
2873 (Fnetwork_interface_list): Doc fix.
2874 (read_process_output, read_process_output): Delete unused var.
2875
2876 2003-09-17 Kim F. Storm <storm@cua.dk>
2877
2878 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
2879 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
2880 (Fnetwork_interface_info): Check that ifreq struct has required
2881 fields before accessing them; this requires that those fields are
2882 defined as macros, which may be too restrictive on some platforms,
2883 but it is better than failing on other platforms.
2884 (syms_of_process): Only defsubr above fns when included.
2885
2886 2003-09-17 Dave Love <fx@gnu.org>
2887
2888 * unexalpha.c: Don't include varargs.h.
2889
2890 2003-09-17 Kim F. Storm <storm@cua.dk>
2891
2892 * process.c (Fset_process_sentinel): Add sentinel to childp plist
2893 for network process.
2894 (socket_options): Add `:' prefix to option names. Add optbit field.
2895 (set_socket_option): Remove no_error arg and special handling of s < 0.
2896 Return 1<<optbit for known option, 0 for unknown.
2897 Do not interpret 0 as false for boolean option (only nil).
2898 Pass failed option and value to report_file_error.
2899 (Fset_network_process_options): Replace by Fset_network_process_option.
2900 (Fset_network_process_option): New function to set just one option.
2901 (Fmake_network_process): Allow :coding arg to be a cons.
2902 Allow :server arg to be an integer specifying backlog size.
2903 Remove :options arg, and allow options to be specified directly
2904 as :KEY, VALUE pairs. Parse these options before binding socket.
2905 As before, :reuseaddr t is default for a server process, but this
2906 can now be disabled by specifying :reuseaddr nil.
2907 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
2908 (init_process): Availability of network options is now checked with
2909 simpler syntax (featurep 'make-network-process :OPTION); use loop to
2910 setup features.
2911 (syms_of_process): Fix defsubr's for the replaced functions.
2912
2913 2003-09-16 Dave Love <fx@gnu.org>
2914
2915 * Makefile.in: Depend on coding.h.
2916
2917 2003-09-14 Kim F. Storm <storm@cua.dk>
2918
2919 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
2920 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
2921 (syms_of_process): Defsubr them.
2922
2923 * config.in: Regenerate.
2924
2925 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
2928 * m/news-r6.h (XUNMARK): Remove.
2929 * m/mips.h (XUNMARK): Remove.
2930 * m/mips-siemens.h (XUNMARK): Remove.
2931 * m/iris4d.h (XUNMARK): Remove.
2932 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
2933
2934 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * lisp.h (VALBITS): Don't remove 1 for the markbit.
2937 (union Lisp_Object): Use unsigned int for types. Remove markbit.
2938 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
2939 (XTYPE): Use unsigned right-shift.
2940 (XMARKBIT, XMARK, XUNMARK): Remove.
2941
2942 * alloc.c (init_intervals, init_symbol, init_marker):
2943 Don't preallocate anything.
2944 (Fgarbage_collect, mark_object): Ignore the markbit.
2945
2946 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
2947
2948 2003-09-08 Lute Kamstra <lute@gnu.org>
2949
2950 * xdisp.c (pint2hrstr): New function.
2951 (decode_mode_spec): Add `%i' and `%I' specs.
2952 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
2953 for `mode-line-format'.
2954
2955 2003-09-07 Andreas Schwab <schwab@suse.de>
2956
2957 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
2958 avoid warning.
2959
2960 2003-09-07 Eli Zaretskii <eliz@gnu.org>
2961
2962 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
2963
2964 2003-09-03 Kim F. Storm <storm@cua.dk>
2965
2966 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
2967 change (superseded by 2002-08-30 change); the default blink-off
2968 cursor is now again "no cursor".
2969
2970 2003-09-01 Jason Rumney <jasonr@gnu.org>
2971
2972 * makefile.w32-in (alloca.o): Remove.
2973 (coding.o): Depend on intervals.h
2974 (emacs.o, bytecode.o): Depend on window.h
2975
2976 2003-09-01 Dave Love <fx@gnu.org>
2977
2978 * Makefile.in (alloca.o): Remove commands.
2979 (coding.o): Depend on intervals.h composite.h window.h.
2980 (emacs.o): Depend on window.h keyboard.h keymap.h.
2981 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
2982 (bytecode.o): Depend on window.h.
2983
2984 2003-08-31 Jason Rumney <jasonr@gnu.org>
2985
2986 * w32term.c (w32_per_char_metric): Allow cached metrics to be
2987 returned even when font_type is unknown.
2988
2989 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
2990
2991 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2992
2993 * xterm.c (x_term_init): Initialize new fields in x_display_info.
2994
2995 * xterm.h (struct x_display_info): Add red/green/blue_bits and
2996 *_offset.
2997
2998 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
2999 calculate pixel value.
3000
3001 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
3002
3003 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
3004 Don't tell redisplay display is accurate when it's actually been
3005 paused for pending input.
3006
3007 2003-08-29 Richard M. Stallman <rms@gnu.org>
3008
3009 * dispnew.c (adjust_glyph_matrix): Call window_box
3010 whenever W is nonzero.
3011
3012 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
3013 (Fkill_local_variable, Fmake_variable_frame_local)
3014 (Flocal_variable_p, Flocal_variable_if_set_p):
3015 Use indirect_variable to trace thru variable aliases.
3016
3017 * config.in: Updated.
3018
3019 * callint.c (Fcall_interactively): Save and restore
3020 Vthis_command, Vthis_original_command, real_this_command,
3021 and current_kboard->Vlast_command.
3022
3023 * abbrev.c (Fexpand_abbrev): Insert before deleting.
3024
3025 2003-08-29 Gerd Moellmann <gerd@gnu.org>
3026
3027 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
3028
3029 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
3030
3031 * coding.c (decode_coding_iso2022): Initialize local variable c2.
3032 (decode_coding_sjis_big5): Likewise.
3033
3034 2003-08-27 Jason Rumney <jasonr@gnu.org>
3035
3036 * w32.c (sys_pipe): Protect against file descriptor overflow.
3037
3038 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
3039
3040 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
3041
3042 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
3043
3044 * xfns.c (Vgtk_version_string): New variable.
3045 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
3046
3047 2003-08-24 Eli Zaretskii <eliz@gnu.org>
3048
3049 * term.c (term_init): Remove `const' from buffer_size's declaration.
3050
3051 * Makefile.in (msdos.o): Depend on intervals.h.
3052
3053 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
3054
3055 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3056
3057 * xterm.h (struct x_display_info): New fields: client_leader_window
3058 and Xatom_wm_client_leader.
3059
3060 * xterm.c (x_initialize): Move call to x_session_initialize to ...
3061 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
3062
3063 * xsmfns.c (create_client_leader_window): New function.
3064 (x_session_initialize): Call create_client_leader_window, take
3065 dpyinfo as argument.
3066
3067 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
3068
3069 * Makefile.in (xsmfns.o): Add more depenedencies.
3070
3071 2003-08-21 Dave Love <fx@gnu.org>
3072
3073 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
3074
3075 2003-08-21 Kenichi Handa <handa@m17n.org>
3076
3077 * term.c (term_init): Fix previous change; don't rely on the
3078 length of `buffer' if TERMINFO is defined.
3079
3080 2003-08-20 Dave Love <fx@gnu.org>
3081
3082 * atimer.h: Include lisp.h.
3083
3084 * lisp.h (EMACS_LISP_H): New.
3085 (popup_activated_flag): Don't declare.
3086
3087 * alloca.c: Some merging with gnulib. Change logic and doc
3088 concerning (x)malloc/(x)free -- no longer Emacs-specific.
3089 [DO_BLOCK_INPUT]: Don't include lisp.h.
3090 (xmalloc, xfree): Declare.
3091 (malloc): Don't declare.
3092
3093 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
3094 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
3095 atimer.h, blockinput.h.
3096
3097 * alloc.c (lisp_align_malloc): Change type of `aligned'.
3098
3099 * alloca.s: Removed.
3100
3101 2003-08-19 Gerd Moellmann <gerd@gnu.org>
3102
3103 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
3104 use -lncurses.
3105
3106 * term.c (term_init): Use a buffer of size 4096 for tgetent since
3107 FreeBSD returns something longer than 2044. Abort if the end of
3108 the buffer is overwritten.
3109
3110 2003-08-19 Miles Bader <miles@gnu.org>
3111
3112 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
3113
3114 2003-08-19 Gerd Moellmann <gerd@gnu.org>
3115
3116 * alloc.c (lisp_align_malloc): Check for memory full when
3117 allocating ablocks, which also avoids freeing a pointer into an
3118 ablocks structure.
3119
3120 * puresize.h (BASE_PURESIZE): Increase to 1100000.
3121
3122 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
3123
3124 2003-08-16 Richard M. Stallman <rms@gnu.org>
3125
3126 * editfns.c (Fencode_time): Doc fix.
3127
3128 2003-08-16 David Ponce <david@dponce.com>
3129
3130 * fileio.c (Fwrite_region): Fix conditional expression to issue
3131 the right message.
3132
3133 2003-08-16 Juri Linkov <juri@jurta.org> (tiny change)
3134
3135 * syntax.c (Fforward_word): Argument changed to optional.
3136 Set default value to 1.
3137
3138 2003-08-15 Kenichi Handa <handa@m17n.org>
3139
3140 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
3141 what autoscaled.
3142 (best_matching_font): Once we find a better scalable font, set
3143 non_scalable_has_exact_height_p to 1.
3144 (try_font_list): Call try_alternative_families to try any family
3145 with the given registry.
3146
3147 2003-08-09 Andreas Schwab <schwab@suse.de>
3148
3149 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
3150
3151 * print.c (print_string): Fix printing of multibyte string with
3152 nontrivial printcharfun.
3153
3154 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3155
3156 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
3157
3158 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
3159
3160 2003-07-31 Kenichi Handa <handa@m17n.org>
3161
3162 * process.c (read_process_output): Return the actually read bytes
3163 instead of the result of decoding.
3164
3165 2003-07-31 Kenichi Handa <handa@m17n.org>
3166
3167 * xterm.h (struct x_bitmap_record): New member have_mask.
3168
3169 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
3170 to 0.
3171 (x_create_bitmap_from_file): Likewise.
3172 (x_destroy_bitmap): Check have_mask member before freeing a mask.
3173 (x_destroy_all_bitmaps): Likewise.
3174 (x_create_bitmap_mask): Set have_mask member to 1.
3175
3176 2003-07-30 Richard M. Stallman <rms@gnu.org>
3177
3178 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
3179
3180 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3181
3182 * gtkutil.c (xg_mark_data): Update calls to mark_object.
3183
3184 2003-07-29 Richard M. Stallman <rms@gnu.org>
3185
3186 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
3187 Conditionalize XIM code on HAVE_XIM.
3188
3189 * fns.c (Fclear_string): New function.
3190 (syms_of_fns): defsubr it.
3191
3192 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
3193
3194 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
3195
3196 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
3197
3198 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
3199
3200 * buffer.c (delete_all_overlays): New function.
3201 * buffer.h (delete_all_overlays): Declare.
3202 * coding.c (run_pre_post_conversion_on_str):
3203 * print.c (temp_output_buffer_setup):
3204 * fileio.c (Finsert_file_contents):
3205 * minibuf.c (get_minibuffer): Use it.
3206
3207 2003-07-22 Andrew Choi <akochoi@shaw.ca>
3208
3209 * unexmacosx.c (unexec_regions_sort_compare):
3210 (unexec_regions_merge): New functions. Sort and merge unexec
3211 regions before dumping them.
3212
3213 2003-07-22 Dave Love <fx@gnu.org>
3214
3215 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
3216
3217 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
3218
3219 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
3220 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
3221 MARKBIT as the gcmarkbit for strings.
3222
3223 2003-07-21 Richard M. Stallman <rms@gnu.org>
3224
3225 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
3226
3227 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
3228 (syms_of_fns): Corresponding change.
3229
3230 * alloc.c (syms_of_alloc): Doc fixes.
3231
3232 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
3233
3234 * s/netbsd.h: Use -Wl syntax.
3235
3236 2003-07-17 Richard M. Stallman <rms@gnu.org>
3237
3238 * xterm.c (xim_initialize): Redo 6/24 change.
3239
3240 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
3241
3242 * buffer.c (copy_overlays): Use EMACS_INT for positions.
3243 (Fswitch_to_buffer): Don't signal an error when switching to the same
3244 buffer in a dedicated window.
3245
3246 * alloc.c: Use bitmaps for cons, as was done for floats.
3247 (init_float, init_cons): Let the normal code allocate the first block.
3248 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
3249 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
3250 New macros.
3251 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
3252 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
3253 (live_cons_p): Check the pointer is not past the `conses' array.
3254 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
3255 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
3256 (survives_gc_p): Use CONS_MARKED_P and simplify.
3257 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
3258
3259 2003-07-13 Paul Eggert <eggert@twinsun.com>
3260
3261 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
3262 puts it into BSS instead, at least on Solaris 8 and 9.
3263 This is a valid optimization, and it may occur on other platforms,
3264 so Emacs should not assume that initializing a static variable to
3265 zero puts it into data.
3266 * alloc.c (pure, staticvec):
3267 Initialize these arrays to nonzero, so that they're not
3268 put into BSS by that optimization.
3269
3270 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
3271
3272 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
3273 (lisp_align_malloc): Use posix_memalign is available.
3274 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
3275 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
3276 for consistency. Update users.
3277
3278 2003-07-13 Richard M. Stallman <rms@gnu.org>
3279
3280 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
3281
3282 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
3283
3284 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
3285 and use the Gtk+ function gtk_window_icon_from_file if available.
3286
3287 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
3288 handle mask of bitmaps.
3289 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
3290 mask property.
3291 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
3292
3293 * xterm.h (xg_set_icon): New function.
3294
3295 2003-07-12 Paul Eggert <eggert@twinsun.com>
3296
3297 * unexelf.c (unexec): Consider a section to precede the .bss
3298 section if its addresses overlap that of .bss.
3299
3300 2003-07-12 Richard M. Stallman <rms@gnu.org>
3301
3302 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
3303
3304 * config.in (HAVE_CRTIN): Add #undef.
3305 (INLINE): Really inline only if OPTIMIZE is defined.
3306
3307 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
3308 END_FILES_1.
3309 (START_FILES_1, END_FILES_1): New macros (conditional).
3310 (LD_SWITCH_SYSTEM_TEMACS): Define.
3311
3312 * s/openbsd.h: Don't include bsd4-3.h.
3313 (TERMINFO): Define.
3314 (LIBS_TERMCAP): Define.
3315 (LD_SWITCH_SYSTEM): Define (two definitions).
3316
3317 * xfns.c: Include libpng/png.h instead of png.h.
3318
3319 2003-07-11 Andreas Schwab <schwab@suse.de>
3320
3321 * buffer.c (modify_overlay): Update prototype.
3322 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
3323 Likewise.
3324
3325 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
3326
3327 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
3328 (struct interval): Move to intervals.h.
3329 (struct Lisp_Marker): Use EMACS_INT for position info.
3330 (forward_point): Remove prototype of defunct function.
3331 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
3332 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
3333 (syms_of_textprop, set_text_properties): Remove prototypes that are
3334 already in intervals.h.
3335
3336 * intervals.h (struct interval): Move from lisp.h.
3337 Use EMACS_INT for position and size info.
3338
3339 * coding.c: Include intervals.h for Fset_text_properties.
3340
3341 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
3342 position and length information.
3343
3344 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
3345
3346 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
3347 position and length information.
3348
3349 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
3350
3351 Change overlays_after and overlays_before so the overlays themselves
3352 are linked into lists, rather than using cons cells. After all each
3353 Lisp_Misc already occupies 5 words, so we can add a `next' field to
3354 Lisp_Overlay for free and save up one cons cell per overlay (not
3355 to mention one indirection when traversing the list of overlay).
3356
3357 * lisp.h (struct Lisp_Overlay): New field `next'.
3358
3359 * buffer.h (struct buffer): Change overlays_before and overlays_after
3360 from Lisp lists of overlays to pointers to overlays.
3361
3362 * buffer.c (overlay_strings, recenter_overlay_lists):
3363 Fix typo in eassert in last commit.
3364 (unchain_overlay): New function.
3365 (add_overlay_mod_hooklist): Use AREF.
3366 (copy_overlays, reset_buffer, overlays_at, overlays_in)
3367 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
3368 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
3369 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
3370 (report_overlay_modification, evaporate_overlays, init_buffer_once):
3371 Adjust to new type of overlays_(before|after).
3372
3373 * alloc.c (mark_object): Mark the new `next' field of overlays.
3374 (mark_buffer): Manually mark the overlays_(after|before) fields.
3375
3376 * coding.c (run_pre_post_conversion_on_str):
3377 * editfns.c (overlays_around):
3378 * xdisp.c (load_overlay_strings):
3379 * fileio.c (Finsert_file_contents):
3380 * indent.c (current_column):
3381 * insdel.c (signal_before_change, signal_after_change):
3382 * intervals.c (set_point_both):
3383 * print.c (temp_output_buffer_setup): Use new type for
3384 overlays_(before|after).
3385
3386 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
3387
3388 * buffer.c (report_overlay_modification): Don't run hooks while
3389 traversing the list of overlays.
3390
3391 * buffer.h (struct buffer): Use an int for overlay_center.
3392 (overlays_at, evaporate_overlays, recenter_overlay_lists)
3393 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
3394
3395 * buffer.c (reset_buffer, recenter_overlay_lists)
3396 (adjust_overlays_for_insert, adjust_overlays_for_delete)
3397 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
3398 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
3399 (overlays_at, evaporate_overlays, recenter_overlay_lists)
3400 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
3401
3402 * xdisp.c (fast_find_position): Remove unused var.
3403
3404 * cmds.c (Qexpand_abbrev): New sym.
3405 (syms_of_cmds): Initialize it.
3406 (internal_self_insert): Use it to call expand-abbrev.
3407
3408 2003-07-09 Kim F. Storm <storm@cua.dk>
3409
3410 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if emacs
3411 was configured with --without-xim.
3412 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
3413
3414 2003-07-07 Richard M. Stallman <rms@gnu.org>
3415
3416 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
3417
3418 * alloc.c (Fgarbage_collect): Doc fix.
3419
3420 2003-07-07 Nozomu Ando <nand@mac.com> (tiny change)
3421
3422 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
3423
3424 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
3425
3426 * minibuf.c (read_minibuf): UNGCPRO before returning.
3427 (Ftry_completion, Fall_completions): Doc fix.
3428
3429 * alloc.c (live_float_p): Check that p is not past the `floats' array,
3430 now that `floats' is not the last element of the struct any more.
3431
3432 2003-07-06 Jason Rumney <jasonr@gnu.org>
3433
3434 * w32term.h (ClipboardSequence_Proc): New type.
3435
3436 * w32fns.c (clipboard_sequence_fn): New variable.
3437 (globals_of_w32fns): Initialize it.
3438
3439 * w32select.c (last_clipboard_sequence_number): New variable.
3440 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
3441 number if possible.
3442
3443 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
3444
3445 * m/amdx86-64.h (MARKBIT):
3446 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
3447 MARKBIT and ARRAY_MARK_FLAG any more.
3448
3449 * m/hp800.h (XSETMARKBIT):
3450 * m/sr2k.h (XSETMARKBIT):
3451 * lisp.h (XSETMARKBIT): Remove unused macro.
3452
3453 * lisp.h (mark_object): Change prototype.
3454
3455 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
3456 (last_marked): Change accordingly.
3457 (mark_interval, mark_maybe_object, mark_maybe_pointer)
3458 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
3459 (mark_buffer): Update calls to mark_object.
3460
3461 * bytecode.c (mark_byte_stack):
3462 * fns.c (sweep_weak_table):
3463 * keyboard.c (mark_kboards): Update calls to mark_object.
3464
3465 2003-07-06 Jason Rumney <jasonr@gnu.org>
3466
3467 * alloc.c (struct ablock): Only include padding when there is some.
3468
3469 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
3470
3471 * alloc.c (ALIGN): Add casts to simplify usage.
3472 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
3473 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
3474 (struct ablock, struct ablocks): New types.
3475 (free_ablock): New global var.
3476 (lisp_align_malloc, lisp_align_free): New functions.
3477 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
3478 (struct float_block): Reorder and add gcmarkbits.
3479 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
3480 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
3481 (init_float, make_float): Use lisp_align_malloc.
3482 (free_float, live_float_p): Don't use `type' any more.
3483 (make_float): Use FLOAT_UNMARK to access to mark bit.
3484 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
3485 Use FLOAT_MARKED_P to access the mark bit.
3486 (pure_alloc): Simplify use of ALIGN.
3487 (mark_object): Use FLOAT_MARK to access the mark bit.
3488 (gc_sweep): Use new macros to access the float's mark bit.
3489 (init_alloc_once): Init free_ablock.
3490
3491 * lisp.h (struct Lisp_Float): Remove unused field `type'.
3492
3493 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
3494
3495 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
3496 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
3497 (allocate_buffer): Move.
3498 (string_bytes): Don't mask markbit of `size_byte'.
3499 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
3500 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
3501 Use the `size' field of buffers (rather than the `name' field) for
3502 the mark bit, as is done for all other vectorlike objects.
3503 Use the new macros to access the mark bit of vectorlike objects.
3504
3505 2003-06-26 Richard M. Stallman <rms@gnu.org>
3506
3507 * puresize.h (BASE_PURESIZE): Increment base size.
3508
3509 * xdisp.c (fast_find_position): Enable Gerd's new definition.
3510
3511 * xterm.c (xim_initialize): Undo previous change.
3512
3513 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
3514
3515 * alloc.c (survives_gc_p): Simplify.
3516
3517 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
3518
3519 * window.c (Fset_window_dedicated_p): Simplify.
3520 (display_buffer_1): Don't raise the win from which minibuf was entered.
3521 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
3522 (Fminibuffer_selected_window): Simplify.
3523
3524 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
3525
3526 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
3527 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
3528
3529 * insdel.c (check_markers, adjust_markers_for_delete)
3530 (adjust_markers_for_insert, adjust_markers_for_replace)
3531 (prepare_to_modify_buffer, RESTORE_VALUE):
3532 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
3533 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
3534 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
3535 * alloc.c (Fmake_marker, free_marker, gc_sweep):
3536 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
3537 * editfns.c (save_excursion_restore, transpose_markers):
3538 * window.c (delete_window):
3539 * xdisp.c (message_dolog): Update for new types.
3540
3541 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3542
3543 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
3544 (realize_default_face): Use default_face_done_p for the force_p
3545 argument to set_lface_from_font_name. Set default_face_done_p to one.
3546
3547 * frame.c (make_frame): Initialize default_face_done_p.
3548
3549 * frame.h (struct frame): Add default_face_done_p.
3550
3551 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
3552 will be defined.
3553
3554 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
3555
3556 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
3557 Initialize the new field `gcmarkbit'.
3558 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
3559 (mark_interval_tree): Don't mark the tree separately from the nodes.
3560 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
3561 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
3562 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
3563
3564 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
3565 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
3566 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
3567 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
3568 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
3569
3570 2003-06-24 Dave Love <fx@gnu.org>
3571
3572 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
3573
3574 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
3575 from gnulib.
3576
3577 2003-06-21 Richard M. Stallman <rms@gnu.org>
3578
3579 * fileio.c (Fwrite_region): Alternate messages
3580 for append and partial write.
3581
3582 * keyboard.c (read_key_sequence): When converting upcase fn key to
3583 downcase, update fkey and keytran so `backspace' gets translated.
3584
3585 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
3586
3587 * process.c (wait_reading_process_input): Don't signal SIGIO
3588 in batch mode.
3589
3590 2003-06-17 Kenichi Handa <handa@m17n.org>
3591
3592 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
3593 composite.h.
3594
3595 * xselect.c: Don't include charset.h, coding.h, composite.h.
3596 (Qforeign_selection): New variable.
3597 (syms_of_xselect): Intern and static it.
3598 (selection_data_to_lisp_data): Return a unibyte string made from
3599 data with `foreign-selection' text property.
3600
3601 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
3602
3603 * termhooks.h (EVENT_INIT): New macro.
3604
3605 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
3606
3607 * alloc.c (mark_kboards): Move to keyboard.c.
3608
3609 * keyboard.c (record_asynch_buffer_change, read_avail_input):
3610 * xterm.c (x_dispatch_event):
3611 * xmenu.c (find_and_call_menu_selection):
3612 * xdisp.c (handle_tool_bar_click):
3613 * w32menu.c (menubar_selection_callback):
3614 * sysdep.c (kbd_input_ast, read_input_waiting):
3615 * msdos.c (dos_rawgetc):
3616 * macterm.c (mac_check_for_quit_char):
3617 * macmenu.c (menubar_selection_callback):
3618 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
3619 data to kbd_buffer_store_event.
3620
3621 2003-06-15 Kim F. Storm <storm@cua.dk>
3622
3623 * xdisp.c (x_fix_overlapping_area): Always use area relative X
3624 to fix redisplay problem with tall characters (such as \e,AC\e(B).
3625
3626 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
3627
3628 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
3629
3630 2003-06-12 Kenichi Handa <handa@m17n.org>
3631
3632 * fileio.c (Fwrite_region): Save and restore restriction.
3633
3634 2003-06-12 Dave Love <fx@gnu.org>
3635
3636 * alloca.c (alloca): Declare arg as size_t.
3637
3638 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
3639 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
3640
3641 2003-06-11 Dave Love <fx@gnu.org>
3642
3643 * search.c (shrink_regexp_cache): Use xrealloc.
3644 (syms_of_search): Use xmalloc.
3645
3646 2003-06-10 Kim F. Storm <storm@cua.dk>
3647
3648 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
3649 Adjust phys_cursor.x to be relative to window box, rather than
3650 text area before checking -- to ensure cursor is redrawn when
3651 exposing window.
3652 Note: This also fixes a similar (older) bug if display margins
3653 are present.
3654
3655 2003-06-06 Kenichi Handa <handa@m17n.org>
3656
3657 * coding.c (encoding_buffer_size): If coding->type is
3658 coding_type_ccl, double magnification on CRLF encoding.
3659
3660 2003-06-06 Jason Rumney <jasonr@gnu.org>
3661
3662 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
3663 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
3664
3665 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
3666 Mac too.
3667
3668 2003-06-05 Dave Love <fx@gnu.org>
3669
3670 * strftime.c: Merge changes from gnulib.
3671
3672 * mktime.c (__mktime_internal): Merge changes from gnulib
3673 involving year 69 and dst2.
3674
3675 Changes to merge with gnulib version and be consistent with the
3676 autoconf test:
3677
3678 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
3679 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
3680 [HAVE_LOCALE_H]: Include locale.h.
3681 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
3682
3683 2003-06-05 Kim F. Storm <storm@cua.dk>
3684
3685 * window.c (coordinates_in_window): Convert X and Y to window
3686 relative coordinates inside mode-line and header-line parts.
3687 Convert X and Y to margin area relative coordinates inside left
3688 and right display margin parts.
3689
3690 2003-06-05 Jason Rumney <jasonr@gnu.org>
3691
3692 * w32fns.c (add_system_logical_colors_to_map): New function.
3693 (Fx_open_connection): Use it.
3694
3695 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
3696
3697 * process.c (allocate_pty): Revert part of the previous patch.
3698 (Faccept_process_output): Simplify.
3699
3700 2003-06-04 Jason Rumney <jasonr@gnu.org>
3701
3702 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
3703
3704 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
3705 (lispy_mouse_wheel_names): Remove.
3706 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
3707 Always define drag_and_drop_syms.
3708
3709 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
3710 WHEEL_EVENT events.
3711
3712 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
3713
3714 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
3715
3716 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
3717
3718 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3719
3720 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
3721 menu item label.
3722
3723 2003-06-03 Richard M. Stallman <rms@gnu.org>
3724
3725 * window.c (Fwindow_edges): Doc fix.
3726 (Fwindow_pixel_edges, Fwindow_inside_edges)
3727 (Fwindow_inside_pixel_edges): New functions.
3728 (syms_of_window): defsubr them.
3729
3730 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
3731 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
3732
3733 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
3734
3735 * dispnew.c (Fsit_for): Don't lie about the number of args.
3736
3737 2003-06-02 Dave Love <fx@gnu.org>
3738
3739 * callproc.c: Use HAVE_FCNTL_H, not USG5.
3740 (syms_of_callproc) <process-environment>: Doc fix.
3741
3742 * doc.c: Use HAVE_FCNTL_H, not USG5.
3743
3744 * xfaces.c (font_rescale_ratio): Fix for K&R.
3745
3746 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
3747
3748 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
3749
3750 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
3751
3752 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
3753 (xg_create_frame_widgets): Use ENCODE_UTF_8.
3754
3755 * xterm.c (Qutf_8): Move to coding.c
3756
3757 * xmenu.c (ENCODE_MENU_STRING): New.
3758 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
3759 Use it.
3760
3761 * coding.h (ENCODE_UTF_8): New.
3762 (Qutf_8): Declare.
3763
3764 * coding.c (Qutf_8): New.
3765 (syms_of_coding): Intern it.
3766
3767 * fns.c: Doc fixes.
3768
3769 2003-06-02 Kenichi Handa <handa@m17n.org>
3770
3771 * buffer.c (Fset_buffer_multibyte): Fix previous change.
3772
3773 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
3774
3775 * lread.c (openp): Make sure STR is a string.
3776
3777 2003-06-01 David Ponce <david@dponce.com>
3778
3779 * termhooks.h (enum event_kind): Added new WHEEL_EVENT event.
3780 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
3781
3782 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
3783 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
3784 (discard_mouse_events): Discard WHEEL_EVENT events too.
3785 (lispy_wheel_names, wheel_syms): New.
3786 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
3787 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
3788 defined.
3789 (make_lispy_event): Add WHEEL_EVENT handler.
3790
3791 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
3792 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
3793 WHEEL_EVENT events.
3794
3795 2003-05-31 John Paul Wallington <jpw@gnu.org>
3796
3797 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
3798 timer are in lisp/emacs-lisp.
3799
3800 2003-05-31 Kenichi Handa <handa@m17n.org>
3801
3802 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
3803 region when a buffer is changed to unibyte.
3804
3805 * charset.h (VALID_LEADING_CODE_P): New macro.
3806 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
3807
3808 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
3809 is nonzero, accept multibyte form of eight-bit-control chars.
3810 (decode_composition_emacs_mule): Likewise.
3811 (decode_coding_emacs_mule): Likewise.
3812 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
3813 multibyte form of eight-bit-control chars.
3814
3815 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
3816 (Finsert_file_contents): If coding-system-for-read is bound to
3817 Qauto_save_coding, use the coding system emacs-mule with special
3818 setting for recovering a file.
3819 (choose_write_coding_system): On auto saving, use the coding
3820 system emacs-mule with special setting for auto saving.
3821 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
3822
3823 2003-05-30 Kenichi Handa <handa@m17n.org>
3824
3825 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
3826 properly before calling ccl_driver.
3827
3828 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
3829
3830 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is
3831 nonzero.
3832 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
3833 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
3834
3835 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
3836
3837 * xfaces.c (realize_default_face): Do not abort if lface is
3838 non-existent - reverts change from 2003-05-19.
3839
3840 2003-05-29 Kenichi Handa <handa@m17n.org>
3841
3842 * coding.c (decode_coding_iso2022): Pay attention to the byte
3843 sequence of CTEXT extended segment, and retain those bytes as is.
3844
3845 2003-05-28 Kenichi Handa <handa@m17n.org>
3846
3847 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjusted for the name change
3848 of CODING_REPLACEMENT_CHARACTER.
3849 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
3850 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
3851 check this flag on encoding.
3852 (encode_coding_sjis_big5): Check
3853 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
3854 (Fset_terminal_coding_system_internal): Set
3855 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
3856 instead of setting CODING_FLAG_ISO_SAFE flag in
3857 terminal_coding.flags.
3858
3859 * coding.h (CODING_REPLACEMENT_CHARACTER): Renamed from
3860 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
3861 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
3862
3863 2003-05-28 Richard M. Stallman <rms@gnu.org>
3864
3865 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
3866
3867 * eval.c (unbind_to): Move init of this_binding to separate statement.
3868
3869 2003-05-28 Kim F. Storm <storm@cua.dk>
3870
3871 * xdisp.c (expose_window): Fix error in calculation of
3872 window relative coordinates of area to redisplay.
3873
3874 2003-05-27 Jason Rumney <jasonr@gnu.org>
3875
3876 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
3877
3878 2003-05-27 David Ponce <david@dponce.com>
3879
3880 Handle W32 mouse wheel events as mouse click events, like in X.
3881
3882 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
3883 MOUSE_WHEEL_EVENT anymore.
3884
3885 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
3886 Scrolling down/up the mouse wheel is respectively mapped to mouse
3887 button 4 and 5.
3888 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
3889 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
3890 WM_MOUSEWHEEL events.
3891
3892 2003-05-27 Andreas Schwab <schwab@suse.de>
3893
3894 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
3895
3896 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
3897 partially visible line.
3898
3899 * alloc.c (Fgarbage_collect): Fix last change.
3900
3901 2003-05-26 John Paul Wallington <jpw@gnu.org>
3902
3903 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
3904
3905 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
3906
3907 * window.c (Fset_window_buffer): Add type of `keep_margins'.
3908 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
3909
3910 * window.h (window_box_text_cols): Declare.
3911
3912 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
3913 (x_draw_vertical_border): Remove unused var `f'.
3914
3915 * xfaces.c (build_scalable_font_name): Remove `unused var
3916 pixel_size' warning.
3917
3918 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
3919
3920 * unexelf.c (unexec): Remove `unused var n' warning.
3921
3922 * strftime.c (my_strftime_localtime_r): Remove `defined but
3923 unused' warning.
3924
3925 * process.c (allocate_pty): Remove `unused var stb' and
3926 `cp might be used uninitialized' warnings.
3927
3928 * dispnew.c (mode_line_string): Remove unused var `f'.
3929
3930 * coding.c (find_safe_codings): Remove unused var `i'.
3931
3932 * bytecode.c (Fbyte_code): Remove `unused val' warning.
3933
3934 * buffer.c (Fkill_buffer): Remove unused var `list'.
3935
3936 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
3937
3938 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3939
3940 * frame.c (make_frame): Condition want_fullscreen with
3941 HAVE_WINDOW_SYSTEM.
3942
3943 2003-05-25 Juanma Barranquero <lektu@terra.es>
3944
3945 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
3946 (Fwindow_scroll_bars): Fix typo in docstring.
3947
3948 2003-05-24 Kim F. Storm <storm@cua.dk>
3949
3950 The following changes serve several purposes:
3951
3952 1) Swap the position of fringes and display margins in windows, i.e.
3953 the fringes are now displayed between the margins and the text area
3954 (by default).
3955
3956 2) Allow fringe and scroll bar parameters to be set per-buffer and
3957 per-window (like display margins). Such settings are now stored
3958 in window configurations, preserved when frames are resized, and
3959 copied when windows are split vertically or horizontally.
3960 Several bugs related to display margins have been fixed.
3961
3962 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
3963
3964 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
3965 rather than FRAME_WIDTH (FRAME_FONT (f)).
3966
3967 5) Introduce a consistent naming of variables, members and macros
3968 depending on whether their value is measured in pixels or in
3969 canonical columns/lines. Pixel dimensions are named *_width and
3970 *_height, while canonical columns/lines are named *_cols and
3971 *_lines. Pixel positions are named *_x and *_y, while column/line
3972 positions are named *_col and *_line.
3973
3974 6) Consolidate more of the X, W32, and MAC gui code by moving
3975 common data into struct frame, and generalize it for the non-gui
3976 case by using suitable defaults.
3977
3978 7) Cleanup and consolidate the macros controlling frame and window
3979 layout into frame.h and window.h, and generalize the use of the
3980 various window_box_* functions (enhanced to handle the new fringe
3981 position and the per-window fringe and scroll bar settings).
3982
3983 * frame.h (struct frame): Rename members height to text_lines,
3984 width to text_cols, window_height to total_lines, window_width to
3985 total_cols, new_height to new_text_lines, new_width to
3986 new_text_cols. All uses changed.
3987 (struct frame): New members which consolidate common members of
3988 x_output, w32_output, and mac_output structures: left_pos,
3989 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
3990 win_gravity, size_hint_flags, border_width, internal_border_width,
3991 line_height, fringe_cols, left_fringe_width, right_fringe_width,
3992 want_fullscreen. All uses changed.
3993 (struct frame): New member column_width contaning the canonical
3994 column width, analogue to line_height. All uses changed.
3995 (struct frame): Rename members scroll_bar_pixel_width to
3996 config_scroll_bar_width, and scroll_bar_cols to
3997 config_scroll_bar_cols. All uses changed.
3998 (struct frame): New member scroll_bar_actual_width which
3999 consolidates and renames the vertical_scroll_bar_extra member of
4000 x_output, w32_output, and mac_output structures. All uses changed.
4001 (FRAME_PIXEL_HEIGHT): Renamed from PIXEL_HEIGHT and moved
4002 from x/w32/macterm.h files. All uses changed. Also change code
4003 which referred to f->output_data...->pixel_height.
4004 (FRAME_PIXEL_WIDTH): Renamed from PIXEL_WIDTH and moved
4005 from x/w32/macterm.h files. All uses changed. Also change code
4006 which referred to f->output_data...->pixel_width.
4007 (FRAME_LINES): Renamed from FRAME_HEIGHT. All uses changed.
4008 Also change code which referred to f->height.
4009 (FRAME_COLS): Renamed from FRAME_WIDTH. All uses changed.
4010 Also change code which referred to f->width.
4011 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
4012 to update new_text_lines and new_text_cols members directly.
4013 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Renamed from
4014 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
4015 (FRAME_CONFIG_SCROLL_BAR_COLS): Renamed from
4016 FRAME_SCROLL_BAR_COLS. All uses changed.
4017 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
4018 Renamed from FRAME_LEFT_SCROLL_BAR_WIDTH and
4019 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
4020 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
4021 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
4022 (FRAME_TOTAL_COLS): Renamed from FRAME_WINDOW_WIDTH.
4023 (SET_FRAME_COLS): Renamed from SET_FRAME_WIDTH.
4024 (FRAME_TOTAL_COLS_ARG): Renamed from FRAME_WINDOW_WIDTH_ARG.
4025 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
4026 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
4027 (FRAME_LINE_HEIGHT): Renamed from CANON_Y_UNIT. Unconditionally
4028 return line_height member (it now has proper value also for
4029 non-window frames).
4030 (FRAME_COLUMN_WIDTH): Renamed from CANON_X_UNIT. Unconditionally
4031 return new column_width member (rather than the default font width).
4032 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
4033 (FRAME_RIGHT_FRINGE_WIDTH): Renamed from FRAME_X_... and moved
4034 from x/w32/macterm.h files. Unconditionally return corresponding
4035 member of frame structure (they now have proper values also for
4036 non-window frames).
4037 (FRAME_TOTAL_FRINGE_WIDTH): Renamed from FRAME_FRINGE_WIDTH.
4038 Calculate return value from left and right widths.
4039 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
4040 internal_border_width member (has proper value for non-window frame).
4041 (FRAME_PIXEL_X_FROM_CANON_X): Renamed from PIXEL_X_FROM_CANON_X.
4042 (FRAME_PIXEL_Y_FROM_CANON_Y): Renamed from PIXEL_Y_FROM_CANON_Y.
4043 (FRAME_CANON_X_FROM_PIXEL_X): Renamed from CANON_X_FROM_PIXEL_X.
4044 (FRAME_CANON_Y_FROM_PIXEL_Y): Renamed from CANON_Y_FROM_PIXEL_Y.
4045 (FRAME_LINE_TO_PIXEL_Y): Renamed from CHAR_TO_PIXEL_ROW,
4046 consolidated from xterm.h, macterm.h, and w32term.h.
4047 (FRAME_COL_TO_PIXEL_X): Renamed from CHAR_TO_PIXEL_COL,
4048 consolidated from xterm.h, macterm.h, and w32term.h.
4049 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Renamed from
4050 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
4051 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Renamed from
4052 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
4053 (FRAME_PIXEL_Y_TO_LINE): Renamed from PIXEL_TO_CHAR_ROW
4054 consolidated from x/mac/w32term.h.
4055 (FRAME_PIXEL_X_TO_COL): Renamed from PIXEL_TO_CHAR_COL
4056 consolidated from x/mac/w32term.h.
4057 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Renamed from
4058 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
4059 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Renamed from
4060 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
4061
4062 * window.h (struct window): Rename members left to left_col,
4063 top to top_line, height to total_lines, width to total_cols,
4064 left_margin_width to left_margin_cols, right_margin_width to
4065 right_margin_cols, orig_height to orig_total_lines, orig_top to
4066 orig_top_line. All uses changed.
4067 (struct window): New members left_fringe_width, right_fringe_width,
4068 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
4069 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
4070 New macros primarily used to simplify other macros.
4071 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
4072 referred to XINT (w->width).
4073 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
4074 referred to XINT (w->height).
4075 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
4076 referred to XINT (w->width) * canon_x_unit.
4077 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
4078 referred to XINT (w->height) * canon_y_unit.
4079 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
4080 referred to XINT (w->left).
4081 (WINDOW_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_EDGE. Change
4082 all uses and code that referred to XINT (w->left) + XINT (w->width).
4083 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
4084 referred to XINT (w->top).
4085 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
4086 referred to XINT (w->top) + XINT (w->height).
4087 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
4088 referred to XINT (w->left) * canon_x_unit.
4089 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
4090 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
4091 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
4092 referred to XINT (w->top) * canon_y_unit.
4093 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
4094 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
4095 (WINDOW_LEFTMOST_P): New macro.
4096 (WINDOW_BOX_LEFT_EDGE_COL): Renamed from WINDOW_LEFT_MARGIN.
4097 All uses changed.
4098 (WINDOW_BOX_RIGHT_EDGE_COL): Renamed from WINDOW_RIGHT_MARGIN.
4099 All uses changed.
4100 (WINDOW_BOX_LEFT_EDGE_X): Renamed from
4101 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
4102 Do not exclude left fringe width.
4103 (WINDOW_BOX_RIGHT_EDGE_X): Renamed from
4104 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
4105 Do not exclude fringe widths.
4106 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
4107 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
4108 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
4109 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
4110 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
4111 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
4112 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
4113 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
4114 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
4115 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
4116 New macros. Change code which referenced corresponding
4117 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
4118 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
4119 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
4120 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
4121 allow per-window scroll-bar settings.
4122 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
4123 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
4124 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
4125 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
4126 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
4127 FRAME_SCROLL_BAR_WIDTH.
4128 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
4129 (WINDOW_SCROLL_BAR_AREA_X): New macros.
4130 (WINDOW_HEADER_LINE_HEIGHT): Renamed from
4131 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
4132 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Renamed from
4133 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
4134 (WINDOW_BOX_TEXT_HEIGHT): Renamed from
4135 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
4136 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
4137 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
4138 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Moved here from dispextern.h.
4139 (WINDOW_LEFT_MARGIN_WIDTH): Renamed from
4140 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
4141 (WINDOW_RIGHT_MARGIN_WIDTH): Renamed from
4142 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
4143 (window_from_coordinates): Update prototype.
4144 (Fset_window_buffer): Update EXFUN.
4145 (set_window_buffer): Update prototype.
4146
4147 * dispextern.h (struct glyph_matrix): Rename members window_left_x
4148 to window_left_col, window_top_y to window_top_line. All uses
4149 changed.
4150 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
4151 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
4152 internal_border_width is now set to 0 for non-window frames.
4153 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
4154 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
4155 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
4156 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
4157 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
4158 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
4159 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
4160 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
4161 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
4162 Move to window.h and renamed [see window.h changes].
4163 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
4164 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
4165 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
4166 Use WINDOW_TOTAL_LINES.
4167 (frame_update_line_height): Remove prototype.
4168
4169 * buffer.h (struct buffer): Rename members measured in columns:
4170 left_margin_width to left_margin_cols, right_margin_width to
4171 right_margin_cols. All uses changed.
4172 New members left_fringe_width, right_fringe_width,
4173 fringes_outside_margins for per-buffer fringe settings.
4174 New members scroll_bar_width and vertical_scroll_bar_type for
4175 per-buffer scroll bar settings.
4176
4177 * buffer.c (init_buffer_once): Set buffer_defaults and
4178 buffer_local_flags for new buffer-local variables
4179 left_fringe_width, right_fringe_width, fringes_outside_margins,
4180 scroll_bar_width, and vertical_scroll_bar_type.
4181 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
4182 default-* variables for them.
4183
4184 * dispnew.c: Make (many) trivial substitutions for renamed and
4185 new macros in dispextern.h, frame.h and window.h.
4186 (mode_line_string): No need to adjust width for mode lines, as it
4187 is already adjusted by the caller.
4188 (marginal_area_string): Handle fringes inside/outside margins.
4189
4190 * frame.c: Make (many) trivial substitutions for renamed and
4191 new macros in dispextern.h, frame.h and window.h.
4192 (make_frame): Initialize left_fringe_width, right_fringe_width,
4193 fringe_cols, scroll_bar_actual_width, border_width,
4194 internal_border_width, column_width, line_height, x_pixels_diff,
4195 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
4196 members with values suitable for a non-window frames.
4197
4198 * gtkutil.c: Make (many) trivial substitutions for renamed and
4199 new macros in dispextern.h, frame.h and window.h.
4200
4201 * indent.c: Make (few) trivial substitutions for renamed and
4202 new macros in dispextern.h, frame.h and window.h.
4203
4204 * keyboard.c: Make (many) trivial substitutions for renamed and
4205 new macros in dispextern.h, frame.h and window.h.
4206 (make_lispy_event): Use window positions returned from
4207 window_from_coordinates when constructing the lisp event for
4208 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
4209 (incorrect) values locally.
4210 (make_lispy_movement): Use window positions returned from
4211 window_from_coordinates when constructing the lisp event, rather
4212 than calculating (incorrect) values locally.
4213
4214 * scroll.c: Make (some) trivial substitutions for renamed and
4215 new macros in dispextern.h, frame.h and window.h.
4216
4217 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
4218 scroll-bars.
4219
4220 * sysdep.c: Make (few) trivial substitutions for renamed and
4221 new macros in dispextern.h, frame.h and window.h.
4222
4223 * term.c: Make (some) trivial substitutions for renamed and
4224 new macros in dispextern.h, frame.h and window.h.
4225
4226 * widget.c: Make (few) trivial substitutions for renamed and
4227 new macros in dispextern.h, frame.h and window.h.
4228
4229 * window.c: Make (many) trivial substitutions for renamed and
4230 new macros in dispextern.h, frame.h and window.h.
4231 (make_window): Initialize new members
4232 left_margin_cols, right_margin_cols, left_fringe_width,
4233 right_fringe_width, fringes_outside_margins, scroll_bar_width,
4234 and vertical_scroll_bar_type.
4235 (coordinates_in_window): Adapted to new fringe/margin positions
4236 and per-window fringes and scroll-bars.
4237 Fix bug related to incorrectly adjusting coordinates by
4238 frame's internal_border_width (the effect normally negible since
4239 the internal_border_width is typically 0 or 1 pixel, but very
4240 noticeable for an internal_border_width of e.g. 25 pixels).
4241 Upon successful return (other than ON_NOTHING), the coordinates
4242 are now always properly converted to window relative for the
4243 given display element.
4244 (window_from_coordinates): Add new parameters wx and wy to
4245 return the window relative x and y position in the returned
4246 window and part. A null arg means, don't return the position.
4247 All callers changed.
4248 (adjust_window_margins): New function which may reduce the width
4249 of the display margins if a window's text area is too small after
4250 resizing or splitting windows.
4251 (size_window): Fix bug that did not account for display margin
4252 widths when checking the minimum width of a window; use
4253 adjust_window_margins.
4254 (set_window_buffer): Call Fset_window_fringes and
4255 Fset_window_scroll_bars to setup per-window elements.
4256 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
4257 existing display margin, fringe widths, and scroll bar settings
4258 (e.g. after splitting a window or resizing the frame).
4259 All callers changed.
4260 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
4261 (Fsplit_window): Duplicate original window's display margin,
4262 fringe, and scroll-bar settings; then call Fset_window_buffer with
4263 KEEP_MARGINS non-nil. This fixes a bug which caused a split
4264 window to only preserve the display margins in one of the windows.
4265 When splitting horizontally, call adjust_window_margins on both
4266 windows to ensure that the text area of the new windows is non too
4267 narrow. This fixes a bug which could cause emacs to trap if the
4268 width of the split window was less than the width of the display
4269 margins.
4270 (window_box_text_cols): Renamed from window_internal_width.
4271 All uses changed. Adapt to per-window fringes and scroll bars.
4272 Fix bug that caused vertical separator to be subtracted also on
4273 window frames. Fix another bug that did not reduce the returned
4274 value by the columns used for display margins.
4275 (window_scroll_line_based): Fix bug related to scrolling too much
4276 when display margins are present (implicitly fixed by the fix to
4277 window_box_text_cols).
4278 (scroll_left, scroll_right): Fix bug related to scrolling too far
4279 by default when display margins are present (implicitly fixed by
4280 the fix to window_box_text_cols).
4281 (struct saved_window): Rename members left to left_col, top to
4282 top_line, width to total_cols, height to total_lines, orig_top to
4283 orig_top_line, orig_height to orig_total_lines. All uses changed.
4284 New members left_margin_cols, right_margin_cols,
4285 left_fringe_width, right_fringe_width, fringes_outside_margins,
4286 scroll_bar_width, and vertical_scroll_bar_type for saving
4287 per-window display elements.
4288 (Fset_window_configuration): Restore display margins, fringes,
4289 and scroll bar settings. This fixes a bug which caused display
4290 margins to be discarded when saving and restoring a window
4291 configuration.
4292 (save_window_save): Save display margins, fringes, and scroll bar
4293 settings. This fixes a bug which caused display margins to be
4294 discarded when saving and restoring a window configuration.
4295 (Fset_window_margins): Do nothing if display margins are not
4296 really changed. Otherwise, call adjust_window_margins to ensure
4297 the text area doesn't get too narrow. This fixes a bug which
4298 could cause emacs to trap if setting display margins wider than
4299 the width of the window.
4300 (Fset_window_fringes): New defun to allow user to specifically set
4301 this window's fringe widths and position vs. display margins.
4302 (Fwindow_fringes): New defun to return window's actual fringe
4303 settings.
4304 (Fset_window_scroll_bars): New defun to allow user to specifically
4305 set this window's scroll bar width and position.
4306 (Fwindow_scroll_bars): New defun to return window's actual scroll
4307 bar settings.
4308 (compare_window_configurations): Also compare display margins,
4309 fringes, and scroll bar settings.
4310 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
4311
4312 * xdisp.c: Make (many) trivial substitutions for renamed and
4313 new macros in dispextern.h, frame.h and window.h.
4314 (window_box_width): Adapt to per-window fringes and scroll bars,
4315 and new fringe vs. display margin position. Note that returned
4316 value is no longer guaranteed to be a whole multiple of the frame
4317 column width, since per-window fringes may now be any width.
4318 (window_box_left_offset): New function like window_box_left, but
4319 value is relative to left border of window (rather than frame).
4320 (window_box_right_offset): New function like window_box_right,
4321 but value is relative to left border of window.
4322 (window_box_left): Adapt to per-window fringes and scroll bars,
4323 and new fringe vs. display margin position. Simplify by using
4324 WINDOW_LEFT_EDGE_X and window_box_left_offset.
4325 (window_box): Allow null args for unnecessary return values;
4326 change/simplify relevant callers.
4327 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
4328 and new fringe vs. display margin position.
4329 Use window_box_left_offset and window_box_right_offset
4330 (get_glyph_string_clip_rect): Adapt to per-window fringes and
4331 scroll bars, and new fringe vs. display margin position.
4332 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
4333 (draw_fringe_bitmap): Rework to handle per-window fringes and new
4334 fringe vs. display margin position.
4335 (hscroll_window_tree): Use window_box_width instead of window_box.
4336 (redisplay_window): Adapt to per-window scroll bars.
4337 (draw_glyphs): Rework to handle per-window fringes and scroll
4338 bars, and new fringe vs. display margin position.
4339 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
4340 (x_clear_end_of_line): Adapt to per-window fringes and scroll
4341 bars, and new fringe vs. display margin position. Fix bug which
4342 increased total width of full_width rows by width of scroll bars
4343 although window's total width already includes that.
4344 (x_fix_overlapping_area): Simplify using window_box_left_offset.
4345 (expose_area): Simplify using window_box_left_offset.
4346 (x_draw_vertical_border): Handle per-window scroll bar settings,
4347 mixing windows with left, right and no scroll bars.
4348
4349 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
4350 where it's used in x_list_fonts (for clarity).
4351 (frame_update_line_height): Remove unused function; functionality
4352 is now done directly when setting the default font in x_set_font.
4353
4354 * xfns.c: Make (many) trivial substitutions for renamed and
4355 new macros in dispextern.h, frame.h and window.h.
4356
4357 * xmenu.c: Make (some) trivial substitutions for renamed and
4358 new macros in dispextern.h, frame.h and window.h.
4359
4360 * xterm.h (struct x_output): Move members left_pos, top_pos,
4361 border_width, pixel_height, pixel_width, line_height,
4362 internal_border_width, vertical_scroll_bar_extra,
4363 left_fringe_width, right_fringe_width, fringe_cols,
4364 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
4365 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
4366 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
4367 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
4368 (PIXEL_WIDTH, PIXEL_HEIGHT)
4369 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
4370 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
4371 frame.h and renamed [see frame.h changes].
4372 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
4373 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
4374 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
4375 and renamed [see frame.h changes].
4376
4377 * xterm.c: Make (several) trivial substitutions for renamed and
4378 new macros in dispextern.h, frame.h and window.h.
4379 (x_draw_glyph_string_box): Adapt to per-window fringes and
4380 scroll-bars.
4381 (scroll_run): Adapt to new fringe position.
4382 (glyph_rect): Use window coordinates returned from
4383 window_from_coordinates rather than frame_to_window_pixel_xy.
4384 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
4385 scroll-bars.
4386 (handle_one_xevent): Simplify a USE_GTK conditional.
4387 (x_clip_to_row): Remove superfluous whole_line_p arg and code
4388 (fringes are now inside margins, i.e. always in the clipping area).
4389 All callers changed.
4390 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
4391 directly, then call compute_fringe_widths. Don't call
4392 frame_update_line_height.
4393
4394 * w32term.h (struct w32_output): Move members left_pos, top_pos,
4395 border_width, pixel_height, pixel_width, line_height,
4396 internal_border_width, vertical_scroll_bar_extra,
4397 left_fringe_width, right_fringe_width, fringe_cols,
4398 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
4399 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
4400 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
4401 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
4402 (PIXEL_WIDTH, PIXEL_HEIGHT)
4403 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
4404 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
4405 frame.h and renamed [see frame.h changes].
4406 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
4407 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
4408 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
4409 and renamed [see frame.h changes].
4410
4411 * w32term.c: Make (several) trivial substitutions for renamed and
4412 new macros in dispextern.h, frame.h and window.h.
4413 (x_draw_glyph_string_box): Adapt to per-window fringes and
4414 scroll-bars.
4415 (glyph_rect): Use window coordinates returned from
4416 window_from_coordinates rather than frame_to_window_pixel_xy.
4417 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
4418 scroll-bars.
4419 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
4420 (fringes are now inside margins, i.e. always in the clipping area).
4421 All callers changed.
4422 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
4423 directly, then call compute_fringe_widths. Don't call
4424 frame_update_line_height.
4425
4426 * w32console.c: Make (few) trivial substitutions for renamed and
4427 new macros in dispextern.h, frame.h and window.h.
4428
4429 * w32fns.c: Make (many) trivial substitutions for renamed and
4430 new macros in dispextern.h, frame.h and window.h.
4431
4432 * w32menu.c: Make (few) trivial substitutions for renamed and
4433 new macros in dispextern.h, frame.h and window.h.
4434
4435 * macterm.h (struct mac_output): Move members left_pos, top_pos,
4436 border_width, pixel_height, pixel_width, line_height,
4437 internal_border_width, vertical_scroll_bar_extra,
4438 left_fringe_width, right_fringe_width, fringe_cols,
4439 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
4440 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
4441 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
4442 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
4443 (PIXEL_WIDTH, PIXEL_HEIGHT)
4444 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
4445 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Moved to
4446 frame.h and renamed [see frame.h changes].
4447 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
4448 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
4449 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Moved to frame.h
4450 and renamed [see frame.h changes].
4451
4452 * macterm.c: Make (several) trivial substitutions for renamed and
4453 new macros in dispextern.h, frame.h and window.h.
4454 (x_draw_glyph_string_box): Adapt to per-window fringes and
4455 scroll-bars.
4456 (glyph_rect): Use window coordinates returned from
4457 window_from_coordinates rather than frame_to_window_pixel_xy.
4458 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
4459 scroll-bars.
4460 (x_clip_to_row): Remove superfluous whole_line_p arg and code
4461 (fringes are now inside margins, i.e. always in the clipping area).
4462 All callers changed.
4463 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
4464 directly, then call compute_fringe_widths. Don't call
4465 frame_update_line_height.
4466
4467 * macfns.c: Make (several) trivial substitutions for renamed and
4468 new macros in dispextern.h, frame.h and window.h.
4469 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
4470
4471 * macmenu.c: Make (few) trivial substitutions for renamed and
4472 new macros in dispextern.h, frame.h and window.h.
4473
4474 * msdos.h (struct x_output): Remove members left_pos, top_pos,
4475 and line_height, and use corresponding new members in struct
4476 frame. All uses changed.
4477 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
4478 superseeded by corresponding macros in frame.h.
4479
4480 * msdos.c: Make (several) trivial substitutions for renamed and
4481 new macros in dispextern.h, frame.h and window.h.
4482 (IT_note_mouse_highlight): Use updated window coordinates returned
4483 by window_from_coordinates, rather than adjusting them locally.
4484 (internal_terminal_init): No need to initialize line_height here;
4485 it now defaults to 1.
4486
4487 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
4488
4489 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
4490 dropping `down' events.
4491
4492 2003-05-24 Andreas Schwab <schwab@suse.de>
4493
4494 * coding.c (find_safe_codings): Fix last change.
4495
4496 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
4497
4498 * xfns.c (x_window): Fix typo from 2003-05-21 change.
4499
4500 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
4501
4502 * xdisp.c (display_mode_element): Increase max depth.
4503 Simplify the error handling code. Use a different error string
4504 for the case where we hit the depth limit.
4505
4506 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
4507
4508 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
4509
4510 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
4511
4512 * intervals.c (get_local_map): Don't get char-property of previous
4513 point any more: get_pos_property already does it and better.
4514
4515 2003-05-21 Dave Love <fx@gnu.org>
4516
4517 [Merged from unicode branch.]
4518
4519 * xfns.c (x_window, x_window): Use use_xim.
4520
4521 * xterm.c (use_xim): Initialize.
4522 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
4523 (x_term_init): Maybe set use_xim.
4524
4525 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
4526
4527 2003-05-21 Jason Rumney <jasonr@gnu.org>
4528
4529 * unexw32.c (_start): Remove _fmode initialization.
4530
4531 * emacs.c (main) [WINDOWSNT]: Move it here.
4532
4533 2003-05-20 Dave Love <fx@gnu.org>
4534
4535 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
4536
4537 2003-05-19 Richard M. Stallman <rms@gnu.org>
4538
4539 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
4540 as value for QCfont attribute.
4541 (realize_default_face): lface should already exist; crash if not.
4542 Specify 0 for FORCE_P when calling set_lface_from_font_name.
4543
4544 * frame.c (Fignore_event): Doc fix.
4545
4546 2003-05-19 Kenichi Handa <handa@m17n.org>
4547
4548 * coding.c (decode_coding_string): Handle post-read-conversion
4549 even if the coding doesn't require decoding.
4550
4551 2003-05-18 Richard M. Stallman <rms@gnu.org>
4552
4553 * callproc.c (Fcall_process_region): Doc fix.
4554
4555 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
4556
4557 * lread.c (Fload): Print a message if package is obsolete.
4558
4559 * window.c (Fselect_window): Add optional `norecord' arg.
4560 (select_window_1): Fold into Fselect_window.
4561 (select_window_norecord): New function.
4562 (temp_output_buffer_show): Use it. Preserve current buffer.
4563
4564 * window.h (Fselect_window): Update declaration.
4565
4566 * window.c (delete_window, Fother_window, Fset_window_configuration):
4567 * minibuf.c (read_minibuf):
4568 * macterm.c (x_new_focus_frame):
4569 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
4570 * callint.c (Fcall_interactively):
4571 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
4572
4573 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
4574
4575 2003-05-17 David Kastrup <dak@gnu.org>
4576
4577 * process.c (read_process_output): Back out change from 2003-03-09.
4578
4579 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
4580
4581 * editfns.c (get_pos_property): Don't assume that `object' = nil.
4582
4583 * textprop.c (text_property_stickiness): New arg `buffer'.
4584
4585 * intervals.h (text_property_stickiness): New arg `buffer'.
4586 (get_pos_property): Declare.
4587
4588 * intervals.c (get_local_map): Use get_pos_property, to obey
4589 stickiness and empty overlays.
4590 (create_root_interval, graft_intervals_into_buffer): Use BEG.
4591 (merge_properties, intervals_equal, merge_properties_sticky):
4592 Use XCAR, XCDR.
4593 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
4594
4595 2003-05-17 Richard M. Stallman <rms@gnu.org>
4596
4597 * minibuf.c (read_minibuf): If buffer is empty, record the default
4598 in the history.
4599 (Fminibuffer_complete_word): When deleting the overlap, take account
4600 of its real position.
4601
4602 * fns.c (map_char_table): Fix previous change.
4603
4604 * syntax.c (find_defun_start):
4605 When open_paren_in_column_0_is_defun_start,
4606 return beginning of buffer.
4607
4608 * lisp.h (map_char_table): Declare added arg.
4609
4610 * fns.c (map_char_table): New arg TABLE gets the master table.
4611 All calls changed.
4612 Process default and inheritance, resorting to Faref if necessary.
4613
4614 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
4615 (Faccessible_keymaps): Pass new arg to map_char_table.
4616
4617 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
4618
4619 * casetab.c (set_case_table): Pass new arg to map_char_table.
4620
4621 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
4622
4623 * lisp.h (specbinding_func): New typedef.
4624 (struct specbinding): Use specbinding_func, to put the `volatile'
4625 in the right place.
4626
4627 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
4628 to avoid GCC warning.
4629
4630 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org> (tiny change)
4631
4632 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
4633
4634 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
4635
4636 * keyboard.c (apply_modifiers): Don't fill the other cache.
4637
4638 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
4639
4640 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
4641
4642 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
4643 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
4644 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
4645 (Fset_window_configuration, Fcurrent_window_configuration)
4646 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
4647 (Fpos_visible_in_window_p, mark_window_cursors_off)
4648 (window_internal_height, window_internal_width, Frecenter)
4649 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
4650 (replace_buffer_in_all_windows, init_window_once, init_window)
4651 (syms_of_window, keys_of_window): Move from lisp.h.
4652 * lisp.h: Move window.c declarations to window.h.
4653
4654 * bytecode.c: Include window.h.
4655 * emacs.c: Include window.h.
4656
4657 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
4658 (keyremap): Add `parent' field.
4659 (keyremap_step): Use it. Remove `parent' argument.
4660 (read_key_sequence): Setup and use the new `parent' field.
4661
4662 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
4663
4664 * keyboard.c (adjust_point_for_property): Ensure termination.
4665
4666 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * keyboard.c (follow_key): Remove dead variable `did_meta'.
4669 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
4670 duplicated handling of function-key-map and key-translation-map
4671 in read_key_sequence.
4672 (read_key_sequence): Use them.
4673
4674 * keyboard.c (adjust_point_for_property): Try harder to move point
4675 to the non-sticky end of an invisible property.
4676
4677 * xdisp.c (single_display_prop_intangible_p): Make `space' display
4678 property intangible as well.
4679
4680 2003-05-10 Andreas Schwab <schwab@suse.de>
4681
4682 * xmenu.c (single_menu_item): Change last parameter to void* to
4683 avoid warning.
4684
4685 2003-05-09 Richard M. Stallman <rms@gnu.org>
4686
4687 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
4688 Bind Qinhibit_modification_hooks to t so there will be no GC.
4689 Rename local `tem' to `save_deactivate_mark'.
4690
4691 * eval.c (specpdl_ptr): Declare volatile.
4692 (unbind_to): Copy the whole binding and decrement specpdl_ptr
4693 before doing the work of unbinding it.
4694
4695 * lisp.h (struct specbinding): Declare elements volatile.
4696 (specpdl_ptr): Declare volatile.
4697
4698 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
4699
4700 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
4701 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
4702
4703 2003-05-08 Dave Love <fx@gnu.org>
4704
4705 * coding.c (Vlast_coding_system_used): Doc fix.
4706
4707 2003-05-07 Jason Rumney <jasonr@gnu.org>
4708
4709 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
4710 when system does not support them.
4711
4712 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
4713
4714 * fileio.c (Qwrite_region_annotate_functions): New var.
4715 (build_annotations): Use it to process the global part of the hook.
4716 (syms_of_fileio): Init and staticpro it.
4717
4718 * keyboard.c (safe_run_hooks_error): Display a message instead of
4719 silently ignoring the error.
4720
4721 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
4722
4723 * keyboard.c (input_available_signal): Mark static.
4724 (menu_bar_items): Use map_keymap.
4725 (menu_bar_one_keymap): Remove.
4726 (menu_bar_item): Adjust arglist (for use in map_keymap).
4727 Properly hide a second binding when not both are keymaps.
4728
4729 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
4730 (single_keymap_panes): Use it and map_keymap.
4731 (single_menu_item): Use skp as well.
4732
4733 * keymap.h (map_keymap_function_t): New type.
4734 (map_keymap): Declare.
4735
4736 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
4737 (map_keymap_call, Fmap_keymap): New functions.
4738 (syms_of_keymap): Defsubr map-keymap.
4739
4740 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4741
4742 * gtkutil.c (create_dialog, make_widget_for_menu_item)
4743 (make_menu_item, create_menus, xg_update_menu_item): Don't call
4744 ..._with_mnemonic functions for menu items.
4745
4746 2003-05-01 Kenichi Handa <handa@m17n.org>
4747
4748 * coding.c (coding_system_accept_latin_extra_p): Delete this
4749 function.
4750 (find_safe_codings): Pay attention to
4751 the property tranlsation-table-for-encode of each codings.
4752 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
4753
4754 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
4755
4756 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
4757
4758 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
4759
4760 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
4761
4762 * lisp.h (CHECK): Wrap args in parenthesis.
4763 (specbind): Fix doc: symbol = Qnil is not supported any more.
4764
4765 * bytecode.c (Fbyte_code) <unwind-protect>:
4766 Use Fprogn rather than 0 and Qnil.
4767
4768 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
4769 `double', and `triple' modifiers as well.
4770
4771 2003-04-30 Richard M. Stallman <rms@gnu.org>
4772
4773 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
4774
4775 * alloc.c (abort_on_gc): New variable.
4776 (Fgarbage_collect): Abort if abort_on_gc is set.
4777
4778 * lisp.h (abort_on_gc): Add decl.
4779
4780 * eval.c (Fsignal): Clear abort_on_gc.
4781
4782 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
4783 Reinit FORMAT_START and END before second scan.
4784
4785 * xdisp.c (move_it_vertically_backward): Do the final big else
4786 even if nlines is 0.
4787
4788 * xdisp.c (redisplay_internal): Finish the per-frame loop
4789 even if redisplay is suspended by input.
4790
4791 2003-04-24 Andrew Choi <akochoi@shaw.ca>
4792
4793 * macterm.c (x_list_fonts): Return all fonts that match if
4794 maxnames = -1.
4795
4796 2003-04-25 Kenichi Handa <handa@m17n.org>
4797
4798 * syntax.c (skip_chars): Fix previous change.
4799
4800 2003-04-24 Kenichi Handa <handa@m17n.org>
4801
4802 * syntax.c (skip_chars): Make the code faster by using the common
4803 technique of *p, *stop, and *endp.
4804
4805 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4806
4807 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
4808 tool_bar_items so GTK tool bar expose callback does not access items
4809 being updated.
4810
4811 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
4812
4813 * eval.c (Fapply): Undo last change and add a comment about why.
4814
4815 2003-04-18 Miles Bader <miles@gnu.org>
4816
4817 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
4818 pickier PARSE_MULTIBYTE_SEQ.
4819
4820 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
4821
4822 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
4823 Use XCDR, XCAR, CONSP.
4824 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
4825 (Fapply): Remove unnecessary GCPRO.
4826
4827 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
4828
4829 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
4830
4831 * buffer.h: Don't hardcode BEG==1.
4832
4833 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
4834
4835 2003-04-16 Richard M. Stallman <rms@gnu.org>
4836
4837 * xdisp.c (try_window, try_window_reusing_current_matrix):
4838 When at end of window, set window_end_pos to Z-ZV.
4839
4840 * buffer.c (Foverlay_recenter): Doc fix.
4841
4842 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
4843
4844 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
4845
4846 2003-04-14 Andrew Choi <akochoi@shaw.ca>
4847
4848 * macterm.c (mac_check_for_quit_char): Don't check more often than
4849 once a second.
4850
4851 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
4852
4853 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
4854 specially, so that they can't hide an implicit switch-frame event.
4855 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
4856 (head_table): Use switch-frame as event_kind for select-window.
4857 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
4858
4859 * editfns.c (Fformat): Lisp_Object/int mixup.
4860 (format2): Remove unused var numargs.
4861
4862 2003-04-11 Kenichi Handa <handa@m17n.org>
4863
4864 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
4865 (Qafter_insert_file_set_coding): New variable.
4866 (syms_of_fileio): Initialize and staticpro it. Delete declaration
4867 for after-insert-file-adjust-coding-function.
4868 (Finsert_file_contents): Call Qafter_insert_file_set_coding
4869 instead of Vafter_insert_file_adjust_coding_function.
4870
4871 2003-04-11 Kenichi Handa <handa@m17n.org>
4872
4873 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
4874
4875 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
4876 string. Callers changed.
4877
4878 2003-04-10 Kenichi Handa <handa@m17n.org>
4879
4880 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
4881 (syms_of_fileio): Declare it as a lisp variable.
4882 (Finsert_file_contents):
4883 Call Vafter_insert_file_adjust_coding_function before calling
4884 decode-format.
4885
4886 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4887
4888 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
4889 get GtkAdjustment as widget now is a GtkRange.
4890
4891 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
4892 GtkRange to avoid memory leak.
4893
4894 2003-04-09 Kenichi Handa <handa@m17n.org>
4895
4896 * xfaces.c (Vface_font_rescale_alist): New variable.
4897 (struct font_name): New member rescale_ratio.
4898 (font_rescale_ratio): New function.
4899 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
4900 (better_font_p): On comparing point sized, pay attention to
4901 recale_ratio member of fonts.
4902 (build_scalable_font_name): Reflect font->rescale_ratio in the
4903 font name.
4904 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
4905
4906 * lread.c (read1): Before calling index, check if the 2nd
4907 arguemnt is in ASCII range.
4908
4909 2003-04-08 Richard M. Stallman <rms@gnu.org>
4910
4911 * fileio.c (Ffile_symlink_p): Doc fix.
4912
4913 * editfns.c (Fformat): Translate positions of text properties
4914 in the format string to apply them to the result.
4915
4916 * fileio.c (Finsert_file_contents): Doc fix.
4917 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
4918
4919 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
4920
4921 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
4922
4923 2003-04-08 Steven Tamm <steventamm@mac.com>
4924
4925 * mac.c (init_mac_osx_environment): Switch libexec and bin so
4926 that self-contained application finds libexec files.
4927
4928 2003-04-08 Kenichi Handa <handa@m17n.org>
4929
4930 * coding.c (code_convert_region_unwind):
4931 Set Vlast_coding_system_used to the argument.
4932 (code_convert_region): If post-read-conversion function changed
4933 the value of last-coding-sytem, keep the new value in
4934 coding->symbol so that it won't be overridden.
4935 (run_pre_post_conversion_on_str): Likewise.
4936 (coding_system_accept_latin_extra_p): New function.
4937 (find_safe_codings): Pay attention to characters registered in
4938 latin-extra-code-table.
4939
4940 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
4941
4942 * Makefile.in (md5.o): Add missing dependency info.
4943
4944 2003-04-06 Richard M. Stallman <rms@gnu.org>
4945
4946 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
4947
4948 * marker.c (verify_bytepos): New function.
4949
4950 * intervals.c (set_intervals_multibyte_1): When becoming
4951 multibyte, adjust right and left child sizes to a whole set of
4952 characters. If an interval gets zero total-length, delete it.
4953 If an interval consists of just its children, delete one of them.
4954
4955 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
4956 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
4957
4958 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
4959 All calls deleted.
4960 (lisp_malloc): Do the work here directly.
4961
4962 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
4963
4964 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
4965 char tables.
4966
4967 2003-04-04 Kenichi Handa <handa@m17n.org>
4968
4969 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
4970 destructively change "%S" to "%s".
4971
4972 2003-04-03 Miles Bader <miles@gnu.org>
4973
4974 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
4975 always set.
4976
4977 2003-04-01 Dave Love <fx@gnu.org>
4978
4979 * xfns.c (xpm_lookup_color): Grok "opaque".
4980
4981 2003-03-31 Andrew Choi <akochoi@shaw.ca>
4982
4983 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
4984 parent window ID.
4985
4986 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
4987
4988 * macterm.h (struct mac_output): Define x_pixels_diff and
4989 y_pixels_diff.
4990
4991 2003-03-31 Juanma Barranquero <lektu@terra.es>
4992
4993 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
4994 blockinput.h and files included from it.
4995
4996 2003-03-31 Kim F. Storm <storm@cua.dk>
4997
4998 The following changes consolidates the common code related to
4999 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
5000 files into frame.c.
5001
5002 * frame.c: Include blockinput.h.
5003 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
5004 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
5005 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
5006 related vars here.
5007 (struct frame_parm_table, frame_parms): New table for describing
5008 frame parameters and their associated Q-variable.
5009 The order of the parameters corresponds to the sequence of the
5010 frame_parm_handlers table in redisplay_interface.
5011 (x_fullscreen_move, x_set_frame_parameters)
5012 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
5013 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
5014 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
5015 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
5016 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
5017 Generic functions for processing of frame parameters.
5018 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
5019 (display_x_get_resource, x_get_resource_string): Functions for
5020 generic access to X resources.
5021 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
5022 (x_default_parameter, Fx_parse_geometry): Functions for generic
5023 access to frame parameters.
5024 (x_figure_window_size): Generic calculation of frame size.
5025 Fixed to add space needed for tool bar. Also setup size_hint_flags.
5026 (syms_of_frame): Intern and staticpro frame parameter variables.
5027 Defvar_lisp Vx_resource_class and Vx_resource_name here.
5028 Defsubr Sx_get_resource and Sx_parse_geometry.
5029
5030 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
5031 parameter related vars defined in frame.c.
5032 (EMACS_CLASS): Define here.
5033 (enum FULLSCREEN_*): Define here.
5034 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
5035 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
5036 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
5037 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
5038 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
5039 (x_set_visibility, x_set_autoraise, x_set_autolower)
5040 (x_set_unsplittable, x_set_vertical_scroll_bars)
5041 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
5042 (x_figure_window_size): Add prototypes.
5043
5044 * dispextern.h (frame_parm_handler): New typedef.
5045 (struct redisplay_interface): New member frame_parm_handlers.
5046 (enum resource_types): Move declaration here.
5047 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
5048 (x_default_parameter): Add prototypes.
5049
5050 * window.c: Remove extern decl for frame parameter vars.
5051 (change_window_heights): New generic function;
5052 replaces x_change_window_heights. All users changed.
5053
5054 * window.h (change_window_heights): Add prototype.
5055
5056 * xfaces.c: Remove extern decl for frame parameter vars.
5057
5058 * xterm.h (EMACS_CLASS): Remove. Use generic define.
5059 (struct w32_display_info): Fix type of xrdb member.
5060 (enum FULLSCREEN_*): Remove.
5061 Remove prototypes for generic functions (in frame.h).
5062
5063 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
5064 parameters now defined in frame.h and frame.c.
5065 (Vx_resource_name): Remove. Use generic var.
5066 (enum x_frame_parms): Remove (bogus, unused enum).
5067 (check_x_display_info): Make non-static (for frame.c).
5068 (struct x_frame_parm_table, x_frame_parms): Remove.
5069 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
5070 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
5071 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
5072 (x_change_window_heights, x_set_autoraise, x_set_autolower)
5073 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
5074 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
5075 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
5076 Remove. Use generic functions instead.
5077 (enum resource_types): Remove.
5078 (x_set_scroll_bar_default_width): New global function (for frame.c).
5079 (Fx_create_frame): Depend on x_figure_window_size to add space for
5080 toolbar and setup size_hint_flags.
5081 (x_frame_parm_handlers): New table for redisplay_interface.
5082 (syms_of_xfns): Don't intern/staticpro removed vars.
5083
5084 * xterm.c: Remove unnecessary extern declarations.
5085 (x_fullscreen_adjust): Remove. Use generic instead.
5086 (x_redisplay_interface): Add x_frame_parm_handlers member.
5087
5088 * w32gui.h (XrmDatabase): New (dummy) typedef.
5089
5090 * w32term.h (EMACS_CLASS): Remove. Use generic define.
5091 (struct w32_display_info): Fix type of xrdb member.
5092 (enum FULLSCREEN_*): Remove.
5093 (x_fullscreen_adjust): Remove prototype.
5094
5095 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
5096 parameters now defined in frame.h and frame.c.
5097 (Vx_resource_name): Remove. Use generic var.
5098 (enum x_frame_parms): Remove (bogus, unused enum).
5099 (check_x_display_info): Make non-static (for frame.c).
5100 (struct x_frame_parm_table, x_frame_parms): Remove.
5101 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
5102 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
5103 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
5104 (x_change_window_heights, x_set_autoraise, x_set_autolower)
5105 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
5106 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
5107 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
5108 Remove. Use generic functions instead.
5109 (enum resource_types): Remove.
5110 (x_set_scroll_bar_default_width): New global function (for frame.c).
5111 (Fx_create_frame): Depend on x_figure_window_size to add space for
5112 toolbar and setup size_hint_flags.
5113 (w32_frame_parm_handlers): New table for redisplay_interface.
5114 (syms_of_w32fns): Don't intern/staticpro removed vars.
5115
5116 * w32term.c: Remove unnecessary extern declarations.
5117 (x_fullscreen_adjust): Remove. Use generic instead.
5118 (x_redisplay_interface): Add w32_frame_parm_handlers member.
5119
5120 * w32reg.c (x_get_string_resource): Use XrmDatabase.
5121
5122 * macgui.h (XrmDatabase): New (dummy) typedef.
5123
5124 * macterm.h (EMACS_CLASS): Remove.
5125 (struct mac_display_info): Add xrdb member.
5126 (struct mac_output): Add want_fullscreen member.
5127
5128 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
5129 parameters now defined in frame.h and frame.c.
5130 (Vx_resource_name): Remove. Use generic var.
5131 (check_x_display_info): Make non-static (for frame.c).
5132 (struct x_frame_parm_table, x_frame_parms): Remove.
5133 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
5134 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
5135 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
5136 (x_change_window_heights, x_set_autoraise, x_set_autolower)
5137 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
5138 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
5139 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
5140 Remove. Use generic functions instead.
5141 (enum resource_types): Remove.
5142 (x_set_scroll_bar_default_width): New global function (for frame.c).
5143 (mac_frame_parm_handlers): New table for redisplay_interface.
5144 (syms_of_macfns): Don't intern/staticpro removed vars.
5145
5146 * macterm.c: Remove unnecessary extern declarations.
5147 (x_redisplay_interface): Add mac_frame_parm_handlers member.
5148
5149 * Makefile.in (frame.o): Add dependency on blockinput.h and files
5150 included from it (atimer.h and systime.h).
5151
5152 2003-03-30 Andreas Schwab <schwab@suse.de>
5153
5154 * xdisp.c (x_insert_glyphs): Fix swapped width and height
5155 parameters for shift_glyphs_for_insert.
5156
5157 * macterm.c (x_redisplay_interface): Add missing entry for
5158 draw_vertical_window_border.
5159
5160 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5161
5162 * fileio.c (Fexpand_file_name): In the no-handler case, after
5163 expanding, look again for a handler and invoke it. This is needed
5164 for filenames like "/foo/../user@host:/bar/../baz" -- the first
5165 expansion produces "/user@host:/bar/../baz" which needs to be
5166 expanded again for the finame result "/user@host:/baz".
5167
5168 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5169
5170 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
5171 of area to be redrawn for better performance.
5172
5173 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
5174
5175 * xterm.c (take_vertical_position_into_account): Remove.
5176 (xt_action_hook): Call set_vertical_scroll_bar if needed.
5177 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
5178 (xm_scroll_callback, x_create_toolkit_scroll_bar)
5179 (x_set_toolkit_scroll_bar_thumb): Simplify.
5180 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
5181 (XTread_socket): Remove unused var.
5182 (x_make_frame_invisible): Replace goto with else.
5183
5184 * xdisp.c (set_vertical_scroll_bar): New fun.
5185 (redisplay_window): Use it.
5186
5187 2003-03-26 Richard M. Stallman <rms@gnu.org>
5188
5189 * xdisp.c (update_tool_bar): Recompute tool bar if
5190 update_mode_lines is set. Set w->update_mode_line
5191 only if the tool bar contents actually change.
5192 (update_menu_bar): Undo previous change.
5193
5194 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5195
5196 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
5197 (xg_frame_set_char_size): Calculate scroll bar width before frame
5198 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
5199 (xg_separator_p): Check for all documented separator types.
5200 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
5201 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
5202
5203 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
5204 so tool bar gets updated.
5205
5206 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
5207
5208 * data.c (store_symval_forwarding): Re-instate part of the code
5209 that was deleted with too much enthusiasm.
5210
5211 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
5212
5213 * data.c (store_symval_forwarding): Delete special read-only
5214 hack for type == -1, since we now use ->constant instead.
5215 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
5216
5217 * buffer.c (overlays_in): Declare static.
5218 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
5219 `constant' field rather than the variable's `type' field.
5220
5221 2003-03-24 Andrew Choi <akochoi@shaw.ca>
5222
5223 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
5224
5225 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
5226
5227 * fns.c [MAC_OSX]: Do not redefine vector.
5228
5229 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
5230
5231 * macgui.h: Remove definition of No_Cursor.
5232
5233 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
5234
5235 * xdisp.c: Define No_Cursor.
5236 (x_write_glyphs, notice_overwritten_cursor)
5237 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
5238 (note_mouse_highlight): Remove Mac-specific code.
5239 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
5240
5241 2003-03-24 John Paul Wallington <jpw@gnu.org>
5242
5243 * xdisp.c (redisplay_window): If mini window's buffer is not
5244 empty, then redisplay it like other windows.
5245
5246 2003-03-23 Kim F. Storm <storm@cua.dk>
5247
5248 * w32term.c (w32_draw_window_cursor): Fix last change.
5249
5250 2003-03-23 Kenichi Handa <handa@m17n.org>
5251
5252 * alloc.c (make_string_from_bytes, make_specified_string):
5253 Add `const' for the arg CONTENTS.
5254
5255 * lisp.h (make_string_from_bytes, make_specified_string):
5256 Prototypes adjusted.
5257
5258 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5259
5260 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
5261
5262 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
5263 (XG_SB_RANGE): New define.
5264
5265 * gtkutil.c (xg_fixed_handle_expose): New function.
5266 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
5267 expose events.
5268 (xg_update_scrollbar_pos): Take two more arguments, left and width
5269 of scroll bar including borders.
5270 Clear left and right part outside scroll bar separately as some
5271 themes have bars that are not an even number of pixels.
5272 Don't set reallocate_redraws, don't call
5273 gdk_window_process_all_updates.
5274 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
5275 so no need to change it. Calculate size and value with XG_SB_RANGE.
5276
5277 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
5278 Pass left and width of scroll bar including borders to
5279 xg_update_scrollbar_pos.
5280
5281 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
5282
5283 * Makefile.in: Make sure space precedes end-of-line backslashes.
5284
5285 2003-03-22 Kim F. Storm <storm@cua.dk>
5286
5287 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
5288 Add generic versions here. Remove system specific versions
5289 defined elsewhere.
5290
5291 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
5292 Add prototypes.
5293
5294 * xterm.h (STORE_NATIVE_RECT): New macro.
5295
5296 2003-03-21 Kim F. Storm <storm@cua.dk>
5297
5298 * xdisp.c (get_glyph_string_clip_rect):
5299 Use FRAME_INTERNAL_BORDER_WIDTH.
5300
5301 * dispextern.h (struct redisplay_interface): Add active_p
5302 argument to draw_window_cursor member. All uses changed.
5303
5304 2003-03-21 Kim F. Storm <storm@cua.dk>
5305
5306 The following changes consolidate code related to writing and
5307 inserting glyphs, exposing frame, the tool bar, the mouse face,
5308 the output cursor, and help echo from xterm.c, w32term.c and
5309 macterm.c into xdisp.c. It also generalizes the use of the
5310 window_part enum instead of using numeric values throughout.
5311
5312 * xdisp.c: Consolidate gui-independent code here.
5313 Include keymap.h.
5314 (Qhelp_echo): Import.
5315 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
5316 (help_echo_string, help_echo_window, help_echo_object)
5317 (previous_help_echo_string, help_echo_pos): Declare here.
5318 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
5319 (estimate_mode_line_height): Define here. Handle windowing
5320 systems directly (without using estimate_mode_line_height_hook).
5321 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
5322 (update_window_cursor, update_cursor_in_window_tree)
5323 (fast_find_position, fast_find_string_pos)
5324 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
5325 (expose_area, expose_line, expose_overlaps, expose_window)
5326 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
5327 declared static as they are only used locally in xdisp.c.
5328 (draw_glyphs): Rename from x_draw_glyphs and make static.
5329 (tool_bar_item_info, notice_overwritten_cursor): Make static.
5330 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
5331 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
5332 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
5333 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
5334 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
5335 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
5336 (note_mouse_highlight, x_clear_window_mouse_face)
5337 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
5338 (x_intersect_rectangles): New generic functions for use by xdisp.c
5339 and GUI front-ends.
5340 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
5341 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
5342
5343 * dispextern.h (Display_Info): Generic typedef for *_display_info.
5344 (NativeRectangle): Generic typedef for rectangle type.
5345 (enum window_part): Move here from window.c.
5346 (struct redisplay_interface): New members flush_display_optional,
5347 define_frame_cursor, clear_frame_area, draw_window_cursor,
5348 draw_vertical_window_border, shift_glyphs_for_insert.
5349 Rename member clear_mouse_face to clear_window_mouse_face.
5350 (estimate_mode_line_height_hook): Remove hook.
5351 (auto_raise_tool_bar_buttons_p): Don't declare extern.
5352 (tool_bar_item_info): Remove prototype.
5353 (help_echo_string, help_echo_window, help_echo_object)
5354 (previous_help_echo_string, help_echo_pos)
5355 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
5356 (x_stretch_cursor_p, output_cursor): Declare extern.
5357 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
5358 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
5359 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
5360 (display_and_set_cursor, set_output_cursor, x_cursor_to)
5361 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
5362 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
5363 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
5364 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
5365 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
5366 Add prototypes.
5367 (mode_line_string, marginal_area_string): Fix prototypes.
5368
5369 * window.c (enum window_part): Move to dispextern.h.
5370 (coordinates_in_window): Use enum window_part member names
5371 instead of numbers to describe return value.
5372 (struct check_window_data): Change part member to window_part.
5373 (check_window_containing): Return window_part unaltered.
5374 (window_from_coordinates): Change part arg from int to enum
5375 window_part. Allow part arg to be null. All users changed.
5376
5377 * window.h (window_from_coordinates): Fix prototype.
5378
5379 * term.c (estimate_mode_line_height): Move to xdisp.c.
5380
5381 * keyboard.c (make_lispy_event): Use enum window_part.
5382
5383 * dispnew.c (mode_line_string, marginal_area_string): Use enum
5384 window_part instead of int in arg list. Users changed.
5385
5386 * xterm.h (No_Cursor): Declare as None for X.
5387 (struct mac_output): Replace member cross_cursor by hand_cursor.
5388
5389 * xterm.c: Remove consolidated defines and code.
5390 (BETWEEN): Remove unused macro.
5391 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
5392 (x_define_frame_cursor, x_clear_frame_area)
5393 (x_draw_window_cursor): New X-specific functions for RIF.
5394 (x_redisplay_interface): Add new members.
5395
5396 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
5397
5398 * w32term.h (struct w32_output): Remove cross_cursor member.
5399
5400 * w32term.c: Remove consolidated defines and code.
5401 (BETWEEN): Remove unused macro.
5402 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
5403 (w32_define_frame_cursor, w32_clear_frame_area)
5404 (w32_draw_window_cursor): New W32-specific functions for RIF.
5405 (w32_redisplay_interface): Add new members.
5406
5407 * w32gui.h (No_Cursor): Define as 0 for W32.
5408 (XRectangle): Add X compatible rectangle type.
5409 (NativeRectangle): Declare as RECT for W32.
5410 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
5411
5412 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
5413
5414 * w32console.c: Remove consolidated defines and code.
5415
5416 * msdos.h (Display_Info): Add generic typedef.
5417
5418 * msdos.c: Remove consolidated defines and code.
5419 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
5420
5421 * macterm.h (struct mac_output): Replace member cross_cursor by
5422 hand_cursor.
5423 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
5424
5425 * macterm.c: Remove consolidated defines and code.
5426 (BETWEEN): Remove unused macro.
5427 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
5428 (mac_define_frame_cursor, mac_clear_frame_area)
5429 (mac_draw_window_cursor): New Mac-specific functions for RIF.
5430 (x_redisplay_interface): Add new members.
5431
5432 * macgui.h (No_Cursor): Define as 0 for Mac.
5433 (XRectangle): Add X compatible rectangle type.
5434 (NativeRectangle): Declare as Rect for Mac.
5435 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
5436
5437 * macfns.c (x_set_mouse_color): Setup hand_cursor.
5438 (x_set_cursor_color): Use x_display_and_set_cursor.
5439
5440 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
5441 included from it. Add dependency on keymap.h.
5442
5443 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
5444
5445 2003-03-21 Kenichi Handa <handa@m17n.org>
5446
5447 * fileio.c (Fexpand_file_name): Fix previous change.
5448
5449 2003-03-19 Kenichi Handa <handa@m17n.org>
5450
5451 * fileio.c (Ffile_name_directory): Reconstruct file name by
5452 make_specified_string.
5453 (Ffile_name_nondirectory, Ffile_name_as_directory)
5454 (Fdirectory_file_name, Fexpand_file_name)
5455 (Fsubstitute_in_file_name): Likewise.
5456 (Fread_file_name): Compare decoded homedir with DIR and
5457 DEFAULT_FILENAME.
5458
5459 * alloc.c (make_specified_string): If NCHARS is negative, count
5460 the number of characters.
5461
5462 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5463
5464 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
5465 all widgets.
5466
5467 * gtkutil.h: Removed xg_ignore_next_thumb.
5468
5469 2003-03-18 Kenichi Handa <handa@m17n.org>
5470
5471 * coding.c (Vchar_coding_system_table): Remove this variable.
5472 (Vcoding_system_safe_chars): New variable.
5473 (intersection): Remove this function.
5474 (find_safe_codings): Don't use Vchar_coding_system_table, but try
5475 all codings in SAFE_CODINGS.
5476 (Ffind_coding_systems_region_internal): Adjust for the change of
5477 find_safe_codings. Get generic coding systems from
5478 Vcoding_system_safe_chars.
5479 (Fdefine_coding_system_internal): New function.
5480 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
5481 Initialize and staticpro Vcoding_system_safe_chars.
5482
5483 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5484
5485 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
5486 equal old values before updating.
5487
5488 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
5489
5490 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
5491
5492 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5493
5494 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
5495 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
5496 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
5497 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
5498 (xg_create_scroll_bar): Pass bar to button event callback.
5499 (xg_find_top_left_in_fixed): New function.
5500 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
5501 whole scroll bar area. Get old position with
5502 xg_find_top_left_in_fixed, calculate and only clear needed areas.
5503 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
5504 dragging is in progress. Calculate whole as for Motif.
5505 Remove code that saved last values. Call gtk_range functions to
5506 set scroll bar sizes.
5507
5508 * gtkutil.h: Removed xg_ignore_next_thumb.
5509
5510 2003-03-17 Juanma Barranquero <lektu@terra.es>
5511
5512 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
5513 and files included from it.
5514
5515 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
5516
5517 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
5518 multiple occurrences of the same keymap under different prefixes.
5519 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
5520
5521 2003-03-16 Jason Rumney <jasonr@gnu.org>
5522
5523 * w32gui.h: Use HDC for Display.
5524
5525 * w32term.c (w32_encode_char): Prevent double-byte chars from
5526 crashing Emacs.
5527
5528 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
5529 as binary.
5530
5531 2003-03-16 Juanma Barranquero <lektu@terra.es>
5532
5533 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
5534
5535 2003-03-16 Kim F. Storm <storm@cua.dk>
5536
5537 The following changes consolidate some of the gui-independent
5538 parts of the processing and drawing of "glyph strings" from
5539 xterm.c, w32term.c, and macterm.c into xdisp.c.
5540
5541 * dispextern.h (struct glyph): Reduce face_id member from 22 to
5542 21 bits (this reduces number of faces from 4M to 2M).
5543 Replace W32 specific w32_font_type member (2 bits) by generic
5544 font_type member (3 bits) for portability.
5545 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
5546 (enum draw_glyphs_face): Define here.
5547 (struct glyph_string): Define here. Merge W32 and X versions.
5548 (struct redisplay_interface): New members per_char_metric,
5549 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
5550 (VCENTER_BASELINE_OFFSET): Define here.
5551 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
5552 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
5553
5554 * xdisp.c: Consolidate gui-independent "glyph string" code here.
5555 (dump_glyph_string): Moved here.
5556 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
5557 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
5558 (fill_composite_glyph_string, fill_glyph_string)
5559 (fill_image_glyph_string, fill_stretch_glyph_string)
5560 (left_overwritten, left_overwriting, right_overwritten)
5561 (right_overwriting, get_char_face_and_encoding)
5562 (set_glyph_string_background_width, compute_overhangs_and_x)
5563 (append_glyph, append_composite_glyph, produce_image_glyph)
5564 (take_vertical_position_into_account, append_stretch_glyph)
5565 (produce_stretch_glyph): New generic functions (based on X version).
5566 Call platform specific functions through rif.
5567 (INIT_GLYPH_STRING): New macro, hides W32 details.
5568 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
5569 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
5570 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
5571 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
5572 (notice_overwritten_cursor):
5573 Generic functions exported to platform modules. Users changed.
5574
5575 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
5576 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
5577 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
5578 New macros for consolidated code.
5579
5580 * xterm.c: Remove consolidated defines and code.
5581 (x_per_char_metric, x_encode_char)
5582 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
5583 (x_redisplay_interface): Add new members.
5584
5585 * w32gui.h (Display): Add dummy typedef for consolidation.
5586 (XChar2b): Define alias for wchar_t for consolidation.
5587 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
5588
5589 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
5590 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
5591 New macros for consolidation.
5592
5593 * w32term.c: Remove consolidated defines and code.
5594 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
5595 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
5596 (w32_per_char_metric): Change font_type arg to int for RIF.
5597 (w32_encode_char): Return int according to RIF requirements.
5598 (w32_compute_glyph_string_overhangs): Adapt to RIF.
5599 (w32_get_glyph_overhangs): New function for RIF. Uses generic
5600 x_get_glyph_overhangs.
5601 (w32_redisplay_interface): Add new members.
5602
5603 * macgui.h (XChar2b): Move typedef here for consolidation.
5604 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
5605
5606 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
5607 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
5608 consolidation.
5609
5610 * macterm.c: Remove consolidated defines and code.
5611 (mac_per_char_metric): New function for RIF.
5612 (mac_encode_char): Adapt to new RIF requirements.
5613 (mac_compute_glyph_string_overhangs): Adapt for RIF.
5614 (x_redisplay_interface): Add new members.
5615
5616 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
5617
5618 * keymap.c (Vmenu_events): New var.
5619 (syms_of_keymap): Initialize it.
5620 (where_is_internal): Check more carefully what is a menu event.
5621
5622 2003-03-14 Richard M. Stallman <rms@gnu.org>
5623
5624 * lread.c (read1): After #!, exit loop on eof.
5625
5626 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5627
5628 * gtkutil.h: Add declaration for xg_frame_cleared.
5629
5630 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
5631
5632 * gtkutil.c (struct xg_last_sb_pos): New structure.
5633 (handle_fixed_child): New function.
5634 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
5635 and force a redraw on them.
5636 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
5637 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
5638 so we can avoid unneeded redraws.
5639 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
5640 and force a redraw on the scroll bar.
5641 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
5642 if xg_last_sb_pos shows the positions are up to date.
5643 (xg_frame_cleared): New function.
5644
5645 2003-03-13 Kenichi Handa <handa@m17n.org>
5646
5647 * coding.c (Fdetect_coding_region): Fix docstring.
5648 (Fdetect_coding_string): Fix docstring.
5649
5650 2003-03-13 Andreas Schwab <schwab@suse.de>
5651
5652 * gtkutil.c: Add prototype for create_menus.
5653
5654 * data.c (long_to_cons): Fix type of top.
5655
5656 * xselect.c (selection_data_to_lisp_data): Use int instead of
5657 long for an integer of size 4.
5658
5659 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
5660 (xg_tool_bar_help_callback): Likewise.
5661
5662 2003-03-12 Andreas Schwab <schwab@suse.de>
5663
5664 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
5665
5666 2003-03-12 Kim F. Storm <storm@cua.dk>
5667
5668 The following changes consolidate the fringe handling from
5669 xterm.c, w32term.c, and macterm.c into xdisp.c.
5670
5671 * xdisp.c: Consolidate fringe handling code here.
5672 (left_bits, right_bits, continued_bits, continuation_bits)
5673 (ov_bits, zv_bits): Define fringe bitmaps.
5674 (fringe_bitmaps): New array holding fringe bitmaps.
5675 (draw_fringe_bitmap): Draw a specific bitmap; call display
5676 specific drawing routine via rif->draw_fringe_bitmap.
5677 (draw_row_fringe_bitmaps): Generic replacement for
5678 x_draw_row_fringe_bitmaps; all callers changed.
5679 (compute_fringe_widths): Generic replacement for
5680 x_compute_fringe_widths; all callers changed.
5681
5682 * dispextern.h (enum fringe_bitmap_type): Define here.
5683 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
5684 (fringe_bitmaps): Declare extern.
5685 (struct redisplay_interface): New member draw_fringe_bitmap.
5686 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
5687
5688 * xterm.c: Remove generic fringe code.
5689 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
5690 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
5691
5692 * w32term.c: Remove generic fringe code.
5693 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
5694 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
5695
5696 * macterm.c: Remove generic fringe code.
5697 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
5698 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
5699
5700 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
5701
5702 * print.c (Fprin1_to_string): Return unibyte string if possible.
5703
5704 2003-03-09 David Kastrup <dak@gnu.org>
5705
5706 * process.c (read_process_output): We have allocated enough space
5707 for readmax and carryover, so actually use the alloted space.
5708
5709 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5710
5711 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
5712 toolkit scrollbar click.
5713
5714 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
5715 for USE_GTK.
5716 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
5717 also.
5718 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
5719 scrollbar and control is pressed, call x_scroll_bar_handle_click.
5720
5721 * gtkutil.h: Declare xg_get_scroll_id_for_window.
5722
5723 * gtkutil.c (xg_get_scroll_id_for_window): New function.
5724 (xg_tool_bar_item_expose_callback): New function.
5725 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
5726 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
5727 on the tool bar widget.
5728 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
5729 to expose on the tool bar item widgets.
5730
5731 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5732
5733 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
5734 struct image* when deciding to update (struct image* may have been
5735 deleted from the image cache).
5736
5737 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
5738 the event isn't for a frame (i.e. for dialogs).
5739
5740 2003-03-07 Kenichi Handa <handa@m17n.org>
5741
5742 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
5743 composition components reaches the limit, terminate composing.
5744 (COMPOSITION_OK): New macro.
5745 (detect_coding_iso2022): Use it if an escape sequence for
5746 composition is found.
5747 (coding_restore_composition): Adjust the number of composition
5748 components if it is not sane.
5749
5750 2003-03-06 Juanma Barranquero <lektu@terra.es>
5751
5752 * w32term.h (struct w32_display_info): Add xrdb member to support
5753 passing resources via -xrm on Windows.
5754
5755 * w32term.c (w32_make_rdb): New function.
5756 (w32_term_init): Use it to initialize xrdb member of w32_display_info
5757 struct. Delete leftover code.
5758
5759 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
5760 for resources passed on the command line.
5761
5762 * w32reg.c (w32_get_rdb_resource): New function.
5763 (x_get_string_resource): Use it, so resources passed with -xrm
5764 supercede the ones in the registry.
5765
5766 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5767
5768 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
5769 instead of x_top_window_to_frame.
5770
5771 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5772
5773 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
5774 when restarting Emacs.
5775
5776 2003-03-03 Richard M. Stallman <rms@gnu.org>
5777
5778 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
5779 to run kill-buffer-query-functions.
5780 (Qkill_buffer_query_functions): New var.
5781 (syms_of_buffer): Init and staticpro it.
5782
5783 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5784
5785 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
5786
5787 2003-02-25 Kim F. Storm <storm@cua.dk>
5788
5789 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
5790 If centering point failed to make whole line visible and vscroll
5791 is non-zero, disable vscroll and try centering point again.
5792
5793 * lread.c (read1): Accept `single space' syntax like (? x).
5794
5795 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5796
5797 * keyboard.c (cancel_hourglass_unwind): Surround with
5798 #ifdef HAVE_X_WINDOWS
5799
5800 2003-02-25 Kenichi Handa <handa@m17n.org>
5801
5802 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
5803 process only when "subprocesses" is defined.
5804
5805 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
5806
5807 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
5808
5809 2003-02-24 Juanma Barranquero <lektu@terra.es>
5810
5811 * callint.c (fix_command): Declare as static void and move before
5812 Fcall_interactively.
5813
5814 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
5815 (syms_of_xdisp): Don't initialize Qwhen.
5816
5817 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5818
5819 * keyboard.c (cancel_hourglass_unwind): New function.
5820 (command_loop_1): Cancel hourglass with unwind-protect.
5821
5822 2003-02-23 Richard M. Stallman <rms@gnu.org>
5823
5824 * callint.c (fix_command): New subroutine, from Fcall_interactively.
5825 Detect (when ... (region-beginning)) etc.
5826 (Fcall_interactively): Call fix_command.
5827 (Qif, Qwhen): New variables.
5828 (syms_of_callint): Init and staticpro them.
5829
5830 * regex.c (print_partial_compiled_pattern): Output to stderr.
5831
5832 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5833
5834 * dired.c (directory_files_internal): Don't expand directory.
5835 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
5836 instead. From Lars Hansen <larsh@math.ku.dk>.
5837
5838 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
5839
5840 * fns.c (string_to_multibyte): Remove unused var i.
5841 (Flanginfo): Fix int/Lisp_Object mixup.
5842 (void_call2): New fun.
5843 (Fmap_char_table): Use it in place of call2.
5844
5845 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
5846
5847 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
5848
5849 * keymap.c (copy_keymap_1): Make it static.
5850
5851 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
5852
5853 2003-02-22 David Ponce <david@dponce.com>
5854
5855 * lread.c (Fload): Don't check STRING_MULTIBYTE.
5856
5857 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5858
5859 * process.h: Removed subtty field from struct Lisp_Process.
5860
5861 * process.c (create_process): Remove setting of subtty.
5862 (emacs_get_tty_pgrp): New function.
5863 (Fprocess_running_child_p, process_send_signal):
5864 Call emacs_get_tty_pgrp instead of ioctl.
5865 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
5866
5867 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
5868
5869 * keymap.c (Fdefine_key): Doc fix.
5870
5871 2003-02-21 Juanma Barranquero <lektu@terra.es>
5872
5873 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
5874
5875 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
5876 POLLING_PROBLEM_IN_SELECT.
5877
5878 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
5879 Delete #undef of POLLING_PROBLEM_IN_SELECT.
5880
5881 * s/hpux10-20.h: New file.
5882
5883 * process.c (wait_reading_process_input):
5884 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
5885
5886 2003-02-20 Kenichi Handa <handa@m17n.org>
5887
5888 * fontset.c (check_fontset_name): If NAME is nil, return the
5889 default fontset.
5890 (override_font_info): New function.
5891 (Fset_fontset_font): Document that NAME nil means the default fontset.
5892 (Ffontset_info): If FONTSET is not the default fontset, merge
5893 FONTSET onto the copy of the default fontset, and work on that
5894 copy. Document that NAME nil means the default fontset.
5895 (Ffontset_font): Document that NAME nil means the default fontset.
5896
5897 * process.c (setup_process_coding_systems): If the process's
5898 in/out descriptor is -1, do nothing.
5899
5900 2003-02-19 Andreas Schwab <schwab@suse.de>
5901
5902 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
5903 Add prototypes.
5904
5905 2003-02-19 Kenichi Handa <handa@m17n.org>
5906
5907 * xfaces.c (try_alternative_families): Try all scalable fonts if
5908 Vscalable_fonts_allowed is not Qt.
5909
5910 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5911
5912 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
5913
5914 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5915
5916 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
5917 names.
5918
5919 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
5920 (sorted_font_list): Move allocation of struct font_name to
5921 x_face_list_fonts.
5922 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
5923 (Fx_list_fonts): Set maxnames to -1 to get all font names.
5924
5925 2003-02-18 Kim F. Storm <storm@cua.dk>
5926
5927 * lread.c (read1): Fix last change.
5928 "`" is not always special. Allow "?" after a character constant.
5929
5930 2003-02-18 Andrew Choi <akochoi@shaw.ca>
5931
5932 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
5933
5934 2003-02-18 Andreas Schwab <schwab@suse.de>
5935
5936 * window.c (window_scroll_pixel_based): Move outside a
5937 multi-glyph character before setting new window start.
5938
5939 * xdisp.c (in_display_vector_p): New function.
5940 * dispextern.h (in_display_vector_p): Declare.
5941
5942 2003-02-18 Kim F. Storm <storm@cua.dk>
5943
5944 * lread.c (read1): Fix and relax read syntax.
5945 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
5946 Only recognize "," after dotted-pair dot if inside backquote.
5947 Never include "`" or "," (inside backquote) in a symbol.
5948 Allow dotted-pair dot after a character constant.
5949 Allow "`" and "," (inside backquote) after a character constant.
5950
5951 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5952
5953 * gtkutil.c (xg_tool_bar_expose_callback): New function.
5954 (xg_create_tool_bar): Force style of tool bar to be horizontal with
5955 icons. Set name of tool bar to emacs-toolbar.
5956 (update_frame_tool_bar): Connect expose event to
5957 xg_tool_bar_expose_callback.
5958
5959 2003-02-17 Richard M. Stallman <rms@gnu.org>
5960
5961 * keyboard.c (this_command_key_count_reset): New variable.
5962 Initiatize to 0 where this_command_key_count is set.
5963 (read_char): Save and restore this_command_key_count_reset
5964 around input method code.
5965 (read_char): If this_command_key_count_reset, echo reread commands.
5966 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
5967
5968 2003-02-17 Kenichi Handa <handa@m17n.org>
5969
5970 * fns.c (string_to_multibyte): Always return a multibyte string.
5971
5972 2003-02-16 Jason Rumney <jasonr@gnu.org>
5973
5974 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
5975 Negative max_fonts parameter means list all.
5976
5977 2003-02-14 Dave Love <fx@gnu.org>
5978
5979 * fns.c (Flanginfo): Doc fix.
5980
5981 2003-02-13 Kim F. Storm <storm@cua.dk>
5982
5983 * lread.c (read_escape): Interpret \s as a SPACE character, except
5984 for \s-X in a character constant which still is the super modifier.
5985 (read1): Signal an `invalid read syntax' error if a character
5986 constant is immediately followed by a digit or symbol character.
5987
5988 * search.c (Fmatch_data): Doc fix. Explicitly state that
5989 match-data is undefined if last search failed.
5990
5991 * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
5992 All uses changed.
5993
5994 2003-02-12 Juanma Barranquero <lektu@terra.es>
5995
5996 * eval.c (Fdefmacro): Fix typo.
5997
5998 2003-02-12 Kim F. Storm <storm@cua.dk>
5999
6000 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
6001 macro is a string, convert meta modifiers in string when copying
6002 the string into a vector.
6003
6004 2003-02-11 Kim F. Storm <storm@cua.dk>
6005
6006 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
6007
6008 2003-02-11 Kenichi Handa <handa@m17n.org>
6009
6010 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
6011
6012 2003-02-10 Kim F. Storm <storm@cua.dk>
6013
6014 * process.c: Doc fixes.
6015 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
6016
6017 2003-02-10 Kenichi Handa <handa@m17n.org>
6018
6019 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
6020
6021 * process.c (QCfilter_multibyte): New variable.
6022 (setup_process_coding_systems): New function.
6023 (Fset_process_buffer, Fset_process_filter):
6024 Call setup_process_coding_systems.
6025 (Fstart_process): Initialize the member `filter_multibyte' of
6026 struct Lisp_Process.
6027 (create_process): Call setup_process_coding_systems.
6028 (Fmake_network_process): New keyward `:filter-multibyte'.
6029 Initialize the member `filter_multibyte' of struct Lisp_Process.
6030 Call setup_process_coding_systems.
6031 (server_accept_connection): Call setup_process_coding_systems.
6032 (read_process_output): If the process has a filter, decide the
6033 multibyteness of a string to given to the filter by
6034 `filter_multibyte' member of the process. If the process doesn't
6035 have a filter and the result of conversion is unibyte, use
6036 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
6037 multibyte form.
6038 (Fset_process_coding_system): Call setup_process_coding_systems.
6039 (Fset_process_filter_multibyte): New function.
6040 (Fprocess_filter_multibyte_p): New function.
6041 (syms_of_process): Intern and staticpro QCfilter_multibyte.
6042 Defsubr Sset_process_filter_multibyte and
6043 Sprocess_filter_multibyte_p.
6044
6045 * process.h (struct Lisp_Process): New member filter_multibyte.
6046
6047 * lisp.h (setup_process_coding_systems): Add prototype.
6048
6049 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
6050 process, update coding systems for the process.
6051
6052 2003-02-09 Kenichi Handa <handa@m17n.org>
6053
6054 * fns.c (string_to_multibyte): New function.
6055 (Fstring_to_multibyte): New function.
6056 (syms_of_fns): Defsubr it.
6057
6058 2003-02-08 Andreas Schwab <schwab@suse.de>
6059
6060 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
6061 instead of the substitution.
6062
6063 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6064
6065 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
6066
6067 * xmenu.c (menu_position_func): Adjust menu popup position so that
6068 the menu is fully visible.
6069
6070 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6071
6072 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
6073 (x_make_frame_invisible, x_wm_set_icon_position):
6074 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
6075
6076 * xfns.c (x_set_name, x_set_title): Ditto.
6077
6078 2003-02-04 Richard M. Stallman <rms@gnu.org>
6079
6080 * keyboard.c (echo_now): Update before_command_echo_length.
6081 (Freset_this_command_lengths): Reset this_command_key_count etc.
6082 immediately rather than arranging to do it later.
6083 (before_command_key_count_1, before_command_echo_length_1)
6084 (before_command_restore_flag): Vars deleted.
6085 (add_command_key): Don't handle before_command_restore_flag.
6086 (read_char, record_menu_key): Don't update before_command_key_count or
6087 before_command_echo_length.
6088 (read_char): Don't handle before_command_restore_flag.
6089
6090 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
6091 in direct-output clauses if it wouldn't be called in the ordinary case.
6092
6093 2003-02-04 Kim F. Storm <storm@cua.dk>
6094
6095 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
6096
6097 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6098
6099 * gtkutil.c (remove_from_container): Copying list is not needed.
6100 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
6101 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
6102 on list returned from gtk_container_get_children to avoid memory leak.
6103
6104 2003-02-01 Jason Rumney <jasonr@gnu.org>
6105
6106 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
6107 local malloc.
6108 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
6109 definitions in xpm.h.
6110 (init_xpm_functions): New function.
6111 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
6112 (init_external_image_libraries): Try to load libXpm.dll.
6113
6114 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
6115 timestamp.
6116
6117 2003-01-31 Dave Love <fx@gnu.org>
6118
6119 * syntax.c (Fskip_chars_forward)
6120 (open-paren-in-column-0-is-defun-start): Doc fix.
6121
6122 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
6123
6124 * fileio.c: Support // at start of name for Cygwin (just added proper
6125 preprocessor tests).
6126
6127 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
6128
6129 * Makefile.in: Use @EXEEXT@ for Cygwin.
6130
6131 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
6132
6133 * s/cygwin.h: Added for Cygwin port.
6134
6135 2003-01-31 Juanma Barranquero <lektu@terra.es>
6136
6137 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
6138 when including gif_lib.h.
6139 (init_gif_functions, init_tiff_functions): New functions.
6140 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
6141 Windows. Disable color table lookups. Call library functions
6142 through pointers determined at runtime.
6143 (init_external_image_libraries): Try to load libungif.dll and
6144 libtiff.dll.
6145
6146 2003-01-31 Kenichi Handa <handa@m17n.org>
6147
6148 * xdisp.c (SKIP_GLYPHS): New macro.
6149 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
6150
6151 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6152
6153 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
6154
6155 2003-01-30 Dave Love <fx@gnu.org>
6156
6157 * alloc.c (Vgc_elapsed, gcs_done): New variables.
6158 (Fgarbage_collect): Use them.
6159 (init_alloc, syms_of_alloc): Set them up.
6160
6161 2003-01-30 Juanma Barranquero <lektu@terra.es>
6162
6163 * w32fns.c (init_external_image_libraries): Add missing operator.
6164
6165 2003-01-29 Jason Rumney <jasonr@gnu.org>
6166
6167 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
6168 an alternative name for jpeg.dll.
6169
6170 2003-01-29 Kenichi Handa <handa@m17n.org>
6171
6172 * xdisp.c (set_cursor_from_row): Pay attention to string display
6173 properties.
6174
6175 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6176
6177 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
6178 <escape>.
6179 (keycode_to_xkeysym_table): Reformat and add more comments.
6180 (XTread_socket): Drop special case for backspace.
6181
6182 2003-01-28 Andrew Choi <akochoi@shaw.ca>
6183
6184 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
6185 values in old-style RGB specs.
6186
6187 2003-01-27 Juanma Barranquero <lektu@terra.es>
6188
6189 * w32fns.c (init_external_image_libraries): Try alternate names for the
6190 jpeg dll.
6191
6192 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6193
6194 * gtkutil.c (create_dialog, xg_separator_p)
6195 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
6196 before calling strcmp or strlen.
6197
6198 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6199
6200 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
6201 and handle image load failure.
6202
6203 2003-01-26 Jason Rumney <jasonr@gnu.org>
6204
6205 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
6206 New functions.
6207 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
6208 Disable color table lookups. Call jpeg library functions
6209 through pointers determined at runtime.
6210 (init_external_image_libraries): Try to load jpeg.dll.
6211
6212 2003-01-25 Richard M. Stallman <rms@gnu.org>
6213
6214 * lisp.h: Declare format2 instead of format1.
6215
6216 * fileio.c (barf_or_query_if_file_exists):
6217 Call format2 instead of format1.
6218
6219 * editfns.c (format2): New function, replaces format1
6220 but takes exactly two Lisp Objects as format args.
6221
6222 * buffer.c (Fkill_buffer): Call format2 instead of format1.
6223
6224 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6225
6226 * xterm.h: Change to return value of x_dispatch_event to int.
6227
6228 * xterm.c (x_filter_event): New function.
6229 (event_handler_gdk, XTread_socket): Call x_filter_event.
6230 (x_dispatch_event): Change to return value of finish.
6231 (event_handler_gdk): Use return value from x_dispatch_event.
6232
6233 * xfns.c (x_window): Call create_frame_xic for GTK version to
6234 initialize input methods.
6235
6236 * gtkutil.h: Add (void) prototypes.
6237
6238 * gtkutil.c (create_menus): Remove code that puts the help menu to
6239 the right.
6240
6241 2003-01-25 Jason Rumney <jasonr@gnu.org>
6242
6243 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
6244 [HAVE_PNG]: Sync with xfns.c version.
6245 (png_load): Adjust colors for Windows. Use Windows
6246 bitmaps. Disable color table lookups.
6247 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
6248 (init_png_functions): New function.
6249 (png_read_from_memory, png_load): Call png library functions
6250 through pointers determined at runtime.
6251 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
6252 (init_external_image_libraries): New function.
6253 (init_xfns): Call it.
6254
6255 2003-01-24 Andreas Schwab <schwab@suse.de>
6256
6257 * minibuf.c (Fminibuffer_message): Verify type of parameter.
6258
6259 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6260
6261 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
6262 of static initializer.
6263
6264 2003-01-24 Dave Love <fx@gnu.org>
6265
6266 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
6267 architectures.
6268
6269 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
6270 Use __alignof__.
6271
6272 2003-01-24 Kenichi Handa <handa@m17n.org>
6273
6274 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
6275 It it is nonzero, don't pretend that an invisible area doesn't exist.
6276 (command_loop_1): Call adjust_point_for_property with proper
6277 second arg.
6278
6279 2003-01-22 Jason Rumney <jasonr@gnu.org>
6280
6281 Sync changes with xterm.c and xfns.c.
6282
6283 * w32term.c (x_draw_glyph_string_foreground)
6284 (x_draw_composite_glyph_string_foreground): Implement overstriking.
6285
6286 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
6287 phys_cursor's hpos is overwritten. This is still not completely
6288 correct, as it doesn't really make sense to use hpos at all to
6289 get the cursor glyph (as that is relative to the width of the
6290 characters on the line, which may have changed during the update).
6291
6292 * w32term.c (notice_overwritten_cursor): Handle the special case
6293 of the cursor being in the first blank non-text line at the
6294 end of a window.
6295
6296 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
6297 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
6298 Compute from the x position returned by x_draw_glyphs.
6299
6300 (x_display_and_set_cursor): Don't set phys_cursor_width here,
6301 except for NO_CURSOR and system caret, to make phys_cursor_width
6302 contain what its name suggests.
6303 (notice_overwritten_cursor): Consider the cursor image erased if
6304 the output area intersects the cursor image in y-direction.
6305
6306 * w32term.c (note_mode_line_or_margin_highlight): Rename from
6307 note_mode_line_highlight and extend.
6308
6309 * w32term.c (last_window): New variable.
6310 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
6311 (note_mouse_movement): Remove reimplemented code in #if 0.
6312
6313 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
6314 not update_mode_lines, and always set it to 1.
6315
6316 2003-01-21 Jason Rumney <jasonr@gnu.org>
6317
6318 * w32fns.c (IDC_HAND): Define it if system headers don't.
6319
6320 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
6321
6322 * w32term.h (struct w32_output): New member hand_cursor.
6323 (WM_EMACS_SETCURSOR): New message definition.
6324
6325 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
6326 function w32_define_cursor.
6327 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
6328 position, change member name output_data.x to output_data.w32 and
6329 add function w32_define_cursor.
6330 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
6331 and change member name output_data.x to output_data.w32.
6332 (w32_initialize_display_info):
6333 Setup dpyinfo->vertical_scroll_bar_cursor.
6334
6335 * w32fns.c (Vx_hand_shape): New variable.
6336 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
6337 WM_EMACS_SETCURSOR.
6338 (x-create-frame): Setup Cursor types.
6339
6340 2003-01-21 David Ponce <david@dponce.com>
6341
6342 * w32term.c (w32_encode_char): For DIM=1 charset, set
6343 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
6344 x_encode_char change by Kenichi Handa <handa@m17n.org> on
6345 2002-09-30.)
6346 (w32_draw_relief_rect): Declare all args.
6347 (w32_define_cursor): New.
6348
6349 * w32fns.c (w32_load_cursor): New function.
6350 (w32_init_class): Use it.
6351 (x_put_x_image): Declare all args.
6352
6353 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
6354
6355 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
6356
6357 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6358
6359 * gtkutil.c: Must include stdio.h before termhooks.h
6360
6361 2003-01-21 Dave Love <fx@gnu.org>
6362
6363 * alloc.c (Fgc_status): Print zombie list.
6364 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
6365 Fix assignment of zombies.
6366 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
6367 Don't take car of non-cons.
6368
6369 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
6370
6371 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
6372
6373 2003-01-20 David Ponce <david@dponce.com>
6374
6375 * w32menu.c (digest_single_submenu): Declare all args.
6376
6377 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
6378 changes in xmenu.c:
6379
6380 (parse_single_submenu): Use individual keymap's prompt
6381 string as pane name, if there is one.
6382 (set_frame_menubar): Save menu_items_n_panes from each call to
6383 parse_single_submenu and use it when calling digest_single_submenu.
6384
6385 2003-01-20 Steven Tamm <steventamm@mac.com>
6386
6387 * macterm.c (XTread_socket): Checks for valid, visible window
6388 before sending a scroll-wheel event.
6389
6390 2003-01-20 Richard M. Stallman <rms@gnu.org>
6391
6392 * xdisp.c (redisplay_window): If mini window's buffer is not
6393 a minibuffer, then redisplay it like other windows.
6394
6395 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6396
6397 * gtkutil.c (xg_create_frame_widgets): Check if there is an
6398 external tool bar before setting tool bar height.
6399
6400 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6401
6402 * xterm.c (handle_one_xevent): Surround popup_activated
6403 with #ifdef:s for non-toolkit version.
6404
6405 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
6406 (gtkutil.o): New file.
6407 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
6408 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
6409
6410 * gtkutil.c: New file for GTK version.
6411
6412 * gtkutil.h: New file for GTK version.
6413
6414 * xterm.h: Add xt_or_gtk_widget.
6415 Include gtk files for USE_GTK.
6416 (struct x_output): Add toolbar_height.
6417 (struct x_output): Add GTK widgets and Gdk size_hints.
6418 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
6419 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
6420 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
6421
6422 * xterm.c: Include gtkutil.h for USE_GTK.
6423 Declare extern void free_frame_menubar for USE_GTK.
6424 (note_mouse_highlight): Check popup_activated for USE_GTK.
6425 (xt_action_hook): Don't compile if USE_GTK.
6426 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
6427 (xg_scroll_callback): New function.
6428 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
6429 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
6430 for USE_GTK.
6431 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
6432 xg_show_scroll_bar for USE_GTK.
6433 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
6434 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
6435 (event_handler_gdk): New function for USE_GTK.
6436 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
6437 (handle_one_xevent): Make sure widget is mapped before
6438 calling x_real_positions for USE_GTK.
6439 (XTread_socket): Add GTK event loop for USE_GTK.
6440 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
6441 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
6442 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
6443 (x_iconify_frame): Add code for USE_GTK.
6444 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
6445 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
6446 is in gtkutil.c.
6447 (x_term_init): Add initialization for GTK.
6448 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
6449
6450 * xmenu.c: Include gtkutil.h for USE_GTK.
6451 (Fx_popup_menu): Use current position if x and y is NIL.
6452 (single_menu_item, single_menu_item, Fx_popup_dialog):
6453 Check for USE_GTK.
6454 (popup_widget_loop): New function for USE_GTK.
6455 (x_activate_menubar): Add code for USE_GTK.
6456 (popup_activate_callback, popup_deactivate_callback)
6457 (menu_highlight_callback, menubar_selection_callback):
6458 Add USE_GTK versions.
6459 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
6460 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
6461 (free_frame_menubar): Only compile if not USE_GTK. GTK version
6462 is in gtkutil.c.
6463 (popup_selection_callback): New version for USE_GTK.
6464 (create_and_show_popup_menu): New fuction, one USE_GTK version and
6465 one USE_X_TOOLKIT version.
6466 (xmenu_show): Call create_and_show_popup_menu.
6467 (dialog_selection_callback): New version for USE_GTK.
6468 (create_and_show_dialog): New fuction, one USE_GTK version and
6469 one USE_X_TOOLKIT version.
6470 (xdialog_show): Call create_and_show_dialog.
6471
6472 * xfns.c: Include gtkutil for USE_GTK.
6473 (x_window_to_frame, x_any_window_to_frame)
6474 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
6475 (x_top_window_to_frame): Add code for USE_GTK.
6476 (x_set_background_color): Call xg_set_background_color for GTK.
6477 (x_set_menu_bar_lines): Check for USE_GTK.
6478 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
6479 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
6480 (x_window): Call xg_create_frame_widgets for USE_GTK.
6481 (Fx_create_frame): Check for USE_GTK
6482 (Fx_file_dialog): New implementation for USE_GTK.
6483
6484 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
6485 (update_menu_bar): Add check for USE_GTK.
6486 (update_tool_bar): Add check for USE_GTK and external tool bar.
6487 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
6488 (redisplay_internal): Add check for USE_GTK and popup_activated.
6489 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
6490 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
6491 (display_menu_bar): Add check for USE_GTK
6492
6493 * lisp.h: Declare Vx_resource_name extern.
6494
6495 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
6496 for USE_GTK.
6497 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
6498
6499 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
6500 (FRAME_EXTERNAL_TOOL_BAR): New macro.
6501 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
6502
6503 * fileio.c (Fread_file_name): Add check for USE_GTK.
6504
6505 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
6506 Add check for USE_GTK.
6507
6508 * config.in: Added HAVE_GTK
6509
6510 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
6511
6512 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
6513
6514 * charset.h (Funibyte_char_to_multibyte): Export.
6515
6516 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6517
6518 * xmenu.c (mouse_position_for_popup): New function.
6519 (Fx_popup_menu): Call mouse_position_for_popup for X and
6520 mouse_position_hook for others.
6521
6522 2003-01-17 Kim F. Storm <storm@cua.dk>
6523
6524 * editfns.c (Finsert): Mention `string-make-multibyte' and
6525 `string-as-multibyte' in doc string.
6526
6527 2003-01-17 Kenichi Handa <handa@m17n.org>
6528
6529 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
6530
6531 * editfns.c (Fformat): Convert an unibyte char argument that is
6532 formatted by "%c" to multibyte if the total result must be a
6533 multibyte string.
6534
6535 2003-01-16 Kim F. Storm <storm@cua.dk>
6536
6537 * process.c (set-process-filter): Document unibyte/multibyte-ness
6538 of string argument.
6539
6540 2003-01-16 Kenichi Handa <handa@m17n.org>
6541
6542 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
6543
6544 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
6545 (re_search_2): Likewise.
6546
6547 2003-01-15 Kenichi Handa <handa@m17n.org>
6548
6549 * xdisp.c (message_dolog): Fix bug of the case that *Message*
6550 buffer is unibyte.
6551
6552 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
6553
6554 * fns.c (Fsubstring): Clarify doc string.
6555
6556 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
6557 (Fprevious_char_property_change)
6558 (Fnext_single_char_property_change)
6559 (Fprevious_single_char_property_change, Fnext_property_change)
6560 (Fnext_single_property_change, Fprevious_property_change)
6561 (Fprevious_single_property_change, Fadd_text_properties)
6562 (Fput_text_property, Fset_text_properties)
6563 (Fremove_text_properties, Fremove_list_of_text_properties)
6564 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
6565
6566 2003-01-14 Kim F. Storm <storm@cua.dk>
6567
6568 * process.h (struct Lisp_Process): New member plist replaces old
6569 member private_vars. All uses changed.
6570
6571 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
6572 (QCplist): Rename from QCvars. Change all uses.
6573 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
6574 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
6575 (syms_of_process): Intern, staticpro, defsubr these.
6576 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
6577
6578 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
6579
6580 * m/delta.h: Remove (obsolete).
6581
6582 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
6583
6584 * fileio.c (Fdelete_directory, Fdelete_file): Document the
6585 behaviour in front of symlinks.
6586 (Fdelete_file): Raise an error on directories.
6587
6588 2003-01-13 Dave Love <fx@gnu.org>
6589
6590 * fns.c (Freverse): Use QUIT.
6591
6592 2003-01-13 Richard M. Stallman <rms@gnu.org>
6593
6594 * minibuf.c (minibuffer_completion_contents):
6595 Error if point is inside prompt.
6596
6597 * keyboard.c (command_loop_1): Don't redisplay directly
6598 if there's a post-command-hook.
6599
6600 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
6601 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
6602
6603 2003-01-12 Kim F. Storm <storm@cua.dk>
6604
6605 * process.h (struct Lisp_Process): New member private_vars.
6606
6607 * process.c (QCvars): New variable.
6608 (syms_of_process): Intern and staticpro it.
6609 (Fset_process_contact): Removed function.
6610 (Fprocess_variable, Fset_process_variable): New functions.
6611 (syms_of_process): Defsubr them.
6612 (Fstart_process): Initialize private_vars plist to nil.
6613 (Fmake_network_process): New arg :vars to setup the private
6614 variables for new network process.
6615 (server_accept_connection): Copy server's private variables to
6616 client process.
6617
6618 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
6619 crashes). Code rewritten and simplified. Now directly aligns the
6620 pointer and recalculates pure_bytes_used, rather than aligning the
6621 size and adjusting the pointer.
6622
6623 2003-01-11 Kim F. Storm <storm@cua.dk>
6624
6625 * process.c (Fset_process_contact): New function.
6626 (syms_of_process): defsubr it.
6627 (make-network-process): Update doc.
6628
6629 2003-01-10 Andreas Schwab <schwab@suse.de>
6630
6631 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
6632 Reported by Berthold Gunreben <b.gunreben@web.de>.
6633
6634 2003-01-10 Dave Love <fx@gnu.org>
6635
6636 * composite.c (syms_of_composite): Make composition_hash_table weak.
6637
6638 2003-01-09 Kim F. Storm <storm@cua.dk>
6639
6640 * process.c (Fmake_network_process): Convert new port number
6641 to host byte order for `:service t' case. From Mario Lang.
6642
6643 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6644
6645 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
6646 instead of XtAppProcessEvent.
6647
6648 * xterm.c (handle_one_xevent): New function.
6649 (x_dispatch_event): New function.
6650 (XTread_socket): Call handle_one_xevent.
6651
6652 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
6653
6654 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
6655 call XQueryPointer to get coordinates.
6656 (popup_get_selection): Do not set popup_activated_flag to zero,
6657 let popup_deactivate_callback do that. Needed for Motif.
6658 Call x_dispatch_event instead of XtDispatchEvent.
6659 (xmenu_show): Calculate root coordinate from frame top/left position.
6660
6661 2003-01-08 Kim F. Storm <storm@cua.dk>
6662
6663 * process.c (server_accept_connection): Fix recording of new
6664 connection's local address in :local property of contact info.
6665 (Fmake_network_process): Record local network address for new
6666 client processes in :local property of contact info.
6667 (format-network-address): Add arg OMIT-PORT. Change callers.
6668
6669 2003-01-07 Dave Love <fx@gnu.org>
6670
6671 * Makefile.in (fns.o): Depend on coding.h.
6672
6673 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
6674
6675 * minibuf.c (Fread_variable): Doc fix.
6676
6677 * eval.c (Fuser_variable_p): Doc change. For custom variables,
6678 use the same test as for custom-variable-p.
6679
6680 2003-01-05 Richard M. Stallman <rms@gnu.org>
6681
6682 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
6683 Count LAST_LINE_MISFIT in scroll margin for end of window.
6684 Move label too_near_end before setting SCROLL_MARGIN_POS.
6685 Set LAST_LINE_MISFIT before jumping there.
6686
6687 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
6688 scroll_conservatively case. If scrolling that much doesn't change
6689 STARTP, move it down one line.
6690
6691 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
6692 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
6693
6694 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
6695 selected frame.
6696
6697 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
6698 (syms_of_keymap): staticpro them.
6699 (Fapropos_internal): Initialize them and clear them out.
6700 Don't GCPRO them.
6701
6702 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
6703 Doc fixes.
6704
6705 * lisp.h: New misc type Lisp_Save_Value.
6706 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
6707 (XSAVE_VALUE): New macro.
6708 (struct Lisp_Save_Value): New data type.
6709 (union Lisp_Misc): Add u_save_value alternative.
6710 (make_save_value): Declared.
6711
6712 * alloc.c (make_save_value): New function.
6713
6714 * xterm.c (x_catch_errors): Save dpy using make_save_value.
6715 (x_catch_errors_unwind): Call XSync.
6716
6717 2003-01-01 Richard M. Stallman <rms@gnu.org>
6718
6719 * window.c (window_scroll_pixel_based): Partially undo last change.
6720
6721 * keyboard.c (command_loop_1): Call adjust_point_for_property
6722 in direct action cases for Qforward_char and Qbackward_char.
6723 Set already_adjusted so it won't be done twice.
6724
6725 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
6726
6727 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
6728 type definition of size_t.
6729
6730 2003-01-02 Steven Tamm <steventamm@mac.com>
6731
6732 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
6733 distinguish Carbon GUI builds from X11 builds on darwin.
6734
6735 2002-12-30 Steven Tamm <steventamm@mac.com>
6736
6737 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
6738 to default to t.
6739
6740 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
6741
6742 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
6743
6744 2002-12-28 Steven Tamm <steventamm@mac.com>
6745
6746 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
6747 allow building in a different directory than source. Uses some
6748 GNU Make extensions, but there is no other make on Mac OS X.
6749
6750 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
6751
6752 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
6753 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
6754 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
6755 (Fstring_to_number): Mention the returned value in the doc strings.
6756
6757 2002-12-23 Richard M. Stallman <rms@gnu.org>
6758
6759 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
6760 <scroll-down-aggressively>: Doc fix.
6761
6762 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
6763 string as pane name, if there is one.
6764 (set_frame_menubar): Save menu_items_n_panes from each call to
6765 parse_single_submenu and use it when calling digest_single_submenu.
6766
6767 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
6768 Don't try to make last line fully visible if it is past end of window.
6769
6770 2002-12-22 Steven Tamm <steventamm@mac.com>
6771
6772 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
6773 (mac_menu_show): Add support for hierarchical popup menus.
6774 (add_menu_item): Remove indentation support.
6775 (fill_submenu, fill_menu): Create hierarchical menus
6776 instead of using indentation.
6777
6778 2002-12-22 Richard M. Stallman <rms@gnu.org>
6779
6780 * xdisp.c (try_cursor_movement): Don't call try_window here.
6781 (redisplay_window): Never redisplay minibuffer when inactive.
6782
6783 * window.c (select_window_1): Undo 9/21 change.
6784
6785 2002-12-22 Steven Tamm <steventamm@mac.com>
6786
6787 * macterm.c (XTread_socket): Call KeyTranslate for control and
6788 meta to deal correctly shifted non-alpha characters, like C-S-5
6789 being treated like C-%. Does not look for shift key to deal
6790 with masking off control-key with mac-reverse-ctrl-meta.
6791
6792 2002-12-21 Richard M. Stallman <rms@gnu.org>
6793
6794 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
6795 If it is non-nil, run timers. Use an unwind-protect to requeue
6796 the events that were read ahead.
6797 (popup_get_selection_unwind): New subroutine.
6798 (popup_get_selection_queue): File-scope variable now holds that queue.
6799 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
6800 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
6801 Use an unwind-protect to pop down the dialog box.
6802 (xdialog_show_unwind): New subroutine implements that.
6803
6804 * xdisp.c (row_containing_pos): Change exit test using last_y.
6805 (try_window_id): Abort if row_containing_pos returns null.
6806
6807 * lread.c (load_error_handler): New function.
6808 (Fload): Handle errors in Fsubstitute_in_file_name.
6809 Don't expect Fsignal to return.
6810
6811 * eval.c: Errors and throws work right with interrupt blocking.
6812 (struct catchtag): New elt interrupt_input_blocked.
6813 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
6814 (internal_catch, Fcondition_case, internal_condition_case)
6815 (internal_condition_case_1, internal_condition_case_2): Save it.
6816 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
6817
6818 * editfns.c (Fformat): Add parens.
6819
6820 * dired.c (file_name_completion): Fix that change.
6821 Delete special quit-handling code; just use QUIT.
6822
6823 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
6824
6825 * dired.c (file_name_completion): Close directory on error
6826 just as in directory_files_internal.
6827
6828 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
6829
6830 * window.c (Fset_window_configuration): Set old_point to correct
6831 value when new_current_buffer == current_buffer.
6832
6833 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
6834
6835 Revisited my earlier fix for the following entry in etc/PROBLEMS:
6836 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
6837 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
6838
6839 These changes were in part based upon suggestions made by Peter
6840 'Luna' Runestig [peter@runestig.com].
6841
6842 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
6843 g_b_init_get_token_information, g_b_init_lookup_account_sid,
6844 g_b_init_get_sid_identifier_authority ): Add several static
6845 global variables.
6846
6847 * w32.c (globals_of_w32): New function. Used to initialize those
6848 global variables that must always be initialized on startup even
6849 when the global variable initialized is non zero. Its primary
6850 purpose at this time is to set the global variables
6851 g_b_init_is_windows_9x, g_b_init_open_process_token,
6852 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
6853 g_b_init_get_sid_identifier_authority to 0 on startup.
6854 Called from main.
6855
6856 * w32.c (is_windows_9x): Perform initialization only if
6857 g_b_init_is_windows_9x is equal to 0. On initialization set
6858 g_b_init_is_windows_9x equal to 1.
6859
6860 * w32.c (open_process_token): Perform initialization only if
6861 g_b_init_open_process_token is equal to 0. On initialization set
6862 g_b_init_open_process_token equal to 1.
6863
6864 * w32.c (get_token_information): Perform initialization only if
6865 g_b_init_get_token_information is equal to 0. On initialization
6866 set g_b_init_get_token_information equal to 1.
6867
6868 * w32.c (lookup_account_sid): Perform initialization only if
6869 g_b_init_lookup_account_sid is equal to 0. On initialization
6870 set g_b_init_lookup_account_sid equal to 1.
6871
6872 * w32.c (get_sid_identifier_authority): Perform initialization
6873 only if g_b_init_get_sid_identifier_authority is equal to 0.
6874 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
6875
6876 * w32fns.c (globals_of_w32fns): New function. Used to initialize
6877 those global variables that must always be initialized on startup
6878 even when the global variable initialized is non zero.
6879 Its primary purpose at this time is to initialize the global variable
6880 track_mouse_event_fn.
6881
6882 * w32fns.c (w32_wnd_proc): Remove initialization of
6883 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
6884
6885 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
6886
6887 * w32menu.c (globals_of_w32menu): New function. Used to
6888 initialize those global variables that must always be initialized
6889 on startup even when the global variable initialized is non zero.
6890 Its primary purpose at this time is to initialize the global
6891 variables get_menu_item_info and set_menu_item_info.
6892
6893 * w32menu.c (initialize_frame_menubar): Remove initialization of
6894 get_menu_item_info and set_menu_item_info.
6895
6896 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
6897
6898 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
6899 Declare them.
6900
6901 * emacs.c (main): Call globals_of_w32 prior to calling
6902 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
6903 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
6904 is defined.
6905
6906 * w32term.c (x_update_window_begin): Fix Windows API error
6907 detected by BoundsChecker. Test to determine if
6908 w32_system_caret_hwnd is NULL prior to attempting to use
6909 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
6910
6911 * w32term.c (x_update_window_end): Fix Windows API error
6912 detected by BoundsChecker. Test to determine if
6913 w32_system_caret_hwnd is NULL prior to attempting to use
6914 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
6915
6916 2002-12-17 Kenichi Handa <handa@m17n.org>
6917
6918 * coding.c (coding_system_require_warning): New variable.
6919 (syms_of_coding): DEFVAR it.
6920
6921 * coding.h (coding_system_require_warning): Extern it.
6922
6923 * fileio.c (choose_write_coding_system): Even if
6924 Vcoding_system_for_write is non-nil, if
6925 coding_system_require_warning is nonzero, call
6926 Vselect_safe_coding_system_function.
6927
6928 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
6929
6930 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
6931 (lisp): Add font-core.
6932
6933 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
6934
6935 * textprop.c (text_read_only): New arg `propval'.
6936 (get_char_property_and_overlay): Remove unused var `next_overlay'.
6937 (verify_interval_modification): Use text_read_only's new arg.
6938
6939 2002-12-13 Kenichi Handa <handa@m17n.org>
6940
6941 * coding.c (Funencodable_char_position): Set pend correctly.
6942
6943 2002-12-12 Jason Rumney <jasonr@gnu.org>
6944
6945 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
6946 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
6947 Be more careful about when help_events are generated.
6948
6949 2002-12-12 Steven Tamm <steventamm@mac.com>
6950
6951 * macterm.c (mac_check_for_quit_char): Correctly set the
6952 modifiers of the event to 0.
6953 * mac.c (sys_select): Duplicate rfds before calling select to
6954 ensure that rfds survive the while loop.
6955
6956 2002-12-11 Kim F. Storm <storm@cua.dk>
6957
6958 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
6959 row_containing_pos returned NULL.
6960
6961 2002-12-10 Steven Tamm <steventamm@mac.com>
6962
6963 * mac.c (sys_read): Fix sys_read to not call select if IO is
6964 non-blocking.
6965 (sys_select): Fix sys_select to not use a timeout larger than
6966 the one given.
6967
6968 2002-12-10 Juanma Barranquero <lektu@terra.es>
6969
6970 * editfns.c (Fformat): Use alloca, not _alloca.
6971
6972 2002-12-09 Richard M. Stallman <rms@gnu.org>
6973
6974 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
6975 as the last thing.
6976
6977 2002-12-09 Dave Love <fx@gnu.org>
6978
6979 * s/sol2-8.h: Removed. (Not necessary.)
6980
6981 2002-12-09 Matthew Swift <swift@alum.mit.edu>
6982
6983 * editfns.c (Fformat): Handle precision in string conversion
6984 specifiers like libc functions do (ie, print at most that many
6985 characters).
6986
6987 2002-12-08 Richard M. Stallman <rms@gnu.org>
6988
6989 * xdisp.c (row_containing_pos): Check more carefully
6990 whether charpos is really in the row before returning it.
6991
6992 2002-12-07 Steven Tamm <steventamm@mac.com>
6993
6994 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
6995
6996 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
6997 each stack frame. This may change as it could be time consuming.
6998
6999 * macterm.c (mac_check_for_quit_char, quit_char_comp)
7000 (init_quit_char_handler, mac_determine_quit_char_modifiers)
7001 (mac_initialize): Add code to check for pressing of quit_char
7002 in the OS event queue.
7003
7004 * mac.c (sys_select): Call mac_check_for_quit_char every second
7005 while blocking on select.
7006
7007 * mac.c (sys_read): Use sys_select to test for input first
7008 before calling read, to allow C-g to break.
7009
7010 2002-12-07 Richard M. Stallman <rms@gnu.org>
7011
7012 * minibuf.c (Fcompleting_read): Doc fix.
7013
7014 * lread.c (syms_of_lread) <load-history>: Doc fix.
7015
7016 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
7017
7018 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
7019 autoload.
7020
7021 * data.c (Fdefalias): Record in load-history redefining an autoload.
7022
7023 * alloca.c: Undo ifdef change accidentally made on 12-04.
7024
7025 2002-12-06 Francesco Potorti` <pot@gnu.org>
7026
7027 * xfns.c (png_load): Avoid double gamma correction for PNG images.
7028
7029 2002-12-04 Richard M. Stallman <rms@gnu.org>
7030
7031 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
7032
7033 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
7034
7035 * alloca.c: Don't use #error.
7036
7037 2002-12-03 Dave Love <fx@gnu.org>
7038
7039 * buffer.c (Qucs_set_table_for_input): New.
7040 (Fget_buffer_create): Use it.
7041 (Qset_buffer_major_mode_hook): Deleted.
7042 (Fset_buffer_major_mode): Revert previous change.
7043 (init_buffer_once): Intern ucs-set-table-for-input.
7044 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
7045 Add &Qucs_set_table_for_input.
7046
7047 2002-12-03 Andreas Schwab <schwab@suse.de>
7048
7049 * callint.c (Fcall_interactively): Use next_event only if less
7050 than key_count.
7051
7052 2002-12-02 Andrew Choi <akochoi@shaw.ca>
7053
7054 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
7055 names to 255 characters.
7056
7057 * macterm.c (XTread_socket): If all frames have been collapsed,
7058 expand the first one before handling drag-and-drop events.
7059
7060 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
7061 which is detected by autoconf.
7062
7063 2002-12-01 Steven Tamm <steventamm@mac.com>
7064
7065 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
7066 offset in two hints table to allow prebinding to be redone and
7067 allow the executable to be stripped.
7068
7069 2002-11-29 Dave Love <fx@gnu.org>
7070
7071 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
7072 already provided.
7073
7074 2002-11-29 Richard M. Stallman <rms@gnu.org>
7075
7076 * xdisp.c (start_display): Check more intelligently for
7077 whether the line is continued.
7078 (move_it_vertically_backward): Clear it->continuation_lines_width.
7079
7080 2002-11-28 Dave Love <fx@gnu.org>
7081
7082 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
7083 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
7084
7085 2002-11-27 Steven Tamm <steventamm@mac.com>
7086
7087 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
7088 more descriptive error output from lread.c:Fload upon most require
7089 cycles during boostrapping.
7090
7091 2002-11-27 Jason Rumney <jasonr@gnu.org>
7092
7093 * fileio.c (Finsert_file_contents): Give a more appropriate error
7094 for files bigger than 2Gb when off_t is 32 bit.
7095
7096 * dired.c (Ffile_attributes): Don't return negative file sizes for
7097 files bigger than 2Gb when off_t is 32 bit.
7098
7099 2002-11-27 Dave Love <fx@gnu.org>
7100
7101 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
7102
7103 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
7104 Test GETPGRP_VOID instead.
7105 [BSD_TERMIOS]: Remove definitions (never used).
7106
7107 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
7108 Don't define.
7109 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
7110
7111 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
7112
7113 2002-11-25 Jason Rumney <jasonr@gnu.org>
7114
7115 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
7116 supported.
7117
7118 2002-11-25 Dave Love <fx@gnu.org>
7119
7120 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
7121
7122 * Makefile.in (TEMACS_LDFLAGS): Update last change.
7123
7124 2002-11-25 Andreas Schwab <schwab@suse.de>
7125
7126 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
7127
7128 2002-11-24 Steven Tamm <steventamm@mac.com>
7129
7130 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
7131 determine the size of pointers alloced in unexed space instead
7132 of using possibly invalid emacs_zone pointers. This fixes the
7133 binary incompatibility problems caused by updates to libSystem.B.
7134
7135 2002-11-24 Richard M. Stallman <rms@gnu.org>
7136
7137 * search.c (Fstring_match): Doc fix.
7138
7139 * callint.c (Fcall_interactively): If a command fails because
7140 `*' detects a read-only buffer, but RECORD_FLAG is set,
7141 record it anyway if the args don't actually do tty input.
7142
7143 2002-11-22 Dave Love <fx@gnu.org>
7144
7145 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
7146
7147 * keyboard.c (interrupt_signal): Provide forward declaration.
7148 (kbd_buffer_store_event): Don't declare interrupt_signal.
7149
7150 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
7151
7152 2002-11-21 Richard M. Stallman <rms@gnu.org>
7153
7154 * eval.c (interactive_p): Skip any number of bytecode
7155 and special form frames, in any order.
7156
7157 2002-11-20 Jason Rumney <jasonr@gnu.org>
7158
7159 * w32fns.c (convert_mono_to_color_image): New function.
7160 (xbm_load, xbm_load_image): Use it when foreground or background
7161 is explicitly set.
7162
7163 2002-11-19 Dave Love <fx@gnu.org>
7164
7165 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
7166
7167 2002-11-18 Jason Rumney <jasonr@gnu.org>
7168
7169 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
7170 (XPutPixel): Swap blue and red.
7171 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
7172 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
7173 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
7174 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
7175
7176 2002-11-18 Dave Love <fx@gnu.org>
7177
7178 * m/orion105.h (HAVE_ALLOCA): Don't define.
7179
7180 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
7181
7182 * m/intel386.h: Don't include alloca.h or define alloca.
7183
7184 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
7185 malloc, realloc, calloc.
7186
7187 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
7188 (bcmp): Don't define.
7189
7190 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
7191
7192 * m/amdahl.h: Don't define LIB_STANDARD.
7193
7194 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
7195
7196 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
7197
7198 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
7199 Don't include alloca.h.
7200
7201 * s/aix3-2.h (HAVE_FSYNC): Don't define.
7202
7203 * regex.c (_GNU_SOURCE): Don't define.
7204
7205 * process.c (_GNU_SOURCE): Don't define.
7206
7207 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
7208
7209 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
7210
7211 * s/sol2-8.h: Include sol2-6.h.
7212
7213 2002-11-18 Miles Bader <miles@gnu.org>
7214
7215 * dispextern.h (struct face): Add `overstrike' field.
7216 * xterm.c (x_draw_glyph_string_foreground)
7217 (x_draw_composite_glyph_string_foreground): Implement overstriking.
7218 * xfaces.c (load_face_font): Set `face->overstrike' based on
7219 result from choose_face_font.
7220 (best_matching_font, choose_face_font): Add `needs_overstrike'
7221 argument, and use it to return whether overstriking is desirable
7222 for this face/font combo.
7223 (set_font_frame_param: Pass new argument to choose_face_font.
7224
7225 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
7226
7227 This change is my fix for the following entry in etc/PROBLEMS:
7228 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
7229 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
7230
7231 * w32.c: Added wrapper functions around the win32 API functions
7232 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
7233 GetSidIdentifierAuthority. These wrapper functions serve two
7234 purposes:
7235 1. They ensure that the wrapped function can never be called
7236 when Emacs is running on an operating system on which they are
7237 not supported (Microsoft Windows 95 / 98 / ME).
7238 2. They call the wrapped functions via function pointers rather
7239 than calling them directly. This avoids taking advantage of the
7240 undocumented fact that although these functions are not supported
7241 in the 9x branch of Microsoft Windows, the functions do exist in
7242 the version of advapi32.dll that is found in the 9x branch of
7243 Microsoft Windows.
7244
7245 * w32.c (init_user_info): Replace the calls to the win32 API
7246 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
7247 and GetSidIdentifierAuthority with calls to the newly added
7248 wrapper functions.
7249
7250 * w32.h: Added extern declarations for the following functions:
7251 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
7252 syms_of_w32menu, and void syms_of_fontset.
7253
7254 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
7255 function pointer track_mouse_event_fn in the handler for the
7256 WM_SETFOCUS message.
7257
7258 * w32menu.c (initialize_frame_menubar): Add code to
7259 reinitialize the function pointers set_menu_item_info and
7260 get_menu_item_info.
7261
7262 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
7263
7264 * sound.c: Added a partial implementation of play-sound-internal
7265 for Microsoft Windows. Added various #ifdef / #else / #endif
7266 code blocks to separate the code that will compile under
7267 Microsoft Windows from the code that is specific to Gnu/Linux.
7268 Moved several blocks of code around to make this separation of code
7269 into Windows compatible and Gnu/Linux compatible code blocks easier.
7270
7271 * makefile.w32-in: Include sound.c and link with WinMM.lib.
7272
7273 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
7274 added support for play-sound-internal under Windows would be
7275 included in the build of Emacs.
7276
7277 2002-11-16 Jason Rumney <jasonr@gnu.org>
7278
7279 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
7280
7281 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
7282
7283 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
7284
7285 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
7286 (adjust_point_for_property): Move out of display and invisible even if
7287 we were already inside before (in case a property was added while
7288 we weren't looking). Be more careful when handling invisible props.
7289 Skip invisible text as if it really wasn't there at all.
7290
7291 2002-11-15 Jason Rumney <jasonr@gnu.org>
7292
7293 * w32term.c (x_draw_image_foreground)
7294 (w32_draw_image_foreground_1): Use standard copy and invert
7295 operations to draw images.
7296
7297 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
7298 depth of 1.
7299 (xbm_read_bitmap_data): Invert bits as xbm is read in.
7300 (XPutPixel): Don't invert bits here.
7301
7302 2002-11-15 Jason Rumney <jasonr@gnu.org>
7303
7304 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
7305 (w32_draw_image_foreground_1): Handle image masks.
7306 (x_draw_image_glyph_string): Don't BitBlt transparently.
7307
7308 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
7309 (x_from_xcolors): Adjust RGB values for W32.
7310 (image_background, image_background_transparent)
7311 (postprocess_image, x_to_xcolors, x_disable_image)
7312 (x_build_heuristic_mask): Adapt for W32 and enable.
7313 (x_create_x_image_and_pixmap): Mark images with palettes as such.
7314 (xbm_load): Remove unused variable.
7315
7316 2002-11-14 Richard M. Stallman <rms@gnu.org>
7317
7318 * buffer.c (syms_of_buffer): Doc fix.
7319
7320 2002-11-14 Dave Love <fx@gnu.org>
7321
7322 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
7323
7324 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
7325 * xmenu.c (unuse_menu_items, digest_single_submenu):
7326 * xfns.c (x_put_x_image):
7327 * xdisp.c (message2_nolog, set_message):
7328 * undo.c (record_point):
7329 * terminfo.c (tparam):
7330 * syntax.c (scan_sexps_forward):
7331 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
7332 * composite.c (update_compositions):
7333 * cm.c (calccost, cmgoto):
7334 * charset.c (c_string_width): Declare all args (per C99).
7335
7336 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
7337
7338 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
7339 Don't declare.
7340
7341 * emacs.c (main) [!VMS]: Avoid third arg.
7342
7343 * fns.c (Fcopy_sequence): Doc fix.
7344 (Fmap_char_table): Cast `call2'.
7345
7346 2002-11-14 Francesco Potorti` <pot@gnu.org>
7347
7348 * s/sol2-8.h: New file.
7349
7350 2002-11-14 Kim F. Storm <storm@cua.dk>
7351
7352 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
7353 dependency on `risky-local-variable' and the :propertize form.
7354
7355 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
7356
7357 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
7358
7359 * syntax.c (scan_sexps_forward): Undo last patch.
7360 Use a more obvious fix: check eob before updating the syntax table.
7361
7362 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
7363
7364 * syntax.c (scan_sexps_forward): Update syntax table before reading
7365 a char rather than after so we don't update the table past eob.
7366
7367 2002-11-09 Dave Love <fx@gnu.org>
7368
7369 * buffer.c (Fset_buffer_major_mode): Fix last change.
7370
7371 * regex.c (regexec): Fix pmatch declaration.
7372
7373 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
7374
7375 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
7376 to self-inserting characters.
7377 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
7378
7379 * coding.c (Vtranslation_table_for_input): New.
7380 (syms_of_coding): DEFVAR it.
7381
7382 2002-11-08 Juanma Barranquero <lektu@terra.es>
7383
7384 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
7385 window.
7386
7387 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7388
7389 * process.c (Fformat_network_address): Remove unused locals p,
7390 cp, and i.
7391
7392 2002-11-06 Dave Love <fx@gnu.org>
7393
7394 * buffer.c (Qset_buffer_major_mode_hook): New.
7395 (Fset_buffer_major_mode): Use it.
7396
7397 2002-11-06 Richard M. Stallman <rms@gnu.org>
7398
7399 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
7400 and stop_polling.
7401
7402 * process.c (wait_reading_process_input):
7403 Test POLLING_PROBLEM_IN_SELECT, not hpux.
7404 Avoid initialization for auto Lisp_Object var.
7405
7406 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
7407
7408 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
7409
7410 2002-11-05 Richard M. Stallman <rms@gnu.org>
7411
7412 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
7413
7414 * callint.c (Fcall_interactively): New local filter_specs.
7415 (Fcall_interactively): Check for progn as well as let.
7416 Add a gcpro.
7417 (Qprogn): New variable.
7418 (syms_of_callint): Staticpro and init Qprogn.
7419
7420 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
7421
7422 * lread.c (Feval_buffer): Doc fix.
7423
7424 2002-11-04 Dave Love <fx@gnu.org>
7425
7426 * keyboard.c (read_char): Always translate iff
7427 Vkeyboard_translate_table is a char table and c is valid.
7428
7429 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
7430 and fix C types.
7431
7432 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
7433
7434 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
7435
7436 * editfns.c (get_pos_property): Don't hardcode Qfield.
7437
7438 * keyboard.c (adjust_point_for_property): Handle `display' prop on
7439 overlays. Also handle `invisible' prop.
7440
7441 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
7442
7443 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
7444 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
7445
7446 2002-11-01 Andreas Schwab <schwab@suse.de>
7447
7448 * editfns.c (Fmessage): Revert last change to properly handle %%.
7449
7450 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
7451
7452 * xmenu.c (unuse_menu_items): New fun.
7453 (menu_items_inuse): New var.
7454 (syms_of_xmenu): Initialize it.
7455 (init_menu_items): Use it to detect re-entrance.
7456 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
7457 (Fx_popup_menu): Remove spurious XSETFRAME.
7458
7459 * editfns.c (find_field): Make an exception for nil fields.
7460
7461 2002-11-01 Dave Love <fx@gnu.org>
7462
7463 * m/gec63.h: Deleted.
7464
7465 2002-10-31 Dave Love <fx@gnu.org>
7466
7467 * xterm.c (XTread_socket): Fix last change.
7468 (xaw_scroll_callback): Cast call_data to long to avoid warning.
7469
7470 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
7471
7472 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
7473
7474 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
7475
7476 * editfns.c (overlays_around, get_pos_property): New funs.
7477 (find_field): Use them.
7478 Also be careful not to modify POS before its last use.
7479 (Fmessage): Don't Fformat if there's nothing to format.
7480
7481 2002-10-30 Dave Love <fx@gnu.org>
7482
7483 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
7484 [HAVE_PTY_H]; Include pty.h.
7485
7486 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
7487
7488 * xterm.c (Qeql): Declare.
7489 (Vx_keysym_table): New.
7490 (syms_of_xterm): Initialize it.
7491 (XTread_socket): Use it. Deal with ASCII keysyms.
7492 (XSetIMValues) [HAVE_X11R6]: Prototype.
7493
7494 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
7495 (lispy_kana_keys): Comment out.
7496 (make_lispy_event) [XK_kana_A]: Comment out.
7497 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
7498 Fix sprintf call.
7499
7500 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
7501 regexp.h change).
7502 (TERMINFO, LIBS_TERMCAP): Define.
7503
7504 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
7505 (bcmp): Define conditional on HAVE_BCMP.
7506 (NO_SIOCTL_H): Don't define.
7507 (TIOCSIGSEND): Don't make conditional on IRIX6.
7508
7509 * s/sol2-5.h: Don't include strings.h.
7510 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
7511
7512 * s/irix6-0.h (IRIX6): Don't define.
7513 (bcopy, bcmp, bzero): Don't undef.
7514
7515 * s/irix6-5.h: Don't include strings.h.
7516 (IRIX6): Don't define.
7517 (bcopy, bcmp, bzero): Don't undef.
7518
7519 * syntax.c (Fforward_comment): Doc fix.
7520
7521 2002-10-29 Kim F. Storm <storm@cua.dk>
7522
7523 * process.c (Fsignal_process): Allow PROCESS to be specified by
7524 name in addition to pid (as integer or string).
7525
7526 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
7527
7528 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
7529 environments.
7530
7531 2002-10-27 Kim F. Storm <storm@cua.dk>
7532
7533 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
7534
7535 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
7536
7537 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
7538
7539 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
7540
7541 2002-10-26 Richard M. Stallman <rms@gnu.org>
7542
7543 * editfns.c (Fformat): Detect invalid format letters for floats.
7544
7545 2002-10-25 Kenichi Handa <handa@m17n.org>
7546
7547 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
7548 (x_set_title): Likewise.
7549
7550 2002-10-25 Juanma Barranquero <lektu@terra.es>
7551
7552 * macgui.h:
7553 * w32gui.h: Remove definition of XColor.
7554
7555 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
7556
7557 2002-10-24 Kim F. Storm <storm@cua.dk>
7558
7559 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
7560 Callers changed (supply dummy arg).
7561
7562 * lisp.h (get_window_cursor_type): Update prototype.
7563
7564 * w32term.c (x_display_and_set_cursor): Get active_cursor from
7565 get_window_cursor_type to track system caret.
7566
7567 2002-10-24 Kim F. Storm <storm@cua.dk>
7568
7569 * process.c (Fformat_network_address): New function.
7570 (syms_of_process): Defsubr it.
7571 (list_processes_1): Use it to format :local/:remote address if
7572 service/host is not set; before emacs would crash in that case.
7573 (Fmake_network_process): Don't use Ffind_operation_coding_system
7574 to setup coding system if host or service is not set.
7575
7576 2002-10-23 Juanma Barranquero <lektu@terra.es>
7577
7578 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
7579
7580 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
7581 COLORREF.
7582
7583 * macgui.h:
7584 * w32gui.h: Add definition of XColor.
7585
7586 * macfns.c:
7587 * w32fns.c:
7588 * xfaces.c: Remove definition of XColor.
7589
7590 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
7591
7592 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
7593
7594 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
7595 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
7596 window if it is dedicated.
7597 (Fshrink_window): Add preserve_before as was done for enlarge_window.
7598 (Vspecial_display_function): Update docstring.
7599
7600 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
7601 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
7602 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
7603
7604 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
7605
7606 * casefiddle.c (casify_region): Don't treat a prefix char as part
7607 of a word when at the beginning.
7608
7609 2002-10-17 Juanma Barranquero <lektu@terra.es>
7610
7611 * lread.c (syms_of_lread): Fix typos.
7612
7613 2002-10-17 Dave Love <fx@gnu.org>
7614
7615 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
7616
7617 2002-10-16 Richard M. Stallman <rms@gnu.org>
7618
7619 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
7620
7621 2002-10-14 Juanma Barranquero <lektu@terra.es>
7622
7623 * w16select.c (syms_of_win16select): Fix docstring for
7624 `selection-coding-system'.
7625
7626 * w32select.c (syms_of_w32select): Likewise.
7627
7628 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
7629
7630 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
7631 a backslash-quoted char.
7632 (scan_lists, scan_sexps_forward): Pacify the compiler.
7633
7634 2002-10-13 Richard M. Stallman <rms@gnu.org>
7635
7636 * window.c (window_scroll): Set immediate_quit.
7637
7638 * print.c (print): When backquote form is the car of a list,
7639 output in old style. Use old_backquote_output to output all
7640 comma forms inside it in old style too.
7641
7642 * buffer.h (struct buffer): Move `undo_list' down below `name'.
7643
7644 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
7645
7646 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
7647 batch mode).
7648
7649 * lread.c (Fload): Doc fix (load-suffixes).
7650
7651 2002-10-10 Steven Tamm <steventamm@mac.com>
7652
7653 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
7654 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
7655 Also switch the default to Qnil from Qt.
7656
7657 2002-10-08 Kenichi Handa <handa@m17n.org>
7658
7659 * coding.c (code_convert_region): When we need more GAP for
7660 conversion, pay attention to the case that coding->produced is not
7661 greater than coding->consumed.
7662
7663 2002-10-07 Richard M. Stallman <rms@gnu.org>
7664
7665 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
7666
7667 2002-10-06 Andrew Choi <akochoi@shaw.ca>
7668
7669 * macmenu.c (mac_menu_show): Add j to count menu items; match
7670 menu_item_selection to it to find selected item.
7671
7672 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7673
7674 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
7675 cases. The correct fix is to pass ReparentNotify to Xt.
7676 The shell widget interprets ConfigureNotify differently depending
7677 on if it has been reparented or not.
7678
7679 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
7680
7681 * editfns.c (Fformat_time_string): Doc fix.
7682
7683 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
7684
7685 * fns.c (Flength): Doc fix.
7686
7687 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
7688
7689 * keyboard.c (keyremap): New struct.
7690 (read_key_sequence): Use it: globally replace keytran_foo with
7691 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
7692 keytran_next and fkey_next to just `next'.
7693
7694 2002-10-04 Steven Tamm <steventamm@mac.com>
7695
7696 * macterm.c (keycode_to_xkeysym_table): Change return to be
7697 treated like an X keysym.
7698
7699 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7700
7701 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
7702 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
7703 This is to also handle x/y changes that occur because of a resize.
7704
7705 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
7706
7707 * frame.c (Vdelete_frame_functions): New variable.
7708 (syms_of_frame): Initialize and defvar it.
7709 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
7710 it when frame's `tooltip' parameter is non-nil.
7711
7712 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
7713
7714 * w32fns.c (x_create_tip_frame): Likewise.
7715
7716 * macfns.c (x_create_tip_frame): Likewise.
7717
7718 2002-09-30 Kenichi Handa <handa@m17n.org>
7719
7720 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
7721 -1 before calling ccl_driver.
7722
7723 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
7724 Only when it is non-nil, handle composition sequence.
7725 (setup_coding_system) <0>: Don't force composition handling.
7726
7727 * Makefile.in (lisp, shortlisp): Add utf-16.elc
7728
7729 2002-09-29 Richard M. Stallman <rms@gnu.org>
7730
7731 * search.c (Freplace_match): Adjust match data for the substitution
7732 just made in the buffer.
7733
7734 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
7735 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
7736
7737 2002-09-27 Richard M. Stallman <rms@gnu.org>
7738
7739 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
7740 (read_char): Use them. Do all exits thru the end of the function.
7741
7742 2002-09-27 Kenichi Handa <handa@etl.go.jp>
7743
7744 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
7745 is nil.
7746
7747 2002-09-26 Richard M. Stallman <rms@gnu.org>
7748
7749 * regex.h (__restrict_arr): Don't define if already defined.
7750
7751 * coding.c (run_pre_post_conversion_on_str):
7752 Save and restore Vdeactivate_mark.
7753
7754 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
7755
7756 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
7757
7758 2002-09-26 Kenichi Handa <handa@etl.go.jp>
7759
7760 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
7761 nonzero, try face's family at first. Otherwise try FAMILY at first.
7762 (choose_face_font): If C is a single byte char or latin-1, call
7763 try_font_list with PREFER_FACE_FAMILY 1.
7764
7765 2002-09-21 Richard M. Stallman <rms@gnu.org>
7766
7767 * window.c (select_window_1): Don't select frame.
7768 Set frame's selected window only when frame itself is selected.
7769 (Fselect_window): Doc fix.
7770
7771 2002-09-18 Kim F. Storm <storm@cua.dk>
7772
7773 * process.c (make-network-process): Doc fix (there is no
7774 network-server-log-function hook).
7775
7776 2002-09-18 Richard M. Stallman <rms@gnu.org>
7777
7778 * print.c (print): Clear out the unused parts of Vprint_number_table.
7779 (syms_of_print): Doc fix for `print-number-table'.
7780
7781 * unexelf.c (unexec): Undo previous change.
7782
7783 2002-09-17 Andreas Schwab <schwab@suse.de>
7784
7785 * m/alpha.h [LINUX]: Don't define DATA_START.
7786
7787 2002-09-16 Dave Love <fx@gnu.org>
7788
7789 * unexelf.c (unexec): Deal with .got, reinstating change from
7790 25-08-1999.
7791
7792 2002-09-13 Richard M. Stallman <rms@gnu.org>
7793
7794 * s/sol2-6.h (UNEXEC): Comment out definition.
7795
7796 * unexsol.c (unexec): Don't downcase first letter of error msg.
7797
7798 * xfaces.c (Fcolor_supported_p): Just one arg is required.
7799
7800 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
7801
7802 * unexsol.c: Include buffer.h, charset.h, coding.h.
7803
7804 2002-09-11 Richard M. Stallman <rms@gnu.org>
7805
7806 * unexsol.c: Don't use report_file_error; do it by hand
7807 using dlerror.
7808
7809 * process.c (wait_reading_process_input, both versions):
7810 Before calling turn_on_atimers, call stop_polling.
7811
7812 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
7813
7814 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
7815 we go to too_near_end, call clear_glyph_matrix.
7816 (redisplay_window): After make_cursor_line_fully_visible,
7817 call clear_glyph_matrix and bypass `goto done'.
7818
7819 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
7820 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
7821
7822 2002-09-10 Richard M. Stallman <rms@gnu.org>
7823
7824 * fileio.c (Fdo_auto_save): Catch error making directory.
7825 Only call push_message if we need to.
7826 At the same time, make an unwind-protect to pop it.
7827 Rename local message_p to old_message_p.
7828 (do_auto_save_make_dir, do_auto_save_eh): New functions.
7829 (do_auto_save_unwind): Don't call pop_message.
7830
7831 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
7832
7833 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
7834
7835 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
7836
7837 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
7838
7839 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
7840
7841 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
7842 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
7843 (re_match_2_internal): Be more careful with infinite loops.
7844
7845 2002-09-10 Kim F. Storm <storm@cua.dk>
7846
7847 * macros.c (end_kbd_macro): New function.
7848 (Fend_kbd_macro): Use it.
7849
7850 * macros.h (end_kbd_macro): Declare extern.
7851
7852 * keyboard.c (Fdiscard_input): If defining keyboard macro,
7853 end and save it instead of discarding it.
7854
7855 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
7856
7857 * s/sol2-6.h: Fix typo. Add comment.
7858
7859 2002-09-09 Richard M. Stallman <rms@gnu.org>
7860
7861 * regex.c (regnum_t): Use signed int, not unsigned int.
7862
7863 * s/sol2-6.h: New file.
7864
7865 * s/sol2-5.h (UNEXEC): Definition deleted.
7866
7867 2002-09-08 Kim F. Storm <storm@cua.dk>
7868
7869 * macros.c (executing_macro_index): Change type to EMACS_INT.
7870 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
7871
7872 * macros.h (executing_macro_index): Change type to EMACS_INT.
7873
7874 2002-09-06 Richard M. Stallman <rms@gnu.org>
7875
7876 * casetab.c (set_case_table): Make canon table point to eqv table.
7877
7878 2002-09-06 Juanma Barranquero <lektu@terra.es>
7879
7880 * coding.c (syms_of_coding): Fix spacing.
7881
7882 * composite.c (Fcompose_region_internal)
7883 (Fcompose_string_internal): Likewise.
7884
7885 * data.c (Flsh): Likewise.
7886
7887 * fontset.c (Fset_fontset_font): Likewise.
7888
7889 * macfns.c (Fx_server_max_request_size): Likewise.
7890
7891 * w16select.c (syms_of_win16select): Likewise.
7892
7893 * w32select.c (syms_of_w32select): Likewise.
7894
7895 * xselect.c (syms_of_xselect): Likewise.
7896
7897 2002-09-05 Richard M. Stallman <rms@gnu.org>
7898
7899 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
7900 call EXTEND_RANGE_TABLE and return a proper value.
7901 (set_image_of_range): Don't call set_image_of_range_1
7902 if no TRANSLATE or if range includes all of Latin-1.
7903 Only call it for the Latin-1 part of the range.
7904 For other cases, make two separate ranges,
7905 one for the original specified characters and one for
7906 their case-conversions.
7907
7908 2002-09-04 Richard M. Stallman <rms@gnu.org>
7909
7910 * s/sol2-5.h (UNEXEC): Use unexsol.o.
7911
7912 * window.c (displayed_window_lines): Correct for one-off bug
7913 in HEIGHT on non-window displays.
7914
7915 * regex.c (set_image_of_range_1): New function.
7916 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
7917 Return a value to indicate running out of memory.
7918 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
7919 (extend_range_table_work_area): New subroutine.
7920 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
7921 Different calling conventions, and used from set_image_of_range{,_1}.
7922 (IMMEDIATE_QUIT_CHECK): Definitions moved.
7923
7924 2002-09-04 Juanma Barranquero <lektu@terra.es>
7925
7926 * makefile.w32-in: All dependencies updated.
7927
7928 2002-09-01 Richard M. Stallman <rms@gnu.org>
7929
7930 * unexsol.c: New file.
7931
7932 * xfns.c (Qbox): Declare external, don't define.
7933
7934 * xdisp.c (redisplay_window) <force-start case>:
7935 If point is on semi-visible last line, reposition
7936 it at previous line.
7937
7938 * alloc.c (display_malloc_warning): Use display-warning.
7939 (malloc_warning_1): Function deleted.
7940
7941 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
7942
7943 * lread.c (read1): Handle #! by skipping the line.
7944
7945 2002-08-31 Richard M. Stallman <rms@gnu.org>
7946
7947 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
7948 Don't include LDFLAGS.
7949 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
7950
7951 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
7952
7953 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
7954 member of x_display_info unless we compile for some window system.
7955
7956 2002-08-31 Kim F. Storm <storm@cua.dk>
7957
7958 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
7959 (get_window_cursor_type): Don't use them.
7960 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
7961
7962 2002-08-30 Kenichi Handa <handa@etl.go.jp>
7963
7964 * xdisp.c (get_next_display_element): Fix previous change.
7965
7966 2002-08-30 Andrew Choi <akochoi@shaw.ca>
7967
7968 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
7969 (expose_window): Use it to fix the display of overlapping
7970 rows (merge code from xterm.c).
7971
7972 * macfns.c (Qbox): Add extern declaration.
7973
7974 2002-08-30 Juanma Barranquero <lektu@terra.es>
7975
7976 * w32fns.c (Qbox): Make extern.
7977 (syms_of_w32fns): Remove initialization of Qbox.
7978
7979 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
7980
7981 * xfns.c (Fx_open_connection): Fix error message.
7982
7983 2002-08-30 Kim F. Storm <storm@cua.dk>
7984
7985 The following changes consolidates the handling of the cursor
7986 type in xdisp.c, moving duplicate code and functionality from
7987 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
7988
7989 * frame.h (enum text_cursor_kinds): Consolidated here.
7990 Added DEFAULT_CURSOR value.
7991 (struct frame) <desired_cursor, cursor_width>
7992 <blink_off_cursor, blink_off_cursor_width>: New fields.
7993 Consolidated from output_x, output_w32 and output_mac structs.
7994 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
7995 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
7996
7997 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
7998 Variables consolidated here.
7999 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
8000 (Vcursor_in_non_selected_windows): Renamed from
8001 cursor_in_non_selected_windows and changed to Lisp_Object.
8002 (syms_of_xdisp): Define and staticpro new and moved variables.
8003 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
8004 consolidated here. Recognize Qhollow setting.
8005 (set_frame_cursor_types): New function to set frame cursor types
8006 based on the frame parameters.
8007 (get_window_cursor_type): New function to calculate new cursor
8008 type and width for the specified window. Based on duplicated
8009 code consolidated here.
8010 Enhancements: cursor-in-non-selected-windows may be a cursor type,
8011 check buffer-local alternate-cursor-type and blink-cursor-alist
8012 before using built-in blink off methods.
8013
8014 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
8015
8016 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
8017 (get_specified_cursor_type, get_window_cursor_type)
8018 (set_frame_cursor_types): Added prototypes.
8019
8020 * macfns.c (x_specified_cursor_type): Removed.
8021 (x_set_cursor_type): Use set_frame_cursor_types.
8022 (Qbar, Qbox): Removed.
8023 (syms_of_macfns): Don't intern or staticpro them.
8024
8025 * macterm.c (x_specified_cursor_type): Remove prototype.
8026 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
8027 (x_display_and_set_cursor): Use get_window_cursor_type.
8028 Remove unused local variables cursor_non_selected, active_cursor.
8029 Redraw cursor if hbar cursor width changes.
8030 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
8031
8032 * macterm.h (enum text_cursor_kinds): Removed.
8033 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
8034 <blink_off_cursor, blink_off_cursor_width>: Members removed.
8035 (FRAME_DESIRED_CURSOR): Macro removed.
8036
8037 * w32fns.c (Vblink_cursor_alist): Removed.
8038 (Qbar, Qhbar, Qbox, Qhollow): Removed.
8039 (syms_of_w32fns): Don't intern, staticpro, or define them.
8040 (x_specified_cursor_type): Removed.
8041 (x_set_cursor_type): Use set_frame_cursor_types.
8042
8043 * w32term.c (x_specified_cursor_type): Remove prototype.
8044 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
8045 (x_display_and_set_cursor): Use get_window_cursor_type.
8046 Remove unused local variables cursor_off_state.
8047 Redraw cursor if hbar cursor width changes.
8048 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
8049
8050 * w32term.h (enum text_cursor_kinds): Removed.
8051 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
8052 <blink_off_cursor, blink_off_cursor_width>: Members removed.
8053 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
8054 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
8055 (struct w32_display_info) <x_highlight_frame>: Renamed member from
8056 w32_highlight_frame.
8057
8058 * xfns.c (Vblink_cursor_alist): Removed.
8059 (Qbar, Qhbar, Qbox, Qhollow): Removed.
8060 (syms_of_xfns): Don't intern, staticpro, or define them.
8061 (x_specified_cursor_type): Removed.
8062 (x_set_cursor_type): Use set_frame_cursor_types.
8063
8064 * xterm.c (x_specified_cursor_type): Remove prototype.
8065 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
8066 (x_display_and_set_cursor): Use get_window_cursor_type.
8067 Remove unused local variables cursor_off_state.
8068 Redraw cursor if hbar cursor width changes.
8069
8070 * xterm.h (enum text_cursor_kinds): Removed.
8071 (struct output_x) <current_cursor, desired_cursor, cursor_width>
8072 <blink_off_cursor, blink_off_cursor_width>: Members removed.
8073 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
8074 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
8075 (x_specified_cursor_type): Remove prototype.
8076
8077 2002-08-28 Richard M. Stallman <rms@gnu.org>
8078
8079 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
8080 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
8081 (Vblink_cursor_alist): New variable.
8082 (syms_of_w32fns): Initialize and defvar it.
8083 (x_specified_cursor_type): Recognize Qbox for filled box.
8084 Exceptions are hollow boxes.
8085 (Qbox, Qhollow): New variables.
8086 (syms_of_w32fns): Initialize and staticpro them.
8087
8088 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
8089 New macros.
8090 (struct w32_output): New fields blink_off_cursor,
8091 blink_off_cursor_width.
8092 (FRAME_CURSOR_WIDTH): New macro.
8093
8094 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
8095 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
8096
8097 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
8098 for bar cursor.
8099
8100 * w32term.c (expose_overlaps): New function.
8101 (expose_window): Use it to fix the display of overlapping rows.
8102
8103 2002-08-28 Simon Josefsson <jas@extundo.com>
8104
8105 * xfns.c (Fx_open_connection): Improve help when X connection
8106 fails, xhost is insecure and xauth is better.
8107
8108 2002-08-28 Juanma Barranquero <lektu@terra.es>
8109
8110 * makefile.w32-in: Add missing dependencies on w32term.h and
8111 composite.h.
8112
8113 * emacs.c (USAGE1): Add missing newline.
8114
8115 2002-08-27 Andrew Choi <akochoi@shaw.ca>
8116
8117 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
8118
8119 2002-08-27 Richard M. Stallman <rms@gnu.org>
8120
8121 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
8122 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
8123 (Vblink_cursor_alist): New variable.
8124 (syms_of_xfns): Initialize and defvar it.
8125 (x_specified_cursor_type): Recognize Qbox for filled box.
8126 Exceptions are hollow boxes.
8127 (Qbox, Qhollow): New variables.
8128 (syms_of_xfns): Initialize and staticpro them.
8129
8130 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
8131 New macros.
8132 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
8133
8134 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
8135 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
8136
8137 * emacs.c (main): Handle --script.
8138 (USAGE1): Mention --script.
8139 (standard_args): Define sort order for --script.
8140
8141 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
8142
8143 * xdisp.c (redisplay_updating_p): Variable removed.
8144 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
8145 New variables.
8146 (init_iterator): Don't free realized faces if
8147 inhibit_free_realized_faces is set.
8148 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
8149 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
8150 initialize Qinhibit_free_realized_faces.
8151
8152 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
8153 when iterator is adding glyphs to a glyph matrix.
8154
8155 2002-08-27 Kenichi Handa <handa@etl.go.jp>
8156
8157 * xdisp.c (get_next_display_element): In unibyte case, don't use
8158 octal form for such eight-bit characters that can be converted to
8159 multibyte char.
8160
8161 2002-08-26 Kim F. Storm <storm@cua.dk>
8162
8163 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize foreground
8164 and background colors. From Joe Buehler (tiny change).
8165
8166 2002-08-26 Miles Bader <miles@gnu.org>
8167
8168 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
8169
8170 2002-08-25 Andrew Choi <akochoi@shaw.ca>
8171
8172 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
8173 defined instead of MAC_OSX.
8174
8175 * s/darwin.h (select): Define select to sys_select only if
8176 HAVE_CARBON is defined.
8177 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
8178 (DONT_REOPEN_PTY): #def it.
8179
8180 * macterm.c (XTread_socket): Remove code to call
8181 SendEventToEventTarget for keys with command modifiers when
8182 mac_command_key_is_meta is nil.
8183
8184 2002-08-24 Andreas Schwab <schwab@suse.de>
8185
8186 * eval.c (Fdefvar): Fix last change.
8187
8188 2002-08-23 Richard M. Stallman <rms@gnu.org>
8189
8190 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
8191 Record variables in load history as (defvar . VAR).
8192 (Fdefvar): Don't record in load history if no initial value.
8193 (Qdefvar): New variable.
8194 (syms_of_eval): Init and staticpro it.
8195
8196 * lread.c (syms_of_lread): Doc fix.
8197 (build_load_history): Use Fmember to see if a definition
8198 is already in the Vload_history element.
8199
8200 * process.c (Fstart_process): Remove /: from program name.
8201
8202 * emacs.c (decode_env_path): Don't add /: if file name handler
8203 has a `safe-magic' property.
8204
8205 * callproc.c (Fcall_process): Remove /: from program name.
8206
8207 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
8208
8209 * regex.c (PATFETCH): Remove the translating fetch.
8210 (PATFETCH_RAW): Rename to PATFETCH.
8211 (set_image_of_range): New fun.
8212 (SET_RANGE_TABLE_WORK_AREA): Use it.
8213 (regex_compile): Don't translate the pattern chars so eagerly.
8214 Only do it when inserting an `exactn' bytecode or when handling
8215 a char-range.
8216 (mutually_exclusive_p): Avoid empty statement.
8217
8218 2002-08-22 Kim F. Storm <storm@cua.dk>
8219
8220 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
8221 end up on a partially visible line; this reverts a specific part
8222 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
8223 display error which has been reported several times now.
8224 However it introduces the problem that changes was supposed to fix.
8225 See my comments in the source if you want to debug this further.
8226
8227 2002-08-20 Kenichi Handa <handa@etl.go.jp>
8228
8229 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
8230
8231 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
8232
8233 * msdos.c (croak): Add `void' to definition.
8234
8235 * sysdep.c [MSDOS] (request_sigio, unrequest_sigio):
8236 Don't define them, they are defined in msdos.c.
8237
8238 * mem-limits.h [MSDOS]: Declare etext.
8239
8240 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
8241 `const' since CORRECT_DIR_SEPS modifies its target.
8242
8243 2002-08-19 Kim F. Storm <storm@cua.dk>
8244
8245 * keyboard.c (Fclear_this_command_keys): Added optional arg
8246 KEEP-RECORD to avoid clearing lossage when we just want to clear
8247 the current key sequence (kmacro needs this).
8248
8249 2002-08-19 Kenichi Handa <handa@localhost>
8250
8251 * composite.c (run_composition_function): Call FUNC if it is fboundp.
8252
8253 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
8254 cons, return Qnil.
8255
8256 2002-08-17 Richard M. Stallman <rms@gnu.org>
8257
8258 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
8259
8260 * sysdep.c [!VMS]: Include sys/files.h.
8261
8262 * editfns.c (save_restriction_restore): Defend from unchained marker.
8263
8264 * buffer.c (overlays_at): Handle extending vec uniformly.
8265 (overlays_in): Handle extending vec from length 0 as in overlays_at.
8266
8267 2002-08-15 Andrew Choi <akochoi@shaw.ca>
8268
8269 * mac.c (init_mac_osx_environment): New function.
8270
8271 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
8272
8273 2002-08-14 Kim F. Storm <storm@cua.dk>
8274
8275 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
8276 executing macro before appending to it (when used from Lisp).
8277 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
8278 which is called prior to each iteration of macro (for kmacro.el).
8279 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
8280
8281 * lisp.h (Fexecute_kbd_macro): Update prototype.
8282
8283 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
8284
8285 2002-08-14 Kenichi Handa <handa@etl.go.jp>
8286
8287 * xselect.c (QUTF8_STRING): New variable.
8288 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
8289 (x_atom_to_symbol): Likewise.
8290 (x_get_local_selection): New argument local_request. If it is
8291 nonzero, call handler_fn with the second arg nil.
8292 (x_handle_selection_request): Call x_get_local_selection with
8293 local_request 0.
8294 (lisp_data_to_selection_data): Don't encode the string here.
8295 (Fx_get_selection_internal): Call x_get_local_selection with
8296 local_request 1.
8297 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
8298
8299 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
8300
8301 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
8302
8303 2002-08-13 Richard M. Stallman <rms@gnu.org>
8304
8305 * minibuf.c (Fminibufferp): New function.
8306 (syms_of_minibuf): Defsubr it.
8307 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
8308
8309 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
8310
8311 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
8312
8313 2002-08-12 Richard M. Stallman <rms@gnu.org>
8314
8315 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
8316 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
8317 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
8318 already.
8319
8320 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
8321
8322 2002-08-11 Andrew Choi <akochoi@shaw.ca>
8323
8324 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
8325 (Vmac_pass_command_to_system): New variable.
8326 (Vmac_pass_control_to_system): New variable.
8327 (do_mouse_moved): Check wp with is_emacs_window.
8328 (XTread_socket): Check window_ptr with is_emacs_window.
8329 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
8330 events back to Mac Toolbox for processing, depending on values of
8331 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
8332 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
8333 Vmac_pass_control_to_system.
8334
8335 2002-08-10 Kenichi Handa <handa@etl.go.jp>
8336
8337 * coding.c (unencodable_char_position): New function.
8338 (Funencodable_char_position): New function.
8339 (syms_of_coding): Defsubr Funencodable_char_position.
8340
8341 2002-08-10 Andrew Choi <akochoi@shaw.ca>
8342
8343 * mac.c (sys_select) [MAC_OSX]: New function.
8344
8345 * macterm.c (MakeMeTheFrontProcess): New function.
8346 (mac_initialize): Call MakeMeTheFrontProcess.
8347
8348 * s/darwin.h: Define select to sys_select.
8349
8350 2002-08-09 Richard M. Stallman <rms@gnu.org>
8351
8352 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
8353
8354 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
8355
8356 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
8357 end of the buffer.
8358
8359 2002-08-08 Ken Raeburn <raeburn@mit.edu>
8360
8361 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
8362
8363 * puresize.h (BASE_PURESIZE): Increase to 910000.
8364
8365 2002-08-08 Kenichi Handa <handa@etl.go.jp>
8366
8367 * coding.c (Ffind_operation_coding_system): For write-region, if
8368 VISIT is a filename, make it the target.
8369
8370 2002-08-07 Richard M. Stallman <rms@gnu.org>
8371
8372 * alloc.c (mark_object): Detect long lists for debugging.
8373 (mark_object_loop_halt): New variable.
8374
8375 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
8376
8377 * data.c (Fmake_variable_frame_local): Doc fix.
8378
8379 2002-08-01 David Ponce <david@dponce.com>
8380
8381 * w32menu.c (local_heap, local_alloc, local_free): New macros.
8382 (malloc_widget_value, free_widget_value)
8383 (w32_free_submenu_strings): Use them.
8384
8385 (push_submenu_start, push_submenu_end, push_left_right_boundary)
8386 (push_menu_pane, push_menu_item, single_keymap_panes)
8387 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
8388 (single_submenu, set_frame_menubar)
8389 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
8390
8391 (Fx_popup_menu): Don't show pop up menu until preceding one is
8392 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
8393
8394 * w32menu.c: Changes adapted from xmenu.c
8395 (set_frame_menubar): First parse all submenus,
8396 then make widget_value trees from them.
8397 Don't allocate any widget_value objects
8398 until we are done with the parsing.
8399 (parse_single_submenu): New function.
8400 (digest_single_submenu): New function.
8401 (single_submenu): Function deleted, replaced by those two.
8402
8403 2002-08-04 Andrew Choi <akochoi@shaw.ca>
8404
8405 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
8406 returns a valid window pointer before proceeding for keyDown and
8407 autoKey events.
8408
8409 2002-08-03 Andrew Choi <akochoi@shaw.ca>
8410
8411 * macterm.c (USE_CARBON_EVENTS): New macro.
8412 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
8413 (x_iconify_frame): Call CollapseWindow.
8414 (Vmac_reverse_ctrl_meta): New variable.
8415 (Vmac_wheel_button_is_mouse_2): New variable.
8416 (init_mac_drag_n_drop): New function.
8417 (mac_do_receive_drag): New function.
8418 (mac_handle_service_event): New function.
8419 (init_service_handler): New function.
8420 (mac_to_emacs_modifiers): New function.
8421 (mac_event_to_emacs_modifiers): New function.
8422 (mac_get_mouse_btn): New function.
8423 (mac_convert_event_ref): New function.
8424 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
8425 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
8426 mac_get_mouse_btn.
8427 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
8428
8429 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
8430 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
8431 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
8432 TOOL_BAR_EVENT for MAC_OS as well.
8433 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
8434 as for WINDOWS_NT.
8435 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
8436
8437 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
8438
8439 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
8440
8441 * xdisp.c (forward_to_next_line_start): Fix a condition that
8442 lead to a newline being skipped.
8443
8444 2002-08-02 Andrew Choi <akochoi@shaw.ca>
8445
8446 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
8447
8448 2002-08-01 Richard M. Stallman <rms@gnu.org>
8449
8450 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
8451
8452 2002-07-31 Andrew Choi <akochoi@shaw.ca>
8453
8454 * macfns.c: #undef init_process before #define-ing it.
8455
8456 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
8457 HAVE_CARBON is defined.
8458
8459 2002-07-31 Richard M. Stallman <rms@gnu.org>
8460
8461 * xmenu.c (set_frame_menubar): First parse all submenus,
8462 then make widget_value trees from them.
8463 Don't allocate any widget_value objects
8464 until we are done with the parsing.
8465 (parse_single_submenu): New function.
8466 (digest_single_submenu): New function.
8467 (single_submenu): Function deleted, replaced by those two.
8468
8469 2002-07-30 Juanma Barranquero <lektu@terra.es>
8470
8471 * w32proc.c (syms_of_ntproc): Fix docstring of
8472 `w32-get-true-file-attributes'.
8473
8474 2002-07-28 Richard M. Stallman <rms@gnu.org>
8475
8476 * s/hpux8.h (HPUX8): Define this before including hpux.h.
8477 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
8478
8479 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
8480
8481 * keyboard.c (make_lispy_event):
8482 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
8483 Explicitly clear up_modifier in event->modifiers.
8484
8485 2002-07-27 Richard M. Stallman <rms@gnu.org>
8486
8487 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
8488
8489 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
8490 for bar cursor.
8491
8492 2002-07-26 Kenichi Handa <handa@etl.go.jp>
8493
8494 * coding.c (detect_coding_iso2022): While checking a byte sequence
8495 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
8496 it in the normal loop.
8497
8498 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
8499
8500 * xterm.c (expose_overlaps): New function.
8501 (expose_window): Use it to fix the display of overlapping rows.
8502
8503 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
8504
8505 2002-07-23 Ken Raeburn <raeburn@gnu.org>
8506
8507 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
8508 since it only depends on XUINT.
8509
8510 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
8511 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
8512 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
8513 Macros deleted.
8514
8515 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
8516 its value over other approaches.
8517 * sysdep.c (start_of_data): Don't define the function if a macro
8518 form has been defined.
8519
8520 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
8521
8522 * xdisp.c (redisplay_updating_p): New variable.
8523 (init_iterator): Don't free realized faces when
8524 redisplay_updating_p is set.
8525 (redisplay_internal): Set redisplay_updating_p while updating
8526 the display.
8527
8528 2002-07-23 Richard M. Stallman <rms@gnu.org>
8529
8530 * editfns.c (Fmessage): Treat "" like nil.
8531
8532 2002-07-23 Kenichi Handa <handa@etl.go.jp>
8533
8534 * xdisp.c (face_before_or_after_it_pos):
8535 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
8536
8537 2002-07-22 Juanma Barranquero <lektu@terra.es>
8538
8539 * callproc.c (init_callproc) [DOS_NT]:
8540 Initialize Vshared_game_score_directory to nil.
8541 (syms_of_callproc) [DOS_NT]: Likewise.
8542
8543 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
8544
8545 * xdisp.c (display_line): Replace an abort with xassert.
8546
8547 2002-07-21 Richard M. Stallman <rms@gnu.org>
8548
8549 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
8550 and END_UNCHANGED when setting buffer_unchanged_p.
8551 Use current_matrix_up_to_date_p to decide whether to use
8552 try_cursor_movement.
8553
8554 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
8555
8556 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
8557
8558 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
8559 Set to nil if dir does not exist.
8560 (syms_of_callproc): Init unconditionally and simply.
8561
8562 * buffer.c (Fbuffer_list): Doc fix.
8563
8564 2002-07-21 Ken Raeburn <raeburn@gnu.org>
8565
8566 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
8567
8568 * buffer.c (mmap_realloc): When shrinking, make sure number of
8569 pages to unmap is rounded towards zero.
8570
8571 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
8572 (XSETINT): Deleted.
8573
8574 * m/att3b.h (XINT): Don't define.
8575 (VALBITS, VALMASK, XTYPE): Deleted.
8576 (DATA_SEG_BITS): Define.
8577 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
8578 ARRAY_MARK_FLAG): Deleted.
8579 (DATA_SEG_BITS): Define.
8580 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
8581 (DATA_SEG_BITS): Define.
8582
8583 2002-07-20 Richard M. Stallman <rms@gnu.org>
8584
8585 * print.c (print_error_message): New args CONTEXT and CALLER.
8586 Calls changed.
8587
8588 * lisp.h (print_error_message): Declare new args.
8589
8590 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
8591 and CONTEXT to print_error_message, don't print them here.
8592 For a Quit, don't use Vsignaling_function.
8593 Call message_log_maybe_newline.
8594
8595 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
8596
8597 2002-07-20 Kim F. Storm <storm@cua.dk>
8598
8599 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
8600
8601 2002-07-19 Ken Raeburn <raeburn@gnu.org>
8602
8603 * bytecode.c (struct byte_stack): Pointers into byte string now
8604 point to const.
8605 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
8606 const.
8607 * charset.h (BCOPY_SHORT): Source pointer now points to const.
8608 * coding.c (encode_eol, detect_coding, detect_eol):
8609 (decode_coding, encode_coding, detect_coding_system):
8610 Source strings now treated as const.
8611 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
8612 modify Lisp string contents.
8613 * coding.h (decode_coding, encode_coding, detect_coding,
8614 detect_eol): Declarations updated.
8615 * composite.c (compose_chars_in_text): Treat Lisp string contents
8616 as const.
8617 * dispnew.c (safe_bcopy): Source pointer now points to const.
8618 * lisp.h (STRING_COPYIN): New macro.
8619 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
8620 (internal_with_output_to_temp_buffer): Declarations updated.
8621 * print.c (temp_output_buffer_setup):
8622 (internal_with_output_to_temp_buffer): Buffer name argument is now
8623 pointer to const.
8624 * sound.c (struct sound_device): Function pointer field "write"
8625 buffer argument now points to const.
8626 (vox_write): Buffer argument points to const.
8627 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
8628 contents as const.
8629 * sysdep.c (emacs_write): Buffer pointer now const.
8630 * term.c (encode_terminal_code): Buffer pointer now const.
8631 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
8632 (x_face_list_fonts, x_update_menu_appearance):
8633 (hash_string_case_insensitive): Treat Lisp string contents as const.
8634
8635 2002-07-19 Juanma Barranquero <lektu@terra.es>
8636
8637 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
8638
8639 * fileio.c (syms_of_fileio): Likewise.
8640 (Ffile_name_as_directory): Fix argument name in docstring.
8641 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
8642
8643 2002-07-18 Richard M. Stallman <rms@gnu.org>
8644
8645 * data.c (Fdefalias): Doc fix.
8646
8647 2002-07-17 Dave Love <fx@gnu.org>
8648
8649 * intervals.h (text_property_stickiness): Use P_.
8650
8651 * ccl.c: Remove `emacs' conditionals.
8652 (ccl_backtrace_table): Fix size spec.
8653 (ccl_driver): Fix type errors.
8654
8655 2002-07-16 Ken Raeburn <raeburn@gnu.org>
8656
8657 * alloc.c (xstrdup, make_string, make_unibyte_string)
8658 (make_multibyte_string, build_string): String pointer args now
8659 point to const.
8660 * charset.c (find_charset_in_text, c_string_width):
8661 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
8662 * fileio.c (report_file_error):
8663 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
8664 (count_combining_before, count_combining_after, insert_1_both):
8665 (insert, insert_and_inherit, insert_string):
8666 (insert_before_markers, insert_before_markers_and_inherit):
8667 * lread.c (intern, oblookup, hash_string):
8668 * minibuf.c (temp_echo_area_glyphs):
8669 * search.c (fast_c_string_match_ignore_case):
8670 * sysdep.c (emacs_open, set_file_times):
8671 * xfaces.c (xstricmp):
8672 * xdisp.c (store_frame_title, string_char_and_length):
8673 (message_dolog, message2, message2_nolog, set_message): Likewise.
8674 (set_message_1): Cast message string argument to const pointer.
8675 * editfns.c (general_insert_function): Insertion function now
8676 takes pointer to const for input data.
8677 * charset.h (find_charset_in_text, c_string_width):
8678 (parse_str_as_multibyte): Declarations updated.
8679 * dispextern.h (xstricmp): Declaration updated.
8680 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
8681 (count_size_as_multibyte, count_combining_before):
8682 (count_combining_after, insert_1, insert_1_both, message_dolog):
8683 (insert, insert_and_inherit, insert_before_markers)
8684 (insert_before_markers_and_inherit, set_message, message2):
8685 (message2_dolog, build_string, make_string, make_unibyte_string):
8686 (make_multibyte_string, intern, oblookup, report_file_error):
8687 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
8688 (emacs_open, xstrdup): Declarations updated.
8689 * systime.h (set_file_times): Declaration updated.
8690
8691 * charset.c (find_charset_in_text, lisp_string_width): Use const
8692 for pointer to lisp string data.
8693 * charset.h (FETCH_STRING_CHAR_ADVANCE):
8694 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
8695 * coding.c (Ffind_coding_systems_region_interval):
8696 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
8697 (Fmake_directory_internal, Fdelete_directory):
8698 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
8699 * fontset.c (font_family_registry, fs_query_fontset):
8700 (list_fontsets):
8701 * frame.c (Fframe_parameter):
8702 * keyboard.c (cmd_error_internal):
8703 * keymap.c (Fdescribe_buffer_bindings):
8704 * lread.c (complete_filename_p, openp):
8705 * minibuf.c (Fminibuffer_complete_word):
8706 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
8707 (face_before_or_after_it_pos, next_element_from_string):
8708 (get_overlay_arrow_glyph_row, display_mode_element):
8709 (decode_mode_spec_coding):
8710 * xterm.c (same_x_server): Likewise.
8711
8712 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
8713 settings of non-existent fields.
8714
8715 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
8716 copy a lisp value.
8717
8718 * lread.c (Fintern_soft): Use string macros instead of
8719 Lisp_String fields.
8720 * keyboard.c (echo_char, parse_modifiers_uncached):
8721 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
8722 * textprop.c (validate_interval_range, interval_of): Likewise.
8723
8724 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
8725
8726 * charset.h (FETCH_STRING_CHAR_ADVANCE)
8727 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
8728 XSTRING()->size_byte.
8729
8730 * lisp.h (SDATA, SREF): Produce rvalue.
8731 (SSET): New macro.
8732 * alloc.c (make_event_array): Use SSET for storing into a string.
8733 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
8734 a string.
8735 * casefiddle.c (casify_object): Use SSET.
8736 * charset.h (FETCH_STRING_CHAR_ADVANCE)
8737 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
8738 address of string contents.
8739 * data.c (Faref): Use SDATA.
8740 (Faset): Use SDATA, SSET.
8741 * dired.c (directory_files_internal): Use SSET.
8742 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
8743 (Fread_file_name): Use SREF, SSET.
8744 * fns.c (concat): Use SSET.
8745 (concat, Fdelete): Use SDATA.
8746 * insdel.c (insert_from_string_1): Use SDATA.
8747 * keyboard.c (Fevent_convert_list): Use SREF.
8748 * lread.c (Fload): Use SDATA, SSET.
8749 * macfns.c (validate_x_resource_name): Use SSET.
8750 * process.c (status_message): Use SSET.
8751 * search.c (wordify): Use SDATA.
8752 (Freplace_match): Use SREF.
8753 * w32fns.c (validate_x_resource_name): Use SSET.
8754 * xfns.c (validate_x_resource_name): Use SSET.
8755 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
8756
8757 2002-07-16 Richard M. Stallman <rms@gnu.org>
8758
8759 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
8760
8761 * xdisp.c (reconsider_clip_changes):
8762 Don't test prevent_redisplay_optimizations_p.
8763 (redisplay_internal): Test prevent_redisplay_optimizations_p
8764 along with clip_changed in some cases.
8765 (try_window_id): Likewise.
8766 (redisplay_window): New local var buffer_unchanged_p.
8767
8768 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
8769
8770 * process.c (create_process): Test USG_SUBTTY_WORKS.
8771 (process_send_signal): Clean up handling of GID.
8772 Detect errors in ioctls meant to set GID.
8773
8774 * window.c (temp_output_buffer_show):
8775 Don't set prevent_redisplay_optimizations_p.
8776
8777 2002-07-15 Juanma Barranquero <lektu@terra.es>
8778
8779 * eval.c (Fdefvaralias): Add docstring argument.
8780
8781 2002-07-15 Ken Raeburn <raeburn@gnu.org>
8782
8783 * lisp.h (STRING_INTERVALS): Produce rvalue.
8784 (STRING_SET_INTERVALS): New macro.
8785 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
8786 * fns.c (Fstring_as_multibyte): Likewise.
8787 * intervals.c (balance_possible_root_interval, delete_interval)
8788 (create_root_interval, copy_intervals_to_string): Likewise.
8789 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
8790 instead of 0.
8791
8792 2002-07-14 Ken Raeburn <raeburn@gnu.org>
8793
8794 * lisp.h (STRING_SET_CHARS): New macro.
8795 (SCHARS, SBYTES): Produce rvalues.
8796 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
8797 * fns.c (concat): Likewise.
8798 * lread.c (read_vector): Likewise.
8799
8800 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
8801 (STRING_SET_UNIBYTE): New macro.
8802 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a
8803 length of -1) changed to use STRING_SET_UNIBYTE.
8804 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
8805 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
8806 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
8807 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
8808 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
8809 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
8810 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
8811 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
8812 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
8813 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
8814 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
8815 STRING_BYTES or indirection changed to SCHARS, SBYTES,
8816 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
8817 unchanged for now.
8818
8819 2002-07-13 Kim F. Storm <storm@cua.dk>
8820
8821 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
8822
8823 2002-07-12 Richard M. Stallman <rms@gnu.org>
8824
8825 * fileio.c (Fwrite_region): Doc fix.
8826
8827 * print.c (print_error_message): Don't handle Vsignaling_function here.
8828
8829 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
8830 (command_loop_1): Avoid certain actions after memory-full error.
8831
8832 * eval.c (Fsignal): Don't call cancel_hourglass.
8833 For a memory-full error, don't call Vsignal_hook_function
8834 and don't set Vsignaling_function.
8835
8836 * process.c (process_send_signal): Add abort call.
8837
8838 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
8839
8840 * keymap.c (Fkey_binding): Fix typo.
8841
8842 2002-07-11 Richard M. Stallman <rms@gnu.org>
8843
8844 * alloc.c (Vmemory_full): New variable.
8845 (Vmemory_signal_data): Renamed from memory_signal_data.
8846 Uses changed.
8847 (syms_of_alloc): Defvar them.
8848 (memory_full, buffer_memory_full): Set Vmemory_full.
8849
8850 * lisp.h (Vmemory_full): Add declaration.
8851 (current_column, indented_beyond_p): Change declaration.
8852
8853 * indent.c (last_known_column): Declare as double, not float.
8854 (current_column, current_column_1, string_display_width)
8855 (position_indentation): Return `double'.
8856 (indented_beyond_p): Arg `column' is `double'. Callers changed.
8857
8858 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
8859 (back_to_previous_visible_line_start)
8860 (reseat_at_next_visible_line_start, next_element_from_buffer):
8861 Use `double', not `float', when calling indented_beyond_p.
8862
8863 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
8864
8865 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
8866
8867 2002-07-11 Juanma Barranquero <lektu@terra.es>
8868
8869 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
8870 composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
8871 fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
8872 macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
8873 textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
8874 xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
8875
8876 2002-07-10 Juanma Barranquero <lektu@terra.es>
8877
8878 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
8879 All callers changed.
8880
8881 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
8882
8883 * data.c (Fdefalias): Add an optional `docstring' argument.
8884 (set_internal, Fsetq_default): Use XCAR/XCDR.
8885
8886 * composite.c (HASH_VALUE, HASH_KEY):
8887 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
8888
8889 2002-07-09 Kenichi Handa <handa@etl.go.jp>
8890
8891 * callproc.c (Fcall_process): Fix previous change.
8892
8893 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
8894
8895 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
8896 Add support for hash-tables.
8897 (Ftry_completion): Return t even if the string appears multiple times.
8898
8899 * fns.c (Fnconc): Use XCDR.
8900 (Fprovide): Use CONSP and XCDR.
8901 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
8902 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
8903 (Fmake_hash_table): Accept `:size nil'.
8904 (Fmakehash): Delete: moved to subr.el.
8905 (syms_of_fns): Don't defsubr makehash.
8906
8907 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
8908 (HASH_TABLE_SIZE): Move from fns.c.
8909
8910 2002-07-07 Richard M. Stallman <rms@gnu.org>
8911
8912 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
8913 Instead just return 0 when there is something to be done.
8914 (try_scrolling): If make_cursor_line_fully_visible returns 0,
8915 retry scrolling as if cursor were off the bottom.
8916 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
8917 return CURSOR_MOVEMENT_MUST_SCROLL.
8918 (redisplay_window): If make_cursor_line_fully_visible returns 0,
8919 go to try_to_scroll.
8920
8921 * buffer.c (Fbuffer_local_value): Store current value into its binding
8922 so we get the up-to-date value for the binding that is loaded.
8923
8924 * eval.c (Fdefmacro): Doc fix.
8925
8926 2002-07-05 Dave Love <fx@gnu.org>
8927
8928 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
8929 correctly.
8930
8931 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
8932 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
8933 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
8934 CCL_LookupCharConstTbl.
8935 (syms_of_ccl): Defvar translation-hash-table-vector.
8936
8937 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8938
8939 * xdisp.c: Remove unused variable `face'.
8940
8941 2002-07-04 Juanma Barranquero <lektu@terra.es>
8942
8943 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
8944 obsolescence information.
8945
8946 2002-07-03 Andrew Choi <akochoi@shaw.ca>
8947
8948 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
8949 pattern. Search cache first.
8950 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
8951 for Japanese font.
8952 (XLoadQueryFont): Use it.
8953
8954 2002-07-02 Richard M. Stallman <rms@gnu.org>
8955
8956 * keymap.c (Fdefine_key): Doc fix.
8957
8958 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
8959
8960 2002-07-02 Juanma Barranquero <lektu@terra.es>
8961
8962 * keymap.c (syms_of_keymap): Fix typo.
8963
8964 2002-07-01 Andrew Choi <akochoi@shaw.ca>
8965
8966 * s/darwin.h: Define POSIX_SIGNALS.
8967
8968 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
8969 and FSRefMakePath to convert FSSpec returned with Apple Event to
8970 Posix pathname.
8971 (mac_initialize) [TARGET_API_MAC_CARBON]:
8972 Call init_required_apple_events and disable the `Quit' menu item
8973 provided automatically by the Carbon Toolbox.
8974
8975 2002-07-01 Dave Love <fx@gnu.org>
8976
8977 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
8978 for K&R.
8979
8980 * xterm.c: Fix prototype for K&R.
8981
8982 * term.c (costs_set): Declare static, non-initialized for pcc.
8983
8984 2002-07-01 Richard M. Stallman <rms@gnu.org>
8985
8986 * keyboard.c (timer_last_idleness_start_time): New variable.
8987 (timer_start_idle): Set that.
8988 (read_key_sequence): Use that to reset timer_idleness_start_time
8989 to previous value.
8990
8991 * window.c (Frecenter): With arg, set optional_new_start.
8992
8993 * xdisp.c (redisplay_internal): Make optional_new_start really work.
8994
8995 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
8996 buffer for completion.
8997
8998 2002-06-29 Ken Raeburn <raeburn@gnu.org>
8999
9000 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
9001
9002 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9003
9004 * keyboard.c (readable_filtered_events): New function that filters
9005 FOCUS_IN_EVENT depending on parameter.
9006 (readable_events): Calls readable_filtered_events, not filtering
9007 FOCUS_IN_EVENT.
9008 (get_filtered_input_pending): New function, filtering parameter passed
9009 to readable_filtered_events.
9010 (get_input_pending): Calls get_filtered_input_pending, not filtering
9011 FOCUS_IN_EVENT.
9012 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
9013 FOCUS_IN_EVENT.
9014
9015 * xterm.h (struct x_output): Add focus_state.
9016
9017 * xterm.c (x_focus_changed): New function.
9018 (x_detect_focus_change): New function.
9019 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
9020 EnterNotify and LeaveNotify to track X focus changes.
9021
9022 2002-06-28 Andreas Schwab <schwab@suse.de>
9023
9024 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
9025
9026 2002-06-27 Kim F. Storm <storm@cua.dk>
9027
9028 * xdisp.c: (mode_line_string_list, mode_line_string_face)
9029 (mode_line_string_face_prop): New variables.
9030 (store_mode_line_string): New function.
9031 (display_mode_element): Use store_mode_line_string to
9032 add mode-line string elements to mode_line_string_list
9033 when mode_line_string_list is non-nil.
9034 (Fformat_mode_line): Now returns propertized string by
9035 default. New arg NO-PROPS to ignore properties.
9036 (decode_mode_spec): Only add two dashes for %- in propertized
9037 mode-line string.
9038 (syms_of_xdisp): Init and staticpro mode_line_string_list.
9039
9040 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
9041
9042 * minibuf.c (minibuffer_completion_contents): Add return type.
9043
9044 2002-06-27 Juanma Barranquero <lektu@terra.es>
9045
9046 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
9047
9048 2002-06-26 Juanma Barranquero <lektu@terra.es>
9049
9050 * fileio.c (read_file_name_cleanup): Add missing return.
9051
9052 2002-06-26 Richard M. Stallman <rms@gnu.org>
9053
9054 * window.c (Frecenter): Don't set force_start flag.
9055
9056 * minibuf.c (do_completion, Fminibuffer_complete_word)
9057 (Fminibuffer_completion_help): Complete just the text before point.
9058 (minibuffer_completion_contents): New function.
9059
9060 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
9061
9062 * frame.c (frames_bury_buffer): Function deleted.
9063
9064 2002-06-25 Miles Bader <miles@gnu.org>
9065
9066 * callint.c (Fcall_interactively): When checking to see if doprnt hit
9067 the end of callint_message, allow for a terminating '\0'.
9068
9069 2002-06-24 Juanma Barranquero <lektu@terra.es>
9070
9071 * w32select.c: Include composite.h
9072
9073 * w16select.c: Likewise.
9074
9075 2002-06-24 Kenichi Handa <handa@etl.go.jp>
9076
9077 * callproc.c (Fcall_process): If code detection is necessary,
9078 call detect_coding directly here.
9079
9080 * coding.c (detect_eol): Preserve coding->cmp_data.
9081
9082 * w16select.c (Fw16_get_clipboard_data):
9083 * w32fns.c (w32_to_x_font):
9084 * w32select.c (Fw32_get_clipboard_data):
9085 * xselect.c (selection_data_to_lisp_data):
9086 * xterm.c (XTread_socket): Disable composition handling.
9087
9088 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
9089
9090 * print.c (temp_output_buffer_setup): Kill all local variables.
9091
9092 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
9093
9094 * lread.c (Fread): Remove redundant and imprecise declaration.
9095
9096 * xfns.c (check_x_display_info): Use check_x_frame.
9097
9098 * .gdbinit (xprintsym): Use the new `xname' field.
9099 (xsymbol): Use it.
9100
9101 2002-06-22 Jason Rumney <jasonr@gnu.org>
9102
9103 * w32fns.c (file_dialog_callback): New function.
9104 (Fx_file_dialog): Allow selecting directories as well as files.
9105
9106 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9107
9108 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
9109 OpenBSD. Add support for mipseb-*-netbsd* machines.
9110
9111 2002-06-17 Andrew Choi <akochoi@shaw.ca>
9112
9113 * macterm.c (mac_scroll_area): Set foreground and backcolor to
9114 black and white before scrolling. Restore frame background and
9115 foreground color after scrolling.
9116 (do_window_update): Call XClearWindow before calling expose_frame.
9117 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
9118 FRAME_FOREGROUND_PIXEL of frame.
9119
9120 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
9121 test Mac command key as <ALT> key.
9122
9123 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
9124
9125 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
9126
9127 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
9128 Lookup keys in function-key-map immediately so that key-translation-map
9129 can be applied earlier.
9130 Remove function_key_possible and key_translation_possible, replaced
9131 by checking `keytran_start < t'.
9132
9133 * .gdbinit (xsymbol): Use the new `xname' field.
9134
9135 2002-06-17 Andrew Choi <akochoi@shaw.ca>
9136
9137 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
9138 test Mac command key as <ALT> key.
9139
9140 * mac.c (do_applescript): Call initialize_applescript if necessary
9141 when first called. Dispose of result_desc only when there is no error.
9142 (Fdo_applescript): Use %d format specifier instead of %ld.
9143
9144 2002-06-16 Andrew Choi <akochoi@shaw.ca>
9145
9146 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
9147 of FrontWindow for cases keyDown and autoKey.
9148
9149 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
9150 Vdefault_fontset to Monaco with mac-roman coding.
9151
9152 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
9153 init_process before and after inclusion of Carbon/Carbon.h, resp.
9154
9155 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
9156 cursor_gc.
9157 (add_font_name_table_entry): New function.
9158 (init_font_name_table): Use add_font_name_table_entry; add italic,
9159 bold, and bold-italic entries for truetype fonts.
9160
9161 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
9162 for Mac too.
9163 (try_font_list) [MAC_OS]: If no font matches given registry, try
9164 fonts with any registry matching face_family.
9165 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
9166
9167 * s/darwin.h: If autoconf detects the Ncurses library, define
9168 LIBS_TERMCAP to -lncurses to use it.
9169
9170 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
9173
9174 2002-06-15 Richard M. Stallman <rms@gnu.org>
9175
9176 * window.c (Fset_window_configuration): Explicitly preserve
9177 the point value that new_current_buffer had at the start.
9178
9179 2002-06-14 Juanma Barranquero <lektu@terra.es>
9180
9181 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
9182 Fix typos.
9183
9184 2002-06-14 Kim F. Storm <storm@cua.dk>
9185
9186 * insdel.c (insert_1_both, insert_from_string_1)
9187 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
9188 insert happened in the end_unchanged region. Otherwise, the
9189 redisplay may be confused and duplicate the last line in the
9190 buffer [seen after save-buffer when require-final-newline==t].
9191
9192 2002-06-13 Jason Rumney <jasonr@gnu.org>
9193
9194 * w32.c (init_environment): Remove EMACSLOCKDIR.
9195 (stat): Swap _S_IFDIR and _S_IFREG.
9196
9197 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9198
9199 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
9200 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
9201 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
9202 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
9203 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
9204 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
9205 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
9206 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
9207 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
9208 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
9209 SELECTION_REQUEST_EVENT, selection_clear_event to
9210 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
9211 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
9212 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
9213 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
9214 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
9215 no_event to NO_EVENT.
9216
9217 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9218
9219 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
9220
9221 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
9222
9223 * intervals.c (textget): Don't forget to `return'.
9224 (lookup_char_property): Use XCAR/XCDR.
9225
9226 2002-06-12 Juanma Barranquero <lektu@terra.es>
9227
9228 * xdisp.c (Fformat_mode_line): Fix typo.
9229
9230 2002-06-12 Kim F. Storm <storm@cua.dk>
9231
9232 * xdisp.c (Fformat_mode_line): New function.
9233 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
9234 (store_frame_title_char, store_frame_title): Use unconditionally.
9235 (init_xdisp): Defsubr Fformat_mode_line.
9236 Initialize frame_title_buf etc. unconditionally.
9237
9238 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
9239
9240 * keyboard.c (read_key_sequence):
9241 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
9242 things through those maps after downcasing events.
9243 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
9244 applies after function-key-map.
9245 Make sure that keytran can be done in the middle in the sequence.
9246 Be careful not to throw away events past the one we downcase.
9247
9248 * lread.c (read_integer): Remove unused var `tem'.
9249 (read1): Fix int/Lisp_Object mixup.
9250
9251 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
9252
9253 2002-06-11 Richard M. Stallman <rms@gnu.org>
9254
9255 * keyboard.c (readable_events): Ignore any number of
9256 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
9257
9258 2002-06-09 Miles Bader <miles@gnu.org>
9259
9260 * xfaces.c (Ftty_supports_face_attributes_p): New function.
9261 (parse_rgb_list, tty_lookup_color): New functions.
9262 (tty_defined_color): Use `tty_lookup_color' to do all the work.
9263 (color_distance, Fcolor_distance): New functions.
9264 (TTY_SAME_COLOR_THRESHOLD): New macro.
9265 (Qtty_color_standard_values): New variable.
9266 (syms_of_xfaces): Initialize new vars & functions.
9267
9268 2002-06-08 Colin Walters <walters@verbum.org>
9269
9270 * textprop.c (Vchar_property_alias_alist): New variable.
9271 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
9272
9273 * intervals.c (lookup_char_property): New function for looking up
9274 overlay and text properties, created from textget.
9275 (textget): Use it.
9276
9277 * intervals.h (lookup_char_property): Declare.
9278 (Vchar_property_alias_alist): Declare.
9279
9280 * buffer.c (Foverlay_get): Use lookup_char_property.
9281
9282 2002-06-07 Sam Steingold <sds@gnu.org>
9283
9284 * xselect.c (lisp_data_to_selection_data): Fix last change:
9285 *data_ret is not a Lisp string, while unibyte_string is.
9286
9287 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
9288
9289 * xselect.c (lisp_data_to_selection_data): Fix last change:
9290 set size_ret.
9291
9292 2002-06-07 Andreas Schwab <schwab@suse.de>
9293
9294 * m/amdx86-64.h: New file.
9295
9296 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
9297
9298 * fns.c (Fstring_make_unibyte): Doc fix.
9299
9300 * xselect.c (lisp_data_to_selection_data): If the requested type
9301 is STRING, call string_make_unibyte to encode the selected text
9302 as a string.
9303
9304 * window.c (Fset_window_hscroll): Doc fix.
9305
9306 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9307
9308 * fileio.c (choose_write_coding_system):
9309 Call select-safe-coding-system properly.
9310
9311 2002-06-03 Richard M. Stallman <rms@gnu.org>
9312
9313 * xdisp.c (message_with_string): Error if STRING is not a string.
9314
9315 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
9316
9317 * fileio.c (choose_write_coding_system): Pass FILE arg to
9318 Vselect_safe_coding_system_function.
9319
9320 2002-06-03 Ken Raeburn <raeburn@gnu.org>
9321
9322 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
9323
9324 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
9325
9326 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
9327 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
9328 * keymap.c (describe_command): Likewise.
9329 * minibuf.c (read_minibuf): Likewise.
9330
9331 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
9332 Cast `current_column' return value to int.
9333 (back_to_previous_visible_line_start)
9334 (reseat_at_next_visible_line_start, next_element_from_buffer):
9335 Cast `indented_beyond_p' 3rd arg to float.
9336
9337 * indent.c (last_known_column): Now a float.
9338 (current_column_1, position_indentation, current_column)
9339 (string_display_width): Return float.
9340 (Fcurrent_column): Cast `current_column' return value to int.
9341 (Fcurrent_indentation): Cast `position_indentation' retval to int.
9342 (indented_beyond_p): Third arg now a float.
9343 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
9344
9345 * lisp.h (current_column): Now returns float.
9346 (indented_beyond_p): 3rd arg now a float.
9347
9348 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
9349
9350 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
9351 is Qcompound_text_with_extensions.
9352
9353 * xselect.c (lisp_data_to_selection_data): Always set selection
9354 type as string if x_encode_text returns streingp non-NULL.
9355
9356 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
9357
9358 2002-05-30 Richard M. Stallman <rms@gnu.org>
9359
9360 * window.c (Fset_window_configuration): Correct the handling
9361 of point in current buffer, to work with multiple windows.
9362
9363 2002-05-29 Colin Walters <walters@verbum.org>
9364
9365 * lread.c (Fread_from_string): Don't depend on order of evaluation
9366 for C function parameters.
9367
9368 2002-05-28 Richard M. Stallman <rms@gnu.org>
9369
9370 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
9371 way for blinked-off state and for a nonselected window.
9372
9373 * window.c (window_scroll_pixel_based): Don't call Fbolp;
9374 instead, see if the new start pos is at beginning of line.
9375
9376 * fileio.c (Fwrite_region): If START is a string, don't
9377 make any annotations.
9378
9379 * eval.c (syms_of_eval): Doc fix.
9380
9381 2002-05-28 Colin Walters <walters@debian.org>
9382
9383 * emacs.c (USAGE1): Add --no-splash.
9384 (standard_args): Ditto.
9385
9386 2002-05-28 Colin Walters <walters@gnu.org>
9387
9388 * lread.c (readchar_count): New variable.
9389 (readchar): Increment it.
9390 (unreadchar): Decrement it.
9391 (read_multibyte): Decrement it.
9392 (Vread_with_symbol_positions): New variable.
9393 (Vread_symbol_positions_list): New variable.
9394 (read_internal_start): New function, created from Fread and
9395 Fread_from_string. Handle Vread_symbol_positions_list and
9396 Vread_with_symbol_positions.
9397 (readevalloop, Fread, Fread_from_string): Use it.
9398 (read1): Use readchar_count to add symbol positions to
9399 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
9400 (syms_of_lread): DEFVAR_LISP and initialize them.
9401
9402 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
9403 (substitute_object_recurse, substitute_object_in_subtree)
9404 (substitute_in_interval): Prototype.
9405 (read_multibyte): Return c if it's less than zero.
9406
9407 2002-05-28 Kim F. Storm <storm@cua.dk>
9408
9409 * fileio.c (Fread_file_name_internal): Added brute-force
9410 speed up for using predicate file-directory-p.
9411
9412 2002-05-28 Kim F. Storm <storm@cua.dk>
9413
9414 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
9415 New variables.
9416 (syms_of_fileio): DEFVAR_LISP them.
9417 (read_file_name_cleanup): New unwind function.
9418 (Fread_file_name_internal): Only return completions satifying
9419 Vread_file_name_predicate. Temporarily unwind protect and rebind
9420 default-directory while checking completions against the predicate.
9421 (Fread_file_name): Added PREDICATE argument. Specbind it to
9422 Vread_file_name_predicate during completion.
9423 Call Vread_file_name_function to read the file name if non-nil.
9424
9425 * lisp.h (Fread_file_name): Now has 6 args.
9426
9427 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
9428 predicate for Fread_file_name when reading directory name.
9429 Supply Qnil for predicate in other calls to Fread_file_name.
9430
9431 2002-05-26 Miles Bader <miles@gnu.org>
9432
9433 * term.c (tty_capable_p): New function.
9434 * dispextern.h (tty_capable_p): New function declaration.
9435 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
9436 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
9437
9438 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
9439
9440 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
9441 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
9442 (Vwrite_region_annotate_functions): Docstring fix.
9443
9444 2002-05-23 Kim F. Storm <storm@cua.dk>
9445
9446 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
9447 phys_cursor's hpos is overwritten. This is still not completely
9448 correct, as it doesn't really make sense to use hpos at all to
9449 get the cursor glyph (as that is relative to the width of the
9450 characters on the line, which may have changed during the update).
9451
9452 2002-05-22 Jason Rumney <jasonr@gnu.org>
9453
9454 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
9455 Lisp_Object.
9456 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
9457 Use modified enumfont_t struct.
9458
9459 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
9460
9461 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
9462 Handle the `hbar' cursor type.
9463 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
9464
9465 * w32fns.c (Qhbar): New variable.
9466 (x_specified_cursor_type): Use it.
9467
9468 2002-05-21 Ken Raeburn <raeburn@gnu.org>
9469
9470 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
9471 now, when the address is needed.
9472
9473 2002-05-21 Colin Walters <walters@gnu.org>
9474
9475 * Makefile.in (shortlisp): Add font-core.el.
9476
9477 2002-05-20 Richard M. Stallman <rms@gnu.org>
9478
9479 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
9480
9481 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
9482 equivalent key bindings here.
9483
9484 2002-05-20 Ken Raeburn <raeburn@gnu.org>
9485
9486 Change symbol structure to contain a lisp object for the symbol
9487 name:
9488 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
9489 object field named "xname".
9490 (SYMBOL_NAME): New macro.
9491 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
9492 name field.
9493 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
9494 (mark_object, gc_sweep): Use symbol xname field and XSTRING
9495 instead of name field.
9496 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
9497 SYMBOL_NAME instead of XSYMBOL and name field.
9498 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
9499 instead of XSYMBOL and name field.
9500 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
9501 and SYMBOL_NAME instead of XSYMBOL and name field.
9502 * coding.c (Fread_coding_system, code_convert_region1)
9503 (code_convert_string1, code_convert_string_norecord)
9504 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
9505 XSYMBOL and name field.
9506 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
9507 (Fmake_variable_buffer_local, Fmake_local_variable)
9508 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
9509 of XSYMBOL and name field.
9510 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
9511 XSYMBOL and name field.
9512 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
9513 instead of XSYMBOL and name field.
9514 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
9515 XSYMBOL and name field.
9516 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
9517 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
9518 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
9519 instead of XSYMBOL and name field.
9520 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
9521 (parse_modifiers, apply_modifiers, Fevent_convert_list)
9522 (parse_solitary_modifier, Fexecute_extended_command):
9523 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
9524 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
9525 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
9526 of XSYMBOL and name field.
9527 (describe_command, describe_translation): Use SYMBOL_NAME and
9528 assignment instead of XSYMBOL and name field and XSETSTRING.
9529 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
9530 instead of XSYMBOL and name field.
9531 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
9532 name field and XSETSTRING.
9533 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
9534 of XSYMBOL and name field.
9535 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
9536 assignment instead of XSYMBOL and name field and XSETSTRING.
9537 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
9538 XSTRING instead of XSYMBOL and name field.
9539 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
9540 and XSTRING instead of XSYMBOL and name field.
9541 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
9542 and XSTRING instead of XSYMBOL and name field.
9543 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
9544 XSTRING instead of XSYMBOL and name field.
9545 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
9546 of XSYMBOL and name field.
9547 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
9548 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
9549
9550 2002-05-19 Ken Raeburn <raeburn@gnu.org>
9551
9552 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
9553 and XCDR real rvalues in most configurations.
9554
9555 * buffer.c (fix_overlays_in_range, fix_overlays_before):
9556 Don't take the address of the cdr part of a cons cell; instead, track
9557 the parent cell and call XSETCDR, or set the variable for the head
9558 of the list if we haven't started down the list yet.
9559
9560 2002-05-19 Richard M. Stallman <rms@gnu.org>
9561
9562 * doc.c (reread_doc_file): Don't ask for confirmation.
9563
9564 2002-05-18 Jason Rumney <jasonr@gnu.org>
9565
9566 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
9567 (xbm_load_image): Use it.
9568 (xbm_load): Ditto.
9569 (xbm_read_bitmap_data): Reverted to xfns.c version.
9570 From David Ponce <david@dponce.com>.
9571
9572 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9573
9574 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
9575 2.02 and later.
9576
9577 2002-05-16 Juanma Barranquero <lektu@terra.es>
9578
9579 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
9580
9581 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
9582
9583 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
9584 meaningful test.
9585 (read_char_minibuf_menu_prompt): Fix typo.
9586
9587 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9588
9589 * eval.c (Fcommandp): Doc fix.
9590
9591 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
9592
9593 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
9594 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
9595 (Fset_keymap_parent): Gcpro a bit more.
9596 (access_keymap): Gcpro around meta_map call and around the main loop.
9597 (get_keyelt): Gcpro when following indirect references.
9598 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
9599 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
9600 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
9601 Remove useless ad-hoc remap code.
9602
9603 2002-05-13 Richard M. Stallman <rms@gnu.org>
9604
9605 * search.c (search_buffer): Give up boyer moore search if inverse
9606 translation change charset_base.
9607
9608 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
9609
9610 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
9611 characters is carried over from the previous block of text, adjust
9612 coding->produced to account for the extra character.
9613
9614 2002-05-11 Andreas Schwab <schwab@suse.de>
9615
9616 * coding.c (intersection): Keep the elements of the returned list
9617 in the same order as in the first list.
9618
9619 2002-05-11 Kim F. Storm <storm@cua.dk>
9620
9621 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
9622 only update cmm_size if realloc actually succeeds.
9623 Testing with initial size of 2 elements revealed that using
9624 realloc on GNU/Linux would cause a random trap in xmalloc
9625 later on, so I rewrote the code to use malloc/bcopy/free instead
9626 of realloc.
9627
9628 2002-05-10 Jason Rumney <jasonr@gnu.org>
9629
9630 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
9631
9632 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
9633
9634 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
9635 parens, to ensure correct evaluation order.
9636
9637 2002-05-10 Kim F. Storm <storm@cua.dk>
9638
9639 * keymap.c (Vemulation_mode_map_alists): New variable.
9640 (syms_of_keymap): DEFVAR_LISP it.
9641 (current_minor_maps): Process keymap alists in that list before
9642 minor-mode-overriding-map-alist and minor-mode-map-alist.
9643
9644 2002-05-09 Richard M. Stallman <rms@gnu.org>
9645
9646 * search.c (Freplace_match): Doc fix.
9647
9648 2002-05-09 Kim F. Storm <storm@cua.dk>
9649
9650 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
9651 Enlarge cursor rectangle drawn around image with non-zero relief.
9652
9653 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
9654 Enlarge cursor rectangle drawn around image with non-zero relief.
9655
9656 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
9657 Enlarge cursor rectangle drawn around image with non-zero relief.
9658
9659 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
9660
9661 * xselect.c (lisp_data_to_selection_data): Don't set selection
9662 type if comes from the Lisp object's car. If the selection
9663 contains a pure ASCII text, always return QSTRING as its type.
9664
9665 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9666
9667 * mac.c (mac-cut-function): Doc fix.
9668
9669 2002-05-05 Richard M. Stallman <rms@gnu.org>
9670
9671 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
9672
9673 2002-05-04 Jason Rumney <jasonr@gnu.org>
9674
9675 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
9676 for event-click-count.
9677
9678 * process.c (init_process): Only add server subfeature if we can
9679 use non-blocking I/O.
9680
9681 2002-05-04 Andrew Choi <akochoi@shaw.ca>
9682
9683 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
9684 repeatedly.
9685
9686 2002-05-03 Jason Rumney <jasonr@gnu.org>
9687
9688 * process.c (Fmake_network_process): Only support server sockets
9689 when we can make them non-blocking.
9690
9691 * s/ms-w32.h (HAVE_SELECT): Define.
9692
9693 * w32.h (FILE_NDELAY): New flag.
9694
9695 * w32.c (sys_getpeername, fcntl): New functions.
9696 (_sys_read_ahead): Temporarily block on non-blocking sockets.
9697
9698 * w32proc.c: include sys/file.h.
9699
9700 2002-05-03 Colin Walters <walters@verbum.org>
9701
9702 * callproc.c (Vgame_score_directory): Renamed to
9703 Vshared_game_score_directory.
9704
9705 2002-04-30 Richard M. Stallman <rms@gnu.org>
9706
9707 * s/gnu.h [emacs]: Include stdio.h.
9708 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
9709
9710 * eval.c (do_autoload): Error if called while preparing to dump.
9711
9712 * fns.c (Frequire): Error if need to load while preparing to dump.
9713
9714 2002-04-28 Colin Walters <walters@verbum.org>
9715
9716 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
9717 Default to "~/.emacs.d/games".
9718
9719 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
9720
9721 * lread.c (openp): Change arg exec_only to predicate.
9722 (build_load_history): Use XCAR/XCDR.
9723 (Flocate_file_internal): New fun.
9724 (syms_of_lread): Defsubr it.
9725 (Fload): Update call to openp.
9726
9727 * lisp.h (openp): Update prototype.
9728
9729 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
9730 * w32proc.c (sys_spawnve):
9731 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
9732 * w32.c (check_windows_init_file):
9733 * sound.c (Fplay_sound_internal):
9734 * process.c (Fstart_process):
9735 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
9736 * mac.c (run_mac_command):
9737 * emacs.c (init_cmdargs):
9738 * callproc.c (Fcall_process): Update call to openp.
9739
9740 * textprop.c (remove_properties): Don't use XCAR without CONSP.
9741
9742 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
9743
9744 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9745
9746 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
9747 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
9748
9749 2002-04-28 Richard M. Stallman <rms@gnu.org>
9750
9751 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
9752
9753 * eval.c (Fcommandp): New arg for_call_interactively.
9754 * lisp.h (Fcommandp): Declare new arg.
9755
9756 2002-04-28 Jason Rumney <jasonr@gnu.org>
9757
9758 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
9759
9760 * w32.c (stat, fstat): Use file index information to generate
9761 inodes for directories where available.
9762
9763 2002-04-26 Andrew Choi <akochoi@shaw.ca>
9764
9765 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
9766 [HAVE_CARBON]: Include Mac object files.
9767
9768 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
9769 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
9770 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
9771 MAC_OSX, and MAC_OS instead of macintosh.
9772
9773 * editfns.c [MAC_OS8]: Include stdio.h.
9774
9775 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
9776
9777 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
9778 Apple Monaco.
9779
9780 * process.c: Declare QCfamily and QCfilter as extern.
9781 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
9782 calling select.
9783
9784 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
9785
9786 * tparam.c [MAC_OSX]: Don't define BC and UP.
9787
9788 * config.in [HAVE_CARBON]: Add.
9789
9790 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
9791 Move here from mac/src and mac/inc.
9792
9793 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
9794
9795 2002-04-26 Gerd Moellmann <gerd@gnu.org>
9796
9797 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
9798 Compute phys_cursor_width from the x position returned
9799 by x_draw_glyhs, which is cheaper.
9800 (x_display_and_set_cursor): Compute the buffer-local value
9801 of `cursor-in-non-selected-windows' only when needed.
9802
9803 2002-04-25 Gerd Moellmann <gerd@gnu.org>
9804
9805 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
9806 cursor on a stretch glyph has a width that depends on
9807 x_stretch_cursor_p.
9808
9809 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9810
9811 * abbrev.c (abbrev-start-location): Doc fix.
9812
9813 * indent.c (Fvertical_motion): Fix last change.
9814
9815 2002-04-25 Gerd Moellmann <gerd@gnu.org>
9816
9817 * indent.c (Fvertical_motion): Move to the start of the line
9818 containing PT before moving up or down.
9819
9820 2002-04-24 Gerd Moellmann <gerd@gnu.org>
9821
9822 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
9823 case of writing a whole row, more or less analogous to the case of
9824 writing only parts of a row.
9825
9826 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
9827 0 for NO_CURSOR.
9828
9829 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
9830
9831 2002-04-23 Colin Walters <walters@verbum.org>
9832
9833 * buffer.c (syms_of_buffer): Doc fix.
9834
9835 2002-04-23 Gerd Moellmann <gerd@gnu.org>
9836
9837 * xterm.c (notice_overwritten_cursor): Handle the special case
9838 of the cursor being in the first blank non-text line at the
9839 end of a window.
9840
9841 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
9842 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
9843 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
9844 bar cursors only, to make phys_cursor_width contain what its name
9845 suggests.
9846 (notice_overwritten_cursor): Consider the cursor image erased if
9847 the output area intersects the cursor image in y-direction.
9848
9849 2002-04-23 Simon Marshall <simon@gnu.org>
9850
9851 * xfns.c (x_set_mouse_color): Change default for cross_cursor
9852 to XC_hand2.
9853
9854 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9855
9856 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
9857
9858 2002-04-22 Kim F. Storm <storm@cua.dk>
9859
9860 * textprop.c (remove_properties): Fixed trap for malformed plist.
9861
9862 2002-04-22 Richard M. Stallman <rms@gnu.org>
9863
9864 * cmds.c (Fend_of_line): Handle intangible text in mid line.
9865
9866 * window.c (make_window): Initialize height_fixed_p,
9867 last_cursor_off_p, and p->cursor_off_p slots.
9868
9869 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9870
9871 * fns.c (use-dialog-box): Doc fix.
9872
9873 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9874
9875 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
9876 variables `row', `i' and `area'.
9877 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
9878 toolkit library.
9879
9880 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
9881
9882 * xfaces.c (clear_font_table): Don't free the default font of
9883 a frame even if it's on another display.
9884 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
9885 that could be Qt.
9886
9887 2002-04-19 Juanma Barranquero <lektu@terra.es>
9888
9889 * indent.c (Fmove_to_column): Remove unused local variable
9890 `next_boundary_byte'.
9891 (current_column_1): Likewise.
9892
9893 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
9894
9895 * msdos.c (Qhbar): New variable.
9896 (syms_of_msdos): Intern and staticpro it.
9897 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
9898 cursor type.
9899
9900 2002-04-19 Dave Lambert <dlambert@acm.org>
9901
9902 Theses change implement an underscore-like (`hbar') cursor.
9903
9904 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
9905
9906 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
9907 Handle the `hbar' cursor type.
9908 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
9909
9910 * xfns.c (Qhbar): New variable.
9911 (syms_of_xfns): Intern and staticpro it.
9912 (x_specified_cursor_type): Handle `hbar' cursor.
9913
9914 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
9915 not defined.
9916
9917 2002-04-18 Richard M. Stallman <rms@gnu.org>
9918
9919 * textprop.c (remove_properties): New arg LIST allows scanning
9920 either a list or a plist.
9921 (interval_has_some_properties_list): New function, like
9922 interval_has_some_properties using list instead of plist.
9923 All callers changed.
9924 (Fremove_list_of_text_properties): New function.
9925 (syms_of_textprop): Defsubr it.
9926
9927 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9928
9929 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
9930
9931 2002-04-17 Juanma Barranquero <lektu@terra.es>
9932
9933 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
9934
9935 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9936
9937 * window.c (coordinates_in_window): Don't report on margin area
9938 if its width is zero.
9939
9940 2002-04-16 Jason Rumney <jasonr@gnu.org>
9941
9942 * w32fns.c (Fx_file_dialog): Decode file name before using.
9943
9944 * w32term.c (construct_drag_n_drop): Likewise.
9945
9946 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
9947
9948 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
9949 store load-history in pure space.
9950
9951 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
9952
9953 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
9954
9955 * xterm.c (Qlatin_1, Qutf_8): New vars.
9956 (syms_of_xterm): Initialize them.
9957 (XTread_socket): Eliminate incorrect optimization that tried to avoid
9958 decoding the output of X*LookupString.
9959 Always use latin-1 to decode the output of XLookupString.
9960 Try Xutf8LookupString if XmbLookupString failed.
9961
9962 * region-cache.c (new_region_cache): Use BEG.
9963
9964 2002-04-16 Gerd Moellmann <gerd@gnu.org>
9965
9966 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
9967 configuration files.
9968 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
9969 returns 0.
9970
9971 2002-04-15 Andreas Schwab <schwab@suse.de>
9972
9973 * config.in: Regenerated using autoheader.
9974
9975 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
9976 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
9977 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
9978 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
9979 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
9980 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
9981 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
9982 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
9983 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
9984 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
9985 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
9986 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
9987 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
9988 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
9989 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
9990 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
9991 STACK_DIRECTION, now set by autoconf.
9992
9993 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9994
9995 * dispnew.c (marginal_area_string): Sort arguments.
9996
9997 * dispextern.h (marginal_area_string): Add prototype.
9998
9999 2002-04-13 Richard M. Stallman <rms@gnu.org>
10000
10001 * fileio.c (Finsert_file_contents):
10002 Don't call temp_output_buffer_setup--do just part, by hand.
10003
10004 * coding.c (run_pre_post_conversion_on_str):
10005 Don't call temp_output_buffer_setup--do just part, by hand.
10006
10007 * keyboard.c (command_loop_1): Don't call start_hourglass
10008 or cancel_hourglass when executing a macro.
10009
10010 * marker.c (count_markers): New function.
10011
10012 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
10013 grow without limit. Move recently used elements to the front.
10014
10015 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
10016
10017 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
10018
10019 2002-04-12 Gerd Moellmann <gerd@gnu.org>
10020
10021 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
10022 rows marginal areas.
10023 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
10024 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
10025
10026 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
10027
10028 2002-04-12 Dave Love <fx@gnu.org>
10029
10030 * dispnew.c (marginal_area_string): New.
10031
10032 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
10033 (Qleft_margin, Qright_margin): Declare.
10034 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
10035
10036 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
10037 note_mode_line_highlight and extended.
10038
10039 * keyboard.c (Qleft_margin, Qright_margin): Declare.
10040 (make_lispy_event): Deal with mouse events in margins.
10041
10042 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
10043
10044 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
10045
10046 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
10047 than deactivating the mark if tmm is set to `lambda'.
10048 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
10049 Use a single event for HELP_EVENT.
10050 (Fexecute_extended_command): Save last_point_position.
10051
10052 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10053
10054 * lisp.h (Fpropertize): Add prototype.
10055
10056 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
10057
10058 2002-04-10 Colin Walters <walters@verbum.org>
10059
10060 * config.in: Add HAVE_SHARED_GAME_DIR.
10061
10062 * callproc.c: (Vgame_score_directory): New variable.
10063 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
10064
10065 2002-04-10 Richard M. Stallman <rms@gnu.org>
10066
10067 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
10068
10069 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
10070
10071 * minibuf.c (read_minibuf): Use empty_string.
10072 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
10073 Short-circuit the search as soon as it "failed".
10074 (Fall_completions): Allow lambda forms and lists of strings for alist.
10075 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
10076 when require_match is nil.
10077 (Ftest_completion): Rename from `test_completion' and export to elisp.
10078 Call the predicate also when alist is a list.
10079 Obey Vcompletion_regexp_list.
10080 (do_completion, Fminibuffer_complete_and_exit): Use it.
10081 (Fassoc_string): Rename from `assoc_for_completion'.
10082 Allow list of strings as well and export to elisp.
10083
10084 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
10085
10086 * puresize.h (BASE_PURESIZE): Increase to 900KB.
10087
10088 2002-04-08 Juanma Barranquero <lektu@terra.es>
10089
10090 * w32.c (sys_accept): Don't hide variable `s'.
10091
10092 2002-04-05 Gerd Moellmann <gerd@gnu.org>
10093
10094 * callint.c (Fcall_interactively): Use INTEGERP instead of
10095 NUMBERP for checking Vhistory_length.
10096
10097 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10098
10099 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
10100 Doc fix to reflect it.
10101
10102 2002-04-04 Richard M. Stallman <rms@gnu.org>
10103
10104 * xdisp.c (display_mode_element): New arg RISKY.
10105 Disregard text props found or specified within a variable
10106 that isn't marked risky-local-variable.
10107 (Qrisky_local_variable): New variable.
10108 (syms_of_xdisp): Init and staticpro it.
10109
10110 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
10111
10112 * undo.c (record_point): New fun.
10113 (record_delete, record_insert): Use it.
10114
10115 2002-04-03 Juanma Barranquero <lektu@terra.es>
10116
10117 * doc.c (Fdocumentation): Add missing parentheses.
10118 (Fdocumentation_property): Likewise.
10119
10120 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
10121
10122 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
10123 data is 0, just return nil.
10124
10125 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
10126
10127 * msdos.c (syms_of_msdos): Fix last change with
10128 mouse_autoselect_window.
10129
10130 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10131
10132 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
10133 mouse_autoselect_window.
10134
10135 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
10136
10137 * keyboard.c (make_lispy_event): Handle unknown keysyms together
10138 with system-specific keysyms. Use it also for unknown function keys.
10139
10140 * doc.c (reread_doc_file): Return whether reload was attempted.
10141 (Fdocumentation, Fdocumentation_property): Don't try to reload
10142 if the doc is 0 and only ask once.
10143
10144 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
10145
10146 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
10147
10148 * keyboard.c (read_char): If the event was Qselect_window,
10149 restore timer_idleness_start_time to its previous value.
10150
10151 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
10152
10153 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
10154
10155 * region-cache.c (new_region_cache): Use BEG.
10156
10157 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
10158 Use BEG and BEG_BYTE.
10159
10160 * doc.c (get_doc_string): Return nil if the location is wrong.
10161 (reread_doc_file): New fun.
10162 (Fdocumentation, Fdocumentation_property):
10163 Call it if get_doc_string fails.
10164 (Fsnarf_documentation): Make it work for a dumped Emacs.
10165
10166 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
10167 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
10168
10169 * charset.c (Fstring): Allow 0 arguments.
10170
10171 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
10172
10173 * process.c (DATAGRAM_CONN_P, list_processes_1)
10174 (Fprocess_datagram_address, Fset_process_datagram_address)
10175 (Fset_network_process_options, server_accept_connection):
10176 Fix some int/Lisp_Object confusions (thank you union types).
10177
10178 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10179
10180 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
10181
10182 * w32term.c: Likewise.
10183 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
10184
10185 * keyboard.c (Qselect_window): New symbol.
10186 (head_table): Use it.
10187 (keys_of_keyboard): Bound select-window event to handle-select-window.
10188 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
10189
10190 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
10191 (last_window): New variable.
10192 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
10193 (note_mouse_movement): Remove reimplemented code in #if 0.
10194 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
10195 Emacs windows.
10196
10197 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
10198
10199 2002-03-31 Gerd Moellmann <gerd@gnu.org>
10200
10201 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
10202 Callers changed.
10203
10204 2002-03-30 Richard M. Stallman <rms@gnu.org>
10205
10206 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
10207 loop whenever it stops making progress.
10208
10209 * widget.c (set_frame_size): Don't call change_frame_size.
10210
10211 2002-03-30 Gerd Moellmann <gerd@gnu.org>
10212
10213 * dispnew.c (direct_output_for_insert):
10214 Call mark_window_display_accurate.
10215
10216 2002-03-29 Jason Rumney <jasonr@gnu.org>
10217
10218 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
10219
10220 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
10221
10222 * Makefile.in (lread.o): Depend on coding.h.
10223
10224 * lread.c (openp, Fload): Encode the file name before passing it
10225 to `stat', `access', and `emacs_open'.
10226 (openp): GCPRO the encoded file name. Don't recompute Lisp
10227 strings unnecessarily.
10228
10229 2002-03-29 Kim F. Storm <storm@cua.dk>
10230
10231 * fns.c (Flax_plist_put): Doc fix.
10232
10233 2002-03-28 Miles Bader <miles@gnu.org>
10234
10235 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
10236
10237 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10238
10239 * process.c (set-network-process-options): Add usage.
10240 (make-network-process): Doc fix.
10241
10242 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
10243
10244 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
10245
10246 2002-03-26 Richard M. Stallman <rms@gnu.org>
10247
10248 * fns.c (Fsubstring_no_properties): New function.
10249 (Flax_plist_get, Flax_plist_put): New functions.
10250 (syms_of_fns): defsubr them.
10251
10252 * xdisp.c (update_menu_bar): Test only update_mode_lines;
10253 don't test or alter w->update_mode_line.
10254
10255 * window.c (Fdisplay_buffer): Doc fix.
10256
10257 2002-03-24 Richard M. Stallman <rms@gnu.org>
10258
10259 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
10260
10261 2002-03-24 Gerd Moellmann <gerd@gnu.org>
10262
10263 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
10264 (Fdefmacro): Handle `(declare ...)'.
10265 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
10266 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
10267
10268 2002-03-24 Jason Rumney <jasonr@gnu.org>
10269
10270 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
10271 (xbm_file_p): Add prototypes.
10272 (xbm_format, xbm_image_p): Sync with xfns.c.
10273 (reflect_byte): New function.
10274 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
10275 (xbm_load_image): Create bitmaps with a depth of 1.
10276 (init_xfns): Enable XBM images.
10277
10278 2002-03-23 Jason Rumney <jasonr@gnu.org>
10279
10280 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
10281 correctly. Do not pass up_modifier to keyboard buffer.
10282
10283 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
10284
10285 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
10286
10287 * Makefile.in (bootstrapclean): New target.
10288 (bootstrap-temacs, bootstrap-doc): Remove.
10289 (bootstrap-emacs): Use a bog-standard `temacs'.
10290 Don't bother to build a DOC file.
10291
10292 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
10293
10294 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
10295 in temacs even if !CANNOT_DUMP.
10296 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
10297
10298 * alloc.c (check_pure_size): Only output a warning.
10299
10300 2002-03-22 Jason Rumney <jasonr@gnu.org>
10301
10302 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
10303 supported.
10304
10305 * w32term.c (zv_bits): Declare as short, for word alignment.
10306 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
10307 (syms_of_w32term): Define x-use-underline-position-properties.
10308
10309 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
10310 (clear_image_cache): Block input, fix logic, clear matrices in
10311 all frames that share this cache.
10312
10313 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
10314
10315 * emacs.c (main): Update the Copyright year in the blurb printed
10316 by "emacs --version".
10317
10318 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
10319
10320 * xterm.c (XTread_socket): If XK_ISO_Lock and
10321 XK_ISO_Last_Group_Lock are defined, handle keysyms between
10322 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
10323
10324 2002-03-21 Kim F. Storm <storm@cua.dk>
10325
10326 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
10327 menu-bar bindings in keymap and local-map properties _are_ used.
10328 But try keymap property first in accordance with 2002-01-03 patch.
10329 Added comment describing why this is not always reliable.
10330 (tool_bar_items): Ditto for tool-bar.
10331
10332 2002-03-21 Jason Rumney <jasonr@gnu.org>
10333
10334 * w32fns.c (x_clear_image_1): Disable color table code.
10335
10336 2002-03-21 Kim F. Storm <storm@cua.dk>
10337
10338 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
10339 removed the wrong version of the DEFUN macro; fixed it.
10340
10341 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
10342 Fmember rather than Fmemq).
10343 (Fprovide): Check that subfeatures is a list.
10344
10345 * process.c (QCfeature, QCdatagram): Removed variables.
10346 (QCtype, Qdatagram): New variables.
10347 (network_process_featurep): Removed function.
10348 (Fmake_network_process): Removed :feature check.
10349 Use :type 'datagram instead of :datagram t to create a datagram
10350 socket. This allows us to add other connection types (e.g. raw
10351 sockets) later in a consistent manner.
10352 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
10353 supported subfeatures for feature make-network-process.
10354 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
10355 Intern and staticpro QCtype and Qdatagram.
10356 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
10357
10358 * xfns.c: (QCtype): Remove duplicate declaration and
10359 initialization (is now declared in process.c).
10360
10361 * w32fns.c: (QCtype): Remove duplicate declaration and
10362 initialization (is now declared in process.c).
10363
10364 2002-03-21 Richard M. Stallman <rms@gnu.org>
10365
10366 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
10367 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
10368 when jumping to `fail' to avoid undoing reg changes in the
10369 last iteration of the loop.
10370 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
10371
10372 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
10373 Depend on process.h.
10374
10375 2002-03-20 Jason Rumney <jasonr@gnu.org>
10376
10377 Most of the following changes are still conditional on HAVE_IMAGES
10378 which is not set by default on Windows.
10379
10380 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
10381
10382 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
10383 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
10384 (four_corners_best, x_clear_image_1, x_clear_image)
10385 (x_alloc_image_color, postprocess_image)
10386 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
10387 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
10388 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
10389
10390 * w32gui.h (struct XImage): Define.
10391
10392 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
10393 extract mouse co-ordinates.
10394
10395 2002-03-20 Jason Rumney <jasonr@gnu.org>
10396
10397 * w32.c (init_winsock): Dynamically load new server and UDP
10398 socket functions.
10399 (socket_to_fd): New function.
10400 (sys_socket): Use it.
10401 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
10402 (sys_recvfrom, sys_sendto): New wrapper functions.
10403
10404 * process.c (QCfamily, QCfilter): Remove duplicate declaration
10405 and initialization.
10406
10407 * makefile.w32-in (LIBS): Remove $(WSOCK32).
10408
10409 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
10410
10411 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
10412 Don't use "sun" as a variable, it's a predefined constant on Sun
10413 machines.
10414
10415 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10416
10417 * bytecode.c (Fbyte_code): Revert last change.
10418
10419 2002-03-19 Kim F. Storm <storm@cua.dk>
10420
10421 * makefile.w32-in (LIBS): Add $(WSOCK32).
10422 From David Ponce <dponce@voila.fr>.
10423
10424 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10425
10426 * process.c (wait_reading_process_input): Move variables `pname'
10427 and `pnamelen' down where they are used.
10428
10429 * bytecode.c (Fbyte_code): Discard unused computed value to
10430 prevent gcc warning.
10431
10432 * lisp.h (Fplist_member): Add prototype.
10433
10434 2002-03-18 Kim F. Storm <storm@cua.dk>
10435
10436 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
10437 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
10438
10439 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
10440 Remove explicit GNU_LINUX settings for datagram support.
10441
10442 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10443
10444 * process.c (Fmake_network_process): Remove unused variable `sa'.
10445 Doc fix. Add usage:.
10446 (set_socket_options): Remove unused variables `optnum' and `opttype'.
10447
10448 2002-03-17 Richard M. Stallman <rms@gnu.org>
10449
10450 * xdisp.c (cursor_type_changed): New variable.
10451 (redisplay_internal): Redisplay all windows if cursor_type_changed.
10452 Clear it when clearing windows_or_buffers_changed.
10453 (try_cursor_movement, redisplay_window, try_window_id)
10454 (try_window_reusing_current_matrix): Test cursor_type_changed
10455 along with windows_or_buffers_changed.
10456
10457 * window.h (cursor_type_changed): New variable.
10458
10459 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
10460 not update_mode_lines, and always set it to 1.
10461
10462 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
10463 if no frames needed redrawing.
10464
10465 2002-03-17 Kim F. Storm <storm@cua.dk>
10466
10467 The following changes add support for network server processes,
10468 datagram connections, and local (unix) sockets.
10469
10470 * process.h (struct Lisp_Process): New member log.
10471 Doc fix: Member command used to indicate stopped network process.
10472 Doc fix: Member childp contains plist for network process.
10473 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
10474
10475 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
10476 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
10477 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
10478 New variables.
10479 (NETCONN1_P): New macro.
10480 (DATAGRAM_SOCKETS): New conditional symbol.
10481 (datagram_address): New array.
10482 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
10483 (status_message): Use concat3.
10484 (Fprocess_status): Add `listen' status to doc string. Return `stop'
10485 for a stopped network process.
10486 (Fset_process_buffer): Update contact plist for network process.
10487 (Fset_process_filter): Ditto. Don't enable input for stopped
10488 network processes. Server must listen, even if filter is t.
10489 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
10490 New functions.
10491 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
10492 (Fprocess_contact): Added KEY argument. Handle datagrams.
10493 (list_processes_1): Optionally show only processes with the query
10494 on exit flag set. Dynamically adjust column widths. Omit tty
10495 column if not needed. Report stopped network processes.
10496 Identify server and datagram network processes.
10497 (Flist_processes): New optional arg `query-only'.
10498 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
10499 (conv_lisp_to_sockaddr, set_socket_options)
10500 (network_process_featurep, unwind_request_sigio): New helper functions.
10501 (Fprocess_datagram_address, Fset_process_datagram_address):
10502 (Fset_network_process_options): New lisp functions.
10503 (Fopen_network_stream): Removed. Now defined in simple.el.
10504 (Fmake_network_process): New lisp function. Code is based on previous
10505 Fopen_network_stream, but heavily reworked with new property list based
10506 argument list, support for datagrams, server processes, and local
10507 sockets in addition to old client-only functionality.
10508 (server_accept_connection): New function.
10509 (wait_reading_process_input): Use it to handle incoming connects.
10510 Do not enable input on a new connection if process is stopped.
10511 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
10512 (send_process): Handle datagram sockets.
10513 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
10514 network process is indicated by setting command field to t .
10515 (Fprocess_send_eof): No-op if datagram connection.
10516 (Fstatus_notify): Don't read input for a stream server socket or a
10517 stopped network process.
10518 (init_process): Initialize datagram_address array.
10519 (syms_of_process): Intern and staticpro new variables, defsubr new
10520 functions.
10521
10522 2002-03-16 Jason Rumney <jasonr@gnu.org>
10523
10524 * w32fns.c (w32_to_all_x_charsets): Return correct type in
10525 startup case.
10526
10527 2002-03-16 Richard M. Stallman <rms@gnu.org>
10528
10529 * xdisp.c (redisplay_internal, redisplay_windows):
10530 Use list_of_error to call internal_condition_case_1.
10531 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
10532 so as to catch all errors with no possibility of debugger redisplay.
10533 (list_of_error): New variable.
10534 (syms_of_xdisp): Init and staticpro it.
10535
10536 * print.c (print_object): Delete `\ ' from printed rep of frame.
10537
10538 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
10539
10540 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
10541 until its implementation is fixed.
10542
10543 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10544
10545 * xfns.c (png_load): Remove unused variable `gamma_str'.
10546
10547 2002-03-14 Richard M. Stallman <rms@gnu.org>
10548
10549 * xfns.c (x_real_positions): Handle failure in XQueryTree.
10550
10551 2002-03-14 Miles Bader <miles@gnu.org>
10552
10553 * intervals.c (adjust_for_invis_intang): New function.
10554 (set_point_both): Use `adjust_for_invis_intang' to do most of the
10555 work for dealing with invisible+intangible regions. Do so before
10556 and after both forward and backward movements, to handle both
10557 front-sticky and rear-sticky cases.
10558 * textprop.c (text_property_stickiness): Function moved here from
10559 `editfns.c'.
10560 * intervals.h (text_property_stickiness): New declaration.
10561 * editfns.c (char_property_eq): Function removed.
10562 (text_property_stickiness): Function moved to `textprop.c'.
10563
10564 2002-03-13 Jason Rumney <jasonr@gnu.org>
10565
10566 * config.in: Add STRFTIME_NO_POSIX2.
10567
10568 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
10569 and %OX when underlying strftime does not.
10570
10571 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
10572
10573 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
10574 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
10575 line) to avoid annoying flicker.
10576 (xm_scroll_callback): Get rid of the now unnecessary kludge.
10577 (XTread_socket): Mark it static.
10578
10579 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
10580
10581 2002-03-13 Kim F. Storm <storm@cua.dk>
10582
10583 * puresize.h (BASE_PURESIZE): Increase to 775000.
10584
10585 2002-03-12 Juanma Barranquero <lektu@terra.es>
10586
10587 * editfns.c (syms_of_editfns): Fix typo.
10588
10589 2002-03-12 Gerd Moellmann <gerd@gnu.org>
10590
10591 * xsmfns.c: Include stdio.h because termhooks.h needs it.
10592 Include termopt.h for interrupt_input.
10593
10594 2002-03-11 Andreas Schwab <schwab@suse.de>
10595
10596 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
10597
10598 2002-03-11 Gerd Moellmann <gerd@gnu.org>
10599
10600 * xterm.c (note_mouse_movement): Put code for
10601 x_autoselect_window_p in #if 0.
10602
10603 * lread.c (Fload): Don't assume that message_with_string uses the
10604 string it is given like a C string.
10605
10606 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10607
10608 * xterm.h (x_session_check_input, x_session_initialize): Declared.
10609
10610 * xterm.c: (XTread_socket): Add call to x_session_check_input and
10611 x_session_have_connection.
10612 (x_initialize): Add call to x_session_initialize.
10613
10614 * termhooks.h (enum event_kind): Add save_session_event.
10615
10616 * keyboard.c: Add Emacs event save_session_event.
10617
10618 * emacs.c (main): Add call to syms_of_xsmfns.
10619
10620 * lisp.h: Declare syms_of_xsmfns as extern.
10621
10622 * config.in: Add HAVE_X_SM.
10623
10624 * Makefile.in (LIBXT): Add -lSM -lICE
10625 if HAVE_X_SM and not USE_X_TOOLKIT.
10626 (XOBJ): New file xsmfns.c added.
10627
10628 * xsmfns.c: New file for X session management.
10629
10630 2002-03-09 Jason Rumney <jasonr@gnu.org>
10631
10632 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
10633 read-only when setting modified time.
10634
10635 2002-03-08 Gerd Moellmann <gerd@gnu.org>
10636
10637 * xdisp.c (move_it_vertically_backward): At the end of the function,
10638 when moving forward by lines, treat terminal frames specially.
10639
10640 * keyboard.c (echo_char): Make sure to add a separator between
10641 keys even if echo_dash hasn't been called.
10642
10643 * xdisp.c: Use new string macros.
10644 (update_echo_area): Pass number of bytes to message3 instead of
10645 number of chars.
10646 (set_message_1): Don't access a string's size_byte directly.
10647 (decode_mode_spec_coding): Use number of bytes of eoltype string
10648 instead number of chars.
10649
10650 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
10651
10652 2002-03-08 Juanma Barranquero <lektu@terra.es>
10653
10654 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
10655 24-bit.
10656
10657 2002-03-06 Jason Rumney <jasonr@gnu.org>
10658
10659 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
10660
10661 2002-03-06 Gerd Moellmann <gerd@gnu.org>
10662
10663 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
10664 (cancel_echoing, echo_length, echo_truncate): Changed to
10665 work with new kboard definition.
10666 (echo_now): Use message3_nolog instead of message2_nolog.
10667
10668 * alloc.c (mark_kboards): Mark echo_string.
10669
10670 * keyboard.h (ECHOBUFSIZE): Removed.
10671 (struct kboard): Member echoptr removed, member echobuf renamed
10672 to echo_string.
10673
10674 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
10675 message3 instead of message2 to display the message using STRING's
10676 text properties.
10677
10678 2002-03-05 Andreas Schwab <schwab@suse.de>
10679
10680 * xdisp.c (hscroll_margin): Change to EMACS_INT.
10681
10682 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
10683
10684 * frame.c (default-frame-alist): Explain that setting it doesn't
10685 affect existing frames.
10686
10687 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
10688
10689 * indent.c (skip_invisible): Fix my brain fart.
10690
10691 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
10692
10693 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
10694
10695 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
10696 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
10697 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
10698 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
10699 and variables to use EMACS_INT instead of just int.
10700
10701 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
10702
10703 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10704
10705 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
10706 environment, pass it down with corrected value.
10707
10708 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10709
10710 * lread.c (read_filtered_event): Do not call start_hourglass
10711 before returning.
10712
10713 2002-03-04 Juanma Barranquero <lektu@terra.es>
10714
10715 * w32term.c (x_display_and_set_cursor): Fix typo.
10716
10717 2002-03-03 Richard M. Stallman <rms@gnu.org>
10718
10719 * fileio.c (Fmake_temp_name): Doc fix.
10720
10721 2002-03-03 Gary Wong <gtw@gnu.org>
10722
10723 * termcap.c [!emacs]: Replace ospeed for building standalone
10724 libtermcap, for binary compatibility.
10725
10726 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
10727
10728 2002-03-03 Richard M. Stallman <rms@gnu.org>
10729
10730 * xrdb.c (file_p): Rename arg `path' to `filename'.
10731
10732 * abbrev.c (Fexpand_abbrev): Increment plist as use count
10733 only if it is an integer.
10734
10735 * xfns.c (png_load): Set screen_gamma based on f->gamma.
10736 If png_get_sRGB gives an answer, call png_set_gamma
10737 using the default image gamma value.
10738
10739 * lread.c (read1): When reading from a file, default string to
10740 multibyte only if it has some multibyte characters.
10741
10742 * print.c (print_object): Output multibyte chars 128...255
10743 using \x even if ! print_escape_multibyte.
10744
10745 * xdisp.c (display_mode_element): Move the places where
10746 bytepos, charpos, this, and lisp_string are set.
10747 Use lisp_string to set bytepos.
10748
10749 * xdisp.c (redisplay_internal):
10750 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
10751
10752 * xdisp.c (display_mode_element): Merge properties specified with
10753 :propertize onto those that come with the string.
10754
10755 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
10756
10757 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
10758 automatic-hscrolling. Users changed.
10759 <hscroll-margin>: Renamed from automatic-hscroll-margin.
10760 Users changed.
10761 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
10762
10763 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10764
10765 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
10766
10767 2002-03-02 Kim F. Storm <storm@cua.dk>
10768
10769 * window.c (Fminibuffer_selected_window): New function.
10770 (syms_of_window): Defsubr it.
10771
10772 2002-03-01 Kim F. Storm <storm@cua.dk>
10773
10774 * window.h (struct window): New member phys_cursor_width.
10775
10776 * window.c (make_window, replace_window): Init phys_cursor_width.
10777
10778 * xterm.c (x_display_and_set_cursor): Blink box cursor using
10779 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
10780
10781 * w32term.c (x_display_and_set_cursor): Blink box cursor using
10782 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
10783
10784 * lisp.h (GCPRO6): New macro.
10785
10786 * process.c (Fopen_network_stream): Use GCPRO6.
10787
10788 2002-03-01 Kim F. Storm <storm@cua.dk>
10789
10790 * process.c (Qconnect, Qfailed): New variables.
10791 (syms_of_process): Intern and staticpro them.
10792 (Fprocess_status): Document connect and failed return values.
10793 [NON_BLOCKING_CONNECT]: New conditional.
10794 (connect_wait_mask, num_pending_connects): New variables.
10795 (status_message): Convert Qfailed status.
10796 (Fopen_network_stream): Added support for non-blocking connect.
10797 New optional args: filter, sentinel, non_blocking. Doc updated.
10798 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
10799 (deactivate_process): Handle pending non-blocking connect.
10800 (wait_reading_process_input): Poll for status of non-blocking
10801 connects. Exec sentinel directly when connect succeeds.
10802 (status_notify): Don't read process output if not yet connected.
10803
10804 2002-02-28 Kim F. Storm <storm@cua.dk>
10805
10806 * window.c: (minibuf_selected_window): Renamed from
10807 Vminibuf_selected_window. Users changed.
10808 (syms_of_window): Staticpro it.
10809
10810 2002-02-26 Kim F. Storm <storm@cua.dk>
10811
10812 The following changes add a new Vminibuf_selected_window variable
10813 which is similar to Vminibuf_scroll_window, but which is only set
10814 on entry to the minibuffer (from a non-minibuffer window):
10815
10816 * window.c: (Vminibuf_selected_window): New variable.
10817 (struct save_window_data): New member minibuf_selected_window.
10818 (Fset_window_configuration): Restore Vminibuf_selected_window.
10819 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
10820 Set minibuf_scroll_window member to nil if minibuf_level is 0.
10821 (compare_window_configurations): Compare minibuf_selected_window.
10822
10823 * window.h: (Vminibuf_selected_window): Declare extern.
10824
10825 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
10826 entry to minibuffer or on entry from a non-minibuffer window.
10827
10828 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
10829 Vminibuf_selected_window instead of Vminibuf_scroll_window.
10830
10831 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
10832 instead of Vminibuf_scroll_window when deciding in which window
10833 the region should be highlighted. Consequently, the region remains
10834 highlighteded even when a completion buffer is also displayed.
10835
10836 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
10837
10838 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
10839
10840 * xselect.c (Qcompound_text_with_extensions): Renamed from
10841 Qcompound_text_no_extensions.
10842 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
10843
10844 2002-02-26 Juanma Barranquero <lektu@terra.es>
10845
10846 * w32proc.c (syms_of_ntproc): Doc fix.
10847
10848 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10849
10850 * intervals.h: Include "dispextern.h" unconditionally.
10851
10852 2002-02-24 Jason Rumney <jasonr@gnu.org>
10853
10854 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
10855 and disp-table.elc.
10856 (lisp): Add emacs-lisp/backquote.elc.
10857
10858 2002-02-24 Kim F. Storm <storm@cua.dk>
10859
10860 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
10861 The validation of the event type was too strict as it didn't
10862 allow string events; buffer names are used in bindings for
10863 menu-bar-select-buffer (see `menu-bar-update-buffers').
10864
10865 2002-02-23 Kim F. Storm <storm@cua.dk>
10866
10867 The following changes rework my patch of 2002-02-06 which
10868 added command remapping by entering the commands directly into
10869 the keymaps. Now, command remapping uses an explicit `remap'
10870 prefix in the keymaps, i.e. [remap COMMAND].
10871
10872 * keymap.c (Qremap, remap_command_vector): New variables.
10873 (is_command_symbol): Removed function.
10874 (Fdefine_key): No longer accept a symbol for KEY.
10875 Added validation of [remap COMMAND] argument for KEY.
10876 The DEF is no longer required to be a symbol when remapping a command.
10877 (Fremap_command): New function to remap command through keymaps.
10878 (Flookup_key): Perform command remapping initiated by
10879 Fremap_command directly for speed.
10880 (Fkey_binding): Use Fremap_command for command remapping.
10881 (where_is_internal): Handle new command remapping representation.
10882 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
10883 staticpro them. Defsubr Fremap_command.
10884
10885 * keymap.h (Fremap_command): Declare extern.
10886 (is_command_symbol): Remove extern.
10887
10888 * keyboard.c (command_loop_1): Use Fremap_command for command
10889 remapping; now try command remapping for all symbols.
10890
10891 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10892
10893 * coding.h (run_pre_post_conversion_on_str): Add prototype.
10894
10895 2002-02-23 Jason Rumney <jasonr@gnu.org>
10896
10897 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
10898 on the string before encoding it.
10899 (Fw32_get_clipboard_data): Run post-read-conversion on the string
10900 after decoding it.
10901
10902 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
10903
10904 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10905
10906 * w32term.c (enter_timestamp): Remove unused static variable to
10907 prevent warning.
10908
10909 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
10910
10911 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10912
10913 * w16select.c (Fw16_get_clipboard_data): Fix last change.
10914
10915 * xselect.c (selection_data_to_lisp_data): Fix last change.
10916
10917 2002-02-22 Jason Rumney <jasonr@gnu.org>
10918
10919 * w32term.h (struct w32_output): New member menu_command_in_progress.
10920
10921 * w32menu.c (menubar_selection_callback): Free the menu and
10922 clear the menu_command_in_progress flag.
10923
10924 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
10925 (menu_free_timer): New variable.
10926 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
10927 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
10928 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
10929 menu command is in progress.
10930 <WM_COMMAND>: Set the menu_command_in_progress flag.
10931 Kill any menu_free_timer that is running.
10932
10933 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
10934 Call ExtTextOutA rather than ExtTextOut.
10935
10936 2002-02-22 Eli Zaretskii <eliz@gnu.org>
10937
10938 * puresize.h (BASE_PURESIZE): Increase to 755000.
10939
10940 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10941
10942 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
10943 on the string before encoding it.
10944 (Fw16_get_clipboard_data): Run post-read-conversion on the string
10945 after decoding it.
10946
10947 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10948
10949 Support for ICCCM Extended Segments in X selections:
10950
10951 * xselect.c <Qcompound_text_no_extensions>: New variable.
10952 (syms_of_xselect): Intern and staticpro it.
10953 (selection_data_to_lisp_data): Run post-read-conversion on decoded
10954 selection text.
10955 (lisp_data_to_selection_data): If next-selection-coding-system is
10956 compound-text-no-extensions, set the type of selection to be
10957 compound-text.
10958
10959 * xterm.h (x_encode_text): Update prototype.
10960
10961 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
10962 callers changed. If SELECTIONP is non-zero, run the
10963 pre-write-conversion function before encoding the selection text.
10964
10965 2002-02-21 Kim F. Storm <storm@cua.dk>
10966
10967 * frame.c (syms_of_frame): Change mouse-highlight default to t.
10968
10969 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
10970 Correct composing of language-change event.
10971
10972 2002-02-20 Kim F. Storm <storm@cua.dk>
10973
10974 * keyboard.c (menu_bar_items): Don't include keymap or local-map
10975 bindings at PT when building menu (the menu is not updated often
10976 enough for this to work reliable).
10977 (tool_bar_items): Likewise.
10978 (current_active_maps): Removed unused (and buggy) function.
10979
10980 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10981
10982 * xfns.c (gif_load): Use correct width and height for GIF images.
10983
10984 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
10985
10986 * floatfns.c (Fatan): Accept an optional second arg and call
10987 atan2 if passed 2 args.
10988
10989 2002-02-18 Jason Rumney <jasonr@gnu.org>
10990
10991 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
10992
10993 2002-02-17 Jason Rumney <jasonr@gnu.org>
10994
10995 * w32term.c (x_autoselect_window_p): New variable.
10996 (syms_of_w32term): DEFVAR_BOOL and initialize it.
10997 (note_mouse_movement): Use it.
10998
10999 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
11000
11001 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
11002
11003 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
11004 New variables.
11005 (syms_of_w32fns): Intern and staticpro them.
11006 (x_frame_parms) <"fullscreen">: New parameter.
11007 (x_fullscreen_move, x_set_fullscreen): New functions.
11008 (x_set_frame_parameters): Support Qfullscreen.
11009 (x_real_positions): Save x/y_pixels_diff frame params.
11010 (x_figure_window_size): Support full-screen frames.
11011 (Fx_create_frame): Default the fullscreen parameter.
11012
11013 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
11014 (x_fullscreen_adjust): New functions.
11015 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
11016 fullscreen. Call x_check_fullscreen_move, and set the
11017 want_fullscreen member of output_data.w32
11018 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
11019
11020 * w32term.h: New enum for FULLSCREEN_* constants.
11021 (struct w32_output): New members want_fullscreen, x_pixels_diff,
11022 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
11023 (x-fullscreen-adjust): New prototype.
11024
11025 2002-02-17 Kim F. Storm <storm@cua.dk>
11026
11027 * frame.c: (Vmouse_highlight): New variable.
11028 (syms_of_frame): DEFVAR_LISP it.
11029
11030 * frame.h: (Vmouse_highlight): Declare extern.
11031
11032 * xterm.h (struct x_display_info): Add mouse_face_hidden.
11033
11034 * xterm.c (disable_mouse_highlight): Removed variable.
11035 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
11036 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
11037 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
11038 and on after keyboard input.
11039 (x_term_init): Initialize mouse_face_hidden.
11040
11041 * msdos.h (struct display_info): Add mouse_face_hidden.
11042
11043 * msdos.c (disable_mouse_highlight): Removed variable.
11044 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
11045 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
11046 (internal_terminal_init): Initialize mouse_face_hidden.
11047 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
11048 and on after keyboard input.
11049
11050 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
11051
11052 * w32term.c (disable_mouse_highlight): Removed variable.
11053 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
11054 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
11055 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
11056 and on after keyboard input.
11057 (w32_initialize_display_info): Initialize mouse_face_hidden.
11058
11059 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
11060
11061 * msdos.c (last_mouse_window): New variable.
11062 (dos_rawgetc): Fix last change--if the mouse is in the same window
11063 as recorded in last_mouse_window, don't select this window.
11064
11065 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
11066
11067 * msdos.c (x_autoselect_window_p): New variable.
11068 (syms_of_msdos): Defvar it.
11069 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
11070 which the last mouse movement occured, unless it is already selected.
11071
11072 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
11073 New variables.
11074 (syms_of_xdisp): DEVFAR them.
11075 (hscroll_window_tree): Use automatic_hscroll_margin and
11076 Vautomatic_hscroll_step to compute the amount of window scrolling.
11077
11078 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11079
11080 * xterm.c (x-autoselect-window): New variable.
11081 (note_mouse_movement): Use it.
11082
11083 * keyboard.c: Do not include "systime.h" twice.
11084
11085 2002-02-15 Andreas Schwab <schwab@suse.de>
11086
11087 * puresize.h (BASE_PURESIZE): Increase to 9/5.
11088
11089 * alloc.c (NSTATICS): Increase to 1280.
11090
11091 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11092
11093 * alloc.c (NSTATICS): Bump to 1026.
11094
11095 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
11096 (Vx_super_keysym): New variables.
11097 (syms_of_xterm): DEFVAR_LISP them.
11098 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
11099 variables to determine which keys to use for the various modifiers.
11100
11101 2002-02-13 Kim F. Storm <storm@cua.dk>
11102
11103 * window.c: (Vmode_line_in_non_selected_windows): Removed.
11104 (mode_line_in_non_selected_windows): New variable.
11105 (syms_of_window): DEFVAR_BOOL it.
11106
11107 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
11108 Use mode_line_in_non_selected_windows.
11109 (mode_line_in_non_selected_windows): Declare extern.
11110 (Vmode_line_in_non_selected_windows): Removed extern.
11111
11112 2002-02-13 Richard M. Stallman <rms@gnu.org>
11113
11114 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
11115 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
11116 (Fclear_this_command_keys): Doc fixes.
11117
11118 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
11119 (update_face_from_frame_parameter): Increment face_change_count
11120 and windows_or_buffers_changed to force redisplay using changed faces.
11121
11122 * xdisp.c (QCpropertize): New variable.
11123 (mode_line_proptrans_alist): New variable.
11124 (display_mode_element): New arg PROPS; all calls changed.
11125 Implement this, for strings.
11126 Handle literal output of strings by sharing the
11127 main-line code for strings, using local var `literal'.
11128 Handle :propertize feature.
11129 (syms_of_xdisp): Initialze and staticpro QCpropertize and
11130 mode_line_proptrans_alist.
11131
11132 2002-02-11 Kim F. Storm <storm@cua.dk>
11133
11134 * window.c: (Vmode_line_in_non_selected_windows): New variable.
11135 (syms_of_window): DEFVAR_LISP it.
11136
11137 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
11138 (CURRENT_MODE_LINE_FACE_ID): Use it.
11139 (Vmode_line_in_non_selected_windows): Declare extern.
11140
11141 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
11142 to get mode line face.
11143
11144 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
11145
11146 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
11147 variables; cus-start.el doesn't need them anymore.
11148
11149 2002-02-09 Kim F. Storm <storm@cua.dk>
11150
11151 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
11152 reduction. This fixes a display problem where stray newlines were
11153 inserted in the window (corrected by C-l). Clarified code (IMHO).
11154
11155 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
11156
11157 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
11158
11159 * xdisp.c (display_mode_lines): Fix last change.
11160
11161 2002-02-09 Jason Rumney <jasonr@gnu.org>
11162
11163 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
11164 match each other.
11165 (w32_load_system_font): Prevent Cleartype fonts from loading.
11166 (Fx_show_tip): Ensure tip frames are above other topmost windows.
11167
11168 2002-02-09 Kim F. Storm <storm@cua.dk>
11169
11170 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
11171 (CURRENT_MODE_LINE_HEIGHT): Use it.
11172 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
11173
11174 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
11175 (pos_visible_p, handle_face_prop): Likewise.
11176 (display_mode_lines): Likewise, but for the real selected window.
11177 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
11178
11179 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
11180 in non-selected windows.
11181 (realize_basic_faces): Realize it.
11182 (syms_of_term): Intern and staticpro it.
11183
11184 2002-02-08 Kim F. Storm <storm@cua.dk>
11185
11186 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
11187 Changed mail addresses to emacs-devel@gnu.org.
11188
11189 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
11190
11191 * fileio.c (Fsubstitute_in_file_name): If the file name includes
11192 ~user, and there's no such user, don't discard everything before ~user.
11193
11194 * floatfns.c (Fround): Doc fix.
11195
11196 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11197
11198 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
11199
11200 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
11201
11202 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
11203
11204 2002-02-07 Kim F. Storm <storm@cua.dk>
11205
11206 * keymap.c (where_is_internal): Only check whether definition is
11207 remapped if it fulfills is_command_symbol.
11208
11209 2002-02-07 Andreas Schwab <schwab@suse.de>
11210
11211 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
11212
11213 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
11214
11215 2002-02-06 Kim F. Storm <storm@cua.dk>
11216
11217 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
11218 defining command remapping. Doc updated.
11219 (Flookup_key): Remap command through keymap if KEY is a symbol.
11220 (is_command_symbol): New function.
11221 (Fkey_binding): Use it. New optional argument NO-REMAP.
11222 Doc updated. Callers changed. Perform command remapping via
11223 recursive call unless that arg is non-nil.
11224 (where_is_internal): New argument no_remap. Callers changed.
11225 Call recursively to find original key bindings for a remapped
11226 comand unless that arg is non-nil.
11227 (Fwhere_is_internal): New optional argument NO-REMAP.
11228 Doc updated. Callers changed. Pass arg to where_is_internal.
11229
11230 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
11231 (is_command_symbol): Added prototype.
11232
11233 * keyboard.c (Vthis_original_command): New variable.
11234 (syms_of_keyboard): DEFVAR_LISP it.
11235 (command_loop_1): Set it, and perform command remapping.
11236
11237 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11238
11239 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
11240
11241 2002-02-06 Jason Rumney <jasonr@gnu.org>
11242
11243 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
11244
11245 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
11246
11247 * charset.c (get_charset_id): Use if-else instead of ?:.
11248
11249 2002-02-06 Richard M. Stallman <rms@gnu.org>
11250
11251 * filelock.c (S_ISLNK): Define if not defined.
11252
11253 2002-02-03 Richard M. Stallman <rms@gnu.org>
11254
11255 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
11256
11257 * lread.c (read1): Redesign strategy for force_multibyte and
11258 force_singlebyte. Now is_multibyte records whether read_buffer
11259 is multibyte. Encountering any multibyte character makes it so.
11260
11261 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
11262
11263 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
11264 with the same sequence, map that sequence to f10 rather than f0.
11265
11266 2002-02-03 Andreas Schwab <schwab@suse.de>
11267
11268 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
11269 latter never being defined on GNU/Linux.
11270
11271 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11272
11273 * xfaces.c (realize_default_face): Don't set the weight and slant of
11274 the default face to Qnormal, unless these attributes are unspecified.
11275
11276 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11277
11278 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
11279 Call cancel_hourglass unconditionally.
11280
11281 * eval.c (Fsignal): Remove duplicated declaration of
11282 the variable `display_hourglass_p'.
11283
11284 2002-01-31 Richard M. Stallman <rms@gnu.org>
11285
11286 * editfns.c (region_limit): Nicer error message.
11287
11288 * coding.c (decode_composition_emacs_mule):
11289 Give up if NCOMPONENT gets too large to index `component'.
11290
11291 * callint.c (check_mark): New arg to specify clearer error message.
11292 Callers changed.
11293
11294 2002-01-27 Richard M. Stallman <rms@gnu.org>
11295
11296 * minibuf.c (Fcompleting_read): Doc fix.
11297
11298 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11299
11300 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
11301 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
11302 Fix doc-strings.
11303
11304 2002-01-26 Richard M. Stallman <rms@gnu.org>
11305
11306 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
11307
11308 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
11309 and scroll_up_aggressively.
11310
11311 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11312
11313 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
11314
11315 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
11316
11317 * textprop.c (Fnext_property_change, Fnext_single_property_change)
11318 (Fprevious_property_change, Fprevious_single_property_change):
11319 Stay within the narrowed-buffer boundaries.
11320
11321 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11322
11323 * term.c (Ftty_display_color_cells): New function.
11324 (syms_of_term): Defsubr it.
11325 (Ftty_display_color_cells, Ftty_display_color_p): Change the
11326 argument name to DISPLAY. Doc fix.
11327
11328 * dispextern.h: Add prototype for set_tty_color_mode and
11329 tty_setup_colors.
11330
11331 2002-01-24 Jason Rumney <jasonr@gnu.org>
11332
11333 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
11334 If region left to draw is not what was expected, mark the frame as
11335 garbaged.
11336
11337 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
11338 Combine the regions returned by BeginPaint and GetUpdateRect.
11339
11340 2002-01-23 Jason Rumney <jasonr@gnu.org>
11341
11342 * w32term.c (x_update_window_begin): Only hide caret if
11343 w32_use_visible_system_caret is set.
11344 (x_update_window_end): Only show caret if
11345 w32_use_visible_system_caret is set.
11346 (syms_of_w32term): Handle SystemParametersInfo call failing.
11347
11348 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
11349
11350 2002-01-22 Richard M. Stallman <rms@gnu.org>
11351
11352 * unexelf.c (unexec): Define n so as to cause compilation error
11353 for the code where people have often written n instead of nn.
11354
11355 * .gdbinit (hookpost-run): Defined.
11356
11357 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11358
11359 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
11360
11361 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11362
11363 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
11364 if fullscreen is being set.
11365
11366 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11367
11368 * minibuf.c (Fminibuffer_contents)
11369 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
11370 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
11371
11372 2002-01-21 Richard M. Stallman <rms@gnu.org>
11373
11374 * window.c (check_frame_size): Fix minimum height calculation.
11375
11376 2002-01-20 Ken Raeburn <raeburn@gnu.org>
11377
11378 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
11379 height before comparison.
11380 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
11381
11382 2002-01-20 Jason Rumney <jasonr@gnu.org>
11383
11384 * w32term.c (w32_system_caret_width): Remove.
11385 (w32_use_visible_system_caret): New user flag.
11386 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
11387 Windows reports a screen reader running.
11388 (x_update_window_begin): Hide the system caret.
11389 (x_update_window_end): Show the system caret.
11390 (x_display_and_set_cursor): Don't draw a cursor when
11391 w32_use_visible_system_caret is set. Do not adjust width.
11392
11393 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
11394 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
11395 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
11396 the user requests it. Use system default width when creating.
11397 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
11398
11399 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
11400 New window messages.
11401
11402 2002-01-20 Richard M. Stallman <rms@gnu.org>
11403
11404 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
11405
11406 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11407
11408 * doprnt.c (doprnt1): Fix typos in error call.
11409
11410 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
11411
11412 * unexelf.c (unexec) [__sgi]: Support the .got sections.
11413
11414 2002-01-20 Jason Rumney <jasonr@gnu.org>
11415
11416 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
11417 that Windows returns. If a double check fails, try to guess how
11418 ExtTextOut is going to act.
11419
11420 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
11421 in place of stricmp.
11422 (w32_list_synthesized_fonts): Removed.
11423 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
11424 (struct enumfont_t): New element; list.
11425 (enum_font_cb2): List all style and charset variations of a font.
11426 (Fw32_select_font): New optional argument; include_proportional.
11427 Exclude vertical fonts. Exclude proportional fonts unless
11428 include_proportional is non-nil.
11429 (w32_enable_synthesized_fonts): Change to a boolean.
11430 (Fw32_send_sys_command): Doc fix.
11431
11432 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11433
11434 * dispnew.c (update_frame): Move the variable `tem' to the block
11435 where it is used.
11436
11437 2002-01-19 Jason Rumney <jasonr@gnu.org>
11438
11439 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
11440 call to face-set-after-frame-default.
11441
11442 2002-01-18 Richard M. Stallman <rms@gnu.org>
11443
11444 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
11445 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
11446
11447 2002-01-17 Richard M. Stallman <rms@gnu.org>
11448
11449 * window.c (enlarge_window): When exceeding size of parent,
11450 directly delete all the siblings instead of trying to resize it.
11451
11452 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11453
11454 * term.c (set_tty_color_mode): Remove unused variable `tem'.
11455
11456 2002-01-16 Henrik Enberg <henrik@enberg.org>
11457
11458 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
11459
11460 2002-01-16 Kim F. Storm <storm@cua.dk>
11461
11462 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
11463 is invisible. This can happen if cursor is on top line of a
11464 window, and we switch to a buffer with a header line.
11465
11466 * w32term.c (x_erase_phys_cursor): Ditto.
11467
11468 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11469
11470 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
11471 `dont_resize' only when used.
11472
11473 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
11474
11475 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
11476
11477 * xdisp.c (display_mode_element): When computing charpos, depend
11478 on multibyteness of elt, not the text in field.
11479
11480 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11481
11482 * buffer.c (Fkill_all_local_variables):
11483 Increment `update_mode_lines' only once.
11484
11485 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11486
11487 * lisp.h (adjust_after_replace_noundo)
11488 (Fupdate_coding_systems_internal): Add prototypes.
11489
11490 * sound.c (Fplay_sound): Initialize header_size also for :data case.
11491
11492 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11493
11494 Support for the --color command-line argument and tty-color-mode
11495 frame parameter:
11496
11497 * term.c (tty_default_color_capabilities, tty_setup_colors)
11498 (set_tty_color_mode): New functions.
11499 (term_init): Call tty_default_color_capabilities.
11500 (Qtty_color_mode_alist): New variable.
11501 (syms_of_term): Intern and staticpro it.
11502
11503 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
11504 frames.
11505 (do_switch_frame): For termcap frames, switch the tty
11506 color mode as specified by the frame's parameters.
11507 (Qtty_color_mode): New variable.
11508 (syms_of_frame): Intern and staticpro it.
11509
11510 * emacs.c (USAGE2): Add the --color option.
11511 (standard_args): Ditto.
11512
11513 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11514
11515 * xterm.h (struct x_output): New members want_fullscreen,
11516 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
11517 y_pixels_outer_diff.
11518 New enum for FULLSCREEN_* constants.
11519 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
11520 is NULL.
11521 (x_fullscreen_adjust): Add prototype.
11522
11523 * emacs.c (USAGE2): Add the new full-screen arguments.
11524 (standard_args): Ditto.
11525
11526 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
11527 New variables.
11528 (syms_of_xfns): Intern and staticpro them.
11529 (x_frame_parms) <"fullscreen">: New parameter.
11530 (x_fullscreen_move, x_set_fullscreen): New functions.
11531 (x_set_frame_parameters): Support for Qfullscreen.
11532 (x_real_positions): More accurate computation of the frame position.
11533 (x_figure_window_size): Support full-screen frames.
11534 (Fx_create_frame): Default the fullscreen parameter.
11535
11536 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
11537 (XTread_socket) <Expose>: Call x_check_fullscreen.
11538 <ConfigureNotify>: Don't resize to fullscreen.
11539 Call x_check_fullscreen_move, and set the want_fullscreen member of
11540 output_data.x.
11541
11542 2002-01-13 Jason Rumney <jasonr@gnu.org>
11543
11544 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
11545 for mice with more than 3 buttons.
11546
11547 * w32term.c (parse_button): New parameter xbutton. Callers changed.
11548 (w32_read_socket): Handle new "XBUTTON" messages.
11549
11550 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
11551 (syms_of_w32fns): DEFVAR_BOOL it.
11552 (w32_wnd_proc): Handle new "XBUTTON" messages.
11553
11554 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11555
11556 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
11557
11558 2002-01-13 Andreas Schwab <schwab@suse.de>
11559
11560 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
11561
11562 2002-01-12 Andreas Schwab <schwab@suse.de>
11563
11564 * .gdbinit (xbuffer): Remove address operator since data is now a
11565 pointer.
11566
11567 2002-01-11 Richard M. Stallman <rms@gnu.org>
11568
11569 * insdel.c (adjust_after_replace_noundo): New function.
11570
11571 * coding.c (code_convert_region): Don't copy old text if undo disabled.
11572
11573 2002-01-09 Jason Rumney <jasonr@gnu.org>
11574
11575 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
11576 when checking for multiple frames.
11577
11578 2002-01-08 Richard M. Stallman <rms@gnu.org>
11579
11580 * window.c (delete_window): Rewrite the code for changing the
11581 selected window to handle the case where WINDOW is not a leaf.
11582
11583 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11584
11585 * process.c (send_process): Set src_multibyte to 1 after the call
11586 top setup_coding_system, not before the call.
11587
11588 2002-01-07 Jason Rumney <jasonr@gnu.org>
11589
11590 * xmenu.c (set_frame_menubar, xmenu_show):
11591 (xdialog_show): Initialize wv->help to Qnil.
11592
11593 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
11594 (w32_dialog_show): Initialize wv->help to Qnil.
11595
11596 2002-01-06 Jason Rumney <jasonr@gnu.org>
11597
11598 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
11599
11600 * w32menu.c (w32_menu_display_help): Revert last change.
11601
11602 * xmenu.c (menu_highlight_callback): Revert last change.
11603
11604 2002-01-06 Andreas Schwab <schwab@suse.de>
11605
11606 * insdel.c (make_gap_larger): Make sure buffer size does not
11607 overflow range of int.
11608
11609 2002-01-05 Jason Rumney <jasonr@gnu.org>
11610
11611 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
11612 OVERLAPS_P.
11613
11614 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
11615
11616 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
11617 to the left or to the right of the pointer, put it against
11618 the left screen edge.
11619 (x_frame_parms): Add missing braces around initializer.
11620
11621 * w32term.c (x_setup_relief_colors): Don't compute an image's
11622 background color if it doesn't have a Pixmap.
11623 (notice_overwritten_cursor): Don't depend on
11624 output_cursor and updated_area. Compare pixel coordinates with
11625 window's cursor pixel coordinates.
11626 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
11627 Call notice_overwritten_cursor with new arg list.
11628 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
11629 unconditionally.
11630 (x_draw_image_relief): Use predefined macro instead of
11631 constant when the value of `tool_bar_button_relief' is negative.
11632
11633 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
11634
11635 2002-01-04 Richard M. Stallman <rms@gnu.org>
11636
11637 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
11638
11639 2002-01-03 Richard M. Stallman <rms@gnu.org>
11640
11641 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
11642 (Fkey_binding): Try the `keymap' property map first.
11643 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
11644 minor mode bindings.
11645
11646 2002-01-03 Kim F. Storm <storm@cua.dk>
11647
11648 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
11649
11650 2002-01-02 Richard M. Stallman <rms@gnu.org>
11651
11652 * keyboard.c (read_key_sequence): Handle the keymap property
11653 before minor mode maps.
11654
11655 * editfns.c (Fformat): Update thissize from field_width
11656 based on the actual width, in the string case.
11657
11658 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11659
11660 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
11661 when used as truth value to prevent gcc warnings.
11662
11663 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
11664 * w32proc.c: Include <config.h>.
11665
11666 2002-01-01 Andreas Schwab <schwab@suse.de>
11667
11668 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
11669 not EMACS_INT, to make them compatible with DEFVAR_INT.
11670 * lisp.h (max_specpdl_size): Adjust declaration.
11671
11672 2002-01-01 Richard M. Stallman <rms@gnu.org>
11673
11674 * print.c (print_object): Test print_escape_nonascii only for
11675 unibyte strings.
11676 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
11677 when outputting to a multibyte buffer.
11678
11679 2001-12-29 Richard M. Stallman <rms@gnu.org>
11680
11681 * print.c (print_object): In multibyte string, use hex escapes.
11682 Use octal only for unibyte strings.
11683 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
11684
11685 * lread.c (read_escape): New arg BYTEREP for reporting whether
11686 escape forces unibyte or multibyte.
11687 (read1): When reading a string, take note of that info.
11688
11689 2001-12-29 Ken Raeburn <raeburn@gnu.org>
11690
11691 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
11692 comparison to test lisp value returned by Fget.
11693
11694 2001-12-29 Richard M. Stallman <rms@gnu.org>
11695
11696 * lisp.h (max_specpdl_size): Add declaration.
11697
11698 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
11699
11700 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
11701 Handle modifier bits. Correct typo in error message.
11702
11703 2001-12-28 Richard M. Stallman <rms@gnu.org>
11704
11705 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
11706 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
11707 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
11708 Update calls to Fdefine_abbrev.
11709 (write_abbrev): Update for changed data format.
11710 Don't list "system" abbrevs.
11711 (Fexpand_abbrev): Update use count with new data format.
11712 (describe_abbrev): Update for changed data format.
11713 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
11714
11715 * config.in (HAVE_MBSINIT): Add #undef.
11716
11717 * strftime.c (mbsinit): Define as no-op if not available.
11718
11719 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
11720 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
11721
11722 * keymap.c (Flookup_key): Error message if key has wrong data type.
11723 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
11724 (exclude_key): New variable.
11725
11726 2001-12-28 Gerd Moellmann <gerd@gnu.org>
11727
11728 * xterm.c (x_setup_relief_colors): Don't compute an image's
11729 background color if it doesn't have a Pixmap.
11730
11731 * xterm.c (notice_overwritten_cursor): Don't depend on
11732 output_cursor and updated_area. Compare pixel coordinates with
11733 window's cursor pixel coordinates.
11734 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
11735 Call notice_overwritten_cursor with new arg list.
11736 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
11737 unconditionally.
11738
11739 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
11740 height of the cursor line to the amount to scroll.
11741
11742 2001-12-27 Richard M. Stallman <rms@gnu.org>
11743
11744 * intervals.c (set_point_both): The position after an invisible,
11745 intangible character is not an acceptable stopping point.
11746
11747 2001-12-27 Ken Raeburn <raeburn@gnu.org>
11748
11749 * window.c (enlarge_window): In new preserve_before code, convert
11750 CURBEG from lisp object to integer before doing arithmetic.
11751
11752 2001-12-27 Richard M. Stallman <rms@gnu.org>
11753
11754 * bytecode.c (Fbyte_code): Undo previous change.
11755
11756 2001-12-26 Kim F. Storm <storm@cua.dk>
11757
11758 * keyboard.c (record_char): Ignore duplicate help-echo events only
11759 separated by mouse-movement. When tracking mouse, only record
11760 first and last mouse-movement event in same window.
11761 Don't record mouse-movement events in keyboard macros.
11762
11763 2001-12-25 Richard M. Stallman <rms@gnu.org>
11764
11765 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
11766 (Fenlarge_window): New arg PRESERVE_BEFORE.
11767
11768 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
11769 instead of Fstring_as_unibyte.
11770
11771 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11772
11773 The following changes remove mocklisp support:
11774
11775 * mocklisp.h, mocklisp.c: Files removed.
11776
11777 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
11778 `Qmocklisp' and `Qmocklisp_arguments'.
11779 Remove prototype of syms_of_mocklisp.
11780
11781 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
11782
11783 * callint.c: Do not include mocklisp.h.
11784 (Fcall_interactively): Do not test for mocklisp case.
11785
11786 * eval.c: Remove variables `Qmocklisp_arguments',
11787 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
11788 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
11789 Do not test for mocklisp case.
11790 (Fwhile): Remove unused variable `tem'.
11791 (syms_of_eval): Remove variable `moclisp-arguments'.
11792
11793 * data.c (wrong_type_argument): Remove mocklisp case.
11794
11795 * doc.c (Fdocumentation): Remove mocklisp case.
11796
11797 * emacs.c (main): Do not call syms_of_mocklisp.
11798
11799 2001-12-21 Richard M. Stallman <rms@gnu.org>
11800
11801 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
11802 to the left or to the right of the pointer, put it against
11803 the left screen edge.
11804
11805 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11806
11807 * Makefile.in (distclean): Remove .gdbinit if we are building
11808 outside the source tree.
11809
11810 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
11811
11812 * w32.c (emacs_root_dir): New function.
11813
11814 * msdos.c (emacs_root_dir): New function.
11815
11816 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
11817 of the current drive as the fallback for default_directory.
11818
11819 * dired.c (file_name_completion): Run the elements of
11820 completion-ignored-extensions through ENCODE_FILE.
11821
11822 * lisp.h (scmp): Remove prototype, since it's now a static
11823 function private to dired.c.
11824
11825 2001-12-18 Richard M. Stallman <rms@gnu.org>
11826
11827 * dired.c (scmp): Function moved from minibuf.c.
11828 Delete multibyte handling--used only on encoded strings.
11829
11830 * minibuf.c (scmp): Function moved to dired.c.
11831
11832 * fns.c (merge): Add QUIT call.
11833
11834 2001-12-18 Dave Love <fx@gnu.org>
11835
11836 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
11837 language/georgian.el.
11838
11839 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
11840
11841 * Makefile.in (lisp, shortlisp): Synchronize with changes to
11842 lisp/Makefile.in:DONTCOMPILE.
11843
11844 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11845
11846 * xdisp.c (window_box_height): Do not return negative values.
11847 From Gerd Moellmann <gerd@gnu.org>.
11848
11849 * keyboard.c (head_table): Add missing braces around initializer.
11850
11851 * term.c (keys): Likewise.
11852
11853 * xfns.c (x_frame_parms, visual_classes): Likewise.
11854
11855 2001-12-17 Sam Steingold <sds@gnu.org>
11856
11857 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
11858 patch (COMPOSING_P, not COMPOSING).
11859
11860 2001-12-17 Richard M. Stallman <rms@gnu.org>
11861
11862 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
11863
11864 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
11865 before calling decode_coding.
11866
11867 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
11868
11869 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
11870 instead of only for COMPOSITION_DISABLED.
11871
11872 2001-12-16 Richard M. Stallman <rms@gnu.org>
11873
11874 * alloc.c (pure_alloc): After overflow, allocate just a small block.
11875
11876 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
11877
11878 * buffer.h (struct buffer): New field `display_error_modiff'.
11879 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
11880
11881 * window.c (Frecenter): Clear display_error_modiff field.
11882
11883 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
11884 Call redisplay_window, but not if display_error_modiff field says no.
11885 (redisplay_window_error): New function.
11886 (displayed_buffer): New variable.
11887 (redisplay_internal, redisplay_windows): Call the new functions
11888 instead of redisplay_window directly.
11889
11890 2001-12-15 Richard M. Stallman <rms@gnu.org>
11891
11892 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
11893
11894 2001-12-14 Andrew Innes <andrewi@gnu.org>
11895
11896 * makefile.w32-in (EMACSLOADPATH): Define.
11897 ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
11898 (bootstrap-temacs): Remove dependency on bootstrap-clean.
11899
11900 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
11901
11902 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
11903 parameter have a numeric value all the time.
11904
11905 * w32fns.c (x_report_frame_params): Likewise.
11906
11907 2001-12-12 Richard M. Stallman <rms@gnu.org>
11908
11909 * fileio.c (Fwrite_region): Doc fix.
11910
11911 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
11912 (redisplay_internal): Call clear_image_cache only for window terminals.
11913
11914 2001-12-12 Gerd Moellmann <gerd@gnu.org>
11915
11916 * xdisp.c (move_it_vertically_backward): Change heuristic
11917 for the case that we didn't move far enough initially.
11918
11919 * window.c (Frecenter): Simplify computation in the case of window
11920 system frames and ARG < 0; use window_box_height.
11921
11922 2001-12-11 Richard M. Stallman <rms@gnu.org>
11923
11924 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
11925 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
11926
11927 2001-12-11 Andrew Innes <andrewi@gnu.org>
11928
11929 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
11930 arg is negative.
11931
11932 2001-12-11 Richard M. Stallman <rms@gnu.org>
11933
11934 * m/hp800.h: Split the __hpux conditional into the parts
11935 that are right for GNU/Linux too and the parts that are not.
11936 Use the former if GNU_LINUX.
11937 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
11938
11939 * s/gnu-linux.h (GNU_LINUX): Defined.
11940
11941 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11942
11943 * macros.c, msdos.c, w16select.c: Change doc-string comments to
11944 `new style' [w/`doc:' keyword].
11945
11946 2001-12-10 Jason Rumney <jasonr@gnu.org>
11947
11948 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
11949 before using.
11950
11951 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11952
11953 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
11954 keyword].
11955
11956 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
11957
11958 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
11959
11960 * s/hpux10.h (srand48): Don't undefine.
11961
11962 2001-12-09 Jason Rumney <jasonr@gnu.org>
11963
11964 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
11965 Add comment to explain where the struct came from.
11966 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
11967 (add_menu_item): Process pop-up menus first to avoid memory leak.
11968 (add_menu_item, w32_menu_display_help): Use `help' field as
11969 Lisp_Object.
11970 (w32_free_submenu_strings): Only free owner-drawn strings.
11971
11972 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11973
11974 * COPYING: Moved back.
11975
11976 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
11977 Add parentheses around && within ||.
11978
11979 * indent.c (compute_motion): Likewise.
11980
11981 * intervals.c (merge_properties_sticky): Likewise.
11982
11983 * coding.c (setup_coding_system, shrink_encoding_region)
11984 (Fdecode_sjis_char): Likewise.
11985
11986 2001-12-07 Andreas Schwab <schwab@suse.de>
11987
11988 * xdisp.c (display_mode_element): Don't read past end of string if
11989 it ends with '%'.
11990
11991 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
11992 can hold.
11993
11994 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
11995 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
11996 type changed to Lisp_Object.
11997 (syms_of_data): DEFVAR_LISP them.
11998
11999 2001-12-07 Richard M. Stallman <rms@gnu.org>
12000
12001 * callproc.c (init_callproc): Set Vdata_directory based on the source
12002 location whenever Emacs was run uninstalled.
12003
12004 2001-12-06 Paul Eggert <eggert@twinsun.com>
12005
12006 * config.in (HAVE_WORKING_VFORK): New #undefs.
12007 * process.c (create_process):
12008 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
12009 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
12010 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
12011 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
12012 * m/intel386.h (HAVE_VFORK): Likewise.
12013 * m/mips-siemens.h (HAVE_VFORK): Likewise.
12014 * m/mips.h (HAVE_VFORK): Likewise.
12015 * s/freebsd.h (vfork): Remove #define.
12016 * s/lynxos.h (HAVE_VFORK): Remove #undef.
12017 * s/usg5-4-2.h: Fix comment about vfork.
12018
12019 2001-12-06 Richard M. Stallman <rms@gnu.org>
12020
12021 * s/hpux10.h (random): Add undef.
12022 (HAVE_RANDOM): Define it just once.
12023
12024 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
12025
12026 * eval.c: Undo last change: the standard syntax is not wanted.
12027
12028 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12029
12030 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
12031 scroll bars of the frame before deleting the frame itself. If the
12032 frame has a widget, delete the frame with XtDestroyWidget, and do
12033 not call XDestroyWindow before that.
12034
12035 2001-12-06 Kim F. Storm <storm@cua.dk>
12036
12037 * xfns.c (x_report_frame_params): Return actual fringe widths.
12038
12039 * w32fns.c (x_report_frame_params): Return actual fringe widths.
12040
12041 2001-12-05 Andrew Innes <andrewi@gnu.org>
12042
12043 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
12044 excessively large.
12045
12046 * insdel.c (make_gap_larger): New function.
12047 (make_gap_smaller): New function.
12048 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
12049 Call make_gap_smaller if arg is negative.
12050
12051 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
12052
12053 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
12054 Pass a dummy argument when calling interrupt_signal.
12055 (parse_menu_item): Mark disabled items before checking for empty def.
12056 (read_char_minibuf_menu_prompt): Make safety more visible.
12057 (read_key_sequence): Add a `first_unbound' variable.
12058 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
12059 unbound prefix as soon as we can detect it.
12060
12061 * doc.c (Fsnarf_documentation): Add prototype.
12062 (get_doc_string): Handle negative arguments.
12063 (Fdocumentation): Use AREF and ASIZE.
12064 Move the calls to get_doc_string to a single place.
12065 Don't confuse an interactive-spec for a docstring reference.
12066 (Fdocumentation_property): Take advantage of the fact that
12067 get_doc_string now ignores the sign of the docstring position.
12068
12069 * eval.c: Use standard syntax for usage in docstrings.
12070
12071 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12072
12073 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
12074
12075 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12076
12077 * xterm.c (x_draw_image_relief): Use predefined macro instead of
12078 constant when the value of `tool_bar_button_relief' is negative.
12079
12080 2001-12-02 Richard M. Stallman <rms@gnu.org>
12081
12082 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
12083 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
12084
12085 * fileio.c (read_non_regular): Delete Fsignal call.
12086
12087 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
12088
12089 * lisp.h (run_hook_list_with_args): Undo last change.
12090
12091 2001-12-01 Gerd Moellmann <gerd@gnu.org>
12092
12093 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
12094
12095 2001-12-01 Jason Rumney <jasonr@gnu.org>
12096
12097 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
12098
12099 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
12100 [!WM_MOUSELEAVE]: Define.
12101
12102 * w32menu.c (current_popup_menu, get_menu_item_info):
12103 (set_menu_item_info): New vars.
12104 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
12105 (w32_menu_show): Set current_popup_menu.
12106 (add_menu_item): Allocate new strings for owner-drawn menu items
12107 and help strings.
12108 Use owner-draw for disabled menu items again.
12109 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
12110 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
12111
12112 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
12113 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
12114 <WM_EXITMENULOOP>: Free menu strings.
12115 <WM_MOUSELEAVE>: Stop tracking mouse.
12116 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
12117
12118 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
12119 and mouse face.
12120
12121 2001-12-01 Kim F. Storm <storm@cua.dk>
12122
12123 The following changes add left-fringe and right-fringe
12124 frame parameters to adjust fringe widths, or remove one or
12125 both fringes.
12126
12127 * frame.h (struct frame): Remove trunc_area_pixel_width and
12128 trunc_area_cols fields.
12129 (Qleft_fringe, Qright_fringe): Declare.
12130 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
12131
12132 * frame.c (Qleft_fringe, Qright_fringe): New vars.
12133 (syms_of_frame): Initialize them.
12134
12135 * window.c (coordinates_in_window): Handle separate left and right
12136 fringe widths.
12137
12138 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
12139 and fringe_cols fields.
12140 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
12141 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
12142 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
12143 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
12144 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
12145 (x_compute_fringe_widths): Add prototype.
12146
12147 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
12148 fill fringe evenly with small dashes.
12149 (x_draw_fringe_bitmap): Clear background if necessary. Align and
12150 clip the new ZV bitmap to avoid jitter between rows.
12151 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
12152 background. Don't draw fringe bitmaps if fringe width is zero.
12153 (x_compute_fringe_widths): New function.
12154 (x_new_font, x_set_window_size_1): Use it.
12155
12156 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
12157 (x_set_frame_parameters): Process `font' parameter before other
12158 parameters as fringe widths depend on it.
12159 (x_set_fringe_width): New function.
12160 (x_figure_window_size): Use x_compute_fringe_widths.
12161 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
12162 parameters.
12163
12164 * widget.c (set_frame_size): Use x_compute_fringe_widths.
12165 (EmacsFrameSetCharSize): Ditto.
12166
12167 * w32term.h: Merged changes from xterm.h.
12168 * w32term.c: Merged changes from xterm.c.
12169 * w32fns.c: Merged changes from xfns.c.
12170
12171 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12172
12173 * COPYING: Removed.
12174
12175 2001-11-29 Dave Love <fx@gnu.org>
12176
12177 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
12178 extra extra slot.
12179 (detect_coding_mask): Fix call of detect_coding_iso2022.
12180
12181 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12182
12183 * fileio.c (file-name-coding-system)
12184 (default-file-name-coding-system): Doc fix (links to referenced
12185 variables added).
12186
12187 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
12188
12189 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
12190 Add dummy uses of gcproN variables.
12191
12192 * category.c (describe_category, describe_category_1)
12193 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
12194 (syms_of_category): Don't defsubr Sdescribe_categories.
12195
12196 2001-11-28 Richard M. Stallman <rms@gnu.org>
12197
12198 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
12199
12200 * Makefile.in (lispdir): New variable, referring to build dir.
12201 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
12202
12203 2001-11-28 Andrew Innes <andrewi@gnu.org>
12204
12205 * w32menu.c (w32_menu_display_help): Actually add the new argument
12206 OWNER.
12207
12208 2001-11-28 Jason Rumney <jasonr@gnu.org>
12209
12210 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
12211 menu items. From David Ponce <dponce@wanadoo.fr>.
12212 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
12213 conditionally.
12214 (w32_menu_display_help): New argument OWNER. Rewritten to store a
12215 help event in the owner frame's keyboard buffer.
12216
12217 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
12218 (Fx_show_tip): Don't subtract last width from row width.
12219
12220 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
12221 (w32_read_socket): Use EQ to compare frames.
12222
12223 2001-11-28 Gerd Moellmann <gerd@gnu.org>
12224
12225 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
12226 OVERLAPS_P.
12227
12228 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12229
12230 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
12231 `gcpro3' and `gcpro4'.
12232
12233 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
12234
12235 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
12236
12237 * ccl.c: Use AREF and ASIZE.
12238
12239 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
12240
12241 * lisp.h (run_hook_list_with_args): Remove.
12242 (LIST_END_P): Fix call to wrong_type_argument.
12243 (make_fixnum_or_float): Use EMACS_INT rather than int.
12244
12245 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
12246
12247 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
12248 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
12249
12250 * eval.c: Use AREF and ASIZE.
12251 (Ffetch_bytecode): Add the file name to the error message.
12252
12253 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
12254 which match the end of the file-name.
12255 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
12256 is not a valid env var, but leave it as is instead.
12257
12258 * keymap.c (access_keymap): Handle t bindings like nil bindings.
12259 Make nil bindings in char-tables transparent.
12260 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
12261
12262 2001-11-26 Richard M. Stallman <rms@gnu.org>
12263
12264 * textprop.c (set_text_properties_1): Allow START, END in either order.
12265 Do nothing if range is empty.
12266
12267 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
12268
12269 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
12270 (clean): Not here.
12271
12272 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
12273
12274 * textprop.c (set_text_properties_1): Clearly mark that the
12275 interval should not be empty.
12276
12277 * intervals.c (graft_intervals_into_buffer):
12278 Don't call set_text_properties_1 on an empty interval.
12279
12280 2001-11-25 Richard M. Stallman <rms@gnu.org>
12281
12282 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
12283
12284 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
12285 don't lose the data in it.
12286
12287 2001-11-25 Juanma Barranquero <lektu@terra.es>
12288
12289 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
12290
12291 * buffer.c (Fkill_buffer): Likewise.
12292
12293 * print.c (temp_output_buffer_setup): Likewise.
12294
12295 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
12296
12297 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
12298
12299 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
12300
12301 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
12302 Niemitalo <kon@iki.fi>.
12303
12304 2001-11-25 Jason Rumney <jasonr@gnu.org>
12305
12306 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
12307
12308 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
12309 (Fx_show_tip): Block input during frame creation.
12310 (Fx_show_tip, Fx_hide_tip): Enable.
12311
12312 2001-11-24 Richard M. Stallman <rms@gnu.org>
12313
12314 * lread.c (Fload): Detect recursive load error for more than 3
12315 nestings of the same file.
12316 (Vrecursive_load_depth_limit): Variable deleted.
12317 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
12318
12319 2001-11-24 Jason Rumney <jasonr@gnu.org>
12320
12321 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
12322 mouse position if either left or top is not specified.
12323
12324 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
12325 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
12326 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
12327 (my_create_tip_window): Assign tip_window.
12328 (x_create_tip_frame): Use same defaults as X.
12329 (compute_tip_xy): Remove unused variable. Use full screen width.
12330 (Fx_show_tip): Do not double height. Call ShowWindow directly.
12331
12332 * w32term.c (x_after_update_window_line): Doc fix.
12333 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
12334 frames.
12335 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
12336
12337 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
12338 for all Windowed systems.
12339
12340 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12341
12342 * msdos.c (IT_clear_screen): If the frame's faces are not yet
12343 realized, use the initial screen colors to clear the screen.
12344
12345 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12346
12347 * textprop.c (Fset_text_properties): Remove unused variables
12348 `unchanged', `prev_changed', `s' and `len'.
12349
12350 * search.c (Freplace_match): Remove unused variable `inslen'.
12351
12352 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
12353
12354 2001-11-22 Jason Rumney <jasonr@gnu.org>
12355
12356 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
12357 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
12358 (my_create_tip_window): New function.
12359 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
12360 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
12361
12362 2001-11-20 Jason Rumney <jasonr@gnu.org>
12363
12364 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
12365 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
12366
12367 * w32fns.c (Vw32_system_coding_system): Remove.
12368 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
12369
12370 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
12371
12372 * fileio.c (Fwrite_region): Move choose_write_coding_system to
12373 after build_annotations.
12374
12375 * syntax.c (describe_syntax): Add dummy arg.
12376 (describe_syntax_1): Update call to describe_vector.
12377
12378 * category.c (describe_category): Add dummy arg.
12379 (describe_category_1): Update call to describe_vector.
12380
12381 * keymap.c (Fdescribe_vector): Add `describer' parameter.
12382 (describe_command, describe_translation): Add dummy second param.
12383 (describe_map): Call elt_describer with two arguments.
12384 (describe_vector_princ): Add `fun' parameter.
12385 Call it instead of the hardcoded `princ'.
12386 (describe_vector): Add arg `args'.
12387 Pass it as a new second argument to elt_describer.
12388
12389 * keymap.h (describe_vector): Update prototype.
12390
12391 * frame.c: Don't include keymap.h any more.
12392 (keys_of_frame): Remove.
12393
12394 * lisp.h (keys_of_frame): Remove declaration.
12395
12396 * emacs.c (main): Don't call `keys_of_frame' any more.
12397
12398 2001-11-14 Andreas Schwab <schwab@suse.de>
12399
12400 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
12401 if defined, 0 otherwise.
12402 (MAP_FAILED): Define if not defined and use it to test mmap failure.
12403 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
12404
12405 2001-11-19 Richard M. Stallman <rms@gnu.org>
12406
12407 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
12408
12409 2001-11-18 Jason Rumney <jasonr@gnu.org>
12410
12411 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
12412 (x_draw_bar_cursor): If the background color of the glyph under
12413 the cursor equals the frame's cursor color, use the glyph's
12414 foreground color for drawing the bar cursor.
12415 (x_after_update_window_line): Clear internal border in different
12416 circumstances.
12417 (w32_set_vertical_scroll_bar): Check for width and height > 0.
12418 (w32_draw_relief_rect): Correct relief by 1 pixel.
12419 (x_set_glyph_string_background_width):
12420 Set extends_to_end_of_line_p if the row's fill_line_p is set and
12421 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
12422 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
12423 if cursor_in_non_selected_windows is false.
12424 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
12425 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
12426 Notice if cursor gets overwritten.
12427 (notice_overwritten_cursor): Renamed from
12428 note_overwritten_text_cursor. Rewritten to take glyph widths
12429 into account, and to take X positions as parameters.
12430 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
12431 around call to x_draw_glyphs.
12432 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
12433 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
12434 color to use for image glyph reliefs.
12435 (x_draw_image_relief): Accept zero tool_bar_button_relief.
12436 (glyph_rect): Remove unused variable `area'.
12437
12438 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
12439 some items.
12440 (x_set_internal_border_width): Set frame garbaged when window
12441 doesn't exist yet.
12442 (Fx_create_frame): Accept zero tool_bar_button_relief.
12443 (x_clear_image_1, four_corners_best, image_background)
12444 (image_background_transparent): New functions.
12445 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
12446 (gs_format): Add `:background' entry.
12447 (lookup_image): Set IMG's background color if specified.
12448 (pbm_load, xbm_load_image, png_load): Set IMG's background field
12449 when appropriate.
12450 (x_clear_image_1): Reset `background_valid' and
12451 `background_transparent_valid' fields.
12452 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
12453 calculating it here. Set IMG's background_transparent field.
12454 (enum xpm_keyword_index): Add XPM_BACKGROUND.
12455 (enum png_keyword_index): Add PNG_BACKGROUND.
12456 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
12457 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
12458 (enum gif_keyword_index): Add GIF_BACKGROUND.
12459 (enum gs_keyword_index): Add GS_BACKGROUND.
12460 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
12461 Pre-calculate image background color where necessary.
12462 (x_create_x_image_and_pixmap, xbm_load, gs_load):
12463 Use display info's n_cbits entry for screen depth.
12464 (Fx_show_tip): Remove unused variables `buffer', `top',
12465 `left', `max_width' and `max_height'.
12466
12467 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
12468
12469 2001-11-18 Gerd Moellmann <gerd@gnu.org>
12470
12471 * puresize.h (BASE_PURESIZE): Increase to 750000.
12472
12473 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12474
12475 * frame.c (Fframe_live_p): Doc fix.
12476
12477 2001-11-18 Richard M. Stallman <rms@gnu.org>
12478
12479 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
12480 (message_dolog_marker3): New static variables hold three markers.
12481 (syms_of_xdisp): Initialize and staticpro them.
12482 (message_dolog): Use message_dolog_marker1..3 instead of
12483 allocating markers each time. Unchain them when done.
12484
12485 2001-11-17 Richard M. Stallman <rms@gnu.org>
12486
12487 * doc.c (Fsnarf_documentation): Doc fix.
12488
12489 2001-11-17 Andreas Schwab <schwab@suse.de>
12490
12491 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
12492
12493 2001-11-17 Richard M. Stallman <rms@gnu.org>
12494
12495 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
12496
12497 2001-11-17 Jason Rumney <jasonr@gnu.org>
12498
12499 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
12500
12501 2001-11-17 Gerd Moellmann <gerd@gnu.org>
12502
12503 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
12504 with invalid position.
12505
12506 2001-11-16 Richard M. Stallman <rms@gnu.org>
12507
12508 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
12509
12510 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
12511 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
12512 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
12513
12514 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
12515
12516 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
12517
12518 * fileio.c (build_annotations): Split off the tail.
12519 (build_annotations_2): New fun. Extracted from build_annotations.
12520 (Fwrite_region): Split the call to build_annotations into two
12521 calls to build_annotations and build_annotations_2.
12522
12523 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12524
12525 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
12526 clear_waiting_for_input with argument.
12527
12528 * xterm.h (x_update_cursor): Remove duplicated prototype.
12529
12530 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
12531
12532 * xterm.c (waiting_for_input): Remove unnecessary declaration.
12533
12534 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
12535
12536 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
12537
12538 * fileio.c (choose_write_coding_system): New fun, extracted
12539 from Fwrite_region.
12540 (Fwrite_region): Use it.
12541
12542 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
12543 (funcall_lambda, run_hook_with_args): Make static and add prototype.
12544 (ml_apply, find_handler_clause): Add prototype.
12545
12546 2001-11-16 Eli Zaretskii <eliz@gnu.org>
12547
12548 * config.in: Add #undef HAVE_COFF_H.
12549
12550 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
12551 Required for ISC 4.1.
12552
12553 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
12554
12555 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
12556 Andrew Wiseman <a.wiseman@btclick.com>.
12557
12558 2001-11-16 Kim F. Storm <storm@cua.dk>
12559
12560 The following changes are made to clean up the various internal
12561 references to the fringes to actually use the term `fringe' for
12562 them. Previously, they were called `flags areas', `bitmap areas',
12563 `left/right side of windows', or implicitly as `flags' or
12564 `bitmaps':
12565
12566 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
12567 Comments fixed. Use renamed symbols.
12568
12569 * dispnew.c: Comment fix. Use renamed symbols.
12570
12571 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
12572 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
12573 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
12574
12575 * msdos.c: Comment fix.
12576
12577 * w32fns.c: Use renamed symbols.
12578
12579 * w32term.c: Comment fixes. Use renamed symbols.
12580 (fringe_bitmap_type): Renamed from bitmap_type.
12581 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
12582 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
12583 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
12584
12585 * w32term.h: Comment fixes. Use renamed symbols.
12586 (fringes_extra): Renamed from flags_areas_extra.
12587 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
12588 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
12589 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
12590 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
12591 (FRAME_X_LEFT_FRINGE_WIDTH):
12592 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
12593 (FRAME_X_RIGHT_FRINGE_WIDTH):
12594 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
12595
12596 * widget.c: Use renamed symbols.
12597
12598 * window.c: Comment fixes. Use renamed symbols.
12599 (coordinates-in-window-p): Doc fix.
12600
12601 * xdisp.c: Comment fixes. Use renamed symbols.
12602
12603 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
12604
12605 * xfns.c: Use renamed symbols.
12606
12607 * xterm.c: Comment fixes. Use renamed symbols.
12608 (fringe_bitmap_type): Renamed from bitmap_type.
12609 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
12610 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
12611 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
12612
12613 * xterm.h: Comment fixes. Use renamed symbols.
12614 (fringes_extra): Renamed from flags_areas_extra.
12615 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
12616 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
12617 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
12618 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
12619 (FRAME_X_LEFT_FRINGE_WIDTH):
12620 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
12621 (FRAME_X_RIGHT_FRINGE_WIDTH):
12622 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
12623
12624 2001-11-15 Jason Rumney <jasonr@gnu.org>
12625
12626 * w32menu.c (add-menu-item): Make help_echo and radio buttons
12627 work for most menu items. From David Ponce
12628 <david.ponce@wanadoo.fr>.
12629
12630 2001-11-15 Gerd Moellmann <gerd@gnu.org>
12631
12632 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
12633 Some x_set_* function expect to be called even if old and new
12634 value are equal.
12635
12636 * xdisp.c (build_desired_tool_bar_string): Accept zero
12637 tool_bar_button_relief.
12638
12639 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
12640
12641 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
12642
12643 * xterm.c (x_draw_bar_cursor): If the background color of the
12644 glyph under the cursor equals the frame's cursor color, use
12645 the glyph's foreground color for drawing the bar cursor.
12646
12647 * dispnew.c (direct_output_forward_char): Fix character/byte
12648 position comparison.
12649
12650 2001-11-15 Miles Bader <miles@gnu.org>
12651
12652 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
12653 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
12654 Update arguments to find_field.
12655 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
12656 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
12657 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
12658 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
12659
12660 2001-11-14 Richard M. Stallman <rms@gnu.org>
12661
12662 * editfns.c (Fpropertize): Allow call with 1 arg.
12663
12664 * dispextern.h (image_background, image_background_transparent):
12665 Conditionalize on HAVE_X_WINDOWS.
12666
12667 2001-11-13 Richard M. Stallman <rms@gnu.org>
12668
12669 * print.c (Fprin1_to_string): Doc fix.
12670
12671 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
12672
12673 * floatfns.c (Fceiling, Ffloor): Doc fixes.
12674
12675 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
12676
12677 * fileio.c (Ffile_accessible_directory_p): Doc fix.
12678
12679 * eval.c (syms_of_eval): Doc fix.
12680
12681 * coding.c (syms_of_coding): Doc fix.
12682
12683 * doc.c (Fsnarf_documentation): Doc fix.
12684
12685 * dispnew.c (syms_of_display): Doc fix.
12686
12687 * category.c (Fget_unused_category): Doc fix.
12688
12689 * buffer.c (syms_of_buffer): Doc fixes.
12690
12691 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
12692
12693 * print.c (prin1, print): Doc fix.
12694
12695 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12696
12697 * fontset.h: Remove declarations of variables
12698 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
12699
12700 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
12701 `Vclip_large_size_font'.
12702
12703 2001-11-13 Jason Rumney <jasonr@gnu.org>
12704
12705 * w32fns.c: Doc fix.
12706
12707 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12708
12709 * xfaces.c (Fface_attributes_as_vector): Doc fix.
12710
12711 * fns.c: Doc fix.
12712
12713 * emacs.c: Doc fix.
12714
12715 * coding.c: Doc fix.
12716
12717 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
12718 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
12719 `new style' [w/`doc:' keyword].
12720
12721 2001-11-12 Richard M. Stallman <rms@gnu.org>
12722
12723 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
12724 LeaveNotify events. Only FocusIn and FocusOut do that now.
12725 (x_display_and_set_cursor): Do display hollow cursors in active
12726 minibuffer windows when they are not selected.
12727
12728 2001-11-12 Jason Rumney <jasonr@gnu.org>
12729
12730 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
12731 * w32term.c: Change doc-string comments to `new style'.
12732 [w/`doc:' keyword]. Doc fixes.
12733
12734 * w32fns.c: Don't define max.
12735 (Fx_open_connection): Only execute once.
12736
12737 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12738
12739 * ccl.c: Change macros to use do-while block instead of if-else.
12740 Use braces to follow GNU Coding Standards.
12741
12742 2001-11-11 Richard M. Stallman <rms@gnu.org>
12743
12744 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
12745
12746 * lread.c (read_escape): Use end_of_file_error for reporting eof.
12747
12748 * insdel.c (replace_range): Use adjust_markers_for_replace
12749 instead of adjust_markers_for_delete and adjust_markers_for_insert.
12750
12751 * intervals.h: Declare set_text_properties and set_text_properties_1.
12752
12753 * textprop.c (set_text_properties_1): New subroutine
12754 broken out of set_text_properties.
12755 (set_text_properties): Use set_text_properties_1.
12756
12757 * intervals.c (graft_intervals_into_buffer):
12758 Use set_text_properties_1 to clear out properties.
12759
12760 * search.c (Freplace_match): Use replace_range to insert
12761 and delete. Don't request property inheritance from
12762 surrounding text.
12763
12764 2001-11-10 Jason Rumney <jasonr@gnu.org>
12765
12766 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
12767 vertical fonts. Allow them if face name is explicitly specified.
12768 Do not give up if we find a font that cannot be converted to an xlfd.
12769
12770 2001-11-10 Gerd Moellmann <gerd@gnu.org>
12771
12772 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
12773 instead of malloc/free.
12774
12775 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12776
12777 * xfaces.c (merge_face_vectors): Use braces to follow GNU
12778 Coding Standards.
12779 (Finternal_set_lisp_face_attribute): Likewise.
12780
12781 * buffer.c (Fbury_buffer): Likewise.
12782
12783 * indent.c (current_column_1): Remove unused variable `prev_col'.
12784
12785 * coding.c (encode_coding): Use precomputed value of `src'.
12786 (encode_coding): Remove unused variable `src_end'.
12787 (code_convert_region): Remove unused variables `count'.
12788
12789 2001-11-07 Jason Rumney <jasonr@gnu.org>
12790
12791 * w32term.c (x_display_and_set_cursor): Do not move system caret
12792 if cursor_glyph is NULL.
12793
12794 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12795
12796 * keymap.c (access_keymap): Fix compilation error.
12797
12798 2001-11-07 Miles Bader <miles@gnu.org>
12799
12800 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
12801
12802 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12803
12804 * intervals.c (graft_intervals_into_buffer):
12805 Remove #ifdef'd-out code.
12806 (graft_intervals_into_buffer): Remove unused variable `middle'.
12807
12808 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
12809 code (eval-current-buffer).
12810 Change doc-string comments to `new style' [w/`doc:' keyword].
12811
12812 2001-11-06 Richard M. Stallman <rms@gnu.org>
12813
12814 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
12815
12816 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
12817
12818 * lread.c (read1): Fix behavior with nested backquoting.
12819
12820 * keyboard.c (make_lispy_event): Check integerness and fix
12821 Lisp_Object/int mixup.
12822
12823 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12824
12825 * fns.c (copy_hash_table): Remove unused variable `v'.
12826
12827 * fontset.c (fontset_font_pattern): Remove unused variable
12828 `family_registry'.
12829
12830 * indent.c (current_column_1): Remove unused variable `prev_col'.
12831
12832 2001-11-05 Richard M. Stallman <rms@gnu.org>
12833
12834 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
12835
12836 * buffer.c (Fkill_buffer): Don't delete auto save file
12837 if buffer is modified.
12838
12839 2001-11-05 Andrew Innes <andrewi@gnu.org>
12840
12841 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
12842 CHECK_NUMBER_CDR.
12843
12844 2001-11-05 Richard M. Stallman <rms@gnu.org>
12845
12846 * unexelf.c (unexec): Minor changes; clean up comments.
12847
12848 2001-11-05 Sam Steingold <sds@gnu.org>
12849
12850 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
12851
12852 2001-11-05 Andreas Schwab <schwab@suse.de>
12853
12854 * sound.c (sound_perror): Save errno from being clobbered.
12855
12856 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
12857
12858 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
12859 the program image directly.
12860
12861 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12862
12863 * buffer.h (Fbuffer_local_value): Add prototype.
12864
12865 2001-11-04 Richard M. Stallman <rms@gnu.org>
12866
12867 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
12868 and CHECK_BUFFER.
12869
12870 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
12871 (record_char): Likewise.
12872
12873 * keyboard.c (make_lispy_event): Don't insist a drag event must
12874 move to a different buffer position. Instead, check for moving at
12875 least double_click_fuzz.
12876
12877 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
12878
12879 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
12880
12881 * indent.c (current_column_1, Fmove_to_column): Separate the code
12882 for display-table glyphs from the code for buffer text, to fix
12883 bugs in the former.
12884
12885 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
12886
12887 * buffer.c (Fbuffer_local_value): New function.
12888 (syms_of_buffer): Defsubr it.
12889
12890 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
12891 value of `cursor-in-non-selected-windows'.
12892
12893 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
12894 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
12895 (syms_of_xdisp): Initialize it.
12896
12897 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12898
12899 * xfns.c (Fx_create_frame): Doc fix.
12900
12901 * coding.c: Change doc-string comments to `new style' [w/`doc:'
12902 keyword].
12903
12904 * eval.c (top_level_value, top_level_set): Remove commented and
12905 #ifdef'd-out code.
12906 (Fdefvar): Fix usage in doc-string.
12907
12908 2001-11-03 Richard M. Stallman <rms@gnu.org>
12909
12910 * xfns.c: Include unistd.h, if it exists.
12911
12912 * editfns.c: Move the include of ctype.h after unistd.h.
12913
12914 * gmalloc.c: Test BROKEN_PROTOTYPES.
12915
12916 2001-11-03 Ken Raeburn <raeburn@gnu.org>
12917
12918 * lisp.h (CHECK_STRING_CAR): New macro.
12919 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
12920 treating XCAR and XCDR as lvalues.
12921 (openp): Use CHECK_STRING_CAR.
12922 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
12923
12924 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
12925
12926 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
12927 (SIGMASKTYPE): Define.
12928
12929 * syssignal.h (sigunblock): Don't define if already defined.
12930
12931 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12932
12933 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
12934 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
12935 Fix typos in comments.
12936
12937 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
12938 and #ifdef'd-out code.
12939 Fix and reindent comments.
12940
12941 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
12942
12943 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
12944 argument `i' in macros.
12945
12946 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
12947 `i' in macros.
12948
12949 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
12950 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
12951 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
12952 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
12953 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
12954 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
12955 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
12956 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
12957 in macros.
12958
12959 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
12960 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
12961 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
12962 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
12963 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
12964 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
12965 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
12966 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
12967 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
12968 (remove unused second argument).
12969
12970 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
12971
12972 * syntax.c (describe_syntax): New wrapper.
12973 (Finternal_describe_syntax_value): Rename from describe_syntax.
12974 Don't insert space at front and \n at the end.
12975 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
12976
12977 * regex.c (re_wctype): Try to fix some warnings.
12978 (regcomp, regexec): Don't forget the __restrict.
12979
12980 2001-11-02 Richard M. Stallman <rms@gnu.org>
12981
12982 * textprop.c (Fget_char_property): Doc fix.
12983
12984 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12985
12986 * process.c (Fstart_process): Add usage to doc-string.
12987
12988 * data.c (Fsetq_default): Ditto.
12989
12990 * callint.c (Finteractive): Ditto.
12991
12992 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
12993
12994 * macros.c: Don't include keymap.h any more.
12995
12996 2001-11-01 Richard M. Stallman <rms@gnu.org>
12997
12998 * data.c (Fmake_local_variable): Doc fix.
12999
13000 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
13001 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
13002
13003 * keymap.c (Fdescribe_buffer_bindings): Print character property
13004 bindings along with or instead of the buffer local map.
13005 Make the overriding maps override what they should.
13006
13007 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13008
13009 * window.c (grow_mini_window): Fix typo in comment.
13010
13011 2001-11-01 Gerd Moellmann <gerd@gnu.org>
13012
13013 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
13014 (XTset_vertical_scroll_bar): Likewise.
13015
13016 * xfns.c (x_build_heuristic_mask): Use four_corners_best
13017 instead of IMAGE_BACKGROUND.
13018
13019 * xfns.c (four_corners_best): Reindent.
13020
13021 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
13022 Handle :box so that it is possible to specify sexprs.
13023
13024 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
13025
13026 * s/hpux11.h: New file.
13027
13028 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13029
13030 * emacs.c (USAGE1): Show command line option --no-window-system
13031 instead of --no-windows in usage.
13032 (standard_args): Rename --no-windows to --no-window-system.
13033 (bug_reporting_address): Follow Emacs coding conventions.
13034
13035 * eval.c (Fcommandp): Doc fix.
13036 Change doc-string comments to `new style' [w/`doc:' keyword].
13037
13038 * frame.c (Fframe_live_p): Doc fix.
13039
13040 * buffer.c (selective-display-ellipses): Doc fix.
13041
13042 2001-10-31 Gerd Moellmann <gerd@gnu.org>
13043
13044 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
13045
13046 * xfaces.c (realize_x_face): If C is not a single-byte character,
13047 set the face's colors_copied_bitwise_p instead of the defaulted_p
13048 members which have a different meaning.
13049 (free_face_colors): Do nothing for a face whose colors have been
13050 copied bitwise.
13051
13052 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
13053
13054 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13055
13056 * marker.c, mocklisp.c: Change doc-string comments to `new style'
13057 [w/`doc:' keyword].
13058
13059 2001-10-31 Gerd Moellmann <gerd@gnu.org>
13060
13061 * fns.c (require_unwind): Return Lisp_Object.
13062
13063 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13064
13065 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
13066 (last-input-char): Revert doc-string to be the same as the
13067 doc-string of `last-input-event'.
13068
13069 * xdisp.c: Fix typos in comments.
13070
13071 2001-10-31 Gerd Moellmann <gerd@gnu.org>
13072
13073 * window.c (grow_mini_window): Handle case that the root
13074 window is already smaller than the nominal mininum height.
13075
13076 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
13077
13078 * emacs.c (main): Don't call keys_of_macros any more.
13079
13080 * lisp.h (keys_of_macros): Remove.
13081
13082 * macros.c (keys_of_macros): Remove.
13083
13084 * xfaces.c (Fface_attribute_relative_p): Declare args.
13085
13086 2001-10-30 Jason Rumney <jasonr@gnu.org>
13087
13088 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
13089 (enum_font_cb2): Ignore fonts with vertical orientation.
13090
13091 2001-10-30 Richard M. Stallman <rms@gnu.org>
13092
13093 * keyboard.c (Finput_pending_p): Doc fix.
13094
13095 2001-10-30 Gerd Moellmann <gerd@gnu.org>
13096
13097 * xterm.c (x_after_update_window_line): Don't run the code
13098 clearing in borders for rows whose visible height is 0.
13099
13100 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
13101 resized_p flag is set. If not set, use the much less flickering
13102 method previously used.
13103
13104 * dispnew.c (change_frame_size_1): Set frame's resized_p.
13105
13106 * frame.h (struct frame) <resized_p>: New member.
13107
13108 * lread.c (to_multibyte): Ensure read_buffer is at least twice
13109 as large as the number of bytes to convert.
13110
13111 * lread.c (to_multibyte): New function.
13112 (read1): Use it.
13113
13114 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
13115
13116 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
13117
13118 2001-10-30 Gerd Moellmann <gerd@gnu.org>
13119
13120 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
13121 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
13122 if the row's fill_line_p is set and drawing the last glyph with
13123 DRAW_IMAGE_{RAISED,SUNKEN}.
13124
13125 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
13126
13127 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
13128
13129 * xmenu.c: Include coding.h and charset.h.
13130 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
13131 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
13132 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
13133 Explicitly set wv->help. Use `TRUE' rather than `True'.
13134 (menu_help_callback): Use empty_string.
13135
13136 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
13137 (Fx_popup_dialog): Explicitly init f.
13138 (w32_menu_display_help): Use empty_string.
13139
13140 2001-10-29 Richard M. Stallman <rms@gnu.org>
13141
13142 * fns.c (Frequire): Detect recursive try to require the same
13143 feature 3 or more levels deep, and get error.
13144 (require_unwind): New subroutine.
13145 (require_nesting_list): New variable.
13146 (syms_of_fns): Init and staticpro it.
13147
13148 * print.c (print_object): Clarify indication of insertion type.
13149
13150 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
13151
13152 * coding.c (syms_of_coding): Document that locale-coding-system is
13153 used for decoding input on X.
13154
13155 * window.c (Fscroll_left, Fscroll_right): Doc fix.
13156
13157 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13158
13159 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
13160 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
13161
13162 2001-10-29 Gerd Moellmann <gerd@gnu.org>
13163
13164 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
13165 use NO_CURSOR if cursor_in_non_selected_windows is false.
13166
13167 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
13168 the slant attribute if FRAME is t.
13169
13170 * xfns.c (x_set_internal_border_width): Set frame garbaged
13171 when X window doesn't exist yet.
13172
13173 * xterm.c (x_after_update_window_line): Clear internal border
13174 in different circumstances.
13175
13176 * xterm.c (XTread_socket) <KeyPress>: Don't use
13177 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
13178 <handa@etl.go.jp>.
13179
13180 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
13181
13182 * m/ibms390.h: New file. From Adam Thornton
13183 <athornton@sinenomine.net>.
13184
13185 2001-10-28 Gerd Moellmann <gerd@gnu.org>
13186
13187 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
13188
13189 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
13190 a loop counter.
13191
13192 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13193
13194 * emacs.c: Use argv[0] instead of emacs when -t was specified.
13195
13196 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
13197 keyword].
13198 Fix typos in comments.
13199
13200 * emacs.c (bug_reporting_address): New function.
13201 Use it when displaying usage message.
13202
13203 * minibuf.c (read_minibuf): Remove unused external declaration of
13204 variable `Qread_only'.
13205
13206 * keymap.c (access_keymap): Remove unused variable `charset'.
13207
13208 2001-10-28 Miles Bader <miles@gnu.org>
13209
13210 * xfaces.c (merge_face_heights): Handle TO being relative as well.
13211 Remove #ifdef'd-out code.
13212 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
13213 (syms_of_xfaces): Initialize them.
13214
13215 2001-10-27 Jason Rumney <jasonr@gnu.org>
13216
13217 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
13218 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
13219 position using the system caret.
13220
13221 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
13222 (w32_system_caret_height, w32_system_caret_x)
13223 (w32_system_caret_y): New variables for tracking system caret.
13224 (w32_initialize): Initialize them.
13225 (x_display_and_set_cursor): Make system caret follow the active cursor.
13226
13227 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
13228 New messages types.
13229
13230 * w32term.c (note_mouse_highlight): Clear old help_echo.
13231
13232 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13233
13234 * xterm.c: Fix typo in a comment.
13235
13236 * emacs.c: Fix typos in comments.
13237 Remove unnecessary spaces.
13238 Change doc-string comments to `new style' [w/`doc:' keyword].
13239 (USAGE2): Fix typos in usage string.
13240
13241 * xterm.c: Fix typo in a comment.
13242
13243 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
13244 emacs.c.
13245
13246 2001-10-27 Gerd Moellmann <gerd@gnu.org>
13247
13248 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
13249 instead of 1/2 line_height in the heuristic for skipping
13250 farther backward when target_y was not reached.
13251
13252 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
13253 Display errno only if non-zero.
13254 (sound_warning): New function.
13255 (vox_configure): Don't treat failing to set sample rate as error.
13256 (various places): Improve error messages.
13257
13258 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
13259
13260 * fileio.c (Faccess_file): Run the argument filename through
13261 Fexpand_file_name, before using it.
13262
13263 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
13264 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
13265
13266 2001-10-26 Gerd Moellmann <gerd@gnu.org>
13267
13268 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
13269
13270 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
13271 Fix clearing in the case of scroll bars on the right.
13272
13273 2001-10-26 Juanma Barranquero <lektu@terra.es>
13274
13275 * w32gui.h (XImage): Add a dummy typedef.
13276
13277 2001-10-26 Gerd Moellmann <gerd@gnu.org>
13278
13279 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
13280
13281 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
13282
13283 * frame.c (Fframe_parameter): Fix last change.
13284
13285 * fileio.c: Revert last change (which removed old commented-out
13286 version of expand-file-name). Add a comment that explains why
13287 this old version should not be removed.
13288
13289 2001-10-25 Gerd Moellmann <gerd@gnu.org>
13290
13291 * frame.c (Fframe_parameter): Fix a bug whereby some
13292 ``artificial'' frame parameters, like `minibuffer' were not
13293 obtained by calling Fframe_parameters.
13294
13295 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
13296 cursor differently.
13297
13298 * xdisp.c (move_it_vertically_backward): Compute line height
13299 differently. Add heuristic to try to be more compatible to 20.x.
13300
13301 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
13302
13303 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
13304
13305 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
13306 boolean.
13307
13308 2001-10-25 Miles Bader <miles@gnu.org>
13309
13310 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
13311 BG is a pointer to a structure, not a structure.
13312 (gif_format, png_format): Add missing commas.
13313
13314 2001-10-24 Richard M. Stallman <rms@gnu.org>
13315
13316 * xfaces.c (Fface_attributes_as_vector): New function.
13317 (syms_of_xfaces): Defsubr it.
13318
13319 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13320
13321 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
13322 variable `area'.
13323
13324 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13325
13326 * search.c (scan_newline): Remove unused variable `selective_display'.
13327
13328 2001-10-25 Miles Bader <miles@gnu.org>
13329
13330 * dispextern.h (struct image): Add `background',
13331 `background_valid', and `background_transparent' fields.
13332 (image_background, image_background_transparent): New declarations.
13333 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
13334 * xfns.c (image_background, image_background_transparent)
13335 (four_corners_best): New functions.
13336 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
13337 (gs_format): Add `:background' entry.
13338 (lookup_image): Set IMG's background color if specified.
13339 (pbm_load, xbm_load_image, png_load): Set IMG's background field
13340 when appropriate.
13341 (x_clear_image_1): Reset `background_valid' and
13342 `background_transparent_valid' fields.
13343 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
13344 calculating it here. Set IMG's background_transparent field.
13345 (enum xpm_keyword_index): Add XPM_BACKGROUND.
13346 (enum png_keyword_index): Add PNG_BACKGROUND.
13347 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
13348 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
13349 (enum gif_keyword_index): Add GIF_BACKGROUND.
13350 (enum gs_keyword_index): Add GS_BACKGROUND.
13351 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
13352 Pre-calculate image background color where necessary.
13353 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
13354 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
13355 color to use for image glyph reliefs.
13356
13357 2001-10-24 Gerd Moellmann <gerd@gnu.org>
13358
13359 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
13360 in full-width rows.
13361
13362 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
13363 Fix clearing of area not covered by scroll bar.
13364
13365 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13366
13367 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
13368 and `real_start'.
13369 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
13370 (glyph_rect): Remove unused variable `area'.
13371
13372 2001-10-24 Gerd Moellmann <gerd@gnu.org>
13373
13374 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
13375
13376 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
13377 (row_containing_pos): Take additional argument DY.
13378 Treat rows ending in middle of char differently.
13379 (display_line): Handle tabs on window systems differently.
13380
13381 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
13382 with additional argument.
13383
13384 * dispextern.h (row_containing_pos): Adjust prototype.
13385
13386 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
13387 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
13388 (try_window_id, try_window_reusing_current_matrix)
13389 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
13390 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
13391
13392 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13393
13394 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
13395 gnuemacs).
13396 (HAVE_BOXES): Fix typo in comment.
13397 (push_menu_pane): Fix typo in comment.
13398
13399 * xdisp.c: (display_prop_string_p): Remove unused local declaration
13400 of `Qwhen'.
13401 (single_display_prop_string_p): Remove unused local declarations
13402 of `Qwhen' and `Qmargin'.
13403 (string_buffer_position): Remove unused variable `around'.
13404 (store_frame_title): Remove unused variable `width'.
13405
13406 * window.c: Don't define max.
13407 (coordinates_in_window): Remove unused variable `uy'.
13408
13409 * widget.c: Don't define max.
13410
13411 * process.c: Don't define max.
13412 (create_process): Remove unused variable `buffer'.
13413
13414 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13415
13416 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
13417
13418 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
13419
13420 * xfaces.c (Finternal_set_lisp_face_attribute)
13421 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
13422 frame is on a windowed display.
13423
13424 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13425
13426 * dispnew.c (sync_window_with_frame_matrix_rows):
13427 Fix handling of windows which aren't full-width, fix handling
13428 of marginal areas.
13429
13430 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
13431
13432 2001-10-23 Andreas Schwab <schwab@suse.de>
13433
13434 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
13435 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
13436
13437 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13438
13439 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
13440 REAL_END. Notice if cursor gets overwritten.
13441 (notice_overwritten_cursor): Take X positions as parameters.
13442 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
13443 around call to x_draw_glyphs.
13444
13445 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13446
13447 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
13448 instead of C) and usage.
13449
13450 * editfns.c (char-to-string): Fix argument names (use CHAR instead
13451 of C) and usage.
13452
13453 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
13454 `left', `max_width' and `max_height'.
13455
13456 2001-10-23 Gerd Moellmann <gerd@gnu.org>
13457
13458 * xdisp.c (display_line): For a tab continued to the next line,
13459 set row's ends_in_middle_of_char_p.
13460
13461 2001-10-22 Gerd Moellmann <gerd@gnu.org>
13462
13463 * xdisp.c (display_line): Fix computation of continuation lines
13464 width for TABs.
13465
13466 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13467
13468 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
13469 `Qlaplace'.
13470
13471 * fileio.c: Remove unused code.
13472
13473 2001-10-22 Miles Bader <miles@gnu.org>
13474
13475 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
13476 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
13477 Remove `DOC_STRINGS_IN_COMMENTS' cases.
13478
13479 2001-10-21 Jason Rumney <jasonr@gnu.org>
13480
13481 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
13482
13483 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
13484
13485 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
13486 (Finsert_string): Avoid the multi-line string literals warning.
13487
13488 2001-10-22 Miles Bader <miles@gnu.org>
13489
13490 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
13491 (Fdocumentation): Don't use it.
13492 (syms_of_doc): Don't initialize it.
13493
13494 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
13495 * print.c (Fwith_output_to_temp_buffer): Likewise.
13496 * window.c (Fsave_window_excursion): Likewise.
13497 * editfns.c (Fsave_excursion, Fsave_current_buffer)
13498 (Fsave_restriction): Likewise.
13499 * eval.c (Frun_hooks, Frun_hook_with_args)
13500 (Frun_hook_with_args_until_failure)
13501 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
13502 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
13503 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
13504 (Funwind_protect, Fcondition_case): Likewise.
13505 * coding.c (Ffind_operation_coding_system): Likewise.
13506 * keyboard.c (Ftrack_mouse): Likewise.
13507
13508 2001-10-21 Miles Bader <miles@gnu.org>
13509
13510 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
13511 (Fmake_hash_table): Add usage: string to doc string.
13512 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
13513 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
13514 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
13515 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
13516 (Fml_prefix_argument_loop): Likewise.
13517
13518 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13519
13520 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
13521
13522 * sysdep.c (init_sys_modes): Change doc-string comments to `new
13523 style' [w/`doc:' keyword].
13524
13525 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
13526 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
13527 comments to `new style' [w/`doc:' keyword].
13528
13529 2001-10-21 Jason Rumney <jasonr@gnu.org>
13530
13531 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
13532
13533 * w32term.c (remember_mouse_glyph): New function.
13534 (w32_mouse_position): Use it.
13535 (note_mouse_movement): If the mouse moved off the glyph, remember
13536 its new position.
13537
13538 * w32term.h (struct w32_output): Correct spelling of x_compatible.
13539 (w32_display_info): Add mouse_face_overlay.
13540
13541 * w32term.c (notice_overwritten_cursor): Renamed from
13542 note_overwritten_text_cursor. Rewritten to take glyph widths into
13543 account.
13544 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
13545 (fast_find_string_pos): New function.
13546 (fast_find_position): Return the correct vpos. Add parameter
13547 STOP. In the final row, stop before glyphs having STOP as object.
13548 Don't consider glyphs that are not from a buffer.
13549 (fast_find_position) [0]: Add a presumably more correct version
13550 for after 21.1.
13551 (expose_window_tree, expose_frame): Don't compute intersections here.
13552 (expose_window): Do it here instead.
13553 (expose_window_tree, expose_window, expose_line): Return 1 when
13554 overwriting mouse-face.
13555 (expose_window): If W is the window currently being updated, mark
13556 the frame garbaged.
13557 (expose_frame): If mouse-face was overwritten, redo it.
13558 (x_use_underline_position_properties): New variable.
13559 (syms_of_xterm): DEFVAR_BOOL it.
13560 (x_draw_glyph_string): Add comment to use it in future.
13561 (x_draw_glyph_string): Restore clipping after drawing box.
13562 Fix a computation of the underline position.
13563 (w32_get_glyph_string_clip_rect): Minor cleanup.
13564 (x_fill_stretch_glyph_string): Remove an assertion.
13565 (x_produce_glyphs): Don't convert multibyte characters
13566 to unibyte characters in unibyte buffers.
13567 (cursor_in_mouse_face_p): New function.
13568 (x_draw_stretch_glyph_string): Use it to choose a different GC
13569 when drawing a cursor within highlighted text. Don't draw
13570 background again if it has already been drawn.
13571 (x_draw_glyph_string_box): Don't draw a full-width
13572 box just because the glyph row's full_width_p flag is set.
13573 (x_draw_glyphs): Fix computation of rightmost x for
13574 full-width rows.
13575 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
13576 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
13577 change bottom shadow accordingly. Some cleanup.
13578 (x_update_window_end): Handle overwritten mouse face
13579 also for tool bar windows.
13580 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
13581 DRAW is DRAW_IMAGE_RAISED.
13582 (clear_mouse_face): Return 1 if text with mouse face was
13583 actually redrawn. Make the function static.
13584 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
13585 optimize away highlighting if we pass over that same overlay again.
13586 (note_mouse_highlight): Call mouse_face_overlay_overlaps
13587 to detect a case where we have to highlight a different region
13588 despite not having left the currently highlighted region.
13589 Set mouse_face_overlay in the x_display_info. Avoid changing the
13590 mouse pointer shape when show_mouse_face has already done it, or
13591 there is no need. Handle mouse-face and help-echo in strings.
13592 (glyph_rect): New function.
13593 (w32_mouse_position): Use it to raise the threshold for mouse
13594 movement event generation.
13595 (w32_initialize_display_info): Initialize the x_display_info's
13596 mouse_face_overlay.
13597 (w32_set_vertical_scroll_bar): Don't clear a zero height
13598 or width area.
13599 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
13600 a widget to zero height.
13601
13602 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
13603 Protect unibyte strings created by replacing their multibyte
13604 equivalents in menu_items.
13605 (w32_menu_show): Don't overwrite an item's name with its key
13606 description in case the description is a multibyte string.
13607 (single_submenu): Some cleanup.
13608
13609 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
13610 (postprocess_image): New function.
13611 (lookup_image): Call it for all image types except PostScript.
13612 (x_kill_gs_process): Call postprocess_image.
13613 (tiff_error_handler, tiff_warning_handler): New functions.
13614 (tiff_load): Install them as handlers.
13615 (x_kill_gs_process): Recognize if someone has cleared the image
13616 cache under us.
13617 (valid_image_p): Protect better against invalid image
13618 specifications. Previous code could signal an error.
13619 (Fx_hide_tip, Fshow_tip): Doc fix.
13620 (Fv_max_tooltip_size): New variable.
13621 (syns_of_xfns): DEFVAR_LISP it.
13622 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
13623 window buffer to *tip* right after creating the frame. Set frame's
13624 window_width. Use a maximum tooltip size specified by
13625 Vx_max_tooltip_size, if that has valid contents.
13626 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
13627 Make sure the tooltip is completely visible.
13628 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
13629 (Fx_create_frame): Adjust the frame's height for presence
13630 of the tool bar before calling x_figure_window_size.
13631 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
13632 when the window gets smaller.
13633 (x_set_foreground_color): Set frame's cursor_pixel.
13634 (x_set_foreground_color, x_set_background_color): Cleaned up.
13635 (x_set_font): Handle case of x_new_fontset returning the same name
13636 as before, although there was a change in fontsets.
13637
13638 2001-10-21 Miles Bader <miles@gnu.org>
13639
13640 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
13641 (Flogxor): Add usage: string to doc string.
13642 * charset.c (Fstring): Likewise.
13643 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
13644 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
13645
13646 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13647
13648 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
13649
13650 * alloc.c: Reindent DEFUNs with doc: keywords.
13651
13652 * abbrev.c (Finsert_abbrev_table_description): Reindent.
13653
13654 * frame.c: Change doc-string comments to `new style' [w/`doc:'
13655 keyword].
13656
13657 See ChangeLog.9 for earlier changes.
13658
13659 ;; Local Variables:
13660 ;; coding: iso-2022-7bit
13661 ;; End:
13662
13663 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
13664 Copying and distribution of this file, with or without modification,
13665 are permitted provided the copyright notice and this notice are preserved.
13666
13667 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4