]> code.delx.au - gnu-emacs/blob - src/ChangeLog
* editfns.c (Voperating_system_release): Added.
[gnu-emacs] / src / ChangeLog
1 2005-01-20 Steven Tamm <steventamm@mac.com>
2
3 * editfns.c (Voperating_system_release): Added.
4 (init_editfns): Assign new variable operating-system-release
5 based on call to uname if available.
6 (get_operating_system_release): Added function to
7 allow c-level access to operating system release.
8
9 * config.h: Regenerated.
10
11 * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
12 less.
13 (MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
14 using ptys as '7'.
15
16 2005-01-20 Kim F. Storm <storm@cua.dk>
17
18 * alloc.c (STRING_MARKED_P, VECTOR_MARKED_P): Return boolean.
19
20 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
21 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
22
23 * macterm.c (x_draw_glyph_string_box): Likewise.
24
25 * w32term.c (x_draw_glyph_string_box): Likewise.
26
27 * indent.c (Fvertical_motion): Temporarily disable selective display.
28
29 2005-01-19 Kim F. Storm <storm@cua.dk>
30
31 * xdisp.c (note_mode_line_or_margin_highlight): Fix :pointer
32 image property.
33
34 * fns.c (sweep_weak_table): Advance prev pointer when we keep a pair.
35
36 2005-01-18 Kim F. Storm <storm@cua.dk>
37
38 * xdisp.c (fast_find_position): Backtrack to find first row if
39 charpos is inside a display overlay that spans multiple lines.
40
41 2005-01-18 Kenichi Handa <handa@m17n.org>
42
43 * coding.c (decode_coding_iso2022): Translate invalid codes if
44 translation-table is specified.
45
46 2005-01-18 Kim F. Storm <storm@cua.dk>
47
48 * xdisp.c (back_to_previous_visible_line_start): Undo 2004-12-28
49 change. If handle_display_prop indicates newline is replaced by
50 image or text, move back to start of relevant overlay or interval
51 and continue scan from there. Simplify.
52
53 2005-01-17 Kim F. Storm <storm@cua.dk>
54
55 * dispnew.c (mode_line_string, marginal_area_string): Fix
56 off-by-one error in search for glyph.
57
58 2005-01-16 Kim F. Storm <storm@cua.dk>
59
60 * macterm.c (syms_of_macterm) <mac-allow-anti-aliasing>: Doc fix.
61
62 2005-01-16 Steven Tamm <steventamm@mac.com>
63
64 * macterm.c (mac_to_x_fontname): Removed spurious argument.
65
66 2005-01-16 Andreas Schwab <schwab@suse.de>
67
68 * macterm.c (mac_draw_string_common): Fix compilation on OSX 10.1.
69
70 2005-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
71
72 * fringe.c (Fdefine_fringe_bitmap, init_fringe): When assigning
73 fringe_faces, cast result from xmalloc/xrealloc to Lisp_Object *.
74
75 2005-01-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
76
77 * keyboard.c (READABLE_EVENTS_DO_TIMERS_NOW)
78 (READABLE_EVENTS_FILTER_EVENTS, READABLE_EVENTS_IGNORE_SQUEEZABLES):
79 New flags for readable_events.
80 (get_filtered_input_pending, readable_filtered_events): Removed.
81 (tracking_off): Call readable_events and get_input_pending with
82 flag READABLE_EVENTS_DO_TIMERS_NOW.
83 (readable_events): Move code from old readable_filtered_events here,
84 but check new READABLE_EVENTS_* in argument flags instead of previous
85 two boolean arguments do_timers_now and filter_events.
86 If we are doing mouse tracking and the mouse moved, return only if
87 READABLE_EVENTS_IGNORE_SQUEEZABLES is not set in flags.
88 (swallow_events): Call get_input_pending with flag
89 READABLE_EVENTS_DO_TIMERS_NOW.
90 (get_input_pending): Move code from old get_filtered_input_pending
91 here. Replace boolean arguments do_timers_now, filter_events with
92 flags, and pass flags to readable_events. Document new
93 READABLE_EVENTS_* flags.
94 (detect_input_pending_ignore_squeezables): New function.
95 (detect_input_pending_run_timers): Call get_input_pending with flag
96 READABLE_EVENTS_DO_TIMERS_NOW.
97 (Finput_pending_p): Call get_input_pending with flags
98 READABLE_EVENTS_DO_TIMERS_NOW and READABLE_EVENTS_FILTER_EVENTS.
99
100 * dispnew.c (update_window, update_frame_1): Replace calls to
101 detect_input_pending with detect_input_pending_ignore_squeezables
102 so that redisplay is not paused if the event queue contains only
103 mouse movements.
104
105 * lisp.h: Declare detect_input_pending_ignore_squeezables.
106
107 2005-01-15 Steven Tamm <steventamm@mac.com>
108
109 * macterm.c (Vmac_use_core_graphics): Declare variable for
110 mac-allow-anti-aliasing.
111 (syms_of_macterm): DEFVAR_LISP and initialize it.
112 (mac_draw_string_common): Use core graphics text rendering if
113 mac-allow-anti-aliasing is enabled.
114
115 * macfns.c (Fx_file_dialog): Save As dialog includes only the
116 file name in the text box.
117
118 2005-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
119
120 * macfns.c (x_set_foreground_color, x_set_background_color): Sync
121 with xfns.c.
122 (mac_window, x_create_tip_frame): Use XSetWindowBackground.
123 * macterm.c (XSetBackground, XSetWindowBackground): New functions.
124 * macterm.h (XSetBackground, XSetWindowBackground): Add externs.
125
126 2005-01-14 Kim F. Storm <storm@cua.dk>
127
128 * keyboard.c (Fposn_at_x_y): Add optional arg WHOLE.
129
130 2005-01-13 Richard M. Stallman <rms@gnu.org>
131
132 * keymap.c (Fcurrent_active_maps): Ignore Voverriding_local_map
133 if Voverriding_terminal_local_map is non-nil.
134
135 * keyboard.c (syms_of_keyboard): Doc fix.
136
137 2005-01-13 Kim F. Storm <storm@cua.dk>
138
139 * xdisp.c (Fformat_mode_line): Fix last change. Remove NO_PROPS arg
140 (specify 0 for FACE instead). Reorder arg list. Doc fix.
141
142 2005-01-12 Richard M. Stallman <rms@gnu.org>
143
144 * xdisp.c (Fformat_mode_line): New arg FACE specifies a default
145 face property for characters that don't specify one.
146
147 * fns.c (Frequire): Record in load-history unconditionally.
148
149 2005-01-10 Kim F. Storm <storm@cua.dk>
150
151 * dispextern.h (merge_faces): Rename from merge_into_realized_face.
152
153 * xfaces.c (merge_faces): Rename from merge_into_realized_face.
154 Callers changed.
155 Add support to merge with lisp face id too (if face_name is t).
156
157 * xdisp.c (get_next_display_element, next_element_from_display_vector):
158 Don't lookup lface_id from display table glyphs here; instead use
159 merge_faces to merge the lisp face id into current face.
160
161 2005-01-09 Kim F. Storm <storm@cua.dk>
162
163 * dispextern.h (struct it): New member dpvec_face_id.
164 (merge_into_realized_face): Add prototype.
165
166 * xfaces.c (merge_into_realized_face): New function. Used to
167 merge escape-glyph face or face from display table into current face.
168
169 * xdisp.c (Vshow_nonbreak_escape): New lisp var.
170 (syms_of_xdisp): DEFVAR_LISP it.
171 (escape_glyph_face): Remove var.
172 (redisplay_window): Don't initialize it.
173 (setup_for_ellipsis, get_next_display_element):
174 Set it->dpvec_face_id to -1.
175 (get_next_display_element): Test Vshow_nonbreak_escape.
176 Do not setup escape_glyph_face.
177 Properly merge escape-glyph face or face from display table with
178 current face for escape and control characters. Set
179 it->dpvec_face_id to relevant face id instead of adding it to each
180 element of display vector.
181 (next_element_from_display_vector): If it->dpvec_face_id is set,
182 use that instead of lface_id from glyph itself.
183
184 2005-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
185
186 * xterm.h (struct x_output): New member, toolbar_detached.
187
188 * gtkutil.c (xg_create_frame_widgets): Set initial tool bar height to
189 38.
190 (xg_tool_bar_detach_callback): Set toolbar_detached to 1.
191 (xg_tool_bar_attach_callback): Set toolbar_detached to 0.
192 (xg_create_tool_bar): Initialize toolbar_detached.
193 (update_frame_tool_bar): Only set FRAME_TOOLBAR_HEIGHT (f) if
194 toolbar_detached is zero.
195
196 2005-01-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
197
198 * xmenu.c (create_and_show_popup_menu): Pass zero as button to
199 gtk_menu_popup if not for_click, so callbacks for the menu are called.
200
201 * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)
202 (xg_tool_bar_callback, xg_tool_bar_help_callback)
203 (update_frame_tool_bar): Cast to EMACS_INT to avoid compiler
204 warning.
205
206 * xselect.c (x_get_foreign_selection, x_fill_property_data)
207 (Fx_get_atom_name, Fx_send_client_event): Replace XFLOAT with
208 XFLOAT_DATA to get extract number from Lisp object.
209
210 2005-01-07 Kim F. Storm <storm@cua.dk>
211
212 * xdisp.c (set_iterator_to_next): Fix 2004-12-13 change.
213 Set stop_charpos to current charpos instead of 0.
214
215 2005-01-06 Nick Roberts <nickrob@snap.net.nz>
216
217 * xdisp.c (Fformat_mode_line): First arg now required.
218
219 2005-01-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
220
221 * macterm.c (XLoadQueryFont): Correctly handle 0 size
222 font widths that are returned from some Japanese fonts.
223
224 2005-01-06 Kim F. Storm <storm@cua.dk>
225
226 * fringe.c (fringe_faces): Change to Lisp_Object pointer.
227 (draw_fringe_bitmap_1): Lookup user defined fringe faces here.
228 (destroy_fringe_bitmap): Set fringe_faces element to nil.
229 (Fdefine_fringe_bitmap, init_fringe): Change allocation of
230 fringe_faces array and init elements to nil.
231 (Fset_fringe_bitmap_face): Set fringe_faces to face name instead of
232 non-persistent face id.
233 (mark_fringe_data): New function for GC.
234
235 * alloc.c (mark_fringe_data): Declare extern.
236 (Fgarbage_collect): Call mark_fringe_data.
237
238 * alloc.c (overrun_check_free): Invalidate freed memory if
239 XMALLOC_CLEAR_FREE_MEMORY is defined.
240
241 2005-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
242
243 * macfns.c: Include sys/param.h.
244 [TARGET_API_MAC_CARBON] (mac_nav_event_callback): New declaration
245 and function.
246 [TARGET_API_MAC_CARBON] (Fx_file_dialog): Use MAXPATHLEN for size
247 of filename string. Set event callback function when creating
248 dialog boxes. Add code conversions for filenames. Don't dispose
249 apple event descriptor record if failed to create it.
250
251 * macterm.c: Include sys/param.h.
252 [USE_CARBON_EVENTS] (mac_handle_window_event): Add handler for
253 kEventWindowUpdate.
254 (install_window_handler) [USE_CARBON_EVENTS]: Register it.
255 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Get FSRef instead
256 of FSSpec from apple event descriptor record.
257 (do_ae_open_documents) [TARGET_API_MAC_CARBON]: Use MAXPATHLEN for
258 size of filename string.
259 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise.
260 [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Return error when a
261 file dialog is in action.
262 [TARGET_API_MAC_CARBON] (mac_do_track_drag): Likewise. Reject
263 only when there are no filename items. Set background color
264 before (un)highlighting the window below the dragged items.
265 (XTread_socket) [!USE_CARBON_EVENTS]: Don't call do_window_update.
266
267 2005-01-05 Romain Francoise <romain@orebokech.com>
268
269 * term.c (encode_terminal_code): Fix buffer size computation.
270
271 2005-01-04 Richard M. Stallman <rms@gnu.org>
272
273 * xdisp.c (Fformat_mode_line): Doc fix.
274
275 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * alloc.c (refill_memory_reserve): Move.
278 (emacs_blocked_free, emacs_blocked_malloc, emacs_blocked_realloc)
279 (reset_malloc_hooks, uninterrupt_malloc) [SYNC_INPUT]: Don't define.
280
281 2005-01-03 Richard M. Stallman <rms@gnu.org>
282
283 * window.c (window_scroll_pixel_based): Don't correct preserve_y
284 for CURRENT_HEADER_LINE_HEIGHT when moving backwards.
285
286 2005-01-03 Jason Rumney <jasonr@gnu.org>
287
288 * w32bdf.c (w32_load_bdf_font): Set fontp->average_width and
289 fontp->space_width to FONT_WIDTH so they are valid.
290
291 * w32fns.c (w32_load_system_font): Set FONT_WIDTH to maximum, not
292 average width. Set fontp->average_width and fontp->space_width to
293 their appropriate values.
294
295 * w32term.c (x_new_font): Set FRAME_COLUMN_WIDTH to
296 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
297 fontp->space_width.
298
299 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
300
301 * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
302 (x_font_min_bounds, XLoadQueryFont): Use the correct font width
303 metrics for max and min bounds.
304 (x_load_font): Correctly calculate average font width metrics.
305
306 2005-01-02 Richard M. Stallman <rms@gnu.org>
307
308 * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers.
309
310 2004-12-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
311
312 * xterm.c (handle_one_xevent): Clear area in expose event for GTK.
313
314 2004-12-31 Richard M. Stallman <rms@gnu.org>
315
316 * xdisp.c (setup_for_ellipsis, get_next_display_element):
317 Set it->ellipsis_p to 1 or 0.
318 (display_line): Record whether row ends in mid-ellipsis.
319 (set_cursor_from_row): If ends in ellipsis. find start of it.
320 (cursor_row_p): If PT's at the end of the ellipsis the row
321 ends within, don't display cursor on this row.
322
323 * dispextern.h (struct it): New element ellipsis_p.
324 (struct glyph_row): New element ends_in_ellipsis_p.
325
326 * xdisp.c (BUFFER_POS_REACHED_P): We haven't reached the specified
327 position if we're reading from something other than the buffer.
328
329 * window.c (window_scroll_pixel_based): Only look at
330 Vscroll_preserve_screen_position if the old PT can't be kept.
331 (syms_of_window) <scroll-preserve-screen-position>: Doc fix.
332
333 2004-12-30 Kim F. Storm <storm@cua.dk>
334
335 * xdisp.c (get_line_height_property): New function extracted from
336 original calc_line_height_property.
337 (calc_line_height_property): Rework. Handle t and (nil . ratio).
338 (x_produce_glyphs): Use them to handle line-height and
339 line-spacing according to new height spec.
340 (Qtotal): Remove.
341 (syms_of_xdisp): Remove intern and staticpro for Qtotal.
342
343 2004-12-30 Kenichi Handa <handa@m17n.org>
344
345 * fileio.c (Finsert_file_contents): Don't use
346 current_buffer->buffer_file_coding_system even if REPLACE is
347 non-nil. Call Qafter_insert_file_set_coding with the second arg
348 VISIT.
349
350 * fontset.h (struct font_info): New members space_width and
351 average_width.
352
353 * frame.h (struct frame): New member space_width.
354 (FRAME_SPACE_WIDTH): New macro.
355
356 * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
357
358 * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
359 fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
360 fontp->space_width.
361 (x_load_font): Calculate fontp->space_width and
362 fontp->average_width.
363 (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
364
365 * xdisp.c (x_produce_glyphs): Calculate tab width by
366 FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
367
368 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
369
370 * macterm.c (SelectionRange): Add Xcode position apple event struct.
371 (do_ae_open_documents): Handle Xcode-style file position open
372 events.
373
374 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
375
376 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Correct typo.
377
378 2004-12-29 Richard M. Stallman <rms@gnu.org>
379
380 * buffer.c (syms_of_buffer) <vertical-scroll-bar>: Doc fix.
381
382 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
383
384 * macfns.c (install_window_handler): Modify extern to return OSErr
385 value.
386 (mac_window): Handle return value of install_window_handler.
387
388 * macterm.c (reflect_byte): Remove function.
389 (mac_create_bitmap_from_bitmap_data): Don't call reflect_byte.
390 Lookup table instead.
391 (mac_do_font_lists): Simplify calculation of the longest
392 nonspecial string.
393 (init_mac_drag_n_drop): Remove function and declaration.
394 (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call
395 init_mac_drag_n_drop.
396 (mac_do_track_drag): New function and declaration.
397 (install_window_handler): Return OSErr value.
398 (install_window_handler) [TARGET_API_MAC_CARBON]: Register
399 handlers for tracking/receiving drag-and-drop items.
400 (do_ae_open_documents): Generate unibyte strings for filenames.
401 (mac_do_receive_drag) [TARGET_API_MAC_CARBON] : Likewise. Reject
402 only non-filename items. Set event modifiers. Set return value.
403
404 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
405
406 * coding.c (decode_coding): Fix previous change.
407
408 2004-12-28 Richard M. Stallman <rms@gnu.org>
409
410 * xdisp.c (back_to_previous_visible_line_start):
411 Don't call handle_display_prop.
412
413 2004-12-28 Dan Nicolaescu <dann@ics.uci.edu>
414
415 * coding.c (decode_coding_XXX, decode_composition_emacs_mule)
416 (decode_coding_emacs_mule, encode_coding_emacs_mule)
417 (decode_coding_iso2022, encode_designation_at_bol)
418 (encode_coding_iso2022, decode_coding_sjis_big5, decode_eol)
419 (decode_coding): Constify arguments and local vars.
420
421 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
422
423 * xmenu.c (popup_get_selection): Only pop down dialogs
424 on C-g and Escape.
425 (popup_get_selection): Remove parameter down_on_keypress.
426 (create_and_show_popup_menu, create_and_show_dialog): Remove
427 parameter down_on_keypress to popup_get_selection.
428
429 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
430
431 * dispextern.h: Change HAVE_CARBON to MAC_OS.
432 (struct glyph_string): Likewise.
433
434 * emacs.c (main) [MAC_OS8]: Call mac_term_init instead of
435 mac_initialize.
436
437 * fileio.c (Fnext_read_file_uses_dialog_p, Fread_file_name):
438 Change TARGET_API_MAC_CARBON to HAVE_CARBON.
439
440 * fns.c (vector): Change MAC_OSX to MAC_OS.
441
442 * frame.c (x_set_frame_parameters, x_report_frame_params)
443 (x_set_fullscreen): Remove #ifndef HAVE_CARBON.
444 (x_set_border_width, Vdefault_frame_scroll_bars): Change
445 HAVE_CARBON to MAC_OS.
446
447 * image.c [MAC_OS]: Include sys/stat.h.
448 [MAC_OS && !MAC_OSX]: Include sys/param.h, ImageCompression.h, and
449 QuickTimeComponents.h.
450
451 * mac.c [!MAC_OSX] (mac_wait_next_event): Add extern.
452 [!MAC_OSX] (select): Use mac_wait_next_event.
453 [!MAC_OSX] (run_mac_command): Change EXEC_SUFFIXES to
454 Vexec_suffixes.
455 [!MAC_OSX] (select, run_mac_command): Change `#ifdef
456 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
457 (mac_clear_font_name_table): Add extern.
458 (Fmac_clear_font_name_table): New defun.
459 (syms_of_mac): Defsubr it.
460 [MAC_OSX] (SELECT_POLLING_PERIOD_USEC): New define.
461 [MAC_OSX] (select_and_poll_event): New function.
462 [MAC_OSX] (sys_select): Use it.
463 [MAC_OSX && SELECT_USE_CFSOCKET] (socket_callback): New function.
464 [MAC_OSX && SELECT_USE_CFSOCKET]
465 (SELECT_TIMEOUT_THRESHOLD_RUNLOOP, EVENT_CLASS_SOCK): New defines.
466 [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Use CFSocket and
467 RunLoop for simultaneously monitoring two kinds of inputs, window
468 events and process outputs, without periodically polling.
469
470 * macfns.c (mac_initialized): Remove extern.
471 (stricmp): Put in #if 0. All callers changed to use xstricmp in
472 xfaces.c.
473 (strnicmp): Decrement `n' at the end of each loop, not the
474 beginning.
475 (check_mac): Use the term "Mac native windows" instead of "Mac
476 OS".
477 (check_x_display_info, x_display_info_for_name): Sync with xfns.c.
478 (mac_get_rdb_resource): New function (from w32reg.c).
479 (x_get_string_resource): Use it.
480 (install_window_handler): Add extern.
481 (mac_window): New function.
482 (Fx_create_frame): Use it instead of make_mac_frame. Set
483 parameter for Qfullscreen. Call x_wm_set_size_hint.
484 (Fx_open_connection, Fx_close_connection): New defuns.
485 (syms_of_macfns): Defsubr them.
486 (x_create_tip_frame) [TARGET_API_MAC_CARBON]: Add
487 kWindowNoUpdatesAttribute to the window attribute.
488 (x_create_tip_frame) [!TARGET_API_MAC_CARBON]: Use NewCWindow.
489 (x_create_tip_frame): Don't call ShowWindow.
490 (Fx_show_tip): Call ShowWindow.
491 (Fx_file_dialog): Change `#ifdef TARGET_API_MAC_CARBON' to `#if
492 TARGET_API_MAC_CARBON'.
493 (mac_frame_parm_handlers): Set handlers for Qfullscreen.
494 (syms_of_macfns) [MAC_OSX]: Initialize mac_in_use to 0.
495
496 * macgui.h [!MAC_OSX]: Don't include Controls.h. Include
497 Windows.h.
498 (Window): Typedef to WindowPtr and move outside `#if
499 TARGET_API_MAC_CARBON'.
500 (XSizeHints): New struct.
501
502 * macterm.c (x_update_begin, x_update_end)
503 [TARGET_API_MAC_CARBON]: Disable screen updates during update of a
504 frame.
505 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
506 [MAC_OS8]: Use XDrawImageString/XDrawImageString16.
507 (construct_mouse_click): Put in #if 0.
508 (x_check_fullscreen, x_check_fullscreen_move): Remove decls.
509 (x_scroll_bar_create, x_scroll_bar_handle_click): Change `#ifdef
510 TARGET_API_MAC_CARBON' to `#if TARGET_API_MAC_CARBON'.
511 (activate_scroll_bars, deactivate_scroll_bars)
512 [!TARGET_API_MAC_CARBON]: Use ActivateControl/DeactivateControl.
513 (x_make_frame_visible) [TARGET_API_MAC_CARBON]: Reposition window
514 if the position is neither user-specified nor program-specified.
515 (x_free_frame_resources): Free size_hints.
516 (x_wm_set_size_hint): Allocate size_hints if needed. Set
517 size_hints.
518 (mac_clear_font_name_table): New function.
519 (mac_do_list_fonts): Initialize font_name_table if needed.
520 (x_list_fonts): Don't initialize font_name_table. Add BLOCK_INPUT
521 around mac_do_list_fonts.
522 (mac_unload_font): New function.
523 (x_load_font): Add BLOCK_INPUT around XLoadQueryFont.
524 (init_mac_drag_n_drop, mac_do_receive_drag): Enclose declarations
525 and definitions with #if TARGET_API_MAC_CARBON.
526 [USE_CARBON_EVENTS] (mac_handle_window_event): Add decl.
527 (install_window_handler): Add decl.
528 (do_window_update): Add BeginUpdate/EndUpdate for the tooltip
529 window. Use UpdateControls. Get the rectangle that should be
530 updated and restrict the target of expose_frame to it.
531 (do_grow_window): Set minimum height/width according to
532 size_hints.
533 (do_grow_window) [TARGET_API_MAC_CARBON]: Use ResizeWindow.
534 (do_zoom_window): Don't use x_set_window_size.
535 [USE_CARBON_EVENTS] (mac_handle_window_event): New function.
536 (install_window_handler): New function.
537 [!USE_CARBON_EVENTS] (mouse_region): New variable.
538 [!USE_CARBON_EVENTS] (mac_wait_next_event): New function.
539 (XTread_socket) [USE_CARBON_EVENTS]: Move call to
540 GetEventDispatcherTarget inside BLOCK_INPUT.
541 (XTread_socket) [!USE_CARBON_EVENTS]: Use mac_wait_next_event.
542 Update mouse_region when mouse is moved.
543 (make_mac_frame): Remove.
544 (make_mac_terminal_frame): Put in #ifdef MAC_OS8. Initialize
545 mouse pointer shapes. Change values of f->left_pos and
546 f->top_pos. Don't use make_mac_frame. Use NewCWindow. Don't
547 call ShowWindow.
548 (mac_initialize_display_info) [MAC_OSX]: Create mac_id_name from
549 Vinvocation_name and Vsystem_name.
550 (mac_make_rdb): New function (from w32term.c).
551 (mac_term_init): Use it. Add BLOCK_INPUT. Error if display has
552 already been opened. Don't pass argument to
553 mac_initialize_display_info. Don't set dpyinfo->height/width.
554 Add entries to x_display_list and x_display_name_list.
555 (x_delete_display): New function.
556 (mac_initialize): Don't call mac_initialize_display_info.
557 (syms_of_macterm) [!MAC_OSX]: Don't call Fprovide.
558
559 * macterm.h (check_mac): Add extern.
560 (struct mac_output): New member size_hints.
561 (FRAME_SIZE_HINTS): New macro.
562 (mac_unload_font): Add extern.
563
564 * xdisp.c (expose_window, expose_frame): Remove kludges for Mac.
565
566 * xfaces.c (clear_font_table) [MAC_OS]: call mac_unload_font.
567
568 2004-12-27 Richard M. Stallman <rms@gnu.org>
569
570 * buffer.c (Fbuffer_disable_undo): Deleted (moved to simple.el).
571 (syms_of_buffer): Don't defsubr it.
572
573 * process.c (list_processes_1): Set undo_list instead
574 of calling Fbuffer_disable_undo.
575
576 * xdisp.c (single_display_spec_string_p): Renamed from
577 single_display_prop_string_p.
578 (single_display_spec_intangible_p): Renamed from
579 single_display_prop_intangible_p.
580 (handle_single_display_spec): Renamed from handle_single_display_prop.
581 Rewritten to be easier to understand.
582
583 Change in load-history format. Functions now get (defun . NAME),
584 and variables get just NAME.
585
586 * data.c (Fdefalias): Use (defun . FN_NAME) in LOADHIST_ATTACH.
587
588 * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH.
589 (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH.
590 (Qdefvar): Var deleted.
591 (syms_of_eval): Don't initialze it.
592
593 * lread.c (syms_of_lread) <load-history>: Doc fix.
594
595 2004-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
596
597 * xmenu.c (popup_get_selection): Pop down on C-g.
598 (set_frame_menubar): Install translations for Lucid/Motif/Lesstif that
599 pops down menu on C-g.
600 (xdialog_show): If dialog popped down and no button in the dialog was
601 pushed, call Fsignal to quit.
602 (xmenu_show): In no toolkit version, if menu returns NO_SELECT call
603 Fsignal to quit.
604
605 * xfns.c (Fx_file_dialog): Motif/Lesstif version: Pop down on C-g.
606
607 * gtkutil.c (xg_initialize): Install bindings for C-g so that
608 dialogs and menus pop down.
609
610 2004-12-27 Kenichi Handa <handa@m17n.org>
611
612 * coding.c (code_convert_region): Fix calculation of `ratio'.
613
614 2004-12-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
615
616 * gtkutil.c (update_frame_tool_bar): Make the value of
617 tool-bar-button-margin control margins of images in tool bar.
618
619 * alloc.c (check_depth): New variable.
620 (overrun_check_malloc, overrun_check_realloc): Only add
621 overhead and write check pattern if check_depth is 1 (to handle
622 recursive calls). Increase/decrease check_depth in entry/exit.
623 (overrun_check_free): Only check for overhead if check_depth is 1.
624 Increase/decrease check_depth in entry/exit.
625
626 2004-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
627
628 * keyboard.c (input_available_signal): Call SIGNAL_THREAD_CHECK
629 before touching input_available_clear_time, to avoid accessing it
630 from multiple threads.
631
632 2004-12-23 Jason Rumney <jasonr@gnu.org>
633
634 * image.c (__WIN32__) [HAVE_NTGUI]: Define for correct behaviour
635 of JPEG library.
636
637 2004-12-22 Richard M. Stallman <rms@gnu.org>
638
639 * emacs.c (main): If batch mode, set Vundo_outer_limit to nil.
640
641 * lisp.h (Vundo_outer_limit): Fix decl.
642
643 * undo.c (Vundo_outer_limit): Replaces undo_outer_limit.
644 Uses changed.
645 (syms_of_undo): Initialize appropriately.
646 (truncate_undo_list): If it's nil, there's no limit.
647
648 2004-12-22 Kenichi Handa <handa@m17n.org>
649
650 * xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
651
652 2004-12-21 Richard M. Stallman <rms@gnu.org>
653
654 * eval.c (unwind_to_catch): Clear immediate_quit.
655
656 * xdisp.c (get_next_display_element): Display codes 8a0 and 8ad
657 specially as `\ ' and `\-'.
658
659 * keyboard.c (kbd_buffer_store_event_hold):
660 In the code for while-no-input, handle immediate_quit.
661
662 * alloc.c (Fgarbage_collect): Update call to truncate_undo_list.
663 Call that at the very start.
664 (undo_limit, undo_strong_limit, undo_outer_limit): Moved to undo.c.
665 (syms_of_alloc): Don't define undo-limit,
666 undo-strong-limit and undo-outer-limit here.
667
668 * undo.c (truncate_undo_list): Return void.
669 Take just one argument, the buffer.
670 Make it current, and inhibit recursive GC.
671 Access and update the undo list directly; return void.
672 Refer to the undo...limit variables directly.
673 Test undo_outer_limit only after counting the whole current command.
674 When it's exceeded, call the function in undo-outer-limit-function.
675 (undo_limit, undo_strong_limit, undo_outer_limit): From alloc.c.
676 (Vundo_outer_limit_function): New variable.
677 (syms_of_undo): Define undo-limit, undo-strong-limit
678 and undo-outer-limit here, and undo-outer-limit-function.
679 Doc fixes.
680
681 * lisp.h (truncate_undo_list): Update decl.
682
683 2004-12-21 Piet van Oostrum <piet@cs.uu.nl>
684
685 * fileio.c (Fread_file_name): Delete duplicates in
686 file-name-history when history_delete_duplicates is true.
687
688 2004-12-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
689
690 * macterm.c (mac_do_list_fonts): Fix memory leak
691
692 2004-12-20 Richard M. Stallman <rms@gnu.org>
693
694 * regex.c (re_match_2_internal) <symend, wordend>:
695 Fix calls to UPDATE_SYNTAX_TABLE_FORWARD.
696
697 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
698
699 * macterm.c (endif, x_font_name_to_mac_font_name): Use
700 maccentraleurroman instead of maccentraleuropean
701 (mac_c_string_match, mac_do_list_fonts): Speed up font search by
702 quickly finding a specific font without needing regexps.
703
704 2004-12-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
705
706 * syssignal.h: Declare main_thread.
707 (SIGNAL_THREAD_CHECK): New macro.
708
709 * keyboard.c (input_available_signal): Move thread checking code
710 to macro SIGNAL_THREAD_CHECK and call that macro.
711 (interrupt_signal): Call SIGNAL_THREAD_CHECK.
712
713 * alloc.c (uninterrupt_malloc): Move main_thread to emacs.c.
714
715 * emacs.c: Define main_thread.
716 (main): Initialize main_thread.
717 (handle_USR1_signal, handle_USR2_signal, fatal_error_signal)
718 (memory_warning_signal): Call SIGNAL_THREAD_CHECK.
719
720 * floatfns.c (float_error): Call SIGNAL_THREAD_CHECK.
721
722 * dispnew.c (window_change_signal): Call SIGNAL_THREAD_CHECK.
723
724 * sysdep.c (select_alarm): Call SIGNAL_THREAD_CHECK.
725
726 * process.c (send_process_trap, sigchld_handler): Call
727 SIGNAL_THREAD_CHECK.
728
729 * data.c (arith_error): Call SIGNAL_THREAD_CHECK.
730
731 * atimer.c (alarm_signal_handler): Call SIGNAL_THREAD_CHECK.
732
733 * xterm.c (xg_scroll_callback): Update XG_LAST_SB_DATA before
734 returning when xg_ignore_gtk_scrollbar is true.
735
736 2004-12-14 Kim F. Storm <storm@cua.dk>
737
738 * keyboard.c (read_char): Save and restore echo_string when
739 handling input method.
740
741 2004-12-13 Richard M. Stallman <rms@gnu.org>
742
743 * eval.c (syms_of_eval) <quit-flag>: Doc fix.
744
745 * keyboard.c (Vthrow_on_input): New variable.
746 (syms_of_keyboard): Defvar and initialize it.
747 (kbd_buffer_store_event_hold): Handle Vthrow_on_input.
748
749 * lisp.h (QUIT): Check for Vthrow_on_input.
750 (Vthrow_on_input): Declare it.
751
752 2004-12-13 Kim F. Storm <storm@cua.dk>
753
754 * xdisp.c (set_iterator_to_next): Reset stop_charpos after display
755 vector.
756
757 2004-12-12 Richard M. Stallman <rms@gnu.org>
758
759 * indent.c (Fvertical_motion): Call move_it_by_lines even if LINES = 0.
760
761 * minibuf.c (Fall_completions): Add var `zero' and use it in loop.
762 (Ftry_completion): Really use outer `zero'; eliminate inner one.
763
764 2004-12-12 Kenichi Handa <handa@m17n.org>
765
766 * term.c (encode_terminal_code): Fix previous change.
767
768 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * keyboard.c (handle_async_input): Remove pthread mutex handling.
771 (input_available_signal): Move pthread thingy to !SYNC_INPUT branch.
772
773 * syntax.c (Fforward_word): Avoid non-idempotent side-effects
774 in macro arguments.
775
776 * minibuf.c (Ftry_completion, Fall_completions): Don't use
777 XFASTINT blindly.
778
779 * emacs.c (main, Fdump_emacs): Don't touch malloc hooks if SYNC_INPUT.
780
781 2004-12-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
782
783 * w32term.c (x_calc_absolute_position): Remove calculation of
784 difference between inner and outer window. Don't subtract difference
785 for left and top calculations.
786
787 * xterm.c (x_calc_absolute_position): Don't subtract outer_pixel_diff
788 for left and top calculations. Remove call to x_real_positions.
789 [Bug report by Drew Adams in November]
790 (x_check_expected_move): Do not set change_gravity to 1 when calling
791 x_set_offset.
792
793 2004-12-08 Richard M. Stallman <rms@gnu.org>
794
795 * xdisp.c (get_next_display_element): Use `escape-glyph' for
796 control chars and escaped octal codes.
797 (Qescape_glyph): New variable.
798 (syms_of_xdisp): Initialize it.
799 (escape_glyph_face): New variable.
800 (redisplay_window): Initialize it.
801
802 2004-12-07 Paul Eggert <eggert@cs.ucla.edu>
803
804 * image.c (our_fill_input_buffer, jpeg_load, CHECK_LIB_AVAILABLE)
805 (init_image): Use 1 rather than TRUE. TRUE's not always defined.
806
807 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
808
809 * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
810 reset_malloc_hooks.
811
812 * keyboard.c (handle_async_input, input_available_signal):
813 Add ! defined (SYSTEM_MALLOC) around thread code.
814
815 * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
816
817 2004-12-07 Stefan <monnier@iro.umontreal.ca>
818
819 * eval.c (init_eval_once): Increase max_specpdl_size to 1000.
820
821 * config.in: Regenerate.
822
823 2004-12-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
824
825 * xmenu.c (Fx_popup_menu): Correct documentation about position.
826 (xmenu_show): Do not call XTranslateCoordinates. Adjust position
827 if not given by a mouse click to correspond with x-popup-menu
828 documentation.
829
830 * config.in: Regenerate.
831
832 * gtkutil.c: Include signal.h and syssignal.h.
833 (xg_get_file_name): Block and unblock __SIGRTMIN if defined.
834
835 * alloc.c: If HAVE_GTK_AND_PTHREAD, include pthread.h,
836 new variables main_thread and alloc_mutex,
837 define (UN)BLOCK_INPUT_ALLOC to use alloc_mutex to protect
838 emacs_blocked_* calls and only do (UN)BLOCK_INPUT in the main thread.
839 If not HAVE_GTK_AND_PTHREAD, (UN)BLOCK_INPUT_ALLOC is the same as
840 (UN)BLOCK_INPUT.
841 (emacs_blocked_free, emacs_blocked_malloc)
842 (emacs_blocked_realloc): Use (UN)BLOCK_INPUT_ALLOC.
843 (uninterrupt_malloc): Initialize main_thread and alloc_mutex.
844 (reset_malloc_hooks): New function.
845
846 * lisp.h: Declare reset_malloc_hooks.
847
848 * emacs.c (Fdump_emacs): Call reset_malloc_hooks.
849
850 * keyboard.c: Conditionally include pthread.h
851 (handle_async_input, input_available_signalt): If not in the main
852 thread, block signal, send signal to main thread and return.
853
854 * gtkutil.c (xg_get_file_with_chooser): Handle local files only.
855 Set current folder in file chooser if default_filename is a directory.
856
857 2004-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
858
859 * regex.c (GET_UNSIGNED_NUMBER): Signal an error when reaching the end.
860 Remove redundant correctness checks.
861 (regex_compile): Fix up error codes for \{..\} expressions.
862
863 2004-12-05 Richard M. Stallman <rms@gnu.org>
864
865 * regex.c (regex_compile): Fix end-of-pattern case for space.
866
867 2004-12-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
868
869 * macterm.h (cfstring_create_with_utf8_cstring): Add prototype.
870 * mac.c (cfstring_create_with_utf8_cstring): Add to prevent
871 crashes with invalid characters.
872 * macmenu.c (add_menu_item): Use it.
873 * image.c (image_load_quartz2d): Likewise.
874 * macfns.c (x_set_name, x_set_title): Likewise.
875 (Fx_file_dialog): Likewise. Use constant CFRefs instead of
876 creating them each time for labels.
877
878 2004-12-02 Richard M. Stallman <rms@gnu.org>
879
880 * config.in (RE_TRANSLATE_P): If make_number is not a macro,
881 don't use it here.
882
883 * eval.c (Fcalled_interactively_p): Don't check INTERACTIVE.
884 (interactive_p): Skip Scalled_interactively_p frames
885 like Sinteractive_p frames.
886 (unwind_to_catch): Clear handling_signal.
887
888 * data.c (Fmake_variable_buffer_local): Doc fix.
889 (Fmake_local_variable): Doc fix.
890
891 * insdel.c (insert_from_string_before_markers)
892 (insert_from_string): Don't modify buffer on empty insertion.
893
894 * window.c (Fget_lru_window, Fget_largest_window): Doc fixes.
895
896 2004-12-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
897
898 * macmenu.c (add_menu_item): Fallback on MacRoman if encoding
899 menu text as UTF8 fails.
900
901 2004-12-01 Kim F. Storm <storm@cua.dk>
902
903 * alloc.c: Add commentary for last change.
904 (XMALLOC_PUT_SIZE, XMALLOC_GET_SIZE): New macros to handle
905 sizeof(size_t) != 4.
906 (overrun_check_malloc, overrun_check_realloc, overrun_check_free):
907 Use them. Also clear header and trailer of freed memory.
908 (GC_STRING_OVERRUN_COOKIE_SIZE): Rename from GC_STRING_EXTRA.
909 (string_overrun_cookie): Rename from string_overrun_pattern.
910 (GC_STRING_EXTRA): Define from GC_STRING_OVERRUN_COOKIE_SIZE.
911
912 2004-12-01 Andreas Schwab <schwab@suse.de>
913
914 * lisp.h: Declare string_to_multibyte.
915
916 2004-12-01 Kenichi Handa <handa@m17n.org>
917
918 * w32console.c (w32con_write_glyphs): Decide coding here.
919 Adjusted for the change of encode_terminal_code.
920
921 * term.c (encode_terminal_code): Don't make it "static".
922
923 2004-11-30 Kenichi Handa <handa@m17n.org>
924
925 * term.c (encode_terminal_buf, encode_terminal_bufsize): New variables.
926 (encode_terminal_code): Argument changed. Encode all
927 characters at once, and return a pointer to the result of encoding.
928 (write_glyphs): Decide coding here. Adjusted for the above change.
929 (insert_glyphs): Likewise.
930 (term_init): Initialize encode_terminal_bufsize to 0.
931
932 * coding.c (Vcode_conversion_workbuf_name): New variable.
933 (syms_of_coding): Initialize and staticpro it.
934 (set_conversion_work_buffer): New function.
935 (run_pre_post_conversion_on_str): Use it.
936 (run_pre_write_conversin_on_c_str): New function.
937
938 * coding.h (run_pre_write_conversin_on_c_str): Extern it.
939
940 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
941
942 * keyboard.c: Don't undef SIGIO
943 * s/darwin.h (NO_SOCK_SIGIO): Define NO_SOCK_SIGIO on carbon
944 * Makefile.in (mac.o): Depend on blockinput.h and atimer.h.
945 (macfns.o): Don't depend on ccl.h.
946 * macfns.c (mac_frame_parm_handlers): Set handlers for
947 Qleft_fringe and Qright_fringe.
948 * macterm.c (mac_fill_rectangle_to_pixmap)
949 (mac_draw_rectangle_to_pixmap, mac_copy_area_to_pixmap)
950 (mac_copy_area_with_mask_to_pixmap, x_draw_image_foreground_1):
951 Put in #if 0.
952 (mac_scroll_area) [TARGET_API_MAC_CARBON]: Use ScrollWindowRect.
953 (x_flush) [TARGET_API_MAC_CARBON]: Don't traverse frames.
954 (XFlush) [TARGET_API_MAC_CARBON]: Define to an empty replacement.
955 (x_draw_glyph_string_background, x_draw_glyph_string_foreground)
956 [!MAC_OS8]: Added ifdef'd out code for os8. Don't use
957 XDrawImageString. Always draw background and foreground separately.
958 (x_draw_image_foreground): Use clipping instead of computing the
959 intersection rectangle.
960 (x_draw_image_glyph_string): Don't draw an image with mask to a
961 pixmap.
962 (x_redisplay_interface): Set flush_display_optional member to 0.
963 (XTread_socket): Correctly reset the TEConverter
964 object.
965
966 2004-11-30 Kim F. Storm <storm@cua.dk>
967
968 * lisp.h: New defines to enable buffer overrun checking.
969 (GC_CHECK_STRING_OVERRUN, GC_CHECK_STRING_FREE_LIST)
970 (XMALLOC_OVERRUN_CHECK, GC_CHECK_CONS_LIST): Add.
971
972 * alloc.c: Add more checks for buffer overruns.
973 (XMALLOC_OVERRUN_CHECK_SIZE, xmalloc_overrun_check_header)
974 xmalloc_overrun_check_trailer, overrun_check_malloc)
975 overrun_check_realloc, overrun_check_free): Add.
976 (GC_STRING_EXTRA, string_overrun_pattern): Add.
977 (check_sblock, allocate_string_data, compact_small_strings):
978 Set and check string_overrun_pattern if GC_CHECK_STRING_OVERRUN.
979 (check_cons_list): Condition on GC_CHECK_CONS_LIST.
980 (check_string_free_list): Add.
981 (allocate_string, sweep_strings): Call check_string_free_list.
982
983 * emacs.c (malloc_initialize_hook): Don't free malloc_state_ptr if
984 XMALLOC_OVERRUN_CHECK to avoid crash during load.
985
986 2004-11-29 Kim F. Storm <storm@cua.dk>
987
988 * fns.c (concat): Use SAFE_ALLOCA.
989
990 2004-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
991
992 * sysdep.c (emacs_write): Don't use QUIT.
993
994 2004-11-29 Kenichi Handa <handa@m17n.org>
995
996 * buffer.c (init_buffer): Set current_buffer->directory to a
997 multibyte string made by string_to_multibyte.
998
999 * emacs.c (init_cmdargs): Set unibyte strings in Vcommand_line_args.
1000
1001 2004-11-27 Andreas Schwab <schwab@suse.de>
1002
1003 * alloc.c (mark_stack): Call GC_MARK_SECONDARY_STACK if defined.
1004
1005 * s/gnu-linux.h: Enable no-op gcpros on ia64.
1006 (GC_MARK_SECONDARY_STACK) [__ia64__]: Define.
1007
1008 * filelock.c (lock_file_1): Call get_boot_time early.
1009 Increase buffer size.
1010
1011 2004-11-27 Eli Zaretskii <eliz@gnu.org>
1012
1013 * lisp.h (DECL_ALIGN): Define non-trivially only if NO_DECL_ALIGN
1014 is not defined.
1015
1016 2004-11-27 Kim F. Storm <storm@cua.dk>
1017
1018 * search.c (syms_of_search) <search-spaces-regexp>: Move 'doc:'
1019 marker out of doc string.
1020
1021 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
1022
1023 * s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
1024 which was not mentioned in the log.
1025
1026 2004-11-26 Kim F. Storm <storm@cua.dk>
1027
1028 * fringe.c (update_window_fringes): Prefer truncation bitmaps over
1029 angle bitmaps at top/bottom line.
1030
1031 * xdisp.c: Undo recent changes for restoring saved_face_id. Instead,
1032 set it when it->method is set to next_element_from_display_vector.
1033 (setup_for_ellipsis): Add LEN argument. Callers changed.
1034 Set it->saved_face_id.
1035 (get_next_display_element): Use loop instead of recursion.
1036 Set it->saved_face_id. Combine duplicate code for ctr chars.
1037 (next_element_from_display_vector): Do not set it->saved_face_id.
1038 (next_element_from_ellipsis): Use setup_for_ellipsis.
1039
1040 2004-11-26 Eli Zaretskii <eliz@gnu.org>
1041
1042 * eval.c (Fdefvar): Declare pdl from last change as `volatile' to
1043 prevent compiler warnings.
1044
1045 2004-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1046
1047 * keyboard.c (command_loop_1): Print a message describing the key
1048 the user just pressed when this key has no binding.
1049
1050 * sysdep.c (sys_signal): Don't use SA_RESTART if SYNC_INPUT is set.
1051 (emacs_open, emacs_read, emacs_write): Check QUIT when interrupted.
1052
1053 * lread.c (readchar): Check QUIT when `getc' is interrupted.
1054
1055 2004-11-24 Richard M. Stallman <rms@gnu.org>
1056
1057 * coding.c (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.
1058
1059 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>: Doc fix.
1060
1061 2004-11-24 Kim F. Storm <storm@cua.dk>
1062
1063 * xdisp.c (move_it_in_display_line_to, display_line):
1064 Restore saved_face_id also when truncate-lines or hscrolled.
1065
1066 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1067
1068 * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog to
1069 x-use-old-gtk-file-dialog.
1070
1071 * xfns.c: Define x_use_old_gtk_file_dialog.
1072 (syms_of_xfns): Rename use-old-gtk-file-dialog to x-... Move it
1073 outside ifdef USE_GTK.
1074
1075 2004-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * coding.h (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):
1078 Don't use XFASTINT blindly.
1079
1080 * config.in (RE_TRANSLATE_P): Don't use XFASTINT blindly.
1081
1082 * indent.c (skip_invisible): Avoid non-idempotent side-effects
1083 in macro arguments.
1084
1085 * keymap.c (Flookup_key): Check INTEGERP before XINT.
1086
1087 * lread.c (oblookup): Don't use XFASTINT blindly.
1088
1089 * window.c (Fset_window_scroll_bars): Don't use XINT if it isn't int.
1090 (decode_next_window_args, window_loop): Don't use XFASTINT blindly.
1091
1092 2004-11-23 Kim F. Storm <storm@cua.dk>
1093
1094 * dispextern.h (MATRIX_ROW_ENDS_IN_MIDDLE_OF_CHAR_P)
1095 (MATRIX_ROW_STARTS_IN_MIDDLE_OF_CHAR_P): Not if dpvec_index is zero.
1096
1097 * xfaces.c (lookup_named_face): Add signal_p arg. Return -1 if
1098 signal_p is zero and face name is unknown.
1099 (Fx_list_fonts): Don't signal error in lookup_named_face.
1100 (Fface_font): Signal error in lookup_named_face.
1101 (ascii_face_of_lisp_face): Likewise.
1102
1103 * dispextern.h (lookup_named_face): Fix prototype.
1104
1105 * xdisp.c (handle_single_display_prop): Don't signal error in
1106 lookup_named_face for unknown fringe face name.
1107 (highlight_trailing_whitespace): Don't signal error in
1108 lookup_named_face if trailing-whitespace face unknown.
1109 (calc_line_height_property): Don't signal error in
1110 lookup_named_face if specified face name is unknown.
1111
1112 * fringe.c (update_window_fringes): Show top row indicator if
1113 window has header-line. Don't show arrow at bob and eob
1114 if the boundary indicators are not used.
1115 (Fset_fringe_bitmap_face): Signal error in lookup_named_face.
1116
1117 * window.c (set_window_buffer): Clear display_error_modiff.
1118
1119 2004-11-22 Kim F. Storm <storm@cua.dk>
1120
1121 * fringe.c (update_window_fringes): Provide sensible fall-back
1122 value for non-nil indicate-buffer-boundaries setting.
1123
1124 2004-11-22 Markus Rost <rost@ias.edu>
1125
1126 * minibuf.c (Fminibuffer_complete_and_exit): Fix previous change.
1127
1128 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * eval.c (Fdefvar): Warn when var is let-bound but globally void.
1131
1132 2004-11-21 Kim F. Storm <storm@cua.dk>
1133
1134 * xdisp.c (erase_phys_cursor): Clear hollow cursor inside TEXT_AREA.
1135
1136 * xterm.c (x_clip_to_row): Add area arg. Callers changed.
1137 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1138
1139 * w32term.c (w32_clip_to_row): Add area arg. Callers changed.
1140 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1141
1142 * macterm.c (x_clip_to_row): Add area arg. Callers changed.
1143 (x_draw_hollow_cursor, x_draw_bar_cursor): Clip to TEXT_AREA.
1144
1145 * xdisp.c (move_it_in_display_line_to, display_line):
1146 Restore saved_face_id if overflow-newline-into-fringe is enabled and
1147 line is continued before or in middle of element from display vector.
1148
1149 * indent.c (Fvertical_motion): Fix last change. Use another
1150 method to detect if iterator moved too far ahead after reseat.
1151
1152 * xdisp.c (IT_EXPAND_MATRIX_WIDTH): New macro. Do not
1153 expand matrix width for overflow in zero-width area.
1154 (append_glyph, append_composite_glyph, produce_image_glyph)
1155 (append_stretch_glyph): Use it to avoid loop in redisplay.
1156 (note_mode_line_or_margin_highlight): Don't let help-echo from
1157 string override help-echo from image map.
1158
1159 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
1160
1161 * fns.c (Fyes_or_no_p): Call Fread_from_minibuffer with extra argument.
1162 * callint.c (Fcall_interactively): Ditto.
1163
1164 2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * minibuf.c (Fminibuffer_complete_and_exit):
1167 Fixup the case of the completed value, for case-indep completion.
1168
1169 2004-11-20 Richard M. Stallman <rms@gnu.org>
1170
1171 * lisp.h (Fread_from_minibuffer): Add arg in decl.
1172
1173 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
1174 (Fread_from_minibuffer): New arg KEEP_ALL. Callers changed.
1175
1176 * search.c (Vsearch_spaces_regexp):
1177 Rename from Vsearch_whitespace_regexp. All uses changed.
1178
1179 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
1180
1181 * eval.c (init_eval_once): Increase `max_specpdl_size' to 650.
1182
1183 2004-11-19 Richard M. Stallman <rms@gnu.org>
1184
1185 * search.c (Vsearch_whitespace_regexp): New variable.
1186 (syms_of_search): Defvar it.
1187 (compile_pattern_1): Call re_set_whitespace_regexp with it.
1188 (search_buffer): No regexp is trivial if Vsearch_whitespace_regexp
1189 is non-nil.
1190 (struct regexp_cache): New element whitespace_regexp.
1191 (syms_of_search): Initialize whitespace_regexp elements.
1192 (compile_pattern): Compare whitespace_regexp elements.
1193 (compile_pattern_1): Set whitespace_regexp elements.
1194
1195 * regex.c (regex_compile): Substitute whitespace_regexp
1196 for spaces, if it is nonzero.
1197 (whitespace_regexp): New variable.
1198 (re_set_whitespace_regexp): New function.
1199
1200 2004-11-19 Kim F. Storm <storm@cua.dk>
1201
1202 * indent.c (Fvertical_motion): Fix last change.
1203
1204 2004-11-18 Kim F. Storm <storm@cua.dk>
1205
1206 * indent.c (Fvertical_motion): Undo 2004-11-16 change.
1207 Instead, move back again if reseating moves too far ahead.
1208
1209 2004-11-17 Luc Teirlinck <teirllm@auburn.edu>
1210
1211 * xdisp.c (message3): Call clear_message.
1212
1213 2004-11-17 Kim F. Storm <storm@cua.dk>
1214
1215 * xdisp.c (erase_phys_cursor): Adjust cursor row visible height.
1216
1217 2004-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1218
1219 * gtkutil.c (xg_get_file_name): Typo in HAVE_GTK_FILE_SELECTION_NEW.
1220
1221 * xmenu.c (x_menu_in_use): Remove.
1222 (x_menu_set_in_use): Also set popup_activated_flag.
1223
1224 * xfns.c (Fx_file_dialog): Call popup_activated instead of
1225 x_menu_in_use. Call x_menu_set_in_use in Motif version also.
1226
1227 * xterm.h: (x_menu_in_use): Remove.
1228
1229 2004-11-16 Richard M. Stallman <rms@gnu.org>
1230
1231 * keymap.c (Fmap_keymap): New arg SORT-FIRST.
1232 Use map-keymap-internal to implement that.
1233
1234 * indent.c (Fvertical_motion): In batch mode, use vmotion directly.
1235
1236 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * xdisp.c (get_glyph_string_clip_rect, init_glyph_string): Check it's
1239 a window before using XWINDOW.
1240
1241 * window.c (make_window, Fselect_window, make_dummy_parent)
1242 (save_window_save):
1243 * frame.c (make_frame):
1244 * fns.c (concat): Avoid side-effects inside XSETFASTINT's arguments.
1245
1246 * lisp.h (NILP): Use EQ rather than XFASTINT.
1247
1248 2004-11-16 Kim F. Storm <storm@cua.dk>
1249
1250 * fringe.c (Fdefine_fringe_bitmap): Always set 'h'. Simplify.
1251
1252 * indent.c (Fvertical_motion): Fix last change. Only reseat when
1253 moving backwards.
1254
1255 2004-11-16 Luc Teirlinck <teirllm@auburn.edu>
1256
1257 * dispextern.h: Extern reseat_at_previous_visible_line_start.
1258
1259 2004-11-16 Kenichi Handa <handa@m17n.org>
1260
1261 * xdisp.c (display_mode_element): Fix previous change (calculate
1262 end position of substring to display correctly).
1263
1264 2004-11-16 Kim F. Storm <storm@cua.dk>
1265
1266 * keyboard.c (Fposn_at_point): Remove extra */ after doc string.
1267 Reported by Andrew M. Scott.
1268
1269 2004-11-15 Kim F. Storm <storm@cua.dk>
1270
1271 * fns.c (Fsafe_plist_get): New defun.
1272 (syms_of_fns): Defsubr it.
1273
1274 * lisp.h (Fsafe_plist_get): Add EXFUN.
1275
1276 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
1277 Use Fsafe_plist_get.
1278 (note_mode_line_or_margin_highlight, note_mouse_highlight):
1279 Fix image map element parsing. Use Fsafe_plist_get.
1280
1281 2004-11-15 Richard M. Stallman <rms@gnu.org>
1282
1283 * xdisp.c (get_next_display_element): Fix previous change.
1284
1285 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1286
1287 * window.c (shrink_windows): Handle special case of one window left
1288 when trying to shrink the final reminder. Grow windows if
1289 total_removed is less than total_shrink.
1290
1291 * xmenu.c (pop_down_menu): Remove global variable current_menu,
1292 extract pointer from arg with XSAVE_VALUE.
1293 (create_and_show_popup_menu, create_and_show_dialog, xmenu_show):
1294 Construct arg to record_unwind_protect with make_save_value.
1295
1296 2004-11-13 Richard M. Stallman <rms@gnu.org>
1297
1298 * xdisp.c (reseat_at_previous_visible_line_start): No longer static.
1299 (get_next_display_element): Fix previous change to apply only to \n.
1300
1301 * indent.c (Fvertical_motion): Scan to PT from start of line to
1302 make iterator consistent.
1303
1304 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
1305
1306 2004-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1307
1308 * gtkutil.c (pop_down_file_dialog): Add BLOCK_INPUT.
1309
1310 * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
1311 Record unwind with clean_up_file_dialog.
1312
1313 * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
1314 Declare.
1315
1316 * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
1317
1318 2004-11-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1319
1320 * gtkutil.c (xg_file_sel_ok, xg_file_sel_cancel)
1321 (xg_file_sel_destroy): Remove.
1322 (xg_file_response_cb, pop_down_file_dialog)
1323 (xg_get_file_name_from_chooser, xg_get_file_name_from_selector):
1324 New functions.
1325 (xg_get_file_with_chooser, xg_get_file_with_selection):
1326 Take new arg func, set it to xg_get_file_name_from_chooser/selector.
1327 Move common code to xg_get_file_name. Return widget created.
1328 (xg_get_file_name): Set name, transient for, modal and destroy
1329 with parent here. Connect response signal to xg_file_response_cb,
1330 connect delete-event to gtk_true. Record pop_down_file_dialog
1331 for unwind. Do event loop and call x_menu_wait_for_event in loop.
1332 (xg_create_widget): Make dialogs modal.
1333
1334 * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of type
1335 Lisp_Object.
1336 (popup_get_selection): Move unwind protect ...
1337 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
1338 Move destroy of widget to pop_down_menu.
1339 (popup_widget_loop): Move unwind protect ...
1340 (create_and_show_popup_menu, create_and_show_dialog): ... to here.
1341 Move destroy of widget to pop_down_menu.
1342 (pop_down_menu): BLOCK_INPUT and destroy widget/window.
1343 (xmenu_show): Record unwind pop_down_menu. Move XMenuDestroy,
1344 x_mouse_leave and grabbed = 0 to pop_down_menu.
1345
1346 2004-11-13 Kim F. Storm <storm@cua.dk>
1347
1348 * xdisp.c (make_cursor_line_fully_visible_p): New variable.
1349 (syms_of_xdisp): DEFVAR_BOOL it.
1350 (make_cursor_line_fully_visible, try_cursor_movement)
1351 (try_window_id): Use it.
1352
1353 2004-11-12 Kim F. Storm <storm@cua.dk>
1354
1355 * dispextern.h (struct glyph_row): New member extra_line_spacing.
1356 (struct it): New member max_extra_line_spacing.
1357 (MR_PARTIALLY_VISIBLE, MR_PARTIALLY_VISIBLE_AT_TOP)
1358 (MR_PARTIALLY_VISIBLE_AT_BOTTOM): New helper macros.
1359 (MATRIX_ROW_PARTIALLY_VISIBLE_P): Fix to return false if invisible
1360 part of last line is only extra line spacing (so the text on the
1361 line is fully visible). Use helper macros.
1362 Add W arg (to use them). All callers changed.
1363 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_TOP_P)
1364 (MATRIX_ROW_PARTIALLY_VISIBLE_AT_BOTTOM_P): Use helper macros.
1365
1366 * window.c (window_scroll_pixel_based, Frecenter):
1367 Use move_it_vertically_backward directly.
1368 (Frecenter): Fix calculation of new start pos for negative arg.
1369 Before, the new start pos was sometimes chosen too far back, so
1370 the last line became only partially visible, and thus would be
1371 either only semi-visible or automatically scrolled to the middle
1372 of the window by redisplay.
1373
1374 * xdisp.c (init_iterator): Clear it.max_extra_line_spacing.
1375 (move_it_vertically_backward): Don't recure to move further back.
1376 (move_it_vertically): Remove superfluous condition.
1377 (move_it_by_lines): Clear last_height when moved 0 lines.
1378 (resize_mini_window): Use it.max_extra_line_spacing.
1379 (display_tool_bar_line): Clear row->extra_line_spacing.
1380 (try_scrolling): Use move_it_vertically_backward directly.
1381 (redisplay_window): Likewise.
1382 (compute_line_metrics): Set row->extra_line_spacing.
1383 (display_line, display_string): Likewise.
1384 (x_produce_glyphs): Update it->max_extra_line_spacing.
1385
1386 * xmenu.c (pop_down_menu): Return nil.
1387
1388 2004-11-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1389
1390 * xmenu.c (x_menu_wait_for_event): New function.
1391 (popup_get_selection, popup_widget_loop): Call x_menu_wait_for_event
1392 to handle timers.
1393 (popup_widget_loop): Add argument do_timers.
1394 (create_and_show_popup_menu, create_and_show_dialog): Pass 1 for
1395 do_timers to popup_widget_loop.
1396 (xmenu_show): Call XMenuActivateSetWaitFunction so that
1397 x_menu_wait_for_event is called by XMenuActivate.
1398 (create_and_show_popup_menu): Pass 1 for do_timers to
1399 popup_get_selection.
1400 (pop_down_menu): New function.
1401 (popup_get_selection, popup_widget_loop): Unwind protect to
1402 pop_down_menu.
1403 (popup_widget_loop): Add argument widget.
1404 (create_and_show_popup_menu, create_and_show_dialog): Pass new
1405 argument widget to popup_widget_loop.
1406
1407 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * keymap.c (Fkeymap_prompt): Accept symbol keymaps.
1410
1411 2004-11-09 Kim F. Storm <storm@cua.dk>
1412
1413 * xselect.c: Include <sys/types.h> and <unistd.h> (for getpid).
1414 Fix various comments referring to XEvents instead of input events.
1415 (x_queue_event): Fix format strings.
1416 (x_stop_queuing_selection_requests): Likewise.
1417
1418 * xdisp.c (produce_image_glyph): Remove unused variable 'face_ascent'.
1419 (pint2hrstr): Add extra braces to silence compiler.
1420
1421 * print.c (print_object): Fix format string.
1422
1423 * lread.c (read1): Fix next_char matching.
1424
1425 * lisp.h (Fdelete): Add EXFUN.
1426 (replace_range_2): Add prototype.
1427
1428 * keyboard.c (read_avail_input): Remove unused variable 'discard'.
1429
1430 * intervals.h (NULL_INTERVAL_P): Add separate version when
1431 ENABLE_CHECKING is not defined to silence compiler.
1432 (compare_string_intervals): Add prototype.
1433
1434 * fringe.c (destroy_fringe_bitmap): Fix return type.
1435 (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
1436
1437 * emacs.c (Fdump_emacs): Fix format string.
1438
1439 * doc.c: Include <ctype.h>.
1440 (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
1441
1442 * data.c (store_symval_forwarding): Remove unused variables.
1443
1444 * callint.c (Fcall_interactively): Remove unused variable 'funcar'.
1445
1446 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1447
1448 * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies
1449 to ${OLDXMENU}.
1450
1451 2004-11-09 Kim F. Storm <storm@cua.dk>
1452
1453 * process.c (Fmake_network_process): Remove kludge for interrupted
1454 connects on BSD. If connect is interrupted, just close socket and
1455 start over rather than sleeping and retry with same socket.
1456
1457 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1458
1459 * .cvsignore: Add buildobj.lst.
1460
1461 * doc.c: New variable Vbuild_files.
1462 (Fsnarf_documentation): If Vbuild_files is nil, populate it with
1463 file names from buildobh.lst. Only attach docstrings from files
1464 that are in Vbuild_files.
1465 (syms_of_doc): Defvar Vbuild_files.
1466
1467 * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o
1468 and w32*.o.
1469 (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked.
1470 (mostlyclean): Rm buildobj.lst
1471
1472 * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs
1473 is linked.
1474
1475 2004-11-09 Kim F. Storm <storm@cua.dk>
1476
1477 * fringe.c (update_window_fringes): Update fringe bitmaps if
1478 cur and row ends_at_zv_p differs. If bitmaps of a row is updated,
1479 also update previous row to get rid of misc. artifacts.
1480
1481 2004-11-08 Kim F. Storm <storm@cua.dk>
1482
1483 * xdisp.c (fast_find_position): Fix start pos if header line present.
1484 (note_mouse_highlight): Clear mouse face if we move out of text area.
1485
1486 2004-11-08 Eli Zaretskii <eliz@gnu.org>
1487
1488 * editfns.c: Move #include "systime.h" before <sys/resource.h>.
1489 Don't include <sys/time.h> explicitly.
1490 Include <stdio.h> unconditionally, not just on MacOS.
1491
1492 2004-11-08 Kenichi Handa <handa@m17n.org>
1493
1494 * fontset.c (fontset_pattern_regexp): Cancel my previous change;
1495 don't pay attention to '\' before '*'.
1496 (fontset_pattern_regexp): Change the meaning of the second arg.
1497 (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset.
1498 (check_fontset_name): Try NAME as literal at first, and if it
1499 failes, try NAME as pattern.
1500
1501 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1502
1503 * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.
1504
1505 2004-11-07 Andreas Schwab <schwab@suse.de>
1506
1507 * lisp.h (Fmsdos_downcase_filename): Declare.
1508 * dired.c (Fmsdos_downcase_filename): Don't declare here.
1509 * fileio.c: Likewise.
1510
1511 2004-11-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1512
1513 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
1514 comparisons with integers instead of Lisp_Object address.
1515 (Fmsdos_set_keyboard): Declare argument allkeys.
1516
1517 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
1518
1519 * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
1520 int/Lisp_Object mixup.
1521
1522 * fileio.c: Ditto.
1523
1524 2004-11-06 Steven Tamm <steventamm@mac.com>
1525
1526 * editfns.c: Need to include sys/time.h before resource.h on darwin.
1527
1528 2004-11-06 Richard M. Stallman <rms@gnu.org>
1529
1530 * callint.c (Fcall_interactively): Avoid reusing EVENT for other data.
1531
1532 * xfaces.c (merge_named_face): GCPRO the face_name in the
1533 named_merge_point struct that we make.
1534 (merge_face_heights): Eliminate GCPRO arg. All callers changed.
1535
1536 * keyboard.c (command_loop_1): Change Vtransient_mark_mode
1537 before deciding whether to inactivate mark.
1538
1539 2004-11-06 Lars Brinkhoff <lars@nocrew.org>
1540
1541 * config.in: Regenerate (add HAVE_GETRUSAGE).
1542 * editfns.c (Fget_internal_run_time): New function.
1543 (syms_of_data): Defsubr it.
1544 * fns.c (sxhash): As far as possible, merge calculation of
1545 hash code for symbols and strings.
1546
1547 2004-11-06 Eli Zaretskii <eliz@gnu.org>
1548
1549 * frame.c (syms_of_frame): Fix the example in the doc string.
1550
1551 2004-11-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1552
1553 * eval.c (Feval): Remove check for INPUT_BLOCKED_P.
1554
1555 * xmenu.c (popup_get_selection, create_and_show_popup_menu)
1556 (create_and_show_dialog): Revert change from 2004-10-31.
1557
1558 2004-11-05 Luc Teirlinck <teirllm@auburn.edu>
1559
1560 * macros.c (syms_of_macros) <defining-kbd-macro>: Doc fix.
1561
1562 2004-11-05 Kim F. Storm <storm@cua.dk>
1563
1564 * print.c (print_object): Print Lisp_Misc_Save_Value objects.
1565
1566 * fileio.c (Ffile_modes): Doc fix.
1567 (auto_save_1): Check for Ffile_modes nil value.
1568
1569 2004-11-05 Kim F. Storm <storm@cua.dk>
1570
1571 * xselect.c (struct selection_event_queue, selection_queue)
1572 (x_queue_selection_requests, x_queue_event)
1573 (x_start_queuing_selection_requests)
1574 (x_stop_queuing_selection_requests): Add new queue for selection
1575 input events to replace previous XEvent queue in xterm.c.
1576 (queue_selection_requests_unwind): Adapt to new queue.
1577 (x_reply_selection_request): Adapt to new queue.
1578 Unexpect wait_object in case of x errors (memory leak).
1579 (x_handle_selection_request, x_handle_selection_clear): Make static.
1580 (x_handle_selection_event): New function. May queue selection events.
1581 (wait_for_property_change_unwind): Use save_value instead of cons.
1582 Clear property_change_reply_object.
1583 (wait_for_property_change): Abort if already waiting.
1584 Use save_value instead of cons for unwind data.
1585 (x_handle_property_notify): Skip events already arrived, but don't
1586 free them, as "arrived" field is checked by wait_for_property_change,
1587 and it will be freed by unwind or explicit unexpect_property_change.
1588 (x_get_foreign_selection): Add to new queue.
1589 (receive_incremental_selection): Don't unexpect wait_object when done
1590 as it has already been freed by previous wait_for_property_change.
1591
1592 * xterm.h (x_start_queuing_selection_requests)
1593 (x_stop_queuing_selection_requests, x_handle_selection_request)
1594 (x_handle_selection_clear): Remove prototypes.
1595 (x_handle_selection_event): Add prototype.
1596
1597 * xterm.c (handle_one_xevent): Don't queue X selection events
1598 here, it may be too late if we start queuing after we have already
1599 stored some selection events into the kbd buffer.
1600 (struct selection_event_queue, queue, x_queue_selection_requests)
1601 (x_queue_event, x_unqueue_events, x_start_queuing_selection_requests)
1602 (x_stop_queuing_selection_requests): Remove/move to xselect.c.
1603 (x_catch_errors_unwind): Block input around final XSync.
1604
1605 * keyboard.h (kbd_buffer_unget_event): Add prototype.
1606
1607 * keyboard.c (kbd_buffer_store_event_hold): Remove obsolete code.
1608 (kbd_buffer_unget_event): New function.
1609 (kbd_buffer_get_event, swallow_events): Combine SELECTION events
1610 and use x_handle_selection_event.
1611 (mark_kboards): Don't mark x and y of SELECTION_CLEAR_EVENT.
1612
1613 2004-11-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1614
1615 * xselect.c (TRACE3): New debug macro.
1616 (x_reply_selection_request): Use it.
1617 (receive_incremental_selection): In call to TRACE0, the name of
1618 a symbol is in xname.
1619
1620 2004-11-05 Kim F. Storm <storm@cua.dk>
1621
1622 * fontset.c (fontset_pattern_regexp): Use unsigned char.
1623
1624 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1625
1626 * fileio.c (Fnext_read_file_uses_dialog_p): New function.
1627
1628 * gtkutil.h (use_old_gtk_file_dialog): Declare.
1629
1630 * gtkutil.c: Make use_old_gtk_file_dialog non-static.
1631 (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
1632 * xfns.c (syms_of_xfns): ... to here.
1633
1634 * gtkutil.c (xg_get_file_with_chooser): Expand DEFAULT_FILENAME if
1635 it doesn't start with /.
1636
1637 2004-11-04 Kenichi Handa <handa@m17n.org>
1638
1639 * fontset.c (fontset_pattern_regexp): If '*' is preceded by '\',
1640 treat it as a literal character.
1641
1642 2004-11-03 Kim F. Storm <storm@cua.dk>
1643
1644 * .gdbinit (ppt): New function.
1645
1646 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1647
1648 * xterm.c (x_window_to_scroll_bar): Only call
1649 xg_get_scroll_id_for_window if toolkit scroll bars are used.
1650
1651 * gtkutil.c (xg_get_file_with_chooser): Use GTK_STOCK_OK instead
1652 of save.
1653
1654 2004-11-02 Andreas Schwab <schwab@suse.de>
1655
1656 * window.c (Fscroll_right): Fix last change.
1657
1658 2004-11-02 Kim F. Storm <storm@cua.dk>
1659
1660 * Makefile.in (callproc.o): Depend on blockinput.h atimer.h systime.h.
1661
1662 2004-11-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1663
1664 * callproc.c (Fcall_process): Block input around vfork.
1665
1666 2004-11-02 Kim F. Storm <storm@cua.dk>
1667
1668 * eval.c (Fcalled_interactively_p): Rename from Fcall_interactive_p.
1669 (syms_of_eval): Defsubr it.
1670
1671 2004-11-02 Richard M. Stallman <rms@gnu.org>
1672
1673 * insdel.c (replace_range_2): New function.
1674
1675 * casefiddle.c (casify_region): Handle changes in byte-length
1676 using replace_range_2.
1677
1678 * emacs.c (USAGE3): Delete --horizontal-scroll-bars, -hb.
1679
1680 * xdisp.c (back_to_previous_visible_line_start):
1681 Subtract 1 from pos when checking previous newline for invisibility.
1682
1683 * window.c (window_scroll_pixel_based): Update preserve_y
1684 for header line if any.
1685 (Fscroll_left, Fscroll_right): Don't call interactive_p;
1686 use a new second argument instead.
1687
1688 * eval.c (Fcall_interactive_p): New function.
1689 (interactive_p): Don't test INTERACTIVE here.
1690 (Finteractive_p): Doc fix.
1691
1692 * eval.c (Feval): Abort if INPUT_BLOCKED_P.
1693
1694 2004-11-02 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1695
1696 * w32fns.c (w32_font_match): Use fast_string_match_ignore_case for
1697 comparing font names.
1698
1699 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1700
1701 * fileio.c (Fread_file_name): Pass Qt as fifth parameter to
1702 Fx_file_dialog if only directories should be read.
1703
1704 * lisp.h: Fx_file_dialog takes 5 parameters.
1705
1706 * xfns.c (Fx_file_dialog): Both Motif and GTK version:
1707 Add parameter only_dir_p.
1708 In Motif version, don't put DEFAULT_FILENAME in filter part of the
1709 dialog, just text field part. Do not add DEFAULT_FILENAME
1710 to list of files if it isn't there.
1711 In GTK version, pass only_dir_p parameter to xg_get_file_name.
1712
1713 * macfns.c (Fx_file_dialog): Add parameter only_dir_p.
1714 Check only_dir_p instead of comparing prompt to "Dired". When using
1715 a save dialog, add option kNavDontConfirmReplacement, change title
1716 to "Enter name", change text for save button to "Ok".
1717
1718 * w32fns.c (Fx_file_dialog): Add parameter only_dir_p.
1719 Check only_dir_p instead of comparing prompt to "Dired".
1720
1721 * gtkutil.c (xg_get_file_with_chooser)
1722 (xg_get_file_with_selection): New functions, only defined ifdef
1723 HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW
1724 respectively.
1725 (xg_get_file_name): Add parameter only_dir_p.
1726 Call xg_get_file_with_chooser or xg_get_file_with_selection
1727 depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog.
1728 (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog.
1729
1730 * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
1731
1732 * config.in: Rebuild (added HAVE_GTK_FILE_*).
1733
1734 2004-11-01 Kim F. Storm <storm@cua.dk>
1735
1736 * process.c (connect_wait_mask, num_pending_connects):
1737 Only declare and use them if NON_BLOCKING_CONNECT is defined.
1738 (init_process): Initialize them if NON_BLOCKING_CONNECT defined.
1739 (IF_NON_BLOCKING_CONNECT): New helper macro.
1740 (wait_reading_process_output): Only declare and use local vars
1741 Connecting and check_connect when NON_BLOCKING_CONNECT is defined.
1742
1743 2004-11-01 Andy Petrusenco <Igrek@star-sw.com> (tiny change)
1744
1745 * w32term.c (x_scroll_run): Delete region objects after use.
1746
1747 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1748
1749 * xmenu.c: Add prototypes for forward function declarations.
1750 (popup_get_selection): Remove parameter do_timers, remove call to
1751 timer_check.
1752 (create_and_show_popup_menu, create_and_show_dialog):
1753 Remove parameter do_timers from call to popup_get_selection.
1754
1755 * xdisp.c (update_tool_bar): Pass a copy of f->tool_bar_items to
1756 tool_bar_items and assign the result to f->tool_bar_items if
1757 not equal. Move BLOCK/UNBLOCK_INPUT from around call to
1758 tool_bar_items to assignment of result.
1759
1760 * atimer.c (alarm_signal_handler): Do not call set_alarm if
1761 pending_atmers is non-zero.
1762
1763 2004-10-31 Kim F. Storm <storm@cua.dk>
1764
1765 * dispnew.c (margin_glyphs_to_reserve): Don't use ncols_scale_factor.
1766
1767 2004-10-28 Will <will@glozer.net>
1768
1769 * macterm.c: allow user to assign key modifiers to the Mac Option
1770 key via a 'mac-option-modifier' variable.
1771
1772 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * xselect.c (Vx_lost_selection_functions, Vx_sent_selection_functions):
1775 Rename from Vx_lost_selection_hooks and Vx_sent_selection_hooks.
1776 (x_handle_selection_request, x_handle_selection_clear)
1777 (x_clear_frame_selections, syms_of_xselect): Adjust accordingly.
1778
1779 2004-10-28 Richard M. Stallman <rms@gnu.org>
1780
1781 * w32fns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
1782
1783 * xfns.c (Fx_server_vendor, Fx_server_version): Doc fixes.
1784
1785 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * syntax.c (scan_sexps_forward): Give precedence to a 2-char
1788 comment-starter over a 1-char one.
1789
1790 2004-10-27 Richard M. Stallman <rms@gnu.org>
1791
1792 * xdisp.c (get_next_display_element): In mode lines,
1793 treat newline and tab like other control characters.
1794
1795 * editfns.c (Fmessage): Doc fix.
1796
1797 * indent.c (vmotion): When moving up, check the newline before.
1798 Make prevline an int, not a Lisp_Object.
1799
1800 2004-10-27 Kim F. Storm <storm@cua.dk>
1801
1802 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
1803 Only allocate info and discarded tables once.
1804
1805 * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
1806 (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
1807 (SAFE_FREE): Test it to determine if we need to unwind to free.
1808 Remove size arg. All users changed.
1809 (SAFE_FREE_LISP) Remove. All users changed to use SAFE_FREE.
1810
1811 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1812
1813 * gtkutil.c: Put empty line between comment and function body.
1814 (xg_destroy_widgets): Rename from remove_from_container.
1815 Just destroy all widgets in list. Argument wcont removed.
1816 (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
1817 instead of remove_from_container.
1818 (xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
1819 (free_frame_tool_bar): Add comment.
1820
1821 * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
1822 is not NULL before strcmp.
1823
1824 2004-10-26 Kim F. Storm <storm@cua.dk>
1825
1826 * callint.c (Fcall_interactively): Add 'U' code to get the
1827 up-event discarded by a previous 'k' or 'K' argument.
1828
1829 2004-10-26 David Kastrup <dak@gnu.org>
1830
1831 * buffer.c (syms_of_buffer): Fix a few typos.
1832
1833 2004-10-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1834
1835 * xsmfns.c: Put empty line between comment and function body.
1836 Use two spaces before comment end.
1837
1838 2004-10-25 Kenichi Handa <handa@m17n.org>
1839
1840 * fontset.c (fontset_pattern_regexp): Optimize for the case that
1841 PATTERN is full XLFD.
1842
1843 2004-10-24 Kenichi Handa <handa@m17n.org>
1844
1845 * regex.h (enum reg_errcode_t): New value REG_ERANGEX.
1846
1847 * regex.c (re_error_msgid): Add an entry for REG_ERANGEX.
1848 (regex_compile): Return REG_ERANGEX if appropriate.
1849
1850 2004-10-22 Kenichi Handa <handa@m17n.org>
1851
1852 * editfns.c (Ftranslate_region_internal): New function.
1853 (syms_of_editfns): Defsubr it.
1854
1855 2004-10-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1856
1857 * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.
1858
1859 2004-10-21 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
1860
1861 * xterm.h (x_output): New member `xic_base_fontname'.
1862 (FRAME_XIC_BASE_FONTNAME): New macro.
1863 (xic_free_xfontset): Declare.
1864
1865 * xfns.c (xic_create_xfontset): Share fontsets between frames
1866 based on base_fontname.
1867 (xic_free_xfontset): New function.
1868 (free_frame_xic): Use it.
1869 (xic_set_xfontset): Ditto.
1870
1871 * xterm.c (xim_destroy_callback): Ditto.
1872
1873
1874 2004-10-20 B. Anyos <banyos@freemail.hu> (tiny change)
1875
1876 * w32term.c (x_draw_glyph_string): Use overline_color for overlines.
1877
1878 2004-10-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1879
1880 * xterm.h (XSync): If USE_GTK, define XSync as process_all and then
1881 XSync.
1882
1883 * emacs.c (my_heap_start, heap_bss_diff, MAX_HEAP_BSS_DIFF):
1884 New variables and constant.
1885 (main): Calculate heap_bss_diff. If we are dumping and the
1886 heap_bss_diff is greater than MAX_HEAP_BSS_DIFF, set PER_LINUX32
1887 and exec ourself again.
1888 (Fdump_emacs): If heap_bss_diff is greater than MAX_HEAP_BSS_DIFF
1889 print a warning.
1890
1891 * lastfile.c: Make my_endbss and my_endbss_static available on all
1892 platforms.
1893
1894 * Makefile.in (RUN_TEMACS): Remove @SETARCH@.
1895 * config.in (HAVE_PERSONALITY_LINUX32): Regenerate.
1896
1897 2004-10-19 Luc Teirlinck <teirllm@auburn.edu>
1898
1899 * data.c (Flocal_variable_if_set_p): Doc fix.
1900
1901 2004-10-19 Jason Rumney <jasonr@gnu.org>
1902
1903 * w32.c (init_environment): Set emacs_dir correctly when running
1904 emacs from the build directory.
1905
1906 2004-10-19 Richard M. Stallman <rms@gnu.org>
1907
1908 * editfns.c (Fdelete_and_extract_region):
1909 If region is empty, return null string.
1910
1911 2004-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1912
1913 * gtkutil.h (xg_update_scrollbar_pos): Remove arguments real_left
1914 and canon_width.
1915 (xg_frame_cleared): Remove.
1916
1917 * gtkutil.c (xg_frame_cleared, xg_fixed_handle_expose)
1918 (xg_find_top_left_in_fixed): Remove.
1919 (xg_create_scroll_bar): Put an event box widget between
1920 the scroll bar widget and the edit widget.
1921 (xg_show_scroll_bar): Show the parent widget (the event box).
1922 (xg_remove_scroll_bar): Destroy parent (the event box) also.
1923 (xg_update_scrollbar_pos): Remove arguments real_left and canon_width.
1924 Move the parent (the event box) widget inside the fixed widget.
1925 Move window clear to xterm.c.
1926
1927 * gtkutil.h (xg_frame_cleared): Remove.
1928
1929 * xterm.c (x_clear_frame): Remove call to xg_frame_cleared
1930 (x_scroll_bar_create, XTset_vertical_scroll_bar):
1931 Remove arguments left and width to xg_update_scrollbar_pos.
1932 (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
1933
1934 2004-10-19 Kenichi Handa <handa@m17n.org>
1935
1936 * xdisp.c (display_mode_element): Fix display of wide chars.
1937
1938 2004-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1939
1940 * gtkutil.c (xg_update_scrollbar_pos): Change XClearWindow to
1941 gdk_window_clear and move gdk_window_process_all_updates after
1942 clear so events are sent to the X server in correct order.
1943
1944 2004-10-18 Kenichi Handa <handa@m17n.org>
1945
1946 * fontset.c (fs_load_font): Use fast_string_match_ignore_case for
1947 comparing font names.
1948 (fs_query_fontset): Use fast_string_match for comparing fontset names.
1949 (list_fontsets): Likewise.
1950
1951 * search.c (fast_string_match_ignore_case): New function.
1952
1953 * lisp.h (fast_string_match_ignore_case): Extern it.
1954
1955 2004-10-17 Kim F. Storm <storm@cua.dk>
1956
1957 * xdisp.c (overlay_arrow_at_row): Return overlay string rather
1958 than bitmap if there is not left fringe.
1959 (get_overlay_arrow_glyph_row): Also used on windows system.
1960 (display_line): Display overlay string if no left fringe.
1961
1962 2004-10-16 Jason Rumney <jasonr@gnu.org>
1963
1964 * w32fns.c (w32_font_match): Encode font name being matched.
1965
1966 2004-10-16 Richard M. Stallman <rms@gnu.org>
1967
1968 * window.c (Fspecial_display_p): Doc fix.
1969
1970 2004-10-15 Stefan <monnier@iro.umontreal.ca>
1971
1972 * doc.c (Fsubstitute_command_keys): Fix remap-handling.
1973 Don't ignore menus, because where-is-internal already does it for us.
1974
1975 2004-10-15 Kim F. Storm <storm@cua.dk>
1976
1977 * xdisp.c (redisplay_window): Only update fringes and vertical
1978 border on window frames.
1979
1980 2004-10-14 Andreas Schwab <schwab@suse.de>
1981
1982 * m/ia64.h (DATA_SEG_BITS): Don't define.
1983
1984 2004-10-14 Kim F. Storm <storm@cua.dk>
1985
1986 * xterm.h: Include Xutil.h after keysym.h to work around bug
1987 in some X versions.
1988
1989 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1990
1991 * fns.c (map_char_table): Add missing gcpros.
1992
1993 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * keymap.c (get_keymap): An autoload form is not a keymap.
1996
1997 * textprop.c (syms_of_textprop): Make `syntax-table' nonsticky.
1998
1999 2004-10-13 Kim F. Storm <storm@cua.dk>
2000
2001 * callproc.c (Fcall_process): Simplify handling of display arg.
2002 Resume `display_on_the_fly' once a coding system is determined.
2003
2004 * xdisp.c (redisplay_preserve_echo_area): Fix last change.
2005
2006 2004-10-12 Kim F. Storm <storm@cua.dk>
2007
2008 * xdisp.c (redisplay_preserve_echo_area): Flush display in case
2009 caller, such as call-process, is not going to poll for input.
2010 (calc_line_height_property): Handle case where it->object is nil.
2011
2012 * xterm.c (x_redisplay_interface): Fix flush_display_optional.
2013
2014 2004-10-12 Kenichi Handa <handa@m17n.org>
2015
2016 * xdisp.c (get_next_display_element):
2017 If unibyte_display_via_language_environment is zero, display 8-bit
2018 chars in octal in unibyte buffer.
2019
2020 2004-10-12 Kim F. Storm <storm@cua.dk>
2021
2022 * doc.c (Fsubstitute_command_keys): Ignore remappings unless there
2023 are no ordinary bindings.
2024
2025 2004-10-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2026
2027 * xfns.c (syms_of_xfns): Defsubr x-file-dialog for GTK also.
2028
2029 2004-10-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2030
2031 * macterm.c (x_raise_frame): Add BLOCK_INPUT around SelectWindow.
2032 (x_lower_frame): Add BLOCK_INPUT around SendBehind.
2033 (make_mac_frame): Add BLOCK_INPUT around the making of a
2034 terminal frame.
2035 (mac_initialize): Add BLOCK_INPUT around carbon initialization.
2036 * macgui.h (mktime): Use emacs_mktime.
2037 * macfns.c (Fx_file_dialog): Add BLOCK_INPUT around more code.
2038 Make a cancel file-open dialog be like C-g.
2039 * mac.c (mktime): Use emacs_mktime.
2040 (Fdo_applescript): Add BLOCK_INPUT around do_applescript.
2041 (Fmac_paste_function): Add better error handling for carbon cut/paste.
2042
2043 2004-10-10 Kim F. Storm <storm@cua.dk>
2044
2045 * keyboard.c (timer_resume_idle): New function to resume idle
2046 timer without resetting timers on the idle list.
2047 (read_char): Use timer_resume_idle. Remove local var last_idle_start.
2048 (timer_start_idle, timer_stop_idle): Declare static.
2049 (read_key_sequence): Use timer_resume_idle instead of timer_start_idle.
2050
2051 * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes.
2052
2053 2004-10-08 Steven Tamm <steventamm@mac.com>
2054
2055 * config.in (HAVE_MALLOC_MALLOC_H): Regenerate.
2056 * macterm.c (mac_check_for_quit_char): Remove warning for using
2057 NULL where 0 should be used.
2058 * unexmacosx.c: Use malloc/malloc.h on Tiger instead of
2059 objc/malloc.h
2060 * mac.c: Include time.h for Tiger compatibility.
2061
2062 2004-10-07 Kim F. Storm <storm@cua.dk>
2063
2064 * xdisp.c (redisplay_window): Fix flicker on vertical line between
2065 windows. Update vertical line after drawing window fringes, but
2066 only if actually drawing any bitmaps--or there is no fringe.
2067
2068 * xterm.c (x_update_window_end): Likewise.
2069 * macterm.c (x_update_window_end): Likewise.
2070 * w32term.c (x_update_window_end): Likewise.
2071
2072 * fringe.c (draw_window_fringes): Return value now indicates if
2073 any fringe bitmaps were redrawn (or there are no fringes).
2074
2075 * dispextern.h (draw_window_fringes): Update prototype.
2076
2077 2004-10-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2078
2079 * macfns.c (mac_get_window_bounds): Add extern.
2080 (x_real_positions): Use mac_get_window_bounds.
2081
2082 * macmenu.c (update_submenu_strings): Apply 2004-09-07 change for
2083 xmenu.c (YAILOM).
2084
2085 * macterm.c [!MAC_OSX]: Include Windows.h.
2086 (front_emacs_window): Rename from mac_front_window. All uses
2087 changed. Return the frontmost non-tooltip emacs window.
2088 (mac_get_window_bounds): New function.
2089 (x_calc_absolute_position): Use the difference of width and height
2090 between the inner and outer window.
2091 (x_set_offset): Specify window position by the coordinae of the
2092 outer window. Adjust the position if the title bar is completely
2093 outside the screen.
2094 (app_is_suspended, app_sleep_time): Remove unused variables.
2095 (do_app_resume, do_app_suspend): Remove their contents because
2096 window-activate/deactivate events will do the job.
2097 (do_zoom_window): Remove unused variables. Make compliant to the
2098 standard way of zooming. Set f->left_pos and f->top_pos.
2099 (XTread_socket): Don't use argument `expected'. Don't use
2100 FrontWindow to determine the clicked window. Exclude unprocessed
2101 mouseUp cases in the early stage. Add parentheses to fix operator
2102 precedence.
2103 (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
2104
2105 2004-10-05 Jan Dj\e,Ad\e(Brv. <jan.h.d@swipnet.se>
2106
2107 * config.in: Regenerate.
2108
2109 * Makefile.in (RUN_TEMACS): Check HAVE_RANDOM_HEAPSTART instead of
2110 HAVE_EXECSHIELD.
2111
2112 2004-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2113
2114 * xterm.c (x_find_modifier_meanings): Ignore any Super or Hyper for
2115 a row if Alt or Meta has been found for that row. Also stop scanning
2116 for Keysyms for that row.
2117
2118 2004-10-04 Kim F. Storm <storm@cua.dk>
2119
2120 * fringe.c (Ffringe_bitmaps_at_pos): Change return value from cons
2121 to list. Include overlay arrow bitmap in return value.
2122
2123 * xterm.c (XTset_vertical_scroll_bar): Improve handling of scroll
2124 bars with fractional column width. If scroll bar separates two
2125 windows, move it towards the window it belongs to. Only update
2126 the padding area below the scroll bar widget when necessary,
2127 i.e. when scroll bar widget is created, moved, or resized.
2128
2129 * xdisp.c (define_frame_cursor1): Do not change frame cursor
2130 while tracking/dragging mouse.
2131 (x_draw_vertical_border): Do not draw line if frame has scroll bars.
2132
2133 * window.c (coordinates_in_window): Relax check for cursor
2134 on vertial border between mode lines.
2135 (Fset_window_fringes): Do not allow negative widths.
2136 (Fset_window_scroll_bars): Likewise.
2137
2138 * .gdbinit (pp): Shorthand for p ARG + pr.
2139 (ff): New command: flush frame updates (X only).
2140
2141 2004-10-03 Michael Albinus <michael.albinus@gmx.de>
2142
2143 * fileio.c (auto_save_1) Call Ffile_modes for remote files.
2144
2145 2004-09-30 Kenichi Handa <handa@m17n.org>
2146
2147 * process.c (send_process): Free composition data.
2148
2149 * fileio.c (Finsert_file_contents): Free composition data.
2150
2151 * coding.c (code_convert_region): Don't skip ASCIIs if there are
2152 compositions to encode.
2153 (encode_coding_string): Likewise. Free composition data.
2154
2155 2004-09-30 Florian Weimer <fw@deneb.enyo.de>
2156
2157 * coding.c (code_convert_region): Free composition data.
2158
2159 2004-09-29 Kim F. Storm <storm@cua.dk>
2160
2161 * fringe.c: Remove limit on number of bitmaps.
2162 (fringe_bitmaps, fringe_faces): Change to pointers.
2163 (max_fringe_bitmaps): New var.
2164 (Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
2165 (init_fringe): Allocate fringe_bitmaps and fringe_faces.
2166
2167 * dispextern.h (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
2168 (struct glyph_row): Reorder fringe_bitmap related fields.
2169 (struct it): Likewise.
2170
2171 * w32term.c (fringe_bmp): Change to pointer.
2172 (max_fringe_bmp): New var.
2173 (w32_define_fringe_bitmap): Expand fringe_bmp.
2174 (w32_draw_fringe_bitmap): Check max_fringe_bmp.
2175 (w32_destroy_fringe_bitmap): Likewise.
2176
2177 2004-09-29 Kim F. Storm <storm@cua.dk>
2178
2179 * fringe.c: Simplify last change.
2180 (lookup_fringe_bitmap): New function.
2181 (valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
2182 (Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
2183 Keep standard bitmaps in Vfringe_bitmaps.
2184 (Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
2185 (Fset_fringe_bitmap_face): Likewise.
2186
2187 * dispextern.h (lookup_fringe_bitmap): Add prototype.
2188 (valid_fringe_bitmap_p): Remove prototype.
2189
2190 * xdisp.c (handle_single_display_prop): Use lookup_fringe_bitmap.
2191
2192 2004-09-29 Kim F. Storm <storm@cua.dk>
2193
2194 * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap)
2195 (w32_init_fringe, w32_reset_fringes): Fix bootstrap (NULL rif).
2196
2197 * dispextern.h (valid_fringe_bitmap_p): Fix prototype.
2198
2199 * fringe.c (Vfringe_bitmaps): New variable.
2200 (syms_of_fringe): DEFVAR_LISP it.
2201 (valid_fringe_bitmap_p): Rename from valid_fringe_bitmap_id_p.
2202 Change arg to Lisp_Object and fail if not an integer.
2203 (get_fringe_bitmap_name, resolve_fringe_bitmap)
2204 (destroy_fringe_bitmap): New functions.
2205 (Fdestroy_fringe_bitmap): Change arg to bitmap symbol.
2206 Use destroy_fringe_bitmap. Remove symbol from Vfringe_bitmaps and
2207 clear its fringe property.
2208 (init_fringe_bitmap): Use destroy_fringe_bitmap instead of
2209 Fdestroy_fringe_bitmap.
2210 (Fdefine_fringe_bitmap): Add BITMAP arg specifying new or existing
2211 bitmap symbol; remove WHICH arg. Add symbol to Vfringe_bitmaps
2212 and set fringe property. Signal error if no free slots.
2213 (Fset_fringe_bitmap_face): Change arg to bitmap symbol.
2214 (Ffringe_bitmaps_at_pos): Return bitmap symbols instead of numbers.
2215
2216 * xdisp.c (handle_single_display_prop): Fringe bitmaps are now
2217 symbols with a fringe property.
2218
2219 2004-09-27 Kim F. Storm <storm@cua.dk>
2220
2221 * buffer.c (syms_of_buffer) <indicate-buffer-boundaries>:
2222 Doc fix. Format may now be a symbol or alist, not a cons.
2223
2224 * fringe.c (update_window_fringes): Handle new formats of
2225 indicate-buffer-boundaries (symbol or alist). No longer
2226 allow a simple cons.
2227 (Ffringe_bitmaps_at_pos): Use nil value for no bitmap.
2228
2229 2004-09-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2230
2231 * config.in: Rebuild.
2232
2233 2004-09-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2234
2235 * config.in: Rebuild.
2236
2237 * Makefile.in: Run setarch i386 ./temacs if exec-shield is present.
2238
2239 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * xterm.c (x_term_init): Work around a bug in some X servers.
2242
2243 2004-09-18 Richard M. Stallman <rms@gnu.org>
2244
2245 * buffer.c (syms_of_buffer) <default-major-mode>: Doc fix.
2246
2247 * xdisp.c (try_window_reusing_current_matrix):
2248 Handle the case where we reach the old displayed text,
2249 out of sync with the old line boundary.
2250
2251 2004-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * fileio.c (Finsert_file_contents): Fix case of replacement in a
2254 narrowed buffer.
2255
2256 2004-09-14 Kim F. Storm <storm@cua.dk>
2257
2258 * puresize.h (PURESIZE_RATIO): Define based on BITS_PER_EMACS_INT.
2259
2260 * xfaces.c (Qface_no_inherit): New var.
2261 (syms_of_xfaces): Intern and staticpro it.
2262 (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute)
2263 (Finternal_copy_lisp_face, update_face_from_frame_parameter):
2264 Don't increment face_change_count when face has non-nil
2265 face-no-inherit property.
2266
2267 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC.
2270 (Fbyte_code): Remove dead code after `wrong_type_argument'.
2271
2272 * alloc.c (Fgarbage_collect): Mark keyboards, gtk data, and specpdl
2273 before doing the mark_stack_check_gcpros since they're not on the stack.
2274
2275 2004-09-12 Kim F. Storm <storm@cua.dk>
2276
2277 * editfns.c (Fformat): Handle format strings with multiple text
2278 properties. Reverse text property list from the format string,
2279 so the positions are in increasing order.
2280
2281 2004-09-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2282
2283 * xselect.c (x_reply_selection_request): XSync and UNBLOCK before
2284 x_uncatch_errors so that possible protocol errors are delivered.
2285
2286 2004-09-10 Eli Zaretskii <eliz@gnu.org>
2287
2288 * Makefile.in (msdos.o): Depend on buffer.h, commands.h, and
2289 blockinput.h.
2290 (dosfns.o): Depend on blockinput.h, window.h, dispextern.h,
2291 charset.h, and coding.h
2292 (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h.
2293 (term.o): Depend on window.h and keymap.h.
2294 (abbrev.o): Depend on syntax.h.
2295 (callint.o): Depend on keymap.h.
2296 (casefiddle.o): Depend on charset.h and keymap.h.
2297 (category.o): Depend on keymap.h.
2298 (coding.o): Depend on dispextern.h.
2299 (cmds.o): Depend on keyboard.h and keymap.h.
2300 (dispnew.o): Depend on indent.h and intervals.h.
2301 (doc.o): Depend on keymap.h.
2302 (editfns.o): Depend on frame.h.
2303 (emacs.o): Depend on dispextern.h.
2304 (fileio.o): Don't depend on ccl.h.
2305 (filelock.o): Depend on charset.h and coding.h.
2306 (frame.o): Depend on w32term.h and macterm.h.
2307 (insdel.o): Depend on region-cache.h.
2308 (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h.
2309 (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h.
2310 (search.o): Depend on $(INTERVALS_SRC).
2311 (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC).
2312 (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC),
2313 xterm.h, w32term.h, and macterm.h.
2314 (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h,
2315 w32term.h, and macterm.h.
2316 (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC),
2317 region-cache.h, xterm.h, w32term.h, and macterm.h.
2318 (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h.
2319 (data.o): Depend on frame.h.
2320 (fns.o): Depend on keymap.h, xterm.h, and blockinput.h.
2321 (print.o): Depend on termchar.h and $(INTERVALS_SRC).
2322 (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h.
2323 (intervals.o): Depend on keymap.h.
2324
2325 * msdos.c (msdos_set_cursor_shape, IT_display_cursor):
2326 Add debugging print-out to termscript.
2327
2328 2004-09-09 Richard M. Stallman <rms@gnu.org>
2329
2330 * xdisp.c (decode_mode_spec): Use current buffer for most purposes.
2331
2332 2004-09-08 Richard M. Stallman <rms@gnu.org>
2333
2334 * window.c (Fset_window_buffer): Doc fix.
2335
2336 * xdisp.c (Fformat_mode_line): New arg BUFFER says which buffer to use.
2337
2338 2004-09-08 Dan Nicolaescu <dann@ics.uci.edu>
2339
2340 * minibuf.c (history_delete_duplicates): New variable.
2341 (read_minibuf): Use it.
2342 (syms_of_minibuf): Create the corresponding lisp variable.
2343
2344 2004-09-08 Kim F. Storm <storm@cua.dk>
2345
2346 * xdisp.c (set_cursor_from_row): Also look at 'cursor' property in
2347 overlay just before point.
2348
2349 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2350
2351 * buffer.h (struct buffer): Add auto_save_file_format field.
2352 * buffer.c (reset_buffer, init_buffer_once):
2353 Handle auto_save_file_format field.
2354 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
2355 `buffer-auto-save-file-format'.
2356 * fileio.c: Delete declaration for removed Vauto_save_file_format.
2357 (build_annotations): Adapt to replacement of
2358 `auto-save-file-format' with the new buffer-local variable
2359 `buffer-auto-save-file-format'.
2360 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
2361
2362 2004-09-07 Jason Rumney <jasonr@gnu.org>
2363
2364 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.
2365
2366 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]:
2367 Handle Unicode menu titles.
2368
2369 2004-09-07 Kim F. Storm <storm@cua.dk>
2370
2371 * xdisp.c (set_cursor_from_row): Fix last change. Only use 'cursor'
2372 property from text property or overlay strings at point.
2373
2374 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * xmenu.c (update_submenu_strings): YAILOM.
2377 (set_frame_menubar): Make sure last_i is initialized.
2378
2379 2004-09-03 Jason Rumney <jasonr@gnu.org>
2380
2381 * w32menu.c (_widget_value): Add lname and lkey.
2382 (digest_single_submenu): Set lname and lkey in widget_value
2383 instead of name and key.
2384 (update_submenu_strings): New function.
2385 (set_frame_menubar): Remove call to inhibit_garbage_collection,
2386 call update_submenu_strings.
2387
2388 * w32menu.c (globals_of_w32menu): Check for Unicode API.
2389 (digest_single_submenu, w32_menu_show): Encode menu strings as
2390 UTF-8 if Unicode API is available.
2391 (utf8to16): New function.
2392 (add_menu_item): Use it when calling Unicode API.
2393
2394 2004-09-03 Kim F. Storm <storm@cua.dk>
2395
2396 * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
2397 in overlay or text-property strings; set cursor on corresponding
2398 glyph rather than at end of the string.
2399
2400 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2401
2402 * macfns.c (x_real_positions): Save the current window port and
2403 set a new one before obtaining the global coordinate.
2404 Use FRAME_MAC_WINDOW.
2405 (x_set_name, x_set_title): Encode title to UTF8.
2406 Use SetWindowTitleWithCFString.
2407 (Fx_server_version): Get correct OS version.
2408
2409 * macmenu.c (add_menu_item): Remove unused variable `i'.
2410 Don't let separator items destroy refence constants of other menu items.
2411
2412 * macterm.c (x_update_end): Move SetPortWindowPort to inside
2413 BLOCK_INPUT.
2414 (x_set_offset): Use FRAME_MAC_WINDOW.
2415
2416 * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
2417 nontext_cursor if it is on a scroll bar.
2418
2419 * s/darwin.h (LIBS_CARBON): New define to specify libraries for
2420 Carbon support.
2421 (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
2422 Use LIBS_CARBON.
2423
2424 2004-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2425
2426 * xfns.c (x_set_name_internal): New function. Check if we shall call
2427 xfree before ENCODE_UTF_8.
2428 (x_set_name, x_set_title): Call x_set_name_internal.
2429
2430 2004-08-31 NAKAMURA Toshikazu <nr-tkz@nifty.com> (tiny change)
2431
2432 * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
2433 reload it.
2434
2435 2004-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2436
2437 * macmenu.c (_widget_value): Add lname and lkey.
2438 (single_submenu): Set lname and lkey in widget_value
2439 instead of name and key.
2440 (update_submenu_strings): New function.
2441 (set_frame_menubar): Remove call to inhibit_garbage_collection,
2442 call update_submenu_strings.
2443
2444 * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
2445 instead of name and key.
2446 (update_submenu_strings): New function.
2447 (set_frame_menubar): Remove call to inhibit_garbage_collection,
2448 call update_submenu_strings.
2449
2450 * gtkutil.h (_widget_value): Added lname and lkey.
2451
2452 2004-08-30 Steven Tamm <steventamm@mac.com>
2453
2454 * macmenu.c (mac_menu_show): Remove shadowing of menu variable
2455 by using different names for inner loop variables.
2456
2457 2004-08-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2458
2459 * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
2460 from 2002-07-15T00:01:34Z!raeburn@raeburn.org so that strings from ENCODE_UTF_8 isn't GC:ed before used.
2461
2462 * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
2463 tool bar items is 0.
2464
2465 2004-08-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2466
2467 * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
2468 strings in menu items.
2469 (single_submenu): Use ENCODE_MENU_STRING
2470 (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because
2471 button release isn't passed to event loop
2472 (add_menu_item): Use SetMenuItemWithCFString
2473
2474 2004-08-26 Steven Tamm <steventamm@mac.com>
2475
2476 * fileio.c (Fread_file_name): Call x_file_dialog on carbon on
2477 tool-bar/menu click
2478 * macfns.c (Fx_file_dialog): Implemented using NavServices
2479
2480 2004-08-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2481
2482 * xterm.c (x_catch_errors_unwind): Do not XSync if display has closed.
2483
2484 * xfns.c (x_window_to_frame, x_any_window_to_frame)
2485 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
2486 (x_top_window_to_frame): Return 0 if wdesc is None.
2487
2488 2004-08-22 Richard M. Stallman <rms@gnu.org>
2489
2490 * process.c (process_send_signal) [SIGNALS_VIA_CHARACTERS,
2491 HAVE_TERMIOS]: If there's no char for this signal, drop through
2492 and use system calls.
2493
2494 * bytecode.c (Fbyte_code) <unwind-protect>: Cannot GC.
2495
2496 2004-08-20 Kim F. Storm <storm@cua.dk>
2497
2498 * process.c (wait_reading_process_output): Rename from
2499 wait_reading_process_input. All uses changed.
2500 (wait_reading_process_output_1): Rename from
2501 wait_reading_process_input_1. All uses changed.
2502
2503 * dispnew.c (Fsleep_for): Remove obsolete code.
2504
2505 2004-08-20 Kenichi Handa <handa@m17n.org>
2506
2507 * syntax.c (skip_chars): Fix for unibyte case.
2508
2509 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * syntax.c (char_quoted): Mixup byte/char pos.
2512 (back_comment): Fixup globals in all cases.
2513
2514 2004-08-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2515
2516 * xfns.c (x_set_name, x_set_title): Encode title to UTF8 before
2517 passing it to gtk_window_set_title.
2518
2519 2004-08-19 Kim F. Storm <storm@cua.dk>
2520
2521 * process.c (wait_reading_process_input): Clean up.
2522 Add wait_for_cell, wait_proc, and just_wait_proc args
2523 to avoid overloading `read_kbd' and `do_display' args.
2524 Change read_kbd arg to int. All callers changed.
2525
2526 * process.c (process_send_signal): Use CDISABLE.
2527
2528 * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.
2529
2530 2004-08-18 Kim F. Storm <storm@cua.dk>
2531
2532 * process.c (Faccept_process_output): Add arg JUST-THIS-ONE;
2533 forward to wait_reading_process_input via DO_DISPLAY arg.
2534 (wait_reading_process_input): If DO_DISPLAY < 0 for a process
2535 object, only process output from that process; also inhibit
2536 running timers if DO_DISPLAY==-2.
2537
2538 2004-08-17 Kim F. Storm <storm@cua.dk>
2539
2540 * process.c (process_send_signal): Fix last change--use
2541 _POSIX_VDISABLE instead of CVDISABLE when available.
2542
2543 2004-08-16 Richard M. Stallman <rms@gnu.org>
2544
2545 * sysdep.c (child_setup_tty) [SIGNALS_VIA_CHARACTERS]:
2546 Set VQUIT and VINTR chars to the standard ones if they are unset.
2547 [AIX]: Don't do that here. And don't force VINTR to standard
2548 when SIGNALS_VIA_CHARACTERS.
2549
2550 * process.c (process_send_signal)
2551 [SIGNALS_VIA_CHARACTERS, HAVE_TERMIOS]: Clean up.
2552 Do nothing if the character is CVDISABLE.
2553
2554 * xfaces.c (merge_face_ref): Specifying `unspecified' is a no-op.
2555
2556 * intervals.c (move_if_not_intangible):
2557 Force POSITION to be between BEGV and ZV.
2558
2559 2004-08-14 John Paul Wallington <jpw@gnu.org>
2560
2561 * buffer.c (Frestore_buffer_modified_p): Doc fix.
2562
2563 * fileio.c (Fread_file_name): Doc fix.
2564
2565 * minibuf.c (syms_of_minibuf) <completion-ignore-case>: Doc fix.
2566
2567 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2568
2569 * keymap.c (Fmake_keymap, Fmap_keymap, Fwhere_is_internal): Doc fixes.
2570
2571 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2572
2573 * keyboard.c: Declare Qdisabled_command_function instead of
2574 Qdisabled_command_hook.
2575 (Fcommand_execute): Use Qdisabled_command_function instead of
2576 Qdisabled_command_hook.
2577 (syms_of_keyboard): Ditto.
2578
2579 2004-08-07 Luc Teirlinck <teirllm@auburn.edu>
2580
2581 * keymap.c (Flocal_key_binding, Fglobal_key_binding)
2582 (syms_of_keymap) <key-translation-map>: Doc fixes.
2583
2584 2004-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2585
2586 * window.c (window_list_1): YAILOM.
2587
2588 * fileio.c (make_temp_name): Handle multibyte prefixes.
2589
2590 2004-08-06 Luc Teirlinck <teirllm@auburn.edu>
2591
2592 * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
2593 Doc fix.
2594
2595 2004-08-03 Kenichi Handa <handa@m17n.org>
2596
2597 * coding.c (decode_coding_string): Adjust coding->consumed, and
2598 etc. with shrinked_bytes.
2599
2600 2004-08-03 Kim F. Storm <storm@cua.dk>
2601
2602 * indent.c (compute_motion): Fix check for full width window
2603 in non-window case. Do not count left truncation glyph on
2604 window systems.
2605
2606 2004-08-02 Luc Teirlinck <teirllm@auburn.edu>
2607
2608 * data.c (Finteractive_form): Doc fix.
2609
2610 2004-08-02 Kim F. Storm <storm@cua.dk>
2611
2612 * indent.c (compute_motion): Use actual window width if WIDTH is -1,
2613 properly accounting for continuation glyph on non-window systems.
2614 (Fcompute_motion): Use actual window width if WIDTH is nil, and
2615 actual window width/height if TOPOS is nil, properly accounting for
2616 continuation glyphs on non-window systems, and optional header lines.
2617 (vmotion): Let compute_motion calculate actual window width.
2618
2619 * window.c (window_scroll_line_based): Let compute_motion
2620 calculate actual window width.
2621
2622 2004-08-02 Kim F. Storm <storm@cua.dk>
2623
2624 * process.c (read_process_output): Use whole read buffer.
2625 Don't trigger adaptive read buffering on errors.
2626
2627 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2628
2629 * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes.
2630
2631 * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix.
2632
2633 * callint.c (Fcall_interactively): Doc fix.
2634
2635 2004-07-30 Richard M. Stallman <rms@gnu.org>
2636
2637 * abbrev.c (Fexpand_abbrev): Undo previous change.
2638
2639 2004-07-30 Kim F. Storm <storm@cua.dk>
2640
2641 * editfns.c (Fformat): Allocate extra (dummy) element in info.
2642
2643 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2644
2645 * eval.c (Fdefvar, Fdefconst): Doc fixes.
2646
2647 2004-07-27 Kim F. Storm <storm@cua.dk>
2648
2649 * xdisp.c (move_it_in_display_line_to): Check BUFFER_POS_REACHED_P after
2650 we have ensured that the glyph fits on the current line (or returned
2651 MOVE_LINE_CONTINUED otherwise).
2652
2653 2004-07-26 Kim F. Storm <storm@cua.dk>
2654
2655 * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe
2656 is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV
2657 if target position is at end of display line but char is not a newline.
2658
2659 2004-07-25 Richard M. Stallman <rms@gnu.org>
2660
2661 * window.c (coordinates_in_window): Return ON_SCROLL_BAR
2662 instead of ON_VERTICAL_BORDER, when on scroll bar.
2663 (Fcoordinates_in_window_p): Handle ON_SCROLL_BAR--return nil.
2664
2665 * dispextern.h (enum window_part): Add ON_SCROLL_BAR.
2666
2667 * window.c (Fcoordinates_in_window_p):
2668 Take account of FRAME_INTERNAL_BORDER_WIDTH.
2669
2670 * alloc.c (check_cons_list): New function (contents commented out).
2671
2672 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2673
2674 * xfaces.c (Fcolor_supported_p): Doc fix.
2675
2676 * frame.c (Fselect_frame, Fset_frame_selected_window)
2677 (Fframe_visible_p, Fraise_frame): Doc fixes.
2678
2679 2004-07-24 Richard M. Stallman <rms@gnu.org>
2680
2681 * keyboard.h (not_single_kboard_state): Declare.
2682
2683 * fileio.c (Fwrite_region): Doc fix.
2684
2685 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
2686
2687 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
2688 only when a real abbrev is present.
2689
2690 * xfns.c (x_icon_verify): New function.
2691 (Fx_create_frame): Use it.
2692
2693 2004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
2694
2695 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
2696
2697 2004-07-21 Kim F. Storm <storm@cua.dk>
2698
2699 * window.h (struct glyph_matrix): New members nrows_scale_factor
2700 and ncols_scale_factor.
2701
2702 * window.c (make_window): Initialize nrows_scale_factor and
2703 ncols_scale_factor members.
2704
2705 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
2706 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
2707 (required_matrix_height): Apply nrows_scale_factor.
2708 (required_matrix_width): Apply ncols_scale_factor.
2709
2710 * xdisp.c (display_line): Increment nrows_scale_factor and set
2711 fonts_changed_p if past last allocated row.
2712 (append_glyph, append_composite_glyph, produce_image_glyph)
2713 (append_stretch_glyph): Increment ncols_scale_factor and set
2714 fonts_changed_p if current area is full.
2715
2716 2004-07-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2717
2718 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
2719
2720 2004-07-19 Luc Teirlinck <teirllm@auburn.edu>
2721
2722 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
2723 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
2724 (Fset_window_start, Fscroll_up, Fscroll_down)
2725 (Fother_window_for_scrolling, Fscroll_other_window)
2726 (Fsave_window_excursion, Fset_window_vscroll)
2727 (syms_of_window) <window-size-fixed>: Doc fixes.
2728
2729 2004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2730
2731 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
2732 ENCODE_SYSTEM for filenames.
2733
2734 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2735
2736 * mac.c (sys_select): Block input around call to
2737 ReceiveNextEvent to prevent breakage. Correctly handle
2738 blocking on event queue only by calling ReceiveNextEvent
2739 instead of select (since GUI events aren't on an fd).
2740 (sys_read): Remove function
2741 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
2742
2743 2004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2744
2745 * mac.c (sys_select): Redo sys_select to use alarm-based
2746 polling instead of 1 sec timeouts (like solaris).
2747
2748 * macterm.c (x_make_frame_visible): Comment in polling on
2749 frame creation.
2750
2751 * keyboard.c: Undef SIGIO on Carbon
2752
2753 * atimer.c (alarm_signal_handler): Call alarm handlers after
2754 scheduling.
2755
2756 * eval.c (Feval): Remove quit_char test
2757
2758 * process.c (wait_reading_process_input): Remove clearing
2759 stdin for select call on process input.
2760
2761 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2762
2763 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
2764 capitalization error in docstring.
2765
2766 2004-07-17 Juanma Barranquero <lektu@terra.es>
2767
2768 * keyboard.c (not_single_kboard_state): Do nothing unless
2769 MULTI_KBOARD is defined.
2770
2771 2004-07-17 Richard M. Stallman <rms@gnu.org>
2772
2773 * window.c (coordinates_in_window): Inside the window but outside
2774 its box to the L or R, return ON_VERTICAL_BORDER.
2775 (window_list_1): Rotate the list to start with WINDOW.
2776
2777 * print.c (print_preprocess): Test for print_depth at limit
2778 before entering in being_printed.
2779
2780 * keyboard.c (not_single_kboard_state): New function.
2781 (stuff_buffered_input): Now no-op only if no SIGTSTP.
2782
2783 * frame.c (Fdelete_frame): If we're in single_bboard_state on
2784 this kboard, and we delete its last frame, go to any_kboard_state.
2785
2786 * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix.
2787
2788 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2789
2790 * w32fns.c (Fx_file_dialog): Encode strings in system coding
2791 system before passing them to OS functions for display.
2792
2793 2004-07-15 David Kastrup <dak@gnu.org>
2794
2795 * search.c (syms_of_search): Staticpro `saved_last_thing_searched'.
2796 Apparently fixes an abort condition.
2797
2798 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2799
2800 * fileio.c (Fvisited_file_modtime): Return a list of two integers,
2801 instead of a cons.
2802
2803 2004-07-14 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
2804
2805 * keyboard.c (echo_dash): Do nothing if there already is a dash
2806 at the end of the echo string.
2807
2808 2004-07-12 Kim F. Storm <storm@cua.dk>
2809
2810 * alloc.c (mark_object): Only look at Lisp_Misc_Save_Value
2811 if GC_MARK_STACK.
2812
2813 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2814
2815 * buffer.c (Fswitch_to_buffer, Fpop_to_buffer): Doc fixes.
2816
2817 * window.c (Fwindow_buffer, Fother_window, Fget_lru_window)
2818 (Fget_largest_window, Fget_buffer_window, Fdelete_windows_on)
2819 (Freplace_buffer_in_windows, Fset_window_buffer)
2820 (Fselect-window, Fdisplay-buffer, Fsplit_window): Doc fixes.
2821 (syms_of_window): Expand docstring of `display-buffer-function'.
2822
2823 2004-07-09 Luc Teirlinck <teirllm@auburn.edu>
2824
2825 * editfns.c (Ffloat_time, Fformat_time_string, Fdecode_time)
2826 (Fcurrent_time_string, Fcurrent_time_zone): Mention in docstrings
2827 that time values of the type (HIGH . LOW) are considered obsolete.
2828
2829 2004-07-06 Luc Teirlinck <teirllm@auburn.edu>
2830
2831 * keyboard.c (syms_of_keyboard): Fix `keyboard-translate-table'
2832 docstring.
2833
2834 * fns.c (Fclear_string): Declare `len' before call to CHECK_STRING.
2835
2836 2004-07-06 John Paul Wallington <jpw@gnu.org>
2837
2838 * eval.c (Fdefmacro): Signal an error if NAME is not a symbol.
2839
2840 * fns.c (Fclear_string): Signal an error if STRING is not a string.
2841
2842 2004-07-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2843
2844 * macterm.c (mac_initialize_display_info): Use CGGetActiveDisplayList
2845 instead of CGMainDisplayID (only in OSX 10.2 and later).
2846
2847 2004-07-04 John Paul Wallington <jpw@gnu.org>
2848
2849 * fileio.c (read_file_name_completion_ignore_case): New variable.
2850 (syms_of_fileio): Declare and initialise it.
2851 (Fread_file_name): Bind `completion-ignore-case' to respect it.
2852
2853 2004-07-03 Eli Zaretskii <eliz@gnu.org>
2854
2855 * msdos.c (dos_rawgetc): Use make_number to produce Lisp objects
2856 for event.x and event.y.
2857
2858 2004-07-01 Kenichi Handa <handa@m17n.org>
2859
2860 * w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
2861 after getting a new string by pre-write-conversion.
2862
2863 2004-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2864
2865 * xterm.c (x_detect_focus_change): Remove unused var `nr_events'.
2866 (x_calc_absolute_position): Remove unused var `child'.
2867
2868 * xfaces.c (x_supports_face_attributes_p)
2869 (Fdisplay_supports_face_attributes_p): YAILOM.
2870 (tty_supports_face_attributes_p): Remove unused var `i'.
2871
2872 * syntax.c (skip_chars): Remove unused labels fwd_unibyte_ok and
2873 back_unibyte_ok.
2874
2875 * search.c (match_limit, Fmatch_data, Fset_match_data): YAILOM.
2876
2877 * fontset.c (Fset_fontset_font): Remove unused vars `family' and `registry'.
2878
2879 * Makefile.in (${etc}DOC): Fix file name of make-docfile.
2880
2881 2004-06-30 Andreas Schwab <schwab@suse.de>
2882
2883 * image.c (CHECK_LIB_AVAILABLE): Add third parameter LIBRARIES.
2884 (Finit_image_library): Pass LIBRARIES through to
2885 CHECK_LIB_AVAILABLE. Declare parameters. Doc fix.
2886 (lookup_image_type): Pass Qnil as second argument to
2887 Finit_image_library.
2888
2889 * lisp.h (Finit_image_library): Declare.
2890
2891 2004-06-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2892
2893 * macterm.c (do_window_activate, do_window_deactivate): Remove.
2894 (XTread_socket): Send mouse button events to the toolbox
2895 dispatcher even when the mouse is grabbed. Don't process window
2896 activate events for non-Emacs windows. Replace function calls to
2897 do_window_activate and do_window_deactivate with their contents.
2898 Reset mouse grabbing status when a window is deactivated.
2899
2900 2004-06-29 Steven Tamm <steventamm@mac.com>
2901
2902 * macterm.c (mac_get_emulated_btn)
2903 (mac_event_to_emacs_modifiers): Fix emulated mouse button
2904 support to correctly mask out modifiers.
2905
2906 2004-06-29 David Kastrup <dak@gnu.org>
2907
2908 * search.c (Fset_match_data): Allow buffer before end of list
2909 which can happen if set-match-data is using a pre-consed list.
2910
2911 2004-06-28 Steven Tamm <steventamm@mac.com>
2912
2913 * macterm.c (XTread_socket): Correctly set the frame position
2914 after the window is moved.
2915
2916 2004-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2917
2918 * gtkutil.c (xg_get_image_for_pixmap): Call g_object_unref on
2919 gpix and gmask just before return to avoid memory leak.
2920 (xg_get_image_for_pixmap): Add workaround for monochrome displays
2921 so insensitive and activated icons look ok.
2922
2923 2004-06-27 Jason Rumney <jasonr@gnu.org>
2924
2925 * w32fns.c (file_dialog_callback): Disable edit control if set
2926 to directories only on CDN_INITDONE message.
2927 (Fx_file_dialog): Default to directories only when prompt starts
2928 with "Dired".
2929
2930 2004-06-25 Kim F. Storm <storm@cua.dk>
2931
2932 * alloc.c (allocate_misc): Update total_free_markers.
2933 (free_misc): New function.
2934 (safe_alloca_unwind, free_marker): Use it.
2935
2936 * lisp.h (free_misc): Add prototype.
2937
2938 * fns.c (Fmapconcat, Fmapcar): Remove superfluous GCPROs.
2939
2940 2004-06-24 Richard M. Stallman <rms@gnu.org>
2941
2942 * emacs.c (Vsignal_USR1_hook, Vsignal_USR2_hook): Definitions deleted.
2943 (syms_of_emacs): Lisp variables deleted.
2944
2945 2004-06-23 David Kastrup <dak@gnu.org>
2946
2947 * search.c (Freplace_match): Adjust the match-data more thoroughly
2948 when replacing strings in the buffer.
2949 (Fmatch_data): When INTEGERS is non-nil and the last match was in
2950 a buffer, add the buffer as last element to the match data.
2951 (Fset_match_data): If an additional element of the match-data is a
2952 buffer, restore it to last_thing_searched.
2953 (save_search_regs): Save last_thing_searched as part of the match data.
2954 (restore_match_data): Restore it again.
2955
2956 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2957
2958 * keymap.c (Ftext_char_description): Doc fix.
2959 * doc.c (Fsnarf_documentation): Doc fix.
2960
2961 2004-06-22 Kim F. Storm <storm@cua.dk>
2962
2963 * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.
2964
2965 * lisp.h (struct Lisp_Save_Value): New member dogc.
2966 (SAFE_ALLOCA_LISP): Change second arg to number of elements.
2967 Set dogc member in Lisp_Save_Value object so it will be GC'ed.
2968 (SAFE_FREE_LISP): New macro.
2969
2970 * alloc.c (safe_alloca_unwind): Clear dogc and pointer members.
2971 (make_save_value): Init new dogc member.
2972 (mark_object): Mark Lisp_Save_Value pointer array if dogc is set.
2973
2974 * fns.c (Fmapconcat, Fmapcar): Use new SAFE_ALLOCA_LISP and
2975 SAFE_FREE_LISP macros.
2976
2977 2004-06-22 Kim F. Storm <storm@cua.dk>
2978
2979 * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects.
2980 Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects
2981 in that memory area are unknown to GC. Add comments.
2982
2983 * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP.
2984
2985 2004-06-21 Kim F. Storm <storm@cua.dk>
2986
2987 * lisp.h (MAX_ALLOCA): Define here.
2988 (safe_alloca_unwind): Add prototype.
2989 (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
2990
2991 * alloc.c (safe_alloca_unwind): New function.
2992
2993 * casefiddle.c (casify_object): Use SAFE_ALLOCA.
2994
2995 * charset.c (Fstring): Use SAFE_ALLOCA.
2996
2997 * coding.c (MAX_ALLOCA): Remove define.
2998
2999 * data.c (MAX_ALLOCA): Remove define.
3000 (Faset): Use SAFE_ALLOCA.
3001
3002 * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
3003
3004 * fns.c (string_make_multibyte, string_to_multibyte)
3005 (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
3006 (MAX_ALLOCA): Remove define.
3007 (Fbase64_encode_region, Fbase64_encode_string)
3008 (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
3009 (Fbase64_encode_region, Fbase64_encode_string): Fix potential
3010 memory leak if encoding fails.
3011
3012 * xdisp.c (add_to_log): Use SAFE_ALLOCA.
3013
3014 2004-06-21 Eli Zaretskii <eliz@gnu.org>
3015
3016 * print.c (Fwith_output_to_temp_buffer): Doc fix.
3017
3018 2004-06-20 Richard M. Stallman <rms@gnu.org>
3019
3020 * xfaces.c (Finternal_copy_lisp_face): Small cleanup; doc fix.
3021
3022 * search.c (match_limit): Cleaner err msg when no match data available.
3023
3024 * window.c (syms_of_window): Doc fix.
3025
3026 * keyboard.c (command_loop_1): Handle values `only' and `identity'
3027 for Vtransient_mark_mode.
3028
3029 * buffer.c (syms_of_buffer): Doc fix.
3030
3031 2004-06-21 David Kastrup <dak@gnu.org>
3032
3033 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
3034 and unbinding of `case-fold-search' according to
3035 `completion-ignore-case' around calls of string-match and
3036 predicates, respectively. Should give satisfactory performance
3037 in all relevant cases.
3038
3039 2004-06-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3040
3041 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from
3042 clip_x/y_origin.
3043
3044 * fns.c (string_to_multibyte): Use xmalloc/xfree instead of alloca.
3045
3046 * macfns.c (Fx_display_color_cells): Do not limit return value to 256.
3047
3048 * macterm.c (mac_initialize_display_info): Initialize n_planes correctly
3049 on Mac OSX.
3050
3051 2004-06-16 Luc Teirlinck <teirllm@auburn.edu>
3052
3053 * buffer.c (syms_of_buffer): Clarify `fill-column' docstring.
3054
3055 2004-06-16 Kim F. Storm <storm@cua.dk>
3056
3057 * dispextern.h (Vimage_types): Remove extern.
3058
3059 2004-06-16 Miles Bader <miles@gnu.org>
3060
3061 * image.c (lookup_image_type): Initialize image type if necessary.
3062
3063 2004-06-15 Kim F. Storm <storm@cua.dk>
3064
3065 * xdisp.c (try_cursor_movement): Exclude header line from scroll
3066 margin at top of window.
3067 (try_window_reusing_current_matrix): Calculate proper cursor position
3068 after scrolling up with non-zero scroll margin, as the old cursor
3069 position corresponds to value of PT before executing this command.
3070 (try_window_id): Consider scroll margin at bottom of window too;
3071 otherwise we fail to scroll when hl-line-mode is enabled.
3072
3073 * syntax.c (skip_chars): Only recognize [:class:] when it has the
3074 proper format and class is a lower-case word.
3075
3076 2004-06-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3077
3078 * gtkutil.c (xg_get_image_for_pixmap): New function.
3079 (xg_get_gdk_pixmap_and_mask): Remove.
3080 (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of
3081 xg_get_gdk_pixmap_and_mask.
3082
3083 * xterm.h (struct x_display_info): Typo in comment fixed.
3084
3085 2004-06-14 Juanma Barranquero <lektu@terra.es>
3086
3087 * dispextern.h (Vimage_types): Make it conditional on
3088 HAVE_WINDOW_SYSTEM.
3089
3090 * image.c (Vimage_types): Move from xdisp.c.
3091 (Vimage_type_cache): New variable.
3092 (define_image_type): New argument indicating whether an image
3093 library was loaded; cache loaded status and return t on success,
3094 nil otherwise.
3095 (CACHE_IMAGE_TYPE, ADD_IMAGE_TYPE): New macros.
3096 (w32_delayed_load): New function to load an image library from a
3097 list of possible filenames.
3098 (init_xpm_functions, init_png_functions, init_jpeg_functions)
3099 (init_tiff_functions, init_gif_functions): Use `w32_delayed_load'.
3100 (CHECK_LIB_AVAILABLE): Call `define_image_library' with new argument.
3101 (Finit_image_library): New function, extracted from `init_image'.
3102 Try to initialize an image library on demand and cache whether we
3103 were successful or not.
3104 (syms_of_image): Initialize `Vimage_types' and
3105 `Vimage_type_cache'. Add recognized image types to Vimage_types.
3106 Export `init-image-library'.
3107 (init_image): Remove initialization of all image types, except xbm
3108 and pbm.
3109
3110 * xdisp.c (Vimage_types): Delete (moved to image.c).
3111
3112 2004-06-14 Andreas Schwab <schwab@suse.de>
3113
3114 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
3115 Avoid calling specbind when completion-regexp-list is empty.
3116
3117 2004-06-13 Richard M. Stallman <rms@gnu.org>
3118
3119 * regex.h (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
3120 (re_wctype, re_iswctype, re_wctype_to_bit):
3121 Non-function definitions moved here from regex.c.
3122
3123 * regex.c (re_wctype, re_iswctype): Function defs longer static.
3124 (CHAR_CLASS_MAX_LENGTH, re_wctype_t, re_wchar_t)
3125 (re_wctype, re_iswctype, re_wctype_to_bit):
3126 Non-function definitions moved to regex.h.
3127
3128 * window.c (Fselect_window): Doc fix.
3129
3130 * syntax.c: Include regex.h.
3131 (skip_chars): New arg HANDLE_ISO_CLASSES. Callers changed.
3132 If requested, make a list of classes, then check the scanned
3133 chars for membership in them.
3134 (in_classes): New function.
3135 Doc fix.
3136
3137 * keyboard.c (cmd_error): Don't call any_kboard_state
3138 if inside a recursive edit level.
3139
3140 2004-06-13 Lorentey K\e,Aa\e(Broly <lorentey@elte.hu>
3141
3142 * keyboard.c (command_loop): Call any_kboard_state before
3143 command_loop_2 when at top level.
3144
3145 2004-06-13 Andreas Schwab <schwab@suse.de>
3146
3147 * print.c (print_object): Always use %ld for printing EMACS_INT.
3148
3149 * keyboard.c (cancel_hourglass_unwind): Return a value.
3150 (modify_event_symbol): Always use %ld for printing EMACS_INT.
3151 (Fexecute_extended_command): Likewise.
3152
3153 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
3154 avoid clashes.
3155 (SYNTAX): Likewise.
3156 (SYNTAX_WITH_FLAGS): Likewise.
3157 (SYNTAX_MATCH): Likewise.
3158
3159 * syntax.c (char_quoted): Avoid warning about undefined operation.
3160 (find_defun_start): Likewise.
3161 (scan_lists): Likewise.
3162 (INC_FROM): Likewise.
3163 (scan_sexps_forward): Likewise.
3164
3165 * image.c: Include <ctype.h>.
3166
3167 * xfaces.c (face_attr_equal_p): Declare parameters.
3168
3169 2004-06-13 Kenichi Handa <handa@m17n.org>
3170
3171 * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
3172
3173 2004-06-12 Matthew Mundell <matt@mundell.ukfsn.org>
3174
3175 * eval.c (Fdefun): Signal an error if NAME is not a symbol.
3176
3177 2004-06-12 Kenichi Handa <handa@m17n.org>
3178
3179 * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
3180 ccl_prog_stack_struct and update it.
3181 (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
3182 (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
3183 ccl->eof_ic on EOF.
3184 (ccl_debug_hook): New function.
3185 (struct ccl_prog_stack): New member eof_ic.
3186 (ccl_driver): Handle EOF in subrountine call correctly.
3187
3188 2004-06-11 Kenichi Handa <handa@m17n.org>
3189
3190 * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.
3191
3192 2004-06-11 Kim F. Storm <storm@cua.dk>
3193
3194 * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
3195
3196 2004-06-11 Juanma Barranquero <lektu@terra.es>
3197
3198 * keyboard.c (Fposn_at_point): Doc fix.
3199
3200 2004-06-11 David Kastrup <dak@gnu.org>
3201
3202 * search.c (match_limit): Don't flag an error if match-data
3203 exceeding the allocated search_regs.num_regs gets requested, just
3204 return Qnil.
3205
3206 2004-06-08 Miles Bader <miles@gnu.org>
3207
3208 * xfaces.c (push_named_merge_point): Return 0 when a cycle is detected.
3209
3210 2004-06-07 Juanma Barranquero <lektu@terra.es>
3211
3212 * editfns.c (Fuser_login_name, Ffloat_time, Fencode_time)
3213 (Fcurrent_time_string, Fcurrent_time_zone)
3214 (Finsert_buffer_substring, Ftranspose_regions): Doc fixes.
3215
3216 2004-06-07 Miles Bader <miles@gnu.org>
3217
3218 * xfaces.c (struct named_merge_point): New type.
3219 (push_named_merge_point): New function.
3220 (merge_named_face): New function.
3221 (merge_face_ref, face_at_buffer_position, face_at_string_position):
3222 Use `merge_named_face'.
3223 (merge_face_inheritance): Function removed.
3224 (merge_face_ref): Rename from `merge_face_vector_with_property'.
3225 Add new `err_msgs' and `named_merge_points' args. Return error
3226 status. Only print error messages if ERR_MSGS is true. Don't try to
3227 do :inherit attribute validation.
3228 (merge_face_heights): Handle `unspecified' in both directions.
3229 (merge_face_vectors): Rename `cycle_check' arg to `named_merge_points'.
3230 Call `merge_face_ref' instead of `merge_face_inheritance'.
3231 (Fdisplay_supports_face_attributes_p, Fface_attributes_as_vector)
3232 (compute_char_face, face_at_buffer_position)
3233 (face_at_string_position): Call `merge_face_ref' instead of
3234 `merge_face_vector_with_property'.
3235
3236 2004-06-07 Kenichi Handa <handa@m17n.org>
3237
3238 * coding.c (find_safe_codings): Check NILP (safe_codings) only at
3239 the necessary places.
3240
3241 2004-06-07 Kim F. Storm <storm@cua.dk>
3242
3243 * process.c (Fdelete_process): Undo 2004-05-28 change.
3244 Instead, call status_notify also for network process.
3245 (status_message): Use process instead of status as arg.
3246 Give messages "deleted" or "connection broken by remote peer" for
3247 an exited network process.
3248 (status_notify): Change call to status_message.
3249 (read_process_output): Increase readmax to 4096. Do not increase
3250 buffer size for datagram channels (default is now large enough).
3251
3252 2004-06-06 Steven Tamm <tamm@Steven-Tamms-Computer.local>
3253
3254 * macfns.c (x_create_tip_frame): Fix Mac OS X 10.1 compilation
3255 problem due to newly defined variable.
3256
3257 2004-06-06 Miles Bader <miles@gnu.org>
3258
3259 * xfaces.c (Fdisplay_supports_face_attributes_p): Give up
3260 immediately if non-interactive or not initialized.
3261
3262 2004-06-05 Richard M. Stallman <rms@gnu.org>
3263
3264 * minibuf.c (Fcompleting_read): Doc fix.
3265
3266 2004-06-05 Andreas Schwab <schwab@suse.de>
3267
3268 * macfns.c (x_create_tip_frame): Fix declaration after statement.
3269
3270 2004-06-05 Juanma Barranquero <lektu@terra.es>
3271
3272 * keymap.c (Fdescribe_vector): Fix docstring.
3273 (Fkey_description, Fglobal_key_binding): Fix typo in docstring.
3274
3275 2004-06-05 Miles Bader <miles@gnu.org>
3276
3277 * xfaces.c (tty_supports_face_attributes_p): Make sure the specified
3278 attributes have different values than the default face.
3279
3280 2004-06-04 Eli Zaretskii <eliz@gnu.org>
3281
3282 * xfaces.c (x_supports_face_attributes_p): Make this function
3283 conditional on HAVE_WINDOW_SYSTEM.
3284 (Fdisplay_supports_face_attributes_p) [HAVE_WINDOW_SYSTEM]:
3285 Don't call x_supports_face_attributes_p if it was not compiled in.
3286
3287 2004-06-04 Miles Bader <miles@gnu.org>
3288
3289 * xfaces.c (tty_supports_face_attributes_p): New function, mostly
3290 from Ftty_supports_face_attributes_p.
3291 (x_supports_face_attributes_p): New function.
3292 (Ftty_supports_face_attributes_p): Function deleted.
3293 (Fdisplay_supports_face_attributes_p): New function.
3294 (syms_of_xfaces): Initialize Sdisplay_supports_face_attributes_p.
3295 (face_attr_equal_p): New function.
3296 (lface_equal_p): Use it.
3297
3298 2004-06-03 Juanma Barranquero <lektu@terra.es>
3299
3300 * w32fns.c (Fx_display_grayscale_p, Fw32_send_sys_command)
3301 (Vw32_color_map): Fix typo in docstring.
3302 (Fx_create_frame, Fw32_find_bdf_fonts, Fx_show_tip)
3303 (Fw32_unregister_hot_key, Fw32_reconstruct_hot_key):
3304 Make argument names match their use in docstring.
3305
3306 2004-06-02 Juanma Barranquero <lektu@terra.es>
3307
3308 Work around bugs/problems with MinGW builds of graphics libraries
3309 called from MSVC builds of Emacs.
3310
3311 * image.c (lookup_image): Make pointer to img static.
3312 (png_read_from_memory): Disable "global" optimization.
3313
3314 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * eval.c (Fcondition_case): Fix usage. Simplify.
3317
3318 * mem-limits.h (EXCEEDS_LISP_PTR) [USE_LSB_TAG]: Never true.
3319
3320 2004-05-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3321
3322 * macfns.c: Don't include ccl.h.
3323 [MAC_OSX]: Don't include QuickTime/QuickTime.h.
3324 [!MAC_OSX]: Don't include alloca.h, Windows.h, Gestalt.h, or
3325 TextUtils.h.
3326 (Fx_create_frame): Sync with xfns.c. Initialize cursor descriptors.
3327 (Fx_display_mm_height, Fx_display_mm_width): Calculate length from
3328 display height/width.
3329 (compute_tip_xy, Vx_max_tooltip_size): Declare.
3330 (unwind_create_tip_frame, compute_tip_xy): New functions.
3331 (x_create_tip_frame, Fx_show_tip, Fx_hide_tip): Sync with xfns.c.
3332 (syms_of_macfns): Initialize Qcancel_timer, Vx_max_tooltip_size,
3333 and last_show_tip_args.
3334
3335 * macgui.h [!MAC_OSX]: Include Gestalt.h.
3336 (Cursor, No_Cursor): New defines.
3337 [!TARGET_API_MAC_CARBON] (SetPortWindowPort): New compatibility macro.
3338 [!TARGET_API_MAC_CARBON] (arrow_cursor): Declare.
3339
3340 * macmenu.c (mac_menu_show, mac_dialog): Use SetPortWindowPort.
3341
3342 * macterm.c: Don't include Gestalt.h.
3343 (enum mouse_tracking_type, mouse_tracking_in_progress): Remove.
3344 (XDrawLine, XClearArea, XClearWindow, mac_draw_bitmap)
3345 (mac_set_clip_rectangle, mac_reset_clipping, XCreatePixmap)
3346 (XFillRectangle, mac_draw_rectangle, mac_draw_string_common)
3347 (mac_copy_area, mac_copy_area_with_mask, x_update_end)
3348 (construct_mouse_click, XTmouse_position)
3349 (x_scroll_bar_report_motion, x_calc_absolute_position)
3350 (do_mouse_moved, do_zoom_window, mac_do_receive_drag)
3351 (XTread_socket, make_mac_frame): Use SetPortWindowPort.
3352 (note_mouse_movement): Clear the mouse face and reset the pointer
3353 shape when the pointer goes outside the frame without grabbing.
3354 (mac_front_window): New function.
3355 (mac_window_to_frame): New macro.
3356 (XTmouse_position, x_scroll_bar_report_motion, do_window_update)
3357 (do_window_activate, do_window_deactivate, do_app_resume)
3358 (do_app_suspend, do_mouse_moved, do_menu_choice, do_grow_window)
3359 (do_zoom_window, mac_do_receive_drag, XTread_socket)
3360 (mac_check_for_quit_char): Use mac_front_window and/or
3361 mac_window_to_frame.
3362 (x_scroll_bar_handle_click): Set `(PORTION . WHOLE)' part in a
3363 scroll-bar click event.
3364 (mac_define_frame_cursor): Change the pointer shape.
3365 (x_free_frame_resources): Reset tip_window to NULL when it is disposed.
3366 [!TARGET_API_MAC_CARBON] (arrow_cursor): New variable.
3367 [!TARGET_API_MAC_CARBON] (do_init_managers): Initialize arrow_cursor.
3368 (do_window_update): Don't do anything if the updated window is the
3369 tooltip window.
3370 (do_mouse_moved): Handle mouse movement events here (previously in
3371 XTread_socket). Clear the mouse face if
3372 dpyinfo->mouse_face_hidden is set.
3373 (do_os_event, do_events): Remove (now in XTread_socket).
3374 (XTread_socket): Immediately return if interrupt_input_blocked.
3375 Loop until all the events in the queue are processed.
3376 Rearrange codes for mouse grabbing. Add tooltip support. Include the
3377 contents of do_os_event and do_events. Remove mouse movement
3378 handling (now in do_mouse_moved). Add the case where
3379 Vmouse_highlight has an integer value.
3380 (NewMacWindow): Remove.
3381 (make_mac_frame): Do what NewMacWindow previously did. Don't do
3382 excess initializations.
3383 (make_mac_terminal_frame): Previous initializations in
3384 make_mac_frame are moved here.
3385 (mac_initialize_display_info):
3386 Initialize dpyinfo->mouse_face_overlay and dpyinfo->mouse_face_hidden.
3387
3388 * xdisp.c [MAC_OS] (No_Cursor): Remove variable.
3389 (define_frame_cursor1): Don't treat HAVE_CARBON as a special case.
3390
3391 2004-05-29 Richard M. Stallman <rms@gnu.org>
3392
3393 * lisp.h (truncate_undo_list): Update decl.
3394
3395 * alloc.c (undo_outer_limit): New variable.
3396 (syms_of_alloc): Defvar it.
3397 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
3398
3399 * undo.c (truncate_undo_list): New arg LIMITSIZE.
3400
3401 * alloc.c (lisp_align_malloc): Check for base == 0
3402 regardless of HAVE_POSIX_MEMALIGN.
3403 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
3404
3405 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * alloc.c: Undo Kim's recent changes and fix the same bug differently.
3408 (marker_blocks_pending_free): Remove.
3409 (Fgarbage_collect): Sweep after cleaning up undo-lists.
3410 Mark the undo lists after claning them up.
3411 Don't free block in marker_blocks_pending_free.
3412 (mark_buffer): Don't mark undo_list.
3413 (gc_sweep): Sweep hash-tables and strings first.
3414 Do free marker blocks that are empty.
3415
3416 2004-05-28 Jim Blandy <jimb@redhat.com>
3417
3418 * regex.c (print_partial_compiled_pattern): Add missing 'break'
3419 after 'case wordend'. For symbeg and symend, print to stderr,
3420 like the other cases.
3421
3422 2004-05-28 Noah Friedman <friedman@splode.com>
3423
3424 * process.c (Fdelete_process): Do not call remove_process.
3425
3426 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * alloc.c (struct backtrace): Remove.
3429 (Fgarbage_collect): Use the new mark_backtrace.
3430
3431 * eval.c (mark_backtrace): New function.
3432
3433 * minibuf.c (run_exit_minibuf_hook): New function.
3434 (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
3435 (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
3436
3437 2004-05-27 Kim F. Storm <storm@cua.dk>
3438
3439 * xdisp.c (back_to_previous_visible_line_start): Skip backwards
3440 over display properties, e.g. images, that replace buffer text.
3441
3442 2004-05-25 Kim F. Storm <storm@cua.dk>
3443
3444 * alloc.c (marker_blocks_pending_free): New var.
3445 (gc_sweep): Store free marker blocks on that list.
3446 (Fgarbage_collect): Free them after undo-list cleanup.
3447
3448 * process.c (wait_reading_process_input): Check connect_wait_mask
3449 before actually accepting connection in case it has already been
3450 accepted due to recursion.
3451
3452 2004-05-23 K\e,Ba\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
3453
3454 * coding.c (Fset_safe_terminal_coding_system_internal):
3455 Set suppress_error in safe_terminal_coding, not terminal_coding.
3456
3457 2004-05-22 Richard M. Stallman <rms@gnu.org>
3458
3459 * alloc.c (Fmake_string): Doc fix.
3460
3461 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
3462 and the alist pairs too.
3463
3464 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
3465
3466 * emacs.c (main): Update copyright year.
3467
3468 * fileio.c (Fread_file_name): Expand DIR if not absolute.
3469
3470 * insdel.c (del_range_2, replace_range): Don't write an anchor
3471 if the gap is empty.
3472
3473 * xdisp.c (try_scrolling): If scroll-up-aggressively or
3474 scroll-down-aggressively is small but positive, put point
3475 near the screen edge.
3476
3477 2004-05-22 Juanma Barranquero <lektu@terra.es>
3478
3479 * keymap.c (Fdefine_key): Doc fix.
3480
3481 2004-05-22 Kim F. Storm <storm@cua.dk>
3482
3483 * alloc.c (struct backtrace): Add debug_on_exit member.
3484 (Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
3485 Identify those markers as Lisp_Misc_Free objects. Clear car and cdr of
3486 the removed cons cells.
3487 (mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
3488 (gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
3489 any cons cells pointing to unallocated stings.
3490 Do not lisp_free any marker blocks, as there may still be pointers
3491 to them from buffer undo lists at this stage of GC.
3492
3493 * keyboard.c (struct backtrace): Add debug_on_exit member.
3494 (Fcommand_execute): Clear it.
3495
3496 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
3497
3498 * intervals.c (lookup_char_property): Do not prematurely return nil.
3499
3500 2004-05-19 Jim Blandy <jimb@redhat.com>
3501
3502 Add support for new '\_<' and '\_>' regexp operators, matching the
3503 beginning and end of symbols.
3504
3505 * regex.c (enum syntaxcode): Add Ssymbol.
3506 (init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
3507 (re_opcode_t): New opcodes `symbeg' and `symend'.
3508 (print_partial_compiled_pattern): Print the new opcodes properly.
3509 (regex_compile): Parse the new operators.
3510 (analyse_first): Skip sym(beg|end) (they match only the empty string).
3511 (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
3512 \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
3513 (re_match_2_internal): Match symbeg and symend.
3514
3515 * search.c (trivial_regexp_p): \_ is no longer a trivial regexp.
3516
3517 2004-05-19 Kim F. Storm <storm@cua.dk>
3518
3519 * .gdbinit (xsymbol): Fix last change.
3520
3521 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3522
3523 * .gdbinit (xprintstr): New fun.
3524 (xstring, xprintsym): Use it.
3525
3526 * w32proc.c (create_child): Use INTMASK.
3527
3528 * alloc.c (Fgarbage_collect): Do all the marking before flushing
3529 unmarked elements of the undo list.
3530
3531 2004-05-18 David Ponce <david@dponce.com>
3532
3533 * print.c (print): Reset print_depth before to call print_object.
3534
3535 2004-05-18 Jason Rumney <jasonr@gnu.org>
3536
3537 * w32console.c: Prefix RIF functions with w32con_ to avoid
3538 namespace clash with functions in term.c and w32term.c.
3539
3540 * w32menu.c (add_menu_item, w32_menu_display_help)
3541 [USE_LISP_UNION_TYPE]: Cast from Lisp_Object using i member.
3542
3543 * w32term.h (display_x_get_resource, vga_stdcolor_name): Add prototype.
3544
3545 2004-05-18 Eli Zaretskii <eliz@gnu.org>
3546
3547 * lisp.h (DECL_ALIGN): Remove restriction on MS-DOS systems.
3548
3549 * msdos.c (syms_of_msdos): Initialize dos-unsupported-char-glyph
3550 with make_number.
3551 (IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph
3552 with XINT.
3553
3554 2004-05-18 Kim F. Storm <storm@cua.dk>
3555
3556 * blockinput.h (INPUT_BLOCKED_P): New macros.
3557
3558 * keyboard.c (Frecursive_edit): Return immediately if input blocked.
3559 (Ftop_level): Unblock input if blocked.
3560
3561 * buffer.h (GET_OVERLAYS_AT): New macro.
3562 * msdos.c (IT_note_mouse_highlight): Use it.
3563 * textprop.c (get_char_property_and_overlay): Use it.
3564 * xdisp.c (next_overlay_change, note_mouse_highlight): Use it.
3565 * xfaces.c (face_at_buffer_position): Use it.
3566
3567 * print.c (print_object): Increase buf size.
3568
3569 2004-05-17 Jason Rumney <jasonr@gnu.org>
3570
3571 * w32fns.c (Fw32_register_hot_key, Fw32_unregister_hot_key)
3572 (Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from
3573 Lisp_Object using i member.
3574 (w32_quit_key): Rename from Vw32_quit_key, and make an int.
3575 (syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int
3576 consistently.
3577
3578 * w32proc.c (create_child): Use make_number instead of masking pid.
3579
3580 * w32fns.c (w32_color_map_lookup): Return a Lisp_Object.
3581 (x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
3582 Use EQ to compare Lisp_Objects.
3583 (w32_parse_hot_key): Use int for lisp_modifiers consistently.
3584
3585 * w32term.c (w32_num_mouse_buttons): Rename from
3586 Vw32_num_mouse_buttons and make it an int.
3587
3588 * w32.c (init_environment): Use it.
3589
3590 * w32fns.c (w32_wnd_proc): Likewise.
3591
3592 * w32proc.c (w32_pipe_read_delay): Rename from
3593 Vw32_pipe_read_delay and make it an int.
3594
3595 * w32.c (_sys_read_ahead): Use it.
3596
3597 * lisp.h (egetenv) [USE_CRT_DLL]: Remove condition.
3598
3599 * w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.
3600
3601 * w32inevt.c (w32_console_mouse_position, do_mouse_event)
3602 (key_event): Don't mix Lisp_Object and int.
3603
3604 * w32heap.c (init_heap) [USE_LSB_TAG]: Don't check heap location.
3605
3606 * keyboard.c (kbd_buffer_get_event): Don't use event->code and
3607 modifiers in language change event.
3608
3609 2004-05-17 Kim F. Storm <storm@cua.dk>
3610
3611 * alloc.c (mark_object): Ignore Lisp_Misc_Free objects.
3612 Such objects may be freed markers which still exist on an undo list.
3613
3614 2004-05-16 Juanma Barranquero <lektu@terra.es>
3615
3616 * data.c (Fset_default): Make argument names match their use in
3617 docstring.
3618
3619 2004-05-15 Andreas Schwab <schwab@suse.de>
3620
3621 * emacs.c (gdb_array_mark_flag): Define.
3622 * .gdbinit: Mask off gdb_array_mark_flag from vector sizes.
3623
3624 2004-05-15 Eli Zaretskii <eliz@gnu.org>
3625
3626 * lisp.h (DECL_ALIGN) [MSDOS]: Don't define DECL_ALIGN to use
3627 __attribute__((__aligned__)), so that USE_LSB_TAG would not become
3628 defined for the MS-DOS build.
3629
3630 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * w32fns.c (Fw32_define_rgb_color): Avoid XSET.
3633
3634 2004-05-14 Kenichi Handa <handa@m17n.org>
3635
3636 * ccl.c (Fccl_execute_on_string): Fix setting elements of STATUS.
3637
3638 2004-05-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3639
3640 * lisp.h (Vx_resource_name, Vx_resource_class): Move from xfns.c
3641 section to frame.c section.
3642 (Fxw_display_color_p, Fx_file_dialog): Declare if
3643 HAVE_WINDOW_SYSTEM defined.
3644
3645 * macfns.c (Fx_create_frame): Fix int/Lisp_Object mixup.
3646
3647 * macmenu.c (set_frame_menubar): Use NILP to test a lisp value.
3648
3649 * macterm.c (mac_get_emulated_btn, mac_event_to_emacs_modifiers)
3650 (mac_get_mouse_btn): Use NILP and EQ to test/compare lisp values.
3651 (XTread_socket): Fix int/Lisp_Object mixup.
3652 (mac_check_for_quit_char): Fix pointer/Lisp_Object mixup.
3653
3654 * macterm.h (struct frame, struct face, struct image)
3655 (display_x_get_resource, Fx_display_color_p)
3656 (Fx_display_grayscale_p, Fx_display_planes, x_free_gcs):
3657 Add prototypes.
3658
3659 2004-05-14 Kim F. Storm <storm@cua.dk>
3660
3661 * process.c (wait_reading_process_input): Make reentrant.
3662 Make Available and Connecting non-static. Save and restore value
3663 of waiting_for_user_input_p.
3664
3665 2004-05-13 Kim F. Storm <storm@cua.dk>
3666
3667 * keyboard.c (mark_kboards): Don't mark x and y members
3668 that are overloaded in selection request events.
3669
3670 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * lisp.h (USE_LSB_TAG): Make it the default when it is known to work.
3673
3674 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3675
3676 * window.c (Fdisplay_buffer, Fsplit_window)
3677 (split-height-threshold): Doc fix.
3678
3679 2004-05-13 Juanma Barranquero <lektu@terra.es>
3680
3681 * xfaces.c (Ftty_supports_face_attributes_p)
3682 (Finternal_copy_lisp_face): Fix typo in docstring.
3683 (Finternal_get_lisp_face_attribute): Fix docstring.
3684
3685 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3686
3687 * xfns.c (syms_of_xfns): Provide x-toolkit also for GTK.
3688
3689 2004-05-11 Steven Tamm <steventamm@mac.com>
3690
3691 * macfns.c (Fx_create_frame): Default to using tool-bar by
3692 setting tool-bar-lines to 1 in default-frame-alist.
3693
3694 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3695
3696 * image.c (xpm_scan, xpm_make_color_table_v, xpm_put_color_table_v)
3697 (xpm_get_color_table_v, xpm_make_color_table_h)
3698 (xpm_put_color_table_h, xpm_get_color_table_h)
3699 (xpm_str_to_color_key, xpm_load_image, xpm_load)
3700 (syms_of_image): Support XPM on Carbon Emacs. Does not
3701 depend on libXpm, but only supports XPM version 3 without extensions.
3702
3703 2004-05-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3704
3705 * macterm.c (x_flush, XTframe_up_to_date): Use FRAME_MAC_P
3706 instead of FRAME_X_P
3707
3708 2004-05-11 Kim F. Storm <storm@cua.dk>
3709
3710 * process.c (read_process_output): Grow decoding_buf when needed;
3711 this could cause a crash in allocate_string and compact_small_strings.
3712
3713 2004-04-29 Jim Blandy <jimb@redhat.com>
3714
3715 * regex.c (mutually_exclusive_p): In 'case wordbeg', compare op2
3716 against proper opcode.
3717
3718 2004-05-10 Juanma Barranquero <lektu@terra.es>
3719
3720 * process.c (Fstart_process): Fix docstring.
3721
3722 * charset.c (Fget_unused_iso_final_char): Fix typos in docstring.
3723 (Fchar_bytes, Fchar_width, Fstring_width, Fchar_direction)
3724 (Fsplit_char, Fchar_charset): Make argument names match their use
3725 in docstring.
3726
3727 2004-05-10 Richard M. Stallman <rms@gnu.org>
3728
3729 * print.c (print_preprocess): Use being_printed, loop_count and
3730 halftail to detect overdeep nesting and cyclic cdr chains.
3731
3732 2004-05-10 Andreas Schwab <schwab@suse.de>
3733
3734 * lisp.h (Fmake_symbolic_link): Declare.
3735
3736 * fileio.c (Frename_file): Remove extra argument in call to
3737 Fmake_symbolic_link.
3738
3739 2004-05-10 Kim F. Storm <storm@cua.dk>
3740
3741 * xdisp.c (calc_line_height_property): Use string position when
3742 object is a string.
3743
3744 2004-05-10 Kenichi Handa <handa@m17n.org>
3745
3746 * print.c (temp_output_buffer_setup): Bind inhibit-read-only and
3747 inhibit-modification-hooks to t temporarily before calling
3748 Ferase_buffer.
3749
3750 * xfns.c (x_create_tip_frame): Bind inhibit-read-only and
3751 inhibit-modification-hooks to t temporarily before calling
3752 Ferase_buffer.
3753
3754 * w32fns.c (x_create_tip_frame): Bind inhibit-read-only and
3755 inhibit-modification-hooks to t temporarily before calling
3756 Ferase_buffer.
3757
3758 * fns.c (count_combining): Delete it.
3759 (concat): Don't check combining bytes.
3760
3761 2004-05-09 Jason Rumney <jasonr@gnu.org>
3762
3763 * w32fns.c (Vw32_ansi_code_page): New Lisp variable.
3764 (globals_of_w32fns): Set it.
3765
3766 2004-05-09 Piet van Oostrum <piet@cs.uu.nl>
3767
3768 * data.c (Fquo): Simplify.
3769
3770 2004-05-08 Peter Whaite <emacs@whaite.ca> (tiny change)
3771
3772 * data.c (Fquo): If any argument is float, do the computation in
3773 floating point.
3774
3775 2004-05-08 Juanma Barranquero <lektu@terra.es>
3776
3777 * process.c (Fwaiting_for_user_input_p, Fmake_network_process)
3778 (Fset_process_query_on_exit_flag, Vprocess_adaptive_read_buffering):
3779 Fix spelling of Emacs on docstring.
3780 (Fset_process_coding_system, Fprocess_coding_system)
3781 (Fset_process_filter_multibyte, Fprocess_filter_multibyte_p):
3782 Make argument names match their use in docstring.
3783 (Fprocess_id, Fprocess_query_on_exit_flag, Finterrupt_process):
3784 Fix docstring.
3785
3786 * editfns.c (Finsert_buffer_substring): Make argument names match their
3787 use in docstring.
3788
3789 * syntax.c (Fmodify_syntax_entry): Fix docstring.
3790
3791 2004-05-07 Steven Tamm <steventamm@mac.com>
3792
3793 * macterm.c (mac_check_for_quit_char): Adding BLOCK_INPUT
3794 around call to ReceiveEvent to avoid certain crashes.
3795
3796 2004-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3797
3798 * macterm.c (mac_draw_line_to_pixmap, XCreatePixmapFromBitmapData)
3799 (mac_fill_rectangle_to_pixmap, mac_draw_rectangle_to_pixmap)
3800 (mac_copy_area_to_pixmap, mac_copy_area_with_mask_to_pixmap):
3801 Save/restore the current graphics port and device handle when
3802 drawing into an offscreen graphics world.
3803
3804 * image.c [MAC_OS] (XPutPixel, XGetPixel, image_load_qt_1)
3805 (gif_load): Likewise.
3806
3807 2004-05-07 Juanma Barranquero <lektu@terra.es>
3808
3809 * window.c (Fset_window_buffer): Fix docstring.
3810
3811 2004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3812
3813 * emacs.c (main) [VMS]: Fix var ref.
3814
3815 2004-05-06 Romain Francoise <romain@orebokech.com>
3816
3817 * data.c (Fsetq_default): Fix docstring.
3818
3819 2004-05-06 Jason Rumney <jasonr@gnu.org>
3820
3821 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
3822 to avoid name clash.
3823
3824 2004-05-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3825
3826 * fileio.c (barf_or_query_if_file_exists): Use lstat.
3827 (Frename_file): Handle renaming of symlinks across file systems.
3828 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
3829
3830 2004-05-04 Kim F. Storm <storm@cua.dk>
3831
3832 * xdisp.c (Qtotal): New var.
3833 (syms_of_xdisp): Intern and staticpro it.
3834 (calc_line_height_property): New arg total. Set it if
3835 line-spacing property has format (total . VALUE).
3836 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
3837 Handle total line-spacing property.
3838
3839 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3840
3841 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
3842 "under" scroll bar when size/position changes.
3843
3844 2004-05-03 Jason Rumney <jasonr@gnu.org>
3845
3846 * makefile.nt: Remove.
3847
3848 2004-05-02 Eli Zaretskii <eliz@gnu.org>
3849
3850 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT):
3851 Avoid compiler warnings.
3852
3853 * Makefile.in (region-cache.o): Depend on config.h.
3854
3855 2004-05-02 Romain Francoise <romain@orebokech.com>
3856
3857 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
3858 with continuation lines, too.
3859
3860 2004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
3861
3862 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
3863
3864 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3865
3866 * xdisp.c (calc_line_height_property): YAILOM (yet another
3867 int/Lisp_Object mixup).
3868
3869 2004-05-01 Eli Zaretskii <eliz@gnu.org>
3870
3871 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
3872 undo bad effect of pack(4) in some versions of system headers.
3873
3874 2004-05-01 Jason Rumney <jasonr@gnu.org>
3875
3876 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
3877
3878 2004-04-30 Kim F. Storm <storm@cua.dk>
3879
3880 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.
3881 (syms_of_buffer) <cursor-type>: Doc fix.
3882
3883 * dispextern.h (struct it): Remove member use_default_face.
3884 Add members override_ascent, override_descent, override_boff.
3885
3886 * xdisp.c (init_iterator): Handle line-spacing float value.
3887 Initialize override_ascent member.
3888 (append_space_for_newline): Reset override_ascent.
3889 Remove use_default_face.
3890 (calc_line_height_property): New function to calculate value of
3891 line-height and line-spacing properties. Look at overlays, too.
3892 Set override_ascent, override_descent, override_boff members when
3893 using another face than the current face. Float values are now
3894 relative to the frame default font, by default; accept a cons
3895 of ratio and face name to specify value relative to a specific face.
3896 (x_produce_glyphs): Use calc_line_height_property.
3897 Use override_ascent etc. when set to handle different face heights.
3898 A negative line-spacing property value is interpreted as a total
3899 line height, rather than inter-line spacing.
3900 (note_mouse_highlight): Allocate room for 40 overlays initially.
3901
3902 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3903
3904 * data.c (Fsubr_name): New fun.
3905 (syms_of_data): Defsubr it.
3906
3907 2004-04-29 Kim F. Storm <storm@cua.dk>
3908
3909 * xdisp.c (null_glyph_slice): New var.
3910 (append_glyph, append_composite_glyph, append_stretch_glyph):
3911 Use it to initialize glyph slice.
3912
3913 2004-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * xdisp.c (x_produce_glyphs): Fix the proverbial int/Lisp_Object mixup.
3916 (on_hot_spot_p): Make sure we always return a value.
3917 (Flookup_image_map): Remove unused var ix and iy.
3918 (note_mode_line_or_margin_highlight): Remove unused var `image'.
3919
3920 2004-04-27 Eli Zaretskii <eliz@gnu.org>
3921
3922 * msdos.c (init_environment): If one of the TMP... environment
3923 variables is set to a drive letter without a trailing slash,
3924 append a slash.
3925
3926 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
3927
3928 * editfns.c (lisp_time_argument): Provide externally.
3929
3930 * fileio.c (Fset_file_times): New function.
3931 (syms_of_fileio): Intern and staticpro it.
3932
3933 2004-04-27 Kim F. Storm <storm@cua.dk>
3934
3935 * xdisp.c (x_produce_glyphs): Fix last change; handle newline in
3936 header line strings.
3937
3938 * dispextern.h (struct it): New member use_default_face.
3939
3940 * xdisp.c (Qline_height): New variable.
3941 (syms_of_xdisp): Intern and staticpro it.
3942 (append_space_for_newline): Partially undo 2004-04-25 change;
3943 add default_face_p arg, and restore callers.
3944 Clear it->use_default_face after use.
3945 (x_produce_glyphs): Set default font for ascii char if
3946 it->use_default_font is set. Change line-spacing property to set
3947 just extra line spacing. Handle new line-height property.
3948
3949 2004-04-26 Andreas Schwab <schwab@suse.de>
3950
3951 * print.c (print_object): Print non-ascii characters in bool
3952 vector representation as octal escapes.
3953
3954 * lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
3955 * print.c (print_object): Use it instead of BITS_PER_CHAR for
3956 bool vectors.
3957 * lread.c (read1): Likewise.
3958 * alloc.c (Fmake_bool_vector): Likewise.
3959 * data.c (Faref, Faset): Likewise.
3960 * fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
3961 (mapcar1): Likewise.
3962
3963 2004-04-26 Steven Tamm <tamm@Steven-Tamms-Computer.local>
3964
3965 * lread.c (init_lread): Fixing typo HAVE_CARBON test logic
3966
3967 2004-04-26 Miles Bader <miles@gnu.org>
3968
3969 * lisp.h (CYCLE_CHECK): Macro moved from xfaces.c.
3970
3971 2004-04-26 Juanma Barranquero <lektu@terra.es>
3972
3973 * buffer.c (Fpop_to_buffer): Fix docstring.
3974
3975 2004-04-26 Steven Tamm <steventamm@mac.com>
3976
3977 * lread.c (init_lread): Don't display missing lisp directory
3978 warnings with Carbon Emacs because self-contained bundled Emacs
3979 may be built without correct installation path.
3980
3981 2004-04-25 Kim F. Storm <storm@cua.dk>
3982
3983 * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
3984
3985 * xterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.
3986
3987 * xdisp.c (append_space_for_newline): Rename from append_space.
3988 Remove DEFAULT_FACE_P arg; always use current face. Callers changed.
3989 (x_produce_glyphs): Handle line-spacing property on newline char.
3990 If value is t, adjust ascent and descent to fit current row height.
3991 If value is an integer or float, set extra_line_spacing to integer
3992 value, or to float value x current line height.
3993
3994 2004-04-23 Kenichi Handa <handa@m17n.org>
3995
3996 * fontset.c (Finternal_char_font): If POSITION is nil, return
3997 font for displaying CH with the default face.
3998
3999 2004-04-23 Juanma Barranquero <lektu@terra.es>
4000
4001 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4002
4003 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * lisp.h (XINT) [EXPLICIT_SIGN_EXTEND && !NO_UNION_TYPE]:
4006 Don't make assumptions about the relative place of i and val.
4007 (EQ) [!NO_UNION_TYPE]: Don't forget to check the type match as well.
4008
4009 2004-04-21 Kim F. Storm <storm@cua.dk>
4010
4011 * dispextern.h (struct glyph_slice): New struct.
4012 (struct glyph): New member slice.
4013 (GLYPH_SLICE_EQUAL_P): New macro.
4014 (GLYPH_EQUAL_P): Use it.
4015 (struct glyph_string): New member slice.
4016 (struct it_slice): New struct.
4017 (struct it): New member slice, add member to stack too.
4018 New member constrain_row_ascent_descent_p.
4019 (image_ascent): Add prototype.
4020
4021 * dispnew.c (buffer_posn_from_coords): Return full image width
4022 and height even for image slices (posn is relative to full image).
4023 (marginal_area_string): Adjust x0,y0 for image slice.
4024
4025 * image.c (image_ascent): Add slice arg; calculate ascent for
4026 image slice (or full image).
4027
4028 * keyboard.c (Fposn_at_x_y, Fposn_at_point): New defuns.
4029 (syms_of_keyboard): Defsubr them.
4030
4031 * lisp.h (pos_visible_p): Fix prototype.
4032
4033 * macterm.c (x_draw_relief_rect): Add top_p and bot_p args.
4034 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4035 (x_draw_image_foreground, x_draw_image_relief)
4036 (x_draw_image_foreground_1, x_draw_image_glyph_string):
4037 Draw sliced images.
4038
4039 * w32term.c (w32_draw_relief_rect): Add top_p and bot_p args.
4040 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4041 (x_draw_image_foreground, x_draw_image_relief)
4042 (w32_draw_image_foreground_1, x_draw_image_glyph_string):
4043 Draw sliced images.
4044
4045 * w32term.h (image_ascent): Remove prototype.
4046
4047 * window.c (Fpos_visible_in_window_p): Return pixel position if
4048 PARTIALLY arg is non-nil. Simplify. Doc fix.
4049 (Fwindow_vscroll, Fset_window_vscroll): Add optional PIXEL_P arg
4050 to return/set vscroll in pixels.
4051
4052 * window.h (Fwindow_vscroll, Fset_window_vscroll): Fix EXFUN.
4053
4054 * xdisp.c (Qslice): New variable.
4055 (syms_of_xdisp): Intern and staticpro it.
4056 (pos_visible_p): Return pixel position in new x and y args.
4057 (init_iterator): Reset it->slice info.
4058 (handle_display_prop): Parse (slice ...) property.
4059 (push_it, pop_it): Save/restore slice info.
4060 (make_cursor_line_fully_visible): Fix 2004-04-14 change. Do not
4061 force repositioning of tall row if window is vscrolled, as that
4062 would reset vscroll.
4063 (append_space): Set it->constrain_row_ascent_descent_p to avoid
4064 increasing row height if row is non-empty.
4065 (fill_image_glyph_string): Copy slice info.
4066 (take_vertical_position_into_account): Simplify.
4067 (produce_image_glyph): Handle iterator slice info, setup glyph
4068 slice info. Do not force minimum line height.
4069 (x_produce_glyphs): If it->constrain_row_ascent_descent_p is set,
4070 do not increase height (ascent/descent) of non-empty row when
4071 adding normal character glyph; instead reduce glyph ascent/descent
4072 appropriately; if row is higher than current glyph, adjust glyph
4073 descent/ascent to reposition glyph within the existing row.
4074 Likewise, when char is newline, only set ascent/descent if row is
4075 currently empty.
4076 (note_mouse_highlight): Handle hotspots with sliced image.
4077
4078 * xterm.c (x_draw_relief_rect): Add top_p and bot_p args.
4079 (x_draw_glyph_string_box): Fix call to x_draw_relief_rect.
4080 (x_draw_image_foreground, x_draw_image_relief)
4081 (x_draw_image_foreground_1, x_draw_image_glyph_string):
4082 Draw sliced images.
4083
4084 * xterm.h (image_ascent): Remove prototype.
4085
4086 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4087
4088 * keymap.c (Fkey_description): Fix the usual int/Lisp_Object mixup.
4089
4090 2004-04-20 John Paul Wallington <jpw@gnu.org>
4091
4092 * fns.c (Fassoc, Feql): Fix indentation.
4093
4094 * fontset.c (regularize_fontname): Rename from regulalize_fontname.
4095
4096 2004-04-19 John Paul Wallington <jpw@gnu.org>
4097
4098 * fns.c (Feql): New function.
4099 (syms_of_fns): Defsubr it.
4100
4101 2004-04-18 Jason Rumney <jasonr@gnu.org>
4102
4103 * w32select.c (Fw32_set_clipboard_data): Get sequence number
4104 after closing the clipboard.
4105
4106 2004-04-16 Luc Teirlinck <teirllm@auburn.edu>
4107
4108 * buffer.c (Fbuffer_base_buffer): Doc fix.
4109
4110 2004-04-17 Kim F. Storm <storm@cua.dk>
4111
4112 * keymap.c (Fkey_description): Add optional PREFIX arg.
4113 Combine prefix with KEYS to make up the full key sequence to describe.
4114 Correlate meta_prefix_char and following (simple) key to describe
4115 as meta modifier. All callers changed.
4116 (describe_map): Rename arg `keys' to `prefix'. Remove local
4117 `elt_prefix' var. Use Fkey_description with prefix instead of
4118 elt_prefix combined with Fsingle_key_description.
4119 (describe_vector): Declare static. Replace arg `elt_prefix' with
4120 `prefix'. Add KEYMAP_P arg. Add local var `elt_prefix'; use it
4121 if !KEYMAP_P. Use Fkey_description with prefix instead of
4122 Fsingle_key_description.
4123
4124 * keymap.h (Fkey_description): Fix prototype.
4125 (describe_vector): Remove prototype.
4126
4127 * xdisp.c (update_overlay_arrows): Fix handling of up_to_date < 0.
4128
4129 * image.c (PNG_BG_COLOR_SHIFT): Remove.
4130 (png_load): Fix calculation of transparent background color on X
4131 and W32 platforms.
4132
4133 2004-04-16 Juanma Barranquero <lektu@terra.es>
4134
4135 * xdisp.c (try_scrolling): Make sure `scroll-conservatively' is
4136 not too large before computing how much to scroll.
4137
4138 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * dired.c (Ffile_attributes): Don't pass extra nil arg to file-handler.
4141
4142 2004-04-14 Luc Teirlinck <teirllm@auburn.edu>
4143
4144 * fileio.c (Fverify_visited_file_modtime, Fvisited_file_modtime):
4145 Add hyperlink to Elisp manual to the docstring.
4146
4147 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * callint.c (fix_command): Use XDCR.
4150
4151 2004-04-14 Nick Roberts <nick@nick.uklinux.net>
4152
4153 * window.c (Fget_lru_window): Doc fix.
4154
4155 2004-04-14 Kim F. Storm <storm@cua.dk>
4156
4157 * editfns.c (Fformat): Fix allocation size of precision array.
4158
4159 * dispnew.c (update_window): Only set changed_p if
4160 scrolling_window actually did scroll.
4161 (scrolling_window): Only return 1 if we actually did scroll.
4162
4163 * xdisp.c (get_glyph_string_clip_rect): Fix reduction of cursor
4164 height to glyph height when cursor row is not fully visible.
4165 (make_cursor_line_fully_visible): Add FORCE_P arg to return
4166 failure in case row is higher than window. Callers changed.
4167 (try_scrolling): Fix loop in scrolling if last_line_misfit (from Gerd).
4168 Try to scroll partially visible, higher-than-window cursor row.
4169 (redisplay_window): Always try to scroll partially visible,
4170 higher-than-window cursor row - both initially and again with
4171 centering_position = 0.
4172 Clear desired matrix before retrying with centering_position = 0.
4173
4174 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * syntax.c (scan_lists): Simplify backward string scan.
4177 Fix off-by-one boundary check for string and comment fences.
4178
4179 2004-04-13 Joe Buehler <jbuehler@hekimian.com>
4180
4181 * sheap.c, unexcw.c: New files.
4182
4183 2004-04-12 Luc Teirlinck <teirllm@auburn.edu>
4184
4185 * buffer.c (Fmake_indirect_buffer): Throw an error if the intended
4186 base buffer has been killed. Correct the error message if the
4187 base buffer does not exist.
4188
4189 2004-04-12 Joe Buehler <jbuehler@hekimian.com>
4190
4191 * s/cygwin.h: Changes for Cygwin unexec() support, changes in
4192 Cygwin itself. Add support for Xaw3d scrollbars.
4193
4194 * puresize.h: Set up PURE_P() for Cygwin unexec() support.
4195
4196 * lastfile.c: Define my_endbss[] for Cygwin unexec() support.
4197
4198 * gmalloc.c (__default_morecore): Use bss_sbrk(), not __sbrk(),
4199 before Cygwin unexec.
4200
4201 * Makefile.in: Link changes for Cygwin unexec() support.
4202
4203 2004-04-12 Andreas Schwab <schwab@suse.de>
4204
4205 * buffer.c (Fmake_indirect_buffer): Check that NAME is a string.
4206
4207 2004-04-11 Luc Teirlinck <teirllm@auburn.edu>
4208
4209 * buffer.c (Fgenerate_new_buffer_name): Return NAME argument if
4210 IGNORE argument equals NAME. Doc fix.
4211
4212 2004-04-11 Masatake YAMATO <jet@gyve.org>
4213
4214 * buffer.c (fix_start_end_in_overlays): Make overlays
4215 empty if they are backwards.
4216
4217 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * xfaces.c (face_color_supported_p): Fix compilation without X11.
4220
4221 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * doc.c (Fsnarf_documentation): Ignore new file name entries.
4224
4225 2004-04-06 Kim F. Storm <storm@cua.dk>
4226
4227 * msdos.c (clear_mouse_face): Only clear mouse highlight if not hidden.
4228 (dos_rawgetc): Set mouse_face_hidden after clearing highlight.
4229
4230 * w32term.c (w32_read_socket): Set mouse_face_hidden after
4231 clearing highlight.
4232
4233 * xdisp.c (clear_mouse_face): Only clear mouse highlight if not hidden.
4234
4235 * xterm.c (handle_one_xevent): Set mouse_face_hidden after
4236 clearing highlight.
4237
4238 * indent.c (vmotion): Do not reserve one column for continuation
4239 marks on window frames.
4240
4241 2004-04-04 Eli Zaretskii <eliz@gnu.org>
4242
4243 * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings
4244 from GCC.
4245
4246 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * .gdbinit-union: Remove.
4249
4250 * .gdbinit: Make it work for USE_LSB_TAG and !NO_LISP_UNION.
4251 (xgetptr, xgetint, xgettype): New funs. Use them everywhere.
4252 ($nonvalbits): Remove.
4253 ($valmask): Set it by calling xreload to avoid redundancy.
4254
4255 * emacs.c (gdb_use_union, gdb_use_lsb): New vars.
4256 (gdb_emacs_intbits): Remove.
4257
4258 2004-03-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4259
4260 * data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
4261
4262 2004-03-30 Kenichi Handa <handa@m17n.org>
4263
4264 * editfns.c (Fformat): Fix initialization of the array info.
4265
4266 2004-03-30 Kim F. Storm <storm@cua.dk>
4267
4268 * xterm.c (x_mouse_click_focus_ignore_position): New var.
4269 (syms_of_xterm): DEFVAR_BOOL it.
4270 (ignore_next_mouse_click_timeout): New var.
4271 (handle_one_xevent): Clear it on KeyPress, set it on EnterNotify.
4272 Use it to filter mouse clicks following focus event.
4273
4274 2004-03-29 David Ponce <david@dponce.com>
4275
4276 * callint.c (Fcall_interactively): Fix last change.
4277
4278 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * eval.c (Fcommandp): Simplify.
4281
4282 * data.c (Finteractive_form): Rename from Fsubr_interactive_form.
4283 Extend to handle all kinds of functions.
4284
4285 * lisp.h (Finteractive_form): Declare.
4286
4287 * callint.c (Fcall_interactively): Use it.
4288
4289 2004-03-26 Kim F. Storm <storm@cua.dk>
4290
4291 * xdisp.c (syms_of_xdisp): Include `void-variable' in list_of_error
4292 to catch errors in calc_pixel_width_or_height during redisplay.
4293
4294 2004-03-26 Masatake YAMATO <jet@gyve.org>
4295
4296 * buffer.c (fix_start_end_in_overlays): Rename fix_overlays_in_range.
4297
4298 * lisp.h (fix_start_end_in_overlays): Likewise.
4299
4300 * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.
4301
4302 * editfns.c (Ftranspose_regions): Likewise.
4303
4304 2004-03-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4305
4306 * xterm.c (handle_one_xevent): Do not pass key press events to GTK.
4307
4308 2004-03-19 Richard M. Stallman <rms@gnu.org>
4309
4310 * s/sol2-6.h: Delete previous change.
4311
4312 2004-03-19 Kim F. Storm <storm@cua.dk>
4313
4314 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
4315 to_charpos corresponds to newline in right fringe. Use local
4316 BUFFER_POS_REACHED_P macro.
4317
4318 2004-03-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4319
4320 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
4321 to compile on non-window system.
4322
4323 2004-03-19 Kim F. Storm <storm@cua.dk>
4324
4325 * dispextern.h (calc_pixel_width_or_height): Add prototype.
4326
4327 * image.c (Qcenter): Move to xdisp.c.
4328
4329 * xdisp.c (Qcenter): Declare here.
4330 (syms_of_xdisp): Intern and staticpro it.
4331 (handle_single_display_prop): Allow space display property on all
4332 platforms.
4333 (display_mode_line): Set mode_line_p before displaying line.
4334 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
4335 handling. Remove complex cases for fringes and scroll-bars.
4336 Add left, right, and center alignment positions. Add text (area)
4337 width/height. Return width or height for image specs.
4338 (produce_stretch_glyph): Improve handling of :align-to. Is now
4339 relative to left of text area by default, but other base offsets
4340 can be specified -- also for text lines.
4341
4342 * term.c (produce_glyphs): Handle IT_STRETCH.
4343 (produce_stretch_glyph): New function to handle space width and
4344 align-to display properties on non-window systems.
4345
4346 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * fileio.c (Fread_file_name): Set completion-ignore-case for
4349 case-insensitive systems.
4350
4351 2004-03-14 Masatake YAMATO <jet@gyve.org>
4352
4353 * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
4354 when keymap and cursor are setup.
4355
4356 2004-03-14 Steven Tamm <steventamm@mac.com>
4357
4358 * Makefile.in (XMENU_OBJ) [HAVE_CARBON]: Do not include xmenu.o.
4359
4360 2004-03-14 Kim F. Storm <storm@cua.dk>
4361
4362 * dispextern.h (x_find_image_file): Add prototype.
4363
4364 * image.c (x_find_image_file): Make extern.
4365
4366 * xfns.c (x_find_image_file): Remove prototype.
4367
4368 2004-03-13 Eli Zaretskii <eliz@gnu.org>
4369
4370 * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined.
4371
4372 * emacs.c (main): Call syms_of_xmenu only if HAVE_MENUS is defined.
4373
4374 2004-03-12 Richard M. Stallman <rms@gnu.org>
4375
4376 * fns.c (internal_equal): New arg PROPS controls comparing
4377 text properties. All callers changed.
4378 (Fequal_including_properties): New function.
4379 (syms_of_fns): defsubr it.
4380
4381 2004-03-12 Kim F. Storm <storm@cua.dk>
4382
4383 Fix image support on MAC. From YAMAMOTO Mitsuharu.
4384
4385 * dispextern.h (XImagePtr, XImagePtr_or_DC): Add typedefs.
4386 (image_background, image_background_transparent): Fix prototypes.
4387
4388 * image.c (XImagePtr, XImagePtr_or_DC): Move typedefs to dispextern.h.
4389
4390 * macfns.c (x_list_fonts, x_get_font_info, x_load_font)
4391 (x_query_font, x_find_ccl_program, x_set_window_size)
4392 (x_make_frame_visible, mac_initialize, XCreatePixmap)
4393 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
4394 (mac_draw_line_to_pixmap): Move prototypes to macterm.h.
4395
4396 * macterm.h (x_list_fonts, x_get_font_info, x_load_font)
4397 (x_query_font, x_find_ccl_program, x_set_window_size)
4398 (x_make_frame_visible, mac_initialize, XCreatePixmap)
4399 (XCreatePixmapFromBitmapData, XFreePixmap, XSetForeground)
4400 (mac_draw_line_to_pixmap): Add prototypes.
4401
4402 2004-03-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4403
4404 * macterm.c (XTread_socket): Fix mouse click on tool bar.
4405
4406 2004-03-11 Kim F. Storm <storm@cua.dk>
4407
4408 * dispextern.h: Move image related prototypes from xfns.c section
4409 to image.c. Condition them by HAVE_WINDOW_SYSTEM rather than
4410 HAVE_X_WINDOWS.
4411
4412 * Makefile.in (XOBJ): Consolidate into one list. Add image.o.
4413 Move gtkutil.o to new GTK_OBJ list.
4414 (XMENU_OBJ) [HAVE_MENUS]: Move declaration to proper place.
4415 (GTK_OBJ) [USE_GTK]: New declaration.
4416 (obj): Add $(GTK_OBJ) to list.
4417
4418 2004-03-11 Steven Tamm <steventamm@mac.com>
4419
4420 * image.c [MAC_OSX]: Include sys/stat.h
4421
4422 * macfns.c (syms_of_macfns): Remove definitions of things now
4423 defined in image.c
4424
4425 2004-03-11 Kim F. Storm <storm@cua.dk>
4426
4427 The following changes consolidates the identical/similar image
4428 support code previously found in xfns.c, w32fns.c, and macfns.c
4429 into a new file image.c.
4430
4431 * makefile.w32-in (OBJ1): Add image.o.
4432 ($(BLD)/image.$(O)): Add dependencies.
4433
4434 * Makefile.in (XOBJ, MAC_OBJ): Add image.o.
4435 (image.o): Add dependencies.
4436
4437 * image.c: New file with consolidated image support code.
4438 (COLOR_TABLE_SUPPORT): New define to control whether
4439 color table support is available (X only).
4440 (Bitmap_Record): Common name for x_bitmap_record,
4441 w32_bitmap_record, and mac_bitmap_record.
4442 (XImagePtr): Common name for pointer to XImage or equivalent.
4443 (XImagePtr_or_DC): New type to simplify code sharing; equivalent
4444 to XImagePtr on X+MAC, and to HDC on W32.
4445 (GET_PIXEL): Wrapper for XGetPixel or equivalent.
4446 (NO_PIXMAP): Common name for "None" or equivalent.
4447 (PNG_BG_COLOR_SHIFT): Bits to shift PNG background colors.
4448 (RGB_PIXEL_COLOR): Common type for an integer "pixel color" value.
4449 (PIX_MASK_RETAIN, PIX_MASK_DRAW): Portability macros (from macfns.c).
4450 (FRAME_X_VISUAL, x_defined_color, DefaultDepthOfScreen):
4451 Define with suitable equivalents on W32 and MAC for code sharing.
4452 (XDrawLine): Define on MAC for code sharing.
4453 (Destroy_Image, Free_Pixmap): Wrappers for code sharing.
4454 (IF_LIB_AVAILABLE): Macro to simplify code sharing.
4455 (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4456 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4457 (x_reference_bitmap, x_create_bitmap_from_data)
4458 (x_create_bitmap_from_file, x_destroy_bitmap)
4459 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4460 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4461 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4462 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4463 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4464 (define_image_type, lookup_image_type, valid_image_p)
4465 (image_error, enum image_value_type, struct image_keyword)
4466 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4467 (make_image, free_image, prepare_image_for_display, image_ascent)
4468 (four_corners_best, image_background, image_background_transparent)
4469 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4470 (make_image_cache, free_image_cache, clear_image_cache)
4471 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4472 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4473 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4474 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
4475 (init_image_func_pointer, image_load_quartz2d)
4476 (struct ct_color, init_color_table, free_color_table)
4477 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4478 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4479 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4480 (x_disable_image, x_build_heuristic_mask)
4481 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4482 (TIFF support, GIF support, Ghostscript support): Consolidate image
4483 code from xfns.c, w32fns.c, and macfns.c.
4484 (syms_of_image): Consolidate image related symbol setup here.
4485 (init_image): Consolidate image related initializations here.
4486
4487 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Add calls to syms_of_image
4488 and init_image. Remove call to init_xfns.
4489
4490 * macterm.h (struct mac_bitmap_record): Add file member.
4491 Not currently used, but simplifies code sharing.
4492
4493 * macfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4494 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4495 (x_reference_bitmap, x_create_bitmap_from_data)
4496 (x_create_bitmap_from_file, x_destroy_bitmap)
4497 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4498 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4499 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4500 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4501 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4502 (define_image_type, lookup_image_type, valid_image_p)
4503 (image_error, enum image_value_type, struct image_keyword)
4504 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4505 (make_image, free_image, prepare_image_for_display, image_ascent)
4506 (four_corners_best, image_background, image_background_transparent)
4507 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4508 (make_image_cache, free_image_cache, clear_image_cache)
4509 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4510 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4511 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4512 (find_image_fsspec, image_load_qt_1, image_load_quicktime)
4513 (init_image_func_pointer, image_load_quartz2d)
4514 (struct ct_color, init_color_table, free_color_table)
4515 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4516 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4517 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4518 (x_disable_image, x_build_heuristic_mask)
4519 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4520 (TIFF support, GIF support, Ghostscript support): Merge with image
4521 code from xfns.c and macfns.c into image.c.
4522 (syms_of_xfns): Move image related symbols to image.c.
4523 (init_external_image_libraries, init_xfns): Remove; initialization
4524 moved to init_image in image.c.
4525
4526 * w32fns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4527 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4528 (x_reference_bitmap, x_create_bitmap_from_data)
4529 (x_create_bitmap_from_file, x_destroy_bitmap)
4530 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4531 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4532 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4533 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4534 (define_image_type, lookup_image_type, valid_image_p)
4535 (image_error, enum image_value_type, struct image_keyword)
4536 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4537 (make_image, free_image, prepare_image_for_display, image_ascent)
4538 (four_corners_best, image_background, image_background_transparent)
4539 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4540 (make_image_cache, free_image_cache, clear_image_cache)
4541 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4542 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4543 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4544 (struct ct_color, init_color_table, free_color_table)
4545 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4546 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4547 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4548 (x_disable_image, x_build_heuristic_mask)
4549 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4550 (TIFF support, GIF support, Ghostscript support): Merge with image
4551 code from xfns.c and macfns.c into image.c.
4552 (syms_of_xfns): Move image related symbols to image.c.
4553 (init_external_image_libraries, init_xfns): Remove; initialization
4554 moved to init_image in image.c.
4555
4556 * xfns.c (Vx_bitmap_file_path, Vimage_cache_eviction_delay)
4557 (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4558 (x_reference_bitmap, x_create_bitmap_from_data)
4559 (x_create_bitmap_from_file, x_destroy_bitmap)
4560 (x_destroy_all_bitmaps, x_create_bitmap_mask)
4561 (QCascent, QCmargin, QCrelief, QCconversion, QCcolor_symbols)
4562 (QCheuristic_mask, QCindex, QCmatrix, QCcolor_adjustment, QCmask)
4563 (Qlaplace, Qemboss, Qedge_detection, Qheuristic, Qcenter)
4564 (define_image_type, lookup_image_type, valid_image_p)
4565 (image_error, enum image_value_type, struct image_keyword)
4566 (parse_image_spec, image_spec_value, Fimage_size, Fimage_mask_p)
4567 (make_image, free_image, prepare_image_for_display, image_ascent)
4568 (four_corners_best, image_background, image_background_transparent)
4569 (x_clear_image_1, x_clear_image, x_alloc_image_color)
4570 (make_image_cache, free_image_cache, clear_image_cache)
4571 (Fclear_image_cache, postprocess_image, lookup_image, cache_image)
4572 (forall_images_in_image_cache, x_create_x_image_and_pixmap)
4573 (x_destroy_x_image, x_put_x_image, x_find_image_file, slurp_file)
4574 (struct ct_color, init_color_table, free_color_table)
4575 (lookup_rgb_color, lookup_pixel_color, colors_in_color_table)
4576 (cross_disabled_images, x_to_xcolors, x_from_xcolors)
4577 (x_detect_edges, x_emboss, x_laplace, x_edge_detection)
4578 (x_disable_image, x_build_heuristic_mask)
4579 (XBM support, XPM support, PBM support, PNG support, JPEG support)
4580 (TIFF support, GIF support, Ghostscript support): Merge with
4581 w32fns.c and macfns.c image code into image.c.
4582 (syms_of_xfns): Move image related symbols to image.c.
4583 (init_xfns): Remove; initialization moved to init_image in image.c.
4584
4585 * lisp.h (syms_of_image, init_image): Add protoypes.
4586 (init_xfns): Remove prototype.
4587
4588 * dispextern.h (x_bitmap_height, x_bitmap_width, x_bitmap_pixmap)
4589 (x_reference_bitmap, x_create_bitmap_from_data)
4590 (x_create_bitmap_from_file, x_destroy_bitmap)
4591 (x_create_bitmap_mask): Move prototypes from dispextern.h.
4592 (gamma_correct) [MAC_OS]: Add prototype.
4593
4594 * xterm.h (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_create_bitmap_mask): Move prototypes to dispextern.h.
4598
4599 2004-03-09 Kenichi Handa <handa@etlken2>
4600
4601 * coding.c (decode_coding_emacs_mule): Handle insufficent source
4602 correctly.
4603
4604 2004-03-04 Richard M. Stallman <rms@gnu.org>
4605
4606 * s/sol2-6.h (LD_SWITCH_SYSTEM_TEMACS): New definition.
4607
4608 * window.c (Fdisplay_buffer): Doc fix.
4609
4610 * buffer.c (Fpop_to_buffer): Doc fix.
4611
4612 2004-03-03 Kim F. Storm <storm@cua.dk>
4613
4614 * xdisp.c (display_line): Fix call to get_overlay_arrow_glyph_row.
4615
4616 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * editfns.c (Ftranslate_region): Lisp_Object/int mixup.
4619
4620 2004-03-02 Richard M. Stallman <rms@gnu.org>
4621
4622 * indent.c (compute_motion): Save vpos in prev_vpos, like hpos etc.
4623
4624 2004-03-02 Kenichi Handa <handa@m17n.org>
4625
4626 * doc.c (Fsubstitute_command_keys): Fix counding bytes.
4627
4628 2004-03-02 Kim F. Storm <storm@cua.dk>
4629
4630 * window.h (struct window): New member overlay_arrow_bitmap.
4631
4632 * window.c (make_window): Initialize overlay_arrow_bitmap.
4633
4634 * xdisp.c (Voverlay_arrow_variable_list): New variable to properly
4635 implement and integrate multiple overlay arrows with redisplay.
4636 (syms_of_xdisp): DEFVAR_LISP and initialize it.
4637 (last_arrow_position, last_arrow_string): Replace by properties.
4638 (Qlast_arrow_position, Qlast_arrow_string)
4639 (Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
4640 (syms_of_xdisp): Intern and staticpro them.
4641 (overlay_arrow_string_or_property, update_overlay_arrows)
4642 (overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
4643 (overlay_arrow_at_row): New functions for multiple overlay arrows.
4644 (redisplay_internal): Use them instead of directly accessing
4645 Voverlay_arrow_position etc. for multiple overlay arrows.
4646 (mark_window_display_accurate): Use update_overlay_arrows.
4647 (try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
4648 (try_window_id): Use overlay_arrows_changed_p.
4649 (get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
4650 (display_line): Use overlay_arrow_at_row to check multiple
4651 overlay arrows, and get relevant overlay-arrow-string and
4652 overlay-arrow-bitmap. Set w->overlay_arrow_bitmap accordingly.
4653 (produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
4654 (syms_of_xdisp): Remove last_arrow_position and last_arrow_string.
4655
4656 * fringe.c (draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
4657 (update_window_fringes): Remove unused code.
4658
4659 2004-03-01 Jason Rumney <jasonr@gnu.org>
4660
4661 * w32term.c (w32_read_socket): Fix last change to ButtonPress handling.
4662
4663 2004-03-01 Juanma Barranquero <lektu@terra.es>
4664
4665 * fringe.c (Fdefine_fringe_bitmap): Fix typo in docstring.
4666
4667 * makefile.w32-in ($(BLD)/fringe.$(O)): Add dependencies.
4668
4669 2004-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4670
4671 * xfns.c (Fx_display_color_cells): Use number of planes to calculate
4672 how many colors can be displayed.
4673
4674 2004-03-01 Kenichi Handa <handa@m17n.org>
4675
4676 * editfns.c (Ftranslate_region): Handle multibyte chars in TABLE
4677 correctly.
4678
4679 2004-02-28 Kim F. Storm <storm@cua.dk>
4680
4681 * dispnew.c (update_window): Update header line also if there are
4682 no other changes in window (move code after set_cursor label).
4683
4684 * lisp.h (mark_window_display_accurate): Remove prototype.
4685
4686 * window.c (window_loop, Fforce_window_update): Force mode line
4687 updates by setting prevent_redisplay_optimizations_p and
4688 update_mode_lines.
4689
4690 2004-02-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4691
4692 * xfns.c (x_window): Fix indentation.
4693
4694 * xterm.c (x_calc_absolute_position): Call x_real_positions
4695 to get WM window sizes and use those to calculate position.
4696 (x_set_offset): Remove code commented out.
4697
4698 2004-02-28 Miles Bader <miles@gnu.org>
4699
4700 * keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert.
4701
4702 2004-02-28 Kim F. Storm <storm@cua.dk>
4703
4704 * keyboard.c (kbd_buffer_store_event_hold): New function to store
4705 an event into kbd fifo, but with special handling of quit event;
4706 a quit event is saved for later, and further events are discarded
4707 until the saved quit event has been processed.
4708 (kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
4709 (gen_help_event): Store help event in kbd fifo.
4710 (NREAD_INPUT_EVENTS): Remove.
4711 (read_avail_input): Adapt to new read_socket_hook interface.
4712 Remove allocation and initialization of local input_event buffer,
4713 as read_socket_hook stores events directly in fifo. Allocate and
4714 initialize local hold_quit event to handle postponed quit event
4715 (and store it if set by kbd_buffer_store_event_hold).
4716
4717 * keyboard.h (kbd_buffer_store_event_hold): Add prototype.
4718 (gen_help_event): Fix prototype.
4719
4720 * macterm.c (XTread_socket): Remove bufp_r and
4721 numcharsp args. Add hold_quit arg.
4722 Rework to use just one, local, inev input_event. Store inev
4723 directly in fifo using kbd_buffer_store_event_hold.
4724
4725 * sysdep.c (BUFFER_SIZE_FACTOR): Remove.
4726 (read_input_waiting): Adapt to new read_socket_hook interface.
4727 Remove allocation and initialization of local input_event buffer,
4728 as read_socket_hook stores events directly in fifo. Allocate and
4729 initialize local hold_quit event to handle postponed quit event
4730 (and store it if set by kbd_buffer_store_event_hold).
4731
4732 * term.c (read_socket_hook): Fix arg list.
4733
4734 * termhooks.h (read_socket_hook): Fix prototype.
4735
4736 * w32inevt.c (w32_console_read_socket): Remove bufp_r and
4737 numcharsp args. Add hold_quit arg.
4738 Rework to use just one, local, inev input_event. Store inev
4739 directly in fifo using kbd_buffer_store_event_hold.
4740
4741 * w32inevt.h (w32_console_mouse_position): Fix prototype.
4742
4743 * w32term.c (w32_read_socket): Remove bufp_r and numcharsp args.
4744 Add hold_quit arg. Rework to use just one, local, inev
4745 input_event. Store inev directly in fifo using
4746 kbd_buffer_store_event_hold. Update count in one place.
4747 Postpone call to gen_help_event until inev is stored; use new
4748 local do_help for this.
4749 Remove local emacs_event in handing of ButtonPress event; just use
4750 inev instead (so no reason to copy it later).
4751
4752 * xsmfns.c (x_session_check_input): Remove numchars arg.
4753
4754 * xterm.c (x_focus_changed, x_detect_focus_change):
4755 Remove numchars arg. Always store event into bufp arg.
4756 Return nothing. Callers changed accordingly.
4757 (glyph_rect): Simplify.
4758 (STORE_KEYSYM_FOR_DEBUG): New macro.
4759 (SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
4760 (current_bufp, current_numcharsp) [USE_GTK]: Remove.
4761 (current_hold_quit) [USE_GTK]: Add.
4762 (event_handler_gdk): Adapt to new handle_one_xevent.
4763 (handle_one_xevent): Remove bufp_r and numcharsp args.
4764 Add hold_quit arg. Rework to use just one, local, inev
4765 input_event. Store inev directly in fifo using
4766 kbd_buffer_store_event_hold. Update count in one place.
4767 Postpone call to gen_help_event until inev is stored; use new
4768 local do_help for this.
4769 Simplify handling of keysyms (consolidate common code). Fix bug
4770 where count was updated with nchars instead of nbytes.
4771 Remove local emacs_event in handing of ButtonPress event; just use
4772 inev instead (so no reason to copy it later).
4773 Remove `out' label. Rename label `ret' to `done'; add various
4774 `goto done' to clarify code flow in deeply nested blocks.
4775 (x_dispatch_event): Simplify as handle_one_xevent now calls
4776 kbd_buffer_store_event itself.
4777 (XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
4778 arg. Call handle_one_xevent with new arglist. Store event from
4779 x_session_check_input in fifo.
4780 [USE_GTK]: Setup current_hold_quit.
4781 Decrement handling_signal before unblocking input.
4782 (x_initialize) [USE_GTK]: Initialize current_count.
4783
4784 * xterm.h (x_session_check_input): Fix prototype.
4785
4786 2004-02-26 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4787
4788 * s/darwin.h (LD_SWITCH_SYSTEM_TEMACS): Add `-framework QuickTime'.
4789
4790 * dispextern.h [MAC_OSX]: Do not include Carbon/Carbon.h (now in
4791 macgui.h).
4792
4793 * emacs.c (main) [HAVE_CARBON]: Call init_xfns.
4794
4795 * macgui.h [MAC_OSX]: Include Carbon/Carbon.h.
4796 (mktime, DEBUG, Z, free, malloc, realloc, max, min)
4797 (init_process) [MAC_OSX] : Avoid conflicts with Carbon/Carbon.h.
4798 [!MAC_OSX]: Include QDOffscreen.h and Controls.h.
4799 (INFINITY) [MAC_OSX]: Avoid conflict with definition in math.h.
4800 (Bitmap): Remove typedef.
4801 (Pixmap): Change int to GWorldPtr.
4802
4803 * macmenu.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
4804
4805 * macterm.h [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
4806 (RED16_FROM_ULONG, GREEN16_FROM_ULONG, BLUE16_FROM_ULONG):
4807 New #define to extract 16-bit depth color components from unsigned
4808 long representation.
4809 (PIX_MASK_DRAW, PIX_MASK_RETAIN): New #define to represent pixel
4810 colors used for masks.
4811 (struct mac_display_info): Add color_p. Remove n_cbits.
4812
4813 * macfns.c: Include sys/types.h and sys/stat.h.
4814 [MAC_OSX]: Do not include Carbon/Carbon.h (now in macgui.h).
4815 Include QuickTime/QuickTime.h.
4816 (XCreatePixmap, XCreatePixmapFromBitmapData, XFreePixmap)
4817 (XSetForeground, mac_draw_line_to_pixmap): Add externs for
4818 functions defined in macterm.c.
4819 (XImagePtr): New typedef. Corresponds to XImage * in xfns.c.
4820 (ZPixmap): New #define for compatibility with xfns.c.
4821 (XGetImage, XPutPixel, XGetPixel, XDestroyImage)
4822 (x_create_x_image_and_pixmap, x_destroy_x_image, x_put_x_image)
4823 (find_image_fsspec, image_load_qt_1, image_load_quicktime):
4824 New functions.
4825 (four_corners_best, x_create_x_image_and_pixmap)
4826 (x_destroy_x_image, unwind_create_frame, x_disable_image)
4827 (x_edge_detection, init_color_table, colors_in_color_table)
4828 (lookup_rgb_color, lookup_pixel_color, postprocess_image)
4829 (x_put_x_image, slurp_file, xbm_scan, xbm_load, xbm_load_image)
4830 (xbm_image_p, xbm_read_bitmap_data, xbm_file_p, x_to_xcolors)
4831 (x_from_xcolors, x_detect_edges): New declarations (from xfns.c).
4832 (mac_color_map_lookup, x_to_mac_color): Fix Lisp_Object/unsigned
4833 long mixup.
4834 (mac_defined_color, x_to_x_colors): Use RED16_FROM_ULONG etc.
4835 (x_decode_color): Don't use n_cbits (in struct mac_display_info).
4836 (x_set_foreground_color, x_set_cursor_color): Sync with w32fns.c.
4837 (x_set_cursor_type, Fxw_color_values, valid_image_p)
4838 (image_value_type, parse_image_spec, image_ascent, x_clear_image)
4839 (x_alloc_image_color, clear_image_cache, lookup_image)
4840 (x_find_image_file, xbm_read_bitmap_file_data)
4841 (enum xbm_keyword_index, xbm_format, xbm_image_p, xbm_scan)
4842 (xbm_read_bitmap_data, xbm_load, pbm_image_p, pbm_scan_number)
4843 (enum pbm_keyword_index, pbm_format, enum png_keyword_index)
4844 (png_format, png_image_p, enum jpeg_keyword_index, jpeg_format)
4845 (jpeg_image_p, enum tiff_keyword_index, tiff_format, tiff_image_p)
4846 (enum gif_keyword_index, gif_format, gif_image_p): Sync with xfns.c.
4847 (x_make_gc): Sync with xfns.c. Enclose unused `border_tile' with
4848 #if 0.
4849 (x_free_gcs): Sync with xfns.c. Enclose unused `border_tile' with
4850 #if 0. Free white_relief.gc and black_relief.gc.
4851 (unwind_create_frame, x_emboss, x_laplace, x_edge_detection):
4852 New functions (from xfns.c).
4853 (Fx_create_frame): Record unwind_create_frame.
4854 (Fxw_display_color_p): Use dpyinfo->color_p.
4855 (Fx_display_grayscale_p, Fx_display_planes): Don't use
4856 dpyinfo->n_cbits.
4857 (Fx_display_color_cells): Use dpyinfo->n_planes;
4858 (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
4859 (Qheuristic, cross_disabled_images, emboss_matrix)
4860 (laplace_matrix): New variables (from xfns.c).
4861 (Fimage_size, Fimage_mask_p, four_corners_best, image_background)
4862 (x_clear_image_1, postprocess_image, slurp_file, xbm_load_image)
4863 (xbm_file_p, x_to_xcolors, x_from_xcolors, x_detect_edges)
4864 (image_background_transparent): New function (from xfns.c).
4865 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4866 (image_load_quicktime): Add declaration.
4867 [MAC_OSX] (image_load_quartz2d): Likewise.
4868 [MAC_OSX] (CGImageCreateWithPNGDataProviderProcType): New typedef.
4869 [MAC_OSX] (MyCGImageCreateWithPNGDataProvider): New variable.
4870 [MAC_OSX] (init_image_func_pointer, image_load_quartz2d): New funs.
4871 (xbm_load_image_from_file, x_laplace_read_row)
4872 (x_laplace_write_row, pbm_read_file): Remove functions.
4873 [HAVE_XPM] (enum xpm_keyword_index, xpm_format, xpm_image_p)
4874 (xpm_load): Sync with xfns.c (although XPM is not supported yet).
4875 (colors_in_color_table): Sync with xfns.c (although not used).
4876 (lookup_rgb_color): Don't lookup color table. Just do gamma
4877 correction.
4878 (COLOR_INTENSITY): New #define (from xfns.c).
4879 (x_disable_image): New function (from xfns.c).
4880 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4881 (x_build_heuristic_mask): Sync with xfns.c.
4882 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4883 (HAVE_PBM): Remove #ifdef.
4884 (pbm_load): Sync with xfns.c. Set img->width and img->height
4885 before IMAGE_BACKGROUND.
4886 (png_image_p, png_load): Don't enclose declarations with #if HAVE_PNG.
4887 (Qpng, enum png_keyword_index, png_format, png_type, png_image_p):
4888 Don't enclose with #if HAVE_PNG.
4889 [!HAVE_PNG] (png_load) [MAC_OSX]: Use image_load_quartz2d if a
4890 symbol _CGImageCreateWithPNGDataProvider is defined.
4891 Otherwise use image_load_quicktime.
4892 [!HAVE_PNG] (png_load) [!MAC_OSX]: Use image_load_quicktime.
4893 [HAVE_PNG] (png_load): Sync with xfns.c.
4894 Use PIX_MASK_DRAW/PIX_MASK_RETAIN.
4895 (jpeg_image_p, jpeg_load): Don't enclose declarations with #if
4896 HAVE_JPEG.
4897 (Qjpeg, enum jpeg_keyword_index, jpeg_format, jpeg_type)
4898 (jpeg_image_p): Don't enclose with #if HAVE_JPEG.
4899 [!HAVE_JPEG] (jpeg_load) [MAC_OSX]: Use image_load_quartz2d.
4900 [!HAVE_JPEG] (jpeg_load) [!MAC_OSX]: Use image_load_quicktime.
4901 [HAVE_JPEG] (jpeg_load): Sync with xfns.c.
4902 (tiff_image_p, tiff_load): Don't enclose declarations with #if
4903 HAVE_TIFF.
4904 (Qtiff, enum tiff_keyword_index, tiff_format, tiff_type)
4905 (tiff_image_p): Don't enclose with #if HAVE_TIFF.
4906 [!HAVE_TIFF] (tiff_load): Use image_load_quicktime.
4907 [HAVE_TIFF] (tiff_error_handler, tiff_warning_handler):
4908 New functions (from xfns.c).
4909 [HAVE_TIFF] (tiff_load): Sync with xfns.c.
4910 (gif_image_p, gif_load): Don't enclose declarations with #if HAVE_GIF.
4911 (Qgif, enum gif_keyword_index, gif_format, gif_type, gif_image_p):
4912 Don't enclose with #if HAVE_GIF.
4913 [!HAVE_GIF] (gif_load): Use Quicktime Movie Toolbox if it is
4914 animated gif. Otherwise use image_load_quicktime.
4915 [HAVE_GIF] (gif_lib.h): Temporarily define DrawText as
4916 gif_DrawText to avoid conflict with QuickdrawText.h.
4917 [HAVE_GIF] (gif_load): Sync with xfns.c.
4918 (enum gs_keyword_index, gs_format, gs_image_p, gs_load)
4919 [HAVE_GHOSTSCRIPT] (x_kill_gs_process): Sync with xfns.c (although
4920 Ghostscript is not supported yet).
4921 (syms_of_macfns): Initialize Qemboss, Qedge_detection, Qheuristic,
4922 QCmatrix, QCcolor_adjustment, and QCmask. Add DEFVAR_BOOL
4923 cross_disabled_images (from xfns.c). Remove #if 0 for supported
4924 image types. Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
4925 HAVE_PNG. Add defsubr for Simage_size and Simage_mask_p.
4926 (init_xfns): Remove #if HAVE_JPEG, HAVE_TIFF, HAVE_GIF, and
4927 HAVE_PNG. Call EnterMovies to support animated gifs.
4928 Call init_image_func_pointer to bind a symbol
4929 _CGImageCreateWithPNGDataProvider if it is defined.
4930
4931 * macterm.c [MAC_OSX]: Don't include Carbon/Carbon.h (now in macgui.h).
4932 (x_draw_bar_cursor): Sync declaration with xterm.c.
4933 (XFreePixmap, mac_draw_rectangle_to_pixmap, mac_copy_area)
4934 (mac_copy_area_to_pixmap): Implementation with GWorld (offscreen
4935 graphics).
4936 (mac_set_forecolor, mac_set_backcolor): Use RED16_FROM_ULONG etc.
4937 (mac_draw_line_to_pixmap, XCreatePixmap)
4938 (XCreatePixmapFromBitmapData, mac_fill_rectangle_to_pixmap)
4939 (mac_copy_area_with_mask, mac_copy_area_with_mask_to_pixmap):
4940 New functions.
4941 (mac_draw_bitmap) [TARGET_API_MAC_CARBON]:
4942 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
4943 Cast bits to char *.
4944 (reflect_byte): New function (from w32fns.c).
4945 (mac_create_bitmap_from_bitmap_data): Use it and don't stuff bits
4946 due to byte alignment.
4947 (mac_scroll_area) [TARGET_API_MAC_CARBON]:
4948 Use GetPortBitMapForCopyBits instead of the cast to Bitmap *.
4949 (XSetForeground): Remove static (now used in macfns.c).
4950 (HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New #define (from w32term.c).
4951 (mac_alloc_lighter_color, x_destroy_window): Sync with w32term.c.
4952 (x_setup_relief_color, x_setup_relief_colors, x_draw_box_rect)
4953 (x_draw_glyph_string_box, x_draw_image_foreground)
4954 (x_draw_image_foreground_1, x_draw_image_glyph_string)
4955 (x_draw_stretch_glyph_string, x_draw_glyph_string)
4956 (x_draw_hollow_cursor, x_draw_bar_cursor, mac_draw_window_cursor):
4957 Sync with xterm.c.
4958 (x_draw_relief_rect): Sync with xterm.c. Make 1 pixel shorter
4959 than the xterm.c version when a strictly horizontal or vertical
4960 line is drawn.
4961 (XTset_terminal_window): Add static.
4962 (x_make_frame_visible): Add UNBLOCK_INPUT.
4963 (x_free_frame_resources): New funcion (from xterm.c).
4964 (XTread_socket): Call handle_tool_bar_click if mouse up/down event
4965 occurs in tool bar area.
4966 (mac_initialize_display_info): Remove dpyinfo->n_cbits.
4967 Set dpyinfo->color_p. Determine dpyinfo->n_planes using HasDepth.
4968 Initialize image cache.
4969 (stricmp, wildstrieq, mac_font_pattern_match, mac_font_match):
4970 Enclose unused functions with #if 0.
4971 (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): New variables.
4972 (decode_mac_font_name): New function to apply code conversions
4973 from a mac font name to an XLFD font name according to its script code.
4974 (x_font_name_to_mac_font_name): Apply code conversion from an XLFD
4975 font name to a mac font name according to REGISTRY and ENCODING fields.
4976 (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't use a font
4977 whose name starts with `.'.
4978 (init_font_name_table): Use decode_mac_font_name. Add both
4979 jisx0208.1983-sjis and jisx0201.1976-0 entries if the script code
4980 of a font is smJapanese.
4981 (mac_do_list_fonts): New function to list fonts that match a given
4982 pattern.
4983 (x_list_fonts, XLoadQueryFont): Use it.
4984 (XLoadQueryFont): Set rbearing field for each variable width
4985 character to avoid needless redraw.
4986 (syms_of_macterm): Initialize Qbig5, Qcn_gb, Qsjis, and Qeuc_kr.
4987
4988 2004-02-26 Kim F. Storm <storm@cua.dk>
4989
4990 * keyboard.c (NREAD_INPUT_EVENTS): Temporarily increase to 512
4991 as read_socket_hook handler on X aborts if buffer is too small
4992 and W32 handler doesn't always check buffer limit.
4993
4994 * xdisp.c (handle_single_display_prop): Handle left-fringe and
4995 right-fringe similar to a display margin image. Specifically,
4996 the characters having the fringe prop are no longer shown, and
4997 we use IT_IMAGE/next_element_from_image with image_id = -1 to
4998 do this. Set fringe bitmap face_id in it->face_id.
4999 (produce_image_glyph): Handle image_id < 0 as "no image" case, but
5000 still realize it->face (i.e. the fringe bitmap face).
5001
5002 2004-02-25 Miles Bader <miles@gnu.org>
5003
5004 * xdisp.c (check_it): Check string/string_pos consistency.
5005 (init_iterator): Initialize string-related fields properly.
5006
5007 2004-02-11 Miles Bader <miles@gnu.org>
5008
5009 * xdisp.c (produce_image_glyph): Force negative descents to zero.
5010
5011 2004-02-10 Miles Bader <miles@gnu.org>
5012
5013 * xfns.c (lookup_image): Remove xassert(!interrupt_input_blocked);
5014 BLOCK_INPUT can be nested, so it doesn't make much sense.
5015
5016 2004-02-24 Michael Mauger <mmaug@yahoo.com>
5017
5018 * w32fns.c (slurp_file, xbm_scan, xbm_load_image)
5019 (xbm_read_bitmap_data): Use unsigned char for image data.
5020
5021 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
5022
5023 * abbrev.c (Finsert_abbrev_table_description): Doc fix.
5024
5025 2004-02-22 Jason Rumney <jasonr@gnu.org>
5026
5027 * w32term.c (w32_draw_fringe_bitmap): Draw overlaid bitmaps
5028 correctly over other bitmaps.
5029
5030 2004-02-21 Eli Zaretskii <eliz@gnu.org>
5031
5032 * emacs.c (USAGE1): Split into two halves.
5033 (USAGE2): Second half of the old USAGE1.
5034 (USAGE3): Rename from USAGE2.
5035 (USAGE4): Rename from USAGE3.
5036
5037 2004-02-21 Juri Linkov <juri@jurta.org>
5038
5039 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
5040 Fix --multibyte. Move --help, --version to USAGE2. Add alias
5041 --file. Fix -f, -l. Sort options. Untabify.
5042 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
5043
5044 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
5045
5046 * category.c (Fdefine_category, Fcategory_docstring)
5047 (Fget_unused_category, Fset_category_table)
5048 (Fcategory_set_mnemonics): Doc fixes.
5049
5050 2004-02-20 Kim F. Storm <storm@cua.dk>
5051
5052 * keyboard.c: Undo 2004-02-16 and 2004-02-17 changes.
5053 The following changes are relative to the 2004-01-21 revision.
5054 (NREAD_INPUT_EVENTS): Define as max number of input events to read
5055 in one call to read_socket_hook. Value is 8.
5056 (read_avail_input): Separate and rework handling of read_socket_hook
5057 and non-read_socket_hook cases. Use smaller input_event buffer
5058 in read_socket_hook case, and repeat if full buffer is read.
5059 Use new local variable 'discard' to skip input after C-g.
5060 In non-read_socket_hook case, just use a single input_event, and
5061 call kbd_buffer_store_event on the fly for each character.
5062
5063 2004-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * lisp.h (union Lisp_Object): Give a more precise type for `type'.
5066 Remove unused `gu' alternative.
5067
5068 2004-02-19 Andreas Schwab <schwab@suse.de>
5069
5070 * fringe.c (Fdefine_fringe_bitmap): Use && instead of & to avoid
5071 warning.
5072
5073 2004-02-18 Kim F. Storm <storm@cua.dk>
5074
5075 * xdisp.c (get_window_cursor_type, display_and_set_cursor):
5076 Fix last change.
5077
5078 2004-02-17 Kim F. Storm <storm@cua.dk>
5079
5080 * xdisp.c (fast_find_position): Fix return value of new version;
5081 it was inverted compared to the 21.1 version.
5082 (get_window_cursor_type): Don't look at glyph if NULL.
5083 (display_and_set_cursor): Set glyph to NULL if cursor in fringe.
5084
5085 * keyboard.c: Rework previous change; it didn't consider that the
5086 buf array was allocated on the stack.
5087 (prev_read): Remove variable.
5088 (read_avail_input_buf): New static event buffer array.
5089 (in_read_avail_input): New static variable to handle re-entrancy.
5090 (read_avail_input): Change buf to pinter to read_avail_input_buf.
5091 Use in_read_avail_input to handle re-entrance; when re-entered,
5092 fully initialize and use tmp_buf array instead of read_avail_input_buf.
5093 Do not initialize read_avail_input_buf in full here; instead assume it
5094 is always cleared on entry. To ensure that, we clear (just) the
5095 entries that were used before we return.
5096 (init_keyboard): Initialize read_avail_input_buf here.
5097
5098 2004-02-16 Jesper Harder <harder@ifa.au.dk>
5099
5100 * cmds.c (Fend_of_line): Doc fix.
5101
5102 2004-02-16 Dmitry Antipov <dmitry.antipov@mail.ru> (tiny change)
5103
5104 * keyboard.c (prev_read): New static variable.
5105 (read_avail_input): Use it to zero out only those slots in buf[]
5106 that were used last time we were called.
5107
5108 2004-02-16 Eli Zaretskii <eliz@gnu.org>
5109
5110 * Makefile.in (obj): Move fringe.o from here...
5111 (XOBJ, MAC_OBJ): ...to here.
5112
5113 2004-02-16 Stephen Eglen <stephen@gnu.org>
5114
5115 * fringe.c (init_fringe_bitmap): Define j in MAC_OS code.
5116
5117 2004-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * data.c (Fbyteorder):
5120 * fringe.c (Fdefine_fringe_bitmap):
5121 * xdisp.c (handle_single_display_prop):
5122 * xselect.c (x_handle_dnd_message): Lisp_Object/int mixup.
5123
5124 2004-02-16 Jason Rumney <jasonr@gnu.org>
5125
5126 * w32term.c (w32_draw_fringe_bitmap): Handle overlay fringe bitmaps.
5127
5128 2004-02-15 Steven Tamm <steventamm@mac.com>
5129
5130 * macterm.c (Vmac_emulate_three_button_mouse): New variable for
5131 controlling emulation of a three button mouse with option and
5132 command keys.
5133 (Qreverse, mac_get_enumlated_btn): Handle the emulation
5134 (mac_event_to_emacs_modifiers, XTread_socket): Ditto.
5135
5136 2004-02-15 Kim F. Storm <storm@cua.dk>
5137
5138 * buffer.c (syms_of_buffer): Doc fix for indicate-buffer-boundaries.
5139
5140 * fringe.c (init_fringe_bitmap) [MAC_OS, WORDS_BIG_ENDIAN]:
5141 Perform byte-swapping.
5142
5143 2004-02-14 Kim F. Storm <storm@cua.dk>
5144
5145 * dispextern.h (struct draw_fringe_bitmap_params): Change member
5146 bits from char to short to facilitate wider bitmaps.
5147 (struct redisplay_interface): Fix prototype of define_fringe_bitmap
5148 member.
5149
5150 * fringe.c (struct fringe_bitmap): Change member bits from char to
5151 short to facilitate 16 bits wide bitmaps. Modify all standard
5152 bitmaps accordingly.
5153 (BYTES_PER_BITMAP_ROW, STANDARD_BITMAP_HEIGHT): New macros.
5154 (FRBITS): Use STANDARD_BITMAP_HEIGHT instead of just sizeof.
5155 (draw_fringe_bitmap): Ditto.
5156 (init_fringe_bitmap) [MAC_OS]: Don't bitswap.
5157 (init_fringe_bitmap) [HAVE_X_WINDOWS]: Enhance bitswapping to
5158 handle up to 16 bits wide bitmaps.
5159 (Fdefine_fringe_bitmap): Doc fix. Handle wider bitmaps.
5160 (Ffringe_bitmaps_at_pos): Add missing arg declarations.
5161
5162 * macterm.c (mac_draw_bitmap): Handle 16 bits wide bitmaps directly.
5163 (x_draw_fringe_bitmap): Use enhanced mac_draw_bitmap, so we no longer
5164 need to call mac_create_bitmap_from_bitmap_data and mac_free_bitmap.
5165
5166 * w32term.c (w32_define_fringe_bitmap): Bitmaps are now 16 bits wide,
5167 so it is no longer necessary to expand them here.
5168
5169 * xterm.c (x_draw_fringe_bitmap): Handle wider bitmaps (max 16 bits).
5170
5171 2004-02-12 Kim F. Storm <storm@cua.dk>
5172
5173 * window.c (Fwindow_fringes): Doc fix.
5174
5175 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5176
5177 * xselect.c (x_get_foreign_selection): Add new optional parameter
5178 time_stamp.
5179 (Fx_get_selection_internal): Ditto, pass time_stamp to
5180 x_get_foreign_selection.
5181
5182 * data.c (Fbyteorder): New function.
5183
5184 2004-02-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5185
5186 * atimer.c: Move include stdio.h to same place as in other files.
5187
5188 * region-cache.c: Ditto.
5189
5190 * sysdep.c: Ditto.
5191
5192 * xfaces.c: Ditto.
5193
5194 2004-02-09 Sam Steingold <sds@gnu.org>
5195
5196 * w32term.c (w32_draw_fringe_bitmap): Fix a typo in the last patch.
5197
5198 2004-02-09 Kim F. Storm <storm@cua.dk>
5199
5200 * fringe.c: New file. Move original fringe related declarations
5201 and code from dispextern.h and xdisp.c here.
5202 Rework code to support user defined fringe bitmaps, redefining
5203 standard bitmaps, ability to overlay user defined bitmap with
5204 overlay arrow bitmap, and add faces to bitmaps.
5205 (Voverflow_newline_into_fringe): Declare here.
5206 (enum fringe_bitmap_align): New enum.
5207 (..._bits): All bitmaps are now defined without bitswapping; that
5208 is now done in init_fringe_once (if necessary).
5209 (standard_bitmaps): New array with specifications for the
5210 standard fringe bitmaps.
5211 (fringe_faces): New array.
5212 (valid_fringe_bitmap_id_p): New function.
5213 (draw_fringe_bitmap_1): Rename from draw_fringe_bitmap.
5214 (draw_fringe_bitmap): New function which draws fringe bitmap,
5215 possibly overlaying bitmap with cursor in right fringe or the
5216 overlay arrow in the left fringe.
5217 (update_window_fringes): Do not handle overlay arrow here.
5218 Compare and copy fringe bitmap faces.
5219 (init_fringe_bitmap): New function.
5220 (Fdefine_fringe_bitmap, Fdestroy_fringe_bitmap): New DEFUNs to
5221 define and destroy user defined fringe bitmaps.
5222 (Fset_fringe_bitmap_face): New DEFUN to set face for a fringe bitmap.
5223 (Ffringe_bitmaps_at_pos): New DEFUN to read current fringe bitmaps.
5224 (syms_of_fringe): New function. Defsubr new DEFUNs.
5225 DEFVAR_LISP Voverflow_newline_into_fringe.
5226 (init_fringe_once, init_fringe): New functions.
5227 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: New functions.
5228
5229 * Makefile.in (obj): Add fringe.o.
5230 (fringe.o): New dependencies.
5231
5232 * dispextern.h (FRINGE_ID_BITS): New definition for number of
5233 bits allocated to hold a fringe number. Increase number of bits
5234 from 4 to 8 to allow user defined fringe bitmaps.
5235 (struct glyph_row, struct it): New members left_user_fringe_bitmap,
5236 left_user_fringe_face_id, right_user_fringe_bitmap,
5237 right_user_fringe_face_id.
5238 (enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
5239 Move to new file fringe.c.
5240 (MAX_FRINGE_BITMAPS): Define here.
5241 (struct draw_fringe_bitmap_params): New members bits, cursor_p,
5242 and overlay_p. Change member which to int.
5243 (struct redisplay_interface): New members define_fringe_bitmap
5244 and destroy_fringe_bitmap.
5245 (valid_fringe_bitmap_id_p): Add prototype.
5246 (w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
5247
5248 * dispnew.c (row_equal_p): Compare fringe bitmap faces and overlay
5249 arrows.
5250 (update_frame): Do flush_display if force_flush_display_p to
5251 ensure display (specifically fringes) are updated in a timely
5252 manner when resizing the frame by dragging the mouse.
5253 (update_window_line): Update row if overlay arrow changed.
5254 (scrolling_window): Redraw fringe bitmaps if fringe bitmap faces
5255 or overlay arrow changed.
5256
5257 * emacs.c (main) [HAVE_WINDOW_SYSTEM]: Call init_fringe_once,
5258 syms_of_fringe, and init_fringe.
5259
5260 * frame.h (struct frame): New member force_flush_display_p.
5261
5262 * lisp.h (syms_of_fringe, init_fringe, init_fringe_once):
5263 Add prototypes.
5264
5265 * macterm.c (mac_draw_bitmap): Add overlay_p arg.
5266 (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps;
5267 thanks to YAMAMOTO Mitsuharu for advice on how to do this.
5268 Use cursor color for displaying cursor in fringe.
5269 (x_redisplay_interface): Add null handlers for
5270 define_fringe_bitmap and destroy_fringe_bitmap functions.
5271
5272 * w32term.c (w32_draw_fringe_bitmap): Copy unadapted code from
5273 xterm.c to handle overlayed fringe bitmaps and to use cursor color
5274 for displaying cursor in fringe.
5275 (w32_define_fringe_bitmap, w32_destroy_fringe_bitmap): New W32
5276 specific functions to define and destroy fringe bitmaps in fringe_bmp.
5277 (w32_redisplay_interface): Add them to redisplay_interface.
5278 (w32_term_init): Call w32_init_fringe instead of explicitly
5279 defining fringe bitmaps in fringe_bmp array.
5280 (x_delete_display): Call w32_reset_fringes instead of explicitly
5281 destroying fringe bitmaps in fringe_bmp array.
5282
5283 * xdisp.c (Voverflow_newline_into_fringe, syms_of_xdisp)
5284 (left_bits, right_bits, up_arrow_bits, down_arrow_bits)
5285 (continued_bits, continuation_bits, ov_bits, first_line_bits)
5286 (last_line_bits, filled_box_cursor_bits, hollow_box_cursor_bits)
5287 (bar_cursor_bits, hbar_cursor_bits, zv_bits, hollow_square_bits)
5288 (fringe_bitmaps, draw_fringe_bitmap, draw_row_fringe_bitmaps)
5289 (draw_window_fringes, compute_fringe_widths, update_window_fringes):
5290 Move fringe handling vars and code to new file fringe.c.
5291 (handle_display_prop): Handle left-fringe and right-fringe
5292 display properties; store user fringe bitmaps in iterator.
5293 (move_it_in_display_line_to): Handle cursor in fringe at eob.
5294 (clear_garbaged_frames): Set force_flush_display_p if resized.
5295 (redisplay_window): Redraw fringe bitmaps if not just_this_one_p.
5296 (display_line): Handle cursor in fringe at eob.
5297 (display_line): Set row user fringe bitmaps from iterator.
5298
5299 * xterm.c (x_draw_fringe_bitmap): Handle overlayed fringe bitmaps.
5300 Use cursor color for displaying cursor in fringe.
5301 (x_redisplay_interface): Add null handlers for
5302 define_fringe_bitmap and destroy_fringe_bitmap functions.
5303
5304 2004-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5305
5306 * macfns.c (Fx_change_window_property): Make doc string and
5307 parameters same as for X version.
5308
5309 * w32fns.c (Fx_change_window_property): Ditto.
5310
5311 2004-02-07 Kim F. Storm <storm@cua.dk>
5312
5313 * xdisp.c (hscroll_window_tree): Position cursor near to right
5314 margin in hscrolled window when jumping to end of line (rather
5315 than centering cursor).
5316
5317 * process.c (wait_reading_process_input): Don't do adaptive read
5318 buffering if waiting for a specific process.
5319
5320 2004-02-05 Luc Teirlinck <teirllm@auburn.edu>
5321
5322 * minibuf.c (Fminibufferp, Fread_from_minibuffer)
5323 (Fread_minibuffer, Feval_minibuffer)
5324 (Fread_string, Fread_no_blanks_input)
5325 (Fcompleting_read): Doc fixes.
5326 (syms_of_minibuf): Doc fixes for minibuffer-completion-table and
5327 completion-regexp-list. Define Qcase_fold_search and staticpro it.
5328 (read_minibuf): Fix initial comment.
5329 (Ftry_completion, Fall_completions, Ftest_completion): Bind
5330 case-fold-search to the value of completion-ignore-case when
5331 checking completion-regexp-list.
5332 (Fdisplay_completion_list): Make it handle arguments that are
5333 symbols. Doc fix.
5334
5335 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5336
5337 * xterm.h: Add declaration of free_frame_menubar.
5338
5339 * xfns.c (x_create_bitmap_mask): Removed unused variable depth.
5340 (x_set_menu_bar_lines): Added ! defined USE_GTK for olines.
5341 (Fx_change_window_property): Add declaration of parameters type and
5342 format. Remove unused variable cons.
5343
5344 * xselect.c: Include stdio,h.
5345
5346 2004-02-05 Kenichi Handa <handa@m17n.org>
5347
5348 * fns.c (Fset_char_table_range): Fix previous change.
5349
5350 * buffer.c (Fset_buffer_multibyte): Fix docstring.
5351
5352 2004-02-04 Luc Teirlinck <teirllm@auburn.edu>
5353
5354 * editfns.c (Fchar_after, Fchar_before): Doc fixes.
5355
5356 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * keymap.c (Vmouse_events): Rename from Vmenu_events.
5359 (syms_of_keymap): Add mouse-[45], header-line, and mode-line to it.
5360
5361 2004-02-04 Kenichi Handa <handa@m17n.org>
5362
5363 * fns.c (Fset_char_table_range): Handle charsets ascii,
5364 eight-bit-control, and eight-bit-graphic correctly.
5365
5366 2004-02-03 Jason Rumney <jasonr@gnu.org>
5367
5368 * w32select.c (Fw32_set_clipboard_data): Make coding iso2022 safe.
5369
5370 * w32fns.c (x_to_w32_font): Likewise.
5371
5372 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5373
5374 * xterm.h: Add x_handle_dnd_message, x_check_property_data,
5375 x_fill_property_data, x_property_data_to_lisp and check_x_display_info.
5376
5377 * xterm.c (handle_one_xevent): Call x_handle_dnd_message for
5378 ClientMessages.
5379
5380 * xselect.c: Include termhooks.h and X11/Xproto.h
5381 (x_check_property_data, x_fill_property_data)
5382 (x_property_data_to_lisp, mouse_position_for_drop)
5383 (Fx_get_atom_name, x_handle_dnd_message): New functions for DND support.
5384 (Fx_send_client_event): Move here from xfns.c.
5385 (syms_of_xselect): Add Sx_get_atom_name and Sx_send_client_message.
5386
5387 * xfns.c (x-send-client-message): Move to xselect.c
5388 (Fx_change_window_property): Add optional arguments TYPE, FORMAT and
5389 OUTER_P.
5390 (Fx_window_property): Add optional arguments TYPE, SOURCE, DELETE_P,
5391 VECTOR_RET_P. Handle AnyPropertyType. Call x_property_data_to_lisp
5392 if vector_ret_p is true.
5393 (syms_of_xfns): Sx_send_client_message moved to xselect.c.
5394
5395 2004-02-02 Eli Zaretskii <eliz@gnu.org>
5396
5397 * fileio.c (Fcopy_file): If NEWNAME is a directory, expand the
5398 basename of FILE relative to it, not FILE itself.
5399
5400 2004-02-02 Kenichi Handa <handa@m17n.org>
5401
5402 * coding.c (coding_restore_composition): Check invalid
5403 composition data more rigidly.
5404
5405 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
5406
5407 * fileio.c (Fread_file_name_internal): Correctly handle the case
5408 where insert-default-directory is nil.
5409 (Fread_file_name): Always return an empty string if the user exits
5410 with an empty minibuffer. Adapt the docstring accordingly.
5411 (syms_of_fileio): Adapt the docstring of insert-default-directory
5412 to the change in Fread_file_name.
5413
5414 2004-01-29 Eli Zaretskii <eliz@gnu.org>
5415
5416 * alloca.c [!alloca]: Fix the prototype for xfree.
5417
5418 2004-01-29 Kenichi Handa <handa@m17n.org>
5419
5420 * fns.c (string_char_to_byte): Optimize for ASCII only string.
5421 (string_byte_to_char): Likewise.
5422
5423 2004-01-28 Peter Runestig <peter@runestig.com>
5424
5425 * makefile.w32-in, w32fns.c: Add `default-printer-name' function.
5426
5427 2004-01-27 Steven Tamm <steventamm@mac.com>
5428
5429 * unexmacosx.c (unexec_copy): Do not copy more than was
5430 requested to prevent overwriting during unexec.
5431
5432 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5433
5434 * process.c (sigchld_handler): Add comment about not calling malloc.
5435
5436 * process.h: Add extern to synch_process_termsig.
5437
5438 2004-01-27 Steven Tamm <steventamm@mac.com>
5439
5440 * macterm.c (make_mac_frame, make_mac_terminal_frame):
5441 Move setting of scroll bars from make_mac_frame to
5442 make_mac_terminal_frame to prevent clobbering of scroll-bar-mode.
5443
5444 2004-01-26 Richard M. Stallman <rms@gnu.org>
5445
5446 * search.c (Freplace_match): Handle nonexistent
5447 back-references properly.
5448
5449 2004-01-03 Richard M. Stallman <rms@gnu.org>
5450
5451 * window.c (decode_any_window): New function.
5452 (Fwindow_height, Fwindow_width, Fwindow_edges)
5453 (Fwindow_pixel_edges, Fwindow_inside_edges)
5454 (Fwindow_inside_pixel_edges): Use decode_any_window.
5455
5456 2004-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5457
5458 * process.h: synch_process_termsig new variable.
5459
5460 * callproc.c: Define synch_process_termsig.
5461 (Fcall_process): Initiate synch_process_termsig to zero and
5462 check if non-zero and get signal name after subprocess has ended.
5463
5464 * process.c (sigchld_handler): Set synch_process_termsig
5465 if terminated by a signal. synch_process_death setting removed.
5466
5467 * sysdep.c (mkdir, rmdir): Also check synch_process_termsig.
5468
5469 2004-01-26 Andreas Schwab <schwab@suse.de>
5470
5471 * print.c (print_preprocess): Declare size as EMACS_INT to not
5472 lose bits.
5473 (print_object): Likewise.
5474 * alloc.c (Fpurecopy): Likewise.
5475
5476 2004-01-25 Luc Teirlinck <teirllm@auburn.edu>
5477
5478 * window.c (Fwindow_minibuffer_p): Doc fix.
5479
5480 2004-01-24 Jonathan Yavner <jyavner@member.fsf.org>
5481
5482 * editfns.c (Fformat): Make both passes accept the same set of flags.
5483
5484 2004-01-23 Kenichi Handa <handa@m17n.org>
5485
5486 * fns.c (Fmd5): If OBJECT is a buffer different from the current
5487 one, set buffer to OBJECT temporarily.
5488
5489 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * keyboard.c (kbd_buffer_gcpro): Remove.
5492 (kbd_buffer_store_event, clear_event, Fdiscard_input)
5493 (stuff_buffered_input, init_keyboard, syms_of_keyboard):
5494 Don't initialize and/or maintain the variable any more. It was made
5495 redundant by my commit of 2003-06-15.
5496
5497 * lisp.h [USE_LSB_TAG && !DECL_ALIGN]: Signal an error.
5498
5499 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5500
5501 * lisp.h: Add undef DECL_ALIGN.
5502
5503 2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * process.c (wait_reading_process_input) [SYNC_INPUT]:
5506 Check interrupt_input_pending explicitly.
5507
5508 * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well.
5509
5510 * keyboard.c (handle_async_input): New fun,
5511 extracted from input_available_signal.
5512 (input_available_signal, reinvoke_input_signal): Use it.
5513
5514 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.
5517
5518 * lisp.h [USE_LSB_TAG]: Add definitions for Lisp_Object value
5519 manipulation macros for when tags are in the lower bits.
5520 (struct Lisp_Free) [USE_LSB_TAG]: Add padding.
5521 (DECL_ALIGN): New macro.
5522 (DEFUN): Use it.
5523
5524 * lisp.h [ENABLE_CHECKING]: Don't force union type.
5525
5526 * s/darwin.h (__attribute__): Remove outdated workaround.
5527
5528 * macterm.c (main) [USE_LSB_TAG]: Don't range check the ram.
5529
5530 * alloc.c (lisp_malloc, lisp_align_malloc) [USE_LSB_TAG]:
5531 Don't check range of malloc address.
5532 (pure_alloc) [USE_LSB_TAG]: Enforce alignment.
5533
5534 * process.c (wait_reading_process_input): Lisp_Object/int mixup.
5535
5536 * dired.c (Ffile_attributes): Lisp_Object/int mixup.
5537
5538 2004-01-19 Kenichi Handa <handa@m17n.org>
5539
5540 * fontset.c (fontset_font_pattern): Fix previous change.
5541
5542 2004-01-16 Miles Bader <miles@gnu.ai.mit.edu>
5543
5544 * xdisp.c (Voverflow_newline_into_fringe)
5545 (move_it_in_display_line_to, redisplay_internal)
5546 (update_window_fringes, redisplay_window, display_line, window):
5547 Add `#ifdef HAVE_WINDOW_SYSTEM' around fringe-drawing stuff, so
5548 that it compiles without a window-system.
5549 * dispnew.c (direct_output_for_insert, update_window): Likewise.
5550
5551 2004-01-16 Kim F. Storm <storm@cua.dk>
5552
5553 * buffer.h (struct buffer): New member indicate_buffer_boundaries.
5554
5555 * buffer.c (init_buffer_once): Set buffer_defaults and
5556 buffer_local_flags for indicate_buffer_boundaries.
5557 (syms_of_buffer): Defvar_per_buffer it, and defvar_lisp_nopro
5558 default- variable for it.
5559
5560 * dispextern.h (struct glyph_row): New members left_fringe_bitmap,
5561 right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
5562 New members exact_window_width_line_p and cursor_in_fringe_p for
5563 overflowing newlines into right fringe.
5564 New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
5565 and indicate_bottom_line_p for buffer boundaries and scrolling.
5566 (enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
5567 FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
5568 HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
5569 and HOLLOW_SQUARE_BITMAP.
5570 (draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
5571 Add prototypes.
5572
5573 * dispnew.c (row_equal_p, update_window_line): Compare fringe bitmaps
5574 instead of related indicator fields.
5575 Compare exact_window_width_line_p and cursor_in_mouse_face_p indicators.
5576 (direct_output_for_insert): Handle exact width lines like
5577 contined lines. Call update_window_fringes.
5578 (update_window): Call update_window_fringes.
5579 (scrolling_window): Don't skip desired rows with changed bitmaps.
5580 Check if fringe bitmaps changes when assigning scrolled rows.
5581
5582 * xdisp.c (Voverflow_newline_into_fringe): New variable.
5583 (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro.
5584 (move_it_in_display_line_to): Overflow newline into fringe for
5585 rows that are exactly as wide as the window.
5586 (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits)
5587 (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits)
5588 (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps.
5589 (fringe_bitmaps): Add new bitmaps.
5590 (draw_fringe_bitmap): Make extern. Remove WHICH arg.
5591 Select proper bitmap for cursor in fringe when appropriate.
5592 Handle alignment of bitmap to top or bottom of row.
5593 (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now
5594 done by update_window_fringes.
5595 (update_window_fringes, draw_window_fringes): New functions.
5596 (redisplay_internal): Call update_window_fringes in case only
5597 cursor row is updated.
5598 (redisplay_window): Call update_window_fringes.
5599 Explicitly call draw_window_fringes if redisplay was done using
5600 the current matrix or the overlay arrow is in the window.
5601 (try_window_reusing_current_matrix): Mark scrolled rows for
5602 fringe update (to update buffer-boundaries / scrolling icons).
5603 (find_last_unchanged_at_beg_row): Handle exact width lines line
5604 continued lines.
5605 (display_line): Overflow newline into fringe for rows that are
5606 exactly as wide as the window. Don't append space for newline
5607 in this case.
5608 (notice_overwritten_cursor): Explicitly clear cursor bitmap
5609 in fringe as if it had been overwritten.
5610 (erase_phys_cursor): Erase cursor bitmap in fringe.
5611 (syms_of_xdisp): Mark show-trailing-whitespace and
5612 void-text-area-pointer as user options.
5613 DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
5614
5615 * xterm.c (x_update_window_end): Call draw_window_fringes.
5616 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5617 in row instead of actually drawing fringe bitmaps.
5618 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5619 (x_draw_window_cursor): Draw cursor in fringe.
5620
5621 * w32term.c (x_update_window_end): Call draw_window_fringes.
5622 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5623 in row instead of actually drawing fringe bitmaps.
5624 (w32_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5625 (w32_draw_window_cursor): Draw cursor in fringe.
5626
5627 * macterm.c (x_update_window_end): Call draw_window_fringes.
5628 (x_after_update_window_line): Just set redraw_fringe_bitmaps_p
5629 in row instead of actually drawing fringe bitmaps.
5630 (x_draw_fringe_bitmap): Handle bottom aligned bitmaps.
5631 (mac_draw_window_cursor): Draw cursor in fringe.
5632
5633 2004-01-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5634
5635 * xterm.c (handle_one_xevent): Don't handle characters that are part
5636 of an old style (XLookupString) compose sequence.
5637
5638 2004-01-15 Kenichi Handa <handa@m17n.org>
5639
5640 * search.c (Freplace_match): Use make_multibyte_string or
5641 make_unibyte_string according to the buffer multibyteness.
5642
5643 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * alloc.c (struct interval_block, struct string_block)
5646 (struct symbol_block, struct marker_block, live_string_p)
5647 (live_cons_p, live_symbol_p, live_float_p, live_misc_p):
5648 Better preserve alignment for objects in blocks.
5649 (FLOAT_BLOCK_SIZE): Adjust for possible alignment padding.
5650
5651 * lread.c (defvar_per_buffer): Remove dead declaration.
5652
5653 * macterm.c (do_check_ram_size): Don't hardcode the lisp address
5654 space size.
5655
5656 2004-01-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5657
5658 * xmenu.c (popup_get_selection): Check new parameter down_on_keypress
5659 if a key press should pop down. Only pop down if a key is pressed
5660 outside the menu/dialog.
5661 (create_and_show_popup_menu): Pass 0 for down_on_keypress to
5662 popup_get_selection.
5663 (create_and_show_dialog): Pass 1 for down_on_keypress to
5664 popup_get_selection.
5665
5666 2004-01-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5667
5668 * alloc.c (allocate_vectorlike): Surround calls to mallopt with
5669 BLOCK/UNBLOCK_INPUT.
5670
5671 2004-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5672
5673 * xmenu.c (Fx_popup_dialog): Add an Ok button if no buttons are
5674 specified.
5675
5676 2004-01-08 Kenichi Handa <handa@m17n.org>
5677
5678 * editfns.c (Fformat): Fix '&' to '&&'.
5679
5680 2004-01-08 Andreas Schwab <schwab@suse.de>
5681
5682 * print.c (print_preprocess) <case Lisp_Vectorlike>: Only mask
5683 size if PSEUDOVECTOR_FLAG is set.
5684
5685 2004-01-07 Kenichi Handa <handa@m17n.org>
5686
5687 * charset.c (Fdeclare_equiv_charset): Fix docstring.
5688
5689 * fontset.c (fontset_ref_via_base): Fix previous change.
5690
5691 2004-01-07 Kim F. Storm <storm@cua.dk>
5692
5693 * process.c (read_process_output): Only activate adaptive
5694 buffering if we read less than 256 bytes at a time.
5695
5696 2004-01-06 Kim F. Storm <storm@cua.dk>
5697
5698 * dispnew.c (buffer_posn_from_coords): Return both buffer/string
5699 object and image object. Return glyph width and height.
5700 (mode_line_string, marginal_area_string): Ditto.
5701
5702 * dispextern.h (buffer_posn_from_coords, mode_line_string)
5703 (marginal_area_string): Fix prototypes.
5704
5705 * keyboard.h (POSN_POSN, POSN_SET_POSN): Rename macros from
5706 POSN_BUFFER_POSN and POSN_SET_BUFFER_POSN. All uses changed.
5707 (POSN_INBUFFER_P, POSN_BUFFER_POSN): New macros.
5708
5709 * keyboard.c (make_lispy_position): Use modified mode_line_string,
5710 buffer_posn_from_coords, and marginal_area_string functions to
5711 include both string object and image object in the lispy position.
5712 Also add actual glyph width and height to position.
5713 (read_key_sequence): Use real buffer position from mouse
5714 event to find keymap property even when click is in marginal area.
5715
5716 * xdisp.c (note_mode_line_or_margin_highlight): Use modified
5717 mode_line_string and marginal_area_string functions to handle
5718 both string object and image object properties.
5719
5720 2004-01-06 Andreas Schwab <schwab@suse.de>
5721
5722 * syntax.c (skip_chars): Treat '-' at end of string as ordinary
5723 character.
5724
5725 2004-01-02 Andreas Schwab <schwab@suse.de>
5726
5727 * macterm.c (emacs_options, x_initialized, same_x_server):
5728 Remove unused (and duplicated) definitions.
5729
5730 2004-01-02 Kim F. Storm <storm@cua.dk>
5731
5732 * process.h (struct Lisp_Process): New members for adaptive read
5733 buffering: adaptive_read_buffering, read_output_delay, and
5734 read_output_skip.
5735
5736 * process.c (ADAPTIVE_READ_BUFFERING): New conditional.
5737 (READ_OUTPUT_DELAY_INCREMENT, READ_OUTPUT_DELAY_MAX)
5738 (READ_OUTPUT_DELAY_MAX_MAX): New constants.
5739 (process_output_delay_count, process_output_skip): New vars.
5740 (Vprocess_adaptive_read_buffering): New variable.
5741 (make_process): Initialize adaptive read buffering members.
5742 (Fstart_process): Set adaptive_read_buffering member.
5743 (deactivate_process): Cleanup adaptive read buffering.
5744 (wait_reading_process_input): Temporarily omit delayed
5745 subprocesses from the set of file descriptors to read from;
5746 adjust the select timeout if we skipped any subprocesses.
5747 (read_process_output): Increase adaptive read buffering delay if
5748 we read less than a full buffer; reduce delay when we read a
5749 full buffer.
5750 (send_process): Simplify using local Lisp_Process var.
5751 Reset adaptive read buffering delay after write.
5752 (init_process): Initialize process_output_delay_count and
5753 process_output_skip.
5754 (syms_of_process): DEFVAR_LISP Vprocess_adaptive_read_buffering.
5755
5756 2004-01-01 Jason Rumney <jasonr@gnu.org>
5757
5758 * w32term.c (w32_text_out): Use s->font, for consistency with callers.
5759
5760 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
5761
5762 * print.c (Ferror_message_string): Add hyperlink in the docstring
5763 to the definition of `signal' in the Elisp manual.
5764 * eval.c (Fsignal): Ditto.
5765
5766 2003-12-29 James Clark <jjc@jclark.com>
5767
5768 * fns.c (internal_equal): Return t for two NaN arguments.
5769
5770 2003-12-29 Richard M. Stallman <rms@gnu.org>
5771
5772 * data.c (store_symval_forwarding): Handle setting
5773 default-fill-column, etc., by changing the value in
5774 buffers that use the default.
5775
5776 * minibuf.c (Fset_minibuffer_window): Doc fix.
5777
5778 * fileio.c (choose_write_coding_system): Ignore auto_saving
5779 if using the visited file for auto saves.
5780 (Fwrite_region): Don't update SAVE_MODIFF
5781 if auto-saving in visited file.
5782
5783 2003-12-29 Kenichi Handa <handa@m17n.org>
5784
5785 * dispextern.h (face_font_available_p): Extern it.
5786
5787 * fontset.c (Voverriding_fontspec_alist): New variable.
5788 (lookup_overriding_fontspec): New function.
5789 (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary.
5790 (fontset_font_pattern): Likewise.
5791 (regulalize_fontname): New function.
5792 (Fset_fontset_font): Call regulalize_fontname.
5793 (Fset_overriding_fontspec_internal): New function.
5794 (syms_of_fontset): Initialize and staticpro Voverriding_fontspec_alist.
5795 Defsubr Sset_overriding_fontspec_internal.
5796
5797 * xfaces.c (face_font_available_p): New function.
5798
5799 2003-12-28 Richard M. Stallman <rms@gnu.org>
5800
5801 * buffer.c (Fother_buffer): Don't crash if BUF is nil
5802 or if its name is nil.
5803
5804 * buffer.c (Fkill_buffer): Don't delete auto-save file
5805 if it's the same as the visited file.
5806
5807 2003-12-28 Luc Teirlinck <teirllm@auburn.edu>
5808
5809 * coding.c (Fcheck_coding_system): Doc fix.
5810
5811 2003-12-28 Kim F. Storm <storm@cua.dk>
5812
5813 * Makefile.in (eval.o): Depend on dispextern.h.
5814
5815 * dispnew.c (buffer_posn_from_coords): Fix calculation of dy for
5816 image glyph using image's ascent.
5817 (mode_line_string): Return image glyph as object clicked on.
5818 Adjust y0 for image glyph using image's ascent.
5819
5820 * dispextern.h (FACE_ID_BITS, MAX_FACE_ID): New defines.
5821 (struct glyph): New members, ascent and descent. Used to save
5822 this glyph's ascent and descent, instead of having.
5823 (struct glyph): Declare member face_id using FACE_ID_BITS.
5824 (find_hot_spot): Add prototype.
5825
5826 * keyboard.c (Qimage): Remove extern (now in lisp.h).
5827 (QCmap): Declare extern.
5828 (make_lispy_position): When position is inside image hot-spot,
5829 use hot-spot element's id as posn element.
5830
5831 * lisp.h (IMAGEP): New macro to test for image object type.
5832 (Qimage): Declare extern.
5833
5834 * macfns.c (Qimage): Remove extern (now in lisp.h).
5835 (valid_image_p, parse_image_spec): Use IMAGEP macro.
5836
5837 * macterm.c (Qface, Qmouse_face): Remove unused externs.
5838
5839 * w32fns.c (Qimage): Remove extern (now in lisp.h).
5840 (valid_image_p, parse_image_spec): Use IMAGEP macro.
5841
5842 * w32menu.c (Qmouse_click, Qevent_kind): Remove unused externs.
5843
5844 * w32term.c (Qface, Qmouse_face): Remove unused externs.
5845
5846 * xdisp.c (Qarrow, Qhand, Qtext, Qpointer): New variables for
5847 pointer types.
5848 (Qrelative_width, Qalign_to): Remove unused variables.
5849 (Vvoid_text_area_pointer): Replace Vshow_text_cursor_in_void.
5850 (QCmap, QCpointer, Qrect, Qcircle, Qpoly): New variables for
5851 image maps.
5852 (x_y_to_hpos_vpos): Return glyph relative coordinates through
5853 new dx and dy args.
5854 Remove buffer_only_p arg (always 0). Simplify code accordingly.
5855 (get_glyph_string_clip_rect): Draw cursor using glyph's rather
5856 than row's ascent and height, to get sensible height on tall rows.
5857 (build_desired_tool_bar_string): Remove Qimage extern.
5858 (get_tool_bar_item): Fix call to x_y_to_hpos_vpos.
5859 (produce_image_glyph): Adjust it.ascent to minimum row ascent if
5860 image glyph is alone on the last line.
5861 (append_glyph, append_composite_glyph, produce_image_glyph)
5862 (append_stretch_glyph): Set glyph's ascent and descent.
5863 (on_hot_spot_p): New function to check if position is inside an
5864 rectangular, circular, or polygon-shaped image hot-spot,
5865 (find_hot_spot): New function to search for image hot-spot.
5866 (Flookup_image_map): New defun to search for image hot-spot.
5867 (define_frame_cursor1): New aux function to determine frame pointer.
5868 (note_mode_line_or_margin_highlight, note_mouse_highlight):
5869 Handle `pointer' text property and :pointer image property to
5870 control frame pointer shape. Detect image hot-spots for pointer
5871 and help_echo properties. Use define_frame_cursor1.
5872 (note_mouse_highlight): Use Vvoid_text_area_pointer.
5873 (syms_of_xdisp): Defsubr new defun. Intern and staticpro new variables.
5874 DEFVAR_LISP Vvoid_text_area_pointer instead of Vshow_text_cursor_in_void.
5875
5876 * xfaces.c (cache_face): Abort if c->size exceeds MAX_FACE_ID.
5877
5878 * xfns.c (x_set_mouse_color): Remove bogus x_check_errors call.
5879 (Qimage): Remove extern (now in lisp.h).
5880 (valid_image_p, parse_image_spec): Use IMAGEP macro.
5881
5882 * xmenu.c (show_help_event): Remove unused code.
5883
5884 * xterm.c (Qface, Qmouse_face): Remove unused externs.
5885 (x_draw_hollow_cursor): Draw cursor using glyph's rather than
5886 row's ascent and descent, to get a sensible height on tall rows.
5887
5888 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
5889
5890 * minibuf.c (Fcompleting_read): Undo previous change.
5891
5892 2003-12-25 Lars Hansen <larsh@math.ku.dk>
5893
5894 * dired.c (Fdirectory_files, Fdirectory_files_and_attributes):
5895 Arguments GCPRO'ed in call to file name handler.
5896
5897 2003-12-25 Thien-Thi Nguyen <ttn@gnu.org>
5898
5899 * termcap.c (tgetst1): Scan for "%pN"; if all
5900 N are continuous in [1,9], remove all "%pN".
5901
5902 2003-12-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5903
5904 * gtkutil.c (xg_frame_set_char_size): Call x_wm_set_size_hint.
5905
5906 * xfaces.c (lface_fully_specified_p): Take into account that
5907 MAC OS always have unspecified stipple.
5908
5909 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
5910
5911 * tparam.c (tparam1): Add handling for `%pN', which
5912 means use param N for the next substitution.
5913
5914 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org>
5915
5916 * xfaces.c (Fcolor_gray_p): Fix omission bug:
5917 In case `frame' is nil, consult the selected frame.
5918 (Fcolor_supported_p): Likewise.
5919
5920 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
5921
5922 * fns.c (Frandom, Fstring_make_multibyte, Fset_char_table_range):
5923 Doc fixes.
5924
5925 * minibuf.c (read_minibuf): Allow INITIAL to be a cons of a string
5926 and an integer. Adapt the introductory comment accordingly.
5927 (Fread_from_minibuffer): Delete code moved into read_minibuf.
5928 Doc fix.
5929 (Fread_minibuffer, Fread_no_blanks_input): Adapt to changes in
5930 read_minibuf.
5931 (Fcompleting_read): Delete code moved into read_minibuf.
5932 (Ftest_completion): Make it handle obarrays and hash tables correctly.
5933
5934 2003-12-03 Kenichi Handa <handa@m17n.org>
5935
5936 * coding.c (decode_coding_iso2022): Fix for preserving UTF-8
5937 encoding sequence.
5938
5939 2003-12-01 Kenichi Handa <handa@m17n.org>
5940
5941 * composite.c (syms_of_composite): Don't make the compostion hash
5942 table week.
5943
5944 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
5945
5946 * intervals.h: Add EXFUN for Fget_char_property_and_overlay.
5947 * textprop.c (Fget_char_property_and_overlay): New function.
5948 (syms_of_textprop): Defsubr it.
5949
5950 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5951
5952 * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
5953 to compile on terminal configuration.
5954
5955 * fileio.c (Fread_file_name): Check use_file_dialog also before
5956 calling Fx_file_dialog.
5957
5958 * fns.c: use_file_dialog: New variable.
5959 (syms_of_fns): DEFVAR_BOOL use-file-dialog.
5960
5961 2003-11-29 Kim F. Storm <storm@cua.dk>
5962
5963 * msdos.c (Qcursor_type, Qbar, Qhbar): Declare extern.
5964 (syms_of_msdos): Don't intern and staticpro them.
5965
5966 2003-11-27 Kim F. Storm <storm@cua.dk>
5967
5968 * dispnew.c (buffer_posn_from_coords): Calculate and return pixel
5969 coordinates relative to glyph at posn. If glyph is an image,
5970 return that as object at posn. Callers changed.
5971 (mode_line_string, marginal_area_string): Calculate and return
5972 pixel coordinates relative to glyph. Callers changed.
5973
5974 * dispextern.h (buffer_posn_from_coords, mode_line_string)
5975 (marginal_area_string): Fix prototypes.
5976 (window_box_left_offset, window_box_right_offset): Add prototypes.
5977
5978 * frame.h (get_specified_cursor_type, get_window_cursor_type):
5979 Remove prototypes.
5980
5981 * keyboard.h (EVENT_CLICK_COUNT, POSN_SCROLLBAR_PART): Fix defines.
5982
5983 * keyboard.c (make_lispy_position): Add x and y coordinates
5984 relative to the current glyph as 7th element of position.
5985 If glyph is an image, return it in the object element.
5986 (read_key_sequence): Skip checks for keymap property in cases
5987 where POSN_STRING is not a string (e.g. an image).
5988
5989 * xdisp.c (Vdisplay_pixels_per_inch): New variable.
5990 (Vshow_text_cursor_in_void): New variable.
5991 (glyph_to_pixel_coords): Don't use negative hpos.
5992 (x_y_to_hpos_vpos): Fix for partially visible first glyph.
5993 (append_stretch_glyph): Change ascent arg to be actual value
5994 in pixels rather than ratio to height. Callers changed.
5995 (calc_pixel_width_or_height): New aux function, implementing
5996 pixel based artihmetic for glyph widths and heights.
5997 (produce_stretch_glyph): Use calc_pixel_width_or_height for
5998 :width, :height, :align-to, and :ascent, thus allowing these to
5999 be specified in pixels as well as multiples of characters.
6000 Don't produce stretch glyphs with zero width or height.
6001 (get_specified_cursor_type): Declare static.
6002 (get_window_cursor_type): Declare static. Add glyph arg to be
6003 able to know when cursor is on an image; always substitute
6004 hollow-box cursor for filled-box cursor on images, to avoid
6005 negative images and flicker when blinking the cursor.
6006 (display_and_set_cursor): Pass glyph to get_window_cursor_type.
6007 (note_mode_line_or_margin_highlight): Use non-text cursor rather
6008 than vertical scroll-bar cursor in display margins.
6009 (note_mouse_highlight): Use non-text cursor rather than text
6010 cursor in fringes and over images in the text area.
6011 Use non-text cursor when mouse pointer is outside editable text,
6012 i.e. in the void after end-of-line or end-of-buffer; this was
6013 already done for W32, but is now standard for all systems --
6014 user can toggle show-text-cursor-in-void to get old behaviour.
6015 (syms_of_xdisp): DEFVAR_LISP Vshow_text_cursor_in_void and
6016 Vdisplay_pixels_per_inch.
6017
6018 2003-11-25 Andreas Schwab <schwab@suse.de>
6019
6020 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
6021 EMACS_INT to not lose bits.
6022 (Ffillarray): Don't set bits beyond the size of a bool vector.
6023
6024 2003-11-25 Kim F. Storm <storm@cua.dk>
6025
6026 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
6027 define this defun on systems that cannot use stderr as lvalue.
6028
6029 2003-11-24 Gerd Moellmann <gerd@gnu.org>
6030
6031 * s/freebsd.h (LD_SWITCH_SYSTEM_TEMACS)
6032 [__FreeBSD_version >= 500042]: Define as -znocombreloc because
6033 ld's default is incompatible with unexec.
6034
6035 2003-11-23 Kim F. Storm <storm@cua.dk>
6036
6037 * window.c (enum window_loop): Add REDISPLAY_BUFFER_WINDOWS.
6038 (window_loop): Handle REDISPLAY_BUFFER_WINDOWS.
6039 (Fforce_window_update): New defun.
6040 (syms_of_window): Defsubr it.
6041 (Fset_window_margins, Fset_window_fringes): Doc fix.
6042
6043 * print.c (Fredirect_debugging_output): New defun.
6044 (syms_of_print): Defsubr it.
6045
6046 2003-11-22 Luc Teirlinck <teirllm@auburn.edu>
6047
6048 * fns.c (Fset_char_table_parent): Doc fix.
6049
6050 2003-11-22 Kim F. Storm <storm@cua.dk>
6051
6052 * dispnew.c (buffer_posn_from_coords): Return actual row/column
6053 for glyph clicked on, rather than (unused) pixel positions.
6054 (mode_line_string, marginal_area_string): Change X and Y args to
6055 pointers for returning actual row/column for glyph clicked on.
6056 Simplify and optimize loops.
6057
6058 * dispextern.h (mode_line_string, marginal_area_string):
6059 Update prototypes.
6060
6061 * keyboard.c (make_lispy_position): New function for generating
6062 mouse click positions from frame and pixel coordinates.
6063 Enhanced to return buffer position and actual row/column for
6064 events outside the text area using updated mode_line_string and
6065 marginal_area_string functions.
6066 Return left-fringe and right-fringe clicks as such, rather than
6067 clicks in text area.
6068 (make_lispy_event) [USE_X_TOOLKIT, USE_GTK]: Don't call
6069 pixel_to_glyph_coords, as we never use the results.
6070 (make_lispy_event): Use make_lispy_position for MOUSE_CLICK_EVENT,
6071 WHEEL_EVENT, and DRAG_N_DROP_EVENT to replace redundant code.
6072 Eliminate unused code in WHEEL_EVENT handling.
6073 (make_lispy_movement): Use make_lispy_position.
6074
6075 * window.c (coordinates_in_window): Remove redundant tests.
6076 Fix returned X pixel value for left-margin.
6077
6078 * xdisp.c (note_mode_line_or_margin_highlight): Adapt to new
6079 mode_line_string and marginal_area_string parameters.
6080
6081 2003-11-22 Lars Hansen <larsh@math.ku.dk>
6082
6083 * w32.c (struct the_group, getgrgid): Add.
6084 * mac.c (struct my_group, getgrgid): Add.
6085
6086 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
6087
6088 * fns.c (Fassq, Fassoc, Frassq, Frassoc): Doc fixes.
6089
6090 2003-11-21 Lars Hansen <larsh@math.ku.dk>
6091
6092 * dired.c (Ffile_attributes): Add parameter ID-FORMAT and
6093 include in call to file name handler. Optionally translate numeric
6094 UID and GID to strings. Update docstring.
6095 (directory_files_internal): Add parameter ID-FORMAT.
6096 (Fdirectory_files_and_attributes): Add parameter ID-FORMAT and
6097 include in call to file name handler and call to
6098 directory_files_internal. Update Docstring.
6099 (Fdirectory_files): Add dummy parameter in call to
6100 directory_files_internal.
6101 * lisp.h (Qinteger): Add.
6102 (Qinteger_or_floatp, Qinteger_or_float_or_marker_p): Remove.
6103 (Ffile_attributes): Add parameter.
6104 * data.c (Qinteger): Export.
6105
6106 2003-11-21 Luc Teirlinck <teirllm@auburn.edu>
6107
6108 * fns.c (Freverse, Fnreverse): Doc fixes.
6109
6110 2003-11-19 Kim F. Storm <storm@cua.dk>
6111
6112 * xdisp.c (init_iterator): Initialize it->start to position
6113 before reseating (in case start position is invisible).
6114 (init_to_row_start): Set it->start to row-start.
6115 (redisplay_window): Accept optional_new_start if start position
6116 is invisible (in which case IT_CHARPOS overshoots PT).
6117 (display_line): Setup row->start from it->start (rather than
6118 it->current which is wrong if first char on line is invisible).
6119 When done, reseat it->start to it->current (= start of next row).
6120 (expose_area): Fix exposure of text area when first char (e.g. TAB)
6121 is only partially visible.
6122
6123 * dispextern.h (struct it): New member start.
6124
6125 2003-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * alloc.c (make_float, Fcons): Clear the markbit at init time.
6128 (make_float, Fcons, Fmake_symbol, allocate_misc): Move the increment
6129 of block_index outside of the macro call.
6130 (Fgarbage_collect): Remove null code.
6131
6132 * m/amdx86-64.h: Don't redefine XPNTR.
6133
6134 * keyboard.c (parse_modifiers, apply_modifiers): Use INTMASK instead
6135 of VALMASK.
6136
6137 * fns.c (hashfn_eq, hashfn_eql, hashfn_equal, hash_put)
6138 (sxhash_string, sxhash): Use INTMASK instead of VALMASK.
6139 (maybe_resize_hash_table): Use MOST_POSITIVE_FIXNUM.
6140
6141 * lisp.h (VALMASK): Only define for non-union type.
6142 (MARKBIT): Remove.
6143 (ARRAY_MARK_FLAG): Use previous value of MARKBIT.
6144 (XTYPE): Define unconditionally.
6145 (XSETTYPE): Remove one more remnant.
6146 (EQ): Define differently for the union and non-union cases.
6147 (INTMASK): New bit mask.
6148 (struct Lisp_Marker): Move down to prepare for upcoming patch.
6149 (GC_EQ): Delegate to EQ.
6150
6151 * coding.c (coding_restore_composition): Lisp_Object/int mixup.
6152
6153 2003-11-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6154
6155 * xterm.c (x_window_to_scroll_bar): Move check of display to
6156 where window_id is compared.
6157
6158 2003-11-17 Kim F. Storm <storm@cua.dk>
6159
6160 * dispextern.h (struct it): New member first_vpos.
6161
6162 * xdisp.c (start_display): Set it->first_vpos.
6163 (try_window_id): Use first_vpos to start display in first _text_
6164 line if no reusable lines at start of window with header line.
6165
6166 2003-11-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6167
6168 * w32fns.c (XPutPixel):
6169 * w32bdf.c (w32_init_bdf_font):
6170 * sunfns.c (sel_read):
6171 * process.c (Fmake_network_process):
6172 * frame.c (store_frame_param):
6173 * fontset.c (Fset_fontset_font):
6174 * emacs.c (shut_down_emacs):
6175 * ccl.c (ccl_driver): Remove period at end of error message.
6176
6177 * config.in: Regenerate.
6178
6179 * xfns.c (x_window_to_frame, x_any_window_to_frame)
6180 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
6181 (x_top_window_to_frame): Add Display* argument to xg_win_to_widget.
6182 (x_create_bitmap_mask, xg_set_icon, create_frame_xic)
6183 (xic_set_statusarea, x_window, gif_load): Formatting adjustments.
6184
6185 * xterm.h (struct x_display_info): New field xg_cursor for GTK.
6186
6187 * xterm.c: Add Display * to x_window_to_scroll_bar declaration.
6188 (XTmouse_position, handle_one_xevent): Pass Display* to
6189 x_window_to_scroll_bar.
6190 (x_window_to_scroll_bar): Take a Display* argument.
6191 Check that display for frame is equal to Display* argument.
6192 (event_handler_gdk): Remove current_dpyinfo. Get dpyinfo from
6193 x_display_info_for_display instead. Use Display in xev instead
6194 of GDK_DISPLAY.
6195 (x_dispatch_event): Call x_display_info_for_display.
6196 (XTread_socket): Move GTK part out of loop. current_dpyinfo removed.
6197 (x_connection_closed): Call xg_display_close for GTK.
6198 (x_term_init): Call xg_display_open for additional displays.
6199 Initiate dpyinfo->xg_cursor with call to xg_create_default_cursor
6200 for GTK.
6201
6202 * xmenu.c (single_menu_item, mouse_position_for_popup)
6203 (x_activate_menubar): Formatting adjustments.
6204
6205 * xdisp.c (update_tool_bar, redisplay_tool_bar): Formatting
6206 adjustments.
6207
6208 * gtkutil.c (xg_get_gdk_display, xg_set_screen, xg_display_open)
6209 (xg_display_close, xg_create_default_cursor)
6210 (xg_get_gdk_pixmap_and_mask): New functions for multiple display
6211 handling.
6212 (xg_left_ptr_cursor): Remove.
6213 (xg_set_cursor): Change cursor to GdkCursor*. Do not create
6214 cursor here.
6215 (xg_win_to_widget): Take Display* argument, call
6216 gdk_xid_table_lookup_for_display.
6217 (xg_create_frame_widgets, xg_get_file_name, create_menus)
6218 (xg_create_widget, xg_modify_menubar_widgets): Call xg_set_screen.
6219 (xg_create_widget, xg_create_scroll_bar): Use xg_cursor
6220 in FRAME_X_DISPLAY_INFO.
6221 (xg_get_scroll_id_for_window): Take Display* argument.
6222 (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
6223 (xg_initialize): Remove xg_left_ptr_cursor.
6224
6225 * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
6226 Display* argument.
6227 (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
6228
6229 2003-11-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6230
6231 * xterm.c (x_detect_focus_change): Do not change focus frame for
6232 Enter/LeaveNotify if the current focus frame has explicit focus.
6233
6234 2003-11-14 Kim F. Storm <storm@cua.dk>
6235
6236 * dispnew.c (update_text_area): Fix redisplay error when hscroll
6237 is active and first glyph is only partially visible.
6238
6239 2003-11-13 Kenichi Handa <handa@m17n.org>
6240
6241 * xdisp.c (select_frame_for_redisplay): New function.
6242 (redisplay_internal): Record also selected_frame for
6243 unwind_redisplay. Call select_frame_for_redisplay before
6244 redrawing each frame.
6245 (unwind_redisplay): Argument changed to a cons.
6246
6247 2003-11-12 Luc Teirlinck <teirllm@auburn.edu>
6248
6249 * fns.c (Fstring_to_multibyte): Doc fix.
6250
6251 2003-11-11 Kenichi Handa <handa@m17n.org>
6252
6253 * xterm.c (x_list_fonts): Fix excluding of auto-scaled fonts.
6254
6255 2003-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6256
6257 * xfns.c (x_window): Set XtNx and XtNy in shell widget for
6258 program specified positions.
6259
6260 2003-11-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6261
6262 * xterm.c (XAW_ARROW_SCROLLBARS): Define it for Xaw 1.5E.
6263
6264 2003-11-08 Kenichi Handa <handa@m17n.org>
6265
6266 * Makefile.in (lisp): Add kannada.el.
6267 (shortlisp): Likewise.
6268
6269 2003-11-07 Kenichi Handa <handa@m17n.org>
6270
6271 * coding.c (coding_allocate_composition_data):
6272 Reset coding->composing to COMPOSITION_NO.
6273 (coding_restore_composition): Detect invalid composition data.
6274 Give Fstring and Fvector a Lispy integer, not C int.
6275
6276 2003-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * floatfns.c (Flogb): Don't use VALMASK.
6279
6280 * m/amdx86-64.h (VALBITS, XINT, XUINT): Remove.
6281 * m/ia64.h (VALBITS, XINT, XUINT): Remove.
6282
6283 * lisp.h (XINT): Move the cast to clarify what is going on.
6284 (GCTYPEMASK, XSETTYPE): Remove.
6285 (XGCTYPE): Make it an alias of XTYPE.
6286
6287 2003-11-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6288
6289 * xterm.c (x_term_init): Fix formatting.
6290
6291 2003-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6292
6293 * gtkutil.h (xg_have_tear_offs): Declare.
6294 (xg_keep_popup, xg_did_tearoff): Remove.
6295
6296 * gtkutil.c: Remove variable xg_did_tearoff.
6297 (xg_have_tear_offs): New function.
6298 (tearoff_remove): Just decrease xg_detached_menus.
6299 (tearoff_activate): Increase xg_detached_menus and call
6300 tearoff_remove when tearoff is removed.
6301 (xg_keep_popup): Remove function.
6302 (create_menus): Give add_tearoff_p as argument to recursive
6303 call to create_menus.
6304 (xg_create_widget): Use variables instead of multiple
6305 strcmp. Tell create_menus to create tear off only for
6306 menu bar menus.
6307 (xg_update_menubar): Change title for a detached menu also.
6308 (xg_modify_menubar_widgets): Always call xg_update_menubar, regardless
6309 of deep_p.
6310 (xg_initialize): Initialize xg_detached_menus, remove
6311 initialization of xg_did_tearoff.
6312
6313 * xmenu.c (set_frame_menubar): For GTK, set deep_p if
6314 xg_have_tear_offs returns non-zero.
6315 (create_and_show_popup_menu): Remove setting of xg_did_tearoff and
6316 call to xg_keep_popup.
6317
6318 2003-11-01 Andrew Choi <akochoi@shaw.ca>
6319
6320 * macterm.c (XTread_socket): Handle menubar selection and grow
6321 window only for mouseDown events.
6322
6323 2003-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6324
6325 * xterm.c (x_term_init): For GTK part, increase x_initialized
6326 to check for more than one display. Use error instead of return 0.
6327
6328 2003-10-31 Andrew Choi <akochoi@shaw.ca>
6329
6330 * unexmacosx.c (unrelocate): New function (contributed by Nozomu Ando).
6331 (copy_dysymtab): Call it.
6332
6333 2003-10-31 Luc Teirlinck <teirllm@auburn.edu>
6334
6335 * eval.c (Fdefvaralias): Doc fix.
6336
6337 2003-10-26 Luc Teirlinck <teirllm@auburn.edu>
6338
6339 * data.c (Fsetplist): Doc fix.
6340
6341 2003-10-14 Lute Kamstra <lute@gnu.org>
6342
6343 * window.c (Fset_window_fringes): Clarify docstring.
6344
6345 2003-10-14 Kim F. Storm <storm@cua.dk>
6346
6347 * window.c (Fset_window_margins): Simplify arg checking.
6348
6349 2003-10-13 Richard M. Stallman <rms@gnu.org>
6350
6351 * regex.c (MAX_BUF_SIZE): Reduce to 2**15.
6352 (print_partial_compiled_pattern): Replace assert with a printout.
6353 (skip_noops, mutually_exclusive_p): Change args, values to re_char *.
6354
6355 * alloc.c (lisp_align_malloc): If BASE is 0, call memory_full.
6356
6357 * window.c (Fset_window_margins): Allow only integers as args.
6358 (syms_of_window) <special-display-buffer-names, special-display-regexps>:
6359 Doc fixes.
6360
6361 2003-10-13 Lute Kamstra <lute@gnu.org>
6362
6363 * window.c (Fset_window_fringes): Elaborate docstring.
6364
6365 2003-10-12 Andrew Choi <akochoi@shaw.ca>
6366
6367 * macterm.c (XTread_socket): Call DragWindow only for mouseDown events.
6368
6369 * s/darwin.h (GC_MARK_STACK): Define.
6370
6371 2003-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6372
6373 * window.c (shrink_windows): New function.
6374 (size_window): Call shrink_windows to calculate window sizes when
6375 shrinking frame with more than one window.
6376
6377 2003-10-12 Kim F. Storm <storm@cua.dk>
6378
6379 * xdisp.c (compute_fringe_widths): Doc fix.
6380
6381 2003-10-08 Kenichi Handa <handa@m17n.org>
6382
6383 * coding.c (Fcoding_system_p): Return t for auto-loading coding system.
6384
6385 2003-10-07 Kenichi Handa <handa@m17n.org>
6386
6387 * coding.c (Qcoding_system_define_form): New variable.
6388 (syms_of_coding): Intern and staticpro it.
6389 (Fcheck_coding_system): Try to autoload the definition of
6390 CODING-SYSTEM.
6391
6392 2003-10-05 Luc Teirlinck <teirllm@auburn.edu>
6393
6394 * fns.c (Frequire): Doc fix.
6395
6396 2003-10-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6397
6398 * xfns.c (Fx_send_client_event): New function as a base for
6399 manipulating extended window manager hints.
6400 (Fx_send_client_event): Remove unused variable s.
6401
6402 * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,
6403 that function is removed.
6404
6405 * xterm.c (x_set_offset): Use move_offset_left/top instead of
6406 x/y_pixels_outer_diff.
6407 (x_check_expected_move): Calculate move_offset_left/top.
6408
6409 * xterm.h (struct x_output): New members: move_offset_top/left.
6410
6411 * frame.c (x_set_frame_parameters): Remove x_fullscreen_move,
6412 call x_set_offset directly.
6413
6414 * frame.h (enum): FULLSCREEN_MOVE_WAIT removed.
6415
6416 * frame.c (Fdelete_frame): Free decode_mode_spec_buffer.
6417
6418 * xterm.c (x_delete_display): Free font names and font_encoder
6419 in dpyinfo->font_table.
6420
6421 * xfns.c (Fx_close_connection): Only call XFreeFont here.
6422 Move xfree of font names to x_delete_display.
6423
6424 * xterm.h (struct x_display_info): New member, wm_type.
6425 (struct x_output): New members, expected_top/left and
6426 check_expected_move.
6427
6428 * xterm.c (handle_one_xevent): Reset wm_type when ReparentNotify
6429 is received.
6430 (handle_one_xevent): Rename x_check_expected_move from
6431 x_check_fullscreen_move.
6432 (x_set_offset): Only add WM decoration sizes to modified_top/left
6433 for X_WMTYPE_A. Set check_expected_move when WM type is unknown.
6434 (x_check_expected_move): Rename from x_check_fullscreen_move.
6435 Removed fullscreen specific code. Use check_expected_move,
6436 expected_left/top instead. Also, set wm_type.
6437 (x_term_init): Initialize wm_type to unknown.
6438
6439 * frame.c (x_fullscreen_move): Remove addition of WM decoration
6440 sizes to move_x/y.
6441
6442 2003-10-03 Kenichi Handa <handa@m17n.org>
6443
6444 * macterm.c (x_load_font): Clear all members of FONTP before start
6445 filling them.
6446
6447 2003-10-02 Kenichi Handa <handa@m17n.org>
6448
6449 * fontset.c (fs_load_font): Don't set fontp->font_encoder to NULL
6450 before calling find_ccl_program_func. Call find_ccl_program_func
6451 only when fontp->font_encoder is not NULL.
6452
6453 * xterm.c (x_load_font): Clear all members of FONTP before start
6454 filling them.
6455
6456 2003-10-03 John Paul Wallington <jpw@gnu.org>
6457
6458 * keymap.c (map_keymap): Don't abort when binding is a vector.
6459
6460 2003-10-02 Jason Rumney <jasonr@gnu.org>
6461
6462 * makefile.w32-in (emacs.o, coding.o, bytecode.o):
6463 Sync dependencies with Makefile.in.
6464 (alloca.o): Remove.
6465
6466 * w32fns.c (w32_load_system_font): Clear all members of FONTP before
6467 filling them.
6468
6469 * w32bdf.c (w32_load_bdf_font): Likewise.
6470
6471 2003-09-30 Richard M. Stallman <rms@gnu.org>
6472
6473 * term.c (set_tty_color_mode): Calculate current_mode_spec
6474 regardless of value of VAL.
6475
6476 * intervals.c (graft_intervals_into_buffer):
6477 Set BUF_INTERVALS (buffer)->up_obj when appropriate.
6478 Handle over_used when splitting UNDER.
6479
6480 2003-09-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6481
6482 * regex.c (regex_compile): Free the stack when returning from function.
6483
6484 2003-09-28 Kenichi Handa <handa@m17n.org>
6485
6486 * fontset.c (Finternal_char_font): Change return value to
6487 cons (FONT-NAME . GLYPH-CODE).
6488
6489 2003-09-28 Eli Zaretskii <eliz@gnu.org>
6490
6491 * term.c (tty_setup_colors): Treat any negative argument as -1.
6492
6493 2003-09-27 Gaute B Strokkenes <biggaute@uwc.net> (tiny change)
6494
6495 * process.c (send_process): Delete unused temp_buf.
6496
6497 2003-09-26 Dave Love <fx@gnu.org>
6498
6499 * xterm.c (x_bitmap_mask): Declare.
6500
6501 2003-09-25 Dave Love <fx@gnu.org>
6502
6503 * Makefile.in (fns.o): Depend on md5.h.
6504
6505 2003-09-25 Kim F. Storm <storm@cua.dk>
6506
6507 * window.c (set_window_buffer): Fix redisplay problems when
6508 switching between buffers with different display margin widths.
6509
6510 2003-09-23 Kim F. Storm <storm@cua.dk>
6511
6512 * process.c (set_socket_option): Fix :bindtodevice option.
6513 (Fset_network_process_option): Update process contact list when
6514 setting option succeeds.
6515 (Fmake_network_process): Doc fix.
6516
6517 2003-09-23 Dave Love <fx@gnu.org>
6518
6519 * process.c (Fnetwork_interface_info): Use HAVE_STRUCT_IFREQ... macros.
6520
6521 2003-09-22 Eli Zaretskii <eliz@gnu.org>
6522
6523 * term.c (set_tty_color_mode): Use INTEGERP to test whether a
6524 color mode is an integer number (it could be -1).
6525
6526 2003-09-22 Richard M. Stallman <rms@gnu.org>
6527
6528 * intervals.c (graft_intervals_into_buffer): Correct the main loop
6529 in the case where OVER is longer than UNDER.
6530
6531 2003-09-22 Masatake YAMATO <jet@gyve.org>
6532
6533 * window.c (Fset_window_scroll_bars): Validate the value of
6534 `vertical_type'.
6535
6536 2003-09-21 Kim F. Storm <storm@cua.dk>
6537
6538 * frame.c (Vdefault_frame_scroll_bars): New variable.
6539 (x_set_vertical_scroll_bars): Use it instead of hardcoded values.
6540 (syms_of_frame): DEFVAR_LISP it, and initialize according to
6541 window-system default scroll bar position.
6542
6543 * window.c (Fwindow_scroll_bars): Doc fix.
6544
6545 2003-09-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6546
6547 * xterm.c (x_set_offset): Take window manager decorations into account.
6548
6549 2003-09-19 Richard M. Stallman <rms@gnu.org>
6550
6551 * atimer.h: Don't include lisp.h.
6552 (P_): Define it here (as well as elsewhere).
6553
6554 * print.c (Fprin1_to_string): Move the PRINTPREPARE
6555 later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
6556
6557 * data.c (Fvariable_binding_locus): New function.
6558 (syms_of_data): defsubr it.
6559 (Flocal_variable_p): Delete duplicate call to indirect_variable.
6560
6561 2003-09-18 Dave Love <fx@gnu.org>
6562
6563 * alloc.c (GC_MALLOC_CHECK): Move conditional undef after lisp.h.
6564
6565 * process.c (Fnetwork_interface_info): Fix type error.
6566 (Fnetwork_interface_list): Doc fix.
6567 (read_process_output, read_process_output): Delete unused var.
6568
6569 2003-09-17 Kim F. Storm <storm@cua.dk>
6570
6571 * process.c (Fnetwork_interface_list, Fnetwork_interface_info):
6572 Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
6573 (Fnetwork_interface_info): Check that ifreq struct has required
6574 fields before accessing them; this requires that those fields are
6575 defined as macros, which may be too restrictive on some platforms,
6576 but it is better than failing on other platforms.
6577 (syms_of_process): Only defsubr above fns when included.
6578
6579 2003-09-17 Dave Love <fx@gnu.org>
6580
6581 * unexalpha.c: Don't include varargs.h.
6582
6583 2003-09-17 Kim F. Storm <storm@cua.dk>
6584
6585 * process.c (Fset_process_sentinel): Add sentinel to childp plist
6586 for network process.
6587 (socket_options): Add `:' prefix to option names. Add optbit field.
6588 (set_socket_option): Remove no_error arg and special handling of s < 0.
6589 Return 1<<optbit for known option, 0 for unknown.
6590 Do not interpret 0 as false for boolean option (only nil).
6591 Pass failed option and value to report_file_error.
6592 (Fset_network_process_options): Replace by Fset_network_process_option.
6593 (Fset_network_process_option): New function to set just one option.
6594 (Fmake_network_process): Allow :coding arg to be a cons.
6595 Allow :server arg to be an integer specifying backlog size.
6596 Remove :options arg, and allow options to be specified directly
6597 as :KEY, VALUE pairs. Parse these options before binding socket.
6598 As before, :reuseaddr t is default for a server process, but this
6599 can now be disabled by specifying :reuseaddr nil.
6600 (Fnetwork_interface_info): Rename from Fget_network_interface_info.
6601 (init_process): Availability of network options is now checked with
6602 simpler syntax (featurep 'make-network-process :OPTION); use loop to
6603 setup features.
6604 (syms_of_process): Fix defsubr's for the replaced functions.
6605
6606 2003-09-16 Dave Love <fx@gnu.org>
6607
6608 * Makefile.in: Depend on coding.h.
6609
6610 2003-09-14 Kim F. Storm <storm@cua.dk>
6611
6612 * process.c [HAVE_SOCKETS]: Include sys/ioctl.h and net/if.h.
6613 (Fnetwork_interface_list, Fget_network_interface_info): New defuns.
6614 (syms_of_process): Defsubr them.
6615
6616 * config.in: Regenerate.
6617
6618 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * m/sr2k.h (XMARKBIT, XUNMARK): Remove.
6621 * m/news-r6.h (XUNMARK): Remove.
6622 * m/mips.h (XUNMARK): Remove.
6623 * m/mips-siemens.h (XUNMARK): Remove.
6624 * m/iris4d.h (XUNMARK): Remove.
6625 * m/hp800.h (XMARKBIT, XUNMARK): Remove.
6626
6627 2003-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * lisp.h (VALBITS): Don't remove 1 for the markbit.
6630 (union Lisp_Object): Use unsigned int for types. Remove markbit.
6631 (MARKBIT): Remove 1 from VALBITS so we still use same old val.
6632 (XTYPE): Use unsigned right-shift.
6633 (XMARKBIT, XMARK, XUNMARK): Remove.
6634
6635 * alloc.c (init_intervals, init_symbol, init_marker):
6636 Don't preallocate anything.
6637 (Fgarbage_collect, mark_object): Ignore the markbit.
6638
6639 * bytecode.c (mark_byte_stack, unmark_byte_stack): Ignore the markbit.
6640
6641 2003-09-08 Lute Kamstra <lute@gnu.org>
6642
6643 * xdisp.c (pint2hrstr): New function.
6644 (decode_mode_spec): Add `%i' and `%I' specs.
6645 * buffer.c (syms_of_buffer): Document `%i' and `%I' constructs
6646 for `mode-line-format'.
6647
6648 2003-09-07 Andreas Schwab <schwab@suse.de>
6649
6650 * alloc.c: Use long instead of int when casting ABLOCKS_BUSY to
6651 avoid warning.
6652
6653 2003-09-07 Eli Zaretskii <eliz@gnu.org>
6654
6655 * editfns.c (region_limit): Support any non-zero value of BEGINNINGP.
6656
6657 2003-09-03 Kim F. Storm <storm@cua.dk>
6658
6659 * xdisp.c (get_window_cursor_type): Partially undo 2002-03-01
6660 change (superseded by 2002-08-30 change); the default blink-off
6661 cursor is now again "no cursor".
6662
6663 2003-09-01 Jason Rumney <jasonr@gnu.org>
6664
6665 * makefile.w32-in (alloca.o): Remove.
6666 (coding.o): Depend on intervals.h
6667 (emacs.o, bytecode.o): Depend on window.h
6668
6669 2003-09-01 Dave Love <fx@gnu.org>
6670
6671 * Makefile.in (alloca.o): Remove commands.
6672 (coding.o): Depend on intervals.h composite.h window.h.
6673 (emacs.o): Depend on window.h keyboard.h keymap.h.
6674 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
6675 (bytecode.o): Depend on window.h.
6676
6677 2003-08-31 Jason Rumney <jasonr@gnu.org>
6678
6679 * w32term.c (w32_per_char_metric): Allow cached metrics to be
6680 returned even when font_type is unknown.
6681
6682 * xdisp.c (init_iterator): Remove old WINDOWSNT conditional.
6683
6684 2003-08-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6685
6686 * xterm.c (x_term_init): Initialize new fields in x_display_info.
6687
6688 * xterm.h (struct x_display_info): Add red/green/blue_bits and
6689 *_offset.
6690
6691 * xfns.c (lookup_rgb_color): Use new fields in x_display_info to
6692 calculate pixel value.
6693
6694 2003-08-29 Gerd Moellmann <gerd.moellmann@t-online.de>
6695
6696 * xdisp.c (redisplay_internal): Fix change of 2003-04-30.
6697 Don't tell redisplay display is accurate when it's actually been
6698 paused for pending input.
6699
6700 2003-08-29 Richard M. Stallman <rms@gnu.org>
6701
6702 * dispnew.c (adjust_glyph_matrix): Call window_box
6703 whenever W is nonzero.
6704
6705 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
6706 (Fkill_local_variable, Fmake_variable_frame_local)
6707 (Flocal_variable_p, Flocal_variable_if_set_p):
6708 Use indirect_variable to trace thru variable aliases.
6709
6710 * config.in: Updated.
6711
6712 * callint.c (Fcall_interactively): Save and restore
6713 Vthis_command, Vthis_original_command, real_this_command,
6714 and current_kboard->Vlast_command.
6715
6716 * abbrev.c (Fexpand_abbrev): Insert before deleting.
6717
6718 2003-08-29 Gerd Moellmann <gerd@gnu.org>
6719
6720 * xfns.c (lookup_rgb_color): Handle TrueColor visuals specially.
6721
6722 2003-08-28 David Abrahams <dave@boost-consulting.com> (tiny change)
6723
6724 * coding.c (decode_coding_iso2022): Initialize local variable c2.
6725 (decode_coding_sjis_big5): Likewise.
6726
6727 2003-08-27 Jason Rumney <jasonr@gnu.org>
6728
6729 * w32.c (sys_pipe): Protect against file descriptor overflow.
6730
6731 * w32fns.c (syms_of_w32fns): Remove non-existent functions.
6732
6733 * w32term.c (w32_read_socket): Fix WM_MOUSEWHEEL assignment.
6734
6735 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
6736
6737 * xfns.c (Vgtk_version_string): New variable.
6738 (syms_of_xfns): DEFVAR_LISP it. Provide gtk.
6739
6740 2003-08-24 Eli Zaretskii <eliz@gnu.org>
6741
6742 * term.c (term_init): Remove `const' from buffer_size's declaration.
6743
6744 * Makefile.in (msdos.o): Depend on intervals.h.
6745
6746 * msdos.c: Include intervals.h, since STRING_INTERVALS requires that.
6747
6748 2003-08-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6749
6750 * xterm.h (struct x_display_info): New fields: client_leader_window
6751 and Xatom_wm_client_leader.
6752
6753 * xterm.c (x_initialize): Move call to x_session_initialize to ...
6754 (x_term_init): ... here. Initialize client_leader fields in dpyinfo.
6755
6756 * xsmfns.c (create_client_leader_window): New function.
6757 (x_session_initialize): Call create_client_leader_window, take
6758 dpyinfo as argument.
6759
6760 * xfns.c (Fx_create_frame): Set property WM_CLIENT_LEADER.
6761
6762 * Makefile.in (xsmfns.o): Add more depenedencies.
6763
6764 2003-08-21 Dave Love <fx@gnu.org>
6765
6766 * m/iris4d.h: Use _MIPS_SZLONG, not _LP64.
6767
6768 2003-08-21 Kenichi Handa <handa@m17n.org>
6769
6770 * term.c (term_init): Fix previous change; don't rely on the
6771 length of `buffer' if TERMINFO is defined.
6772
6773 2003-08-20 Dave Love <fx@gnu.org>
6774
6775 * atimer.h: Include lisp.h.
6776
6777 * lisp.h (EMACS_LISP_H): New.
6778 (popup_activated_flag): Don't declare.
6779
6780 * alloca.c: Some merging with gnulib. Change logic and doc
6781 concerning (x)malloc/(x)free -- no longer Emacs-specific.
6782 [DO_BLOCK_INPUT]: Don't include lisp.h.
6783 (xmalloc, xfree): Declare.
6784 (malloc): Don't declare.
6785
6786 * Makefile.in (LWLIB_OPTIONS): Remove (unused).
6787 (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on
6788 atimer.h, blockinput.h.
6789
6790 * alloc.c (lisp_align_malloc): Change type of `aligned'.
6791
6792 * alloca.s: Remove.
6793
6794 2003-08-19 Gerd Moellmann <gerd@gnu.org>
6795
6796 * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,
6797 use -lncurses.
6798
6799 * term.c (term_init): Use a buffer of size 4096 for tgetent since
6800 FreeBSD returns something longer than 2044. Abort if the end of
6801 the buffer is overwritten.
6802
6803 2003-08-19 Miles Bader <miles@gnu.org>
6804
6805 * xterm.c (x_term_init): Correctly use result of Ffile_readable_p.
6806
6807 2003-08-19 Gerd Moellmann <gerd@gnu.org>
6808
6809 * alloc.c (lisp_align_malloc): Check for memory full when
6810 allocating ablocks, which also avoids freeing a pointer into an
6811 ablocks structure.
6812
6813 * puresize.h (BASE_PURESIZE): Increase to 1100000.
6814
6815 * buffer.c (Fmove_overlay): Set overlay's next pointer unconditionally.
6816
6817 2003-08-16 Richard M. Stallman <rms@gnu.org>
6818
6819 * editfns.c (Fencode_time): Doc fix.
6820
6821 2003-08-16 David Ponce <david@dponce.com>
6822
6823 * fileio.c (Fwrite_region): Fix conditional expression to issue
6824 the right message.
6825
6826 2003-08-16 Juri Linkov <juri@jurta.org>
6827
6828 * syntax.c (Fforward_word): Argument changed to optional.
6829 Set default value to 1.
6830
6831 2003-08-15 Kenichi Handa <handa@m17n.org>
6832
6833 * xfaces.c (better_font_p): Prefer a real scalable font; i.e. not
6834 what autoscaled.
6835 (best_matching_font): Once we find a better scalable font, set
6836 non_scalable_has_exact_height_p to 1.
6837 (try_font_list): Call try_alternative_families to try any family
6838 with the given registry.
6839
6840 2003-08-09 Andreas Schwab <schwab@suse.de>
6841
6842 * alloc.c (mark_object): Handle Lisp_Misc_Save_Value.
6843
6844 * print.c (print_string): Fix printing of multibyte string with
6845 nontrivial printcharfun.
6846
6847 2003-07-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6848
6849 * xfns.c (xg_set_icon): Rewrite to compile with GTK 2.0 and 2.2.
6850
6851 * xterm.c (x_bitmap_icon): Return if xg_set_icon succeeds.
6852
6853 2003-07-31 Kenichi Handa <handa@m17n.org>
6854
6855 * process.c (read_process_output): Return the actually read bytes
6856 instead of the result of decoding.
6857
6858 2003-07-31 Kenichi Handa <handa@m17n.org>
6859
6860 * xterm.h (struct x_bitmap_record): New member have_mask.
6861
6862 * xfns.c (x_create_bitmap_from_data): Initialize have_mask member
6863 to 0.
6864 (x_create_bitmap_from_file): Likewise.
6865 (x_destroy_bitmap): Check have_mask member before freeing a mask.
6866 (x_destroy_all_bitmaps): Likewise.
6867 (x_create_bitmap_mask): Set have_mask member to 1.
6868
6869 2003-07-30 Richard M. Stallman <rms@gnu.org>
6870
6871 * Makefile.in (CFLAGS) [!OPTIMIZE]: Undo previous change.
6872
6873 2003-07-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6874
6875 * gtkutil.c (xg_mark_data): Update calls to mark_object.
6876
6877 2003-07-29 Richard M. Stallman <rms@gnu.org>
6878
6879 * xterm.c (xim_open_dpy, xim_initialize, xim_close_dpy):
6880 Conditionalize XIM code on HAVE_XIM.
6881
6882 * fns.c (Fclear_string): New function.
6883 (syms_of_fns): defsubr it.
6884
6885 2003-07-28 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
6886
6887 * xfns.c (xic_set_preeditarea): Add the left fringe width to spot.x.
6888
6889 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
6890
6891 * xfns.c: Don't check HAVE_PNG_H: autoconf doesn't seem to find it.
6892
6893 * buffer.c (delete_all_overlays): New function.
6894 * buffer.h (delete_all_overlays): Declare.
6895 * coding.c (run_pre_post_conversion_on_str):
6896 * print.c (temp_output_buffer_setup):
6897 * fileio.c (Finsert_file_contents):
6898 * minibuf.c (get_minibuffer): Use it.
6899
6900 2003-07-22 Andrew Choi <akochoi@shaw.ca>
6901
6902 * unexmacosx.c (unexec_regions_sort_compare):
6903 (unexec_regions_merge): New functions. Sort and merge unexec
6904 regions before dumping them.
6905
6906 2003-07-22 Dave Love <fx@gnu.org>
6907
6908 * xfns.c [HAVE_PNG]: Consider both png.h and libpng/png.h.
6909
6910 2003-07-21 Stefan Monnier <monnier@cs.yale.edu>
6911
6912 * alloc.c (MARK_STRING, UNMARK_STRING, STRING_MARKED_P)
6913 (GC_STRING_CHARS, string_bytes): Use ARRAY_MARK_FLAG rather than
6914 MARKBIT as the gcmarkbit for strings.
6915
6916 2003-07-21 Richard M. Stallman <rms@gnu.org>
6917
6918 * s/openbsd.h (LD_SWITCH_SYSTEM_TEMACS): Add undef.
6919
6920 * fns.c (Flocale_info): Rename from Flanginfo. Doc fixes.
6921 (syms_of_fns): Corresponding change.
6922
6923 * alloc.c (syms_of_alloc): Doc fixes.
6924
6925 2003-07-20 Han Boetes <han@mijncomputer.nl> (tiny change)
6926
6927 * s/netbsd.h: Use -Wl syntax.
6928
6929 2003-07-17 Richard M. Stallman <rms@gnu.org>
6930
6931 * xterm.c (xim_initialize): Redo 6/24 change.
6932
6933 2003-07-15 Stefan Monnier <monnier@cs.yale.edu>
6934
6935 * buffer.c (copy_overlays): Use EMACS_INT for positions.
6936 (Fswitch_to_buffer): Don't signal an error when switching to the same
6937 buffer in a dedicated window.
6938
6939 * alloc.c: Use bitmaps for cons, as was done for floats.
6940 (init_float, init_cons): Let the normal code allocate the first block.
6941 (CONS_BLOCK_SIZE): Redefine based on BLOCK_BYTES and bitmap size.
6942 (CONS_BLOCK, CONS_INDEX, CONS_MARKED_P, CONS_MARK, CONS_UNMARK):
6943 New macros.
6944 (struct cons_block): Move conses to the beginning. Add gcmarkbits.
6945 (Fcons): Use lisp_align_malloc and CONS_UNMARK.
6946 (live_cons_p): Check the pointer is not past the `conses' array.
6947 (mark_maybe_object, mark_maybe_pointer): Use CONS_MARKED_P.
6948 (mark_object, mark_buffer): Use CONS_MARKED_P and CONS_MARK.
6949 (survives_gc_p): Use CONS_MARKED_P and simplify.
6950 (gc_sweep): Use CONS_MARKED_P, CONS_UNMARK, and lisp_align_free.
6951
6952 2003-07-13 Paul Eggert <eggert@twinsun.com>
6953
6954 GCC 3.3 (sparc) no longer puts "int foo = 0;" into data; it
6955 puts it into BSS instead, at least on Solaris 8 and 9.
6956 This is a valid optimization, and it may occur on other platforms,
6957 so Emacs should not assume that initializing a static variable to
6958 zero puts it into data.
6959 * alloc.c (pure, staticvec):
6960 Initialize these arrays to nonzero, so that they're not
6961 put into BSS by that optimization.
6962
6963 2003-07-13 Stefan Monnier <monnier@cs.yale.edu>
6964
6965 * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users.
6966 (lisp_align_malloc): Use posix_memalign is available.
6967 (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
6968 (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
6969 for consistency. Update users.
6970
6971 2003-07-13 Richard M. Stallman <rms@gnu.org>
6972
6973 * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
6974
6975 2003-07-13 Terje Rosten <terjeros@phys.ntnu.no>
6976
6977 * xterm.c (x_bitmap_icon,x_wm_set_icon_pixmap): Modify to add mask,
6978 and use the Gtk+ function gtk_window_icon_from_file if available.
6979
6980 * xfns.c (x_bitmap_mask, x_create_bitmap_mask): New functions to
6981 handle mask of bitmaps.
6982 (x_allocate_bitmap_record, x_destroy_bitmap): Modify to handle the
6983 mask property.
6984 (xg_set_icon): New function, wrapper for gtk_window_icon_from_file.
6985
6986 * xterm.h (xg_set_icon): New function.
6987
6988 2003-07-12 Paul Eggert <eggert@twinsun.com>
6989
6990 * unexelf.c (unexec): Consider a section to precede the .bss
6991 section if its addresses overlap that of .bss.
6992
6993 2003-07-12 Richard M. Stallman <rms@gnu.org>
6994
6995 * Makefile.in (CFLAGS) [!OPTIMIZE]: Set CFLAGS to -g.
6996
6997 * config.in (HAVE_CRTIN): Add #undef.
6998 (INLINE): Really inline only if OPTIMIZE is defined.
6999
7000 * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
7001 END_FILES_1.
7002 (START_FILES_1, END_FILES_1): New macros (conditional).
7003 (LD_SWITCH_SYSTEM_TEMACS): Define.
7004
7005 * s/openbsd.h: Don't include bsd4-3.h.
7006 (TERMINFO): Define.
7007 (LIBS_TERMCAP): Define.
7008 (LD_SWITCH_SYSTEM): Define (two definitions).
7009
7010 * xfns.c: Include libpng/png.h instead of png.h.
7011
7012 2003-07-11 Andreas Schwab <schwab@suse.de>
7013
7014 * buffer.c (modify_overlay): Update prototype.
7015 * lisp.h (adjust_overlays_for_insert, adjust_overlays_for_delete):
7016 Likewise.
7017
7018 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
7019
7020 * lisp.h (VALBITS): Define in terms of GCTYPEBITS.
7021 (struct interval): Move to intervals.h.
7022 (struct Lisp_Marker): Use EMACS_INT for position info.
7023 (forward_point): Remove prototype of defunct function.
7024 (Qmodification_hooks, Qrear_nonsticky, Fnext_property_change)
7025 (Fget_text_property, Fset_text_properties, Ftext_propertes_not_all)
7026 (syms_of_textprop, set_text_properties): Remove prototypes that are
7027 already in intervals.h.
7028
7029 * intervals.h (struct interval): Move from lisp.h.
7030 Use EMACS_INT for position and size info.
7031
7032 * coding.c: Include intervals.h for Fset_text_properties.
7033
7034 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
7035 position and length information.
7036
7037 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
7038
7039 * buffer.h (struct buffer_text, struct buffer): Use EMACS_INT for
7040 position and length information.
7041
7042 2003-07-09 Stefan Monnier <monnier@cs.yale.edu>
7043
7044 Change overlays_after and overlays_before so the overlays themselves
7045 are linked into lists, rather than using cons cells. After all each
7046 Lisp_Misc already occupies 5 words, so we can add a `next' field to
7047 Lisp_Overlay for free and save up one cons cell per overlay (not
7048 to mention one indirection when traversing the list of overlay).
7049
7050 * lisp.h (struct Lisp_Overlay): New field `next'.
7051
7052 * buffer.h (struct buffer): Change overlays_before and overlays_after
7053 from Lisp lists of overlays to pointers to overlays.
7054
7055 * buffer.c (overlay_strings, recenter_overlay_lists):
7056 Fix typo in eassert in last commit.
7057 (unchain_overlay): New function.
7058 (add_overlay_mod_hooklist): Use AREF.
7059 (copy_overlays, reset_buffer, overlays_at, overlays_in)
7060 (overlay_touches_p, overlay_strings, recenter_overlay_lists)
7061 (fix_overlays_in_range, fix_overlays_before, Fmake_overlay)
7062 (Fmove_overlay, Fdelete_overlay, Foverlay_lists)
7063 (report_overlay_modification, evaporate_overlays, init_buffer_once):
7064 Adjust to new type of overlays_(before|after).
7065
7066 * alloc.c (mark_object): Mark the new `next' field of overlays.
7067 (mark_buffer): Manually mark the overlays_(after|before) fields.
7068
7069 * coding.c (run_pre_post_conversion_on_str):
7070 * editfns.c (overlays_around):
7071 * xdisp.c (load_overlay_strings):
7072 * fileio.c (Finsert_file_contents):
7073 * indent.c (current_column):
7074 * insdel.c (signal_before_change, signal_after_change):
7075 * intervals.c (set_point_both):
7076 * print.c (temp_output_buffer_setup): Use new type for
7077 overlays_(before|after).
7078
7079 2003-07-08 Stefan Monnier <monnier@cs.yale.edu>
7080
7081 * buffer.c (report_overlay_modification): Don't run hooks while
7082 traversing the list of overlays.
7083
7084 * buffer.h (struct buffer): Use an int for overlay_center.
7085 (overlays_at, evaporate_overlays, recenter_overlay_lists)
7086 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
7087
7088 * buffer.c (reset_buffer, recenter_overlay_lists)
7089 (adjust_overlays_for_insert, adjust_overlays_for_delete)
7090 (fix_overlays_in_range, Fmake_overlay, Fmove_overlay)
7091 (evaporate_overlays, init_buffer_once): Update use of overlay_center.
7092 (overlays_at, evaporate_overlays, recenter_overlay_lists)
7093 (overlay_strings, fix_overlays_before): Use EMACS_INT for positions.
7094
7095 * xdisp.c (fast_find_position): Remove unused var.
7096
7097 * cmds.c (Qexpand_abbrev): New sym.
7098 (syms_of_cmds): Initialize it.
7099 (internal_self_insert): Use it to call expand-abbrev.
7100
7101 2003-07-09 Kim F. Storm <storm@cua.dk>
7102
7103 * xterm.c (use_xim) [!USE_XIM]: Default to disable XIM if Emacs
7104 was configured with --without-xim.
7105 (x_term_init) [!USE_XIM]: Use `useXIM' resource to turn on XIM.
7106
7107 2003-07-07 Richard M. Stallman <rms@gnu.org>
7108
7109 * xdisp.c (reseat_1): Set it->area to TEXT_AREA.
7110
7111 * alloc.c (Fgarbage_collect): Doc fix.
7112
7113 2003-07-07 Nozomu Ando <nand@mac.com>
7114
7115 * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
7116
7117 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
7118
7119 * minibuf.c (read_minibuf): UNGCPRO before returning.
7120 (Ftry_completion, Fall_completions): Doc fix.
7121
7122 * alloc.c (live_float_p): Check that p is not past the `floats' array,
7123 now that `floats' is not the last element of the struct any more.
7124
7125 2003-07-06 Jason Rumney <jasonr@gnu.org>
7126
7127 * w32term.h (ClipboardSequence_Proc): New type.
7128
7129 * w32fns.c (clipboard_sequence_fn): New variable.
7130 (globals_of_w32fns): Initialize it.
7131
7132 * w32select.c (last_clipboard_sequence_number): New variable.
7133 (Fw32_set_clipboard_data, Fw32_get_clipboard_data): Use sequence
7134 number if possible.
7135
7136 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * m/amdx86-64.h (MARKBIT):
7139 * m/ia64.h (MARKBIT): Remove definition since lisp.h does not compare
7140 MARKBIT and ARRAY_MARK_FLAG any more.
7141
7142 * m/hp800.h (XSETMARKBIT):
7143 * m/sr2k.h (XSETMARKBIT):
7144 * lisp.h (XSETMARKBIT): Remove unused macro.
7145
7146 * lisp.h (mark_object): Change prototype.
7147
7148 * alloc.c (mark_object): Change arg *Lisp_Object -> Lisp_Object.
7149 (last_marked): Change accordingly.
7150 (mark_interval, mark_maybe_object, mark_maybe_pointer)
7151 (Fgarbage_collect, mark_glyph_matrix, mark_face_cache, mark_image)
7152 (mark_buffer): Update calls to mark_object.
7153
7154 * bytecode.c (mark_byte_stack):
7155 * fns.c (sweep_weak_table):
7156 * keyboard.c (mark_kboards): Update calls to mark_object.
7157
7158 2003-07-06 Jason Rumney <jasonr@gnu.org>
7159
7160 * alloc.c (struct ablock): Only include padding when there is some.
7161
7162 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
7163
7164 * alloc.c (ALIGN): Add casts to simplify usage.
7165 (BLOCK_ALIGN, BLOCK_BYTES, ABLOCKS_PADDING, ABLOCKS_SIZE)
7166 (ABLOCKS_BYTES, ABLOCK_ABASE, ABLOCKS_BUSY, ABLOCKS_BASE): New macros.
7167 (struct ablock, struct ablocks): New types.
7168 (free_ablock): New global var.
7169 (lisp_align_malloc, lisp_align_free): New functions.
7170 (FLOAT_BLOCK_SIZE): Redefine in terms of BLOCK_BYTES.
7171 (struct float_block): Reorder and add gcmarkbits.
7172 (GETMARKBIT, SETMARKBIT, UNSETMARKBIT, FLOAT_BLOCK, FLOAT_INDEX)
7173 (FLOAT_MARKED_P, FLOAT_MARK, FLOAT_UNMARK): New macros.
7174 (init_float, make_float): Use lisp_align_malloc.
7175 (free_float, live_float_p): Don't use `type' any more.
7176 (make_float): Use FLOAT_UNMARK to access to mark bit.
7177 (mark_maybe_object, mark_maybe_pointer, survives_gc_p):
7178 Use FLOAT_MARKED_P to access the mark bit.
7179 (pure_alloc): Simplify use of ALIGN.
7180 (mark_object): Use FLOAT_MARK to access the mark bit.
7181 (gc_sweep): Use new macros to access the float's mark bit.
7182 (init_alloc_once): Init free_ablock.
7183
7184 * lisp.h (struct Lisp_Float): Remove unused field `type'.
7185
7186 2003-06-27 Stefan Monnier <monnier@cs.yale.edu>
7187
7188 * alloc.c (VECTOR_MARK, VECTOR_UNMARK, VECTOR_MARKED_P): New macros.
7189 (GC_STRING_BYTES): Don't mask markbit (it's only used on `size').
7190 (allocate_buffer): Move.
7191 (string_bytes): Don't mask markbit of `size_byte'.
7192 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
7193 (mark_object, mark_buffer, survives_gc_p, gc_sweep):
7194 Use the `size' field of buffers (rather than the `name' field) for
7195 the mark bit, as is done for all other vectorlike objects.
7196 Use the new macros to access the mark bit of vectorlike objects.
7197
7198 2003-06-26 Richard M. Stallman <rms@gnu.org>
7199
7200 * puresize.h (BASE_PURESIZE): Increment base size.
7201
7202 * xdisp.c (fast_find_position): Enable Gerd's new definition.
7203
7204 * xterm.c (xim_initialize): Undo previous change.
7205
7206 2003-06-26 Stefan Monnier <monnier@cs.yale.edu>
7207
7208 * alloc.c (survives_gc_p): Simplify.
7209
7210 * buffer.c (set_buffer_internal_1): Test CONSP for lists.
7211
7212 * window.c (Fset_window_dedicated_p): Simplify.
7213 (display_buffer_1): Don't raise the win from which minibuf was entered.
7214 (temp_output_buffer_show): Don't assume BEG == 1. Simplify.
7215 (Fminibuffer_selected_window): Simplify.
7216
7217 * buffer.h (struct buffer_text): Lisp_Object `markers' => Lisp_Marker.
7218
7219 * lisp.h (unchain_marker): Lisp_Object arg => Lisp_Marker.
7220 (struct Lisp_Marker): Lisp_Object `chain' => Lisp_Marker `next'.
7221
7222 * insdel.c (check_markers, adjust_markers_for_delete)
7223 (adjust_markers_for_insert, adjust_markers_for_replace)
7224 (prepare_to_modify_buffer, RESTORE_VALUE):
7225 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos)
7226 (Fset_marker, set_marker_restricted, set_marker_both, unchain_marker)
7227 (set_marker_restricted_both, Fbuffer_has_markers_at, count_markers):
7228 * alloc.c (Fmake_marker, free_marker, gc_sweep):
7229 * buffer.c (Fget_buffer_create, Fkill_buffer, Fset_buffer_multibyte):
7230 * editfns.c (save_excursion_restore, transpose_markers):
7231 * window.c (delete_window):
7232 * xdisp.c (message_dolog): Update for new types.
7233
7234 2003-06-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7235
7236 * xfaces.c (set_font_frame_param): Set default_face_done_p to zero.
7237 (realize_default_face): Use default_face_done_p for the force_p
7238 argument to set_lface_from_font_name. Set default_face_done_p to one.
7239
7240 * frame.c (make_frame): Initialize default_face_done_p.
7241
7242 * frame.h (struct frame): Add default_face_done_p.
7243
7244 * config.in: Add XRegisterIMInstantiateCallback_arg6 so it
7245 will be defined.
7246
7247 2003-06-25 Stefan Monnier <monnier@cs.yale.edu>
7248
7249 * alloc.c (make_interval, Fmake_symbol, allocate_misc):
7250 Initialize the new field `gcmarkbit'.
7251 (mark_interval, MARK_INTERVAL_TREE): Use the new `gcmarkbit' field.
7252 (mark_interval_tree): Don't mark the tree separately from the nodes.
7253 (UNMARK_BALANCE_INTERVALS): Don't unmark the tree.
7254 (mark_maybe_object, mark_maybe_pointer, Fgarbage_collect)
7255 (mark_object, survives_gc_p, gc_sweep): Use new `gcmarkbit' fields.
7256
7257 * lisp.h (struct interval, struct Lisp_Symbol, struct Lisp_Free)
7258 (struct Lisp_Marker, struct Lisp_Intfwd, struct Lisp_Boolfwd)
7259 (struct Lisp_Kboard_Objfwd, struct Lisp_Save_Value)
7260 (struct Lisp_Buffer_Local_Value, struct Lisp_Overlay)
7261 (struct Lisp_Objfwd, struct Lisp_Buffer_Objfwd): Add `gcmarkbit' field.
7262
7263 2003-06-24 Dave Love <fx@gnu.org>
7264
7265 * xterm.c (xim_initialize): Use XRegisterIMInstantiateCallback_arg6.
7266
7267 * strftime.c: Test HAVE_SYS__MBSTATE_H, not __hpux. Merge changes
7268 from gnulib.
7269
7270 2003-06-21 Richard M. Stallman <rms@gnu.org>
7271
7272 * fileio.c (Fwrite_region): Alternate messages
7273 for append and partial write.
7274
7275 * keyboard.c (read_key_sequence): When converting upcase fn key to
7276 downcase, update fkey and keytran so `backspace' gets translated.
7277
7278 * keyboard.c (read_avail_input): Don't signal SIGHUP in batch mode.
7279
7280 * process.c (wait_reading_process_input): Don't signal SIGIO
7281 in batch mode.
7282
7283 2003-06-17 Kenichi Handa <handa@m17n.org>
7284
7285 * Makefile.in (xselect.o): Don't depend on charset.h, coding.h,
7286 composite.h.
7287
7288 * xselect.c: Don't include charset.h, coding.h, composite.h.
7289 (Qforeign_selection): New variable.
7290 (syms_of_xselect): Intern and static it.
7291 (selection_data_to_lisp_data): Return a unibyte string made from
7292 data with `foreign-selection' text property.
7293
7294 2003-06-15 Stefan Monnier <monnier@cs.yale.edu>
7295
7296 * termhooks.h (EVENT_INIT): New macro.
7297
7298 * keyboard.c (mark_kboards): Move from alloc.c. Mark kbd_buffer.
7299
7300 * alloc.c (mark_kboards): Move to keyboard.c.
7301
7302 * keyboard.c (record_asynch_buffer_change, read_avail_input):
7303 * xterm.c (x_dispatch_event):
7304 * xmenu.c (find_and_call_menu_selection):
7305 * xdisp.c (handle_tool_bar_click):
7306 * w32menu.c (menubar_selection_callback):
7307 * sysdep.c (kbd_input_ast, read_input_waiting):
7308 * msdos.c (dos_rawgetc):
7309 * macterm.c (mac_check_for_quit_char):
7310 * macmenu.c (menubar_selection_callback):
7311 * gtkutil.c (xg_tool_bar_callback): Don't pass uninitialized
7312 data to kbd_buffer_store_event.
7313
7314 2003-06-15 Kim F. Storm <storm@cua.dk>
7315
7316 * xdisp.c (x_fix_overlapping_area): Always use area relative X
7317 to fix redisplay problem with tall characters (such as \e,AC\e(B).
7318
7319 2003-06-13 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
7320
7321 * fileio.c (Fcopy_file): Doc fix: copies file modes, too.
7322
7323 2003-06-12 Kenichi Handa <handa@m17n.org>
7324
7325 * fileio.c (Fwrite_region): Save and restore restriction.
7326
7327 2003-06-12 Dave Love <fx@gnu.org>
7328
7329 * alloca.c (alloca): Declare arg as size_t.
7330
7331 * sysdep.c: Remove redundant include of unistd.h, stdlib.h.
7332 Use HAVE_DECL_SYS_SIGLIST, not SYS_SIGLIST_DECLARED.
7333
7334 2003-06-11 Dave Love <fx@gnu.org>
7335
7336 * search.c (shrink_regexp_cache): Use xrealloc.
7337 (syms_of_search): Use xmalloc.
7338
7339 2003-06-10 Kim F. Storm <storm@cua.dk>
7340
7341 * xdisp.c (phys_cursor_in_rect_p): Fix 2003-05-24 change.
7342 Adjust phys_cursor.x to be relative to window box, rather than
7343 text area before checking -- to ensure cursor is redrawn when
7344 exposing window.
7345 Note: This also fixes a similar (older) bug if display margins
7346 are present.
7347
7348 2003-06-06 Kenichi Handa <handa@m17n.org>
7349
7350 * coding.c (encoding_buffer_size): If coding->type is
7351 coding_type_ccl, double magnification on CRLF encoding.
7352
7353 2003-06-06 Jason Rumney <jasonr@gnu.org>
7354
7355 * w32reg.c (SYSTEM_DEFAULT_RESOURCES): New constant.
7356 (w32_get_string_resource): Try SYSTEM_DEFAULT_RESOURCES last.
7357
7358 * xfaces.c (Finternal_face_x_get_resource): Do it on Windows and
7359 Mac too.
7360
7361 2003-06-05 Dave Love <fx@gnu.org>
7362
7363 * strftime.c: Merge changes from gnulib.
7364
7365 * mktime.c (__mktime_internal): Merge changes from gnulib
7366 involving year 69 and dst2.
7367
7368 Changes to merge with gnulib version and be consistent with the
7369 autoconf test:
7370
7371 * getloadavg.c: Set NLIST_STRUCT from HAVE_NLIST_H.
7372 Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION.
7373 [HAVE_LOCALE_H]: Include locale.h.
7374 (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
7375
7376 2003-06-05 Kim F. Storm <storm@cua.dk>
7377
7378 * window.c (coordinates_in_window): Convert X and Y to window
7379 relative coordinates inside mode-line and header-line parts.
7380 Convert X and Y to margin area relative coordinates inside left
7381 and right display margin parts.
7382
7383 2003-06-05 Jason Rumney <jasonr@gnu.org>
7384
7385 * w32fns.c (add_system_logical_colors_to_map): New function.
7386 (Fx_open_connection): Use it.
7387
7388 2003-06-04 Stefan Monnier <monnier@cs.yale.edu>
7389
7390 * process.c (allocate_pty): Revert part of the previous patch.
7391 (Faccept_process_output): Simplify.
7392
7393 2003-06-04 Jason Rumney <jasonr@gnu.org>
7394
7395 * termhooks.h (enum event_kind): Remove MOUSE_WHEEL_EVENT.
7396
7397 * keyboard.c (Qmouse_wheel, mouse_wheel_syms)
7398 (lispy_mouse_wheel_names): Remove.
7399 (syms_of_keyboard): Remove Qmouse_wheel and mouse_wheel_syms.
7400 Always define drag_and_drop_syms.
7401
7402 * macterm.c (XTread_socket): Map mouse wheel events to Emacs
7403 WHEEL_EVENT events.
7404
7405 2003-06-03 Stefan Monnier <monnier@cs.yale.edu>
7406
7407 * xdisp.c (update_tool_bar): Add missing UNGCPRO.
7408
7409 * buffer.c (init_buffer_once): Make kill-buffer-hook permanent-local.
7410
7411 2003-06-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7412
7413 * gtkutil.c (make_menu_item): Make sure we don't crash on a NULL
7414 menu item label.
7415
7416 2003-06-03 Richard M. Stallman <rms@gnu.org>
7417
7418 * window.c (Fwindow_edges): Doc fix.
7419 (Fwindow_pixel_edges, Fwindow_inside_edges)
7420 (Fwindow_inside_pixel_edges): New functions.
7421 (syms_of_window): defsubr them.
7422
7423 * window.h (WINDOW_LEFT_FRINGE_COLS, WINDOW_RIGHT_FRINGE_COLS)
7424 (WINDOW_MODE_LINE_LINES, WINDOW_HEADER_LINE_LINES): New macros.
7425
7426 2003-06-02 Stefan Monnier <monnier@cs.yale.edu>
7427
7428 * dispnew.c (Fsit_for): Don't lie about the number of args.
7429
7430 2003-06-02 Dave Love <fx@gnu.org>
7431
7432 * callproc.c: Use HAVE_FCNTL_H, not USG5.
7433 (syms_of_callproc) <process-environment>: Doc fix.
7434
7435 * doc.c: Use HAVE_FCNTL_H, not USG5.
7436
7437 * xfaces.c (font_rescale_ratio): Fix for K&R.
7438
7439 * termcap.c: Use HAVE_FCNTL_H, not _POSIX_VERSION.
7440
7441 * mem-limits.h: Use HAVE_SYS_RESOURCE_H, HAVE_SYS_VLIMIT_H.
7442
7443 * lread.c [HAVE_FCNTL_H]: Include fcntl.h.
7444
7445 * gtkutil.c: Include keyboard.h, charset.h, coding.h.
7446 (xg_create_frame_widgets): Use ENCODE_UTF_8.
7447
7448 * xterm.c (Qutf_8): Move to coding.c
7449
7450 * xmenu.c (ENCODE_MENU_STRING): New.
7451 (list_of_panes, list_of_items, digest_single_submenu, xmenu_show):
7452 Use it.
7453
7454 * coding.h (ENCODE_UTF_8): New.
7455 (Qutf_8): Declare.
7456
7457 * coding.c (Qutf_8): New.
7458 (syms_of_coding): Intern it.
7459
7460 * fns.c: Doc fixes.
7461
7462 2003-06-02 Kenichi Handa <handa@m17n.org>
7463
7464 * buffer.c (Fset_buffer_multibyte): Fix previous change.
7465
7466 2003-06-01 Stefan Monnier <monnier@cs.yale.edu>
7467
7468 * lread.c (openp): Make sure STR is a string.
7469
7470 2003-06-01 David Ponce <david@dponce.com>
7471
7472 * termhooks.h (enum event_kind): Add new WHEEL_EVENT event.
7473 Declare MOUSE_WHEEL_EVENT only if MAC_OSX defined.
7474
7475 * keyboard.c (Qmouse_wheel): Declare only if MAC_OSX defined.
7476 (mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
7477 (discard_mouse_events): Discard WHEEL_EVENT events too.
7478 (lispy_wheel_names, wheel_syms): New.
7479 (syms_of_keyboard): Init and staticpro `wheel_syms'. Init and
7480 staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX defined.
7481 (make_lispy_event): Add WHEEL_EVENT handler.
7482
7483 * w32term.c (construct_mouse_wheel): Construct WHEEL_EVENT.
7484 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
7485 WHEEL_EVENT events.
7486
7487 2003-05-31 John Paul Wallington <jpw@gnu.org>
7488
7489 * Makefile.in (lisp, shortlisp): byte-run, float-sup, map-ynp, and
7490 timer are in lisp/emacs-lisp.
7491
7492 2003-05-31 Kenichi Handa <handa@m17n.org>
7493
7494 * buffer.c (Fset_buffer_multibyte): Correctly recover a narrowed
7495 region when a buffer is changed to unibyte.
7496
7497 * charset.h (VALID_LEADING_CODE_P): New macro.
7498 (UNIBYTE_STR_AS_MULTIBYTE_P): Check more rigidly.
7499
7500 * coding.c (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags
7501 is nonzero, accept multibyte form of eight-bit-control chars.
7502 (decode_composition_emacs_mule): Likewise.
7503 (decode_coding_emacs_mule): Likewise.
7504 (encode_coding_emacs_mule): If coding->flags is nonzero, produce
7505 multibyte form of eight-bit-control chars.
7506
7507 * fileio.c (Qauto_save_coding, auto_save_coding): New variables.
7508 (Finsert_file_contents): If coding-system-for-read is bound to
7509 Qauto_save_coding, use the coding system emacs-mule with special
7510 setting for recovering a file.
7511 (choose_write_coding_system): On auto saving, use the coding
7512 system emacs-mule with special setting for auto saving.
7513 (syms_of_fileio) <Qauto_save_coding>: Intern and staticpro it.
7514
7515 2003-05-30 Kenichi Handa <handa@m17n.org>
7516
7517 * coding.c (ccl_coding_driver): Set ccl->eight_bit_control
7518 properly before calling ccl_driver.
7519
7520 * ccl.h (struct ccl_program) <eight_bit_control>: Comment fixed.
7521
7522 * ccl.c (CCL_WRITE_CHAR): Increment extra_bytes only when it is nonzero.
7523 (ccl_driver): Initialize extra_bytes to ccl->eight_bit_control.
7524 (setup_ccl_program): Initialize ccl->eight_bit_control to zero.
7525
7526 2003-05-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7527
7528 * xfaces.c (realize_default_face): Do not abort if lface is
7529 non-existent - reverts change from 2003-05-19.
7530
7531 2003-05-29 Kenichi Handa <handa@m17n.org>
7532
7533 * coding.c (decode_coding_iso2022): Pay attention to the byte
7534 sequence of CTEXT extended segment, and retain those bytes as is.
7535
7536 2003-05-28 Kenichi Handa <handa@m17n.org>
7537
7538 * coding.c (ENCODE_UNSAFE_CHARACTER): Adjust for the name change
7539 of CODING_REPLACEMENT_CHARACTER.
7540 (decode_coding_iso2022): If CODING_FLAG_ISO_SAFE, set
7541 CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in coding->mode, and
7542 check this flag on encoding.
7543 (encode_coding_sjis_big5):
7544 Check CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag of coding->mode.
7545 (Fset_terminal_coding_system_internal):
7546 Set CODING_MODE_INHIBIT_UNENCODABLE_CHAR flag in terminal_coding.mode
7547 instead of setting CODING_FLAG_ISO_SAFE flag in terminal_coding.flags.
7548
7549 * coding.h (CODING_REPLACEMENT_CHARACTER): Rename from
7550 CODING_INHIBIT_CHARACTER_SUBSTITUTION.
7551 (CODING_MODE_INHIBIT_UNENCODABLE_CHAR): New macro.
7552
7553 2003-05-28 Richard M. Stallman <rms@gnu.org>
7554
7555 * print.c (syms_of_print) <print-escape-nonascii>: Doc fix.
7556
7557 * eval.c (unbind_to): Move init of this_binding to separate statement.
7558
7559 2003-05-28 Kim F. Storm <storm@cua.dk>
7560
7561 * xdisp.c (expose_window): Fix error in calculation of
7562 window relative coordinates of area to redisplay.
7563
7564 2003-05-27 Jason Rumney <jasonr@gnu.org>
7565
7566 * w32term.c (GET_WHEEL_DELTA_WPARAM): New macro.
7567
7568 2003-05-27 David Ponce <david@dponce.com>
7569
7570 Handle W32 mouse wheel events as mouse click events, like in X.
7571
7572 * keyboard.c (make_lispy_event) [WINDOWSNT]: Don't handle
7573 MOUSE_WHEEL_EVENT anymore.
7574
7575 * w32term.c (construct_mouse_wheel): Result is a MOUSE_CLICK_EVENT.
7576 Scrolling down/up the mouse wheel is respectively mapped to mouse
7577 button 4 and 5.
7578 (w32_read_socket): Map w32 WM_MOUSEWHEEL events to Emacs
7579 MOUSE_CLICK_EVENT events. Forward w32 MSH_MOUSEWHEEL events as
7580 WM_MOUSEWHEEL events.
7581
7582 2003-05-27 Andreas Schwab <schwab@suse.de>
7583
7584 * buffer.c (syms_of_buffer) <default-direction-reversed>: Doc fix.
7585
7586 * xdisp.c (try_window_id): Avoid aborting if PT is inside a
7587 partially visible line.
7588
7589 * alloc.c (Fgarbage_collect): Fix last change.
7590
7591 2003-05-26 John Paul Wallington <jpw@gnu.org>
7592
7593 * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default.
7594
7595 2003-05-25 Stefan Monnier <monnier@cs.yale.edu>
7596
7597 * window.c (Fset_window_buffer): Add type of `keep_margins'.
7598 (Fset_window_fringes, Fset_window_scroll_bars): Declare before use.
7599
7600 * window.h (window_box_text_cols): Declare.
7601
7602 * xdisp.c (window_text_bottom_y, draw_row_fringe_bitmaps)
7603 (x_draw_vertical_border): Remove unused var `f'.
7604
7605 * xfaces.c (build_scalable_font_name): Remove `unused var
7606 pixel_size' warning.
7607
7608 * xfns.c (png_load): Remove `unused vars intent, image_gamma' warning.
7609
7610 * unexelf.c (unexec): Remove `unused var n' warning.
7611
7612 * strftime.c (my_strftime_localtime_r): Remove `defined but
7613 unused' warning.
7614
7615 * process.c (allocate_pty): Remove `unused var stb' and
7616 `cp might be used uninitialized' warnings.
7617
7618 * dispnew.c (mode_line_string): Remove unused var `f'.
7619
7620 * coding.c (find_safe_codings): Remove unused var `i'.
7621
7622 * bytecode.c (Fbyte_code): Remove `unused val' warning.
7623
7624 * buffer.c (Fkill_buffer): Remove unused var `list'.
7625
7626 * alloc.c (Fgarbage_collect): Remove `unused var tail' warning.
7627
7628 2003-05-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7629
7630 * frame.c (make_frame): Condition want_fullscreen with
7631 HAVE_WINDOW_SYSTEM.
7632
7633 2003-05-25 Juanma Barranquero <lektu@terra.es>
7634
7635 * window.c (Fset_window_scroll_bars): Fix typo in argument name.
7636 (Fwindow_scroll_bars): Fix typo in docstring.
7637
7638 2003-05-24 Kim F. Storm <storm@cua.dk>
7639
7640 The following changes serve several purposes:
7641
7642 1) Swap the position of fringes and display margins in windows, i.e.
7643 the fringes are now displayed between the margins and the text area
7644 (by default).
7645
7646 2) Allow fringe and scroll bar parameters to be set per-buffer and
7647 per-window (like display margins). Such settings are now stored
7648 in window configurations, preserved when frames are resized, and
7649 copied when windows are split vertically or horizontally.
7650 Several bugs related to display margins have been fixed.
7651
7652 3) Consistently use FRAME_FONT and FRAME_FONTSET macros.
7653
7654 4) Use FRAME_COLUMN_WIDTH (f) consistently throughout the code
7655 rather than FRAME_WIDTH (FRAME_FONT (f)).
7656
7657 5) Introduce a consistent naming of variables, members and macros
7658 depending on whether their value is measured in pixels or in
7659 canonical columns/lines. Pixel dimensions are named *_width and
7660 *_height, while canonical columns/lines are named *_cols and
7661 *_lines. Pixel positions are named *_x and *_y, while column/line
7662 positions are named *_col and *_line.
7663
7664 6) Consolidate more of the X, W32, and MAC gui code by moving
7665 common data into struct frame, and generalize it for the non-gui
7666 case by using suitable defaults.
7667
7668 7) Cleanup and consolidate the macros controlling frame and window
7669 layout into frame.h and window.h, and generalize the use of the
7670 various window_box_* functions (enhanced to handle the new fringe
7671 position and the per-window fringe and scroll bar settings).
7672
7673 * frame.h (struct frame): Rename members height to text_lines,
7674 width to text_cols, window_height to total_lines, window_width to
7675 total_cols, new_height to new_text_lines, new_width to
7676 new_text_cols. All uses changed.
7677 (struct frame): New members which consolidate common members of
7678 x_output, w32_output, and mac_output structures: left_pos,
7679 top_pos, pixel_height, pixel_width, x_pixels_diff, y_pixels_diff,
7680 win_gravity, size_hint_flags, border_width, internal_border_width,
7681 line_height, fringe_cols, left_fringe_width, right_fringe_width,
7682 want_fullscreen. All uses changed.
7683 (struct frame): New member column_width contaning the canonical
7684 column width, analogue to line_height. All uses changed.
7685 (struct frame): Rename members scroll_bar_pixel_width to
7686 config_scroll_bar_width, and scroll_bar_cols to
7687 config_scroll_bar_cols. All uses changed.
7688 (struct frame): New member scroll_bar_actual_width which
7689 consolidates and renames the vertical_scroll_bar_extra member of
7690 x_output, w32_output, and mac_output structures. All uses changed.
7691 (FRAME_PIXEL_HEIGHT): Rename from PIXEL_HEIGHT and moved
7692 from x/w32/macterm.h files. All uses changed. Also change code
7693 which referred to f->output_data...->pixel_height.
7694 (FRAME_PIXEL_WIDTH): Rename from PIXEL_WIDTH and moved
7695 from x/w32/macterm.h files. All uses changed. Also change code
7696 which referred to f->output_data...->pixel_width.
7697 (FRAME_LINES): Rename from FRAME_HEIGHT. All uses changed.
7698 Also change code which referred to f->height.
7699 (FRAME_COLS): Rename from FRAME_WIDTH. All uses changed.
7700 Also change code which referred to f->width.
7701 (FRAME_NEW_HEIGHT, FRAME_NEW_WIDTH): Remove macros; change uses
7702 to update new_text_lines and new_text_cols members directly.
7703 (FRAME_CONFIG_SCROLL_BAR_WIDTH): Rename from
7704 FRAME_SCROLL_BAR_PIXEL_WIDTH. All uses changed.
7705 (FRAME_CONFIG_SCROLL_BAR_COLS): Rename from
7706 FRAME_SCROLL_BAR_COLS. All uses changed.
7707 (FRAME_LEFT_SCROLL_BAR_COLS, FRAME_RIGHT_SCROLL_BAR_COLS):
7708 Rename from FRAME_LEFT_SCROLL_BAR_WIDTH and
7709 FRAME_RIGHT_SCROLL_BAR_WIDTH, resp. All uses changed.
7710 (FRAME_SCROLL_BAR_AREA_WIDTH, FRAME_LEFT_SCROLL_BAR_AREA_WIDTH)
7711 (FRAME_RIGHT_SCROLL_BAR_AREA_WIDTH): New macros.
7712 (FRAME_TOTAL_COLS): Rename from FRAME_WINDOW_WIDTH.
7713 (SET_FRAME_COLS): Rename from SET_FRAME_WIDTH.
7714 (FRAME_TOTAL_COLS_ARG): Rename from FRAME_WINDOW_WIDTH_ARG.
7715 (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Remove unused macro.
7716 (WINDOW_VERTICAL_SCROLL_BAR_HEIGHT): Remove unused macro.
7717 (FRAME_LINE_HEIGHT): Rename from CANON_Y_UNIT.
7718 Unconditionally return line_height member (it now has proper value
7719 also for non-window frames).
7720 (FRAME_COLUMN_WIDTH): Rename from CANON_X_UNIT. Unconditionally
7721 return new column_width member (rather than the default font width).
7722 (FRAME_FRINGE_COLS, FRAME_LEFT_FRINGE_WIDTH)
7723 (FRAME_RIGHT_FRINGE_WIDTH): Rename from FRAME_X_... and moved
7724 from x/w32/macterm.h files. Unconditionally return corresponding
7725 member of frame structure (they now have proper values also for
7726 non-window frames).
7727 (FRAME_TOTAL_FRINGE_WIDTH): Rename from FRAME_FRINGE_WIDTH.
7728 Calculate return value from left and right widths.
7729 (FRAME_INTERNAL_BORDER_WIDTH): Unconditionally return
7730 internal_border_width member (has proper value for non-window frame).
7731 (FRAME_PIXEL_X_FROM_CANON_X): Rename from PIXEL_X_FROM_CANON_X.
7732 (FRAME_PIXEL_Y_FROM_CANON_Y): Rename from PIXEL_Y_FROM_CANON_Y.
7733 (FRAME_CANON_X_FROM_PIXEL_X): Rename from CANON_X_FROM_PIXEL_X.
7734 (FRAME_CANON_Y_FROM_PIXEL_Y): Rename from CANON_Y_FROM_PIXEL_Y.
7735 (FRAME_LINE_TO_PIXEL_Y): Rename from CHAR_TO_PIXEL_ROW,
7736 consolidated from xterm.h, macterm.h, and w32term.h.
7737 (FRAME_COL_TO_PIXEL_X): Rename from CHAR_TO_PIXEL_COL,
7738 consolidated from xterm.h, macterm.h, and w32term.h.
7739 (FRAME_TEXT_COLS_TO_PIXEL_WIDTH): Rename from
7740 CHAR_TO_PIXEL_WIDTH consolidated from x/mac/w32term.h.
7741 (FRAME_TEXT_LINES_TO_PIXEL_HEIGHT): Rename from
7742 CHAR_TO_PIXEL_HEIGHT consolidated from x/mac/w32term.h.
7743 (FRAME_PIXEL_Y_TO_LINE): Rename from PIXEL_TO_CHAR_ROW
7744 consolidated from x/mac/w32term.h.
7745 (FRAME_PIXEL_X_TO_COL): Rename from PIXEL_TO_CHAR_COL
7746 consolidated from x/mac/w32term.h.
7747 (FRAME_PIXEL_WIDTH_TO_TEXT_COLS): Rename from
7748 PIXEL_TO_CHAR_WIDTH consolidated from x/mac/w32term.h.
7749 (FRAME_PIXEL_HEIGHT_TO_TEXT_LINES): Rename from
7750 PIXEL_TO_CHAR_HEIGHT consolidated from x/mac/w32term.h.
7751
7752 * window.h (struct window): Rename members left to left_col,
7753 top to top_line, height to total_lines, width to total_cols,
7754 left_margin_width to left_margin_cols, right_margin_width to
7755 right_margin_cols, orig_height to orig_total_lines, orig_top to
7756 orig_top_line. All uses changed.
7757 (struct window): New members left_fringe_width, right_fringe_width,
7758 fringes_outside_margins, scroll_bar_width, vertical_scroll_bar_type.
7759 (WINDOW_XFRAME, WINDOW_FRAME_COLUMN_WIDTH, WINDOW_FRAME_LINE_HEIGHT):
7760 New macros primarily used to simplify other macros.
7761 (WINDOW_TOTAL_COLS): New macro. Change relevant code that
7762 referred to XINT (w->width).
7763 (WINDOW_TOTAL_LINES): New macro. Change relevant code that
7764 referred to XINT (w->height).
7765 (WINDOW_TOTAL_WIDTH): New macro. Change relevant code that
7766 referred to XINT (w->width) * canon_x_unit.
7767 (WINDOW_TOTAL_HEIGHT): New macro. Change relevant code that
7768 referred to XINT (w->height) * canon_y_unit.
7769 (WINDOW_LEFT_EDGE_COL): New macro. Change relevant code that
7770 referred to XINT (w->left).
7771 (WINDOW_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_EDGE. Change
7772 all uses and code that referred to XINT (w->left) + XINT (w->width).
7773 (WINDOW_TOP_EDGE_LINE): New macro. Change relevant code that
7774 referred to XINT (w->top).
7775 (WINDOW_BOTTOM_EDGE_LINE): New macro. Change relevant code that
7776 referred to XINT (w->top) + XINT (w->height).
7777 (WINDOW_LEFT_EDGE_X): New macro. Change relevant code that
7778 referred to XINT (w->left) * canon_x_unit.
7779 (WINDOW_RIGHT_EDGE_X): New macro. Change relevant code that
7780 referred to (XINT (w->left) + XINT (w->width)) * canon_x_unit.
7781 (WINDOW_TOP_EDGE_Y): New macro. Change relevant code that
7782 referred to XINT (w->top) * canon_y_unit.
7783 (WINDOW_BOTTOM_EDGE_Y): New macro. Change relevant code that
7784 referred to (XINT (w->top) + XINT (w->height)) * canon_y_unit.
7785 (WINDOW_LEFTMOST_P): New macro.
7786 (WINDOW_BOX_LEFT_EDGE_COL): Rename from WINDOW_LEFT_MARGIN.
7787 All uses changed.
7788 (WINDOW_BOX_RIGHT_EDGE_COL): Rename from WINDOW_RIGHT_MARGIN.
7789 All uses changed.
7790 (WINDOW_BOX_LEFT_EDGE_X): Rename from
7791 WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, moved from dispextern.h.
7792 Do not exclude left fringe width.
7793 (WINDOW_BOX_RIGHT_EDGE_X): Rename from
7794 WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X, moved from dispextern.h.
7795 Do not exclude fringe widths.
7796 (WINDOW_LEFT_FRINGE_WIDTH, WINDOW_RIGHT_FRINGE_WIDTH)
7797 (WINDOW_FRINGE_COLS, WINDOW_TOTAL_FRINGE_WIDTH): New macros.
7798 Change relevant code that referred to FRAME_LEFT_FRINGE_WIDTH,
7799 FRAME_RIGHT_FRINGE_WIDTH, FRAME_FRINGE_COLS, and
7800 FRAME_TOTAL_FRINGE_WIDTH to allow per-window fringe settings.
7801 (WINDOW_HAS_FRINGES_OUTSIDE_MARGINS): New macro.
7802 (WINDOW_VERTICAL_SCROLL_BAR_TYPE, WINDOW_HAS_VERTICAL_SCROLL_BAR)
7803 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT)
7804 (WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT)
7805 (WINDOW_CONFIG_SCROLL_BAR_WIDTH, WINDOW_CONFIG_SCROLL_BAR_COLS):
7806 New macros. Change code which referenced corresponding
7807 FRAME_VERTICAL_SCROLL_BAR_TYPE, FRAME_HAS_VERTICAL_SCROLL_BARS,
7808 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT,
7809 FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT,
7810 FRAME_SCROLL_BAR_PIXEL_WIDTH, and FRAME_SCROLL_BAR_COLS macros to
7811 allow per-window scroll-bar settings.
7812 (WINDOW_LEFT_SCROLL_BAR_COLS, WINDOW_RIGHT_SCROLL_BAR_COLS): New macros.
7813 (WINDOW_LEFT_SCROLL_BAR_AREA_WIDTH): New macro. Change code that
7814 referred to FRAME_LEFT_SCROLL_BAR_WIDTH.
7815 (WINDOW_RIGHT_SCROLL_BAR_AREA_WIDTH): New macro. Change code
7816 that referred to FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT and
7817 FRAME_SCROLL_BAR_WIDTH.
7818 (WINDOW_SCROLL_BAR_COLS, WINDOW_SCROLL_BAR_AREA_WIDTH)
7819 (WINDOW_SCROLL_BAR_AREA_X): New macros.
7820 (WINDOW_HEADER_LINE_HEIGHT): Rename from
7821 WINDOW_DISPLAY_HEADER_LINE_HEIGHT, moved from dispextern.h.
7822 (WINDOW_BOX_HEIGHT_NO_MODE_LINE): Rename from
7823 WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, moved from dispextern.h.
7824 (WINDOW_BOX_TEXT_HEIGHT): Rename from
7825 WINDOW_DISPLAY_PIXEL_WIDTH, moved from dispextern.h.
7826 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
7827 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
7828 (WINDOW_TEXT_TO_FRAME_PIXEL_X): Move here from dispextern.h.
7829 (WINDOW_LEFT_MARGIN_WIDTH): Rename from
7830 WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH, moved from dispextern.h.
7831 (WINDOW_RIGHT_MARGIN_WIDTH): Rename from
7832 WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, moved from dispextern.h.
7833 (window_from_coordinates): Update prototype.
7834 (Fset_window_buffer): Update EXFUN.
7835 (set_window_buffer): Update prototype.
7836
7837 * dispextern.h (struct glyph_matrix): Rename members window_left_x
7838 to window_left_col, window_top_y to window_top_line. All uses
7839 changed.
7840 (FRAME_INTERNAL_BORDER_WIDTH_SAFE): Remove macro; can now safely
7841 use FRAME_INTERNAL_BORDER_WIDTH macro instead as
7842 internal_border_width is now set to 0 for non-window frames.
7843 (WINDOW_DISPLAY_PIXEL_WIDTH, WINDOW_DISPLAY_PIXEL_HEIGHT)
7844 (WINDOW_DISPLAY_MODE_LINE_HEIGHT, WINDOW_DISPLAY_HEADER_LINE_HEIGHT)
7845 (WINDOW_DISPLAY_HEIGHT_NO_MODE_LINE, WINDOW_DISPLAY_TEXT_HEIGHT)
7846 (WINDOW_DISPLAY_LEFT_EDGE_PIXEL_X, WINDOW_DISPLAY_RIGHT_EDGE_PIXEL_X)
7847 (WINDOW_DISPLAY_TOP_EDGE_PIXEL_Y, WINDOW_DISPLAY_BOTTOM_EDGE_PIXEL_Y)
7848 (WINDOW_TO_FRAME_PIXEL_X, WINDOW_TO_FRAME_PIXEL_Y)
7849 (FRAME_TO_WINDOW_PIXEL_X, FRAME_TO_WINDOW_PIXEL_Y)
7850 (WINDOW_DISPLAY_LEFT_AREA_PIXEL_WIDTH)
7851 (WINDOW_DISPLAY_RIGHT_AREA_PIXEL_WIDTH, WINDOW_WANTS_MODELINE_P):
7852 Move to window.h and renamed [see window.h changes].
7853 (WINDOW_AREA_TO_FRAME_PIXEL_X, WINDOW_AREA_PIXEL_WIDTH)
7854 (WINDOW_DISPLAY_TEXT_AREA_PIXEL_WIDTH): Remove macros.
7855 (WINDOW_WANTS_MODELINE_P, WINDOW_WANTS_HEADER_LINE_P):
7856 Use WINDOW_TOTAL_LINES.
7857 (frame_update_line_height): Remove prototype.
7858
7859 * buffer.h (struct buffer): Rename members measured in columns:
7860 left_margin_width to left_margin_cols, right_margin_width to
7861 right_margin_cols. All uses changed.
7862 New members left_fringe_width, right_fringe_width,
7863 fringes_outside_margins for per-buffer fringe settings.
7864 New members scroll_bar_width and vertical_scroll_bar_type for
7865 per-buffer scroll bar settings.
7866
7867 * buffer.c (init_buffer_once): Set buffer_defaults and
7868 buffer_local_flags for new buffer-local variables
7869 left_fringe_width, right_fringe_width, fringes_outside_margins,
7870 scroll_bar_width, and vertical_scroll_bar_type.
7871 (syms_of_buffer): Defvar_per_buffer them, and defvar_lisp_nopro
7872 default-* variables for them.
7873
7874 * dispnew.c: Make (many) trivial substitutions for renamed and
7875 new macros in dispextern.h, frame.h and window.h.
7876 (mode_line_string): No need to adjust width for mode lines, as it
7877 is already adjusted by the caller.
7878 (marginal_area_string): Handle fringes inside/outside margins.
7879
7880 * frame.c: Make (many) trivial substitutions for renamed and
7881 new macros in dispextern.h, frame.h and window.h.
7882 (make_frame): Initialize left_fringe_width, right_fringe_width,
7883 fringe_cols, scroll_bar_actual_width, border_width,
7884 internal_border_width, column_width, line_height, x_pixels_diff,
7885 y_pixels_diff, want_fullscreen, size_hint_flags, and win_gravity
7886 members with values suitable for a non-window frames.
7887
7888 * gtkutil.c: Make (many) trivial substitutions for renamed and
7889 new macros in dispextern.h, frame.h and window.h.
7890
7891 * indent.c: Make (few) trivial substitutions for renamed and
7892 new macros in dispextern.h, frame.h and window.h.
7893
7894 * keyboard.c: Make (many) trivial substitutions for renamed and
7895 new macros in dispextern.h, frame.h and window.h.
7896 (make_lispy_event): Use window positions returned from
7897 window_from_coordinates when constructing the lisp event for
7898 MOUSE_CLICK_EVENT and DRAG_N_DROP_EVENT, rather than calculating
7899 (incorrect) values locally.
7900 (make_lispy_movement): Use window positions returned from
7901 window_from_coordinates when constructing the lisp event, rather
7902 than calculating (incorrect) values locally.
7903
7904 * scroll.c: Make (some) trivial substitutions for renamed and
7905 new macros in dispextern.h, frame.h and window.h.
7906
7907 * sunfns.c (Fsun_menu_internal): Adapt to per-window fringes and
7908 scroll-bars.
7909
7910 * sysdep.c: Make (few) trivial substitutions for renamed and
7911 new macros in dispextern.h, frame.h and window.h.
7912
7913 * term.c: Make (some) trivial substitutions for renamed and
7914 new macros in dispextern.h, frame.h and window.h.
7915
7916 * widget.c: Make (few) trivial substitutions for renamed and
7917 new macros in dispextern.h, frame.h and window.h.
7918
7919 * window.c: Make (many) trivial substitutions for renamed and
7920 new macros in dispextern.h, frame.h and window.h.
7921 (make_window): Initialize new members
7922 left_margin_cols, right_margin_cols, left_fringe_width,
7923 right_fringe_width, fringes_outside_margins, scroll_bar_width,
7924 and vertical_scroll_bar_type.
7925 (coordinates_in_window): Adapt to new fringe/margin positions
7926 and per-window fringes and scroll-bars.
7927 Fix bug related to incorrectly adjusting coordinates by
7928 frame's internal_border_width (the effect normally negible since
7929 the internal_border_width is typically 0 or 1 pixel, but very
7930 noticeable for an internal_border_width of e.g. 25 pixels).
7931 Upon successful return (other than ON_NOTHING), the coordinates
7932 are now always properly converted to window relative for the
7933 given display element.
7934 (window_from_coordinates): Add new parameters wx and wy to
7935 return the window relative x and y position in the returned
7936 window and part. A null arg means, don't return the position.
7937 All callers changed.
7938 (adjust_window_margins): New function which may reduce the width
7939 of the display margins if a window's text area is too small after
7940 resizing or splitting windows.
7941 (size_window): Fix bug that did not account for display margin
7942 widths when checking the minimum width of a window; use
7943 adjust_window_margins.
7944 (set_window_buffer): Call Fset_window_fringes and
7945 Fset_window_scroll_bars to setup per-window elements.
7946 Add new arg KEEP_MARGINS_P. Non-nil means to keep window's
7947 existing display margin, fringe widths, and scroll bar settings
7948 (e.g. after splitting a window or resizing the frame).
7949 All callers changed.
7950 (Fset_window_buffer): New arg KEEP_MARGINS. All callers changed.
7951 (Fsplit_window): Duplicate original window's display margin,
7952 fringe, and scroll-bar settings; then call Fset_window_buffer with
7953 KEEP_MARGINS non-nil. This fixes a bug which caused a split
7954 window to only preserve the display margins in one of the windows.
7955 When splitting horizontally, call adjust_window_margins on both
7956 windows to ensure that the text area of the new windows is non too
7957 narrow. This fixes a bug which could cause Emacs to trap if the
7958 width of the split window was less than the width of the display
7959 margins.
7960 (window_box_text_cols): Rename from window_internal_width.
7961 All uses changed. Adapt to per-window fringes and scroll bars.
7962 Fix bug that caused vertical separator to be subtracted also on
7963 window frames. Fix another bug that did not reduce the returned
7964 value by the columns used for display margins.
7965 (window_scroll_line_based): Fix bug related to scrolling too much
7966 when display margins are present (implicitly fixed by the fix to
7967 window_box_text_cols).
7968 (scroll_left, scroll_right): Fix bug related to scrolling too far
7969 by default when display margins are present (implicitly fixed by
7970 the fix to window_box_text_cols).
7971 (struct saved_window): Rename members left to left_col, top to
7972 top_line, width to total_cols, height to total_lines, orig_top to
7973 orig_top_line, orig_height to orig_total_lines. All uses changed.
7974 New members left_margin_cols, right_margin_cols,
7975 left_fringe_width, right_fringe_width, fringes_outside_margins,
7976 scroll_bar_width, and vertical_scroll_bar_type for saving
7977 per-window display elements.
7978 (Fset_window_configuration): Restore display margins, fringes,
7979 and scroll bar settings. This fixes a bug which caused display
7980 margins to be discarded when saving and restoring a window
7981 configuration.
7982 (save_window_save): Save display margins, fringes, and scroll bar
7983 settings. This fixes a bug which caused display margins to be
7984 discarded when saving and restoring a window configuration.
7985 (Fset_window_margins): Do nothing if display margins are not
7986 really changed. Otherwise, call adjust_window_margins to ensure
7987 the text area doesn't get too narrow. This fixes a bug which
7988 could cause Emacs to trap if setting display margins wider than
7989 the width of the window.
7990 (Fset_window_fringes): New defun to allow user to specifically set
7991 this window's fringe widths and position vs. display margins.
7992 (Fwindow_fringes): New defun to return window's actual fringe settings.
7993 (Fset_window_scroll_bars): New defun to allow user to specifically
7994 set this window's scroll bar width and position.
7995 (Fwindow_scroll_bars): New defun to return window's actual scroll
7996 bar settings.
7997 (compare_window_configurations): Also compare display margins,
7998 fringes, and scroll bar settings.
7999 (syms_of_window): Defsubr new defuns for fringe and scroll bars.
8000
8001 * xdisp.c: Make (many) trivial substitutions for renamed and
8002 new macros in dispextern.h, frame.h and window.h.
8003 (window_box_width): Adapt to per-window fringes and scroll bars,
8004 and new fringe vs. display margin position. Note that returned
8005 value is no longer guaranteed to be a whole multiple of the frame
8006 column width, since per-window fringes may now be any width.
8007 (window_box_left_offset): New function like window_box_left, but
8008 value is relative to left border of window (rather than frame).
8009 (window_box_right_offset): New function like window_box_right,
8010 but value is relative to left border of window.
8011 (window_box_left): Adapt to per-window fringes and scroll bars,
8012 and new fringe vs. display margin position. Simplify by using
8013 WINDOW_LEFT_EDGE_X and window_box_left_offset.
8014 (window_box): Allow null args for unnecessary return values;
8015 change/simplify relevant callers.
8016 (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
8017 and new fringe vs. display margin position.
8018 Use window_box_left_offset and window_box_right_offset
8019 (get_glyph_string_clip_rect): Adapt to per-window fringes and
8020 scroll bars, and new fringe vs. display margin position.
8021 Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.
8022 (draw_fringe_bitmap): Rework to handle per-window fringes and new
8023 fringe vs. display margin position.
8024 (hscroll_window_tree): Use window_box_width instead of window_box.
8025 (redisplay_window): Adapt to per-window scroll bars.
8026 (draw_glyphs): Rework to handle per-window fringes and scroll
8027 bars, and new fringe vs. display margin position.
8028 Use WINDOW_LEFT_EDGE_X, WINDOW_TOTAL_WIDTH, and window_box_left.
8029 (x_clear_end_of_line): Adapt to per-window fringes and scroll
8030 bars, and new fringe vs. display margin position. Fix bug which
8031 increased total width of full_width rows by width of scroll bars
8032 although window's total width already includes that.
8033 (x_fix_overlapping_area): Simplify using window_box_left_offset.
8034 (expose_area): Simplify using window_box_left_offset.
8035 (x_draw_vertical_border): Handle per-window scroll bar settings,
8036 mixing windows with left, right and no scroll bars.
8037
8038 * xfaces.c [WINDOWSNT]: Move redefinition of FONT_WIDTH macro to
8039 where it's used in x_list_fonts (for clarity).
8040 (frame_update_line_height): Remove unused function; functionality
8041 is now done directly when setting the default font in x_set_font.
8042
8043 * xfns.c: Make (many) trivial substitutions for renamed and
8044 new macros in dispextern.h, frame.h and window.h.
8045
8046 * xmenu.c: Make (some) trivial substitutions for renamed and
8047 new macros in dispextern.h, frame.h and window.h.
8048
8049 * xterm.h (struct x_output): Move members left_pos, top_pos,
8050 border_width, pixel_height, pixel_width, line_height,
8051 internal_border_width, vertical_scroll_bar_extra,
8052 left_fringe_width, right_fringe_width, fringe_cols,
8053 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8054 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
8055 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8056 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8057 (PIXEL_WIDTH, PIXEL_HEIGHT)
8058 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
8059 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
8060 frame.h and renamed [see frame.h changes].
8061 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8062 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
8063 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
8064 and renamed [see frame.h changes].
8065
8066 * xterm.c: Make (several) trivial substitutions for renamed and
8067 new macros in dispextern.h, frame.h and window.h.
8068 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
8069 (scroll_run): Adapt to new fringe position.
8070 (glyph_rect): Use window coordinates returned from
8071 window_from_coordinates rather than frame_to_window_pixel_xy.
8072 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8073 scroll-bars.
8074 (handle_one_xevent): Simplify a USE_GTK conditional.
8075 (x_clip_to_row): Remove superfluous whole_line_p arg and code
8076 (fringes are now inside margins, i.e. always in the clipping area).
8077 All callers changed.
8078 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8079 directly, then call compute_fringe_widths. Don't call
8080 frame_update_line_height.
8081
8082 * w32term.h (struct w32_output): Move members left_pos, top_pos,
8083 border_width, pixel_height, pixel_width, line_height,
8084 internal_border_width, vertical_scroll_bar_extra,
8085 left_fringe_width, right_fringe_width, fringe_cols,
8086 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8087 x_pixels_diff, and y_pixels_diff to struct frame (frame.h).
8088 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8089 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8090 (PIXEL_WIDTH, PIXEL_HEIGHT)
8091 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
8092 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
8093 frame.h and renamed [see frame.h changes].
8094 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8095 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
8096 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
8097 and renamed [see frame.h changes].
8098
8099 * w32term.c: Make (several) trivial substitutions for renamed and
8100 new macros in dispextern.h, frame.h and window.h.
8101 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
8102 (glyph_rect): Use window coordinates returned from
8103 window_from_coordinates rather than frame_to_window_pixel_xy.
8104 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8105 scroll-bars.
8106 (w32_clip_to_row): Remove superfluous whole_line_p arg and code
8107 (fringes are now inside margins, i.e. always in the clipping area).
8108 All callers changed.
8109 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8110 directly, then call compute_fringe_widths. Don't call
8111 frame_update_line_height.
8112
8113 * w32console.c: Make (few) trivial substitutions for renamed and
8114 new macros in dispextern.h, frame.h and window.h.
8115
8116 * w32fns.c: Make (many) trivial substitutions for renamed and
8117 new macros in dispextern.h, frame.h and window.h.
8118
8119 * w32menu.c: Make (few) trivial substitutions for renamed and
8120 new macros in dispextern.h, frame.h and window.h.
8121
8122 * macterm.h (struct mac_output): Move members left_pos, top_pos,
8123 border_width, pixel_height, pixel_width, line_height,
8124 internal_border_width, vertical_scroll_bar_extra,
8125 left_fringe_width, right_fringe_width, fringe_cols,
8126 fringes_extra, win_gravity, size_hint_flags, want_fullscreen,
8127 x_pixels_diff, y_pixels_diff to struct frame (frame.h).
8128 (FRAME_INTERNAL_BORDER_WIDTH, FRAME_LINE_HEIGHT): Move to frame.h.
8129 (FRAME_DEFAULT_FONT_WIDTH): Remove macro.
8130 (PIXEL_WIDTH, PIXEL_HEIGHT)
8131 (FRAME_X_FRINGE_COLS, FRAME_X_FRINGE_WIDTH)
8132 (FRAME_X_LEFT_FRINGE_WIDTH, FRAME_X_RIGHT_FRINGE_WIDTH): Move to
8133 frame.h and renamed [see frame.h changes].
8134 (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, CHAR_TO_PIXEL_WIDTH)
8135 (CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_ROW, PIXEL_TO_CHAR_COL)
8136 (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Move to frame.h
8137 and renamed [see frame.h changes].
8138
8139 * macterm.c: Make (several) trivial substitutions for renamed and
8140 new macros in dispextern.h, frame.h and window.h.
8141 (x_draw_glyph_string_box): Adapt to per-window fringes and scroll-bars.
8142 (glyph_rect): Use window coordinates returned from
8143 window_from_coordinates rather than frame_to_window_pixel_xy.
8144 (XTset_vertical_scroll_bar): Adapt to per-window fringes and
8145 scroll-bars.
8146 (x_clip_to_row): Remove superfluous whole_line_p arg and code
8147 (fringes are now inside margins, i.e. always in the clipping area).
8148 All callers changed.
8149 (x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
8150 directly, then call compute_fringe_widths. Don't call
8151 frame_update_line_height.
8152
8153 * macfns.c: Make (several) trivial substitutions for renamed and
8154 new macros in dispextern.h, frame.h and window.h.
8155 (x_real_positions): Set f->x_pixels_diff and f->y_pixels_diff to 0.
8156
8157 * macmenu.c: Make (few) trivial substitutions for renamed and
8158 new macros in dispextern.h, frame.h and window.h.
8159
8160 * msdos.h (struct x_output): Remove members left_pos, top_pos,
8161 and line_height, and use corresponding new members in struct
8162 frame. All uses changed.
8163 (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros;
8164 superseeded by corresponding macros in frame.h.
8165
8166 * msdos.c: Make (several) trivial substitutions for renamed and
8167 new macros in dispextern.h, frame.h and window.h.
8168 (IT_note_mouse_highlight): Use updated window coordinates returned
8169 by window_from_coordinates, rather than adjusting them locally.
8170 (internal_terminal_init): No need to initialize line_height here;
8171 it now defaults to 1.
8172
8173 2003-05-24 Stefan Monnier <monnier@cs.yale.edu>
8174
8175 * keyboard.c (read_key_sequence): Adjust fkey and keytran when
8176 dropping `down' events.
8177
8178 2003-05-24 Andreas Schwab <schwab@suse.de>
8179
8180 * coding.c (find_safe_codings): Fix last change.
8181
8182 2003-05-24 Istvan Marko <mi@imarko.dhs.org> (tiny change)
8183
8184 * xfns.c (x_window): Fix typo from 2003-05-21 change.
8185
8186 2003-05-23 Stefan Monnier <monnier@cs.yale.edu>
8187
8188 * xdisp.c (display_mode_element): Increase max depth.
8189 Simplify the error handling code. Use a different error string
8190 for the case where we hit the depth limit.
8191
8192 * lisp.h (Vfundamental_mode_abbrev_table): Don't declare.
8193
8194 * buffer.c (reset_buffer_local_variables): Remove redundant setting.
8195
8196 2003-05-21 Stefan Monnier <monnier@cs.yale.edu>
8197
8198 * intervals.c (get_local_map): Don't get char-property of previous
8199 point any more: get_pos_property already does it and better.
8200
8201 2003-05-21 Dave Love <fx@gnu.org>
8202
8203 [Merged from unicode branch.]
8204
8205 * xfns.c (x_window, x_window): Use use_xim.
8206
8207 * xterm.c (use_xim): Initialize.
8208 (xim_open_dpy, xim_initialize, xim_close_dpy): Use use_xim.
8209 (x_term_init): Maybe set use_xim.
8210
8211 * xterm.h (use_xim) [HAVE_X_I18N]: Declare.
8212
8213 2003-05-21 Jason Rumney <jasonr@gnu.org>
8214
8215 * unexw32.c (_start): Remove _fmode initialization.
8216
8217 * emacs.c (main) [WINDOWSNT]: Move it here.
8218
8219 2003-05-20 Dave Love <fx@gnu.org>
8220
8221 * s/gnu-linux.h (MAIL_USE_FLOCK): Make it conditional.
8222
8223 2003-05-19 Richard M. Stallman <rms@gnu.org>
8224
8225 * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified
8226 as value for QCfont attribute.
8227 (realize_default_face): lface should already exist; crash if not.
8228 Specify 0 for FORCE_P when calling set_lface_from_font_name.
8229
8230 * frame.c (Fignore_event): Doc fix.
8231
8232 2003-05-19 Kenichi Handa <handa@m17n.org>
8233
8234 * coding.c (decode_coding_string): Handle post-read-conversion
8235 even if the coding doesn't require decoding.
8236
8237 2003-05-18 Richard M. Stallman <rms@gnu.org>
8238
8239 * callproc.c (Fcall_process_region): Doc fix.
8240
8241 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
8242
8243 * lread.c (Fload): Print a message if package is obsolete.
8244
8245 * window.c (Fselect_window): Add optional `norecord' arg.
8246 (select_window_1): Fold into Fselect_window.
8247 (select_window_norecord): New function.
8248 (temp_output_buffer_show): Use it. Preserve current buffer.
8249
8250 * window.h (Fselect_window): Update declaration.
8251
8252 * window.c (delete_window, Fother_window, Fset_window_configuration):
8253 * minibuf.c (read_minibuf):
8254 * macterm.c (x_new_focus_frame):
8255 * frame.c (do_switch_frame, Fset_frame_selected_window, Fdelete_frame):
8256 * callint.c (Fcall_interactively):
8257 * xterm.c (x_new_focus_frame): Pass nil as new arg to Fselect_window.
8258
8259 * buffer.c (Fpop_to_buffer): Pass norecord to Fselect_window.
8260
8261 2003-05-17 David Kastrup <dak@gnu.org>
8262
8263 * process.c (read_process_output): Back out change from 2003-03-09.
8264
8265 2003-05-17 Stefan Monnier <monnier@cs.yale.edu>
8266
8267 * editfns.c (get_pos_property): Don't assume that `object' = nil.
8268
8269 * textprop.c (text_property_stickiness): New arg `buffer'.
8270
8271 * intervals.h (text_property_stickiness): New arg `buffer'.
8272 (get_pos_property): Declare.
8273
8274 * intervals.c (get_local_map): Use get_pos_property, to obey
8275 stickiness and empty overlays.
8276 (create_root_interval, graft_intervals_into_buffer): Use BEG.
8277 (merge_properties, intervals_equal, merge_properties_sticky):
8278 Use XCAR, XCDR.
8279 (adjust_for_invis_intang): Pass new arg to text_property_stickiness.
8280
8281 2003-05-17 Richard M. Stallman <rms@gnu.org>
8282
8283 * minibuf.c (read_minibuf): If buffer is empty, record the default
8284 in the history.
8285 (Fminibuffer_complete_word): When deleting the overlap, take account
8286 of its real position.
8287
8288 * fns.c (map_char_table): Fix previous change.
8289
8290 * syntax.c (find_defun_start):
8291 When open_paren_in_column_0_is_defun_start,
8292 return beginning of buffer.
8293
8294 * lisp.h (map_char_table): Declare added arg.
8295
8296 * fns.c (map_char_table): New arg TABLE gets the master table.
8297 All calls changed.
8298 Process default and inheritance, resorting to Faref if necessary.
8299
8300 * keymap.c (Fset_keymap_parent, map_keymap, Fcopy_keymap)
8301 (Faccessible_keymaps): Pass new arg to map_char_table.
8302
8303 * fontset.c (Ffontset_info): Pass new arg to map_char_table.
8304
8305 * casetab.c (set_case_table): Pass new arg to map_char_table.
8306
8307 * data.c (let_shadows_buffer_binding_p): Make target of p volatile.
8308
8309 * lisp.h (specbinding_func): New typedef.
8310 (struct specbinding): Use specbinding_func, to put the `volatile'
8311 in the right place.
8312
8313 * alloc.c (Fgarbage_collect): Cast pointers into specpdl
8314 to avoid GCC warning.
8315
8316 2003-05-16 Ralph Schleicher <rs@nunatak.allgaeu.org>
8317
8318 * fileio.c (Fdelete_file): Handle symlinks pointing to directories.
8319
8320 2003-05-15 Stefan Monnier <monnier@cs.yale.edu>
8321
8322 * keyboard.c (apply_modifiers): Don't fill the other cache.
8323
8324 2003-05-14 Stefan Monnier <monnier@cs.yale.edu>
8325
8326 * .gdbinit-union: New file, for USE_LISP_UNION_TYPE users.
8327
8328 * window.h (Qwindowp, Qwindow_live_p, Vwindow_list)
8329 (Fwindow_end, Fselected_window, Fdelete_window, Fwindow_buffer)
8330 (Fget_buffer_window, Fsave_window_excursion, Fsplit_window)
8331 (Fset_window_configuration, Fcurrent_window_configuration)
8332 (compare_window_configurations, Fcoordinates_in_window_p, Fwindow_at)
8333 (Fpos_visible_in_window_p, mark_window_cursors_off)
8334 (window_internal_height, window_internal_width, Frecenter)
8335 (Fscroll_other_window, Fset_window_start, temp_output_buffer_show)
8336 (replace_buffer_in_all_windows, init_window_once, init_window)
8337 (syms_of_window, keys_of_window): Move from lisp.h.
8338 * lisp.h: Move window.c declarations to window.h.
8339
8340 * bytecode.c: Include window.h.
8341 * emacs.c: Include window.h.
8342
8343 * keyboard.c (make_lispy_event): Apply modifiers to multibyte-char key.
8344 (keyremap): Add `parent' field.
8345 (keyremap_step): Use it. Remove `parent' argument.
8346 (read_key_sequence): Setup and use the new `parent' field.
8347
8348 2003-05-11 Stefan Monnier <monnier@cs.yale.edu>
8349
8350 * keyboard.c (adjust_point_for_property): Ensure termination.
8351
8352 2003-05-10 Stefan Monnier <monnier@cs.yale.edu>
8353
8354 * keyboard.c (follow_key): Remove dead variable `did_meta'.
8355 (access_keymap_keyremap, keyremap_step): New funs, extracted from the
8356 duplicated handling of function-key-map and key-translation-map
8357 in read_key_sequence.
8358 (read_key_sequence): Use them.
8359
8360 * keyboard.c (adjust_point_for_property): Try harder to move point
8361 to the non-sticky end of an invisible property.
8362
8363 * xdisp.c (single_display_prop_intangible_p): Make `space' display
8364 property intangible as well.
8365
8366 2003-05-10 Andreas Schwab <schwab@suse.de>
8367
8368 * xmenu.c (single_menu_item): Change last parameter to void* to
8369 avoid warning.
8370
8371 2003-05-09 Richard M. Stallman <rms@gnu.org>
8372
8373 * print.c (Fprin1_to_string): Instead of gcpro, set abort_on_gc.
8374 Bind Qinhibit_modification_hooks to t so there will be no GC.
8375 Rename local `tem' to `save_deactivate_mark'.
8376
8377 * eval.c (specpdl_ptr): Declare volatile.
8378 (unbind_to): Copy the whole binding and decrement specpdl_ptr
8379 before doing the work of unbinding it.
8380
8381 * lisp.h (struct specbinding): Declare elements volatile.
8382 (specpdl_ptr): Declare volatile.
8383
8384 * Makefile.in (alloca.o): Specify -DDO_BLOCK_INPUT in compiling.
8385
8386 * alloca.c: Test DO_BLOCK_INPUT rather than `emacs'
8387 for use of BLOCK_INPUT and inclusion of lisp.h and blockinput.h.
8388
8389 2003-05-08 Dave Love <fx@gnu.org>
8390
8391 * coding.c (Vlast_coding_system_used): Doc fix.
8392
8393 2003-05-07 Jason Rumney <jasonr@gnu.org>
8394
8395 * fileio.c (Ffile_symlink_p): Let handlers handle symlinks even
8396 when system does not support them.
8397
8398 2003-05-05 Stefan Monnier <monnier@cs.yale.edu>
8399
8400 * fileio.c (Qwrite_region_annotate_functions): New var.
8401 (build_annotations): Use it to process the global part of the hook.
8402 (syms_of_fileio): Init and staticpro it.
8403
8404 * keyboard.c (safe_run_hooks_error): Display a message instead of
8405 silently ignoring the error.
8406
8407 2003-05-03 Stefan Monnier <monnier@cs.yale.edu>
8408
8409 * keyboard.c (input_available_signal): Mark static.
8410 (menu_bar_items): Use map_keymap.
8411 (menu_bar_one_keymap): Remove.
8412 (menu_bar_item): Adjust arglist (for use in map_keymap).
8413 Properly hide a second binding when not both are keymaps.
8414
8415 * xmenu.c (struct skp): New struct, to pass args through map_keymap.
8416 (single_keymap_panes): Use it and map_keymap.
8417 (single_menu_item): Use skp as well.
8418
8419 * keymap.h (map_keymap_function_t): New type.
8420 (map_keymap): Declare.
8421
8422 * keymap.c (map_keymap_item, map_keymap_char_table_item, map_keymap)
8423 (map_keymap_call, Fmap_keymap): New functions.
8424 (syms_of_keymap): Defsubr map-keymap.
8425
8426 2003-05-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8427
8428 * gtkutil.c (create_dialog, make_widget_for_menu_item)
8429 (make_menu_item, create_menus, xg_update_menu_item): Don't call
8430 ..._with_mnemonic functions for menu items.
8431
8432 2003-05-01 Kenichi Handa <handa@m17n.org>
8433
8434 * coding.c (coding_system_accept_latin_extra_p): Delete this
8435 function.
8436 (find_safe_codings): Pay attention to
8437 the property tranlsation-table-for-encode of each codings.
8438 (syms_of_coding): Give Qtranslation_table the extra slot number 2.
8439
8440 2003-05-01 Stefan Monnier <monnier@cs.yale.edu>
8441
8442 * eval.c (Funwind_protect): Use func=Fprogn rather than symbol=Qnil.
8443
8444 2003-04-30 Stefan Monnier <monnier@cs.yale.edu>
8445
8446 * eval.c (unbind_to): Don't handle symbol = Qnil any more.
8447
8448 * lisp.h (CHECK): Wrap args in parenthesis.
8449 (specbind): Fix doc: symbol = Qnil is not supported any more.
8450
8451 * bytecode.c (Fbyte_code) <unwind-protect>:
8452 Use Fprogn rather than 0 and Qnil.
8453
8454 * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
8455 `double', and `triple' modifiers as well.
8456
8457 2003-04-30 Richard M. Stallman <rms@gnu.org>
8458
8459 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
8460
8461 * alloc.c (abort_on_gc): New variable.
8462 (Fgarbage_collect): Abort if abort_on_gc is set.
8463
8464 * lisp.h (abort_on_gc): Add decl.
8465
8466 * eval.c (Fsignal): Clear abort_on_gc.
8467
8468 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
8469 Reinit FORMAT_START and END before second scan.
8470
8471 * xdisp.c (move_it_vertically_backward): Do the final big else
8472 even if nlines is 0.
8473
8474 * xdisp.c (redisplay_internal): Finish the per-frame loop
8475 even if redisplay is suspended by input.
8476
8477 2003-04-24 Andrew Choi <akochoi@shaw.ca>
8478
8479 * macterm.c (x_list_fonts): Return all fonts that match if
8480 maxnames = -1.
8481
8482 2003-04-25 Kenichi Handa <handa@m17n.org>
8483
8484 * syntax.c (skip_chars): Fix previous change.
8485
8486 2003-04-24 Kenichi Handa <handa@m17n.org>
8487
8488 * syntax.c (skip_chars): Make the code faster by using the common
8489 technique of *p, *stop, and *endp.
8490
8491 2003-04-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8492
8493 * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
8494 tool_bar_items so GTK tool bar expose callback does not access items
8495 being updated.
8496
8497 2003-04-19 Stefan Monnier <monnier@cs.yale.edu>
8498
8499 * eval.c (Fapply): Undo last change and add a comment about why.
8500
8501 2003-04-18 Miles Bader <miles@gnu.org>
8502
8503 * data.c (Faset): Calculate nbytes earlier, to satisfy the now
8504 pickier PARSE_MULTIBYTE_SEQ.
8505
8506 2003-04-17 Stefan Monnier <monnier@cs.yale.edu>
8507
8508 * eval.c (For, Fand, Fprogn, un_autoload, do_autoload):
8509 Use XCDR, XCAR, CONSP.
8510 (Fdefmacro): Fix docstring. Use XCAR, XCDR.
8511 (Fapply): Remove unnecessary GCPRO.
8512
8513 * doc.c (Fsubstitute_command_keys): Remove spurious casts.
8514
8515 * charset.h (PARSE_MULTIBYTE_SEQ): Pretend `length' is used.
8516
8517 * buffer.h: Don't hardcode BEG==1.
8518
8519 * abbrev.c (Fdefine_abbrev_table): Use XCAR, XCDR.
8520
8521 2003-04-16 Richard M. Stallman <rms@gnu.org>
8522
8523 * xdisp.c (try_window, try_window_reusing_current_matrix):
8524 When at end of window, set window_end_pos to Z-ZV.
8525
8526 * buffer.c (Foverlay_recenter): Doc fix.
8527
8528 2003-04-14 Stefan Monnier <monnier@cs.yale.edu>
8529
8530 * dispnew.c (Fsit_For): Support XEmacs-style arg list.
8531
8532 2003-04-14 Andrew Choi <akochoi@shaw.ca>
8533
8534 * macterm.c (mac_check_for_quit_char): Don't check more often than
8535 once a second.
8536
8537 2003-04-11 Stefan Monnier <monnier@cs.yale.edu>
8538
8539 * keyboard.c (kbd_buffer_get_event): Don't handle SELECT_WINDOW_EVENT
8540 specially, so that they can't hide an implicit switch-frame event.
8541 (make_lispy_event): Handle SELECT_WINDOW_EVENT.
8542 (head_table): Use switch-frame as event_kind for select-window.
8543 (keys_of_keyboard): Don't bind [select-window] in special-event-map.
8544
8545 * editfns.c (Fformat): Lisp_Object/int mixup.
8546 (format2): Remove unused var numargs.
8547
8548 2003-04-11 Kenichi Handa <handa@m17n.org>
8549
8550 * fileio.c (Vafter_insert_file_adjust_coding_function): Delete.
8551 (Qafter_insert_file_set_coding): New variable.
8552 (syms_of_fileio): Initialize and staticpro it. Delete declaration
8553 for after-insert-file-adjust-coding-function.
8554 (Finsert_file_contents): Call Qafter_insert_file_set_coding
8555 instead of Vafter_insert_file_adjust_coding_function.
8556
8557 2003-04-11 Kenichi Handa <handa@m17n.org>
8558
8559 * lisp.h (temp_echo_area_glyphs): Adjust prototype.
8560
8561 * minibuf.c (temp_echo_area_glyphs): Change the arg to Lisp
8562 string. Callers changed.
8563
8564 2003-04-10 Kenichi Handa <handa@m17n.org>
8565
8566 * fileio.c (Vafter_insert_file_adjust_coding_function): New variable.
8567 (syms_of_fileio): Declare it as a lisp variable.
8568 (Finsert_file_contents):
8569 Call Vafter_insert_file_adjust_coding_function before calling
8570 decode-format.
8571
8572 2003-04-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8573
8574 * xterm.c (xg_scroll_callback): Call gtk_range_get_adjustment to
8575 get GtkAdjustment as widget now is a GtkRange.
8576
8577 * gtkutil.c (xg_create_scroll_bar): Connect to value-changed on
8578 GtkRange to avoid memory leak.
8579
8580 2003-04-09 Kenichi Handa <handa@m17n.org>
8581
8582 * xfaces.c (Vface_font_rescale_alist): New variable.
8583 (struct font_name): New member rescale_ratio.
8584 (font_rescale_ratio): New function.
8585 (split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
8586 (better_font_p): On comparing point sized, pay attention to
8587 recale_ratio member of fonts.
8588 (build_scalable_font_name): Reflect font->rescale_ratio in the
8589 font name.
8590 (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
8591
8592 * lread.c (read1): Before calling index, check if the 2nd
8593 arguemnt is in ASCII range.
8594
8595 2003-04-08 Richard M. Stallman <rms@gnu.org>
8596
8597 * fileio.c (Ffile_symlink_p): Doc fix.
8598
8599 * editfns.c (Fformat): Translate positions of text properties
8600 in the format string to apply them to the result.
8601
8602 * fileio.c (Finsert_file_contents): Doc fix.
8603 (syms_of_fileio) <after-insert-file-functions>: Doc fix.
8604
8605 2003-04-08 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
8606
8607 * lread.c (openp): Get the Qfile_exists_p handler for STRING, not FN.
8608
8609 2003-04-08 Steven Tamm <steventamm@mac.com>
8610
8611 * mac.c (init_mac_osx_environment): Switch libexec and bin so
8612 that self-contained application finds libexec files.
8613
8614 2003-04-08 Kenichi Handa <handa@m17n.org>
8615
8616 * coding.c (code_convert_region_unwind):
8617 Set Vlast_coding_system_used to the argument.
8618 (code_convert_region): If post-read-conversion function changed
8619 the value of last-coding-sytem, keep the new value in
8620 coding->symbol so that it won't be overridden.
8621 (run_pre_post_conversion_on_str): Likewise.
8622 (coding_system_accept_latin_extra_p): New function.
8623 (find_safe_codings): Pay attention to characters registered in
8624 latin-extra-code-table.
8625
8626 2003-04-07 Thien-Thi Nguyen <ttn@gnu.org>
8627
8628 * Makefile.in (md5.o): Add missing dependency info.
8629
8630 2003-04-06 Richard M. Stallman <rms@gnu.org>
8631
8632 * xselect.c (x_handle_selection_request): Move UNGCPRO to very end.
8633
8634 * marker.c (verify_bytepos): New function.
8635
8636 * intervals.c (set_intervals_multibyte_1): When becoming
8637 multibyte, adjust right and left child sizes to a whole set of
8638 characters. If an interval gets zero total-length, delete it.
8639 If an interval consists of just its children, delete one of them.
8640
8641 * intervals.h (CHECK_TOTAL_LENGTH): New macro.
8642 * intervals.c: Add many calls to CHECK_TOTAL_LENGTH.
8643
8644 * alloc.c: (VALIDATE_LISP_STORAGE): Macro deleted.
8645 All calls deleted.
8646 (lisp_malloc): Do the work here directly.
8647
8648 2003-04-06 Gareth Jones <emacs@referential.org.uk> (tiny change)
8649
8650 * fns.c (Flength): Return SUB_CHAR_TABLE_ORDINARY_SLOTS for sub
8651 char tables.
8652
8653 2003-04-04 Kenichi Handa <handa@m17n.org>
8654
8655 * editfns.c (Fformat): Use a copy of FORMAT string so that we can
8656 destructively change "%S" to "%s".
8657
8658 2003-04-03 Miles Bader <miles@gnu.org>
8659
8660 * xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
8661 always set.
8662
8663 2003-04-01 Dave Love <fx@gnu.org>
8664
8665 * xfns.c (xpm_lookup_color): Grok "opaque".
8666
8667 2003-03-31 Andrew Choi <akochoi@shaw.ca>
8668
8669 * frame.c (x_report_frame_params) [HAVE_CARBON]: Do not report
8670 parent window ID.
8671
8672 * macfns.c (syms_of_macfns): Remove call to init_x_parm_symbols.
8673
8674 * macterm.h (struct mac_output): Define x_pixels_diff and
8675 y_pixels_diff.
8676
8677 2003-03-31 Juanma Barranquero <lektu@terra.es>
8678
8679 * makefile.w32-in ($(BLD)/frame.$(O)): Add dependency on
8680 blockinput.h and files included from it.
8681
8682 2003-03-31 Kim F. Storm <storm@cua.dk>
8683
8684 The following changes consolidates the common code related to
8685 frame-parameter handling from the xfns.c, w32fns.c, and macfns.c
8686 files into frame.c.
8687
8688 * frame.c: Include blockinput.h.
8689 (Vx_resource_name, Vx_resource_class, Qx_frame_parameter)
8690 (Qx_resource_name, Qface_set_after_frame_default): Define vars here.
8691 (Qauto_raise, Qauto_lower, ...): Define all frame parameter
8692 related vars here.
8693 (struct frame_parm_table, frame_parms): New table for describing
8694 frame parameters and their associated Q-variable.
8695 The order of the parameters corresponds to the sequence of the
8696 frame_parm_handlers table in redisplay_interface.
8697 (x_fullscreen_move, x_set_frame_parameters)
8698 (x_report_frame_params, x_set_fullscreen, x_set_line_spacing)
8699 (x_set_screen_gamma, x_set_font, x_set_fringe_width)
8700 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8701 (x_set_autoraise, x_set_autolower, x_set_unsplittable)
8702 (x_set_vertical_scroll_bars, x_set_scroll_bar_width, x_icon_type):
8703 Generic functions for processing of frame parameters.
8704 (validate_x_resource_name, xrdb_get_resource, Fx_get_resource)
8705 (display_x_get_resource, x_get_resource_string): Functions for
8706 generic access to X resources.
8707 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
8708 (x_default_parameter, Fx_parse_geometry): Functions for generic
8709 access to frame parameters.
8710 (x_figure_window_size): Generic calculation of frame size.
8711 Fixed to add space needed for tool bar. Also setup size_hint_flags.
8712 (syms_of_frame): Intern and staticpro frame parameter variables.
8713 Defvar_lisp Vx_resource_class and Vx_resource_name here.
8714 Defsubr Sx_get_resource and Sx_parse_geometry.
8715
8716 * frame.h (Qauto_raise, Qauto_lower, ...): Declare extern all frame
8717 parameter related vars defined in frame.c.
8718 (EMACS_CLASS): Define here.
8719 (enum FULLSCREEN_*): Define here.
8720 (x_set_scroll_bar_default_width, x_wm_set_icon_position)
8721 (x_set_offset, x_new_font, x_new_fontset): Add prototypes.
8722 (x_fullscreen_adjust, x_set_frame_parameters, x_report_frame_params)
8723 (x_set_fullscreen, x_set_line_spacing, x_set_screen_gamma, x_set_font)
8724 (x_set_fringe_width, x_set_border_width, x_set_internal_border_width)
8725 (x_set_visibility, x_set_autoraise, x_set_autolower)
8726 (x_set_unsplittable, x_set_vertical_scroll_bars)
8727 (x_set_scroll_bar_width, x_icon_type, validate_x_resource_name)
8728 (x_figure_window_size): Add prototypes.
8729
8730 * dispextern.h (frame_parm_handler): New typedef.
8731 (struct redisplay_interface): New member frame_parm_handlers.
8732 (enum resource_types): Move declaration here.
8733 (x_get_arg, x_frame_get_arg, x_frame_get_and_record_arg)
8734 (x_default_parameter): Add prototypes.
8735
8736 * window.c: Remove extern decl for frame parameter vars.
8737 (change_window_heights): New generic function;
8738 replaces x_change_window_heights. All users changed.
8739
8740 * window.h (change_window_heights): Add prototype.
8741
8742 * xfaces.c: Remove extern decl for frame parameter vars.
8743
8744 * xterm.h (EMACS_CLASS): Remove. Use generic define.
8745 (struct w32_display_info): Fix type of xrdb member.
8746 (enum FULLSCREEN_*): Remove.
8747 Remove prototypes for generic functions (in frame.h).
8748
8749 * xfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8750 parameters now defined in frame.h and frame.c.
8751 (Vx_resource_name): Remove. Use generic var.
8752 (enum x_frame_parms): Remove (bogus, unused enum).
8753 (check_x_display_info): Make non-static (for frame.c).
8754 (struct x_frame_parm_table, x_frame_parms): Remove.
8755 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8756 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8757 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8758 (x_change_window_heights, x_set_autoraise, x_set_autolower)
8759 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8760 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8761 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8762 Remove. Use generic functions instead.
8763 (enum resource_types): Remove.
8764 (x_set_scroll_bar_default_width): New global function (for frame.c).
8765 (Fx_create_frame): Depend on x_figure_window_size to add space for
8766 toolbar and setup size_hint_flags.
8767 (x_frame_parm_handlers): New table for redisplay_interface.
8768 (syms_of_xfns): Don't intern/staticpro removed vars.
8769
8770 * xterm.c: Remove unnecessary extern declarations.
8771 (x_fullscreen_adjust): Remove. Use generic instead.
8772 (x_redisplay_interface): Add x_frame_parm_handlers member.
8773
8774 * w32gui.h (XrmDatabase): New (dummy) typedef.
8775
8776 * w32term.h (EMACS_CLASS): Remove. Use generic define.
8777 (struct w32_display_info): Fix type of xrdb member.
8778 (enum FULLSCREEN_*): Remove.
8779 (x_fullscreen_adjust): Remove prototype.
8780
8781 * w32fns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8782 parameters now defined in frame.h and frame.c.
8783 (Vx_resource_name): Remove. Use generic var.
8784 (enum x_frame_parms): Remove (bogus, unused enum).
8785 (check_x_display_info): Make non-static (for frame.c).
8786 (struct x_frame_parm_table, x_frame_parms): Remove.
8787 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8788 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8789 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8790 (x_change_window_heights, x_set_autoraise, x_set_autolower)
8791 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8792 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8793 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8794 Remove. Use generic functions instead.
8795 (enum resource_types): Remove.
8796 (x_set_scroll_bar_default_width): New global function (for frame.c).
8797 (Fx_create_frame): Depend on x_figure_window_size to add space for
8798 toolbar and setup size_hint_flags.
8799 (w32_frame_parm_handlers): New table for redisplay_interface.
8800 (syms_of_w32fns): Don't intern/staticpro removed vars.
8801
8802 * w32term.c: Remove unnecessary extern declarations.
8803 (x_fullscreen_adjust): Remove. Use generic instead.
8804 (x_redisplay_interface): Add w32_frame_parm_handlers member.
8805
8806 * w32reg.c (x_get_string_resource): Use XrmDatabase.
8807
8808 * macgui.h (XrmDatabase): New (dummy) typedef.
8809
8810 * macterm.h (EMACS_CLASS): Remove.
8811 (struct mac_display_info): Add xrdb member.
8812 (struct mac_output): Add want_fullscreen member.
8813
8814 * macfns.c (Qauto_raise, Qauto_lower, ...): Remove vars for frame
8815 parameters now defined in frame.h and frame.c.
8816 (Vx_resource_name): Remove. Use generic var.
8817 (check_x_display_info): Make non-static (for frame.c).
8818 (struct x_frame_parm_table, x_frame_parms): Remove.
8819 (init_x_parm_symbols, x_set_frame_parameters, x_report_frame_params)
8820 (x_set_line_spacing, x_set_screen_gamma, x_icon_type, x_set_font)
8821 (x_set_border_width, x_set_internal_border_width, x_set_visibility)
8822 (x_change_window_heights, x_set_autoraise, x_set_autolower)
8823 (x_set_vertical_scroll_bars, x_set_scroll_bar_width)
8824 (validate_x_resource_name, Fx_get_resource, x_get_resource_string)
8825 (x_default_parameter, Fx_parse_geometry, x_figure_window_size):
8826 Remove. Use generic functions instead.
8827 (enum resource_types): Remove.
8828 (x_set_scroll_bar_default_width): New global function (for frame.c).
8829 (mac_frame_parm_handlers): New table for redisplay_interface.
8830 (syms_of_macfns): Don't intern/staticpro removed vars.
8831
8832 * macterm.c: Remove unnecessary extern declarations.
8833 (x_redisplay_interface): Add mac_frame_parm_handlers member.
8834
8835 * Makefile.in (frame.o): Add dependency on blockinput.h and files
8836 included from it (atimer.h and systime.h).
8837
8838 2003-03-30 Andreas Schwab <schwab@suse.de>
8839
8840 * xdisp.c (x_insert_glyphs): Fix swapped width and height
8841 parameters for shift_glyphs_for_insert.
8842
8843 * macterm.c (x_redisplay_interface): Add missing entry for
8844 draw_vertical_window_border.
8845
8846 2003-03-29 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
8847
8848 * fileio.c (Fexpand_file_name): In the no-handler case, after
8849 expanding, look again for a handler and invoke it. This is needed
8850 for filenames like "/foo/../user@host:/bar/../baz" -- the first
8851 expansion produces "/user@host:/bar/../baz" which needs to be
8852 expanded again for the finame result "/user@host:/baz".
8853
8854 2003-03-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8855
8856 * gtkutil.c (xg_tool_bar_item_expose_callback): Reduce size
8857 of area to be redrawn for better performance.
8858
8859 2003-03-28 Stefan Monnier <monnier@cs.yale.edu>
8860
8861 * xterm.c (take_vertical_position_into_account): Remove.
8862 (xt_action_hook): Call set_vertical_scroll_bar if needed.
8863 (XM_SB_MIN, XM_SB_RANGE): Remove (min is now set to 0).
8864 (xm_scroll_callback, x_create_toolkit_scroll_bar)
8865 (x_set_toolkit_scroll_bar_thumb): Simplify.
8866 (x_scroll_bar_expose): Only compile if !USE_TOOLKIT_SCROLL_BARS.
8867 (XTread_socket): Remove unused var.
8868 (x_make_frame_invisible): Replace goto with else.
8869
8870 * xdisp.c (set_vertical_scroll_bar): New fun.
8871 (redisplay_window): Use it.
8872
8873 2003-03-26 Richard M. Stallman <rms@gnu.org>
8874
8875 * xdisp.c (update_tool_bar): Recompute tool bar if
8876 update_mode_lines is set. Set w->update_mode_line
8877 only if the tool bar contents actually change.
8878 (update_menu_bar): Undo previous change.
8879
8880 2003-03-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8881
8882 * gtkutil.c (xg_resize_widgets): Don't call xg_frame_cleared.
8883 (xg_frame_set_char_size): Calculate scroll bar width before frame
8884 width. Call SET_FRAME_GARBAGED and cancel_mouse_face.
8885 (xg_separator_p): Check for all documented separator types.
8886 (xg_update_scrollbar_pos): Variable gheight not needed, use height.
8887 (update_frame_tool_bar): Don't call gdk_window_process_all_updates.
8888
8889 * xdisp.c (update_menu_bar): Set w->update_mode_line to Qt
8890 so tool bar gets updated.
8891
8892 2003-03-26 Stefan Monnier <monnier@cs.yale.edu>
8893
8894 * data.c (store_symval_forwarding): Re-instate part of the code
8895 that was deleted with too much enthusiasm.
8896
8897 2003-03-25 Stefan Monnier <monnier@cs.yale.edu>
8898
8899 * data.c (store_symval_forwarding): Delete special read-only
8900 hack for type == -1, since we now use ->constant instead.
8901 (Fkill_local_variable): Don't use XBUFFER if it can be nil.
8902
8903 * buffer.c (overlays_in): Declare static.
8904 (syms_of_buffer) <enable-multibyte-characters>: Use the symbol's
8905 `constant' field rather than the variable's `type' field.
8906
8907 2003-03-24 Andrew Choi <akochoi@shaw.ca>
8908
8909 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
8910
8911 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
8912
8913 * fns.c [MAC_OSX]: Do not redefine vector.
8914
8915 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
8916
8917 * macgui.h: Remove definition of No_Cursor.
8918
8919 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by Cursor.
8920
8921 * xdisp.c: Define No_Cursor.
8922 (x_write_glyphs, notice_overwritten_cursor)
8923 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
8924 (note_mouse_highlight): Remove Mac-specific code.
8925 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
8926
8927 2003-03-24 John Paul Wallington <jpw@gnu.org>
8928
8929 * xdisp.c (redisplay_window): If mini window's buffer is not
8930 empty, then redisplay it like other windows.
8931
8932 2003-03-23 Kim F. Storm <storm@cua.dk>
8933
8934 * w32term.c (w32_draw_window_cursor): Fix last change.
8935
8936 2003-03-23 Kenichi Handa <handa@m17n.org>
8937
8938 * alloc.c (make_string_from_bytes, make_specified_string):
8939 Add `const' for the arg CONTENTS.
8940
8941 * lisp.h (make_string_from_bytes, make_specified_string):
8942 Prototypes adjusted.
8943
8944 2003-03-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8945
8946 * xdisp.c (get_glyph_string_clip_rect): Remove ; at end of #endif
8947
8948 * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
8949 (XG_SB_RANGE): New define.
8950
8951 * gtkutil.c (xg_fixed_handle_expose): New function.
8952 (xg_create_frame_widgets): Call xg_fixed_handle_expose for
8953 expose events.
8954 (xg_update_scrollbar_pos): Take two more arguments, left and width
8955 of scroll bar including borders.
8956 Clear left and right part outside scroll bar separately as some
8957 themes have bars that are not an even number of pixels.
8958 Don't set reallocate_redraws, don't call
8959 gdk_window_process_all_updates.
8960 (xg_set_toolkit_scroll_bar_thumb): Upper value is fixed,
8961 so no need to change it. Calculate size and value with XG_SB_RANGE.
8962
8963 * xterm.c (x_scroll_bar_create, XTset_vertical_scroll_bar):
8964 Pass left and width of scroll bar including borders to
8965 xg_update_scrollbar_pos.
8966
8967 2003-03-22 Thien-Thi Nguyen <ttn@gnu.org>
8968
8969 * Makefile.in: Make sure space precedes end-of-line backslashes.
8970
8971 2003-03-22 Kim F. Storm <storm@cua.dk>
8972
8973 * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords):
8974 Add generic versions here. Remove system specific versions
8975 defined elsewhere.
8976
8977 * dispextern.h (pixel_to_glyph_coords, glyph_to_pixel_coords):
8978 Add prototypes.
8979
8980 * xterm.h (STORE_NATIVE_RECT): New macro.
8981
8982 2003-03-21 Kim F. Storm <storm@cua.dk>
8983
8984 * xdisp.c (get_glyph_string_clip_rect):
8985 Use FRAME_INTERNAL_BORDER_WIDTH.
8986
8987 * dispextern.h (struct redisplay_interface): Add active_p
8988 argument to draw_window_cursor member. All uses changed.
8989
8990 2003-03-21 Kim F. Storm <storm@cua.dk>
8991
8992 The following changes consolidate code related to writing and
8993 inserting glyphs, exposing frame, the tool bar, the mouse face,
8994 the output cursor, and help echo from xterm.c, w32term.c and
8995 macterm.c into xdisp.c. It also generalizes the use of the
8996 window_part enum instead of using numeric values throughout.
8997
8998 * xdisp.c: Consolidate gui-independent code here.
8999 Include keymap.h.
9000 (Qhelp_echo): Import.
9001 (mouse_autoselect_window, x_stretch_cursor_p): Declare here.
9002 (help_echo_string, help_echo_window, help_echo_object)
9003 (previous_help_echo_string, help_echo_pos): Declare here.
9004 (output_cursor, last_mouse_frame, last_tool_bar_item): Declare here.
9005 (estimate_mode_line_height): Define here. Handle windowing
9006 systems directly (without using estimate_mode_line_height_hook).
9007 (x_y_to_hpos_vpos, get_tool_bar_item, note_tool_bar_highlight):
9008 (update_window_cursor, update_cursor_in_window_tree)
9009 (fast_find_position, fast_find_string_pos)
9010 (note_mode_line_highlight, note_mode_line_or_margin_highlight)
9011 (expose_area, expose_line, expose_overlaps, expose_window)
9012 (expose_window_tree, phys_cursor_in_rect_p): New generic versions;
9013 declared static as they are only used locally in xdisp.c.
9014 (draw_glyphs): Rename from x_draw_glyphs and make static.
9015 (tool_bar_item_info, notice_overwritten_cursor): Make static.
9016 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
9017 (set_output_cursor, x_cursor_to, handle_tool_bar_click)
9018 (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line):
9019 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
9020 (display_and_set_cursor, x_update_cursor, x_clear_cursor)
9021 (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p)
9022 (note_mouse_highlight, x_clear_window_mouse_face)
9023 (cancel_mouse_face, x_draw_vertical_border, expose_frame)
9024 (x_intersect_rectangles): New generic functions for use by xdisp.c
9025 and GUI front-ends.
9026 (syms_of_xdisp): Initialize and staticpro help_echo* variables.
9027 Defvar_bool "x-streach-cursor" and "mouse-autoselect-window" here.
9028
9029 * dispextern.h (Display_Info): Generic typedef for *_display_info.
9030 (NativeRectangle): Generic typedef for rectangle type.
9031 (enum window_part): Move here from window.c.
9032 (struct redisplay_interface): New members flush_display_optional,
9033 define_frame_cursor, clear_frame_area, draw_window_cursor,
9034 draw_vertical_window_border, shift_glyphs_for_insert.
9035 Rename member clear_mouse_face to clear_window_mouse_face.
9036 (estimate_mode_line_height_hook): Remove hook.
9037 (auto_raise_tool_bar_buttons_p): Don't declare extern.
9038 (tool_bar_item_info): Remove prototype.
9039 (help_echo_string, help_echo_window, help_echo_object)
9040 (previous_help_echo_string, help_echo_pos)
9041 (last_mouse_frame, last_tool_bar_item, mouse_autoselect_window):
9042 (x_stretch_cursor_p, output_cursor): Declare extern.
9043 (x_draw_glyphs, notice_overwritten_cursor): Remove prototypes.
9044 (x_write_glyphs), x_insert_glyphs, x_clear_end_of_line)
9045 (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor)
9046 (display_and_set_cursor, set_output_cursor, x_cursor_to)
9047 (x_update_cursor, x_clear_cursor, x_draw_vertical_border)
9048 (frame_to_window_pixel_xy, get_glyph_string_clip_rect)
9049 (note_mouse_highlight, x_clear_window_mouse_face, cancel_mouse_face)
9050 (handle_tool_bar_click, clear_mouse_face, show_mouse_face)
9051 (cursor_in_mouse_face_p, expose_frame, x_intersect_rectangles):
9052 Add prototypes.
9053 (mode_line_string, marginal_area_string): Fix prototypes.
9054
9055 * window.c (enum window_part): Move to dispextern.h.
9056 (coordinates_in_window): Use enum window_part member names
9057 instead of numbers to describe return value.
9058 (struct check_window_data): Change part member to window_part.
9059 (check_window_containing): Return window_part unaltered.
9060 (window_from_coordinates): Change part arg from int to enum
9061 window_part. Allow part arg to be null. All users changed.
9062
9063 * window.h (window_from_coordinates): Fix prototype.
9064
9065 * term.c (estimate_mode_line_height): Move to xdisp.c.
9066
9067 * keyboard.c (make_lispy_event): Use enum window_part.
9068
9069 * dispnew.c (mode_line_string, marginal_area_string): Use enum
9070 window_part instead of int in arg list. Users changed.
9071
9072 * xterm.h (No_Cursor): Declare as None for X.
9073 (struct mac_output): Replace member cross_cursor by hand_cursor.
9074
9075 * xterm.c: Remove consolidated defines and code.
9076 (BETWEEN): Remove unused macro.
9077 (x_draw_vertical_window_border, x_shift_glyphs_for_insert)
9078 (x_define_frame_cursor, x_clear_frame_area)
9079 (x_draw_window_cursor): New X-specific functions for RIF.
9080 (x_redisplay_interface): Add new members.
9081
9082 * xfns.c: Setup and use hand_cursor instead of cross_cursor.
9083
9084 * w32term.h (struct w32_output): Remove cross_cursor member.
9085
9086 * w32term.c: Remove consolidated defines and code.
9087 (BETWEEN): Remove unused macro.
9088 (w32_draw_vertical_window_border, w32_shift_glyphs_for_insert)
9089 (w32_define_frame_cursor, w32_clear_frame_area)
9090 (w32_draw_window_cursor): New W32-specific functions for RIF.
9091 (w32_redisplay_interface): Add new members.
9092
9093 * w32gui.h (No_Cursor): Define as 0 for W32.
9094 (XRectangle): Add X compatible rectangle type.
9095 (NativeRectangle): Declare as RECT for W32.
9096 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
9097
9098 * w32fns.c: Remove setup of cross_cursor (already has hand_cursor).
9099
9100 * w32console.c: Remove consolidated defines and code.
9101
9102 * msdos.h (Display_Info): Add generic typedef.
9103
9104 * msdos.c: Remove consolidated defines and code.
9105 (IT_note_mouse_highlight, dos_rawgetc): Use enum window_part.
9106
9107 * macterm.h (struct mac_output): Replace member cross_cursor by
9108 hand_cursor.
9109 (activate_scroll_bars, deactivate_scroll_bars): Add prototypes.
9110
9111 * macterm.c: Remove consolidated defines and code.
9112 (BETWEEN): Remove unused macro.
9113 (mac_draw_vertical_window_border, mac_shift_glyphs_for_insert)
9114 (mac_define_frame_cursor, mac_clear_frame_area)
9115 (mac_draw_window_cursor): New Mac-specific functions for RIF.
9116 (x_redisplay_interface): Add new members.
9117
9118 * macgui.h (No_Cursor): Define as 0 for Mac.
9119 (XRectangle): Add X compatible rectangle type.
9120 (NativeRectangle): Declare as Rect for Mac.
9121 (CONVERT_TO_XRECT, CONVERT_FROM_XRECT, STORE_NATIVE_RECT): New macros.
9122
9123 * macfns.c (x_set_mouse_color): Setup hand_cursor.
9124 (x_set_cursor_color): Use x_display_and_set_cursor.
9125
9126 * Makefile.in (xdisp.o): Add dependency on blockinput.h and files
9127 included from it. Add dependency on keymap.h.
9128
9129 * makefile.w32-in (xdisp.o): Add dependency on keymap.h.
9130
9131 2003-03-21 Kenichi Handa <handa@m17n.org>
9132
9133 * fileio.c (Fexpand_file_name): Fix previous change.
9134
9135 2003-03-19 Kenichi Handa <handa@m17n.org>
9136
9137 * fileio.c (Ffile_name_directory): Reconstruct file name by
9138 make_specified_string.
9139 (Ffile_name_nondirectory, Ffile_name_as_directory)
9140 (Fdirectory_file_name, Fexpand_file_name)
9141 (Fsubstitute_in_file_name): Likewise.
9142 (Fread_file_name): Compare decoded homedir with DIR and
9143 DEFAULT_FILENAME.
9144
9145 * alloc.c (make_specified_string): If NCHARS is negative, count
9146 the number of characters.
9147
9148 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9149
9150 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for
9151 all widgets.
9152
9153 * gtkutil.h: Removed xg_ignore_next_thumb.
9154
9155 2003-03-18 Kenichi Handa <handa@m17n.org>
9156
9157 * coding.c (Vchar_coding_system_table): Remove this variable.
9158 (Vcoding_system_safe_chars): New variable.
9159 (intersection): Remove this function.
9160 (find_safe_codings): Don't use Vchar_coding_system_table, but try
9161 all codings in SAFE_CODINGS.
9162 (Ffind_coding_systems_region_internal): Adjust for the change of
9163 find_safe_codings. Get generic coding systems from
9164 Vcoding_system_safe_chars.
9165 (Fdefine_coding_system_internal): New function.
9166 (syms_of_coding): Defsubr Sdefine_coding_system_internal.
9167 Initialize and staticpro Vcoding_system_safe_chars.
9168
9169 2003-03-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9170
9171 * gtkutil.c (xg_set_toolkit_scroll_bar_thumb): Check if new values
9172 equal old values before updating.
9173
9174 * xterm.c (xg_scroll_callback): Remove xg_ignore_next_thumb.
9175
9176 * gtkutil.c (xg_initialize): Remove xg_ignore_next_thumb.
9177
9178 2003-03-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9179
9180 * gtkutil.c: Removed handle_fixed_child, struct xg_last_sb_pos.
9181 (xg_resize_widgets): Don't call foreach(handle_fixed_child).
9182 (xg_gtk_scroll_destroy): Remove free of struct xg_last_sb_pos.
9183 (scroll_bar_button_cb): Set bar->dragging to NIL on button release.
9184 (xg_create_scroll_bar): Pass bar to button event callback.
9185 (xg_find_top_left_in_fixed): New function.
9186 (xg_update_scrollbar_pos): Don't call gdk_window_clear on
9187 whole scroll bar area. Get old position with
9188 xg_find_top_left_in_fixed, calculate and only clear needed areas.
9189 (xg_set_toolkit_scroll_bar_thumb): Do not adjust scroll bar if
9190 dragging is in progress. Calculate whole as for Motif.
9191 Remove code that saved last values. Call gtk_range functions to
9192 set scroll bar sizes.
9193
9194 * gtkutil.h: Removed xg_ignore_next_thumb.
9195
9196 2003-03-17 Juanma Barranquero <lektu@terra.es>
9197
9198 * makefile.w32-in ($(BLD)/xdisp.$(O)): Add dependency on blockinput.h
9199 and files included from it.
9200
9201 2003-03-18 Stefan Monnier <monnier@cs.yale.edu>
9202
9203 * keymap.c (accessible_keymaps_1): Break cycles but without preventing
9204 multiple occurrences of the same keymap under different prefixes.
9205 (Faccessible_keymaps): Remove code redundant since 1994-08-03T07:39:00Z!rms@gnu.org.
9206
9207 2003-03-16 Jason Rumney <jasonr@gnu.org>
9208
9209 * w32gui.h: Use HDC for Display.
9210
9211 * w32term.c (w32_encode_char): Prevent double-byte chars from
9212 crashing Emacs.
9213
9214 * w32fns.c (jpeg_load, png_load, slurp_file): Read image files
9215 as binary.
9216
9217 2003-03-16 Juanma Barranquero <lektu@terra.es>
9218
9219 * xdisp.c (x_produce_glyphs): Use FRAME_BASELINE_OFFSET.
9220
9221 2003-03-16 Kim F. Storm <storm@cua.dk>
9222
9223 The following changes consolidate some of the gui-independent
9224 parts of the processing and drawing of "glyph strings" from
9225 xterm.c, w32term.c, and macterm.c into xdisp.c.
9226
9227 * dispextern.h (struct glyph): Reduce face_id member from 22 to
9228 21 bits (this reduces number of faces from 4M to 2M).
9229 Replace W32 specific w32_font_type member (2 bits) by generic
9230 font_type member (3 bits) for portability.
9231 (FONT_TYPE_UNKNOWN): New define, default for font_type member.
9232 (enum draw_glyphs_face): Define here.
9233 (struct glyph_string): Define here. Merge W32 and X versions.
9234 (struct redisplay_interface): New members per_char_metric,
9235 encode_char, compute_glyph_string_overhangs, draw_glyph_string.
9236 (VCENTER_BASELINE_OFFSET): Define here.
9237 (dump_glyph_string, x_get_glyph_overhangs, x_produce_glyphs)
9238 (x_draw_glyphs, notice_overwritten_cursor): Declare prototypes here.
9239
9240 * xdisp.c: Consolidate gui-independent "glyph string" code here.
9241 (dump_glyph_string): Moved here.
9242 (init_glyph_string, append_glyph_string_lists, append_glyph_string)
9243 (prepend_glyph_string_lists, get_glyph_face_and_encoding)
9244 (fill_composite_glyph_string, fill_glyph_string)
9245 (fill_image_glyph_string, fill_stretch_glyph_string)
9246 (left_overwritten, left_overwriting, right_overwritten)
9247 (right_overwriting, get_char_face_and_encoding)
9248 (set_glyph_string_background_width, compute_overhangs_and_x)
9249 (append_glyph, append_composite_glyph, produce_image_glyph)
9250 (take_vertical_position_into_account, append_stretch_glyph)
9251 (produce_stretch_glyph): New generic functions (based on X version).
9252 Call platform specific functions through rif.
9253 (INIT_GLYPH_STRING): New macro, hides W32 details.
9254 (BUILD_STRETCH_GLYPH_STRING, BUILD_IMAGE_GLYPH_STRING)
9255 (BUILD_CHAR_GLYPH_STRINGS, BUILD_COMPOSITE_GLYPH_STRING)
9256 (BUILD_GLYPH_STRINGS): Generic macros (based on X version).
9257 (x_draw_glyphs, x_get_glyph_overhangs, x_produce_glyphs)
9258 (notice_overwritten_cursor):
9259 Generic functions exported to platform modules. Users changed.
9260
9261 * xterm.h (FONT_DESCENT, FRAME_X_OUTPUT, FRAME_BASELINE_OFFSET)
9262 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE)
9263 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2):
9264 New macros for consolidated code.
9265
9266 * xterm.c: Remove consolidated defines and code.
9267 (x_per_char_metric, x_encode_char)
9268 (x_compute_glyph_string_overhangs): Adapt to RIF requirements.
9269 (x_redisplay_interface): Add new members.
9270
9271 * w32gui.h (Display): Add dummy typedef for consolidation.
9272 (XChar2b): Define alias for wchar_t for consolidation.
9273 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
9274
9275 * w32term.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY)
9276 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE):
9277 New macros for consolidation.
9278
9279 * w32term.c: Remove consolidated defines and code.
9280 (BUILD_WCHAR_T, BYTE1, BYTE2): Macros removed; callers changed
9281 to use STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2 instead.
9282 (w32_per_char_metric): Change font_type arg to int for RIF.
9283 (w32_encode_char): Return int according to RIF requirements.
9284 (w32_compute_glyph_string_overhangs): Adapt to RIF.
9285 (w32_get_glyph_overhangs): New function for RIF. Uses generic
9286 x_get_glyph_overhangs.
9287 (w32_redisplay_interface): Add new members.
9288
9289 * macgui.h (XChar2b): Move typedef here for consolidation.
9290 (STORE_XCHAR2B, XCHAR2B_BYTE1, XCHAR2B_BYTE2): New macros.
9291
9292 * macterm.h (FRAME_X_OUTPUT, FRAME_X_WINDOW, FRAME_X_DISPLAY):
9293 (FONT_TYPE_FOR_UNIBYTE, FONT_TYPE_FOR_MULTIBYTE): New macros for
9294 consolidation.
9295
9296 * macterm.c: Remove consolidated defines and code.
9297 (mac_per_char_metric): New function for RIF.
9298 (mac_encode_char): Adapt to new RIF requirements.
9299 (mac_compute_glyph_string_overhangs): Adapt for RIF.
9300 (x_redisplay_interface): Add new members.
9301
9302 2003-03-15 Stefan Monnier <monnier@cs.yale.edu>
9303
9304 * keymap.c (Vmenu_events): New var.
9305 (syms_of_keymap): Initialize it.
9306 (where_is_internal): Check more carefully what is a menu event.
9307
9308 2003-03-14 Richard M. Stallman <rms@gnu.org>
9309
9310 * lread.c (read1): After #!, exit loop on eof.
9311
9312 2003-03-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9313
9314 * gtkutil.h: Add declaration for xg_frame_cleared.
9315
9316 * xterm.c (x_clear_frame): Call xg_frame_cleared for GTK.
9317
9318 * gtkutil.c (struct xg_last_sb_pos): New structure.
9319 (handle_fixed_child): New function.
9320 (xg_resize_widgets): Call handle_fixed_child on all scroll bar widgets
9321 and force a redraw on them.
9322 (xg_gtk_scroll_destroy): Free struct xg_last_sb_pos also.
9323 (xg_create_scroll_bar): Add struct xg_last_sb_pos to scroll bar
9324 so we can avoid unneeded redraws.
9325 (xg_update_scrollbar_pos): Invalidate data in xg_last_sb_pos
9326 and force a redraw on the scroll bar.
9327 (xg_set_toolkit_scroll_bar_thumb): Do not change/redraw scroll bar
9328 if xg_last_sb_pos shows the positions are up to date.
9329 (xg_frame_cleared): New function.
9330
9331 2003-03-13 Kenichi Handa <handa@m17n.org>
9332
9333 * coding.c (Fdetect_coding_region): Fix docstring.
9334 (Fdetect_coding_string): Fix docstring.
9335
9336 2003-03-13 Andreas Schwab <schwab@suse.de>
9337
9338 * gtkutil.c: Add prototype for create_menus.
9339
9340 * data.c (long_to_cons): Fix type of top.
9341
9342 * xselect.c (selection_data_to_lisp_data): Use int instead of
9343 long for an integer of size 4.
9344
9345 * gtkutil.c (xg_update_frame_menubar): Add missing return value.
9346 (xg_tool_bar_help_callback): Likewise.
9347
9348 2003-03-12 Andreas Schwab <schwab@suse.de>
9349
9350 * xterm.c (x_term_init) [USE_GTK]: Fix typo.
9351
9352 2003-03-12 Kim F. Storm <storm@cua.dk>
9353
9354 The following changes consolidate the fringe handling from
9355 xterm.c, w32term.c, and macterm.c into xdisp.c.
9356
9357 * xdisp.c: Consolidate fringe handling code here.
9358 (left_bits, right_bits, continued_bits, continuation_bits)
9359 (ov_bits, zv_bits): Define fringe bitmaps.
9360 (fringe_bitmaps): New array holding fringe bitmaps.
9361 (draw_fringe_bitmap): Draw a specific bitmap; call display
9362 specific drawing routine via rif->draw_fringe_bitmap.
9363 (draw_row_fringe_bitmaps): Generic replacement for
9364 x_draw_row_fringe_bitmaps; all callers changed.
9365 (compute_fringe_widths): Generic replacement for
9366 x_compute_fringe_widths; all callers changed.
9367
9368 * dispextern.h (enum fringe_bitmap_type): Define here.
9369 (struct fringe_bitmap, struct draw_fringe_bitmap_params): New.
9370 (fringe_bitmaps): Declare extern.
9371 (struct redisplay_interface): New member draw_fringe_bitmap.
9372 (draw_row_fringe_bitmaps, compute_fringe_widths): Declare extern.
9373
9374 * xterm.c: Remove generic fringe code.
9375 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
9376 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
9377
9378 * w32term.c: Remove generic fringe code.
9379 (w32_draw_fringe_bitmap): Only perform actual fringe drawing.
9380 (w32_redisplay_interface): Add w32_draw_fringe_bitmap member.
9381
9382 * macterm.c: Remove generic fringe code.
9383 (x_draw_fringe_bitmap): Only perform actual fringe drawing.
9384 (x_redisplay_interface): Add x_draw_fringe_bitmap member.
9385
9386 2003-03-11 Stefan Monnier <monnier@cs.yale.edu>
9387
9388 * print.c (Fprin1_to_string): Return unibyte string if possible.
9389
9390 2003-03-09 David Kastrup <dak@gnu.org>
9391
9392 * process.c (read_process_output): We have allocated enough space
9393 for readmax and carryover, so actually use the alloted space.
9394
9395 2003-03-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9396
9397 * keyboard.c (make_lispy_event): Extend mouse_syms if needed for
9398 toolkit scrollbar click.
9399
9400 * xterm.c (x_window_to_scroll_bar): Call xg_get_scroll_id_for_window
9401 for USE_GTK.
9402 (x_scroll_bar_handle_click): Use this function for toolkit scrollbars
9403 also.
9404 (handle_one_xevent): ButtonPress/Release: If event is for a toolkit
9405 scrollbar and control is pressed, call x_scroll_bar_handle_click.
9406
9407 * gtkutil.h (xg_get_scroll_id_for_window): Declare.
9408
9409 * gtkutil.c (xg_get_scroll_id_for_window): New function.
9410 (xg_tool_bar_item_expose_callback): New function.
9411 (xg_tool_bar_expose_callback): Call update_frame_tool_bar.
9412 (xg_create_tool_bar): Connect xg_tool_bar_expose_callback to expose
9413 on the tool bar widget.
9414 (update_frame_tool_bar): Connect xg_tool_bar_item_expose_callback
9415 to expose on the tool bar item widgets.
9416
9417 2003-03-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9418
9419 * gtkutil.c (update_frame_tool_bar): Compare pixmap ID instead of
9420 struct image* when deciding to update (struct image* may have been
9421 deleted from the image cache).
9422
9423 * xterm.c (handle_one_xevent): Pass ReparentNotify to Xt even if
9424 the event isn't for a frame (i.e. for dialogs).
9425
9426 2003-03-07 Kenichi Handa <handa@m17n.org>
9427
9428 * coding.c (CODING_ADD_COMPOSITION_COMPONENT): If the number of
9429 composition components reaches the limit, terminate composing.
9430 (COMPOSITION_OK): New macro.
9431 (detect_coding_iso2022): Use it if an escape sequence for
9432 composition is found.
9433 (coding_restore_composition): Adjust the number of composition
9434 components if it is not sane.
9435
9436 2003-03-06 Juanma Barranquero <lektu@terra.es>
9437
9438 * w32term.h (struct w32_display_info): Add xrdb member to support
9439 passing resources via -xrm on Windows.
9440
9441 * w32term.c (w32_make_rdb): New function.
9442 (w32_term_init): Use it to initialize xrdb member of w32_display_info
9443 struct. Delete leftover code.
9444
9445 * w32fns.c (Fx_get_resource, x_get_resource_string): Pass xrdb to check
9446 for resources passed on the command line.
9447
9448 * w32reg.c (w32_get_rdb_resource): New function.
9449 (x_get_string_resource): Use it, so resources passed with -xrm
9450 supercede the ones in the registry.
9451
9452 2003-03-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9453
9454 * xterm.c (x_detect_focus_change): Call x_any_window_to_frame
9455 instead of x_top_window_to_frame.
9456
9457 2003-03-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9458
9459 * xsmfns.c (smc_save_yourself_CB): Add --no-splash to options
9460 when restarting Emacs.
9461
9462 2003-03-03 Richard M. Stallman <rms@gnu.org>
9463
9464 * buffer.c (Fkill_buffer): Use Frun_hook_with_args_until_failure
9465 to run kill-buffer-query-functions.
9466 (Qkill_buffer_query_functions): New var.
9467 (syms_of_buffer): Init and staticpro it.
9468
9469 2003-03-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9470
9471 * xterm.h (XSync): Define as gdk_window_process_all_updates for GTK.
9472
9473 2003-02-25 Kim F. Storm <storm@cua.dk>
9474
9475 * xdisp.c (redisplay_window): Fix infinite loop in redisplay.
9476 If centering point failed to make whole line visible and vscroll
9477 is non-zero, disable vscroll and try centering point again.
9478
9479 * lread.c (read1): Accept `single space' syntax like (? x).
9480
9481 2003-02-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9482
9483 * keyboard.c (cancel_hourglass_unwind): Surround with
9484 #ifdef HAVE_X_WINDOWS
9485
9486 2003-02-25 Kenichi Handa <handa@m17n.org>
9487
9488 * buffer.c (Fset_buffer_multibyte): Pay attention to the buffer
9489 process only when "subprocesses" is defined.
9490
9491 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
9492
9493 * syntax.c (back_comment): Only check nestedness of 2nd char if needed.
9494
9495 2003-02-24 Juanma Barranquero <lektu@terra.es>
9496
9497 * callint.c (fix_command): Declare as static void and move before
9498 Fcall_interactively.
9499
9500 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
9501 (syms_of_xdisp): Don't initialize Qwhen.
9502
9503 2003-02-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9504
9505 * keyboard.c (cancel_hourglass_unwind): New function.
9506 (command_loop_1): Cancel hourglass with unwind-protect.
9507
9508 2003-02-23 Richard M. Stallman <rms@gnu.org>
9509
9510 * callint.c (fix_command): New subroutine, from Fcall_interactively.
9511 Detect (when ... (region-beginning)) etc.
9512 (Fcall_interactively): Call fix_command.
9513 (Qif, Qwhen): New variables.
9514 (syms_of_callint): Init and staticpro them.
9515
9516 * regex.c (print_partial_compiled_pattern): Output to stderr.
9517
9518 2003-02-23 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
9519
9520 * dired.c (directory_files_internal): Don't expand directory.
9521 (Fdirectory_files, Fdirectory_files_and_attributes): Do it here
9522 instead. From Lars Hansen <larsh@math.ku.dk>.
9523
9524 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
9525
9526 * fns.c (string_to_multibyte): Remove unused var i.
9527 (Flanginfo): Fix int/Lisp_Object mixup.
9528 (void_call2): New fun.
9529 (Fmap_char_table): Use it in place of call2.
9530
9531 * xfaces.c (x_face_list_fonts): Fix int/Lisp_Object mixup.
9532
9533 * macros.c (Fstart_kbd_macro): Remove redundant assignment.
9534
9535 * keymap.c (copy_keymap_1): Make it static.
9536
9537 * alloc.c (Fgarbage_collect): Don't use XSETFLOAT.
9538
9539 2003-02-22 David Ponce <david@dponce.com>
9540
9541 * lread.c (Fload): Don't check STRING_MULTIBYTE.
9542
9543 2003-02-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9544
9545 * process.h: Removed subtty field from struct Lisp_Process.
9546
9547 * process.c (create_process): Remove setting of subtty.
9548 (emacs_get_tty_pgrp): New function.
9549 (Fprocess_running_child_p, process_send_signal):
9550 Call emacs_get_tty_pgrp instead of ioctl.
9551 (process_send_signal): Call EMACS_KILLPG if ioctl TIOCSIGSEND fails.
9552
9553 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
9554
9555 * keymap.c (Fdefine_key): Doc fix.
9556
9557 2003-02-21 Juanma Barranquero <lektu@terra.es>
9558
9559 Port of patch for RC by Klaus Zeitler <kzeitler@lucent.com>.
9560
9561 * s/hpux10.h: Define POLL_INTERRUPTED_SYS_CALL, not
9562 POLLING_PROBLEM_IN_SELECT.
9563
9564 * s/hpux11.h: Include hpux10-20.h instead of hpux10.h.
9565 Delete #undef of POLLING_PROBLEM_IN_SELECT.
9566
9567 * s/hpux10-20.h: New file.
9568
9569 * process.c (wait_reading_process_input):
9570 Use POLL_INTERRUPTED_SYS_CALL, not POLLING_PROBLEM_IN_SELECT.
9571
9572 2003-02-20 Kenichi Handa <handa@m17n.org>
9573
9574 * fontset.c (check_fontset_name): If NAME is nil, return the
9575 default fontset.
9576 (override_font_info): New function.
9577 (Fset_fontset_font): Document that NAME nil means the default fontset.
9578 (Ffontset_info): If FONTSET is not the default fontset, merge
9579 FONTSET onto the copy of the default fontset, and work on that
9580 copy. Document that NAME nil means the default fontset.
9581 (Ffontset_font): Document that NAME nil means the default fontset.
9582
9583 * process.c (setup_process_coding_systems): If the process's
9584 in/out descriptor is -1, do nothing.
9585
9586 2003-02-19 Andreas Schwab <schwab@suse.de>
9587
9588 * lisp.h (Fcancel_kbd_macro_events, Fstring_to_multibyte):
9589 Add prototypes.
9590
9591 2003-02-19 Kenichi Handa <handa@m17n.org>
9592
9593 * xfaces.c (try_alternative_families): Try all scalable fonts if
9594 Vscalable_fonts_allowed is not Qt.
9595
9596 2003-02-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9597
9598 * xfaces.c (x_face_list_fonts): Set *pfonts to 0 if no fonts found.
9599
9600 2003-02-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9601
9602 * xterm.c (x_list_fonts): If maxnames is less than 0, get all font
9603 names.
9604
9605 * xfaces.c (x_face_list_fonts): Allocate struct font_name here.
9606 (sorted_font_list): Move allocation of struct font_name to
9607 x_face_list_fonts.
9608 (Fx_font_family_list): Set font-list-limit to -1 to get all font names.
9609 (Fx_list_fonts): Set maxnames to -1 to get all font names.
9610
9611 2003-02-18 Kim F. Storm <storm@cua.dk>
9612
9613 * lread.c (read1): Fix last change.
9614 "`" is not always special. Allow "?" after a character constant.
9615
9616 2003-02-18 Andrew Choi <akochoi@shaw.ca>
9617
9618 * unexmacosx.c (copy_data_segment): Also copy __cfstring section.
9619
9620 2003-02-18 Andreas Schwab <schwab@suse.de>
9621
9622 * window.c (window_scroll_pixel_based): Move outside a
9623 multi-glyph character before setting new window start.
9624
9625 * xdisp.c (in_display_vector_p): New function.
9626 * dispextern.h (in_display_vector_p): Declare.
9627
9628 2003-02-18 Kim F. Storm <storm@cua.dk>
9629
9630 * lread.c (read1): Fix and relax read syntax.
9631 Recognize "[", ";", "#", and "?" after a dotted-pair dot.
9632 Only recognize "," after dotted-pair dot if inside backquote.
9633 Never include "`" or "," (inside backquote) in a symbol.
9634 Allow dotted-pair dot after a character constant.
9635 Allow "`" and "," (inside backquote) after a character constant.
9636
9637 2003-02-17 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9638
9639 * gtkutil.c (xg_tool_bar_expose_callback): New function.
9640 (xg_create_tool_bar): Force style of tool bar to be horizontal with
9641 icons. Set name of tool bar to emacs-toolbar.
9642 (update_frame_tool_bar): Connect expose event to
9643 xg_tool_bar_expose_callback.
9644
9645 2003-02-17 Richard M. Stallman <rms@gnu.org>
9646
9647 * keyboard.c (this_command_key_count_reset): New variable.
9648 Initiatize to 0 where this_command_key_count is set.
9649 (read_char): Save and restore this_command_key_count_reset
9650 around input method code.
9651 (read_char): If this_command_key_count_reset, echo reread commands.
9652 (Freset_this_command_lengths): Set this_command_key_count_reset to 1.
9653
9654 2003-02-17 Kenichi Handa <handa@m17n.org>
9655
9656 * fns.c (string_to_multibyte): Always return a multibyte string.
9657
9658 2003-02-16 Jason Rumney <jasonr@gnu.org>
9659
9660 * w32fns.c (w32_list_bdf_fonts, w32_list_fonts):
9661 Negative max_fonts parameter means list all.
9662
9663 2003-02-14 Dave Love <fx@gnu.org>
9664
9665 * fns.c (Flanginfo): Doc fix.
9666
9667 2003-02-13 Kim F. Storm <storm@cua.dk>
9668
9669 * lread.c (read_escape): Interpret \s as a SPACE character, except
9670 for \s-X in a character constant which still is the super modifier.
9671 (read1): Signal an `invalid read syntax' error if a character
9672 constant is immediately followed by a digit or symbol character.
9673
9674 * search.c (Fmatch_data): Doc fix. Explicitly state that
9675 match-data is undefined if last search failed.
9676
9677 * keymap.c (Fcommand_remapping): Renamed from Fremap_command.
9678 All uses changed.
9679
9680 2003-02-12 Juanma Barranquero <lektu@terra.es>
9681
9682 * eval.c (Fdefmacro): Fix typo.
9683
9684 2003-02-12 Kim F. Storm <storm@cua.dk>
9685
9686 * macros.c (Fstart_kbd_macro): If appending, and last keyboard
9687 macro is a string, convert meta modifiers in string when copying
9688 the string into a vector.
9689
9690 2003-02-11 Kim F. Storm <storm@cua.dk>
9691
9692 * keymap.c (Fremap_command): Return nil if arg is not a symbol.
9693
9694 2003-02-11 Kenichi Handa <handa@m17n.org>
9695
9696 * Makefile.in (lisp, shortlisp): Add malayalam.el and tamil.el.
9697
9698 2003-02-10 Kim F. Storm <storm@cua.dk>
9699
9700 * process.c: Doc fixes.
9701 (syms_of_process): Add `:' prefix to QCfilter_multibyte.
9702
9703 2003-02-10 Kenichi Handa <handa@m17n.org>
9704
9705 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
9706
9707 * process.c (QCfilter_multibyte): New variable.
9708 (setup_process_coding_systems): New function.
9709 (Fset_process_buffer, Fset_process_filter):
9710 Call setup_process_coding_systems.
9711 (Fstart_process): Initialize the member `filter_multibyte' of
9712 struct Lisp_Process.
9713 (create_process): Call setup_process_coding_systems.
9714 (Fmake_network_process): New keyward `:filter-multibyte'.
9715 Initialize the member `filter_multibyte' of struct Lisp_Process.
9716 Call setup_process_coding_systems.
9717 (server_accept_connection): Call setup_process_coding_systems.
9718 (read_process_output): If the process has a filter, decide the
9719 multibyteness of a string to given to the filter by
9720 `filter_multibyte' member of the process. If the process doesn't
9721 have a filter and the result of conversion is unibyte, use
9722 Fstring_to_multibyte (not Fstring_make_multibyte) to get the
9723 multibyte form.
9724 (Fset_process_coding_system): Call setup_process_coding_systems.
9725 (Fset_process_filter_multibyte): New function.
9726 (Fprocess_filter_multibyte_p): New function.
9727 (syms_of_process): Intern and staticpro QCfilter_multibyte.
9728 Defsubr Sset_process_filter_multibyte and
9729 Sprocess_filter_multibyte_p.
9730
9731 * process.h (struct Lisp_Process): New member filter_multibyte.
9732
9733 * lisp.h (setup_process_coding_systems): Add prototype.
9734
9735 * buffer.c (Fset_buffer_multibyte): If the current buffer has a
9736 process, update coding systems for the process.
9737
9738 2003-02-09 Kenichi Handa <handa@m17n.org>
9739
9740 * fns.c (string_to_multibyte): New function.
9741 (Fstring_to_multibyte): New function.
9742 (syms_of_fns): Defsubr it.
9743
9744 2003-02-08 Andreas Schwab <schwab@suse.de>
9745
9746 * Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
9747 instead of the substitution.
9748
9749 2003-02-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9750
9751 * xterm.c (x_make_frame_visible): Call gtk_window_deiconify.
9752
9753 * xmenu.c (menu_position_func): Adjust menu popup position so that
9754 the menu is fully visible.
9755
9756 2003-02-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9757
9758 * xterm.c (x_text_icon, x_raise_frame, x_lower_frame)
9759 (x_make_frame_invisible, x_wm_set_icon_position):
9760 Use FRAME_OUTER_WINDOW instead of ifdef X_TOOLKIT/else/endif.
9761
9762 * xfns.c (x_set_name, x_set_title): Ditto.
9763
9764 2003-02-04 Richard M. Stallman <rms@gnu.org>
9765
9766 * keyboard.c (echo_now): Update before_command_echo_length.
9767 (Freset_this_command_lengths): Reset this_command_key_count etc.
9768 immediately rather than arranging to do it later.
9769 (before_command_key_count_1, before_command_echo_length_1)
9770 (before_command_restore_flag): Vars deleted.
9771 (add_command_key): Don't handle before_command_restore_flag.
9772 (read_char, record_menu_key): Don't update before_command_key_count or
9773 before_command_echo_length.
9774 (read_char): Don't handle before_command_restore_flag.
9775
9776 * keyboard.c (command_loop_1): Don't call adjust_point_for_property
9777 in direct-output clauses if it wouldn't be called in the ordinary case.
9778
9779 2003-02-04 Kim F. Storm <storm@cua.dk>
9780
9781 * keyboard.c (syms_of_keyboard) <this-original-command>: Doc fix.
9782
9783 2003-02-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9784
9785 * gtkutil.c (remove_from_container): Copying list is not needed.
9786 (xg_update_menubar, xg_update_menu_item, xg_update_submenu)
9787 (xg_modify_menubar_widgets, update_frame_tool_bar): Call g_list_free
9788 on list returned from gtk_container_get_children to avoid memory leak.
9789
9790 2003-02-01 Jason Rumney <jasonr@gnu.org>
9791
9792 * w32fns.c (w32_create_pixmap_from_bitmap_data): Use alloca for
9793 local malloc.
9794 [HAVE_XPM]: Avoid clashes with XColor, XImage and Pixel
9795 definitions in xpm.h.
9796 (init_xpm_functions): New function.
9797 (xpm_load): Sync with xfns.c. Adapt for Windows version of libXpm.
9798 (init_external_image_libraries): Try to load libXpm.dll.
9799
9800 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
9801 timestamp.
9802
9803 2003-01-31 Dave Love <fx@gnu.org>
9804
9805 * syntax.c (Fskip_chars_forward)
9806 (open-paren-in-column-0-is-defun-start): Doc fix.
9807
9808 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
9809
9810 * fileio.c: Support // at start of name for Cygwin (just added proper
9811 preprocessor tests).
9812
9813 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
9814
9815 * Makefile.in: Use @EXEEXT@ for Cygwin.
9816
9817 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
9818
9819 * s/cygwin.h: Added for Cygwin port.
9820
9821 2003-01-31 Juanma Barranquero <lektu@terra.es>
9822
9823 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
9824 when including gif_lib.h.
9825 (init_gif_functions, init_tiff_functions): New functions.
9826 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
9827 Windows. Disable color table lookups. Call library functions
9828 through pointers determined at runtime.
9829 (init_external_image_libraries): Try to load libungif.dll and
9830 libtiff.dll.
9831
9832 2003-01-31 Kenichi Handa <handa@m17n.org>
9833
9834 * xdisp.c (SKIP_GLYPHS): New macro.
9835 (set_cursor_from_row): Skip all glyphs that comes from overlay string.
9836
9837 2003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9838
9839 * gtkutil.c (free_frame_tool_bar): Remove debug printf.
9840
9841 2003-01-30 Dave Love <fx@gnu.org>
9842
9843 * alloc.c (Vgc_elapsed, gcs_done): New variables.
9844 (Fgarbage_collect): Use them.
9845 (init_alloc, syms_of_alloc): Set them up.
9846
9847 2003-01-30 Juanma Barranquero <lektu@terra.es>
9848
9849 * w32fns.c (init_external_image_libraries): Add missing operator.
9850
9851 2003-01-29 Jason Rumney <jasonr@gnu.org>
9852
9853 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
9854 an alternative name for jpeg.dll.
9855
9856 2003-01-29 Kenichi Handa <handa@m17n.org>
9857
9858 * xdisp.c (set_cursor_from_row): Pay attention to string display
9859 properties.
9860
9861 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
9862
9863 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
9864 <escape>.
9865 (keycode_to_xkeysym_table): Reformat and add more comments.
9866 (XTread_socket): Drop special case for backspace.
9867
9868 2003-01-28 Andrew Choi <akochoi@shaw.ca>
9869
9870 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
9871 values in old-style RGB specs.
9872
9873 2003-01-27 Juanma Barranquero <lektu@terra.es>
9874
9875 * w32fns.c (init_external_image_libraries): Try alternate names for the
9876 jpeg dll.
9877
9878 2003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9879
9880 * gtkutil.c (create_dialog, xg_separator_p)
9881 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
9882 before calling strcmp or strlen.
9883
9884 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9885
9886 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
9887 and handle image load failure.
9888
9889 2003-01-26 Jason Rumney <jasonr@gnu.org>
9890
9891 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
9892 New functions.
9893 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
9894 Disable color table lookups. Call jpeg library functions
9895 through pointers determined at runtime.
9896 (init_external_image_libraries): Try to load jpeg.dll.
9897
9898 2003-01-25 Richard M. Stallman <rms@gnu.org>
9899
9900 * lisp.h: Declare format2 instead of format1.
9901
9902 * fileio.c (barf_or_query_if_file_exists):
9903 Call format2 instead of format1.
9904
9905 * editfns.c (format2): New function, replaces format1
9906 but takes exactly two Lisp Objects as format args.
9907
9908 * buffer.c (Fkill_buffer): Call format2 instead of format1.
9909
9910 2003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9911
9912 * xterm.h: Change to return value of x_dispatch_event to int.
9913
9914 * xterm.c (x_filter_event): New function.
9915 (event_handler_gdk, XTread_socket): Call x_filter_event.
9916 (x_dispatch_event): Change to return value of finish.
9917 (event_handler_gdk): Use return value from x_dispatch_event.
9918
9919 * xfns.c (x_window): Call create_frame_xic for GTK version to
9920 initialize input methods.
9921
9922 * gtkutil.h: Add (void) prototypes.
9923
9924 * gtkutil.c (create_menus): Remove code that puts the help menu to
9925 the right.
9926
9927 2003-01-25 Jason Rumney <jasonr@gnu.org>
9928
9929 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
9930 [HAVE_PNG]: Sync with xfns.c version.
9931 (png_load): Adjust colors for Windows. Use Windows
9932 bitmaps. Disable color table lookups.
9933 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
9934 (init_png_functions): New function.
9935 (png_read_from_memory, png_load): Call png library functions
9936 through pointers determined at runtime.
9937 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
9938 (init_external_image_libraries): New function.
9939 (init_xfns): Call it.
9940
9941 2003-01-24 Andreas Schwab <schwab@suse.de>
9942
9943 * minibuf.c (Fminibuffer_message): Verify type of parameter.
9944
9945 2003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9946
9947 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
9948 of static initializer.
9949
9950 2003-01-24 Dave Love <fx@gnu.org>
9951
9952 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
9953 architectures.
9954
9955 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
9956 Use __alignof__.
9957
9958 2003-01-24 Kenichi Handa <handa@m17n.org>
9959
9960 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
9961 It it is nonzero, don't pretend that an invisible area doesn't exist.
9962 (command_loop_1): Call adjust_point_for_property with proper
9963 second arg.
9964
9965 2003-01-22 Jason Rumney <jasonr@gnu.org>
9966
9967 Sync changes with xterm.c and xfns.c.
9968
9969 * w32term.c (x_draw_glyph_string_foreground)
9970 (x_draw_composite_glyph_string_foreground): Implement overstriking.
9971
9972 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
9973 phys_cursor's hpos is overwritten. This is still not completely
9974 correct, as it doesn't really make sense to use hpos at all to
9975 get the cursor glyph (as that is relative to the width of the
9976 characters on the line, which may have changed during the update).
9977
9978 * w32term.c (notice_overwritten_cursor): Handle the special case
9979 of the cursor being in the first blank non-text line at the
9980 end of a window.
9981
9982 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
9983 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
9984 Compute from the x position returned by x_draw_glyphs.
9985
9986 (x_display_and_set_cursor): Don't set phys_cursor_width here,
9987 except for NO_CURSOR and system caret, to make phys_cursor_width
9988 contain what its name suggests.
9989 (notice_overwritten_cursor): Consider the cursor image erased if
9990 the output area intersects the cursor image in y-direction.
9991
9992 * w32term.c (note_mode_line_or_margin_highlight): Rename from
9993 note_mode_line_highlight and extend.
9994
9995 * w32term.c (last_window): New variable.
9996 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
9997 (note_mouse_movement): Remove reimplemented code in #if 0.
9998
9999 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
10000 not update_mode_lines, and always set it to 1.
10001
10002 2003-01-21 Jason Rumney <jasonr@gnu.org>
10003
10004 * w32fns.c (IDC_HAND): Define it if system headers don't.
10005
10006 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
10007
10008 * w32term.h (struct w32_output): New member hand_cursor.
10009 (WM_EMACS_SETCURSOR): New message definition.
10010
10011 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
10012 function w32_define_cursor.
10013 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
10014 position, change member name output_data.x to output_data.w32 and
10015 add function w32_define_cursor.
10016 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
10017 and change member name output_data.x to output_data.w32.
10018 (w32_initialize_display_info):
10019 Setup dpyinfo->vertical_scroll_bar_cursor.
10020
10021 * w32fns.c (Vx_hand_shape): New variable.
10022 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
10023 WM_EMACS_SETCURSOR.
10024 (x-create-frame): Setup Cursor types.
10025
10026 2003-01-21 David Ponce <david@dponce.com>
10027
10028 * w32term.c (w32_encode_char): For DIM=1 charset, set
10029 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
10030 x_encode_char change by Kenichi Handa <handa@m17n.org> on
10031 2002-09-30.)
10032 (w32_draw_relief_rect): Declare all args.
10033 (w32_define_cursor): New.
10034
10035 * w32fns.c (w32_load_cursor): New function.
10036 (w32_init_class): Use it.
10037 (x_put_x_image): Declare all args.
10038
10039 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk>
10040
10041 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
10042
10043 2003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10044
10045 * gtkutil.c: Must include stdio.h before termhooks.h
10046
10047 2003-01-21 Dave Love <fx@gnu.org>
10048
10049 * alloc.c (Fgc_status): Print zombie list.
10050 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
10051 Fix assignment of zombies.
10052 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
10053 Don't take car of non-cons.
10054
10055 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10056
10057 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10058
10059 2003-01-20 David Ponce <david@dponce.com>
10060
10061 * w32menu.c (digest_single_submenu): Declare all args.
10062
10063 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
10064 changes in xmenu.c:
10065
10066 (parse_single_submenu): Use individual keymap's prompt
10067 string as pane name, if there is one.
10068 (set_frame_menubar): Save menu_items_n_panes from each call to
10069 parse_single_submenu and use it when calling digest_single_submenu.
10070
10071 2003-01-20 Steven Tamm <steventamm@mac.com>
10072
10073 * macterm.c (XTread_socket): Checks for valid, visible window
10074 before sending a scroll-wheel event.
10075
10076 2003-01-20 Richard M. Stallman <rms@gnu.org>
10077
10078 * xdisp.c (redisplay_window): If mini window's buffer is not
10079 a minibuffer, then redisplay it like other windows.
10080
10081 2003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10082
10083 * gtkutil.c (xg_create_frame_widgets): Check if there is an
10084 external tool bar before setting tool bar height.
10085
10086 2003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10087
10088 * xterm.c (handle_one_xevent): Surround popup_activated
10089 with #ifdef:s for non-toolkit version.
10090
10091 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
10092 (gtkutil.o): New file.
10093 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
10094 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
10095
10096 * gtkutil.c: New file for GTK version.
10097
10098 * gtkutil.h: New file for GTK version.
10099
10100 * xterm.h: Add xt_or_gtk_widget.
10101 Include gtk files for USE_GTK.
10102 (struct x_output): Add toolbar_height.
10103 (struct x_output): Add GTK widgets and Gdk size_hints.
10104 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
10105 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
10106 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
10107
10108 * xterm.c: Include gtkutil.h for USE_GTK.
10109 (free_frame_menubar): Declare extern void for USE_GTK.
10110 (note_mouse_highlight): Check popup_activated for USE_GTK.
10111 (xt_action_hook): Don't compile if USE_GTK.
10112 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
10113 (xg_scroll_callback): New function.
10114 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
10115 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
10116 for USE_GTK.
10117 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
10118 xg_show_scroll_bar for USE_GTK.
10119 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
10120 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
10121 (event_handler_gdk): New function for USE_GTK.
10122 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
10123 (handle_one_xevent): Make sure widget is mapped before
10124 calling x_real_positions for USE_GTK.
10125 (XTread_socket): Add GTK event loop for USE_GTK.
10126 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
10127 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
10128 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
10129 (x_iconify_frame): Add code for USE_GTK.
10130 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
10131 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
10132 is in gtkutil.c.
10133 (x_term_init): Add initialization for GTK.
10134 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
10135
10136 * xmenu.c: Include gtkutil.h for USE_GTK.
10137 (Fx_popup_menu): Use current position if x and y is NIL.
10138 (single_menu_item, single_menu_item, Fx_popup_dialog):
10139 Check for USE_GTK.
10140 (popup_widget_loop): New function for USE_GTK.
10141 (x_activate_menubar): Add code for USE_GTK.
10142 (popup_activate_callback, popup_deactivate_callback)
10143 (menu_highlight_callback, menubar_selection_callback):
10144 Add USE_GTK versions.
10145 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
10146 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
10147 (free_frame_menubar): Only compile if not USE_GTK. GTK version
10148 is in gtkutil.c.
10149 (popup_selection_callback): New version for USE_GTK.
10150 (create_and_show_popup_menu): New fuction, one USE_GTK version and
10151 one USE_X_TOOLKIT version.
10152 (xmenu_show): Call create_and_show_popup_menu.
10153 (dialog_selection_callback): New version for USE_GTK.
10154 (create_and_show_dialog): New fuction, one USE_GTK version and
10155 one USE_X_TOOLKIT version.
10156 (xdialog_show): Call create_and_show_dialog.
10157
10158 * xfns.c: Include gtkutil for USE_GTK.
10159 (x_window_to_frame, x_any_window_to_frame)
10160 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
10161 (x_top_window_to_frame): Add code for USE_GTK.
10162 (x_set_background_color): Call xg_set_background_color for GTK.
10163 (x_set_menu_bar_lines): Check for USE_GTK.
10164 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
10165 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
10166 (x_window): Call xg_create_frame_widgets for USE_GTK.
10167 (Fx_create_frame): Check for USE_GTK
10168 (Fx_file_dialog): New implementation for USE_GTK.
10169
10170 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
10171 (update_menu_bar): Add check for USE_GTK.
10172 (update_tool_bar): Add check for USE_GTK and external tool bar.
10173 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
10174 (redisplay_internal): Add check for USE_GTK and popup_activated.
10175 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
10176 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
10177 (display_menu_bar): Add check for USE_GTK
10178
10179 * lisp.h (Vx_resource_name): Declare extern.
10180
10181 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
10182 for USE_GTK.
10183 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
10184
10185 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
10186 (FRAME_EXTERNAL_TOOL_BAR): New macro.
10187 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
10188
10189 * fileio.c (Fread_file_name): Add check for USE_GTK.
10190
10191 * dispnew.c (adjust_frame_glyphs_for_window_redisplay):
10192 Add check for USE_GTK.
10193
10194 * config.in: Added HAVE_GTK
10195
10196 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
10197
10198 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
10199
10200 * charset.h (Funibyte_char_to_multibyte): Export.
10201
10202 2003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10203
10204 * xmenu.c (mouse_position_for_popup): New function.
10205 (Fx_popup_menu): Call mouse_position_for_popup for X and
10206 mouse_position_hook for others.
10207
10208 2003-01-17 Kim F. Storm <storm@cua.dk>
10209
10210 * editfns.c (Finsert): Mention `string-make-multibyte' and
10211 `string-as-multibyte' in doc string.
10212
10213 2003-01-17 Kenichi Handa <handa@m17n.org>
10214
10215 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
10216
10217 * editfns.c (Fformat): Convert an unibyte char argument that is
10218 formatted by "%c" to multibyte if the total result must be a
10219 multibyte string.
10220
10221 2003-01-16 Kim F. Storm <storm@cua.dk>
10222
10223 * process.c (set-process-filter): Document unibyte/multibyte-ness
10224 of string argument.
10225
10226 2003-01-16 Kenichi Handa <handa@m17n.org>
10227
10228 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
10229
10230 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
10231 (re_search_2): Likewise.
10232
10233 2003-01-15 Kenichi Handa <handa@m17n.org>
10234
10235 * xdisp.c (message_dolog): Fix bug of the case that *Message*
10236 buffer is unibyte.
10237
10238 2003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
10239
10240 * fns.c (Fsubstring): Clarify doc string.
10241
10242 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
10243 (Fprevious_char_property_change)
10244 (Fnext_single_char_property_change)
10245 (Fprevious_single_char_property_change, Fnext_property_change)
10246 (Fnext_single_property_change, Fprevious_property_change)
10247 (Fprevious_single_property_change, Fadd_text_properties)
10248 (Fput_text_property, Fset_text_properties)
10249 (Fremove_text_properties, Fremove_list_of_text_properties)
10250 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
10251
10252 2003-01-14 Kim F. Storm <storm@cua.dk>
10253
10254 * process.h (struct Lisp_Process): New member plist replaces old
10255 member private_vars. All uses changed.
10256
10257 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
10258 (QCplist): Rename from QCvars. Change all uses.
10259 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
10260 (Fset_process_plist): Replaces Fset_process_variable. Simplify.
10261 (syms_of_process): Intern, staticpro, defsubr these.
10262 (Fmake_network_process): Describe :plist arg. Remove :vars arg.
10263
10264 2003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
10265
10266 * m/delta.h: Remove (obsolete).
10267
10268 2003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
10269
10270 * fileio.c (Fdelete_directory, Fdelete_file): Document the
10271 behaviour in front of symlinks.
10272 (Fdelete_file): Raise an error on directories.
10273
10274 2003-01-13 Dave Love <fx@gnu.org>
10275
10276 * fns.c (Freverse): Use QUIT.
10277
10278 2003-01-13 Richard M. Stallman <rms@gnu.org>
10279
10280 * minibuf.c (minibuffer_completion_contents):
10281 Error if point is inside prompt.
10282
10283 * keyboard.c (command_loop_1): Don't redisplay directly
10284 if there's a post-command-hook.
10285
10286 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
10287 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
10288
10289 2003-01-12 Kim F. Storm <storm@cua.dk>
10290
10291 * process.h (struct Lisp_Process): New member private_vars.
10292
10293 * process.c (QCvars): New variable.
10294 (syms_of_process): Intern and staticpro it.
10295 (Fset_process_contact): Removed function.
10296 (Fprocess_variable, Fset_process_variable): New functions.
10297 (syms_of_process): Defsubr them.
10298 (Fstart_process): Initialize private_vars plist to nil.
10299 (Fmake_network_process): New arg :vars to setup the private
10300 variables for new network process.
10301 (server_accept_connection): Copy server's private variables to
10302 client process.
10303
10304 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
10305 crashes). Code rewritten and simplified. Now directly aligns the
10306 pointer and recalculates pure_bytes_used, rather than aligning the
10307 size and adjusting the pointer.
10308
10309 2003-01-11 Kim F. Storm <storm@cua.dk>
10310
10311 * process.c (Fset_process_contact): New function.
10312 (syms_of_process): defsubr it.
10313 (make-network-process): Update doc.
10314
10315 2003-01-10 Andreas Schwab <schwab@suse.de>
10316
10317 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
10318 Reported by Berthold Gunreben <b.gunreben@web.de>.
10319
10320 2003-01-10 Dave Love <fx@gnu.org>
10321
10322 * composite.c (syms_of_composite): Make composition_hash_table weak.
10323
10324 2003-01-09 Kim F. Storm <storm@cua.dk>
10325
10326 * process.c (Fmake_network_process): Convert new port number
10327 to host byte order for `:service t' case. From Mario Lang.
10328
10329 2003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10330
10331 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
10332 instead of XtAppProcessEvent.
10333
10334 * xterm.c (handle_one_xevent): New function.
10335 (x_dispatch_event): New function.
10336 (XTread_socket): Call handle_one_xevent.
10337
10338 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
10339
10340 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
10341 call XQueryPointer to get coordinates.
10342 (popup_get_selection): Do not set popup_activated_flag to zero,
10343 let popup_deactivate_callback do that. Needed for Motif.
10344 Call x_dispatch_event instead of XtDispatchEvent.
10345 (xmenu_show): Calculate root coordinate from frame top/left position.
10346
10347 2003-01-08 Kim F. Storm <storm@cua.dk>
10348
10349 * process.c (server_accept_connection): Fix recording of new
10350 connection's local address in :local property of contact info.
10351 (Fmake_network_process): Record local network address for new
10352 client processes in :local property of contact info.
10353 (format-network-address): Add arg OMIT-PORT. Change callers.
10354
10355 2003-01-07 Dave Love <fx@gnu.org>
10356
10357 * Makefile.in (fns.o): Depend on coding.h.
10358
10359 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
10360
10361 * minibuf.c (Fread_variable): Doc fix.
10362
10363 * eval.c (Fuser_variable_p): Doc change. For custom variables,
10364 use the same test as for custom-variable-p.
10365
10366 2003-01-05 Richard M. Stallman <rms@gnu.org>
10367
10368 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
10369 Count LAST_LINE_MISFIT in scroll margin for end of window.
10370 Move label too_near_end before setting SCROLL_MARGIN_POS.
10371 Set LAST_LINE_MISFIT before jumping there.
10372
10373 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
10374 scroll_conservatively case. If scrolling that much doesn't change
10375 STARTP, move it down one line.
10376
10377 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
10378 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
10379
10380 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
10381 selected frame.
10382
10383 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
10384 (syms_of_keymap): staticpro them.
10385 (Fapropos_internal): Initialize them and clear them out.
10386 Don't GCPRO them.
10387
10388 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
10389 Doc fixes.
10390
10391 * lisp.h: New misc type Lisp_Save_Value.
10392 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
10393 (XSAVE_VALUE): New macro.
10394 (struct Lisp_Save_Value): New data type.
10395 (union Lisp_Misc): Add u_save_value alternative.
10396 (make_save_value): Declare.
10397
10398 * alloc.c (make_save_value): New function.
10399
10400 * xterm.c (x_catch_errors): Save dpy using make_save_value.
10401 (x_catch_errors_unwind): Call XSync.
10402
10403 2003-01-01 Richard M. Stallman <rms@gnu.org>
10404
10405 * window.c (window_scroll_pixel_based): Partially undo last change.
10406
10407 * keyboard.c (command_loop_1): Call adjust_point_for_property
10408 in direct action cases for Qforward_char and Qbackward_char.
10409 Set already_adjusted so it won't be done twice.
10410
10411 2002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk>
10412
10413 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
10414 type definition of size_t.
10415
10416 2003-01-02 Steven Tamm <steventamm@mac.com>
10417
10418 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
10419 distinguish Carbon GUI builds from X11 builds on darwin.
10420
10421 2002-12-30 Steven Tamm <steventamm@mac.com>
10422
10423 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
10424 to default to t.
10425
10426 2002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
10427
10428 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
10429
10430 2002-12-28 Steven Tamm <steventamm@mac.com>
10431
10432 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
10433 allow building in a different directory than source. Uses some
10434 GNU Make extensions, but there is no other make on Mac OS X.
10435
10436 2002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
10437
10438 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
10439 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
10440 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
10441 (Fstring_to_number): Mention the returned value in the doc strings.
10442
10443 2002-12-23 Richard M. Stallman <rms@gnu.org>
10444
10445 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
10446 <scroll-down-aggressively>: Doc fix.
10447
10448 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
10449 string as pane name, if there is one.
10450 (set_frame_menubar): Save menu_items_n_panes from each call to
10451 parse_single_submenu and use it when calling digest_single_submenu.
10452
10453 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
10454 Don't try to make last line fully visible if it is past end of window.
10455
10456 2002-12-22 Steven Tamm <steventamm@mac.com>
10457
10458 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
10459 (mac_menu_show): Add support for hierarchical popup menus.
10460 (add_menu_item): Remove indentation support.
10461 (fill_submenu, fill_menu): Create hierarchical menus
10462 instead of using indentation.
10463
10464 2002-12-22 Richard M. Stallman <rms@gnu.org>
10465
10466 * xdisp.c (try_cursor_movement): Don't call try_window here.
10467 (redisplay_window): Never redisplay minibuffer when inactive.
10468
10469 * window.c (select_window_1): Undo 9/21 change.
10470
10471 2002-12-22 Steven Tamm <steventamm@mac.com>
10472
10473 * macterm.c (XTread_socket): Call KeyTranslate for control and
10474 meta to deal correctly shifted non-alpha characters, like C-S-5
10475 being treated like C-%. Does not look for shift key to deal
10476 with masking off control-key with mac-reverse-ctrl-meta.
10477
10478 2002-12-21 Richard M. Stallman <rms@gnu.org>
10479
10480 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
10481 If it is non-nil, run timers. Use an unwind-protect to requeue
10482 the events that were read ahead.
10483 (popup_get_selection_unwind): New subroutine.
10484 (popup_get_selection_queue): File-scope variable now holds that queue.
10485 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
10486 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
10487 Use an unwind-protect to pop down the dialog box.
10488 (xdialog_show_unwind): New subroutine implements that.
10489
10490 * xdisp.c (row_containing_pos): Change exit test using last_y.
10491 (try_window_id): Abort if row_containing_pos returns null.
10492
10493 * lread.c (load_error_handler): New function.
10494 (Fload): Handle errors in Fsubstitute_in_file_name.
10495 Don't expect Fsignal to return.
10496
10497 * eval.c: Errors and throws work right with interrupt blocking.
10498 (struct catchtag): New elt interrupt_input_blocked.
10499 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
10500 (internal_catch, Fcondition_case, internal_condition_case)
10501 (internal_condition_case_1, internal_condition_case_2): Save it.
10502 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
10503
10504 * editfns.c (Fformat): Add parens.
10505
10506 * dired.c (file_name_completion): Fix that change.
10507 Delete special quit-handling code; just use QUIT.
10508
10509 2002-12-21 Tak Ota <Takaaki.Ota@am.sony.com>
10510
10511 * dired.c (file_name_completion): Close directory on error
10512 just as in directory_files_internal.
10513
10514 2002-12-19 David Kastrup <David.Kastrup@t-online.de>
10515
10516 * window.c (Fset_window_configuration): Set old_point to correct
10517 value when new_current_buffer == current_buffer.
10518
10519 2002-12-17 Ben Key <bkey1@tampabay.rr.com>
10520
10521 Revisited my earlier fix for the following entry in etc/PROBLEMS:
10522 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
10523 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
10524
10525 These changes were in part based upon suggestions made by Peter
10526 'Luna' Runestig [peter@runestig.com].
10527
10528 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
10529 g_b_init_get_token_information, g_b_init_lookup_account_sid,
10530 g_b_init_get_sid_identifier_authority ): Add several static
10531 global variables.
10532
10533 * w32.c (globals_of_w32): New function. Used to initialize those
10534 global variables that must always be initialized on startup even
10535 when the global variable initialized is non zero. Its primary
10536 purpose at this time is to set the global variables
10537 g_b_init_is_windows_9x, g_b_init_open_process_token,
10538 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
10539 g_b_init_get_sid_identifier_authority to 0 on startup.
10540 Called from main.
10541
10542 * w32.c (is_windows_9x): Perform initialization only if
10543 g_b_init_is_windows_9x is equal to 0. On initialization set
10544 g_b_init_is_windows_9x equal to 1.
10545
10546 * w32.c (open_process_token): Perform initialization only if
10547 g_b_init_open_process_token is equal to 0. On initialization set
10548 g_b_init_open_process_token equal to 1.
10549
10550 * w32.c (get_token_information): Perform initialization only if
10551 g_b_init_get_token_information is equal to 0. On initialization
10552 set g_b_init_get_token_information equal to 1.
10553
10554 * w32.c (lookup_account_sid): Perform initialization only if
10555 g_b_init_lookup_account_sid is equal to 0. On initialization
10556 set g_b_init_lookup_account_sid equal to 1.
10557
10558 * w32.c (get_sid_identifier_authority): Perform initialization
10559 only if g_b_init_get_sid_identifier_authority is equal to 0.
10560 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
10561
10562 * w32fns.c (globals_of_w32fns): New function. Used to initialize
10563 those global variables that must always be initialized on startup
10564 even when the global variable initialized is non zero.
10565 Its primary purpose at this time is to initialize the global variable
10566 track_mouse_event_fn.
10567
10568 * w32fns.c (w32_wnd_proc): Remove initialization of
10569 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
10570
10571 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
10572
10573 * w32menu.c (globals_of_w32menu): New function. Used to
10574 initialize those global variables that must always be initialized
10575 on startup even when the global variable initialized is non zero.
10576 Its primary purpose at this time is to initialize the global
10577 variables get_menu_item_info and set_menu_item_info.
10578
10579 * w32menu.c (initialize_frame_menubar): Remove initialization of
10580 get_menu_item_info and set_menu_item_info.
10581
10582 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
10583
10584 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
10585 Declare them.
10586
10587 * emacs.c (main): Call globals_of_w32 prior to calling
10588 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
10589 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
10590 is defined.
10591
10592 * w32term.c (x_update_window_begin): Fix Windows API error
10593 detected by BoundsChecker. Test to determine if
10594 w32_system_caret_hwnd is NULL prior to attempting to use
10595 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
10596
10597 * w32term.c (x_update_window_end): Fix Windows API error
10598 detected by BoundsChecker. Test to determine if
10599 w32_system_caret_hwnd is NULL prior to attempting to use
10600 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
10601
10602 2002-12-17 Kenichi Handa <handa@m17n.org>
10603
10604 * coding.c (coding_system_require_warning): New variable.
10605 (syms_of_coding): DEFVAR it.
10606
10607 * coding.h (coding_system_require_warning): Extern it.
10608
10609 * fileio.c (choose_write_coding_system): Even if
10610 Vcoding_system_for_write is non-nil, if
10611 coding_system_require_warning is nonzero, call
10612 Vselect_safe_coding_system_function.
10613
10614 2002-12-17 Markus Rost <rost@math.ohio-state.edu>
10615
10616 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
10617 (lisp): Add font-core.
10618
10619 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
10620
10621 * textprop.c (text_read_only): New arg `propval'.
10622 (get_char_property_and_overlay): Remove unused var `next_overlay'.
10623 (verify_interval_modification): Use text_read_only's new arg.
10624
10625 2002-12-13 Kenichi Handa <handa@m17n.org>
10626
10627 * coding.c (Funencodable_char_position): Set pend correctly.
10628
10629 2002-12-12 Jason Rumney <jasonr@gnu.org>
10630
10631 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
10632 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
10633 Be more careful about when help_events are generated.
10634
10635 2002-12-12 Steven Tamm <steventamm@mac.com>
10636
10637 * macterm.c (mac_check_for_quit_char): Correctly set the
10638 modifiers of the event to 0.
10639 * mac.c (sys_select): Duplicate rfds before calling select to
10640 ensure that rfds survive the while loop.
10641
10642 2002-12-11 Kim F. Storm <storm@cua.dk>
10643
10644 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
10645 row_containing_pos returned NULL.
10646
10647 2002-12-10 Steven Tamm <steventamm@mac.com>
10648
10649 * mac.c (sys_read): Fix sys_read to not call select if IO is
10650 non-blocking.
10651 (sys_select): Fix sys_select to not use a timeout larger than
10652 the one given.
10653
10654 2002-12-10 Juanma Barranquero <lektu@terra.es>
10655
10656 * editfns.c (Fformat): Use alloca, not _alloca.
10657
10658 2002-12-09 Richard M. Stallman <rms@gnu.org>
10659
10660 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
10661 as the last thing.
10662
10663 2002-12-09 Dave Love <fx@gnu.org>
10664
10665 * s/sol2-8.h: Removed. (Not necessary.)
10666
10667 2002-12-09 Matthew Swift <swift@alum.mit.edu>
10668
10669 * editfns.c (Fformat): Handle precision in string conversion
10670 specifiers like libc functions do (ie, print at most that many
10671 characters).
10672
10673 2002-12-08 Richard M. Stallman <rms@gnu.org>
10674
10675 * xdisp.c (row_containing_pos): Check more carefully
10676 whether charpos is really in the row before returning it.
10677
10678 2002-12-07 Steven Tamm <steventamm@mac.com>
10679
10680 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
10681
10682 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
10683 each stack frame. This may change as it could be time consuming.
10684
10685 * macterm.c (mac_check_for_quit_char, quit_char_comp)
10686 (init_quit_char_handler, mac_determine_quit_char_modifiers)
10687 (mac_initialize): Add code to check for pressing of quit_char
10688 in the OS event queue.
10689
10690 * mac.c (sys_select): Call mac_check_for_quit_char every second
10691 while blocking on select.
10692
10693 * mac.c (sys_read): Use sys_select to test for input first
10694 before calling read, to allow C-g to break.
10695
10696 2002-12-07 Richard M. Stallman <rms@gnu.org>
10697
10698 * minibuf.c (Fcompleting_read): Doc fix.
10699
10700 * lread.c (syms_of_lread) <load-history>: Doc fix.
10701
10702 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
10703
10704 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
10705 autoload.
10706
10707 * data.c (Fdefalias): Record in load-history redefining an autoload.
10708
10709 * alloca.c: Undo ifdef change accidentally made on 12-04.
10710
10711 2002-12-06 Francesco Potorti` <pot@gnu.org>
10712
10713 * xfns.c (png_load): Avoid double gamma correction for PNG images.
10714
10715 2002-12-04 Richard M. Stallman <rms@gnu.org>
10716
10717 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
10718
10719 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
10720
10721 * alloca.c: Don't use #error.
10722
10723 2002-12-03 Dave Love <fx@gnu.org>
10724
10725 * buffer.c (Qucs_set_table_for_input): New.
10726 (Fget_buffer_create): Use it.
10727 (Qset_buffer_major_mode_hook): Deleted.
10728 (Fset_buffer_major_mode): Revert previous change.
10729 (init_buffer_once): Intern ucs-set-table-for-input.
10730 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
10731 Add &Qucs_set_table_for_input.
10732
10733 2002-12-03 Andreas Schwab <schwab@suse.de>
10734
10735 * callint.c (Fcall_interactively): Use next_event only if less
10736 than key_count.
10737
10738 2002-12-02 Andrew Choi <akochoi@shaw.ca>
10739
10740 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
10741 names to 255 characters.
10742
10743 * macterm.c (XTread_socket): If all frames have been collapsed,
10744 expand the first one before handling drag-and-drop events.
10745
10746 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
10747 which is detected by autoconf.
10748
10749 2002-12-01 Steven Tamm <steventamm@mac.com>
10750
10751 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
10752 offset in two hints table to allow prebinding to be redone and
10753 allow the executable to be stripped.
10754
10755 2002-11-29 Dave Love <fx@gnu.org>
10756
10757 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
10758 already provided.
10759
10760 2002-11-29 Richard M. Stallman <rms@gnu.org>
10761
10762 * xdisp.c (start_display): Check more intelligently for
10763 whether the line is continued.
10764 (move_it_vertically_backward): Clear it->continuation_lines_width.
10765
10766 2002-11-28 Dave Love <fx@gnu.org>
10767
10768 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
10769 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
10770
10771 2002-11-27 Steven Tamm <steventamm@mac.com>
10772
10773 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
10774 more descriptive error output from lread.c:Fload upon most require
10775 cycles during boostrapping.
10776
10777 2002-11-27 Jason Rumney <jasonr@gnu.org>
10778
10779 * fileio.c (Finsert_file_contents): Give a more appropriate error
10780 for files bigger than 2Gb when off_t is 32 bit.
10781
10782 * dired.c (Ffile_attributes): Don't return negative file sizes for
10783 files bigger than 2Gb when off_t is 32 bit.
10784
10785 2002-11-27 Dave Love <fx@gnu.org>
10786
10787 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10788
10789 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
10790 Test GETPGRP_VOID instead.
10791 [BSD_TERMIOS]: Remove definitions (never used).
10792
10793 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
10794 Don't define.
10795 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
10796
10797 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
10798
10799 2002-11-25 Jason Rumney <jasonr@gnu.org>
10800
10801 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
10802 supported.
10803
10804 2002-11-25 Dave Love <fx@gnu.org>
10805
10806 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
10807
10808 * Makefile.in (TEMACS_LDFLAGS): Update last change.
10809
10810 2002-11-25 Andreas Schwab <schwab@suse.de>
10811
10812 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
10813
10814 2002-11-24 Steven Tamm <steventamm@mac.com>
10815
10816 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
10817 determine the size of pointers alloced in unexed space instead
10818 of using possibly invalid emacs_zone pointers. This fixes the
10819 binary incompatibility problems caused by updates to libSystem.B.
10820
10821 2002-11-24 Richard M. Stallman <rms@gnu.org>
10822
10823 * search.c (Fstring_match): Doc fix.
10824
10825 * callint.c (Fcall_interactively): If a command fails because
10826 `*' detects a read-only buffer, but RECORD_FLAG is set,
10827 record it anyway if the args don't actually do tty input.
10828
10829 2002-11-22 Dave Love <fx@gnu.org>
10830
10831 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
10832
10833 * keyboard.c (interrupt_signal): Provide forward declaration.
10834 (kbd_buffer_store_event): Don't declare interrupt_signal.
10835
10836 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
10837
10838 2002-11-21 Richard M. Stallman <rms@gnu.org>
10839
10840 * eval.c (interactive_p): Skip any number of bytecode
10841 and special form frames, in any order.
10842
10843 2002-11-20 Jason Rumney <jasonr@gnu.org>
10844
10845 * w32fns.c (convert_mono_to_color_image): New function.
10846 (xbm_load, xbm_load_image): Use it when foreground or background
10847 is explicitly set.
10848
10849 2002-11-19 Dave Love <fx@gnu.org>
10850
10851 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
10852
10853 2002-11-18 Jason Rumney <jasonr@gnu.org>
10854
10855 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
10856 (XPutPixel): Swap blue and red.
10857 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
10858 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
10859 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
10860 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
10861
10862 2002-11-18 Dave Love <fx@gnu.org>
10863
10864 * m/orion105.h (HAVE_ALLOCA): Don't define.
10865
10866 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
10867
10868 * m/intel386.h: Don't include alloca.h or define alloca.
10869
10870 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
10871 malloc, realloc, calloc.
10872
10873 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
10874 (bcmp): Don't define.
10875
10876 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
10877
10878 * m/amdahl.h: Don't define LIB_STANDARD.
10879
10880 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
10881
10882 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
10883
10884 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
10885 Don't include alloca.h.
10886
10887 * s/aix3-2.h (HAVE_FSYNC): Don't define.
10888
10889 * regex.c (_GNU_SOURCE): Don't define.
10890
10891 * process.c (_GNU_SOURCE): Don't define.
10892
10893 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
10894
10895 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
10896
10897 * s/sol2-8.h: Include sol2-6.h.
10898
10899 2002-11-18 Miles Bader <miles@gnu.org>
10900
10901 * dispextern.h (struct face): Add `overstrike' field.
10902 * xterm.c (x_draw_glyph_string_foreground)
10903 (x_draw_composite_glyph_string_foreground): Implement overstriking.
10904 * xfaces.c (load_face_font): Set `face->overstrike' based on
10905 result from choose_face_font.
10906 (best_matching_font, choose_face_font): Add `needs_overstrike'
10907 argument, and use it to return whether overstriking is desirable
10908 for this face/font combo.
10909 (set_font_frame_param: Pass new argument to choose_face_font.
10910
10911 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
10912
10913 This change is my fix for the following entry in etc/PROBLEMS:
10914 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
10915 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
10916
10917 * w32.c: Added wrapper functions around the win32 API functions
10918 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
10919 GetSidIdentifierAuthority. These wrapper functions serve two
10920 purposes:
10921 1. They ensure that the wrapped function can never be called
10922 when Emacs is running on an operating system on which they are
10923 not supported (Microsoft Windows 95 / 98 / ME).
10924 2. They call the wrapped functions via function pointers rather
10925 than calling them directly. This avoids taking advantage of the
10926 undocumented fact that although these functions are not supported
10927 in the 9x branch of Microsoft Windows, the functions do exist in
10928 the version of advapi32.dll that is found in the 9x branch of
10929 Microsoft Windows.
10930
10931 * w32.c (init_user_info): Replace the calls to the win32 API
10932 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
10933 and GetSidIdentifierAuthority with calls to the newly added
10934 wrapper functions.
10935
10936 * w32.h: Added extern declarations for the following functions:
10937 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
10938 syms_of_w32menu, and void syms_of_fontset.
10939
10940 * w32fns.c (w32_wnd_proc): Add code to reinitialize the
10941 function pointer track_mouse_event_fn in the handler for the
10942 WM_SETFOCUS message.
10943
10944 * w32menu.c (initialize_frame_menubar): Add code to
10945 reinitialize the function pointers set_menu_item_info and
10946 get_menu_item_info.
10947
10948 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
10949
10950 * sound.c: Added a partial implementation of play-sound-internal
10951 for Microsoft Windows. Added various #ifdef / #else / #endif
10952 code blocks to separate the code that will compile under
10953 Microsoft Windows from the code that is specific to Gnu/Linux.
10954 Moved several blocks of code around to make this separation of code
10955 into Windows compatible and Gnu/Linux compatible code blocks easier.
10956
10957 * makefile.w32-in: Include sound.c and link with WinMM.lib.
10958
10959 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
10960 added support for play-sound-internal under Windows would be
10961 included in the build of Emacs.
10962
10963 2002-11-16 Jason Rumney <jasonr@gnu.org>
10964
10965 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
10966
10967 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
10968
10969 2002-11-15 Stefan Monnier <monnier@cs.yale.edu>
10970
10971 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
10972 (adjust_point_for_property): Move out of display and invisible even if
10973 we were already inside before (in case a property was added while
10974 we weren't looking). Be more careful when handling invisible props.
10975 Skip invisible text as if it really wasn't there at all.
10976
10977 2002-11-15 Jason Rumney <jasonr@gnu.org>
10978
10979 * w32term.c (x_draw_image_foreground)
10980 (w32_draw_image_foreground_1): Use standard copy and invert
10981 operations to draw images.
10982
10983 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
10984 depth of 1.
10985 (xbm_read_bitmap_data): Invert bits as xbm is read in.
10986 (XPutPixel): Don't invert bits here.
10987
10988 2002-11-15 Jason Rumney <jasonr@gnu.org>
10989
10990 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
10991 (w32_draw_image_foreground_1): Handle image masks.
10992 (x_draw_image_glyph_string): Don't BitBlt transparently.
10993
10994 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
10995 (x_from_xcolors): Adjust RGB values for W32.
10996 (image_background, image_background_transparent)
10997 (postprocess_image, x_to_xcolors, x_disable_image)
10998 (x_build_heuristic_mask): Adapt for W32 and enable.
10999 (x_create_x_image_and_pixmap): Mark images with palettes as such.
11000 (xbm_load): Remove unused variable.
11001
11002 2002-11-14 Richard M. Stallman <rms@gnu.org>
11003
11004 * buffer.c (syms_of_buffer): Doc fix.
11005
11006 2002-11-14 Dave Love <fx@gnu.org>
11007
11008 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
11009
11010 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
11011 * xmenu.c (unuse_menu_items, digest_single_submenu):
11012 * xfns.c (x_put_x_image):
11013 * xdisp.c (message2_nolog, set_message):
11014 * undo.c (record_point):
11015 * terminfo.c (tparam):
11016 * syntax.c (scan_sexps_forward):
11017 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
11018 * composite.c (update_compositions):
11019 * cm.c (calccost, cmgoto):
11020 * charset.c (c_string_width): Declare all args (per C99).
11021
11022 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
11023
11024 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
11025 Don't declare.
11026
11027 * emacs.c (main) [!VMS]: Avoid third arg.
11028
11029 * fns.c (Fcopy_sequence): Doc fix.
11030 (Fmap_char_table): Cast `call2'.
11031
11032 2002-11-14 Francesco Potorti` <pot@gnu.org>
11033
11034 * s/sol2-8.h: New file.
11035
11036 2002-11-14 Kim F. Storm <storm@cua.dk>
11037
11038 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
11039 dependency on `risky-local-variable' and the :propertize form.
11040
11041 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
11042
11043 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
11044
11045 * syntax.c (scan_sexps_forward): Undo last patch.
11046 Use a more obvious fix: check eob before updating the syntax table.
11047
11048 2002-11-09 Stefan Monnier <monnier@cs.yale.edu>
11049
11050 * syntax.c (scan_sexps_forward): Update syntax table before reading
11051 a char rather than after so we don't update the table past eob.
11052
11053 2002-11-09 Dave Love <fx@gnu.org>
11054
11055 * buffer.c (Fset_buffer_major_mode): Fix last change.
11056
11057 * regex.c (regexec): Fix pmatch declaration.
11058
11059 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
11060
11061 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
11062 to self-inserting characters.
11063 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
11064
11065 * coding.c (Vtranslation_table_for_input): New.
11066 (syms_of_coding): DEFVAR it.
11067
11068 2002-11-08 Juanma Barranquero <lektu@terra.es>
11069
11070 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
11071 window.
11072
11073 2002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11074
11075 * process.c (Fformat_network_address): Remove unused locals p,
11076 cp, and i.
11077
11078 2002-11-06 Dave Love <fx@gnu.org>
11079
11080 * buffer.c (Qset_buffer_major_mode_hook): New.
11081 (Fset_buffer_major_mode): Use it.
11082
11083 2002-11-06 Richard M. Stallman <rms@gnu.org>
11084
11085 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
11086 and stop_polling.
11087
11088 * process.c (wait_reading_process_input):
11089 Test POLLING_PROBLEM_IN_SELECT, not hpux.
11090 Avoid initialization for auto Lisp_Object var.
11091
11092 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
11093
11094 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
11095
11096 2002-11-05 Richard M. Stallman <rms@gnu.org>
11097
11098 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
11099
11100 * callint.c (Fcall_interactively): New local filter_specs.
11101 (Fcall_interactively): Check for progn as well as let.
11102 Add a gcpro.
11103 (Qprogn): New variable.
11104 (syms_of_callint): Staticpro and init Qprogn.
11105
11106 2002-11-04 John Paul Wallington <jpw@shootybangbang.com>
11107
11108 * lread.c (Feval_buffer): Doc fix.
11109
11110 2002-11-04 Dave Love <fx@gnu.org>
11111
11112 * keyboard.c (read_char): Always translate iff
11113 Vkeyboard_translate_table is a char table and c is valid.
11114
11115 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
11116 and fix C types.
11117
11118 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
11119
11120 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
11121
11122 * editfns.c (get_pos_property): Don't hardcode Qfield.
11123
11124 * keyboard.c (adjust_point_for_property): Handle `display' prop on
11125 overlays. Also handle `invisible' prop.
11126
11127 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
11128
11129 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
11130 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
11131
11132 2002-11-01 Andreas Schwab <schwab@suse.de>
11133
11134 * editfns.c (Fmessage): Revert last change to properly handle %%.
11135
11136 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
11137
11138 * xmenu.c (unuse_menu_items): New fun.
11139 (menu_items_inuse): New var.
11140 (syms_of_xmenu): Initialize it.
11141 (init_menu_items): Use it to detect re-entrance.
11142 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
11143 (Fx_popup_menu): Remove spurious XSETFRAME.
11144
11145 * editfns.c (find_field): Make an exception for nil fields.
11146
11147 2002-11-01 Dave Love <fx@gnu.org>
11148
11149 * m/gec63.h: Deleted.
11150
11151 2002-10-31 Dave Love <fx@gnu.org>
11152
11153 * xterm.c (XTread_socket): Fix last change.
11154 (xaw_scroll_callback): Cast call_data to long to avoid warning.
11155
11156 2002-10-31 Stefan Monnier <monnier@cs.yale.edu>
11157
11158 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
11159
11160 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
11161
11162 * editfns.c (overlays_around, get_pos_property): New funs.
11163 (find_field): Use them.
11164 Also be careful not to modify POS before its last use.
11165 (Fmessage): Don't Fformat if there's nothing to format.
11166
11167 2002-10-30 Dave Love <fx@gnu.org>
11168
11169 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
11170 [HAVE_PTY_H]; Include pty.h.
11171
11172 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
11173
11174 * xterm.c (Qeql): Declare.
11175 (Vx_keysym_table): New.
11176 (syms_of_xterm): Initialize it.
11177 (XTread_socket): Use it. Deal with ASCII keysyms.
11178 (XSetIMValues) [HAVE_X11R6]: Prototype.
11179
11180 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
11181 (lispy_kana_keys): Comment out.
11182 (make_lispy_event) [XK_kana_A]: Comment out.
11183 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
11184 Fix sprintf call.
11185
11186 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
11187 regexp.h change).
11188 (TERMINFO, LIBS_TERMCAP): Define.
11189
11190 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
11191 (bcmp): Define conditional on HAVE_BCMP.
11192 (NO_SIOCTL_H): Don't define.
11193 (TIOCSIGSEND): Don't make conditional on IRIX6.
11194
11195 * s/sol2-5.h: Don't include strings.h.
11196 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
11197
11198 * s/irix6-0.h (IRIX6): Don't define.
11199 (bcopy, bcmp, bzero): Don't undef.
11200
11201 * s/irix6-5.h: Don't include strings.h.
11202 (IRIX6): Don't define.
11203 (bcopy, bcmp, bzero): Don't undef.
11204
11205 * syntax.c (Fforward_comment): Doc fix.
11206
11207 2002-10-29 Kim F. Storm <storm@cua.dk>
11208
11209 * process.c (Fsignal_process): Allow PROCESS to be specified by
11210 name in addition to pid (as integer or string).
11211
11212 2002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
11213
11214 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
11215 environments.
11216
11217 2002-10-27 Kim F. Storm <storm@cua.dk>
11218
11219 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
11220
11221 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
11222
11223 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
11224
11225 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
11226
11227 2002-10-26 Richard M. Stallman <rms@gnu.org>
11228
11229 * editfns.c (Fformat): Detect invalid format letters for floats.
11230
11231 2002-10-25 Kenichi Handa <handa@m17n.org>
11232
11233 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
11234 (x_set_title): Likewise.
11235
11236 2002-10-25 Juanma Barranquero <lektu@terra.es>
11237
11238 * macgui.h:
11239 * w32gui.h: Remove definition of XColor.
11240
11241 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
11242
11243 2002-10-24 Kim F. Storm <storm@cua.dk>
11244
11245 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
11246 Callers changed (supply dummy arg).
11247
11248 * lisp.h (get_window_cursor_type): Update prototype.
11249
11250 * w32term.c (x_display_and_set_cursor): Get active_cursor from
11251 get_window_cursor_type to track system caret.
11252
11253 2002-10-24 Kim F. Storm <storm@cua.dk>
11254
11255 * process.c (Fformat_network_address): New function.
11256 (syms_of_process): Defsubr it.
11257 (list_processes_1): Use it to format :local/:remote address if
11258 service/host is not set; before Emacs would crash in that case.
11259 (Fmake_network_process): Don't use Ffind_operation_coding_system
11260 to setup coding system if host or service is not set.
11261
11262 2002-10-23 Juanma Barranquero <lektu@terra.es>
11263
11264 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
11265
11266 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
11267 COLORREF.
11268
11269 * macgui.h:
11270 * w32gui.h: Add definition of XColor.
11271
11272 * macfns.c:
11273 * w32fns.c:
11274 * xfaces.c: Remove definition of XColor.
11275
11276 2002-10-22 Stefan Monnier <monnier@cs.yale.edu>
11277
11278 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
11279
11280 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
11281 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
11282 window if it is dedicated.
11283 (Fshrink_window): Add preserve_before as was done for enlarge_window.
11284 (Vspecial_display_function): Update docstring.
11285
11286 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
11287 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
11288 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
11289
11290 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
11291
11292 * casefiddle.c (casify_region): Don't treat a prefix char as part
11293 of a word when at the beginning.
11294
11295 2002-10-17 Juanma Barranquero <lektu@terra.es>
11296
11297 * lread.c (syms_of_lread): Fix typos.
11298
11299 2002-10-17 Dave Love <fx@gnu.org>
11300
11301 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
11302
11303 2002-10-16 Richard M. Stallman <rms@gnu.org>
11304
11305 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
11306
11307 2002-10-14 Juanma Barranquero <lektu@terra.es>
11308
11309 * w16select.c (syms_of_win16select): Fix docstring for
11310 `selection-coding-system'.
11311
11312 * w32select.c (syms_of_w32select): Likewise.
11313
11314 2002-10-14 Stefan Monnier <monnier@cs.yale.edu>
11315
11316 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
11317 a backslash-quoted char.
11318 (scan_lists, scan_sexps_forward): Pacify the compiler.
11319
11320 2002-10-13 Richard M. Stallman <rms@gnu.org>
11321
11322 * window.c (window_scroll): Set immediate_quit.
11323
11324 * print.c (print): When backquote form is the car of a list,
11325 output in old style. Use old_backquote_output to output all
11326 comma forms inside it in old style too.
11327
11328 * buffer.h (struct buffer): Move `undo_list' down below `name'.
11329
11330 2002-10-11 Markus Rost <rost@math.ohio-state.edu>
11331
11332 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
11333 batch mode).
11334
11335 * lread.c (Fload): Doc fix (load-suffixes).
11336
11337 2002-10-10 Steven Tamm <steventamm@mac.com>
11338
11339 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
11340 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
11341 Also switch the default to Qnil from Qt.
11342
11343 2002-10-08 Kenichi Handa <handa@m17n.org>
11344
11345 * coding.c (code_convert_region): When we need more GAP for
11346 conversion, pay attention to the case that coding->produced is not
11347 greater than coding->consumed.
11348
11349 2002-10-07 Richard M. Stallman <rms@gnu.org>
11350
11351 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
11352
11353 2002-10-06 Andrew Choi <akochoi@shaw.ca>
11354
11355 * macmenu.c (mac_menu_show): Add j to count menu items; match
11356 menu_item_selection to it to find selected item.
11357
11358 2002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11359
11360 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
11361 cases. The correct fix is to pass ReparentNotify to Xt.
11362 The shell widget interprets ConfigureNotify differently depending
11363 on if it has been reparented or not.
11364
11365 2002-10-05 Markus Rost <rost@math.ohio-state.edu>
11366
11367 * editfns.c (Fformat_time_string): Doc fix.
11368
11369 2002-10-05 John Paul Wallington <jpw@shootybangbang.com>
11370
11371 * fns.c (Flength): Doc fix.
11372
11373 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
11374
11375 * keyboard.c (keyremap): New struct.
11376 (read_key_sequence): Use it: globally replace keytran_foo with
11377 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
11378 keytran_next and fkey_next to just `next'.
11379
11380 2002-10-04 Steven Tamm <steventamm@mac.com>
11381
11382 * macterm.c (keycode_to_xkeysym_table): Change return to be
11383 treated like an X keysym.
11384
11385 2002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11386
11387 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
11388 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
11389 This is to also handle x/y changes that occur because of a resize.
11390
11391 2002-10-02 John Paul Wallington <jpw@shootybangbang.com>
11392
11393 * frame.c (Vdelete_frame_functions): New variable.
11394 (syms_of_frame): Initialize and defvar it.
11395 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
11396 it when frame's `tooltip' parameter is non-nil.
11397
11398 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
11399
11400 * w32fns.c (x_create_tip_frame): Likewise.
11401
11402 * macfns.c (x_create_tip_frame): Likewise.
11403
11404 2002-09-30 Kenichi Handa <handa@m17n.org>
11405
11406 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
11407 -1 before calling ccl_driver.
11408
11409 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
11410 Only when it is non-nil, handle composition sequence.
11411 (setup_coding_system) <0>: Don't force composition handling.
11412
11413 * Makefile.in (lisp, shortlisp): Add utf-16.elc
11414
11415 2002-09-29 Richard M. Stallman <rms@gnu.org>
11416
11417 * search.c (Freplace_match): Adjust match data for the substitution
11418 just made in the buffer.
11419
11420 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
11421 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
11422
11423 2002-09-27 Richard M. Stallman <rms@gnu.org>
11424
11425 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
11426 (read_char): Use them. Do all exits thru the end of the function.
11427
11428 2002-09-27 Kenichi Handa <handa@etl.go.jp>
11429
11430 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
11431 is nil.
11432
11433 2002-09-26 Richard M. Stallman <rms@gnu.org>
11434
11435 * regex.h (__restrict_arr): Don't define if already defined.
11436
11437 * coding.c (run_pre_post_conversion_on_str):
11438 Save and restore Vdeactivate_mark.
11439
11440 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
11441
11442 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
11443
11444 2002-09-26 Kenichi Handa <handa@etl.go.jp>
11445
11446 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
11447 nonzero, try face's family at first. Otherwise try FAMILY at first.
11448 (choose_face_font): If C is a single byte char or latin-1, call
11449 try_font_list with PREFER_FACE_FAMILY 1.
11450
11451 2002-09-21 Richard M. Stallman <rms@gnu.org>
11452
11453 * window.c (select_window_1): Don't select frame.
11454 Set frame's selected window only when frame itself is selected.
11455 (Fselect_window): Doc fix.
11456
11457 2002-09-18 Kim F. Storm <storm@cua.dk>
11458
11459 * process.c (make-network-process): Doc fix (there is no
11460 network-server-log-function hook).
11461
11462 2002-09-18 Richard M. Stallman <rms@gnu.org>
11463
11464 * print.c (print): Clear out the unused parts of Vprint_number_table.
11465 (syms_of_print): Doc fix for `print-number-table'.
11466
11467 * unexelf.c (unexec): Undo previous change.
11468
11469 2002-09-17 Andreas Schwab <schwab@suse.de>
11470
11471 * m/alpha.h [LINUX]: Don't define DATA_START.
11472
11473 2002-09-16 Dave Love <fx@gnu.org>
11474
11475 * unexelf.c (unexec): Deal with .got, reinstating change from
11476 25-08-1999.
11477
11478 2002-09-13 Richard M. Stallman <rms@gnu.org>
11479
11480 * s/sol2-6.h (UNEXEC): Comment out definition.
11481
11482 * unexsol.c (unexec): Don't downcase first letter of error msg.
11483
11484 * xfaces.c (Fcolor_supported_p): Just one arg is required.
11485
11486 2002-09-12 Markus Rost <rost@math.ohio-state.edu>
11487
11488 * unexsol.c: Include buffer.h, charset.h, coding.h.
11489
11490 2002-09-11 Richard M. Stallman <rms@gnu.org>
11491
11492 * unexsol.c: Don't use report_file_error; do it by hand
11493 using dlerror.
11494
11495 * process.c (wait_reading_process_input, both versions):
11496 Before calling turn_on_atimers, call stop_polling.
11497
11498 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
11499
11500 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
11501 we go to too_near_end, call clear_glyph_matrix.
11502 (redisplay_window): After make_cursor_line_fully_visible,
11503 call clear_glyph_matrix and bypass `goto done'.
11504
11505 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
11506 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
11507
11508 2002-09-10 Richard M. Stallman <rms@gnu.org>
11509
11510 * fileio.c (Fdo_auto_save): Catch error making directory.
11511 Only call push_message if we need to.
11512 At the same time, make an unwind-protect to pop it.
11513 Rename local message_p to old_message_p.
11514 (do_auto_save_make_dir, do_auto_save_eh): New functions.
11515 (do_auto_save_unwind): Don't call pop_message.
11516
11517 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
11518
11519 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
11520
11521 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
11522
11523 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
11524
11525 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
11526
11527 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
11528 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
11529 (re_match_2_internal): Be more careful with infinite loops.
11530
11531 2002-09-10 Kim F. Storm <storm@cua.dk>
11532
11533 * macros.c (end_kbd_macro): New function.
11534 (Fend_kbd_macro): Use it.
11535
11536 * macros.h (end_kbd_macro): Declare extern.
11537
11538 * keyboard.c (Fdiscard_input): If defining keyboard macro,
11539 end and save it instead of discarding it.
11540
11541 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
11542
11543 * s/sol2-6.h: Fix typo. Add comment.
11544
11545 2002-09-09 Richard M. Stallman <rms@gnu.org>
11546
11547 * regex.c (regnum_t): Use signed int, not unsigned int.
11548
11549 * s/sol2-6.h: New file.
11550
11551 * s/sol2-5.h (UNEXEC): Definition deleted.
11552
11553 2002-09-08 Kim F. Storm <storm@cua.dk>
11554
11555 * macros.c (executing_macro_index): Change type to EMACS_INT.
11556 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
11557
11558 * macros.h (executing_macro_index): Change type to EMACS_INT.
11559
11560 2002-09-06 Richard M. Stallman <rms@gnu.org>
11561
11562 * casetab.c (set_case_table): Make canon table point to eqv table.
11563
11564 2002-09-06 Juanma Barranquero <lektu@terra.es>
11565
11566 * coding.c (syms_of_coding): Fix spacing.
11567
11568 * composite.c (Fcompose_region_internal)
11569 (Fcompose_string_internal): Likewise.
11570
11571 * data.c (Flsh): Likewise.
11572
11573 * fontset.c (Fset_fontset_font): Likewise.
11574
11575 * macfns.c (Fx_server_max_request_size): Likewise.
11576
11577 * w16select.c (syms_of_win16select): Likewise.
11578
11579 * w32select.c (syms_of_w32select): Likewise.
11580
11581 * xselect.c (syms_of_xselect): Likewise.
11582
11583 2002-09-05 Richard M. Stallman <rms@gnu.org>
11584
11585 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
11586 call EXTEND_RANGE_TABLE and return a proper value.
11587 (set_image_of_range): Don't call set_image_of_range_1
11588 if no TRANSLATE or if range includes all of Latin-1.
11589 Only call it for the Latin-1 part of the range.
11590 For other cases, make two separate ranges,
11591 one for the original specified characters and one for
11592 their case-conversions.
11593
11594 2002-09-04 Richard M. Stallman <rms@gnu.org>
11595
11596 * s/sol2-5.h (UNEXEC): Use unexsol.o.
11597
11598 * window.c (displayed_window_lines): Correct for one-off bug
11599 in HEIGHT on non-window displays.
11600
11601 * regex.c (set_image_of_range_1): New function.
11602 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
11603 Return a value to indicate running out of memory.
11604 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
11605 (extend_range_table_work_area): New subroutine.
11606 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
11607 Different calling conventions, and used from set_image_of_range{,_1}.
11608 (IMMEDIATE_QUIT_CHECK): Definitions moved.
11609
11610 2002-09-04 Juanma Barranquero <lektu@terra.es>
11611
11612 * makefile.w32-in: All dependencies updated.
11613
11614 2002-09-01 Richard M. Stallman <rms@gnu.org>
11615
11616 * unexsol.c: New file.
11617
11618 * xfns.c (Qbox): Declare external, don't define.
11619
11620 * xdisp.c (redisplay_window) <force-start case>:
11621 If point is on semi-visible last line, reposition
11622 it at previous line.
11623
11624 * alloc.c (display_malloc_warning): Use display-warning.
11625 (malloc_warning_1): Function deleted.
11626
11627 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
11628
11629 * lread.c (read1): Handle #! by skipping the line.
11630
11631 2002-08-31 Richard M. Stallman <rms@gnu.org>
11632
11633 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
11634 Don't include LDFLAGS.
11635 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
11636
11637 2002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
11638
11639 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
11640 member of x_display_info unless we compile for some window system.
11641
11642 2002-08-31 Kim F. Storm <storm@cua.dk>
11643
11644 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
11645 (get_window_cursor_type): Don't use them.
11646 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
11647
11648 2002-08-30 Kenichi Handa <handa@etl.go.jp>
11649
11650 * xdisp.c (get_next_display_element): Fix previous change.
11651
11652 2002-08-30 Andrew Choi <akochoi@shaw.ca>
11653
11654 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
11655 (expose_window): Use it to fix the display of overlapping
11656 rows (merge code from xterm.c).
11657
11658 * macfns.c (Qbox): Add extern declaration.
11659
11660 2002-08-30 Juanma Barranquero <lektu@terra.es>
11661
11662 * w32fns.c (Qbox): Make extern.
11663 (syms_of_w32fns): Remove initialization of Qbox.
11664
11665 2002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
11666
11667 * xfns.c (Fx_open_connection): Fix error message.
11668
11669 2002-08-30 Kim F. Storm <storm@cua.dk>
11670
11671 The following changes consolidates the handling of the cursor
11672 type in xdisp.c, moving duplicate code and functionality from
11673 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
11674
11675 * frame.h (enum text_cursor_kinds): Consolidated here.
11676 Added DEFAULT_CURSOR value.
11677 (struct frame) <desired_cursor, cursor_width>
11678 <blink_off_cursor, blink_off_cursor_width>: New fields.
11679 Consolidated from output_x, output_w32 and output_mac structs.
11680 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11681 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
11682
11683 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
11684 Variables consolidated here.
11685 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
11686 (Vcursor_in_non_selected_windows): Renamed from
11687 cursor_in_non_selected_windows and changed to Lisp_Object.
11688 (syms_of_xdisp): Define and staticpro new and moved variables.
11689 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
11690 consolidated here. Recognize Qhollow setting.
11691 (set_frame_cursor_types): New function to set frame cursor types
11692 based on the frame parameters.
11693 (get_window_cursor_type): New function to calculate new cursor
11694 type and width for the specified window. Based on duplicated
11695 code consolidated here.
11696 Enhancements: cursor-in-non-selected-windows may be a cursor type,
11697 check buffer-local alternate-cursor-type and blink-cursor-alist
11698 before using built-in blink off methods.
11699
11700 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
11701
11702 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
11703 (get_specified_cursor_type, get_window_cursor_type)
11704 (set_frame_cursor_types): Added prototypes.
11705
11706 * macfns.c (x_specified_cursor_type): Removed.
11707 (x_set_cursor_type): Use set_frame_cursor_types.
11708 (Qbar, Qbox): Removed.
11709 (syms_of_macfns): Don't intern or staticpro them.
11710
11711 * macterm.c (x_specified_cursor_type): Remove prototype.
11712 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11713 (x_display_and_set_cursor): Use get_window_cursor_type.
11714 Remove unused local variables cursor_non_selected, active_cursor.
11715 Redraw cursor if hbar cursor width changes.
11716 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
11717
11718 * macterm.h (enum text_cursor_kinds): Removed.
11719 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
11720 <blink_off_cursor, blink_off_cursor_width>: Members removed.
11721 (FRAME_DESIRED_CURSOR): Macro removed.
11722
11723 * w32fns.c (Vblink_cursor_alist): Removed.
11724 (Qbar, Qhbar, Qbox, Qhollow): Removed.
11725 (syms_of_w32fns): Don't intern, staticpro, or define them.
11726 (x_specified_cursor_type): Removed.
11727 (x_set_cursor_type): Use set_frame_cursor_types.
11728
11729 * w32term.c (x_specified_cursor_type): Remove prototype.
11730 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11731 (x_display_and_set_cursor): Use get_window_cursor_type.
11732 Remove unused local variables cursor_off_state.
11733 Redraw cursor if hbar cursor width changes.
11734 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
11735
11736 * w32term.h (enum text_cursor_kinds): Removed.
11737 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
11738 <blink_off_cursor, blink_off_cursor_width>: Members removed.
11739 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11740 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
11741 (struct w32_display_info) <x_highlight_frame>: Renamed member from
11742 w32_highlight_frame.
11743
11744 * xfns.c (Vblink_cursor_alist): Removed.
11745 (Qbar, Qhbar, Qbox, Qhollow): Removed.
11746 (syms_of_xfns): Don't intern, staticpro, or define them.
11747 (x_specified_cursor_type): Removed.
11748 (x_set_cursor_type): Use set_frame_cursor_types.
11749
11750 * xterm.c (x_specified_cursor_type): Remove prototype.
11751 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
11752 (x_display_and_set_cursor): Use get_window_cursor_type.
11753 Remove unused local variables cursor_off_state.
11754 Redraw cursor if hbar cursor width changes.
11755
11756 * xterm.h (enum text_cursor_kinds): Removed.
11757 (struct output_x) <current_cursor, desired_cursor, cursor_width>
11758 <blink_off_cursor, blink_off_cursor_width>: Members removed.
11759 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
11760 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
11761 (x_specified_cursor_type): Remove prototype.
11762
11763 2002-08-28 Richard M. Stallman <rms@gnu.org>
11764
11765 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
11766 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
11767 (Vblink_cursor_alist): New variable.
11768 (syms_of_w32fns): Initialize and defvar it.
11769 (x_specified_cursor_type): Recognize Qbox for filled box.
11770 Exceptions are hollow boxes.
11771 (Qbox, Qhollow): New variables.
11772 (syms_of_w32fns): Initialize and staticpro them.
11773
11774 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
11775 New macros.
11776 (struct w32_output): New fields blink_off_cursor,
11777 blink_off_cursor_width.
11778 (FRAME_CURSOR_WIDTH): New macro.
11779
11780 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
11781 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
11782
11783 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
11784 for bar cursor.
11785
11786 * w32term.c (expose_overlaps): New function.
11787 (expose_window): Use it to fix the display of overlapping rows.
11788
11789 2002-08-28 Simon Josefsson <jas@extundo.com>
11790
11791 * xfns.c (Fx_open_connection): Improve help when X connection
11792 fails, xhost is insecure and xauth is better.
11793
11794 2002-08-28 Juanma Barranquero <lektu@terra.es>
11795
11796 * makefile.w32-in: Add missing dependencies on w32term.h and
11797 composite.h.
11798
11799 * emacs.c (USAGE1): Add missing newline.
11800
11801 2002-08-27 Andrew Choi <akochoi@shaw.ca>
11802
11803 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
11804
11805 2002-08-27 Richard M. Stallman <rms@gnu.org>
11806
11807 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
11808 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
11809 (Vblink_cursor_alist): New variable.
11810 (syms_of_xfns): Initialize and defvar it.
11811 (x_specified_cursor_type): Recognize Qbox for filled box.
11812 Exceptions are hollow boxes.
11813 (Qbox, Qhollow): New variables.
11814 (syms_of_xfns): Initialize and staticpro them.
11815
11816 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
11817 New macros.
11818 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
11819
11820 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
11821 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
11822
11823 * emacs.c (main): Handle --script.
11824 (USAGE1): Mention --script.
11825 (standard_args): Define sort order for --script.
11826
11827 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
11828
11829 * xdisp.c (redisplay_updating_p): Variable removed.
11830 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
11831 New variables.
11832 (init_iterator): Don't free realized faces if
11833 inhibit_free_realized_faces is set.
11834 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
11835 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
11836 initialize Qinhibit_free_realized_faces.
11837
11838 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
11839 when iterator is adding glyphs to a glyph matrix.
11840
11841 2002-08-27 Kenichi Handa <handa@etl.go.jp>
11842
11843 * xdisp.c (get_next_display_element): In unibyte case, don't use
11844 octal form for such eight-bit characters that can be converted to
11845 multibyte char.
11846
11847 2002-08-26 Kim F. Storm <storm@cua.dk>
11848
11849 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize
11850 foreground and background colors. From Joe Buehler.
11851
11852 2002-08-26 Miles Bader <miles@gnu.org>
11853
11854 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
11855
11856 2002-08-25 Andrew Choi <akochoi@shaw.ca>
11857
11858 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
11859 defined instead of MAC_OSX.
11860
11861 * s/darwin.h (select): Define select to sys_select only if
11862 HAVE_CARBON is defined.
11863 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
11864 (DONT_REOPEN_PTY): #def it.
11865
11866 * macterm.c (XTread_socket): Remove code to call
11867 SendEventToEventTarget for keys with command modifiers when
11868 mac_command_key_is_meta is nil.
11869
11870 2002-08-24 Andreas Schwab <schwab@suse.de>
11871
11872 * eval.c (Fdefvar): Fix last change.
11873
11874 2002-08-23 Richard M. Stallman <rms@gnu.org>
11875
11876 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
11877 Record variables in load history as (defvar . VAR).
11878 (Fdefvar): Don't record in load history if no initial value.
11879 (Qdefvar): New variable.
11880 (syms_of_eval): Init and staticpro it.
11881
11882 * lread.c (syms_of_lread): Doc fix.
11883 (build_load_history): Use Fmember to see if a definition
11884 is already in the Vload_history element.
11885
11886 * process.c (Fstart_process): Remove /: from program name.
11887
11888 * emacs.c (decode_env_path): Don't add /: if file name handler
11889 has a `safe-magic' property.
11890
11891 * callproc.c (Fcall_process): Remove /: from program name.
11892
11893 2002-08-23 Stefan Monnier <monnier@cs.yale.edu>
11894
11895 * regex.c (PATFETCH): Remove the translating fetch.
11896 (PATFETCH_RAW): Rename to PATFETCH.
11897 (set_image_of_range): New fun.
11898 (SET_RANGE_TABLE_WORK_AREA): Use it.
11899 (regex_compile): Don't translate the pattern chars so eagerly.
11900 Only do it when inserting an `exactn' bytecode or when handling
11901 a char-range.
11902 (mutually_exclusive_p): Avoid empty statement.
11903
11904 2002-08-22 Kim F. Storm <storm@cua.dk>
11905
11906 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
11907 end up on a partially visible line; this reverts a specific part
11908 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
11909 display error which has been reported several times now.
11910 However it introduces the problem that changes was supposed to fix.
11911 See my comments in the source if you want to debug this further.
11912
11913 2002-08-20 Kenichi Handa <handa@etl.go.jp>
11914
11915 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
11916
11917 2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
11918
11919 * msdos.c (croak): Add `void' to definition.
11920
11921 * sysdep.c (request_sigio, unrequest_sigio) [MSDOS]:
11922 Don't define them, they are defined in msdos.c.
11923
11924 * mem-limits.h [MSDOS]: Declare etext.
11925
11926 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
11927 `const' since CORRECT_DIR_SEPS modifies its target.
11928
11929 2002-08-19 Kim F. Storm <storm@cua.dk>
11930
11931 * keyboard.c (Fclear_this_command_keys): Add optional arg
11932 KEEP-RECORD to avoid clearing lossage when we just want to clear
11933 the current key sequence (kmacro needs this).
11934
11935 2002-08-19 Kenichi Handa <handa@localhost>
11936
11937 * composite.c (run_composition_function): Call FUNC if it is fboundp.
11938
11939 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
11940 cons, return Qnil.
11941
11942 2002-08-17 Richard M. Stallman <rms@gnu.org>
11943
11944 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
11945
11946 * sysdep.c [!VMS]: Include sys/files.h.
11947
11948 * editfns.c (save_restriction_restore): Defend from unchained marker.
11949
11950 * buffer.c (overlays_at): Handle extending vec uniformly.
11951 (overlays_in): Handle extending vec from length 0 as in overlays_at.
11952
11953 2002-08-15 Andrew Choi <akochoi@shaw.ca>
11954
11955 * mac.c (init_mac_osx_environment): New function.
11956
11957 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
11958
11959 2002-08-14 Kim F. Storm <storm@cua.dk>
11960
11961 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
11962 executing macro before appending to it (when used from Lisp).
11963 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
11964 which is called prior to each iteration of macro (for kmacro.el).
11965 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
11966
11967 * lisp.h (Fexecute_kbd_macro): Update prototype.
11968
11969 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
11970
11971 2002-08-14 Kenichi Handa <handa@etl.go.jp>
11972
11973 * xselect.c (QUTF8_STRING): New variable.
11974 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
11975 (x_atom_to_symbol): Likewise.
11976 (x_get_local_selection): New argument local_request. If it is
11977 nonzero, call handler_fn with the second arg nil.
11978 (x_handle_selection_request): Call x_get_local_selection with
11979 local_request 0.
11980 (lisp_data_to_selection_data): Don't encode the string here.
11981 (Fx_get_selection_internal): Call x_get_local_selection with
11982 local_request 1.
11983 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
11984
11985 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
11986
11987 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
11988
11989 2002-08-13 Richard M. Stallman <rms@gnu.org>
11990
11991 * minibuf.c (Fminibufferp): New function.
11992 (syms_of_minibuf): Defsubr it.
11993 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
11994
11995 2002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
11996
11997 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
11998
11999 2002-08-12 Richard M. Stallman <rms@gnu.org>
12000
12001 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
12002 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
12003 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
12004 already.
12005
12006 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
12007
12008 2002-08-11 Andrew Choi <akochoi@shaw.ca>
12009
12010 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
12011 (Vmac_pass_command_to_system): New variable.
12012 (Vmac_pass_control_to_system): New variable.
12013 (do_mouse_moved): Check wp with is_emacs_window.
12014 (XTread_socket): Check window_ptr with is_emacs_window.
12015 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
12016 events back to Mac Toolbox for processing, depending on values of
12017 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
12018 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
12019 Vmac_pass_control_to_system.
12020
12021 2002-08-10 Kenichi Handa <handa@etl.go.jp>
12022
12023 * coding.c (unencodable_char_position): New function.
12024 (Funencodable_char_position): New function.
12025 (syms_of_coding): Defsubr Funencodable_char_position.
12026
12027 2002-08-10 Andrew Choi <akochoi@shaw.ca>
12028
12029 * mac.c (sys_select) [MAC_OSX]: New function.
12030
12031 * macterm.c (MakeMeTheFrontProcess): New function.
12032 (mac_initialize): Call MakeMeTheFrontProcess.
12033
12034 * s/darwin.h: Define select to sys_select.
12035
12036 2002-08-09 Richard M. Stallman <rms@gnu.org>
12037
12038 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
12039
12040 2002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
12041
12042 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
12043 end of the buffer.
12044
12045 2002-08-08 Ken Raeburn <raeburn@mit.edu>
12046
12047 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
12048
12049 * puresize.h (BASE_PURESIZE): Increase to 910000.
12050
12051 2002-08-08 Kenichi Handa <handa@etl.go.jp>
12052
12053 * coding.c (Ffind_operation_coding_system): For write-region, if
12054 VISIT is a filename, make it the target.
12055
12056 2002-08-07 Richard M. Stallman <rms@gnu.org>
12057
12058 * alloc.c (mark_object): Detect long lists for debugging.
12059 (mark_object_loop_halt): New variable.
12060
12061 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
12062
12063 * data.c (Fmake_variable_frame_local): Doc fix.
12064
12065 2002-08-01 David Ponce <david@dponce.com>
12066
12067 * w32menu.c (local_heap, local_alloc, local_free): New macros.
12068 (malloc_widget_value, free_widget_value)
12069 (w32_free_submenu_strings): Use them.
12070
12071 (push_submenu_start, push_submenu_end, push_left_right_boundary)
12072 (push_menu_pane, push_menu_item, single_keymap_panes)
12073 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
12074 (single_submenu, set_frame_menubar)
12075 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
12076
12077 (Fx_popup_menu): Don't show pop up menu until preceding one is
12078 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
12079
12080 * w32menu.c: Changes adapted from xmenu.c
12081 (set_frame_menubar): First parse all submenus,
12082 then make widget_value trees from them.
12083 Don't allocate any widget_value objects
12084 until we are done with the parsing.
12085 (parse_single_submenu): New function.
12086 (digest_single_submenu): New function.
12087 (single_submenu): Function deleted, replaced by those two.
12088
12089 2002-08-04 Andrew Choi <akochoi@shaw.ca>
12090
12091 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
12092 returns a valid window pointer before proceeding for keyDown and
12093 autoKey events.
12094
12095 2002-08-03 Andrew Choi <akochoi@shaw.ca>
12096
12097 * macterm.c (USE_CARBON_EVENTS): New macro.
12098 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
12099 (x_iconify_frame): Call CollapseWindow.
12100 (Vmac_reverse_ctrl_meta): New variable.
12101 (Vmac_wheel_button_is_mouse_2): New variable.
12102 (init_mac_drag_n_drop): New function.
12103 (mac_do_receive_drag): New function.
12104 (mac_handle_service_event): New function.
12105 (init_service_handler): New function.
12106 (mac_to_emacs_modifiers): New function.
12107 (mac_event_to_emacs_modifiers): New function.
12108 (mac_get_mouse_btn): New function.
12109 (mac_convert_event_ref): New function.
12110 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
12111 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
12112 mac_get_mouse_btn.
12113 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
12114
12115 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
12116 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
12117 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
12118 TOOL_BAR_EVENT for MAC_OS as well.
12119 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
12120 as for WINDOWS_NT.
12121 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
12122
12123 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
12124
12125 2002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
12126
12127 * xdisp.c (forward_to_next_line_start): Fix a condition that
12128 lead to a newline being skipped.
12129
12130 2002-08-02 Andrew Choi <akochoi@shaw.ca>
12131
12132 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
12133
12134 2002-08-01 Richard M. Stallman <rms@gnu.org>
12135
12136 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
12137
12138 2002-07-31 Andrew Choi <akochoi@shaw.ca>
12139
12140 * macfns.c: #undef init_process before #define-ing it.
12141
12142 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
12143 HAVE_CARBON is defined.
12144
12145 2002-07-31 Richard M. Stallman <rms@gnu.org>
12146
12147 * xmenu.c (set_frame_menubar): First parse all submenus,
12148 then make widget_value trees from them.
12149 Don't allocate any widget_value objects
12150 until we are done with the parsing.
12151 (parse_single_submenu): New function.
12152 (digest_single_submenu): New function.
12153 (single_submenu): Function deleted, replaced by those two.
12154
12155 2002-07-30 Juanma Barranquero <lektu@terra.es>
12156
12157 * w32proc.c (syms_of_ntproc): Fix docstring of
12158 `w32-get-true-file-attributes'.
12159
12160 2002-07-28 Richard M. Stallman <rms@gnu.org>
12161
12162 * s/hpux8.h (HPUX8): Define this before including hpux.h.
12163 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
12164
12165 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
12166
12167 * keyboard.c (make_lispy_event):
12168 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
12169 Explicitly clear up_modifier in event->modifiers.
12170
12171 2002-07-27 Richard M. Stallman <rms@gnu.org>
12172
12173 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
12174
12175 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
12176 for bar cursor.
12177
12178 2002-07-26 Kenichi Handa <handa@etl.go.jp>
12179
12180 * coding.c (detect_coding_iso2022): While checking a byte sequence
12181 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
12182 it in the normal loop.
12183
12184 2002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
12185
12186 * xterm.c (expose_overlaps): New function.
12187 (expose_window): Use it to fix the display of overlapping rows.
12188
12189 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
12190
12191 2002-07-23 Ken Raeburn <raeburn@gnu.org>
12192
12193 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
12194 since it only depends on XUINT.
12195
12196 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
12197 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
12198 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
12199 Macros deleted.
12200
12201 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
12202 its value over other approaches.
12203 * sysdep.c (start_of_data): Don't define the function if a macro
12204 form has been defined.
12205
12206 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
12207
12208 * xdisp.c (redisplay_updating_p): New variable.
12209 (init_iterator): Don't free realized faces when
12210 redisplay_updating_p is set.
12211 (redisplay_internal): Set redisplay_updating_p while updating
12212 the display.
12213
12214 2002-07-23 Richard M. Stallman <rms@gnu.org>
12215
12216 * editfns.c (Fmessage): Treat "" like nil.
12217
12218 2002-07-23 Kenichi Handa <handa@etl.go.jp>
12219
12220 * xdisp.c (face_before_or_after_it_pos):
12221 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
12222
12223 2002-07-22 Juanma Barranquero <lektu@terra.es>
12224
12225 * callproc.c (init_callproc) [DOS_NT]:
12226 Initialize Vshared_game_score_directory to nil.
12227 (syms_of_callproc) [DOS_NT]: Likewise.
12228
12229 2002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
12230
12231 * xdisp.c (display_line): Replace an abort with xassert.
12232
12233 2002-07-21 Richard M. Stallman <rms@gnu.org>
12234
12235 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
12236 and END_UNCHANGED when setting buffer_unchanged_p.
12237 Use current_matrix_up_to_date_p to decide whether to use
12238 try_cursor_movement.
12239
12240 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
12241
12242 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
12243
12244 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
12245 Set to nil if dir does not exist.
12246 (syms_of_callproc): Init unconditionally and simply.
12247
12248 * buffer.c (Fbuffer_list): Doc fix.
12249
12250 2002-07-21 Ken Raeburn <raeburn@gnu.org>
12251
12252 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
12253
12254 * buffer.c (mmap_realloc): When shrinking, make sure number of
12255 pages to unmap is rounded towards zero.
12256
12257 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
12258 (XSETINT): Deleted.
12259
12260 * m/att3b.h (XINT): Don't define.
12261 (VALBITS, VALMASK, XTYPE): Deleted.
12262 (DATA_SEG_BITS): Define.
12263 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
12264 ARRAY_MARK_FLAG): Deleted.
12265 (DATA_SEG_BITS): Define.
12266 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
12267 (DATA_SEG_BITS): Define.
12268
12269 2002-07-20 Richard M. Stallman <rms@gnu.org>
12270
12271 * print.c (print_error_message): New args CONTEXT and CALLER.
12272 Calls changed.
12273
12274 * lisp.h (print_error_message): Declare new args.
12275
12276 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
12277 and CONTEXT to print_error_message, don't print them here.
12278 For a Quit, don't use Vsignaling_function.
12279 Call message_log_maybe_newline.
12280
12281 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
12282
12283 2002-07-20 Kim F. Storm <storm@cua.dk>
12284
12285 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
12286
12287 2002-07-19 Ken Raeburn <raeburn@gnu.org>
12288
12289 * bytecode.c (struct byte_stack): Pointers into byte string now
12290 point to const.
12291 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
12292 const.
12293 * charset.h (BCOPY_SHORT): Source pointer now points to const.
12294 * coding.c (encode_eol, detect_coding, detect_eol):
12295 (decode_coding, encode_coding, detect_coding_system):
12296 Source strings now treated as const.
12297 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
12298 modify Lisp string contents.
12299 * coding.h (decode_coding, encode_coding, detect_coding,
12300 detect_eol): Declarations updated.
12301 * composite.c (compose_chars_in_text): Treat Lisp string contents
12302 as const.
12303 * dispnew.c (safe_bcopy): Source pointer now points to const.
12304 * lisp.h (STRING_COPYIN): New macro.
12305 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
12306 (internal_with_output_to_temp_buffer): Declarations updated.
12307 * print.c (temp_output_buffer_setup):
12308 (internal_with_output_to_temp_buffer): Buffer name argument is now
12309 pointer to const.
12310 * sound.c (struct sound_device): Function pointer field "write"
12311 buffer argument now points to const.
12312 (vox_write): Buffer argument points to const.
12313 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
12314 contents as const.
12315 * sysdep.c (emacs_write): Buffer pointer now const.
12316 * term.c (encode_terminal_code): Buffer pointer now const.
12317 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
12318 (x_face_list_fonts, x_update_menu_appearance):
12319 (hash_string_case_insensitive): Treat Lisp string contents as const.
12320
12321 2002-07-19 Juanma Barranquero <lektu@terra.es>
12322
12323 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
12324
12325 * fileio.c (syms_of_fileio): Likewise.
12326 (Ffile_name_as_directory): Fix argument name in docstring.
12327 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
12328
12329 2002-07-18 Richard M. Stallman <rms@gnu.org>
12330
12331 * data.c (Fdefalias): Doc fix.
12332
12333 2002-07-17 Dave Love <fx@gnu.org>
12334
12335 * intervals.h (text_property_stickiness): Use P_.
12336
12337 * ccl.c: Remove `emacs' conditionals.
12338 (ccl_backtrace_table): Fix size spec.
12339 (ccl_driver): Fix type errors.
12340
12341 2002-07-16 Ken Raeburn <raeburn@gnu.org>
12342
12343 * alloc.c (xstrdup, make_string, make_unibyte_string)
12344 (make_multibyte_string, build_string): String pointer args now
12345 point to const.
12346 * charset.c (find_charset_in_text, c_string_width):
12347 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
12348 * fileio.c (report_file_error):
12349 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
12350 (count_combining_before, count_combining_after, insert_1_both):
12351 (insert, insert_and_inherit, insert_string):
12352 (insert_before_markers, insert_before_markers_and_inherit):
12353 * lread.c (intern, oblookup, hash_string):
12354 * minibuf.c (temp_echo_area_glyphs):
12355 * search.c (fast_c_string_match_ignore_case):
12356 * sysdep.c (emacs_open, set_file_times):
12357 * xfaces.c (xstricmp):
12358 * xdisp.c (store_frame_title, string_char_and_length):
12359 (message_dolog, message2, message2_nolog, set_message): Likewise.
12360 (set_message_1): Cast message string argument to const pointer.
12361 * editfns.c (general_insert_function): Insertion function now
12362 takes pointer to const for input data.
12363 * charset.h (find_charset_in_text, c_string_width):
12364 (parse_str_as_multibyte): Declarations updated.
12365 * dispextern.h (xstricmp): Declaration updated.
12366 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
12367 (count_size_as_multibyte, count_combining_before):
12368 (count_combining_after, insert_1, insert_1_both, message_dolog):
12369 (insert, insert_and_inherit, insert_before_markers)
12370 (insert_before_markers_and_inherit, set_message, message2):
12371 (message2_dolog, build_string, make_string, make_unibyte_string):
12372 (make_multibyte_string, intern, oblookup, report_file_error):
12373 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
12374 (emacs_open, xstrdup): Declarations updated.
12375 * systime.h (set_file_times): Declaration updated.
12376
12377 * charset.c (find_charset_in_text, lisp_string_width): Use const
12378 for pointer to lisp string data.
12379 * charset.h (FETCH_STRING_CHAR_ADVANCE):
12380 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
12381 * coding.c (Ffind_coding_systems_region_interval):
12382 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
12383 (Fmake_directory_internal, Fdelete_directory):
12384 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
12385 * fontset.c (font_family_registry, fs_query_fontset):
12386 (list_fontsets):
12387 * frame.c (Fframe_parameter):
12388 * keyboard.c (cmd_error_internal):
12389 * keymap.c (Fdescribe_buffer_bindings):
12390 * lread.c (complete_filename_p, openp):
12391 * minibuf.c (Fminibuffer_complete_word):
12392 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
12393 (face_before_or_after_it_pos, next_element_from_string):
12394 (get_overlay_arrow_glyph_row, display_mode_element):
12395 (decode_mode_spec_coding):
12396 * xterm.c (same_x_server): Likewise.
12397
12398 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
12399 settings of non-existent fields.
12400
12401 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
12402 copy a lisp value.
12403
12404 * lread.c (Fintern_soft): Use string macros instead of
12405 Lisp_String fields.
12406 * keyboard.c (echo_char, parse_modifiers_uncached):
12407 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
12408 * textprop.c (validate_interval_range, interval_of): Likewise.
12409
12410 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
12411
12412 * charset.h (FETCH_STRING_CHAR_ADVANCE)
12413 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
12414 XSTRING()->size_byte.
12415
12416 * lisp.h (SDATA, SREF): Produce rvalue.
12417 (SSET): New macro.
12418 * alloc.c (make_event_array): Use SSET for storing into a string.
12419 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
12420 a string.
12421 * casefiddle.c (casify_object): Use SSET.
12422 * charset.h (FETCH_STRING_CHAR_ADVANCE)
12423 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
12424 address of string contents.
12425 * data.c (Faref): Use SDATA.
12426 (Faset): Use SDATA, SSET.
12427 * dired.c (directory_files_internal): Use SSET.
12428 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
12429 (Fread_file_name): Use SREF, SSET.
12430 * fns.c (concat): Use SSET.
12431 (concat, Fdelete): Use SDATA.
12432 * insdel.c (insert_from_string_1): Use SDATA.
12433 * keyboard.c (Fevent_convert_list): Use SREF.
12434 * lread.c (Fload): Use SDATA, SSET.
12435 * macfns.c (validate_x_resource_name): Use SSET.
12436 * process.c (status_message): Use SSET.
12437 * search.c (wordify): Use SDATA.
12438 (Freplace_match): Use SREF.
12439 * w32fns.c (validate_x_resource_name): Use SSET.
12440 * xfns.c (validate_x_resource_name): Use SSET.
12441 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
12442
12443 2002-07-16 Richard M. Stallman <rms@gnu.org>
12444
12445 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
12446
12447 * xdisp.c (reconsider_clip_changes):
12448 Don't test prevent_redisplay_optimizations_p.
12449 (redisplay_internal): Test prevent_redisplay_optimizations_p
12450 along with clip_changed in some cases.
12451 (try_window_id): Likewise.
12452 (redisplay_window): New local var buffer_unchanged_p.
12453
12454 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
12455
12456 * process.c (create_process): Test USG_SUBTTY_WORKS.
12457 (process_send_signal): Clean up handling of GID.
12458 Detect errors in ioctls meant to set GID.
12459
12460 * window.c (temp_output_buffer_show):
12461 Don't set prevent_redisplay_optimizations_p.
12462
12463 2002-07-15 Juanma Barranquero <lektu@terra.es>
12464
12465 * eval.c (Fdefvaralias): Add docstring argument.
12466
12467 2002-07-15 Ken Raeburn <raeburn@gnu.org>
12468
12469 * lisp.h (STRING_INTERVALS): Produce rvalue.
12470 (STRING_SET_INTERVALS): New macro.
12471 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
12472 * fns.c (Fstring_as_multibyte): Likewise.
12473 * intervals.c (balance_possible_root_interval, delete_interval)
12474 (create_root_interval, copy_intervals_to_string): Likewise.
12475 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
12476 instead of 0.
12477
12478 2002-07-14 Ken Raeburn <raeburn@gnu.org>
12479
12480 * lisp.h (STRING_SET_CHARS): New macro.
12481 (SCHARS, SBYTES): Produce rvalues.
12482 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
12483 * fns.c (concat): Likewise.
12484 * lread.c (read_vector): Likewise.
12485
12486 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
12487 (STRING_SET_UNIBYTE): New macro.
12488 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a
12489 length of -1) changed to use STRING_SET_UNIBYTE.
12490 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
12491 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
12492 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
12493 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
12494 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
12495 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
12496 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
12497 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
12498 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
12499 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
12500 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
12501 STRING_BYTES or indirection changed to SCHARS, SBYTES,
12502 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
12503 unchanged for now.
12504
12505 2002-07-13 Kim F. Storm <storm@cua.dk>
12506
12507 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
12508
12509 2002-07-12 Richard M. Stallman <rms@gnu.org>
12510
12511 * fileio.c (Fwrite_region): Doc fix.
12512
12513 * print.c (print_error_message): Don't handle Vsignaling_function here.
12514
12515 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
12516 (command_loop_1): Avoid certain actions after memory-full error.
12517
12518 * eval.c (Fsignal): Don't call cancel_hourglass.
12519 For a memory-full error, don't call Vsignal_hook_function
12520 and don't set Vsignaling_function.
12521
12522 * process.c (process_send_signal): Add abort call.
12523
12524 2002-07-11 Markus Rost <rost@math.ohio-state.edu>
12525
12526 * keymap.c (Fkey_binding): Fix typo.
12527
12528 2002-07-11 Richard M. Stallman <rms@gnu.org>
12529
12530 * alloc.c (Vmemory_full): New variable.
12531 (Vmemory_signal_data): Renamed from memory_signal_data.
12532 Uses changed.
12533 (syms_of_alloc): Defvar them.
12534 (memory_full, buffer_memory_full): Set Vmemory_full.
12535
12536 * lisp.h (Vmemory_full): Add declaration.
12537 (current_column, indented_beyond_p): Change declaration.
12538
12539 * indent.c (last_known_column): Declare as double, not float.
12540 (current_column, current_column_1, string_display_width)
12541 (position_indentation): Return `double'.
12542 (indented_beyond_p): Arg `column' is `double'. Callers changed.
12543
12544 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
12545 (back_to_previous_visible_line_start)
12546 (reseat_at_next_visible_line_start, next_element_from_buffer):
12547 Use `double', not `float', when calling indented_beyond_p.
12548
12549 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
12550
12551 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
12552
12553 2002-07-11 Juanma Barranquero <lektu@terra.es>
12554
12555 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
12556 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
12557 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
12558 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
12559 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
12560 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
12561
12562 2002-07-10 Juanma Barranquero <lektu@terra.es>
12563
12564 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE.
12565 All callers changed.
12566
12567 2002-07-09 Stefan Monnier <monnier@cs.yale.edu>
12568
12569 * data.c (Fdefalias): Add an optional `docstring' argument.
12570 (set_internal, Fsetq_default): Use XCAR/XCDR.
12571
12572 * composite.c (HASH_VALUE, HASH_KEY):
12573 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
12574
12575 2002-07-09 Kenichi Handa <handa@etl.go.jp>
12576
12577 * callproc.c (Fcall_process): Fix previous change.
12578
12579 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
12580
12581 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
12582 Add support for hash-tables.
12583 (Ftry_completion): Return t even if the string appears multiple times.
12584
12585 * fns.c (Fnconc): Use XCDR.
12586 (Fprovide): Use CONSP and XCDR.
12587 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
12588 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
12589 (Fmake_hash_table): Accept `:size nil'.
12590 (Fmakehash): Delete: moved to subr.el.
12591 (syms_of_fns): Don't defsubr makehash.
12592
12593 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
12594 (HASH_TABLE_SIZE): Move from fns.c.
12595
12596 2002-07-07 Richard M. Stallman <rms@gnu.org>
12597
12598 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
12599 Instead just return 0 when there is something to be done.
12600 (try_scrolling): If make_cursor_line_fully_visible returns 0,
12601 retry scrolling as if cursor were off the bottom.
12602 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
12603 return CURSOR_MOVEMENT_MUST_SCROLL.
12604 (redisplay_window): If make_cursor_line_fully_visible returns 0,
12605 go to try_to_scroll.
12606
12607 * buffer.c (Fbuffer_local_value): Store current value into its binding
12608 so we get the up-to-date value for the binding that is loaded.
12609
12610 * eval.c (Fdefmacro): Doc fix.
12611
12612 2002-07-05 Dave Love <fx@gnu.org>
12613
12614 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
12615 correctly.
12616
12617 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
12618 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
12619 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
12620 CCL_LookupCharConstTbl.
12621 (syms_of_ccl): Defvar translation-hash-table-vector.
12622
12623 2002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12624
12625 * xdisp.c: Remove unused variable `face'.
12626
12627 2002-07-04 Juanma Barranquero <lektu@terra.es>
12628
12629 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
12630 obsolescence information.
12631
12632 2002-07-03 Andrew Choi <akochoi@shaw.ca>
12633
12634 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
12635 pattern. Search cache first.
12636 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
12637 for Japanese font.
12638 (XLoadQueryFont): Use it.
12639
12640 2002-07-02 Richard M. Stallman <rms@gnu.org>
12641
12642 * keymap.c (Fdefine_key): Doc fix.
12643
12644 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
12645
12646 2002-07-02 Juanma Barranquero <lektu@terra.es>
12647
12648 * keymap.c (syms_of_keymap): Fix typo.
12649
12650 2002-07-01 Andrew Choi <akochoi@shaw.ca>
12651
12652 * s/darwin.h: Define POSIX_SIGNALS.
12653
12654 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
12655 and FSRefMakePath to convert FSSpec returned with Apple Event to
12656 Posix pathname.
12657 (mac_initialize) [TARGET_API_MAC_CARBON]:
12658 Call init_required_apple_events and disable the `Quit' menu item
12659 provided automatically by the Carbon Toolbox.
12660
12661 2002-07-01 Dave Love <fx@gnu.org>
12662
12663 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
12664 for K&R.
12665
12666 * xterm.c: Fix prototype for K&R.
12667
12668 * term.c (costs_set): Declare static, non-initialized for pcc.
12669
12670 2002-07-01 Richard M. Stallman <rms@gnu.org>
12671
12672 * keyboard.c (timer_last_idleness_start_time): New variable.
12673 (timer_start_idle): Set that.
12674 (read_key_sequence): Use that to reset timer_idleness_start_time
12675 to previous value.
12676
12677 * window.c (Frecenter): With arg, set optional_new_start.
12678
12679 * xdisp.c (redisplay_internal): Make optional_new_start really work.
12680
12681 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
12682 buffer for completion.
12683
12684 2002-06-29 Ken Raeburn <raeburn@gnu.org>
12685
12686 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
12687
12688 2002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12689
12690 * keyboard.c (readable_filtered_events): New function that filters
12691 FOCUS_IN_EVENT depending on parameter.
12692 (readable_events): Calls readable_filtered_events, not filtering
12693 FOCUS_IN_EVENT.
12694 (get_filtered_input_pending): New function, filtering parameter passed
12695 to readable_filtered_events.
12696 (get_input_pending): Calls get_filtered_input_pending, not filtering
12697 FOCUS_IN_EVENT.
12698 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
12699 FOCUS_IN_EVENT.
12700
12701 * xterm.h (struct x_output): Add focus_state.
12702
12703 * xterm.c (x_focus_changed): New function.
12704 (x_detect_focus_change): New function.
12705 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
12706 EnterNotify and LeaveNotify to track X focus changes.
12707
12708 2002-06-28 Andreas Schwab <schwab@suse.de>
12709
12710 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
12711
12712 2002-06-27 Kim F. Storm <storm@cua.dk>
12713
12714 * xdisp.c: (mode_line_string_list, mode_line_string_face)
12715 (mode_line_string_face_prop): New variables.
12716 (store_mode_line_string): New function.
12717 (display_mode_element): Use store_mode_line_string to
12718 add mode-line string elements to mode_line_string_list
12719 when mode_line_string_list is non-nil.
12720 (Fformat_mode_line): Now returns propertized string by
12721 default. New arg NO-PROPS to ignore properties.
12722 (decode_mode_spec): Only add two dashes for %- in propertized
12723 mode-line string.
12724 (syms_of_xdisp): Init and staticpro mode_line_string_list.
12725
12726 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
12727
12728 * minibuf.c (minibuffer_completion_contents): Add return type.
12729
12730 2002-06-27 Juanma Barranquero <lektu@terra.es>
12731
12732 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
12733
12734 2002-06-26 Juanma Barranquero <lektu@terra.es>
12735
12736 * fileio.c (read_file_name_cleanup): Add missing return.
12737
12738 2002-06-26 Richard M. Stallman <rms@gnu.org>
12739
12740 * window.c (Frecenter): Don't set force_start flag.
12741
12742 * minibuf.c (do_completion, Fminibuffer_complete_word)
12743 (Fminibuffer_completion_help): Complete just the text before point.
12744 (minibuffer_completion_contents): New function.
12745
12746 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
12747
12748 * frame.c (frames_bury_buffer): Function deleted.
12749
12750 2002-06-25 Miles Bader <miles@gnu.org>
12751
12752 * callint.c (Fcall_interactively): When checking to see if doprnt hit
12753 the end of callint_message, allow for a terminating '\0'.
12754
12755 2002-06-24 Juanma Barranquero <lektu@terra.es>
12756
12757 * w32select.c: Include composite.h
12758
12759 * w16select.c: Likewise.
12760
12761 2002-06-24 Kenichi Handa <handa@etl.go.jp>
12762
12763 * callproc.c (Fcall_process): If code detection is necessary,
12764 call detect_coding directly here.
12765
12766 * coding.c (detect_eol): Preserve coding->cmp_data.
12767
12768 * w16select.c (Fw16_get_clipboard_data):
12769 * w32fns.c (w32_to_x_font):
12770 * w32select.c (Fw32_get_clipboard_data):
12771 * xselect.c (selection_data_to_lisp_data):
12772 * xterm.c (XTread_socket): Disable composition handling.
12773
12774 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
12775
12776 * print.c (temp_output_buffer_setup): Kill all local variables.
12777
12778 2002-06-22 Stefan Monnier <monnier@cs.yale.edu>
12779
12780 * lread.c (Fread): Remove redundant and imprecise declaration.
12781
12782 * xfns.c (check_x_display_info): Use check_x_frame.
12783
12784 * .gdbinit (xprintsym): Use the new `xname' field.
12785 (xsymbol): Use it.
12786
12787 2002-06-22 Jason Rumney <jasonr@gnu.org>
12788
12789 * w32fns.c (file_dialog_callback): New function.
12790 (Fx_file_dialog): Allow selecting directories as well as files.
12791
12792 2002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12793
12794 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
12795 OpenBSD. Add support for mipseb-*-netbsd* machines.
12796
12797 2002-06-17 Andrew Choi <akochoi@shaw.ca>
12798
12799 * macterm.c (mac_scroll_area): Set foreground and backcolor to
12800 black and white before scrolling. Restore frame background and
12801 foreground color after scrolling.
12802 (do_window_update): Call XClearWindow before calling expose_frame.
12803 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
12804 FRAME_FOREGROUND_PIXEL of frame.
12805
12806 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
12807 test Mac command key as <ALT> key.
12808
12809 2002-06-17 Stefan Monnier <monnier@cs.yale.edu>
12810
12811 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
12812
12813 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
12814 Lookup keys in function-key-map immediately so that key-translation-map
12815 can be applied earlier.
12816 Remove function_key_possible and key_translation_possible, replaced
12817 by checking `keytran_start < t'.
12818
12819 * .gdbinit (xsymbol): Use the new `xname' field.
12820
12821 2002-06-17 Andrew Choi <akochoi@shaw.ca>
12822
12823 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
12824 test Mac command key as <ALT> key.
12825
12826 * mac.c (do_applescript): Call initialize_applescript if necessary
12827 when first called. Dispose of result_desc only when there is no error.
12828 (Fdo_applescript): Use %d format specifier instead of %ld.
12829
12830 2002-06-16 Andrew Choi <akochoi@shaw.ca>
12831
12832 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
12833 of FrontWindow for cases keyDown and autoKey.
12834
12835 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
12836 Vdefault_fontset to Monaco with mac-roman coding.
12837
12838 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
12839 init_process before and after inclusion of Carbon/Carbon.h, resp.
12840
12841 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
12842 cursor_gc.
12843 (add_font_name_table_entry): New function.
12844 (init_font_name_table): Use add_font_name_table_entry; add italic,
12845 bold, and bold-italic entries for truetype fonts.
12846
12847 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
12848 for Mac too.
12849 (try_font_list) [MAC_OS]: If no font matches given registry, try
12850 fonts with any registry matching face_family.
12851 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
12852
12853 * s/darwin.h: If autoconf detects the Ncurses library, define
12854 LIBS_TERMCAP to -lncurses to use it.
12855
12856 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
12857
12858 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
12859
12860 2002-06-15 Richard M. Stallman <rms@gnu.org>
12861
12862 * window.c (Fset_window_configuration): Explicitly preserve
12863 the point value that new_current_buffer had at the start.
12864
12865 2002-06-14 Juanma Barranquero <lektu@terra.es>
12866
12867 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
12868 Fix typos.
12869
12870 2002-06-14 Kim F. Storm <storm@cua.dk>
12871
12872 * insdel.c (insert_1_both, insert_from_string_1)
12873 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
12874 insert happened in the end_unchanged region. Otherwise, the
12875 redisplay may be confused and duplicate the last line in the
12876 buffer [seen after save-buffer when require-final-newline==t].
12877
12878 2002-06-13 Jason Rumney <jasonr@gnu.org>
12879
12880 * w32.c (init_environment): Remove EMACSLOCKDIR.
12881 (stat): Swap _S_IFDIR and _S_IFREG.
12882
12883 2002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12884
12885 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
12886 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
12887 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
12888 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
12889 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
12890 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
12891 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
12892 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
12893 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
12894 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
12895 SELECTION_REQUEST_EVENT, selection_clear_event to
12896 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
12897 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
12898 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
12899 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
12900 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
12901 no_event to NO_EVENT.
12902
12903 2002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12904
12905 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
12906
12907 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
12908
12909 * intervals.c (textget): Don't forget to `return'.
12910 (lookup_char_property): Use XCAR/XCDR.
12911
12912 2002-06-12 Juanma Barranquero <lektu@terra.es>
12913
12914 * xdisp.c (Fformat_mode_line): Fix typo.
12915
12916 2002-06-12 Kim F. Storm <storm@cua.dk>
12917
12918 * xdisp.c (Fformat_mode_line): New function.
12919 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
12920 (store_frame_title_char, store_frame_title): Use unconditionally.
12921 (init_xdisp): Defsubr Fformat_mode_line.
12922 Initialize frame_title_buf etc. unconditionally.
12923
12924 2002-06-11 Stefan Monnier <monnier@cs.yale.edu>
12925
12926 * keyboard.c (read_key_sequence):
12927 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
12928 things through those maps after downcasing events.
12929 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
12930 applies after function-key-map.
12931 Make sure that keytran can be done in the middle in the sequence.
12932 Be careful not to throw away events past the one we downcase.
12933
12934 * lread.c (read_integer): Remove unused var `tem'.
12935 (read1): Fix int/Lisp_Object mixup.
12936
12937 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
12938
12939 2002-06-11 Richard M. Stallman <rms@gnu.org>
12940
12941 * keyboard.c (readable_events): Ignore any number of
12942 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
12943
12944 2002-06-09 Miles Bader <miles@gnu.org>
12945
12946 * xfaces.c (Ftty_supports_face_attributes_p): New function.
12947 (parse_rgb_list, tty_lookup_color): New functions.
12948 (tty_defined_color): Use `tty_lookup_color' to do all the work.
12949 (color_distance, Fcolor_distance): New functions.
12950 (TTY_SAME_COLOR_THRESHOLD): New macro.
12951 (Qtty_color_standard_values): New variable.
12952 (syms_of_xfaces): Initialize new vars & functions.
12953
12954 2002-06-08 Colin Walters <walters@verbum.org>
12955
12956 * textprop.c (Vchar_property_alias_alist): New variable.
12957 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
12958
12959 * intervals.c (lookup_char_property): New function for looking up
12960 overlay and text properties, created from textget.
12961 (textget): Use it.
12962
12963 * intervals.h (lookup_char_property): Declare.
12964 (Vchar_property_alias_alist): Declare.
12965
12966 * buffer.c (Foverlay_get): Use lookup_char_property.
12967
12968 2002-06-07 Sam Steingold <sds@gnu.org>
12969
12970 * xselect.c (lisp_data_to_selection_data): Fix last change:
12971 *data_ret is not a Lisp string, while unibyte_string is.
12972
12973 2002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
12974
12975 * xselect.c (lisp_data_to_selection_data): Fix last change:
12976 set size_ret.
12977
12978 2002-06-07 Andreas Schwab <schwab@suse.de>
12979
12980 * m/amdx86-64.h: New file.
12981
12982 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
12983
12984 * fns.c (Fstring_make_unibyte): Doc fix.
12985
12986 * xselect.c (lisp_data_to_selection_data): If the requested type
12987 is STRING, call string_make_unibyte to encode the selected text
12988 as a string.
12989
12990 * window.c (Fset_window_hscroll): Doc fix.
12991
12992 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12993
12994 * fileio.c (choose_write_coding_system):
12995 Call select-safe-coding-system properly.
12996
12997 2002-06-03 Richard M. Stallman <rms@gnu.org>
12998
12999 * xdisp.c (message_with_string): Error if STRING is not a string.
13000
13001 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
13002
13003 * fileio.c (choose_write_coding_system): Pass FILE arg to
13004 Vselect_safe_coding_system_function.
13005
13006 2002-06-03 Ken Raeburn <raeburn@gnu.org>
13007
13008 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
13009
13010 2002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
13011
13012 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
13013 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
13014 * keymap.c (describe_command): Likewise.
13015 * minibuf.c (read_minibuf): Likewise.
13016
13017 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
13018 Cast `current_column' return value to int.
13019 (back_to_previous_visible_line_start)
13020 (reseat_at_next_visible_line_start, next_element_from_buffer):
13021 Cast `indented_beyond_p' 3rd arg to float.
13022
13023 * indent.c (last_known_column): Now a float.
13024 (current_column_1, position_indentation, current_column)
13025 (string_display_width): Return float.
13026 (Fcurrent_column): Cast `current_column' return value to int.
13027 (Fcurrent_indentation): Cast `position_indentation' retval to int.
13028 (indented_beyond_p): Third arg now a float.
13029 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
13030
13031 * lisp.h (current_column): Now returns float.
13032 (indented_beyond_p): 3rd arg now a float.
13033
13034 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
13035
13036 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
13037 is Qcompound_text_with_extensions.
13038
13039 * xselect.c (lisp_data_to_selection_data): Always set selection
13040 type as string if x_encode_text returns streingp non-NULL.
13041
13042 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
13043
13044 2002-05-30 Richard M. Stallman <rms@gnu.org>
13045
13046 * window.c (Fset_window_configuration): Correct the handling
13047 of point in current buffer, to work with multiple windows.
13048
13049 2002-05-29 Colin Walters <walters@verbum.org>
13050
13051 * lread.c (Fread_from_string): Don't depend on order of evaluation
13052 for C function parameters.
13053
13054 2002-05-28 Richard M. Stallman <rms@gnu.org>
13055
13056 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
13057 way for blinked-off state and for a nonselected window.
13058
13059 * window.c (window_scroll_pixel_based): Don't call Fbolp;
13060 instead, see if the new start pos is at beginning of line.
13061
13062 * fileio.c (Fwrite_region): If START is a string, don't
13063 make any annotations.
13064
13065 * eval.c (syms_of_eval): Doc fix.
13066
13067 2002-05-28 Colin Walters <walters@debian.org>
13068
13069 * emacs.c (USAGE1): Add --no-splash.
13070 (standard_args): Ditto.
13071
13072 2002-05-28 Colin Walters <walters@gnu.org>
13073
13074 * lread.c (readchar_count): New variable.
13075 (readchar): Increment it.
13076 (unreadchar): Decrement it.
13077 (read_multibyte): Decrement it.
13078 (Vread_with_symbol_positions): New variable.
13079 (Vread_symbol_positions_list): New variable.
13080 (read_internal_start): New function, created from Fread and
13081 Fread_from_string. Handle Vread_symbol_positions_list and
13082 Vread_with_symbol_positions.
13083 (readevalloop, Fread, Fread_from_string): Use it.
13084 (read1): Use readchar_count to add symbol positions to
13085 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
13086 (syms_of_lread): DEFVAR_LISP and initialize them.
13087
13088 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
13089 (substitute_object_recurse, substitute_object_in_subtree)
13090 (substitute_in_interval): Prototype.
13091 (read_multibyte): Return c if it's less than zero.
13092
13093 2002-05-28 Kim F. Storm <storm@cua.dk>
13094
13095 * fileio.c (Fread_file_name_internal): Added brute-force
13096 speed up for using predicate file-directory-p.
13097
13098 2002-05-28 Kim F. Storm <storm@cua.dk>
13099
13100 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
13101 New variables.
13102 (syms_of_fileio): DEFVAR_LISP them.
13103 (read_file_name_cleanup): New unwind function.
13104 (Fread_file_name_internal): Only return completions satifying
13105 Vread_file_name_predicate. Temporarily unwind protect and rebind
13106 default-directory while checking completions against the predicate.
13107 (Fread_file_name): Added PREDICATE argument. Specbind it to
13108 Vread_file_name_predicate during completion.
13109 Call Vread_file_name_function to read the file name if non-nil.
13110
13111 * lisp.h (Fread_file_name): Now has 6 args.
13112
13113 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
13114 predicate for Fread_file_name when reading directory name.
13115 Supply Qnil for predicate in other calls to Fread_file_name.
13116
13117 2002-05-26 Miles Bader <miles@gnu.org>
13118
13119 * term.c (tty_capable_p): New function.
13120 * dispextern.h (tty_capable_p): New function declaration.
13121 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
13122 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
13123
13124 2002-05-23 Stefan Monnier <monnier@cs.yale.edu>
13125
13126 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
13127 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
13128 (Vwrite_region_annotate_functions): Docstring fix.
13129
13130 2002-05-23 Kim F. Storm <storm@cua.dk>
13131
13132 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
13133 phys_cursor's hpos is overwritten. This is still not completely
13134 correct, as it doesn't really make sense to use hpos at all to
13135 get the cursor glyph (as that is relative to the width of the
13136 characters on the line, which may have changed during the update).
13137
13138 2002-05-22 Jason Rumney <jasonr@gnu.org>
13139
13140 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
13141 Lisp_Object.
13142 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
13143 Use modified enumfont_t struct.
13144
13145 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
13146
13147 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
13148 Handle the `hbar' cursor type.
13149 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
13150
13151 * w32fns.c (Qhbar): New variable.
13152 (x_specified_cursor_type): Use it.
13153
13154 2002-05-21 Ken Raeburn <raeburn@gnu.org>
13155
13156 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
13157 now, when the address is needed.
13158
13159 2002-05-21 Colin Walters <walters@gnu.org>
13160
13161 * Makefile.in (shortlisp): Add font-core.el.
13162
13163 2002-05-20 Richard M. Stallman <rms@gnu.org>
13164
13165 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
13166
13167 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
13168 equivalent key bindings here.
13169
13170 2002-05-20 Ken Raeburn <raeburn@gnu.org>
13171
13172 Change symbol structure to contain a lisp object for the symbol
13173 name:
13174 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
13175 object field named "xname".
13176 (SYMBOL_NAME): New macro.
13177 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
13178 name field.
13179 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
13180 (mark_object, gc_sweep): Use symbol xname field and XSTRING
13181 instead of name field.
13182 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
13183 SYMBOL_NAME instead of XSYMBOL and name field.
13184 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
13185 instead of XSYMBOL and name field.
13186 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
13187 and SYMBOL_NAME instead of XSYMBOL and name field.
13188 * coding.c (Fread_coding_system, code_convert_region1)
13189 (code_convert_string1, code_convert_string_norecord)
13190 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
13191 XSYMBOL and name field.
13192 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
13193 (Fmake_variable_buffer_local, Fmake_local_variable)
13194 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
13195 of XSYMBOL and name field.
13196 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
13197 XSYMBOL and name field.
13198 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
13199 instead of XSYMBOL and name field.
13200 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
13201 XSYMBOL and name field.
13202 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
13203 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13204 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
13205 instead of XSYMBOL and name field.
13206 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
13207 (parse_modifiers, apply_modifiers, Fevent_convert_list)
13208 (parse_solitary_modifier, Fexecute_extended_command):
13209 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13210 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
13211 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
13212 of XSYMBOL and name field.
13213 (describe_command, describe_translation): Use SYMBOL_NAME and
13214 assignment instead of XSYMBOL and name field and XSETSTRING.
13215 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
13216 instead of XSYMBOL and name field.
13217 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
13218 name field and XSETSTRING.
13219 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
13220 of XSYMBOL and name field.
13221 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
13222 assignment instead of XSYMBOL and name field and XSETSTRING.
13223 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
13224 XSTRING instead of XSYMBOL and name field.
13225 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
13226 and XSTRING instead of XSYMBOL and name field.
13227 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
13228 and XSTRING instead of XSYMBOL and name field.
13229 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
13230 XSTRING instead of XSYMBOL and name field.
13231 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
13232 of XSYMBOL and name field.
13233 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
13234 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
13235
13236 2002-05-19 Ken Raeburn <raeburn@gnu.org>
13237
13238 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
13239 and XCDR real rvalues in most configurations.
13240
13241 * buffer.c (fix_overlays_in_range, fix_overlays_before):
13242 Don't take the address of the cdr part of a cons cell; instead, track
13243 the parent cell and call XSETCDR, or set the variable for the head
13244 of the list if we haven't started down the list yet.
13245
13246 2002-05-19 Richard M. Stallman <rms@gnu.org>
13247
13248 * doc.c (reread_doc_file): Don't ask for confirmation.
13249
13250 2002-05-18 Jason Rumney <jasonr@gnu.org>
13251
13252 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
13253 (xbm_load_image): Use it.
13254 (xbm_load): Ditto.
13255 (xbm_read_bitmap_data): Reverted to xfns.c version.
13256 From David Ponce <david@dponce.com>.
13257
13258 2002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
13259
13260 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
13261 2.02 and later.
13262
13263 2002-05-16 Juanma Barranquero <lektu@terra.es>
13264
13265 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
13266
13267 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
13268
13269 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
13270 meaningful test.
13271 (read_char_minibuf_menu_prompt): Fix typo.
13272
13273 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
13274
13275 * eval.c (Fcommandp): Doc fix.
13276
13277 2002-05-13 Stefan Monnier <monnier@cs.yale.edu>
13278
13279 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
13280 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
13281 (Fset_keymap_parent): Gcpro a bit more.
13282 (access_keymap): Gcpro around meta_map call and around the main loop.
13283 (get_keyelt): Gcpro when following indirect references.
13284 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
13285 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
13286 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
13287 Remove useless ad-hoc remap code.
13288
13289 2002-05-13 Richard M. Stallman <rms@gnu.org>
13290
13291 * search.c (search_buffer): Give up boyer moore search if inverse
13292 translation change charset_base.
13293
13294 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
13295
13296 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
13297 characters is carried over from the previous block of text, adjust
13298 coding->produced to account for the extra character.
13299
13300 2002-05-11 Andreas Schwab <schwab@suse.de>
13301
13302 * coding.c (intersection): Keep the elements of the returned list
13303 in the same order as in the first list.
13304
13305 2002-05-11 Kim F. Storm <storm@cua.dk>
13306
13307 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
13308 only update cmm_size if realloc actually succeeds.
13309 Testing with initial size of 2 elements revealed that using
13310 realloc on GNU/Linux would cause a random trap in xmalloc
13311 later on, so I rewrote the code to use malloc/bcopy/free instead
13312 of realloc.
13313
13314 2002-05-10 Jason Rumney <jasonr@gnu.org>
13315
13316 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
13317
13318 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
13319
13320 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
13321 parens, to ensure correct evaluation order.
13322
13323 2002-05-10 Kim F. Storm <storm@cua.dk>
13324
13325 * keymap.c (Vemulation_mode_map_alists): New variable.
13326 (syms_of_keymap): DEFVAR_LISP it.
13327 (current_minor_maps): Process keymap alists in that list before
13328 minor-mode-overriding-map-alist and minor-mode-map-alist.
13329
13330 2002-05-09 Richard M. Stallman <rms@gnu.org>
13331
13332 * search.c (Freplace_match): Doc fix.
13333
13334 2002-05-09 Kim F. Storm <storm@cua.dk>
13335
13336 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
13337 Enlarge cursor rectangle drawn around image with non-zero relief.
13338
13339 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
13340 Enlarge cursor rectangle drawn around image with non-zero relief.
13341
13342 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
13343 Enlarge cursor rectangle drawn around image with non-zero relief.
13344
13345 2002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
13346
13347 * xselect.c (lisp_data_to_selection_data): Don't set selection
13348 type if comes from the Lisp object's car. If the selection
13349 contains a pure ASCII text, always return QSTRING as its type.
13350
13351 2002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13352
13353 * mac.c (mac-cut-function): Doc fix.
13354
13355 2002-05-05 Richard M. Stallman <rms@gnu.org>
13356
13357 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
13358
13359 2002-05-04 Jason Rumney <jasonr@gnu.org>
13360
13361 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
13362 for event-click-count.
13363
13364 * process.c (init_process): Only add server subfeature if we can
13365 use non-blocking I/O.
13366
13367 2002-05-04 Andrew Choi <akochoi@shaw.ca>
13368
13369 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
13370 repeatedly.
13371
13372 2002-05-03 Jason Rumney <jasonr@gnu.org>
13373
13374 * process.c (Fmake_network_process): Only support server sockets
13375 when we can make them non-blocking.
13376
13377 * s/ms-w32.h (HAVE_SELECT): Define.
13378
13379 * w32.h (FILE_NDELAY): New flag.
13380
13381 * w32.c (sys_getpeername, fcntl): New functions.
13382 (_sys_read_ahead): Temporarily block on non-blocking sockets.
13383
13384 * w32proc.c: include sys/file.h.
13385
13386 2002-05-03 Colin Walters <walters@verbum.org>
13387
13388 * callproc.c (Vgame_score_directory): Renamed to
13389 Vshared_game_score_directory.
13390
13391 2002-04-30 Richard M. Stallman <rms@gnu.org>
13392
13393 * s/gnu.h [emacs]: Include stdio.h.
13394 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
13395
13396 * eval.c (do_autoload): Error if called while preparing to dump.
13397
13398 * fns.c (Frequire): Error if need to load while preparing to dump.
13399
13400 2002-04-28 Colin Walters <walters@verbum.org>
13401
13402 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
13403 Default to "~/.emacs.d/games".
13404
13405 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
13406
13407 * lread.c (openp): Change arg exec_only to predicate.
13408 (build_load_history): Use XCAR/XCDR.
13409 (Flocate_file_internal): New fun.
13410 (syms_of_lread): Defsubr it.
13411 (Fload): Update call to openp.
13412
13413 * lisp.h (openp): Update prototype.
13414
13415 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
13416 * w32proc.c (sys_spawnve):
13417 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
13418 * w32.c (check_windows_init_file):
13419 * sound.c (Fplay_sound_internal):
13420 * process.c (Fstart_process):
13421 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
13422 * mac.c (run_mac_command):
13423 * emacs.c (init_cmdargs):
13424 * callproc.c (Fcall_process): Update call to openp.
13425
13426 * textprop.c (remove_properties): Don't use XCAR without CONSP.
13427
13428 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
13429
13430 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13431
13432 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
13433 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
13434
13435 2002-04-28 Richard M. Stallman <rms@gnu.org>
13436
13437 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
13438
13439 * eval.c (Fcommandp): New arg for_call_interactively.
13440 * lisp.h (Fcommandp): Declare new arg.
13441
13442 2002-04-28 Jason Rumney <jasonr@gnu.org>
13443
13444 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
13445
13446 * w32.c (stat, fstat): Use file index information to generate
13447 inodes for directories where available.
13448
13449 2002-04-26 Andrew Choi <akochoi@shaw.ca>
13450
13451 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
13452 [HAVE_CARBON]: Include Mac object files.
13453
13454 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
13455 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
13456 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
13457 MAC_OSX, and MAC_OS instead of macintosh.
13458
13459 * editfns.c [MAC_OS8]: Include stdio.h.
13460
13461 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
13462
13463 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
13464 Apple Monaco.
13465
13466 * process.c (QCfamily, QCfilte): Declare extern.
13467 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
13468 calling select.
13469
13470 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
13471
13472 * tparam.c [MAC_OSX]: Don't define BC and UP.
13473
13474 * config.in [HAVE_CARBON]: Add.
13475
13476 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
13477 Move here from mac/src and mac/inc.
13478
13479 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
13480
13481 2002-04-26 Gerd Moellmann <gerd@gnu.org>
13482
13483 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
13484 Compute phys_cursor_width from the x position returned
13485 by x_draw_glyhs, which is cheaper.
13486 (x_display_and_set_cursor): Compute the buffer-local value
13487 of `cursor-in-non-selected-windows' only when needed.
13488
13489 2002-04-25 Gerd Moellmann <gerd@gnu.org>
13490
13491 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
13492 cursor on a stretch glyph has a width that depends on
13493 x_stretch_cursor_p.
13494
13495 2002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13496
13497 * abbrev.c (abbrev-start-location): Doc fix.
13498
13499 * indent.c (Fvertical_motion): Fix last change.
13500
13501 2002-04-25 Gerd Moellmann <gerd@gnu.org>
13502
13503 * indent.c (Fvertical_motion): Move to the start of the line
13504 containing PT before moving up or down.
13505
13506 2002-04-24 Gerd Moellmann <gerd@gnu.org>
13507
13508 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
13509 case of writing a whole row, more or less analogous to the case of
13510 writing only parts of a row.
13511
13512 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
13513 0 for NO_CURSOR.
13514
13515 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
13516
13517 2002-04-23 Colin Walters <walters@verbum.org>
13518
13519 * buffer.c (syms_of_buffer): Doc fix.
13520
13521 2002-04-23 Gerd Moellmann <gerd@gnu.org>
13522
13523 * xterm.c (notice_overwritten_cursor): Handle the special case
13524 of the cursor being in the first blank non-text line at the
13525 end of a window.
13526
13527 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
13528 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
13529 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
13530 bar cursors only, to make phys_cursor_width contain what its name
13531 suggests.
13532 (notice_overwritten_cursor): Consider the cursor image erased if
13533 the output area intersects the cursor image in y-direction.
13534
13535 2002-04-23 Simon Marshall <simon@gnu.org>
13536
13537 * xfns.c (x_set_mouse_color): Change default for cross_cursor
13538 to XC_hand2.
13539
13540 2002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13541
13542 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
13543
13544 2002-04-22 Kim F. Storm <storm@cua.dk>
13545
13546 * textprop.c (remove_properties): Fixed trap for malformed plist.
13547
13548 2002-04-22 Richard M. Stallman <rms@gnu.org>
13549
13550 * cmds.c (Fend_of_line): Handle intangible text in mid line.
13551
13552 * window.c (make_window): Initialize height_fixed_p,
13553 last_cursor_off_p, and p->cursor_off_p slots.
13554
13555 2002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13556
13557 * fns.c (use-dialog-box): Doc fix.
13558
13559 2002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13560
13561 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
13562 variables `row', `i' and `area'.
13563 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
13564 toolkit library.
13565
13566 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
13567
13568 * xfaces.c (clear_font_table): Don't free the default font of
13569 a frame even if it's on another display.
13570 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
13571 that could be Qt.
13572
13573 2002-04-19 Juanma Barranquero <lektu@terra.es>
13574
13575 * indent.c (Fmove_to_column): Remove unused local variable
13576 `next_boundary_byte'.
13577 (current_column_1): Likewise.
13578
13579 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
13580
13581 * msdos.c (Qhbar): New variable.
13582 (syms_of_msdos): Intern and staticpro it.
13583 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
13584 cursor type.
13585
13586 2002-04-19 Dave Lambert <dlambert@acm.org>
13587
13588 Theses change implement an underscore-like (`hbar') cursor.
13589
13590 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
13591
13592 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
13593 Handle the `hbar' cursor type.
13594 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
13595
13596 * xfns.c (Qhbar): New variable.
13597 (syms_of_xfns): Intern and staticpro it.
13598 (x_specified_cursor_type): Handle `hbar' cursor.
13599
13600 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
13601 not defined.
13602
13603 2002-04-18 Richard M. Stallman <rms@gnu.org>
13604
13605 * textprop.c (remove_properties): New arg LIST allows scanning
13606 either a list or a plist.
13607 (interval_has_some_properties_list): New function, like
13608 interval_has_some_properties using list instead of plist.
13609 All callers changed.
13610 (Fremove_list_of_text_properties): New function.
13611 (syms_of_textprop): Defsubr it.
13612
13613 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
13614
13615 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
13616
13617 2002-04-17 Juanma Barranquero <lektu@terra.es>
13618
13619 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
13620
13621 2002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
13622
13623 * window.c (coordinates_in_window): Don't report on margin area
13624 if its width is zero.
13625
13626 2002-04-16 Jason Rumney <jasonr@gnu.org>
13627
13628 * w32fns.c (Fx_file_dialog): Decode file name before using.
13629
13630 * w32term.c (construct_drag_n_drop): Likewise.
13631
13632 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
13633
13634 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
13635 store load-history in pure space.
13636
13637 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
13638
13639 2002-04-16 Stefan Monnier <monnier@cs.yale.edu>
13640
13641 * xterm.c (Qlatin_1, Qutf_8): New vars.
13642 (syms_of_xterm): Initialize them.
13643 (XTread_socket): Eliminate incorrect optimization that tried to avoid
13644 decoding the output of X*LookupString.
13645 Always use latin-1 to decode the output of XLookupString.
13646 Try Xutf8LookupString if XmbLookupString failed.
13647
13648 * region-cache.c (new_region_cache): Use BEG.
13649
13650 2002-04-16 Gerd Moellmann <gerd@gnu.org>
13651
13652 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
13653 configuration files.
13654 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
13655 returns 0.
13656
13657 2002-04-15 Andreas Schwab <schwab@suse.de>
13658
13659 * config.in: Regenerated using autoheader.
13660
13661 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
13662 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
13663 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
13664 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
13665 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
13666 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
13667 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
13668 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
13669 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
13670 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
13671 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
13672 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
13673 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
13674 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
13675 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
13676 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
13677 STACK_DIRECTION, now set by autoconf.
13678
13679 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13680
13681 * dispnew.c (marginal_area_string): Sort arguments.
13682
13683 * dispextern.h (marginal_area_string): Add prototype.
13684
13685 2002-04-13 Richard M. Stallman <rms@gnu.org>
13686
13687 * fileio.c (Finsert_file_contents):
13688 Don't call temp_output_buffer_setup--do just part, by hand.
13689
13690 * coding.c (run_pre_post_conversion_on_str):
13691 Don't call temp_output_buffer_setup--do just part, by hand.
13692
13693 * keyboard.c (command_loop_1): Don't call start_hourglass
13694 or cancel_hourglass when executing a macro.
13695
13696 * marker.c (count_markers): New function.
13697
13698 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
13699 grow without limit. Move recently used elements to the front.
13700
13701 2002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13702
13703 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
13704
13705 2002-04-12 Gerd Moellmann <gerd@gnu.org>
13706
13707 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
13708 rows marginal areas.
13709 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
13710 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
13711
13712 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
13713
13714 2002-04-12 Dave Love <fx@gnu.org>
13715
13716 * dispnew.c (marginal_area_string): New.
13717
13718 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
13719 (Qleft_margin, Qright_margin): Declare.
13720 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
13721
13722 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
13723 note_mode_line_highlight and extended.
13724
13725 * keyboard.c (Qleft_margin, Qright_margin): Declare.
13726 (make_lispy_event): Deal with mouse events in margins.
13727
13728 2002-04-12 Stefan Monnier <monnier@cs.yale.edu>
13729
13730 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
13731
13732 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
13733 than deactivating the mark if tmm is set to `lambda'.
13734 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
13735 Use a single event for HELP_EVENT.
13736 (Fexecute_extended_command): Save last_point_position.
13737
13738 2002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13739
13740 * lisp.h (Fpropertize): Add prototype.
13741
13742 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
13743
13744 2002-04-10 Colin Walters <walters@verbum.org>
13745
13746 * config.in: Add HAVE_SHARED_GAME_DIR.
13747
13748 * callproc.c: (Vgame_score_directory): New variable.
13749 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
13750
13751 2002-04-10 Richard M. Stallman <rms@gnu.org>
13752
13753 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
13754
13755 2002-04-09 Stefan Monnier <monnier@cs.yale.edu>
13756
13757 * minibuf.c (read_minibuf): Use empty_string.
13758 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
13759 Short-circuit the search as soon as it "failed".
13760 (Fall_completions): Allow lambda forms and lists of strings for alist.
13761 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
13762 when require_match is nil.
13763 (Ftest_completion): Rename from `test_completion' and export to elisp.
13764 Call the predicate also when alist is a list.
13765 Obey Vcompletion_regexp_list.
13766 (do_completion, Fminibuffer_complete_and_exit): Use it.
13767 (Fassoc_string): Rename from `assoc_for_completion'.
13768 Allow list of strings as well and export to elisp.
13769
13770 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
13771
13772 * puresize.h (BASE_PURESIZE): Increase to 900KB.
13773
13774 2002-04-08 Juanma Barranquero <lektu@terra.es>
13775
13776 * w32.c (sys_accept): Don't hide variable `s'.
13777
13778 2002-04-05 Gerd Moellmann <gerd@gnu.org>
13779
13780 * callint.c (Fcall_interactively): Use INTEGERP instead of
13781 NUMBERP for checking Vhistory_length.
13782
13783 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13784
13785 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
13786 Doc fix to reflect it.
13787
13788 2002-04-04 Richard M. Stallman <rms@gnu.org>
13789
13790 * xdisp.c (display_mode_element): New arg RISKY.
13791 Disregard text props found or specified within a variable
13792 that isn't marked risky-local-variable.
13793 (Qrisky_local_variable): New variable.
13794 (syms_of_xdisp): Init and staticpro it.
13795
13796 2002-04-04 Stefan Monnier <monnier@cs.yale.edu>
13797
13798 * undo.c (record_point): New fun.
13799 (record_delete, record_insert): Use it.
13800
13801 2002-04-03 Juanma Barranquero <lektu@terra.es>
13802
13803 * doc.c (Fdocumentation): Add missing parentheses.
13804 (Fdocumentation_property): Likewise.
13805
13806 2002-04-03 Stefan Monnier <monnier@cs.yale.edu>
13807
13808 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
13809 data is 0, just return nil.
13810
13811 2002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
13812
13813 * msdos.c (syms_of_msdos): Fix last change with
13814 mouse_autoselect_window.
13815
13816 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13817
13818 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
13819 mouse_autoselect_window.
13820
13821 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
13822
13823 * keyboard.c (make_lispy_event): Handle unknown keysyms together
13824 with system-specific keysyms. Use it also for unknown function keys.
13825
13826 * doc.c (reread_doc_file): Return whether reload was attempted.
13827 (Fdocumentation, Fdocumentation_property): Don't try to reload
13828 if the doc is 0 and only ask once.
13829
13830 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
13831
13832 2002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
13833
13834 * keyboard.c (read_char): If the event was Qselect_window,
13835 restore timer_idleness_start_time to its previous value.
13836
13837 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
13838
13839 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
13840
13841 * region-cache.c (new_region_cache): Use BEG.
13842
13843 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
13844 Use BEG and BEG_BYTE.
13845
13846 * doc.c (get_doc_string): Return nil if the location is wrong.
13847 (reread_doc_file): New fun.
13848 (Fdocumentation, Fdocumentation_property):
13849 Call it if get_doc_string fails.
13850 (Fsnarf_documentation): Make it work for a dumped Emacs.
13851
13852 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
13853 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
13854
13855 * charset.c (Fstring): Allow 0 arguments.
13856
13857 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
13858
13859 * process.c (DATAGRAM_CONN_P, list_processes_1)
13860 (Fprocess_datagram_address, Fset_process_datagram_address)
13861 (Fset_network_process_options, server_accept_connection):
13862 Fix some int/Lisp_Object confusions (thank you union types).
13863
13864 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13865
13866 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
13867
13868 * w32term.c: Likewise.
13869 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
13870
13871 * keyboard.c (Qselect_window): New symbol.
13872 (head_table): Use it.
13873 (keys_of_keyboard): Bound select-window event to handle-select-window.
13874 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
13875
13876 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
13877 (last_window): New variable.
13878 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
13879 (note_mouse_movement): Remove reimplemented code in #if 0.
13880 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
13881 Emacs windows.
13882
13883 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
13884
13885 2002-03-31 Gerd Moellmann <gerd@gnu.org>
13886
13887 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
13888 Callers changed.
13889
13890 2002-03-30 Richard M. Stallman <rms@gnu.org>
13891
13892 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
13893 loop whenever it stops making progress.
13894
13895 * widget.c (set_frame_size): Don't call change_frame_size.
13896
13897 2002-03-30 Gerd Moellmann <gerd@gnu.org>
13898
13899 * dispnew.c (direct_output_for_insert):
13900 Call mark_window_display_accurate.
13901
13902 2002-03-29 Jason Rumney <jasonr@gnu.org>
13903
13904 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
13905
13906 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
13907
13908 * Makefile.in (lread.o): Depend on coding.h.
13909
13910 * lread.c (openp, Fload): Encode the file name before passing it
13911 to `stat', `access', and `emacs_open'.
13912 (openp): GCPRO the encoded file name. Don't recompute Lisp
13913 strings unnecessarily.
13914
13915 2002-03-29 Kim F. Storm <storm@cua.dk>
13916
13917 * fns.c (Flax_plist_put): Doc fix.
13918
13919 2002-03-28 Miles Bader <miles@gnu.org>
13920
13921 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
13922
13923 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13924
13925 * process.c (set-network-process-options): Add usage.
13926 (make-network-process): Doc fix.
13927
13928 2002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
13929
13930 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
13931
13932 2002-03-26 Richard M. Stallman <rms@gnu.org>
13933
13934 * fns.c (Fsubstring_no_properties): New function.
13935 (Flax_plist_get, Flax_plist_put): New functions.
13936 (syms_of_fns): defsubr them.
13937
13938 * xdisp.c (update_menu_bar): Test only update_mode_lines;
13939 don't test or alter w->update_mode_line.
13940
13941 * window.c (Fdisplay_buffer): Doc fix.
13942
13943 2002-03-24 Richard M. Stallman <rms@gnu.org>
13944
13945 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
13946
13947 2002-03-24 Gerd Moellmann <gerd@gnu.org>
13948
13949 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
13950 (Fdefmacro): Handle `(declare ...)'.
13951 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
13952 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
13953
13954 2002-03-24 Jason Rumney <jasonr@gnu.org>
13955
13956 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
13957 (xbm_file_p): Add prototypes.
13958 (xbm_format, xbm_image_p): Sync with xfns.c.
13959 (reflect_byte): New function.
13960 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
13961 (xbm_load_image): Create bitmaps with a depth of 1.
13962 (init_xfns): Enable XBM images.
13963
13964 2002-03-23 Jason Rumney <jasonr@gnu.org>
13965
13966 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
13967 correctly. Do not pass up_modifier to keyboard buffer.
13968
13969 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
13970
13971 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
13972
13973 * Makefile.in (bootstrapclean): New target.
13974 (bootstrap-temacs, bootstrap-doc): Remove.
13975 (bootstrap-emacs): Use a bog-standard `temacs'.
13976 Don't bother to build a DOC file.
13977
13978 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
13979
13980 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
13981 in temacs even if !CANNOT_DUMP.
13982 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
13983
13984 * alloc.c (check_pure_size): Only output a warning.
13985
13986 2002-03-22 Jason Rumney <jasonr@gnu.org>
13987
13988 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
13989 supported.
13990
13991 * w32term.c (zv_bits): Declare as short, for word alignment.
13992 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
13993 (syms_of_w32term): Define x-use-underline-position-properties.
13994
13995 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
13996 (clear_image_cache): Block input, fix logic, clear matrices in
13997 all frames that share this cache.
13998
13999 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
14000
14001 * emacs.c (main): Update the Copyright year in the blurb printed
14002 by "emacs --version".
14003
14004 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
14005
14006 * xterm.c (XTread_socket): If XK_ISO_Lock and
14007 XK_ISO_Last_Group_Lock are defined, handle keysyms between
14008 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
14009
14010 2002-03-21 Kim F. Storm <storm@cua.dk>
14011
14012 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
14013 menu-bar bindings in keymap and local-map properties _are_ used.
14014 But try keymap property first in accordance with 2002-01-03 patch.
14015 Added comment describing why this is not always reliable.
14016 (tool_bar_items): Ditto for tool-bar.
14017
14018 2002-03-21 Jason Rumney <jasonr@gnu.org>
14019
14020 * w32fns.c (x_clear_image_1): Disable color table code.
14021
14022 2002-03-21 Kim F. Storm <storm@cua.dk>
14023
14024 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
14025 removed the wrong version of the DEFUN macro; fixed it.
14026
14027 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
14028 Fmember rather than Fmemq).
14029 (Fprovide): Check that subfeatures is a list.
14030
14031 * process.c (QCfeature, QCdatagram): Removed variables.
14032 (QCtype, Qdatagram): New variables.
14033 (network_process_featurep): Removed function.
14034 (Fmake_network_process): Removed :feature check.
14035 Use :type 'datagram instead of :datagram t to create a datagram
14036 socket. This allows us to add other connection types (e.g. raw
14037 sockets) later in a consistent manner.
14038 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
14039 supported subfeatures for feature make-network-process.
14040 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
14041 Intern and staticpro QCtype and Qdatagram.
14042 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
14043
14044 * xfns.c: (QCtype): Remove duplicate declaration and
14045 initialization (is now declared in process.c).
14046
14047 * w32fns.c: (QCtype): Remove duplicate declaration and
14048 initialization (is now declared in process.c).
14049
14050 2002-03-21 Richard M. Stallman <rms@gnu.org>
14051
14052 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
14053 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
14054 when jumping to `fail' to avoid undoing reg changes in the
14055 last iteration of the loop.
14056 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
14057
14058 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
14059 Depend on process.h.
14060
14061 2002-03-20 Jason Rumney <jasonr@gnu.org>
14062
14063 Most of the following changes are still conditional on HAVE_IMAGES
14064 which is not set by default on Windows.
14065
14066 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
14067
14068 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
14069 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
14070 (four_corners_best, x_clear_image_1, x_clear_image)
14071 (x_alloc_image_color, postprocess_image)
14072 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
14073 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
14074 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
14075
14076 * w32gui.h (struct XImage): Define.
14077
14078 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
14079 extract mouse co-ordinates.
14080
14081 2002-03-20 Jason Rumney <jasonr@gnu.org>
14082
14083 * w32.c (init_winsock): Dynamically load new server and UDP
14084 socket functions.
14085 (socket_to_fd): New function.
14086 (sys_socket): Use it.
14087 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
14088 (sys_recvfrom, sys_sendto): New wrapper functions.
14089
14090 * process.c (QCfamily, QCfilter): Remove duplicate declaration
14091 and initialization.
14092
14093 * makefile.w32-in (LIBS): Remove $(WSOCK32).
14094
14095 2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
14096
14097 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
14098 Don't use "sun" as a variable, it's a predefined constant on Sun
14099 machines.
14100
14101 2002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14102
14103 * bytecode.c (Fbyte_code): Revert last change.
14104
14105 2002-03-19 Kim F. Storm <storm@cua.dk>
14106
14107 * makefile.w32-in (LIBS): Add $(WSOCK32).
14108 From David Ponce <dponce@voila.fr>.
14109
14110 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14111
14112 * process.c (wait_reading_process_input): Move variables `pname'
14113 and `pnamelen' down where they are used.
14114
14115 * bytecode.c (Fbyte_code): Discard unused computed value to
14116 prevent gcc warning.
14117
14118 * lisp.h (Fplist_member): Add prototype.
14119
14120 2002-03-18 Kim F. Storm <storm@cua.dk>
14121
14122 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
14123 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
14124
14125 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
14126 Remove explicit GNU_LINUX settings for datagram support.
14127
14128 2002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14129
14130 * process.c (Fmake_network_process): Remove unused variable `sa'.
14131 Doc fix. Add usage:.
14132 (set_socket_options): Remove unused variables `optnum' and `opttype'.
14133
14134 2002-03-17 Richard M. Stallman <rms@gnu.org>
14135
14136 * xdisp.c (cursor_type_changed): New variable.
14137 (redisplay_internal): Redisplay all windows if cursor_type_changed.
14138 Clear it when clearing windows_or_buffers_changed.
14139 (try_cursor_movement, redisplay_window, try_window_id)
14140 (try_window_reusing_current_matrix): Test cursor_type_changed
14141 along with windows_or_buffers_changed.
14142
14143 * window.h (cursor_type_changed): New variable.
14144
14145 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
14146 not update_mode_lines, and always set it to 1.
14147
14148 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
14149 if no frames needed redrawing.
14150
14151 2002-03-17 Kim F. Storm <storm@cua.dk>
14152
14153 The following changes add support for network server processes,
14154 datagram connections, and local (unix) sockets.
14155
14156 * process.h (struct Lisp_Process): New member log.
14157 Doc fix: Member command used to indicate stopped network process.
14158 Doc fix: Member childp contains plist for network process.
14159 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
14160
14161 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
14162 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
14163 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
14164 New variables.
14165 (NETCONN1_P): New macro.
14166 (DATAGRAM_SOCKETS): New conditional symbol.
14167 (datagram_address): New array.
14168 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
14169 (status_message): Use concat3.
14170 (Fprocess_status): Add `listen' status to doc string. Return `stop'
14171 for a stopped network process.
14172 (Fset_process_buffer): Update contact plist for network process.
14173 (Fset_process_filter): Ditto. Don't enable input for stopped
14174 network processes. Server must listen, even if filter is t.
14175 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
14176 New functions.
14177 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
14178 (Fprocess_contact): Added KEY argument. Handle datagrams.
14179 (list_processes_1): Optionally show only processes with the query
14180 on exit flag set. Dynamically adjust column widths. Omit tty
14181 column if not needed. Report stopped network processes.
14182 Identify server and datagram network processes.
14183 (Flist_processes): New optional arg `query-only'.
14184 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
14185 (conv_lisp_to_sockaddr, set_socket_options)
14186 (network_process_featurep, unwind_request_sigio): New helper functions.
14187 (Fprocess_datagram_address, Fset_process_datagram_address):
14188 (Fset_network_process_options): New lisp functions.
14189 (Fopen_network_stream): Removed. Now defined in simple.el.
14190 (Fmake_network_process): New lisp function. Code is based on previous
14191 Fopen_network_stream, but heavily reworked with new property list based
14192 argument list, support for datagrams, server processes, and local
14193 sockets in addition to old client-only functionality.
14194 (server_accept_connection): New function.
14195 (wait_reading_process_input): Use it to handle incoming connects.
14196 Do not enable input on a new connection if process is stopped.
14197 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
14198 (send_process): Handle datagram sockets.
14199 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
14200 network process is indicated by setting command field to t .
14201 (Fprocess_send_eof): No-op if datagram connection.
14202 (Fstatus_notify): Don't read input for a stream server socket or a
14203 stopped network process.
14204 (init_process): Initialize datagram_address array.
14205 (syms_of_process): Intern and staticpro new variables, defsubr new
14206 functions.
14207
14208 2002-03-16 Jason Rumney <jasonr@gnu.org>
14209
14210 * w32fns.c (w32_to_all_x_charsets): Return correct type in
14211 startup case.
14212
14213 2002-03-16 Richard M. Stallman <rms@gnu.org>
14214
14215 * xdisp.c (redisplay_internal, redisplay_windows):
14216 Use list_of_error to call internal_condition_case_1.
14217 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
14218 so as to catch all errors with no possibility of debugger redisplay.
14219 (list_of_error): New variable.
14220 (syms_of_xdisp): Init and staticpro it.
14221
14222 * print.c (print_object): Delete `\ ' from printed rep of frame.
14223
14224 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
14225
14226 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
14227 until its implementation is fixed.
14228
14229 2002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14230
14231 * xfns.c (png_load): Remove unused variable `gamma_str'.
14232
14233 2002-03-14 Richard M. Stallman <rms@gnu.org>
14234
14235 * xfns.c (x_real_positions): Handle failure in XQueryTree.
14236
14237 2002-03-14 Miles Bader <miles@gnu.org>
14238
14239 * intervals.c (adjust_for_invis_intang): New function.
14240 (set_point_both): Use `adjust_for_invis_intang' to do most of the
14241 work for dealing with invisible+intangible regions. Do so before
14242 and after both forward and backward movements, to handle both
14243 front-sticky and rear-sticky cases.
14244 * textprop.c (text_property_stickiness): Function moved here from
14245 `editfns.c'.
14246 * intervals.h (text_property_stickiness): New declaration.
14247 * editfns.c (char_property_eq): Function removed.
14248 (text_property_stickiness): Function moved to `textprop.c'.
14249
14250 2002-03-13 Jason Rumney <jasonr@gnu.org>
14251
14252 * config.in: Add STRFTIME_NO_POSIX2.
14253
14254 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
14255 and %OX when underlying strftime does not.
14256
14257 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
14258
14259 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
14260 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
14261 line) to avoid annoying flicker.
14262 (xm_scroll_callback): Get rid of the now unnecessary kludge.
14263 (XTread_socket): Mark it static.
14264
14265 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
14266
14267 2002-03-13 Kim F. Storm <storm@cua.dk>
14268
14269 * puresize.h (BASE_PURESIZE): Increase to 775000.
14270
14271 2002-03-12 Juanma Barranquero <lektu@terra.es>
14272
14273 * editfns.c (syms_of_editfns): Fix typo.
14274
14275 2002-03-12 Gerd Moellmann <gerd@gnu.org>
14276
14277 * xsmfns.c: Include stdio.h because termhooks.h needs it.
14278 Include termopt.h for interrupt_input.
14279
14280 2002-03-11 Andreas Schwab <schwab@suse.de>
14281
14282 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
14283
14284 2002-03-11 Gerd Moellmann <gerd@gnu.org>
14285
14286 * xterm.c (note_mouse_movement): Put code for
14287 x_autoselect_window_p in #if 0.
14288
14289 * lread.c (Fload): Don't assume that message_with_string uses the
14290 string it is given like a C string.
14291
14292 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14293
14294 * xterm.h (x_session_check_input, x_session_initialize): Declare.
14295
14296 * xterm.c: (XTread_socket): Add call to x_session_check_input and
14297 x_session_have_connection.
14298 (x_initialize): Add call to x_session_initialize.
14299
14300 * termhooks.h (enum event_kind): Add save_session_event.
14301
14302 * keyboard.c: Add Emacs event save_session_event.
14303
14304 * emacs.c (main): Add call to syms_of_xsmfns.
14305
14306 * lisp.h (syms_of_xsmfns): Declare extern.
14307
14308 * config.in: Add HAVE_X_SM.
14309
14310 * Makefile.in (LIBXT): Add -lSM -lICE
14311 if HAVE_X_SM and not USE_X_TOOLKIT.
14312 (XOBJ): New file xsmfns.c added.
14313
14314 * xsmfns.c: New file for X session management.
14315
14316 2002-03-09 Jason Rumney <jasonr@gnu.org>
14317
14318 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
14319 read-only when setting modified time.
14320
14321 2002-03-08 Gerd Moellmann <gerd@gnu.org>
14322
14323 * xdisp.c (move_it_vertically_backward): At the end of the function,
14324 when moving forward by lines, treat terminal frames specially.
14325
14326 * keyboard.c (echo_char): Make sure to add a separator between
14327 keys even if echo_dash hasn't been called.
14328
14329 * xdisp.c: Use new string macros.
14330 (update_echo_area): Pass number of bytes to message3 instead of
14331 number of chars.
14332 (set_message_1): Don't access a string's size_byte directly.
14333 (decode_mode_spec_coding): Use number of bytes of eoltype string
14334 instead number of chars.
14335
14336 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
14337
14338 2002-03-08 Juanma Barranquero <lektu@terra.es>
14339
14340 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
14341 24-bit.
14342
14343 2002-03-06 Jason Rumney <jasonr@gnu.org>
14344
14345 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
14346
14347 2002-03-06 Gerd Moellmann <gerd@gnu.org>
14348
14349 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
14350 (cancel_echoing, echo_length, echo_truncate): Changed to
14351 work with new kboard definition.
14352 (echo_now): Use message3_nolog instead of message2_nolog.
14353
14354 * alloc.c (mark_kboards): Mark echo_string.
14355
14356 * keyboard.h (ECHOBUFSIZE): Removed.
14357 (struct kboard): Member echoptr removed, member echobuf renamed
14358 to echo_string.
14359
14360 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
14361 message3 instead of message2 to display the message using STRING's
14362 text properties.
14363
14364 2002-03-05 Andreas Schwab <schwab@suse.de>
14365
14366 * xdisp.c (hscroll_margin): Change to EMACS_INT.
14367
14368 2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
14369
14370 * frame.c (default-frame-alist): Explain that setting it doesn't
14371 affect existing frames.
14372
14373 2002-03-05 Stefan Monnier <monnier@cs.yale.edu>
14374
14375 * indent.c (skip_invisible): Fix my brain fart.
14376
14377 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
14378
14379 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
14380
14381 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
14382 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
14383 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
14384 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
14385 and variables to use EMACS_INT instead of just int.
14386
14387 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
14388
14389 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
14390
14391 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
14392 environment, pass it down with corrected value.
14393
14394 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14395
14396 * lread.c (read_filtered_event): Do not call start_hourglass
14397 before returning.
14398
14399 2002-03-04 Juanma Barranquero <lektu@terra.es>
14400
14401 * w32term.c (x_display_and_set_cursor): Fix typo.
14402
14403 2002-03-03 Richard M. Stallman <rms@gnu.org>
14404
14405 * fileio.c (Fmake_temp_name): Doc fix.
14406
14407 2002-03-03 Gary Wong <gtw@gnu.org>
14408
14409 * termcap.c [!emacs]: Replace ospeed for building standalone
14410 libtermcap, for binary compatibility.
14411
14412 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
14413
14414 2002-03-03 Richard M. Stallman <rms@gnu.org>
14415
14416 * xrdb.c (file_p): Rename arg `path' to `filename'.
14417
14418 * abbrev.c (Fexpand_abbrev): Increment plist as use count
14419 only if it is an integer.
14420
14421 * xfns.c (png_load): Set screen_gamma based on f->gamma.
14422 If png_get_sRGB gives an answer, call png_set_gamma
14423 using the default image gamma value.
14424
14425 * lread.c (read1): When reading from a file, default string to
14426 multibyte only if it has some multibyte characters.
14427
14428 * print.c (print_object): Output multibyte chars 128...255
14429 using \x even if ! print_escape_multibyte.
14430
14431 * xdisp.c (display_mode_element): Move the places where
14432 bytepos, charpos, this, and lisp_string are set.
14433 Use lisp_string to set bytepos.
14434
14435 * xdisp.c (redisplay_internal):
14436 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
14437
14438 * xdisp.c (display_mode_element): Merge properties specified with
14439 :propertize onto those that come with the string.
14440
14441 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
14442
14443 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
14444 automatic-hscrolling. Users changed.
14445 <hscroll-margin>: Renamed from automatic-hscroll-margin.
14446 Users changed.
14447 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
14448
14449 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
14450
14451 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
14452
14453 2002-03-02 Kim F. Storm <storm@cua.dk>
14454
14455 * window.c (Fminibuffer_selected_window): New function.
14456 (syms_of_window): Defsubr it.
14457
14458 2002-03-01 Kim F. Storm <storm@cua.dk>
14459
14460 * window.h (struct window): New member phys_cursor_width.
14461
14462 * window.c (make_window, replace_window): Init phys_cursor_width.
14463
14464 * xterm.c (x_display_and_set_cursor): Blink box cursor using
14465 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
14466
14467 * w32term.c (x_display_and_set_cursor): Blink box cursor using
14468 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
14469
14470 * lisp.h (GCPRO6): New macro.
14471
14472 * process.c (Fopen_network_stream): Use GCPRO6.
14473
14474 2002-03-01 Kim F. Storm <storm@cua.dk>
14475
14476 * process.c (Qconnect, Qfailed): New variables.
14477 (syms_of_process): Intern and staticpro them.
14478 (Fprocess_status): Document connect and failed return values.
14479 [NON_BLOCKING_CONNECT]: New conditional.
14480 (connect_wait_mask, num_pending_connects): New variables.
14481 (status_message): Convert Qfailed status.
14482 (Fopen_network_stream): Added support for non-blocking connect.
14483 New optional args: filter, sentinel, non_blocking. Doc updated.
14484 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
14485 (deactivate_process): Handle pending non-blocking connect.
14486 (wait_reading_process_input): Poll for status of non-blocking
14487 connects. Exec sentinel directly when connect succeeds.
14488 (status_notify): Don't read process output if not yet connected.
14489
14490 2002-02-28 Kim F. Storm <storm@cua.dk>
14491
14492 * window.c: (minibuf_selected_window): Renamed from
14493 Vminibuf_selected_window. Users changed.
14494 (syms_of_window): Staticpro it.
14495
14496 2002-02-26 Kim F. Storm <storm@cua.dk>
14497
14498 The following changes add a new Vminibuf_selected_window variable
14499 which is similar to Vminibuf_scroll_window, but which is only set
14500 on entry to the minibuffer (from a non-minibuffer window):
14501
14502 * window.c: (Vminibuf_selected_window): New variable.
14503 (struct save_window_data): New member minibuf_selected_window.
14504 (Fset_window_configuration): Restore Vminibuf_selected_window.
14505 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
14506 Set minibuf_scroll_window member to nil if minibuf_level is 0.
14507 (compare_window_configurations): Compare minibuf_selected_window.
14508
14509 * window.h: (Vminibuf_selected_window): Declare extern.
14510
14511 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
14512 entry to minibuffer or on entry from a non-minibuffer window.
14513
14514 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
14515 Vminibuf_selected_window instead of Vminibuf_scroll_window.
14516
14517 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
14518 instead of Vminibuf_scroll_window when deciding in which window
14519 the region should be highlighted. Consequently, the region remains
14520 highlighteded even when a completion buffer is also displayed.
14521
14522 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
14523
14524 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
14525
14526 * xselect.c (Qcompound_text_with_extensions): Renamed from
14527 Qcompound_text_no_extensions.
14528 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
14529
14530 2002-02-26 Juanma Barranquero <lektu@terra.es>
14531
14532 * w32proc.c (syms_of_ntproc): Doc fix.
14533
14534 2002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14535
14536 * intervals.h: Include "dispextern.h" unconditionally.
14537
14538 2002-02-24 Jason Rumney <jasonr@gnu.org>
14539
14540 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
14541 and disp-table.elc.
14542 (lisp): Add emacs-lisp/backquote.elc.
14543
14544 2002-02-24 Kim F. Storm <storm@cua.dk>
14545
14546 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
14547 The validation of the event type was too strict as it didn't
14548 allow string events; buffer names are used in bindings for
14549 menu-bar-select-buffer (see `menu-bar-update-buffers').
14550
14551 2002-02-23 Kim F. Storm <storm@cua.dk>
14552
14553 The following changes rework my patch of 2002-02-06 which
14554 added command remapping by entering the commands directly into
14555 the keymaps. Now, command remapping uses an explicit `remap'
14556 prefix in the keymaps, i.e. [remap COMMAND].
14557
14558 * keymap.c (Qremap, remap_command_vector): New variables.
14559 (is_command_symbol): Removed function.
14560 (Fdefine_key): No longer accept a symbol for KEY.
14561 Added validation of [remap COMMAND] argument for KEY.
14562 The DEF is no longer required to be a symbol when remapping a command.
14563 (Fremap_command): New function to remap command through keymaps.
14564 (Flookup_key): Perform command remapping initiated by
14565 Fremap_command directly for speed.
14566 (Fkey_binding): Use Fremap_command for command remapping.
14567 (where_is_internal): Handle new command remapping representation.
14568 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
14569 staticpro them. Defsubr Fremap_command.
14570
14571 * keymap.h (Fremap_command): Declare extern.
14572 (is_command_symbol): Remove extern.
14573
14574 * keyboard.c (command_loop_1): Use Fremap_command for command
14575 remapping; now try command remapping for all symbols.
14576
14577 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
14578
14579 * coding.h (run_pre_post_conversion_on_str): Add prototype.
14580
14581 2002-02-23 Jason Rumney <jasonr@gnu.org>
14582
14583 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
14584 on the string before encoding it.
14585 (Fw32_get_clipboard_data): Run post-read-conversion on the string
14586 after decoding it.
14587
14588 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
14589
14590 2002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14591
14592 * w32term.c (enter_timestamp): Remove unused static variable to
14593 prevent warning.
14594
14595 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
14596
14597 2002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
14598
14599 * w16select.c (Fw16_get_clipboard_data): Fix last change.
14600
14601 * xselect.c (selection_data_to_lisp_data): Fix last change.
14602
14603 2002-02-22 Jason Rumney <jasonr@gnu.org>
14604
14605 * w32term.h (struct w32_output): New member menu_command_in_progress.
14606
14607 * w32menu.c (menubar_selection_callback): Free the menu and
14608 clear the menu_command_in_progress flag.
14609
14610 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
14611 (menu_free_timer): New variable.
14612 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
14613 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
14614 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
14615 menu command is in progress.
14616 <WM_COMMAND>: Set the menu_command_in_progress flag.
14617 Kill any menu_free_timer that is running.
14618
14619 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
14620 Call ExtTextOutA rather than ExtTextOut.
14621
14622 2002-02-22 Eli Zaretskii <eliz@gnu.org>
14623
14624 * puresize.h (BASE_PURESIZE): Increase to 755000.
14625
14626 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
14627
14628 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
14629 on the string before encoding it.
14630 (Fw16_get_clipboard_data): Run post-read-conversion on the string
14631 after decoding it.
14632
14633 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
14634
14635 Support for ICCCM Extended Segments in X selections:
14636
14637 * xselect.c <Qcompound_text_no_extensions>: New variable.
14638 (syms_of_xselect): Intern and staticpro it.
14639 (selection_data_to_lisp_data): Run post-read-conversion on decoded
14640 selection text.
14641 (lisp_data_to_selection_data): If next-selection-coding-system is
14642 compound-text-no-extensions, set the type of selection to be
14643 compound-text.
14644
14645 * xterm.h (x_encode_text): Update prototype.
14646
14647 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
14648 callers changed. If SELECTIONP is non-zero, run the
14649 pre-write-conversion function before encoding the selection text.
14650
14651 2002-02-21 Kim F. Storm <storm@cua.dk>
14652
14653 * frame.c (syms_of_frame): Change mouse-highlight default to t.
14654
14655 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
14656 Correct composing of language-change event.
14657
14658 2002-02-20 Kim F. Storm <storm@cua.dk>
14659
14660 * keyboard.c (menu_bar_items): Don't include keymap or local-map
14661 bindings at PT when building menu (the menu is not updated often
14662 enough for this to work reliable).
14663 (tool_bar_items): Likewise.
14664 (current_active_maps): Removed unused (and buggy) function.
14665
14666 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14667
14668 * xfns.c (gif_load): Use correct width and height for GIF images.
14669
14670 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
14671
14672 * floatfns.c (Fatan): Accept an optional second arg and call
14673 atan2 if passed 2 args.
14674
14675 2002-02-18 Jason Rumney <jasonr@gnu.org>
14676
14677 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
14678
14679 2002-02-17 Jason Rumney <jasonr@gnu.org>
14680
14681 * w32term.c (x_autoselect_window_p): New variable.
14682 (syms_of_w32term): DEFVAR_BOOL and initialize it.
14683 (note_mouse_movement): Use it.
14684
14685 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
14686
14687 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
14688
14689 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
14690 New variables.
14691 (syms_of_w32fns): Intern and staticpro them.
14692 (x_frame_parms) <"fullscreen">: New parameter.
14693 (x_fullscreen_move, x_set_fullscreen): New functions.
14694 (x_set_frame_parameters): Support Qfullscreen.
14695 (x_real_positions): Save x/y_pixels_diff frame params.
14696 (x_figure_window_size): Support full-screen frames.
14697 (Fx_create_frame): Default the fullscreen parameter.
14698
14699 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
14700 (x_fullscreen_adjust): New functions.
14701 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
14702 fullscreen. Call x_check_fullscreen_move, and set the
14703 want_fullscreen member of output_data.w32
14704 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
14705
14706 * w32term.h: New enum for FULLSCREEN_* constants.
14707 (struct w32_output): New members want_fullscreen, x_pixels_diff,
14708 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
14709 (x-fullscreen-adjust): New prototype.
14710
14711 2002-02-17 Kim F. Storm <storm@cua.dk>
14712
14713 * frame.c: (Vmouse_highlight): New variable.
14714 (syms_of_frame): DEFVAR_LISP it.
14715
14716 * frame.h: (Vmouse_highlight): Declare extern.
14717
14718 * xterm.h (struct x_display_info): Add mouse_face_hidden.
14719
14720 * xterm.c (disable_mouse_highlight): Removed variable.
14721 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
14722 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14723 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
14724 and on after keyboard input.
14725 (x_term_init): Initialize mouse_face_hidden.
14726
14727 * msdos.h (struct display_info): Add mouse_face_hidden.
14728
14729 * msdos.c (disable_mouse_highlight): Removed variable.
14730 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14731 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
14732 (internal_terminal_init): Initialize mouse_face_hidden.
14733 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
14734 and on after keyboard input.
14735
14736 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
14737
14738 * w32term.c (disable_mouse_highlight): Removed variable.
14739 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
14740 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
14741 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
14742 and on after keyboard input.
14743 (w32_initialize_display_info): Initialize mouse_face_hidden.
14744
14745 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
14746
14747 * msdos.c (last_mouse_window): New variable.
14748 (dos_rawgetc): Fix last change--if the mouse is in the same window
14749 as recorded in last_mouse_window, don't select this window.
14750
14751 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
14752
14753 * msdos.c (x_autoselect_window_p): New variable.
14754 (syms_of_msdos): Defvar it.
14755 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
14756 which the last mouse movement occured, unless it is already selected.
14757
14758 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
14759 New variables.
14760 (syms_of_xdisp): DEVFAR them.
14761 (hscroll_window_tree): Use automatic_hscroll_margin and
14762 Vautomatic_hscroll_step to compute the amount of window scrolling.
14763
14764 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14765
14766 * xterm.c (x-autoselect-window): New variable.
14767 (note_mouse_movement): Use it.
14768
14769 * keyboard.c: Do not include "systime.h" twice.
14770
14771 2002-02-15 Andreas Schwab <schwab@suse.de>
14772
14773 * puresize.h (PURESIZE_RATIO): Increase to 9/5.
14774
14775 * alloc.c (NSTATICS): Increase to 1280.
14776
14777 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14778
14779 * alloc.c (NSTATICS): Bump to 1026.
14780
14781 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
14782 (Vx_super_keysym): New variables.
14783 (syms_of_xterm): DEFVAR_LISP them.
14784 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
14785 variables to determine which keys to use for the various modifiers.
14786
14787 2002-02-13 Kim F. Storm <storm@cua.dk>
14788
14789 * window.c: (Vmode_line_in_non_selected_windows): Removed.
14790 (mode_line_in_non_selected_windows): New variable.
14791 (syms_of_window): DEFVAR_BOOL it.
14792
14793 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
14794 Use mode_line_in_non_selected_windows.
14795 (mode_line_in_non_selected_windows): Declare extern.
14796 (Vmode_line_in_non_selected_windows): Removed extern.
14797
14798 2002-02-13 Richard M. Stallman <rms@gnu.org>
14799
14800 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
14801 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
14802 (Fclear_this_command_keys): Doc fixes.
14803
14804 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
14805 (update_face_from_frame_parameter): Increment face_change_count
14806 and windows_or_buffers_changed to force redisplay using changed faces.
14807
14808 * xdisp.c (QCpropertize): New variable.
14809 (mode_line_proptrans_alist): New variable.
14810 (display_mode_element): New arg PROPS; all calls changed.
14811 Implement this, for strings.
14812 Handle literal output of strings by sharing the
14813 main-line code for strings, using local var `literal'.
14814 Handle :propertize feature.
14815 (syms_of_xdisp): Initialze and staticpro QCpropertize and
14816 mode_line_proptrans_alist.
14817
14818 2002-02-11 Kim F. Storm <storm@cua.dk>
14819
14820 * window.c: (Vmode_line_in_non_selected_windows): New variable.
14821 (syms_of_window): DEFVAR_LISP it.
14822
14823 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
14824 (CURRENT_MODE_LINE_FACE_ID): Use it.
14825 (Vmode_line_in_non_selected_windows): Declare extern.
14826
14827 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
14828 to get mode line face.
14829
14830 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
14831
14832 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
14833 variables; cus-start.el doesn't need them anymore.
14834
14835 2002-02-09 Kim F. Storm <storm@cua.dk>
14836
14837 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
14838 reduction. This fixes a display problem where stray newlines were
14839 inserted in the window (corrected by C-l). Clarified code (IMHO).
14840
14841 2002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
14842
14843 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
14844
14845 * xdisp.c (display_mode_lines): Fix last change.
14846
14847 2002-02-09 Jason Rumney <jasonr@gnu.org>
14848
14849 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
14850 match each other.
14851 (w32_load_system_font): Prevent Cleartype fonts from loading.
14852 (Fx_show_tip): Ensure tip frames are above other topmost windows.
14853
14854 2002-02-09 Kim F. Storm <storm@cua.dk>
14855
14856 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
14857 (CURRENT_MODE_LINE_HEIGHT): Use it.
14858 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
14859
14860 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
14861 (pos_visible_p, handle_face_prop): Likewise.
14862 (display_mode_lines): Likewise, but for the real selected window.
14863 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
14864
14865 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
14866 in non-selected windows.
14867 (realize_basic_faces): Realize it.
14868 (syms_of_term): Intern and staticpro it.
14869
14870 2002-02-08 Kim F. Storm <storm@cua.dk>
14871
14872 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
14873 Changed mail addresses to emacs-devel@gnu.org.
14874
14875 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
14876
14877 * fileio.c (Fsubstitute_in_file_name): If the file name includes
14878 ~user, and there's no such user, don't discard everything before ~user.
14879
14880 * floatfns.c (Fround): Doc fix.
14881
14882 2002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14883
14884 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
14885
14886 2002-02-07 Stefan Monnier <monnier@cs.yale.edu>
14887
14888 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
14889
14890 2002-02-07 Kim F. Storm <storm@cua.dk>
14891
14892 * keymap.c (where_is_internal): Only check whether definition is
14893 remapped if it fulfills is_command_symbol.
14894
14895 2002-02-07 Andreas Schwab <schwab@suse.de>
14896
14897 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
14898
14899 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
14900
14901 2002-02-06 Kim F. Storm <storm@cua.dk>
14902
14903 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
14904 defining command remapping. Doc updated.
14905 (Flookup_key): Remap command through keymap if KEY is a symbol.
14906 (is_command_symbol): New function.
14907 (Fkey_binding): Use it. New optional argument NO-REMAP.
14908 Doc updated. Callers changed. Perform command remapping via
14909 recursive call unless that arg is non-nil.
14910 (where_is_internal): New argument no_remap. Callers changed.
14911 Call recursively to find original key bindings for a remapped
14912 comand unless that arg is non-nil.
14913 (Fwhere_is_internal): New optional argument NO-REMAP.
14914 Doc updated. Callers changed. Pass arg to where_is_internal.
14915
14916 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
14917 (is_command_symbol): Added prototype.
14918
14919 * keyboard.c (Vthis_original_command): New variable.
14920 (syms_of_keyboard): DEFVAR_LISP it.
14921 (command_loop_1): Set it, and perform command remapping.
14922
14923 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14924
14925 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
14926
14927 2002-02-06 Jason Rumney <jasonr@gnu.org>
14928
14929 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
14930
14931 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
14932
14933 * charset.c (get_charset_id): Use if-else instead of ?:.
14934
14935 2002-02-06 Richard M. Stallman <rms@gnu.org>
14936
14937 * filelock.c (S_ISLNK): Define if not defined.
14938
14939 2002-02-03 Richard M. Stallman <rms@gnu.org>
14940
14941 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
14942
14943 * lread.c (read1): Redesign strategy for force_multibyte and
14944 force_singlebyte. Now is_multibyte records whether read_buffer
14945 is multibyte. Encountering any multibyte character makes it so.
14946
14947 2002-02-02 Stefan Monnier <monnier@cs.yale.edu>
14948
14949 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
14950 with the same sequence, map that sequence to f10 rather than f0.
14951
14952 2002-02-03 Andreas Schwab <schwab@suse.de>
14953
14954 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
14955 latter never being defined on GNU/Linux.
14956
14957 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14958
14959 * xfaces.c (realize_default_face): Don't set the weight and slant of
14960 the default face to Qnormal, unless these attributes are unspecified.
14961
14962 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14963
14964 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
14965 Call cancel_hourglass unconditionally.
14966
14967 * eval.c (Fsignal): Remove duplicated declaration of
14968 the variable `display_hourglass_p'.
14969
14970 2002-01-31 Richard M. Stallman <rms@gnu.org>
14971
14972 * editfns.c (region_limit): Nicer error message.
14973
14974 * coding.c (decode_composition_emacs_mule):
14975 Give up if NCOMPONENT gets too large to index `component'.
14976
14977 * callint.c (check_mark): New arg to specify clearer error message.
14978 Callers changed.
14979
14980 2002-01-27 Richard M. Stallman <rms@gnu.org>
14981
14982 * minibuf.c (Fcompleting_read): Doc fix.
14983
14984 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14985
14986 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
14987 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
14988 Fix doc-strings.
14989
14990 2002-01-26 Richard M. Stallman <rms@gnu.org>
14991
14992 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
14993
14994 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
14995 and scroll_up_aggressively.
14996
14997 2002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14998
14999 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
15000
15001 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
15002
15003 * textprop.c (Fnext_property_change, Fnext_single_property_change)
15004 (Fprevious_property_change, Fprevious_single_property_change):
15005 Stay within the narrowed-buffer boundaries.
15006
15007 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
15008
15009 * term.c (Ftty_display_color_cells): New function.
15010 (syms_of_term): Defsubr it.
15011 (Ftty_display_color_cells, Ftty_display_color_p): Change the
15012 argument name to DISPLAY. Doc fix.
15013
15014 * dispextern.h: Add prototype for set_tty_color_mode and
15015 tty_setup_colors.
15016
15017 2002-01-24 Jason Rumney <jasonr@gnu.org>
15018
15019 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
15020 If region left to draw is not what was expected, mark the frame as
15021 garbaged.
15022
15023 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
15024 Combine the regions returned by BeginPaint and GetUpdateRect.
15025
15026 2002-01-23 Jason Rumney <jasonr@gnu.org>
15027
15028 * w32term.c (x_update_window_begin): Only hide caret if
15029 w32_use_visible_system_caret is set.
15030 (x_update_window_end): Only show caret if
15031 w32_use_visible_system_caret is set.
15032 (syms_of_w32term): Handle SystemParametersInfo call failing.
15033
15034 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
15035
15036 2002-01-22 Richard M. Stallman <rms@gnu.org>
15037
15038 * unexelf.c (unexec): Define n so as to cause compilation error
15039 for the code where people have often written n instead of nn.
15040
15041 * .gdbinit (hookpost-run): Defined.
15042
15043 2002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15044
15045 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
15046
15047 2002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15048
15049 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
15050 if fullscreen is being set.
15051
15052 2002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15053
15054 * minibuf.c (Fminibuffer_contents)
15055 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
15056 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
15057
15058 2002-01-21 Richard M. Stallman <rms@gnu.org>
15059
15060 * window.c (check_frame_size): Fix minimum height calculation.
15061
15062 2002-01-20 Ken Raeburn <raeburn@gnu.org>
15063
15064 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
15065 height before comparison.
15066 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
15067
15068 2002-01-20 Jason Rumney <jasonr@gnu.org>
15069
15070 * w32term.c (w32_system_caret_width): Remove.
15071 (w32_use_visible_system_caret): New user flag.
15072 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
15073 Windows reports a screen reader running.
15074 (x_update_window_begin): Hide the system caret.
15075 (x_update_window_end): Show the system caret.
15076 (x_display_and_set_cursor): Don't draw a cursor when
15077 w32_use_visible_system_caret is set. Do not adjust width.
15078
15079 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
15080 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
15081 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
15082 the user requests it. Use system default width when creating.
15083 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
15084
15085 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
15086 New window messages.
15087
15088 2002-01-20 Richard M. Stallman <rms@gnu.org>
15089
15090 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
15091
15092 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15093
15094 * doprnt.c (doprnt1): Fix typos in error call.
15095
15096 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
15097
15098 * unexelf.c (unexec) [__sgi]: Support the .got sections.
15099
15100 2002-01-20 Jason Rumney <jasonr@gnu.org>
15101
15102 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
15103 that Windows returns. If a double check fails, try to guess how
15104 ExtTextOut is going to act.
15105
15106 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
15107 in place of stricmp.
15108 (w32_list_synthesized_fonts): Removed.
15109 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
15110 (struct enumfont_t): New element; list.
15111 (enum_font_cb2): List all style and charset variations of a font.
15112 (Fw32_select_font): New optional argument; include_proportional.
15113 Exclude vertical fonts. Exclude proportional fonts unless
15114 include_proportional is non-nil.
15115 (w32_enable_synthesized_fonts): Change to a boolean.
15116 (Fw32_send_sys_command): Doc fix.
15117
15118 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15119
15120 * dispnew.c (update_frame): Move the variable `tem' to the block
15121 where it is used.
15122
15123 2002-01-19 Jason Rumney <jasonr@gnu.org>
15124
15125 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
15126 call to face-set-after-frame-default.
15127
15128 2002-01-18 Richard M. Stallman <rms@gnu.org>
15129
15130 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
15131 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
15132
15133 2002-01-17 Richard M. Stallman <rms@gnu.org>
15134
15135 * window.c (enlarge_window): When exceeding size of parent,
15136 directly delete all the siblings instead of trying to resize it.
15137
15138 2002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15139
15140 * term.c (set_tty_color_mode): Remove unused variable `tem'.
15141
15142 2002-01-16 Henrik Enberg <henrik@enberg.org>
15143
15144 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
15145
15146 2002-01-16 Kim F. Storm <storm@cua.dk>
15147
15148 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
15149 is invisible. This can happen if cursor is on top line of a
15150 window, and we switch to a buffer with a header line.
15151
15152 * w32term.c (x_erase_phys_cursor): Ditto.
15153
15154 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15155
15156 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
15157 `dont_resize' only when used.
15158
15159 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
15160
15161 2002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
15162
15163 * xdisp.c (display_mode_element): When computing charpos, depend
15164 on multibyteness of elt, not the text in field.
15165
15166 2002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15167
15168 * buffer.c (Fkill_all_local_variables):
15169 Increment `update_mode_lines' only once.
15170
15171 2002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15172
15173 * lisp.h (adjust_after_replace_noundo)
15174 (Fupdate_coding_systems_internal): Add prototypes.
15175
15176 * sound.c (Fplay_sound): Initialize header_size also for :data case.
15177
15178 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
15179
15180 Support for the --color command-line argument and tty-color-mode
15181 frame parameter:
15182
15183 * term.c (tty_default_color_capabilities, tty_setup_colors)
15184 (set_tty_color_mode): New functions.
15185 (term_init): Call tty_default_color_capabilities.
15186 (Qtty_color_mode_alist): New variable.
15187 (syms_of_term): Intern and staticpro it.
15188
15189 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
15190 frames.
15191 (do_switch_frame): For termcap frames, switch the tty
15192 color mode as specified by the frame's parameters.
15193 (Qtty_color_mode): New variable.
15194 (syms_of_frame): Intern and staticpro it.
15195
15196 * emacs.c (USAGE2): Add the --color option.
15197 (standard_args): Ditto.
15198
15199 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15200
15201 * xterm.h (struct x_output): New members want_fullscreen,
15202 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
15203 y_pixels_outer_diff.
15204 New enum for FULLSCREEN_* constants.
15205 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
15206 is NULL.
15207 (x_fullscreen_adjust): Add prototype.
15208
15209 * emacs.c (USAGE2): Add the new full-screen arguments.
15210 (standard_args): Ditto.
15211
15212 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
15213 New variables.
15214 (syms_of_xfns): Intern and staticpro them.
15215 (x_frame_parms) <"fullscreen">: New parameter.
15216 (x_fullscreen_move, x_set_fullscreen): New functions.
15217 (x_set_frame_parameters): Support for Qfullscreen.
15218 (x_real_positions): More accurate computation of the frame position.
15219 (x_figure_window_size): Support full-screen frames.
15220 (Fx_create_frame): Default the fullscreen parameter.
15221
15222 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
15223 (XTread_socket) <Expose>: Call x_check_fullscreen.
15224 <ConfigureNotify>: Don't resize to fullscreen.
15225 Call x_check_fullscreen_move, and set the want_fullscreen member of
15226 output_data.x.
15227
15228 2002-01-13 Jason Rumney <jasonr@gnu.org>
15229
15230 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
15231 for mice with more than 3 buttons.
15232
15233 * w32term.c (parse_button): New parameter xbutton. Callers changed.
15234 (w32_read_socket): Handle new "XBUTTON" messages.
15235
15236 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
15237 (syms_of_w32fns): DEFVAR_BOOL it.
15238 (w32_wnd_proc): Handle new "XBUTTON" messages.
15239
15240 2002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15241
15242 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
15243
15244 2002-01-13 Andreas Schwab <schwab@suse.de>
15245
15246 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
15247
15248 2002-01-12 Andreas Schwab <schwab@suse.de>
15249
15250 * .gdbinit (xbuffer): Remove address operator since data is now a
15251 pointer.
15252
15253 2002-01-11 Richard M. Stallman <rms@gnu.org>
15254
15255 * insdel.c (adjust_after_replace_noundo): New function.
15256
15257 * coding.c (code_convert_region): Don't copy old text if undo disabled.
15258
15259 2002-01-09 Jason Rumney <jasonr@gnu.org>
15260
15261 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
15262 when checking for multiple frames.
15263
15264 2002-01-08 Richard M. Stallman <rms@gnu.org>
15265
15266 * window.c (delete_window): Rewrite the code for changing the
15267 selected window to handle the case where WINDOW is not a leaf.
15268
15269 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
15270
15271 * process.c (send_process): Set src_multibyte to 1 after the call
15272 top setup_coding_system, not before the call.
15273
15274 2002-01-07 Jason Rumney <jasonr@gnu.org>
15275
15276 * xmenu.c (set_frame_menubar, xmenu_show):
15277 (xdialog_show): Initialize wv->help to Qnil.
15278
15279 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
15280 (w32_dialog_show): Initialize wv->help to Qnil.
15281
15282 2002-01-06 Jason Rumney <jasonr@gnu.org>
15283
15284 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
15285
15286 * w32menu.c (w32_menu_display_help): Revert last change.
15287
15288 * xmenu.c (menu_highlight_callback): Revert last change.
15289
15290 2002-01-06 Andreas Schwab <schwab@suse.de>
15291
15292 * insdel.c (make_gap_larger): Make sure buffer size does not
15293 overflow range of int.
15294
15295 2002-01-05 Jason Rumney <jasonr@gnu.org>
15296
15297 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
15298 OVERLAPS_P.
15299
15300 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
15301
15302 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
15303 to the left or to the right of the pointer, put it against
15304 the left screen edge.
15305 (x_frame_parms): Add missing braces around initializer.
15306
15307 * w32term.c (x_setup_relief_colors): Don't compute an image's
15308 background color if it doesn't have a Pixmap.
15309 (notice_overwritten_cursor): Don't depend on
15310 output_cursor and updated_area. Compare pixel coordinates with
15311 window's cursor pixel coordinates.
15312 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
15313 Call notice_overwritten_cursor with new arg list.
15314 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
15315 unconditionally.
15316 (x_draw_image_relief): Use predefined macro instead of
15317 constant when the value of `tool_bar_button_relief' is negative.
15318
15319 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
15320
15321 2002-01-04 Richard M. Stallman <rms@gnu.org>
15322
15323 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
15324
15325 2002-01-03 Richard M. Stallman <rms@gnu.org>
15326
15327 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
15328 (Fkey_binding): Try the `keymap' property map first.
15329 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
15330 minor mode bindings.
15331
15332 2002-01-03 Kim F. Storm <storm@cua.dk>
15333
15334 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
15335
15336 2002-01-02 Richard M. Stallman <rms@gnu.org>
15337
15338 * keyboard.c (read_key_sequence): Handle the keymap property
15339 before minor mode maps.
15340
15341 * editfns.c (Fformat): Update thissize from field_width
15342 based on the actual width, in the string case.
15343
15344 2002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15345
15346 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
15347 when used as truth value to prevent gcc warnings.
15348
15349 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
15350 * w32proc.c: Include <config.h>.
15351
15352 2002-01-01 Andreas Schwab <schwab@suse.de>
15353
15354 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
15355 not EMACS_INT, to make them compatible with DEFVAR_INT.
15356 * lisp.h (max_specpdl_size): Adjust declaration.
15357
15358 2002-01-01 Richard M. Stallman <rms@gnu.org>
15359
15360 * print.c (print_object): Test print_escape_nonascii only for
15361 unibyte strings.
15362 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
15363 when outputting to a multibyte buffer.
15364
15365 2001-12-29 Richard M. Stallman <rms@gnu.org>
15366
15367 * print.c (print_object): In multibyte string, use hex escapes.
15368 Use octal only for unibyte strings.
15369 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
15370
15371 * lread.c (read_escape): New arg BYTEREP for reporting whether
15372 escape forces unibyte or multibyte.
15373 (read1): When reading a string, take note of that info.
15374
15375 2001-12-29 Ken Raeburn <raeburn@gnu.org>
15376
15377 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
15378 comparison to test lisp value returned by Fget.
15379
15380 2001-12-29 Richard M. Stallman <rms@gnu.org>
15381
15382 * lisp.h (max_specpdl_size): Add declaration.
15383
15384 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
15385
15386 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
15387 Handle modifier bits. Correct typo in error message.
15388
15389 2001-12-28 Richard M. Stallman <rms@gnu.org>
15390
15391 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
15392 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
15393 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
15394 Update calls to Fdefine_abbrev.
15395 (write_abbrev): Update for changed data format.
15396 Don't list "system" abbrevs.
15397 (Fexpand_abbrev): Update use count with new data format.
15398 (describe_abbrev): Update for changed data format.
15399 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
15400
15401 * config.in (HAVE_MBSINIT): Add #undef.
15402
15403 * strftime.c (mbsinit): Define as no-op if not available.
15404
15405 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
15406 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
15407
15408 * keymap.c (Flookup_key): Error message if key has wrong data type.
15409 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
15410 (exclude_key): New variable.
15411
15412 2001-12-28 Gerd Moellmann <gerd@gnu.org>
15413
15414 * xterm.c (x_setup_relief_colors): Don't compute an image's
15415 background color if it doesn't have a Pixmap.
15416
15417 * xterm.c (notice_overwritten_cursor): Don't depend on
15418 output_cursor and updated_area. Compare pixel coordinates with
15419 window's cursor pixel coordinates.
15420 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
15421 Call notice_overwritten_cursor with new arg list.
15422 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
15423 unconditionally.
15424
15425 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
15426 height of the cursor line to the amount to scroll.
15427
15428 2001-12-27 Richard M. Stallman <rms@gnu.org>
15429
15430 * intervals.c (set_point_both): The position after an invisible,
15431 intangible character is not an acceptable stopping point.
15432
15433 2001-12-27 Ken Raeburn <raeburn@gnu.org>
15434
15435 * window.c (enlarge_window): In new preserve_before code, convert
15436 CURBEG from lisp object to integer before doing arithmetic.
15437
15438 2001-12-27 Richard M. Stallman <rms@gnu.org>
15439
15440 * bytecode.c (Fbyte_code): Undo previous change.
15441
15442 2001-12-26 Kim F. Storm <storm@cua.dk>
15443
15444 * keyboard.c (record_char): Ignore duplicate help-echo events only
15445 separated by mouse-movement. When tracking mouse, only record
15446 first and last mouse-movement event in same window.
15447 Don't record mouse-movement events in keyboard macros.
15448
15449 2001-12-25 Richard M. Stallman <rms@gnu.org>
15450
15451 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
15452 (Fenlarge_window): New arg PRESERVE_BEFORE.
15453
15454 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
15455 instead of Fstring_as_unibyte.
15456
15457 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15458
15459 The following changes remove mocklisp support:
15460
15461 * mocklisp.h, mocklisp.c: Files removed.
15462
15463 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
15464 `Qmocklisp' and `Qmocklisp_arguments'.
15465 Remove prototype of syms_of_mocklisp.
15466
15467 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
15468
15469 * callint.c: Do not include mocklisp.h.
15470 (Fcall_interactively): Do not test for mocklisp case.
15471
15472 * eval.c: Remove variables `Qmocklisp_arguments',
15473 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
15474 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
15475 Do not test for mocklisp case.
15476 (Fwhile): Remove unused variable `tem'.
15477 (syms_of_eval): Remove variable `moclisp-arguments'.
15478
15479 * data.c (wrong_type_argument): Remove mocklisp case.
15480
15481 * doc.c (Fdocumentation): Remove mocklisp case.
15482
15483 * emacs.c (main): Do not call syms_of_mocklisp.
15484
15485 2001-12-21 Richard M. Stallman <rms@gnu.org>
15486
15487 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
15488 to the left or to the right of the pointer, put it against
15489 the left screen edge.
15490
15491 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15492
15493 * Makefile.in (distclean): Remove .gdbinit if we are building
15494 outside the source tree.
15495
15496 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
15497
15498 * w32.c (emacs_root_dir): New function.
15499
15500 * msdos.c (emacs_root_dir): New function.
15501
15502 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
15503 of the current drive as the fallback for default_directory.
15504
15505 * dired.c (file_name_completion): Run the elements of
15506 completion-ignored-extensions through ENCODE_FILE.
15507
15508 * lisp.h (scmp): Remove prototype, since it's now a static
15509 function private to dired.c.
15510
15511 2001-12-18 Richard M. Stallman <rms@gnu.org>
15512
15513 * dired.c (scmp): Function moved from minibuf.c.
15514 Delete multibyte handling--used only on encoded strings.
15515
15516 * minibuf.c (scmp): Function moved to dired.c.
15517
15518 * fns.c (merge): Add QUIT call.
15519
15520 2001-12-18 Dave Love <fx@gnu.org>
15521
15522 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
15523 language/georgian.el.
15524
15525 2001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
15526
15527 * Makefile.in (lisp, shortlisp): Synchronize with changes to
15528 lisp/Makefile.in:DONTCOMPILE.
15529
15530 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15531
15532 * xdisp.c (window_box_height): Do not return negative values.
15533 From Gerd Moellmann <gerd@gnu.org>.
15534
15535 * keyboard.c (head_table): Add missing braces around initializer.
15536
15537 * term.c (keys): Likewise.
15538
15539 * xfns.c (x_frame_parms, visual_classes): Likewise.
15540
15541 2001-12-17 Sam Steingold <sds@gnu.org>
15542
15543 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
15544 patch (COMPOSING_P, not COMPOSING).
15545
15546 2001-12-17 Richard M. Stallman <rms@gnu.org>
15547
15548 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
15549
15550 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
15551 before calling decode_coding.
15552
15553 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
15554
15555 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
15556 instead of only for COMPOSITION_DISABLED.
15557
15558 2001-12-16 Richard M. Stallman <rms@gnu.org>
15559
15560 * alloc.c (pure_alloc): After overflow, allocate just a small block.
15561
15562 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
15563
15564 * buffer.h (struct buffer): New field `display_error_modiff'.
15565 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
15566
15567 * window.c (Frecenter): Clear display_error_modiff field.
15568
15569 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
15570 Call redisplay_window, but not if display_error_modiff field says no.
15571 (redisplay_window_error): New function.
15572 (displayed_buffer): New variable.
15573 (redisplay_internal, redisplay_windows): Call the new functions
15574 instead of redisplay_window directly.
15575
15576 2001-12-15 Richard M. Stallman <rms@gnu.org>
15577
15578 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
15579
15580 2001-12-14 Andrew Innes <andrewi@gnu.org>
15581
15582 * makefile.w32-in (EMACSLOADPATH): Define.
15583 ($(EMACS)): Run `list-load-path-shadows' after dumping Emacs.
15584 (bootstrap-temacs): Remove dependency on bootstrap-clean.
15585
15586 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
15587
15588 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
15589 parameter have a numeric value all the time.
15590
15591 * w32fns.c (x_report_frame_params): Likewise.
15592
15593 2001-12-12 Richard M. Stallman <rms@gnu.org>
15594
15595 * fileio.c (Fwrite_region): Doc fix.
15596
15597 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
15598 (redisplay_internal): Call clear_image_cache only for window terminals.
15599
15600 2001-12-12 Gerd Moellmann <gerd@gnu.org>
15601
15602 * xdisp.c (move_it_vertically_backward): Change heuristic
15603 for the case that we didn't move far enough initially.
15604
15605 * window.c (Frecenter): Simplify computation in the case of window
15606 system frames and ARG < 0; use window_box_height.
15607
15608 2001-12-11 Richard M. Stallman <rms@gnu.org>
15609
15610 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
15611 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
15612
15613 2001-12-11 Andrew Innes <andrewi@gnu.org>
15614
15615 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
15616 arg is negative.
15617
15618 2001-12-11 Richard M. Stallman <rms@gnu.org>
15619
15620 * m/hp800.h: Split the __hpux conditional into the parts
15621 that are right for GNU/Linux too and the parts that are not.
15622 Use the former if GNU_LINUX.
15623 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
15624
15625 * s/gnu-linux.h (GNU_LINUX): Defined.
15626
15627 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15628
15629 * macros.c, msdos.c, w16select.c: Change doc-string comments to
15630 `new style' [w/`doc:' keyword].
15631
15632 2001-12-10 Jason Rumney <jasonr@gnu.org>
15633
15634 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
15635 before using.
15636
15637 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15638
15639 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
15640 keyword].
15641
15642 2001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
15643
15644 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
15645
15646 * s/hpux10.h (srand48): Don't undefine.
15647
15648 2001-12-09 Jason Rumney <jasonr@gnu.org>
15649
15650 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
15651 Add comment to explain where the struct came from.
15652 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
15653 (add_menu_item): Process pop-up menus first to avoid memory leak.
15654 (add_menu_item, w32_menu_display_help): Use `help' field as
15655 Lisp_Object.
15656 (w32_free_submenu_strings): Only free owner-drawn strings.
15657
15658 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15659
15660 * COPYING: Moved back.
15661
15662 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
15663 Add parentheses around && within ||.
15664
15665 * indent.c (compute_motion): Likewise.
15666
15667 * intervals.c (merge_properties_sticky): Likewise.
15668
15669 * coding.c (setup_coding_system, shrink_encoding_region)
15670 (Fdecode_sjis_char): Likewise.
15671
15672 2001-12-07 Andreas Schwab <schwab@suse.de>
15673
15674 * xdisp.c (display_mode_element): Don't read past end of string if
15675 it ends with '%'.
15676
15677 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
15678 can hold.
15679
15680 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
15681 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
15682 type changed to Lisp_Object.
15683 (syms_of_data): DEFVAR_LISP them.
15684
15685 2001-12-07 Richard M. Stallman <rms@gnu.org>
15686
15687 * callproc.c (init_callproc): Set Vdata_directory based on the source
15688 location whenever Emacs was run uninstalled.
15689
15690 2001-12-06 Paul Eggert <eggert@twinsun.com>
15691
15692 * config.in (HAVE_WORKING_VFORK): New #undefs.
15693 * process.c (create_process):
15694 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
15695 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
15696 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
15697 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
15698 * m/intel386.h (HAVE_VFORK): Likewise.
15699 * m/mips-siemens.h (HAVE_VFORK): Likewise.
15700 * m/mips.h (HAVE_VFORK): Likewise.
15701 * s/freebsd.h (vfork): Remove #define.
15702 * s/lynxos.h (HAVE_VFORK): Remove #undef.
15703 * s/usg5-4-2.h: Fix comment about vfork.
15704
15705 2001-12-06 Richard M. Stallman <rms@gnu.org>
15706
15707 * s/hpux10.h (random): Add undef.
15708 (HAVE_RANDOM): Define it just once.
15709
15710 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
15711
15712 * eval.c: Undo last change: the standard syntax is not wanted.
15713
15714 2001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
15715
15716 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
15717 scroll bars of the frame before deleting the frame itself. If the
15718 frame has a widget, delete the frame with XtDestroyWidget, and do
15719 not call XDestroyWindow before that.
15720
15721 2001-12-06 Kim F. Storm <storm@cua.dk>
15722
15723 * xfns.c (x_report_frame_params): Return actual fringe widths.
15724
15725 * w32fns.c (x_report_frame_params): Return actual fringe widths.
15726
15727 2001-12-05 Andrew Innes <andrewi@gnu.org>
15728
15729 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
15730 excessively large.
15731
15732 * insdel.c (make_gap_larger): New function.
15733 (make_gap_smaller): New function.
15734 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
15735 Call make_gap_smaller if arg is negative.
15736
15737 2001-12-04 Stefan Monnier <monnier@cs.yale.edu>
15738
15739 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
15740 Pass a dummy argument when calling interrupt_signal.
15741 (parse_menu_item): Mark disabled items before checking for empty def.
15742 (read_char_minibuf_menu_prompt): Make safety more visible.
15743 (read_key_sequence): Add a `first_unbound' variable.
15744 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
15745 unbound prefix as soon as we can detect it.
15746
15747 * doc.c (Fsnarf_documentation): Add prototype.
15748 (get_doc_string): Handle negative arguments.
15749 (Fdocumentation): Use AREF and ASIZE.
15750 Move the calls to get_doc_string to a single place.
15751 Don't confuse an interactive-spec for a docstring reference.
15752 (Fdocumentation_property): Take advantage of the fact that
15753 get_doc_string now ignores the sign of the docstring position.
15754
15755 * eval.c: Use standard syntax for usage in docstrings.
15756
15757 2001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15758
15759 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief' an option.
15760
15761 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15762
15763 * xterm.c (x_draw_image_relief): Use predefined macro instead of
15764 constant when the value of `tool_bar_button_relief' is negative.
15765
15766 2001-12-02 Richard M. Stallman <rms@gnu.org>
15767
15768 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
15769 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
15770
15771 * fileio.c (read_non_regular): Delete Fsignal call.
15772
15773 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
15774
15775 * lisp.h (run_hook_list_with_args): Undo last change.
15776
15777 2001-12-01 Gerd Moellmann <gerd@gnu.org>
15778
15779 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
15780
15781 2001-12-01 Jason Rumney <jasonr@gnu.org>
15782
15783 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
15784
15785 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
15786 [!WM_MOUSELEAVE]: Define.
15787
15788 * w32menu.c (current_popup_menu, get_menu_item_info):
15789 (set_menu_item_info): New vars.
15790 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
15791 (w32_menu_show): Set current_popup_menu.
15792 (add_menu_item): Allocate new strings for owner-drawn menu items
15793 and help strings.
15794 Use owner-draw for disabled menu items again.
15795 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
15796 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
15797
15798 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
15799 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
15800 <WM_EXITMENULOOP>: Free menu strings.
15801 <WM_MOUSELEAVE>: Stop tracking mouse.
15802 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
15803
15804 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
15805 and mouse face.
15806
15807 2001-12-01 Kim F. Storm <storm@cua.dk>
15808
15809 The following changes add left-fringe and right-fringe
15810 frame parameters to adjust fringe widths, or remove one or
15811 both fringes.
15812
15813 * frame.h (struct frame): Remove trunc_area_pixel_width and
15814 trunc_area_cols fields.
15815 (Qleft_fringe, Qright_fringe): Declare.
15816 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
15817
15818 * frame.c (Qleft_fringe, Qright_fringe): New vars.
15819 (syms_of_frame): Initialize them.
15820
15821 * window.c (coordinates_in_window): Handle separate left and right
15822 fringe widths.
15823
15824 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
15825 and fringe_cols fields.
15826 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
15827 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
15828 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
15829 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
15830 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
15831 (x_compute_fringe_widths): Add prototype.
15832
15833 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
15834 fill fringe evenly with small dashes.
15835 (x_draw_fringe_bitmap): Clear background if necessary. Align and
15836 clip the new ZV bitmap to avoid jitter between rows.
15837 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
15838 background. Don't draw fringe bitmaps if fringe width is zero.
15839 (x_compute_fringe_widths): New function.
15840 (x_new_font, x_set_window_size_1): Use it.
15841
15842 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
15843 (x_set_frame_parameters): Process `font' parameter before other
15844 parameters as fringe widths depend on it.
15845 (x_set_fringe_width): New function.
15846 (x_figure_window_size): Use x_compute_fringe_widths.
15847 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
15848 parameters.
15849
15850 * widget.c (set_frame_size): Use x_compute_fringe_widths.
15851 (EmacsFrameSetCharSize): Ditto.
15852
15853 * w32term.h: Merged changes from xterm.h.
15854 * w32term.c: Merged changes from xterm.c.
15855 * w32fns.c: Merged changes from xfns.c.
15856
15857 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15858
15859 * COPYING: Removed.
15860
15861 2001-11-29 Dave Love <fx@gnu.org>
15862
15863 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
15864 extra extra slot.
15865 (detect_coding_mask): Fix call of detect_coding_iso2022.
15866
15867 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15868
15869 * fileio.c (file-name-coding-system)
15870 (default-file-name-coding-system): Doc fix (links to referenced
15871 variables added).
15872
15873 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
15874
15875 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
15876 Add dummy uses of gcproN variables.
15877
15878 * category.c (describe_category, describe_category_1)
15879 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
15880 (syms_of_category): Don't defsubr Sdescribe_categories.
15881
15882 2001-11-28 Richard M. Stallman <rms@gnu.org>
15883
15884 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
15885
15886 * Makefile.in (lispdir): New variable, referring to build dir.
15887 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
15888
15889 2001-11-28 Andrew Innes <andrewi@gnu.org>
15890
15891 * w32menu.c (w32_menu_display_help): Actually add the new argument
15892 OWNER.
15893
15894 2001-11-28 Jason Rumney <jasonr@gnu.org>
15895
15896 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
15897 menu items. From David Ponce <dponce@wanadoo.fr>.
15898 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
15899 conditionally.
15900 (w32_menu_display_help): New argument OWNER. Rewritten to store a
15901 help event in the owner frame's keyboard buffer.
15902
15903 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
15904 (Fx_show_tip): Don't subtract last width from row width.
15905
15906 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
15907 (w32_read_socket): Use EQ to compare frames.
15908
15909 2001-11-28 Gerd Moellmann <gerd@gnu.org>
15910
15911 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
15912 OVERLAPS_P.
15913
15914 2001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15915
15916 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
15917 `gcpro3' and `gcpro4'.
15918
15919 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
15920
15921 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
15922
15923 * ccl.c: Use AREF and ASIZE.
15924
15925 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
15926
15927 * lisp.h (run_hook_list_with_args): Remove.
15928 (LIST_END_P): Fix call to wrong_type_argument.
15929 (make_fixnum_or_float): Use EMACS_INT rather than int.
15930
15931 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
15932
15933 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
15934 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
15935
15936 * eval.c: Use AREF and ASIZE.
15937 (Ffetch_bytecode): Add the file name to the error message.
15938
15939 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
15940 which match the end of the file-name.
15941 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
15942 is not a valid env var, but leave it as is instead.
15943
15944 * keymap.c (access_keymap): Handle t bindings like nil bindings.
15945 Make nil bindings in char-tables transparent.
15946 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
15947
15948 2001-11-26 Richard M. Stallman <rms@gnu.org>
15949
15950 * textprop.c (set_text_properties_1): Allow START, END in either order.
15951 Do nothing if range is empty.
15952
15953 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
15954
15955 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
15956 (clean): Not here.
15957
15958 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
15959
15960 * textprop.c (set_text_properties_1): Clearly mark that the
15961 interval should not be empty.
15962
15963 * intervals.c (graft_intervals_into_buffer):
15964 Don't call set_text_properties_1 on an empty interval.
15965
15966 2001-11-25 Richard M. Stallman <rms@gnu.org>
15967
15968 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
15969
15970 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
15971 don't lose the data in it.
15972
15973 2001-11-25 Juanma Barranquero <lektu@terra.es>
15974
15975 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
15976
15977 * buffer.c (Fkill_buffer): Likewise.
15978
15979 * print.c (temp_output_buffer_setup): Likewise.
15980
15981 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
15982
15983 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
15984
15985 2001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
15986
15987 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
15988 Niemitalo <kon@iki.fi>.
15989
15990 2001-11-25 Jason Rumney <jasonr@gnu.org>
15991
15992 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
15993
15994 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
15995 (Fx_show_tip): Block input during frame creation.
15996 (Fx_show_tip, Fx_hide_tip): Enable.
15997
15998 2001-11-24 Richard M. Stallman <rms@gnu.org>
15999
16000 * lread.c (Fload): Detect recursive load error for more than 3
16001 nestings of the same file.
16002 (Vrecursive_load_depth_limit): Variable deleted.
16003 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
16004
16005 2001-11-24 Jason Rumney <jasonr@gnu.org>
16006
16007 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
16008 mouse position if either left or top is not specified.
16009
16010 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
16011 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
16012 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
16013 (my_create_tip_window): Assign tip_window.
16014 (x_create_tip_frame): Use same defaults as X.
16015 (compute_tip_xy): Remove unused variable. Use full screen width.
16016 (Fx_show_tip): Do not double height. Call ShowWindow directly.
16017
16018 * w32term.c (x_after_update_window_line): Doc fix.
16019 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
16020 frames.
16021 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
16022
16023 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
16024 for all Windowed systems.
16025
16026 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
16027
16028 * msdos.c (IT_clear_screen): If the frame's faces are not yet
16029 realized, use the initial screen colors to clear the screen.
16030
16031 2001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16032
16033 * textprop.c (Fset_text_properties): Remove unused variables
16034 `unchanged', `prev_changed', `s' and `len'.
16035
16036 * search.c (Freplace_match): Remove unused variable `inslen'.
16037
16038 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
16039
16040 2001-11-22 Jason Rumney <jasonr@gnu.org>
16041
16042 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
16043 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
16044 (my_create_tip_window): New function.
16045 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
16046 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
16047
16048 2001-11-20 Jason Rumney <jasonr@gnu.org>
16049
16050 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
16051 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
16052
16053 * w32fns.c (Vw32_system_coding_system): Remove.
16054 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
16055
16056 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
16057
16058 * fileio.c (Fwrite_region): Move choose_write_coding_system to
16059 after build_annotations.
16060
16061 * syntax.c (describe_syntax): Add dummy arg.
16062 (describe_syntax_1): Update call to describe_vector.
16063
16064 * category.c (describe_category): Add dummy arg.
16065 (describe_category_1): Update call to describe_vector.
16066
16067 * keymap.c (Fdescribe_vector): Add `describer' parameter.
16068 (describe_command, describe_translation): Add dummy second param.
16069 (describe_map): Call elt_describer with two arguments.
16070 (describe_vector_princ): Add `fun' parameter.
16071 Call it instead of the hardcoded `princ'.
16072 (describe_vector): Add arg `args'.
16073 Pass it as a new second argument to elt_describer.
16074
16075 * keymap.h (describe_vector): Update prototype.
16076
16077 * frame.c: Don't include keymap.h any more.
16078 (keys_of_frame): Remove.
16079
16080 * lisp.h (keys_of_frame): Remove declaration.
16081
16082 * emacs.c (main): Don't call `keys_of_frame' any more.
16083
16084 2001-11-14 Andreas Schwab <schwab@suse.de>
16085
16086 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
16087 if defined, 0 otherwise.
16088 (MAP_FAILED): Define if not defined and use it to test mmap failure.
16089 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
16090
16091 2001-11-19 Richard M. Stallman <rms@gnu.org>
16092
16093 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
16094
16095 2001-11-18 Jason Rumney <jasonr@gnu.org>
16096
16097 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
16098 (x_draw_bar_cursor): If the background color of the glyph under
16099 the cursor equals the frame's cursor color, use the glyph's
16100 foreground color for drawing the bar cursor.
16101 (x_after_update_window_line): Clear internal border in different
16102 circumstances.
16103 (w32_set_vertical_scroll_bar): Check for width and height > 0.
16104 (w32_draw_relief_rect): Correct relief by 1 pixel.
16105 (x_set_glyph_string_background_width):
16106 Set extends_to_end_of_line_p if the row's fill_line_p is set and
16107 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
16108 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
16109 if cursor_in_non_selected_windows is false.
16110 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
16111 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
16112 Notice if cursor gets overwritten.
16113 (notice_overwritten_cursor): Renamed from
16114 note_overwritten_text_cursor. Rewritten to take glyph widths
16115 into account, and to take X positions as parameters.
16116 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
16117 around call to x_draw_glyphs.
16118 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
16119 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
16120 color to use for image glyph reliefs.
16121 (x_draw_image_relief): Accept zero tool_bar_button_relief.
16122 (glyph_rect): Remove unused variable `area'.
16123
16124 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
16125 some items.
16126 (x_set_internal_border_width): Set frame garbaged when window
16127 doesn't exist yet.
16128 (Fx_create_frame): Accept zero tool_bar_button_relief.
16129 (x_clear_image_1, four_corners_best, image_background)
16130 (image_background_transparent): New functions.
16131 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
16132 (gs_format): Add `:background' entry.
16133 (lookup_image): Set IMG's background color if specified.
16134 (pbm_load, xbm_load_image, png_load): Set IMG's background field
16135 when appropriate.
16136 (x_clear_image_1): Reset `background_valid' and
16137 `background_transparent_valid' fields.
16138 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
16139 calculating it here. Set IMG's background_transparent field.
16140 (enum xpm_keyword_index): Add XPM_BACKGROUND.
16141 (enum png_keyword_index): Add PNG_BACKGROUND.
16142 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
16143 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
16144 (enum gif_keyword_index): Add GIF_BACKGROUND.
16145 (enum gs_keyword_index): Add GS_BACKGROUND.
16146 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
16147 Pre-calculate image background color where necessary.
16148 (x_create_x_image_and_pixmap, xbm_load, gs_load):
16149 Use display info's n_cbits entry for screen depth.
16150 (Fx_show_tip): Remove unused variables `buffer', `top',
16151 `left', `max_width' and `max_height'.
16152
16153 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
16154
16155 2001-11-18 Gerd Moellmann <gerd@gnu.org>
16156
16157 * puresize.h (BASE_PURESIZE): Increase to 750000.
16158
16159 2001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16160
16161 * frame.c (Fframe_live_p): Doc fix.
16162
16163 2001-11-18 Richard M. Stallman <rms@gnu.org>
16164
16165 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
16166 (message_dolog_marker3): New static variables hold three markers.
16167 (syms_of_xdisp): Initialize and staticpro them.
16168 (message_dolog): Use message_dolog_marker1..3 instead of
16169 allocating markers each time. Unchain them when done.
16170
16171 2001-11-17 Richard M. Stallman <rms@gnu.org>
16172
16173 * doc.c (Fsnarf_documentation): Doc fix.
16174
16175 2001-11-17 Andreas Schwab <schwab@suse.de>
16176
16177 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
16178
16179 2001-11-17 Richard M. Stallman <rms@gnu.org>
16180
16181 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
16182
16183 2001-11-17 Jason Rumney <jasonr@gnu.org>
16184
16185 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
16186
16187 2001-11-17 Gerd Moellmann <gerd@gnu.org>
16188
16189 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
16190 with invalid position.
16191
16192 2001-11-16 Richard M. Stallman <rms@gnu.org>
16193
16194 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
16195
16196 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
16197 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
16198 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
16199
16200 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
16201
16202 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16203
16204 * fileio.c (build_annotations): Split off the tail.
16205 (build_annotations_2): New fun. Extracted from build_annotations.
16206 (Fwrite_region): Split the call to build_annotations into two
16207 calls to build_annotations and build_annotations_2.
16208
16209 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16210
16211 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
16212 clear_waiting_for_input with argument.
16213
16214 * xterm.h (x_update_cursor): Remove duplicated prototype.
16215
16216 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
16217
16218 * xterm.c (waiting_for_input): Remove unnecessary declaration.
16219
16220 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
16221
16222 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
16223
16224 * fileio.c (choose_write_coding_system): New fun, extracted
16225 from Fwrite_region.
16226 (Fwrite_region): Use it.
16227
16228 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
16229 (funcall_lambda, run_hook_with_args): Make static and add prototype.
16230 (ml_apply, find_handler_clause): Add prototype.
16231
16232 2001-11-16 Eli Zaretskii <eliz@gnu.org>
16233
16234 * config.in: Add #undef HAVE_COFF_H.
16235
16236 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
16237 Required for ISC 4.1.
16238
16239 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
16240
16241 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
16242 Andrew Wiseman <a.wiseman@btclick.com>.
16243
16244 2001-11-16 Kim F. Storm <storm@cua.dk>
16245
16246 The following changes are made to clean up the various internal
16247 references to the fringes to actually use the term `fringe' for
16248 them. Previously, they were called `flags areas', `bitmap areas',
16249 `left/right side of windows', or implicitly as `flags' or
16250 `bitmaps':
16251
16252 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
16253 Comments fixed. Use renamed symbols.
16254
16255 * dispnew.c: Comment fix. Use renamed symbols.
16256
16257 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
16258 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
16259 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
16260
16261 * msdos.c: Comment fix.
16262
16263 * w32fns.c: Use renamed symbols.
16264
16265 * w32term.c: Comment fixes. Use renamed symbols.
16266 (fringe_bitmap_type): Renamed from bitmap_type.
16267 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
16268 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
16269 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
16270
16271 * w32term.h: Comment fixes. Use renamed symbols.
16272 (fringes_extra): Renamed from flags_areas_extra.
16273 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
16274 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
16275 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
16276 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
16277 (FRAME_X_LEFT_FRINGE_WIDTH):
16278 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
16279 (FRAME_X_RIGHT_FRINGE_WIDTH):
16280 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
16281
16282 * widget.c: Use renamed symbols.
16283
16284 * window.c: Comment fixes. Use renamed symbols.
16285 (coordinates-in-window-p): Doc fix.
16286
16287 * xdisp.c: Comment fixes. Use renamed symbols.
16288
16289 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
16290
16291 * xfns.c: Use renamed symbols.
16292
16293 * xterm.c: Comment fixes. Use renamed symbols.
16294 (fringe_bitmap_type): Renamed from bitmap_type.
16295 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
16296 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
16297 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
16298
16299 * xterm.h: Comment fixes. Use renamed symbols.
16300 (fringes_extra): Renamed from flags_areas_extra.
16301 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
16302 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
16303 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
16304 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
16305 (FRAME_X_LEFT_FRINGE_WIDTH):
16306 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
16307 (FRAME_X_RIGHT_FRINGE_WIDTH):
16308 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
16309
16310 2001-11-15 Jason Rumney <jasonr@gnu.org>
16311
16312 * w32menu.c (add-menu-item): Make help_echo and radio buttons
16313 work for most menu items. From David Ponce
16314 <david.ponce@wanadoo.fr>.
16315
16316 2001-11-15 Gerd Moellmann <gerd@gnu.org>
16317
16318 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
16319 Some x_set_* function expect to be called even if old and new
16320 value are equal.
16321
16322 * xdisp.c (build_desired_tool_bar_string): Accept zero
16323 tool_bar_button_relief.
16324
16325 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
16326
16327 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
16328
16329 * xterm.c (x_draw_bar_cursor): If the background color of the
16330 glyph under the cursor equals the frame's cursor color, use
16331 the glyph's foreground color for drawing the bar cursor.
16332
16333 * dispnew.c (direct_output_forward_char): Fix character/byte
16334 position comparison.
16335
16336 2001-11-15 Miles Bader <miles@gnu.org>
16337
16338 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
16339 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
16340 Update arguments to find_field.
16341 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
16342 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
16343 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
16344 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
16345
16346 2001-11-14 Richard M. Stallman <rms@gnu.org>
16347
16348 * editfns.c (Fpropertize): Allow call with 1 arg.
16349
16350 * dispextern.h (image_background, image_background_transparent):
16351 Conditionalize on HAVE_X_WINDOWS.
16352
16353 2001-11-13 Richard M. Stallman <rms@gnu.org>
16354
16355 * print.c (Fprin1_to_string): Doc fix.
16356
16357 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
16358
16359 * floatfns.c (Fceiling, Ffloor): Doc fixes.
16360
16361 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
16362
16363 * fileio.c (Ffile_accessible_directory_p): Doc fix.
16364
16365 * eval.c (syms_of_eval): Doc fix.
16366
16367 * coding.c (syms_of_coding): Doc fix.
16368
16369 * doc.c (Fsnarf_documentation): Doc fix.
16370
16371 * dispnew.c (syms_of_display): Doc fix.
16372
16373 * category.c (Fget_unused_category): Doc fix.
16374
16375 * buffer.c (syms_of_buffer): Doc fixes.
16376
16377 2001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
16378
16379 * print.c (prin1, print): Doc fix.
16380
16381 2001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16382
16383 * fontset.h: Remove declarations of variables
16384 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
16385
16386 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
16387 `Vclip_large_size_font'.
16388
16389 2001-11-13 Jason Rumney <jasonr@gnu.org>
16390
16391 * w32fns.c: Doc fix.
16392
16393 2001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16394
16395 * xfaces.c (Fface_attributes_as_vector): Doc fix.
16396
16397 * fns.c: Doc fix.
16398
16399 * emacs.c: Doc fix.
16400
16401 * coding.c: Doc fix.
16402
16403 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
16404 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
16405 `new style' [w/`doc:' keyword].
16406
16407 2001-11-12 Richard M. Stallman <rms@gnu.org>
16408
16409 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
16410 LeaveNotify events. Only FocusIn and FocusOut do that now.
16411 (x_display_and_set_cursor): Do display hollow cursors in active
16412 minibuffer windows when they are not selected.
16413
16414 2001-11-12 Jason Rumney <jasonr@gnu.org>
16415
16416 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
16417 * w32term.c: Change doc-string comments to `new style'
16418 [w/`doc:' keyword]. Doc fixes.
16419
16420 * w32fns.c: Don't define max.
16421 (Fx_open_connection): Only execute once.
16422
16423 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16424
16425 * ccl.c: Change macros to use do-while block instead of if-else.
16426 Use braces to follow GNU Coding Standards.
16427
16428 2001-11-11 Richard M. Stallman <rms@gnu.org>
16429
16430 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
16431
16432 * lread.c (read_escape): Use end_of_file_error for reporting eof.
16433
16434 * insdel.c (replace_range): Use adjust_markers_for_replace
16435 instead of adjust_markers_for_delete and adjust_markers_for_insert.
16436
16437 * intervals.h (set_text_properties, set_text_properties_1): Declare.
16438
16439 * textprop.c (set_text_properties_1): New subroutine
16440 broken out of set_text_properties.
16441 (set_text_properties): Use set_text_properties_1.
16442
16443 * intervals.c (graft_intervals_into_buffer):
16444 Use set_text_properties_1 to clear out properties.
16445
16446 * search.c (Freplace_match): Use replace_range to insert
16447 and delete. Don't request property inheritance from
16448 surrounding text.
16449
16450 2001-11-10 Jason Rumney <jasonr@gnu.org>
16451
16452 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
16453 vertical fonts. Allow them if face name is explicitly specified.
16454 Do not give up if we find a font that cannot be converted to an xlfd.
16455
16456 2001-11-10 Gerd Moellmann <gerd@gnu.org>
16457
16458 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
16459 instead of malloc/free.
16460
16461 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16462
16463 * xfaces.c (merge_face_vectors): Use braces to follow GNU
16464 Coding Standards.
16465 (Finternal_set_lisp_face_attribute): Likewise.
16466
16467 * buffer.c (Fbury_buffer): Likewise.
16468
16469 * indent.c (current_column_1): Remove unused variable `prev_col'.
16470
16471 * coding.c (encode_coding): Use precomputed value of `src'.
16472 (encode_coding): Remove unused variable `src_end'.
16473 (code_convert_region): Remove unused variables `count'.
16474
16475 2001-11-07 Jason Rumney <jasonr@gnu.org>
16476
16477 * w32term.c (x_display_and_set_cursor): Do not move system caret
16478 if cursor_glyph is NULL.
16479
16480 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16481
16482 * keymap.c (access_keymap): Fix compilation error.
16483
16484 2001-11-07 Miles Bader <miles@gnu.org>
16485
16486 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
16487
16488 2001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16489
16490 * intervals.c (graft_intervals_into_buffer):
16491 Remove #ifdef'd-out code.
16492 (graft_intervals_into_buffer): Remove unused variable `middle'.
16493
16494 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
16495 code (eval-current-buffer).
16496 Change doc-string comments to `new style' [w/`doc:' keyword].
16497
16498 2001-11-06 Richard M. Stallman <rms@gnu.org>
16499
16500 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
16501
16502 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
16503
16504 * lread.c (read1): Fix behavior with nested backquoting.
16505
16506 * keyboard.c (make_lispy_event): Check integerness and fix
16507 Lisp_Object/int mixup.
16508
16509 2001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16510
16511 * fns.c (copy_hash_table): Remove unused variable `v'.
16512
16513 * fontset.c (fontset_font_pattern): Remove unused variable
16514 `family_registry'.
16515
16516 * indent.c (current_column_1): Remove unused variable `prev_col'.
16517
16518 2001-11-05 Richard M. Stallman <rms@gnu.org>
16519
16520 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
16521
16522 * buffer.c (Fkill_buffer): Don't delete auto save file
16523 if buffer is modified.
16524
16525 2001-11-05 Andrew Innes <andrewi@gnu.org>
16526
16527 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
16528 CHECK_NUMBER_CDR.
16529
16530 2001-11-05 Richard M. Stallman <rms@gnu.org>
16531
16532 * unexelf.c (unexec): Minor changes; clean up comments.
16533
16534 2001-11-05 Sam Steingold <sds@gnu.org>
16535
16536 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
16537
16538 2001-11-05 Andreas Schwab <schwab@suse.de>
16539
16540 * sound.c (sound_perror): Save errno from being clobbered.
16541
16542 2001-11-05 Dale Hagglund <rdh@yottayotta.com>
16543
16544 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
16545 the program image directly.
16546
16547 2001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16548
16549 * buffer.h (Fbuffer_local_value): Add prototype.
16550
16551 2001-11-04 Richard M. Stallman <rms@gnu.org>
16552
16553 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
16554 and CHECK_BUFFER.
16555
16556 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
16557 (record_char): Likewise.
16558
16559 * keyboard.c (make_lispy_event): Don't insist a drag event must
16560 move to a different buffer position. Instead, check for moving at
16561 least double_click_fuzz.
16562
16563 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
16564
16565 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
16566
16567 * indent.c (current_column_1, Fmove_to_column): Separate the code
16568 for display-table glyphs from the code for buffer text, to fix
16569 bugs in the former.
16570
16571 2001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
16572
16573 * buffer.c (Fbuffer_local_value): New function.
16574 (syms_of_buffer): Defsubr it.
16575
16576 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
16577 value of `cursor-in-non-selected-windows'.
16578
16579 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
16580 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
16581 (syms_of_xdisp): Initialize it.
16582
16583 2001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16584
16585 * xfns.c (Fx_create_frame): Doc fix.
16586
16587 * coding.c: Change doc-string comments to `new style' [w/`doc:'
16588 keyword].
16589
16590 * eval.c (top_level_value, top_level_set): Remove commented and
16591 #ifdef'd-out code.
16592 (Fdefvar): Fix usage in doc-string.
16593
16594 2001-11-03 Richard M. Stallman <rms@gnu.org>
16595
16596 * xfns.c: Include unistd.h, if it exists.
16597
16598 * editfns.c: Move the include of ctype.h after unistd.h.
16599
16600 * gmalloc.c: Test BROKEN_PROTOTYPES.
16601
16602 2001-11-03 Ken Raeburn <raeburn@gnu.org>
16603
16604 * lisp.h (CHECK_STRING_CAR): New macro.
16605 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
16606 treating XCAR and XCDR as lvalues.
16607 (openp): Use CHECK_STRING_CAR.
16608 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
16609
16610 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
16611
16612 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
16613 (SIGMASKTYPE): Define.
16614
16615 * syssignal.h (sigunblock): Don't define if already defined.
16616
16617 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16618
16619 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
16620 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
16621 Fix typos in comments.
16622
16623 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
16624 and #ifdef'd-out code.
16625 Fix and reindent comments.
16626
16627 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
16628
16629 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
16630 argument `i' in macros.
16631
16632 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
16633 `i' in macros.
16634
16635 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
16636 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
16637 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
16638 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
16639 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
16640 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
16641 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
16642 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
16643 in macros.
16644
16645 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
16646 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
16647 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
16648 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
16649 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
16650 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
16651 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
16652 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
16653 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
16654 (remove unused second argument).
16655
16656 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
16657
16658 * syntax.c (describe_syntax): New wrapper.
16659 (Finternal_describe_syntax_value): Rename from describe_syntax.
16660 Don't insert space at front and \n at the end.
16661 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
16662
16663 * regex.c (re_wctype): Try to fix some warnings.
16664 (regcomp, regexec): Don't forget the __restrict.
16665
16666 2001-11-02 Richard M. Stallman <rms@gnu.org>
16667
16668 * textprop.c (Fget_char_property): Doc fix.
16669
16670 2001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16671
16672 * process.c (Fstart_process): Add usage to doc-string.
16673
16674 * data.c (Fsetq_default): Ditto.
16675
16676 * callint.c (Finteractive): Ditto.
16677
16678 2001-11-01 Stefan Monnier <monnier@cs.yale.edu>
16679
16680 * macros.c: Don't include keymap.h any more.
16681
16682 2001-11-01 Richard M. Stallman <rms@gnu.org>
16683
16684 * data.c (Fmake_local_variable): Doc fix.
16685
16686 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
16687 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
16688
16689 * keymap.c (Fdescribe_buffer_bindings): Print character property
16690 bindings along with or instead of the buffer local map.
16691 Make the overriding maps override what they should.
16692
16693 2001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16694
16695 * window.c (grow_mini_window): Fix typo in comment.
16696
16697 2001-11-01 Gerd Moellmann <gerd@gnu.org>
16698
16699 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
16700 (XTset_vertical_scroll_bar): Likewise.
16701
16702 * xfns.c (x_build_heuristic_mask): Use four_corners_best
16703 instead of IMAGE_BACKGROUND.
16704
16705 * xfns.c (four_corners_best): Reindent.
16706
16707 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
16708 Handle :box so that it is possible to specify sexprs.
16709
16710 2001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
16711
16712 * s/hpux11.h: New file.
16713
16714 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16715
16716 * emacs.c (USAGE1): Show command line option --no-window-system
16717 instead of --no-windows in usage.
16718 (standard_args): Rename --no-windows to --no-window-system.
16719 (bug_reporting_address): Follow Emacs coding conventions.
16720
16721 * eval.c (Fcommandp): Doc fix.
16722 Change doc-string comments to `new style' [w/`doc:' keyword].
16723
16724 * frame.c (Fframe_live_p): Doc fix.
16725
16726 * buffer.c (selective-display-ellipses): Doc fix.
16727
16728 2001-10-31 Gerd Moellmann <gerd@gnu.org>
16729
16730 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
16731
16732 * xfaces.c (realize_x_face): If C is not a single-byte character,
16733 set the face's colors_copied_bitwise_p instead of the defaulted_p
16734 members which have a different meaning.
16735 (free_face_colors): Do nothing for a face whose colors have been
16736 copied bitwise.
16737
16738 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
16739
16740 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16741
16742 * marker.c, mocklisp.c: Change doc-string comments to `new style'
16743 [w/`doc:' keyword].
16744
16745 2001-10-31 Gerd Moellmann <gerd@gnu.org>
16746
16747 * fns.c (require_unwind): Return Lisp_Object.
16748
16749 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16750
16751 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
16752 (last-input-char): Revert doc-string to be the same as the
16753 doc-string of `last-input-event'.
16754
16755 * xdisp.c: Fix typos in comments.
16756
16757 2001-10-31 Gerd Moellmann <gerd@gnu.org>
16758
16759 * window.c (grow_mini_window): Handle case that the root
16760 window is already smaller than the nominal mininum height.
16761
16762 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
16763
16764 * emacs.c (main): Don't call keys_of_macros any more.
16765
16766 * lisp.h (keys_of_macros): Remove.
16767
16768 * macros.c (keys_of_macros): Remove.
16769
16770 * xfaces.c (Fface_attribute_relative_p): Declare args.
16771
16772 2001-10-30 Jason Rumney <jasonr@gnu.org>
16773
16774 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
16775 (enum_font_cb2): Ignore fonts with vertical orientation.
16776
16777 2001-10-30 Richard M. Stallman <rms@gnu.org>
16778
16779 * keyboard.c (Finput_pending_p): Doc fix.
16780
16781 2001-10-30 Gerd Moellmann <gerd@gnu.org>
16782
16783 * xterm.c (x_after_update_window_line): Don't run the code
16784 clearing in borders for rows whose visible height is 0.
16785
16786 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
16787 resized_p flag is set. If not set, use the much less flickering
16788 method previously used.
16789
16790 * dispnew.c (change_frame_size_1): Set frame's resized_p.
16791
16792 * frame.h (struct frame) <resized_p>: New member.
16793
16794 * lread.c (to_multibyte): Ensure read_buffer is at least twice
16795 as large as the number of bytes to convert.
16796
16797 * lread.c (to_multibyte): New function.
16798 (read1): Use it.
16799
16800 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
16801
16802 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
16803
16804 2001-10-30 Gerd Moellmann <gerd@gnu.org>
16805
16806 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
16807 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
16808 if the row's fill_line_p is set and drawing the last glyph with
16809 DRAW_IMAGE_{RAISED,SUNKEN}.
16810
16811 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
16812
16813 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
16814
16815 * xmenu.c: Include coding.h and charset.h.
16816 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
16817 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
16818 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
16819 Explicitly set wv->help. Use `TRUE' rather than `True'.
16820 (menu_help_callback): Use empty_string.
16821
16822 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
16823 (Fx_popup_dialog): Explicitly init f.
16824 (w32_menu_display_help): Use empty_string.
16825
16826 2001-10-29 Richard M. Stallman <rms@gnu.org>
16827
16828 * fns.c (Frequire): Detect recursive try to require the same
16829 feature 3 or more levels deep, and get error.
16830 (require_unwind): New subroutine.
16831 (require_nesting_list): New variable.
16832 (syms_of_fns): Init and staticpro it.
16833
16834 * print.c (print_object): Clarify indication of insertion type.
16835
16836 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
16837
16838 * coding.c (syms_of_coding): Document that locale-coding-system is
16839 used for decoding input on X.
16840
16841 * window.c (Fscroll_left, Fscroll_right): Doc fix.
16842
16843 2001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16844
16845 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
16846 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
16847
16848 2001-10-29 Gerd Moellmann <gerd@gnu.org>
16849
16850 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
16851 use NO_CURSOR if cursor_in_non_selected_windows is false.
16852
16853 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
16854 the slant attribute if FRAME is t.
16855
16856 * xfns.c (x_set_internal_border_width): Set frame garbaged
16857 when X window doesn't exist yet.
16858
16859 * xterm.c (x_after_update_window_line): Clear internal border
16860 in different circumstances.
16861
16862 * xterm.c (XTread_socket) <KeyPress>: Don't use
16863 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
16864 <handa@etl.go.jp>.
16865
16866 2001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
16867
16868 * m/ibms390.h: New file. From Adam Thornton
16869 <athornton@sinenomine.net>.
16870
16871 2001-10-28 Gerd Moellmann <gerd@gnu.org>
16872
16873 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
16874
16875 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
16876 a loop counter.
16877
16878 2001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16879
16880 * emacs.c: Use argv[0] instead of "emacs" when -t was specified.
16881
16882 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
16883 keyword].
16884 Fix typos in comments.
16885
16886 * emacs.c (bug_reporting_address): New function.
16887 Use it when displaying usage message.
16888
16889 * minibuf.c (read_minibuf): Remove unused external declaration of
16890 variable `Qread_only'.
16891
16892 * keymap.c (access_keymap): Remove unused variable `charset'.
16893
16894 2001-10-28 Miles Bader <miles@gnu.org>
16895
16896 * xfaces.c (merge_face_heights): Handle TO being relative as well.
16897 Remove #ifdef'd-out code.
16898 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
16899 (syms_of_xfaces): Initialize them.
16900
16901 2001-10-27 Jason Rumney <jasonr@gnu.org>
16902
16903 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
16904 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
16905 position using the system caret.
16906
16907 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
16908 (w32_system_caret_height, w32_system_caret_x)
16909 (w32_system_caret_y): New variables for tracking system caret.
16910 (w32_initialize): Initialize them.
16911 (x_display_and_set_cursor): Make system caret follow the active cursor.
16912
16913 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
16914 New messages types.
16915
16916 * w32term.c (note_mouse_highlight): Clear old help_echo.
16917
16918 2001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16919
16920 * xterm.c: Fix typo in a comment.
16921
16922 * emacs.c: Fix typos in comments.
16923 Remove unnecessary spaces.
16924 Change doc-string comments to `new style' [w/`doc:' keyword].
16925 (USAGE2): Fix typos in usage string.
16926
16927 * xterm.c: Fix typo in a comment.
16928
16929 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
16930 emacs.c.
16931
16932 2001-10-27 Gerd Moellmann <gerd@gnu.org>
16933
16934 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
16935 instead of 1/2 line_height in the heuristic for skipping
16936 farther backward when target_y was not reached.
16937
16938 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
16939 Display errno only if non-zero.
16940 (sound_warning): New function.
16941 (vox_configure): Don't treat failing to set sample rate as error.
16942 (various places): Improve error messages.
16943
16944 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
16945
16946 * fileio.c (Faccess_file): Run the argument filename through
16947 Fexpand_file_name, before using it.
16948
16949 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
16950 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
16951
16952 2001-10-26 Gerd Moellmann <gerd@gnu.org>
16953
16954 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
16955
16956 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
16957 Fix clearing in the case of scroll bars on the right.
16958
16959 2001-10-26 Juanma Barranquero <lektu@terra.es>
16960
16961 * w32gui.h (XImage): Add a dummy typedef.
16962
16963 2001-10-26 Gerd Moellmann <gerd@gnu.org>
16964
16965 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
16966
16967 2001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
16968
16969 * frame.c (Fframe_parameter): Fix last change.
16970
16971 * fileio.c: Revert last change (which removed old commented-out
16972 version of expand-file-name). Add a comment that explains why
16973 this old version should not be removed.
16974
16975 2001-10-25 Gerd Moellmann <gerd@gnu.org>
16976
16977 * frame.c (Fframe_parameter): Fix a bug whereby some
16978 ``artificial'' frame parameters, like `minibuffer' were not
16979 obtained by calling Fframe_parameters.
16980
16981 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
16982 cursor differently.
16983
16984 * xdisp.c (move_it_vertically_backward): Compute line height
16985 differently. Add heuristic to try to be more compatible to 20.x.
16986
16987 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
16988
16989 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
16990
16991 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
16992 boolean.
16993
16994 2001-10-25 Miles Bader <miles@gnu.org>
16995
16996 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
16997 BG is a pointer to a structure, not a structure.
16998 (gif_format, png_format): Add missing commas.
16999
17000 2001-10-24 Richard M. Stallman <rms@gnu.org>
17001
17002 * xfaces.c (Fface_attributes_as_vector): New function.
17003 (syms_of_xfaces): Defsubr it.
17004
17005 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17006
17007 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
17008 variable `area'.
17009
17010 2001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17011
17012 * search.c (scan_newline): Remove unused variable `selective_display'.
17013
17014 2001-10-25 Miles Bader <miles@gnu.org>
17015
17016 * dispextern.h (struct image): Add `background',
17017 `background_valid', and `background_transparent' fields.
17018 (image_background, image_background_transparent): New declarations.
17019 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
17020 * xfns.c (image_background, image_background_transparent)
17021 (four_corners_best): New functions.
17022 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
17023 (gs_format): Add `:background' entry.
17024 (lookup_image): Set IMG's background color if specified.
17025 (pbm_load, xbm_load_image, png_load): Set IMG's background field
17026 when appropriate.
17027 (x_clear_image_1): Reset `background_valid' and
17028 `background_transparent_valid' fields.
17029 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
17030 calculating it here. Set IMG's background_transparent field.
17031 (enum xpm_keyword_index): Add XPM_BACKGROUND.
17032 (enum png_keyword_index): Add PNG_BACKGROUND.
17033 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
17034 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
17035 (enum gif_keyword_index): Add GIF_BACKGROUND.
17036 (enum gs_keyword_index): Add GS_BACKGROUND.
17037 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
17038 Pre-calculate image background color where necessary.
17039 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
17040 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
17041 color to use for image glyph reliefs.
17042
17043 2001-10-24 Gerd Moellmann <gerd@gnu.org>
17044
17045 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
17046 in full-width rows.
17047
17048 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
17049 Fix clearing of area not covered by scroll bar.
17050
17051 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17052
17053 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
17054 and `real_start'.
17055 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
17056 (glyph_rect): Remove unused variable `area'.
17057
17058 2001-10-24 Gerd Moellmann <gerd@gnu.org>
17059
17060 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
17061
17062 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
17063 (row_containing_pos): Take additional argument DY.
17064 Treat rows ending in middle of char differently.
17065 (display_line): Handle tabs on window systems differently.
17066
17067 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
17068 with additional argument.
17069
17070 * dispextern.h (row_containing_pos): Adjust prototype.
17071
17072 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
17073 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
17074 (try_window_id, try_window_reusing_current_matrix)
17075 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
17076 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
17077
17078 2001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17079
17080 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
17081 gnuemacs).
17082 (HAVE_BOXES): Fix typo in comment.
17083 (push_menu_pane): Fix typo in comment.
17084
17085 * xdisp.c: (display_prop_string_p): Remove unused local declaration
17086 of `Qwhen'.
17087 (single_display_prop_string_p): Remove unused local declarations
17088 of `Qwhen' and `Qmargin'.
17089 (string_buffer_position): Remove unused variable `around'.
17090 (store_frame_title): Remove unused variable `width'.
17091
17092 * window.c: Don't define max.
17093 (coordinates_in_window): Remove unused variable `uy'.
17094
17095 * widget.c: Don't define max.
17096
17097 * process.c: Don't define max.
17098 (create_process): Remove unused variable `buffer'.
17099
17100 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17101
17102 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
17103
17104 2001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
17105
17106 * xfaces.c (Finternal_set_lisp_face_attribute)
17107 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
17108 frame is on a windowed display.
17109
17110 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17111
17112 * dispnew.c (sync_window_with_frame_matrix_rows):
17113 Fix handling of windows which aren't full-width, fix handling
17114 of marginal areas.
17115
17116 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
17117
17118 2001-10-23 Andreas Schwab <schwab@suse.de>
17119
17120 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
17121 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
17122
17123 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17124
17125 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
17126 REAL_END. Notice if cursor gets overwritten.
17127 (notice_overwritten_cursor): Take X positions as parameters.
17128 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
17129 around call to x_draw_glyphs.
17130
17131 2001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17132
17133 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
17134 instead of C) and usage.
17135
17136 * editfns.c (char-to-string): Fix argument names (use CHAR instead
17137 of C) and usage.
17138
17139 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
17140 `left', `max_width' and `max_height'.
17141
17142 2001-10-23 Gerd Moellmann <gerd@gnu.org>
17143
17144 * xdisp.c (display_line): For a tab continued to the next line,
17145 set row's ends_in_middle_of_char_p.
17146
17147 2001-10-22 Gerd Moellmann <gerd@gnu.org>
17148
17149 * xdisp.c (display_line): Fix computation of continuation lines
17150 width for TABs.
17151
17152 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17153
17154 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
17155 `Qlaplace'.
17156
17157 * fileio.c: Remove unused code.
17158
17159 2001-10-22 Miles Bader <miles@gnu.org>
17160
17161 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
17162 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
17163 Remove `DOC_STRINGS_IN_COMMENTS' cases.
17164
17165 2001-10-21 Jason Rumney <jasonr@gnu.org>
17166
17167 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
17168
17169 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
17170
17171 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
17172 (Finsert_string): Avoid the multi-line string literals warning.
17173
17174 2001-10-22 Miles Bader <miles@gnu.org>
17175
17176 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
17177 (Fdocumentation): Don't use it.
17178 (syms_of_doc): Don't initialize it.
17179
17180 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
17181 * print.c (Fwith_output_to_temp_buffer): Likewise.
17182 * window.c (Fsave_window_excursion): Likewise.
17183 * editfns.c (Fsave_excursion, Fsave_current_buffer)
17184 (Fsave_restriction): Likewise.
17185 * eval.c (Frun_hooks, Frun_hook_with_args)
17186 (Frun_hook_with_args_until_failure)
17187 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
17188 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
17189 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
17190 (Funwind_protect, Fcondition_case): Likewise.
17191 * coding.c (Ffind_operation_coding_system): Likewise.
17192 * keyboard.c (Ftrack_mouse): Likewise.
17193
17194 2001-10-21 Miles Bader <miles@gnu.org>
17195
17196 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
17197 (Fmake_hash_table): Add usage: string to doc string.
17198 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
17199 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
17200 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
17201 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
17202 (Fml_prefix_argument_loop): Likewise.
17203
17204 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17205
17206 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
17207
17208 * sysdep.c (init_sys_modes): Change doc-string comments to `new
17209 style' [w/`doc:' keyword].
17210
17211 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
17212 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
17213 comments to `new style' [w/`doc:' keyword].
17214
17215 2001-10-21 Jason Rumney <jasonr@gnu.org>
17216
17217 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
17218
17219 * w32term.c (remember_mouse_glyph): New function.
17220 (w32_mouse_position): Use it.
17221 (note_mouse_movement): If the mouse moved off the glyph, remember
17222 its new position.
17223
17224 * w32term.h (struct w32_output): Correct spelling of x_compatible.
17225 (w32_display_info): Add mouse_face_overlay.
17226
17227 * w32term.c (notice_overwritten_cursor): Renamed from
17228 note_overwritten_text_cursor. Rewritten to take glyph widths into
17229 account.
17230 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
17231 (fast_find_string_pos): New function.
17232 (fast_find_position): Return the correct vpos. Add parameter
17233 STOP. In the final row, stop before glyphs having STOP as object.
17234 Don't consider glyphs that are not from a buffer.
17235 (fast_find_position) [0]: Add a presumably more correct version
17236 for after 21.1.
17237 (expose_window_tree, expose_frame): Don't compute intersections here.
17238 (expose_window): Do it here instead.
17239 (expose_window_tree, expose_window, expose_line): Return 1 when
17240 overwriting mouse-face.
17241 (expose_window): If W is the window currently being updated, mark
17242 the frame garbaged.
17243 (expose_frame): If mouse-face was overwritten, redo it.
17244 (x_use_underline_position_properties): New variable.
17245 (syms_of_xterm): DEFVAR_BOOL it.
17246 (x_draw_glyph_string): Add comment to use it in future.
17247 (x_draw_glyph_string): Restore clipping after drawing box.
17248 Fix a computation of the underline position.
17249 (w32_get_glyph_string_clip_rect): Minor cleanup.
17250 (x_fill_stretch_glyph_string): Remove an assertion.
17251 (x_produce_glyphs): Don't convert multibyte characters
17252 to unibyte characters in unibyte buffers.
17253 (cursor_in_mouse_face_p): New function.
17254 (x_draw_stretch_glyph_string): Use it to choose a different GC
17255 when drawing a cursor within highlighted text. Don't draw
17256 background again if it has already been drawn.
17257 (x_draw_glyph_string_box): Don't draw a full-width
17258 box just because the glyph row's full_width_p flag is set.
17259 (x_draw_glyphs): Fix computation of rightmost x for
17260 full-width rows.
17261 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
17262 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
17263 change bottom shadow accordingly. Some cleanup.
17264 (x_update_window_end): Handle overwritten mouse face
17265 also for tool bar windows.
17266 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
17267 DRAW is DRAW_IMAGE_RAISED.
17268 (clear_mouse_face): Return 1 if text with mouse face was
17269 actually redrawn. Make the function static.
17270 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
17271 optimize away highlighting if we pass over that same overlay again.
17272 (note_mouse_highlight): Call mouse_face_overlay_overlaps
17273 to detect a case where we have to highlight a different region
17274 despite not having left the currently highlighted region.
17275 Set mouse_face_overlay in the x_display_info. Avoid changing the
17276 mouse pointer shape when show_mouse_face has already done it, or
17277 there is no need. Handle mouse-face and help-echo in strings.
17278 (glyph_rect): New function.
17279 (w32_mouse_position): Use it to raise the threshold for mouse
17280 movement event generation.
17281 (w32_initialize_display_info): Initialize the x_display_info's
17282 mouse_face_overlay.
17283 (w32_set_vertical_scroll_bar): Don't clear a zero height
17284 or width area.
17285 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
17286 a widget to zero height.
17287
17288 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
17289 Protect unibyte strings created by replacing their multibyte
17290 equivalents in menu_items.
17291 (w32_menu_show): Don't overwrite an item's name with its key
17292 description in case the description is a multibyte string.
17293 (single_submenu): Some cleanup.
17294
17295 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
17296 (postprocess_image): New function.
17297 (lookup_image): Call it for all image types except PostScript.
17298 (x_kill_gs_process): Call postprocess_image.
17299 (tiff_error_handler, tiff_warning_handler): New functions.
17300 (tiff_load): Install them as handlers.
17301 (x_kill_gs_process): Recognize if someone has cleared the image
17302 cache under us.
17303 (valid_image_p): Protect better against invalid image
17304 specifications. Previous code could signal an error.
17305 (Fx_hide_tip, Fshow_tip): Doc fix.
17306 (Fv_max_tooltip_size): New variable.
17307 (syns_of_xfns): DEFVAR_LISP it.
17308 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
17309 window buffer to *tip* right after creating the frame. Set frame's
17310 window_width. Use a maximum tooltip size specified by
17311 Vx_max_tooltip_size, if that has valid contents.
17312 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
17313 Make sure the tooltip is completely visible.
17314 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
17315 (Fx_create_frame): Adjust the frame's height for presence
17316 of the tool bar before calling x_figure_window_size.
17317 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
17318 when the window gets smaller.
17319 (x_set_foreground_color): Set frame's cursor_pixel.
17320 (x_set_foreground_color, x_set_background_color): Cleaned up.
17321 (x_set_font): Handle case of x_new_fontset returning the same name
17322 as before, although there was a change in fontsets.
17323
17324 2001-10-21 Miles Bader <miles@gnu.org>
17325
17326 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
17327 (Flogxor): Add usage: string to doc string.
17328 * charset.c (Fstring): Likewise.
17329 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
17330 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
17331
17332 2001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17333
17334 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
17335
17336 * alloc.c: Reindent DEFUNs with doc: keywords.
17337
17338 * abbrev.c (Finsert_abbrev_table_description): Reindent.
17339
17340 * frame.c: Change doc-string comments to `new style' [w/`doc:'
17341 keyword].
17342
17343 See ChangeLog.9 for earlier changes.
17344
17345 ;; Local Variables:
17346 ;; coding: iso-2022-7bit
17347 ;; End:
17348
17349 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
17350 Copying and distribution of this file, with or without modification,
17351 are permitted provided the copyright notice and this notice are preserved.
17352
17353 ;;; arch-tag: 5dcc435f-4038-4141-b3bf-5be51cd76bd4