* dispextern.h (struct glyph_string): New members clip_head and
[bpt/emacs.git] / src / ChangeLog
CommitLineData
f2417699
KS
12005-01-24 Kim F. Storm <storm@cua.dk>
2
6f67f013
KS
3 * window.c (window_scroll_pixel_based): Fix scrolling in the wrong
4 direction if window height was smaller than next-screen-context-lines.
5 Now always scroll at least one line in the requested direction.
6 Ensure that we actually do scroll backwards when requested to do so.
7
f2417699
KS
8 * xdisp.c (redisplay_window): Only try to make cursor line fully
9 visible once (to avoid redisplay loop).
10
a354b72c
KS
112005-01-23 Kim F. Storm <storm@cua.dk>
12
6b3d88f7 13 * window.c (Fpos_visible_in_window_p): Simplify return value for
8f958b40 14 partially visible rows.
6b3d88f7
KS
15 (window_scroll_pixel_based): Adapt to that change.
16
5c20cae2
KS
17 * window.c (window_scroll_pixel_based): Force moving to next line
18 if scrolling doesn't move start point, e.g. if looking at tall image.
19
a354b72c 20 * xdisp.c (pos_visible_p): Return 0 if non-interactive.
5c20cae2
KS
21 Clear last_height before calling line_bottom_y to get real height.
22 Fix calculation of y.
a354b72c 23
d9e7c622
ST
242005-01-22 Steven Tamm <steventamm@mac.com>
25
26 * s/darwin.h: Removed PTY_ITERATION from here.
27 (DARWIN): Defined.
28 * process.c (init_process): Default process-connection-type to
29 nil on darwin 6 or less, t if it is 7 or higher. This way the
30 broken pty behavior is still allowed on darwin 6 for interactive
31 processes for people that know what they are doing.
32
d00e399a
KS
332005-01-22 Kim F. Storm <storm@cua.dk>
34
35 * window.c (auto_window_vscroll_p): New boolean.
36 (syms_of_window): DEFVAR_BOOL it.
37 (Fpos_visible_in_window_p): Extend return value to include RTOP
38 and RBOT values if FULLY is nil.
39 (window_scroll_pixel_based): Adjust vscroll for partially visible
40 rows if auto_window_vscroll_p is set.
41 (Fset_window_vscroll): Do nothing if vscroll is not modified.
42
43 * xdisp.c (pos_visible_p): Replace FULLY arg by RTOP and RBOT args
44 to return number of partially invisible pixels at top and bottom
45 of the dislay row at POS.
46
47 * lisp.h (pos_visible_p): Fix prototype.
48
f95a20e7
RS
492005-01-21 Richard M. Stallman <rms@gnu.org>
50
51 * fileio.c (Fcopy_file): Doc fix.
52
eee141ce
JD
532005-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
54
55 * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.
56 (xg_get_file_name): Move declaration ofx_use_old_gtk_file_dialog to
57 start of function for older compilers.
58
6f771c32
RS
592005-01-20 Richard M. Stallman <rms@gnu.org>
60
61 * editfns.c (Fmessage): If arg is "", return "" (as before).
62
63 * keymap.c (access_keymap): Protect from bad value of meta_prefix_char.
64
65 * .gdbinit (xgetptr, xgetint, xgettype): Copy $arg0 into a temp
66 variable.
67
a15252fd
ST
682005-01-20 Steven Tamm <steventamm@mac.com>
69
70 * editfns.c (Voperating_system_release): Added.
71 (init_editfns): Assign new variable operating-system-release
72 based on call to uname if available.
73 (get_operating_system_release): Added function to
d00e399a 74 allow c-level access to operating system release.
a15252fd
ST
75
76 * config.h: Regenerated.
77
78 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
79 less.
80 (MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
81 using ptys as '7'.
82
3d6a4b2d
KS
832005-01-20 Kim F. Storm <storm@cua.dk>
84
62fc9b0f
KS
85 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
86
c310aca4
KS
87 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
88 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
89
90 * macterm.c (x_draw_glyph_string_box): Likewise.
91
92 * w32term.c (x_draw_glyph_string_box): Likewise.
93
3d6a4b2d
KS
94 * indent.c (Fvertical_motion): Temporarily disable selective display.
95
27c8be45
KS
962005-01-19 Kim F. Storm <storm@cua.dk>
97
77db5cf3
KS
98 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
99 image property.
100
27c8be45
KS
101 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
102
81f498dc
KS
1032005-01-18 Kim F. Storm <storm@cua.dk>
104
105 * xdisp.c (fast_find_position): Backtrack to find first row if
106 charpos is inside a display overlay that spans multiple lines.
107
1cdb0707
KH
1082005-01-18 Kenichi Handa <handa@m17n.org>
109
110 * coding.c (decode_coding_iso2022): Translate invalid codes if
111 translation-table is specified.
112
677159ce
KS
1132005-01-18 Kim F. Storm <storm@cua.dk>
114
115 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
116 change. If handle_display_prop indicates newline is replaced by
117 image or text, move back to start of relevant overlay or interval
118 and continue scan from there. Simplify.
119
977284cc
KS
1202005-01-17 Kim F. Storm <storm@cua.dk>
121
122 * dispnew.c (mode_line_string, marginal_area_string): Fix
123 off-by-one error in search for glyph.
124
e24531b7
KS
1252005-01-16 Kim F. Storm <storm@cua.dk>
126
127 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
128
5ddd7664
ST
1292005-01-16 Steven Tamm <steventamm@mac.com>
130
131 * macterm.c (mac_to_x_fontname): Removed spurious argument.
132
fc2ff44b
AS
1332005-01-16 Andreas Schwab <schwab@suse.de>
134
135 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
136
50af5100
JD
1372005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
138
139 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
140 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
141
a2d5fca0
JD
1422005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
143
144 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
e24531b7
KS
145 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
146 New flags for readable_events.
147 (get_filtered_input_pending, readable_filtered_events): Removed.
a2d5fca0
JD
148 (tracking_off): Call readable_events and get_input_pending with
149 flag READABLE_EVENTS_DO_TIMERS_NOW.
150 (readable_events): Move code from old readable_filtered_events here,
151 but check new READABLE_EVENTS_* in argument flags instead of previous
152 two boolean arguments do_timers_now and filter_events.
153 If we are doing mouse tracking and the mouse moved, return only if
154 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
155 (swallow_events): Call get_input_pending with flag
156 READABLE_EVENTS_DO_TIMERS_NOW.
e24531b7 157 (get_input_pending): Move code from old get_filtered_input_pending
a2d5fca0
JD
158 here. Replace boolean arguments do_timers_now, filter_events with
159 flags, and pass flags to readable_events. Document new
160 READABLE_EVENTS_* flags.
161 (detect_input_pending_ignore_squeezables): New function.
162 (detect_input_pending_run_timers): Call get_input_pending with flag
163 READABLE_EVENTS_DO_TIMERS_NOW.
164 (Finput_pending_p): Call get_input_pending with flags
165 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
166
167 * dispnew.c (update_window, update_frame_1): Replace calls to
168 detect_input_pending with detect_input_pending_ignore_squeezables
e24531b7 169 so that redisplay is not paused if the event queue contains only
a2d5fca0
JD
170 mouse movements.
171
172 * lisp.h: Declare detect_input_pending_ignore_squeezables.
173
42afbcda
ST
1742005-01-15 Steven Tamm <steventamm@mac.com>
175
e24531b7
KS
176 * macterm.c (Vmac_use_core_graphics): Declare variable for
177 mac-allow-anti-aliasing.
178 (syms_of_macterm): DEFVAR_LISP and initialize it.
743d0696 179 (mac_draw_string_common): Use core graphics text rendering if
0530c679 180 mac-allow-anti-aliasing is enabled.
743d0696 181
42afbcda
ST
182 * macfns.c (Fx_file_dialog): Save As dialog includes only the
183 file name in the text box.
184
9cdd4884
ST
1852005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
186
187 * macfns.c (x_set_foreground_color, x_set_background_color): Sync
188 with xfns.c.
189 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
190 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
191 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
192
88948d55
KS
1932005-01-14 Kim F. Storm <storm@cua.dk>
194
195 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
196
20d6de82
RS
1972005-01-13 Richard M. Stallman <rms@gnu.org>
198
199 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
200 if Voverriding_terminal_local_map is non-nil.
201
202 * keyboard.c (syms_of_keyboard): Doc fix.
203
f75a592e
KS
2042005-01-13 Kim F. Storm <storm@cua.dk>
205
206 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
207 (specify 0 for FACE instead). Reorder arg list. Doc fix.
208
28f94a34
RS
2092005-01-12 Richard M. Stallman <rms@gnu.org>
210
211 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
212 face property for characters that don't specify one.
213
214 * fns.c (Frequire): Record in load-history unconditionally.
215
57a230b1
KS
2162005-01-10 Kim F. Storm <storm@cua.dk>
217
218 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
219
220 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
221 Callers changed.
222 Add support to merge with lisp face id too (if face_name is t).
223
224 * xdisp.c (get_next_display_element, next_element_from_display_vector):
225 Don't lookup lface_id from display table glyphs here; instead use
226 merge_faces to merge the lisp face id into current face.
227
8ab2c119
KS
2282005-01-09 Kim F. Storm <storm@cua.dk>
229
230 * dispextern.h (struct it): New member dpvec_face_id.
231 (merge_into_realized_face): Add prototype.
232
233 * xfaces.c (merge_into_realized_face): New function. Used to
234 merge escape-glyph face or face from display table into current face.
235
236 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
237 (syms_of_xdisp): DEFVAR_LISP it.
238 (escape_glyph_face): Remove var.
239 (redisplay_window): Don't initialize it.
240 (setup_for_ellipsis, get_next_display_element):
241 Set it->dpvec_face_id to -1.
242 (get_next_display_element): Test Vshow_nonbreak_escape.
243 Do not setup escape_glyph_face.
244 Properly merge escape-glyph face or face from display table with
245 current face for escape and control characters. Set
246 it->dpvec_face_id to relevant face id instead of adding it to each
247 element of display vector.
248 (next_element_from_display_vector): If it->dpvec_face_id is set,
249 use that instead of lface_id from glyph itself.
250
e0910857
JD
2512005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
252
253 * xterm.h (struct x_output): New member, toolbar_detached.
254
255 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
256 38.
257 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
258 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
259 (xg_create_tool_bar): Initialize toolbar_detached.
260 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
261 toolbar_detached is zero.
262
ff59904a
JD
2632005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
264
9b85e63d
JD
265 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
266 gtk_menu_popup if not for_click, so callbacks for the menu are called.
267
ff59904a
JD
268 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
269 (xg_tool_bar_callback, xg_tool_bar_help_callback)
270 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler
271 warning.
272
273 * xselect.c (x_get_foreign_selection, x_fill_property_data)
8ab2c119 274 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
ff59904a
JD
275 XFLOAT_DATA to get extract number from Lisp object.
276
f9a23a6f
KS
2772005-01-07 Kim F. Storm <storm@cua.dk>
278
279 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
280 Set stop_charpos to current charpos instead of 0.
281
28f94a34
RS
2822005-01-06 Nick Roberts <nickrob@snap.net.nz>
283
284 * xdisp.c (Fformat_mode_line): First arg now required.
285
a6fffcdc
ST
2862005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
287
288 * macterm.c (XLoadQueryFont): Correctly handle 0 size
289 font widths that are returned from some Japanese fonts.
290
c35b0c6b
KS
2912005-01-06 Kim F. Storm <storm@cua.dk>
292
293 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
294 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
295 (destroy_fringe_bitmap): Set fringe_faces element to nil.
296 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
297 fringe_faces array and init elements to nil.
298 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
299 non-persistent face id.
300 (mark_fringe_data): New function for GC.
301
302 * alloc.c (mark_fringe_data): Declare extern.
303 (Fgarbage_collect): Call mark_fringe_data.
304
305 * alloc.c (overrun_check_free): Invalidate freed memory if
306 XMALLOC_CLEAR_FREE_MEMORY is defined.
307
e0e76ab9
ST
3082005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
309
310 * macfns.c: Include sys/param.h.
311 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
312 and function.
313 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
314 of filename string. Set event callback function when creating
315 dialog boxes. Add code conversions for filenames. Don't dispose
316 apple event descriptor record if failed to create it.
317
318 * macterm.c: Include sys/param.h.
319 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
320 kEventWindowUpdate.
321 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
322 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
323 of FSSpec from apple event descriptor record.
324 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
325 size of filename string.
326 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
327 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
328 file dialog is in action.
329 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. Reject
330 only when there are no filename items. Set background color
331 before (un)highlighting the window below the dragged items.
332 (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update.
333
043bc640
KH
3342005-01-05 Romain Francoise <romain@orebokech.com>
335
336 * term.c (encode_terminal_code): Fix buffer size computation.
337
dd496df6
RS
3382005-01-04 Richard M. Stallman <rms@gnu.org>
339
340 * xdisp.c (Fformat_mode_line): Doc fix.
341
026cdede
SM
3422005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 * alloc.c (refill_memory_reserve): Move.
345 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
346 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
347
d57c7572
RS
3482005-01-03 Richard M. Stallman <rms@gnu.org>
349
350 * window.c (window_scroll_pixel_based): Don't correct preserve_y
351 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
352
b14f868c
JR
3532005-01-03 Jason Rumney <jasonr@gnu.org>
354
355 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
356 fontp->space_width to FONT_WIDTH so they are valid.
357
358 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
359 average width. Set fontp->average_width and fontp->space_width to
360 their appropriate values.
361
362 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
363 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
364 fontp->space_width.
365
e169f939
ST
3662005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
367
368 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
369 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
370 metrics for max and min bounds.
371 (x_load_font): Correctly calculate average font width metrics.
372
19996af4
RS
3732005-01-02 Richard M. Stallman <rms@gnu.org>
374
375 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
376
42d02da0
JD
3772004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
378
379 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
380
1db7dd46
RS
3812004-12-31 Richard M. Stallman <rms@gnu.org>
382
b437860a
RS
383 * xdisp.c (setup_for_ellipsis, get_next_display_element):
384 Set it->ellipsis_p to 1 or 0.
385 (display_line): Record whether row ends in mid-ellipsis.
386 (set_cursor_from_row): If ends in ellipsis. find start of it.
387 (cursor_row_p): If PT's at the end of the ellipsis the row
388 ends within, don't display cursor on this row.
389
390 * dispextern.h (struct it): New element ellipsis_p.
391 (struct glyph_row): New element ends_in_ellipsis_p.
392
393 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
394 position if we're reading from something other than the buffer.
395
1db7dd46
RS
396 * window.c (window_scroll_pixel_based): Only look at
397 Vscroll_preserve_screen_position if the old PT can't be kept.
398 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
399
1225f637
KS
4002004-12-30 Kim F. Storm <storm@cua.dk>
401
402 * xdisp.c (get_line_height_property): New function extracted from
403 original calc_line_height_property.
404 (calc_line_height_property): Rework. Handle t and (nil . ratio).
405 (x_produce_glyphs): Use them to handle line-height and
406 line-spacing according to new height spec.
407 (Qtotal): Remove.
33b2f4ea 408 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
1225f637 409
c243063e
KH
4102004-12-30 Kenichi Handa <handa@m17n.org>
411
412 * fileio.c (Finsert_file_contents): Don't use
413 current_buffer->buffer_file_coding_system even if REPLACE is
414 non-nil. Call Qafter_insert_file_set_coding with the second arg
415 VISIT.
416
417 * fontset.h (struct font_info): New members space_width and
418 average_width.
419
420 * frame.h (struct frame): New member space_width.
421 (FRAME_SPACE_WIDTH): New macro.
422
423 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
424
425 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
426 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
b14f868c 427 fontp->space_width.
c243063e
KH
428 (x_load_font): Calculate fontp->space_width and
429 fontp->average_width.
430 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
431
432 * xdisp.c (x_produce_glyphs): Calculate tab width by
433 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
434
456e761b
ST
4352004-12-29 Sanghyuk Suh <han9kin@mac.com>
436
437 * macterm.c (SelectionRange): Add Xcode position apple event struct.
438 (do_ae_open_documents): Handle Xcode-style file position open
439 events.
440
188577ce
LT
4412004-12-29 Luc Teirlinck <teirllm@auburn.edu>
442
443 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
444
99ec74b9
RS
4452004-12-29 Richard M. Stallman <rms@gnu.org>
446
447 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
448
30c92fab
ST
4492004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
450
451 * macfns.c (install_window_handler): Modify extern to return OSErr
452 value.
453 (mac_window): Handle return value of install_window_handler.
454
455 * macterm.c (reflect_byte): Remove function.
456 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
457 Lookup table instead.
458 (mac_do_font_lists): Simplify calculation of the longest
459 nonspecial string.
460 (init_mac_drag_n_drop): Remove function and declaration.
461 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
462 init_mac_drag_n_drop.
463 (mac_do_track_drag): New function and declaration.
464 (install_window_handler): Return OSErr value.
465 (install_window_handler) [TARGET_API_MAC_CARBON]: Register
466 handlers for tracking/receiving drag-and-drop items.
467 (do_ae_open_documents): Generate unibyte strings for filenames.
468 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. Reject
469 only non-filename items. Set event modifiers. Set return value.
470
4b982924
DN
4712004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
472
473 * coding.c (decode_coding): Fix previous change.
474
93fdf45f
RS
4752004-12-28 Richard M. Stallman <rms@gnu.org>
476
477 * xdisp.c (back_to_previous_visible_line_start):
478 Don't call handle_display_prop.
479
5bdca8af
DN
4802004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
481
482 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
483 (decode_coding_emacs_mule, encode_coding_emacs_mule)
484 (decode_coding_iso2022, encode_designation_at_bol)
485 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
486 (decode_coding): Constify arguments and local vars.
487
33385c6f
JD
4882004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
489
490 * xmenu.c (popup_get_selection): Only pop down dialogs
491 on C-g and Escape.
95bdef2e 492 (popup_get_selection): Remove parameter down_on_keypress.
a2c7e69a 493 (create_and_show_popup_menu, create_and_show_dialog): Remove
95bdef2e 494 parameter down_on_keypress to popup_get_selection.
33385c6f 495
b15325b2
ST
4962004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
497
498 * dispextern.h: Change HAVE_CARBON to MAC_OS.
499 (struct glyph_string): Likewise.
a2c7e69a 500
b15325b2
ST
501 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
502 mac_initialize.
a2c7e69a 503
b15325b2
ST
504 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
505 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
a2c7e69a 506
b15325b2 507 * fns.c (vector): Change MAC_OSX to MAC_OS.
a2c7e69a 508
b15325b2
ST
509 * frame.c (x_set_frame_parameters, x_report_frame_params)
510 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
511 (x_set_border_width, Vdefault_frame_scroll_bars): Change
512 HAVE_CARBON to MAC_OS.
a2c7e69a 513
b15325b2
ST
514 * image.c [MAC_OS]: Include sys/stat.h.
515 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
516 QuickTimeComponents.h.
a2c7e69a 517
b15325b2
ST
518 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
519 [!MAC_OSX] (select): Use mac_wait_next_event.
520 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to
521 Vexec_suffixes.
522 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
523 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
524 (mac_clear_font_name_table): Add extern.
525 (Fmac_clear_font_name_table): New defun.
526 (syms_of_mac): Defsubr it.
527 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
528 [MAC_OSX] (select_and_poll_event): New function.
529 [MAC_OSX] (sys_select): Use it.
530 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
531 [MAC_OSX && SELECT_USE_CFSOCKET]
532 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
533 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
534 RunLoop for simultaneously monitoring two kinds of inputs, window
535 events and process outputs, without periodically polling.
a2c7e69a 536
b15325b2
ST
537 * macfns.c (mac_initialized): Remove extern.
538 (stricmp): Put in #if 0. All callers changed to use xstricmp in
539 xfaces.c.
540 (strnicmp): Decrement `n' at the end of each loop, not the
541 beginning.
542 (check_mac): Use the term "Mac native windows" instead of "Mac
543 OS".
544 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
545 (mac_get_rdb_resource): New function (from w32reg.c).
546 (x_get_string_resource): Use it.
547 (install_window_handler): Add extern.
548 (mac_window): New function.
549 (Fx_create_frame): Use it instead of make_mac_frame. Set
550 parameter for Qfullscreen. Call x_wm_set_size_hint.
551 (Fx_open_connection, Fx_close_connection): New defuns.
552 (syms_of_macfns): Defsubr them.
553 (x_create_tip_frame) [TARGET_API_MAC_CARBON]: Add
554 kWindowNoUpdatesAttribute to the window attribute.
555 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
556 (x_create_tip_frame): Don't call ShowWindow.
557 (Fx_show_tip): Call ShowWindow.
558 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
559 TARGET_API_MAC_CARBON'.
560 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
561 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
a2c7e69a 562
b15325b2
ST
563 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include
564 Windows.h.
565 (Window): Typedef to WindowPtr and move outside `#if
566 TARGET_API_MAC_CARBON'.
567 (XSizeHints): New struct.
a2c7e69a 568
b15325b2
ST
569 * macterm.c (x_update_begin, x_update_end)
570 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
571 frame.
572 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
573 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
574 (construct_mouse_click): Put in #if 0.
575 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
576 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
577 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
578 (activate_scroll_bars, deactivate_scroll_bars)
579 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
580 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
581 if the position is neither user-specified nor program-specified.
582 (x_free_frame_resources): Free size_hints.
583 (x_wm_set_size_hint): Allocate size_hints if needed. Set
584 size_hints.
585 (mac_clear_font_name_table): New function.
586 (mac_do_list_fonts): Initialize font_name_table if needed.
587 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
588 around mac_do_list_fonts.
589 (mac_unload_font): New function.
590 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
591 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
592 and definitions with #if TARGET_API_MAC_CARBON.
593 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
594 (install_window_handler): Add decl.
595 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
596 window. Use UpdateControls. Get the rectangle that should be
597 updated and restrict the target of expose_frame to it.
598 (do_grow_window): Set minimum height/width according to
599 size_hints.
600 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
601 (do_zoom_window): Don't use x_set_window_size.
602 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
603 (install_window_handler): New function.
604 [!USE_CARBON_EVENTS] (mouse_region): New variable.
605 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
606 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
607 GetEventDispatcherTarget inside BLOCK_INPUT.
608 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
609 Update mouse_region when mouse is moved.
610 (make_mac_frame): Remove.
611 (make_mac_terminal_frame): Put in #ifdef MAC_OS8. Initialize
612 mouse pointer shapes. Change values of f->left_pos and
613 f->top_pos. Don't use make_mac_frame. Use NewCWindow. Don't
614 call ShowWindow.
615 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
616 Vinvocation_name and Vsystem_name.
617 (mac_make_rdb): New function (from w32term.c).
618 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
619 already been opened. Don't pass argument to
620 mac_initialize_display_info. Don't set dpyinfo->height/width.
621 Add entries to x_display_list and x_display_name_list.
622 (x_delete_display): New function.
623 (mac_initialize): Don't call mac_initialize_display_info.
a2c7e69a
KS
624 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
625
b15325b2
ST
626 * macterm.h (check_mac): Add extern.
627 (struct mac_output): New member size_hints.
628 (FRAME_SIZE_HINTS): New macro.
629 (mac_unload_font): Add extern.
a2c7e69a 630
b15325b2 631 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
a2c7e69a 632
b15325b2
ST
633 * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font.
634
92d2947b
RS
6352004-12-27 Richard M. Stallman <rms@gnu.org>
636
ebbd14f1
RS
637 * buffer.c (Fbuffer_disable_undo): Deleted (moved to simple.el).
638 (syms_of_buffer): Don't defsubr it.
639
640 * process.c (list_processes_1): Set undo_list instead
641 of calling Fbuffer_disable_undo.
642
92d2947b
RS
643 * xdisp.c (single_display_spec_string_p): Renamed from
644 single_display_prop_string_p.
645 (single_display_spec_intangible_p): Renamed from
646 single_display_prop_intangible_p.
647 (handle_single_display_spec): Renamed from handle_single_display_prop.
648 Rewritten to be easier to understand.
649
a2c7e69a 650 Change in load-history format. Functions now get (defun . NAME),
92d2947b
RS
651 and variables get just NAME.
652
653 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
654
655 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
656 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
657 (Qdefvar): Var deleted.
658 (syms_of_eval): Don't initialze it.
659
660 * lread.c (syms_of_lread) <load-history>: Doc fix.
661
9f6fcdc5
JD
6622004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
663
664 * xmenu.c (popup_get_selection): Pop down on C-g.
665 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
666 pops down menu on C-g.
667 (xdialog_show): If dialog popped down and no button in the dialog was
668 pushed, call Fsignal to quit.
669 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
670 Fsignal to quit.
671
672 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
673
674 * gtkutil.c (xg_initialize): Install bindings for C-g so that
675 dialogs and menus pop down.
676
d8ca23a0
KH
6772004-12-27 Kenichi Handa <handa@m17n.org>
678
679 * coding.c (code_convert_region): Fix calculation of `ratio'.
680
857ae68b
JD
6812004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
682
133c0116
JD
683 * gtkutil.c (update_frame_tool_bar): Make the value of
684 tool-bar-button-margin control margins of images in tool bar.
685
857ae68b
JD
686 * alloc.c (check_depth): New variable.
687 (overrun_check_malloc, overrun_check_realloc): Only add
688 overhead and write check pattern if check_depth is 1 (to handle
689 recursive calls). Increase/decrease check_depth in entry/exit.
690 (overrun_check_free): Only check for overhead if check_depth is 1.
691 Increase/decrease check_depth in entry/exit.
692
bd55c35c
JD
6932004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
694
695 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
696 before touching input_available_clear_time, to avoid accessing it
697 from multiple threads.
698
66354420
JR
6992004-12-23 Jason Rumney <jasonr@gnu.org>
700
701 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
702 of JPEG library.
703
55f4edbc
RS
7042004-12-22 Richard M. Stallman <rms@gnu.org>
705
706 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
707
708 * lisp.h (Vundo_outer_limit): Fix decl.
709
710 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
711 Uses changed.
712 (syms_of_undo): Initialize appropriately.
713 (truncate_undo_list): If it's nil, there's no limit.
714
7a0ea9e3
KH
7152004-12-22 Kenichi Handa <handa@m17n.org>
716
717 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
718
fda2922a
RS
7192004-12-21 Richard M. Stallman <rms@gnu.org>
720
721 * eval.c (unwind_to_catch): Clear immediate_quit.
722
723 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
724 specially as `\ ' and `\-'.
725
726 * keyboard.c (kbd_buffer_store_event_hold):
727 In the code for while-no-input, handle immediate_quit.
728
729 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
730 Call that at the very start.
731 (undo_limit, undo_strong_limit, undo_outer_limit): Moved to undo.c.
732 (syms_of_alloc): Don't define undo-limit,
733 undo-strong-limit and undo-outer-limit here.
734
735 * undo.c (truncate_undo_list): Return void.
736 Take just one argument, the buffer.
737 Make it current, and inhibit recursive GC.
738 Access and update the undo list directly; return void.
739 Refer to the undo...limit variables directly.
740 Test undo_outer_limit only after counting the whole current command.
741 When it's exceeded, call the function in undo-outer-limit-function.
742 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
743 (Vundo_outer_limit_function): New variable.
744 (syms_of_undo): Define undo-limit, undo-strong-limit
745 and undo-outer-limit here, and undo-outer-limit-function.
746 Doc fixes.
747
748 * lisp.h (truncate_undo_list): Update decl.
749
7502004-12-21 Piet van Oostrum <piet@cs.uu.nl>
751
752 * fileio.c (Fread_file_name): Delete duplicates in
753 file-name-history when history_delete_duplicates is true.
754
68c69027
ST
7552004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
756
757 * macterm.c (mac_do_list_fonts): Fix memory leak
758
134579f2
RS
7592004-12-20 Richard M. Stallman <rms@gnu.org>
760
761 * regex.c (re_match_2_internal) <symend, wordend>:
762 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
763
fbe6152f
ST
7642004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
765
766 * macterm.c (endif, x_font_name_to_mac_font_name): Use
767 maccentraleurroman instead of maccentraleuropean
768 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
769 quickly finding a specific font without needing regexps.
770
fecad3f6
JD
7712004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
772
333f1b6f
JD
773 * syssignal.h: Declare main_thread.
774 (SIGNAL_THREAD_CHECK): New macro.
775
776 * keyboard.c (input_available_signal): Move thread checking code
777 to macro SIGNAL_THREAD_CHECK and call that macro.
778 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
779
780 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
781
782 * emacs.c: Define main_thread.
783 (main): Initialize main_thread.
784 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
785 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
786
787 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
788
789 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
790
791 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
792
a2c7e69a 793 * process.c (send_process_trap, sigchld_handler): Call
333f1b6f
JD
794 SIGNAL_THREAD_CHECK.
795
796 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
797
798 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
799
fecad3f6
JD
800 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
801 returning when xg_ignore_gtk_scrollbar is true.
802
2a84c6da
KS
8032004-12-14 Kim F. Storm <storm@cua.dk>
804
805 * keyboard.c (read_char): Save and restore echo_string when
806 handling input method.
807
d9c1ce9d
RS
8082004-12-13 Richard M. Stallman <rms@gnu.org>
809
810 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
811
812 * keyboard.c (Vthrow_on_input): New variable.
813 (syms_of_keyboard): Defvar and initialize it.
814 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
815
816 * lisp.h (QUIT): Check for Vthrow_on_input.
817 (Vthrow_on_input): Declare it.
818
a6495ed5
KS
8192004-12-13 Kim F. Storm <storm@cua.dk>
820
821 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
822 vector.
823
24a0e22f
RS
8242004-12-12 Richard M. Stallman <rms@gnu.org>
825
826 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
827
828 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
829 (Ftry_completion): Really use outer `zero'; eliminate inner one.
830
d6d31e57
KH
8312004-12-12 Kenichi Handa <handa@m17n.org>
832
833 * term.c (encode_terminal_code): Fix previous change.
834
6f8ffb88
SM
8352004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
836
fb6f5cbf
SM
837 * keyboard.c (handle_async_input): Remove pthread mutex handling.
838 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
839
6f8ffb88
SM
840 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
841 in macro arguments.
842
843 * minibuf.c (Ftry_completion, Fall_completions): Don't use
844 XFASTINT blindly.
845
846 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
847
c83c9f9d
JD
8482004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
849
2f25767f
JD
850 * w32term.c (x_calc_absolute_position): Remove calculation of
851 difference between inner and outer window. Don't subtract difference
852 for left and top calculations.
853
c83c9f9d
JD
854 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
855 for left and top calculations. Remove call to x_real_positions.
24a0e22f 856 [Bug report by Drew Adams in November]
c83c9f9d
JD
857 (x_check_expected_move): Do not set change_gravity to 1 when calling
858 x_set_offset.
859
cc1caa4e
RS
8602004-12-08 Richard M. Stallman <rms@gnu.org>
861
862 * xdisp.c (get_next_display_element): Use `escape-glyph' for
863 control chars and escaped octal codes.
864 (Qescape_glyph): New variable.
865 (syms_of_xdisp): Initialize it.
866 (escape_glyph_face): New variable.
867 (redisplay_window): Initialize it.
868
e0e30823
RS
8692004-12-07 Paul Eggert <eggert@cs.ucla.edu>
870
871 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
872 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
873
f415cacd
JD
8742004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
875
cf435f39
JD
876 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
877 reset_malloc_hooks.
878
6f8ffb88
SM
879 * keyboard.c (handle_async_input, input_available_signal):
880 Add ! defined (SYSTEM_MALLOC) around thread code.
cf435f39 881
f415cacd
JD
882 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
883
19b1f29a
SM
8842004-12-07 Stefan <monnier@iro.umontreal.ca>
885
886 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
887
888 * config.in: Regenerate.
889
ded997c1
JD
8902004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
891
453a4f1b
JD
892 * xmenu.c (Fx_popup_menu): Correct documentation about position.
893 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
894 if not given by a mouse click to correspond with x-popup-menu
895 documentation.
896
9a38524c
JD
897 * config.in: Regenerate.
898
aa477689
JD
899 * gtkutil.c: Include signal.h and syssignal.h.
900 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
901
902 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
903 new variables main_thread and alloc_mutex,
904 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
905 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
906 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
907 (UN)BLOCK_INPUT.
908 (emacs_blocked_free, emacs_blocked_malloc)
909 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
910 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
911 (reset_malloc_hooks): New function.
912
913 * lisp.h: Declare reset_malloc_hooks.
914
915 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
916
917 * keyboard.c: Conditionally include pthread.h
6f8ffb88 918 (handle_async_input, input_available_signalt): If not in the main
aa477689
JD
919 thread, block signal, send signal to main thread and return.
920
ded997c1 921 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
6f8ffb88 922 Set current folder in file chooser if default_filename is a directory.
ded997c1 923
c72b0edd
SM
9242004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
925
926 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
927 Remove redundant correctness checks.
928 (regex_compile): Fix up error codes for \{..\} expressions.
929
c721eee5
RS
9302004-12-05 Richard M. Stallman <rms@gnu.org>
931
932 * regex.c (regex_compile): Fix end-of-pattern case for space.
933
d8f96db8
ST
9342004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
935
6108209e
KS
936 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
937 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
d8f96db8 938 crashes with invalid characters.
6108209e
KS
939 * macmenu.c (add_menu_item): Use it.
940 * image.c (image_load_quartz2d): Likewise.
941 * macfns.c (x_set_name, x_set_title): Likewise.
942 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
943 creating them each time for labels.
d8f96db8 944
ab67e8b6
RS
9452004-12-02 Richard M. Stallman <rms@gnu.org>
946
947 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
948 don't use it here.
949
950 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
951 (interactive_p): Skip Scalled_interactively_p frames
952 like Sinteractive_p frames.
b8217ea6 953 (unwind_to_catch): Clear handling_signal.
ab67e8b6
RS
954
955 * data.c (Fmake_variable_buffer_local): Doc fix.
956 (Fmake_local_variable): Doc fix.
957
958 * insdel.c (insert_from_string_before_markers)
959 (insert_from_string): Don't modify buffer on empty insertion.
960
961 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
962
f86bdc80
ST
9632004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
964
965 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
966 menu text as UTF8 fails.
967
1cae6d39
KS
9682004-12-01 Kim F. Storm <storm@cua.dk>
969
970 * alloc.c: Add commentary for last change.
971 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
972 sizeof(size_t) != 4.
973 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
974 Use them. Also clear header and trailer of freed memory.
975 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
976 (string_overrun_cookie): Rename from string_overrun_pattern.
977 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
978
77ea0764
AS
9792004-12-01 Andreas Schwab <schwab@suse.de>
980
981 * lisp.h: Declare string_to_multibyte.
982
2d5cd4e6
KH
9832004-12-01 Kenichi Handa <handa@m17n.org>
984
985 * w32console.c (w32con_write_glyphs): Decide coding here.
986 Adjusted for the change of encode_terminal_code.
987
988 * term.c (encode_terminal_code): Don't make it "static".
989
25a0994a
KH
9902004-11-30 Kenichi Handa <handa@m17n.org>
991
19b1f29a 992 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
25a0994a 993 (encode_terminal_code): Argument changed. Encode all
19b1f29a
SM
994 characters at once, and return a pointer to the result of encoding.
995 (write_glyphs): Decide coding here. Adjusted for the above change.
25a0994a
KH
996 (insert_glyphs): Likewise.
997 (term_init): Initialize encode_terminal_bufsize to 0.
998
999 * coding.c (Vcode_conversion_workbuf_name): New variable.
1000 (syms_of_coding): Initialize and staticpro it.
1001 (set_conversion_work_buffer): New function.
1002 (run_pre_post_conversion_on_str): Use it.
1003 (run_pre_write_conversin_on_c_str): New function.
1004
1005 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
1006
fc7a70cc
ST
10072004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1008
1009 * keyboard.c: Don't undef SIGIO
1010 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
1011 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
1012 (macfns.o): Don't depend on ccl.h.
1013 * macfns.c (mac_frame_parm_handlers): Set handlers for
1014 Qleft_fringe and Qright_fringe.
1015 * macterm.c (mac_fill_rectangle_to_pixmap)
1016 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
1017 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
1018 Put in #if 0.
1019 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
1020 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
1021 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
1022 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
1023 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
1024 XDrawImageString. Always draw background and foreground separately.
1025 (x_draw_image_foreground): Use clipping instead of computing the
1026 intersection rectangle.
1027 (x_draw_image_glyph_string): Don't draw an image with mask to a
1028 pixmap.
1029 (x_redisplay_interface): Set flush_display_optional member to 0.
1030 (XTread_socket): Correctly reset the TEConverter
1031 object.
1032
fc368889
KS
10332004-11-30 Kim F. Storm <storm@cua.dk>
1034
1035 * lisp.h: New defines to enable buffer overrun checking.
1036 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
1037 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
1038
1039 * alloc.c: Add more checks for buffer overruns.
1040 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
1041 xmalloc_overrun_check_trailer, overrun_check_malloc)
1042 overrun_check_realloc, overrun_check_free): Add.
1043 (GC_STRING_EXTRA, string_overrun_pattern): Add.
1044 (check_sblock, allocate_string_data, compact_small_strings):
1045 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
1046 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
1047 (check_string_free_list): Add.
1048 (allocate_string, sweep_strings): Call check_string_free_list.
1049
1050 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
1051 XMALLOC_OVERRUN_CHECK to avoid crash during load.
1052
0af8cfe1
KS
10532004-11-29 Kim F. Storm <storm@cua.dk>
1054
1055 * fns.c (concat): Use SAFE_ALLOCA.
1056
77220eeb
SM
10572004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * sysdep.c (emacs_write): Don't use QUIT.
1060
a778cf63
KH
10612004-11-29 Kenichi Handa <handa@m17n.org>
1062
1063 * buffer.c (init_buffer): Set current_buffer->directory to a
1064 multibyte string made by string_to_multibyte.
1065
77220eeb 1066 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
a778cf63 1067
e3177e43
AS
10682004-11-27 Andreas Schwab <schwab@suse.de>
1069
1070 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
1071
1072 * s/gnu-linux.h: Enable no-op gcpros on ia64.
1073 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
1074
77220eeb
SM
1075 * filelock.c (lock_file_1): Call get_boot_time early.
1076 Increase buffer size.
e3177e43 1077
ca5e6fef
EZ
10782004-11-27 Eli Zaretskii <eliz@gnu.org>
1079
1080 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
1081 is not defined.
1082
e2811828
KS
10832004-11-27 Kim F. Storm <storm@cua.dk>
1084
1085 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
1086 marker out of doc string.
1087
7a262394
SM
10882004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1089
1090 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
1091 which was not mentioned in the log.
1092
f33cc5a9
KS
10932004-11-26 Kim F. Storm <storm@cua.dk>
1094
048bb03f
KS
1095 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
1096 angle bitmaps at top/bottom line.
1097
f33cc5a9
KS
1098 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
1099 set it when it->method is set to next_element_from_display_vector.
1100 (setup_for_ellipsis): Add LEN argument. Callers changed.
1101 Set it->saved_face_id.
1102 (get_next_display_element): Use loop instead of recursion.
1103 Set it->saved_face_id. Combine duplicate code for ctr chars.
1104 (next_element_from_display_vector): Do not set it->saved_face_id.
1105 (next_element_from_ellipsis): Use setup_for_ellipsis.
1106
670e8906
EZ
11072004-11-26 Eli Zaretskii <eliz@gnu.org>
1108
1109 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
1110 prevent compiler warnings.
1111
275464e7
SM
11122004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1bf0e604
SM
1114 * keyboard.c (command_loop_1): Print a message describing the key
1115 the user just pressed when this key has no binding.
1116
275464e7
SM
1117 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
1118 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
1119
1120 * lread.c (readchar): Check QUIT when `getc' is interrupted.
1121
261b01c6
RS
11222004-11-24 Richard M. Stallman <rms@gnu.org>
1123
1124 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
1125
1126 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
1127
a5bd504e
KS
11282004-11-24 Kim F. Storm <storm@cua.dk>
1129
1130 * xdisp.c (move_it_in_display_line_to, display_line):
1131 Restore saved_face_id also when truncate-lines or hscrolled.
1132
255e4140
JD
11332004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1134
1135 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
1136 x-use-old-gtk-file-dialog.
1137
1138 * xfns.c: Define x_use_old_gtk_file_dialog.
1139 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
1140 outside ifdef USE_GTK.
1141
cab27d04
SM
11422004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
1145 Don't use XFASTINT blindly.
1146
1147 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
1148
1149 * indent.c (skip_invisible): Avoid non-idempotent side-effects
1150 in macro arguments.
1151
1152 * keymap.c (Flookup_key): Check INTEGERP before XINT.
1153
1154 * lread.c (oblookup): Don't use XFASTINT blindly.
1155
1156 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
1157 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
1158
11e0be49
KS
11592004-11-23 Kim F. Storm <storm@cua.dk>
1160
4d721114
KS
1161 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
1162 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
1163
11e0be49
KS
1164 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
1165 signal_p is zero and face name is unknown.
1166 (Fx_list_fonts): Don't signal error in lookup_named_face.
1167 (Fface_font): Signal error in lookup_named_face.
1168 (ascii_face_of_lisp_face): Likewise.
1169
1170 * dispextern.h (lookup_named_face): Fix prototype.
1171
1172 * xdisp.c (handle_single_display_prop): Don't signal error in
1173 lookup_named_face for unknown fringe face name.
1174 (highlight_trailing_whitespace): Don't signal error in
1175 lookup_named_face if trailing-whitespace face unknown.
1176 (calc_line_height_property): Don't signal error in
1177 lookup_named_face if specified face name is unknown.
1178
1179 * fringe.c (update_window_fringes): Show top row indicator if
1180 window has header-line. Don't show arrow at bob and eob
1181 if the boundary indicators are not used.
1182 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
1183
1184 * window.c (set_window_buffer): Clear display_error_modiff.
1185
0960a582
KS
11862004-11-22 Kim F. Storm <storm@cua.dk>
1187
1188 * fringe.c (update_window_fringes): Provide sensible fall-back
1189 value for non-nil indicate-buffer-boundaries setting.
1190
b0e9bb28
MR
11912004-11-22 Markus Rost <rost@ias.edu>
1192
1193 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
1194
d0bce91e
SM
11952004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
1198
e1814672
KS
11992004-11-21 Kim F. Storm <storm@cua.dk>
1200
b7fd3518
KS
1201 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
1202
1203 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
1204 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1205
1206 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
1207 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1208
1209 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
1210 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1211
d0bce91e
SM
1212 * xdisp.c (move_it_in_display_line_to, display_line):
1213 Restore saved_face_id if overflow-newline-into-fringe is enabled and
1214 line is continued before or in middle of element from display vector.
f01d4d05 1215
f1a61389
KS
1216 * indent.c (Fvertical_motion): Fix last change. Use another
1217 method to detect if iterator moved too far ahead after reseat.
1218
e1814672
KS
1219 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
1220 expand matrix width for overflow in zero-width area.
1221 (append_glyph, append_composite_glyph, produce_image_glyph)
1222 (append_stretch_glyph): Use it to avoid loop in redisplay.
1223 (note_mode_line_or_margin_highlight): Don't let help-echo from
1224 string override help-echo from image map.
1225
2dafe1c9
LT
12262004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1227
d0bce91e 1228 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
2dafe1c9
LT
1229 * callint.c (Fcall_interactively): Ditto.
1230
fd6866c8 12312004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9961365e
RS
1232
1233 * minibuf.c (Fminibuffer_complete_and_exit):
1234 Fixup the case of the completed value, for case-indep completion.
1235
dedbac89
RS
12362004-11-20 Richard M. Stallman <rms@gnu.org>
1237
fd6866c8
RS
1238 * lisp.h (Fread_from_minibuffer): Add arg in decl.
1239
9d00469f 1240 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
ce8dd7ca 1241 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
9d00469f 1242
dedbac89 1243 * search.c (Vsearch_spaces_regexp):
d0bce91e 1244 Rename from Vsearch_whitespace_regexp. All uses changed.
dedbac89 1245
2f672bb5
TTN
12462004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1247
1248 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
1249
f31a9a68
RS
12502004-11-19 Richard M. Stallman <rms@gnu.org>
1251
1252 * search.c (Vsearch_whitespace_regexp): New variable.
1253 (syms_of_search): Defvar it.
1254 (compile_pattern_1): Call re_set_whitespace_regexp with it.
1255 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
1256 is non-nil.
6de891db
RS
1257 (struct regexp_cache): New element whitespace_regexp.
1258 (syms_of_search): Initialize whitespace_regexp elements.
1259 (compile_pattern): Compare whitespace_regexp elements.
1260 (compile_pattern_1): Set whitespace_regexp elements.
f31a9a68
RS
1261
1262 * regex.c (regex_compile): Substitute whitespace_regexp
1263 for spaces, if it is nonzero.
1264 (whitespace_regexp): New variable.
1265 (re_set_whitespace_regexp): New function.
1266
cbc34cb3
KS
12672004-11-19 Kim F. Storm <storm@cua.dk>
1268
1269 * indent.c (Fvertical_motion): Fix last change.
1270
b54a7539
KS
12712004-11-18 Kim F. Storm <storm@cua.dk>
1272
1273 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
1274 Instead, move back again if reseating moves too far ahead.
1275
12762004-11-17 Luc Teirlinck <teirllm@auburn.edu>
802c6e56
LT
1277
1278 * xdisp.c (message3): Call clear_message.
1279
5ff504fe
KS
12802004-11-17 Kim F. Storm <storm@cua.dk>
1281
1282 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
1283
5ae53dcf
JD
12842004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1285
d0bce91e 1286 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
724cde0d 1287
6abf3a27 1288 * xmenu.c (x_menu_in_use): Remove.
5ae53dcf
JD
1289 (x_menu_set_in_use): Also set popup_activated_flag.
1290
5ff504fe 1291 * xfns.c (Fx_file_dialog): Call popup_activated instead of
5ae53dcf
JD
1292 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
1293
6abf3a27 1294 * xterm.h: (x_menu_in_use): Remove.
5ae53dcf 1295
ee31cd78
RS
12962004-11-16 Richard M. Stallman <rms@gnu.org>
1297
6abf3a27
SM
1298 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
1299 Use map-keymap-internal to implement that.
ee31cd78
RS
1300
1301 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
1302
6abf3a27
SM
13032004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
1306 a window before using XWINDOW.
1307
1308 * window.c (make_window, Fselect_window, make_dummy_parent)
1309 (save_window_save):
1310 * frame.c (make_frame):
1311 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
1312
1313 * lisp.h (NILP): Use EQ rather than XFASTINT.
1314
b4d61105
KS
13152004-11-16 Kim F. Storm <storm@cua.dk>
1316
6abf3a27 1317 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
dda01a4c 1318
b4d61105
KS
1319 * indent.c (Fvertical_motion): Fix last change. Only reseat when
1320 moving backwards.
1321
13222004-11-16 Luc Teirlinck <teirllm@auburn.edu>
ce2bbf6a
LT
1323
1324 * dispextern.h: Extern reseat_at_previous_visible_line_start.
1325
ab5b02b0
KH
13262004-11-16 Kenichi Handa <handa@m17n.org>
1327
1328 * xdisp.c (display_mode_element): Fix previous change (calculate
1329 end position of substring to display correctly).
1330
c482cf97
KS
13312004-11-16 Kim F. Storm <storm@cua.dk>
1332
1333 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
1334 Reported by Andrew M. Scott.
1335
9f89426b
KS
13362004-11-15 Kim F. Storm <storm@cua.dk>
1337
1338 * fns.c (Fsafe_plist_get): New defun.
1339 (syms_of_fns): Defsubr it.
1340
1341 * lisp.h (Fsafe_plist_get): Add EXFUN.
1342
1343 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
1344 Use Fsafe_plist_get.
1345 (note_mode_line_or_margin_highlight, note_mouse_highlight):
1346 Fix image map element parsing. Use Fsafe_plist_get.
1347
27418463
RS
13482004-11-15 Richard M. Stallman <rms@gnu.org>
1349
1350 * xdisp.c (get_next_display_element): Fix previous change.
1351
a130b901
JD
13522004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1353
ef614e04
JD
1354 * window.c (shrink_windows): Handle special case of one window left
1355 when trying to shrink the final reminder. Grow windows if
1356 total_removed is less than total_shrink.
1357
a130b901
JD
1358 * xmenu.c (pop_down_menu): Remove global variable current_menu,
1359 extract pointer from arg with XSAVE_VALUE.
46303896
KS
1360 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
1361 Construct arg to record_unwind_protect with make_save_value.
a130b901 1362
d9a03ad2
RS
13632004-11-13 Richard M. Stallman <rms@gnu.org>
1364
1365 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
1366 (get_next_display_element): Fix previous change to apply only to \n.
1367
1368 * indent.c (Fvertical_motion): Scan to PT from start of line to
1369 make iterator consistent.
1370
1371 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
1372
b3935289
JD
13732004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1374
1375 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
1376
1377 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
1378 Record unwind with clean_up_file_dialog.
1379
78819ebb
KS
1380 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
1381 Declare.
b3935289
JD
1382
1383 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
1384
af89e871
JD
13852004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1386
457a8155 1387 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
6abf3a27 1388 (xg_file_sel_destroy): Remove.
46303896
KS
1389 (xg_file_response_cb, pop_down_file_dialog)
1390 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
457a8155 1391 New functions.
6abf3a27
SM
1392 (xg_get_file_with_chooser, xg_get_file_with_selection):
1393 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
457a8155
JD
1394 Move common code to xg_get_file_name. Return widget created.
1395 (xg_get_file_name): Set name, transient for, modal and destroy
1396 with parent here. Connect response signal to xg_file_response_cb,
1397 connect delete-event to gtk_true. Record pop_down_file_dialog
1398 for unwind. Do event loop and call x_menu_wait_for_event in loop.
1399 (xg_create_widget): Make dialogs modal.
1400
af89e871
JD
1401 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
1402 Lisp_Object.
1403 (popup_get_selection): Move unwind protect ...
1404 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
1405 Move destroy of widget to pop_down_menu.
1406 (popup_widget_loop): Move unwind protect ...
1407 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
1408 Move destroy of widget to pop_down_menu.
1409 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
6abf3a27 1410 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
af89e871
JD
1411 x_mouse_leave and grabbed = 0 to pop_down_menu.
1412
5596fbf1
KS
14132004-11-13 Kim F. Storm <storm@cua.dk>
1414
1415 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
1416 (syms_of_xdisp): DEFVAR_BOOL it.
1417 (make_cursor_line_fully_visible, try_cursor_movement)
1418 (try_window_id): Use it.
1419
b9de078a
KS
14202004-11-12 Kim F. Storm <storm@cua.dk>
1421
381f7091
KS
1422 * dispextern.h (struct glyph_row): New member extra_line_spacing.
1423 (struct it): New member max_extra_line_spacing.
1424 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
1425 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
1426 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
1427 part of last line is only extra line spacing (so the text on the
1428 line is fully visible). Use helper macros.
1429 Add W arg (to use them). All callers changed.
1430 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
1431 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
1432
6abf3a27
SM
1433 * window.c (window_scroll_pixel_based, Frecenter):
1434 Use move_it_vertically_backward directly.
381f7091
KS
1435 (Frecenter): Fix calculation of new start pos for negative arg.
1436 Before, the new start pos was sometimes chosen too far back, so
1437 the last line became only partially visible, and thus would be
1438 either only semi-visible or automatically scrolled to the middle
1439 of the window by redisplay.
1440
1441 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
1442 (move_it_vertically_backward): Don't recure to move further back.
1443 (move_it_vertically): Remove superfluous condition.
1444 (move_it_by_lines): Clear last_height when moved 0 lines.
6abf3a27 1445 (resize_mini_window): Use it.max_extra_line_spacing.
381f7091
KS
1446 (display_tool_bar_line): Clear row->extra_line_spacing.
1447 (try_scrolling): Use move_it_vertically_backward directly.
1448 (redisplay_window): Likewise.
1449 (compute_line_metrics): Set row->extra_line_spacing.
1450 (display_line, display_string): Likewise.
1451 (x_produce_glyphs): Update it->max_extra_line_spacing.
1452
b9de078a
KS
1453 * xmenu.c (pop_down_menu): Return nil.
1454
c3438661
JD
14552004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1456
1457 * xmenu.c (x_menu_wait_for_event): New function.
1458 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
1459 to handle timers.
df00f436
JD
1460 (popup_widget_loop): Add argument do_timers.
1461 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
1462 do_timers to popup_widget_loop.
c3438661
JD
1463 (xmenu_show): Call XMenuActivateSetWaitFunction so that
1464 x_menu_wait_for_event is called by XMenuActivate.
b9de078a 1465 (create_and_show_popup_menu): Pass 1 for do_timers to
df00f436 1466 popup_get_selection.
f1d1cd24
JD
1467 (pop_down_menu): New function.
1468 (popup_get_selection, popup_widget_loop): Unwind protect to
1469 pop_down_menu.
1470 (popup_widget_loop): Add argument widget.
1471 (create_and_show_popup_menu, create_and_show_dialog): Pass new
1472 argument widget to popup_widget_loop.
c3438661 1473
32e2fb04
SM
14742004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1475
1476 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
1477
0faf6806
KS
14782004-11-09 Kim F. Storm <storm@cua.dk>
1479
1480 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
1481 Fix various comments referring to XEvents instead of input events.
1482 (x_queue_event): Fix format strings.
1483 (x_stop_queuing_selection_requests): Likewise.
1484
1485 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
1486 (pint2hrstr): Add extra braces to silence compiler.
1487
1488 * print.c (print_object): Fix format string.
1489
1490 * lread.c (read1): Fix next_char matching.
1491
1492 * lisp.h (Fdelete): Add EXFUN.
1493 (replace_range_2): Add prototype.
1494
1495 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
1496
1497 * intervals.h (NULL_INTERVAL_P): Add separate version when
1498 ENABLE_CHECKING is not defined to silence compiler.
1499 (compare_string_intervals): Add prototype.
1500
1501 * fringe.c (destroy_fringe_bitmap): Fix return type.
1502 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
1503
1504 * emacs.c (Fdump_emacs): Fix format string.
1505
1506 * doc.c: Include <ctype.h>.
1507 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
1508
1509 * data.c (store_symval_forwarding): Remove unused variables.
1510
1511 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
1512
16bf4e32
JD
15132004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1514
1515 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
1516 to ${OLDXMENU}.
1517
cdb805a9
KS
15182004-11-09 Kim F. Storm <storm@cua.dk>
1519
1520 * process.c (Fmake_network_process): Remove kludge for interrupted
1521 connects on BSD. If connect is interrupted, just close socket and
1522 start over rather than sleeping and retry with same socket.
1523
d87a9ab8 15242004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
0faf6806 1525
a8b16c80
JD
1526 * .cvsignore: Add buildobj.lst.
1527
d87a9ab8
JD
1528 * doc.c: New variable Vbuild_files.
1529 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
1530 file names from buildobh.lst. Only attach docstrings from files
1531 that are in Vbuild_files.
1532 (syms_of_doc): Defvar Vbuild_files.
1533
1534 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
1535 and w32*.o.
1536 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
6abf3a27 1537 (mostlyclean): Rm buildobj.lst
d87a9ab8
JD
1538
1539 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
1540 is linked.
1541
b6709e77
KS
15422004-11-09 Kim F. Storm <storm@cua.dk>
1543
1544 * fringe.c (update_window_fringes): Update fringe bitmaps if
1545 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
1546 also update previous row to get rid of misc. artifacts.
1547
bae9677d
KS
15482004-11-08 Kim F. Storm <storm@cua.dk>
1549
1550 * xdisp.c (fast_find_position): Fix start pos if header line present.
b7127aa8 1551 (note_mouse_highlight): Clear mouse face if we move out of text area.
bae9677d 1552
3f8ea68c
EZ
15532004-11-08 Eli Zaretskii <eliz@gnu.org>
1554
1555 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
1556 Don't include <sys/time.h> explicitly.
1557 Include <stdio.h> unconditionally, not just on MacOS.
1558
a653f812
KH
15592004-11-08 Kenichi Handa <handa@m17n.org>
1560
1561 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
1562 don't pay attention to '\' before '*'.
1563 (fontset_pattern_regexp): Change the meaning of the second arg.
1564 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
1565 (check_fontset_name): Try NAME as literal at first, and if it
1566 failes, try NAME as pattern.
1567
c37caf9d
JD
15682004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1569
1570 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
1571
b72915a7
AS
15722004-11-07 Andreas Schwab <schwab@suse.de>
1573
78819ebb
KS
1574 * lisp.h (Fmsdos_downcase_filename): Declare.
1575 * dired.c (Fmsdos_downcase_filename): Don't declare here.
b72915a7
AS
1576 * fileio.c: Likewise.
1577
238a44a8
JD
15782004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1579
1580 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
1581 comparisons with integers instead of Lisp_Object address.
1582 (Fmsdos_set_keyboard): Declare argument allkeys.
1583
1584 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
1585
78819ebb 1586 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
238a44a8
JD
1587 int/Lisp_Object mixup.
1588
1589 * fileio.c: Ditto.
1590
31141c13
ST
15912004-11-06 Steven Tamm <steventamm@mac.com>
1592
1593 * editfns.c: Need to include sys/time.h before resource.h on darwin.
1594
f28c1bd9
RS
15952004-11-06 Richard M. Stallman <rms@gnu.org>
1596
1597 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
1598
1599 * xfaces.c (merge_named_face): GCPRO the face_name in the
1600 named_merge_point struct that we make.
1601 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
1602
1603 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
1604 before deciding whether to inactivate mark.
1605
59dede22
EZ
16062004-11-06 Lars Brinkhoff <lars@nocrew.org>
1607
1608 * config.in: Regenerate (add HAVE_GETRUSAGE).
6159c232
EZ
1609 * editfns.c (Fget_internal_run_time): New function.
1610 (syms_of_data): Defsubr it.
1611 * fns.c (sxhash): As far as possible, merge calculation of
1612 hash code for symbols and strings.
59dede22 1613
27540e81
EZ
16142004-11-06 Eli Zaretskii <eliz@gnu.org>
1615
1616 * frame.c (syms_of_frame): Fix the example in the doc string.
1617
df470e3b
JD
16182004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1619
1620 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
1621
1622 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
1623 (create_and_show_dialog): Revert change from 2004-10-31.
bae9677d 1624
4cc8522c
LT
16252004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1626
1627 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
1628
d4a42098
KS
16292004-11-05 Kim F. Storm <storm@cua.dk>
1630
a8490886
KS
1631 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
1632
d4a42098
KS
1633 * fileio.c (Ffile_modes): Doc fix.
1634 (auto_save_1): Check for Ffile_modes nil value.
1635
36a2b04c
KS
16362004-11-05 Kim F. Storm <storm@cua.dk>
1637
1638 * xselect.c (struct selection_event_queue, selection_queue)
1639 (x_queue_selection_requests, x_queue_event)
1640 (x_start_queuing_selection_requests)
1641 (x_stop_queuing_selection_requests): Add new queue for selection
1642 input events to replace previous XEvent queue in xterm.c.
1643 (queue_selection_requests_unwind): Adapt to new queue.
32e2fb04
SM
1644 (x_reply_selection_request): Adapt to new queue.
1645 Unexpect wait_object in case of x errors (memory leak).
36a2b04c
KS
1646 (x_handle_selection_request, x_handle_selection_clear): Make static.
1647 (x_handle_selection_event): New function. May queue selection events.
1648 (wait_for_property_change_unwind): Use save_value instead of cons.
1649 Clear property_change_reply_object.
1650 (wait_for_property_change): Abort if already waiting.
1651 Use save_value instead of cons for unwind data.
1652 (x_handle_property_notify): Skip events already arrived, but don't
1653 free them, as "arrived" field is checked by wait_for_property_change,
1654 and it will be freed by unwind or explicit unexpect_property_change.
1655 (x_get_foreign_selection): Add to new queue.
1656 (receive_incremental_selection): Don't unexpect wait_object when done
1657 as it has already been freed by previous wait_for_property_change.
1658
1659 * xterm.h (x_start_queuing_selection_requests)
1660 (x_stop_queuing_selection_requests, x_handle_selection_request)
1661 (x_handle_selection_clear): Remove prototypes.
1662 (x_handle_selection_event): Add prototype.
1663
1664 * xterm.c (handle_one_xevent): Don't queue X selection events
1665 here, it may be too late if we start queuing after we have already
1666 stored some selection events into the kbd buffer.
1667 (struct selection_event_queue, queue, x_queue_selection_requests)
1668 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
1669 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
1670 (x_catch_errors_unwind): Block input around final XSync.
1671
1672 * keyboard.h (kbd_buffer_unget_event): Add prototype.
1673
1674 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
1675 (kbd_buffer_unget_event): New function.
1676 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
1677 and use x_handle_selection_event.
1678 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
1679
9c3ad9e1
JD
16802004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1681
1682 * xselect.c (TRACE3): New debug macro.
1683 (x_reply_selection_request): Use it.
1684 (receive_incremental_selection): In call to TRACE0, the name of
1685 a symbol is in xname.
1686
a33b89de
KS
16872004-11-05 Kim F. Storm <storm@cua.dk>
1688
1689 * fontset.c (fontset_pattern_regexp): Use unsigned char.
1690
a872928c
JD
16912004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1692
88208bb8
JD
1693 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
1694
78819ebb 1695 * gtkutil.h (use_old_gtk_file_dialog): Declare.
0a4f23f3
JD
1696
1697 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
32e2fb04 1698 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
0a4f23f3
JD
1699 * xfns.c (syms_of_xfns): ... to here.
1700
a872928c
JD
1701 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
1702 it doesn't start with /.
1703
b912921c
KH
17042004-11-04 Kenichi Handa <handa@m17n.org>
1705
1706 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
1707 treat it as a literal character.
1708
c524d9a6
KS
17092004-11-03 Kim F. Storm <storm@cua.dk>
1710
1711 * .gdbinit (ppt): New function.
1712
8cfd0f36
JD
17132004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1714
a11e1dce
JD
1715 * xterm.c (x_window_to_scroll_bar): Only call
1716 xg_get_scroll_id_for_window if toolkit scroll bars are used.
1717
8cfd0f36
JD
1718 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
1719 of save.
1720
a93563fd
AS
17212004-11-02 Andreas Schwab <schwab@suse.de>
1722
1723 * window.c (Fscroll_right): Fix last change.
1724
2b2d59d8
KS
17252004-11-02 Kim F. Storm <storm@cua.dk>
1726
1727 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
1728
17292004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1730
1731 * callproc.c (Fcall_process): Block input around vfork.
1732
ca28104d
KS
17332004-11-02 Kim F. Storm <storm@cua.dk>
1734
1735 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
1736 (syms_of_eval): Defsubr it.
1737
29bb7127
RS
17382004-11-02 Richard M. Stallman <rms@gnu.org>
1739
1740 * insdel.c (replace_range_2): New function.
1741
1742 * casefiddle.c (casify_region): Handle changes in byte-length
1743 using replace_range_2.
1744
1745 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
1746
b6189c3b 1747 * xdisp.c (back_to_previous_visible_line_start):
29bb7127
RS
1748 Subtract 1 from pos when checking previous newline for invisibility.
1749
1750 * window.c (window_scroll_pixel_based): Update preserve_y
1751 for header line if any.
1752 (Fscroll_left, Fscroll_right): Don't call interactive_p;
1753 use a new second argument instead.
1754
1755 * eval.c (Fcall_interactive_p): New function.
1756 (interactive_p): Don't test INTERACTIVE here.
1757 (Finteractive_p): Doc fix.
1758
1759 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
1760
b6189c3b 17612004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
a3fe4aaf
JR
1762
1763 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
b6189c3b 1764 comparing font names.
a3fe4aaf 1765
2a00cdb4
JD
17662004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1767
f9d64bb3
JD
1768 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
1769 Fx_file_dialog if only directories should be read.
1770
1771 * lisp.h: Fx_file_dialog takes 5 parameters.
1772
32e2fb04
SM
1773 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
1774 Add parameter only_dir_p.
f9d64bb3
JD
1775 In Motif version, don't put DEFAULT_FILENAME in filter part of the
1776 dialog, just text field part. Do not add DEFAULT_FILENAME
1777 to list of files if it isn't there.
1778 In GTK version, pass only_dir_p parameter to xg_get_file_name.
1779
32e2fb04
SM
1780 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
1781 Check only_dir_p instead of comparing prompt to "Dired". When using
f9d64bb3
JD
1782 a save dialog, add option kNavDontConfirmReplacement, change title
1783 to "Enter name", change text for save button to "Ok".
1784
32e2fb04
SM
1785 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
1786 Check only_dir_p instead of comparing prompt to "Dired".
f9d64bb3
JD
1787
1788 * gtkutil.c (xg_get_file_with_chooser)
1789 (xg_get_file_with_selection): New functions, only defined ifdef
1790 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
1791 respectively.
1792 (xg_get_file_name): Add parameter only_dir_p.
1793 Call xg_get_file_with_chooser or xg_get_file_with_selection
1794 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
1795 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
1796
1797 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
1798
2a00cdb4
JD
1799 * config.in: Rebuild (added HAVE_GTK_FILE_*).
1800
f6749d5d
KS
18012004-11-01 Kim F. Storm <storm@cua.dk>
1802
32e2fb04
SM
1803 * process.c (connect_wait_mask, num_pending_connects):
1804 Only declare and use them if NON_BLOCKING_CONNECT is defined.
bad49fc7 1805 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
f6749d5d
KS
1806 (IF_NON_BLOCKING_CONNECT): New helper macro.
1807 (wait_reading_process_output): Only declare and use local vars
1808 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
f6749d5d 1809
1a99fe1a
JR
18102004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
1811
1812 * w32term.c (x_scroll_run): Delete region objects after use.
1813
fcdb28b4
JD
18142004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1815
495ef86b
JD
1816 * xmenu.c: Add prototypes for forward function declarations.
1817 (popup_get_selection): Remove parameter do_timers, remove call to
1818 timer_check.
32e2fb04
SM
1819 (create_and_show_popup_menu, create_and_show_dialog):
1820 Remove parameter do_timers from call to popup_get_selection.
495ef86b 1821
12e6566a
JD
1822 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
1823 tool_bar_items and assign the result to f->tool_bar_items if
1824 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
1825 tool_bar_items to assignment of result.
1826
fcdb28b4
JD
1827 * atimer.c (alarm_signal_handler): Do not call set_alarm if
1828 pending_atmers is non-zero.
1829
1a1a0c4c
KS
18302004-10-31 Kim F. Storm <storm@cua.dk>
1831
1832 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
1833
a36f1680
JW
18342004-10-28 Will <will@glozer.net>
1835
1836 * macterm.c: allow user to assign key modifiers to the Mac Option
1837 key via a 'mac-option-modifier' variable.
1838
32e2fb04 18392004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
1840
1841 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
1842 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
1843 (x_handle_selection_request, x_handle_selection_clear)
1844 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
1845
4f71c13f
RS
18462004-10-28 Richard M. Stallman <rms@gnu.org>
1847
1848 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
1849
1850 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
1851
068f3848
SM
18522004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
1855 comment-starter over a 1-char one.
1856
4660a9e3
RS
18572004-10-27 Richard M. Stallman <rms@gnu.org>
1858
1859 * xdisp.c (get_next_display_element): In mode lines,
1860 treat newline and tab like other control characters.
1861
1862 * editfns.c (Fmessage): Doc fix.
1863
1864 * indent.c (vmotion): When moving up, check the newline before.
1865 Make prevline an int, not a Lisp_Object.
1866
233f3db6
KS
18672004-10-27 Kim F. Storm <storm@cua.dk>
1868
1869 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
1870 Only allocate info and discarded tables once.
1871
1872 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
1873 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
1874 (SAFE_FREE): Test it to determine if we need to unwind to free.
1875 Remove size arg. All users changed.
1876 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
1877
1442465d
JD
18782004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1879
1880 * gtkutil.c: Put empty line between comment and function body.
068f3848
SM
1881 (xg_destroy_widgets): Rename from remove_from_container.
1882 Just destroy all widgets in list. Argument wcont removed.
1442465d
JD
1883 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
1884 instead of remove_from_container.
1885 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
1886 (free_frame_tool_bar): Add comment.
1887
1888 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
1889 is not NULL before strcmp.
1890
c8636435
KS
18912004-10-26 Kim F. Storm <storm@cua.dk>
1892
1893 * callint.c (Fcall_interactively): Add 'U' code to get the
1894 up-event discarded by a previous 'k' or 'K' argument.
1895
5629f29b
DK
18962004-10-26 David Kastrup <dak@gnu.org>
1897
1898 * buffer.c (syms_of_buffer): Fix a few typos.
1899
4f2f546e
JD
19002004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1901
1902 * xsmfns.c: Put empty line between comment and function body.
1903 Use two spaces before comment end.
1904
fc1062f5
KH
19052004-10-25 Kenichi Handa <handa@m17n.org>
1906
1907 * fontset.c (fontset_pattern_regexp): Optimize for the case that
1908 PATTERN is full XLFD.
1909
be13f5e5
KH
19102004-10-24 Kenichi Handa <handa@m17n.org>
1911
1912 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
1913
1914 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
1915 (regex_compile): Return REG_ERANGEX if appropriate.
1916
d0ee2ed3
KH
19172004-10-22 Kenichi Handa <handa@m17n.org>
1918
1919 * editfns.c (Ftranslate_region_internal): New function.
1920 (syms_of_editfns): Defsubr it.
1921
63ea8ea5
JD
19222004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1923
1924 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
1925
c27ed90a
JD
19262004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
1927
068f3848
SM
1928 * xterm.h (x_output): New member `xic_base_fontname'.
1929 (FRAME_XIC_BASE_FONTNAME): New macro.
1930 (xic_free_xfontset): Declare.
c27ed90a 1931
068f3848
SM
1932 * xfns.c (xic_create_xfontset): Share fontsets between frames
1933 based on base_fontname.
1934 (xic_free_xfontset): New function.
1935 (free_frame_xic): Use it.
1936 (xic_set_xfontset): Ditto.
c27ed90a 1937
068f3848 1938 * xterm.c (xim_destroy_callback): Ditto.
c27ed90a
JD
1939
1940
59508699
JR
19412004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
1942
1943 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
1944
dede2792
JD
19452004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1946
3aca2078
JD
1947 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
1948 XSync.
1949
dede2792
JD
1950 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
1951 New variables and constant.
1952 (main): Calculate heap_bss_diff. If we are dumping and the
1953 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
1954 and exec ourself again.
1955 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
1956 print a warning.
1957
1958 * lastfile.c: Make my_endbss and my_endbss_static available on all
1959 platforms.
1960
1961 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
1962 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
1963
1dc5ba01
LT
19642004-10-19 Luc Teirlinck <teirllm@auburn.edu>
1965
1966 * data.c (Flocal_variable_if_set_p): Doc fix.
1967
950090be
JR
19682004-10-19 Jason Rumney <jasonr@gnu.org>
1969
1970 * w32.c (init_environment): Set emacs_dir correctly when running
1971 emacs from the build directory.
1972
8550b998
RS
19732004-10-19 Richard M. Stallman <rms@gnu.org>
1974
1975 * editfns.c (Fdelete_and_extract_region):
1976 If region is empty, return null string.
1977
08dedea6
JD
19782004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1979
1dc5ba01 1980 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
08dedea6 1981 and canon_width.
068f3848 1982 (xg_frame_cleared): Remove.
08dedea6 1983
068f3848
SM
1984 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
1985 (xg_find_top_left_in_fixed): Remove.
08dedea6
JD
1986 (xg_create_scroll_bar): Put an event box widget between
1987 the scroll bar widget and the edit widget.
1988 (xg_show_scroll_bar): Show the parent widget (the event box).
1989 (xg_remove_scroll_bar): Destroy parent (the event box) also.
1990 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
1991 Move the parent (the event box) widget inside the fixed widget.
1992 Move window clear to xterm.c.
1993
068f3848 1994 * gtkutil.h (xg_frame_cleared): Remove.
1dc5ba01 1995
08dedea6 1996 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
068f3848
SM
1997 (x_scroll_bar_create, XTset_vertical_scroll_bar):
1998 Remove arguments left and width to xg_update_scrollbar_pos.
08dedea6
JD
1999 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
2000
8550b998 20012004-10-19 Kenichi Handa <handa@m17n.org>
e3e55463
KS
2002
2003 * xdisp.c (display_mode_element): Fix display of wide chars.
e3e55463 2004
84338890
JD
20052004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2006
2007 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
2008 gdk_window_clear and move gdk_window_process_all_updates after
2009 clear so events are sent to the X server in correct order.
2010
6e1b0d8c
KH
20112004-10-18 Kenichi Handa <handa@m17n.org>
2012
2013 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
2014 comparing font names.
8550b998 2015 (fs_query_fontset): Use fast_string_match for comparing fontset names.
6e1b0d8c
KH
2016 (list_fontsets): Likewise.
2017
2018 * search.c (fast_string_match_ignore_case): New function.
2019
2020 * lisp.h (fast_string_match_ignore_case): Extern it.
2021
345e75a8
KS
20222004-10-17 Kim F. Storm <storm@cua.dk>
2023
2024 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
2025 than bitmap if there is not left fringe.
2026 (get_overlay_arrow_glyph_row): Also used on windows system.
2027 (display_line): Display overlay string if no left fringe.
2028
be13cbb7
JR
20292004-10-16 Jason Rumney <jasonr@gnu.org>
2030
2031 * w32fns.c (w32_font_match): Encode font name being matched.
2032
c2e2ede7
RS
20332004-10-16 Richard M. Stallman <rms@gnu.org>
2034
2035 * window.c (Fspecial_display_p): Doc fix.
2036
3584d95d
SM
20372004-10-15 Stefan <monnier@iro.umontreal.ca>
2038
2039 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
2040 Don't ignore menus, because where-is-internal already does it for us.
2041
699a0392
KS
20422004-10-15 Kim F. Storm <storm@cua.dk>
2043
b3c7a89b
KS
2044 * xdisp.c (redisplay_window): Only update fringes and vertical
2045 border on window frames.
699a0392 2046
4e382b0f
AS
20472004-10-14 Andreas Schwab <schwab@suse.de>
2048
2049 * m/ia64.h (DATA_SEG_BITS): Don't define.
2050
329a7be2
KS
20512004-10-14 Kim F. Storm <storm@cua.dk>
2052
2053 * xterm.h: Include Xutil.h after keysym.h to work around bug
dbb37962 2054 in some X versions.
329a7be2 2055
982241b1
SM
20562004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * fns.c (map_char_table): Add missing gcpros.
2059
9238467d
SM
20602004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * keymap.c (get_keymap): An autoload form is not a keymap.
2063
2064 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
2065
4440e3ca
KS
20662004-10-13 Kim F. Storm <storm@cua.dk>
2067
7cfdabde
KS
2068 * callproc.c (Fcall_process): Simplify handling of display arg.
2069 Resume `display_on_the_fly' once a coding system is determined.
2070
4440e3ca
KS
2071 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
2072
1c8dec6a
KS
20732004-10-12 Kim F. Storm <storm@cua.dk>
2074
2075 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
2076 caller, such as call-process, is not going to poll for input.
2077 (calc_line_height_property): Handle case where it->object is nil.
2078
2079 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
2080
170b174c
KH
20812004-10-12 Kenichi Handa <handa@m17n.org>
2082
9238467d
SM
2083 * xdisp.c (get_next_display_element):
2084 If unibyte_display_via_language_environment is zero, display 8-bit
170b174c
KH
2085 chars in octal in unibyte buffer.
2086
b583964c
KS
20872004-10-12 Kim F. Storm <storm@cua.dk>
2088
2089 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
2090 are no ordinary bindings.
2091
29fabd8c
JD
20922004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2093
9238467d 2094 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
29fabd8c 2095
c3f4c690
ST
20962004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2097
9238467d
SM
2098 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
2099 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
c3f4c690 2100 (make_mac_frame): Add BLOCK_INPUT around the making of a
9238467d
SM
2101 terminal frame.
2102 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
2103 * macgui.h (mktime): Use emacs_mktime.
c3f4c690
ST
2104 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
2105 Make a cancel file-open dialog be like C-g.
9238467d
SM
2106 * mac.c (mktime): Use emacs_mktime.
2107 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
2108 (Fmac_paste_function): Add better error handling for carbon cut/paste.
c3f4c690 2109
9688f9eb
KS
21102004-10-10 Kim F. Storm <storm@cua.dk>
2111
2112 * keyboard.c (timer_resume_idle): New function to resume idle
2113 timer without resetting timers on the idle list.
2114 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
2115 (timer_start_idle, timer_stop_idle): Declare static.
2116 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
2117
2118 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
2119
f7f3a65f
ST
21202004-10-08 Steven Tamm <steventamm@mac.com>
2121
9238467d 2122 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
f7f3a65f 2123 * macterm.c (mac_check_for_quit_char): Remove warning for using
9238467d 2124 NULL where 0 should be used.
f7f3a65f
ST
2125 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
2126 objc/malloc.h
9238467d 2127 * mac.c: Include time.h for Tiger compatibility.
f7f3a65f 2128
3c7d999a
KS
21292004-10-07 Kim F. Storm <storm@cua.dk>
2130
2131 * xdisp.c (redisplay_window): Fix flicker on vertical line between
2132 windows. Update vertical line after drawing window fringes, but
2133 only if actually drawing any bitmaps--or there is no fringe.
2134
2135 * xterm.c (x_update_window_end): Likewise.
2136 * macterm.c (x_update_window_end): Likewise.
2137 * w32term.c (x_update_window_end): Likewise.
2138
2139 * fringe.c (draw_window_fringes): Return value now indicates if
2140 any fringe bitmaps were redrawn (or there are no fringes).
2141
2142 * dispextern.h (draw_window_fringes): Update prototype.
2143
bf06c82f
ST
21442004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2145
2146 * macfns.c (mac_get_window_bounds): Add extern.
2147 (x_real_positions): Use mac_get_window_bounds.
2148
2149 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
2150 xmenu.c (YAILOM).
3c7d999a 2151
bf06c82f
ST
2152 * macterm.c [!MAC_OSX]: Include Windows.h.
2153 (front_emacs_window): Rename from mac_front_window. All uses
2154 changed. Return the frontmost non-tooltip emacs window.
2155 (mac_get_window_bounds): New function.
2156 (x_calc_absolute_position): Use the difference of width and height
2157 between the inner and outer window.
2158 (x_set_offset): Specify window position by the coordinae of the
2159 outer window. Adjust the position if the title bar is completely
2160 outside the screen.
2161 (app_is_suspended, app_sleep_time): Remove unused variables.
2162 (do_app_resume, do_app_suspend): Remove their contents because
2163 window-activate/deactivate events will do the job.
2164 (do_zoom_window): Remove unused variables. Make compliant to the
2165 standard way of zooming. Set f->left_pos and f->top_pos.
2166 (XTread_socket): Don't use argument `expected'. Don't use
2167 FrontWindow to determine the clicked window. Exclude unprocessed
2168 mouseUp cases in the early stage. Add parentheses to fix operator
2169 precedence.
2170 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
2171
4cbbf6b7 21722004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
d8b43276
JD
2173
2174 * config.in: Regenerate.
2175
2176 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
2177 HAVE_EXECSHIELD.
2178
b90ee8b5
JD
21792004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2180
2181 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
2182 a row if Alt or Meta has been found for that row. Also stop scanning
2183 for Keysyms for that row.
2184
904db1a2
KS
21852004-10-04 Kim F. Storm <storm@cua.dk>
2186
0207b8ad
KS
2187 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
2188 to list. Include overlay arrow bitmap in return value.
2189
25f7220c
KS
2190 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
2191 bars with fractional column width. If scroll bar separates two
2192 windows, move it towards the window it belongs to. Only update
2193 the padding area below the scroll bar widget when necessary,
2194 i.e. when scroll bar widget is created, moved, or resized.
2195
562020fe
KS
2196 * xdisp.c (define_frame_cursor1): Do not change frame cursor
2197 while tracking/dragging mouse.
2198 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
2199
37e34af7
KS
2200 * window.c (coordinates_in_window): Relax check for cursor
2201 on vertial border between mode lines.
2202 (Fset_window_fringes): Do not allow negative widths.
2203 (Fset_window_scroll_bars): Likewise.
2204
904db1a2
KS
2205 * .gdbinit (pp): Shorthand for p ARG + pr.
2206 (ff): New command: flush frame updates (X only).
2207
38fe4f64
MA
22082004-10-03 Michael Albinus <michael.albinus@gmx.de>
2209
2210 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
2211
9de36315
KH
22122004-09-30 Kenichi Handa <handa@m17n.org>
2213
07c381ad 2214 * process.c (send_process): Free composition data.
9de36315 2215
07c381ad 2216 * fileio.c (Finsert_file_contents): Free composition data.
9de36315
KH
2217
2218 * coding.c (code_convert_region): Don't skip ASCIIs if there are
07c381ad
KH
2219 compositions to encode.
2220 (encode_coding_string): Likewise. Free composition data.
2221
b6189c3b 22222004-09-30 Florian Weimer <fw@deneb.enyo.de>
07c381ad
KH
2223
2224 * coding.c (code_convert_region): Free composition data.
9de36315 2225
f2a54fbc
KS
22262004-09-29 Kim F. Storm <storm@cua.dk>
2227
dc5d6435
KS
2228 * fringe.c: Remove limit on number of bitmaps.
2229 (fringe_bitmaps, fringe_faces): Change to pointers.
2230 (max_fringe_bitmaps): New var.
2231 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
2232 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
2233
2234 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
2235 (struct glyph_row): Reorder fringe_bitmap related fields.
2236 (struct it): Likewise.
2237
2238 * w32term.c (fringe_bmp): Change to pointer.
2239 (max_fringe_bmp): New var.
2240 (w32_define_fringe_bitmap): Expand fringe_bmp.
2241 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
2242 (w32_destroy_fringe_bitmap): Likewise.
2243
22442004-09-29 Kim F. Storm <storm@cua.dk>
2245
2246 * fringe.c: Simplify last change.
f2a54fbc
KS
2247 (lookup_fringe_bitmap): New function.
2248 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
2249 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
2250 Keep standard bitmaps in Vfringe_bitmaps.
2251 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
2252 (Fset_fringe_bitmap_face): Likewise.
2253
2254 * dispextern.h (lookup_fringe_bitmap): Add prototype.
2255 (valid_fringe_bitmap_p): Remove prototype.
2256
2257 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
2258
841a8bca
KS
22592004-09-29 Kim F. Storm <storm@cua.dk>
2260
1f2da365
KS
2261 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
2262 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
2263
841a8bca
KS
2264 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
2265
2266 * fringe.c (Vfringe_bitmaps): New variable.
2267 (syms_of_fringe): DEFVAR_LISP it.
2268 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
2269 Change arg to Lisp_Object and fail if not an integer.
2270 (get_fringe_bitmap_name, resolve_fringe_bitmap)
2271 (destroy_fringe_bitmap): New functions.
9238467d
SM
2272 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
2273 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
841a8bca
KS
2274 clear its fringe property.
2275 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
2276 Fdestroy_fringe_bitmap.
2277 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
2278 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
2279 and set fringe property. Signal error if no free slots.
2280 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
2281 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
2282
2283 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
2284 symbols with a fringe property.
2285
4d965590
KS
22862004-09-27 Kim F. Storm <storm@cua.dk>
2287
2288 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
2289 Doc fix. Format may now be a symbol or alist, not a cons.
2290
2291 * fringe.c (update_window_fringes): Handle new formats of
2292 indicate-buffer-boundaries (symbol or alist). No longer
2293 allow a simple cons.
2294 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
2295
e888c2b3
JD
22962004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2297
9238467d 2298 * config.in: Rebuild.
e888c2b3 2299
83f1cb94
JD
23002004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2301
2302 * config.in: Rebuild.
2303
dd3b1d60 2304 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
83f1cb94 2305
2c51754c
SM
23062004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * xterm.c (x_term_init): Work around a bug in some X servers.
2309
3df5f8aa
RS
23102004-09-18 Richard M. Stallman <rms@gnu.org>
2311
557ca2c1
RS
2312 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
2313
3df5f8aa
RS
2314 * xdisp.c (try_window_reusing_current_matrix):
2315 Handle the case where we reach the old displayed text,
2316 out of sync with the old line boundary.
2317
9238467d 23182004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4b70e2c9
SM
2319
2320 * fileio.c (Finsert_file_contents): Fix case of replacement in a
2321 narrowed buffer.
2322
bfa02563
KS
23232004-09-14 Kim F. Storm <storm@cua.dk>
2324
a25fe164
KS
2325 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
2326
bfa02563
KS
2327 * xfaces.c (Qface_no_inherit): New var.
2328 (syms_of_xfaces): Intern and staticpro it.
2329 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
2330 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
2331 Don't increment face_change_count when face has non-nil
2332 face-no-inherit property.
2333
126f9c02
SM
23342004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2335
892a8eb5
SM
2336 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
2337 (Fbyte_code): Remove dead code after `wrong_type_argument'.
2338
126f9c02 2339 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
9238467d 2340 before doing the mark_stack_check_gcpros since they're not on the stack.
126f9c02 2341
c0ad3b38
KS
23422004-09-12 Kim F. Storm <storm@cua.dk>
2343
2344 * editfns.c (Fformat): Handle format strings with multiple text
2345 properties. Reverse text property list from the format string,
2346 so the positions are in increasing order.
2347
844fc085
JD
23482004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2349
2350 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
2351 x_uncatch_errors so that possible protocol errors are delivered.
2352
b106731c
EZ
23532004-09-10 Eli Zaretskii <eliz@gnu.org>
2354
21065c92
EZ
2355 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
2356 blockinput.h.
2357 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
2358 charset.h, and coding.h
9238467d 2359 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
21065c92
EZ
2360 (term.o): Depend on window.h and keymap.h.
2361 (abbrev.o): Depend on syntax.h.
2362 (callint.o): Depend on keymap.h.
2363 (casefiddle.o): Depend on charset.h and keymap.h.
2364 (category.o): Depend on keymap.h.
2365 (coding.o): Depend on dispextern.h.
2366 (cmds.o): Depend on keyboard.h and keymap.h.
2367 (dispnew.o): Depend on indent.h and intervals.h.
2368 (doc.o): Depend on keymap.h.
2369 (editfns.o): Depend on frame.h.
2370 (emacs.o): Depend on dispextern.h.
2371 (fileio.o): Don't depend on ccl.h.
2372 (filelock.o): Depend on charset.h and coding.h.
2373 (frame.o): Depend on w32term.h and macterm.h.
2374 (insdel.o): Depend on region-cache.h.
2375 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
2376 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
2377 (search.o): Depend on $(INTERVALS_SRC).
2378 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
2379 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
2380 xterm.h, w32term.h, and macterm.h.
2381 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
2382 w32term.h, and macterm.h.
2383 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
2384 region-cache.h, xterm.h, w32term.h, and macterm.h.
2385 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
2386 (data.o): Depend on frame.h.
2387 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
2388 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
2389 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
2390 (intervals.o): Depend on keymap.h.
2391
9238467d
SM
2392 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
2393 Add debugging print-out to termscript.
b106731c 2394
64b7122d
RS
23952004-09-09 Richard M. Stallman <rms@gnu.org>
2396
2397 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
2398
5670531e
RS
23992004-09-08 Richard M. Stallman <rms@gnu.org>
2400
6cb4a892
RS
2401 * window.c (Fset_window_buffer): Doc fix.
2402
5670531e
RS
2403 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
2404
7e388eb7
JL
24052004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
2406
2407 * minibuf.c (history_delete_duplicates): New variable.
2408 (read_minibuf): Use it.
2409 (syms_of_minibuf): Create the corresponding lisp variable.
2410
370e3587
KS
24112004-09-08 Kim F. Storm <storm@cua.dk>
2412
2413 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
2414 overlay just before point.
2415
f844ba4e
LT
24162004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2417
2418 * buffer.h (struct buffer): Add auto_save_file_format field.
9238467d
SM
2419 * buffer.c (reset_buffer, init_buffer_once):
2420 Handle auto_save_file_format field.
f844ba4e
LT
2421 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
2422 `buffer-auto-save-file-format'.
f844ba4e
LT
2423 * fileio.c: Delete declaration for removed Vauto_save_file_format.
2424 (build_annotations): Adapt to replacement of
2425 `auto-save-file-format' with the new buffer-local variable
2426 `buffer-auto-save-file-format'.
2427 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
2428
f0f90717
JR
24292004-09-07 Jason Rumney <jasonr@gnu.org>
2430
2431 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
2432
9238467d
SM
2433 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
2434 Handle Unicode menu titles.
f0f90717 2435
4e14f66c
KS
24362004-09-07 Kim F. Storm <storm@cua.dk>
2437
2438 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
2439 property from text property or overlay strings at point.
2440
9238467d 24412004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1806714a
SM
2442
2443 * xmenu.c (update_submenu_strings): YAILOM.
2444 (set_frame_menubar): Make sure last_i is initialized.
2445
1f06d367
JR
24462004-09-03 Jason Rumney <jasonr@gnu.org>
2447
1806714a 2448 * w32menu.c (_widget_value): Add lname and lkey.
1f06d367
JR
2449 (digest_single_submenu): Set lname and lkey in widget_value
2450 instead of name and key.
2451 (update_submenu_strings): New function.
2452 (set_frame_menubar): Remove call to inhibit_garbage_collection,
2453 call update_submenu_strings.
2454
2455 * w32menu.c (globals_of_w32menu): Check for Unicode API.
2456 (digest_single_submenu, w32_menu_show): Encode menu strings as
2457 UTF-8 if Unicode API is available.
2458 (utf8to16): New function.
2459 (add_menu_item): Use it when calling Unicode API.
1806714a 2460
46540080
KS
24612004-09-03 Kim F. Storm <storm@cua.dk>
2462
2463 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
2464 in overlay or text-property strings; set cursor on corresponding
2465 glyph rather than at end of the string.
2466
9277ba61 24672004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
46540080 2468
9277ba61 2469 * macfns.c (x_real_positions): Save the current window port and
1806714a
SM
2470 set a new one before obtaining the global coordinate.
2471 Use FRAME_MAC_WINDOW.
2472 (x_set_name, x_set_title): Encode title to UTF8.
2473 Use SetWindowTitleWithCFString.
9277ba61
ST
2474 (Fx_server_version): Get correct OS version.
2475
1806714a
SM
2476 * macmenu.c (add_menu_item): Remove unused variable `i'.
2477 Don't let separator items destroy refence constants of other menu items.
9277ba61
ST
2478
2479 * macterm.c (x_update_end): Move SetPortWindowPort to inside
2480 BLOCK_INPUT.
2481 (x_set_offset): Use FRAME_MAC_WINDOW.
2482
2483 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
2484 nontext_cursor if it is on a scroll bar.
2485
2486 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
2487 Carbon support.
1806714a
SM
2488 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
2489 Use LIBS_CARBON.
9277ba61 2490
b10daec7
JD
24912004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2492
2493 * xfns.c (x_set_name_internal): New function. Check if we shall call
2494 xfree before ENCODE_UTF_8.
2495 (x_set_name, x_set_title): Call x_set_name_internal.
2496
f7e22385
JR
24972004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
2498
2499 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
2500 reload it.
2501
2bf436c3
JD
25022004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2503
1806714a 2504 * macmenu.c (_widget_value): Add lname and lkey.
16ceacc2
JD
2505 (single_submenu): Set lname and lkey in widget_value
2506 instead of name and key.
2507 (update_submenu_strings): New function.
2508 (set_frame_menubar): Remove call to inhibit_garbage_collection,
2509 call update_submenu_strings.
2510
2bf436c3
JD
2511 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
2512 instead of name and key.
2513 (update_submenu_strings): New function.
2514 (set_frame_menubar): Remove call to inhibit_garbage_collection,
ec867797 2515 call update_submenu_strings.
2bf436c3
JD
2516
2517 * gtkutil.h (_widget_value): Added lname and lkey.
2518
11715f92
ST
25192004-08-30 Steven Tamm <steventamm@mac.com>
2520
2521 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
2522 by using different names for inner loop variables.
2523
5500be54
JD
25242004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2525
059cd329
JD
2526 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
2527 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
2528
5500be54
JD
2529 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
2530 tool bar items is 0.
2531
383418e5
ST
25322004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2533
2534 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
2535 strings in menu items.
2536 (single_submenu): Use ENCODE_MENU_STRING
2537 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
2538 button release isn't passed to event loop
2539 (add_menu_item): Use SetMenuItemWithCFString
2540
6eb3ee72
ST
25412004-08-26 Steven Tamm <steventamm@mac.com>
2542
2543 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
2544 tool-bar/menu click
2545 * macfns.c (Fx_file_dialog): Implemented using NavServices
2546
10b43ac3
JD
25472004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2548
2728b5d0
JD
2549 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
2550
10b43ac3
JD
2551 * xfns.c (x_window_to_frame, x_any_window_to_frame)
2552 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
2553 (x_top_window_to_frame): Return 0 if wdesc is None.
2554
2ee3b79e
RS
25552004-08-22 Richard M. Stallman <rms@gnu.org>
2556
2557 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
2558 HAVE_TERMIOS]: If there's no char for this signal, drop through
2559 and use system calls.
2560
2561 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
2562
9a1ba2ea
KS
25632004-08-20 Kim F. Storm <storm@cua.dk>
2564
2565 * process.c (wait_reading_process_output): Rename from
2566 wait_reading_process_input. All uses changed.
2567 (wait_reading_process_output_1): Rename from
2568 wait_reading_process_input_1. All uses changed.
2569
2570 * dispnew.c (Fsleep_for): Remove obsolete code.
2571
295f3b30
KH
25722004-08-20 Kenichi Handa <handa@m17n.org>
2573
2574 * syntax.c (skip_chars): Fix for unibyte case.
2575
27615979
SM
25762004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * syntax.c (char_quoted): Mixup byte/char pos.
2579 (back_comment): Fixup globals in all cases.
2580
00267f94
JD
25812004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2582
2583 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
2584 passing it to gtk_window_set_title.
2585
2439909e
KS
25862004-08-19 Kim F. Storm <storm@cua.dk>
2587
6ba0f14c
KS
2588 * process.c (wait_reading_process_input): Clean up.
2589 Add wait_for_cell, wait_proc, and just_wait_proc args
2590 to avoid overloading `read_kbd' and `do_display' args.
2591 Change read_kbd arg to int. All callers changed.
2592
2439909e
KS
2593 * process.c (process_send_signal): Use CDISABLE.
2594
2595 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
2596
101c421e
KS
25972004-08-18 Kim F. Storm <storm@cua.dk>
2598
2599 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
2600 forward to wait_reading_process_input via DO_DISPLAY arg.
2601 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
2602 object, only process output from that process; also inhibit
2603 running timers if DO_DISPLAY==-2.
2604
c438dc33
KS
26052004-08-17 Kim F. Storm <storm@cua.dk>
2606
2607 * process.c (process_send_signal): Fix last change--use
2608 _POSIX_VDISABLE instead of CVDISABLE when available.
2609
8afc13c6
RS
26102004-08-16 Richard M. Stallman <rms@gnu.org>
2611
2612 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
2613 Set VQUIT and VINTR chars to the standard ones if they are unset.
2614 [AIX]: Don't do that here. And don't force VINTR to standard
2615 when SIGNALS_VIA_CHARACTERS.
2616
c438dc33 2617 * process.c (process_send_signal)
8afc13c6
RS
2618 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
2619 Do nothing if the character is CVDISABLE.
2620
2621 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
2622
c438dc33 2623 * intervals.c (move_if_not_intangible):
8afc13c6
RS
2624 Force POSITION to be between BEGV and ZV.
2625
6dad1714
JPW
26262004-08-14 John Paul Wallington <jpw@gnu.org>
2627
2628 * buffer.c (Frestore_buffer_modified_p): Doc fix.
2629
2630 * fileio.c (Fread_file_name): Doc fix.
2631
2632 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
2633
2bd77330
LT
26342004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2635
2636 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
2637
c90e7e43
LT
26382004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2639
2640 * keyboard.c: Declare Qdisabled_command_function instead of
8392e138 2641 Qdisabled_command_hook.
c90e7e43 2642 (Fcommand_execute): Use Qdisabled_command_function instead of
8392e138 2643 Qdisabled_command_hook.
c90e7e43
LT
2644 (syms_of_keyboard): Ditto.
2645
81909a1a
LT
26462004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2647
2648 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
2649 (syms_of_keymap) <key-translation-map>: Doc fixes.
2650
0cedd530
SM
26512004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2652
1725a7c9
SM
2653 * window.c (window_list_1): YAILOM.
2654
0cedd530
SM
2655 * fileio.c (make_temp_name): Handle multibyte prefixes.
2656
2515a131
LT
26572004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2658
2659 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
2660 Doc fix.
2661
c8b20fb7
KH
26622004-08-03 Kenichi Handa <handa@m17n.org>
2663
2664 * coding.c (decode_coding_string): Adjust coding->consumed, and
2665 etc. with shrinked_bytes.
2666
fb8b092b
KS
26672004-08-03 Kim F. Storm <storm@cua.dk>
2668
2669 * indent.c (compute_motion): Fix check for full width window
2670 in non-window case. Do not count left truncation glyph on
2671 window systems.
2672
df133612
LT
26732004-08-02 Luc Teirlinck <teirllm@auburn.edu>
2674
2675 * data.c (Finteractive_form): Doc fix.
2676
0f7a93c1
KS
26772004-08-02 Kim F. Storm <storm@cua.dk>
2678
2679 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
2680 properly accounting for continuation glyph on non-window systems.
2681 (Fcompute_motion): Use actual window width if WIDTH is nil, and
2682 actual window width/height if TOPOS is nil, properly accounting for
2683 continuation glyphs on non-window systems, and optional header lines.
2684 (vmotion): Let compute_motion calculate actual window width.
2685
2686 * window.c (window_scroll_line_based): Let compute_motion
2687 calculate actual window width.
2688
f491e1ed
KS
26892004-08-02 Kim F. Storm <storm@cua.dk>
2690
2691 * process.c (read_process_output): Use whole read buffer.
2692 Don't trigger adaptive read buffering on errors.
2693
83f64226
LT
26942004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2695
2696 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
2697
2698 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
2699
2700 * callint.c (Fcall_interactively): Doc fix.
2701
8afc13c6
RS
27022004-07-30 Richard M. Stallman <rms@gnu.org>
2703
2704 * abbrev.c (Fexpand_abbrev): Undo previous change.
2705
7c111482
KS
27062004-07-30 Kim F. Storm <storm@cua.dk>
2707
2708 * editfns.c (Fformat): Allocate extra (dummy) element in info.
2709
ee945d08
LT
27102004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2711
2712 * eval.c (Fdefvar, Fdefconst): Doc fixes.
2713
3f911c94
KS
27142004-07-27 Kim F. Storm <storm@cua.dk>
2715
2716 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
2717 we have ensured that the glyph fits on the current line (or returned
2718 MOVE_LINE_CONTINUED otherwise).
2719
f29ff8c7
KS
27202004-07-26 Kim F. Storm <storm@cua.dk>
2721
2722 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
2723 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
2724 if target position is at end of display line but char is not a newline.
2725
81159bb9
RS
27262004-07-25 Richard M. Stallman <rms@gnu.org>
2727
ab431b61
RS
2728 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
2729 instead of ON_VERTICAL_BORDER, when on scroll bar.
2730 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
2731
2732 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
2733
f29ff8c7 2734 * window.c (Fcoordinates_in_window_p):
81159bb9
RS
2735 Take account of FRAME_INTERNAL_BORDER_WIDTH.
2736
2737 * alloc.c (check_cons_list): New function (contents commented out).
2738
fc820cc5
LT
27392004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2740
2741 * xfaces.c (Fcolor_supported_p): Doc fix.
2742
2743 * frame.c (Fselect_frame, Fset_frame_selected_window)
2744 (Fframe_visible_p, Fraise_frame): Doc fixes.
2745
289978b5
LT
27462004-07-24 Richard M. Stallman <rms@gnu.org>
2747
78819ebb 2748 * keyboard.h (not_single_kboard_state): Declare.
7630911d
RS
2749
2750 * fileio.c (Fwrite_region): Doc fix.
2751
2752 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
2753
2754 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
2755 only when a real abbrev is present.
2756
289978b5
LT
2757 * xfns.c (x_icon_verify): New function.
2758 (Fx_create_frame): Use it.
2759
63cc10ae
KS
27602004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
2761
2762 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
2763
36f826d4
KS
27642004-07-21 Kim F. Storm <storm@cua.dk>
2765
2766 * window.h (struct glyph_matrix): New members nrows_scale_factor
2767 and ncols_scale_factor.
2768
2769 * window.c (make_window): Initialize nrows_scale_factor and
2770 ncols_scale_factor members.
2771
2772 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
2773 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
2774 (required_matrix_height): Apply nrows_scale_factor.
2775 (required_matrix_width): Apply ncols_scale_factor.
2776
2777 * xdisp.c (display_line): Increment nrows_scale_factor and set
2778 fonts_changed_p if past last allocated row.
2779 (append_glyph, append_composite_glyph, produce_image_glyph)
2780 (append_stretch_glyph): Increment ncols_scale_factor and set
2781 fonts_changed_p if current area is full.
2782
5fc1c546
JD
27832004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2784
2785 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
2786
cb7516e5
LT
27872004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2788
2789 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
2790 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
2791 (Fset_window_start, Fscroll_up, Fscroll_down)
2792 (Fother_window_for_scrolling, Fscroll_other_window)
2793 (Fsave_window_excursion, Fset_window_vscroll)
2794 (syms_of_window) <window-size-fixed>: Doc fixes.
2795
b6189c3b 27962004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
dda741ec
JR
2797
2798 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
2799 ENCODE_SYSTEM for filenames.
2800
bfcf6608
ST
28012004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2802
2803 * mac.c (sys_select): Block input around call to
2804 ReceiveNextEvent to prevent breakage. Correctly handle
2805 blocking on event queue only by calling ReceiveNextEvent
2806 instead of select (since GUI events aren't on an fd).
2807 (sys_read): Remove function
2808 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
2809
e082ac9d
ST
28102004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2811
2812 * mac.c (sys_select): Redo sys_select to use alarm-based
cb7516e5 2813 polling instead of 1 sec timeouts (like solaris).
e082ac9d 2814
cb7516e5 2815 * macterm.c (x_make_frame_visible): Comment in polling on
e082ac9d
ST
2816 frame creation.
2817
2818 * keyboard.c: Undef SIGIO on Carbon
2819
2820 * atimer.c (alarm_signal_handler): Call alarm handlers after
2821 scheduling.
2822
2823 * eval.c (Feval): Remove quit_char test
2824
2825 * process.c (wait_reading_process_input): Remove clearing
2826 stdin for select call on process input.
2827
4b9da0fb
LT
28282004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2829
1204e81c
LT
2830 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
2831 capitalization error in docstring.
4b9da0fb 2832
26503ad2
JB
28332004-07-17 Juanma Barranquero <lektu@terra.es>
2834
2835 * keyboard.c (not_single_kboard_state): Do nothing unless
2836 MULTI_KBOARD is defined.
2837
3751eb00
RS
28382004-07-17 Richard M. Stallman <rms@gnu.org>
2839
2840 * window.c (coordinates_in_window): Inside the window but outside
2841 its box to the L or R, return ON_VERTICAL_BORDER.
2842 (window_list_1): Rotate the list to start with WINDOW.
2843
2844 * print.c (print_preprocess): Test for print_depth at limit
2845 before entering in being_printed.
2846
2847 * keyboard.c (not_single_kboard_state): New function.
2848 (stuff_buffered_input): Now no-op only if no SIGTSTP.
2849
2850 * frame.c (Fdelete_frame): If we're in single_bboard_state on
2851 this kboard, and we delete its last frame, go to any_kboard_state.
2852
2853 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
2854
b6189c3b 28552004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
62eb6ca9
JR
2856
2857 * w32fns.c (Fx_file_dialog): Encode strings in system coding
2858 system before passing them to OS functions for display.
2859
0f6af254
DK
28602004-07-15 David Kastrup <dak@gnu.org>
2861
f9253326
KS
2862 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
2863 Apparently fixes an abort condition.
0f6af254 2864
386c8f42
LT
28652004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2866
2867 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
2868 instead of a cons.
2869
366511da
MB
28702004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
2871
2872 * keyboard.c (echo_dash): Do nothing if there already is a dash
2873 at the end of the echo string.
2874
f85409d3
KS
28752004-07-12 Kim F. Storm <storm@cua.dk>
2876
2877 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
2878 if GC_MARK_STACK.
2879
0ba2e87b
LT
28802004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2881
da38045d
LT
2882 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
2883
0ba2e87b
LT
2884 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
2885 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
2886 (Freplace_buffer_in_windows, Fset_window_buffer)
2887 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
2888 (syms_of_window): Expand docstring of `display-buffer-function'.
2889
5668fbb8
LT
28902004-07-09 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
2893 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
2894 that time values of the type (HIGH . LOW) are considered obsolete.
2895
a085bf9d
LT
28962004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2897
669de2fb
LT
2898 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
2899 docstring.
2900
bac66325 2901 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
a085bf9d 2902
8e975df9
JPW
29032004-07-06 John Paul Wallington <jpw@gnu.org>
2904
2905 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
2906
fa164e6a
JPW
2907 * fns.c (Fclear_string): Signal an error if STRING is not a string.
2908
2bac9bb1
JD
29092004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2910
2911 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
2912 instead of CGMainDisplayID (only in OSX 10.2 and later).
2913
316ef0dc
JPW
29142004-07-04 John Paul Wallington <jpw@gnu.org>
2915
2916 * fileio.c (read_file_name_completion_ignore_case): New variable.
2917 (syms_of_fileio): Declare and initialise it.
2918 (Fread_file_name): Bind `completion-ignore-case' to respect it.
2919
2a1a35c6
EZ
29202004-07-03 Eli Zaretskii <eliz@gnu.org>
2921
2922 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
2923 for event.x and event.y.
2924
33a72331
KH
29252004-07-01 Kenichi Handa <handa@m17n.org>
2926
2927 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
2928 after getting a new string by pre-write-conversion.
2929
9238467d 29302004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
07a6ab76
SM
2931
2932 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
2933 (x_calc_absolute_position): Remove unused var `child'.
2934
2935 * xfaces.c (x_supports_face_attributes_p)
2936 (Fdisplay_supports_face_attributes_p): YAILOM.
2937 (tty_supports_face_attributes_p): Remove unused var `i'.
2938
2939 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
2940 back_unibyte_ok.
2941
2942 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
2943
2944 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
2945
2946 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
2947
f96ec754
AS
29482004-06-30 Andreas Schwab <schwab@suse.de>
2949
2950 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
2951 (Finit_image_library): Pass LIBRARIES through to
2952 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
2953 (lookup_image_type): Pass Qnil as second argument to
2954 Finit_image_library.
2955
78819ebb 2956 * lisp.h (Finit_image_library): Declare.
f96ec754 2957
59feca74 29582004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
c8d09ad8 2959
31983645
AS
2960 * macterm.c (do_window_activate, do_window_deactivate): Remove.
2961 (XTread_socket): Send mouse button events to the toolbox
2962 dispatcher even when the mouse is grabbed. Don't process window
2963 activate events for non-Emacs windows. Replace function calls to
2964 do_window_activate and do_window_deactivate with their contents.
2965 Reset mouse grabbing status when a window is deactivated.
59feca74 2966
c61278bb
ST
29672004-06-29 Steven Tamm <steventamm@mac.com>
2968
2969 * macterm.c (mac_get_emulated_btn)
2970 (mac_event_to_emacs_modifiers): Fix emulated mouse button
2971 support to correctly mask out modifiers.
2972
c3762cbd
DK
29732004-06-29 David Kastrup <dak@gnu.org>
2974
2975 * search.c (Fset_match_data): Allow buffer before end of list
2976 which can happen if set-match-data is using a pre-consed list.
2977
c61278bb 29782004-06-28 Steven Tamm <steventamm@mac.com>
e439b925
ST
2979
2980 * macterm.c (XTread_socket): Correctly set the frame position
2981 after the window is moved.
2982
74cdfe05
JD
29832004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2984
2985 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
2986 gpix and gmask just before return to avoid memory leak.
03ecb80f
JD
2987 (xg_get_image_for_pixmap): Add workaround for monochrome displays
2988 so insensitive and activated icons look ok.
74cdfe05 2989
ef544dc8
JR
29902004-06-27 Jason Rumney <jasonr@gnu.org>
2991
2992 * w32fns.c (file_dialog_callback): Disable edit control if set
2993 to directories only on CDN_INITDONE message.
2994 (Fx_file_dialog): Default to directories only when prompt starts
2995 with "Dired".
2996
7b7990cc
KS
29972004-06-25 Kim F. Storm <storm@cua.dk>
2998
2999 * alloc.c (allocate_misc): Update total_free_markers.
3000 (free_misc): New function.
3001 (safe_alloca_unwind, free_marker): Use it.
3002
3003 * lisp.h (free_misc): Add prototype.
3004
3005 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
3006
d8c379f8
RS
30072004-06-24 Richard M. Stallman <rms@gnu.org>
3008
3009 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
3010 (syms_of_emacs): Lisp variables deleted.
3011
559cdd07
DK
30122004-06-23 David Kastrup <dak@gnu.org>
3013
94939b84
DK
3014 * search.c (Freplace_match): Adjust the match-data more thoroughly
3015 when replacing strings in the buffer.
3016 (Fmatch_data): When INTEGERS is non-nil and the last match was in
3017 a buffer, add the buffer as last element to the match data.
3018 (Fset_match_data): If an additional element of the match-data is a
3019 buffer, restore it to last_thing_searched.
c8d09ad8 3020 (save_search_regs): Save last_thing_searched as part of the match data.
559cdd07
DK
3021 (restore_match_data): Restore it again.
3022
dce417e7
LT
30232004-06-23 Luc Teirlinck <teirllm@auburn.edu>
3024
3025 * keymap.c (Ftext_char_description): Doc fix.
3026 * doc.c (Fsnarf_documentation): Doc fix.
3027
ef54b2d0
KS
30282004-06-22 Kim F. Storm <storm@cua.dk>
3029
b5bc4d05
KS
3030 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
3031
ef54b2d0
KS
3032 * lisp.h (struct Lisp_Save_Value): New member dogc.
3033 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
3034 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
3035 (SAFE_FREE_LISP): New macro.
3036
3037 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
3038 (make_save_value): Init new dogc member.
3039 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
3040
3041 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
3042 SAFE_FREE_LISP macros.
3043
3d33d993
KS
30442004-06-22 Kim F. Storm <storm@cua.dk>
3045
3046 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
3047 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
3048 in that memory area are unknown to GC. Add comments.
3049
3050 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
3051
5c917f98
KS
30522004-06-21 Kim F. Storm <storm@cua.dk>
3053
3054 * lisp.h (MAX_ALLOCA): Define here.
3055 (safe_alloca_unwind): Add prototype.
3056 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
3057
3058 * alloc.c (safe_alloca_unwind): New function.
3059
3060 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
3061
3062 * charset.c (Fstring): Use SAFE_ALLOCA.
3063
3064 * coding.c (MAX_ALLOCA): Remove define.
3065
3066 * data.c (MAX_ALLOCA): Remove define.
3067 (Faset): Use SAFE_ALLOCA.
3068
3069 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
3070
3071 * fns.c (string_make_multibyte, string_to_multibyte)
3072 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
3073 (MAX_ALLOCA): Remove define.
3074 (Fbase64_encode_region, Fbase64_encode_string)
3075 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
3076 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
3077 memory leak if encoding fails.
3078
3079 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
3080
9a09408e
EZ
30812004-06-21 Eli Zaretskii <eliz@gnu.org>
3082
3083 * print.c (Fwith_output_to_temp_buffer): Doc fix.
3084
376de739
RS
30852004-06-20 Richard M. Stallman <rms@gnu.org>
3086
3087 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
3088
3089 * search.c (match_limit): Cleaner err msg when no match data available.
3090
3091 * window.c (syms_of_window): Doc fix.
3092
3093 * keyboard.c (command_loop_1): Handle values `only' and `identity'
3094 for Vtransient_mark_mode.
3095
3096 * buffer.c (syms_of_buffer): Doc fix.
3097
acd81db9
DK
30982004-06-21 David Kastrup <dak@gnu.org>
3099
3100 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
3101 and unbinding of `case-fold-search' according to
3102 `completion-ignore-case' around calls of string-match and
3103 predicates, respectively. Should give satisfactory performance
3104 in all relevant cases.
3105
f303762d
JD
31062004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3107
95911c74
JD
3108 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
3109 clip_x/y_origin.
3110
a6cb6b78
JD
3111 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
3112
f303762d
JD
3113 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
3114
3115 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
3116 on Mac OSX.
3117
bbdb2684
LT
31182004-06-16 Luc Teirlinck <teirllm@auburn.edu>
3119
3120 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
3121
5ea48b1c
KS
31222004-06-16 Kim F. Storm <storm@cua.dk>
3123
3124 * dispextern.h (Vimage_types): Remove extern.
3125
803aac3e
MB
31262004-06-16 Miles Bader <miles@gnu.org>
3127
3128 * image.c (lookup_image_type): Initialize image type if necessary.
3129
cdc97764
KS
31302004-06-15 Kim F. Storm <storm@cua.dk>
3131
c4a5739c
KS
3132 * xdisp.c (try_cursor_movement): Exclude header line from scroll
3133 margin at top of window.
3134 (try_window_reusing_current_matrix): Calculate proper cursor position
3135 after scrolling up with non-zero scroll margin, as the old cursor
3136 position corresponds to value of PT before executing this command.
3137 (try_window_id): Consider scroll margin at bottom of window too;
3138 otherwise we fail to scroll when hl-line-mode is enabled.
3139
cdc97764
KS
3140 * syntax.c (skip_chars): Only recognize [:class:] when it has the
3141 proper format and class is a lower-case word.
3142
5b166323
JD
31432004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3144
3145 * gtkutil.c (xg_get_image_for_pixmap): New function.
c8d09ad8 3146 (xg_get_gdk_pixmap_and_mask): Remove.
5b166323
JD
3147 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
3148 xg_get_gdk_pixmap_and_mask.
cdc97764 3149
5b166323
JD
3150 * xterm.h (struct x_display_info): Typo in comment fixed.
3151
1ebd4f78
JB
31522004-06-14 Juanma Barranquero <lektu@terra.es>
3153
3154 * dispextern.h (Vimage_types): Make it conditional on
3155 HAVE_WINDOW_SYSTEM.
3156
3157 * image.c (Vimage_types): Move from xdisp.c.
3158 (Vimage_type_cache): New variable.
3159 (define_image_type): New argument indicating whether an image
3160 library was loaded; cache loaded status and return t on success,
3161 nil otherwise.
3162 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
3163 (w32_delayed_load): New function to load an image library from a
3164 list of possible filenames.
3165 (init_xpm_functions, init_png_functions, init_jpeg_functions)
3166 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
c8d09ad8 3167 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
1ebd4f78
JB
3168 (Finit_image_library): New function, extracted from `init_image'.
3169 Try to initialize an image library on demand and cache whether we
3170 were successful or not.
3171 (syms_of_image): Initialize `Vimage_types' and
3172 `Vimage_type_cache'. Add recognized image types to Vimage_types.
3173 Export `init-image-library'.
3174 (init_image): Remove initialization of all image types, except xbm
3175 and pbm.
3176
3177 * xdisp.c (Vimage_types): Delete (moved to image.c).
3178
904ee128
AS
31792004-06-14 Andreas Schwab <schwab@suse.de>
3180
3181 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
3182 Avoid calling specbind when completion-regexp-list is empty.
3183
092de21d
RS
31842004-06-13 Richard M. Stallman <rms@gnu.org>
3185
3186 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
3187 (re_wctype, re_iswctype, re_wctype_to_bit):
3188 Non-function definitions moved here from regex.c.
1ebd4f78 3189
092de21d
RS
3190 * regex.c (re_wctype, re_iswctype): Function defs longer static.
3191 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
3192 (re_wctype, re_iswctype, re_wctype_to_bit):
3193 Non-function definitions moved to regex.h.
3194
3195 * window.c (Fselect_window): Doc fix.
3196
3197 * syntax.c: Include regex.h.
3198 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
3199 If requested, make a list of classes, then check the scanned
3200 chars for membership in them.
3201 (in_classes): New function.
3202 Doc fix.
3203
3204 * keyboard.c (cmd_error): Don't call any_kboard_state
3205 if inside a recursive edit level.
3206
32072004-06-13 Lorentey K\e,Aa\e(Broly <lorentey@elte.hu>
3208
3209 * keyboard.c (command_loop): Call any_kboard_state before
3210 command_loop_2 when at top level.
3211
3ebc0939
AS
32122004-06-13 Andreas Schwab <schwab@suse.de>
3213
cea5d0d4
AS
3214 * print.c (print_object): Always use %ld for printing EMACS_INT.
3215
3216 * keyboard.c (cancel_hourglass_unwind): Return a value.
3217 (modify_event_symbol): Always use %ld for printing EMACS_INT.
3218 (Fexecute_extended_command): Likewise.
3219
3220 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
3221 avoid clashes.
3222 (SYNTAX): Likewise.
3223 (SYNTAX_WITH_FLAGS): Likewise.
3224 (SYNTAX_MATCH): Likewise.
3225
3226 * syntax.c (char_quoted): Avoid warning about undefined operation.
3227 (find_defun_start): Likewise.
3228 (scan_lists): Likewise.
3229 (INC_FROM): Likewise.
3230 (scan_sexps_forward): Likewise.
3231
be8c4ce4
AS
3232 * image.c: Include <ctype.h>.
3233
3ebc0939
AS
3234 * xfaces.c (face_attr_equal_p): Declare parameters.
3235
6fb41b5b
KH
32362004-06-13 Kenichi Handa <handa@m17n.org>
3237
3238 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
3239
fc3095ce
EZ
32402004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
3241
3242 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
3243
66189a40
KH
32442004-06-12 Kenichi Handa <handa@m17n.org>
3245
3246 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
3247 ccl_prog_stack_struct and update it.
3248 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
3249 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
3250 ccl->eof_ic on EOF.
3251 (ccl_debug_hook): New function.
3252 (struct ccl_prog_stack): New member eof_ic.
3253 (ccl_driver): Handle EOF in subrountine call correctly.
3254
32552004-06-11 Kenichi Handa <handa@m17n.org>
3256
3257 * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.
3258
1da71023
KS
32592004-06-11 Kim F. Storm <storm@cua.dk>
3260
3261 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
3262
e9efcef4
JB
32632004-06-11 Juanma Barranquero <lektu@terra.es>
3264
3265 * keyboard.c (Fposn_at_point): Doc fix.
3266
9b9ceb61
DK
32672004-06-11 David Kastrup <dak@gnu.org>
3268
3269 * search.c (match_limit): Don't flag an error if match-data
3270 exceeding the allocated search_regs.num_regs gets requested, just
3271 return Qnil.
3272
6e87ac8f
MB
32732004-06-08 Miles Bader <miles@gnu.org>
3274
3275 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
3276
0b0dea7b
JB
32772004-06-07 Juanma Barranquero <lektu@terra.es>
3278
3279 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
3280 (Fcurrent_time_string, Fcurrent_time_zone)
3281 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
3282
a0a23346
MB
32832004-06-07 Miles Bader <miles@gnu.org>
3284
08384afd 3285 * xfaces.c (struct named_merge_point): New type.
a0a23346
MB
3286 (push_named_merge_point): New function.
3287 (merge_named_face): New function.
3288 (merge_face_ref, face_at_buffer_position, face_at_string_position):
3289 Use `merge_named_face'.
3290 (merge_face_inheritance): Function removed.
c8d09ad8 3291 (merge_face_ref): Rename from `merge_face_vector_with_property'.
a0a23346
MB
3292 Add new `err_msgs' and `named_merge_points' args. Return error
3293 status. Only print error messages if ERR_MSGS is true. Don't try to
3294 do :inherit attribute validation.
3295 (merge_face_heights): Handle `unspecified' in both directions.
3296 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
3297 Call `merge_face_ref' instead of `merge_face_inheritance'.
3298 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
3299 (compute_char_face, face_at_buffer_position)
3300 (face_at_string_position): Call `merge_face_ref' instead of
3301 `merge_face_vector_with_property'.
3302
12d5b185
KH
33032004-06-07 Kenichi Handa <handa@m17n.org>
3304
3305 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
3306 the necessary places.
3307
2e2d7ee6
KS
33082004-06-07 Kim F. Storm <storm@cua.dk>
3309
3310 * process.c (Fdelete_process): Undo 2004-05-28 change.
3311 Instead, call status_notify also for network process.
3312 (status_message): Use process instead of status as arg.
3313 Give messages "deleted" or "connection broken by remote peer" for
3314 an exited network process.
3315 (status_notify): Change call to status_message.
3316 (read_process_output): Increase readmax to 4096. Do not increase
3317 buffer size for datagram channels (default is now large enough).
3318
fcf0d299
ST
33192004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
3320
3321 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
3322 problem due to newly defined variable.
3323
0722292b
MB
33242004-06-06 Miles Bader <miles@gnu.org>
3325
3326 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
3327 immediately if non-interactive or not initialized.
3328
ddfb8369
RS
33292004-06-05 Richard M. Stallman <rms@gnu.org>
3330
3331 * minibuf.c (Fcompleting_read): Doc fix.
3332
57015754
AS
33332004-06-05 Andreas Schwab <schwab@suse.de>
3334
3335 * macfns.c (x_create_tip_frame): Fix declaration after statement.
3336
23715ea6
JB
33372004-06-05 Juanma Barranquero <lektu@terra.es>
3338
3339 * keymap.c (Fdescribe_vector): Fix docstring.
3340 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
3341
8e330b22
MB
33422004-06-05 Miles Bader <miles@gnu.org>
3343
3344 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
3345 attributes have different values than the default face.
3346
9742a3a6
EZ
33472004-06-04 Eli Zaretskii <eliz@gnu.org>
3348
3349 * xfaces.c (x_supports_face_attributes_p): Make this function
3350 conditional on HAVE_WINDOW_SYSTEM.
c8d09ad8
SM
3351 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
3352 Don't call x_supports_face_attributes_p if it was not compiled in.
9742a3a6 3353
9717e36c
MB
33542004-06-04 Miles Bader <miles@gnu.org>
3355
3356 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
3357 from Ftty_supports_face_attributes_p.
3358 (x_supports_face_attributes_p): New function.
3359 (Ftty_supports_face_attributes_p): Function deleted.
3360 (Fdisplay_supports_face_attributes_p): New function.
3361 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
f9711de4 3362 (face_attr_equal_p): New function.
9717e36c
MB
3363 (lface_equal_p): Use it.
3364
52deb19f
JB
33652004-06-03 Juanma Barranquero <lektu@terra.es>
3366
3367 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
3368 (Vw32_color_map): Fix typo in docstring.
3369 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
3370 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
3371 Make argument names match their use in docstring.
3372
86d373e6
JB
33732004-06-02 Juanma Barranquero <lektu@terra.es>
3374
3375 Work around bugs/problems with MinGW builds of graphics libraries
3376 called from MSVC builds of Emacs.
3377
3378 * image.c (lookup_image): Make pointer to img static.
3379 (png_read_from_memory): Disable "global" optimization.
3380
2fb0ce67
SM
33812004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3382
c8d09ad8
SM
3383 * eval.c (Fcondition_case): Fix usage. Simplify.
3384
2fb0ce67
SM
3385 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
3386
50bf7673
ST
33872004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3388
3389 * macfns.c: Don't include ccl.h.
3390 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
86d373e6
JB
3391 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
3392 TextUtils.h.
c8d09ad8 3393 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
50bf7673
ST
3394 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
3395 display height/width.
3396 (compute_tip_xy, Vx_max_tooltip_size): Declare.
3397 (unwind_create_tip_frame, compute_tip_xy): New functions.
3398 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
3399 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
3400 and last_show_tip_args.
2fb0ce67 3401
50bf7673
ST
3402 * macgui.h [!MAC_OSX]: Include Gestalt.h.
3403 (Cursor, No_Cursor): New defines.
c8d09ad8 3404 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
50bf7673
ST
3405 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
3406
3407 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
3408
3409 * macterm.c: Don't include Gestalt.h.
3410 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
3411 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
3412 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
3413 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
3414 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
3415 (construct_mouse_click, XTmouse_position)
3416 (x_scroll_bar_report_motion, x_calc_absolute_position)
3417 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
3418 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
3419 (note_mouse_movement): Clear the mouse face and reset the pointer
3420 shape when the pointer goes outside the frame without grabbing.
3421 (mac_front_window): New function.
3422 (mac_window_to_frame): New macro.
3423 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
3424 (do_window_activate, do_window_deactivate, do_app_resume)
3425 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
3426 (do_zoom_window, mac_do_receive_drag, XTread_socket)
3427 (mac_check_for_quit_char): Use mac_front_window and/or
3428 mac_window_to_frame.
3429 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
3430 scroll-bar click event.
3431 (mac_define_frame_cursor): Change the pointer shape.
c8d09ad8 3432 (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
50bf7673 3433 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
c8d09ad8 3434 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
50bf7673
ST
3435 (do_window_update): Don't do anything if the updated window is the
3436 tooltip window.
3437 (do_mouse_moved): Handle mouse movement events here (previously in
3438 XTread_socket). Clear the mouse face if
3439 dpyinfo->mouse_face_hidden is set.
3440 (do_os_event, do_events): Remove (now in XTread_socket).
3441 (XTread_socket): Immediately return if interrupt_input_blocked.
c8d09ad8
SM
3442 Loop until all the events in the queue are processed.
3443 Rearrange codes for mouse grabbing. Add tooltip support. Include the
50bf7673
ST
3444 contents of do_os_event and do_events. Remove mouse movement
3445 handling (now in do_mouse_moved). Add the case where
3446 Vmouse_highlight has an integer value.
3447 (NewMacWindow): Remove.
3448 (make_mac_frame): Do what NewMacWindow previously did. Don't do
3449 excess initializations.
3450 (make_mac_terminal_frame): Previous initializations in
3451 make_mac_frame are moved here.
c8d09ad8
SM
3452 (mac_initialize_display_info):
3453 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
50bf7673
ST
3454
3455 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
3456 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
3457
08fd1251
RS
34582004-05-29 Richard M. Stallman <rms@gnu.org>
3459
3460 * lisp.h (truncate_undo_list): Update decl.
3461
3462 * alloc.c (undo_outer_limit): New variable.
3463 (syms_of_alloc): Defvar it.
3464 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
3465
3466 * undo.c (truncate_undo_list): New arg LIMITSIZE.
3467
3468 * alloc.c (lisp_align_malloc): Check for base == 0
3469 regardless of HAVE_POSIX_MEMALIGN.
3470 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
3471
227ef0ff
SM
34722004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
3475 (marker_blocks_pending_free): Remove.
3476 (Fgarbage_collect): Sweep after cleaning up undo-lists.
3477 Mark the undo lists after claning them up.
3478 Don't free block in marker_blocks_pending_free.
3479 (mark_buffer): Don't mark undo_list.
3480 (gc_sweep): Sweep hash-tables and strings first.
3481 Do free marker blocks that are empty.
3482
034a6113
SM
34832004-05-28 Jim Blandy <jimb@redhat.com>
3484
3485 * regex.c (print_partial_compiled_pattern): Add missing 'break'
3486 after 'case wordend'. For symbeg and symend, print to stderr,
3487 like the other cases.
3488
33594a8d
NF
34892004-05-28 Noah Friedman <friedman@splode.com>
3490
3491 * process.c (Fdelete_process): Do not call remove_process.
3492
ce50a847
SM
34932004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * alloc.c (struct backtrace): Remove.
3496 (Fgarbage_collect): Use the new mark_backtrace.
3497
3498 * eval.c (mark_backtrace): New function.
3499
3500 * minibuf.c (run_exit_minibuf_hook): New function.
3501 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
3502 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
3503
1e8dae36
KS
35042004-05-27 Kim F. Storm <storm@cua.dk>
3505
3506 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
3507 over display properties, e.g. images, that replace buffer text.
3508
846faa3b
KS
35092004-05-25 Kim F. Storm <storm@cua.dk>
3510
3511 * alloc.c (marker_blocks_pending_free): New var.
3512 (gc_sweep): Store free marker blocks on that list.
3513 (Fgarbage_collect): Free them after undo-list cleanup.
3514
3515 * process.c (wait_reading_process_input): Check connect_wait_mask
3516 before actually accepting connection in case it has already been
3517 accepted due to recursion.
3518
b6189c3b 35192004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
6239a668 3520
ce50a847
SM
3521 * coding.c (Fset_safe_terminal_coding_system_internal):
3522 Set suppress_error in safe_terminal_coding, not terminal_coding.
6239a668 3523
71d5a208
RS
35242004-05-22 Richard M. Stallman <rms@gnu.org>
3525
3526 * alloc.c (Fmake_string): Doc fix.
3527
3528 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
3529 and the alist pairs too.
3530
3531 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
3532
3533 * emacs.c (main): Update copyright year.
3534
3535 * fileio.c (Fread_file_name): Expand DIR if not absolute.
3536
3537 * insdel.c (del_range_2, replace_range): Don't write an anchor
3538 if the gap is empty.
3539
3540 * xdisp.c (try_scrolling): If scroll-up-aggressively or
3541 scroll-down-aggressively is small but positive, put point
3542 near the screen edge.
3543
f63fd14e
JB
35442004-05-22 Juanma Barranquero <lektu@terra.es>
3545
3546 * keymap.c (Fdefine_key): Doc fix.
3547
4d12067c
KS
35482004-05-22 Kim F. Storm <storm@cua.dk>
3549
3550 * alloc.c (struct backtrace): Add debug_on_exit member.
3551 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
3552 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
3553 the removed cons cells.
3554 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
3555 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
3556 any cons cells pointing to unallocated stings.
3557 Do not lisp_free any marker blocks, as there may still be pointers
3558 to them from buffer undo lists at this stage of GC.
3559
3560 * keyboard.c (struct backtrace): Add debug_on_exit member.
3561 (Fcommand_execute): Clear it.
3562
931285e2
LT
35632004-05-20 Luc Teirlinck <teirllm@auburn.edu>
3564
3565 * intervals.c (lookup_char_property): Do not prematurely return nil.
3566
669fa600
SM
35672004-05-19 Jim Blandy <jimb@redhat.com>
3568
3569 Add support for new '\_<' and '\_>' regexp operators, matching the
f63fd14e 3570 beginning and end of symbols.
4d12067c 3571
669fa600
SM
3572 * regex.c (enum syntaxcode): Add Ssymbol.
3573 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
3574 (re_opcode_t): New opcodes `symbeg' and `symend'.
3575 (print_partial_compiled_pattern): Print the new opcodes properly.
3576 (regex_compile): Parse the new operators.
ce50a847 3577 (analyse_first): Skip sym(beg|end) (they match only the empty string).
669fa600
SM
3578 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
3579 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
3580 (re_match_2_internal): Match symbeg and symend.
3581
3582 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
3583
0d8c2e5c
KS
35842004-05-19 Kim F. Storm <storm@cua.dk>
3585
3586 * .gdbinit (xsymbol): Fix last change.
3587
669fa600
SM
35882004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * .gdbinit (xprintstr): New fun.
3591 (xstring, xprintsym): Use it.
3592
3593 * w32proc.c (create_child): Use INTMASK.
3594
3595 * alloc.c (Fgarbage_collect): Do all the marking before flushing
3596 unmarked elements of the undo list.
3597
9a6a4c40
DP
35982004-05-18 David Ponce <david@dponce.com>
3599
3600 * print.c (print): Reset print_depth before to call print_object.
3601
f3c4ec74
JR
36022004-05-18 Jason Rumney <jasonr@gnu.org>
3603
3604 * w32console.c: Prefix RIF functions with w32con_ to avoid
3605 namespace clash with functions in term.c and w32term.c.
3606
3607 * w32menu.c (add_menu_item, w32_menu_display_help)
3608 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
3609
0d8c2e5c 3610 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
f3c4ec74 3611
6be49c3a
EZ
36122004-05-18 Eli Zaretskii <eliz@gnu.org>
3613
4d0b9a0a
EZ
3614 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
3615
6be49c3a
EZ
3616 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
3617 with make_number.
3618 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
3619 with XINT.
3620
0bc90bba
KS
36212004-05-18 Kim F. Storm <storm@cua.dk>
3622
89d19988
KS
3623 * blockinput.h (INPUT_BLOCKED_P): New macros.
3624
3625 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
3626 (Ftop_level): Unblock input if blocked.
3627
0bc90bba
KS
3628 * buffer.h (GET_OVERLAYS_AT): New macro.
3629 * msdos.c (IT_note_mouse_highlight): Use it.
3630 * textprop.c (get_char_property_and_overlay): Use it.
3631 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
3632 * xfaces.c (face_at_buffer_position): Use it.
3633
3634 * print.c (print_object): Increase buf size.
3635
653bd0f6
JR
36362004-05-17 Jason Rumney <jasonr@gnu.org>
3637
3638 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
3639 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
3640 Lisp_Object using i member.
3641 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
3642 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
3643 consistently.
3644
3645 * w32proc.c (create_child): Use make_number instead of masking pid.
3646
3647 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
3648 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
3649 Use EQ to compare Lisp_Objects.
3650 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
3651
3652 * w32term.c (w32_num_mouse_buttons): Rename from
3653 Vw32_num_mouse_buttons and make it an int.
3654
3655 * w32.c (init_environment): Use it.
3656
3657 * w32fns.c (w32_wnd_proc): Likewise.
3658
3659 * w32proc.c (w32_pipe_read_delay): Rename from
3660 Vw32_pipe_read_delay and make it an int.
3661
3662 * w32.c (_sys_read_ahead): Use it.
3663
3664 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
3665
3666 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
3667
3668 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
3669 (key_event): Don't mix Lisp_Object and int.
3670
3671 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
3672
3673 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
3674 modifiers in language change event.
3675
54b53ba7
KS
36762004-05-17 Kim F. Storm <storm@cua.dk>
3677
3678 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
3679 Such objects may be freed markers which still exist on an undo list.
3680
6e86a75d
JB
36812004-05-16 Juanma Barranquero <lektu@terra.es>
3682
3683 * data.c (Fset_default): Make argument names match their use in
3684 docstring.
3685
fc80da24
AS
36862004-05-15 Andreas Schwab <schwab@suse.de>
3687
3688 * emacs.c (gdb_array_mark_flag): Define.
3689 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
3690
c1380aa6
EZ
36912004-05-15 Eli Zaretskii <eliz@gnu.org>
3692
3693 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
3694 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
3695 defined for the MS-DOS build.
3696
89458937
SM
36972004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
3700
08020f9a
KH
37012004-05-14 Kenichi Handa <handa@m17n.org>
3702
3703 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
3704
a433994a
ST
37052004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3706
3707 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
3708 section to frame.c section.
3709 (Fxw_display_color_p, Fx_file_dialog): Declare if
89458937 3710 HAVE_WINDOW_SYSTEM defined.
0d8c2e5c 3711
a433994a 3712 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
0d8c2e5c 3713
a433994a 3714 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
0d8c2e5c 3715
a433994a
ST
3716 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
3717 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
3718 (XTread_socket): Fix int/Lisp_Object mixup.
3719 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
0d8c2e5c 3720
a433994a
ST
3721 * macterm.h (struct frame, struct face, struct image)
3722 (display_x_get_resource, Fx_display_color_p)
89458937
SM
3723 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
3724 Add prototypes.
a433994a 3725
b51a51b9
KS
37262004-05-14 Kim F. Storm <storm@cua.dk>
3727
3728 * process.c (wait_reading_process_input): Make reentrant.
3729 Make Available and Connecting non-static. Save and restore value
3730 of waiting_for_user_input_p.
3731
2bde1dd8
KS
37322004-05-13 Kim F. Storm <storm@cua.dk>
3733
3734 * keyboard.c (mark_kboards): Don't mark x and y members
3735 that are overloaded in selection request events.
3736
a267ab4d
SM
37372004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
3740
eb15ce9e
GM
37412004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3742
3743 * window.c (Fdisplay_buffer, Fsplit_window)
3744 (split-height-threshold): Doc fix.
3745
7fc92635
JB
37462004-05-13 Juanma Barranquero <lektu@terra.es>
3747
3748 * xfaces.c (Ftty_supports_face_attributes_p)
3749 (Finternal_copy_lisp_face): Fix typo in docstring.
3750 (Finternal_get_lisp_face_attribute): Fix docstring.
3751
1ec2a572
JD
37522004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3753
3754 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
3755
ae9292e0
ST
37562004-05-11 Steven Tamm <steventamm@mac.com>
3757
3758 * macfns.c (Fx_create_frame): Default to using tool-bar by
3759 setting tool-bar-lines to 1 in default-frame-alist.
3760
37612004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ea1aaa6f
ST
3762
3763 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
3764 (xpm_get_color_table_v, xpm_make_color_table_h)
3765 (xpm_put_color_table_h, xpm_get_color_table_h)
3766 (xpm_str_to_color_key, xpm_load_image, xpm_load)
3767 (syms_of_image): Support XPM on Carbon Emacs. Does not
a267ab4d 3768 depend on libXpm, but only supports XPM version 3 without extensions.
ea1aaa6f 3769
fe97e8df
ST
37702004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3771
a267ab4d 3772 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
fe97e8df
ST
3773 instead of FRAME_X_P
3774
b47e779e
KS
37752004-05-11 Kim F. Storm <storm@cua.dk>
3776
3777 * process.c (read_process_output): Grow decoding_buf when needed;
3778 this could cause a crash in allocate_string and compact_small_strings.
3779
cdc9b845
EZ
37802004-04-29 Jim Blandy <jimb@redhat.com>
3781
3782 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
3783 against proper opcode.
3784
aa7094ba
JB
37852004-05-10 Juanma Barranquero <lektu@terra.es>
3786
3787 * process.c (Fstart_process): Fix docstring.
3788
3789 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
3790 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
3791 (Fsplit_char, Fchar_charset): Make argument names match their use
3792 in docstring.
3793
e109331a
RS
37942004-05-10 Richard M. Stallman <rms@gnu.org>
3795
3796 * print.c (print_preprocess): Use being_printed, loop_count and
3797 halftail to detect overdeep nesting and cyclic cdr chains.
3798
9a28b921
AS
37992004-05-10 Andreas Schwab <schwab@suse.de>
3800
78819ebb 3801 * lisp.h (Fmake_symbolic_link): Declare.
9a28b921
AS
3802
3803 * fileio.c (Frename_file): Remove extra argument in call to
3804 Fmake_symbolic_link.
3805
e2c02c1a
KS
38062004-05-10 Kim F. Storm <storm@cua.dk>
3807
3808 * xdisp.c (calc_line_height_property): Use string position when
3809 object is a string.
3810
cfe9d13e
KH
38112004-05-10 Kenichi Handa <handa@m17n.org>
3812
a57e8159
KH
3813 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
3814 inhibit-modification-hooks to t temporarily before calling
3815 Ferase_buffer.
3816
3817 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
3818 inhibit-modification-hooks to t temporarily before calling
3819 Ferase_buffer.
3820
3821 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
3822 inhibit-modification-hooks to t temporarily before calling
3823 Ferase_buffer.
3824
cfe9d13e
KH
3825 * fns.c (count_combining): Delete it.
3826 (concat): Don't check combining bytes.
3827
ceb96489
JR
38282004-05-09 Jason Rumney <jasonr@gnu.org>
3829
3830 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
3831 (globals_of_w32fns): Set it.
3832
b6189c3b 38332004-05-09 Piet van Oostrum <piet@cs.uu.nl>
b1c661c7
JB
3834
3835 * data.c (Fquo): Simplify.
3836
28712a21
JB
38372004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
3838
3839 * data.c (Fquo): If any argument is float, do the computation in
3840 floating point.
3841
0f0af7a8
JB
38422004-05-08 Juanma Barranquero <lektu@terra.es>
3843
88214ef6
JB
3844 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
3845 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
3846 Fix spelling of Emacs on docstring.
3847 (Fset_process_coding_system, Fprocess_coding_system)
3848 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
3849 Make argument names match their use in docstring.
3850 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
3851 Fix docstring.
3852
0f0af7a8
JB
3853 * editfns.c (Finsert_buffer_substring): Make argument names match their
3854 use in docstring.
3855
3856 * syntax.c (Fmodify_syntax_entry): Fix docstring.
3857
2a316a84
ST
38582004-05-07 Steven Tamm <steventamm@mac.com>
3859
3860 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
3861 around call to ReceiveEvent to avoid certain crashes.
3862
38632004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
0d8c2e5c 3864
2a316a84
ST
3865 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
3866 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
3867 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
3868 Save/restore the current graphics port and device handle when
3869 drawing into an offscreen graphics world.
3870
3871 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
3872 (gif_load): Likewise.
3873
ab80314b
JB
38742004-05-07 Juanma Barranquero <lektu@terra.es>
3875
3876 * window.c (Fset_window_buffer): Fix docstring.
3877
70646bb5
TTN
38782004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3879
3880 * emacs.c (main) [VMS]: Fix var ref.
3881
b6189c3b 38822004-05-06 Romain Francoise <romain@orebokech.com>
b03a4fdd
JB
3883
3884 * data.c (Fsetq_default): Fix docstring.
3885
279d3293
JR
38862004-05-06 Jason Rumney <jasonr@gnu.org>
3887
3888 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
3889 to avoid name clash.
3890
f72b5416
JD
38912004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3892
3893 * fileio.c (barf_or_query_if_file_exists): Use lstat.
3894 (Frename_file): Handle renaming of symlinks across file systems.
440c7d00 3895 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
f72b5416 3896
6ab66799
KS
38972004-05-04 Kim F. Storm <storm@cua.dk>
3898
3899 * xdisp.c (Qtotal): New var.
3900 (syms_of_xdisp): Intern and staticpro it.
3901 (calc_line_height_property): New arg total. Set it if
3902 line-spacing property has format (total . VALUE).
3903 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
3904 Handle total line-spacing property.
3905
ab2d724b
JD
39062004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3907
3908 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
3909 "under" scroll bar when size/position changes.
3910
238add5e
JR
39112004-05-03 Jason Rumney <jasonr@gnu.org>
3912
3913 * makefile.nt: Remove.
3914
1644f4e4
EZ
39152004-05-02 Eli Zaretskii <eliz@gnu.org>
3916
a267ab4d
SM
3917 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
3918 Avoid compiler warnings.
05fdbeb8 3919
1644f4e4
EZ
3920 * Makefile.in (region-cache.o): Depend on config.h.
3921
b6189c3b 39222004-05-02 Romain Francoise <romain@orebokech.com>
6cbc951e
SM
3923
3924 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
3925 with continuation lines, too.
3926
2b98b088
TTN
39272004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3928
3929 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
3930
d9bf7950
SM
39312004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * xdisp.c (calc_line_height_property): YAILOM (yet another
3934 int/Lisp_Object mixup).
3935
affa509c
EZ
39362004-05-01 Eli Zaretskii <eliz@gnu.org>
3937
3938 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
3939 undo bad effect of pack(4) in some versions of system headers.
3940
07c07cfe
JR
39412004-05-01 Jason Rumney <jasonr@gnu.org>
3942
3943 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
3944
e71caa4e
KS
39452004-04-30 Kim F. Storm <storm@cua.dk>
3946
3947 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
b2b55d03 3948 (syms_of_buffer) <cursor-type>: Doc fix.
e71caa4e
KS
3949
3950 * dispextern.h (struct it): Remove member use_default_face.
3951 Add members override_ascent, override_descent, override_boff.
3952
3953 * xdisp.c (init_iterator): Handle line-spacing float value.
3954 Initialize override_ascent member.
3955 (append_space_for_newline): Reset override_ascent.
3956 Remove use_default_face.
3957 (calc_line_height_property): New function to calculate value of
3958 line-height and line-spacing properties. Look at overlays, too.
3959 Set override_ascent, override_descent, override_boff members when
3960 using another face than the current face. Float values are now
3961 relative to the frame default font, by default; accept a cons
3962 of ratio and face name to specify value relative to a specific face.
3963 (x_produce_glyphs): Use calc_line_height_property.
3964 Use override_ascent etc. when set to handle different face heights.
3965 A negative line-spacing property value is interpreted as a total
3966 line height, rather than inter-line spacing.
3967 (note_mouse_highlight): Allocate room for 40 overlays initially.
3968
0fddae66
SM
39692004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * data.c (Fsubr_name): New fun.
3972 (syms_of_data): Defsubr it.
3973
712d23dc
KS
39742004-04-29 Kim F. Storm <storm@cua.dk>
3975
3976 * xdisp.c (null_glyph_slice): New var.
3977 (append_glyph, append_composite_glyph, append_stretch_glyph):
3978 Use it to initialize glyph slice.
3979
033ad8c6
SM
39802004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
3983 (on_hot_spot_p): Make sure we always return a value.
3984 (Flookup_image_map): Remove unused var ix and iy.
3985 (note_mode_line_or_margin_highlight): Remove unused var `image'.
3986
93397360
EZ
39872004-04-27 Eli Zaretskii <eliz@gnu.org>
3988
3989 * msdos.c (init_environment): If one of the TMP... environment
3990 variables is set to a drive letter without a trailing slash,
3991 append a slash.
3992
0c54865e
EZ
39932004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3994
3995 * editfns.c (lisp_time_argument): Provide externally.
3996
3997 * fileio.c (Fset_file_times): New function.
3998 (syms_of_fileio): Intern and staticpro it.
3999
d3b111bd
KS
40002004-04-27 Kim F. Storm <storm@cua.dk>
4001
07dc1231
KS
4002 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
4003 header line strings.
4004
360fe9d2
KS
4005 * dispextern.h (struct it): New member use_default_face.
4006
d3b111bd
KS
4007 * xdisp.c (Qline_height): New variable.
4008 (syms_of_xdisp): Intern and staticpro it.
4009 (append_space_for_newline): Partially undo 2004-04-25 change;
4010 add default_face_p arg, and restore callers.
4011 Clear it->use_default_face after use.
4012 (x_produce_glyphs): Set default font for ascii char if
4013 it->use_default_font is set. Change line-spacing property to set
4014 just extra line spacing. Handle new line-height property.
4015
0448588b
AS
40162004-04-26 Andreas Schwab <schwab@suse.de>
4017
4018 * print.c (print_object): Print non-ascii characters in bool
4019 vector representation as octal escapes.
4020
4021 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
4022 * print.c (print_object): Use it instead of BITS_PER_CHAR for
4023 bool vectors.
4024 * lread.c (read1): Likewise.
4025 * alloc.c (Fmake_bool_vector): Likewise.
4026 * data.c (Faref, Faset): Likewise.
4027 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
4028 (mapcar1): Likewise.
d3b111bd 4029
536d6baa
ST
40302004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
4031
4032 * lread.c (init_lread): Fixing typo HAVE_CARBON test logic
4033
ae11577a
MB
40342004-04-26 Miles Bader <miles@gnu.org>
4035
4036 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
4037
e198ba87
JB
40382004-04-26 Juanma Barranquero <lektu@terra.es>
4039
4040 * buffer.c (Fpop_to_buffer): Fix docstring.
4041
f3d5f92d 40422004-04-26 Steven Tamm <steventamm@mac.com>
e198ba87 4043
f3d5f92d
ST
4044 * lread.c (init_lread): Don't display missing lisp directory
4045 warnings with Carbon Emacs because self-contained bundled Emacs
e198ba87 4046 may be built without correct installation path.
f3d5f92d 4047
03e35edc
KS
40482004-04-25 Kim F. Storm <storm@cua.dk>
4049
9ff3aa31
KS
4050 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
4051
4052 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
4053
03e35edc
KS
4054 * xdisp.c (append_space_for_newline): Rename from append_space.
4055 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
4056 (x_produce_glyphs): Handle line-spacing property on newline char.
4057 If value is t, adjust ascent and descent to fit current row height.
4058 If value is an integer or float, set extra_line_spacing to integer
4059 value, or to float value x current line height.
4060
f24814e0
KH
40612004-04-23 Kenichi Handa <handa@m17n.org>
4062
4063 * fontset.c (Finternal_char_font): If POSITION is nil, return
4064 font for displaying CH with the default face.
4065
d814862a
JB
40662004-04-23 Juanma Barranquero <lektu@terra.es>
4067
4068 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4069
063a45c5
SM
40702004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
4073 Don't make assumptions about the relative place of i and val.
4074 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
4075
ae7ab2d3
KS
40762004-04-21 Kim F. Storm <storm@cua.dk>
4077
4078 * dispextern.h (struct glyph_slice): New struct.
4079 (struct glyph): New member slice.
4080 (GLYPH_SLICE_EQUAL_P): New macro.
4081 (GLYPH_EQUAL_P): Use it.
4082 (struct glyph_string): New member slice.
4083 (struct it_slice): New struct.
4084 (struct it): New member slice, add member to stack too.
4085 New member constrain_row_ascent_descent_p.
4086 (image_ascent): Add prototype.
4087
4088 * dispnew.c (buffer_posn_from_coords): Return full image width
4089 and height even for image slices (posn is relative to full image).
4090 (marginal_area_string): Adjust x0,y0 for image slice.
4091
4092 * image.c (image_ascent): Add slice arg; calculate ascent for
4093 image slice (or full image).
4094
4095 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
4096 (syms_of_keyboard): Defsubr them.
4097
4098 * lisp.h (pos_visible_p): Fix prototype.
4099
c62aec78 4100 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
ae7ab2d3
KS
4101 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4102 (x_draw_image_foreground, x_draw_image_relief)
4103 (x_draw_image_foreground_1, x_draw_image_glyph_string):
4104 Draw sliced images.
4105
4106 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
4107 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4108 (x_draw_image_foreground, x_draw_image_relief)
4109 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
4110 Draw sliced images.
4111
4112 * w32term.h (image_ascent): Remove prototype.
4113
4114 * window.c (Fpos_visible_in_window_p): Return pixel position if
4115 PARTIALLY arg is non-nil. Simplify. Doc fix.
4116 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
4117 to return/set vscroll in pixels.
4118
4119 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
4120
4121 * xdisp.c (Qslice): New variable.
4122 (syms_of_xdisp): Intern and staticpro it.
4123 (pos_visible_p): Return pixel position in new x and y args.
4124 (init_iterator): Reset it->slice info.
4125 (handle_display_prop): Parse (slice ...) property.
4126 (push_it, pop_it): Save/restore slice info.
4127 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
4128 force repositioning of tall row if window is vscrolled, as that
4129 would reset vscroll.
4130 (append_space): Set it->constrain_row_ascent_descent_p to avoid
4131 increasing row height if row is non-empty.
4132 (fill_image_glyph_string): Copy slice info.
4133 (take_vertical_position_into_account): Simplify.
4134 (produce_image_glyph): Handle iterator slice info, setup glyph
4135 slice info. Do not force minimum line height.
4136 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
4137 do not increase height (ascent/descent) of non-empty row when
4138 adding normal character glyph; instead reduce glyph ascent/descent
4139 appropriately; if row is higher than current glyph, adjust glyph
4140 descent/ascent to reposition glyph within the existing row.
4141 Likewise, when char is newline, only set ascent/descent if row is
4142 currently empty.
4143 (note_mouse_highlight): Handle hotspots with sliced image.
4144
4145 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
4146 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4147 (x_draw_image_foreground, x_draw_image_relief)
4148 (x_draw_image_foreground_1, x_draw_image_glyph_string):
4149 Draw sliced images.
4150
4151 * xterm.h (image_ascent): Remove prototype.
4152
d58f8753
SM
41532004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
4156
4ce2719d
JPW
41572004-04-20 John Paul Wallington <jpw@gnu.org>
4158
4159 * fns.c (Fassoc, Feql): Fix indentation.
4160
d58f8753 4161 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
4ce2719d 4162
95f8c3b9
JPW
41632004-04-19 John Paul Wallington <jpw@gnu.org>
4164
4165 * fns.c (Feql): New function.
d58f8753 4166 (syms_of_fns): Defsubr it.
95f8c3b9 4167
b7e85537
JR
41682004-04-18 Jason Rumney <jasonr@gnu.org>
4169
4170 * w32select.c (Fw32_set_clipboard_data): Get sequence number
4171 after closing the clipboard.
4172
5a72efd4
LT
41732004-04-16 Luc Teirlinck <teirllm@auburn.edu>
4174
4175 * buffer.c (Fbuffer_base_buffer): Doc fix.
4176
20dc8583
KS
41772004-04-17 Kim F. Storm <storm@cua.dk>
4178
60962ec4
KS
4179 * keymap.c (Fkey_description): Add optional PREFIX arg.
4180 Combine prefix with KEYS to make up the full key sequence to describe.
4181 Correlate meta_prefix_char and following (simple) key to describe
4182 as meta modifier. All callers changed.
4183 (describe_map): Rename arg `keys' to `prefix'. Remove local
4184 `elt_prefix' var. Use Fkey_description with prefix instead of
4185 elt_prefix combined with Fsingle_key_description.
4186 (describe_vector): Declare static. Replace arg `elt_prefix' with
4187 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
4188 if !KEYMAP_P. Use Fkey_description with prefix instead of
4189 Fsingle_key_description.
4190
4191 * keymap.h (Fkey_description): Fix prototype.
4192 (describe_vector): Remove prototype.
4193
409368b9
KS
4194 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
4195
20dc8583
KS
4196 * image.c (PNG_BG_COLOR_SHIFT): Remove.
4197 (png_load): Fix calculation of transparent background color on X
4198 and W32 platforms.
4199
75c5501b
JB
42002004-04-16 Juanma Barranquero <lektu@terra.es>
4201
4202 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
4203 not too large before computing how much to scroll.
4204
da879ae8
SM
42052004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
4208
d01ca4a8
LT
42092004-04-14 Luc Teirlinck <teirllm@auburn.edu>
4210
4211 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
4212 Add hyperlink to Elisp manual to the docstring.
4213
572943b3
SM
42142004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * callint.c (fix_command): Use XDCR.
4217
5e30a0fb
NR
42182004-04-14 Nick Roberts <nick@nick.uklinux.net>
4219
4220 * window.c (Fget_lru_window): Doc fix.
4221
a27ddfaf
KS
42222004-04-14 Kim F. Storm <storm@cua.dk>
4223
4224 * editfns.c (Fformat): Fix allocation size of precision array.
4225
4226 * dispnew.c (update_window): Only set changed_p if
4227 scrolling_window actually did scroll.
4228 (scrolling_window): Only return 1 if we actually did scroll.
4229
4230 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
4231 height to glyph height when cursor row is not fully visible.
4232 (make_cursor_line_fully_visible): Add FORCE_P arg to return
4233 failure in case row is higher than window. Callers changed.
4234 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
4235 Try to scroll partially visible, higher-than-window cursor row.
4236 (redisplay_window): Always try to scroll partially visible,
4237 higher-than-window cursor row - both initially and again with
4238 centering_position = 0.
4239 Clear desired matrix before retrying with centering_position = 0.
4240
da879ae8
SM
42412004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4242
4243 * syntax.c (scan_lists): Simplify backward string scan.
4244 Fix off-by-one boundary check for string and comment fences.
4245
5fc16e8e
SM
42462004-04-13 Joe Buehler <jbuehler@hekimian.com>
4247
4248 * sheap.c, unexcw.c: New files.
4249
c9aac8e6
LT
42502004-04-12 Luc Teirlinck <teirllm@auburn.edu>
4251
4252 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
4253 base buffer has been killed. Correct the error message if the
4254 base buffer does not exist.
4255
1e88a355
SM
42562004-04-12 Joe Buehler <jbuehler@hekimian.com>
4257
4258 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
4259 Cygwin itself. Add support for Xaw3d scrollbars.
4260
4261 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
4262
4263 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
4264
4265 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
4266 before Cygwin unexec.
4267
4268 * Makefile.in: Link changes for Cygwin unexec() support.
4269
8dbff9a0
AS
42702004-04-12 Andreas Schwab <schwab@suse.de>
4271
4272 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
4273
54dffe35
LT
42742004-04-11 Luc Teirlinck <teirllm@auburn.edu>
4275
4276 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
4277 IGNORE argument equals NAME. Doc fix.
4278
99a72bdf
MY
42792004-04-11 Masatake YAMATO <jet@gyve.org>
4280
1e88a355 4281 * buffer.c (fix_start_end_in_overlays): Make overlays
99a72bdf
MY
4282 empty if they are backwards.
4283
40899d7b
SM
42842004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4285
4286 * xfaces.c (face_color_supported_p): Fix compilation without X11.
4287
f8f853de
SM
42882004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * doc.c (Fsnarf_documentation): Ignore new file name entries.
4291
c953fe1b
KS
42922004-04-06 Kim F. Storm <storm@cua.dk>
4293
661e85c1
KS
4294 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
4295 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
4296
4297 * w32term.c (w32_read_socket): Set mouse_face_hidden after
4298 clearing highlight.
4299
4300 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
4301
4302 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
4303 clearing highlight.
4304
c953fe1b
KS
4305 * indent.c (vmotion): Do not reserve one column for continuation
4306 marks on window frames.
4307
c1994268
EZ
43082004-04-04 Eli Zaretskii <eliz@gnu.org>
4309
4310 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
4311 from GCC.
4312
9f691b0d
SM
43132004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * .gdbinit-union: Remove.
4316
4317 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
4318 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
4319 ($nonvalbits): Remove.
4320 ($valmask): Set it by calling xreload to avoid redundancy.
4321
4322 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
4323 (gdb_emacs_intbits): Remove.
4324
7a8560d7
JD
43252004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4326
9f691b0d 4327 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
7a8560d7 4328
3c8111fc
KH
43292004-03-30 Kenichi Handa <handa@m17n.org>
4330
4331 * editfns.c (Fformat): Fix initialization of the array info.
4332
48a0bce4
KS
43332004-03-30 Kim F. Storm <storm@cua.dk>
4334
4335 * xterm.c (x_mouse_click_focus_ignore_position): New var.
4336 (syms_of_xterm): DEFVAR_BOOL it.
4337 (ignore_next_mouse_click_timeout): New var.
4338 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
4339 Use it to filter mouse clicks following focus event.
4340
1cd0066c
KS
43412004-03-29 David Ponce <david@dponce.com>
4342
4343 * callint.c (Fcall_interactively): Fix last change.
4344
adb3b353
SM
43452004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4346
4347 * eval.c (Fcommandp): Simplify.
4348
4349 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
4350 Extend to handle all kinds of functions.
4351
4352 * lisp.h (Finteractive_form): Declare.
4353
4354 * callint.c (Fcall_interactively): Use it.
4355
6fc4c9c9
KS
43562004-03-26 Kim F. Storm <storm@cua.dk>
4357
4358 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
4359 to catch errors in calc_pixel_width_or_height during redisplay.
4360
abdb9b83
MY
43612004-03-26 Masatake YAMATO <jet@gyve.org>
4362
b17856dd 4363 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
abdb9b83 4364
b17856dd 4365 * lisp.h (fix_start_end_in_overlays): Likewise.
abdb9b83 4366
b17856dd 4367 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
abdb9b83 4368
b17856dd 4369 * editfns.c (Ftranspose_regions): Likewise.
abdb9b83 4370
e8a84b6c
JD
43712004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4372
b17856dd 4373 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
e8a84b6c 4374
36a3fd05
RS
43752004-03-19 Richard M. Stallman <rms@gnu.org>
4376
4377 * s/sol2-6.h: Delete previous change.
4378
ab24c127
KS
43792004-03-19 Kim F. Storm <storm@cua.dk>
4380
4381 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
4382 to_charpos corresponds to newline in right fringe. Use local
4383 BUFFER_POS_REACHED_P macro.
4384
992126de
JD
43852004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4386
4387 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
4388 to compile on non-window system.
4389
45dbfc84
KS
43902004-03-19 Kim F. Storm <storm@cua.dk>
4391
4392 * dispextern.h (calc_pixel_width_or_height): Add prototype.
4393
4394 * image.c (Qcenter): Move to xdisp.c.
4395
4396 * xdisp.c (Qcenter): Declare here.
adb3b353 4397 (syms_of_xdisp): Intern and staticpro it.
45dbfc84
KS
4398 (handle_single_display_prop): Allow space display property on all
4399 platforms.
4400 (display_mode_line): Set mode_line_p before displaying line.
4401 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
4402 handling. Remove complex cases for fringes and scroll-bars.
4403 Add left, right, and center alignment positions. Add text (area)
4404 width/height. Return width or height for image specs.
4405 (produce_stretch_glyph): Improve handling of :align-to. Is now
4406 relative to left of text area by default, but other base offsets
4407 can be specified -- also for text lines.
4408
4409 * term.c (produce_glyphs): Handle IT_STRETCH.
4410 (produce_stretch_glyph): New function to handle space width and
4411 align-to display properties on non-window systems.
4412
37264101
SM
44132004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * fileio.c (Fread_file_name): Set completion-ignore-case for
4416 case-insensitive systems.
4417
73bc43da
MY
44182004-03-14 Masatake YAMATO <jet@gyve.org>
4419
4420 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
4421 when keymap and cursor are setup.
4422
9062aa89
ST
44232004-03-14 Steven Tamm <steventamm@mac.com>
4424
b17856dd 4425 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
9062aa89 4426
e4b1b5ab
KS
44272004-03-14 Kim F. Storm <storm@cua.dk>
4428
4429 * dispextern.h (x_find_image_file): Add prototype.
4430
4431 * image.c (x_find_image_file): Make extern.
4432
4433 * xfns.c (x_find_image_file): Remove prototype.
4434
a6eeaa81 44352004-03-13 Eli Zaretskii <eliz@gnu.org>
5109b06a 4436
37264101 4437 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
5109b06a 4438
37264101 4439 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
5109b06a 4440
e69cfac2
RS
44412004-03-12 Richard M. Stallman <rms@gnu.org>
4442
4443 * fns.c (internal_equal): New arg PROPS controls comparing
4444 text properties. All callers changed.
4445 (Fequal_including_properties): New function.
4446 (syms_of_fns): defsubr it.
4447
45034953
KS
44482004-03-12 Kim F. Storm <storm@cua.dk>
4449
4450 Fix image support on MAC. From YAMAMOTO Mitsuharu.
37264101 4451
45034953
KS
4452 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
4453 (image_background, image_background_transparent): Fix prototypes.
4454
37264101 4455 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
45034953
KS
4456
4457 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
4458 (x_query_font, x_find_ccl_program, x_set_window_size)
4459 (x_make_frame_visible, mac_initialize, XCreatePixmap)
4460 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
4461 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
4462
4463 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
4464 (x_query_font, x_find_ccl_program, x_set_window_size)
4465 (x_make_frame_visible, mac_initialize, XCreatePixmap)
4466 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
4467 (mac_draw_line_to_pixmap): Add prototypes.
4468
44692004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4470
4471 * macterm.c (XTread_socket): Fix mouse click on tool bar.
4472
a12d3d87
KS
44732004-03-11 Kim F. Storm <storm@cua.dk>
4474
d3ab1cf1
KS
4475 * dispextern.h: Move image related prototypes from xfns.c section
4476 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
4477 HAVE_X_WINDOWS.
37264101 4478
37de9f51 4479 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
37264101 4480 Move gtkutil.o to new GTK_OBJ list.
a12d3d87
KS
4481 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
4482 (GTK_OBJ) [USE_GTK]: New declaration.
4483 (obj): Add $(GTK_OBJ) to list.
4484
5243c06a 44852004-03-11 Steven Tamm <steventamm@mac.com>
5109b06a 4486
5243c06a
ST
4487 * image.c [MAC_OSX]: Include sys/stat.h
4488
4489 * macfns.c (syms_of_macfns): Remove definitions of things now
4490 defined in image.c
4491
c0f97789
KS
44922004-03-11 Kim F. Storm <storm@cua.dk>
4493
4494 The following changes consolidates the identical/similar image
4495 support code previously found in xfns.c, w32fns.c, and macfns.c
4496 into a new file image.c.
4497
4498 * makefile.w32-in (OBJ1): Add image.o.
4499 ($(BLD)/image.$(O)): Add dependencies.
4500
4501 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
4502 (image.o): Add dependencies.
37264101 4503
c0f97789
KS
4504 * image.c: New file with consolidated image support code.
4505 (COLOR_TABLE_SUPPORT): New define to control whether
4506 color table support is available (X only).
4507 (Bitmap_Record): Common name for x_bitmap_record,
4508 w32_bitmap_record, and mac_bitmap_record.
4509 (XImagePtr): Common name for pointer to XImage or equivalent.
4510 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
4511 to XImagePtr on X+MAC, and to HDC on W32.
4512 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
4513 (NO_PIXMAP): Common name for "None" or equivalent.
4514 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
4515 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
4516 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
37264101
SM
4517 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
4518 Define with suitable equivalents on W32 and MAC for code sharing.
c0f97789
KS
4519 (XDrawLine): Define on MAC for code sharing.
4520 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
4521 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
4522 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4523 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4524 (x_reference_bitmap, x_create_bitmap_from_data)
4525 (x_create_bitmap_from_file, x_destroy_bitmap)
4526 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4527 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4528 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4529 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4530 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4531 (define_image_type, lookup_image_type, valid_image_p)
4532 (image_error, enum image_value_type, struct image_keyword)
4533 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4534 (make_image, free_image, prepare_image_for_display, image_ascent)
4535 (four_corners_best, image_background, image_background_transparent)
4536 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4537 (make_image_cache, free_image_cache, clear_image_cache)
4538 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4539 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4540 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4541 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
4542 (init_image_func_pointer, image_load_quartz2d)
4543 (struct ct_color, init_color_table, free_color_table)
4544 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4545 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4546 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4547 (x_disable_image, x_build_heuristic_mask)
4548 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4549 (TIFF support, GIF support, Ghostscript support): Consolidate image
4550 code from xfns.c, w32fns.c, and macfns.c.
4551 (syms_of_image): Consolidate image related symbol setup here.
4552 (init_image): Consolidate image related initializations here.
37264101 4553
c0f97789
KS
4554 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
4555 and init_image. Remove call to init_xfns.
4556
37264101
SM
4557 * macterm.h (struct mac_bitmap_record): Add file member.
4558 Not currently used, but simplifies code sharing.
c0f97789
KS
4559
4560 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4561 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4562 (x_reference_bitmap, x_create_bitmap_from_data)
4563 (x_create_bitmap_from_file, x_destroy_bitmap)
4564 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4565 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4566 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4567 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4568 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4569 (define_image_type, lookup_image_type, valid_image_p)
4570 (image_error, enum image_value_type, struct image_keyword)
4571 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4572 (make_image, free_image, prepare_image_for_display, image_ascent)
4573 (four_corners_best, image_background, image_background_transparent)
4574 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4575 (make_image_cache, free_image_cache, clear_image_cache)
4576 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4577 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4578 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4579 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
4580 (init_image_func_pointer, image_load_quartz2d)
4581 (struct ct_color, init_color_table, free_color_table)
4582 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4583 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4584 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4585 (x_disable_image, x_build_heuristic_mask)
4586 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4587 (TIFF support, GIF support, Ghostscript support): Merge with image
4588 code from xfns.c and macfns.c into image.c.
4589 (syms_of_xfns): Move image related symbols to image.c.
4590 (init_external_image_libraries, init_xfns): Remove; initialization
4591 moved to init_image in image.c.
4592
4593 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4594 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4595 (x_reference_bitmap, x_create_bitmap_from_data)
4596 (x_create_bitmap_from_file, x_destroy_bitmap)
4597 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4598 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4599 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4600 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4601 (define_image_type, lookup_image_type, valid_image_p)
4602 (image_error, enum image_value_type, struct image_keyword)
4603 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4604 (make_image, free_image, prepare_image_for_display, image_ascent)
4605 (four_corners_best, image_background, image_background_transparent)
4606 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4607 (make_image_cache, free_image_cache, clear_image_cache)
4608 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4609 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4610 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4611 (struct ct_color, init_color_table, free_color_table)
4612 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4613 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4614 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4615 (x_disable_image, x_build_heuristic_mask)
4616 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4617 (TIFF support, GIF support, Ghostscript support): Merge with image
4618 code from xfns.c and macfns.c into image.c.
4619 (syms_of_xfns): Move image related symbols to image.c.
4620 (init_external_image_libraries, init_xfns): Remove; initialization
4621 moved to init_image in image.c.
4622
4623 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4624 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4625 (x_reference_bitmap, x_create_bitmap_from_data)
4626 (x_create_bitmap_from_file, x_destroy_bitmap)
4627 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4628 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4629 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4630 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4631 (define_image_type, lookup_image_type, valid_image_p)
4632 (image_error, enum image_value_type, struct image_keyword)
4633 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4634 (make_image, free_image, prepare_image_for_display, image_ascent)
4635 (four_corners_best, image_background, image_background_transparent)
4636 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4637 (make_image_cache, free_image_cache, clear_image_cache)
4638 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4639 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4640 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4641 (struct ct_color, init_color_table, free_color_table)
4642 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4643 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4644 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4645 (x_disable_image, x_build_heuristic_mask)
4646 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4647 (TIFF support, GIF support, Ghostscript support): Merge with
4648 w32fns.c and macfns.c image code into image.c.
4649 (syms_of_xfns): Move image related symbols to image.c.
4650 (init_xfns): Remove; initialization moved to init_image in image.c.
4651
4652 * lisp.h (syms_of_image, init_image): Add protoypes.
4653 (init_xfns): Remove prototype.
4654
4655 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4656 (x_reference_bitmap, x_create_bitmap_from_data)
4657 (x_create_bitmap_from_file, x_destroy_bitmap)
4658 (x_create_bitmap_mask): Move prototypes from dispextern.h.
4659 (gamma_correct) [MAC_OS]: Add prototype.
4660
4661 * xterm.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4662 (x_reference_bitmap, x_create_bitmap_from_data)
4663 (x_create_bitmap_from_file, x_destroy_bitmap)
4664 (x_create_bitmap_mask): Move prototypes to dispextern.h.
4665
6eced09c
KH
46662004-03-09 Kenichi Handa <handa@etlken2>
4667
4668 * coding.c (decode_coding_emacs_mule): Handle insufficent source
4669 correctly.
4670
9a7e95f3
RS
46712004-03-04 Richard M. Stallman <rms@gnu.org>
4672
04a6e76b
RS
4673 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
4674
9a7e95f3
RS
4675 * window.c (Fdisplay_buffer): Doc fix.
4676
4677 * buffer.c (Fpop_to_buffer): Doc fix.
4678
6c2488df
KS
46792004-03-03 Kim F. Storm <storm@cua.dk>
4680
4681 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
4682
d8d95bc7
SM
46832004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
4686
357589bf
RS
46872004-03-02 Richard M. Stallman <rms@gnu.org>
4688
4689 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
4690
409949b5
KH
46912004-03-02 Kenichi Handa <handa@m17n.org>
4692
4693 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
4694
d24bc50f
KS
46952004-03-02 Kim F. Storm <storm@cua.dk>
4696
4697 * window.h (struct window): New member overlay_arrow_bitmap.
4698
4699 * window.c (make_window): Initialize overlay_arrow_bitmap.
4700
4701 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
4702 implement and integrate multiple overlay arrows with redisplay.
4703 (syms_of_xdisp): DEFVAR_LISP and initialize it.
4704 (last_arrow_position, last_arrow_string): Replace by properties.
4705 (Qlast_arrow_position, Qlast_arrow_string)
4706 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
4707 (syms_of_xdisp): Intern and staticpro them.
4708 (overlay_arrow_string_or_property, update_overlay_arrows)
4709 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
4710 (overlay_arrow_at_row): New functions for multiple overlay arrows.
4711 (redisplay_internal): Use them instead of directly accessing
4712 Voverlay_arrow_position etc. for multiple overlay arrows.
4713 (mark_window_display_accurate): Use update_overlay_arrows.
4714 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
4715 (try_window_id): Use overlay_arrows_changed_p.
4716 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
4717 (display_line): Use overlay_arrow_at_row to check multiple
4718 overlay arrows, and get relevant overlay-arrow-string and
d8d95bc7 4719 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
d24bc50f
KS
4720 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
4721 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
4722
4723 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
4724 (update_window_fringes): Remove unused code.
4725
c1464661
JR
47262004-03-01 Jason Rumney <jasonr@gnu.org>
4727
4728 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
4729
a64387ee
JB
47302004-03-01 Juanma Barranquero <lektu@terra.es>
4731
4732 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
4733
4734 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
4735
334faa08
JD
47362004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4737
4738 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
4739 how many colors can be displayed.
4740
bb62616f
KH
47412004-03-01 Kenichi Handa <handa@m17n.org>
4742
4743 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
4744 correctly.
4745
0fd16104
KS
47462004-02-28 Kim F. Storm <storm@cua.dk>
4747
4748 * dispnew.c (update_window): Update header line also if there are
4749 no other changes in window (move code after set_cursor label).
4750
4751 * lisp.h (mark_window_display_accurate): Remove prototype.
4752
4753 * window.c (window_loop, Fforce_window_update): Force mode line
4754 updates by setting prevent_redisplay_optimizations_p and
4755 update_mode_lines.
4756
b59dd9c8
JD
47572004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4758
d8d95bc7 4759 * xfns.c (x_window): Fix indentation.
b59dd9c8
JD
4760
4761 * xterm.c (x_calc_absolute_position): Call x_real_positions
4762 to get WM window sizes and use those to calculate position.
d8d95bc7 4763 (x_set_offset): Remove code commented out.
b59dd9c8 4764
a874691c
MB
47652004-02-28 Miles Bader <miles@gnu.org>
4766
4767 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
4768
3e0c6482
KS
47692004-02-28 Kim F. Storm <storm@cua.dk>
4770
4771 * keyboard.c (kbd_buffer_store_event_hold): New function to store
4772 an event into kbd fifo, but with special handling of quit event;
4773 a quit event is saved for later, and further events are discarded
4774 until the saved quit event has been processed.
4775 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
4776 (gen_help_event): Store help event in kbd fifo.
4777 (NREAD_INPUT_EVENTS): Remove.
4778 (read_avail_input): Adapt to new read_socket_hook interface.
4779 Remove allocation and initialization of local input_event buffer,
4780 as read_socket_hook stores events directly in fifo. Allocate and
4781 initialize local hold_quit event to handle postponed quit event
4782 (and store it if set by kbd_buffer_store_event_hold).
4783
4784 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
4785 (gen_help_event): Fix prototype.
4786
a64387ee 4787 * macterm.c (XTread_socket): Remove bufp_r and
3e0c6482 4788 numcharsp args. Add hold_quit arg.
f63fd14e 4789 Rework to use just one, local, inev input_event. Store inev
3e0c6482
KS
4790 directly in fifo using kbd_buffer_store_event_hold.
4791
4792 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
4793 (read_input_waiting): Adapt to new read_socket_hook interface.
4794 Remove allocation and initialization of local input_event buffer,
4795 as read_socket_hook stores events directly in fifo. Allocate and
4796 initialize local hold_quit event to handle postponed quit event
4797 (and store it if set by kbd_buffer_store_event_hold).
4798
a64387ee 4799 * term.c (read_socket_hook): Fix arg list.
3e0c6482
KS
4800
4801 * termhooks.h (read_socket_hook): Fix prototype.
4802
4803 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
4804 numcharsp args. Add hold_quit arg.
f63fd14e 4805 Rework to use just one, local, inev input_event. Store inev
3e0c6482
KS
4806 directly in fifo using kbd_buffer_store_event_hold.
4807
4808 * w32inevt.h (w32_console_mouse_position): Fix prototype.
4809
4810 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
f63fd14e
JB
4811 Add hold_quit arg. Rework to use just one, local, inev
4812 input_event. Store inev directly in fifo using
3e0c6482
KS
4813 kbd_buffer_store_event_hold. Update count in one place.
4814 Postpone call to gen_help_event until inev is stored; use new
4815 local do_help for this.
4816 Remove local emacs_event in handing of ButtonPress event; just use
4817 inev instead (so no reason to copy it later).
4818
4819 * xsmfns.c (x_session_check_input): Remove numchars arg.
4820
d8d95bc7
SM
4821 * xterm.c (x_focus_changed, x_detect_focus_change):
4822 Remove numchars arg. Always store event into bufp arg.
4823 Return nothing. Callers changed accordingly.
3e0c6482
KS
4824 (glyph_rect): Simplify.
4825 (STORE_KEYSYM_FOR_DEBUG): New macro.
4826 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
4827 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
4828 (current_hold_quit) [USE_GTK]: Add.
4829 (event_handler_gdk): Adapt to new handle_one_xevent.
4830 (handle_one_xevent): Remove bufp_r and numcharsp args.
f63fd14e
JB
4831 Add hold_quit arg. Rework to use just one, local, inev
4832 input_event. Store inev directly in fifo using
3e0c6482
KS
4833 kbd_buffer_store_event_hold. Update count in one place.
4834 Postpone call to gen_help_event until inev is stored; use new
4835 local do_help for this.
4836 Simplify handling of keysyms (consolidate common code). Fix bug
4837 where count was updated with nchars instead of nbytes.
4838 Remove local emacs_event in handing of ButtonPress event; just use
4839 inev instead (so no reason to copy it later).
4840 Remove `out' label. Rename label `ret' to `done'; add various
4841 `goto done' to clarify code flow in deeply nested blocks.
4842 (x_dispatch_event): Simplify as handle_one_xevent now calls
4843 kbd_buffer_store_event itself.
f63fd14e 4844 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
3e0c6482
KS
4845 arg. Call handle_one_xevent with new arglist. Store event from
4846 x_session_check_input in fifo.
4847 [USE_GTK]: Setup current_hold_quit.
4848 Decrement handling_signal before unblocking input.
4849 (x_initialize) [USE_GTK]: Initialize current_count.
4850
4851 * xterm.h (x_session_check_input): Fix prototype.
4852
e3564461 48532004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
a64387ee 4854
d8d95bc7 4855 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
a64387ee 4856
e3564461
ST
4857 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
4858 macgui.h).
a64387ee 4859
e3564461 4860 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
a64387ee 4861
e3564461
ST
4862 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
4863 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
4864 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
4865 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
4866 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
4867 (Bitmap): Remove typedef.
4868 (Pixmap): Change int to GWorldPtr.
4869
d8d95bc7 4870 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
a64387ee 4871
d8d95bc7
SM
4872 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
4873 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
4874 New #define to extract 16-bit depth color components from unsigned
e3564461
ST
4875 long representation.
4876 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
4877 colors used for masks.
4878 (struct mac_display_info): Add color_p. Remove n_cbits.
a64387ee 4879
e3564461
ST
4880 * macfns.c: Include sys/types.h and sys/stat.h.
4881 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
4882 Include QuickTime/QuickTime.h.
4883 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4884 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
4885 functions defined in macterm.c.
4886 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
4887 (ZPixmap): New #define for compatibility with xfns.c.
4888 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4889 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
d8d95bc7
SM
4890 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
4891 New functions.
e3564461 4892 (four_corners_best, x_create_x_image_and_pixmap)
d8d95bc7
SM
4893 (x_destroy_x_image, unwind_create_frame, x_disable_image)
4894 (x_edge_detection, init_color_table, colors_in_color_table)
e3564461
ST
4895 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
4896 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
4897 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
4898 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
4899 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
4900 long mixup.
4901 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
4902 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
4903 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
4904 (x_set_cursor_type, Fxw_color_values, valid_image_p)
4905 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
4906 (x_alloc_image_color, clear_image_cache, lookup_image)
4907 (x_find_image_file, xbm_read_bitmap_file_data)
4908 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
4909 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
4910 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
4911 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
4912 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
d8d95bc7 4913 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
e3564461
ST
4914 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
4915 #if 0.
4916 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
4917 #if 0. Free white_relief.gc and black_relief.gc.
d8d95bc7
SM
4918 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
4919 New functions (from xfns.c).
e3564461
ST
4920 (Fx_create_frame): Record unwind_create_frame.
4921 (Fxw_display_color_p): Use dpyinfo->color_p.
4922 (Fx_display_grayscale_p, Fx_display_planes): Don't use
4923 dpyinfo->n_cbits.
4924 (Fx_display_color_cells): Use dpyinfo->n_planes;
4925 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
4926 (Qheuristic, cross_disabled_images, emboss_matrix)
4927 (laplace_matrix): New variables (from xfns.c).
4928 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
4929 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
4930 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
d8d95bc7
SM
4931 (image_background_transparent): New function (from xfns.c).
4932 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
4933 (image_load_quicktime): Add declaration.
4934 [MAC_OSX] (image_load_quartz2d): Likewise.
4935 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
4936 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
d8d95bc7 4937 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
e3564461
ST
4938 (xbm_load_image_from_file, x_laplace_read_row)
4939 (x_laplace_write_row, pbm_read_file): Remove functions.
4940 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
4941 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
4942 (colors_in_color_table): Sync with xfns.c (although not used).
4943 (lookup_rgb_color): Don't lookup color table. Just do gamma
4944 correction.
4945 (COLOR_INTENSITY): New #define (from xfns.c).
d8d95bc7
SM
4946 (x_disable_image): New function (from xfns.c).
4947 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4948 (x_build_heuristic_mask): Sync with xfns.c.
4949 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
4950 (HAVE_PBM): Remove #ifdef.
4951 (pbm_load): Sync with xfns.c. Set img->width and img->height
4952 before IMAGE_BACKGROUND.
d8d95bc7 4953 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
e3564461
ST
4954 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
4955 Don't enclose with #if HAVE_PNG.
4956 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
d8d95bc7
SM
4957 symbol _CGImageCreateWithPNGDataProvider is defined.
4958 Otherwise use image_load_quicktime.
e3564461 4959 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
d8d95bc7
SM
4960 [HAVE_PNG] (png_load): Sync with xfns.c.
4961 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
e3564461
ST
4962 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
4963 HAVE_JPEG.
4964 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
4965 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
4966 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
4967 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
4968 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
4969 (tiff_image_p, tiff_load): Don't enclose declarations with #if
4970 HAVE_TIFF.
4971 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
4972 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
4973 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
d8d95bc7
SM
4974 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
4975 New functions (from xfns.c).
e3564461 4976 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
d8d95bc7 4977 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
e3564461
ST
4978 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
4979 Don't enclose with #if HAVE_GIF.
4980 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
4981 animated gif. Otherwise use image_load_quicktime.
4982 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
4983 gif_DrawText to avoid conflict with QuickdrawText.h.
4984 [HAVE_GIF] (gif_load): Sync with xfns.c.
4985 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
4986 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
4987 Ghostscript is not supported yet).
4988 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
4989 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
4990 cross_disabled_images (from xfns.c). Remove #if 0 for supported
4991 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
4992 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
4993 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
d8d95bc7
SM
4994 HAVE_PNG. Call EnterMovies to support animated gifs.
4995 Call init_image_func_pointer to bind a symbol
e3564461 4996 _CGImageCreateWithPNGDataProvider if it is defined.
a64387ee 4997
d8d95bc7 4998 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
e3564461
ST
4999 (x_draw_bar_cursor): Sync declaration with xterm.c.
5000 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
5001 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
5002 graphics).
5003 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
5004 (mac_draw_line_to_pixmap, XCreatePixmap)
5005 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
d8d95bc7
SM
5006 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
5007 New functions.
5008 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
5009 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
5010 Cast bits to char *.
e3564461
ST
5011 (reflect_byte): New function (from w32fns.c).
5012 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
5013 due to byte alignment.
d8d95bc7
SM
5014 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
5015 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
e3564461
ST
5016 (XSetForeground): Remove static (now used in macfns.c).
5017 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
5018 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
5019 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
5020 (x_draw_glyph_string_box, x_draw_image_foreground)
5021 (x_draw_image_foreground_1, x_draw_image_glyph_string)
5022 (x_draw_stretch_glyph_string, x_draw_glyph_string)
5023 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
5024 Sync with xterm.c.
5025 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
5026 than the xterm.c version when a strictly horizontal or vertical
5027 line is drawn.
5028 (XTset_terminal_window): Add static.
5029 (x_make_frame_visible): Add UNBLOCK_INPUT.
5030 (x_free_frame_resources): New funcion (from xterm.c).
5031 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
5032 occurs in tool bar area.
d8d95bc7
SM
5033 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
5034 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
e3564461
ST
5035 Initialize image cache.
5036 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
5037 Enclose unused functions with #if 0.
5038 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
5039 (decode_mac_font_name): New function to apply code conversions
d8d95bc7 5040 from a mac font name to an XLFD font name according to its script code.
e3564461 5041 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
d8d95bc7 5042 font name to a mac font name according to REGISTRY and ENCODING fields.
e3564461
ST
5043 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
5044 whose name starts with `.'.
5045 (init_font_name_table): Use decode_mac_font_name. Add both
5046 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
5047 of a font is smJapanese.
5048 (mac_do_list_fonts): New function to list fonts that match a given
5049 pattern.
5050 (x_list_fonts, XLoadQueryFont): Use it.
5051 (XLoadQueryFont): Set rbearing field for each variable width
5052 character to avoid needless redraw.
5053 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
5054
446f5f3d
KS
50552004-02-26 Kim F. Storm <storm@cua.dk>
5056
af617d0f
KS
5057 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
5058 as read_socket_hook handler on X aborts if buffer is too small
5059 and W32 handler doesn't always check buffer limit.
5060
446f5f3d
KS
5061 * xdisp.c (handle_single_display_prop): Handle left-fringe and
5062 right-fringe similar to a display margin image. Specifically,
5063 the characters having the fringe prop are no longer shown, and
5064 we use IT_IMAGE/next_element_from_image with image_id = -1 to
5065 do this. Set fringe bitmap face_id in it->face_id.
5066 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
5067 still realize it->face (i.e. the fringe bitmap face).
5068
7d8a0b55
MB
50692004-02-25 Miles Bader <miles@gnu.org>
5070
5071 * xdisp.c (check_it): Check string/string_pos consistency.
5072 (init_iterator): Initialize string-related fields properly.
5073
50742004-02-11 Miles Bader <miles@gnu.org>
5075
5076 * xdisp.c (produce_image_glyph): Force negative descents to zero.
5077
50782004-02-10 Miles Bader <miles@gnu.org>
5079
5080 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
5081 BLOCK_INPUT can be nested, so it doesn't make much sense.
5082
a64387ee 50832004-02-24 Michael Mauger <mmaug@yahoo.com>
ce35edd1
JR
5084
5085 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
5086 (xbm_read_bitmap_data): Use unsigned char for image data.
5087
92f5fba2
LT
50882004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5089
5090 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
5091
8565fb3d
JR
50922004-02-22 Jason Rumney <jasonr@gnu.org>
5093
5094 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
5095 correctly over other bitmaps.
5096
a6eeaa81 50972004-02-21 Eli Zaretskii <eliz@gnu.org>
f8125c39
EZ
5098
5099 * emacs.c (USAGE1): Split into two halves.
5100 (USAGE2): Second half of the old USAGE1.
d8d95bc7
SM
5101 (USAGE3): Rename from USAGE2.
5102 (USAGE4): Rename from USAGE3.
f8125c39 5103
4effffca
EZ
51042004-02-21 Juri Linkov <juri@jurta.org>
5105
5106 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
5107 Fix --multibyte. Move --help, --version to USAGE2. Add alias
5108 --file. Fix -f, -l. Sort options. Untabify.
5109 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
5110
923c1e6f
LT
51112004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5112
5113 * category.c (Fdefine_category, Fcategory_docstring)
5114 (Fget_unused_category, Fset_category_table)
5115 (Fcategory_set_mnemonics): Doc fixes.
5116
b0e225fd
KS
51172004-02-20 Kim F. Storm <storm@cua.dk>
5118
5119 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
5120 The following changes are relative to the 2004-01-21 revision.
5121 (NREAD_INPUT_EVENTS): Define as max number of input events to read
5122 in one call to read_socket_hook. Value is 8.
5123 (read_avail_input): Separate and rework handling of read_socket_hook
5124 and non-read_socket_hook cases. Use smaller input_event buffer
d8d95bc7
SM
5125 in read_socket_hook case, and repeat if full buffer is read.
5126 Use new local variable 'discard' to skip input after C-g.
b0e225fd
KS
5127 In non-read_socket_hook case, just use a single input_event, and
5128 call kbd_buffer_store_event on the fly for each character.
5129
b15aa9f9
SM
51302004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
5133 Remove unused `gu' alternative.
5134
83c9aa95
AS
51352004-02-19 Andreas Schwab <schwab@suse.de>
5136
5137 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
5138 warning.
5139
cc808173
KS
51402004-02-18 Kim F. Storm <storm@cua.dk>
5141
5142 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
5143 Fix last change.
5144
ab90a54d
KS
51452004-02-17 Kim F. Storm <storm@cua.dk>
5146
b26f249f
KS
5147 * xdisp.c (fast_find_position): Fix return value of new version;
5148 it was inverted compared to the 21.1 version.
5149 (get_window_cursor_type): Don't look at glyph if NULL.
5150 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
0bf7d005 5151
ab90a54d
KS
5152 * keyboard.c: Rework previous change; it didn't consider that the
5153 buf array was allocated on the stack.
5154 (prev_read): Remove variable.
5155 (read_avail_input_buf): New static event buffer array.
b9568dfc 5156 (in_read_avail_input): New static variable to handle re-entrancy.
ab90a54d 5157 (read_avail_input): Change buf to pinter to read_avail_input_buf.
b9568dfc
KS
5158 Use in_read_avail_input to handle re-entrance; when re-entered,
5159 fully initialize and use tmp_buf array instead of read_avail_input_buf.
5160 Do not initialize read_avail_input_buf in full here; instead assume it
ab90a54d
KS
5161 is always cleared on entry. To ensure that, we clear (just) the
5162 entries that were used before we return.
5163 (init_keyboard): Initialize read_avail_input_buf here.
5164
b6189c3b 51652004-02-16 Jesper Harder <harder@ifa.au.dk>
4e039f3f
EZ
5166
5167 * cmds.c (Fend_of_line): Doc fix.
5168
7b5368c1
EZ
51692004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
5170
5171 * keyboard.c (prev_read): New static variable.
5172 (read_avail_input): Use it to zero out only those slots in buf[]
5173 that were used last time we were called.
5174
a6eeaa81 51752004-02-16 Eli Zaretskii <eliz@gnu.org>
ca4bc494
EZ
5176
5177 * Makefile.in (obj): Move fringe.o from here...
5178 (XOBJ, MAC_OBJ): ...to here.
5179
159c348e
SE
51802004-02-16 Stephen Eglen <stephen@gnu.org>
5181
5182 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
5183
d2f14999
SM
51842004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5185
b15aa9f9
SM
5186 * data.c (Fbyteorder):
5187 * fringe.c (Fdefine_fringe_bitmap):
5188 * xdisp.c (handle_single_display_prop):
d2f14999
SM
5189 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
5190
8d50508a
JR
51912004-02-16 Jason Rumney <jasonr@gnu.org>
5192
5193 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
5194
dd4497dc
ST
51952004-02-15 Steven Tamm <steventamm@mac.com>
5196
5197 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
5198 controlling emulation of a three button mouse with option and
5199 command keys.
5200 (Qreverse, mac_get_enumlated_btn): Handle the emulation
b15aa9f9 5201 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
dd4497dc 5202
c9159cb3
KS
52032004-02-15 Kim F. Storm <storm@cua.dk>
5204
2cc52658
KS
5205 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
5206
c9159cb3
KS
5207 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
5208 Perform byte-swapping.
5209
12fde2dc
KS
52102004-02-14 Kim F. Storm <storm@cua.dk>
5211
5212 * dispextern.h (struct draw_fringe_bitmap_params): Change member
5213 bits from char to short to facilitate wider bitmaps.
5214 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
5215 member.
5216
5217 * fringe.c (struct fringe_bitmap): Change member bits from char to
5218 short to facilitate 16 bits wide bitmaps. Modify all standard
5219 bitmaps accordingly.
5220 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
5221 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
5222 (draw_fringe_bitmap): Ditto.
5223 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
5224 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
5225 handle up to 16 bits wide bitmaps.
5226 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
f21a7192 5227 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
12fde2dc
KS
5228
5229 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
5230 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
5231 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
5232
5233 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
5234 so it is no longer necessary to expand them here.
5235
5236 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
5237
9d7271e8
KS
52382004-02-12 Kim F. Storm <storm@cua.dk>
5239
5240 * window.c (Fwindow_fringes): Doc fix.
5241
706c1e4f
JD
52422004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5243
5244 * xselect.c (x_get_foreign_selection): Add new optional parameter
5245 time_stamp.
5246 (Fx_get_selection_internal): Ditto, pass time_stamp to
5247 x_get_foreign_selection.
5248
5249 * data.c (Fbyteorder): New function.
5250
c2d12b5d
JD
52512004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5252
5253 * atimer.c: Move include stdio.h to same place as in other files.
5254
5255 * region-cache.c: Ditto.
5256
5257 * sysdep.c: Ditto.
5258
5259 * xfaces.c: Ditto.
5260
4c1947b9
SS
52612004-02-09 Sam Steingold <sds@gnu.org>
5262
89458937 5263 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
4c1947b9 5264
82722af3
KS
52652004-02-09 Kim F. Storm <storm@cua.dk>
5266
5267 * fringe.c: New file. Move original fringe related declarations
5268 and code from dispextern.h and xdisp.c here.
5269 Rework code to support user defined fringe bitmaps, redefining
5270 standard bitmaps, ability to overlay user defined bitmap with
5271 overlay arrow bitmap, and add faces to bitmaps.
5272 (Voverflow_newline_into_fringe): Declare here.
5273 (enum fringe_bitmap_align): New enum.
5274 (..._bits): All bitmaps are now defined without bitswapping; that
5275 is now done in init_fringe_once (if necessary).
5276 (standard_bitmaps): New array with specifications for the
5277 standard fringe bitmaps.
5278 (fringe_faces): New array.
5279 (valid_fringe_bitmap_id_p): New function.
5280 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
5281 (draw_fringe_bitmap): New function which draws fringe bitmap,
5282 possibly overlaying bitmap with cursor in right fringe or the
5283 overlay arrow in the left fringe.
5284 (update_window_fringes): Do not handle overlay arrow here.
5285 Compare and copy fringe bitmap faces.
5286 (init_fringe_bitmap): New function.
5287 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
5288 define and destroy user defined fringe bitmaps.
5289 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
5290 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
5291 (syms_of_fringe): New function. Defsubr new DEFUNs.
5292 DEFVAR_LISP Voverflow_newline_into_fringe.
5293 (init_fringe_once, init_fringe): New functions.
5294 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
4c1947b9 5295
82722af3
KS
5296 * Makefile.in (obj): Add fringe.o.
5297 (fringe.o): New dependencies.
5298
5299 * dispextern.h (FRINGE_ID_BITS): New definition for number of
5300 bits allocated to hold a fringe number. Increase number of bits
5301 from 4 to 8 to allow user defined fringe bitmaps.
5302 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
5303 left_user_fringe_face_id, right_user_fringe_bitmap,
5304 right_user_fringe_face_id.
5305 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
5306 Move to new file fringe.c.
5307 (MAX_FRINGE_BITMAPS): Define here.
5308 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
5309 and overlay_p. Change member which to int.
5310 (struct redisplay_interface): New members define_fringe_bitmap
5311 and destroy_fringe_bitmap.
5312 (valid_fringe_bitmap_id_p): Add prototype.
5313 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
5314
5315 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
5316 arrows.
5317 (update_frame): Do flush_display if force_flush_display_p to
5318 ensure display (specifically fringes) are updated in a timely
5319 manner when resizing the frame by dragging the mouse.
5320 (update_window_line): Update row if overlay arrow changed.
5321 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
5322 or overlay arrow changed.
5323
5324 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
5325 syms_of_fringe, and init_fringe.
5326
5327 * frame.h (struct frame): New member force_flush_display_p.
5328
5329 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
5330 Add prototypes.
5331
a3993cc8 5332 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
a64387ee 5333 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
a3993cc8
KS
5334 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
5335 Use cursor color for displaying cursor in fringe.
82722af3
KS
5336 (x_redisplay_interface): Add null handlers for
5337 define_fringe_bitmap and destroy_fringe_bitmap functions.
5338
5339 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
5340 xterm.c to handle overlayed fringe bitmaps and to use cursor color
5341 for displaying cursor in fringe.
5342 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
5343 specific functions to define and destroy fringe bitmaps in fringe_bmp.
5344 (w32_redisplay_interface): Add them to redisplay_interface.
5345 (w32_term_init): Call w32_init_fringe instead of explicitly
5346 defining fringe bitmaps in fringe_bmp array.
5347 (x_delete_display): Call w32_reset_fringes instead of explicitly
5348 destroying fringe bitmaps in fringe_bmp array.
5349
5350 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
5351 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
5352 (continued_bits, continuation_bits, ov_bits, first_line_bits)
5353 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
5354 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
5355 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
5356 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
5357 Move fringe handling vars and code to new file fringe.c.
5358 (handle_display_prop): Handle left-fringe and right-fringe
5359 display properties; store user fringe bitmaps in iterator.
5360 (move_it_in_display_line_to): Handle cursor in fringe at eob.
5361 (clear_garbaged_frames): Set force_flush_display_p if resized.
5362 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
5363 (display_line): Handle cursor in fringe at eob.
5364 (display_line): Set row user fringe bitmaps from iterator.
5365
5366 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
5367 Use cursor color for displaying cursor in fringe.
5368 (x_redisplay_interface): Add null handlers for
5369 define_fringe_bitmap and destroy_fringe_bitmap functions.
5370
030400eb
JD
53712004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5372
5373 * macfns.c (Fx_change_window_property): Make doc string and
5374 parameters same as for X version.
5375
5376 * w32fns.c (Fx_change_window_property): Ditto.
5377
3af55251
KS
53782004-02-07 Kim F. Storm <storm@cua.dk>
5379
ec110e9e
KS
5380 * xdisp.c (hscroll_window_tree): Position cursor near to right
5381 margin in hscrolled window when jumping to end of line (rather
5382 than centering cursor).
5383
3af55251
KS
5384 * process.c (wait_reading_process_input): Don't do adaptive read
5385 buffering if waiting for a specific process.
5386
b0c138ce
LT
53872004-02-05 Luc Teirlinck <teirllm@auburn.edu>
5388
5389 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
5390 (Fread_minibuffer, Feval_minibuffer)
5391 (Fread_string, Fread_no_blanks_input)
5392 (Fcompleting_read): Doc fixes.
5393 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
5394 completion-regexp-list. Define Qcase_fold_search and staticpro it.
5395 (read_minibuf): Fix initial comment.
5396 (Ftry_completion, Fall_completions, Ftest_completion): Bind
e8eeaed8 5397 case-fold-search to the value of completion-ignore-case when
b0c138ce
LT
5398 checking completion-regexp-list.
5399 (Fdisplay_completion_list): Make it handle arguments that are
5400 symbols. Doc fix.
5401
9676f5ad 54022004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
64d1e373 5403
9676f5ad 5404 * xterm.h: Add declaration of free_frame_menubar.
64d1e373 5405
9676f5ad
JD
5406 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
5407 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
b0c138ce 5408 (Fx_change_window_property): Add declaration of parameters type and
9676f5ad 5409 format. Remove unused variable cons.
5b698285
JD
5410
5411 * xselect.c: Include stdio,h.
5412
fc1d15f6
KH
54132004-02-05 Kenichi Handa <handa@m17n.org>
5414
ebaff4af
KH
5415 * fns.c (Fset_char_table_range): Fix previous change.
5416
fc1d15f6
KH
5417 * buffer.c (Fset_buffer_multibyte): Fix docstring.
5418
9676f5ad
JD
54192004-02-04 Luc Teirlinck <teirllm@auburn.edu>
5420
5421 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
5422
da75761f
SM
54232004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * keymap.c (Vmouse_events): Rename from Vmenu_events.
5426 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
5427
13c5d120
KH
54282004-02-04 Kenichi Handa <handa@m17n.org>
5429
5430 * fns.c (Fset_char_table_range): Handle charsets ascii,
5431 eight-bit-control, and eight-bit-graphic correctly.
5432
2883d842
JR
54332004-02-03 Jason Rumney <jasonr@gnu.org>
5434
5435 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
5436
5437 * w32fns.c (x_to_w32_font): Likewise.
5438
69eff41f
JD
54392004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5440
5441 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
5442 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
5443
5444 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
5445 ClientMessages.
5446
5447 * xselect.c: Include termhooks.h and X11/Xproto.h
5448 (x_check_property_data, x_fill_property_data)
5449 (x_property_data_to_lisp, mouse_position_for_drop)
5450 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
da75761f 5451 (Fx_send_client_event): Move here from xfns.c.
69eff41f
JD
5452 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
5453
da75761f 5454 * xfns.c (x-send-client-message): Move to xselect.c
69eff41f
JD
5455 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
5456 OUTER_P.
5457 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
5458 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
5459 if vector_ret_p is true.
5460 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
69eff41f 5461
a6eeaa81 54622004-02-02 Eli Zaretskii <eliz@gnu.org>
dcdbbb5d
EZ
5463
5464 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
5465 basename of FILE relative to it, not FILE itself.
5466
09721b31
KH
54672004-02-02 Kenichi Handa <handa@m17n.org>
5468
5469 * coding.c (coding_restore_composition): Check invalid
5470 composition data more rigidly.
5471
eb996101
LT
54722004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5473
5474 * fileio.c (Fread_file_name_internal): Correctly handle the case
5475 where insert-default-directory is nil.
5476 (Fread_file_name): Always return an empty string if the user exits
5477 with an empty minibuffer. Adapt the docstring accordingly.
5478 (syms_of_fileio): Adapt the docstring of insert-default-directory
5479 to the change in Fread_file_name.
5480
a6eeaa81 54812004-01-29 Eli Zaretskii <eliz@gnu.org>
a0367d42
EZ
5482
5483 * alloca.c [!alloca]: Fix the prototype for xfree.
5484
13f52ed8
KH
54852004-01-29 Kenichi Handa <handa@m17n.org>
5486
5487 * fns.c (string_char_to_byte): Optimize for ASCII only string.
5488 (string_byte_to_char): Likewise.
5489
d57625a0
JR
54902004-01-28 Peter Runestig <peter@runestig.com>
5491
5492 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
5493
a64387ee 54942004-01-27 Steven Tamm <steventamm@mac.com>
911c78b4
ST
5495
5496 * unexmacosx.c (unexec_copy): Do not copy more than was
5497 requested to prevent overwriting during unexec.
5498
eb37b8fd
JD
54992004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5500
ce38070a
JD
5501 * process.c (sigchld_handler): Add comment about not calling malloc.
5502
eb37b8fd
JD
5503 * process.h: Add extern to synch_process_termsig.
5504
a64387ee 55052004-01-27 Steven Tamm <steventamm@mac.com>
21a3e657 5506
da75761f
SM
5507 * macterm.c (make_mac_frame, make_mac_terminal_frame):
5508 Move setting of scroll bars from make_mac_frame to
5509 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
21a3e657 5510
d62a265d
RS
55112004-01-26 Richard M. Stallman <rms@gnu.org>
5512
5513 * search.c (Freplace_match): Handle nonexistent
5514 back-references properly.
5515
55162004-01-03 Richard M. Stallman <rms@gnu.org>
5517
5518 * window.c (decode_any_window): New function.
5519 (Fwindow_height, Fwindow_width, Fwindow_edges)
5520 (Fwindow_pixel_edges, Fwindow_inside_edges)
5521 (Fwindow_inside_pixel_edges): Use decode_any_window.
5522
ff236419
JD
55232004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5524
5525 * process.h: synch_process_termsig new variable.
5526
5527 * callproc.c: Define synch_process_termsig.
5528 (Fcall_process): Initiate synch_process_termsig to zero and
5529 check if non-zero and get signal name after subprocess has ended.
5530
5531 * process.c (sigchld_handler): Set synch_process_termsig
5532 if terminated by a signal. synch_process_death setting removed.
5533
5534 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
5535
41b867ea
AS
55362004-01-26 Andreas Schwab <schwab@suse.de>
5537
5538 * print.c (print_preprocess): Declare size as EMACS_INT to not
5539 lose bits.
5540 (print_object): Likewise.
5541 * alloc.c (Fpurecopy): Likewise.
5542
a08084ff
LT
55432004-01-25 Luc Teirlinck <teirllm@auburn.edu>
5544
5545 * window.c (Fwindow_minibuffer_p): Doc fix.
5546
b19ac475
JY
55472004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
5548
5549 * editfns.c (Fformat): Make both passes accept the same set of flags.
5550
fe905025
KH
55512004-01-23 Kenichi Handa <handa@m17n.org>
5552
5553 * fns.c (Fmd5): If OBJECT is a buffer different from the current
5554 one, set buffer to OBJECT temporarily.
5555
438fc6c0
SM
55562004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5557
455316e2
SM
5558 * keyboard.c (kbd_buffer_gcpro): Remove.
5559 (kbd_buffer_store_event, clear_event, Fdiscard_input)
5560 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
5561 Don't initialize and/or maintain the variable any more. It was made
5562 redundant by my commit of 2003-06-15.
5563
438fc6c0
SM
5564 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
5565
5335a4ee
JD
55662004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5567
5568 * lisp.h: Add undef DECL_ALIGN.
5569
dcdaeebc
SM
55702004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * process.c (wait_reading_process_input) [SYNC_INPUT]:
5573 Check interrupt_input_pending explicitly.
5574
5575 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
5576
5577 * keyboard.c (handle_async_input): New fun,
5578 extracted from input_available_signal.
5579 (input_available_signal, reinvoke_input_signal): Use it.
5580
9076a823
SM
55812004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5582
d7107586
SM
5583 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
5584
5585 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
5586 manipulation macros for when tags are in the lower bits.
5587 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
5588 (DECL_ALIGN): New macro.
5589 (DEFUN): Use it.
5590
5591 * lisp.h [ENABLE_CHECKING]: Don't force union type.
5592
5593 * s/darwin.h (__attribute__): Remove outdated workaround.
5594
5595 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
5596
5597 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
5598 Don't check range of malloc address.
5599 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
5600
9076a823
SM
5601 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
5602
5603 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
5604
ba029065
KH
56052004-01-19 Kenichi Handa <handa@m17n.org>
5606
5607 * fontset.c (fontset_font_pattern): Fix previous change.
5608
7af0e8d7
MB
56092004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
5610
5611 * xdisp.c (Voverflow_newline_into_fringe)
5612 (move_it_in_display_line_to, redisplay_internal)
5613 (update_window_fringes, redisplay_window, display_line, window):
5614 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
5615 that it compiles without a window-system.
5616 * dispnew.c (direct_output_for_insert, update_window): Likewise.
5617
77a9cf69
KS
56182004-01-16 Kim F. Storm <storm@cua.dk>
5619
5620 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
5621
a64387ee 5622 * buffer.c (init_buffer_once): Set buffer_defaults and
77a9cf69
KS
5623 buffer_local_flags for indicate_buffer_boundaries.
5624 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
5625 default- variable for it.
5626
5627 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
5628 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
d7107586 5629 New members exact_window_width_line_p and cursor_in_fringe_p for
77a9cf69
KS
5630 overflowing newlines into right fringe.
5631 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
5632 and indicate_bottom_line_p for buffer boundaries and scrolling.
5633 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
5634 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
5635 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
5636 and HOLLOW_SQUARE_BITMAP.
5637 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
5638 Add prototypes.
5639
5640 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
5641 instead of related indicator fields.
5642 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
5643 (direct_output_for_insert): Handle exact width lines like
5644 contined lines. Call update_window_fringes.
5645 (update_window): Call update_window_fringes.
5646 (scrolling_window): Don't skip desired rows with changed bitmaps.
5647 Check if fringe bitmaps changes when assigning scrolled rows.
5648
5649 * xdisp.c (Voverflow_newline_into_fringe): New variable.
5650 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
5651 (move_it_in_display_line_to): Overflow newline into fringe for
5652 rows that are exactly as wide as the window.
5653 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
5654 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
5655 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
5656 (fringe_bitmaps): Add new bitmaps.
5657 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
5658 Select proper bitmap for cursor in fringe when appropriate.
5659 Handle alignment of bitmap to top or bottom of row.
5660 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
5661 done by update_window_fringes.
5662 (update_window_fringes, draw_window_fringes): New functions.
5663 (redisplay_internal): Call update_window_fringes in case only
5664 cursor row is updated.
5665 (redisplay_window): Call update_window_fringes.
5666 Explicitly call draw_window_fringes if redisplay was done using
5667 the current matrix or the overlay arrow is in the window.
5668 (try_window_reusing_current_matrix): Mark scrolled rows for
5669 fringe update (to update buffer-boundaries / scrolling icons).
5670 (find_last_unchanged_at_beg_row): Handle exact width lines line
5671 continued lines.
5672 (display_line): Overflow newline into fringe for rows that are
5673 exactly as wide as the window. Don't append space for newline
d7107586 5674 in this case.
77a9cf69
KS
5675 (notice_overwritten_cursor): Explicitly clear cursor bitmap
5676 in fringe as if it had been overwritten.
5677 (erase_phys_cursor): Erase cursor bitmap in fringe.
d7107586 5678 (syms_of_xdisp): Mark show-trailing-whitespace and
77a9cf69
KS
5679 void-text-area-pointer as user options.
5680 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
d7107586 5681
77a9cf69
KS
5682 * xterm.c (x_update_window_end): Call draw_window_fringes.
5683 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5684 in row instead of actually drawing fringe bitmaps.
5685 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5686 (x_draw_window_cursor): Draw cursor in fringe.
5687
5688 * w32term.c (x_update_window_end): Call draw_window_fringes.
5689 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5690 in row instead of actually drawing fringe bitmaps.
5691 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5692 (w32_draw_window_cursor): Draw cursor in fringe.
5693
5694 * macterm.c (x_update_window_end): Call draw_window_fringes.
5695 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5696 in row instead of actually drawing fringe bitmaps.
5697 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5698 (mac_draw_window_cursor): Draw cursor in fringe.
5699
a633a954
JD
57002004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5701
5702 * xterm.c (handle_one_xevent): Don't handle characters that are part
5703 of an old style (XLookupString) compose sequence.
5704
80460525
KH
57052004-01-15 Kenichi Handa <handa@m17n.org>
5706
5707 * search.c (Freplace_match): Use make_multibyte_string or
5708 make_unibyte_string according to the buffer multibyteness.
5709
7fc34f85
SM
57102004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * alloc.c (struct interval_block, struct string_block)
5713 (struct symbol_block, struct marker_block, live_string_p)
5714 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
5715 Better preserve alignment for objects in blocks.
5716 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
5717
5718 * lread.c (defvar_per_buffer): Remove dead declaration.
5719
5720 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
5721 space size.
5722
66070bd1
JD
57232004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5724
5725 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
5726 if a key press should pop down. Only pop down if a key is pressed
5727 outside the menu/dialog.
5728 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
5729 popup_get_selection.
5730 (create_and_show_dialog): Pass 1 for down_on_keypress to
5731 popup_get_selection.
5732
de7515d6
JD
57332004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5734
5735 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
5736 BLOCK/UNBLOCK_INPUT.
5737
160b1b50
JD
57382004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5739
5740 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
5741 specified.
5742
3a9f36e6
KH
57432004-01-08 Kenichi Handa <handa@m17n.org>
5744
5745 * editfns.c (Fformat): Fix '&' to '&&'.
5746
3803eb32
AS
57472004-01-08 Andreas Schwab <schwab@suse.de>
5748
5749 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
5750 size if PSEUDOVECTOR_FLAG is set.
5751
9da88f37
KH
57522004-01-07 Kenichi Handa <handa@m17n.org>
5753
74ac5074
KH
5754 * charset.c (Fdeclare_equiv_charset): Fix docstring.
5755
9da88f37
KH
5756 * fontset.c (fontset_ref_via_base): Fix previous change.
5757
05faee07
KS
57582004-01-07 Kim F. Storm <storm@cua.dk>
5759
5760 * process.c (read_process_output): Only activate adaptive
5761 buffering if we read less than 256 bytes at a time.
5762
634910c8
KS
57632004-01-06 Kim F. Storm <storm@cua.dk>
5764
5765 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
5766 object and image object. Return glyph width and height.
5767 (mode_line_string, marginal_area_string): Ditto.
5768
5769 * dispextern.h (buffer_posn_from_coords, mode_line_string)
5770 (marginal_area_string): Fix prototypes.
5771
5772 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
f63fd14e 5773 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
634910c8
KS
5774 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
5775
5776 * keyboard.c (make_lispy_position): Use modified mode_line_string,
5777 buffer_posn_from_coords, and marginal_area_string functions to
5778 include both string object and image object in the lispy position.
5779 Also add actual glyph width and height to position.
5780 (read_key_sequence): Use real buffer position from mouse
5781 event to find keymap property even when click is in marginal area.
5782
5783 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
5784 mode_line_string and marginal_area_string functions to handle
5785 both string object and image object properties.
d7107586 5786
57951c2e
AS
57872004-01-06 Andreas Schwab <schwab@suse.de>
5788
5789 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
5790 character.
5791
181e6a61
AS
57922004-01-02 Andreas Schwab <schwab@suse.de>
5793
d7107586
SM
5794 * macterm.c (emacs_options, x_initialized, same_x_server):
5795 Remove unused (and duplicated) definitions.
181e6a61 5796
31e0fbdd
KS
57972004-01-02 Kim F. Storm <storm@cua.dk>
5798
5799 * process.h (struct Lisp_Process): New members for adaptive read
5800 buffering: adaptive_read_buffering, read_output_delay, and
5801 read_output_skip.
5802
5803 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
5804 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
5805 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
5806 (process_output_delay_count, process_output_skip): New vars.
5807 (Vprocess_adaptive_read_buffering): New variable.
5808 (make_process): Initialize adaptive read buffering members.
5809 (Fstart_process): Set adaptive_read_buffering member.
5810 (deactivate_process): Cleanup adaptive read buffering.
5811 (wait_reading_process_input): Temporarily omit delayed
5812 subprocesses from the set of file descriptors to read from;
5813 adjust the select timeout if we skipped any subprocesses.
5814 (read_process_output): Increase adaptive read buffering delay if
5815 we read less than a full buffer; reduce delay when we read a
5816 full buffer.
5817 (send_process): Simplify using local Lisp_Process var.
5818 Reset adaptive read buffering delay after write.
5819 (init_process): Initialize process_output_delay_count and
5820 process_output_skip.
5821 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
5822
68c6a789
JR
58232004-01-01 Jason Rumney <jasonr@gnu.org>
5824
d7107586 5825 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
68c6a789 5826
3f70fe82
LT
58272003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5828
5829 * print.c (Ferror_message_string): Add hyperlink in the docstring
5830 to the definition of `signal' in the Elisp manual.
5831 * eval.c (Fsignal): Ditto.
5832
b6189c3b 58332003-12-29 James Clark <jjc@jclark.com>
c2be49ed
EZ
5834
5835 * fns.c (internal_equal): Return t for two NaN arguments.
5836
7abd90ea
RS
58372003-12-29 Richard M. Stallman <rms@gnu.org>
5838
5839 * data.c (store_symval_forwarding): Handle setting
5840 default-fill-column, etc., by changing the value in
5841 buffers that use the default.
5842
5843 * minibuf.c (Fset_minibuffer_window): Doc fix.
5844
5845 * fileio.c (choose_write_coding_system): Ignore auto_saving
5846 if using the visited file for auto saves.
5847 (Fwrite_region): Don't update SAVE_MODIFF
5848 if auto-saving in visited file.
5849
3e7cfcdc
KH
58502003-12-29 Kenichi Handa <handa@m17n.org>
5851
5852 * dispextern.h (face_font_available_p): Extern it.
5853
5854 * fontset.c (Voverriding_fontspec_alist): New variable.
5855 (lookup_overriding_fontspec): New function.
d7107586 5856 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
3e7cfcdc
KH
5857 (fontset_font_pattern): Likewise.
5858 (regulalize_fontname): New function.
5859 (Fset_fontset_font): Call regulalize_fontname.
5860 (Fset_overriding_fontspec_internal): New function.
d7107586
SM
5861 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
5862 Defsubr Sset_overriding_fontspec_internal.
3e7cfcdc
KH
5863
5864 * xfaces.c (face_font_available_p): New function.
5865
7abd90ea
RS
58662003-12-28 Richard M. Stallman <rms@gnu.org>
5867
5868 * buffer.c (Fother_buffer): Don't crash if BUF is nil
5869 or if its name is nil.
5870
5871 * buffer.c (Fkill_buffer): Don't delete auto-save file
5872 if it's the same as the visited file.
5873
de1d1a40
LT
58742003-12-28 Luc Teirlinck <teirllm@auburn.edu>
5875
5876 * coding.c (Fcheck_coding_system): Doc fix.
5877
204fb75e
KS
58782003-12-28 Kim F. Storm <storm@cua.dk>
5879
5880 * Makefile.in (eval.o): Depend on dispextern.h.
5881
5882 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
5883 image glyph using image's ascent.
5884 (mode_line_string): Return image glyph as object clicked on.
5885 Adjust y0 for image glyph using image's ascent.
5886
5887 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
5888 (struct glyph): New members, ascent and descent. Used to save
5889 this glyph's ascent and descent, instead of having.
5890 (struct glyph): Declare member face_id using FACE_ID_BITS.
5891 (find_hot_spot): Add prototype.
5892
5893 * keyboard.c (Qimage): Remove extern (now in lisp.h).
5894 (QCmap): Declare extern.
5895 (make_lispy_position): When position is inside image hot-spot,
5896 use hot-spot element's id as posn element.
5897
5898 * lisp.h (IMAGEP): New macro to test for image object type.
5899 (Qimage): Declare extern.
5900
5901 * macfns.c (Qimage): Remove extern (now in lisp.h).
5902 (valid_image_p, parse_image_spec): Use IMAGEP macro.
5903
5904 * macterm.c (Qface, Qmouse_face): Remove unused externs.
5905
5906 * w32fns.c (Qimage): Remove extern (now in lisp.h).
5907 (valid_image_p, parse_image_spec): Use IMAGEP macro.
5908
5909 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
5910
5911 * w32term.c (Qface, Qmouse_face): Remove unused externs.
5912
5913 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
5914 pointer types.
5915 (Qrelative_width, Qalign_to): Remove unused variables.
5916 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
5917 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
5918 image maps.
d7107586 5919 (x_y_to_hpos_vpos): Return glyph relative coordinates through
204fb75e
KS
5920 new dx and dy args.
5921 Remove buffer_only_p arg (always 0). Simplify code accordingly.
5922 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
5923 than row's ascent and height, to get sensible height on tall rows.
5924 (build_desired_tool_bar_string): Remove Qimage extern.
5925 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
5926 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
5927 image glyph is alone on the last line.
5928 (append_glyph, append_composite_glyph, produce_image_glyph)
d7107586 5929 (append_stretch_glyph): Set glyph's ascent and descent.
204fb75e 5930 (on_hot_spot_p): New function to check if position is inside an
d7107586 5931 rectangular, circular, or polygon-shaped image hot-spot,
204fb75e
KS
5932 (find_hot_spot): New function to search for image hot-spot.
5933 (Flookup_image_map): New defun to search for image hot-spot.
5934 (define_frame_cursor1): New aux function to determine frame pointer.
5935 (note_mode_line_or_margin_highlight, note_mouse_highlight):
5936 Handle `pointer' text property and :pointer image property to
5937 control frame pointer shape. Detect image hot-spots for pointer
5938 and help_echo properties. Use define_frame_cursor1.
5939 (note_mouse_highlight): Use Vvoid_text_area_pointer.
f63fd14e 5940 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
204fb75e
KS
5941 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
5942
5943 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
5944
5945 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
5946 (Qimage): Remove extern (now in lisp.h).
5947 (valid_image_p, parse_image_spec): Use IMAGEP macro.
5948
5949 * xmenu.c (show_help_event): Remove unused code.
5950
5951 * xterm.c (Qface, Qmouse_face): Remove unused externs.
5952 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
5953 row's ascent and descent, to get a sensible height on tall rows.
5954
fc052137
LT
59552003-12-25 Luc Teirlinck <teirllm@auburn.edu>
5956
5957 * minibuf.c (Fcompleting_read): Undo previous change.
5958
a64387ee 59592003-12-25 Lars Hansen <larsh@math.ku.dk>
b9148500
LH
5960
5961 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
5962 Arguments GCPRO'ed in call to file name handler.
5963
56ffd194
TTN
59642003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
5965
5966 * termcap.c (tgetst1): Scan for "%pN"; if all
5967 N are continuous in [1,9], remove all "%pN".
5968
5202d23d
JD
59692003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5970
f26fab36
JD
5971 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
5972
5202d23d
JD
5973 * xfaces.c (lface_fully_specified_p): Take into account that
5974 MAC OS always have unspecified stipple.
5975
8babaa59
TTN
59762003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
5977
5978 * tparam.c (tparam1): Add handling for `%pN', which
5979 means use param N for the next substitution.
5980
2d176448
TTN
59812003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
5982
5983 * xfaces.c (Fcolor_gray_p): Fix omission bug:
5984 In case `frame' is nil, consult the selected frame.
5985 (Fcolor_supported_p): Likewise.
5986
adb0708c
LT
59872003-12-23 Luc Teirlinck <teirllm@auburn.edu>
5988
000eeb15
LT
5989 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
5990 Doc fixes.
0dc72b11
LT
5991
5992 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
5993 and an integer. Adapt the introductory comment accordingly.
adb0708c
LT
5994 (Fread_from_minibuffer): Delete code moved into read_minibuf.
5995 Doc fix.
5996 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
5997 read_minibuf.
5998 (Fcompleting_read): Delete code moved into read_minibuf.
d7107586 5999 (Ftest_completion): Make it handle obarrays and hash tables correctly.
adb0708c 6000
2e4d132b
KH
60012003-12-03 Kenichi Handa <handa@m17n.org>
6002
6003 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
6004 encoding sequence.
6005
3999c705
KH
60062003-12-01 Kenichi Handa <handa@m17n.org>
6007
6008 * composite.c (syms_of_composite): Don't make the compostion hash
6009 table week.
6010
d344ecbb
LT
60112003-11-30 Luc Teirlinck <teirllm@auburn.edu>
6012
6013 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
6014 * textprop.c (Fget_char_property_and_overlay): New function.
6015 (syms_of_textprop): Defsubr it.
6016
03d6484e
JD
60172003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6018
019b1f0e
JD
6019 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
6020 to compile on terminal configuration.
6021
03d6484e
JD
6022 * fileio.c (Fread_file_name): Check use_file_dialog also before
6023 calling Fx_file_dialog.
6024
6025 * fns.c: use_file_dialog: New variable.
6026 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
6027
442d3fd0
KS
60282003-11-29 Kim F. Storm <storm@cua.dk>
6029
6030 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
6031 (syms_of_msdos): Don't intern and staticpro them.
6032
0f6a07a8
KS
60332003-11-27 Kim F. Storm <storm@cua.dk>
6034
6035 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
6036 coordinates relative to glyph at posn. If glyph is an image,
6037 return that as object at posn. Callers changed.
6038 (mode_line_string, marginal_area_string): Calculate and return
6039 pixel coordinates relative to glyph. Callers changed.
6040
6041 * dispextern.h (buffer_posn_from_coords, mode_line_string)
6042 (marginal_area_string): Fix prototypes.
6043 (window_box_left_offset, window_box_right_offset): Add prototypes.
6044
6045 * frame.h (get_specified_cursor_type, get_window_cursor_type):
6046 Remove prototypes.
6047
6048 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
6049
6050 * keyboard.c (make_lispy_position): Add x and y coordinates
6051 relative to the current glyph as 7th element of position.
6052 If glyph is an image, return it in the object element.
6053 (read_key_sequence): Skip checks for keymap property in cases
6054 where POSN_STRING is not a string (e.g. an image).
6055
6056 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
6057 (Vshow_text_cursor_in_void): New variable.
6058 (glyph_to_pixel_coords): Don't use negative hpos.
6059 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
6060 (append_stretch_glyph): Change ascent arg to be actual value
f63fd14e 6061 in pixels rather than ratio to height. Callers changed.
0f6a07a8
KS
6062 (calc_pixel_width_or_height): New aux function, implementing
6063 pixel based artihmetic for glyph widths and heights.
6064 (produce_stretch_glyph): Use calc_pixel_width_or_height for
6065 :width, :height, :align-to, and :ascent, thus allowing these to
6066 be specified in pixels as well as multiples of characters.
6067 Don't produce stretch glyphs with zero width or height.
6068 (get_specified_cursor_type): Declare static.
6069 (get_window_cursor_type): Declare static. Add glyph arg to be
6070 able to know when cursor is on an image; always substitute
6071 hollow-box cursor for filled-box cursor on images, to avoid
6072 negative images and flicker when blinking the cursor.
6073 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
6074 (note_mode_line_or_margin_highlight): Use non-text cursor rather
6075 than vertical scroll-bar cursor in display margins.
6076 (note_mouse_highlight): Use non-text cursor rather than text
6077 cursor in fringes and over images in the text area.
6078 Use non-text cursor when mouse pointer is outside editable text,
6079 i.e. in the void after end-of-line or end-of-buffer; this was
6080 already done for W32, but is now standard for all systems --
6081 user can toggle show-text-cursor-in-void to get old behaviour.
6082 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
6083 Vdisplay_pixels_per_inch.
6084
00498bfc
AS
60852003-11-25 Andreas Schwab <schwab@suse.de>
6086
6087 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
6088 EMACS_INT to not lose bits.
6089 (Ffillarray): Don't set bits beyond the size of a bool vector.
6090
edaa824d
KS
60912003-11-25 Kim F. Storm <storm@cua.dk>
6092
6093 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
6094 define this defun on systems that cannot use stderr as lvalue.
6095
74d6f539
GM
60962003-11-24 Gerd Moellmann <gerd@gnu.org>
6097
6098 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
6099 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
6100 ld's default is incompatible with unexec.
6101
6a1ff3ba
KS
61022003-11-23 Kim F. Storm <storm@cua.dk>
6103
63dc7c6b
KS
6104 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
6105 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
6106 (Fforce_window_update): New defun.
6107 (syms_of_window): Defsubr it.
6108 (Fset_window_margins, Fset_window_fringes): Doc fix.
6109
6a1ff3ba
KS
6110 * print.c (Fredirect_debugging_output): New defun.
6111 (syms_of_print): Defsubr it.
6112
aef109b7
LT
61132003-11-22 Luc Teirlinck <teirllm@auburn.edu>
6114
6115 * fns.c (Fset_char_table_parent): Doc fix.
6116
6a1ff3ba 61172003-11-22 Kim F. Storm <storm@cua.dk>
63ccbe21
KS
6118
6119 * dispnew.c (buffer_posn_from_coords): Return actual row/column
6120 for glyph clicked on, rather than (unused) pixel positions.
6121 (mode_line_string, marginal_area_string): Change X and Y args to
6122 pointers for returning actual row/column for glyph clicked on.
6123 Simplify and optimize loops.
6124
aef109b7
LT
6125 * dispextern.h (mode_line_string, marginal_area_string):
6126 Update prototypes.
63ccbe21
KS
6127
6128 * keyboard.c (make_lispy_position): New function for generating
6129 mouse click positions from frame and pixel coordinates.
6130 Enhanced to return buffer position and actual row/column for
6131 events outside the text area using updated mode_line_string and
6132 marginal_area_string functions.
6133 Return left-fringe and right-fringe clicks as such, rather than
6134 clicks in text area.
6135 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
6136 pixel_to_glyph_coords, as we never use the results.
6137 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
6138 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
6139 Eliminate unused code in WHEEL_EVENT handling.
6140 (make_lispy_movement): Use make_lispy_position.
6141
6142 * window.c (coordinates_in_window): Remove redundant tests.
6143 Fix returned X pixel value for left-margin.
6144
6145 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
6146 mode_line_string and marginal_area_string parameters.
6147
a64387ee 61482003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 6149
d7107586
SM
6150 * w32.c (struct the_group, getgrgid): Add.
6151 * mac.c (struct my_group, getgrgid): Add.
aef109b7 6152
3dbf3426
LT
61532003-11-21 Luc Teirlinck <teirllm@auburn.edu>
6154
6155 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
6156
cae8ddbb 61572003-11-21 Lars Hansen <larsh@math.ku.dk>
ded4064f 6158
d7107586
SM
6159 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
6160 include in call to file name handler. Optionally translate numeric
6161 UID and GID to strings. Update docstring.
6162 (directory_files_internal): Add parameter ID-FORMAT.
6163 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
6164 include in call to file name handler and call to
6165 directory_files_internal. Update Docstring.
6166 (Fdirectory_files): Add dummy parameter in call to
6167 directory_files_internal.
6168 * lisp.h (Qinteger): Add.
6169 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
6170 (Ffile_attributes): Add parameter.
6171 * data.c (Qinteger): Export.
cae8ddbb 6172
2550b848
LT
61732003-11-21 Luc Teirlinck <teirllm@auburn.edu>
6174
3dbf3426 6175 * fns.c (Freverse, Fnreverse): Doc fixes.
2550b848 6176
88380018
KS
61772003-11-19 Kim F. Storm <storm@cua.dk>
6178
6179 * xdisp.c (init_iterator): Initialize it->start to position
6180 before reseating (in case start position is invisible).
6181 (init_to_row_start): Set it->start to row-start.
6182 (redisplay_window): Accept optional_new_start if start position
6183 is invisible (in which case IT_CHARPOS overshoots PT).
6184 (display_line): Setup row->start from it->start (rather than
6185 it->current which is wrong if first char on line is invisible).
6186 When done, reseat it->start to it->current (= start of next row).
6187 (expose_area): Fix exposure of text area when first char (e.g. TAB)
6188 is only partially visible.
6189
6190 * dispextern.h (struct it): New member start.
6191
854c1a59
SM
61922003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6193
455316e2
SM
6194 * alloc.c (make_float, Fcons): Clear the markbit at init time.
6195 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
6196 of block_index outside of the macro call.
6197 (Fgarbage_collect): Remove null code.
6198
6199 * m/amdx86-64.h: Don't redefine XPNTR.
6200
854c1a59
SM
6201 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
6202 of VALMASK.
6203
6204 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
6205 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
6206 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
6207
6208 * lisp.h (VALMASK): Only define for non-union type.
6209 (MARKBIT): Remove.
6210 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
6211 (XTYPE): Define unconditionally.
6212 (XSETTYPE): Remove one more remnant.
6213 (EQ): Define differently for the union and non-union cases.
6214 (INTMASK): New bit mask.
6215 (struct Lisp_Marker): Move down to prepare for upcoming patch.
6216 (GC_EQ): Delegate to EQ.
6217
6218 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
6219
a0c6ef2d
JD
62202003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6221
6222 * xterm.c (x_window_to_scroll_bar): Move check of display to
6223 where window_id is compared.
6224
859492c4
KS
62252003-11-17 Kim F. Storm <storm@cua.dk>
6226
6227 * dispextern.h (struct it): New member first_vpos.
6228
6229 * xdisp.c (start_display): Set it->first_vpos.
6230 (try_window_id): Use first_vpos to start display in first _text_
6231 line if no reusable lines at start of window with header line.
6232
810f2256
JD
62332003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6234
7c402969 6235 * w32fns.c (XPutPixel):
854c1a59
SM
6236 * w32bdf.c (w32_init_bdf_font):
6237 * sunfns.c (sel_read):
6238 * process.c (Fmake_network_process):
6239 * frame.c (store_frame_param):
6240 * fontset.c (Fset_fontset_font):
6241 * emacs.c (shut_down_emacs):
a64387ee 6242 * ccl.c (ccl_driver): Remove period at end of error message.
7c402969 6243
a32e9bfd
JD
6244 * config.in: Regenerate.
6245
810f2256
JD
6246 * xfns.c (x_window_to_frame, x_any_window_to_frame)
6247 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
6248 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
6249 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
6250 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
6251
6252 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
6253
6254 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
6255 (XTmouse_position, handle_one_xevent): Pass Display* to
6256 x_window_to_scroll_bar.
6257 (x_window_to_scroll_bar): Take a Display* argument.
6258 Check that display for frame is equal to Display* argument.
854c1a59 6259 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
810f2256
JD
6260 x_display_info_for_display instead. Use Display in xev instead
6261 of GDK_DISPLAY.
6262 (x_dispatch_event): Call x_display_info_for_display.
f63fd14e 6263 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
810f2256
JD
6264 (x_connection_closed): Call xg_display_close for GTK.
6265 (x_term_init): Call xg_display_open for additional displays.
6266 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
6267 for GTK.
6268
6269 * xmenu.c (single_menu_item, mouse_position_for_popup)
6270 (x_activate_menubar): Formatting adjustments.
6271
6272 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
6273 adjustments.
6274
6275 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
6276 (xg_display_close, xg_create_default_cursor)
6277 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
6278 handling.
854c1a59
SM
6279 (xg_left_ptr_cursor): Remove.
6280 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
810f2256
JD
6281 cursor here.
6282 (xg_win_to_widget): Take Display* argument, call
6283 gdk_xid_table_lookup_for_display.
6284 (xg_create_frame_widgets, xg_get_file_name, create_menus)
6285 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
6286 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
6287 in FRAME_X_DISPLAY_INFO.
6288 (xg_get_scroll_id_for_window): Take Display* argument.
6289 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
854c1a59 6290 (xg_initialize): Remove xg_left_ptr_cursor.
810f2256 6291
78819ebb
KS
6292 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
6293 Display* argument.
6294 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
810f2256 6295
0b03cc78
JD
62962003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6297
6298 * xterm.c (x_detect_focus_change): Do not change focus frame for
6299 Enter/LeaveNotify if the current focus frame has explicit focus.
6300
77e688fa
KS
63012003-11-14 Kim F. Storm <storm@cua.dk>
6302
6303 * dispnew.c (update_text_area): Fix redisplay error when hscroll
6304 is active and first glyph is only partially visible.
854c1a59 6305
dd429b03
KH
63062003-11-13 Kenichi Handa <handa@m17n.org>
6307
6308 * xdisp.c (select_frame_for_redisplay): New function.
6309 (redisplay_internal): Record also selected_frame for
6310 unwind_redisplay. Call select_frame_for_redisplay before
6311 redrawing each frame.
6312 (unwind_redisplay): Argument changed to a cons.
6313
6d9266f4
LT
63142003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6315
6316 * fns.c (Fstring_to_multibyte): Doc fix.
6317
80060eb3
KH
63182003-11-11 Kenichi Handa <handa@m17n.org>
6319
6320 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
6321
74305183
JD
63222003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6323
6324 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
6325 program specified positions.
6326
cfda993e
JD
63272003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6328
6329 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
6330
df211069
KH
63312003-11-08 Kenichi Handa <handa@m17n.org>
6332
6333 * Makefile.in (lisp): Add kannada.el.
6334 (shortlisp): Likewise.
6335
4307d534
KH
63362003-11-07 Kenichi Handa <handa@m17n.org>
6337
854c1a59
SM
6338 * coding.c (coding_allocate_composition_data):
6339 Reset coding->composing to COMPOSITION_NO.
4307d534
KH
6340 (coding_restore_composition): Detect invalid composition data.
6341 Give Fstring and Fvector a Lispy integer, not C int.
6342
854c1a59
SM
63432003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6344
6345 * floatfns.c (Flogb): Don't use VALMASK.
6346
6347 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
6348 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
6349
6350 * lisp.h (XINT): Move the cast to clarify what is going on.
6351 (GCTYPEMASK, XSETTYPE): Remove.
6352 (XGCTYPE): Make it an alias of XTYPE.
6353
d04103a1
JD
63542003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6355
6356 * xterm.c (x_term_init): Fix formatting.
6357
da18b5ac
JD
63582003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6359
78819ebb
KS
6360 * gtkutil.h (xg_have_tear_offs): Declare.
6361 (xg_keep_popup, xg_did_tearoff): Remove.
da18b5ac
JD
6362
6363 * gtkutil.c: Remove variable xg_did_tearoff.
6364 (xg_have_tear_offs): New function.
6365 (tearoff_remove): Just decrease xg_detached_menus.
6366 (tearoff_activate): Increase xg_detached_menus and call
6367 tearoff_remove when tearoff is removed.
854c1a59 6368 (xg_keep_popup): Remove function.
da18b5ac
JD
6369 (create_menus): Give add_tearoff_p as argument to recursive
6370 call to create_menus.
6371 (xg_create_widget): Use variables instead of multiple
6372 strcmp. Tell create_menus to create tear off only for
6373 menu bar menus.
6374 (xg_update_menubar): Change title for a detached menu also.
6375 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
6376 of deep_p.
6377 (xg_initialize): Initialize xg_detached_menus, remove
6378 initialization of xg_did_tearoff.
6379
6380 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
6381 xg_have_tear_offs returns non-zero.
6382 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
6383 call to xg_keep_popup.
6384
64d4923e
AC
63852003-11-01 Andrew Choi <akochoi@shaw.ca>
6386
6387 * macterm.c (XTread_socket): Handle menubar selection and grow
6388 window only for mouseDown events.
854c1a59 6389
6cc8bc07
JD
63902003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6391
6392 * xterm.c (x_term_init): For GTK part, increase x_initialized
6393 to check for more than one display. Use error instead of return 0.
6394
043131c4
AC
63952003-10-31 Andrew Choi <akochoi@shaw.ca>
6396
854c1a59 6397 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
043131c4
AC
6398 (copy_dysymtab): Call it.
6399
bdda99a1
LT
64002003-10-31 Luc Teirlinck <teirllm@auburn.edu>
6401
6402 * eval.c (Fdefvaralias): Doc fix.
6403
800f42ff 64042003-10-26 Luc Teirlinck <teirllm@auburn.edu>
0d11571e
LT
6405
6406 * data.c (Fsetplist): Doc fix.
6407
ef35b389
LK
64082003-10-14 Lute Kamstra <lute@gnu.org>
6409
6410 * window.c (Fset_window_fringes): Clarify docstring.
07107abc 6411
ef35b389 64122003-10-14 Kim F. Storm <storm@cua.dk>
854c1a59 6413
07107abc
KS
6414 * window.c (Fset_window_margins): Simplify arg checking.
6415
f7005886
RS
64162003-10-13 Richard M. Stallman <rms@gnu.org>
6417
6418 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
6419 (print_partial_compiled_pattern): Replace assert with a printout.
6420 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
6421
6422 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
6423
6424 * window.c (Fset_window_margins): Allow only integers as args.
6425 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
6426 Doc fixes.
6427
9c0c2af5
LK
64282003-10-13 Lute Kamstra <lute@gnu.org>
6429
6430 * window.c (Fset_window_fringes): Elaborate docstring.
6431
3f080e4e
AC
64322003-10-12 Andrew Choi <akochoi@shaw.ca>
6433
854c1a59 6434 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
a4887377 6435
3f080e4e
AC
6436 * s/darwin.h (GC_MARK_STACK): Define.
6437
0aa513ed
JD
64382003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6439
6440 * window.c (shrink_windows): New function.
6441 (size_window): Call shrink_windows to calculate window sizes when
6442 shrinking frame with more than one window.
6443
6aa8858a
KS
64442003-10-12 Kim F. Storm <storm@cua.dk>
6445
6446 * xdisp.c (compute_fringe_widths): Doc fix.
6447
c2164d91
KH
64482003-10-08 Kenichi Handa <handa@m17n.org>
6449
854c1a59 6450 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
c2164d91 6451
f82ac129
KH
64522003-10-07 Kenichi Handa <handa@m17n.org>
6453
6454 * coding.c (Qcoding_system_define_form): New variable.
6455 (syms_of_coding): Intern and staticpro it.
6456 (Fcheck_coding_system): Try to autoload the definition of
6457 CODING-SYSTEM.
6458
9296c947
LT
64592003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * fns.c (Frequire): Doc fix.
6462
c1f0671a
JD
64632003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6464
3d8c3826
JD
6465 * xfns.c (Fx_send_client_event): New function as a base for
6466 manipulating extended window manager hints.
6dc15d98 6467 (Fx_send_client_event): Remove unused variable s.
3d8c3826 6468
068ae0fd
JD
6469 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
6470 that function is removed.
6471
6472 * xterm.c (x_set_offset): Use move_offset_left/top instead of
6473 x/y_pixels_outer_diff.
6474 (x_check_expected_move): Calculate move_offset_left/top.
6475
6476 * xterm.h (struct x_output): New members: move_offset_top/left.
6477
854c1a59 6478 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
068ae0fd
JD
6479 call x_set_offset directly.
6480
6481 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
6482
96f09305
JD
6483 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
6484
6485 * xterm.c (x_delete_display): Free font names and font_encoder
6486 in dpyinfo->font_table.
6487
854c1a59
SM
6488 * xfns.c (Fx_close_connection): Only call XFreeFont here.
6489 Move xfree of font names to x_delete_display.
96f09305 6490
c1f0671a
JD
6491 * xterm.h (struct x_display_info): New member, wm_type.
6492 (struct x_output): New members, expected_top/left and
6493 check_expected_move.
6494
6495 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
6496 is received.
854c1a59
SM
6497 (handle_one_xevent): Rename x_check_expected_move from
6498 x_check_fullscreen_move.
c1f0671a
JD
6499 (x_set_offset): Only add WM decoration sizes to modified_top/left
6500 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
854c1a59 6501 (x_check_expected_move): Rename from x_check_fullscreen_move.
c1f0671a
JD
6502 Removed fullscreen specific code. Use check_expected_move,
6503 expected_left/top instead. Also, set wm_type.
6504 (x_term_init): Initialize wm_type to unknown.
6505
6506 * frame.c (x_fullscreen_move): Remove addition of WM decoration
6507 sizes to move_x/y.
6508
be2fdba9
KH
65092003-10-03 Kenichi Handa <handa@m17n.org>
6510
6511 * macterm.c (x_load_font): Clear all members of FONTP before start
6512 filling them.
6513
65142003-10-02 Kenichi Handa <handa@m17n.org>
6515
6516 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
6517 before calling find_ccl_program_func. Call find_ccl_program_func
6518 only when fontp->font_encoder is not NULL.
6519
6520 * xterm.c (x_load_font): Clear all members of FONTP before start
6521 filling them.
6522
26a6e439
JPW
65232003-10-03 John Paul Wallington <jpw@gnu.org>
6524
6525 * keymap.c (map_keymap): Don't abort when binding is a vector.
6526
0d4c2dc2
JR
65272003-10-02 Jason Rumney <jasonr@gnu.org>
6528
854c1a59
SM
6529 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
6530 Sync dependencies with Makefile.in.
a63cf46f
JR
6531 (alloca.o): Remove.
6532
0d4c2dc2
JR
6533 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
6534 filling them.
6535
6536 * w32bdf.c (w32_load_bdf_font): Likewise.
6537
ab8f7d5c
RS
65382003-09-30 Richard M. Stallman <rms@gnu.org>
6539
6540 * term.c (set_tty_color_mode): Calculate current_mode_spec
6541 regardless of value of VAL.
6542
854c1a59 6543 * intervals.c (graft_intervals_into_buffer):
ab8f7d5c
RS
6544 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
6545 Handle over_used when splitting UNDER.
6546
a64387ee 65472003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
ab8f7d5c
RS
6548
6549 * regex.c (regex_compile): Free the stack when returning from function.
6550
3413f972
KH
65512003-09-28 Kenichi Handa <handa@m17n.org>
6552
6553 * fontset.c (Finternal_char_font): Change return value to
6554 cons (FONT-NAME . GLYPH-CODE).
6555
a6eeaa81 65562003-09-28 Eli Zaretskii <eliz@gnu.org>
40409f05
EZ
6557
6558 * term.c (tty_setup_colors): Treat any negative argument as -1.
6559
f98ddc99
KH
65602003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
6561
6562 * process.c (send_process): Delete unused temp_buf.
6563
66c8f1a8
DL
65642003-09-26 Dave Love <fx@gnu.org>
6565
6566 * xterm.c (x_bitmap_mask): Declare.
6567
ca716c26
DL
65682003-09-25 Dave Love <fx@gnu.org>
6569
6570 * Makefile.in (fns.o): Depend on md5.h.
6571
fbe57420
KS
65722003-09-25 Kim F. Storm <storm@cua.dk>
6573
6574 * window.c (set_window_buffer): Fix redisplay problems when
6575 switching between buffers with different display margin widths.
6576
ef6ae4ff
KS
65772003-09-23 Kim F. Storm <storm@cua.dk>
6578
6579 * process.c (set_socket_option): Fix :bindtodevice option.
6580 (Fset_network_process_option): Update process contact list when
6581 setting option succeeds.
6582 (Fmake_network_process): Doc fix.
6583
68e03c1c
DL
65842003-09-23 Dave Love <fx@gnu.org>
6585
7146d1c1 6586 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
68e03c1c 6587
a6eeaa81 65882003-09-22 Eli Zaretskii <eliz@gnu.org>
2f809aae
EZ
6589
6590 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
6591 color mode is an integer number (it could be -1).
6592
8fe7d8c8
RS
65932003-09-22 Richard M. Stallman <rms@gnu.org>
6594
6595 * intervals.c (graft_intervals_into_buffer): Correct the main loop
6596 in the case where OVER is longer than UNDER.
6597
2f71b5ea
MY
65982003-09-22 Masatake YAMATO <jet@gyve.org>
6599
7146d1c1 6600 * window.c (Fset_window_scroll_bars): Validate the value of
2f71b5ea 6601 `vertical_type'.
7146d1c1 6602
0c4da023
KS
66032003-09-21 Kim F. Storm <storm@cua.dk>
6604
6605 * frame.c (Vdefault_frame_scroll_bars): New variable.
6606 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
6607 (syms_of_frame): DEFVAR_LISP it, and initialize according to
6608 window-system default scroll bar position.
6609
b648413b
KS
6610 * window.c (Fwindow_scroll_bars): Doc fix.
6611
8f5b9e34
JD
66122003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6613
854c1a59 6614 * xterm.c (x_set_offset): Take window manager decorations into account.
8f5b9e34 6615
b0f23edf
RS
66162003-09-19 Richard M. Stallman <rms@gnu.org>
6617
6618 * atimer.h: Don't include lisp.h.
6619 (P_): Define it here (as well as elsewhere).
6620
6621 * print.c (Fprin1_to_string): Move the PRINTPREPARE
6622 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
6623
6624 * data.c (Fvariable_binding_locus): New function.
6625 (syms_of_data): defsubr it.
6626 (Flocal_variable_p): Delete duplicate call to indirect_variable.
6627
e1283999
DL
66282003-09-18 Dave Love <fx@gnu.org>
6629
ad5f3636
DL
6630 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
6631
e1283999
DL
6632 * process.c (Fnetwork_interface_info): Fix type error.
6633 (Fnetwork_interface_list): Doc fix.
6634 (read_process_output, read_process_output): Delete unused var.
6635
b8c7fd71
KS
66362003-09-17 Kim F. Storm <storm@cua.dk>
6637
6638 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
6639 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
6640 (Fnetwork_interface_info): Check that ifreq struct has required
6641 fields before accessing them; this requires that those fields are
6642 defined as macros, which may be too restrictive on some platforms,
6643 but it is better than failing on other platforms.
6644 (syms_of_process): Only defsubr above fns when included.
6645
11e0a411
DL
66462003-09-17 Dave Love <fx@gnu.org>
6647
6648 * unexalpha.c: Don't include varargs.h.
6649
e9c50801
KS
66502003-09-17 Kim F. Storm <storm@cua.dk>
6651
6652 * process.c (Fset_process_sentinel): Add sentinel to childp plist
6653 for network process.
6654 (socket_options): Add `:' prefix to option names. Add optbit field.
6655 (set_socket_option): Remove no_error arg and special handling of s < 0.
6656 Return 1<<optbit for known option, 0 for unknown.
6657 Do not interpret 0 as false for boolean option (only nil).
6658 Pass failed option and value to report_file_error.
7146d1c1 6659 (Fset_network_process_options): Replace by Fset_network_process_option.
e9c50801
KS
6660 (Fset_network_process_option): New function to set just one option.
6661 (Fmake_network_process): Allow :coding arg to be a cons.
6662 Allow :server arg to be an integer specifying backlog size.
6663 Remove :options arg, and allow options to be specified directly
6664 as :KEY, VALUE pairs. Parse these options before binding socket.
6665 As before, :reuseaddr t is default for a server process, but this
6666 can now be disabled by specifying :reuseaddr nil.
6667 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
6668 (init_process): Availability of network options is now checked with
6669 simpler syntax (featurep 'make-network-process :OPTION); use loop to
6670 setup features.
6671 (syms_of_process): Fix defsubr's for the replaced functions.
6672
a0fc3644
DL
66732003-09-16 Dave Love <fx@gnu.org>
6674
6675 * Makefile.in: Depend on coding.h.
6676
6df2a645
KS
66772003-09-14 Kim F. Storm <storm@cua.dk>
6678
6679 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
6680 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
6681 (syms_of_process): Defsubr them.
6682
6683 * config.in: Regenerate.
7146d1c1
SM
6684
66852003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
6688 * m/news-r6.h (XUNMARK): Remove.
6689 * m/mips.h (XUNMARK): Remove.
6690 * m/mips-siemens.h (XUNMARK): Remove.
6691 * m/iris4d.h (XUNMARK): Remove.
6692 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
6693
0930c1a1
SM
66942003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6695
31003b9e
SM
6696 * lisp.h (VALBITS): Don't remove 1 for the markbit.
6697 (union Lisp_Object): Use unsigned int for types. Remove markbit.
6698 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
6699 (XTYPE): Use unsigned right-shift.
6700 (XMARKBIT, XMARK, XUNMARK): Remove.
6701
0930c1a1
SM
6702 * alloc.c (init_intervals, init_symbol, init_marker):
6703 Don't preallocate anything.
6704 (Fgarbage_collect, mark_object): Ignore the markbit.
6705
6706 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
6707
19bb0fcd 67082003-09-08 Lute Kamstra <lute@gnu.org>
5df034de
LK
6709
6710 * xdisp.c (pint2hrstr): New function.
6711 (decode_mode_spec): Add `%i' and `%I' specs.
6712 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
6713 for `mode-line-format'.
6714
03bb6a06
AS
67152003-09-07 Andreas Schwab <schwab@suse.de>
6716
6717 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
6718 avoid warning.
6719
a6eeaa81 67202003-09-07 Eli Zaretskii <eliz@gnu.org>
2063d89c 6721
0930c1a1 6722 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
2063d89c 6723
ed159bbf
KS
67242003-09-03 Kim F. Storm <storm@cua.dk>
6725
6726 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
6727 change (superseded by 2002-08-30 change); the default blink-off
6728 cursor is now again "no cursor".
6729
fe64a394
JR
67302003-09-01 Jason Rumney <jasonr@gnu.org>
6731
6732 * makefile.w32-in (alloca.o): Remove.
6733 (coding.o): Depend on intervals.h
6734 (emacs.o, bytecode.o): Depend on window.h
6735
c0175e24
DL
67362003-09-01 Dave Love <fx@gnu.org>
6737
6738 * Makefile.in (alloca.o): Remove commands.
6739 (coding.o): Depend on intervals.h composite.h window.h.
6740 (emacs.o): Depend on window.h keyboard.h keymap.h.
6741 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
6742 (bytecode.o): Depend on window.h.
6743
a24d4cb2
JR
67442003-08-31 Jason Rumney <jasonr@gnu.org>
6745
4bc2315e
JR
6746 * w32term.c (w32_per_char_metric): Allow cached metrics to be
6747 returned even when font_type is unknown.
6748
a24d4cb2
JR
6749 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
6750
9d35adc7
JD
67512003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6752
6753 * xterm.c (x_term_init): Initialize new fields in x_display_info.
6754
6755 * xterm.h (struct x_display_info): Add red/green/blue_bits and
6756 *_offset.
6757
6758 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
6759 calculate pixel value.
6760
6f68b035
GM
67612003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
6762
0930c1a1
SM
6763 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
6764 Don't tell redisplay display is accurate when it's actually been
6765 paused for pending input.
6f68b035 6766
4828b4d7
RS
67672003-08-29 Richard M. Stallman <rms@gnu.org>
6768
6769 * dispnew.c (adjust_glyph_matrix): Call window_box
6770 whenever W is nonzero.
6771
6772 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
6773 (Fkill_local_variable, Fmake_variable_frame_local)
0930c1a1 6774 (Flocal_variable_p, Flocal_variable_if_set_p):
4828b4d7
RS
6775 Use indirect_variable to trace thru variable aliases.
6776
6777 * config.in: Updated.
6778
6779 * callint.c (Fcall_interactively): Save and restore
6780 Vthis_command, Vthis_original_command, real_this_command,
6781 and current_kboard->Vlast_command.
6782
6783 * abbrev.c (Fexpand_abbrev): Insert before deleting.
6784
e019878d
GM
67852003-08-29 Gerd Moellmann <gerd@gnu.org>
6786
6787 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
6788
85478bc6
KH
67892003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
6790
0930c1a1 6791 * coding.c (decode_coding_iso2022): Initialize local variable c2.
85478bc6
KH
6792 (decode_coding_sjis_big5): Likewise.
6793
07ce82d3
JR
67942003-08-27 Jason Rumney <jasonr@gnu.org>
6795
d3703de3
JR
6796 * w32.c (sys_pipe): Protect against file descriptor overflow.
6797
ee4a01d1
JR
6798 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
6799
07ce82d3
JR
6800 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
6801
a64387ee 68022003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
72d19c66
LK
6803
6804 * xfns.c (Vgtk_version_string): New variable.
6805 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
6806
a6eeaa81 68072003-08-24 Eli Zaretskii <eliz@gnu.org>
5459e42a 6808
0930c1a1 6809 * term.c (term_init): Remove `const' from buffer_size's declaration.
3d8714e7 6810
5459e42a
EZ
6811 * Makefile.in (msdos.o): Depend on intervals.h.
6812
0930c1a1 6813 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
5459e42a 6814
231d6cfb
JD
68152003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6816
6817 * xterm.h (struct x_display_info): New fields: client_leader_window
6818 and Xatom_wm_client_leader.
6819
6820 * xterm.c (x_initialize): Move call to x_session_initialize to ...
6821 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
6822
6823 * xsmfns.c (create_client_leader_window): New function.
6824 (x_session_initialize): Call create_client_leader_window, take
6825 dpyinfo as argument.
6826
6827 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
6828
6829 * Makefile.in (xsmfns.o): Add more depenedencies.
6830
afa88464
DL
68312003-08-21 Dave Love <fx@gnu.org>
6832
6833 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
6834
f730033e
KH
68352003-08-21 Kenichi Handa <handa@m17n.org>
6836
6837 * term.c (term_init): Fix previous change; don't rely on the
6838 length of `buffer' if TERMINFO is defined.
6839
6dca786c
DL
68402003-08-20 Dave Love <fx@gnu.org>
6841
6842 * atimer.h: Include lisp.h.
6843
6844 * lisp.h (EMACS_LISP_H): New.
6845 (popup_activated_flag): Don't declare.
6846
6847 * alloca.c: Some merging with gnulib. Change logic and doc
6848 concerning (x)malloc/(x)free -- no longer Emacs-specific.
6849 [DO_BLOCK_INPUT]: Don't include lisp.h.
6850 (xmalloc, xfree): Declare.
6851 (malloc): Don't declare.
6852
0930c1a1 6853 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
6dca786c
DL
6854 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
6855 atimer.h, blockinput.h.
6856
6857 * alloc.c (lisp_align_malloc): Change type of `aligned'.
6858
78819ebb 6859 * alloca.s: Remove.
6dca786c 6860
3a06a6d9
RS
68612003-08-19 Gerd Moellmann <gerd@gnu.org>
6862
6863 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
6864 use -lncurses.
6865
6866 * term.c (term_init): Use a buffer of size 4096 for tgetent since
6867 FreeBSD returns something longer than 2044. Abort if the end of
6868 the buffer is overwritten.
6869
27eeee55
MB
68702003-08-19 Miles Bader <miles@gnu.org>
6871
6872 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
6873
2f297815
GM
68742003-08-19 Gerd Moellmann <gerd@gnu.org>
6875
f4446bbf
GM
6876 * alloc.c (lisp_align_malloc): Check for memory full when
6877 allocating ablocks, which also avoids freeing a pointer into an
6878 ablocks structure.
6879
6880 * puresize.h (BASE_PURESIZE): Increase to 1100000.
6881
0930c1a1 6882 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
2f297815 6883
0e7d7aae
RS
68842003-08-16 Richard M. Stallman <rms@gnu.org>
6885
6886 * editfns.c (Fencode_time): Doc fix.
6887
68882003-08-16 David Ponce <david@dponce.com>
6889
6890 * fileio.c (Fwrite_region): Fix conditional expression to issue
6891 the right message.
6892
b6189c3b 68932003-08-16 Juri Linkov <juri@jurta.org>
0e7d7aae
RS
6894
6895 * syntax.c (Fforward_word): Argument changed to optional.
0930c1a1 6896 Set default value to 1.
0e7d7aae 6897
5d551295
KH
68982003-08-15 Kenichi Handa <handa@m17n.org>
6899
6900 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
6901 what autoscaled.
6902 (best_matching_font): Once we find a better scalable font, set
6903 non_scalable_has_exact_height_p to 1.
6904 (try_font_list): Call try_alternative_families to try any family
6905 with the given registry.
6906
1661e56b
AS
69072003-08-09 Andreas Schwab <schwab@suse.de>
6908
f29181dc
AS
6909 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
6910
1661e56b
AS
6911 * print.c (print_string): Fix printing of multibyte string with
6912 nontrivial printcharfun.
6913
465aa50a
JD
69142003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6915
6916 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
6917
6918 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
6919
e430e5ba
KH
69202003-07-31 Kenichi Handa <handa@m17n.org>
6921
6922 * process.c (read_process_output): Return the actually read bytes
6923 instead of the result of decoding.
6924
97e7188e
KH
69252003-07-31 Kenichi Handa <handa@m17n.org>
6926
6927 * xterm.h (struct x_bitmap_record): New member have_mask.
6928
6929 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
6930 to 0.
6931 (x_create_bitmap_from_file): Likewise.
6932 (x_destroy_bitmap): Check have_mask member before freeing a mask.
6933 (x_destroy_all_bitmaps): Likewise.
6934 (x_create_bitmap_mask): Set have_mask member to 1.
6935
b53094d6
RS
69362003-07-30 Richard M. Stallman <rms@gnu.org>
6937
6938 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
6939
631f2082
JD
69402003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6941
6942 * gtkutil.c (xg_mark_data): Update calls to mark_object.
6943
c855f2ca
RS
69442003-07-29 Richard M. Stallman <rms@gnu.org>
6945
6946 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
6947 Conditionalize XIM code on HAVE_XIM.
6948
6949 * fns.c (Fclear_string): New function.
6950 (syms_of_fns): defsubr it.
6951
b6189c3b 69522003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
17e6d491 6953
0930c1a1 6954 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
17e6d491 6955
29ea8ae9
SM
69562003-07-22 Stefan Monnier <monnier@cs.yale.edu>
6957
6958 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
6959
6960 * buffer.c (delete_all_overlays): New function.
6961 * buffer.h (delete_all_overlays): Declare.
6962 * coding.c (run_pre_post_conversion_on_str):
6963 * print.c (temp_output_buffer_setup):
6964 * fileio.c (Finsert_file_contents):
6965 * minibuf.c (get_minibuffer): Use it.
6966
1dd7ccf2
AC
69672003-07-22 Andrew Choi <akochoi@shaw.ca>
6968
6969 * unexmacosx.c (unexec_regions_sort_compare):
6970 (unexec_regions_merge): New functions. Sort and merge unexec
6971 regions before dumping them.
6972
f57bd967
DL
69732003-07-22 Dave Love <fx@gnu.org>
6974
6975 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
6976
7cdee936
SM
69772003-07-21 Stefan Monnier <monnier@cs.yale.edu>
6978
6979 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
6980 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
6981 MARKBIT as the gcmarkbit for strings.
6982
e50886d3
RS
69832003-07-21 Richard M. Stallman <rms@gnu.org>
6984
6985 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
6986
29ea8ae9 6987 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
e50886d3
RS
6988 (syms_of_fns): Corresponding change.
6989
6990 * alloc.c (syms_of_alloc): Doc fixes.
6991
69922003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
6993
6994 * s/netbsd.h: Use -Wl syntax.
6995
fdc39b59
RS
69962003-07-17 Richard M. Stallman <rms@gnu.org>
6997
6998 * xterm.c (xim_initialize): Redo 6/24 change.
6999
9c53385f
SM
70002003-07-15 Stefan Monnier <monnier@cs.yale.edu>
7001
7002 * buffer.c (copy_overlays): Use EMACS_INT for positions.
7003 (Fswitch_to_buffer): Don't signal an error when switching to the same
7004 buffer in a dedicated window.
7005
7006 * alloc.c: Use bitmaps for cons, as was done for floats.
7007 (init_float, init_cons): Let the normal code allocate the first block.
7008 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
7009 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
7010 New macros.
7011 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
7012 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
7013 (live_cons_p): Check the pointer is not past the `conses' array.
7014 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
7015 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
7016 (survives_gc_p): Use CONS_MARKED_P and simplify.
7017 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
7018
dde13196
PE
70192003-07-13 Paul Eggert <eggert@twinsun.com>
7020
7021 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
7022 puts it into BSS instead, at least on Solaris 8 and 9.
7023 This is a valid optimization, and it may occur on other platforms,
7024 so Emacs should not assume that initializing a static variable to
7025 zero puts it into data.
7026 * alloc.c (pure, staticvec):
7027 Initialize these arrays to nonzero, so that they're not
7028 put into BSS by that optimization.
7029
a801bc34
SM
70302003-07-13 Stefan Monnier <monnier@cs.yale.edu>
7031
7032 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
7033 (lisp_align_malloc): Use posix_memalign is available.
7034 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
7035 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
7036 for consistency. Update users.
7037
0c8b2afa
RS
70382003-07-13 Richard M. Stallman <rms@gnu.org>
7039
7040 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
7041
668c2ab0
JB
70422003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
7043
7044 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
7045 and use the Gtk+ function gtk_window_icon_from_file if available.
7046
7047 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
7048 handle mask of bitmaps.
7049 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
7050 mask property.
7051 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
7052
7053 * xterm.h (xg_set_icon): New function.
7054
800bebe3
RS
70552003-07-12 Paul Eggert <eggert@twinsun.com>
7056
7057 * unexelf.c (unexec): Consider a section to precede the .bss
7058 section if its addresses overlap that of .bss.
7059
69e38995
RS
70602003-07-12 Richard M. Stallman <rms@gnu.org>
7061
7062 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
7063
7064 * config.in (HAVE_CRTIN): Add #undef.
7065 (INLINE): Really inline only if OPTIMIZE is defined.
7066
7067 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
7068 END_FILES_1.
7069 (START_FILES_1, END_FILES_1): New macros (conditional).
a801bc34 7070 (LD_SWITCH_SYSTEM_TEMACS): Define.
69e38995
RS
7071
7072 * s/openbsd.h: Don't include bsd4-3.h.
a801bc34
SM
7073 (TERMINFO): Define.
7074 (LIBS_TERMCAP): Define.
7075 (LD_SWITCH_SYSTEM): Define (two definitions).
69e38995
RS
7076
7077 * xfns.c: Include libpng/png.h instead of png.h.
7078
f1d0c238
AS
70792003-07-11 Andreas Schwab <schwab@suse.de>
7080
7081 * buffer.c (modify_overlay): Update prototype.
7082 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
7083 Likewise.
7084
5f6bf5fe
SM
70852003-07-09 Stefan Monnier <monnier@cs.yale.edu>
7086
7087 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
7088 (struct interval): Move to intervals.h.
7089 (struct Lisp_Marker): Use EMACS_INT for position info.
7090 (forward_point): Remove prototype of defunct function.
7091 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
7092 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
7093 (syms_of_textprop, set_text_properties): Remove prototypes that are
7094 already in intervals.h.
7095
7096 * intervals.h (struct interval): Move from lisp.h.
7097 Use EMACS_INT for position and size info.
7098
7099 * coding.c: Include intervals.h for Fset_text_properties.
7100
7101 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
7102 position and length information.
7103
2765b457
SM
71042003-07-09 Stefan Monnier <monnier@cs.yale.edu>
7105
7106 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
7107 position and length information.
7108
2410d73a
SM
71092003-07-09 Stefan Monnier <monnier@cs.yale.edu>
7110
7111 Change overlays_after and overlays_before so the overlays themselves
7112 are linked into lists, rather than using cons cells. After all each
7113 Lisp_Misc already occupies 5 words, so we can add a `next' field to
7114 Lisp_Overlay for free and save up one cons cell per overlay (not
7115 to mention one indirection when traversing the list of overlay).
7116
7117 * lisp.h (struct Lisp_Overlay): New field `next'.
7118
7119 * buffer.h (struct buffer): Change overlays_before and overlays_after
7120 from Lisp lists of overlays to pointers to overlays.
7121
7122 * buffer.c (overlay_strings, recenter_overlay_lists):
7123 Fix typo in eassert in last commit.
7124 (unchain_overlay): New function.
7125 (add_overlay_mod_hooklist): Use AREF.
7126 (copy_overlays, reset_buffer, overlays_at, overlays_in)
7127 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
7128 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
7129 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
7130 (report_overlay_modification, evaporate_overlays, init_buffer_once):
7131 Adjust to new type of overlays_(before|after).
7132
7133 * alloc.c (mark_object): Mark the new `next' field of overlays.
7134 (mark_buffer): Manually mark the overlays_(after|before) fields.
7135
7136 * coding.c (run_pre_post_conversion_on_str):
7137 * editfns.c (overlays_around):
7138 * xdisp.c (load_overlay_strings):
7139 * fileio.c (Finsert_file_contents):
7140 * indent.c (current_column):
7141 * insdel.c (signal_before_change, signal_after_change):
7142 * intervals.c (set_point_both):
7143 * print.c (temp_output_buffer_setup): Use new type for
7144 overlays_(before|after).
7145
04812929
SM
71462003-07-08 Stefan Monnier <monnier@cs.yale.edu>
7147
7148 * buffer.c (report_overlay_modification): Don't run hooks while
7149 traversing the list of overlays.
7150
7151 * buffer.h (struct buffer): Use an int for overlay_center.
7152 (overlays_at, evaporate_overlays, recenter_overlay_lists)
7153 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
7154
7155 * buffer.c (reset_buffer, recenter_overlay_lists)
7156 (adjust_overlays_for_insert, adjust_overlays_for_delete)
7157 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
7158 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
7159 (overlays_at, evaporate_overlays, recenter_overlay_lists)
7160 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
7161
7162 * xdisp.c (fast_find_position): Remove unused var.
7163
7164 * cmds.c (Qexpand_abbrev): New sym.
7165 (syms_of_cmds): Initialize it.
7166 (internal_self_insert): Use it to call expand-abbrev.
7167
2e7ecf15
KS
71682003-07-09 Kim F. Storm <storm@cua.dk>
7169
f9711de4 7170 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
2e7ecf15 7171 was configured with --without-xim.
42f81f64 7172 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
2e7ecf15 7173
c6de56a0
RS
71742003-07-07 Richard M. Stallman <rms@gnu.org>
7175
7176 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
7177
7178 * alloc.c (Fgarbage_collect): Doc fix.
7179
b6189c3b 71802003-07-07 Nozomu Ando <nand@mac.com>
b93fb365
KH
7181
7182 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
7183
bfe1a3f7
SM
71842003-07-06 Stefan Monnier <monnier@cs.yale.edu>
7185
04812929
SM
7186 * minibuf.c (read_minibuf): UNGCPRO before returning.
7187 (Ftry_completion, Fall_completions): Doc fix.
7188
bfe1a3f7
SM
7189 * alloc.c (live_float_p): Check that p is not past the `floats' array,
7190 now that `floats' is not the last element of the struct any more.
7191
ee79d1aa
JR
71922003-07-06 Jason Rumney <jasonr@gnu.org>
7193
7194 * w32term.h (ClipboardSequence_Proc): New type.
7195
7196 * w32fns.c (clipboard_sequence_fn): New variable.
7197 (globals_of_w32fns): Initialize it.
7198
7199 * w32select.c (last_clipboard_sequence_number): New variable.
7200 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
7201 number if possible.
7202
49723c04
SM
72032003-07-06 Stefan Monnier <monnier@cs.yale.edu>
7204
4698665f
SM
7205 * m/amdx86-64.h (MARKBIT):
7206 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
7207 MARKBIT and ARRAY_MARK_FLAG any more.
7208
7209 * m/hp800.h (XSETMARKBIT):
7210 * m/sr2k.h (XSETMARKBIT):
7211 * lisp.h (XSETMARKBIT): Remove unused macro.
7212
49723c04
SM
7213 * lisp.h (mark_object): Change prototype.
7214
7215 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
7216 (last_marked): Change accordingly.
7217 (mark_interval, mark_maybe_object, mark_maybe_pointer)
7218 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
7219 (mark_buffer): Update calls to mark_object.
7220
7221 * bytecode.c (mark_byte_stack):
7222 * fns.c (sweep_weak_table):
7223 * keyboard.c (mark_kboards): Update calls to mark_object.
7224
1d660eca
JR
72252003-07-06 Jason Rumney <jasonr@gnu.org>
7226
7227 * alloc.c (struct ablock): Only include padding when there is some.
7228
618b5ae4
SM
72292003-07-04 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * alloc.c (ALIGN): Add casts to simplify usage.
7232 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
7233 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
7234 (struct ablock, struct ablocks): New types.
7235 (free_ablock): New global var.
7236 (lisp_align_malloc, lisp_align_free): New functions.
7237 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
7238 (struct float_block): Reorder and add gcmarkbits.
7239 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
7240 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
7241 (init_float, make_float): Use lisp_align_malloc.
7242 (free_float, live_float_p): Don't use `type' any more.
7243 (make_float): Use FLOAT_UNMARK to access to mark bit.
7244 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
7245 Use FLOAT_MARKED_P to access the mark bit.
7246 (pure_alloc): Simplify use of ALIGN.
7247 (mark_object): Use FLOAT_MARK to access the mark bit.
7248 (gc_sweep): Use new macros to access the float's mark bit.
7249 (init_alloc_once): Init free_ablock.
7250
7251 * lisp.h (struct Lisp_Float): Remove unused field `type'.
7252
3ef06d12
SM
72532003-06-27 Stefan Monnier <monnier@cs.yale.edu>
7254
7255 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
7256 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
7257 (allocate_buffer): Move.
7258 (string_bytes): Don't mask markbit of `size_byte'.
7259 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
7260 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
7261 Use the `size' field of buffers (rather than the `name' field) for
7262 the mark bit, as is done for all other vectorlike objects.
7263 Use the new macros to access the mark bit of vectorlike objects.
7264
e81043aa
RS
72652003-06-26 Richard M. Stallman <rms@gnu.org>
7266
7267 * puresize.h (BASE_PURESIZE): Increment base size.
7268
7269 * xdisp.c (fast_find_position): Enable Gerd's new definition.
7270
7271 * xterm.c (xim_initialize): Undo previous change.
7272
2d0834cc
SM
72732003-06-26 Stefan Monnier <monnier@cs.yale.edu>
7274
7275 * alloc.c (survives_gc_p): Simplify.
7276
7277 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
7278
7279 * window.c (Fset_window_dedicated_p): Simplify.
7280 (display_buffer_1): Don't raise the win from which minibuf was entered.
7281 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
7282 (Fminibuffer_selected_window): Simplify.
7283
7284 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
7285
7286 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
7287 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
7288
7289 * insdel.c (check_markers, adjust_markers_for_delete)
7290 (adjust_markers_for_insert, adjust_markers_for_replace)
7291 (prepare_to_modify_buffer, RESTORE_VALUE):
7292 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
7293 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
7294 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
7295 * alloc.c (Fmake_marker, free_marker, gc_sweep):
7296 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
7297 * editfns.c (save_excursion_restore, transpose_markers):
7298 * window.c (delete_window):
7299 * xdisp.c (message_dolog): Update for new types.
7300
d54ae3d8
JD
73012003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7302
a5f696ac
JD
7303 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
7304 (realize_default_face): Use default_face_done_p for the force_p
2d0834cc 7305 argument to set_lface_from_font_name. Set default_face_done_p to one.
a5f696ac
JD
7306
7307 * frame.c (make_frame): Initialize default_face_done_p.
7308
7309 * frame.h (struct frame): Add default_face_done_p.
7310
d54ae3d8
JD
7311 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
7312 will be defined.
7313
2336fe58
SM
73142003-06-25 Stefan Monnier <monnier@cs.yale.edu>
7315
7316 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
7317 Initialize the new field `gcmarkbit'.
7318 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
7319 (mark_interval_tree): Don't mark the tree separately from the nodes.
7320 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
7321 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
7322 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
7323
7324 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
7325 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
7326 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
7327 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
7328 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
7329
bcea31c2
DL
73302003-06-24 Dave Love <fx@gnu.org>
7331
7332 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
7333
7334 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
7335 from gnulib.
7336
2601f59e
RS
73372003-06-21 Richard M. Stallman <rms@gnu.org>
7338
7339 * fileio.c (Fwrite_region): Alternate messages
7340 for append and partial write.
7341
7342 * keyboard.c (read_key_sequence): When converting upcase fn key to
7343 downcase, update fkey and keytran so `backspace' gets translated.
7344
7345 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
7346
7347 * process.c (wait_reading_process_input): Don't signal SIGIO
7348 in batch mode.
7349
b5d2c621
KH
73502003-06-17 Kenichi Handa <handa@m17n.org>
7351
7352 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
7353 composite.h.
7354
7355 * xselect.c: Don't include charset.h, coding.h, composite.h.
7356 (Qforeign_selection): New variable.
7357 (syms_of_xselect): Intern and static it.
7358 (selection_data_to_lisp_data): Return a unibyte string made from
7359 data with `foreign-selection' text property.
7360
6793bc63
SM
73612003-06-15 Stefan Monnier <monnier@cs.yale.edu>
7362
7363 * termhooks.h (EVENT_INIT): New macro.
7364
7365 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
7366
7367 * alloc.c (mark_kboards): Move to keyboard.c.
7368
7369 * keyboard.c (record_asynch_buffer_change, read_avail_input):
7370 * xterm.c (x_dispatch_event):
7371 * xmenu.c (find_and_call_menu_selection):
7372 * xdisp.c (handle_tool_bar_click):
7373 * w32menu.c (menubar_selection_callback):
7374 * sysdep.c (kbd_input_ast, read_input_waiting):
7375 * msdos.c (dos_rawgetc):
7376 * macterm.c (mac_check_for_quit_char):
7377 * macmenu.c (menubar_selection_callback):
7378 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
7379 data to kbd_buffer_store_event.
7380
b3ea810c
KS
73812003-06-15 Kim F. Storm <storm@cua.dk>
7382
7383 * xdisp.c (x_fix_overlapping_area): Always use area relative X
6793bc63 7384 to fix redisplay problem with tall characters (such as \e,AC\e(B).
b3ea810c 7385
b8f75eda
KG
73862003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
7387
7388 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
7389
ba92ce48
KH
73902003-06-12 Kenichi Handa <handa@m17n.org>
7391
7392 * fileio.c (Fwrite_region): Save and restore restriction.
7393
b80263be
DL
73942003-06-12 Dave Love <fx@gnu.org>
7395
7396 * alloca.c (alloca): Declare arg as size_t.
7397
6793bc63
SM
7398 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
7399 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
b80263be 7400
b23c0a83
DL
74012003-06-11 Dave Love <fx@gnu.org>
7402
7403 * search.c (shrink_regexp_cache): Use xrealloc.
7404 (syms_of_search): Use xmalloc.
7405
700e47c2
KS
74062003-06-10 Kim F. Storm <storm@cua.dk>
7407
7408 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
7409 Adjust phys_cursor.x to be relative to window box, rather than
7410 text area before checking -- to ensure cursor is redrawn when
7411 exposing window.
7412 Note: This also fixes a similar (older) bug if display margins
7413 are present.
7414
f11aa0b2
KH
74152003-06-06 Kenichi Handa <handa@m17n.org>
7416
7417 * coding.c (encoding_buffer_size): If coding->type is
7418 coding_type_ccl, double magnification on CRLF encoding.
7419
3d143690
JR
74202003-06-06 Jason Rumney <jasonr@gnu.org>
7421
7422 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
7423 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
7424
7425 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
7426 Mac too.
7427
f16205ca
DL
74282003-06-05 Dave Love <fx@gnu.org>
7429
b23c0a83
DL
7430 * strftime.c: Merge changes from gnulib.
7431
f16205ca
DL
7432 * mktime.c (__mktime_internal): Merge changes from gnulib
7433 involving year 69 and dst2.
7434
7435 Changes to merge with gnulib version and be consistent with the
7436 autoconf test:
7437
6793bc63
SM
7438 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
7439 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
f16205ca
DL
7440 [HAVE_LOCALE_H]: Include locale.h.
7441 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
7442
9b87a0bc
KS
74432003-06-05 Kim F. Storm <storm@cua.dk>
7444
7445 * window.c (coordinates_in_window): Convert X and Y to window
7446 relative coordinates inside mode-line and header-line parts.
7447 Convert X and Y to margin area relative coordinates inside left
7448 and right display margin parts.
7449
5a8a15ec
JR
74502003-06-05 Jason Rumney <jasonr@gnu.org>
7451
7452 * w32fns.c (add_system_logical_colors_to_map): New function.
7453 (Fx_open_connection): Use it.
7454
01ed8ff1
SM
74552003-06-04 Stefan Monnier <monnier@cs.yale.edu>
7456
7457 * process.c (allocate_pty): Revert part of the previous patch.
7458 (Faccept_process_output): Simplify.
7459
b427b65d
JR
74602003-06-04 Jason Rumney <jasonr@gnu.org>
7461
7462 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
7463
7464 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
7465 (lispy_mouse_wheel_names): Remove.
7466 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
7467 Always define drag_and_drop_syms.
7468
7469 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
7470 WHEEL_EVENT events.
7471
914a8c47
SM
74722003-06-03 Stefan Monnier <monnier@cs.yale.edu>
7473
01ed8ff1
SM
7474 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
7475
914a8c47
SM
7476 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
7477
adcb132c
JD
74782003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7479
7480 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
7481 menu item label.
7482
be781fa7
RS
74832003-06-03 Richard M. Stallman <rms@gnu.org>
7484
7485 * window.c (Fwindow_edges): Doc fix.
7486 (Fwindow_pixel_edges, Fwindow_inside_edges)
7487 (Fwindow_inside_pixel_edges): New functions.
7488 (syms_of_window): defsubr them.
7489
7490 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
7491 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
7492
914a8c47
SM
74932003-06-02 Stefan Monnier <monnier@cs.yale.edu>
7494
7495 * dispnew.c (Fsit_for): Don't lie about the number of args.
7496
5b07197a
DL
74972003-06-02 Dave Love <fx@gnu.org>
7498
7499 * callproc.c: Use HAVE_FCNTL_H, not USG5.
7500 (syms_of_callproc) <process-environment>: Doc fix.
7501
7502 * doc.c: Use HAVE_FCNTL_H, not USG5.
7503
7504 * xfaces.c (font_rescale_ratio): Fix for K&R.
7505
7506 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
7507
7508 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
7509
7510 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
7511
7512 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
7513 (xg_create_frame_widgets): Use ENCODE_UTF_8.
7514
d7107586 7515 * xterm.c (Qutf_8): Move to coding.c
5b07197a
DL
7516
7517 * xmenu.c (ENCODE_MENU_STRING): New.
7518 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
7519 Use it.
7520
7521 * coding.h (ENCODE_UTF_8): New.
7522 (Qutf_8): Declare.
7523
7524 * coding.c (Qutf_8): New.
7525 (syms_of_coding): Intern it.
7526
7527 * fns.c: Doc fixes.
7528
7335b336
KH
75292003-06-02 Kenichi Handa <handa@m17n.org>
7530
7531 * buffer.c (Fset_buffer_multibyte): Fix previous change.
7532
914a8c47
SM
75332003-06-01 Stefan Monnier <monnier@cs.yale.edu>
7534
7535 * lread.c (openp): Make sure STR is a string.
7536
9862c135
JR
75372003-06-01 David Ponce <david@dponce.com>
7538
cab27d04 7539 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
9862c135
JR
7540 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
7541
7542 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
7543 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
7544 (discard_mouse_events): Discard WHEEL_EVENT events too.
7545 (lispy_wheel_names, wheel_syms): New.
7546 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
cab27d04 7547 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
914a8c47 7548 (make_lispy_event): Add WHEEL_EVENT handler.
9862c135
JR
7549
7550 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
7551 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
7552 WHEEL_EVENT events.
7553
f984e73e
JPW
75542003-05-31 John Paul Wallington <jpw@gnu.org>
7555
7556 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
7557 timer are in lisp/emacs-lisp.
7558
1efcd78f
KH
75592003-05-31 Kenichi Handa <handa@m17n.org>
7560
458c8af4
KH
7561 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
7562 region when a buffer is changed to unibyte.
7563
1efcd78f
KH
7564 * charset.h (VALID_LEADING_CODE_P): New macro.
7565 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
7566
778e2804
KH
7567 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
7568 is nonzero, accept multibyte form of eight-bit-control chars.
7569 (decode_composition_emacs_mule): Likewise.
7570 (decode_coding_emacs_mule): Likewise.
7571 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
7572 multibyte form of eight-bit-control chars.
7573
7574 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
7575 (Finsert_file_contents): If coding-system-for-read is bound to
7576 Qauto_save_coding, use the coding system emacs-mule with special
7577 setting for recovering a file.
7578 (choose_write_coding_system): On auto saving, use the coding
7579 system emacs-mule with special setting for auto saving.
7580 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
7581
034060e4
KH
75822003-05-30 Kenichi Handa <handa@m17n.org>
7583
7584 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
7585 properly before calling ccl_driver.
7586
778e2804 7587 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
034060e4 7588
cab27d04 7589 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
034060e4
KH
7590 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
7591 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
7592
595f5aa5
GM
75932003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7594
7595 * xfaces.c (realize_default_face): Do not abort if lface is
7596 non-existent - reverts change from 2003-05-19.
7597
103e0180
KH
75982003-05-29 Kenichi Handa <handa@m17n.org>
7599
7600 * coding.c (decode_coding_iso2022): Pay attention to the byte
7601 sequence of CTEXT extended segment, and retain those bytes as is.
7602
76032003-05-28 Kenichi Handa <handa@m17n.org>
7604
cab27d04 7605 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
103e0180
KH
7606 of CODING_REPLACEMENT_CHARACTER.
7607 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
7608 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
7609 check this flag on encoding.
cab27d04
SM
7610 (encode_coding_sjis_big5):
7611 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
7612 (Fset_terminal_coding_system_internal):
7613 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
7614 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
7615
7616 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
103e0180
KH
7617 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
7618 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
7619
ff6a3bfb 76202003-05-28 Richard M. Stallman <rms@gnu.org>
45f266dc 7621
ff6a3bfb
RS
7622 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
7623
7624 * eval.c (unbind_to): Move init of this_binding to separate statement.
45f266dc 7625
1963c428
KS
76262003-05-28 Kim F. Storm <storm@cua.dk>
7627
7628 * xdisp.c (expose_window): Fix error in calculation of
7629 window relative coordinates of area to redisplay.
7630
2b5d4601
JR
76312003-05-27 Jason Rumney <jasonr@gnu.org>
7632
7633 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
7634
1c64a4a2
JB
76352003-05-27 David Ponce <david@dponce.com>
7636
7637 Handle W32 mouse wheel events as mouse click events, like in X.
7638
7639 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
7640 MOUSE_WHEEL_EVENT anymore.
7641
7642 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
7643 Scrolling down/up the mouse wheel is respectively mapped to mouse
7644 button 4 and 5.
7645 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
7646 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
7647 WM_MOUSEWHEEL events.
7648
2d031b89
AS
76492003-05-27 Andreas Schwab <schwab@suse.de>
7650
20464fdf
AS
7651 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
7652
2d031b89
AS
7653 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
7654 partially visible line.
7655
7656 * alloc.c (Fgarbage_collect): Fix last change.
7657
97bc76d4
JPW
76582003-05-26 John Paul Wallington <jpw@gnu.org>
7659
7660 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
7661
56613f06
SM
76622003-05-25 Stefan Monnier <monnier@cs.yale.edu>
7663
7664 * window.c (Fset_window_buffer): Add type of `keep_margins'.
7665 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
7666
7667 * window.h (window_box_text_cols): Declare.
7668
7669 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
7670 (x_draw_vertical_border): Remove unused var `f'.
7671
7672 * xfaces.c (build_scalable_font_name): Remove `unused var
7673 pixel_size' warning.
7674
7675 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
7676
7677 * unexelf.c (unexec): Remove `unused var n' warning.
7678
7679 * strftime.c (my_strftime_localtime_r): Remove `defined but
7680 unused' warning.
7681
7682 * process.c (allocate_pty): Remove `unused var stb' and
7683 `cp might be used uninitialized' warnings.
7684
7685 * dispnew.c (mode_line_string): Remove unused var `f'.
7686
7687 * coding.c (find_safe_codings): Remove unused var `i'.
7688
7689 * bytecode.c (Fbyte_code): Remove `unused val' warning.
7690
7691 * buffer.c (Fkill_buffer): Remove unused var `list'.
7692
7693 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
7694
93421a1f
JD
76952003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7696
7697 * frame.c (make_frame): Condition want_fullscreen with
7698 HAVE_WINDOW_SYSTEM.
7699
c4b8aebc
JB
77002003-05-25 Juanma Barranquero <lektu@terra.es>
7701
7702 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
7703 (Fwindow_scroll_bars): Fix typo in docstring.
7704
0416870b
KS
77052003-05-24 Kim F. Storm <storm@cua.dk>
7706
7707 The following changes serve several purposes:
7708
7709 1) Swap the position of fringes and display margins in windows, i.e.
7710 the fringes are now displayed between the margins and the text area
7711 (by default).
7712
7713 2) Allow fringe and scroll bar parameters to be set per-buffer and
7714 per-window (like display margins). Such settings are now stored
7715 in window configurations, preserved when frames are resized, and
9018a88e 7716 copied when windows are split vertically or horizontally.
0416870b
KS
7717 Several bugs related to display margins have been fixed.
7718
7719 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
9018a88e 7720
0416870b
KS
7721 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
7722 rather than FRAME_WIDTH (FRAME_FONT (f)).
7723
7724 5) Introduce a consistent naming of variables, members and macros
7725 depending on whether their value is measured in pixels or in
7726 canonical columns/lines. Pixel dimensions are named *_width and
7727 *_height, while canonical columns/lines are named *_cols and
7728 *_lines. Pixel positions are named *_x and *_y, while column/line
7729 positions are named *_col and *_line.
7730
7731 6) Consolidate more of the X, W32, and MAC gui code by moving
7732 common data into struct frame, and generalize it for the non-gui
7733 case by using suitable defaults.
7734
7735 7) Cleanup and consolidate the macros controlling frame and window
7736 layout into frame.h and window.h, and generalize the use of the
7737 various window_box_* functions (enhanced to handle the new fringe
7738 position and the per-window fringe and scroll bar settings).
7739
7740 * frame.h (struct frame): Rename members height to text_lines,
7741 width to text_cols, window_height to total_lines, window_width to
7742 total_cols, new_height to new_text_lines, new_width to
7743 new_text_cols. All uses changed.
7744 (struct frame): New members which consolidate common members of
7745 x_output, w32_output, and mac_output structures: left_pos,
7746 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
7747 win_gravity, size_hint_flags, border_width, internal_border_width,
7748 line_height, fringe_cols, left_fringe_width, right_fringe_width,
7749 want_fullscreen. All uses changed.
7750 (struct frame): New member column_width contaning the canonical
7751 column width, analogue to line_height. All uses changed.
7752 (struct frame): Rename members scroll_bar_pixel_width to
7753 config_scroll_bar_width, and scroll_bar_cols to
7754 config_scroll_bar_cols. All uses changed.
7755 (struct frame): New member scroll_bar_actual_width which
7756 consolidates and renames the vertical_scroll_bar_extra member of
7757 x_output, w32_output, and mac_output structures. All uses changed.
cab27d04 7758 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
0416870b
KS
7759 from x/w32/macterm.h files. All uses changed. Also change code
7760 which referred to f->output_data...->pixel_height.
cab27d04 7761 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
f63fd14e 7762 from x/w32/macterm.h files. All uses changed. Also change code
0416870b 7763 which referred to f->output_data...->pixel_width.
cab27d04 7764 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
0416870b 7765 Also change code which referred to f->height.
cab27d04 7766 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
0416870b
KS
7767 Also change code which referred to f->width.
7768 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
7769 to update new_text_lines and new_text_cols members directly.
cab27d04 7770 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
0416870b 7771 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
cab27d04 7772 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
0416870b
KS
7773 FRAME_SCROLL_BAR_COLS. All uses changed.
7774 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
cab27d04 7775 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
0416870b
KS
7776 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
7777 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
7778 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
cab27d04
SM
7779 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
7780 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
7781 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
0416870b
KS
7782 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
7783 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
cab27d04
SM
7784 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
7785 Unconditionally return line_height member (it now has proper value
7786 also for non-window frames).
7787 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
0416870b
KS
7788 return new column_width member (rather than the default font width).
7789 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
cab27d04 7790 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
0416870b
KS
7791 from x/w32/macterm.h files. Unconditionally return corresponding
7792 member of frame structure (they now have proper values also for
7793 non-window frames).
cab27d04 7794 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
0416870b
KS
7795 Calculate return value from left and right widths.
7796 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
7797 internal_border_width member (has proper value for non-window frame).
cab27d04
SM
7798 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
7799 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
7800 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
7801 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
7802 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
0416870b 7803 consolidated from xterm.h, macterm.h, and w32term.h.
cab27d04 7804 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
0416870b 7805 consolidated from xterm.h, macterm.h, and w32term.h.
cab27d04 7806 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
0416870b 7807 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
cab27d04 7808 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
0416870b 7809 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
cab27d04 7810 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
0416870b 7811 consolidated from x/mac/w32term.h.
cab27d04 7812 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
0416870b 7813 consolidated from x/mac/w32term.h.
cab27d04 7814 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
0416870b 7815 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
cab27d04 7816 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
0416870b
KS
7817 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
7818
7819 * window.h (struct window): Rename members left to left_col,
7820 top to top_line, height to total_lines, width to total_cols,
7821 left_margin_width to left_margin_cols, right_margin_width to
7822 right_margin_cols, orig_height to orig_total_lines, orig_top to
7823 orig_top_line. All uses changed.
7824 (struct window): New members left_fringe_width, right_fringe_width,
7825 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
7826 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
7827 New macros primarily used to simplify other macros.
7828 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
7829 referred to XINT (w->width).
7830 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
7831 referred to XINT (w->height).
7832 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
7833 referred to XINT (w->width) * canon_x_unit.
7834 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
7835 referred to XINT (w->height) * canon_y_unit.
7836 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
7837 referred to XINT (w->left).
cab27d04 7838 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
0416870b
KS
7839 all uses and code that referred to XINT (w->left) + XINT (w->width).
7840 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
7841 referred to XINT (w->top).
7842 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
7843 referred to XINT (w->top) + XINT (w->height).
7844 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
7845 referred to XINT (w->left) * canon_x_unit.
7846 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
7847 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
7848 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
7849 referred to XINT (w->top) * canon_y_unit.
7850 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
7851 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
7852 (WINDOW_LEFTMOST_P): New macro.
cab27d04 7853 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
0416870b 7854 All uses changed.
cab27d04 7855 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
0416870b 7856 All uses changed.
cab27d04 7857 (WINDOW_BOX_LEFT_EDGE_X): Rename from
0416870b
KS
7858 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
7859 Do not exclude left fringe width.
cab27d04 7860 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
0416870b
KS
7861 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
7862 Do not exclude fringe widths.
7863 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
7864 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
7865 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
7866 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
7867 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
7868 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
7869 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
7870 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
7871 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
7872 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
7873 New macros. Change code which referenced corresponding
7874 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
7875 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
7876 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
7877 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
7878 allow per-window scroll-bar settings.
7879 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
7880 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
7881 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
7882 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
7883 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
7884 FRAME_SCROLL_BAR_WIDTH.
7885 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
9018a88e 7886 (WINDOW_SCROLL_BAR_AREA_X): New macros.
cab27d04 7887 (WINDOW_HEADER_LINE_HEIGHT): Rename from
0416870b 7888 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
cab27d04 7889 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
0416870b 7890 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
cab27d04 7891 (WINDOW_BOX_TEXT_HEIGHT): Rename from
0416870b
KS
7892 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
7893 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
7894 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
cab27d04
SM
7895 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
7896 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
0416870b 7897 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
cab27d04 7898 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
0416870b
KS
7899 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
7900 (window_from_coordinates): Update prototype.
7901 (Fset_window_buffer): Update EXFUN.
7902 (set_window_buffer): Update prototype.
9018a88e 7903
0416870b 7904 * dispextern.h (struct glyph_matrix): Rename members window_left_x
9018a88e 7905 to window_left_col, window_top_y to window_top_line. All uses
0416870b
KS
7906 changed.
7907 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
7908 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
7909 internal_border_width is now set to 0 for non-window frames.
7910 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
7911 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
7912 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
7913 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
7914 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
7915 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
7916 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
7917 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
7918 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
9018a88e 7919 Move to window.h and renamed [see window.h changes].
0416870b
KS
7920 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
7921 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
9018a88e
SM
7922 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
7923 Use WINDOW_TOTAL_LINES.
0416870b
KS
7924 (frame_update_line_height): Remove prototype.
7925
7926 * buffer.h (struct buffer): Rename members measured in columns:
7927 left_margin_width to left_margin_cols, right_margin_width to
7928 right_margin_cols. All uses changed.
7929 New members left_fringe_width, right_fringe_width,
7930 fringes_outside_margins for per-buffer fringe settings.
7931 New members scroll_bar_width and vertical_scroll_bar_type for
7932 per-buffer scroll bar settings.
7933
7934 * buffer.c (init_buffer_once): Set buffer_defaults and
7935 buffer_local_flags for new buffer-local variables
7936 left_fringe_width, right_fringe_width, fringes_outside_margins,
7937 scroll_bar_width, and vertical_scroll_bar_type.
7938 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
7939 default-* variables for them.
7940
7941 * dispnew.c: Make (many) trivial substitutions for renamed and
7942 new macros in dispextern.h, frame.h and window.h.
7943 (mode_line_string): No need to adjust width for mode lines, as it
7944 is already adjusted by the caller.
7945 (marginal_area_string): Handle fringes inside/outside margins.
9018a88e 7946
0416870b
KS
7947 * frame.c: Make (many) trivial substitutions for renamed and
7948 new macros in dispextern.h, frame.h and window.h.
7949 (make_frame): Initialize left_fringe_width, right_fringe_width,
7950 fringe_cols, scroll_bar_actual_width, border_width,
7951 internal_border_width, column_width, line_height, x_pixels_diff,
7952 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
7953 members with values suitable for a non-window frames.
7954
7955 * gtkutil.c: Make (many) trivial substitutions for renamed and
7956 new macros in dispextern.h, frame.h and window.h.
9018a88e 7957
0416870b
KS
7958 * indent.c: Make (few) trivial substitutions for renamed and
7959 new macros in dispextern.h, frame.h and window.h.
7960
7961 * keyboard.c: Make (many) trivial substitutions for renamed and
7962 new macros in dispextern.h, frame.h and window.h.
7963 (make_lispy_event): Use window positions returned from
7964 window_from_coordinates when constructing the lisp event for
7965 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
7966 (incorrect) values locally.
7967 (make_lispy_movement): Use window positions returned from
7968 window_from_coordinates when constructing the lisp event, rather
7969 than calculating (incorrect) values locally.
7970
7971 * scroll.c: Make (some) trivial substitutions for renamed and
7972 new macros in dispextern.h, frame.h and window.h.
7973
7974 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
7975 scroll-bars.
7976
7977 * sysdep.c: Make (few) trivial substitutions for renamed and
7978 new macros in dispextern.h, frame.h and window.h.
7979
7980 * term.c: Make (some) trivial substitutions for renamed and
7981 new macros in dispextern.h, frame.h and window.h.
7982
7983 * widget.c: Make (few) trivial substitutions for renamed and
7984 new macros in dispextern.h, frame.h and window.h.
7985
7986 * window.c: Make (many) trivial substitutions for renamed and
7987 new macros in dispextern.h, frame.h and window.h.
7988 (make_window): Initialize new members
7989 left_margin_cols, right_margin_cols, left_fringe_width,
7990 right_fringe_width, fringes_outside_margins, scroll_bar_width,
7991 and vertical_scroll_bar_type.
cab27d04 7992 (coordinates_in_window): Adapt to new fringe/margin positions
9018a88e 7993 and per-window fringes and scroll-bars.
0416870b 7994 Fix bug related to incorrectly adjusting coordinates by
9018a88e 7995 frame's internal_border_width (the effect normally negible since
0416870b
KS
7996 the internal_border_width is typically 0 or 1 pixel, but very
7997 noticeable for an internal_border_width of e.g. 25 pixels).
7998 Upon successful return (other than ON_NOTHING), the coordinates
7999 are now always properly converted to window relative for the
8000 given display element.
8001 (window_from_coordinates): Add new parameters wx and wy to
8002 return the window relative x and y position in the returned
8003 window and part. A null arg means, don't return the position.
8004 All callers changed.
8005 (adjust_window_margins): New function which may reduce the width
8006 of the display margins if a window's text area is too small after
8007 resizing or splitting windows.
8008 (size_window): Fix bug that did not account for display margin
8009 widths when checking the minimum width of a window; use
8010 adjust_window_margins.
8011 (set_window_buffer): Call Fset_window_fringes and
8012 Fset_window_scroll_bars to setup per-window elements.
8013 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
8014 existing display margin, fringe widths, and scroll bar settings
9018a88e
SM
8015 (e.g. after splitting a window or resizing the frame).
8016 All callers changed.
0416870b
KS
8017 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
8018 (Fsplit_window): Duplicate original window's display margin,
8019 fringe, and scroll-bar settings; then call Fset_window_buffer with
8020 KEEP_MARGINS non-nil. This fixes a bug which caused a split
8021 window to only preserve the display margins in one of the windows.
c4b8aebc 8022 When splitting horizontally, call adjust_window_margins on both
0416870b 8023 windows to ensure that the text area of the new windows is non too
f9711de4 8024 narrow. This fixes a bug which could cause Emacs to trap if the
0416870b
KS
8025 width of the split window was less than the width of the display
8026 margins.
cab27d04 8027 (window_box_text_cols): Rename from window_internal_width.
9018a88e 8028 All uses changed. Adapt to per-window fringes and scroll bars.
0416870b
KS
8029 Fix bug that caused vertical separator to be subtracted also on
8030 window frames. Fix another bug that did not reduce the returned
8031 value by the columns used for display margins.
8032 (window_scroll_line_based): Fix bug related to scrolling too much
8033 when display margins are present (implicitly fixed by the fix to
8034 window_box_text_cols).
8035 (scroll_left, scroll_right): Fix bug related to scrolling too far
8036 by default when display margins are present (implicitly fixed by
8037 the fix to window_box_text_cols).
8038 (struct saved_window): Rename members left to left_col, top to
8039 top_line, width to total_cols, height to total_lines, orig_top to
8040 orig_top_line, orig_height to orig_total_lines. All uses changed.
8041 New members left_margin_cols, right_margin_cols,
8042 left_fringe_width, right_fringe_width, fringes_outside_margins,
8043 scroll_bar_width, and vertical_scroll_bar_type for saving
8044 per-window display elements.
8045 (Fset_window_configuration): Restore display margins, fringes,
8046 and scroll bar settings. This fixes a bug which caused display
8047 margins to be discarded when saving and restoring a window
8048 configuration.
8049 (save_window_save): Save display margins, fringes, and scroll bar
8050 settings. This fixes a bug which caused display margins to be
8051 discarded when saving and restoring a window configuration.
8052 (Fset_window_margins): Do nothing if display margins are not
8053 really changed. Otherwise, call adjust_window_margins to ensure
8054 the text area doesn't get too narrow. This fixes a bug which
f9711de4 8055 could cause Emacs to trap if setting display margins wider than
0416870b
KS
8056 the width of the window.
8057 (Fset_window_fringes): New defun to allow user to specifically set
8058 this window's fringe widths and position vs. display margins.
cab27d04 8059 (Fwindow_fringes): New defun to return window's actual fringe settings.
0416870b
KS
8060 (Fset_window_scroll_bars): New defun to allow user to specifically
8061 set this window's scroll bar width and position.
8062 (Fwindow_scroll_bars): New defun to return window's actual scroll
8063 bar settings.
8064 (compare_window_configurations): Also compare display margins,
8065 fringes, and scroll bar settings.
8066 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
8067
8068 * xdisp.c: Make (many) trivial substitutions for renamed and
8069 new macros in dispextern.h, frame.h and window.h.
8070 (window_box_width): Adapt to per-window fringes and scroll bars,
f63fd14e 8071 and new fringe vs. display margin position. Note that returned
0416870b
KS
8072 value is no longer guaranteed to be a whole multiple of the frame
8073 column width, since per-window fringes may now be any width.
8074 (window_box_left_offset): New function like window_box_left, but
8075 value is relative to left border of window (rather than frame).
8076 (window_box_right_offset): New function like window_box_right,
8077 but value is relative to left border of window.
8078 (window_box_left): Adapt to per-window fringes and scroll bars,
8079 and new fringe vs. display margin position. Simplify by using
8080 WINDOW_LEFT_EDGE_X and window_box_left_offset.
8081 (window_box): Allow null args for unnecessary return values;
8082 change/simplify relevant callers.
8083 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
9018a88e
SM
8084 and new fringe vs. display margin position.
8085 Use window_box_left_offset and window_box_right_offset
0416870b 8086 (get_glyph_string_clip_rect): Adapt to per-window fringes and
9018a88e
SM
8087 scroll bars, and new fringe vs. display margin position.
8088 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
0416870b
KS
8089 (draw_fringe_bitmap): Rework to handle per-window fringes and new
8090 fringe vs. display margin position.
8091 (hscroll_window_tree): Use window_box_width instead of window_box.
a64387ee
JB
8092 (redisplay_window): Adapt to per-window scroll bars.
8093 (draw_glyphs): Rework to handle per-window fringes and scroll
9018a88e
SM
8094 bars, and new fringe vs. display margin position.
8095 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
a64387ee 8096 (x_clear_end_of_line): Adapt to per-window fringes and scroll
0416870b
KS
8097 bars, and new fringe vs. display margin position. Fix bug which
8098 increased total width of full_width rows by width of scroll bars
8099 although window's total width already includes that.
8100 (x_fix_overlapping_area): Simplify using window_box_left_offset.
8101 (expose_area): Simplify using window_box_left_offset.
8102 (x_draw_vertical_border): Handle per-window scroll bar settings,
8103 mixing windows with left, right and no scroll bars.
8104
8105 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
8106 where it's used in x_list_fonts (for clarity).
8107 (frame_update_line_height): Remove unused function; functionality
8108 is now done directly when setting the default font in x_set_font.
8109
8110 * xfns.c: Make (many) trivial substitutions for renamed and
8111 new macros in dispextern.h, frame.h and window.h.
8112
8113 * xmenu.c: Make (some) trivial substitutions for renamed and
8114 new macros in dispextern.h, frame.h and window.h.
8115
8116 * xterm.h (struct x_output): Move members left_pos, top_pos,
8117 border_width, pixel_height, pixel_width, line_height,
8118 internal_border_width, vertical_scroll_bar_extra,
8119 left_fringe_width, right_fringe_width, fringe_cols,
8120 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8121 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
8122 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8123 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8124 (PIXEL_WIDTH, PIXEL_HEIGHT)
8125 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 8126 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
8127 frame.h and renamed [see frame.h changes].
8128 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8129 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 8130 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 8131 and renamed [see frame.h changes].
9018a88e 8132
0416870b
KS
8133 * xterm.c: Make (several) trivial substitutions for renamed and
8134 new macros in dispextern.h, frame.h and window.h.
cab27d04 8135 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
8136 (scroll_run): Adapt to new fringe position.
8137 (glyph_rect): Use window coordinates returned from
8138 window_from_coordinates rather than frame_to_window_pixel_xy.
8139 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8140 scroll-bars.
8141 (handle_one_xevent): Simplify a USE_GTK conditional.
8142 (x_clip_to_row): Remove superfluous whole_line_p arg and code
8143 (fringes are now inside margins, i.e. always in the clipping area).
8144 All callers changed.
8145 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8146 directly, then call compute_fringe_widths. Don't call
8147 frame_update_line_height.
8148
8149 * w32term.h (struct w32_output): Move members left_pos, top_pos,
8150 border_width, pixel_height, pixel_width, line_height,
8151 internal_border_width, vertical_scroll_bar_extra,
8152 left_fringe_width, right_fringe_width, fringe_cols,
8153 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8154 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
8155 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8156 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8157 (PIXEL_WIDTH, PIXEL_HEIGHT)
8158 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 8159 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
8160 frame.h and renamed [see frame.h changes].
8161 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8162 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 8163 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 8164 and renamed [see frame.h changes].
9018a88e 8165
0416870b
KS
8166 * w32term.c: Make (several) trivial substitutions for renamed and
8167 new macros in dispextern.h, frame.h and window.h.
cab27d04 8168 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
8169 (glyph_rect): Use window coordinates returned from
8170 window_from_coordinates rather than frame_to_window_pixel_xy.
8171 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8172 scroll-bars.
8173 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
8174 (fringes are now inside margins, i.e. always in the clipping area).
8175 All callers changed.
8176 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8177 directly, then call compute_fringe_widths. Don't call
8178 frame_update_line_height.
8179
8180 * w32console.c: Make (few) trivial substitutions for renamed and
8181 new macros in dispextern.h, frame.h and window.h.
8182
8183 * w32fns.c: Make (many) trivial substitutions for renamed and
8184 new macros in dispextern.h, frame.h and window.h.
8185
8186 * w32menu.c: Make (few) trivial substitutions for renamed and
8187 new macros in dispextern.h, frame.h and window.h.
8188
8189 * macterm.h (struct mac_output): Move members left_pos, top_pos,
8190 border_width, pixel_height, pixel_width, line_height,
8191 internal_border_width, vertical_scroll_bar_extra,
8192 left_fringe_width, right_fringe_width, fringe_cols,
8193 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8194 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
8195 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8196 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8197 (PIXEL_WIDTH, PIXEL_HEIGHT)
8198 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
cab27d04 8199 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
0416870b
KS
8200 frame.h and renamed [see frame.h changes].
8201 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8202 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
cab27d04 8203 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
0416870b 8204 and renamed [see frame.h changes].
9018a88e 8205
0416870b
KS
8206 * macterm.c: Make (several) trivial substitutions for renamed and
8207 new macros in dispextern.h, frame.h and window.h.
cab27d04 8208 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
0416870b
KS
8209 (glyph_rect): Use window coordinates returned from
8210 window_from_coordinates rather than frame_to_window_pixel_xy.
8211 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8212 scroll-bars.
8213 (x_clip_to_row): Remove superfluous whole_line_p arg and code
8214 (fringes are now inside margins, i.e. always in the clipping area).
8215 All callers changed.
8216 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8217 directly, then call compute_fringe_widths. Don't call
8218 frame_update_line_height.
8219
8220 * macfns.c: Make (several) trivial substitutions for renamed and
8221 new macros in dispextern.h, frame.h and window.h.
9018a88e 8222 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
0416870b
KS
8223
8224 * macmenu.c: Make (few) trivial substitutions for renamed and
8225 new macros in dispextern.h, frame.h and window.h.
8226
8227 * msdos.h (struct x_output): Remove members left_pos, top_pos,
8228 and line_height, and use corresponding new members in struct
8229 frame. All uses changed.
8230 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
8231 superseeded by corresponding macros in frame.h.
8232
8233 * msdos.c: Make (several) trivial substitutions for renamed and
8234 new macros in dispextern.h, frame.h and window.h.
8235 (IT_note_mouse_highlight): Use updated window coordinates returned
9018a88e 8236 by window_from_coordinates, rather than adjusting them locally.
0416870b
KS
8237 (internal_terminal_init): No need to initialize line_height here;
8238 it now defaults to 1.
8239
9018a88e
SM
82402003-05-24 Stefan Monnier <monnier@cs.yale.edu>
8241
8242 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
8243 dropping `down' events.
8244
016bd3c0
AS
82452003-05-24 Andreas Schwab <schwab@suse.de>
8246
8247 * coding.c (find_safe_codings): Fix last change.
8248
4dacadcc
TTN
82492003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
8250
8251 * xfns.c (x_window): Fix typo from 2003-05-21 change.
8252
319830ce
SM
82532003-05-23 Stefan Monnier <monnier@cs.yale.edu>
8254
9018a88e
SM
8255 * xdisp.c (display_mode_element): Increase max depth.
8256 Simplify the error handling code. Use a different error string
8257 for the case where we hit the depth limit.
8258
319830ce
SM
8259 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
8260
8261 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
8262
82632003-05-21 Stefan Monnier <monnier@cs.yale.edu>
8264
8265 * intervals.c (get_local_map): Don't get char-property of previous
8266 point any more: get_pos_property already does it and better.
8267
c67de8ba
DL
82682003-05-21 Dave Love <fx@gnu.org>
8269
8270 [Merged from unicode branch.]
8271
8272 * xfns.c (x_window, x_window): Use use_xim.
8273
8274 * xterm.c (use_xim): Initialize.
8275 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
8276 (x_term_init): Maybe set use_xim.
8277
8278 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
8279
edd3ff1d
JR
82802003-05-21 Jason Rumney <jasonr@gnu.org>
8281
8282 * unexw32.c (_start): Remove _fmode initialization.
8283
8284 * emacs.c (main) [WINDOWSNT]: Move it here.
8285
463f55ee
DL
82862003-05-20 Dave Love <fx@gnu.org>
8287
8288 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
8289
af253914
RS
82902003-05-19 Richard M. Stallman <rms@gnu.org>
8291
8292 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
8293 as value for QCfont attribute.
8294 (realize_default_face): lface should already exist; crash if not.
8295 Specify 0 for FORCE_P when calling set_lface_from_font_name.
8296
8297 * frame.c (Fignore_event): Doc fix.
8298
1d211019
KH
82992003-05-19 Kenichi Handa <handa@m17n.org>
8300
8301 * coding.c (decode_coding_string): Handle post-read-conversion
8302 even if the coding doesn't require decoding.
8303
4dd68254
RS
83042003-05-18 Richard M. Stallman <rms@gnu.org>
8305
8306 * callproc.c (Fcall_process_region): Doc fix.
8307
14d87dc9
SM
83082003-05-17 Stefan Monnier <monnier@cs.yale.edu>
8309
deca5d96
SM
8310 * lread.c (Fload): Print a message if package is obsolete.
8311
14d87dc9
SM
8312 * window.c (Fselect_window): Add optional `norecord' arg.
8313 (select_window_1): Fold into Fselect_window.
8314 (select_window_norecord): New function.
8315 (temp_output_buffer_show): Use it. Preserve current buffer.
8316
8317 * window.h (Fselect_window): Update declaration.
8318
8319 * window.c (delete_window, Fother_window, Fset_window_configuration):
8320 * minibuf.c (read_minibuf):
8321 * macterm.c (x_new_focus_frame):
8322 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
8323 * callint.c (Fcall_interactively):
8324 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
8325
8326 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
8327
78f52183
DK
83282003-05-17 David Kastrup <dak@gnu.org>
8329
8330 * process.c (read_process_output): Back out change from 2003-03-09.
8331
14d87dc9
SM
83322003-05-17 Stefan Monnier <monnier@cs.yale.edu>
8333
8334 * editfns.c (get_pos_property): Don't assume that `object' = nil.
8335
8336 * textprop.c (text_property_stickiness): New arg `buffer'.
8337
8338 * intervals.h (text_property_stickiness): New arg `buffer'.
8339 (get_pos_property): Declare.
8340
8341 * intervals.c (get_local_map): Use get_pos_property, to obey
8342 stickiness and empty overlays.
8343 (create_root_interval, graft_intervals_into_buffer): Use BEG.
8344 (merge_properties, intervals_equal, merge_properties_sticky):
8345 Use XCAR, XCDR.
8346 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
8347
1fd1cc2f
RS
83482003-05-17 Richard M. Stallman <rms@gnu.org>
8349
4f9f637a
RS
8350 * minibuf.c (read_minibuf): If buffer is empty, record the default
8351 in the history.
8352 (Fminibuffer_complete_word): When deleting the overlap, take account
8353 of its real position.
8354
8355 * fns.c (map_char_table): Fix previous change.
8356
1fd1cc2f
RS
8357 * syntax.c (find_defun_start):
8358 When open_paren_in_column_0_is_defun_start,
8359 return beginning of buffer.
8360
8361 * lisp.h (map_char_table): Declare added arg.
8362
8363 * fns.c (map_char_table): New arg TABLE gets the master table.
8364 All calls changed.
8365 Process default and inheritance, resorting to Faref if necessary.
8366
8367 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
8368 (Faccessible_keymaps): Pass new arg to map_char_table.
8369
8370 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
8371
8372 * casetab.c (set_case_table): Pass new arg to map_char_table.
8373
8374 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
8375
8376 * lisp.h (specbinding_func): New typedef.
8377 (struct specbinding): Use specbinding_func, to put the `volatile'
8378 in the right place.
8379
8380 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
8381 to avoid GCC warning.
14d87dc9 8382
b6189c3b 83832003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
b4bd27c5 8384
14d87dc9 8385 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
b4bd27c5 8386
35fb885d
SM
83872003-05-15 Stefan Monnier <monnier@cs.yale.edu>
8388
8389 * keyboard.c (apply_modifiers): Don't fill the other cache.
8390
9a274fbd
SM
83912003-05-14 Stefan Monnier <monnier@cs.yale.edu>
8392
c55b5fad
SM
8393 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
8394
9a274fbd
SM
8395 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
8396 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
8397 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
8398 (Fset_window_configuration, Fcurrent_window_configuration)
8399 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
8400 (Fpos_visible_in_window_p, mark_window_cursors_off)
8401 (window_internal_height, window_internal_width, Frecenter)
8402 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
8403 (replace_buffer_in_all_windows, init_window_once, init_window)
8404 (syms_of_window, keys_of_window): Move from lisp.h.
8405 * lisp.h: Move window.c declarations to window.h.
8406
8407 * bytecode.c: Include window.h.
8408 * emacs.c: Include window.h.
8409
14d87dc9 8410 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
9a274fbd
SM
8411 (keyremap): Add `parent' field.
8412 (keyremap_step): Use it. Remove `parent' argument.
8413 (read_key_sequence): Setup and use the new `parent' field.
8414
fd93e331
SM
84152003-05-11 Stefan Monnier <monnier@cs.yale.edu>
8416
8417 * keyboard.c (adjust_point_for_property): Ensure termination.
8418
1c4001a1
SM
84192003-05-10 Stefan Monnier <monnier@cs.yale.edu>
8420
8421 * keyboard.c (follow_key): Remove dead variable `did_meta'.
8422 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
8423 duplicated handling of function-key-map and key-translation-map
8424 in read_key_sequence.
8425 (read_key_sequence): Use them.
8426
8427 * keyboard.c (adjust_point_for_property): Try harder to move point
8428 to the non-sticky end of an invisible property.
8429
8430 * xdisp.c (single_display_prop_intangible_p): Make `space' display
8431 property intangible as well.
8432
780379b1
AS
84332003-05-10 Andreas Schwab <schwab@suse.de>
8434
8435 * xmenu.c (single_menu_item): Change last parameter to void* to
8436 avoid warning.
8437
ca2de342
RS
84382003-05-09 Richard M. Stallman <rms@gnu.org>
8439
8440 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
8441 Bind Qinhibit_modification_hooks to t so there will be no GC.
8442 Rename local `tem' to `save_deactivate_mark'.
8443
8444 * eval.c (specpdl_ptr): Declare volatile.
8445 (unbind_to): Copy the whole binding and decrement specpdl_ptr
8446 before doing the work of unbinding it.
8447
8448 * lisp.h (struct specbinding): Declare elements volatile.
8449 (specpdl_ptr): Declare volatile.
8450
8451 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
8452
8453 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
8454 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
8455
347003be
DL
84562003-05-08 Dave Love <fx@gnu.org>
8457
8458 * coding.c (Vlast_coding_system_used): Doc fix.
8459
5adcec23
JR
84602003-05-07 Jason Rumney <jasonr@gnu.org>
8461
8462 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
8463 when system does not support them.
8464
5fe3b8a4
SM
84652003-05-05 Stefan Monnier <monnier@cs.yale.edu>
8466
8467 * fileio.c (Qwrite_region_annotate_functions): New var.
8468 (build_annotations): Use it to process the global part of the hook.
8469 (syms_of_fileio): Init and staticpro it.
8470
8471 * keyboard.c (safe_run_hooks_error): Display a message instead of
8472 silently ignoring the error.
8473
84742003-05-03 Stefan Monnier <monnier@cs.yale.edu>
8475
8476 * keyboard.c (input_available_signal): Mark static.
8477 (menu_bar_items): Use map_keymap.
8478 (menu_bar_one_keymap): Remove.
8479 (menu_bar_item): Adjust arglist (for use in map_keymap).
8480 Properly hide a second binding when not both are keymaps.
8481
8482 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
8483 (single_keymap_panes): Use it and map_keymap.
8484 (single_menu_item): Use skp as well.
8485
8486 * keymap.h (map_keymap_function_t): New type.
8487 (map_keymap): Declare.
8488
8489 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
8490 (map_keymap_call, Fmap_keymap): New functions.
8491 (syms_of_keymap): Defsubr map-keymap.
8492
4b1b4443
JD
84932003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8494
8495 * gtkutil.c (create_dialog, make_widget_for_menu_item)
8496 (make_menu_item, create_menus, xg_update_menu_item): Don't call
8497 ..._with_mnemonic functions for menu items.
8498
1f816871
KH
84992003-05-01 Kenichi Handa <handa@m17n.org>
8500
8501 * coding.c (coding_system_accept_latin_extra_p): Delete this
8502 function.
8503 (find_safe_codings): Pay attention to
8504 the property tranlsation-table-for-encode of each codings.
8505 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
8506
5ed6ba5b
SM
85072003-05-01 Stefan Monnier <monnier@cs.yale.edu>
8508
8509 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
8510
32c06229
SM
85112003-04-30 Stefan Monnier <monnier@cs.yale.edu>
8512
8513 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
8514
8515 * lisp.h (CHECK): Wrap args in parenthesis.
8516 (specbind): Fix doc: symbol = Qnil is not supported any more.
8517
8518 * bytecode.c (Fbyte_code) <unwind-protect>:
8519 Use Fprogn rather than 0 and Qnil.
8520
8521 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
8522 `double', and `triple' modifiers as well.
8523
ed3c3314
RS
85242003-04-30 Richard M. Stallman <rms@gnu.org>
8525
8526 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
8527
8528 * alloc.c (abort_on_gc): New variable.
8529 (Fgarbage_collect): Abort if abort_on_gc is set.
8530
8531 * lisp.h (abort_on_gc): Add decl.
8532
8533 * eval.c (Fsignal): Clear abort_on_gc.
8534
8535 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
32c06229 8536 Reinit FORMAT_START and END before second scan.
ed3c3314
RS
8537
8538 * xdisp.c (move_it_vertically_backward): Do the final big else
8539 even if nlines is 0.
8540
8541 * xdisp.c (redisplay_internal): Finish the per-frame loop
8542 even if redisplay is suspended by input.
8543
0b325c12
AC
85442003-04-24 Andrew Choi <akochoi@shaw.ca>
8545
8546 * macterm.c (x_list_fonts): Return all fonts that match if
8547 maxnames = -1.
8548
4e837cd0
KH
85492003-04-25 Kenichi Handa <handa@m17n.org>
8550
8551 * syntax.c (skip_chars): Fix previous change.
8552
9af7511a
KH
85532003-04-24 Kenichi Handa <handa@m17n.org>
8554
8555 * syntax.c (skip_chars): Make the code faster by using the common
8556 technique of *p, *stop, and *endp.
8557
e3b2c21f
JD
85582003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8559
8560 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
32c06229 8561 tool_bar_items so GTK tool bar expose callback does not access items
e3b2c21f
JD
8562 being updated.
8563
32c06229
SM
85642003-04-19 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * eval.c (Fapply): Undo last change and add a comment about why.
8567
c6464167
MB
85682003-04-18 Miles Bader <miles@gnu.org>
8569
8570 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
8571 pickier PARSE_MULTIBYTE_SEQ.
8572
e509f168
SM
85732003-04-17 Stefan Monnier <monnier@cs.yale.edu>
8574
8575 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
8576 Use XCDR, XCAR, CONSP.
8577 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
8578 (Fapply): Remove unnecessary GCPRO.
8579
8580 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
8581
8582 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
8583
8584 * buffer.h: Don't hardcode BEG==1.
8585
8586 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
8587
5ceea398
RS
85882003-04-16 Richard M. Stallman <rms@gnu.org>
8589
8590 * xdisp.c (try_window, try_window_reusing_current_matrix):
8591 When at end of window, set window_end_pos to Z-ZV.
8592
8593 * buffer.c (Foverlay_recenter): Doc fix.
8594
e509f168
SM
85952003-04-14 Stefan Monnier <monnier@cs.yale.edu>
8596
8597 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
8598
d243e605
AC
85992003-04-14 Andrew Choi <akochoi@shaw.ca>
8600
8601 * macterm.c (mac_check_for_quit_char): Don't check more often than
8602 once a second.
8603
6901b111
SM
86042003-04-11 Stefan Monnier <monnier@cs.yale.edu>
8605
8606 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
8607 specially, so that they can't hide an implicit switch-frame event.
8608 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
8609 (head_table): Use switch-frame as event_kind for select-window.
8610 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
8611
8612 * editfns.c (Fformat): Lisp_Object/int mixup.
8613 (format2): Remove unused var numargs.
8614
e301806f 86152003-04-11 Kenichi Handa <handa@m17n.org>
aa95b710 8616
6901b111 8617 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
aa95b710
KH
8618 (Qafter_insert_file_set_coding): New variable.
8619 (syms_of_fileio): Initialize and staticpro it. Delete declaration
8620 for after-insert-file-adjust-coding-function.
8621 (Finsert_file_contents): Call Qafter_insert_file_set_coding
8622 instead of Vafter_insert_file_adjust_coding_function.
8623
38914424
KH
86242003-04-11 Kenichi Handa <handa@m17n.org>
8625
8626 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
8627
8628 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
8629 string. Callers changed.
8630
86312003-04-10 Kenichi Handa <handa@m17n.org>
a288d979 8632
6901b111 8633 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
a288d979 8634 (syms_of_fileio): Declare it as a lisp variable.
6901b111
SM
8635 (Finsert_file_contents):
8636 Call Vafter_insert_file_adjust_coding_function before calling
a288d979
KH
8637 decode-format.
8638
f979dc05
JD
86392003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8640
8641 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
8642 get GtkAdjustment as widget now is a GtkRange.
8643
8644 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
8645 GtkRange to avoid memory leak.
8646
f8c6b4c2 86472003-04-09 Kenichi Handa <handa@m17n.org>
cb98871c 8648
50ebc53d
KH
8649 * xfaces.c (Vface_font_rescale_alist): New variable.
8650 (struct font_name): New member rescale_ratio.
8651 (font_rescale_ratio): New function.
6901b111 8652 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
50ebc53d
KH
8653 (better_font_p): On comparing point sized, pay attention to
8654 recale_ratio member of fonts.
8655 (build_scalable_font_name): Reflect font->rescale_ratio in the
8656 font name.
6901b111 8657 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
50ebc53d 8658
cb98871c
KH
8659 * lread.c (read1): Before calling index, check if the 2nd
8660 arguemnt is in ASCII range.
8661
4773b8ca
RS
86622003-04-08 Richard M. Stallman <rms@gnu.org>
8663
b0ada147
RS
8664 * fileio.c (Ffile_symlink_p): Doc fix.
8665
8666 * editfns.c (Fformat): Translate positions of text properties
8667 in the format string to apply them to the result.
8668
4773b8ca
RS
8669 * fileio.c (Finsert_file_contents): Doc fix.
8670 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
8671
86722003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
6901b111 8673
4773b8ca
RS
8674 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
8675
e8f25745 86762003-04-08 Steven Tamm <steventamm@mac.com>
b0ada147 8677
e8f25745
ST
8678 * mac.c (init_mac_osx_environment): Switch libexec and bin so
8679 that self-contained application finds libexec files.
8680
f8c6b4c2 86812003-04-08 Kenichi Handa <handa@m17n.org>
2310d84c 8682
6901b111
SM
8683 * coding.c (code_convert_region_unwind):
8684 Set Vlast_coding_system_used to the argument.
2310d84c
KH
8685 (code_convert_region): If post-read-conversion function changed
8686 the value of last-coding-sytem, keep the new value in
8687 coding->symbol so that it won't be overridden.
8688 (run_pre_post_conversion_on_str): Likewise.
7c086845
KH
8689 (coding_system_accept_latin_extra_p): New function.
8690 (find_safe_codings): Pay attention to characters registered in
8691 latin-extra-code-table.
2310d84c 8692
39c9a034
TTN
86932003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
8694
8695 * Makefile.in (md5.o): Add missing dependency info.
8696
eb67c5d6
RS
86972003-04-06 Richard M. Stallman <rms@gnu.org>
8698
8699 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
8700
8701 * marker.c (verify_bytepos): New function.
8702
8703 * intervals.c (set_intervals_multibyte_1): When becoming
8704 multibyte, adjust right and left child sizes to a whole set of
8705 characters. If an interval gets zero total-length, delete it.
8706 If an interval consists of just its children, delete one of them.
8707
8708 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
8709 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
39c9a034 8710
eb67c5d6
RS
8711 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
8712 All calls deleted.
8713 (lisp_malloc): Do the work here directly.
8714
b1f81fc5
JB
87152003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
8716
8717 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
8718 char tables.
8719
87202003-04-04 Kenichi Handa <handa@m17n.org>
aa8b70ae
KH
8721
8722 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
8723 destructively change "%S" to "%s".
8724
774666fb
MB
87252003-04-03 Miles Bader <miles@gnu.org>
8726
8727 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
8728 always set.
8729
19c37f01
DL
87302003-04-01 Dave Love <fx@gnu.org>
8731
8732 * xfns.c (xpm_lookup_color): Grok "opaque".
8733
2f4b24c3
AC
87342003-03-31 Andrew Choi <akochoi@shaw.ca>
8735
8736 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
8737 parent window ID.
8738
8739 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
8740
8741 * macterm.h (struct mac_output): Define x_pixels_diff and
8742 y_pixels_diff.
b1f81fc5 8743
9443fcf6
JB
87442003-03-31 Juanma Barranquero <lektu@terra.es>
8745
8746 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
8747 blockinput.h and files included from it.
8748
e072891b
KS
87492003-03-31 Kim F. Storm <storm@cua.dk>
8750
8751 The following changes consolidates the common code related to
8752 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
8753 files into frame.c.
9443fcf6 8754
e072891b
KS
8755 * frame.c: Include blockinput.h.
8756 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
8757 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
8758 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
8759 related vars here.
8760 (struct frame_parm_table, frame_parms): New table for describing
8761 frame parameters and their associated Q-variable.
8762 The order of the parameters corresponds to the sequence of the
8763 frame_parm_handlers table in redisplay_interface.
8764 (x_fullscreen_move, x_set_frame_parameters)
8765 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
8766 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
8767 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8768 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
8769 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
8770 Generic functions for processing of frame parameters.
8771 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
8772 (display_x_get_resource, x_get_resource_string): Functions for
8773 generic access to X resources.
8774 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
8775 (x_default_parameter, Fx_parse_geometry): Functions for generic
8776 access to frame parameters.
6901b111
SM
8777 (x_figure_window_size): Generic calculation of frame size.
8778 Fixed to add space needed for tool bar. Also setup size_hint_flags.
e072891b
KS
8779 (syms_of_frame): Intern and staticpro frame parameter variables.
8780 Defvar_lisp Vx_resource_class and Vx_resource_name here.
8781 Defsubr Sx_get_resource and Sx_parse_geometry.
9443fcf6 8782
e072891b
KS
8783 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
8784 parameter related vars defined in frame.c.
8785 (EMACS_CLASS): Define here.
8786 (enum FULLSCREEN_*): Define here.
8787 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
8788 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
8789 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
8790 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
8791 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
8792 (x_set_visibility, x_set_autoraise, x_set_autolower)
8793 (x_set_unsplittable, x_set_vertical_scroll_bars)
8794 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
8795 (x_figure_window_size): Add prototypes.
8796
8797 * dispextern.h (frame_parm_handler): New typedef.
8798 (struct redisplay_interface): New member frame_parm_handlers.
8799 (enum resource_types): Move declaration here.
8800 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
8801 (x_default_parameter): Add prototypes.
8802
8803 * window.c: Remove extern decl for frame parameter vars.
8804 (change_window_heights): New generic function;
8805 replaces x_change_window_heights. All users changed.
8806
8807 * window.h (change_window_heights): Add prototype.
8808
8809 * xfaces.c: Remove extern decl for frame parameter vars.
8810
8811 * xterm.h (EMACS_CLASS): Remove. Use generic define.
8812 (struct w32_display_info): Fix type of xrdb member.
8813 (enum FULLSCREEN_*): Remove.
8814 Remove prototypes for generic functions (in frame.h).
8815
8816 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8817 parameters now defined in frame.h and frame.c.
f63fd14e 8818 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
8819 (enum x_frame_parms): Remove (bogus, unused enum).
8820 (check_x_display_info): Make non-static (for frame.c).
8821 (struct x_frame_parm_table, x_frame_parms): Remove.
8822 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8823 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8824 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8825 (x_change_window_heights, x_set_autoraise, x_set_autolower)
8826 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8827 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8828 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8829 Remove. Use generic functions instead.
8830 (enum resource_types): Remove.
8831 (x_set_scroll_bar_default_width): New global function (for frame.c).
8832 (Fx_create_frame): Depend on x_figure_window_size to add space for
8833 toolbar and setup size_hint_flags.
8834 (x_frame_parm_handlers): New table for redisplay_interface.
8835 (syms_of_xfns): Don't intern/staticpro removed vars.
9443fcf6 8836
e072891b 8837 * xterm.c: Remove unnecessary extern declarations.
f63fd14e 8838 (x_fullscreen_adjust): Remove. Use generic instead.
e072891b
KS
8839 (x_redisplay_interface): Add x_frame_parm_handlers member.
8840
8841 * w32gui.h (XrmDatabase): New (dummy) typedef.
8842
8843 * w32term.h (EMACS_CLASS): Remove. Use generic define.
8844 (struct w32_display_info): Fix type of xrdb member.
8845 (enum FULLSCREEN_*): Remove.
8846 (x_fullscreen_adjust): Remove prototype.
8847
8848 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8849 parameters now defined in frame.h and frame.c.
f63fd14e 8850 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
8851 (enum x_frame_parms): Remove (bogus, unused enum).
8852 (check_x_display_info): Make non-static (for frame.c).
8853 (struct x_frame_parm_table, x_frame_parms): Remove.
8854 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8855 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8856 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8857 (x_change_window_heights, x_set_autoraise, x_set_autolower)
8858 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8859 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8860 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8861 Remove. Use generic functions instead.
8862 (enum resource_types): Remove.
8863 (x_set_scroll_bar_default_width): New global function (for frame.c).
8864 (Fx_create_frame): Depend on x_figure_window_size to add space for
8865 toolbar and setup size_hint_flags.
8866 (w32_frame_parm_handlers): New table for redisplay_interface.
8867 (syms_of_w32fns): Don't intern/staticpro removed vars.
9443fcf6 8868
e072891b
KS
8869 * w32term.c: Remove unnecessary extern declarations.
8870 (x_fullscreen_adjust): Remove. Use generic instead.
8871 (x_redisplay_interface): Add w32_frame_parm_handlers member.
8872
8873 * w32reg.c (x_get_string_resource): Use XrmDatabase.
8874
8875 * macgui.h (XrmDatabase): New (dummy) typedef.
8876
8877 * macterm.h (EMACS_CLASS): Remove.
8878 (struct mac_display_info): Add xrdb member.
8879 (struct mac_output): Add want_fullscreen member.
8880
8881 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8882 parameters now defined in frame.h and frame.c.
f63fd14e 8883 (Vx_resource_name): Remove. Use generic var.
e072891b
KS
8884 (check_x_display_info): Make non-static (for frame.c).
8885 (struct x_frame_parm_table, x_frame_parms): Remove.
8886 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8887 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8888 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8889 (x_change_window_heights, x_set_autoraise, x_set_autolower)
8890 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8891 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8892 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8893 Remove. Use generic functions instead.
8894 (enum resource_types): Remove.
8895 (x_set_scroll_bar_default_width): New global function (for frame.c).
8896 (mac_frame_parm_handlers): New table for redisplay_interface.
8897 (syms_of_macfns): Don't intern/staticpro removed vars.
9443fcf6 8898
e072891b
KS
8899 * macterm.c: Remove unnecessary extern declarations.
8900 (x_redisplay_interface): Add mac_frame_parm_handlers member.
8901
3e6a560b
KS
8902 * Makefile.in (frame.o): Add dependency on blockinput.h and files
8903 included from it (atimer.h and systime.h).
8904
7b7b454e
AS
89052003-03-30 Andreas Schwab <schwab@suse.de>
8906
8907 * xdisp.c (x_insert_glyphs): Fix swapped width and height
8908 parameters for shift_glyphs_for_insert.
8909
8910 * macterm.c (x_redisplay_interface): Add missing entry for
8911 draw_vertical_window_border.
8912
beb402de
KG
89132003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8914
8915 * fileio.c (Fexpand_file_name): In the no-handler case, after
8916 expanding, look again for a handler and invoke it. This is needed
8917 for filenames like "/foo/../user@host:/bar/../baz" -- the first
8918 expansion produces "/user@host:/bar/../baz" which needs to be
8919 expanded again for the finame result "/user@host:/baz".
8920
b676f356
JD
89212003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8922
8923 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
8924 of area to be redrawn for better performance.
8925
3c671a56
SM
89262003-03-28 Stefan Monnier <monnier@cs.yale.edu>
8927
8928 * xterm.c (take_vertical_position_into_account): Remove.
8929 (xt_action_hook): Call set_vertical_scroll_bar if needed.
8930 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
8931 (xm_scroll_callback, x_create_toolkit_scroll_bar)
8932 (x_set_toolkit_scroll_bar_thumb): Simplify.
8933 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
8934 (XTread_socket): Remove unused var.
8935 (x_make_frame_invisible): Replace goto with else.
8936
8937 * xdisp.c (set_vertical_scroll_bar): New fun.
8938 (redisplay_window): Use it.
8939
84f2e615
RS
89402003-03-26 Richard M. Stallman <rms@gnu.org>
8941
8942 * xdisp.c (update_tool_bar): Recompute tool bar if
8943 update_mode_lines is set. Set w->update_mode_line
8944 only if the tool bar contents actually change.
8945 (update_menu_bar): Undo previous change.
8946
70b6104c
JD
89472003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8948
5fd6f727
JD
8949 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
8950 (xg_frame_set_char_size): Calculate scroll bar width before frame
8951 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
8952 (xg_separator_p): Check for all documented separator types.
8953 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
8954 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
8955
70b6104c
JD
8956 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
8957 so tool bar gets updated.
8958
d9b36d19
SM
89592003-03-26 Stefan Monnier <monnier@cs.yale.edu>
8960
8961 * data.c (store_symval_forwarding): Re-instate part of the code
8962 that was deleted with too much enthusiasm.
8963
89642003-03-25 Stefan Monnier <monnier@cs.yale.edu>
8965
8966 * data.c (store_symval_forwarding): Delete special read-only
8967 hack for type == -1, since we now use ->constant instead.
8968 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
8969
8970 * buffer.c (overlays_in): Declare static.
8971 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
8972 `constant' field rather than the variable's `type' field.
8973
365fa1b3
AC
89742003-03-24 Andrew Choi <akochoi@shaw.ca>
8975
8976 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
8977
8978 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
8979
8980 * fns.c [MAC_OSX]: Do not redefine vector.
8981
8982 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
8983
8984 * macgui.h: Remove definition of No_Cursor.
8985
d9b36d19 8986 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
365fa1b3
AC
8987
8988 * xdisp.c: Define No_Cursor.
8989 (x_write_glyphs, notice_overwritten_cursor)
8990 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
8991 (note_mouse_highlight): Remove Mac-specific code.
8992 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
d9b36d19 8993
c0bcce6f
JPW
89942003-03-24 John Paul Wallington <jpw@gnu.org>
8995
8996 * xdisp.c (redisplay_window): If mini window's buffer is not
8997 empty, then redisplay it like other windows.
8998
a526b96c
KS
89992003-03-23 Kim F. Storm <storm@cua.dk>
9000
9001 * w32term.c (w32_draw_window_cursor): Fix last change.
9002
37ab321e
KH
90032003-03-23 Kenichi Handa <handa@m17n.org>
9004
a526b96c
KS
9005 * alloc.c (make_string_from_bytes, make_specified_string):
9006 Add `const' for the arg CONTENTS.
37ab321e
KH
9007
9008 * lisp.h (make_string_from_bytes, make_specified_string):
9009 Prototypes adjusted.
9010
7863d625
JD
90112003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9012
a526b96c 9013 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
fd4c9408 9014
7863d625
JD
9015 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
9016 (XG_SB_RANGE): New define.
9017
9018 * gtkutil.c (xg_fixed_handle_expose): New function.
9019 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
9020 expose events.
9021 (xg_update_scrollbar_pos): Take two more arguments, left and width
9022 of scroll bar including borders.
9023 Clear left and right part outside scroll bar separately as some
9024 themes have bars that are not an even number of pixels.
d9b36d19 9025 Don't set reallocate_redraws, don't call
7863d625
JD
9026 gdk_window_process_all_updates.
9027 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
9028 so no need to change it. Calculate size and value with XG_SB_RANGE.
9029
d9b36d19
SM
9030 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
9031 Pass left and width of scroll bar including borders to
7863d625
JD
9032 xg_update_scrollbar_pos.
9033
af0ad939
TTN
90342003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
9035
9036 * Makefile.in: Make sure space precedes end-of-line backslashes.
9037
b22139fd
KS
90382003-03-22 Kim F. Storm <storm@cua.dk>
9039
9040 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
9041 Add generic versions here. Remove system specific versions
9042 defined elsewhere.
9043
9044 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
9045 Add prototypes.
9046
6e6410cf
KS
9047 * xterm.h (STORE_NATIVE_RECT): New macro.
9048
5c9cc435
KS
90492003-03-21 Kim F. Storm <storm@cua.dk>
9050
00c64fab
SM
9051 * xdisp.c (get_glyph_string_clip_rect):
9052 Use FRAME_INTERNAL_BORDER_WIDTH.
5c9cc435
KS
9053
9054 * dispextern.h (struct redisplay_interface): Add active_p
9055 argument to draw_window_cursor member. All uses changed.
9056
acd37560
KS
90572003-03-21 Kim F. Storm <storm@cua.dk>
9058
9059 The following changes consolidate code related to writing and
9060 inserting glyphs, exposing frame, the tool bar, the mouse face,
9061 the output cursor, and help echo from xterm.c, w32term.c and
9062 macterm.c into xdisp.c. It also generalizes the use of the
9063 window_part enum instead of using numeric values throughout.
af0ad939 9064
acd37560
KS
9065 * xdisp.c: Consolidate gui-independent code here.
9066 Include keymap.h.
9067 (Qhelp_echo): Import.
9068 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
9069 (help_echo_string, help_echo_window, help_echo_object)
9070 (previous_help_echo_string, help_echo_pos): Declare here.
9071 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
9072 (estimate_mode_line_height): Define here. Handle windowing
9073 systems directly (without using estimate_mode_line_height_hook).
9074 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
9075 (update_window_cursor, update_cursor_in_window_tree)
9076 (fast_find_position, fast_find_string_pos)
9077 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
9078 (expose_area, expose_line, expose_overlaps, expose_window)
9079 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
9080 declared static as they are only used locally in xdisp.c.
9081 (draw_glyphs): Rename from x_draw_glyphs and make static.
9082 (tool_bar_item_info, notice_overwritten_cursor): Make static.
9083 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
9084 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
af0ad939 9085 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
acd37560
KS
9086 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
9087 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
9088 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
9089 (note_mouse_highlight, x_clear_window_mouse_face)
9090 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
9091 (x_intersect_rectangles): New generic functions for use by xdisp.c
9092 and GUI front-ends.
9093 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
9094 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
9095
9096 * dispextern.h (Display_Info): Generic typedef for *_display_info.
9097 (NativeRectangle): Generic typedef for rectangle type.
9098 (enum window_part): Move here from window.c.
9099 (struct redisplay_interface): New members flush_display_optional,
9100 define_frame_cursor, clear_frame_area, draw_window_cursor,
9101 draw_vertical_window_border, shift_glyphs_for_insert.
9102 Rename member clear_mouse_face to clear_window_mouse_face.
9103 (estimate_mode_line_height_hook): Remove hook.
9104 (auto_raise_tool_bar_buttons_p): Don't declare extern.
9105 (tool_bar_item_info): Remove prototype.
9106 (help_echo_string, help_echo_window, help_echo_object)
9107 (previous_help_echo_string, help_echo_pos)
9108 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
9109 (x_stretch_cursor_p, output_cursor): Declare extern.
9110 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
9111 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
9112 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
9113 (display_and_set_cursor, set_output_cursor, x_cursor_to)
9114 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
9115 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
9116 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
9117 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
9118 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
9119 Add prototypes.
9120 (mode_line_string, marginal_area_string): Fix prototypes.
9121
9122 * window.c (enum window_part): Move to dispextern.h.
9123 (coordinates_in_window): Use enum window_part member names
9124 instead of numbers to describe return value.
9125 (struct check_window_data): Change part member to window_part.
9126 (check_window_containing): Return window_part unaltered.
9127 (window_from_coordinates): Change part arg from int to enum
9128 window_part. Allow part arg to be null. All users changed.
9129
9130 * window.h (window_from_coordinates): Fix prototype.
9131
9132 * term.c (estimate_mode_line_height): Move to xdisp.c.
9133
9134 * keyboard.c (make_lispy_event): Use enum window_part.
9135
9136 * dispnew.c (mode_line_string, marginal_area_string): Use enum
9137 window_part instead of int in arg list. Users changed.
9138
9139 * xterm.h (No_Cursor): Declare as None for X.
9140 (struct mac_output): Replace member cross_cursor by hand_cursor.
af0ad939 9141
acd37560
KS
9142 * xterm.c: Remove consolidated defines and code.
9143 (BETWEEN): Remove unused macro.
9144 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
9145 (x_define_frame_cursor, x_clear_frame_area)
9146 (x_draw_window_cursor): New X-specific functions for RIF.
9147 (x_redisplay_interface): Add new members.
9148
9149 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
9150
9151 * w32term.h (struct w32_output): Remove cross_cursor member.
9152
9153 * w32term.c: Remove consolidated defines and code.
9154 (BETWEEN): Remove unused macro.
9155 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
9156 (w32_define_frame_cursor, w32_clear_frame_area)
9157 (w32_draw_window_cursor): New W32-specific functions for RIF.
9158 (w32_redisplay_interface): Add new members.
9159
a64387ee 9160 * w32gui.h (No_Cursor): Define as 0 for W32.
acd37560
KS
9161 (XRectangle): Add X compatible rectangle type.
9162 (NativeRectangle): Declare as RECT for W32.
9163 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
9164
9165 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
9166
9167 * w32console.c: Remove consolidated defines and code.
af0ad939 9168
acd37560
KS
9169 * msdos.h (Display_Info): Add generic typedef.
9170
9171 * msdos.c: Remove consolidated defines and code.
9172 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
9173
9174 * macterm.h (struct mac_output): Replace member cross_cursor by
9175 hand_cursor.
9176 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
9177
9178 * macterm.c: Remove consolidated defines and code.
9179 (BETWEEN): Remove unused macro.
9180 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
9181 (mac_define_frame_cursor, mac_clear_frame_area)
9182 (mac_draw_window_cursor): New Mac-specific functions for RIF.
9183 (x_redisplay_interface): Add new members.
9184
9185 * macgui.h (No_Cursor): Define as 0 for Mac.
9186 (XRectangle): Add X compatible rectangle type.
9187 (NativeRectangle): Declare as Rect for Mac.
9188 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
9189
204ccab1
KS
9190 * macfns.c (x_set_mouse_color): Setup hand_cursor.
9191 (x_set_cursor_color): Use x_display_and_set_cursor.
acd37560 9192
9443fcf6 9193 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
acd37560
KS
9194 included from it. Add dependency on keymap.h.
9195
9196 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
9197
8ba01a70 91982003-03-21 Kenichi Handa <handa@m17n.org>
3f817c73
KH
9199
9200 * fileio.c (Fexpand_file_name): Fix previous change.
9201
8ba01a70 92022003-03-19 Kenichi Handa <handa@m17n.org>
4f497b0a
KH
9203
9204 * fileio.c (Ffile_name_directory): Reconstruct file name by
9205 make_specified_string.
9206 (Ffile_name_nondirectory, Ffile_name_as_directory)
9207 (Fdirectory_file_name, Fexpand_file_name)
9208 (Fsubstitute_in_file_name): Likewise.
9209 (Fread_file_name): Compare decoded homedir with DIR and
9210 DEFAULT_FILENAME.
9211
9212 * alloc.c (make_specified_string): If NCHARS is negative, count
9213 the number of characters.
9214
19536747
JD
92152003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9216
de38ae5a
JD
9217 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
9218 all widgets.
9219
19536747
JD
9220 * gtkutil.h: Removed xg_ignore_next_thumb.
9221
37ab321e 92222003-03-18 Kenichi Handa <handa@m17n.org>
cb0d4562
KH
9223
9224 * coding.c (Vchar_coding_system_table): Remove this variable.
9225 (Vcoding_system_safe_chars): New variable.
9226 (intersection): Remove this function.
9227 (find_safe_codings): Don't use Vchar_coding_system_table, but try
9228 all codings in SAFE_CODINGS.
00c64fab 9229 (Ffind_coding_systems_region_internal): Adjust for the change of
cb0d4562
KH
9230 find_safe_codings. Get generic coding systems from
9231 Vcoding_system_safe_chars.
9232 (Fdefine_coding_system_internal): New function.
9233 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
9234 Initialize and staticpro Vcoding_system_safe_chars.
9235
17097258
JD
92362003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9237
2a2071c3
JD
9238 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
9239 equal old values before updating.
9240
17097258
JD
9241 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
9242
9243 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
9244
92452003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9246
9247 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
9248 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
9249 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
9250 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
9251 (xg_create_scroll_bar): Pass bar to button event callback.
9252 (xg_find_top_left_in_fixed): New function.
9253 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
9254 whole scroll bar area. Get old position with
9255 xg_find_top_left_in_fixed, calculate and only clear needed areas.
9256 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
9257 dragging is in progress. Calculate whole as for Motif.
9258 Remove code that saved last values. Call gtk_range functions to
9259 set scroll bar sizes.
9260
9261 * gtkutil.h: Removed xg_ignore_next_thumb.
9262
8cb9dfbf
JB
92632003-03-17 Juanma Barranquero <lektu@terra.es>
9264
9265 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
9266 and files included from it.
9267
00c64fab
SM
92682003-03-18 Stefan Monnier <monnier@cs.yale.edu>
9269
9270 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
9271 multiple occurrences of the same keymap under different prefixes.
9272 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
9273
c45bb3b2
JR
92742003-03-16 Jason Rumney <jasonr@gnu.org>
9275
9276 * w32gui.h: Use HDC for Display.
9277
9278 * w32term.c (w32_encode_char): Prevent double-byte chars from
9279 crashing Emacs.
9280
9281 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
9282 as binary.
9283
2a6d0874
JB
92842003-03-16 Juanma Barranquero <lektu@terra.es>
9285
9286 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
9287
03eb5fab
KS
92882003-03-16 Kim F. Storm <storm@cua.dk>
9289
9290 The following changes consolidate some of the gui-independent
9291 parts of the processing and drawing of "glyph strings" from
9292 xterm.c, w32term.c, and macterm.c into xdisp.c.
2a6d0874 9293
03eb5fab
KS
9294 * dispextern.h (struct glyph): Reduce face_id member from 22 to
9295 21 bits (this reduces number of faces from 4M to 2M).
9296 Replace W32 specific w32_font_type member (2 bits) by generic
9297 font_type member (3 bits) for portability.
9298 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
9299 (enum draw_glyphs_face): Define here.
9300 (struct glyph_string): Define here. Merge W32 and X versions.
9301 (struct redisplay_interface): New members per_char_metric,
9302 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
9303 (VCENTER_BASELINE_OFFSET): Define here.
9304 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
9305 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
9306
9307 * xdisp.c: Consolidate gui-independent "glyph string" code here.
9308 (dump_glyph_string): Moved here.
9309 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
9310 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
9311 (fill_composite_glyph_string, fill_glyph_string)
9312 (fill_image_glyph_string, fill_stretch_glyph_string)
9313 (left_overwritten, left_overwriting, right_overwritten)
9314 (right_overwriting, get_char_face_and_encoding)
9315 (set_glyph_string_background_width, compute_overhangs_and_x)
9316 (append_glyph, append_composite_glyph, produce_image_glyph)
9317 (take_vertical_position_into_account, append_stretch_glyph)
9318 (produce_stretch_glyph): New generic functions (based on X version).
9319 Call platform specific functions through rif.
9320 (INIT_GLYPH_STRING): New macro, hides W32 details.
9321 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
9322 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
9323 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
9324 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
9325 (notice_overwritten_cursor):
9326 Generic functions exported to platform modules. Users changed.
9327
9328 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
9329 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
9330 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
fad49844 9331 New macros for consolidated code.
2a6d0874 9332
03eb5fab
KS
9333 * xterm.c: Remove consolidated defines and code.
9334 (x_per_char_metric, x_encode_char)
9335 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
9336 (x_redisplay_interface): Add new members.
9337
9338 * w32gui.h (Display): Add dummy typedef for consolidation.
9339 (XChar2b): Define alias for wchar_t for consolidation.
9340 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
9341
9342 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
2a6d0874 9343 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
03eb5fab
KS
9344 New macros for consolidation.
9345
fad49844 9346 * w32term.c: Remove consolidated defines and code.
03eb5fab
KS
9347 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
9348 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
9349 (w32_per_char_metric): Change font_type arg to int for RIF.
9350 (w32_encode_char): Return int according to RIF requirements.
9351 (w32_compute_glyph_string_overhangs): Adapt to RIF.
9352 (w32_get_glyph_overhangs): New function for RIF. Uses generic
9353 x_get_glyph_overhangs.
9354 (w32_redisplay_interface): Add new members.
9355
9356 * macgui.h (XChar2b): Move typedef here for consolidation.
9357 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
9358
9359 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
9360 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
9361 consolidation.
9362
9363 * macterm.c: Remove consolidated defines and code.
9364 (mac_per_char_metric): New function for RIF.
00c64fab 9365 (mac_encode_char): Adapt to new RIF requirements.
03eb5fab
KS
9366 (mac_compute_glyph_string_overhangs): Adapt for RIF.
9367 (x_redisplay_interface): Add new members.
9368
00c64fab
SM
93692003-03-15 Stefan Monnier <monnier@cs.yale.edu>
9370
9371 * keymap.c (Vmenu_events): New var.
9372 (syms_of_keymap): Initialize it.
9373 (where_is_internal): Check more carefully what is a menu event.
9374
225c7a07
RS
93752003-03-14 Richard M. Stallman <rms@gnu.org>
9376
9377 * lread.c (read1): After #!, exit loop on eof.
9378
cea9be54
JD
93792003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9380
9ea0e54d
JD
9381 * gtkutil.h: Add declaration for xg_frame_cleared.
9382
0cb35f4e
JD
9383 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
9384
cea9be54
JD
9385 * gtkutil.c (struct xg_last_sb_pos): New structure.
9386 (handle_fixed_child): New function.
9387 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
9388 and force a redraw on them.
9389 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
9390 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
9391 so we can avoid unneeded redraws.
9392 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
9393 and force a redraw on the scroll bar.
9394 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
9395 if xg_last_sb_pos shows the positions are up to date.
0cb35f4e 9396 (xg_frame_cleared): New function.
cea9be54 9397
20b853f3
KH
93982003-03-13 Kenichi Handa <handa@m17n.org>
9399
9400 * coding.c (Fdetect_coding_region): Fix docstring.
9401 (Fdetect_coding_string): Fix docstring.
9402
7a555aff
AS
94032003-03-13 Andreas Schwab <schwab@suse.de>
9404
25cc0080
AS
9405 * gtkutil.c: Add prototype for create_menus.
9406
30225431
AS
9407 * data.c (long_to_cons): Fix type of top.
9408
9409 * xselect.c (selection_data_to_lisp_data): Use int instead of
9410 long for an integer of size 4.
9411
7a555aff 9412 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
30225431 9413 (xg_tool_bar_help_callback): Likewise.
7a555aff 9414
a3e4741f
AS
94152003-03-12 Andreas Schwab <schwab@suse.de>
9416
9417 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
9418
9668be7c
KS
94192003-03-12 Kim F. Storm <storm@cua.dk>
9420
03eb5fab 9421 The following changes consolidate the fringe handling from
9668be7c 9422 xterm.c, w32term.c, and macterm.c into xdisp.c.
00a88f32 9423
9668be7c
KS
9424 * xdisp.c: Consolidate fringe handling code here.
9425 (left_bits, right_bits, continued_bits, continuation_bits)
9426 (ov_bits, zv_bits): Define fringe bitmaps.
9427 (fringe_bitmaps): New array holding fringe bitmaps.
9428 (draw_fringe_bitmap): Draw a specific bitmap; call display
9429 specific drawing routine via rif->draw_fringe_bitmap.
9430 (draw_row_fringe_bitmaps): Generic replacement for
9431 x_draw_row_fringe_bitmaps; all callers changed.
9432 (compute_fringe_widths): Generic replacement for
9433 x_compute_fringe_widths; all callers changed.
9434
9435 * dispextern.h (enum fringe_bitmap_type): Define here.
9436 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
9437 (fringe_bitmaps): Declare extern.
9438 (struct redisplay_interface): New member draw_fringe_bitmap.
9439 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
9440
9441 * xterm.c: Remove generic fringe code.
9442 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
9443 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
9444
9445 * w32term.c: Remove generic fringe code.
9446 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
9447 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
00a88f32 9448
9668be7c
KS
9449 * macterm.c: Remove generic fringe code.
9450 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
9451 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
9452
00a88f32
SM
94532003-03-11 Stefan Monnier <monnier@cs.yale.edu>
9454
9455 * print.c (Fprin1_to_string): Return unibyte string if possible.
9456
1d1de695
DK
94572003-03-09 David Kastrup <dak@gnu.org>
9458
9459 * process.c (read_process_output): We have allocated enough space
9460 for readmax and carryover, so actually use the alloted space.
9461
257f40f2
JD
94622003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9463
9464 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
9465 toolkit scrollbar click.
9466
9467 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
9468 for USE_GTK.
9469 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
9470 also.
9471 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
9472 scrollbar and control is pressed, call x_scroll_bar_handle_click.
00a88f32 9473
78819ebb 9474 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
257f40f2
JD
9475
9476 * gtkutil.c (xg_get_scroll_id_for_window): New function.
9477 (xg_tool_bar_item_expose_callback): New function.
9478 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
9479 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
9480 on the tool bar widget.
9481 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
9482 to expose on the tool bar item widgets.
9483
15213141
JD
94842003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9485
26b74a0b 9486 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
00a88f32 9487 struct image* when deciding to update (struct image* may have been
26b74a0b
JD
9488 deleted from the image cache).
9489
15213141
JD
9490 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
9491 the event isn't for a frame (i.e. for dialogs).
9492
20b853f3 94932003-03-07 Kenichi Handa <handa@m17n.org>
cb681b34
KH
9494
9495 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
9496 composition components reaches the limit, terminate composing.
9497 (COMPOSITION_OK): New macro.
00a88f32 9498 (detect_coding_iso2022): Use it if an escape sequence for
cb681b34
KH
9499 composition is found.
9500 (coding_restore_composition): Adjust the number of composition
9501 components if it is not sane.
9502
c9029fe5
JB
95032003-03-06 Juanma Barranquero <lektu@terra.es>
9504
9505 * w32term.h (struct w32_display_info): Add xrdb member to support
9506 passing resources via -xrm on Windows.
9507
9508 * w32term.c (w32_make_rdb): New function.
9509 (w32_term_init): Use it to initialize xrdb member of w32_display_info
9510 struct. Delete leftover code.
9511
9512 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
9513 for resources passed on the command line.
9514
9515 * w32reg.c (w32_get_rdb_resource): New function.
9516 (x_get_string_resource): Use it, so resources passed with -xrm
9517 supercede the ones in the registry.
9518
9d00001f
JD
95192003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9520
9521 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
9522 instead of x_top_window_to_frame.
9523
ca2417b9
JD
95242003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9525
9526 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
9527 when restarting Emacs.
9528
5b20caf0
RS
95292003-03-03 Richard M. Stallman <rms@gnu.org>
9530
9531 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
9532 to run kill-buffer-query-functions.
9533 (Qkill_buffer_query_functions): New var.
9534 (syms_of_buffer): Init and staticpro it.
9535
58e91b77
JD
95362003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9537
9538 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
9539
932357b4
KS
95402003-02-25 Kim F. Storm <storm@cua.dk>
9541
9542 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
9543 If centering point failed to make whole line visible and vscroll
9544 is non-zero, disable vscroll and try centering point again.
9545
9546 * lread.c (read1): Accept `single space' syntax like (? x).
9547
bb8db7e1
JD
95482003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9549
9550 * keyboard.c (cancel_hourglass_unwind): Surround with
9551 #ifdef HAVE_X_WINDOWS
9552
47d77aab
KH
95532003-02-25 Kenichi Handa <handa@m17n.org>
9554
9555 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
9556 process only when "subprocesses" is defined.
9557
6a097c0c
SM
95582003-02-24 Stefan Monnier <monnier@cs.yale.edu>
9559
9560 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
9561
0b063c27
JB
95622003-02-24 Juanma Barranquero <lektu@terra.es>
9563
d1135afc
JB
9564 * callint.c (fix_command): Declare as static void and move before
9565 Fcall_interactively.
9566
0b063c27
JB
9567 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
9568 (syms_of_xdisp): Don't initialize Qwhen.
9569
0af912f0
JD
95702003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9571
9572 * keyboard.c (cancel_hourglass_unwind): New function.
9573 (command_loop_1): Cancel hourglass with unwind-protect.
9574
120d0a23
RS
95752003-02-23 Richard M. Stallman <rms@gnu.org>
9576
9577 * callint.c (fix_command): New subroutine, from Fcall_interactively.
9578 Detect (when ... (region-beginning)) etc.
9579 (Fcall_interactively): Call fix_command.
9580 (Qif, Qwhen): New variables.
9581 (syms_of_callint): Init and staticpro them.
0b063c27 9582
120d0a23
RS
9583 * regex.c (print_partial_compiled_pattern): Output to stderr.
9584
4ece81a6
KG
95852003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
9586
9587 * dired.c (directory_files_internal): Don't expand directory.
9588 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
9589 instead. From Lars Hansen <larsh@math.ku.dk>.
9590
e52bd6b7
SM
95912003-02-22 Stefan Monnier <monnier@cs.yale.edu>
9592
9593 * fns.c (string_to_multibyte): Remove unused var i.
9594 (Flanginfo): Fix int/Lisp_Object mixup.
9595 (void_call2): New fun.
9596 (Fmap_char_table): Use it in place of call2.
9597
9598 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
9599
9600 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
9601
9602 * keymap.c (copy_keymap_1): Make it static.
9603
9604 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
9605
c33ef7c4
JB
96062003-02-22 David Ponce <david@dponce.com>
9607
9608 * lread.c (Fload): Don't check STRING_MULTIBYTE.
9609
16782258
JD
96102003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9611
9612 * process.h: Removed subtty field from struct Lisp_Process.
9613
9614 * process.c (create_process): Remove setting of subtty.
9615 (emacs_get_tty_pgrp): New function.
e52bd6b7
SM
9616 (Fprocess_running_child_p, process_send_signal):
9617 Call emacs_get_tty_pgrp instead of ioctl.
16782258
JD
9618 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
9619
3abeca61
KG
96202003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
9621
9622 * keymap.c (Fdefine_key): Doc fix.
9623
92a8ce63
JB
96242003-02-21 Juanma Barranquero <lektu@terra.es>
9625
9626 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
9627
9628 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
9629 POLLING_PROBLEM_IN_SELECT.
9630
9631 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
9632 Delete #undef of POLLING_PROBLEM_IN_SELECT.
9633
9634 * s/hpux10-20.h: New file.
9635
e52bd6b7
SM
9636 * process.c (wait_reading_process_input):
9637 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
92a8ce63 9638
20f1ef2e
KH
96392003-02-20 Kenichi Handa <handa@m17n.org>
9640
32d0a9dc
KH
9641 * fontset.c (check_fontset_name): If NAME is nil, return the
9642 default fontset.
9643 (override_font_info): New function.
e52bd6b7 9644 (Fset_fontset_font): Document that NAME nil means the default fontset.
32d0a9dc
KH
9645 (Ffontset_info): If FONTSET is not the default fontset, merge
9646 FONTSET onto the copy of the default fontset, and work on that
9647 copy. Document that NAME nil means the default fontset.
9648 (Ffontset_font): Document that NAME nil means the default fontset.
9649
20f1ef2e
KH
9650 * process.c (setup_process_coding_systems): If the process's
9651 in/out descriptor is -1, do nothing.
9652
77d1daf2
AS
96532003-02-19 Andreas Schwab <schwab@suse.de>
9654
e52bd6b7
SM
9655 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
9656 Add prototypes.
77d1daf2 9657
f9a45bb3
KH
96582003-02-19 Kenichi Handa <handa@m17n.org>
9659
9660 * xfaces.c (try_alternative_families): Try all scalable fonts if
9661 Vscalable_fonts_allowed is not Qt.
9662
72ecb43c
JD
96632003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9664
9665 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
9666
ee5be7c3
JD
96672003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9668
9669 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
9670 names.
9671
9672 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
e52bd6b7 9673 (sorted_font_list): Move allocation of struct font_name to
ee5be7c3
JD
9674 x_face_list_fonts.
9675 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
9676 (Fx_list_fonts): Set maxnames to -1 to get all font names.
9677
4cd519a7
KS
96782003-02-18 Kim F. Storm <storm@cua.dk>
9679
068f9882
KS
9680 * lread.c (read1): Fix last change.
9681 "`" is not always special. Allow "?" after a character constant.
4cd519a7 9682
7290a344
AC
96832003-02-18 Andrew Choi <akochoi@shaw.ca>
9684
9685 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
9686
1f7fa69b
AS
96872003-02-18 Andreas Schwab <schwab@suse.de>
9688
9689 * window.c (window_scroll_pixel_based): Move outside a
9690 multi-glyph character before setting new window start.
9691
9692 * xdisp.c (in_display_vector_p): New function.
9693 * dispextern.h (in_display_vector_p): Declare.
9694
23e21195
KS
96952003-02-18 Kim F. Storm <storm@cua.dk>
9696
9697 * lread.c (read1): Fix and relax read syntax.
9698 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
9699 Only recognize "," after dotted-pair dot if inside backquote.
9700 Never include "`" or "," (inside backquote) in a symbol.
9701 Allow dotted-pair dot after a character constant.
9702 Allow "`" and "," (inside backquote) after a character constant.
92a8ce63 9703
f098b121
JD
97042003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9705
9706 * gtkutil.c (xg_tool_bar_expose_callback): New function.
9707 (xg_create_tool_bar): Force style of tool bar to be horizontal with
9708 icons. Set name of tool bar to emacs-toolbar.
9709 (update_frame_tool_bar): Connect expose event to
9710 xg_tool_bar_expose_callback.
9711
63020c46
RS
97122003-02-17 Richard M. Stallman <rms@gnu.org>
9713
9714 * keyboard.c (this_command_key_count_reset): New variable.
9715 Initiatize to 0 where this_command_key_count is set.
9716 (read_char): Save and restore this_command_key_count_reset
9717 around input method code.
9718 (read_char): If this_command_key_count_reset, echo reread commands.
9719 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
9720
fb4452cc
KH
97212003-02-17 Kenichi Handa <handa@m17n.org>
9722
9723 * fns.c (string_to_multibyte): Always return a multibyte string.
9724
bd11cc09
JR
97252003-02-16 Jason Rumney <jasonr@gnu.org>
9726
e52bd6b7
SM
9727 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
9728 Negative max_fonts parameter means list all.
bd11cc09 9729
4cdf4bde
DL
97302003-02-14 Dave Love <fx@gnu.org>
9731
9732 * fns.c (Flanginfo): Doc fix.
9733
023b93f6
KS
97342003-02-13 Kim F. Storm <storm@cua.dk>
9735
37cd4238
KS
9736 * lread.c (read_escape): Interpret \s as a SPACE character, except
9737 for \s-X in a character constant which still is the super modifier.
9738 (read1): Signal an `invalid read syntax' error if a character
9739 constant is immediately followed by a digit or symbol character.
9740
140a6b7e
KS
9741 * search.c (Fmatch_data): Doc fix. Explicitly state that
9742 match-data is undefined if last search failed.
9743
023b93f6
KS
9744 * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
9745 All uses changed.
9746
7d5c86e5
JB
97472003-02-12 Juanma Barranquero <lektu@terra.es>
9748
9749 * eval.c (Fdefmacro): Fix typo.
9750
295fff2c
KS
97512003-02-12 Kim F. Storm <storm@cua.dk>
9752
9753 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
9754 macro is a string, convert meta modifiers in string when copying
9755 the string into a vector.
9756
60f3202d
KS
97572003-02-11 Kim F. Storm <storm@cua.dk>
9758
9759 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
9760
61cb0b53
KH
97612003-02-11 Kenichi Handa <handa@m17n.org>
9762
9763 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
9764
7392e23c
KS
97652003-02-10 Kim F. Storm <storm@cua.dk>
9766
9767 * process.c: Doc fixes.
9768 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
9769
ce4254bd
KH
97702003-02-10 Kenichi Handa <handa@m17n.org>
9771
9c7a329a
KH
9772 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
9773
ce4254bd
KH
9774 * process.c (QCfilter_multibyte): New variable.
9775 (setup_process_coding_systems): New function.
e52bd6b7
SM
9776 (Fset_process_buffer, Fset_process_filter):
9777 Call setup_process_coding_systems.
ce4254bd
KH
9778 (Fstart_process): Initialize the member `filter_multibyte' of
9779 struct Lisp_Process.
9780 (create_process): Call setup_process_coding_systems.
9781 (Fmake_network_process): New keyward `:filter-multibyte'.
9782 Initialize the member `filter_multibyte' of struct Lisp_Process.
9783 Call setup_process_coding_systems.
9784 (server_accept_connection): Call setup_process_coding_systems.
9785 (read_process_output): If the process has a filter, decide the
9786 multibyteness of a string to given to the filter by
9787 `filter_multibyte' member of the process. If the process doesn't
9788 have a filter and the result of conversion is unibyte, use
9789 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
9790 multibyte form.
9791 (Fset_process_coding_system): Call setup_process_coding_systems.
9792 (Fset_process_filter_multibyte): New function.
9793 (Fprocess_filter_multibyte_p): New function.
9794 (syms_of_process): Intern and staticpro QCfilter_multibyte.
9795 Defsubr Sset_process_filter_multibyte and
9796 Sprocess_filter_multibyte_p.
9797
9798 * process.h (struct Lisp_Process): New member filter_multibyte.
9799
9800 * lisp.h (setup_process_coding_systems): Add prototype.
9801
9802 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
9803 process, update coding systems for the process.
9804
b08d5f59
KH
98052003-02-09 Kenichi Handa <handa@m17n.org>
9806
9807 * fns.c (string_to_multibyte): New function.
9808 (Fstring_to_multibyte): New function.
9809 (syms_of_fns): Defsubr it.
9810
0dfd93c0
AS
98112003-02-08 Andreas Schwab <schwab@suse.de>
9812
9813 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
9814 instead of the substitution.
9815
7b76ca1c
JD
98162003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9817
9818 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
9819
9820 * xmenu.c (menu_position_func): Adjust menu popup position so that
9821 the menu is fully visible.
7b76ca1c 9822
2436a4e4
JD
98232003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9824
9825 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
e52bd6b7
SM
9826 (x_make_frame_invisible, x_wm_set_icon_position):
9827 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
2436a4e4
JD
9828
9829 * xfns.c (x_set_name, x_set_title): Ditto.
9830
37d1e680
RS
98312003-02-04 Richard M. Stallman <rms@gnu.org>
9832
9833 * keyboard.c (echo_now): Update before_command_echo_length.
9834 (Freset_this_command_lengths): Reset this_command_key_count etc.
9835 immediately rather than arranging to do it later.
9836 (before_command_key_count_1, before_command_echo_length_1)
9837 (before_command_restore_flag): Vars deleted.
9838 (add_command_key): Don't handle before_command_restore_flag.
9839 (read_char, record_menu_key): Don't update before_command_key_count or
9840 before_command_echo_length.
9841 (read_char): Don't handle before_command_restore_flag.
9842
9843 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
9844 in direct-output clauses if it wouldn't be called in the ordinary case.
9845
578846a3
KS
98462003-02-04 Kim F. Storm <storm@cua.dk>
9847
9848 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
9849
49853a4d
JD
98502003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9851
9852 * gtkutil.c (remove_from_container): Copying list is not needed.
9853 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
9854 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
9855 on list returned from gtk_container_get_children to avoid memory leak.
9856
8b53dc06
JR
98572003-02-01 Jason Rumney <jasonr@gnu.org>
9858
5d54d177
JR
9859 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
9860 local malloc.
9861 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
9862 definitions in xpm.h.
9863 (init_xpm_functions): New function.
f63fd14e 9864 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
5d54d177
JR
9865 (init_external_image_libraries): Try to load libXpm.dll.
9866
8b53dc06
JR
9867 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
9868 timestamp.
9869
b222e415
DL
98702003-01-31 Dave Love <fx@gnu.org>
9871
9872 * syntax.c (Fskip_chars_forward)
9873 (open-paren-in-column-0-is-defun-start): Doc fix.
9874
c60ee5e7
JB
98752003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9876
9877 * fileio.c: Support // at start of name for Cygwin (just added proper
9878 preprocessor tests).
9879
9880 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
9881
9882 * Makefile.in: Use @EXEEXT@ for Cygwin.
9883
9884 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
9885
9886 * s/cygwin.h: Added for Cygwin port.
9887
53b37591
JB
98882003-01-31 Juanma Barranquero <lektu@terra.es>
9889
9890 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
9891 when including gif_lib.h.
fe929957 9892 (init_gif_functions, init_tiff_functions): New functions.
f63fd14e
JB
9893 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
9894 Windows. Disable color table lookups. Call library functions
53b37591 9895 through pointers determined at runtime.
fe929957
JB
9896 (init_external_image_libraries): Try to load libungif.dll and
9897 libtiff.dll.
53b37591 9898
45415a8f
KH
98992003-01-31 Kenichi Handa <handa@m17n.org>
9900
9901 * xdisp.c (SKIP_GLYPHS): New macro.
e52bd6b7 9902 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
45415a8f 9903
a97e4138
JD
99042003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9905
e52bd6b7 9906 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
a97e4138 9907
6eed9bed
DL
99082003-01-30 Dave Love <fx@gnu.org>
9909
9910 * alloc.c (Vgc_elapsed, gcs_done): New variables.
9911 (Fgarbage_collect): Use them.
9912 (init_alloc, syms_of_alloc): Set them up.
9913
100dcd40
JB
99142003-01-30 Juanma Barranquero <lektu@terra.es>
9915
9916 * w32fns.c (init_external_image_libraries): Add missing operator.
9917
fbd852af
JR
99182003-01-29 Jason Rumney <jasonr@gnu.org>
9919
9920 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
9921 an alternative name for jpeg.dll.
9922
8a2d8020
KH
99232003-01-29 Kenichi Handa <handa@m17n.org>
9924
9925 * xdisp.c (set_cursor_from_row): Pay attention to string display
9926 properties.
9927
058c18c7
AC
99282003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9929
9930 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
9931 <escape>.
9932 (keycode_to_xkeysym_table): Reformat and add more comments.
9933 (XTread_socket): Drop special case for backspace.
9934
385f11cf
AC
99352003-01-28 Andrew Choi <akochoi@shaw.ca>
9936
9937 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
9938 values in old-style RGB specs.
9939
c922a224
JB
99402003-01-27 Juanma Barranquero <lektu@terra.es>
9941
9942 * w32fns.c (init_external_image_libraries): Try alternate names for the
9943 jpeg dll.
9944
0a1d6de0
JD
99452003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9946
9947 * gtkutil.c (create_dialog, xg_separator_p)
9948 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
9949 before calling strcmp or strlen.
9950
a97e4138 99512003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1d1885fc
JD
9952
9953 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
9954 and handle image load failure.
9955
28908312
JR
99562003-01-26 Jason Rumney <jasonr@gnu.org>
9957
9958 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
9959 New functions.
f63fd14e
JB
9960 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
9961 Disable color table lookups. Call jpeg library functions
28908312
JR
9962 through pointers determined at runtime.
9963 (init_external_image_libraries): Try to load jpeg.dll.
9964
84e47416
RS
99652003-01-25 Richard M. Stallman <rms@gnu.org>
9966
9967 * lisp.h: Declare format2 instead of format1.
9968
9969 * fileio.c (barf_or_query_if_file_exists):
9970 Call format2 instead of format1.
9971
9972 * editfns.c (format2): New function, replaces format1
9973 but takes exactly two Lisp Objects as format args.
9974
9975 * buffer.c (Fkill_buffer): Call format2 instead of format1.
9976
a97e4138 99772003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1fcfb866
JD
9978
9979 * xterm.h: Change to return value of x_dispatch_event to int.
9980
9981 * xterm.c (x_filter_event): New function.
9982 (event_handler_gdk, XTread_socket): Call x_filter_event.
9983 (x_dispatch_event): Change to return value of finish.
9984 (event_handler_gdk): Use return value from x_dispatch_event.
9985
9986 * xfns.c (x_window): Call create_frame_xic for GTK version to
9987 initialize input methods.
9988
9989 * gtkutil.h: Add (void) prototypes.
9990
9991 * gtkutil.c (create_menus): Remove code that puts the help menu to
9992 the right.
9993
54eefef1
JR
99942003-01-25 Jason Rumney <jasonr@gnu.org>
9995
9996 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
9997 [HAVE_PNG]: Sync with xfns.c version.
f63fd14e
JB
9998 (png_load): Adjust colors for Windows. Use Windows
9999 bitmaps. Disable color table lookups.
c262430d
JR
10000 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
10001 (init_png_functions): New function.
10002 (png_read_from_memory, png_load): Call png library functions
10003 through pointers determined at runtime.
10004 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
10005 (init_external_image_libraries): New function.
10006 (init_xfns): Call it.
54eefef1 10007
1a9e275b
AS
100082003-01-24 Andreas Schwab <schwab@suse.de>
10009
10010 * minibuf.c (Fminibuffer_message): Verify type of parameter.
10011
a97e4138 100122003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
81e302ef
JD
10013
10014 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
10015 of static initializer.
10016
422eec7e
DL
100172003-01-24 Dave Love <fx@gnu.org>
10018
10019 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
10020 architectures.
10021
10022 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
10023 Use __alignof__.
10024
2a026b04
KH
100252003-01-24 Kenichi Handa <handa@m17n.org>
10026
10027 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
e52bd6b7 10028 It it is nonzero, don't pretend that an invisible area doesn't exist.
2a026b04
KH
10029 (command_loop_1): Call adjust_point_for_property with proper
10030 second arg.
10031
a18bb28d
JR
100322003-01-22 Jason Rumney <jasonr@gnu.org>
10033
10034 Sync changes with xterm.c and xfns.c.
10035
10036 * w32term.c (x_draw_glyph_string_foreground)
10037 (x_draw_composite_glyph_string_foreground): Implement overstriking.
10038
10039 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
10040 phys_cursor's hpos is overwritten. This is still not completely
10041 correct, as it doesn't really make sense to use hpos at all to
10042 get the cursor glyph (as that is relative to the width of the
10043 characters on the line, which may have changed during the update).
10044
10045 * w32term.c (notice_overwritten_cursor): Handle the special case
10046 of the cursor being in the first blank non-text line at the
10047 end of a window.
10048
10049 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
10050 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
10051 Compute from the x position returned by x_draw_glyphs.
10052
10053 (x_display_and_set_cursor): Don't set phys_cursor_width here,
10054 except for NO_CURSOR and system caret, to make phys_cursor_width
10055 contain what its name suggests.
10056 (notice_overwritten_cursor): Consider the cursor image erased if
10057 the output area intersects the cursor image in y-direction.
10058
6a097c0c
SM
10059 * w32term.c (note_mode_line_or_margin_highlight): Rename from
10060 note_mode_line_highlight and extend.
a18bb28d
JR
10061
10062 * w32term.c (last_window): New variable.
10063 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
10064 (note_mouse_movement): Remove reimplemented code in #if 0.
10065
10066 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
10067 not update_mode_lines, and always set it to 1.
10068
ac6e47ef
JR
100692003-01-21 Jason Rumney <jasonr@gnu.org>
10070
10071 * w32fns.c (IDC_HAND): Define it if system headers don't.
10072
100732003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10074
10075 * w32term.h (struct w32_output): New member hand_cursor.
10076 (WM_EMACS_SETCURSOR): New message definition.
10077
10078 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
10079 function w32_define_cursor.
10080 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
10081 position, change member name output_data.x to output_data.w32 and
10082 add function w32_define_cursor.
10083 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
10084 and change member name output_data.x to output_data.w32.
e52bd6b7
SM
10085 (w32_initialize_display_info):
10086 Setup dpyinfo->vertical_scroll_bar_cursor.
ac6e47ef
JR
10087
10088 * w32fns.c (Vx_hand_shape): New variable.
10089 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
10090 WM_EMACS_SETCURSOR.
10091 (x-create-frame): Setup Cursor types.
10092
ceb39a17
JB
100932003-01-21 David Ponce <david@dponce.com>
10094
ac6e47ef 10095 * w32term.c (w32_encode_char): For DIM=1 charset, set
f63fd14e 10096 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
ac6e47ef 10097 x_encode_char change by Kenichi Handa <handa@m17n.org> on
ceb39a17 10098 2002-09-30.)
ac6e47ef
JR
10099 (w32_draw_relief_rect): Declare all args.
10100 (w32_define_cursor): New.
10101
10102 * w32fns.c (w32_load_cursor): New function.
10103 (w32_init_class): Use it.
10104 (x_put_x_image): Declare all args.
10105
b6189c3b 101062003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
46cf0bed
JB
10107
10108 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
10109
a97e4138 101102003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e8794476
JD
10111
10112 * gtkutil.c: Must include stdio.h before termhooks.h
10113
83fc9c63
DL
101142003-01-21 Dave Love <fx@gnu.org>
10115
10116 * alloc.c (Fgc_status): Print zombie list.
10117 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
10118 Fix assignment of zombies.
10119 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
10120 Don't take car of non-cons.
10121
10122 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10123
10124 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10125
fe04b8c8
JR
101262003-01-20 David Ponce <david@dponce.com>
10127
10128 * w32menu.c (digest_single_submenu): Declare all args.
10129
10130 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
10131 changes in xmenu.c:
10132
10133 (parse_single_submenu): Use individual keymap's prompt
10134 string as pane name, if there is one.
10135 (set_frame_menubar): Save menu_items_n_panes from each call to
10136 parse_single_submenu and use it when calling digest_single_submenu.
10137
539e69a9
ST
101382003-01-20 Steven Tamm <steventamm@mac.com>
10139
10140 * macterm.c (XTread_socket): Checks for valid, visible window
10141 before sending a scroll-wheel event.
10142
675d000f
RS
101432003-01-20 Richard M. Stallman <rms@gnu.org>
10144
10145 * xdisp.c (redisplay_window): If mini window's buffer is not
10146 a minibuffer, then redisplay it like other windows.
10147
a97e4138 101482003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22174d10
JD
10149
10150 * gtkutil.c (xg_create_frame_widgets): Check if there is an
10151 external tool bar before setting tool bar height.
10152
048addec
JD
101532003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10154
10155 * xterm.c (handle_one_xevent): Surround popup_activated
10156 with #ifdef:s for non-toolkit version.
10157
10158 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
10159 (gtkutil.o): New file.
10160 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
10161 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
10162
10163 * gtkutil.c: New file for GTK version.
10164
10165 * gtkutil.h: New file for GTK version.
10166
10167 * xterm.h: Add xt_or_gtk_widget.
10168 Include gtk files for USE_GTK.
10169 (struct x_output): Add toolbar_height.
10170 (struct x_output): Add GTK widgets and Gdk size_hints.
10171 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
10172 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
10173 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
10174
10175 * xterm.c: Include gtkutil.h for USE_GTK.
78819ebb 10176 (free_frame_menubar): Declare extern void for USE_GTK.
048addec
JD
10177 (note_mouse_highlight): Check popup_activated for USE_GTK.
10178 (xt_action_hook): Don't compile if USE_GTK.
10179 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
10180 (xg_scroll_callback): New function.
10181 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
10182 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
10183 for USE_GTK.
10184 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
10185 xg_show_scroll_bar for USE_GTK.
10186 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
10187 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
10188 (event_handler_gdk): New function for USE_GTK.
10189 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
10190 (handle_one_xevent): Make sure widget is mapped before
10191 calling x_real_positions for USE_GTK.
10192 (XTread_socket): Add GTK event loop for USE_GTK.
10193 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
10194 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
10195 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
10196 (x_iconify_frame): Add code for USE_GTK.
10197 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
10198 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
10199 is in gtkutil.c.
10200 (x_term_init): Add initialization for GTK.
10201 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
10202
10203 * xmenu.c: Include gtkutil.h for USE_GTK.
10204 (Fx_popup_menu): Use current position if x and y is NIL.
6bdb309a
SM
10205 (single_menu_item, single_menu_item, Fx_popup_dialog):
10206 Check for USE_GTK.
048addec
JD
10207 (popup_widget_loop): New function for USE_GTK.
10208 (x_activate_menubar): Add code for USE_GTK.
10209 (popup_activate_callback, popup_deactivate_callback)
6bdb309a
SM
10210 (menu_highlight_callback, menubar_selection_callback):
10211 Add USE_GTK versions.
048addec
JD
10212 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
10213 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
10214 (free_frame_menubar): Only compile if not USE_GTK. GTK version
10215 is in gtkutil.c.
10216 (popup_selection_callback): New version for USE_GTK.
10217 (create_and_show_popup_menu): New fuction, one USE_GTK version and
6bdb309a 10218 one USE_X_TOOLKIT version.
048addec
JD
10219 (xmenu_show): Call create_and_show_popup_menu.
10220 (dialog_selection_callback): New version for USE_GTK.
10221 (create_and_show_dialog): New fuction, one USE_GTK version and
6bdb309a 10222 one USE_X_TOOLKIT version.
048addec
JD
10223 (xdialog_show): Call create_and_show_dialog.
10224
10225 * xfns.c: Include gtkutil for USE_GTK.
10226 (x_window_to_frame, x_any_window_to_frame)
10227 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
10228 (x_top_window_to_frame): Add code for USE_GTK.
10229 (x_set_background_color): Call xg_set_background_color for GTK.
10230 (x_set_menu_bar_lines): Check for USE_GTK.
10231 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
10232 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
10233 (x_window): Call xg_create_frame_widgets for USE_GTK.
10234 (Fx_create_frame): Check for USE_GTK
10235 (Fx_file_dialog): New implementation for USE_GTK.
10236
10237 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
10238 (update_menu_bar): Add check for USE_GTK.
10239 (update_tool_bar): Add check for USE_GTK and external tool bar.
10240 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
10241 (redisplay_internal): Add check for USE_GTK and popup_activated.
10242 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
10243 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
10244 (display_menu_bar): Add check for USE_GTK
10245
78819ebb 10246 * lisp.h (Vx_resource_name): Declare extern.
048addec 10247
a64387ee 10248 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
048addec
JD
10249 for USE_GTK.
10250 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
10251
10252 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
10253 (FRAME_EXTERNAL_TOOL_BAR): New macro.
10254 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
10255
10256 * fileio.c (Fread_file_name): Add check for USE_GTK.
10257
6bdb309a
SM
10258 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
10259 Add check for USE_GTK.
048addec
JD
10260
10261 * config.in: Added HAVE_GTK
10262
10263 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
10264
102652003-01-18 Stefan Monnier <monnier@cs.yale.edu>
10266
10267 * charset.h (Funibyte_char_to_multibyte): Export.
10268
102692003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10270
10271 * xmenu.c (mouse_position_for_popup): New function.
10272 (Fx_popup_menu): Call mouse_position_for_popup for X and
10273 mouse_position_hook for others.
10274
102752003-01-17 Kim F. Storm <storm@cua.dk>
10276
10277 * editfns.c (Finsert): Mention `string-make-multibyte' and
10278 `string-as-multibyte' in doc string.
10279
102802003-01-17 Kenichi Handa <handa@m17n.org>
10281
10282 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
3c02a6f5 10283
048addec
JD
10284 * editfns.c (Fformat): Convert an unibyte char argument that is
10285 formatted by "%c" to multibyte if the total result must be a
10286 multibyte string.
cd7df9c0 10287
048addec 102882003-01-16 Kim F. Storm <storm@cua.dk>
cd7df9c0 10289
048addec
JD
10290 * process.c (set-process-filter): Document unibyte/multibyte-ness
10291 of string argument.
56210ecd 10292
048addec 102932003-01-16 Kenichi Handa <handa@m17n.org>
56210ecd 10294
048addec 10295 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
56210ecd 10296
048addec
JD
10297 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
10298 (re_search_2): Likewise.
6df8b9fe 10299
048addec 103002003-01-15 Kenichi Handa <handa@m17n.org>
6df8b9fe 10301
048addec
JD
10302 * xdisp.c (message_dolog): Fix bug of the case that *Message*
10303 buffer is unibyte.
292ddc31 10304
048addec 103052003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
292ddc31 10306
048addec 10307 * fns.c (Fsubstring): Clarify doc string.
292ddc31 10308
048addec
JD
10309 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
10310 (Fprevious_char_property_change)
10311 (Fnext_single_char_property_change)
10312 (Fprevious_single_char_property_change, Fnext_property_change)
10313 (Fnext_single_property_change, Fprevious_property_change)
10314 (Fprevious_single_property_change, Fadd_text_properties)
10315 (Fput_text_property, Fset_text_properties)
10316 (Fremove_text_properties, Fremove_list_of_text_properties)
10317 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
63e4e4c6 10318
048addec 103192003-01-14 Kim F. Storm <storm@cua.dk>
63e4e4c6 10320
048addec
JD
10321 * process.h (struct Lisp_Process): New member plist replaces old
10322 member private_vars. All uses changed.
63e4e4c6 10323
048addec 10324 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
6bdb309a 10325 (QCplist): Rename from QCvars. Change all uses.
048addec 10326 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
6bdb309a 10327 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
048addec 10328 (syms_of_process): Intern, staticpro, defsubr these.
6bdb309a 10329 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
7ed16567 10330
048addec 103312003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
7ed16567 10332
6bdb309a 10333 * m/delta.h: Remove (obsolete).
e833850f 10334
048addec 103352003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
e833850f 10336
048addec
JD
10337 * fileio.c (Fdelete_directory, Fdelete_file): Document the
10338 behaviour in front of symlinks.
10339 (Fdelete_file): Raise an error on directories.
817cb127 10340
048addec 103412003-01-13 Dave Love <fx@gnu.org>
817cb127 10342
048addec 10343 * fns.c (Freverse): Use QUIT.
3e8cf2ea 10344
048addec 103452003-01-13 Richard M. Stallman <rms@gnu.org>
3e8cf2ea 10346
048addec
JD
10347 * minibuf.c (minibuffer_completion_contents):
10348 Error if point is inside prompt.
3e8cf2ea 10349
048addec
JD
10350 * keyboard.c (command_loop_1): Don't redisplay directly
10351 if there's a post-command-hook.
3e8cf2ea 10352
048addec
JD
10353 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
10354 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
2c10f029 10355
048addec 103562003-01-12 Kim F. Storm <storm@cua.dk>
94e8ffca 10357
048addec 10358 * process.h (struct Lisp_Process): New member private_vars.
94e8ffca 10359
048addec
JD
10360 * process.c (QCvars): New variable.
10361 (syms_of_process): Intern and staticpro it.
10362 (Fset_process_contact): Removed function.
10363 (Fprocess_variable, Fset_process_variable): New functions.
10364 (syms_of_process): Defsubr them.
10365 (Fstart_process): Initialize private_vars plist to nil.
10366 (Fmake_network_process): New arg :vars to setup the private
10367 variables for new network process.
10368 (server_accept_connection): Copy server's private variables to
10369 client process.
2c10f029 10370
048addec
JD
10371 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
10372 crashes). Code rewritten and simplified. Now directly aligns the
10373 pointer and recalculates pure_bytes_used, rather than aligning the
10374 size and adjusting the pointer.
b8a76c6c 10375
048addec 103762003-01-11 Kim F. Storm <storm@cua.dk>
b8a76c6c 10377
048addec
JD
10378 * process.c (Fset_process_contact): New function.
10379 (syms_of_process): defsubr it.
10380 (make-network-process): Update doc.
3a8d0899 10381
048addec 103822003-01-10 Andreas Schwab <schwab@suse.de>
3a8d0899 10383
048addec
JD
10384 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
10385 Reported by Berthold Gunreben <b.gunreben@web.de>.
4abc7470 10386
048addec 103872003-01-10 Dave Love <fx@gnu.org>
4abc7470 10388
048addec 10389 * composite.c (syms_of_composite): Make composition_hash_table weak.
b809d662 10390
048addec 103912003-01-09 Kim F. Storm <storm@cua.dk>
b809d662 10392
048addec
JD
10393 * process.c (Fmake_network_process): Convert new port number
10394 to host byte order for `:service t' case. From Mario Lang.
bf338245 10395
048addec 103962003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
bf338245 10397
048addec
JD
10398 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
10399 instead of XtAppProcessEvent.
bf338245 10400
048addec
JD
10401 * xterm.c (handle_one_xevent): New function.
10402 (x_dispatch_event): New function.
10403 (XTread_socket): Call handle_one_xevent.
bf338245 10404
048addec 10405 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
e833850f 10406
048addec
JD
10407 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
10408 call XQueryPointer to get coordinates.
10409 (popup_get_selection): Do not set popup_activated_flag to zero,
10410 let popup_deactivate_callback do that. Needed for Motif.
10411 Call x_dispatch_event instead of XtDispatchEvent.
10412 (xmenu_show): Calculate root coordinate from frame top/left position.
c4af2bce 10413
048addec 104142003-01-08 Kim F. Storm <storm@cua.dk>
c4af2bce 10415
6bdb309a 10416 * process.c (server_accept_connection): Fix recording of new
048addec
JD
10417 connection's local address in :local property of contact info.
10418 (Fmake_network_process): Record local network address for new
10419 client processes in :local property of contact info.
6bdb309a 10420 (format-network-address): Add arg OMIT-PORT. Change callers.
00e3ab56 10421
048addec 104222003-01-07 Dave Love <fx@gnu.org>
00e3ab56 10423
048addec 10424 * Makefile.in (fns.o): Depend on coding.h.
f387e1fd 10425
048addec 104262003-01-07 Markus Rost <rost@math.ohio-state.edu>
f387e1fd 10427
048addec 10428 * minibuf.c (Fread_variable): Doc fix.
f387e1fd 10429
048addec
JD
10430 * eval.c (Fuser_variable_p): Doc change. For custom variables,
10431 use the same test as for custom-variable-p.
8c6d74c6 10432
048addec 104332003-01-05 Richard M. Stallman <rms@gnu.org>
e833850f 10434
048addec
JD
10435 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
10436 Count LAST_LINE_MISFIT in scroll margin for end of window.
10437 Move label too_near_end before setting SCROLL_MARGIN_POS.
10438 Set LAST_LINE_MISFIT before jumping there.
8c6d74c6 10439
048addec
JD
10440 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
10441 scroll_conservatively case. If scrolling that much doesn't change
10442 STARTP, move it down one line.
e833850f 10443
048addec
JD
10444 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
10445 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
8c6d74c6 10446
048addec
JD
10447 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
10448 selected frame.
8c6d74c6 10449
048addec
JD
10450 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
10451 (syms_of_keymap): staticpro them.
10452 (Fapropos_internal): Initialize them and clear them out.
10453 Don't GCPRO them.
8c6d74c6 10454
048addec
JD
10455 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
10456 Doc fixes.
8c6d74c6 10457
048addec
JD
10458 * lisp.h: New misc type Lisp_Save_Value.
10459 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
10460 (XSAVE_VALUE): New macro.
10461 (struct Lisp_Save_Value): New data type.
10462 (union Lisp_Misc): Add u_save_value alternative.
78819ebb 10463 (make_save_value): Declare.
8c6d74c6 10464
048addec 10465 * alloc.c (make_save_value): New function.
8c6d74c6 10466
048addec
JD
10467 * xterm.c (x_catch_errors): Save dpy using make_save_value.
10468 (x_catch_errors_unwind): Call XSync.
8c6d74c6 10469
048addec 104702003-01-01 Richard M. Stallman <rms@gnu.org>
8c6d74c6 10471
048addec 10472 * window.c (window_scroll_pixel_based): Partially undo last change.
8c6d74c6 10473
048addec
JD
10474 * keyboard.c (command_loop_1): Call adjust_point_for_property
10475 in direct action cases for Qforward_char and Qbackward_char.
10476 Set already_adjusted so it won't be done twice.
8c6d74c6 10477
b6189c3b 104782002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
8c6d74c6 10479
048addec
JD
10480 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
10481 type definition of size_t.
8c609cff 10482
048addec 104832003-01-02 Steven Tamm <steventamm@mac.com>
8c609cff 10484
048addec
JD
10485 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
10486 distinguish Carbon GUI builds from X11 builds on darwin.
b37113a1 10487
048addec 104882002-12-30 Steven Tamm <steventamm@mac.com>
b37113a1 10489
048addec
JD
10490 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
10491 to default to t.
fa634a5e 10492
048addec 104932002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
fa634a5e 10494
048addec 10495 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
ce0669d4 10496
048addec 104972002-12-28 Steven Tamm <steventamm@mac.com>
ce0669d4 10498
048addec
JD
10499 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
10500 allow building in a different directory than source. Uses some
10501 GNU Make extensions, but there is no other make on Mac OS X.
2308af15 10502
048addec 105032002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
2308af15 10504
048addec
JD
10505 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
10506 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
10507 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
10508 (Fstring_to_number): Mention the returned value in the doc strings.
2155ecf3 10509
048addec 105102002-12-23 Richard M. Stallman <rms@gnu.org>
2155ecf3 10511
048addec
JD
10512 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
10513 <scroll-down-aggressively>: Doc fix.
2155ecf3 10514
048addec
JD
10515 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
10516 string as pane name, if there is one.
10517 (set_frame_menubar): Save menu_items_n_panes from each call to
10518 parse_single_submenu and use it when calling digest_single_submenu.
2155ecf3 10519
048addec
JD
10520 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
10521 Don't try to make last line fully visible if it is past end of window.
61f1d295 10522
048addec 105232002-12-22 Steven Tamm <steventamm@mac.com>
61f1d295 10524
048addec
JD
10525 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
10526 (mac_menu_show): Add support for hierarchical popup menus.
10527 (add_menu_item): Remove indentation support.
10528 (fill_submenu, fill_menu): Create hierarchical menus
10529 instead of using indentation.
0b17a217 10530
048addec 105312002-12-22 Richard M. Stallman <rms@gnu.org>
0b17a217 10532
048addec
JD
10533 * xdisp.c (try_cursor_movement): Don't call try_window here.
10534 (redisplay_window): Never redisplay minibuffer when inactive.
0b17a217 10535
048addec 10536 * window.c (select_window_1): Undo 9/21 change.
402e4f8b 10537
048addec 105382002-12-22 Steven Tamm <steventamm@mac.com>
402e4f8b 10539
048addec
JD
10540 * macterm.c (XTread_socket): Call KeyTranslate for control and
10541 meta to deal correctly shifted non-alpha characters, like C-S-5
10542 being treated like C-%. Does not look for shift key to deal
10543 with masking off control-key with mac-reverse-ctrl-meta.
f02cac82 10544
048addec 105452002-12-21 Richard M. Stallman <rms@gnu.org>
f02cac82 10546
048addec
JD
10547 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
10548 If it is non-nil, run timers. Use an unwind-protect to requeue
10549 the events that were read ahead.
10550 (popup_get_selection_unwind): New subroutine.
10551 (popup_get_selection_queue): File-scope variable now holds that queue.
10552 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
10553 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
10554 Use an unwind-protect to pop down the dialog box.
10555 (xdialog_show_unwind): New subroutine implements that.
f02cac82 10556
048addec
JD
10557 * xdisp.c (row_containing_pos): Change exit test using last_y.
10558 (try_window_id): Abort if row_containing_pos returns null.
f02cac82 10559
048addec
JD
10560 * lread.c (load_error_handler): New function.
10561 (Fload): Handle errors in Fsubstitute_in_file_name.
10562 Don't expect Fsignal to return.
f02cac82 10563
048addec
JD
10564 * eval.c: Errors and throws work right with interrupt blocking.
10565 (struct catchtag): New elt interrupt_input_blocked.
10566 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
10567 (internal_catch, Fcondition_case, internal_condition_case)
10568 (internal_condition_case_1, internal_condition_case_2): Save it.
10569 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
f02cac82 10570
048addec 10571 * editfns.c (Fformat): Add parens.
f02cac82 10572
048addec
JD
10573 * dired.c (file_name_completion): Fix that change.
10574 Delete special quit-handling code; just use QUIT.
f02cac82 10575
b6189c3b 105762002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
f02cac82 10577
048addec
JD
10578 * dired.c (file_name_completion): Close directory on error
10579 just as in directory_files_internal.
1a590729 10580
048addec 105812002-12-19 David Kastrup <David.Kastrup@t-online.de>
1a590729 10582
048addec
JD
10583 * window.c (Fset_window_configuration): Set old_point to correct
10584 value when new_current_buffer == current_buffer.
f02cac82 10585
048addec 105862002-12-17 Ben Key <bkey1@tampabay.rr.com>
2308af15 10587
048addec
JD
10588 Revisited my earlier fix for the following entry in etc/PROBLEMS:
10589 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
10590 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
9785d95b 10591
048addec
JD
10592 These changes were in part based upon suggestions made by Peter
10593 'Luna' Runestig [peter@runestig.com].
9785d95b 10594
048addec
JD
10595 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
10596 g_b_init_get_token_information, g_b_init_lookup_account_sid,
6bdb309a 10597 g_b_init_get_sid_identifier_authority ): Add several static
048addec 10598 global variables.
9785d95b 10599
048addec
JD
10600 * w32.c (globals_of_w32): New function. Used to initialize those
10601 global variables that must always be initialized on startup even
10602 when the global variable initialized is non zero. Its primary
10603 purpose at this time is to set the global variables
10604 g_b_init_is_windows_9x, g_b_init_open_process_token,
10605 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
10606 g_b_init_get_sid_identifier_authority to 0 on startup.
10607 Called from main.
9785d95b 10608
048addec
JD
10609 * w32.c (is_windows_9x): Perform initialization only if
10610 g_b_init_is_windows_9x is equal to 0. On initialization set
10611 g_b_init_is_windows_9x equal to 1.
2308af15 10612
048addec
JD
10613 * w32.c (open_process_token): Perform initialization only if
10614 g_b_init_open_process_token is equal to 0. On initialization set
10615 g_b_init_open_process_token equal to 1.
2308af15 10616
048addec
JD
10617 * w32.c (get_token_information): Perform initialization only if
10618 g_b_init_get_token_information is equal to 0. On initialization
10619 set g_b_init_get_token_information equal to 1.
9785d95b 10620
048addec
JD
10621 * w32.c (lookup_account_sid): Perform initialization only if
10622 g_b_init_lookup_account_sid is equal to 0. On initialization
10623 set g_b_init_lookup_account_sid equal to 1.
9785d95b 10624
048addec
JD
10625 * w32.c (get_sid_identifier_authority): Perform initialization
10626 only if g_b_init_get_sid_identifier_authority is equal to 0.
10627 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
9785d95b 10628
f63fd14e 10629 * w32fns.c (globals_of_w32fns): New function. Used to initialize
048addec
JD
10630 those global variables that must always be initialized on startup
10631 even when the global variable initialized is non zero.
10632 Its primary purpose at this time is to initialize the global variable
10633 track_mouse_event_fn.
9785d95b 10634
a64387ee 10635 * w32fns.c (w32_wnd_proc): Remove initialization of
048addec 10636 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
9785d95b 10637
048addec 10638 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
9785d95b 10639
f63fd14e 10640 * w32menu.c (globals_of_w32menu): New function. Used to
048addec
JD
10641 initialize those global variables that must always be initialized
10642 on startup even when the global variable initialized is non zero.
10643 Its primary purpose at this time is to initialize the global
10644 variables get_menu_item_info and set_menu_item_info.
9785d95b 10645
048addec
JD
10646 * w32menu.c (initialize_frame_menubar): Remove initialization of
10647 get_menu_item_info and set_menu_item_info.
9785d95b 10648
048addec 10649 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
9785d95b 10650
048addec
JD
10651 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
10652 Declare them.
9785d95b 10653
048addec
JD
10654 * emacs.c (main): Call globals_of_w32 prior to calling
10655 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
10656 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
10657 is defined.
9785d95b 10658
048addec
JD
10659 * w32term.c (x_update_window_begin): Fix Windows API error
10660 detected by BoundsChecker. Test to determine if
10661 w32_system_caret_hwnd is NULL prior to attempting to use
10662 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
2308af15 10663
048addec
JD
10664 * w32term.c (x_update_window_end): Fix Windows API error
10665 detected by BoundsChecker. Test to determine if
10666 w32_system_caret_hwnd is NULL prior to attempting to use
10667 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
b6da19ef 10668
048addec 106692002-12-17 Kenichi Handa <handa@m17n.org>
b6da19ef 10670
048addec
JD
10671 * coding.c (coding_system_require_warning): New variable.
10672 (syms_of_coding): DEFVAR it.
b6da19ef 10673
048addec 10674 * coding.h (coding_system_require_warning): Extern it.
b6da19ef 10675
048addec
JD
10676 * fileio.c (choose_write_coding_system): Even if
10677 Vcoding_system_for_write is non-nil, if
10678 coding_system_require_warning is nonzero, call
10679 Vselect_safe_coding_system_function.
bfcf6dbe 10680
048addec 106812002-12-17 Markus Rost <rost@math.ohio-state.edu>
bfcf6dbe 10682
048addec
JD
10683 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
10684 (lisp): Add font-core.
2c568af5 10685
048addec 106862002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2c568af5 10687
048addec
JD
10688 * textprop.c (text_read_only): New arg `propval'.
10689 (get_char_property_and_overlay): Remove unused var `next_overlay'.
10690 (verify_interval_modification): Use text_read_only's new arg.
b8c6225c 10691
048addec 106922002-12-13 Kenichi Handa <handa@m17n.org>
b8c6225c 10693
048addec 10694 * coding.c (Funencodable_char_position): Set pend correctly.
706ddb8f 10695
048addec 106962002-12-12 Jason Rumney <jasonr@gnu.org>
706ddb8f 10697
048addec
JD
10698 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
10699 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
10700 Be more careful about when help_events are generated.
96720f09 10701
048addec 107022002-12-12 Steven Tamm <steventamm@mac.com>
96720f09 10703
048addec
JD
10704 * macterm.c (mac_check_for_quit_char): Correctly set the
10705 modifiers of the event to 0.
10706 * mac.c (sys_select): Duplicate rfds before calling select to
10707 ensure that rfds survive the while loop.
e5ae1c49 10708
048addec 107092002-12-11 Kim F. Storm <storm@cua.dk>
e5ae1c49 10710
048addec
JD
10711 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
10712 row_containing_pos returned NULL.
2eb46b2d 10713
048addec 107142002-12-10 Steven Tamm <steventamm@mac.com>
2eb46b2d 10715
6bdb309a 10716 * mac.c (sys_read): Fix sys_read to not call select if IO is
048addec 10717 non-blocking.
6bdb309a 10718 (sys_select): Fix sys_select to not use a timeout larger than
048addec 10719 the one given.
b11f1d8a 10720
048addec 107212002-12-10 Juanma Barranquero <lektu@terra.es>
b11f1d8a 10722
048addec 10723 * editfns.c (Fformat): Use alloca, not _alloca.
d8528226 10724
048addec 107252002-12-09 Richard M. Stallman <rms@gnu.org>
d8528226 10726
048addec
JD
10727 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
10728 as the last thing.
a4ac5b17 10729
048addec 107302002-12-09 Dave Love <fx@gnu.org>
a4ac5b17 10731
048addec 10732 * s/sol2-8.h: Removed. (Not necessary.)
ac42d7b9 10733
048addec 107342002-12-09 Matthew Swift <swift@alum.mit.edu>
ac42d7b9 10735
048addec
JD
10736 * editfns.c (Fformat): Handle precision in string conversion
10737 specifiers like libc functions do (ie, print at most that many
10738 characters).
85cce843 10739
048addec 107402002-12-08 Richard M. Stallman <rms@gnu.org>
85cce843 10741
048addec
JD
10742 * xdisp.c (row_containing_pos): Check more carefully
10743 whether charpos is really in the row before returning it.
0d4d26a7 10744
048addec 107452002-12-07 Steven Tamm <steventamm@mac.com>
0d4d26a7 10746
048addec 10747 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
b11f1d8a 10748
048addec
JD
10749 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
10750 each stack frame. This may change as it could be time consuming.
0d4d26a7 10751
048addec
JD
10752 * macterm.c (mac_check_for_quit_char, quit_char_comp)
10753 (init_quit_char_handler, mac_determine_quit_char_modifiers)
6bdb309a 10754 (mac_initialize): Add code to check for pressing of quit_char
048addec 10755 in the OS event queue.
b11f1d8a 10756
048addec
JD
10757 * mac.c (sys_select): Call mac_check_for_quit_char every second
10758 while blocking on select.
0d4d26a7 10759
048addec
JD
10760 * mac.c (sys_read): Use sys_select to test for input first
10761 before calling read, to allow C-g to break.
9252f7bc 10762
048addec 107632002-12-07 Richard M. Stallman <rms@gnu.org>
9252f7bc 10764
048addec 10765 * minibuf.c (Fcompleting_read): Doc fix.
9252f7bc 10766
048addec 10767 * lread.c (syms_of_lread) <load-history>: Doc fix.
9252f7bc 10768
048addec 10769 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
9252f7bc 10770
048addec
JD
10771 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
10772 autoload.
9252f7bc 10773
048addec 10774 * data.c (Fdefalias): Record in load-history redefining an autoload.
9252f7bc 10775
048addec 10776 * alloca.c: Undo ifdef change accidentally made on 12-04.
bfa261c0 10777
048addec 107782002-12-06 Francesco Potorti` <pot@gnu.org>
bfa261c0 10779
048addec 10780 * xfns.c (png_load): Avoid double gamma correction for PNG images.
c5992177 10781
048addec 107822002-12-04 Richard M. Stallman <rms@gnu.org>
c5992177 10783
048addec 10784 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
c5992177 10785
048addec 10786 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
c5992177 10787
048addec 10788 * alloca.c: Don't use #error.
02d588e2 10789
048addec 107902002-12-03 Dave Love <fx@gnu.org>
02d588e2 10791
048addec
JD
10792 * buffer.c (Qucs_set_table_for_input): New.
10793 (Fget_buffer_create): Use it.
10794 (Qset_buffer_major_mode_hook): Deleted.
10795 (Fset_buffer_major_mode): Revert previous change.
10796 (init_buffer_once): Intern ucs-set-table-for-input.
10797 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
10798 Add &Qucs_set_table_for_input.
451e2697 10799
048addec 108002002-12-03 Andreas Schwab <schwab@suse.de>
451e2697 10801
048addec
JD
10802 * callint.c (Fcall_interactively): Use next_event only if less
10803 than key_count.
72742a99 10804
048addec 108052002-12-02 Andrew Choi <akochoi@shaw.ca>
72742a99 10806
048addec
JD
10807 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
10808 names to 255 characters.
72742a99 10809
048addec
JD
10810 * macterm.c (XTread_socket): If all frames have been collapsed,
10811 expand the first one before handling drag-and-drop events.
72742a99 10812
048addec
JD
10813 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
10814 which is detected by autoconf.
40e6ff95 10815
048addec 108162002-12-01 Steven Tamm <steventamm@mac.com>
40e6ff95 10817
048addec
JD
10818 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
10819 offset in two hints table to allow prebinding to be redone and
10820 allow the executable to be stripped.
c02138c6 10821
048addec 108222002-11-29 Dave Love <fx@gnu.org>
c02138c6 10823
048addec
JD
10824 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
10825 already provided.
0e47bbf7 10826
048addec 108272002-11-29 Richard M. Stallman <rms@gnu.org>
0e47bbf7 10828
048addec
JD
10829 * xdisp.c (start_display): Check more intelligently for
10830 whether the line is continued.
10831 (move_it_vertically_backward): Clear it->continuation_lines_width.
44129dcb 10832
048addec 108332002-11-28 Dave Love <fx@gnu.org>
44129dcb 10834
048addec
JD
10835 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
10836 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
f707342d 10837
048addec 108382002-11-27 Steven Tamm <steventamm@mac.com>
f707342d 10839
048addec
JD
10840 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
10841 more descriptive error output from lread.c:Fload upon most require
10842 cycles during boostrapping.
1637fd2c 10843
048addec 108442002-11-27 Jason Rumney <jasonr@gnu.org>
1637fd2c 10845
048addec
JD
10846 * fileio.c (Finsert_file_contents): Give a more appropriate error
10847 for files bigger than 2Gb when off_t is 32 bit.
1637fd2c 10848
048addec
JD
10849 * dired.c (Ffile_attributes): Don't return negative file sizes for
10850 files bigger than 2Gb when off_t is 32 bit.
540c2788 10851
048addec 108522002-11-27 Dave Love <fx@gnu.org>
6b2fd6ea 10853
048addec 10854 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
6b2fd6ea 10855
048addec
JD
10856 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
10857 Test GETPGRP_VOID instead.
10858 [BSD_TERMIOS]: Remove definitions (never used).
6b2fd6ea 10859
048addec
JD
10860 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
10861 Don't define.
10862 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
540c2788 10863
048addec 10864 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
8cc03716 10865
048addec 108662002-11-25 Jason Rumney <jasonr@gnu.org>
8cc03716 10867
048addec
JD
10868 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
10869 supported.
4042a81a 10870
048addec 108712002-11-25 Dave Love <fx@gnu.org>
4042a81a 10872
048addec 10873 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
4042a81a 10874
048addec 10875 * Makefile.in (TEMACS_LDFLAGS): Update last change.
be4ee72f 10876
048addec 108772002-11-25 Andreas Schwab <schwab@suse.de>
be4ee72f 10878
048addec 10879 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
82122254 10880
048addec 108812002-11-24 Steven Tamm <steventamm@mac.com>
82122254 10882
048addec
JD
10883 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
10884 determine the size of pointers alloced in unexed space instead
10885 of using possibly invalid emacs_zone pointers. This fixes the
10886 binary incompatibility problems caused by updates to libSystem.B.
c1ee53bc 10887
048addec 108882002-11-24 Richard M. Stallman <rms@gnu.org>
c1ee53bc 10889
048addec 10890 * search.c (Fstring_match): Doc fix.
c1ee53bc 10891
048addec
JD
10892 * callint.c (Fcall_interactively): If a command fails because
10893 `*' detects a read-only buffer, but RECORD_FLAG is set,
10894 record it anyway if the args don't actually do tty input.
5598c32e 10895
048addec 108962002-11-22 Dave Love <fx@gnu.org>
5598c32e 10897
048addec 10898 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
5598c32e 10899
048addec
JD
10900 * keyboard.c (interrupt_signal): Provide forward declaration.
10901 (kbd_buffer_store_event): Don't declare interrupt_signal.
5598c32e 10902
048addec 10903 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
97b14e22 10904
048addec 109052002-11-21 Richard M. Stallman <rms@gnu.org>
97b14e22 10906
048addec
JD
10907 * eval.c (interactive_p): Skip any number of bytecode
10908 and special form frames, in any order.
516eea8e 10909
048addec 109102002-11-20 Jason Rumney <jasonr@gnu.org>
516eea8e 10911
048addec
JD
10912 * w32fns.c (convert_mono_to_color_image): New function.
10913 (xbm_load, xbm_load_image): Use it when foreground or background
10914 is explicitly set.
04dbfa08 10915
048addec 109162002-11-19 Dave Love <fx@gnu.org>
04dbfa08 10917
048addec 10918 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
b4aebae3 10919
048addec 109202002-11-18 Jason Rumney <jasonr@gnu.org>
b4aebae3 10921
048addec
JD
10922 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
10923 (XPutPixel): Swap blue and red.
10924 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
10925 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
10926 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
10927 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
1998560a 10928
048addec 109292002-11-18 Dave Love <fx@gnu.org>
d824beee 10930
048addec 10931 * m/orion105.h (HAVE_ALLOCA): Don't define.
d824beee 10932
048addec 10933 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
d824beee 10934
048addec 10935 * m/intel386.h: Don't include alloca.h or define alloca.
d824beee 10936
048addec
JD
10937 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
10938 malloc, realloc, calloc.
d824beee 10939
048addec
JD
10940 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
10941 (bcmp): Don't define.
d824beee 10942
048addec 10943 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
d824beee 10944
048addec 10945 * m/amdahl.h: Don't define LIB_STANDARD.
d824beee 10946
048addec 10947 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
d824beee 10948
048addec 10949 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
d824beee 10950
048addec
JD
10951 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
10952 Don't include alloca.h.
d824beee 10953
048addec 10954 * s/aix3-2.h (HAVE_FSYNC): Don't define.
1998560a 10955
048addec 10956 * regex.c (_GNU_SOURCE): Don't define.
1998560a 10957
048addec 10958 * process.c (_GNU_SOURCE): Don't define.
1998560a 10959
048addec 10960 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
8704a6ab 10961
048addec 109622002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab 10963
048addec 10964 * s/sol2-8.h: Include sol2-6.h.
6ae2cd57 10965
048addec 109662002-11-18 Miles Bader <miles@gnu.org>
6ae2cd57 10967
048addec
JD
10968 * dispextern.h (struct face): Add `overstrike' field.
10969 * xterm.c (x_draw_glyph_string_foreground)
10970 (x_draw_composite_glyph_string_foreground): Implement overstriking.
10971 * xfaces.c (load_face_font): Set `face->overstrike' based on
10972 result from choose_face_font.
10973 (best_matching_font, choose_face_font): Add `needs_overstrike'
10974 argument, and use it to return whether overstriking is desirable
10975 for this face/font combo.
10976 (set_font_frame_param: Pass new argument to choose_face_font.
6ae2cd57 10977
048addec 109782002-11-17 Ben Key <BKey1@tampabay.rr.com>
3582b6a3 10979
048addec
JD
10980 This change is my fix for the following entry in etc/PROBLEMS:
10981 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
10982 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
f60ae425 10983
048addec
JD
10984 * w32.c: Added wrapper functions around the win32 API functions
10985 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
10986 GetSidIdentifierAuthority. These wrapper functions serve two
10987 purposes:
10988 1. They ensure that the wrapped function can never be called
10989 when Emacs is running on an operating system on which they are
10990 not supported (Microsoft Windows 95 / 98 / ME).
10991 2. They call the wrapped functions via function pointers rather
10992 than calling them directly. This avoids taking advantage of the
10993 undocumented fact that although these functions are not supported
10994 in the 9x branch of Microsoft Windows, the functions do exist in
10995 the version of advapi32.dll that is found in the 9x branch of
10996 Microsoft Windows.
f60ae425 10997
6bdb309a 10998 * w32.c (init_user_info): Replace the calls to the win32 API
048addec
JD
10999 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
11000 and GetSidIdentifierAuthority with calls to the newly added
11001 wrapper functions.
f60ae425 11002
048addec
JD
11003 * w32.h: Added extern declarations for the following functions:
11004 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
11005 syms_of_w32menu, and void syms_of_fontset.
f60ae425 11006
6bdb309a 11007 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
048addec
JD
11008 function pointer track_mouse_event_fn in the handler for the
11009 WM_SETFOCUS message.
3582b6a3 11010
6bdb309a 11011 * w32menu.c (initialize_frame_menubar): Add code to
048addec
JD
11012 reinitialize the function pointers set_menu_item_info and
11013 get_menu_item_info.
f60ae425 11014
048addec 110152002-11-17 Ben Key <BKey1@tampabay.rr.com>
f60ae425 11016
048addec
JD
11017 * sound.c: Added a partial implementation of play-sound-internal
11018 for Microsoft Windows. Added various #ifdef / #else / #endif
11019 code blocks to separate the code that will compile under
11020 Microsoft Windows from the code that is specific to Gnu/Linux.
11021 Moved several blocks of code around to make this separation of code
11022 into Windows compatible and Gnu/Linux compatible code blocks easier.
f60ae425 11023
048addec 11024 * makefile.w32-in: Include sound.c and link with WinMM.lib.
a0f0878d 11025
048addec
JD
11026 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
11027 added support for play-sound-internal under Windows would be
11028 included in the build of Emacs.
517f42a0 11029
048addec 110302002-11-16 Jason Rumney <jasonr@gnu.org>
517f42a0 11031
048addec 11032 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
517f42a0 11033
048addec 11034 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
a0f0878d 11035
048addec 110362002-11-15 Stefan Monnier <monnier@cs.yale.edu>
a0f0878d 11037
048addec
JD
11038 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
11039 (adjust_point_for_property): Move out of display and invisible even if
11040 we were already inside before (in case a property was added while
11041 we weren't looking). Be more careful when handling invisible props.
11042 Skip invisible text as if it really wasn't there at all.
aab83f91 11043
048addec 110442002-11-15 Jason Rumney <jasonr@gnu.org>
aab83f91 11045
048addec
JD
11046 * w32term.c (x_draw_image_foreground)
11047 (w32_draw_image_foreground_1): Use standard copy and invert
11048 operations to draw images.
aab83f91 11049
048addec
JD
11050 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
11051 depth of 1.
11052 (xbm_read_bitmap_data): Invert bits as xbm is read in.
11053 (XPutPixel): Don't invert bits here.
a4478a76 11054
048addec 110552002-11-15 Jason Rumney <jasonr@gnu.org>
a4478a76 11056
048addec
JD
11057 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
11058 (w32_draw_image_foreground_1): Handle image masks.
11059 (x_draw_image_glyph_string): Don't BitBlt transparently.
a4478a76 11060
048addec
JD
11061 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
11062 (x_from_xcolors): Adjust RGB values for W32.
11063 (image_background, image_background_transparent)
11064 (postprocess_image, x_to_xcolors, x_disable_image)
11065 (x_build_heuristic_mask): Adapt for W32 and enable.
11066 (x_create_x_image_and_pixmap): Mark images with palettes as such.
11067 (xbm_load): Remove unused variable.
03670a65 11068
048addec 110692002-11-14 Richard M. Stallman <rms@gnu.org>
03670a65 11070
048addec 11071 * buffer.c (syms_of_buffer): Doc fix.
59daa29a 11072
048addec 110732002-11-14 Dave Love <fx@gnu.org>
59daa29a 11074
048addec 11075 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
59daa29a 11076
048addec
JD
11077 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
11078 * xmenu.c (unuse_menu_items, digest_single_submenu):
11079 * xfns.c (x_put_x_image):
11080 * xdisp.c (message2_nolog, set_message):
11081 * undo.c (record_point):
11082 * terminfo.c (tparam):
11083 * syntax.c (scan_sexps_forward):
11084 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
11085 * composite.c (update_compositions):
11086 * cm.c (calccost, cmgoto):
11087 * charset.c (c_string_width): Declare all args (per C99).
59daa29a 11088
048addec 11089 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
59daa29a 11090
048addec
JD
11091 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
11092 Don't declare.
59daa29a 11093
048addec 11094 * emacs.c (main) [!VMS]: Avoid third arg.
59daa29a 11095
048addec
JD
11096 * fns.c (Fcopy_sequence): Doc fix.
11097 (Fmap_char_table): Cast `call2'.
3947677c 11098
048addec
JD
110992002-11-14 Francesco Potorti` <pot@gnu.org>
11100
11101 * s/sol2-8.h: New file.
11102
111032002-11-14 Kim F. Storm <storm@cua.dk>
11104
11105 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
11106 dependency on `risky-local-variable' and the :propertize form.
11107
111082002-11-12 Stefan Monnier <monnier@cs.yale.edu>
11109
11110 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
11111
11112 * syntax.c (scan_sexps_forward): Undo last patch.
11113 Use a more obvious fix: check eob before updating the syntax table.
11114
111152002-11-09 Stefan Monnier <monnier@cs.yale.edu>
11116
11117 * syntax.c (scan_sexps_forward): Update syntax table before reading
11118 a char rather than after so we don't update the table past eob.
11119
111202002-11-09 Dave Love <fx@gnu.org>
11121
11122 * buffer.c (Fset_buffer_major_mode): Fix last change.
11123
11124 * regex.c (regexec): Fix pmatch declaration.
11125
11126 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
11127
11128 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
11129 to self-inserting characters.
11130 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
11131
11132 * coding.c (Vtranslation_table_for_input): New.
11133 (syms_of_coding): DEFVAR it.
11134
111352002-11-08 Juanma Barranquero <lektu@terra.es>
11136
11137 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
11138 window.
11139
111402002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11141
6bdb309a 11142 * process.c (Fformat_network_address): Remove unused locals p,
048addec
JD
11143 cp, and i.
11144
111452002-11-06 Dave Love <fx@gnu.org>
11146
11147 * buffer.c (Qset_buffer_major_mode_hook): New.
11148 (Fset_buffer_major_mode): Use it.
11149
111502002-11-06 Richard M. Stallman <rms@gnu.org>
11151
11152 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
11153 and stop_polling.
11154
11155 * process.c (wait_reading_process_input):
11156 Test POLLING_PROBLEM_IN_SELECT, not hpux.
11157 Avoid initialization for auto Lisp_Object var.
11158
11159 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
11160
11161 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
11162
111632002-11-05 Richard M. Stallman <rms@gnu.org>
11164
11165 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
11166
11167 * callint.c (Fcall_interactively): New local filter_specs.
11168 (Fcall_interactively): Check for progn as well as let.
11169 Add a gcpro.
11170 (Qprogn): New variable.
11171 (syms_of_callint): Staticpro and init Qprogn.
11172
111732002-11-04 John Paul Wallington <jpw@shootybangbang.com>
11174
11175 * lread.c (Feval_buffer): Doc fix.
11176
111772002-11-04 Dave Love <fx@gnu.org>
11178
11179 * keyboard.c (read_char): Always translate iff
11180 Vkeyboard_translate_table is a char table and c is valid.
11181
11182 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11183 and fix C types.
11184
111852002-11-03 Stefan Monnier <monnier@cs.yale.edu>
11186
11187 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
11188
11189 * editfns.c (get_pos_property): Don't hardcode Qfield.
11190
11191 * keyboard.c (adjust_point_for_property): Handle `display' prop on
11192 overlays. Also handle `invisible' prop.
11193
111942002-11-02 Stefan Monnier <monnier@cs.yale.edu>
11195
11196 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
11197 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
11198
111992002-11-01 Andreas Schwab <schwab@suse.de>
11200
11201 * editfns.c (Fmessage): Revert last change to properly handle %%.
11202
112032002-11-01 Stefan Monnier <monnier@cs.yale.edu>
11204
11205 * xmenu.c (unuse_menu_items): New fun.
11206 (menu_items_inuse): New var.
11207 (syms_of_xmenu): Initialize it.
11208 (init_menu_items): Use it to detect re-entrance.
11209 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
11210 (Fx_popup_menu): Remove spurious XSETFRAME.
11211
11212 * editfns.c (find_field): Make an exception for nil fields.
11213
112142002-11-01 Dave Love <fx@gnu.org>
11215
11216 * m/gec63.h: Deleted.
11217
112182002-10-31 Dave Love <fx@gnu.org>
11219
11220 * xterm.c (XTread_socket): Fix last change.
11221 (xaw_scroll_callback): Cast call_data to long to avoid warning.
11222
112232002-10-31 Stefan Monnier <monnier@cs.yale.edu>
11224
11225 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
11226
112272002-10-30 Stefan Monnier <monnier@cs.yale.edu>
11228
11229 * editfns.c (overlays_around, get_pos_property): New funs.
11230 (find_field): Use them.
11231 Also be careful not to modify POS before its last use.
11232 (Fmessage): Don't Fformat if there's nothing to format.
11233
112342002-10-30 Dave Love <fx@gnu.org>
11235
11236 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
11237 [HAVE_PTY_H]; Include pty.h.
11238
11239 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
11240
11241 * xterm.c (Qeql): Declare.
11242 (Vx_keysym_table): New.
11243 (syms_of_xterm): Initialize it.
11244 (XTread_socket): Use it. Deal with ASCII keysyms.
11245 (XSetIMValues) [HAVE_X11R6]: Prototype.
11246
11247 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
11248 (lispy_kana_keys): Comment out.
11249 (make_lispy_event) [XK_kana_A]: Comment out.
11250 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
11251 Fix sprintf call.
11252
11253 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
11254 regexp.h change).
11255 (TERMINFO, LIBS_TERMCAP): Define.
11256
11257 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
11258 (bcmp): Define conditional on HAVE_BCMP.
11259 (NO_SIOCTL_H): Don't define.
11260 (TIOCSIGSEND): Don't make conditional on IRIX6.
11261
11262 * s/sol2-5.h: Don't include strings.h.
11263 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
11264
11265 * s/irix6-0.h (IRIX6): Don't define.
11266 (bcopy, bcmp, bzero): Don't undef.
11267
11268 * s/irix6-5.h: Don't include strings.h.
11269 (IRIX6): Don't define.
11270 (bcopy, bcmp, bzero): Don't undef.
11271
11272 * syntax.c (Fforward_comment): Doc fix.
11273
112742002-10-29 Kim F. Storm <storm@cua.dk>
11275
11276 * process.c (Fsignal_process): Allow PROCESS to be specified by
11277 name in addition to pid (as integer or string).
11278
112792002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
11280
11281 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
11282 environments.
11283
112842002-10-27 Kim F. Storm <storm@cua.dk>
11285
11286 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
11287
11288 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
11289
11290 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
11291
11292 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
11293
112942002-10-26 Richard M. Stallman <rms@gnu.org>
11295
11296 * editfns.c (Fformat): Detect invalid format letters for floats.
11297
112982002-10-25 Kenichi Handa <handa@m17n.org>
11299
11300 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
11301 (x_set_title): Likewise.
11302
113032002-10-25 Juanma Barranquero <lektu@terra.es>
11304
11305 * macgui.h:
11306 * w32gui.h: Remove definition of XColor.
11307
11308 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
11309
113102002-10-24 Kim F. Storm <storm@cua.dk>
11311
11312 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
11313 Callers changed (supply dummy arg).
11314
11315 * lisp.h (get_window_cursor_type): Update prototype.
11316
11317 * w32term.c (x_display_and_set_cursor): Get active_cursor from
11318 get_window_cursor_type to track system caret.
11319
113202002-10-24 Kim F. Storm <storm@cua.dk>
11321
11322 * process.c (Fformat_network_address): New function.
11323 (syms_of_process): Defsubr it.
11324 (list_processes_1): Use it to format :local/:remote address if
f9711de4 11325 service/host is not set; before Emacs would crash in that case.
048addec
JD
11326 (Fmake_network_process): Don't use Ffind_operation_coding_system
11327 to setup coding system if host or service is not set.
11328
113292002-10-23 Juanma Barranquero <lektu@terra.es>
11330
11331 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
11332
11333 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
11334 COLORREF.
11335
11336 * macgui.h:
11337 * w32gui.h: Add definition of XColor.
11338
11339 * macfns.c:
11340 * w32fns.c:
11341 * xfaces.c: Remove definition of XColor.
11342
113432002-10-22 Stefan Monnier <monnier@cs.yale.edu>
11344
11345 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
11346
11347 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
11348 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
11349 window if it is dedicated.
11350 (Fshrink_window): Add preserve_before as was done for enlarge_window.
11351 (Vspecial_display_function): Update docstring.
11352
11353 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
11354 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
11355 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
11356
113572002-10-21 Stefan Monnier <monnier@cs.yale.edu>
11358
11359 * casefiddle.c (casify_region): Don't treat a prefix char as part
11360 of a word when at the beginning.
11361
113622002-10-17 Juanma Barranquero <lektu@terra.es>
11363
11364 * lread.c (syms_of_lread): Fix typos.
11365
113662002-10-17 Dave Love <fx@gnu.org>
11367
11368 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
11369
113702002-10-16 Richard M. Stallman <rms@gnu.org>
11371
11372 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
11373
113742002-10-14 Juanma Barranquero <lektu@terra.es>
11375
11376 * w16select.c (syms_of_win16select): Fix docstring for
11377 `selection-coding-system'.
11378
11379 * w32select.c (syms_of_w32select): Likewise.
11380
113812002-10-14 Stefan Monnier <monnier@cs.yale.edu>
11382
11383 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
11384 a backslash-quoted char.
11385 (scan_lists, scan_sexps_forward): Pacify the compiler.
11386
113872002-10-13 Richard M. Stallman <rms@gnu.org>
11388
11389 * window.c (window_scroll): Set immediate_quit.
11390
11391 * print.c (print): When backquote form is the car of a list,
11392 output in old style. Use old_backquote_output to output all
11393 comma forms inside it in old style too.
11394
11395 * buffer.h (struct buffer): Move `undo_list' down below `name'.
11396
113972002-10-11 Markus Rost <rost@math.ohio-state.edu>
11398
11399 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
11400 batch mode).
11401
11402 * lread.c (Fload): Doc fix (load-suffixes).
11403
114042002-10-10 Steven Tamm <steventamm@mac.com>
11405
11406 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
11407 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
11408 Also switch the default to Qnil from Qt.
11409
114102002-10-08 Kenichi Handa <handa@m17n.org>
11411
11412 * coding.c (code_convert_region): When we need more GAP for
11413 conversion, pay attention to the case that coding->produced is not
11414 greater than coding->consumed.
11415
114162002-10-07 Richard M. Stallman <rms@gnu.org>
11417
11418 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
11419
114202002-10-06 Andrew Choi <akochoi@shaw.ca>
11421
11422 * macmenu.c (mac_menu_show): Add j to count menu items; match
11423 menu_item_selection to it to find selected item.
11424
114252002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11426
11427 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
11428 cases. The correct fix is to pass ReparentNotify to Xt.
11429 The shell widget interprets ConfigureNotify differently depending
11430 on if it has been reparented or not.
11431
114322002-10-05 Markus Rost <rost@math.ohio-state.edu>
11433
11434 * editfns.c (Fformat_time_string): Doc fix.
11435
114362002-10-05 John Paul Wallington <jpw@shootybangbang.com>
11437
11438 * fns.c (Flength): Doc fix.
11439
114402002-10-04 Stefan Monnier <monnier@cs.yale.edu>
11441
11442 * keyboard.c (keyremap): New struct.
11443 (read_key_sequence): Use it: globally replace keytran_foo with
11444 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
11445 keytran_next and fkey_next to just `next'.
11446
114472002-10-04 Steven Tamm <steventamm@mac.com>
11448
11449 * macterm.c (keycode_to_xkeysym_table): Change return to be
11450 treated like an X keysym.
11451
114522002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11453
11454 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
11455 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
11456 This is to also handle x/y changes that occur because of a resize.
11457
114582002-10-02 John Paul Wallington <jpw@shootybangbang.com>
11459
11460 * frame.c (Vdelete_frame_functions): New variable.
11461 (syms_of_frame): Initialize and defvar it.
11462 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
11463 it when frame's `tooltip' parameter is non-nil.
11464
11465 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
11466
11467 * w32fns.c (x_create_tip_frame): Likewise.
11468
11469 * macfns.c (x_create_tip_frame): Likewise.
11470
114712002-09-30 Kenichi Handa <handa@m17n.org>
11472
11473 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
11474 -1 before calling ccl_driver.
11475
11476 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
11477 Only when it is non-nil, handle composition sequence.
11478 (setup_coding_system) <0>: Don't force composition handling.
11479
11480 * Makefile.in (lisp, shortlisp): Add utf-16.elc
11481
114822002-09-29 Richard M. Stallman <rms@gnu.org>
11483
11484 * search.c (Freplace_match): Adjust match data for the substitution
11485 just made in the buffer.
11486
11487 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
11488 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
11489
114902002-09-27 Richard M. Stallman <rms@gnu.org>
11491
11492 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
11493 (read_char): Use them. Do all exits thru the end of the function.
11494
114952002-09-27 Kenichi Handa <handa@etl.go.jp>
11496
11497 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
11498 is nil.
11499
115002002-09-26 Richard M. Stallman <rms@gnu.org>
11501
11502 * regex.h (__restrict_arr): Don't define if already defined.
11503
11504 * coding.c (run_pre_post_conversion_on_str):
11505 Save and restore Vdeactivate_mark.
11506
115072002-09-26 John Paul Wallington <jpw@shootybangbang.com>
11508
11509 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
11510
115112002-09-26 Kenichi Handa <handa@etl.go.jp>
11512
11513 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
11514 nonzero, try face's family at first. Otherwise try FAMILY at first.
11515 (choose_face_font): If C is a single byte char or latin-1, call
11516 try_font_list with PREFER_FACE_FAMILY 1.
11517
115182002-09-21 Richard M. Stallman <rms@gnu.org>
11519
11520 * window.c (select_window_1): Don't select frame.
11521 Set frame's selected window only when frame itself is selected.
11522 (Fselect_window): Doc fix.
11523
115242002-09-18 Kim F. Storm <storm@cua.dk>
11525
11526 * process.c (make-network-process): Doc fix (there is no
11527 network-server-log-function hook).
11528
115292002-09-18 Richard M. Stallman <rms@gnu.org>
11530
11531 * print.c (print): Clear out the unused parts of Vprint_number_table.
11532 (syms_of_print): Doc fix for `print-number-table'.
11533
11534 * unexelf.c (unexec): Undo previous change.
11535
115362002-09-17 Andreas Schwab <schwab@suse.de>
11537
11538 * m/alpha.h [LINUX]: Don't define DATA_START.
11539
115402002-09-16 Dave Love <fx@gnu.org>
11541
11542 * unexelf.c (unexec): Deal with .got, reinstating change from
11543 25-08-1999.
11544
115452002-09-13 Richard M. Stallman <rms@gnu.org>
11546
11547 * s/sol2-6.h (UNEXEC): Comment out definition.
11548
11549 * unexsol.c (unexec): Don't downcase first letter of error msg.
11550
11551 * xfaces.c (Fcolor_supported_p): Just one arg is required.
11552
115532002-09-12 Markus Rost <rost@math.ohio-state.edu>
11554
11555 * unexsol.c: Include buffer.h, charset.h, coding.h.
11556
115572002-09-11 Richard M. Stallman <rms@gnu.org>
11558
11559 * unexsol.c: Don't use report_file_error; do it by hand
11560 using dlerror.
11561
11562 * process.c (wait_reading_process_input, both versions):
11563 Before calling turn_on_atimers, call stop_polling.
11564
11565 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
11566
11567 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
11568 we go to too_near_end, call clear_glyph_matrix.
11569 (redisplay_window): After make_cursor_line_fully_visible,
11570 call clear_glyph_matrix and bypass `goto done'.
11571
11572 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
11573 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
11574
115752002-09-10 Richard M. Stallman <rms@gnu.org>
11576
11577 * fileio.c (Fdo_auto_save): Catch error making directory.
11578 Only call push_message if we need to.
11579 At the same time, make an unwind-protect to pop it.
11580 Rename local message_p to old_message_p.
11581 (do_auto_save_make_dir, do_auto_save_eh): New functions.
11582 (do_auto_save_unwind): Don't call pop_message.
11583
11584 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
11585
11586 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
11587
11588 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
11589
11590 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
11591
115922002-09-10 Stefan Monnier <monnier@cs.yale.edu>
11593
11594 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
11595 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
11596 (re_match_2_internal): Be more careful with infinite loops.
11597
115982002-09-10 Kim F. Storm <storm@cua.dk>
11599
11600 * macros.c (end_kbd_macro): New function.
11601 (Fend_kbd_macro): Use it.
11602
11603 * macros.h (end_kbd_macro): Declare extern.
11604
11605 * keyboard.c (Fdiscard_input): If defining keyboard macro,
11606 end and save it instead of discarding it.
11607
116082002-09-09 Markus Rost <rost@math.ohio-state.edu>
11609
11610 * s/sol2-6.h: Fix typo. Add comment.
11611
116122002-09-09 Richard M. Stallman <rms@gnu.org>
11613
11614 * regex.c (regnum_t): Use signed int, not unsigned int.
11615
11616 * s/sol2-6.h: New file.
11617
11618 * s/sol2-5.h (UNEXEC): Definition deleted.
11619
116202002-09-08 Kim F. Storm <storm@cua.dk>
11621
11622 * macros.c (executing_macro_index): Change type to EMACS_INT.
11623 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
11624
11625 * macros.h (executing_macro_index): Change type to EMACS_INT.
11626
116272002-09-06 Richard M. Stallman <rms@gnu.org>
11628
11629 * casetab.c (set_case_table): Make canon table point to eqv table.
11630
116312002-09-06 Juanma Barranquero <lektu@terra.es>
11632
11633 * coding.c (syms_of_coding): Fix spacing.
11634
11635 * composite.c (Fcompose_region_internal)
11636 (Fcompose_string_internal): Likewise.
11637
11638 * data.c (Flsh): Likewise.
11639
11640 * fontset.c (Fset_fontset_font): Likewise.
11641
11642 * macfns.c (Fx_server_max_request_size): Likewise.
11643
11644 * w16select.c (syms_of_win16select): Likewise.
11645
11646 * w32select.c (syms_of_w32select): Likewise.
11647
11648 * xselect.c (syms_of_xselect): Likewise.
11649
116502002-09-05 Richard M. Stallman <rms@gnu.org>
11651
11652 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
11653 call EXTEND_RANGE_TABLE and return a proper value.
11654 (set_image_of_range): Don't call set_image_of_range_1
11655 if no TRANSLATE or if range includes all of Latin-1.
11656 Only call it for the Latin-1 part of the range.
11657 For other cases, make two separate ranges,
11658 one for the original specified characters and one for
11659 their case-conversions.
11660
116612002-09-04 Richard M. Stallman <rms@gnu.org>
11662
11663 * s/sol2-5.h (UNEXEC): Use unexsol.o.
11664
11665 * window.c (displayed_window_lines): Correct for one-off bug
11666 in HEIGHT on non-window displays.
11667
11668 * regex.c (set_image_of_range_1): New function.
11669 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
11670 Return a value to indicate running out of memory.
11671 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
11672 (extend_range_table_work_area): New subroutine.
11673 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
11674 Different calling conventions, and used from set_image_of_range{,_1}.
11675 (IMMEDIATE_QUIT_CHECK): Definitions moved.
11676
116772002-09-04 Juanma Barranquero <lektu@terra.es>
11678
11679 * makefile.w32-in: All dependencies updated.
11680
116812002-09-01 Richard M. Stallman <rms@gnu.org>
11682
11683 * unexsol.c: New file.
11684
11685 * xfns.c (Qbox): Declare external, don't define.
11686
11687 * xdisp.c (redisplay_window) <force-start case>:
11688 If point is on semi-visible last line, reposition
11689 it at previous line.
11690
11691 * alloc.c (display_malloc_warning): Use display-warning.
11692 (malloc_warning_1): Function deleted.
11693
11694 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
11695
11696 * lread.c (read1): Handle #! by skipping the line.
11697
116982002-08-31 Richard M. Stallman <rms@gnu.org>
11699
11700 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
11701 Don't include LDFLAGS.
11702 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
11703
117042002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
11705
11706 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
11707 member of x_display_info unless we compile for some window system.
11708
117092002-08-31 Kim F. Storm <storm@cua.dk>
11710
11711 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
11712 (get_window_cursor_type): Don't use them.
11713 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
11714
117152002-08-30 Kenichi Handa <handa@etl.go.jp>
11716
11717 * xdisp.c (get_next_display_element): Fix previous change.
11718
117192002-08-30 Andrew Choi <akochoi@shaw.ca>
11720
11721 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
11722 (expose_window): Use it to fix the display of overlapping
11723 rows (merge code from xterm.c).
11724
11725 * macfns.c (Qbox): Add extern declaration.
11726
117272002-08-30 Juanma Barranquero <lektu@terra.es>
11728
11729 * w32fns.c (Qbox): Make extern.
11730 (syms_of_w32fns): Remove initialization of Qbox.
11731
117322002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
11733
11734 * xfns.c (Fx_open_connection): Fix error message.
11735
117362002-08-30 Kim F. Storm <storm@cua.dk>
11737
11738 The following changes consolidates the handling of the cursor
11739 type in xdisp.c, moving duplicate code and functionality from
11740 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
11741
11742 * frame.h (enum text_cursor_kinds): Consolidated here.
11743 Added DEFAULT_CURSOR value.
11744 (struct frame) <desired_cursor, cursor_width>
11745 <blink_off_cursor, blink_off_cursor_width>: New fields.
11746 Consolidated from output_x, output_w32 and output_mac structs.
11747 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11748 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
11749
11750 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
11751 Variables consolidated here.
11752 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
11753 (Vcursor_in_non_selected_windows): Renamed from
11754 cursor_in_non_selected_windows and changed to Lisp_Object.
11755 (syms_of_xdisp): Define and staticpro new and moved variables.
11756 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
11757 consolidated here. Recognize Qhollow setting.
11758 (set_frame_cursor_types): New function to set frame cursor types
11759 based on the frame parameters.
11760 (get_window_cursor_type): New function to calculate new cursor
11761 type and width for the specified window. Based on duplicated
11762 code consolidated here.
11763 Enhancements: cursor-in-non-selected-windows may be a cursor type,
11764 check buffer-local alternate-cursor-type and blink-cursor-alist
11765 before using built-in blink off methods.
11766
11767 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
11768
11769 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
11770 (get_specified_cursor_type, get_window_cursor_type)
11771 (set_frame_cursor_types): Added prototypes.
11772
11773 * macfns.c (x_specified_cursor_type): Removed.
11774 (x_set_cursor_type): Use set_frame_cursor_types.
11775 (Qbar, Qbox): Removed.
11776 (syms_of_macfns): Don't intern or staticpro them.
11777
11778 * macterm.c (x_specified_cursor_type): Remove prototype.
11779 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11780 (x_display_and_set_cursor): Use get_window_cursor_type.
11781 Remove unused local variables cursor_non_selected, active_cursor.
11782 Redraw cursor if hbar cursor width changes.
11783 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
11784
11785 * macterm.h (enum text_cursor_kinds): Removed.
11786 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
11787 <blink_off_cursor, blink_off_cursor_width>: Members removed.
11788 (FRAME_DESIRED_CURSOR): Macro removed.
11789
11790 * w32fns.c (Vblink_cursor_alist): Removed.
11791 (Qbar, Qhbar, Qbox, Qhollow): Removed.
11792 (syms_of_w32fns): Don't intern, staticpro, or define them.
11793 (x_specified_cursor_type): Removed.
11794 (x_set_cursor_type): Use set_frame_cursor_types.
11795
11796 * w32term.c (x_specified_cursor_type): Remove prototype.
11797 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11798 (x_display_and_set_cursor): Use get_window_cursor_type.
11799 Remove unused local variables cursor_off_state.
11800 Redraw cursor if hbar cursor width changes.
11801 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
11802
11803 * w32term.h (enum text_cursor_kinds): Removed.
11804 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
11805 <blink_off_cursor, blink_off_cursor_width>: Members removed.
11806 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11807 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
11808 (struct w32_display_info) <x_highlight_frame>: Renamed member from
11809 w32_highlight_frame.
11810
11811 * xfns.c (Vblink_cursor_alist): Removed.
11812 (Qbar, Qhbar, Qbox, Qhollow): Removed.
11813 (syms_of_xfns): Don't intern, staticpro, or define them.
11814 (x_specified_cursor_type): Removed.
11815 (x_set_cursor_type): Use set_frame_cursor_types.
11816
11817 * xterm.c (x_specified_cursor_type): Remove prototype.
11818 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11819 (x_display_and_set_cursor): Use get_window_cursor_type.
11820 Remove unused local variables cursor_off_state.
11821 Redraw cursor if hbar cursor width changes.
11822
11823 * xterm.h (enum text_cursor_kinds): Removed.
11824 (struct output_x) <current_cursor, desired_cursor, cursor_width>
11825 <blink_off_cursor, blink_off_cursor_width>: Members removed.
11826 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11827 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
11828 (x_specified_cursor_type): Remove prototype.
11829
118302002-08-28 Richard M. Stallman <rms@gnu.org>
11831
11832 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
11833 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
11834 (Vblink_cursor_alist): New variable.
11835 (syms_of_w32fns): Initialize and defvar it.
11836 (x_specified_cursor_type): Recognize Qbox for filled box.
11837 Exceptions are hollow boxes.
11838 (Qbox, Qhollow): New variables.
11839 (syms_of_w32fns): Initialize and staticpro them.
11840
11841 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
11842 New macros.
11843 (struct w32_output): New fields blink_off_cursor,
11844 blink_off_cursor_width.
11845 (FRAME_CURSOR_WIDTH): New macro.
11846
11847 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
11848 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
11849
11850 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
11851 for bar cursor.
11852
11853 * w32term.c (expose_overlaps): New function.
11854 (expose_window): Use it to fix the display of overlapping rows.
11855
118562002-08-28 Simon Josefsson <jas@extundo.com>
11857
11858 * xfns.c (Fx_open_connection): Improve help when X connection
11859 fails, xhost is insecure and xauth is better.
11860
118612002-08-28 Juanma Barranquero <lektu@terra.es>
11862
11863 * makefile.w32-in: Add missing dependencies on w32term.h and
11864 composite.h.
11865
11866 * emacs.c (USAGE1): Add missing newline.
11867
118682002-08-27 Andrew Choi <akochoi@shaw.ca>
11869
11870 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
11871
118722002-08-27 Richard M. Stallman <rms@gnu.org>
11873
11874 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
11875 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
11876 (Vblink_cursor_alist): New variable.
11877 (syms_of_xfns): Initialize and defvar it.
11878 (x_specified_cursor_type): Recognize Qbox for filled box.
11879 Exceptions are hollow boxes.
11880 (Qbox, Qhollow): New variables.
11881 (syms_of_xfns): Initialize and staticpro them.
11882
11883 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
11884 New macros.
11885 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
11886
11887 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
11888 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
11889
11890 * emacs.c (main): Handle --script.
11891 (USAGE1): Mention --script.
11892 (standard_args): Define sort order for --script.
11893
118942002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
11895
11896 * xdisp.c (redisplay_updating_p): Variable removed.
11897 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
11898 New variables.
11899 (init_iterator): Don't free realized faces if
11900 inhibit_free_realized_faces is set.
11901 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
11902 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
11903 initialize Qinhibit_free_realized_faces.
11904
11905 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
11906 when iterator is adding glyphs to a glyph matrix.
11907
119082002-08-27 Kenichi Handa <handa@etl.go.jp>
11909
11910 * xdisp.c (get_next_display_element): In unibyte case, don't use
11911 octal form for such eight-bit characters that can be converted to
11912 multibyte char.
11913
119142002-08-26 Kim F. Storm <storm@cua.dk>
11915
b6189c3b
KS
11916 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
11917 foreground and background colors. From Joe Buehler.
048addec
JD
11918
119192002-08-26 Miles Bader <miles@gnu.org>
11920
11921 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
11922
119232002-08-25 Andrew Choi <akochoi@shaw.ca>
11924
11925 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
11926 defined instead of MAC_OSX.
11927
11928 * s/darwin.h (select): Define select to sys_select only if
11929 HAVE_CARBON is defined.
11930 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
11931 (DONT_REOPEN_PTY): #def it.
11932
11933 * macterm.c (XTread_socket): Remove code to call
11934 SendEventToEventTarget for keys with command modifiers when
11935 mac_command_key_is_meta is nil.
11936
119372002-08-24 Andreas Schwab <schwab@suse.de>
11938
11939 * eval.c (Fdefvar): Fix last change.
11940
119412002-08-23 Richard M. Stallman <rms@gnu.org>
11942
11943 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
11944 Record variables in load history as (defvar . VAR).
11945 (Fdefvar): Don't record in load history if no initial value.
11946 (Qdefvar): New variable.
11947 (syms_of_eval): Init and staticpro it.
11948
11949 * lread.c (syms_of_lread): Doc fix.
11950 (build_load_history): Use Fmember to see if a definition
11951 is already in the Vload_history element.
11952
11953 * process.c (Fstart_process): Remove /: from program name.
11954
11955 * emacs.c (decode_env_path): Don't add /: if file name handler
11956 has a `safe-magic' property.
11957
11958 * callproc.c (Fcall_process): Remove /: from program name.
11959
119602002-08-23 Stefan Monnier <monnier@cs.yale.edu>
11961
11962 * regex.c (PATFETCH): Remove the translating fetch.
11963 (PATFETCH_RAW): Rename to PATFETCH.
11964 (set_image_of_range): New fun.
11965 (SET_RANGE_TABLE_WORK_AREA): Use it.
11966 (regex_compile): Don't translate the pattern chars so eagerly.
11967 Only do it when inserting an `exactn' bytecode or when handling
11968 a char-range.
11969 (mutually_exclusive_p): Avoid empty statement.
11970
119712002-08-22 Kim F. Storm <storm@cua.dk>
11972
11973 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
11974 end up on a partially visible line; this reverts a specific part
11975 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
11976 display error which has been reported several times now.
11977 However it introduces the problem that changes was supposed to fix.
11978 See my comments in the source if you want to debug this further.
11979
119802002-08-20 Kenichi Handa <handa@etl.go.jp>
11981
11982 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
11983
119842002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
11985
11986 * msdos.c (croak): Add `void' to definition.
11987
c1380aa6 11988 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
048addec
JD
11989 Don't define them, they are defined in msdos.c.
11990
11991 * mem-limits.h [MSDOS]: Declare etext.
11992
11993 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
11994 `const' since CORRECT_DIR_SEPS modifies its target.
11995
119962002-08-19 Kim F. Storm <storm@cua.dk>
11997
2fb0ce67 11998 * keyboard.c (Fclear_this_command_keys): Add optional arg
048addec
JD
11999 KEEP-RECORD to avoid clearing lossage when we just want to clear
12000 the current key sequence (kmacro needs this).
12001
120022002-08-19 Kenichi Handa <handa@localhost>
12003
12004 * composite.c (run_composition_function): Call FUNC if it is fboundp.
12005
12006 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
12007 cons, return Qnil.
12008
120092002-08-17 Richard M. Stallman <rms@gnu.org>
12010
12011 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
12012
12013 * sysdep.c [!VMS]: Include sys/files.h.
12014
12015 * editfns.c (save_restriction_restore): Defend from unchained marker.
12016
12017 * buffer.c (overlays_at): Handle extending vec uniformly.
12018 (overlays_in): Handle extending vec from length 0 as in overlays_at.
12019
120202002-08-15 Andrew Choi <akochoi@shaw.ca>
12021
12022 * mac.c (init_mac_osx_environment): New function.
12023
12024 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
12025
120262002-08-14 Kim F. Storm <storm@cua.dk>
12027
12028 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
12029 executing macro before appending to it (when used from Lisp).
12030 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
12031 which is called prior to each iteration of macro (for kmacro.el).
12032 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
12033
12034 * lisp.h (Fexecute_kbd_macro): Update prototype.
12035
12036 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
12037
120382002-08-14 Kenichi Handa <handa@etl.go.jp>
12039
12040 * xselect.c (QUTF8_STRING): New variable.
12041 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
12042 (x_atom_to_symbol): Likewise.
12043 (x_get_local_selection): New argument local_request. If it is
12044 nonzero, call handler_fn with the second arg nil.
12045 (x_handle_selection_request): Call x_get_local_selection with
12046 local_request 0.
12047 (lisp_data_to_selection_data): Don't encode the string here.
12048 (Fx_get_selection_internal): Call x_get_local_selection with
12049 local_request 1.
12050 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
12051
12052 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
12053
12054 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
12055
120562002-08-13 Richard M. Stallman <rms@gnu.org>
12057
12058 * minibuf.c (Fminibufferp): New function.
12059 (syms_of_minibuf): Defsubr it.
12060 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
12061
120622002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
12063
12064 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
12065
120662002-08-12 Richard M. Stallman <rms@gnu.org>
12067
12068 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
12069 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
12070 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
12071 already.
12072
12073 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
12074
120752002-08-11 Andrew Choi <akochoi@shaw.ca>
12076
12077 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
12078 (Vmac_pass_command_to_system): New variable.
12079 (Vmac_pass_control_to_system): New variable.
12080 (do_mouse_moved): Check wp with is_emacs_window.
12081 (XTread_socket): Check window_ptr with is_emacs_window.
12082 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
12083 events back to Mac Toolbox for processing, depending on values of
12084 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
12085 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
12086 Vmac_pass_control_to_system.
12087
120882002-08-10 Kenichi Handa <handa@etl.go.jp>
12089
12090 * coding.c (unencodable_char_position): New function.
12091 (Funencodable_char_position): New function.
12092 (syms_of_coding): Defsubr Funencodable_char_position.
12093
120942002-08-10 Andrew Choi <akochoi@shaw.ca>
12095
12096 * mac.c (sys_select) [MAC_OSX]: New function.
12097
12098 * macterm.c (MakeMeTheFrontProcess): New function.
12099 (mac_initialize): Call MakeMeTheFrontProcess.
12100
12101 * s/darwin.h: Define select to sys_select.
12102
121032002-08-09 Richard M. Stallman <rms@gnu.org>
12104
12105 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
12106
121072002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
12108
12109 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
12110 end of the buffer.
12111
121122002-08-08 Ken Raeburn <raeburn@mit.edu>
12113
12114 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
12115
12116 * puresize.h (BASE_PURESIZE): Increase to 910000.
12117
121182002-08-08 Kenichi Handa <handa@etl.go.jp>
12119
12120 * coding.c (Ffind_operation_coding_system): For write-region, if
12121 VISIT is a filename, make it the target.
12122
121232002-08-07 Richard M. Stallman <rms@gnu.org>
12124
12125 * alloc.c (mark_object): Detect long lists for debugging.
12126 (mark_object_loop_halt): New variable.
12127
12128 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
12129
12130 * data.c (Fmake_variable_frame_local): Doc fix.
12131
121322002-08-01 David Ponce <david@dponce.com>
12133
12134 * w32menu.c (local_heap, local_alloc, local_free): New macros.
12135 (malloc_widget_value, free_widget_value)
12136 (w32_free_submenu_strings): Use them.
12137
12138 (push_submenu_start, push_submenu_end, push_left_right_boundary)
12139 (push_menu_pane, push_menu_item, single_keymap_panes)
12140 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
12141 (single_submenu, set_frame_menubar)
12142 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
12143
12144 (Fx_popup_menu): Don't show pop up menu until preceding one is
12145 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
12146
12147 * w32menu.c: Changes adapted from xmenu.c
12148 (set_frame_menubar): First parse all submenus,
12149 then make widget_value trees from them.
12150 Don't allocate any widget_value objects
12151 until we are done with the parsing.
12152 (parse_single_submenu): New function.
12153 (digest_single_submenu): New function.
12154 (single_submenu): Function deleted, replaced by those two.
12155
121562002-08-04 Andrew Choi <akochoi@shaw.ca>
12157
12158 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
12159 returns a valid window pointer before proceeding for keyDown and
12160 autoKey events.
12161
121622002-08-03 Andrew Choi <akochoi@shaw.ca>
12163
12164 * macterm.c (USE_CARBON_EVENTS): New macro.
12165 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
12166 (x_iconify_frame): Call CollapseWindow.
12167 (Vmac_reverse_ctrl_meta): New variable.
12168 (Vmac_wheel_button_is_mouse_2): New variable.
12169 (init_mac_drag_n_drop): New function.
12170 (mac_do_receive_drag): New function.
12171 (mac_handle_service_event): New function.
12172 (init_service_handler): New function.
12173 (mac_to_emacs_modifiers): New function.
12174 (mac_event_to_emacs_modifiers): New function.
12175 (mac_get_mouse_btn): New function.
12176 (mac_convert_event_ref): New function.
12177 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
12178 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
12179 mac_get_mouse_btn.
12180 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
12181
12182 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
12183 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
12184 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
12185 TOOL_BAR_EVENT for MAC_OS as well.
12186 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
12187 as for WINDOWS_NT.
12188 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
12189
12190 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
12191
121922002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
12193
12194 * xdisp.c (forward_to_next_line_start): Fix a condition that
12195 lead to a newline being skipped.
12196
121972002-08-02 Andrew Choi <akochoi@shaw.ca>
12198
12199 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
12200
122012002-08-01 Richard M. Stallman <rms@gnu.org>
12202
12203 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
12204
122052002-07-31 Andrew Choi <akochoi@shaw.ca>
12206
12207 * macfns.c: #undef init_process before #define-ing it.
12208
12209 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
12210 HAVE_CARBON is defined.
12211
122122002-07-31 Richard M. Stallman <rms@gnu.org>
12213
12214 * xmenu.c (set_frame_menubar): First parse all submenus,
12215 then make widget_value trees from them.
12216 Don't allocate any widget_value objects
12217 until we are done with the parsing.
12218 (parse_single_submenu): New function.
12219 (digest_single_submenu): New function.
12220 (single_submenu): Function deleted, replaced by those two.
12221
122222002-07-30 Juanma Barranquero <lektu@terra.es>
12223
12224 * w32proc.c (syms_of_ntproc): Fix docstring of
12225 `w32-get-true-file-attributes'.
12226
122272002-07-28 Richard M. Stallman <rms@gnu.org>
12228
12229 * s/hpux8.h (HPUX8): Define this before including hpux.h.
12230 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
12231
12232 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
12233
12234 * keyboard.c (make_lispy_event):
12235 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
12236 Explicitly clear up_modifier in event->modifiers.
12237
122382002-07-27 Richard M. Stallman <rms@gnu.org>
12239
12240 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
12241
12242 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
12243 for bar cursor.
12244
122452002-07-26 Kenichi Handa <handa@etl.go.jp>
12246
12247 * coding.c (detect_coding_iso2022): While checking a byte sequence
12248 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
12249 it in the normal loop.
12250
122512002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
12252
12253 * xterm.c (expose_overlaps): New function.
12254 (expose_window): Use it to fix the display of overlapping rows.
12255
12256 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
12257
122582002-07-23 Ken Raeburn <raeburn@gnu.org>
12259
12260 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
12261 since it only depends on XUINT.
12262
12263 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
12264 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
12265 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
12266 Macros deleted.
3947677c 12267
77d1daf2
AS
12268 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
12269 its value over other approaches.
12270 * sysdep.c (start_of_data): Don't define the function if a macro
12271 form has been defined.
8a8e19a3 12272
048addec
JD
122732002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
12274
12275 * xdisp.c (redisplay_updating_p): New variable.
12276 (init_iterator): Don't free realized faces when
12277 redisplay_updating_p is set.
12278 (redisplay_internal): Set redisplay_updating_p while updating
12279 the display.
12280
122812002-07-23 Richard M. Stallman <rms@gnu.org>
12282
12283 * editfns.c (Fmessage): Treat "" like nil.
12284
122852002-07-23 Kenichi Handa <handa@etl.go.jp>
12286
12287 * xdisp.c (face_before_or_after_it_pos):
12288 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
12289
122902002-07-22 Juanma Barranquero <lektu@terra.es>
12291
12292 * callproc.c (init_callproc) [DOS_NT]:
12293 Initialize Vshared_game_score_directory to nil.
12294 (syms_of_callproc) [DOS_NT]: Likewise.
12295
122962002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
12297
12298 * xdisp.c (display_line): Replace an abort with xassert.
12299
123002002-07-21 Richard M. Stallman <rms@gnu.org>
12301
12302 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
12303 and END_UNCHANGED when setting buffer_unchanged_p.
12304 Use current_matrix_up_to_date_p to decide whether to use
12305 try_cursor_movement.
12306
12307 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
12308
12309 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
12310
12311 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
12312 Set to nil if dir does not exist.
12313 (syms_of_callproc): Init unconditionally and simply.
12314
12315 * buffer.c (Fbuffer_list): Doc fix.
12316
123172002-07-21 Ken Raeburn <raeburn@gnu.org>
12318
12319 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
12320
12321 * buffer.c (mmap_realloc): When shrinking, make sure number of
12322 pages to unmap is rounded towards zero.
12323
12324 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
12325 (XSETINT): Deleted.
12326
12327 * m/att3b.h (XINT): Don't define.
12328 (VALBITS, VALMASK, XTYPE): Deleted.
12329 (DATA_SEG_BITS): Define.
12330 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
12331 ARRAY_MARK_FLAG): Deleted.
12332 (DATA_SEG_BITS): Define.
12333 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
12334 (DATA_SEG_BITS): Define.
12335
123362002-07-20 Richard M. Stallman <rms@gnu.org>
12337
12338 * print.c (print_error_message): New args CONTEXT and CALLER.
12339 Calls changed.
12340
12341 * lisp.h (print_error_message): Declare new args.
12342
12343 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
12344 and CONTEXT to print_error_message, don't print them here.
12345 For a Quit, don't use Vsignaling_function.
12346 Call message_log_maybe_newline.
12347
12348 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
12349
123502002-07-20 Kim F. Storm <storm@cua.dk>
12351
12352 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
12353
123542002-07-19 Ken Raeburn <raeburn@gnu.org>
12355
12356 * bytecode.c (struct byte_stack): Pointers into byte string now
12357 point to const.
12358 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
12359 const.
12360 * charset.h (BCOPY_SHORT): Source pointer now points to const.
12361 * coding.c (encode_eol, detect_coding, detect_eol):
12362 (decode_coding, encode_coding, detect_coding_system):
12363 Source strings now treated as const.
12364 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
12365 modify Lisp string contents.
12366 * coding.h (decode_coding, encode_coding, detect_coding,
12367 detect_eol): Declarations updated.
12368 * composite.c (compose_chars_in_text): Treat Lisp string contents
12369 as const.
12370 * dispnew.c (safe_bcopy): Source pointer now points to const.
12371 * lisp.h (STRING_COPYIN): New macro.
12372 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
12373 (internal_with_output_to_temp_buffer): Declarations updated.
12374 * print.c (temp_output_buffer_setup):
12375 (internal_with_output_to_temp_buffer): Buffer name argument is now
12376 pointer to const.
12377 * sound.c (struct sound_device): Function pointer field "write"
12378 buffer argument now points to const.
12379 (vox_write): Buffer argument points to const.
12380 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
12381 contents as const.
12382 * sysdep.c (emacs_write): Buffer pointer now const.
12383 * term.c (encode_terminal_code): Buffer pointer now const.
12384 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
12385 (x_face_list_fonts, x_update_menu_appearance):
12386 (hash_string_case_insensitive): Treat Lisp string contents as const.
12387
123882002-07-19 Juanma Barranquero <lektu@terra.es>
12389
048addec
JD
12390 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
12391
12392 * fileio.c (syms_of_fileio): Likewise.
c62aec78
JB
12393 (Ffile_name_as_directory): Fix argument name in docstring.
12394 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
048addec
JD
12395
123962002-07-18 Richard M. Stallman <rms@gnu.org>
12397
12398 * data.c (Fdefalias): Doc fix.
12399
124002002-07-17 Dave Love <fx@gnu.org>
12401
12402 * intervals.h (text_property_stickiness): Use P_.
12403
12404 * ccl.c: Remove `emacs' conditionals.
12405 (ccl_backtrace_table): Fix size spec.
12406 (ccl_driver): Fix type errors.
12407
124082002-07-16 Ken Raeburn <raeburn@gnu.org>
12409
12410 * alloc.c (xstrdup, make_string, make_unibyte_string)
12411 (make_multibyte_string, build_string): String pointer args now
12412 point to const.
12413 * charset.c (find_charset_in_text, c_string_width):
12414 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
12415 * fileio.c (report_file_error):
12416 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
12417 (count_combining_before, count_combining_after, insert_1_both):
12418 (insert, insert_and_inherit, insert_string):
12419 (insert_before_markers, insert_before_markers_and_inherit):
12420 * lread.c (intern, oblookup, hash_string):
12421 * minibuf.c (temp_echo_area_glyphs):
12422 * search.c (fast_c_string_match_ignore_case):
12423 * sysdep.c (emacs_open, set_file_times):
12424 * xfaces.c (xstricmp):
12425 * xdisp.c (store_frame_title, string_char_and_length):
12426 (message_dolog, message2, message2_nolog, set_message): Likewise.
12427 (set_message_1): Cast message string argument to const pointer.
12428 * editfns.c (general_insert_function): Insertion function now
12429 takes pointer to const for input data.
12430 * charset.h (find_charset_in_text, c_string_width):
12431 (parse_str_as_multibyte): Declarations updated.
12432 * dispextern.h (xstricmp): Declaration updated.
12433 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
12434 (count_size_as_multibyte, count_combining_before):
12435 (count_combining_after, insert_1, insert_1_both, message_dolog):
12436 (insert, insert_and_inherit, insert_before_markers)
12437 (insert_before_markers_and_inherit, set_message, message2):
12438 (message2_dolog, build_string, make_string, make_unibyte_string):
12439 (make_multibyte_string, intern, oblookup, report_file_error):
12440 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
12441 (emacs_open, xstrdup): Declarations updated.
12442 * systime.h (set_file_times): Declaration updated.
12443
12444 * charset.c (find_charset_in_text, lisp_string_width): Use const
12445 for pointer to lisp string data.
12446 * charset.h (FETCH_STRING_CHAR_ADVANCE):
12447 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
12448 * coding.c (Ffind_coding_systems_region_interval):
12449 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
12450 (Fmake_directory_internal, Fdelete_directory):
12451 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
12452 * fontset.c (font_family_registry, fs_query_fontset):
12453 (list_fontsets):
12454 * frame.c (Fframe_parameter):
12455 * keyboard.c (cmd_error_internal):
12456 * keymap.c (Fdescribe_buffer_bindings):
12457 * lread.c (complete_filename_p, openp):
12458 * minibuf.c (Fminibuffer_complete_word):
12459 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
12460 (face_before_or_after_it_pos, next_element_from_string):
12461 (get_overlay_arrow_glyph_row, display_mode_element):
12462 (decode_mode_spec_coding):
12463 * xterm.c (same_x_server): Likewise.
12464
12465 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
12466 settings of non-existent fields.
12467
12468 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
12469 copy a lisp value.
12470
12471 * lread.c (Fintern_soft): Use string macros instead of
12472 Lisp_String fields.
12473 * keyboard.c (echo_char, parse_modifiers_uncached):
12474 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
12475 * textprop.c (validate_interval_range, interval_of): Likewise.
12476
12477 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
12478
12479 * charset.h (FETCH_STRING_CHAR_ADVANCE)
12480 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
12481 XSTRING()->size_byte.
12482
12483 * lisp.h (SDATA, SREF): Produce rvalue.
12484 (SSET): New macro.
12485 * alloc.c (make_event_array): Use SSET for storing into a string.
12486 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
12487 a string.
12488 * casefiddle.c (casify_object): Use SSET.
12489 * charset.h (FETCH_STRING_CHAR_ADVANCE)
12490 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
12491 address of string contents.
12492 * data.c (Faref): Use SDATA.
12493 (Faset): Use SDATA, SSET.
12494 * dired.c (directory_files_internal): Use SSET.
12495 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
12496 (Fread_file_name): Use SREF, SSET.
12497 * fns.c (concat): Use SSET.
12498 (concat, Fdelete): Use SDATA.
12499 * insdel.c (insert_from_string_1): Use SDATA.
12500 * keyboard.c (Fevent_convert_list): Use SREF.
12501 * lread.c (Fload): Use SDATA, SSET.
12502 * macfns.c (validate_x_resource_name): Use SSET.
12503 * process.c (status_message): Use SSET.
12504 * search.c (wordify): Use SDATA.
12505 (Freplace_match): Use SREF.
12506 * w32fns.c (validate_x_resource_name): Use SSET.
12507 * xfns.c (validate_x_resource_name): Use SSET.
12508 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
12509
125102002-07-16 Richard M. Stallman <rms@gnu.org>
12511
12512 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
12513
12514 * xdisp.c (reconsider_clip_changes):
12515 Don't test prevent_redisplay_optimizations_p.
12516 (redisplay_internal): Test prevent_redisplay_optimizations_p
12517 along with clip_changed in some cases.
12518 (try_window_id): Likewise.
12519 (redisplay_window): New local var buffer_unchanged_p.
12520
12521 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
12522
12523 * process.c (create_process): Test USG_SUBTTY_WORKS.
12524 (process_send_signal): Clean up handling of GID.
12525 Detect errors in ioctls meant to set GID.
12526
12527 * window.c (temp_output_buffer_show):
12528 Don't set prevent_redisplay_optimizations_p.
12529
125302002-07-15 Juanma Barranquero <lektu@terra.es>
12531
12532 * eval.c (Fdefvaralias): Add docstring argument.
12533
125342002-07-15 Ken Raeburn <raeburn@gnu.org>
12535
12536 * lisp.h (STRING_INTERVALS): Produce rvalue.
12537 (STRING_SET_INTERVALS): New macro.
12538 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
12539 * fns.c (Fstring_as_multibyte): Likewise.
12540 * intervals.c (balance_possible_root_interval, delete_interval)
12541 (create_root_interval, copy_intervals_to_string): Likewise.
12542 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
12543 instead of 0.
12544
125452002-07-14 Ken Raeburn <raeburn@gnu.org>
12546
12547 * lisp.h (STRING_SET_CHARS): New macro.
12548 (SCHARS, SBYTES): Produce rvalues.
12549 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
12550 * fns.c (concat): Likewise.
12551 * lread.c (read_vector): Likewise.
12552
12553 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
12554 (STRING_SET_UNIBYTE): New macro.
12555 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a
12556 length of -1) changed to use STRING_SET_UNIBYTE.
12557 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
12558 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
12559 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
12560 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
12561 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
12562 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
12563 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
12564 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
12565 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
12566 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
12567 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
12568 STRING_BYTES or indirection changed to SCHARS, SBYTES,
12569 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
12570 unchanged for now.
12571
125722002-07-13 Kim F. Storm <storm@cua.dk>
12573
12574 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
12575
125762002-07-12 Richard M. Stallman <rms@gnu.org>
12577
12578 * fileio.c (Fwrite_region): Doc fix.
12579
12580 * print.c (print_error_message): Don't handle Vsignaling_function here.
12581
12582 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
12583 (command_loop_1): Avoid certain actions after memory-full error.
12584
12585 * eval.c (Fsignal): Don't call cancel_hourglass.
12586 For a memory-full error, don't call Vsignal_hook_function
12587 and don't set Vsignaling_function.
12588
12589 * process.c (process_send_signal): Add abort call.
12590
125912002-07-11 Markus Rost <rost@math.ohio-state.edu>
12592
12593 * keymap.c (Fkey_binding): Fix typo.
12594
125952002-07-11 Richard M. Stallman <rms@gnu.org>
12596
12597 * alloc.c (Vmemory_full): New variable.
12598 (Vmemory_signal_data): Renamed from memory_signal_data.
12599 Uses changed.
12600 (syms_of_alloc): Defvar them.
12601 (memory_full, buffer_memory_full): Set Vmemory_full.
12602
12603 * lisp.h (Vmemory_full): Add declaration.
12604 (current_column, indented_beyond_p): Change declaration.
12605
12606 * indent.c (last_known_column): Declare as double, not float.
12607 (current_column, current_column_1, string_display_width)
12608 (position_indentation): Return `double'.
12609 (indented_beyond_p): Arg `column' is `double'. Callers changed.
12610
12611 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
12612 (back_to_previous_visible_line_start)
12613 (reseat_at_next_visible_line_start, next_element_from_buffer):
12614 Use `double', not `float', when calling indented_beyond_p.
12615
12616 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
12617
12618 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
12619
126202002-07-11 Juanma Barranquero <lektu@terra.es>
12621
12622 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
f9711de4
JB
12623 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
12624 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
12625 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
12626 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
12627 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
048addec
JD
12628
126292002-07-10 Juanma Barranquero <lektu@terra.es>
12630
d814862a
JB
12631 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
12632 All callers changed.
048addec
JD
12633
126342002-07-09 Stefan Monnier <monnier@cs.yale.edu>
12635
12636 * data.c (Fdefalias): Add an optional `docstring' argument.
12637 (set_internal, Fsetq_default): Use XCAR/XCDR.
12638
12639 * composite.c (HASH_VALUE, HASH_KEY):
12640 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
12641
126422002-07-09 Kenichi Handa <handa@etl.go.jp>
12643
12644 * callproc.c (Fcall_process): Fix previous change.
12645
126462002-07-07 Stefan Monnier <monnier@cs.yale.edu>
12647
12648 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
12649 Add support for hash-tables.
12650 (Ftry_completion): Return t even if the string appears multiple times.
12651
12652 * fns.c (Fnconc): Use XCDR.
12653 (Fprovide): Use CONSP and XCDR.
12654 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
12655 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
12656 (Fmake_hash_table): Accept `:size nil'.
12657 (Fmakehash): Delete: moved to subr.el.
12658 (syms_of_fns): Don't defsubr makehash.
12659
12660 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
12661 (HASH_TABLE_SIZE): Move from fns.c.
12662
126632002-07-07 Richard M. Stallman <rms@gnu.org>
12664
12665 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
12666 Instead just return 0 when there is something to be done.
12667 (try_scrolling): If make_cursor_line_fully_visible returns 0,
12668 retry scrolling as if cursor were off the bottom.
12669 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
12670 return CURSOR_MOVEMENT_MUST_SCROLL.
12671 (redisplay_window): If make_cursor_line_fully_visible returns 0,
12672 go to try_to_scroll.
12673
12674 * buffer.c (Fbuffer_local_value): Store current value into its binding
12675 so we get the up-to-date value for the binding that is loaded.
12676
12677 * eval.c (Fdefmacro): Doc fix.
12678
126792002-07-05 Dave Love <fx@gnu.org>
12680
12681 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
12682 correctly.
12683
12684 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
12685 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
12686 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
12687 CCL_LookupCharConstTbl.
12688 (syms_of_ccl): Defvar translation-hash-table-vector.
12689
126902002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12691
12692 * xdisp.c: Remove unused variable `face'.
12693
126942002-07-04 Juanma Barranquero <lektu@terra.es>
12695
12696 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
12697 obsolescence information.
12698
126992002-07-03 Andrew Choi <akochoi@shaw.ca>
12700
12701 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
12702 pattern. Search cache first.
12703 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
12704 for Japanese font.
12705 (XLoadQueryFont): Use it.
12706
127072002-07-02 Richard M. Stallman <rms@gnu.org>
12708
12709 * keymap.c (Fdefine_key): Doc fix.
12710
12711 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
12712
127132002-07-02 Juanma Barranquero <lektu@terra.es>
12714
12715 * keymap.c (syms_of_keymap): Fix typo.
12716
127172002-07-01 Andrew Choi <akochoi@shaw.ca>
12718
12719 * s/darwin.h: Define POSIX_SIGNALS.
12720
12721 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
12722 and FSRefMakePath to convert FSSpec returned with Apple Event to
12723 Posix pathname.
12724 (mac_initialize) [TARGET_API_MAC_CARBON]:
12725 Call init_required_apple_events and disable the `Quit' menu item
12726 provided automatically by the Carbon Toolbox.
12727
127282002-07-01 Dave Love <fx@gnu.org>
12729
12730 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
12731 for K&R.
12732
12733 * xterm.c: Fix prototype for K&R.
12734
12735 * term.c (costs_set): Declare static, non-initialized for pcc.
12736
127372002-07-01 Richard M. Stallman <rms@gnu.org>
12738
12739 * keyboard.c (timer_last_idleness_start_time): New variable.
12740 (timer_start_idle): Set that.
12741 (read_key_sequence): Use that to reset timer_idleness_start_time
12742 to previous value.
12743
12744 * window.c (Frecenter): With arg, set optional_new_start.
12745
12746 * xdisp.c (redisplay_internal): Make optional_new_start really work.
12747
12748 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
12749 buffer for completion.
12750
127512002-06-29 Ken Raeburn <raeburn@gnu.org>
12752
12753 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
12754
127552002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12756
12757 * keyboard.c (readable_filtered_events): New function that filters
12758 FOCUS_IN_EVENT depending on parameter.
12759 (readable_events): Calls readable_filtered_events, not filtering
12760 FOCUS_IN_EVENT.
12761 (get_filtered_input_pending): New function, filtering parameter passed
12762 to readable_filtered_events.
12763 (get_input_pending): Calls get_filtered_input_pending, not filtering
12764 FOCUS_IN_EVENT.
12765 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
12766 FOCUS_IN_EVENT.
12767
12768 * xterm.h (struct x_output): Add focus_state.
12769
12770 * xterm.c (x_focus_changed): New function.
12771 (x_detect_focus_change): New function.
12772 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
12773 EnterNotify and LeaveNotify to track X focus changes.
12774
127752002-06-28 Andreas Schwab <schwab@suse.de>
12776
12777 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
12778
127792002-06-27 Kim F. Storm <storm@cua.dk>
12780
12781 * xdisp.c: (mode_line_string_list, mode_line_string_face)
12782 (mode_line_string_face_prop): New variables.
12783 (store_mode_line_string): New function.
12784 (display_mode_element): Use store_mode_line_string to
12785 add mode-line string elements to mode_line_string_list
12786 when mode_line_string_list is non-nil.
12787 (Fformat_mode_line): Now returns propertized string by
12788 default. New arg NO-PROPS to ignore properties.
12789 (decode_mode_spec): Only add two dashes for %- in propertized
12790 mode-line string.
12791 (syms_of_xdisp): Init and staticpro mode_line_string_list.
12792
127932002-06-27 Stefan Monnier <monnier@cs.yale.edu>
12794
12795 * minibuf.c (minibuffer_completion_contents): Add return type.
12796
127972002-06-27 Juanma Barranquero <lektu@terra.es>
12798
12799 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
12800
128012002-06-26 Juanma Barranquero <lektu@terra.es>
12802
12803 * fileio.c (read_file_name_cleanup): Add missing return.
12804
128052002-06-26 Richard M. Stallman <rms@gnu.org>
12806
12807 * window.c (Frecenter): Don't set force_start flag.
12808
12809 * minibuf.c (do_completion, Fminibuffer_complete_word)
12810 (Fminibuffer_completion_help): Complete just the text before point.
12811 (minibuffer_completion_contents): New function.
12812
12813 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
12814
12815 * frame.c (frames_bury_buffer): Function deleted.
12816
128172002-06-25 Miles Bader <miles@gnu.org>
12818
12819 * callint.c (Fcall_interactively): When checking to see if doprnt hit
12820 the end of callint_message, allow for a terminating '\0'.
12821
128222002-06-24 Juanma Barranquero <lektu@terra.es>
12823
12824 * w32select.c: Include composite.h
12825
12826 * w16select.c: Likewise.
12827
128282002-06-24 Kenichi Handa <handa@etl.go.jp>
12829
12830 * callproc.c (Fcall_process): If code detection is necessary,
12831 call detect_coding directly here.
12832
12833 * coding.c (detect_eol): Preserve coding->cmp_data.
12834
12835 * w16select.c (Fw16_get_clipboard_data):
12836 * w32fns.c (w32_to_x_font):
12837 * w32select.c (Fw32_get_clipboard_data):
12838 * xselect.c (selection_data_to_lisp_data):
12839 * xterm.c (XTread_socket): Disable composition handling.
12840
128412002-06-24 Stefan Monnier <monnier@cs.yale.edu>
12842
12843 * print.c (temp_output_buffer_setup): Kill all local variables.
12844
128452002-06-22 Stefan Monnier <monnier@cs.yale.edu>
12846
12847 * lread.c (Fread): Remove redundant and imprecise declaration.
12848
12849 * xfns.c (check_x_display_info): Use check_x_frame.
12850
12851 * .gdbinit (xprintsym): Use the new `xname' field.
12852 (xsymbol): Use it.
12853
128542002-06-22 Jason Rumney <jasonr@gnu.org>
12855
12856 * w32fns.c (file_dialog_callback): New function.
12857 (Fx_file_dialog): Allow selecting directories as well as files.
12858
128592002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12860
12861 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
f63fd14e 12862 OpenBSD. Add support for mipseb-*-netbsd* machines.
048addec
JD
12863
128642002-06-17 Andrew Choi <akochoi@shaw.ca>
12865
12866 * macterm.c (mac_scroll_area): Set foreground and backcolor to
12867 black and white before scrolling. Restore frame background and
12868 foreground color after scrolling.
12869 (do_window_update): Call XClearWindow before calling expose_frame.
12870 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
12871 FRAME_FOREGROUND_PIXEL of frame.
12872
12873 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
12874 test Mac command key as <ALT> key.
12875
128762002-06-17 Stefan Monnier <monnier@cs.yale.edu>
12877
12878 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
12879
12880 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
12881 Lookup keys in function-key-map immediately so that key-translation-map
12882 can be applied earlier.
12883 Remove function_key_possible and key_translation_possible, replaced
12884 by checking `keytran_start < t'.
12885
12886 * .gdbinit (xsymbol): Use the new `xname' field.
12887
128882002-06-17 Andrew Choi <akochoi@shaw.ca>
12889
12890 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
12891 test Mac command key as <ALT> key.
12892
12893 * mac.c (do_applescript): Call initialize_applescript if necessary
12894 when first called. Dispose of result_desc only when there is no error.
12895 (Fdo_applescript): Use %d format specifier instead of %ld.
12896
128972002-06-16 Andrew Choi <akochoi@shaw.ca>
12898
12899 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
12900 of FrontWindow for cases keyDown and autoKey.
12901
12902 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
12903 Vdefault_fontset to Monaco with mac-roman coding.
12904
12905 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
12906 init_process before and after inclusion of Carbon/Carbon.h, resp.
12907
12908 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
12909 cursor_gc.
12910 (add_font_name_table_entry): New function.
12911 (init_font_name_table): Use add_font_name_table_entry; add italic,
12912 bold, and bold-italic entries for truetype fonts.
12913
12914 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
12915 for Mac too.
12916 (try_font_list) [MAC_OS]: If no font matches given registry, try
12917 fonts with any registry matching face_family.
12918 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
12919
12920 * s/darwin.h: If autoconf detects the Ncurses library, define
12921 LIBS_TERMCAP to -lncurses to use it.
12922
129232002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
12924
12925 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
12926
129272002-06-15 Richard M. Stallman <rms@gnu.org>
12928
12929 * window.c (Fset_window_configuration): Explicitly preserve
12930 the point value that new_current_buffer had at the start.
12931
129322002-06-14 Juanma Barranquero <lektu@terra.es>
12933
12934 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
12935 Fix typos.
12936
129372002-06-14 Kim F. Storm <storm@cua.dk>
12938
12939 * insdel.c (insert_1_both, insert_from_string_1)
12940 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
12941 insert happened in the end_unchanged region. Otherwise, the
12942 redisplay may be confused and duplicate the last line in the
12943 buffer [seen after save-buffer when require-final-newline==t].
12944
129452002-06-13 Jason Rumney <jasonr@gnu.org>
12946
12947 * w32.c (init_environment): Remove EMACSLOCKDIR.
12948 (stat): Swap _S_IFDIR and _S_IFREG.
12949
129502002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12951
12952 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
12953 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
12954 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
12955 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
12956 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
12957 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
12958 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
12959 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
12960 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
12961 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
12962 SELECTION_REQUEST_EVENT, selection_clear_event to
12963 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
12964 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
12965 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
12966 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
12967 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
12968 no_event to NO_EVENT.
12969
129702002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12971
12972 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
12973
129742002-06-12 Stefan Monnier <monnier@cs.yale.edu>
12975
12976 * intervals.c (textget): Don't forget to `return'.
12977 (lookup_char_property): Use XCAR/XCDR.
12978
129792002-06-12 Juanma Barranquero <lektu@terra.es>
12980
12981 * xdisp.c (Fformat_mode_line): Fix typo.
12982
129832002-06-12 Kim F. Storm <storm@cua.dk>
12984
12985 * xdisp.c (Fformat_mode_line): New function.
12986 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
12987 (store_frame_title_char, store_frame_title): Use unconditionally.
12988 (init_xdisp): Defsubr Fformat_mode_line.
12989 Initialize frame_title_buf etc. unconditionally.
12990
129912002-06-11 Stefan Monnier <monnier@cs.yale.edu>
12992
12993 * keyboard.c (read_key_sequence):
12994 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
12995 things through those maps after downcasing events.
12996 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
12997 applies after function-key-map.
12998 Make sure that keytran can be done in the middle in the sequence.
12999 Be careful not to throw away events past the one we downcase.
13000
13001 * lread.c (read_integer): Remove unused var `tem'.
13002 (read1): Fix int/Lisp_Object mixup.
13003
13004 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
13005
130062002-06-11 Richard M. Stallman <rms@gnu.org>
13007
13008 * keyboard.c (readable_events): Ignore any number of
13009 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
13010
130112002-06-09 Miles Bader <miles@gnu.org>
13012
13013 * xfaces.c (Ftty_supports_face_attributes_p): New function.
13014 (parse_rgb_list, tty_lookup_color): New functions.
13015 (tty_defined_color): Use `tty_lookup_color' to do all the work.
13016 (color_distance, Fcolor_distance): New functions.
13017 (TTY_SAME_COLOR_THRESHOLD): New macro.
13018 (Qtty_color_standard_values): New variable.
13019 (syms_of_xfaces): Initialize new vars & functions.
13020
130212002-06-08 Colin Walters <walters@verbum.org>
13022
13023 * textprop.c (Vchar_property_alias_alist): New variable.
13024 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
13025
13026 * intervals.c (lookup_char_property): New function for looking up
13027 overlay and text properties, created from textget.
13028 (textget): Use it.
13029
13030 * intervals.h (lookup_char_property): Declare.
13031 (Vchar_property_alias_alist): Declare.
13032
13033 * buffer.c (Foverlay_get): Use lookup_char_property.
13034
130352002-06-07 Sam Steingold <sds@gnu.org>
13036
13037 * xselect.c (lisp_data_to_selection_data): Fix last change:
13038 *data_ret is not a Lisp string, while unibyte_string is.
13039
130402002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
13041
13042 * xselect.c (lisp_data_to_selection_data): Fix last change:
13043 set size_ret.
13044
130452002-06-07 Andreas Schwab <schwab@suse.de>
13046
13047 * m/amdx86-64.h: New file.
13048
130492002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
13050
13051 * fns.c (Fstring_make_unibyte): Doc fix.
13052
13053 * xselect.c (lisp_data_to_selection_data): If the requested type
13054 is STRING, call string_make_unibyte to encode the selected text
13055 as a string.
13056
13057 * window.c (Fset_window_hscroll): Doc fix.
13058
130592002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13060
13061 * fileio.c (choose_write_coding_system):
13062 Call select-safe-coding-system properly.
13063
130642002-06-03 Richard M. Stallman <rms@gnu.org>
13065
13066 * xdisp.c (message_with_string): Error if STRING is not a string.
13067
13068 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
13069
13070 * fileio.c (choose_write_coding_system): Pass FILE arg to
13071 Vselect_safe_coding_system_function.
13072
130732002-06-03 Ken Raeburn <raeburn@gnu.org>
13074
13075 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
13076
130772002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
13078
13079 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
13080 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
13081 * keymap.c (describe_command): Likewise.
13082 * minibuf.c (read_minibuf): Likewise.
13083
13084 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
13085 Cast `current_column' return value to int.
13086 (back_to_previous_visible_line_start)
13087 (reseat_at_next_visible_line_start, next_element_from_buffer):
13088 Cast `indented_beyond_p' 3rd arg to float.
13089
13090 * indent.c (last_known_column): Now a float.
13091 (current_column_1, position_indentation, current_column)
13092 (string_display_width): Return float.
13093 (Fcurrent_column): Cast `current_column' return value to int.
13094 (Fcurrent_indentation): Cast `position_indentation' retval to int.
13095 (indented_beyond_p): Third arg now a float.
13096 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
13097
13098 * lisp.h (current_column): Now returns float.
13099 (indented_beyond_p): 3rd arg now a float.
13100
131012002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
13102
13103 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
13104 is Qcompound_text_with_extensions.
13105
13106 * xselect.c (lisp_data_to_selection_data): Always set selection
13107 type as string if x_encode_text returns streingp non-NULL.
13108
13109 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
13110
131112002-05-30 Richard M. Stallman <rms@gnu.org>
13112
13113 * window.c (Fset_window_configuration): Correct the handling
13114 of point in current buffer, to work with multiple windows.
13115
131162002-05-29 Colin Walters <walters@verbum.org>
13117
13118 * lread.c (Fread_from_string): Don't depend on order of evaluation
13119 for C function parameters.
13120
131212002-05-28 Richard M. Stallman <rms@gnu.org>
13122
13123 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
13124 way for blinked-off state and for a nonselected window.
13125
13126 * window.c (window_scroll_pixel_based): Don't call Fbolp;
13127 instead, see if the new start pos is at beginning of line.
13128
13129 * fileio.c (Fwrite_region): If START is a string, don't
13130 make any annotations.
13131
13132 * eval.c (syms_of_eval): Doc fix.
13133
131342002-05-28 Colin Walters <walters@debian.org>
13135
13136 * emacs.c (USAGE1): Add --no-splash.
13137 (standard_args): Ditto.
13138
131392002-05-28 Colin Walters <walters@gnu.org>
13140
13141 * lread.c (readchar_count): New variable.
13142 (readchar): Increment it.
13143 (unreadchar): Decrement it.
13144 (read_multibyte): Decrement it.
13145 (Vread_with_symbol_positions): New variable.
13146 (Vread_symbol_positions_list): New variable.
13147 (read_internal_start): New function, created from Fread and
13148 Fread_from_string. Handle Vread_symbol_positions_list and
13149 Vread_with_symbol_positions.
13150 (readevalloop, Fread, Fread_from_string): Use it.
13151 (read1): Use readchar_count to add symbol positions to
13152 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
13153 (syms_of_lread): DEFVAR_LISP and initialize them.
13154
13155 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
13156 (substitute_object_recurse, substitute_object_in_subtree)
13157 (substitute_in_interval): Prototype.
13158 (read_multibyte): Return c if it's less than zero.
13159
131602002-05-28 Kim F. Storm <storm@cua.dk>
13161
13162 * fileio.c (Fread_file_name_internal): Added brute-force
13163 speed up for using predicate file-directory-p.
13164
131652002-05-28 Kim F. Storm <storm@cua.dk>
13166
13167 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
13168 New variables.
13169 (syms_of_fileio): DEFVAR_LISP them.
13170 (read_file_name_cleanup): New unwind function.
13171 (Fread_file_name_internal): Only return completions satifying
13172 Vread_file_name_predicate. Temporarily unwind protect and rebind
13173 default-directory while checking completions against the predicate.
13174 (Fread_file_name): Added PREDICATE argument. Specbind it to
13175 Vread_file_name_predicate during completion.
13176 Call Vread_file_name_function to read the file name if non-nil.
13177
13178 * lisp.h (Fread_file_name): Now has 6 args.
13179
13180 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
13181 predicate for Fread_file_name when reading directory name.
13182 Supply Qnil for predicate in other calls to Fread_file_name.
13183
131842002-05-26 Miles Bader <miles@gnu.org>
13185
13186 * term.c (tty_capable_p): New function.
13187 * dispextern.h (tty_capable_p): New function declaration.
13188 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
13189 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
13190
131912002-05-23 Stefan Monnier <monnier@cs.yale.edu>
13192
13193 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
13194 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
13195 (Vwrite_region_annotate_functions): Docstring fix.
13196
131972002-05-23 Kim F. Storm <storm@cua.dk>
13198
13199 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
13200 phys_cursor's hpos is overwritten. This is still not completely
13201 correct, as it doesn't really make sense to use hpos at all to
13202 get the cursor glyph (as that is relative to the width of the
13203 characters on the line, which may have changed during the update).
13204
132052002-05-22 Jason Rumney <jasonr@gnu.org>
13206
13207 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
13208 Lisp_Object.
13209 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
13210 Use modified enumfont_t struct.
13211
13212 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
13213
13214 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
13215 Handle the `hbar' cursor type.
13216 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
13217
13218 * w32fns.c (Qhbar): New variable.
13219 (x_specified_cursor_type): Use it.
13220
132212002-05-21 Ken Raeburn <raeburn@gnu.org>
13222
13223 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
13224 now, when the address is needed.
13225
132262002-05-21 Colin Walters <walters@gnu.org>
13227
13228 * Makefile.in (shortlisp): Add font-core.el.
13229
132302002-05-20 Richard M. Stallman <rms@gnu.org>
13231
13232 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
13233
13234 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
13235 equivalent key bindings here.
13236
132372002-05-20 Ken Raeburn <raeburn@gnu.org>
13238
13239 Change symbol structure to contain a lisp object for the symbol
13240 name:
13241 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
13242 object field named "xname".
13243 (SYMBOL_NAME): New macro.
13244 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
13245 name field.
13246 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
13247 (mark_object, gc_sweep): Use symbol xname field and XSTRING
13248 instead of name field.
13249 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
13250 SYMBOL_NAME instead of XSYMBOL and name field.
13251 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
13252 instead of XSYMBOL and name field.
13253 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
13254 and SYMBOL_NAME instead of XSYMBOL and name field.
13255 * coding.c (Fread_coding_system, code_convert_region1)
13256 (code_convert_string1, code_convert_string_norecord)
13257 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
13258 XSYMBOL and name field.
13259 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
13260 (Fmake_variable_buffer_local, Fmake_local_variable)
13261 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
13262 of XSYMBOL and name field.
13263 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
13264 XSYMBOL and name field.
13265 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
13266 instead of XSYMBOL and name field.
13267 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
13268 XSYMBOL and name field.
13269 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
13270 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13271 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
13272 instead of XSYMBOL and name field.
13273 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
13274 (parse_modifiers, apply_modifiers, Fevent_convert_list)
13275 (parse_solitary_modifier, Fexecute_extended_command):
13276 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13277 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
13278 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
13279 of XSYMBOL and name field.
13280 (describe_command, describe_translation): Use SYMBOL_NAME and
13281 assignment instead of XSYMBOL and name field and XSETSTRING.
13282 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
13283 instead of XSYMBOL and name field.
13284 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
13285 name field and XSETSTRING.
13286 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
13287 of XSYMBOL and name field.
13288 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
13289 assignment instead of XSYMBOL and name field and XSETSTRING.
13290 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
13291 XSTRING instead of XSYMBOL and name field.
13292 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
13293 and XSTRING instead of XSYMBOL and name field.
13294 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
13295 and XSTRING instead of XSYMBOL and name field.
13296 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
13297 XSTRING instead of XSYMBOL and name field.
13298 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
13299 of XSYMBOL and name field.
13300 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
13301 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13302
133032002-05-19 Ken Raeburn <raeburn@gnu.org>
13304
13305 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
13306 and XCDR real rvalues in most configurations.
13307
13308 * buffer.c (fix_overlays_in_range, fix_overlays_before):
13309 Don't take the address of the cdr part of a cons cell; instead, track
13310 the parent cell and call XSETCDR, or set the variable for the head
13311 of the list if we haven't started down the list yet.
13312
133132002-05-19 Richard M. Stallman <rms@gnu.org>
13314
13315 * doc.c (reread_doc_file): Don't ask for confirmation.
13316
133172002-05-18 Jason Rumney <jasonr@gnu.org>
13318
13319 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
13320 (xbm_load_image): Use it.
13321 (xbm_load): Ditto.
13322 (xbm_read_bitmap_data): Reverted to xfns.c version.
13323 From David Ponce <david@dponce.com>.
13324
133252002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13326
13327 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
13328 2.02 and later.
13329
133302002-05-16 Juanma Barranquero <lektu@terra.es>
13331
13332 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
13333
133342002-05-15 Stefan Monnier <monnier@cs.yale.edu>
13335
13336 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
13337 meaningful test.
13338 (read_char_minibuf_menu_prompt): Fix typo.
13339
133402002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13341
13342 * eval.c (Fcommandp): Doc fix.
13343
133442002-05-13 Stefan Monnier <monnier@cs.yale.edu>
13345
13346 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
13347 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
13348 (Fset_keymap_parent): Gcpro a bit more.
13349 (access_keymap): Gcpro around meta_map call and around the main loop.
13350 (get_keyelt): Gcpro when following indirect references.
13351 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
13352 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
13353 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
13354 Remove useless ad-hoc remap code.
13355
133562002-05-13 Richard M. Stallman <rms@gnu.org>
13357
13358 * search.c (search_buffer): Give up boyer moore search if inverse
13359 translation change charset_base.
13360
133612002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
13362
13363 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
13364 characters is carried over from the previous block of text, adjust
13365 coding->produced to account for the extra character.
13366
133672002-05-11 Andreas Schwab <schwab@suse.de>
13368
13369 * coding.c (intersection): Keep the elements of the returned list
13370 in the same order as in the first list.
13371
133722002-05-11 Kim F. Storm <storm@cua.dk>
13373
13374 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
13375 only update cmm_size if realloc actually succeeds.
13376 Testing with initial size of 2 elements revealed that using
13377 realloc on GNU/Linux would cause a random trap in xmalloc
13378 later on, so I rewrote the code to use malloc/bcopy/free instead
13379 of realloc.
13380
133812002-05-10 Jason Rumney <jasonr@gnu.org>
13382
13383 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
13384
133852002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
13386
13387 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
13388 parens, to ensure correct evaluation order.
13389
133902002-05-10 Kim F. Storm <storm@cua.dk>
13391
13392 * keymap.c (Vemulation_mode_map_alists): New variable.
13393 (syms_of_keymap): DEFVAR_LISP it.
13394 (current_minor_maps): Process keymap alists in that list before
13395 minor-mode-overriding-map-alist and minor-mode-map-alist.
13396
133972002-05-09 Richard M. Stallman <rms@gnu.org>
13398
13399 * search.c (Freplace_match): Doc fix.
13400
134012002-05-09 Kim F. Storm <storm@cua.dk>
13402
13403 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
13404 Enlarge cursor rectangle drawn around image with non-zero relief.
13405
13406 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
13407 Enlarge cursor rectangle drawn around image with non-zero relief.
13408
13409 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
13410 Enlarge cursor rectangle drawn around image with non-zero relief.
13411
134122002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
13413
13414 * xselect.c (lisp_data_to_selection_data): Don't set selection
13415 type if comes from the Lisp object's car. If the selection
13416 contains a pure ASCII text, always return QSTRING as its type.
13417
134182002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13419
13420 * mac.c (mac-cut-function): Doc fix.
13421
134222002-05-05 Richard M. Stallman <rms@gnu.org>
13423
13424 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
13425
134262002-05-04 Jason Rumney <jasonr@gnu.org>
13427
13428 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
13429 for event-click-count.
13430
13431 * process.c (init_process): Only add server subfeature if we can
13432 use non-blocking I/O.
13433
134342002-05-04 Andrew Choi <akochoi@shaw.ca>
13435
13436 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
13437 repeatedly.
13438
134392002-05-03 Jason Rumney <jasonr@gnu.org>
13440
13441 * process.c (Fmake_network_process): Only support server sockets
13442 when we can make them non-blocking.
13443
13444 * s/ms-w32.h (HAVE_SELECT): Define.
13445
13446 * w32.h (FILE_NDELAY): New flag.
13447
13448 * w32.c (sys_getpeername, fcntl): New functions.
13449 (_sys_read_ahead): Temporarily block on non-blocking sockets.
13450
13451 * w32proc.c: include sys/file.h.
13452
134532002-05-03 Colin Walters <walters@verbum.org>
13454
13455 * callproc.c (Vgame_score_directory): Renamed to
13456 Vshared_game_score_directory.
13457
134582002-04-30 Richard M. Stallman <rms@gnu.org>
13459
13460 * s/gnu.h [emacs]: Include stdio.h.
13461 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
13462
13463 * eval.c (do_autoload): Error if called while preparing to dump.
13464
13465 * fns.c (Frequire): Error if need to load while preparing to dump.
13466
134672002-04-28 Colin Walters <walters@verbum.org>
13468
13469 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
13470 Default to "~/.emacs.d/games".
13471
134722002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13473
13474 * lread.c (openp): Change arg exec_only to predicate.
13475 (build_load_history): Use XCAR/XCDR.
13476 (Flocate_file_internal): New fun.
13477 (syms_of_lread): Defsubr it.
13478 (Fload): Update call to openp.
13479
13480 * lisp.h (openp): Update prototype.
13481
13482 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
13483 * w32proc.c (sys_spawnve):
13484 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
13485 * w32.c (check_windows_init_file):
13486 * sound.c (Fplay_sound_internal):
13487 * process.c (Fstart_process):
13488 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
13489 * mac.c (run_mac_command):
13490 * emacs.c (init_cmdargs):
13491 * callproc.c (Fcall_process): Update call to openp.
13492
13493 * textprop.c (remove_properties): Don't use XCAR without CONSP.
13494
13495 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
13496
134972002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13498
13499 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
13500 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
13501
135022002-04-28 Richard M. Stallman <rms@gnu.org>
13503
13504 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
13505
13506 * eval.c (Fcommandp): New arg for_call_interactively.
13507 * lisp.h (Fcommandp): Declare new arg.
13508
135092002-04-28 Jason Rumney <jasonr@gnu.org>
13510
13511 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
13512
13513 * w32.c (stat, fstat): Use file index information to generate
13514 inodes for directories where available.
13515
135162002-04-26 Andrew Choi <akochoi@shaw.ca>
13517
13518 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
13519 [HAVE_CARBON]: Include Mac object files.
13520
13521 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
13522 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
13523 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
13524 MAC_OSX, and MAC_OS instead of macintosh.
13525
13526 * editfns.c [MAC_OS8]: Include stdio.h.
13527
13528 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
13529
13530 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
13531 Apple Monaco.
13532
78819ebb 13533 * process.c (QCfamily, QCfilte): Declare extern.
048addec
JD
13534 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
13535 calling select.
13536
13537 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
13538
13539 * tparam.c [MAC_OSX]: Don't define BC and UP.
13540
13541 * config.in [HAVE_CARBON]: Add.
13542
13543 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
13544 Move here from mac/src and mac/inc.
13545
13546 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
13547
135482002-04-26 Gerd Moellmann <gerd@gnu.org>
13549
13550 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
13551 Compute phys_cursor_width from the x position returned
13552 by x_draw_glyhs, which is cheaper.
13553 (x_display_and_set_cursor): Compute the buffer-local value
13554 of `cursor-in-non-selected-windows' only when needed.
13555
135562002-04-25 Gerd Moellmann <gerd@gnu.org>
13557
13558 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
13559 cursor on a stretch glyph has a width that depends on
13560 x_stretch_cursor_p.
13561
135622002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13563
13564 * abbrev.c (abbrev-start-location): Doc fix.
13565
13566 * indent.c (Fvertical_motion): Fix last change.
13567
135682002-04-25 Gerd Moellmann <gerd@gnu.org>
13569
13570 * indent.c (Fvertical_motion): Move to the start of the line
13571 containing PT before moving up or down.
13572
135732002-04-24 Gerd Moellmann <gerd@gnu.org>
13574
13575 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
13576 case of writing a whole row, more or less analogous to the case of
13577 writing only parts of a row.
13578
13579 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
13580 0 for NO_CURSOR.
13581
13582 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
13583
135842002-04-23 Colin Walters <walters@verbum.org>
13585
13586 * buffer.c (syms_of_buffer): Doc fix.
13587
135882002-04-23 Gerd Moellmann <gerd@gnu.org>
13589
13590 * xterm.c (notice_overwritten_cursor): Handle the special case
13591 of the cursor being in the first blank non-text line at the
13592 end of a window.
13593
13594 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
13595 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
13596 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
13597 bar cursors only, to make phys_cursor_width contain what its name
13598 suggests.
13599 (notice_overwritten_cursor): Consider the cursor image erased if
13600 the output area intersects the cursor image in y-direction.
13601
136022002-04-23 Simon Marshall <simon@gnu.org>
13603
13604 * xfns.c (x_set_mouse_color): Change default for cross_cursor
13605 to XC_hand2.
13606
136072002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13608
13609 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
13610
136112002-04-22 Kim F. Storm <storm@cua.dk>
13612
13613 * textprop.c (remove_properties): Fixed trap for malformed plist.
13614
136152002-04-22 Richard M. Stallman <rms@gnu.org>
13616
13617 * cmds.c (Fend_of_line): Handle intangible text in mid line.
13618
13619 * window.c (make_window): Initialize height_fixed_p,
13620 last_cursor_off_p, and p->cursor_off_p slots.
13621
136222002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13623
13624 * fns.c (use-dialog-box): Doc fix.
13625
136262002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13627
13628 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
13629 variables `row', `i' and `area'.
13630 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
13631 toolkit library.
13632
136332002-04-19 Stefan Monnier <monnier@cs.yale.edu>
13634
13635 * xfaces.c (clear_font_table): Don't free the default font of
13636 a frame even if it's on another display.
13637 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
13638 that could be Qt.
13639
136402002-04-19 Juanma Barranquero <lektu@terra.es>
13641
13642 * indent.c (Fmove_to_column): Remove unused local variable
13643 `next_boundary_byte'.
13644 (current_column_1): Likewise.
13645
136462002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
13647
13648 * msdos.c (Qhbar): New variable.
13649 (syms_of_msdos): Intern and staticpro it.
13650 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
13651 cursor type.
13652
136532002-04-19 Dave Lambert <dlambert@acm.org>
13654
13655 Theses change implement an underscore-like (`hbar') cursor.
13656
13657 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
13658
13659 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
13660 Handle the `hbar' cursor type.
13661 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
13662
13663 * xfns.c (Qhbar): New variable.
13664 (syms_of_xfns): Intern and staticpro it.
13665 (x_specified_cursor_type): Handle `hbar' cursor.
13666
13667 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
13668 not defined.
13669
136702002-04-18 Richard M. Stallman <rms@gnu.org>
13671
13672 * textprop.c (remove_properties): New arg LIST allows scanning
13673 either a list or a plist.
13674 (interval_has_some_properties_list): New function, like
13675 interval_has_some_properties using list instead of plist.
13676 All callers changed.
13677 (Fremove_list_of_text_properties): New function.
13678 (syms_of_textprop): Defsubr it.
13679
136802002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
13681
13682 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
13683
136842002-04-17 Juanma Barranquero <lektu@terra.es>
13685
13686 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
13687
136882002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
13689
13690 * window.c (coordinates_in_window): Don't report on margin area
13691 if its width is zero.
13692
136932002-04-16 Jason Rumney <jasonr@gnu.org>
13694
13695 * w32fns.c (Fx_file_dialog): Decode file name before using.
13696
13697 * w32term.c (construct_drag_n_drop): Likewise.
13698
136992002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
13700
13701 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
13702 store load-history in pure space.
13703
13704 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
13705
137062002-04-16 Stefan Monnier <monnier@cs.yale.edu>
13707
13708 * xterm.c (Qlatin_1, Qutf_8): New vars.
13709 (syms_of_xterm): Initialize them.
13710 (XTread_socket): Eliminate incorrect optimization that tried to avoid
13711 decoding the output of X*LookupString.
13712 Always use latin-1 to decode the output of XLookupString.
13713 Try Xutf8LookupString if XmbLookupString failed.
13714
13715 * region-cache.c (new_region_cache): Use BEG.
13716
137172002-04-16 Gerd Moellmann <gerd@gnu.org>
13718
13719 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
13720 configuration files.
13721 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
13722 returns 0.
13723
137242002-04-15 Andreas Schwab <schwab@suse.de>
13725
13726 * config.in: Regenerated using autoheader.
13727
13728 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
13729 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
13730 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
13731 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
13732 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
13733 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
13734 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
13735 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
13736 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
13737 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
13738 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
13739 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
13740 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
13741 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
13742 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
13743 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
13744 STACK_DIRECTION, now set by autoconf.
13745
137462002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13747
13748 * dispnew.c (marginal_area_string): Sort arguments.
13749
13750 * dispextern.h (marginal_area_string): Add prototype.
13751
137522002-04-13 Richard M. Stallman <rms@gnu.org>
13753
13754 * fileio.c (Finsert_file_contents):
13755 Don't call temp_output_buffer_setup--do just part, by hand.
13756
13757 * coding.c (run_pre_post_conversion_on_str):
13758 Don't call temp_output_buffer_setup--do just part, by hand.
13759
13760 * keyboard.c (command_loop_1): Don't call start_hourglass
13761 or cancel_hourglass when executing a macro.
13762
13763 * marker.c (count_markers): New function.
13764
13765 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
13766 grow without limit. Move recently used elements to the front.
13767
137682002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13769
13770 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
13771
137722002-04-12 Gerd Moellmann <gerd@gnu.org>
13773
13774 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
13775 rows marginal areas.
13776 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
13777 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
13778
13779 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
13780
137812002-04-12 Dave Love <fx@gnu.org>
13782
13783 * dispnew.c (marginal_area_string): New.
13784
13785 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
13786 (Qleft_margin, Qright_margin): Declare.
13787 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
13788
13789 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
13790 note_mode_line_highlight and extended.
13791
13792 * keyboard.c (Qleft_margin, Qright_margin): Declare.
13793 (make_lispy_event): Deal with mouse events in margins.
13794
137952002-04-12 Stefan Monnier <monnier@cs.yale.edu>
13796
13797 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
13798
13799 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
13800 than deactivating the mark if tmm is set to `lambda'.
13801 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
13802 Use a single event for HELP_EVENT.
13803 (Fexecute_extended_command): Save last_point_position.
13804
138052002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13806
13807 * lisp.h (Fpropertize): Add prototype.
13808
13809 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
13810
138112002-04-10 Colin Walters <walters@verbum.org>
13812
13813 * config.in: Add HAVE_SHARED_GAME_DIR.
13814
13815 * callproc.c: (Vgame_score_directory): New variable.
13816 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
13817
138182002-04-10 Richard M. Stallman <rms@gnu.org>
13819
13820 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
13821
138222002-04-09 Stefan Monnier <monnier@cs.yale.edu>
13823
13824 * minibuf.c (read_minibuf): Use empty_string.
13825 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
13826 Short-circuit the search as soon as it "failed".
13827 (Fall_completions): Allow lambda forms and lists of strings for alist.
13828 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
13829 when require_match is nil.
13830 (Ftest_completion): Rename from `test_completion' and export to elisp.
13831 Call the predicate also when alist is a list.
13832 Obey Vcompletion_regexp_list.
13833 (do_completion, Fminibuffer_complete_and_exit): Use it.
13834 (Fassoc_string): Rename from `assoc_for_completion'.
13835 Allow list of strings as well and export to elisp.
13836
138372002-04-08 Stefan Monnier <monnier@cs.yale.edu>
13838
13839 * puresize.h (BASE_PURESIZE): Increase to 900KB.
13840
138412002-04-08 Juanma Barranquero <lektu@terra.es>
13842
13843 * w32.c (sys_accept): Don't hide variable `s'.
13844
138452002-04-05 Gerd Moellmann <gerd@gnu.org>
13846
13847 * callint.c (Fcall_interactively): Use INTEGERP instead of
13848 NUMBERP for checking Vhistory_length.
13849
138502002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13851
13852 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
13853 Doc fix to reflect it.
13854
138552002-04-04 Richard M. Stallman <rms@gnu.org>
13856
13857 * xdisp.c (display_mode_element): New arg RISKY.
13858 Disregard text props found or specified within a variable
13859 that isn't marked risky-local-variable.
13860 (Qrisky_local_variable): New variable.
13861 (syms_of_xdisp): Init and staticpro it.
13862
138632002-04-04 Stefan Monnier <monnier@cs.yale.edu>
13864
13865 * undo.c (record_point): New fun.
13866 (record_delete, record_insert): Use it.
13867
138682002-04-03 Juanma Barranquero <lektu@terra.es>
13869
13870 * doc.c (Fdocumentation): Add missing parentheses.
13871 (Fdocumentation_property): Likewise.
13872
138732002-04-03 Stefan Monnier <monnier@cs.yale.edu>
13874
13875 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
13876 data is 0, just return nil.
13877
138782002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
13879
13880 * msdos.c (syms_of_msdos): Fix last change with
13881 mouse_autoselect_window.
13882
138832002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13884
13885 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
13886 mouse_autoselect_window.
13887
138882002-04-02 Stefan Monnier <monnier@cs.yale.edu>
13889
13890 * keyboard.c (make_lispy_event): Handle unknown keysyms together
13891 with system-specific keysyms. Use it also for unknown function keys.
13892
13893 * doc.c (reread_doc_file): Return whether reload was attempted.
13894 (Fdocumentation, Fdocumentation_property): Don't try to reload
13895 if the doc is 0 and only ask once.
13896
13897 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
13898
138992002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
13900
13901 * keyboard.c (read_char): If the event was Qselect_window,
13902 restore timer_idleness_start_time to its previous value.
13903
13904 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
13905
139062002-04-01 Stefan Monnier <monnier@cs.yale.edu>
13907
13908 * region-cache.c (new_region_cache): Use BEG.
13909
13910 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
13911 Use BEG and BEG_BYTE.
13912
13913 * doc.c (get_doc_string): Return nil if the location is wrong.
13914 (reread_doc_file): New fun.
13915 (Fdocumentation, Fdocumentation_property):
13916 Call it if get_doc_string fails.
13917 (Fsnarf_documentation): Make it work for a dumped Emacs.
13918
13919 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
13920 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
13921
13922 * charset.c (Fstring): Allow 0 arguments.
13923
13924 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
13925
13926 * process.c (DATAGRAM_CONN_P, list_processes_1)
13927 (Fprocess_datagram_address, Fset_process_datagram_address)
13928 (Fset_network_process_options, server_accept_connection):
13929 Fix some int/Lisp_Object confusions (thank you union types).
13930
139312002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13932
13933 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
13934
13935 * w32term.c: Likewise.
13936 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
13937
13938 * keyboard.c (Qselect_window): New symbol.
13939 (head_table): Use it.
13940 (keys_of_keyboard): Bound select-window event to handle-select-window.
13941 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
13942
13943 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
13944 (last_window): New variable.
13945 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
13946 (note_mouse_movement): Remove reimplemented code in #if 0.
13947 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
13948 Emacs windows.
13949
13950 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
13951
139522002-03-31 Gerd Moellmann <gerd@gnu.org>
13953
13954 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
13955 Callers changed.
13956
139572002-03-30 Richard M. Stallman <rms@gnu.org>
13958
13959 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
13960 loop whenever it stops making progress.
13961
13962 * widget.c (set_frame_size): Don't call change_frame_size.
13963
139642002-03-30 Gerd Moellmann <gerd@gnu.org>
13965
13966 * dispnew.c (direct_output_for_insert):
13967 Call mark_window_display_accurate.
13968
139692002-03-29 Jason Rumney <jasonr@gnu.org>
13970
13971 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
13972
139732002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
13974
13975 * Makefile.in (lread.o): Depend on coding.h.
13976
13977 * lread.c (openp, Fload): Encode the file name before passing it
13978 to `stat', `access', and `emacs_open'.
13979 (openp): GCPRO the encoded file name. Don't recompute Lisp
13980 strings unnecessarily.
13981
139822002-03-29 Kim F. Storm <storm@cua.dk>
13983
13984 * fns.c (Flax_plist_put): Doc fix.
13985
139862002-03-28 Miles Bader <miles@gnu.org>
13987
13988 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
13989
139902002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13991
13992 * process.c (set-network-process-options): Add usage.
13993 (make-network-process): Doc fix.
13994
139952002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
13996
13997 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
13998
139992002-03-26 Richard M. Stallman <rms@gnu.org>
14000
14001 * fns.c (Fsubstring_no_properties): New function.
14002 (Flax_plist_get, Flax_plist_put): New functions.
14003 (syms_of_fns): defsubr them.
14004
14005 * xdisp.c (update_menu_bar): Test only update_mode_lines;
14006 don't test or alter w->update_mode_line.
14007
14008 * window.c (Fdisplay_buffer): Doc fix.
14009
140102002-03-24 Richard M. Stallman <rms@gnu.org>
14011
14012 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
14013
140142002-03-24 Gerd Moellmann <gerd@gnu.org>
14015
14016 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
14017 (Fdefmacro): Handle `(declare ...)'.
14018 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
14019 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
14020
140212002-03-24 Jason Rumney <jasonr@gnu.org>
14022
14023 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
14024 (xbm_file_p): Add prototypes.
14025 (xbm_format, xbm_image_p): Sync with xfns.c.
14026 (reflect_byte): New function.
14027 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
14028 (xbm_load_image): Create bitmaps with a depth of 1.
14029 (init_xfns): Enable XBM images.
14030
140312002-03-23 Jason Rumney <jasonr@gnu.org>
14032
14033 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
14034 correctly. Do not pass up_modifier to keyboard buffer.
14035
14036 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
14037
140382002-03-22 Stefan Monnier <monnier@cs.yale.edu>
14039
14040 * Makefile.in (bootstrapclean): New target.
14041 (bootstrap-temacs, bootstrap-doc): Remove.
14042 (bootstrap-emacs): Use a bog-standard `temacs'.
14043 Don't bother to build a DOC file.
14044
14045 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
14046
14047 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
14048 in temacs even if !CANNOT_DUMP.
14049 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
14050
14051 * alloc.c (check_pure_size): Only output a warning.
14052
140532002-03-22 Jason Rumney <jasonr@gnu.org>
14054
14055 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
14056 supported.
14057
14058 * w32term.c (zv_bits): Declare as short, for word alignment.
14059 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
14060 (syms_of_w32term): Define x-use-underline-position-properties.
14061
14062 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
14063 (clear_image_cache): Block input, fix logic, clear matrices in
14064 all frames that share this cache.
14065
140662002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
14067
14068 * emacs.c (main): Update the Copyright year in the blurb printed
14069 by "emacs --version".
14070
14071 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
14072
14073 * xterm.c (XTread_socket): If XK_ISO_Lock and
14074 XK_ISO_Last_Group_Lock are defined, handle keysyms between
14075 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
14076
140772002-03-21 Kim F. Storm <storm@cua.dk>
14078
14079 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
14080 menu-bar bindings in keymap and local-map properties _are_ used.
14081 But try keymap property first in accordance with 2002-01-03 patch.
14082 Added comment describing why this is not always reliable.
14083 (tool_bar_items): Ditto for tool-bar.
14084
140852002-03-21 Jason Rumney <jasonr@gnu.org>
14086
14087 * w32fns.c (x_clear_image_1): Disable color table code.
14088
140892002-03-21 Kim F. Storm <storm@cua.dk>
14090
14091 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
14092 removed the wrong version of the DEFUN macro; fixed it.
14093
14094 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
14095 Fmember rather than Fmemq).
14096 (Fprovide): Check that subfeatures is a list.
14097
14098 * process.c (QCfeature, QCdatagram): Removed variables.
14099 (QCtype, Qdatagram): New variables.
14100 (network_process_featurep): Removed function.
14101 (Fmake_network_process): Removed :feature check.
14102 Use :type 'datagram instead of :datagram t to create a datagram
14103 socket. This allows us to add other connection types (e.g. raw
14104 sockets) later in a consistent manner.
14105 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
14106 supported subfeatures for feature make-network-process.
14107 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
14108 Intern and staticpro QCtype and Qdatagram.
14109 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
14110
14111 * xfns.c: (QCtype): Remove duplicate declaration and
14112 initialization (is now declared in process.c).
14113
14114 * w32fns.c: (QCtype): Remove duplicate declaration and
14115 initialization (is now declared in process.c).
14116
141172002-03-21 Richard M. Stallman <rms@gnu.org>
14118
14119 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
14120 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
14121 when jumping to `fail' to avoid undoing reg changes in the
14122 last iteration of the loop.
14123 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
14124
14125 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
14126 Depend on process.h.
14127
141282002-03-20 Jason Rumney <jasonr@gnu.org>
14129
14130 Most of the following changes are still conditional on HAVE_IMAGES
14131 which is not set by default on Windows.
14132
14133 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
14134
14135 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
14136 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
14137 (four_corners_best, x_clear_image_1, x_clear_image)
14138 (x_alloc_image_color, postprocess_image)
14139 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
14140 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
14141 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
14142
14143 * w32gui.h (struct XImage): Define.
14144
14145 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
14146 extract mouse co-ordinates.
14147
141482002-03-20 Jason Rumney <jasonr@gnu.org>
14149
14150 * w32.c (init_winsock): Dynamically load new server and UDP
14151 socket functions.
14152 (socket_to_fd): New function.
14153 (sys_socket): Use it.
14154 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
14155 (sys_recvfrom, sys_sendto): New wrapper functions.
14156
14157 * process.c (QCfamily, QCfilter): Remove duplicate declaration
14158 and initialization.
14159
14160 * makefile.w32-in (LIBS): Remove $(WSOCK32).
14161
141622002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
14163
14164 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
14165 Don't use "sun" as a variable, it's a predefined constant on Sun
14166 machines.
14167
141682002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14169
14170 * bytecode.c (Fbyte_code): Revert last change.
14171
141722002-03-19 Kim F. Storm <storm@cua.dk>
14173
14174 * makefile.w32-in (LIBS): Add $(WSOCK32).
14175 From David Ponce <dponce@voila.fr>.
14176
141772002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14178
14179 * process.c (wait_reading_process_input): Move variables `pname'
14180 and `pnamelen' down where they are used.
14181
14182 * bytecode.c (Fbyte_code): Discard unused computed value to
14183 prevent gcc warning.
14184
14185 * lisp.h (Fplist_member): Add prototype.
14186
141872002-03-18 Kim F. Storm <storm@cua.dk>
14188
14189 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
14190 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
14191
14192 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
14193 Remove explicit GNU_LINUX settings for datagram support.
14194
141952002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14196
14197 * process.c (Fmake_network_process): Remove unused variable `sa'.
14198 Doc fix. Add usage:.
14199 (set_socket_options): Remove unused variables `optnum' and `opttype'.
14200
142012002-03-17 Richard M. Stallman <rms@gnu.org>
14202
14203 * xdisp.c (cursor_type_changed): New variable.
14204 (redisplay_internal): Redisplay all windows if cursor_type_changed.
14205 Clear it when clearing windows_or_buffers_changed.
14206 (try_cursor_movement, redisplay_window, try_window_id)
14207 (try_window_reusing_current_matrix): Test cursor_type_changed
14208 along with windows_or_buffers_changed.
14209
14210 * window.h (cursor_type_changed): New variable.
14211
14212 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
14213 not update_mode_lines, and always set it to 1.
14214
14215 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
14216 if no frames needed redrawing.
14217
142182002-03-17 Kim F. Storm <storm@cua.dk>
14219
14220 The following changes add support for network server processes,
14221 datagram connections, and local (unix) sockets.
14222
14223 * process.h (struct Lisp_Process): New member log.
14224 Doc fix: Member command used to indicate stopped network process.
14225 Doc fix: Member childp contains plist for network process.
14226 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
14227
14228 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
14229 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
14230 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
14231 New variables.
14232 (NETCONN1_P): New macro.
14233 (DATAGRAM_SOCKETS): New conditional symbol.
14234 (datagram_address): New array.
14235 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
14236 (status_message): Use concat3.
14237 (Fprocess_status): Add `listen' status to doc string. Return `stop'
14238 for a stopped network process.
14239 (Fset_process_buffer): Update contact plist for network process.
14240 (Fset_process_filter): Ditto. Don't enable input for stopped
14241 network processes. Server must listen, even if filter is t.
14242 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
14243 New functions.
14244 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
14245 (Fprocess_contact): Added KEY argument. Handle datagrams.
14246 (list_processes_1): Optionally show only processes with the query
14247 on exit flag set. Dynamically adjust column widths. Omit tty
14248 column if not needed. Report stopped network processes.
14249 Identify server and datagram network processes.
14250 (Flist_processes): New optional arg `query-only'.
14251 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
14252 (conv_lisp_to_sockaddr, set_socket_options)
14253 (network_process_featurep, unwind_request_sigio): New helper functions.
14254 (Fprocess_datagram_address, Fset_process_datagram_address):
14255 (Fset_network_process_options): New lisp functions.
14256 (Fopen_network_stream): Removed. Now defined in simple.el.
14257 (Fmake_network_process): New lisp function. Code is based on previous
14258 Fopen_network_stream, but heavily reworked with new property list based
14259 argument list, support for datagrams, server processes, and local
14260 sockets in addition to old client-only functionality.
14261 (server_accept_connection): New function.
14262 (wait_reading_process_input): Use it to handle incoming connects.
14263 Do not enable input on a new connection if process is stopped.
f63fd14e 14264 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
048addec
JD
14265 (send_process): Handle datagram sockets.
14266 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
14267 network process is indicated by setting command field to t .
14268 (Fprocess_send_eof): No-op if datagram connection.
14269 (Fstatus_notify): Don't read input for a stream server socket or a
14270 stopped network process.
14271 (init_process): Initialize datagram_address array.
14272 (syms_of_process): Intern and staticpro new variables, defsubr new
14273 functions.
14274
142752002-03-16 Jason Rumney <jasonr@gnu.org>
14276
14277 * w32fns.c (w32_to_all_x_charsets): Return correct type in
14278 startup case.
14279
142802002-03-16 Richard M. Stallman <rms@gnu.org>
14281
14282 * xdisp.c (redisplay_internal, redisplay_windows):
14283 Use list_of_error to call internal_condition_case_1.
14284 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
14285 so as to catch all errors with no possibility of debugger redisplay.
14286 (list_of_error): New variable.
14287 (syms_of_xdisp): Init and staticpro it.
14288
14289 * print.c (print_object): Delete `\ ' from printed rep of frame.
14290
142912002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
14292
14293 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
14294 until its implementation is fixed.
14295
142962002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14297
14298 * xfns.c (png_load): Remove unused variable `gamma_str'.
14299
143002002-03-14 Richard M. Stallman <rms@gnu.org>
14301
14302 * xfns.c (x_real_positions): Handle failure in XQueryTree.
14303
143042002-03-14 Miles Bader <miles@gnu.org>
14305
14306 * intervals.c (adjust_for_invis_intang): New function.
14307 (set_point_both): Use `adjust_for_invis_intang' to do most of the
14308 work for dealing with invisible+intangible regions. Do so before
14309 and after both forward and backward movements, to handle both
14310 front-sticky and rear-sticky cases.
14311 * textprop.c (text_property_stickiness): Function moved here from
14312 `editfns.c'.
14313 * intervals.h (text_property_stickiness): New declaration.
14314 * editfns.c (char_property_eq): Function removed.
14315 (text_property_stickiness): Function moved to `textprop.c'.
14316
143172002-03-13 Jason Rumney <jasonr@gnu.org>
14318
14319 * config.in: Add STRFTIME_NO_POSIX2.
14320
14321 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
14322 and %OX when underlying strftime does not.
14323
143242002-03-13 Stefan Monnier <monnier@cs.yale.edu>
14325
14326 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
14327 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
14328 line) to avoid annoying flicker.
14329 (xm_scroll_callback): Get rid of the now unnecessary kludge.
14330 (XTread_socket): Mark it static.
14331
14332 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
14333
143342002-03-13 Kim F. Storm <storm@cua.dk>
14335
14336 * puresize.h (BASE_PURESIZE): Increase to 775000.
14337
143382002-03-12 Juanma Barranquero <lektu@terra.es>
14339
14340 * editfns.c (syms_of_editfns): Fix typo.
14341
143422002-03-12 Gerd Moellmann <gerd@gnu.org>
14343
14344 * xsmfns.c: Include stdio.h because termhooks.h needs it.
14345 Include termopt.h for interrupt_input.
14346
143472002-03-11 Andreas Schwab <schwab@suse.de>
14348
14349 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
14350
143512002-03-11 Gerd Moellmann <gerd@gnu.org>
14352
14353 * xterm.c (note_mouse_movement): Put code for
14354 x_autoselect_window_p in #if 0.
14355
14356 * lread.c (Fload): Don't assume that message_with_string uses the
14357 string it is given like a C string.
14358
143592002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14360
78819ebb 14361 * xterm.h (x_session_check_input, x_session_initialize): Declare.
048addec
JD
14362
14363 * xterm.c: (XTread_socket): Add call to x_session_check_input and
14364 x_session_have_connection.
14365 (x_initialize): Add call to x_session_initialize.
14366
14367 * termhooks.h (enum event_kind): Add save_session_event.
14368
14369 * keyboard.c: Add Emacs event save_session_event.
14370
14371 * emacs.c (main): Add call to syms_of_xsmfns.
14372
78819ebb 14373 * lisp.h (syms_of_xsmfns): Declare extern.
048addec
JD
14374
14375 * config.in: Add HAVE_X_SM.
14376
14377 * Makefile.in (LIBXT): Add -lSM -lICE
14378 if HAVE_X_SM and not USE_X_TOOLKIT.
14379 (XOBJ): New file xsmfns.c added.
14380
14381 * xsmfns.c: New file for X session management.
14382
143832002-03-09 Jason Rumney <jasonr@gnu.org>
14384
14385 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
14386 read-only when setting modified time.
14387
143882002-03-08 Gerd Moellmann <gerd@gnu.org>
14389
14390 * xdisp.c (move_it_vertically_backward): At the end of the function,
14391 when moving forward by lines, treat terminal frames specially.
14392
14393 * keyboard.c (echo_char): Make sure to add a separator between
14394 keys even if echo_dash hasn't been called.
14395
14396 * xdisp.c: Use new string macros.
14397 (update_echo_area): Pass number of bytes to message3 instead of
14398 number of chars.
14399 (set_message_1): Don't access a string's size_byte directly.
14400 (decode_mode_spec_coding): Use number of bytes of eoltype string
14401 instead number of chars.
14402
14403 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
14404
144052002-03-08 Juanma Barranquero <lektu@terra.es>
14406
14407 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
14408 24-bit.
14409
144102002-03-06 Jason Rumney <jasonr@gnu.org>
14411
14412 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
14413
144142002-03-06 Gerd Moellmann <gerd@gnu.org>
14415
14416 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
14417 (cancel_echoing, echo_length, echo_truncate): Changed to
14418 work with new kboard definition.
14419 (echo_now): Use message3_nolog instead of message2_nolog.
14420
14421 * alloc.c (mark_kboards): Mark echo_string.
14422
14423 * keyboard.h (ECHOBUFSIZE): Removed.
14424 (struct kboard): Member echoptr removed, member echobuf renamed
14425 to echo_string.
14426
14427 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
14428 message3 instead of message2 to display the message using STRING's
14429 text properties.
14430
144312002-03-05 Andreas Schwab <schwab@suse.de>
14432
14433 * xdisp.c (hscroll_margin): Change to EMACS_INT.
14434
144352002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
14436
14437 * frame.c (default-frame-alist): Explain that setting it doesn't
14438 affect existing frames.
14439
144402002-03-05 Stefan Monnier <monnier@cs.yale.edu>
14441
14442 * indent.c (skip_invisible): Fix my brain fart.
14443
14444 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
14445
144462002-03-04 Stefan Monnier <monnier@cs.yale.edu>
14447
14448 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
14449 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
14450 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
14451 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
14452 and variables to use EMACS_INT instead of just int.
14453
14454 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
14455
144562002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
14457
14458 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
14459 environment, pass it down with corrected value.
14460
144612002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14462
14463 * lread.c (read_filtered_event): Do not call start_hourglass
14464 before returning.
14465
144662002-03-04 Juanma Barranquero <lektu@terra.es>
14467
14468 * w32term.c (x_display_and_set_cursor): Fix typo.
14469
144702002-03-03 Richard M. Stallman <rms@gnu.org>
14471
14472 * fileio.c (Fmake_temp_name): Doc fix.
14473
144742002-03-03 Gary Wong <gtw@gnu.org>
14475
14476 * termcap.c [!emacs]: Replace ospeed for building standalone
14477 libtermcap, for binary compatibility.
14478
14479 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
14480
144812002-03-03 Richard M. Stallman <rms@gnu.org>
14482
14483 * xrdb.c (file_p): Rename arg `path' to `filename'.
14484
14485 * abbrev.c (Fexpand_abbrev): Increment plist as use count
14486 only if it is an integer.
14487
14488 * xfns.c (png_load): Set screen_gamma based on f->gamma.
14489 If png_get_sRGB gives an answer, call png_set_gamma
14490 using the default image gamma value.
14491
14492 * lread.c (read1): When reading from a file, default string to
14493 multibyte only if it has some multibyte characters.
14494
14495 * print.c (print_object): Output multibyte chars 128...255
14496 using \x even if ! print_escape_multibyte.
14497
14498 * xdisp.c (display_mode_element): Move the places where
14499 bytepos, charpos, this, and lisp_string are set.
14500 Use lisp_string to set bytepos.
14501
14502 * xdisp.c (redisplay_internal):
14503 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
14504
14505 * xdisp.c (display_mode_element): Merge properties specified with
14506 :propertize onto those that come with the string.
14507
145082002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
14509
14510 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
14511 automatic-hscrolling. Users changed.
14512 <hscroll-margin>: Renamed from automatic-hscroll-margin.
14513 Users changed.
14514 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
14515
145162002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
14517
14518 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
14519
145202002-03-02 Kim F. Storm <storm@cua.dk>
14521
14522 * window.c (Fminibuffer_selected_window): New function.
14523 (syms_of_window): Defsubr it.
14524
145252002-03-01 Kim F. Storm <storm@cua.dk>
14526
14527 * window.h (struct window): New member phys_cursor_width.
14528
14529 * window.c (make_window, replace_window): Init phys_cursor_width.
14530
14531 * xterm.c (x_display_and_set_cursor): Blink box cursor using
14532 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
14533
14534 * w32term.c (x_display_and_set_cursor): Blink box cursor using
14535 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
14536
14537 * lisp.h (GCPRO6): New macro.
14538
14539 * process.c (Fopen_network_stream): Use GCPRO6.
14540
145412002-03-01 Kim F. Storm <storm@cua.dk>
14542
14543 * process.c (Qconnect, Qfailed): New variables.
14544 (syms_of_process): Intern and staticpro them.
14545 (Fprocess_status): Document connect and failed return values.
14546 [NON_BLOCKING_CONNECT]: New conditional.
14547 (connect_wait_mask, num_pending_connects): New variables.
14548 (status_message): Convert Qfailed status.
14549 (Fopen_network_stream): Added support for non-blocking connect.
14550 New optional args: filter, sentinel, non_blocking. Doc updated.
14551 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
14552 (deactivate_process): Handle pending non-blocking connect.
14553 (wait_reading_process_input): Poll for status of non-blocking
14554 connects. Exec sentinel directly when connect succeeds.
14555 (status_notify): Don't read process output if not yet connected.
14556
145572002-02-28 Kim F. Storm <storm@cua.dk>
14558
14559 * window.c: (minibuf_selected_window): Renamed from
14560 Vminibuf_selected_window. Users changed.
14561 (syms_of_window): Staticpro it.
14562
145632002-02-26 Kim F. Storm <storm@cua.dk>
14564
14565 The following changes add a new Vminibuf_selected_window variable
14566 which is similar to Vminibuf_scroll_window, but which is only set
14567 on entry to the minibuffer (from a non-minibuffer window):
14568
14569 * window.c: (Vminibuf_selected_window): New variable.
14570 (struct save_window_data): New member minibuf_selected_window.
14571 (Fset_window_configuration): Restore Vminibuf_selected_window.
14572 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
14573 Set minibuf_scroll_window member to nil if minibuf_level is 0.
14574 (compare_window_configurations): Compare minibuf_selected_window.
14575
14576 * window.h: (Vminibuf_selected_window): Declare extern.
14577
14578 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
14579 entry to minibuffer or on entry from a non-minibuffer window.
14580
14581 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
14582 Vminibuf_selected_window instead of Vminibuf_scroll_window.
14583
14584 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
14585 instead of Vminibuf_scroll_window when deciding in which window
14586 the region should be highlighted. Consequently, the region remains
14587 highlighteded even when a completion buffer is also displayed.
14588
145892002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
14590
14591 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
14592
14593 * xselect.c (Qcompound_text_with_extensions): Renamed from
14594 Qcompound_text_no_extensions.
14595 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
14596
145972002-02-26 Juanma Barranquero <lektu@terra.es>
14598
14599 * w32proc.c (syms_of_ntproc): Doc fix.
14600
146012002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14602
14603 * intervals.h: Include "dispextern.h" unconditionally.
14604
146052002-02-24 Jason Rumney <jasonr@gnu.org>
14606
14607 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
14608 and disp-table.elc.
14609 (lisp): Add emacs-lisp/backquote.elc.
14610
146112002-02-24 Kim F. Storm <storm@cua.dk>
14612
14613 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
14614 The validation of the event type was too strict as it didn't
14615 allow string events; buffer names are used in bindings for
14616 menu-bar-select-buffer (see `menu-bar-update-buffers').
14617
146182002-02-23 Kim F. Storm <storm@cua.dk>
14619
14620 The following changes rework my patch of 2002-02-06 which
14621 added command remapping by entering the commands directly into
14622 the keymaps. Now, command remapping uses an explicit `remap'
14623 prefix in the keymaps, i.e. [remap COMMAND].
14624
14625 * keymap.c (Qremap, remap_command_vector): New variables.
14626 (is_command_symbol): Removed function.
14627 (Fdefine_key): No longer accept a symbol for KEY.
14628 Added validation of [remap COMMAND] argument for KEY.
14629 The DEF is no longer required to be a symbol when remapping a command.
14630 (Fremap_command): New function to remap command through keymaps.
14631 (Flookup_key): Perform command remapping initiated by
14632 Fremap_command directly for speed.
14633 (Fkey_binding): Use Fremap_command for command remapping.
14634 (where_is_internal): Handle new command remapping representation.
14635 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
14636 staticpro them. Defsubr Fremap_command.
14637
14638 * keymap.h (Fremap_command): Declare extern.
14639 (is_command_symbol): Remove extern.
14640
14641 * keyboard.c (command_loop_1): Use Fremap_command for command
14642 remapping; now try command remapping for all symbols.
14643
146442002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
14645
14646 * coding.h (run_pre_post_conversion_on_str): Add prototype.
14647
146482002-02-23 Jason Rumney <jasonr@gnu.org>
14649
14650 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
14651 on the string before encoding it.
14652 (Fw32_get_clipboard_data): Run post-read-conversion on the string
14653 after decoding it.
14654
14655 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
14656
146572002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14658
14659 * w32term.c (enter_timestamp): Remove unused static variable to
14660 prevent warning.
14661
14662 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
14663
146642002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
14665
14666 * w16select.c (Fw16_get_clipboard_data): Fix last change.
14667
14668 * xselect.c (selection_data_to_lisp_data): Fix last change.
14669
146702002-02-22 Jason Rumney <jasonr@gnu.org>
14671
14672 * w32term.h (struct w32_output): New member menu_command_in_progress.
14673
14674 * w32menu.c (menubar_selection_callback): Free the menu and
14675 clear the menu_command_in_progress flag.
14676
14677 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
14678 (menu_free_timer): New variable.
14679 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
14680 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
14681 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
14682 menu command is in progress.
14683 <WM_COMMAND>: Set the menu_command_in_progress flag.
14684 Kill any menu_free_timer that is running.
14685
14686 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
14687 Call ExtTextOutA rather than ExtTextOut.
14688
146892002-02-22 Eli Zaretskii <eliz@gnu.org>
14690
14691 * puresize.h (BASE_PURESIZE): Increase to 755000.
14692
146932002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
14694
14695 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
14696 on the string before encoding it.
14697 (Fw16_get_clipboard_data): Run post-read-conversion on the string
14698 after decoding it.
14699
147002002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
14701
14702 Support for ICCCM Extended Segments in X selections:
14703
14704 * xselect.c <Qcompound_text_no_extensions>: New variable.
14705 (syms_of_xselect): Intern and staticpro it.
14706 (selection_data_to_lisp_data): Run post-read-conversion on decoded
14707 selection text.
14708 (lisp_data_to_selection_data): If next-selection-coding-system is
14709 compound-text-no-extensions, set the type of selection to be
14710 compound-text.
14711
14712 * xterm.h (x_encode_text): Update prototype.
14713
14714 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
14715 callers changed. If SELECTIONP is non-zero, run the
14716 pre-write-conversion function before encoding the selection text.
14717
147182002-02-21 Kim F. Storm <storm@cua.dk>
14719
14720 * frame.c (syms_of_frame): Change mouse-highlight default to t.
14721
14722 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
14723 Correct composing of language-change event.
14724
147252002-02-20 Kim F. Storm <storm@cua.dk>
14726
14727 * keyboard.c (menu_bar_items): Don't include keymap or local-map
14728 bindings at PT when building menu (the menu is not updated often
14729 enough for this to work reliable).
14730 (tool_bar_items): Likewise.
14731 (current_active_maps): Removed unused (and buggy) function.
14732
147332002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14734
14735 * xfns.c (gif_load): Use correct width and height for GIF images.
14736
147372002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
14738
14739 * floatfns.c (Fatan): Accept an optional second arg and call
14740 atan2 if passed 2 args.
14741
147422002-02-18 Jason Rumney <jasonr@gnu.org>
14743
14744 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
14745
147462002-02-17 Jason Rumney <jasonr@gnu.org>
14747
14748 * w32term.c (x_autoselect_window_p): New variable.
14749 (syms_of_w32term): DEFVAR_BOOL and initialize it.
14750 (note_mouse_movement): Use it.
14751
14752 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
14753
14754 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
14755
14756 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
14757 New variables.
14758 (syms_of_w32fns): Intern and staticpro them.
14759 (x_frame_parms) <"fullscreen">: New parameter.
14760 (x_fullscreen_move, x_set_fullscreen): New functions.
14761 (x_set_frame_parameters): Support Qfullscreen.
14762 (x_real_positions): Save x/y_pixels_diff frame params.
14763 (x_figure_window_size): Support full-screen frames.
14764 (Fx_create_frame): Default the fullscreen parameter.
14765
14766 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
14767 (x_fullscreen_adjust): New functions.
14768 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
14769 fullscreen. Call x_check_fullscreen_move, and set the
14770 want_fullscreen member of output_data.w32
14771 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
14772
14773 * w32term.h: New enum for FULLSCREEN_* constants.
14774 (struct w32_output): New members want_fullscreen, x_pixels_diff,
14775 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
14776 (x-fullscreen-adjust): New prototype.
14777
147782002-02-17 Kim F. Storm <storm@cua.dk>
14779
14780 * frame.c: (Vmouse_highlight): New variable.
14781 (syms_of_frame): DEFVAR_LISP it.
14782
14783 * frame.h: (Vmouse_highlight): Declare extern.
8a8e19a3 14784
048addec 14785 * xterm.h (struct x_display_info): Add mouse_face_hidden.
8a8e19a3 14786
048addec
JD
14787 * xterm.c (disable_mouse_highlight): Removed variable.
14788 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
14789 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14790 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
14791 and on after keyboard input.
14792 (x_term_init): Initialize mouse_face_hidden.
8a8e19a3 14793
048addec 14794 * msdos.h (struct display_info): Add mouse_face_hidden.
8a8e19a3 14795
048addec
JD
14796 * msdos.c (disable_mouse_highlight): Removed variable.
14797 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14798 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
14799 (internal_terminal_init): Initialize mouse_face_hidden.
14800 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
14801 and on after keyboard input.
4f1b1854 14802
048addec 14803 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
4f1b1854 14804
048addec
JD
14805 * w32term.c (disable_mouse_highlight): Removed variable.
14806 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
14807 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14808 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
14809 and on after keyboard input.
14810 (w32_initialize_display_info): Initialize mouse_face_hidden.
4f1b1854 14811
048addec 148122002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4f1b1854 14813
048addec
JD
14814 * msdos.c (last_mouse_window): New variable.
14815 (dos_rawgetc): Fix last change--if the mouse is in the same window
14816 as recorded in last_mouse_window, don't select this window.
5cb6905d 14817
048addec 14818 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
5cb6905d 14819
048addec
JD
14820 * msdos.c (x_autoselect_window_p): New variable.
14821 (syms_of_msdos): Defvar it.
14822 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
14823 which the last mouse movement occured, unless it is already selected.
437dfb9f 14824
048addec
JD
14825 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
14826 New variables.
14827 (syms_of_xdisp): DEVFAR them.
14828 (hscroll_window_tree): Use automatic_hscroll_margin and
14829 Vautomatic_hscroll_step to compute the amount of window scrolling.
437dfb9f 14830
048addec 148312002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9f696a00 14832
048addec
JD
14833 * xterm.c (x-autoselect-window): New variable.
14834 (note_mouse_movement): Use it.
9f696a00 14835
048addec 14836 * keyboard.c: Do not include "systime.h" twice.
d57966d7 14837
048addec 148382002-02-15 Andreas Schwab <schwab@suse.de>
d57966d7 14839
bfa02563 14840 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
d57966d7 14841
048addec 14842 * alloc.c (NSTATICS): Increase to 1280.
74779f52 14843
048addec 148442002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
74779f52 14845
048addec 14846 * alloc.c (NSTATICS): Bump to 1026.
a474d59c 14847
048addec
JD
14848 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
14849 (Vx_super_keysym): New variables.
14850 (syms_of_xterm): DEFVAR_LISP them.
14851 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
14852 variables to determine which keys to use for the various modifiers.
a474d59c 14853
048addec 148542002-02-13 Kim F. Storm <storm@cua.dk>
fbb70ad9 14855
048addec
JD
14856 * window.c: (Vmode_line_in_non_selected_windows): Removed.
14857 (mode_line_in_non_selected_windows): New variable.
14858 (syms_of_window): DEFVAR_BOOL it.
fbb70ad9 14859
048addec
JD
14860 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
14861 Use mode_line_in_non_selected_windows.
14862 (mode_line_in_non_selected_windows): Declare extern.
14863 (Vmode_line_in_non_selected_windows): Removed extern.
2d10309f 14864
048addec 148652002-02-13 Richard M. Stallman <rms@gnu.org>
2d10309f 14866
048addec
JD
14867 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
14868 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
14869 (Fclear_this_command_keys): Doc fixes.
2d10309f 14870
048addec
JD
14871 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
14872 (update_face_from_frame_parameter): Increment face_change_count
14873 and windows_or_buffers_changed to force redisplay using changed faces.
7f2cddf3 14874
048addec
JD
14875 * xdisp.c (QCpropertize): New variable.
14876 (mode_line_proptrans_alist): New variable.
14877 (display_mode_element): New arg PROPS; all calls changed.
14878 Implement this, for strings.
14879 Handle literal output of strings by sharing the
14880 main-line code for strings, using local var `literal'.
14881 Handle :propertize feature.
14882 (syms_of_xdisp): Initialze and staticpro QCpropertize and
14883 mode_line_proptrans_alist.
0b1e6b54 14884
048addec 148852002-02-11 Kim F. Storm <storm@cua.dk>
7f2cddf3 14886
048addec
JD
14887 * window.c: (Vmode_line_in_non_selected_windows): New variable.
14888 (syms_of_window): DEFVAR_LISP it.
7f2cddf3 14889
048addec
JD
14890 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
14891 (CURRENT_MODE_LINE_FACE_ID): Use it.
14892 (Vmode_line_in_non_selected_windows): Declare extern.
e17144de 14893
048addec
JD
14894 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
14895 to get mode line face.
e17144de 14896
048addec 148972002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
6637c996 14898
048addec
JD
14899 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
14900 variables; cus-start.el doesn't need them anymore.
44368f8f 14901
048addec 149022002-02-09 Kim F. Storm <storm@cua.dk>
f884b6f4 14903
048addec
JD
14904 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
14905 reduction. This fixes a display problem where stray newlines were
14906 inserted in the window (corrected by C-l). Clarified code (IMHO).
6637c996 14907
048addec 149082002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
6637c996 14909
048addec 14910 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
6637c996 14911
048addec 14912 * xdisp.c (display_mode_lines): Fix last change.
453c5510 14913
048addec 149142002-02-09 Jason Rumney <jasonr@gnu.org>
453c5510 14915
048addec
JD
14916 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
14917 match each other.
14918 (w32_load_system_font): Prevent Cleartype fonts from loading.
14919 (Fx_show_tip): Ensure tip frames are above other topmost windows.
d1d070e3 14920
048addec 149212002-02-09 Kim F. Storm <storm@cua.dk>
d1d070e3 14922
048addec
JD
14923 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
14924 (CURRENT_MODE_LINE_HEIGHT): Use it.
14925 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
9ec1bdb6 14926
048addec
JD
14927 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
14928 (pos_visible_p, handle_face_prop): Likewise.
14929 (display_mode_lines): Likewise, but for the real selected window.
14930 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
9ec1bdb6 14931
048addec
JD
14932 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
14933 in non-selected windows.
14934 (realize_basic_faces): Realize it.
14935 (syms_of_term): Intern and staticpro it.
308dd672 14936
048addec 149372002-02-08 Kim F. Storm <storm@cua.dk>
edde72f6 14938
048addec
JD
14939 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
14940 Changed mail addresses to emacs-devel@gnu.org.
308dd672 14941
048addec 149422002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
3c1e6b46 14943
048addec
JD
14944 * fileio.c (Fsubstitute_in_file_name): If the file name includes
14945 ~user, and there's no such user, don't discard everything before ~user.
03950b5b 14946
048addec 14947 * floatfns.c (Fround): Doc fix.
3c1e6b46 14948
048addec 149492002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c1e11810 14950
048addec 14951 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
c1e11810 14952
048addec 149532002-02-07 Stefan Monnier <monnier@cs.yale.edu>
1996baee 14954
048addec 14955 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
1996baee 14956
048addec 149572002-02-07 Kim F. Storm <storm@cua.dk>
0065bb74 14958
048addec
JD
14959 * keymap.c (where_is_internal): Only check whether definition is
14960 remapped if it fulfills is_command_symbol.
0065bb74 14961
048addec 149622002-02-07 Andreas Schwab <schwab@suse.de>
0065bb74 14963
048addec 14964 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
b5cb6072 14965
048addec 14966 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
b5cb6072 14967
048addec 149682002-02-06 Kim F. Storm <storm@cua.dk>
15fff01d 14969
048addec
JD
14970 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
14971 defining command remapping. Doc updated.
14972 (Flookup_key): Remap command through keymap if KEY is a symbol.
14973 (is_command_symbol): New function.
14974 (Fkey_binding): Use it. New optional argument NO-REMAP.
14975 Doc updated. Callers changed. Perform command remapping via
14976 recursive call unless that arg is non-nil.
14977 (where_is_internal): New argument no_remap. Callers changed.
14978 Call recursively to find original key bindings for a remapped
14979 comand unless that arg is non-nil.
14980 (Fwhere_is_internal): New optional argument NO-REMAP.
14981 Doc updated. Callers changed. Pass arg to where_is_internal.
0065bb74 14982
048addec
JD
14983 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
14984 (is_command_symbol): Added prototype.
0d8466cc 14985
048addec
JD
14986 * keyboard.c (Vthis_original_command): New variable.
14987 (syms_of_keyboard): DEFVAR_LISP it.
14988 (command_loop_1): Set it, and perform command remapping.
15fff01d 14989
048addec 149902002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2fae9111 14991
048addec 14992 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
2d6c1fc0 14993
048addec 149942002-02-06 Jason Rumney <jasonr@gnu.org>
07025a55 14995
048addec 14996 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
07025a55 14997
048addec 149982002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
07025a55 14999
048addec 15000 * charset.c (get_charset_id): Use if-else instead of ?:.
3a232704 15001
048addec 150022002-02-06 Richard M. Stallman <rms@gnu.org>
539e92ad 15003
048addec 15004 * filelock.c (S_ISLNK): Define if not defined.
3a232704 15005
048addec 150062002-02-03 Richard M. Stallman <rms@gnu.org>
0cb8bb48 15007
048addec 15008 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
539e92ad 15009
048addec
JD
15010 * lread.c (read1): Redesign strategy for force_multibyte and
15011 force_singlebyte. Now is_multibyte records whether read_buffer
15012 is multibyte. Encountering any multibyte character makes it so.
4e02881b 15013
048addec 150142002-02-02 Stefan Monnier <monnier@cs.yale.edu>
4e02881b 15015
048addec
JD
15016 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
15017 with the same sequence, map that sequence to f10 rather than f0.
1ab964d7 15018
048addec 150192002-02-03 Andreas Schwab <schwab@suse.de>
1ab964d7 15020
048addec
JD
15021 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
15022 latter never being defined on GNU/Linux.
749f499f 15023
048addec 150242002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
749f499f 15025
048addec
JD
15026 * xfaces.c (realize_default_face): Don't set the weight and slant of
15027 the default face to Qnormal, unless these attributes are unspecified.
b5d9aaba 15028
048addec 150292002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3a232704 15030
048addec
JD
15031 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
15032 Call cancel_hourglass unconditionally.
d0fd26dd 15033
048addec
JD
15034 * eval.c (Fsignal): Remove duplicated declaration of
15035 the variable `display_hourglass_p'.
b4c45162 15036
048addec 150372002-01-31 Richard M. Stallman <rms@gnu.org>
d0fd26dd 15038
048addec 15039 * editfns.c (region_limit): Nicer error message.
c95eaa61 15040
048addec
JD
15041 * coding.c (decode_composition_emacs_mule):
15042 Give up if NCOMPONENT gets too large to index `component'.
c95eaa61 15043
048addec
JD
15044 * callint.c (check_mark): New arg to specify clearer error message.
15045 Callers changed.
c95eaa61 15046
048addec 150472002-01-27 Richard M. Stallman <rms@gnu.org>
c95eaa61 15048
048addec 15049 * minibuf.c (Fcompleting_read): Doc fix.
c95eaa61 15050
048addec 150512002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c95eaa61 15052
048addec
JD
15053 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
15054 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
15055 Fix doc-strings.
c95eaa61 15056
048addec 150572002-01-26 Richard M. Stallman <rms@gnu.org>
c95eaa61 15058
048addec 15059 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
c95eaa61 15060
048addec
JD
15061 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
15062 and scroll_up_aggressively.
c95eaa61 15063
048addec 150642002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
31877e0a 15065
048addec 15066 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
31877e0a 15067
048addec 150682002-01-25 Stefan Monnier <monnier@cs.yale.edu>
e2c3786a 15069
048addec
JD
15070 * textprop.c (Fnext_property_change, Fnext_single_property_change)
15071 (Fprevious_property_change, Fprevious_single_property_change):
15072 Stay within the narrowed-buffer boundaries.
e2c3786a 15073
048addec 150742002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
c513fc03 15075
048addec
JD
15076 * term.c (Ftty_display_color_cells): New function.
15077 (syms_of_term): Defsubr it.
15078 (Ftty_display_color_cells, Ftty_display_color_p): Change the
15079 argument name to DISPLAY. Doc fix.
bf794306 15080
048addec
JD
15081 * dispextern.h: Add prototype for set_tty_color_mode and
15082 tty_setup_colors.
bf794306 15083
048addec 150842002-01-24 Jason Rumney <jasonr@gnu.org>
bf794306 15085
048addec
JD
15086 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
15087 If region left to draw is not what was expected, mark the frame as
15088 garbaged.
62582985 15089
048addec
JD
15090 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
15091 Combine the regions returned by BeginPaint and GetUpdateRect.
c513fc03 15092
048addec 150932002-01-23 Jason Rumney <jasonr@gnu.org>
3509a04c 15094
048addec
JD
15095 * w32term.c (x_update_window_begin): Only hide caret if
15096 w32_use_visible_system_caret is set.
15097 (x_update_window_end): Only show caret if
15098 w32_use_visible_system_caret is set.
15099 (syms_of_w32term): Handle SystemParametersInfo call failing.
3509a04c 15100
048addec 15101 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
3509a04c 15102
048addec 151032002-01-22 Richard M. Stallman <rms@gnu.org>
3509a04c 15104
048addec
JD
15105 * unexelf.c (unexec): Define n so as to cause compilation error
15106 for the code where people have often written n instead of nn.
1e9a6186 15107
048addec 15108 * .gdbinit (hookpost-run): Defined.
1e9a6186 15109
048addec 151102002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e4e34e31 15111
048addec 15112 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
e4e34e31 15113
048addec 151142002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4521d1fc 15115
048addec
JD
15116 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
15117 if fullscreen is being set.
7c75be36 15118
048addec 151192002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4521d1fc 15120
048addec
JD
15121 * minibuf.c (Fminibuffer_contents)
15122 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
15123 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
4521d1fc 15124
048addec 151252002-01-21 Richard M. Stallman <rms@gnu.org>
4521d1fc 15126
048addec 15127 * window.c (check_frame_size): Fix minimum height calculation.
93dec019 15128
048addec 151292002-01-20 Ken Raeburn <raeburn@gnu.org>
93dec019 15130
048addec
JD
15131 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
15132 height before comparison.
15133 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
905cc05a 15134
048addec 151352002-01-20 Jason Rumney <jasonr@gnu.org>
2ed06289 15136
048addec
JD
15137 * w32term.c (w32_system_caret_width): Remove.
15138 (w32_use_visible_system_caret): New user flag.
15139 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
15140 Windows reports a screen reader running.
15141 (x_update_window_begin): Hide the system caret.
15142 (x_update_window_end): Show the system caret.
15143 (x_display_and_set_cursor): Don't draw a cursor when
15144 w32_use_visible_system_caret is set. Do not adjust width.
0e79d667 15145
048addec
JD
15146 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
15147 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
15148 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
15149 the user requests it. Use system default width when creating.
15150 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
0e79d667 15151
048addec
JD
15152 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
15153 New window messages.
905cc05a 15154
048addec 151552002-01-20 Richard M. Stallman <rms@gnu.org>
82a7ab23 15156
048addec 15157 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
d75bec6a 15158
048addec 151592002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
52dcb476 15160
048addec 15161 * doprnt.c (doprnt1): Fix typos in error call.
82a7ab23 15162
048addec 151632002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
82a7ab23 15164
048addec 15165 * unexelf.c (unexec) [__sgi]: Support the .got sections.
82a7ab23 15166
048addec 151672002-01-20 Jason Rumney <jasonr@gnu.org>
4d0fa4f3 15168
048addec
JD
15169 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
15170 that Windows returns. If a double check fails, try to guess how
15171 ExtTextOut is going to act.
4d0fa4f3 15172
048addec
JD
15173 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
15174 in place of stricmp.
15175 (w32_list_synthesized_fonts): Removed.
15176 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
15177 (struct enumfont_t): New element; list.
15178 (enum_font_cb2): List all style and charset variations of a font.
15179 (Fw32_select_font): New optional argument; include_proportional.
15180 Exclude vertical fonts. Exclude proportional fonts unless
15181 include_proportional is non-nil.
15182 (w32_enable_synthesized_fonts): Change to a boolean.
15183 (Fw32_send_sys_command): Doc fix.
493faf20 15184
048addec 151852002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
493faf20 15186
048addec
JD
15187 * dispnew.c (update_frame): Move the variable `tem' to the block
15188 where it is used.
4971e491 15189
048addec 151902002-01-19 Jason Rumney <jasonr@gnu.org>
4971e491 15191
048addec
JD
15192 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
15193 call to face-set-after-frame-default.
4971e491 15194
048addec 151952002-01-18 Richard M. Stallman <rms@gnu.org>
d911a0fa 15196
048addec
JD
15197 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
15198 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
d911a0fa 15199
048addec 152002002-01-17 Richard M. Stallman <rms@gnu.org>
d911a0fa 15201
048addec
JD
15202 * window.c (enlarge_window): When exceeding size of parent,
15203 directly delete all the siblings instead of trying to resize it.
201c831a 15204
048addec 152052002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
201c831a 15206
048addec 15207 * term.c (set_tty_color_mode): Remove unused variable `tem'.
201c831a 15208
048addec 152092002-01-16 Henrik Enberg <henrik@enberg.org>
34e39c95 15210
048addec 15211 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
34e39c95 15212
048addec 152132002-01-16 Kim F. Storm <storm@cua.dk>
d77fbc16 15214
048addec
JD
15215 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
15216 is invisible. This can happen if cursor is on top line of a
15217 window, and we switch to a buffer with a header line.
d77fbc16 15218
048addec 15219 * w32term.c (x_erase_phys_cursor): Ditto.
61e3b944 15220
048addec 152212002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
61e3b944 15222
048addec
JD
15223 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
15224 `dont_resize' only when used.
61e3b944 15225
048addec 15226 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
70da46c3 15227
048addec 152282002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
70da46c3 15229
048addec
JD
15230 * xdisp.c (display_mode_element): When computing charpos, depend
15231 on multibyteness of elt, not the text in field.
8af01033 15232
048addec 152332002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8af01033 15234
048addec
JD
15235 * buffer.c (Fkill_all_local_variables):
15236 Increment `update_mode_lines' only once.
7363986a 15237
048addec 152382002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7363986a 15239
048addec
JD
15240 * lisp.h (adjust_after_replace_noundo)
15241 (Fupdate_coding_systems_internal): Add prototypes.
d9e6c4b1 15242
048addec 15243 * sound.c (Fplay_sound): Initialize header_size also for :data case.
d20fc48a 15244
048addec 152452002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
d9e6c4b1 15246
048addec
JD
15247 Support for the --color command-line argument and tty-color-mode
15248 frame parameter:
f1a85b89 15249
048addec
JD
15250 * term.c (tty_default_color_capabilities, tty_setup_colors)
15251 (set_tty_color_mode): New functions.
15252 (term_init): Call tty_default_color_capabilities.
15253 (Qtty_color_mode_alist): New variable.
15254 (syms_of_term): Intern and staticpro it.
f1a85b89 15255
048addec
JD
15256 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
15257 frames.
15258 (do_switch_frame): For termcap frames, switch the tty
15259 color mode as specified by the frame's parameters.
15260 (Qtty_color_mode): New variable.
15261 (syms_of_frame): Intern and staticpro it.
3a62677f 15262
048addec
JD
15263 * emacs.c (USAGE2): Add the --color option.
15264 (standard_args): Ditto.
72244db2 15265
048addec
JD
152662002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15267
15268 * xterm.h (struct x_output): New members want_fullscreen,
15269 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
15270 y_pixels_outer_diff.
15271 New enum for FULLSCREEN_* constants.
15272 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
15273 is NULL.
15274 (x_fullscreen_adjust): Add prototype.
3a62677f 15275
048addec
JD
15276 * emacs.c (USAGE2): Add the new full-screen arguments.
15277 (standard_args): Ditto.
3a62677f 15278
048addec
JD
15279 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
15280 New variables.
15281 (syms_of_xfns): Intern and staticpro them.
15282 (x_frame_parms) <"fullscreen">: New parameter.
15283 (x_fullscreen_move, x_set_fullscreen): New functions.
15284 (x_set_frame_parameters): Support for Qfullscreen.
15285 (x_real_positions): More accurate computation of the frame position.
15286 (x_figure_window_size): Support full-screen frames.
15287 (Fx_create_frame): Default the fullscreen parameter.
3a62677f 15288
048addec
JD
15289 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
15290 (XTread_socket) <Expose>: Call x_check_fullscreen.
15291 <ConfigureNotify>: Don't resize to fullscreen.
15292 Call x_check_fullscreen_move, and set the want_fullscreen member of
15293 output_data.x.
3a62677f 15294
048addec 152952002-01-13 Jason Rumney <jasonr@gnu.org>
9d113d9d 15296
048addec
JD
15297 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
15298 for mice with more than 3 buttons.
b8523839 15299
048addec
JD
15300 * w32term.c (parse_button): New parameter xbutton. Callers changed.
15301 (w32_read_socket): Handle new "XBUTTON" messages.
9464dea4 15302
048addec
JD
15303 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
15304 (syms_of_w32fns): DEFVAR_BOOL it.
15305 (w32_wnd_proc): Handle new "XBUTTON" messages.
9d113d9d 15306
048addec 153072002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
70ec1377 15308
048addec 15309 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
70ec1377 15310
048addec 153112002-01-13 Andreas Schwab <schwab@suse.de>
92f7dd37 15312
048addec 15313 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
92f7dd37 15314
048addec 153152002-01-12 Andreas Schwab <schwab@suse.de>
c93674bb 15316
048addec
JD
15317 * .gdbinit (xbuffer): Remove address operator since data is now a
15318 pointer.
c93674bb 15319
048addec 153202002-01-11 Richard M. Stallman <rms@gnu.org>
59b59892 15321
048addec 15322 * insdel.c (adjust_after_replace_noundo): New function.
59b59892 15323
048addec 15324 * coding.c (code_convert_region): Don't copy old text if undo disabled.
c6ea2775 15325
048addec 153262002-01-09 Jason Rumney <jasonr@gnu.org>
c6ea2775 15327
048addec
JD
15328 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
15329 when checking for multiple frames.
91175673 15330
048addec 153312002-01-08 Richard M. Stallman <rms@gnu.org>
91175673 15332
048addec
JD
15333 * window.c (delete_window): Rewrite the code for changing the
15334 selected window to handle the case where WINDOW is not a leaf.
91175673 15335
048addec 153362002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
e0fead5d 15337
048addec
JD
15338 * process.c (send_process): Set src_multibyte to 1 after the call
15339 top setup_coding_system, not before the call.
e0fead5d 15340
048addec 153412002-01-07 Jason Rumney <jasonr@gnu.org>
e0fead5d 15342
048addec
JD
15343 * xmenu.c (set_frame_menubar, xmenu_show):
15344 (xdialog_show): Initialize wv->help to Qnil.
c186cdb3 15345
048addec
JD
15346 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
15347 (w32_dialog_show): Initialize wv->help to Qnil.
c186cdb3 15348
048addec 153492002-01-06 Jason Rumney <jasonr@gnu.org>
c186cdb3 15350
048addec 15351 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
c186cdb3 15352
048addec 15353 * w32menu.c (w32_menu_display_help): Revert last change.
58cfce98 15354
048addec 15355 * xmenu.c (menu_highlight_callback): Revert last change.
58cfce98 15356
048addec 153572002-01-06 Andreas Schwab <schwab@suse.de>
62854fe2 15358
048addec
JD
15359 * insdel.c (make_gap_larger): Make sure buffer size does not
15360 overflow range of int.
62854fe2 15361
048addec 153622002-01-05 Jason Rumney <jasonr@gnu.org>
656f46bb 15363
048addec
JD
15364 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
15365 OVERLAPS_P.
656f46bb 15366
048addec 15367 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
656f46bb 15368
048addec
JD
15369 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
15370 to the left or to the right of the pointer, put it against
15371 the left screen edge.
15372 (x_frame_parms): Add missing braces around initializer.
036e218d 15373
048addec
JD
15374 * w32term.c (x_setup_relief_colors): Don't compute an image's
15375 background color if it doesn't have a Pixmap.
15376 (notice_overwritten_cursor): Don't depend on
15377 output_cursor and updated_area. Compare pixel coordinates with
15378 window's cursor pixel coordinates.
15379 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
15380 Call notice_overwritten_cursor with new arg list.
15381 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
15382 unconditionally.
15383 (x_draw_image_relief): Use predefined macro instead of
15384 constant when the value of `tool_bar_button_relief' is negative.
036e218d 15385
048addec 15386 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
7ddb2c16 15387
048addec 153882002-01-04 Richard M. Stallman <rms@gnu.org>
7ddb2c16 15389
048addec 15390 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
ace9b298 15391
048addec 153922002-01-03 Richard M. Stallman <rms@gnu.org>
90647b07 15393
048addec
JD
15394 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
15395 (Fkey_binding): Try the `keymap' property map first.
15396 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
15397 minor mode bindings.
90647b07 15398
048addec 153992002-01-03 Kim F. Storm <storm@cua.dk>
ace9b298 15400
048addec 15401 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
ace9b298 15402
048addec 154032002-01-02 Richard M. Stallman <rms@gnu.org>
ace9b298 15404
048addec
JD
15405 * keyboard.c (read_key_sequence): Handle the keymap property
15406 before minor mode maps.
9fbc32aa 15407
048addec
JD
15408 * editfns.c (Fformat): Update thissize from field_width
15409 based on the actual width, in the string case.
036e218d 15410
048addec 154112002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9fbc32aa 15412
048addec
JD
15413 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
15414 when used as truth value to prevent gcc warnings.
9fbc32aa 15415
048addec
JD
15416 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
15417 * w32proc.c: Include <config.h>.
9fbc32aa 15418
048addec 154192002-01-01 Andreas Schwab <schwab@suse.de>
9fbc32aa 15420
048addec
JD
15421 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
15422 not EMACS_INT, to make them compatible with DEFVAR_INT.
15423 * lisp.h (max_specpdl_size): Adjust declaration.
9fbc32aa 15424
048addec 154252002-01-01 Richard M. Stallman <rms@gnu.org>
9fbc32aa 15426
048addec
JD
15427 * print.c (print_object): Test print_escape_nonascii only for
15428 unibyte strings.
15429 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
15430 when outputting to a multibyte buffer.
9fbc32aa 15431
048addec 154322001-12-29 Richard M. Stallman <rms@gnu.org>
9fbc32aa 15433
048addec
JD
15434 * print.c (print_object): In multibyte string, use hex escapes.
15435 Use octal only for unibyte strings.
15436 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
0142178a 15437
048addec
JD
15438 * lread.c (read_escape): New arg BYTEREP for reporting whether
15439 escape forces unibyte or multibyte.
15440 (read1): When reading a string, take note of that info.
0142178a 15441
048addec 154422001-12-29 Ken Raeburn <raeburn@gnu.org>
d4824a5d 15443
048addec
JD
15444 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
15445 comparison to test lisp value returned by Fget.
d4824a5d 15446
048addec 154472001-12-29 Richard M. Stallman <rms@gnu.org>
b1356234 15448
048addec 15449 * lisp.h (max_specpdl_size): Add declaration.
b1356234 15450
048addec 15451 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
3ce081f5 15452
048addec
JD
15453 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
15454 Handle modifier bits. Correct typo in error message.
99e380ee 15455
048addec 154562001-12-28 Richard M. Stallman <rms@gnu.org>
3ce081f5 15457
048addec
JD
15458 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
15459 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
15460 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
15461 Update calls to Fdefine_abbrev.
15462 (write_abbrev): Update for changed data format.
15463 Don't list "system" abbrevs.
15464 (Fexpand_abbrev): Update use count with new data format.
15465 (describe_abbrev): Update for changed data format.
15466 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
66458f32 15467
048addec 15468 * config.in (HAVE_MBSINIT): Add #undef.
66458f32 15469
048addec 15470 * strftime.c (mbsinit): Define as no-op if not available.
66458f32 15471
048addec
JD
15472 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
15473 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
59a86c99 15474
048addec
JD
15475 * keymap.c (Flookup_key): Error message if key has wrong data type.
15476 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
15477 (exclude_key): New variable.
59a86c99 15478
048addec 154792001-12-28 Gerd Moellmann <gerd@gnu.org>
eb77a5f4 15480
048addec
JD
15481 * xterm.c (x_setup_relief_colors): Don't compute an image's
15482 background color if it doesn't have a Pixmap.
eb77a5f4 15483
048addec
JD
15484 * xterm.c (notice_overwritten_cursor): Don't depend on
15485 output_cursor and updated_area. Compare pixel coordinates with
15486 window's cursor pixel coordinates.
15487 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
15488 Call notice_overwritten_cursor with new arg list.
15489 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
15490 unconditionally.
eb77a5f4 15491
048addec
JD
15492 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
15493 height of the cursor line to the amount to scroll.
eb77a5f4 15494
048addec 154952001-12-27 Richard M. Stallman <rms@gnu.org>
bb313871 15496
048addec
JD
15497 * intervals.c (set_point_both): The position after an invisible,
15498 intangible character is not an acceptable stopping point.
bb313871 15499
048addec 155002001-12-27 Ken Raeburn <raeburn@gnu.org>
55b43a63 15501
048addec
JD
15502 * window.c (enlarge_window): In new preserve_before code, convert
15503 CURBEG from lisp object to integer before doing arithmetic.
6052529b 15504
048addec 155052001-12-27 Richard M. Stallman <rms@gnu.org>
3ce081f5 15506
048addec 15507 * bytecode.c (Fbyte_code): Undo previous change.
3ce081f5 15508
048addec 155092001-12-26 Kim F. Storm <storm@cua.dk>
3ce081f5 15510
048addec
JD
15511 * keyboard.c (record_char): Ignore duplicate help-echo events only
15512 separated by mouse-movement. When tracking mouse, only record
15513 first and last mouse-movement event in same window.
15514 Don't record mouse-movement events in keyboard macros.
3ce081f5 15515
048addec 155162001-12-25 Richard M. Stallman <rms@gnu.org>
55b43a63 15517
048addec
JD
15518 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
15519 (Fenlarge_window): New arg PRESERVE_BEFORE.
111ed14e 15520
048addec
JD
15521 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
15522 instead of Fstring_as_unibyte.
9fabb2f5 15523
048addec 155242001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9fabb2f5 15525
048addec 15526 The following changes remove mocklisp support:
9fabb2f5 15527
048addec 15528 * mocklisp.h, mocklisp.c: Files removed.
111ed14e 15529
048addec
JD
15530 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
15531 `Qmocklisp' and `Qmocklisp_arguments'.
15532 Remove prototype of syms_of_mocklisp.
2fa0eedf 15533
048addec 15534 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
d1420435 15535
048addec
JD
15536 * callint.c: Do not include mocklisp.h.
15537 (Fcall_interactively): Do not test for mocklisp case.
2fa0eedf 15538
048addec
JD
15539 * eval.c: Remove variables `Qmocklisp_arguments',
15540 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
15541 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
15542 Do not test for mocklisp case.
15543 (Fwhile): Remove unused variable `tem'.
15544 (syms_of_eval): Remove variable `moclisp-arguments'.
ebcbef4e 15545
048addec 15546 * data.c (wrong_type_argument): Remove mocklisp case.
5c131048 15547
048addec 15548 * doc.c (Fdocumentation): Remove mocklisp case.
5c131048 15549
048addec 15550 * emacs.c (main): Do not call syms_of_mocklisp.
5c131048 15551
048addec 155522001-12-21 Richard M. Stallman <rms@gnu.org>
96d276c3 15553
048addec
JD
15554 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
15555 to the left or to the right of the pointer, put it against
15556 the left screen edge.
6108b49c 15557
048addec 155582001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
96d276c3 15559
048addec
JD
15560 * Makefile.in (distclean): Remove .gdbinit if we are building
15561 outside the source tree.
5eea19a4 15562
048addec 155632001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
5eea19a4 15564
048addec 15565 * w32.c (emacs_root_dir): New function.
5eea19a4 15566
048addec 15567 * msdos.c (emacs_root_dir): New function.
5eea19a4 15568
048addec
JD
15569 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
15570 of the current drive as the fallback for default_directory.
438e57dd 15571
048addec
JD
15572 * dired.c (file_name_completion): Run the elements of
15573 completion-ignored-extensions through ENCODE_FILE.
438e57dd 15574
048addec
JD
15575 * lisp.h (scmp): Remove prototype, since it's now a static
15576 function private to dired.c.
c88e5347 15577
048addec 155782001-12-18 Richard M. Stallman <rms@gnu.org>
c88e5347 15579
048addec
JD
15580 * dired.c (scmp): Function moved from minibuf.c.
15581 Delete multibyte handling--used only on encoded strings.
59ce1461 15582
048addec 15583 * minibuf.c (scmp): Function moved to dired.c.
59ce1461 15584
048addec 15585 * fns.c (merge): Add QUIT call.
59ce1461 15586
048addec 155872001-12-18 Dave Love <fx@gnu.org>
8727d588 15588
048addec
JD
15589 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
15590 language/georgian.el.
8727d588 15591
048addec 155922001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
cc63037e 15593
048addec
JD
15594 * Makefile.in (lisp, shortlisp): Synchronize with changes to
15595 lisp/Makefile.in:DONTCOMPILE.
cc63037e 15596
048addec 155972001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
cc63037e 15598
048addec
JD
15599 * xdisp.c (window_box_height): Do not return negative values.
15600 From Gerd Moellmann <gerd@gnu.org>.
cc63037e 15601
048addec 15602 * keyboard.c (head_table): Add missing braces around initializer.
cc63037e 15603
048addec 15604 * term.c (keys): Likewise.
deece6f5 15605
048addec 15606 * xfns.c (x_frame_parms, visual_classes): Likewise.
deece6f5 15607
048addec 156082001-12-17 Sam Steingold <sds@gnu.org>
1b944d9c 15609
048addec
JD
15610 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
15611 patch (COMPOSING_P, not COMPOSING).
28ff4293 15612
048addec 156132001-12-17 Richard M. Stallman <rms@gnu.org>
a395ef6a 15614
048addec 15615 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
a395ef6a 15616
048addec
JD
15617 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
15618 before calling decode_coding.
9b46de40 15619
048addec 15620 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
9b46de40 15621
048addec
JD
15622 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
15623 instead of only for COMPOSITION_DISABLED.
9b46de40 15624
048addec 156252001-12-16 Richard M. Stallman <rms@gnu.org>
aff37336 15626
048addec 15627 * alloc.c (pure_alloc): After overflow, allocate just a small block.
aff37336 15628
048addec 15629 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
b9937f07 15630
048addec
JD
15631 * buffer.h (struct buffer): New field `display_error_modiff'.
15632 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
b9937f07 15633
048addec 15634 * window.c (Frecenter): Clear display_error_modiff field.
2cd23960 15635
048addec
JD
15636 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
15637 Call redisplay_window, but not if display_error_modiff field says no.
15638 (redisplay_window_error): New function.
15639 (displayed_buffer): New variable.
15640 (redisplay_internal, redisplay_windows): Call the new functions
15641 instead of redisplay_window directly.
2cd23960 15642
048addec 156432001-12-15 Richard M. Stallman <rms@gnu.org>
2cd23960 15644
048addec 15645 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
2cd23960 15646
048addec 156472001-12-14 Andrew Innes <andrewi@gnu.org>
a4184c1c 15648
048addec 15649 * makefile.w32-in (EMACSLOADPATH): Define.
f9711de4 15650 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
048addec 15651 (bootstrap-temacs): Remove dependency on bootstrap-clean.
a4184c1c 15652
048addec 156532001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
f6fa0866 15654
048addec
JD
15655 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
15656 parameter have a numeric value all the time.
f6fa0866 15657
048addec 15658 * w32fns.c (x_report_frame_params): Likewise.
f4ca4b00 15659
048addec 156602001-12-12 Richard M. Stallman <rms@gnu.org>
f4ca4b00 15661
048addec 15662 * fileio.c (Fwrite_region): Doc fix.
f4e25f94 15663
048addec
JD
15664 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
15665 (redisplay_internal): Call clear_image_cache only for window terminals.
f4e25f94 15666
048addec 156672001-12-12 Gerd Moellmann <gerd@gnu.org>
91c153e2 15668
048addec
JD
15669 * xdisp.c (move_it_vertically_backward): Change heuristic
15670 for the case that we didn't move far enough initially.
91c153e2 15671
048addec
JD
15672 * window.c (Frecenter): Simplify computation in the case of window
15673 system frames and ARG < 0; use window_box_height.
65b7d3e7 15674
048addec 156752001-12-11 Richard M. Stallman <rms@gnu.org>
65b7d3e7 15676
048addec
JD
15677 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
15678 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
6b5f6311 15679
048addec 156802001-12-11 Andrew Innes <andrewi@gnu.org>
6b5f6311 15681
048addec
JD
15682 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
15683 arg is negative.
be676094 15684
048addec 156852001-12-11 Richard M. Stallman <rms@gnu.org>
be676094 15686
048addec
JD
15687 * m/hp800.h: Split the __hpux conditional into the parts
15688 that are right for GNU/Linux too and the parts that are not.
15689 Use the former if GNU_LINUX.
15690 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
032a857d 15691
048addec 15692 * s/gnu-linux.h (GNU_LINUX): Defined.
032a857d 15693
048addec 156942001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
032a857d 15695
048addec
JD
15696 * macros.c, msdos.c, w16select.c: Change doc-string comments to
15697 `new style' [w/`doc:' keyword].
032a857d 15698
048addec 156992001-12-10 Jason Rumney <jasonr@gnu.org>
b6270150 15700
048addec
JD
15701 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
15702 before using.
b6270150 15703
048addec 157042001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
792e5cbd 15705
048addec
JD
15706 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
15707 keyword].
98cbb9fa 15708
048addec 157092001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
98cbb9fa 15710
048addec 15711 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
98cbb9fa 15712
048addec 15713 * s/hpux10.h (srand48): Don't undefine.
98cbb9fa 15714
048addec 157152001-12-09 Jason Rumney <jasonr@gnu.org>
792e5cbd 15716
048addec 15717 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
78819ebb 15718 Add comment to explain where the struct came from.
048addec
JD
15719 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
15720 (add_menu_item): Process pop-up menus first to avoid memory leak.
15721 (add_menu_item, w32_menu_display_help): Use `help' field as
15722 Lisp_Object.
15723 (w32_free_submenu_strings): Only free owner-drawn strings.
fa336b91 15724
048addec 157252001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fa336b91 15726
048addec 15727 * COPYING: Moved back.
fa336b91 15728
048addec
JD
15729 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
15730 Add parentheses around && within ||.
077907d4 15731
048addec 15732 * indent.c (compute_motion): Likewise.
aa2af83a 15733
048addec 15734 * intervals.c (merge_properties_sticky): Likewise.
60a653f1 15735
048addec
JD
15736 * coding.c (setup_coding_system, shrink_encoding_region)
15737 (Fdecode_sjis_char): Likewise.
60a653f1 15738
048addec 157392001-12-07 Andreas Schwab <schwab@suse.de>
60a653f1 15740
048addec
JD
15741 * xdisp.c (display_mode_element): Don't read past end of string if
15742 it ends with '%'.
60a653f1 15743
048addec
JD
15744 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
15745 can hold.
60a653f1 15746
048addec
JD
15747 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
15748 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
15749 type changed to Lisp_Object.
15750 (syms_of_data): DEFVAR_LISP them.
60a653f1 15751
048addec 157522001-12-07 Richard M. Stallman <rms@gnu.org>
60a653f1 15753
048addec
JD
15754 * callproc.c (init_callproc): Set Vdata_directory based on the source
15755 location whenever Emacs was run uninstalled.
60a653f1 15756
048addec 157572001-12-06 Paul Eggert <eggert@twinsun.com>
60a653f1 15758
048addec
JD
15759 * config.in (HAVE_WORKING_VFORK): New #undefs.
15760 * process.c (create_process):
15761 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
15762 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
15763 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
15764 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
15765 * m/intel386.h (HAVE_VFORK): Likewise.
15766 * m/mips-siemens.h (HAVE_VFORK): Likewise.
15767 * m/mips.h (HAVE_VFORK): Likewise.
15768 * s/freebsd.h (vfork): Remove #define.
15769 * s/lynxos.h (HAVE_VFORK): Remove #undef.
15770 * s/usg5-4-2.h: Fix comment about vfork.
60a653f1 15771
048addec 157722001-12-06 Richard M. Stallman <rms@gnu.org>
60a653f1 15773
048addec
JD
15774 * s/hpux10.h (random): Add undef.
15775 (HAVE_RANDOM): Define it just once.
60a653f1 15776
048addec 157772001-12-06 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 15778
048addec 15779 * eval.c: Undo last change: the standard syntax is not wanted.
60a653f1 15780
048addec 157812001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 15782
048addec
JD
15783 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
15784 scroll bars of the frame before deleting the frame itself. If the
15785 frame has a widget, delete the frame with XtDestroyWidget, and do
15786 not call XDestroyWindow before that.
60a653f1 15787
048addec 157882001-12-06 Kim F. Storm <storm@cua.dk>
60a653f1 15789
048addec 15790 * xfns.c (x_report_frame_params): Return actual fringe widths.
60a653f1 15791
048addec 15792 * w32fns.c (x_report_frame_params): Return actual fringe widths.
60a653f1 15793
048addec 157942001-12-05 Andrew Innes <andrewi@gnu.org>
60a653f1 15795
048addec
JD
15796 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
15797 excessively large.
60a653f1 15798
048addec
JD
15799 * insdel.c (make_gap_larger): New function.
15800 (make_gap_smaller): New function.
15801 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
15802 Call make_gap_smaller if arg is negative.
60a653f1 15803
048addec 158042001-12-04 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 15805
048addec
JD
15806 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
15807 Pass a dummy argument when calling interrupt_signal.
15808 (parse_menu_item): Mark disabled items before checking for empty def.
15809 (read_char_minibuf_menu_prompt): Make safety more visible.
15810 (read_key_sequence): Add a `first_unbound' variable.
15811 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
15812 unbound prefix as soon as we can detect it.
60a653f1 15813
048addec
JD
15814 * doc.c (Fsnarf_documentation): Add prototype.
15815 (get_doc_string): Handle negative arguments.
15816 (Fdocumentation): Use AREF and ASIZE.
15817 Move the calls to get_doc_string to a single place.
15818 Don't confuse an interactive-spec for a docstring reference.
15819 (Fdocumentation_property): Take advantage of the fact that
15820 get_doc_string now ignores the sign of the docstring position.
60a653f1 15821
048addec 15822 * eval.c: Use standard syntax for usage in docstrings.
60a653f1 15823
048addec 158242001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 15825
a64387ee 15826 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
60a653f1 15827
048addec 158282001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 15829
048addec
JD
15830 * xterm.c (x_draw_image_relief): Use predefined macro instead of
15831 constant when the value of `tool_bar_button_relief' is negative.
60a653f1 15832
048addec 158332001-12-02 Richard M. Stallman <rms@gnu.org>
60a653f1 15834
048addec
JD
15835 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
15836 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
60a653f1 15837
048addec 15838 * fileio.c (read_non_regular): Delete Fsignal call.
60a653f1 15839
048addec 158402001-12-01 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 15841
048addec 15842 * lisp.h (run_hook_list_with_args): Undo last change.
60a653f1 15843
048addec 158442001-12-01 Gerd Moellmann <gerd@gnu.org>
60a653f1 15845
048addec 15846 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
60a653f1 15847
048addec 158482001-12-01 Jason Rumney <jasonr@gnu.org>
60a653f1 15849
f63fd14e 15850 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
60a653f1 15851
048addec
JD
15852 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
15853 [!WM_MOUSELEAVE]: Define.
60a653f1 15854
048addec
JD
15855 * w32menu.c (current_popup_menu, get_menu_item_info):
15856 (set_menu_item_info): New vars.
15857 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
15858 (w32_menu_show): Set current_popup_menu.
15859 (add_menu_item): Allocate new strings for owner-drawn menu items
15860 and help strings.
15861 Use owner-draw for disabled menu items again.
15862 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
15863 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
60a653f1 15864
048addec
JD
15865 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
15866 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
15867 <WM_EXITMENULOOP>: Free menu strings.
15868 <WM_MOUSELEAVE>: Stop tracking mouse.
15869 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
60a653f1 15870
048addec
JD
15871 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
15872 and mouse face.
60a653f1 15873
048addec 158742001-12-01 Kim F. Storm <storm@cua.dk>
60a653f1 15875
048addec
JD
15876 The following changes add left-fringe and right-fringe
15877 frame parameters to adjust fringe widths, or remove one or
15878 both fringes.
60a653f1 15879
048addec
JD
15880 * frame.h (struct frame): Remove trunc_area_pixel_width and
15881 trunc_area_cols fields.
15882 (Qleft_fringe, Qright_fringe): Declare.
15883 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
60a653f1 15884
048addec
JD
15885 * frame.c (Qleft_fringe, Qright_fringe): New vars.
15886 (syms_of_frame): Initialize them.
60a653f1 15887
048addec
JD
15888 * window.c (coordinates_in_window): Handle separate left and right
15889 fringe widths.
60a653f1 15890
048addec
JD
15891 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
15892 and fringe_cols fields.
15893 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
15894 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
15895 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
15896 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
15897 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
15898 (x_compute_fringe_widths): Add prototype.
60a653f1 15899
048addec
JD
15900 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
15901 fill fringe evenly with small dashes.
f63fd14e 15902 (x_draw_fringe_bitmap): Clear background if necessary. Align and
048addec
JD
15903 clip the new ZV bitmap to avoid jitter between rows.
15904 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
15905 background. Don't draw fringe bitmaps if fringe width is zero.
15906 (x_compute_fringe_widths): New function.
15907 (x_new_font, x_set_window_size_1): Use it.
60a653f1 15908
048addec
JD
15909 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
15910 (x_set_frame_parameters): Process `font' parameter before other
15911 parameters as fringe widths depend on it.
15912 (x_set_fringe_width): New function.
15913 (x_figure_window_size): Use x_compute_fringe_widths.
15914 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
15915 parameters.
60a653f1 15916
048addec
JD
15917 * widget.c (set_frame_size): Use x_compute_fringe_widths.
15918 (EmacsFrameSetCharSize): Ditto.
60a653f1 15919
048addec
JD
15920 * w32term.h: Merged changes from xterm.h.
15921 * w32term.c: Merged changes from xterm.c.
15922 * w32fns.c: Merged changes from xfns.c.
60a653f1 15923
048addec 159242001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 15925
048addec 15926 * COPYING: Removed.
60a653f1 15927
048addec 159282001-11-29 Dave Love <fx@gnu.org>
60a653f1 15929
048addec
JD
15930 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
15931 extra extra slot.
15932 (detect_coding_mask): Fix call of detect_coding_iso2022.
60a653f1 15933
048addec 159342001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 15935
048addec
JD
15936 * fileio.c (file-name-coding-system)
15937 (default-file-name-coding-system): Doc fix (links to referenced
15938 variables added).
60a653f1 15939
048addec 159402001-11-28 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 15941
048addec
JD
15942 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
15943 Add dummy uses of gcproN variables.
60a653f1 15944
048addec
JD
15945 * category.c (describe_category, describe_category_1)
15946 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
15947 (syms_of_category): Don't defsubr Sdescribe_categories.
60a653f1 15948
048addec 159492001-11-28 Richard M. Stallman <rms@gnu.org>
60a653f1 15950
048addec 15951 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
60a653f1 15952
048addec
JD
15953 * Makefile.in (lispdir): New variable, referring to build dir.
15954 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
60a653f1 15955
048addec 159562001-11-28 Andrew Innes <andrewi@gnu.org>
60a653f1 15957
048addec
JD
15958 * w32menu.c (w32_menu_display_help): Actually add the new argument
15959 OWNER.
60a653f1 15960
048addec 159612001-11-28 Jason Rumney <jasonr@gnu.org>
60a653f1 15962
048addec
JD
15963 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
15964 menu items. From David Ponce <dponce@wanadoo.fr>.
15965 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
15966 conditionally.
f63fd14e 15967 (w32_menu_display_help): New argument OWNER. Rewritten to store a
048addec 15968 help event in the owner frame's keyboard buffer.
60a653f1 15969
048addec
JD
15970 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
15971 (Fx_show_tip): Don't subtract last width from row width.
15972
15973 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
15974 (w32_read_socket): Use EQ to compare frames.
60a653f1 15975
048addec 159762001-11-28 Gerd Moellmann <gerd@gnu.org>
60a653f1 15977
048addec
JD
15978 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
15979 OVERLAPS_P.
60a653f1 15980
048addec 159812001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 15982
048addec
JD
15983 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
15984 `gcpro3' and `gcpro4'.
60a653f1 15985
048addec 15986 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
60a653f1 15987
048addec 159882001-11-28 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 15989
048addec 15990 * ccl.c: Use AREF and ASIZE.
60a653f1 15991
048addec 159922001-11-27 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 15993
048addec
JD
15994 * lisp.h (run_hook_list_with_args): Remove.
15995 (LIST_END_P): Fix call to wrong_type_argument.
15996 (make_fixnum_or_float): Use EMACS_INT rather than int.
60a653f1 15997
048addec 159982001-11-26 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 15999
048addec
JD
16000 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
16001 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
60a653f1 16002
048addec
JD
16003 * eval.c: Use AREF and ASIZE.
16004 (Ffetch_bytecode): Add the file name to the error message.
60a653f1 16005
048addec
JD
16006 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
16007 which match the end of the file-name.
16008 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
16009 is not a valid env var, but leave it as is instead.
60a653f1 16010
048addec
JD
16011 * keymap.c (access_keymap): Handle t bindings like nil bindings.
16012 Make nil bindings in char-tables transparent.
16013 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
60a653f1 16014
048addec 160152001-11-26 Richard M. Stallman <rms@gnu.org>
60a653f1 16016
048addec
JD
16017 * textprop.c (set_text_properties_1): Allow START, END in either order.
16018 Do nothing if range is empty.
60a653f1 16019
048addec 16020 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
60a653f1 16021
048addec
JD
16022 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
16023 (clean): Not here.
60a653f1 16024
048addec 160252001-11-25 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 16026
048addec
JD
16027 * textprop.c (set_text_properties_1): Clearly mark that the
16028 interval should not be empty.
60a653f1 16029
048addec
JD
16030 * intervals.c (graft_intervals_into_buffer):
16031 Don't call set_text_properties_1 on an empty interval.
60a653f1 16032
048addec 160332001-11-25 Richard M. Stallman <rms@gnu.org>
60a653f1 16034
048addec 16035 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
60a653f1 16036
048addec
JD
16037 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
16038 don't lose the data in it.
60a653f1 16039
048addec 160402001-11-25 Juanma Barranquero <lektu@terra.es>
60a653f1 16041
048addec 16042 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
60a653f1 16043
c62aec78 16044 * buffer.c (Fkill_buffer): Likewise.
60a653f1 16045
c62aec78 16046 * print.c (temp_output_buffer_setup): Likewise.
60a653f1 16047
048addec 160482001-11-25 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 16049
048addec 16050 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
60a653f1 16051
048addec 160522001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 16053
048addec
JD
16054 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
16055 Niemitalo <kon@iki.fi>.
60a653f1 16056
048addec 160572001-11-25 Jason Rumney <jasonr@gnu.org>
60a653f1 16058
048addec 16059 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
60a653f1 16060
048addec
JD
16061 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
16062 (Fx_show_tip): Block input during frame creation.
16063 (Fx_show_tip, Fx_hide_tip): Enable.
60a653f1 16064
048addec 160652001-11-24 Richard M. Stallman <rms@gnu.org>
60a653f1 16066
048addec
JD
16067 * lread.c (Fload): Detect recursive load error for more than 3
16068 nestings of the same file.
16069 (Vrecursive_load_depth_limit): Variable deleted.
16070 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
60a653f1 16071
048addec 160722001-11-24 Jason Rumney <jasonr@gnu.org>
60a653f1 16073
048addec
JD
16074 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
16075 mouse position if either left or top is not specified.
60a653f1 16076
048addec
JD
16077 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
16078 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
16079 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
16080 (my_create_tip_window): Assign tip_window.
16081 (x_create_tip_frame): Use same defaults as X.
16082 (compute_tip_xy): Remove unused variable. Use full screen width.
f63fd14e 16083 (Fx_show_tip): Do not double height. Call ShowWindow directly.
60a653f1 16084
048addec
JD
16085 * w32term.c (x_after_update_window_line): Doc fix.
16086 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
16087 frames.
16088 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
60a653f1 16089
048addec
JD
16090 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
16091 for all Windowed systems.
60a653f1 16092
048addec 160932001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
60a653f1 16094
048addec
JD
16095 * msdos.c (IT_clear_screen): If the frame's faces are not yet
16096 realized, use the initial screen colors to clear the screen.
60a653f1 16097
048addec 160982001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 16099
048addec
JD
16100 * textprop.c (Fset_text_properties): Remove unused variables
16101 `unchanged', `prev_changed', `s' and `len'.
60a653f1 16102
048addec
JD
16103 * search.c (Freplace_match): Remove unused variable `inslen'.
16104
16105 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
16106
161072001-11-22 Jason Rumney <jasonr@gnu.org>
16108
16109 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
16110 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
16111 (my_create_tip_window): New function.
16112 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
16113 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
16114
161152001-11-20 Jason Rumney <jasonr@gnu.org>
16116
16117 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
16118 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
16119
16120 * w32fns.c (Vw32_system_coding_system): Remove.
16121 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
16122
161232001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16124
16125 * fileio.c (Fwrite_region): Move choose_write_coding_system to
16126 after build_annotations.
16127
16128 * syntax.c (describe_syntax): Add dummy arg.
16129 (describe_syntax_1): Update call to describe_vector.
16130
16131 * category.c (describe_category): Add dummy arg.
16132 (describe_category_1): Update call to describe_vector.
16133
16134 * keymap.c (Fdescribe_vector): Add `describer' parameter.
16135 (describe_command, describe_translation): Add dummy second param.
16136 (describe_map): Call elt_describer with two arguments.
16137 (describe_vector_princ): Add `fun' parameter.
16138 Call it instead of the hardcoded `princ'.
16139 (describe_vector): Add arg `args'.
16140 Pass it as a new second argument to elt_describer.
60a653f1 16141
048addec 16142 * keymap.h (describe_vector): Update prototype.
60a653f1 16143
048addec
JD
16144 * frame.c: Don't include keymap.h any more.
16145 (keys_of_frame): Remove.
60a653f1 16146
048addec 16147 * lisp.h (keys_of_frame): Remove declaration.
60a653f1 16148
048addec 16149 * emacs.c (main): Don't call `keys_of_frame' any more.
60a653f1 16150
048addec 161512001-11-14 Andreas Schwab <schwab@suse.de>
60a653f1 16152
048addec
JD
16153 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
16154 if defined, 0 otherwise.
16155 (MAP_FAILED): Define if not defined and use it to test mmap failure.
16156 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
60a653f1 16157
048addec 161582001-11-19 Richard M. Stallman <rms@gnu.org>
60a653f1 16159
048addec 16160 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
60a653f1 16161
048addec 161622001-11-18 Jason Rumney <jasonr@gnu.org>
60a653f1 16163
048addec
JD
16164 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
16165 (x_draw_bar_cursor): If the background color of the glyph under
16166 the cursor equals the frame's cursor color, use the glyph's
16167 foreground color for drawing the bar cursor.
16168 (x_after_update_window_line): Clear internal border in different
16169 circumstances.
16170 (w32_set_vertical_scroll_bar): Check for width and height > 0.
16171 (w32_draw_relief_rect): Correct relief by 1 pixel.
16172 (x_set_glyph_string_background_width):
16173 Set extends_to_end_of_line_p if the row's fill_line_p is set and
16174 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
16175 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
16176 if cursor_in_non_selected_windows is false.
16177 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
16178 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
16179 Notice if cursor gets overwritten.
16180 (notice_overwritten_cursor): Renamed from
16181 note_overwritten_text_cursor. Rewritten to take glyph widths
16182 into account, and to take X positions as parameters.
16183 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
16184 around call to x_draw_glyphs.
16185 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
16186 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
16187 color to use for image glyph reliefs.
16188 (x_draw_image_relief): Accept zero tool_bar_button_relief.
16189 (glyph_rect): Remove unused variable `area'.
60a653f1 16190
048addec
JD
16191 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
16192 some items.
16193 (x_set_internal_border_width): Set frame garbaged when window
16194 doesn't exist yet.
16195 (Fx_create_frame): Accept zero tool_bar_button_relief.
16196 (x_clear_image_1, four_corners_best, image_background)
16197 (image_background_transparent): New functions.
16198 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
16199 (gs_format): Add `:background' entry.
16200 (lookup_image): Set IMG's background color if specified.
16201 (pbm_load, xbm_load_image, png_load): Set IMG's background field
16202 when appropriate.
16203 (x_clear_image_1): Reset `background_valid' and
16204 `background_transparent_valid' fields.
16205 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
16206 calculating it here. Set IMG's background_transparent field.
16207 (enum xpm_keyword_index): Add XPM_BACKGROUND.
16208 (enum png_keyword_index): Add PNG_BACKGROUND.
16209 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
16210 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
16211 (enum gif_keyword_index): Add GIF_BACKGROUND.
16212 (enum gs_keyword_index): Add GS_BACKGROUND.
16213 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
16214 Pre-calculate image background color where necessary.
16215 (x_create_x_image_and_pixmap, xbm_load, gs_load):
16216 Use display info's n_cbits entry for screen depth.
16217 (Fx_show_tip): Remove unused variables `buffer', `top',
16218 `left', `max_width' and `max_height'.
60a653f1 16219
048addec 16220 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
60a653f1 16221
048addec 162222001-11-18 Gerd Moellmann <gerd@gnu.org>
60a653f1 16223
048addec 16224 * puresize.h (BASE_PURESIZE): Increase to 750000.
60a653f1 16225
048addec 162262001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
60a653f1 16227
048addec 16228 * frame.c (Fframe_live_p): Doc fix.
60a653f1 16229
048addec 162302001-11-18 Richard M. Stallman <rms@gnu.org>
60a653f1 16231
048addec
JD
16232 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
16233 (message_dolog_marker3): New static variables hold three markers.
16234 (syms_of_xdisp): Initialize and staticpro them.
16235 (message_dolog): Use message_dolog_marker1..3 instead of
16236 allocating markers each time. Unchain them when done.
60a653f1 16237
048addec 162382001-11-17 Richard M. Stallman <rms@gnu.org>
60a653f1 16239
048addec 16240 * doc.c (Fsnarf_documentation): Doc fix.
60a653f1 16241
048addec 162422001-11-17 Andreas Schwab <schwab@suse.de>
60a653f1 16243
048addec 16244 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
60a653f1 16245
048addec 162462001-11-17 Richard M. Stallman <rms@gnu.org>
60a653f1 16247
048addec 16248 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
60a653f1 16249
048addec 162502001-11-17 Jason Rumney <jasonr@gnu.org>
60a653f1 16251
048addec 16252 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
60a653f1 16253
048addec 162542001-11-17 Gerd Moellmann <gerd@gnu.org>
60a653f1 16255
048addec
JD
16256 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
16257 with invalid position.
60a653f1 16258
048addec 162592001-11-16 Richard M. Stallman <rms@gnu.org>
60a653f1 16260
048addec 16261 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
60a653f1 16262
048addec
JD
16263 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
16264 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
16265 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
60a653f1 16266
048addec 16267 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
60a653f1 16268
048addec 162692001-11-16 Stefan Monnier <monnier@cs.yale.edu>
60a653f1 16270
048addec
JD
16271 * fileio.c (build_annotations): Split off the tail.
16272 (build_annotations_2): New fun. Extracted from build_annotations.
16273 (Fwrite_region): Split the call to build_annotations into two
16274 calls to build_annotations and build_annotations_2.
077907d4 16275
048addec 162762001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1756e2fb 16277
048addec
JD
16278 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
16279 clear_waiting_for_input with argument.
1756e2fb 16280
048addec 16281 * xterm.h (x_update_cursor): Remove duplicated prototype.
06e8f738 16282
048addec 16283 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
06e8f738 16284
048addec 16285 * xterm.c (waiting_for_input): Remove unnecessary declaration.
fa336b91 16286
048addec 16287 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
fa336b91 16288
048addec 162892001-11-16 Stefan Monnier <monnier@cs.yale.edu>
fa336b91 16290
048addec
JD
16291 * fileio.c (choose_write_coding_system): New fun, extracted
16292 from Fwrite_region.
16293 (Fwrite_region): Use it.
fa336b91 16294
048addec
JD
16295 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
16296 (funcall_lambda, run_hook_with_args): Make static and add prototype.
16297 (ml_apply, find_handler_clause): Add prototype.
fa336b91 16298
048addec 162992001-11-16 Eli Zaretskii <eliz@gnu.org>
fa336b91 16300
048addec 16301 * config.in: Add #undef HAVE_COFF_H.
fa336b91 16302
048addec
JD
16303 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
16304 Required for ISC 4.1.
fa336b91 16305
048addec 163062001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
fa336b91 16307
048addec
JD
16308 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
16309 Andrew Wiseman <a.wiseman@btclick.com>.
fa336b91 16310
048addec 163112001-11-16 Kim F. Storm <storm@cua.dk>
fa336b91 16312
048addec
JD
16313 The following changes are made to clean up the various internal
16314 references to the fringes to actually use the term `fringe' for
16315 them. Previously, they were called `flags areas', `bitmap areas',
16316 `left/right side of windows', or implicitly as `flags' or
16317 `bitmaps':
fa336b91 16318
048addec 16319 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
f63fd14e 16320 Comments fixed. Use renamed symbols.
06e8f738 16321
f63fd14e 16322 * dispnew.c: Comment fix. Use renamed symbols.
06e8f738 16323
048addec
JD
16324 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
16325 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
16326 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
9ce647f4 16327
048addec 16328 * msdos.c: Comment fix.
9ce647f4 16329
048addec 16330 * w32fns.c: Use renamed symbols.
9b784ab8 16331
f63fd14e 16332 * w32term.c: Comment fixes. Use renamed symbols.
048addec
JD
16333 (fringe_bitmap_type): Renamed from bitmap_type.
16334 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
16335 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
16336 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
9f7e52b4 16337
f63fd14e 16338 * w32term.h: Comment fixes. Use renamed symbols.
048addec
JD
16339 (fringes_extra): Renamed from flags_areas_extra.
16340 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
16341 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
16342 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
16343 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
16344 (FRAME_X_LEFT_FRINGE_WIDTH):
16345 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
16346 (FRAME_X_RIGHT_FRINGE_WIDTH):
16347 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
9f7e52b4 16348
048addec 16349 * widget.c: Use renamed symbols.
9f7e52b4 16350
f63fd14e 16351 * window.c: Comment fixes. Use renamed symbols.
048addec 16352 (coordinates-in-window-p): Doc fix.
fa336b91 16353
f63fd14e 16354 * xdisp.c: Comment fixes. Use renamed symbols.
34e5d0af 16355
048addec 16356 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
9b784ab8 16357
048addec 16358 * xfns.c: Use renamed symbols.
89512fcd 16359
f63fd14e 16360 * xterm.c: Comment fixes. Use renamed symbols.
048addec
JD
16361 (fringe_bitmap_type): Renamed from bitmap_type.
16362 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
16363 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
16364 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
89512fcd 16365
f63fd14e 16366 * xterm.h: Comment fixes. Use renamed symbols.
048addec
JD
16367 (fringes_extra): Renamed from flags_areas_extra.
16368 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
16369 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
16370 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
16371 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
16372 (FRAME_X_LEFT_FRINGE_WIDTH):
16373 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
16374 (FRAME_X_RIGHT_FRINGE_WIDTH):
16375 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
16376
163772001-11-15 Jason Rumney <jasonr@gnu.org>
16378
16379 * w32menu.c (add-menu-item): Make help_echo and radio buttons
16380 work for most menu items. From David Ponce
16381 <david.ponce@wanadoo.fr>.
16382
163832001-11-15 Gerd Moellmann <gerd@gnu.org>
16384
16385 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
16386 Some x_set_* function expect to be called even if old and new
16387 value are equal.
16388
16389 * xdisp.c (build_desired_tool_bar_string): Accept zero
16390 tool_bar_button_relief.
16391
16392 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
16393
16394 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
16395
16396 * xterm.c (x_draw_bar_cursor): If the background color of the
16397 glyph under the cursor equals the frame's cursor color, use
16398 the glyph's foreground color for drawing the bar cursor.
16399
16400 * dispnew.c (direct_output_forward_char): Fix character/byte
16401 position comparison.
7d18891d 16402
048addec 164032001-11-15 Miles Bader <miles@gnu.org>
d2936d21 16404
048addec
JD
16405 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
16406 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
16407 Update arguments to find_field.
16408 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
16409 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
16410 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
16411 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
7d18891d 16412
048addec 164132001-11-14 Richard M. Stallman <rms@gnu.org>
7d18891d 16414
048addec 16415 * editfns.c (Fpropertize): Allow call with 1 arg.
7d18891d 16416
048addec
JD
16417 * dispextern.h (image_background, image_background_transparent):
16418 Conditionalize on HAVE_X_WINDOWS.
7d18891d 16419
048addec 164202001-11-13 Richard M. Stallman <rms@gnu.org>
7d18891d 16421
048addec 16422 * print.c (Fprin1_to_string): Doc fix.
7d18891d 16423
048addec 16424 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
7d18891d 16425
048addec 16426 * floatfns.c (Fceiling, Ffloor): Doc fixes.
7d18891d 16427
048addec 16428 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
7d18891d 16429
048addec 16430 * fileio.c (Ffile_accessible_directory_p): Doc fix.
7d18891d 16431
048addec 16432 * eval.c (syms_of_eval): Doc fix.
7d18891d 16433
048addec 16434 * coding.c (syms_of_coding): Doc fix.
7d18891d 16435
048addec 16436 * doc.c (Fsnarf_documentation): Doc fix.
7d18891d 16437
048addec 16438 * dispnew.c (syms_of_display): Doc fix.
9474c847 16439
048addec 16440 * category.c (Fget_unused_category): Doc fix.
9474c847 16441
048addec 16442 * buffer.c (syms_of_buffer): Doc fixes.
e3059a5d 16443
048addec 164442001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
e3059a5d 16445
048addec 16446 * print.c (prin1, print): Doc fix.
e3059a5d 16447
048addec 164482001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
b3700ae7 16449
048addec
JD
16450 * fontset.h: Remove declarations of variables
16451 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
b3700ae7 16452
048addec
JD
16453 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
16454 `Vclip_large_size_font'.
eae936e2 16455
048addec 164562001-11-13 Jason Rumney <jasonr@gnu.org>
4bb962be 16457
048addec 16458 * w32fns.c: Doc fix.
ddb67bdc 16459
048addec 164602001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3467c402 16461
048addec 16462 * xfaces.c (Fface_attributes_as_vector): Doc fix.
3467c402 16463
048addec 16464 * fns.c: Doc fix.
6e1b91d7 16465
048addec 16466 * emacs.c: Doc fix.
1c1d3d69 16467
048addec 16468 * coding.c: Doc fix.
1c1d3d69 16469
048addec
JD
16470 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
16471 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
16472 `new style' [w/`doc:' keyword].
b6f4c7ba 16473
048addec 164742001-11-12 Richard M. Stallman <rms@gnu.org>
b6f4c7ba 16475
048addec
JD
16476 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
16477 LeaveNotify events. Only FocusIn and FocusOut do that now.
16478 (x_display_and_set_cursor): Do display hollow cursors in active
16479 minibuffer windows when they are not selected.
b6f4c7ba 16480
048addec 164812001-11-12 Jason Rumney <jasonr@gnu.org>
a89f435d 16482
048addec 16483 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
f63fd14e
JB
16484 * w32term.c: Change doc-string comments to `new style'
16485 [w/`doc:' keyword]. Doc fixes.
a89f435d 16486
048addec
JD
16487 * w32fns.c: Don't define max.
16488 (Fx_open_connection): Only execute once.
a4cd0cd7 16489
048addec 164902001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
eafb659a 16491
048addec
JD
16492 * ccl.c: Change macros to use do-while block instead of if-else.
16493 Use braces to follow GNU Coding Standards.
eafb659a 16494
048addec 164952001-11-11 Richard M. Stallman <rms@gnu.org>
a4cd0cd7 16496
048addec 16497 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
a4cd0cd7 16498
048addec 16499 * lread.c (read_escape): Use end_of_file_error for reporting eof.
a4cd0cd7 16500
048addec
JD
16501 * insdel.c (replace_range): Use adjust_markers_for_replace
16502 instead of adjust_markers_for_delete and adjust_markers_for_insert.
a4cd0cd7 16503
78819ebb 16504 * intervals.h (set_text_properties, set_text_properties_1): Declare.
a4cd0cd7 16505
048addec
JD
16506 * textprop.c (set_text_properties_1): New subroutine
16507 broken out of set_text_properties.
16508 (set_text_properties): Use set_text_properties_1.
91823618 16509
048addec
JD
16510 * intervals.c (graft_intervals_into_buffer):
16511 Use set_text_properties_1 to clear out properties.
91823618 16512
048addec
JD
16513 * search.c (Freplace_match): Use replace_range to insert
16514 and delete. Don't request property inheritance from
16515 surrounding text.
86928dfb 16516
048addec 165172001-11-10 Jason Rumney <jasonr@gnu.org>
86928dfb 16518
048addec 16519 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
f63fd14e 16520 vertical fonts. Allow them if face name is explicitly specified.
048addec 16521 Do not give up if we find a font that cannot be converted to an xlfd.
40ef1eda 16522
048addec 165232001-11-10 Gerd Moellmann <gerd@gnu.org>
ab8469eb 16524
048addec
JD
16525 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
16526 instead of malloc/free.
a78e0303 16527
048addec 165282001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
40ef1eda 16529
048addec
JD
16530 * xfaces.c (merge_face_vectors): Use braces to follow GNU
16531 Coding Standards.
16532 (Finternal_set_lisp_face_attribute): Likewise.
fabf4a91 16533
048addec 16534 * buffer.c (Fbury_buffer): Likewise.
0c99b139 16535
048addec 16536 * indent.c (current_column_1): Remove unused variable `prev_col'.
0c99b139 16537
048addec
JD
16538 * coding.c (encode_coding): Use precomputed value of `src'.
16539 (encode_coding): Remove unused variable `src_end'.
16540 (code_convert_region): Remove unused variables `count'.
830ddd77 16541
048addec 165422001-11-07 Jason Rumney <jasonr@gnu.org>
830ddd77 16543
048addec
JD
16544 * w32term.c (x_display_and_set_cursor): Do not move system caret
16545 if cursor_glyph is NULL.
55c6d645 16546
048addec 165472001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
55c6d645 16548
048addec 16549 * keymap.c (access_keymap): Fix compilation error.
5de38842 16550
048addec 165512001-11-07 Miles Bader <miles@gnu.org>
7a4564a4 16552
048addec 16553 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
5de38842 16554
048addec 165552001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4fa23df5 16556
048addec
JD
16557 * intervals.c (graft_intervals_into_buffer):
16558 Remove #ifdef'd-out code.
16559 (graft_intervals_into_buffer): Remove unused variable `middle'.
4fa23df5 16560
048addec
JD
16561 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
16562 code (eval-current-buffer).
16563 Change doc-string comments to `new style' [w/`doc:' keyword].
7a6a97d7 16564
048addec 165652001-11-06 Richard M. Stallman <rms@gnu.org>
c191d13c 16566
048addec 16567 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
7a6a97d7 16568
048addec 165692001-11-06 Stefan Monnier <monnier@cs.yale.edu>
44dc78e0 16570
048addec 16571 * lread.c (read1): Fix behavior with nested backquoting.
44dc78e0 16572
048addec
JD
16573 * keyboard.c (make_lispy_event): Check integerness and fix
16574 Lisp_Object/int mixup.
17893c65 16575
048addec 165762001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4d994a79 16577
048addec 16578 * fns.c (copy_hash_table): Remove unused variable `v'.
d5360cc7 16579
048addec
JD
16580 * fontset.c (fontset_font_pattern): Remove unused variable
16581 `family_registry'.
d5360cc7 16582
048addec 16583 * indent.c (current_column_1): Remove unused variable `prev_col'.
d5360cc7 16584
048addec 165852001-11-05 Richard M. Stallman <rms@gnu.org>
96238a5a 16586
048addec 16587 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
96238a5a 16588
048addec
JD
16589 * buffer.c (Fkill_buffer): Don't delete auto save file
16590 if buffer is modified.
d9d54213 16591
048addec 165922001-11-05 Andrew Innes <andrewi@gnu.org>
d9d54213 16593
048addec
JD
16594 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
16595 CHECK_NUMBER_CDR.
b116830b 16596
048addec 165972001-11-05 Richard M. Stallman <rms@gnu.org>
b116830b 16598
048addec 16599 * unexelf.c (unexec): Minor changes; clean up comments.
3297e2a1 16600
048addec 166012001-11-05 Sam Steingold <sds@gnu.org>
3297e2a1 16602
048addec 16603 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
6fb8339c 16604
048addec 166052001-11-05 Andreas Schwab <schwab@suse.de>
6fb8339c 16606
048addec 16607 * sound.c (sound_perror): Save errno from being clobbered.
7dd73b78 16608
048addec 166092001-11-05 Dale Hagglund <rdh@yottayotta.com>
7dd73b78 16610
048addec
JD
16611 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
16612 the program image directly.
982f6c7e 16613
048addec 166142001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d31053f9 16615
048addec 16616 * buffer.h (Fbuffer_local_value): Add prototype.
d31053f9 16617
048addec 166182001-11-04 Richard M. Stallman <rms@gnu.org>
d31053f9 16619
048addec
JD
16620 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
16621 and CHECK_BUFFER.
d31053f9 16622
048addec
JD
16623 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
16624 (record_char): Likewise.
d31053f9 16625
048addec
JD
16626 * keyboard.c (make_lispy_event): Don't insist a drag event must
16627 move to a different buffer position. Instead, check for moving at
16628 least double_click_fuzz.
982f6c7e 16629
048addec 16630 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
830047fd 16631
048addec 16632 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
b116830b 16633
048addec
JD
16634 * indent.c (current_column_1, Fmove_to_column): Separate the code
16635 for display-table glyphs from the code for buffer text, to fix
16636 bugs in the former.
830047fd 16637
048addec 166382001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
b116830b 16639
048addec
JD
16640 * buffer.c (Fbuffer_local_value): New function.
16641 (syms_of_buffer): Defsubr it.
2df5238c 16642
048addec
JD
16643 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
16644 value of `cursor-in-non-selected-windows'.
4e397688 16645
048addec
JD
16646 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
16647 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
16648 (syms_of_xdisp): Initialize it.
48b0f3ae 16649
048addec 166502001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2df5238c 16651
048addec 16652 * xfns.c (Fx_create_frame): Doc fix.
3ecaf7e5 16653
048addec
JD
16654 * coding.c: Change doc-string comments to `new style' [w/`doc:'
16655 keyword].
3ecaf7e5 16656
048addec
JD
16657 * eval.c (top_level_value, top_level_set): Remove commented and
16658 #ifdef'd-out code.
16659 (Fdefvar): Fix usage in doc-string.
3ecaf7e5 16660
048addec 166612001-11-03 Richard M. Stallman <rms@gnu.org>
3ecaf7e5 16662
048addec 16663 * xfns.c: Include unistd.h, if it exists.
8db2e33b 16664
048addec 16665 * editfns.c: Move the include of ctype.h after unistd.h.
8db2e33b 16666
048addec 16667 * gmalloc.c: Test BROKEN_PROTOTYPES.
aed29b97 16668
048addec 166692001-11-03 Ken Raeburn <raeburn@gnu.org>
aed29b97 16670
048addec
JD
16671 * lisp.h (CHECK_STRING_CAR): New macro.
16672 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
16673 treating XCAR and XCDR as lvalues.
16674 (openp): Use CHECK_STRING_CAR.
16675 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
aed29b97 16676
048addec 166772001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
6cb16f95 16678
048addec
JD
16679 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
16680 (SIGMASKTYPE): Define.
1b1acc13 16681
048addec 16682 * syssignal.h (sigunblock): Don't define if already defined.
020f9b38 16683
048addec 166842001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
020f9b38 16685
048addec
JD
16686 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
16687 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
16688 Fix typos in comments.
6cb16f95 16689
048addec
JD
16690 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
16691 and #ifdef'd-out code.
16692 Fix and reindent comments.
6cb16f95 16693
048addec 16694 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
6cb16f95 16695
048addec
JD
16696 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
16697 argument `i' in macros.
6cb16f95 16698
048addec
JD
16699 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
16700 `i' in macros.
7e9d3c2f 16701
048addec
JD
16702 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
16703 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
16704 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
16705 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
16706 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
16707 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
16708 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
16709 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
16710 in macros.
7e9d3c2f 16711
048addec
JD
16712 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
16713 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
16714 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
16715 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
16716 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
16717 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
16718 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
16719 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
16720 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
16721 (remove unused second argument).
7e9d3c2f 16722
048addec 167232001-11-02 Stefan Monnier <monnier@cs.yale.edu>
e6bff182 16724
048addec
JD
16725 * syntax.c (describe_syntax): New wrapper.
16726 (Finternal_describe_syntax_value): Rename from describe_syntax.
16727 Don't insert space at front and \n at the end.
16728 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
e6bff182 16729
048addec
JD
16730 * regex.c (re_wctype): Try to fix some warnings.
16731 (regcomp, regexec): Don't forget the __restrict.
9ba48103 16732
048addec 167332001-11-02 Richard M. Stallman <rms@gnu.org>
9ba48103 16734
048addec 16735 * textprop.c (Fget_char_property): Doc fix.
9ba48103 16736
048addec 167372001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9ba48103 16738
048addec 16739 * process.c (Fstart_process): Add usage to doc-string.
c22e59e1 16740
048addec 16741 * data.c (Fsetq_default): Ditto.
c22e59e1 16742
048addec 16743 * callint.c (Finteractive): Ditto.
9271ed2c 16744
048addec 167452001-11-01 Stefan Monnier <monnier@cs.yale.edu>
e6bff182 16746
048addec
JD
16747 * macros.c: Don't include keymap.h any more.
16748
167492001-11-01 Richard M. Stallman <rms@gnu.org>
16750
16751 * data.c (Fmake_local_variable): Doc fix.
16752
16753 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
16754 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
e6bff182 16755
048addec 16756 * keymap.c (Fdescribe_buffer_bindings): Print character property
9271ed2c
RS
16757 bindings along with or instead of the buffer local map.
16758 Make the overriding maps override what they should.
16759
f00691a3 167602001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8b8bd9c6
PJ
16761
16762 * window.c (grow_mini_window): Fix typo in comment.
16763
27188d11
GM
167642001-11-01 Gerd Moellmann <gerd@gnu.org>
16765
7b49b9d2
GM
16766 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
16767 (XTset_vertical_scroll_bar): Likewise.
16768
43f7c3ea
GM
16769 * xfns.c (x_build_heuristic_mask): Use four_corners_best
16770 instead of IMAGE_BACKGROUND.
c22e59e1 16771
b350c2e5
GM
16772 * xfns.c (four_corners_best): Reindent.
16773
c22e59e1 16774 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
27188d11
GM
16775 Handle :box so that it is possible to specify sexprs.
16776
bf00d461
EZ
167772001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
16778
16779 * s/hpux11.h: New file.
16780
f00691a3 167812001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e10df59 16782
2b209b97
PJ
16783 * emacs.c (USAGE1): Show command line option --no-window-system
16784 instead of --no-windows in usage.
16785 (standard_args): Rename --no-windows to --no-window-system.
16786 (bug_reporting_address): Follow Emacs coding conventions.
16787
9dbc9081
PJ
16788 * eval.c (Fcommandp): Doc fix.
16789 Change doc-string comments to `new style' [w/`doc:' keyword].
16790
4e10df59
PJ
16791 * frame.c (Fframe_live_p): Doc fix.
16792
16793 * buffer.c (selective-display-ellipses): Doc fix.
16794
dd387b25
GM
167952001-10-31 Gerd Moellmann <gerd@gnu.org>
16796
fe957e65
GM
16797 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
16798
dd387b25
GM
16799 * xfaces.c (realize_x_face): If C is not a single-byte character,
16800 set the face's colors_copied_bitwise_p instead of the defaulted_p
16801 members which have a different meaning.
16802 (free_face_colors): Do nothing for a face whose colors have been
16803 copied bitwise.
16804
c22e59e1 16805 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
dd387b25 16806
f00691a3 168072001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2e1280f8 16808
687784e8
PJ
16809 * marker.c, mocklisp.c: Change doc-string comments to `new style'
16810 [w/`doc:' keyword].
2e1280f8 16811
b9d9a9b9
GM
168122001-10-31 Gerd Moellmann <gerd@gnu.org>
16813
16814 * fns.c (require_unwind): Return Lisp_Object.
16815
f00691a3 168162001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
48400103 16817
fa1361cb
PJ
16818 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
16819 (last-input-char): Revert doc-string to be the same as the
16820 doc-string of `last-input-event'.
16821
6c465a15 16822 * xdisp.c: Fix typos in comments.
48400103 16823
eafa3196
GM
168242001-10-31 Gerd Moellmann <gerd@gnu.org>
16825
16826 * window.c (grow_mini_window): Handle case that the root
16827 window is already smaller than the nominal mininum height.
16828
747d3f2a
SM
168292001-10-30 Stefan Monnier <monnier@cs.yale.edu>
16830
bf9bb76f
SM
16831 * emacs.c (main): Don't call keys_of_macros any more.
16832
16833 * lisp.h (keys_of_macros): Remove.
16834
16835 * macros.c (keys_of_macros): Remove.
16836
747d3f2a
SM
16837 * xfaces.c (Fface_attribute_relative_p): Declare args.
16838
5e905a57
JR
168392001-10-30 Jason Rumney <jasonr@gnu.org>
16840
16841 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
16842 (enum_font_cb2): Ignore fonts with vertical orientation.
16843
3a426197
RS
168442001-10-30 Richard M. Stallman <rms@gnu.org>
16845
16846 * keyboard.c (Finput_pending_p): Doc fix.
16847
a742d646
GM
168482001-10-30 Gerd Moellmann <gerd@gnu.org>
16849
259cf6bc
GM
16850 * xterm.c (x_after_update_window_line): Don't run the code
16851 clearing in borders for rows whose visible height is 0.
16852
3f99f948
GM
16853 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
16854 resized_p flag is set. If not set, use the much less flickering
16855 method previously used.
16856
16857 * dispnew.c (change_frame_size_1): Set frame's resized_p.
16858
16859 * frame.h (struct frame) <resized_p>: New member.
16860
b4a3be43
GM
16861 * lread.c (to_multibyte): Ensure read_buffer is at least twice
16862 as large as the number of bytes to convert.
747d3f2a 16863
a742d646
GM
16864 * lread.c (to_multibyte): New function.
16865 (read1): Use it.
16866
cacbb9e9
EZ
168672001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
16868
16869 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
16870
99cb6b2f
GM
168712001-10-30 Gerd Moellmann <gerd@gnu.org>
16872
327f42ee 16873 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
747d3f2a
SM
16874 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
16875 if the row's fill_line_p is set and drawing the last glyph with
16876 DRAW_IMAGE_{RAISED,SUNKEN}.
327f42ee 16877
99cb6b2f
GM
16878 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
16879
8e8223e2
SM
168802001-10-29 Stefan Monnier <monnier@cs.yale.edu>
16881
16882 * xmenu.c: Include coding.h and charset.h.
16883 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
16884 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
16885 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
16886 Explicitly set wv->help. Use `TRUE' rather than `True'.
16887 (menu_help_callback): Use empty_string.
16888
16889 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
16890 (Fx_popup_dialog): Explicitly init f.
16891 (w32_menu_display_help): Use empty_string.
16892
4d083a8f
RS
168932001-10-29 Richard M. Stallman <rms@gnu.org>
16894
b2304472
RS
16895 * fns.c (Frequire): Detect recursive try to require the same
16896 feature 3 or more levels deep, and get error.
16897 (require_unwind): New subroutine.
16898 (require_nesting_list): New variable.
16899 (syms_of_fns): Init and staticpro it.
16900
4d083a8f
RS
16901 * print.c (print_object): Clarify indication of insertion type.
16902
2fe41216
EZ
169032001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
16904
90480000
EZ
16905 * coding.c (syms_of_coding): Document that locale-coding-system is
16906 used for decoding input on X.
16907
2fe41216
EZ
16908 * window.c (Fscroll_left, Fscroll_right): Doc fix.
16909
f00691a3 169102001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
74e79967
PJ
16911
16912 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
16913 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
16914
60ebcfe8
GM
169152001-10-29 Gerd Moellmann <gerd@gnu.org>
16916
9a7bdceb
GM
16917 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
16918 use NO_CURSOR if cursor_in_non_selected_windows is false.
16919
3f08fcd2
GM
16920 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
16921 the slant attribute if FRAME is t.
16922
0ccfdad2
GM
16923 * xfns.c (x_set_internal_border_width): Set frame garbaged
16924 when X window doesn't exist yet.
16925
ef253080
GM
16926 * xterm.c (x_after_update_window_line): Clear internal border
16927 in different circumstances.
b116830b 16928
60ebcfe8
GM
16929 * xterm.c (XTread_socket) <KeyPress>: Don't use
16930 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
16931 <handa@etl.go.jp>.
16932
73d25f9c
EZ
169332001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
16934
16935 * m/ibms390.h: New file. From Adam Thornton
16936 <athornton@sinenomine.net>.
16937
cac1daf0
GM
169382001-10-28 Gerd Moellmann <gerd@gnu.org>
16939
053b3256 16940 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
b116830b 16941
cac1daf0
GM
16942 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
16943 a loop counter.
16944
f00691a3 169452001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13b1a09c 16946
f9711de4 16947 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
186486eb 16948
4707d2d0
PJ
16949 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
16950 keyword].
16951 Fix typos in comments.
b116830b 16952
d883731c
PJ
16953 * emacs.c (bug_reporting_address): New function.
16954 Use it when displaying usage message.
16955
04012254
PJ
16956 * minibuf.c (read_minibuf): Remove unused external declaration of
16957 variable `Qread_only'.
16958
13b1a09c
PJ
16959 * keymap.c (access_keymap): Remove unused variable `charset'.
16960
5bbf4378
MB
169612001-10-28 Miles Bader <miles@gnu.org>
16962
16963 * xfaces.c (merge_face_heights): Handle TO being relative as well.
16964 Remove #ifdef'd-out code.
16965 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
16966 (syms_of_xfaces): Initialize them.
16967
1ce1e4ee
JR
169682001-10-27 Jason Rumney <jasonr@gnu.org>
16969
16970 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
16971 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
16972 position using the system caret.
16973
16974 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
16975 (w32_system_caret_height, w32_system_caret_x)
16976 (w32_system_caret_y): New variables for tracking system caret.
16977 (w32_initialize): Initialize them.
c2d53558 16978 (x_display_and_set_cursor): Make system caret follow the active cursor.
1ce1e4ee 16979
c2d53558
SM
16980 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
16981 New messages types.
1ce1e4ee
JR
16982
16983 * w32term.c (note_mouse_highlight): Clear old help_echo.
16984
f00691a3 169852001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e30ce42 16986
bb4600a4
PJ
16987 * xterm.c: Fix typo in a comment.
16988
7db35a48
PJ
16989 * emacs.c: Fix typos in comments.
16990 Remove unnecessary spaces.
16991 Change doc-string comments to `new style' [w/`doc:' keyword].
16992 (USAGE2): Fix typos in usage string.
16993
a7248e4f
PJ
16994 * xterm.c: Fix typo in a comment.
16995
4e30ce42
PJ
16996 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
16997 emacs.c.
16998
62725a92
GM
169992001-10-27 Gerd Moellmann <gerd@gnu.org>
17000
798dbe1f 17001 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
c2d53558 17002 instead of 1/2 line_height in the heuristic for skipping
798dbe1f
GM
17003 farther backward when target_y was not reached.
17004
62725a92
GM
17005 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
17006 Display errno only if non-zero.
17007 (sound_warning): New function.
17008 (vox_configure): Don't treat failing to set sample rate as error.
17009 (various places): Improve error messages.
17010
d4e34d24
EZ
170112001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
17012
944e6f60
EZ
17013 * fileio.c (Faccess_file): Run the argument filename through
17014 Fexpand_file_name, before using it.
17015
d4e34d24
EZ
17016 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
17017 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
17018
38d2af0c
GM
170192001-10-26 Gerd Moellmann <gerd@gnu.org>
17020
da80a8d5
GM
17021 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
17022
38d2af0c
GM
17023 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
17024 Fix clearing in the case of scroll bars on the right.
c2d53558 17025
45de4a6f 170262001-10-26 Juanma Barranquero <lektu@terra.es>
56f508dd
EZ
17027
17028 * w32gui.h (XImage): Add a dummy typedef.
17029
fbd5ceb2
GM
170302001-10-26 Gerd Moellmann <gerd@gnu.org>
17031
c2d53558 17032 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
fbd5ceb2 17033
b23236fb
EZ
170342001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
17035
17036 * frame.c (Fframe_parameter): Fix last change.
17037
5d991fc4
EZ
17038 * fileio.c: Revert last change (which removed old commented-out
17039 version of expand-file-name). Add a comment that explains why
17040 this old version should not be removed.
17041
879eadc3
GM
170422001-10-25 Gerd Moellmann <gerd@gnu.org>
17043
75700ff2
GM
17044 * frame.c (Fframe_parameter): Fix a bug whereby some
17045 ``artificial'' frame parameters, like `minibuffer' were not
17046 obtained by calling Fframe_parameters.
17047
dfe92a6a
GM
17048 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
17049 cursor differently.
17050
879eadc3
GM
17051 * xdisp.c (move_it_vertically_backward): Compute line height
17052 differently. Add heuristic to try to be more compatible to 20.x.
17053
e1010ebe
SM
170542001-10-25 Stefan Monnier <monnier@cs.yale.edu>
17055
d73a471b
SM
17056 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
17057
d6da5a06
GM
17058 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
17059 boolean.
e1010ebe 17060
f66bd220
MB
170612001-10-25 Miles Bader <miles@gnu.org>
17062
17063 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
17064 BG is a pointer to a structure, not a structure.
17065 (gif_format, png_format): Add missing commas.
17066
d436d538
RS
170672001-10-24 Richard M. Stallman <rms@gnu.org>
17068
17069 * xfaces.c (Fface_attributes_as_vector): New function.
c2d53558 17070 (syms_of_xfaces): Defsubr it.
d436d538 17071
f00691a3 170722001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
075c507b
PJ
17073
17074 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
17075 variable `area'.
17076
f00691a3 170772001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d492b584 17078
c2d53558 17079 * search.c (scan_newline): Remove unused variable `selective_display'.
d492b584 17080
e2a57b34
MB
170812001-10-25 Miles Bader <miles@gnu.org>
17082
17083 * dispextern.h (struct image): Add `background',
17084 `background_valid', and `background_transparent' fields.
17085 (image_background, image_background_transparent): New declarations.
17086 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
17087 * xfns.c (image_background, image_background_transparent)
17088 (four_corners_best): New functions.
c2d53558 17089 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
e2a57b34
MB
17090 (gs_format): Add `:background' entry.
17091 (lookup_image): Set IMG's background color if specified.
17092 (pbm_load, xbm_load_image, png_load): Set IMG's background field
17093 when appropriate.
17094 (x_clear_image_1): Reset `background_valid' and
17095 `background_transparent_valid' fields.
17096 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
17097 calculating it here. Set IMG's background_transparent field.
17098 (enum xpm_keyword_index): Add XPM_BACKGROUND.
17099 (enum png_keyword_index): Add PNG_BACKGROUND.
17100 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
17101 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
17102 (enum gif_keyword_index): Add GIF_BACKGROUND.
17103 (enum gs_keyword_index): Add GS_BACKGROUND.
c2d53558 17104 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
e2a57b34
MB
17105 Pre-calculate image background color where necessary.
17106 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
17107 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
17108 color to use for image glyph reliefs.
17109
b547b6e8
GM
171102001-10-24 Gerd Moellmann <gerd@gnu.org>
17111
d9e3b8c6
GM
17112 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
17113 in full-width rows.
c2d53558 17114
b547b6e8
GM
17115 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
17116 Fix clearing of area not covered by scroll bar.
17117
f00691a3 171182001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2beb36f9
PJ
17119
17120 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
17121 and `real_start'.
c2d53558 17122 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
2beb36f9
PJ
17123 (glyph_rect): Remove unused variable `area'.
17124
76cb5e06
GM
171252001-10-24 Gerd Moellmann <gerd@gnu.org>
17126
bdbdebff 17127 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
c2d53558
SM
17128
17129 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
17130 (row_containing_pos): Take additional argument DY.
17131 Treat rows ending in middle of char differently.
62e33982
GM
17132 (display_line): Handle tabs on window systems differently.
17133
17134 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
17135 with additional argument.
17136
17137 * dispextern.h (row_containing_pos): Adjust prototype.
17138
76cb5e06
GM
17139 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
17140 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
17141 (try_window_id, try_window_reusing_current_matrix)
17142 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
6c465a15 17143 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
76cb5e06 17144
f00691a3 171452001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
996fee11 17146
c9e60620
PJ
17147 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
17148 gnuemacs).
17149 (HAVE_BOXES): Fix typo in comment.
17150 (push_menu_pane): Fix typo in comment.
17151
3b552d56
PJ
17152 * xdisp.c: (display_prop_string_p): Remove unused local declaration
17153 of `Qwhen'.
17154 (single_display_prop_string_p): Remove unused local declarations
17155 of `Qwhen' and `Qmargin'.
17156 (string_buffer_position): Remove unused variable `around'.
17157 (store_frame_title): Remove unused variable `width'.
17158
15c565ac
PJ
17159 * window.c: Don't define max.
17160 (coordinates_in_window): Remove unused variable `uy'.
17161
a8818eb9
PJ
17162 * widget.c: Don't define max.
17163
996fee11
PJ
17164 * process.c: Don't define max.
17165 (create_process): Remove unused variable `buffer'.
17166
496e1a5b
GM
171672001-10-23 Gerd Moellmann <gerd@gnu.org>
17168
c2d53558 17169 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
496e1a5b 17170
5905ae8b
EZ
171712001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
17172
17173 * xfaces.c (Finternal_set_lisp_face_attribute)
17174 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
17175 frame is on a windowed display.
17176
24db49fb
GM
171772001-10-23 Gerd Moellmann <gerd@gnu.org>
17178
c2d53558
SM
17179 * dispnew.c (sync_window_with_frame_matrix_rows):
17180 Fix handling of windows which aren't full-width, fix handling
c51488cd
GM
17181 of marginal areas.
17182
c2d53558 17183 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
24db49fb 17184
f0487f05
EZ
171852001-10-23 Andreas Schwab <schwab@suse.de>
17186
17187 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
17188 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
17189
f0a48a01
GM
171902001-10-23 Gerd Moellmann <gerd@gnu.org>
17191
c2d53558 17192 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
f0a48a01
GM
17193 REAL_END. Notice if cursor gets overwritten.
17194 (notice_overwritten_cursor): Take X positions as parameters.
17195 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
17196 around call to x_draw_glyphs.
17197
f00691a3 171982001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a50a10a0 17199
fc11dff0
PJ
17200 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
17201 instead of C) and usage.
a50a10a0 17202
fc11dff0
PJ
17203 * editfns.c (char-to-string): Fix argument names (use CHAR instead
17204 of C) and usage.
a50a10a0
PJ
17205
17206 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
17207 `left', `max_width' and `max_height'.
17208
8738febd
GM
172092001-10-23 Gerd Moellmann <gerd@gnu.org>
17210
17211 * xdisp.c (display_line): For a tab continued to the next line,
17212 set row's ends_in_middle_of_char_p.
17213
653c329b
GM
172142001-10-22 Gerd Moellmann <gerd@gnu.org>
17215
17216 * xdisp.c (display_line): Fix computation of continuation lines
17217 width for TABs.
17218
f00691a3 172192001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
f958c5ac 17220
7ba51063
PJ
17221 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
17222 `Qlaplace'.
17223
f958c5ac
PJ
17224 * fileio.c: Remove unused code.
17225
eb360291
MB
172262001-10-22 Miles Bader <miles@gnu.org>
17227
17228 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
17229 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
17230 Remove `DOC_STRINGS_IN_COMMENTS' cases.
17231
98515cf0
JR
172322001-10-21 Jason Rumney <jasonr@gnu.org>
17233
17234 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
17235
93026d88
EZ
172362001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
17237
17238 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
17239 (Finsert_string): Avoid the multi-line string literals warning.
17240
c9a95b79
MB
172412001-10-22 Miles Bader <miles@gnu.org>
17242
17243 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
17244 (Fdocumentation): Don't use it.
17245 (syms_of_doc): Don't initialize it.
17246
17247 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
17248 * print.c (Fwith_output_to_temp_buffer): Likewise.
17249 * window.c (Fsave_window_excursion): Likewise.
c2d53558 17250 * editfns.c (Fsave_excursion, Fsave_current_buffer)
c9a95b79 17251 (Fsave_restriction): Likewise.
c2d53558
SM
17252 * eval.c (Frun_hooks, Frun_hook_with_args)
17253 (Frun_hook_with_args_until_failure)
17254 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
17255 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
17256 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
c9a95b79
MB
17257 (Funwind_protect, Fcondition_case): Likewise.
17258 * coding.c (Ffind_operation_coding_system): Likewise.
17259 * keyboard.c (Ftrack_mouse): Likewise.
17260
a3b10252
MB
172612001-10-21 Miles Bader <miles@gnu.org>
17262
c2d53558 17263 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
a3b10252
MB
17264 (Fmake_hash_table): Add usage: string to doc string.
17265 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
c2d53558 17266 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
a3b10252
MB
17267 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
17268 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
17269 (Fml_prefix_argument_loop): Likewise.
17270
f00691a3 172712001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c6f73eec 17272
c2d53558 17273 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
888ebd13 17274
c6f73eec
PJ
17275 * sysdep.c (init_sys_modes): Change doc-string comments to `new
17276 style' [w/`doc:' keyword].
17277
17278 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
17279 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
17280 comments to `new style' [w/`doc:' keyword].
17281
3cf3436e
JR
172822001-10-21 Jason Rumney <jasonr@gnu.org>
17283
17284 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
17285
c169b8f1
JR
17286 * w32term.c (remember_mouse_glyph): New function.
17287 (w32_mouse_position): Use it.
17288 (note_mouse_movement): If the mouse moved off the glyph, remember
17289 its new position.
c2d53558 17290
4fdd691b
JR
17291 * w32term.h (struct w32_output): Correct spelling of x_compatible.
17292 (w32_display_info): Add mouse_face_overlay.
17293
c169b8f1
JR
17294 * w32term.c (notice_overwritten_cursor): Renamed from
17295 note_overwritten_text_cursor. Rewritten to take glyph widths into
17296 account.
17297 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
17298 (fast_find_string_pos): New function.
17299 (fast_find_position): Return the correct vpos. Add parameter
17300 STOP. In the final row, stop before glyphs having STOP as object.
17301 Don't consider glyphs that are not from a buffer.
17302 (fast_find_position) [0]: Add a presumably more correct version
17303 for after 21.1.
17304 (expose_window_tree, expose_frame): Don't compute intersections here.
17305 (expose_window): Do it here instead.
17306 (expose_window_tree, expose_window, expose_line): Return 1 when
17307 overwriting mouse-face.
17308 (expose_window): If W is the window currently being updated, mark
17309 the frame garbaged.
17310 (expose_frame): If mouse-face was overwritten, redo it.
17311 (x_use_underline_position_properties): New variable.
17312 (syms_of_xterm): DEFVAR_BOOL it.
17313 (x_draw_glyph_string): Add comment to use it in future.
17314 (x_draw_glyph_string): Restore clipping after drawing box.
17315 Fix a computation of the underline position.
17316 (w32_get_glyph_string_clip_rect): Minor cleanup.
17317 (x_fill_stretch_glyph_string): Remove an assertion.
17318 (x_produce_glyphs): Don't convert multibyte characters
17319 to unibyte characters in unibyte buffers.
17320 (cursor_in_mouse_face_p): New function.
17321 (x_draw_stretch_glyph_string): Use it to choose a different GC
17322 when drawing a cursor within highlighted text. Don't draw
17323 background again if it has already been drawn.
17324 (x_draw_glyph_string_box): Don't draw a full-width
17325 box just because the glyph row's full_width_p flag is set.
17326 (x_draw_glyphs): Fix computation of rightmost x for
17327 full-width rows.
17328 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
17329 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
f63fd14e 17330 change bottom shadow accordingly. Some cleanup.
c169b8f1
JR
17331 (x_update_window_end): Handle overwritten mouse face
17332 also for tool bar windows.
17333 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
17334 DRAW is DRAW_IMAGE_RAISED.
17335 (clear_mouse_face): Return 1 if text with mouse face was
2c568af5
SM
17336 actually redrawn. Make the function static.
17337 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
c169b8f1
JR
17338 optimize away highlighting if we pass over that same overlay again.
17339 (note_mouse_highlight): Call mouse_face_overlay_overlaps
17340 to detect a case where we have to highlight a different region
17341 despite not having left the currently highlighted region.
17342 Set mouse_face_overlay in the x_display_info. Avoid changing the
17343 mouse pointer shape when show_mouse_face has already done it, or
17344 there is no need. Handle mouse-face and help-echo in strings.
17345 (glyph_rect): New function.
17346 (w32_mouse_position): Use it to raise the threshold for mouse
17347 movement event generation.
17348 (w32_initialize_display_info): Initialize the x_display_info's
17349 mouse_face_overlay.
17350 (w32_set_vertical_scroll_bar): Don't clear a zero height
17351 or width area.
17352 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
17353 a widget to zero height.
17354
3cf3436e 17355 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
4fdd691b 17356 Protect unibyte strings created by replacing their multibyte
3cf3436e
JR
17357 equivalents in menu_items.
17358 (w32_menu_show): Don't overwrite an item's name with its key
17359 description in case the description is a multibyte string.
17360 (single_submenu): Some cleanup.
17361
17362 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
17363 (postprocess_image): New function.
17364 (lookup_image): Call it for all image types except PostScript.
17365 (x_kill_gs_process): Call postprocess_image.
17366 (tiff_error_handler, tiff_warning_handler): New functions.
17367 (tiff_load): Install them as handlers.
17368 (x_kill_gs_process): Recognize if someone has cleared the image
17369 cache under us.
17370 (valid_image_p): Protect better against invalid image
17371 specifications. Previous code could signal an error.
17372 (Fx_hide_tip, Fshow_tip): Doc fix.
17373 (Fv_max_tooltip_size): New variable.
17374 (syns_of_xfns): DEFVAR_LISP it.
17375 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
f63fd14e 17376 window buffer to *tip* right after creating the frame. Set frame's
3cf3436e
JR
17377 window_width. Use a maximum tooltip size specified by
17378 Vx_max_tooltip_size, if that has valid contents.
17379 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
17380 Make sure the tooltip is completely visible.
17381 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
17382 (Fx_create_frame): Adjust the frame's height for presence
17383 of the tool bar before calling x_figure_window_size.
17384 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
17385 when the window gets smaller.
17386 (x_set_foreground_color): Set frame's cursor_pixel.
17387 (x_set_foreground_color, x_set_background_color): Cleaned up.
17388 (x_set_font): Handle case of x_new_fontset returning the same name
17389 as before, although there was a change in fontsets.
17390
386ca361
MB
173912001-10-21 Miles Bader <miles@gnu.org>
17392
c2d53558 17393 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
386ca361
MB
17394 (Flogxor): Add usage: string to doc string.
17395 * charset.c (Fstring): Likewise.
17396 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
17397 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
17398
f00691a3 173992001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14ff1ee0 17400
03be2694
PJ
17401 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
17402
17403 * alloc.c: Reindent DEFUNs with doc: keywords.
17404
17405 * abbrev.c (Finsert_abbrev_table_description): Reindent.
17406
14ff1ee0
PJ
17407 * frame.c: Change doc-string comments to `new style' [w/`doc:'
17408 keyword].
17409
2f147815 17410See ChangeLog.9 for earlier changes.
6922b018
KH
17411
17412;; Local Variables:
49b3bd82 17413;; coding: iso-2022-7bit
6922b018 17414;; End:
2a34a036 17415
2f147815 17416 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
17417 Copying and distribution of this file, with or without modification,
17418 are permitted provided the copyright notice and this notice are preserved.
ab5796a9
MB
17419
17420;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4