Automatically detect libXpm.
[bpt/emacs.git] / src / ChangeLog
CommitLineData
8b53dc06
JR
12003-02-01 Jason Rumney <jasonr@gnu.org>
2
3 * fileio.c (Fcopy_file) [WINDOWSNT]: Reverse logic for setting
4 timestamp.
5
b222e415
DL
62003-01-31 Dave Love <fx@gnu.org>
7
8 * syntax.c (Fskip_chars_forward)
9 (open-paren-in-column-0-is-defun-start): Doc fix.
10
c60ee5e7
JB
112003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
12
13 * fileio.c: Support // at start of name for Cygwin (just added proper
14 preprocessor tests).
15
16 * keyboard.c: Port to Cygwin (just added proper preprocessor tests).
17
18 * Makefile.in: Use @EXEEXT@ for Cygwin.
19
20 * mem-limits.h: Added ifdef to define BSD4_2 for Cygwin.
21
22 * s/cygwin.h: Added for Cygwin port.
23
53b37591
JB
242003-01-31 Juanma Barranquero <lektu@terra.es>
25
26 * w32fns.c (DrawText): Kludge to avoid a redefinition on Windows
27 when including gif_lib.h.
fe929957
JB
28 (init_gif_functions, init_tiff_functions): New functions.
29 (gif_load, tiff_load): Sync with xfns.c version. Adjust colors for
30 Windows. Disable color table lookups. Call library functions
53b37591 31 through pointers determined at runtime.
fe929957
JB
32 (init_external_image_libraries): Try to load libungif.dll and
33 libtiff.dll.
53b37591 34
45415a8f
KH
352003-01-31 Kenichi Handa <handa@m17n.org>
36
37 * xdisp.c (SKIP_GLYPHS): New macro.
38 (set_cursor_from_row): Skip all glyphs that comes from overlay
39 string.
40
a97e4138
JD
412003-01-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
42
43 * gtkutil.c (free_frame_tool_bar): Removed debug printf.
44
6eed9bed
DL
452003-01-30 Dave Love <fx@gnu.org>
46
47 * alloc.c (Vgc_elapsed, gcs_done): New variables.
48 (Fgarbage_collect): Use them.
49 (init_alloc, syms_of_alloc): Set them up.
50
100dcd40
JB
512003-01-30 Juanma Barranquero <lektu@terra.es>
52
53 * w32fns.c (init_external_image_libraries): Add missing operator.
54
fbd852af
JR
552003-01-29 Jason Rumney <jasonr@gnu.org>
56
57 * w32fns.c (init_external_image_libraries): Allow jpeg-62.dll as
58 an alternative name for jpeg.dll.
59
8a2d8020
KH
602003-01-29 Kenichi Handa <handa@m17n.org>
61
62 * xdisp.c (set_cursor_from_row): Pay attention to string display
63 properties.
64
058c18c7
AC
652003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
66
67 * macterm.c (keycode_to_xkeysym_table): Add <tab>, <backspace>,
68 <escape>.
69 (keycode_to_xkeysym_table): Reformat and add more comments.
70 (XTread_socket): Drop special case for backspace.
71
385f11cf
AC
722003-01-28 Andrew Choi <akochoi@shaw.ca>
73
74 * macfns.c (x_to_mac_color): Correct the order for parsing the RGB
75 values in old-style RGB specs.
76
c922a224
JB
772003-01-27 Juanma Barranquero <lektu@terra.es>
78
79 * w32fns.c (init_external_image_libraries): Try alternate names for the
80 jpeg dll.
81
0a1d6de0
JD
822003-01-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
83
84 * gtkutil.c (create_dialog, xg_separator_p)
85 (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
86 before calling strcmp or strlen.
87
a97e4138 882003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1d1885fc
JD
89
90 * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
91 and handle image load failure.
92
28908312
JR
932003-01-26 Jason Rumney <jasonr@gnu.org>
94
95 * w32fns.c (init_jpeg_functions, jpeg_resync_to_restart_wrapper):
96 New functions.
97 (jpeg_load): Sync with xfns.c version. Adjust colors for Windows.
98 Disable color table lookups. Call jpeg library functions
99 through pointers determined at runtime.
100 (init_external_image_libraries): Try to load jpeg.dll.
101
84e47416
RS
1022003-01-25 Richard M. Stallman <rms@gnu.org>
103
104 * lisp.h: Declare format2 instead of format1.
105
106 * fileio.c (barf_or_query_if_file_exists):
107 Call format2 instead of format1.
108
109 * editfns.c (format2): New function, replaces format1
110 but takes exactly two Lisp Objects as format args.
111
112 * buffer.c (Fkill_buffer): Call format2 instead of format1.
113
a97e4138 1142003-01-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1fcfb866
JD
115
116 * xterm.h: Change to return value of x_dispatch_event to int.
117
118 * xterm.c (x_filter_event): New function.
119 (event_handler_gdk, XTread_socket): Call x_filter_event.
120 (x_dispatch_event): Change to return value of finish.
121 (event_handler_gdk): Use return value from x_dispatch_event.
122
123 * xfns.c (x_window): Call create_frame_xic for GTK version to
124 initialize input methods.
125
126 * gtkutil.h: Add (void) prototypes.
127
128 * gtkutil.c (create_menus): Remove code that puts the help menu to
129 the right.
130
54eefef1
JR
1312003-01-25 Jason Rumney <jasonr@gnu.org>
132
133 * w32fns.c (XPutPixel): Handle monochrome images; used for masks.
134 [HAVE_PNG]: Sync with xfns.c version.
135 (png_load): Adjust colors for Windows. Use Windows
136 bitmaps. Disable color table lookups.
c262430d
JR
137 (DEF_IMGLIB_FN, LOAD_IMGLIB_FN): New macros.
138 (init_png_functions): New function.
139 (png_read_from_memory, png_load): Call png library functions
140 through pointers determined at runtime.
141 (QCloader, QCbounding_box, QCpt_width, QCpt_height): Declare.
142 (init_external_image_libraries): New function.
143 (init_xfns): Call it.
54eefef1 144
1a9e275b
AS
1452003-01-24 Andreas Schwab <schwab@suse.de>
146
147 * minibuf.c (Fminibuffer_message): Verify type of parameter.
148
a97e4138 1492003-01-24 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
81e302ef
JD
150
151 * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
152 of static initializer.
153
422eec7e
DL
1542003-01-24 Dave Love <fx@gnu.org>
155
156 * s/gnu-linux.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
157 architectures.
158
159 * alloc.c (mark_stack) [!GC_LISP_OBJECT_ALIGNMENT && __GNUC__]:
160 Use __alignof__.
161
2a026b04
KH
1622003-01-24 Kenichi Handa <handa@m17n.org>
163
164 * keyboard.c (adjust_point_for_property): New second arg MODIFIED.
165 It it is nonzero, don't pretend that an invisible area doesn't
166 exist.
167 (command_loop_1): Call adjust_point_for_property with proper
168 second arg.
169
a18bb28d
JR
1702003-01-22 Jason Rumney <jasonr@gnu.org>
171
172 Sync changes with xterm.c and xfns.c.
173
174 * w32term.c (x_draw_glyph_string_foreground)
175 (x_draw_composite_glyph_string_foreground): Implement overstriking.
176
177 * w32term.c (x_write_glyphs): Clear phys_cursor_on_p if current
178 phys_cursor's hpos is overwritten. This is still not completely
179 correct, as it doesn't really make sense to use hpos at all to
180 get the cursor glyph (as that is relative to the width of the
181 characters on the line, which may have changed during the update).
182
183 * w32term.c (notice_overwritten_cursor): Handle the special case
184 of the cursor being in the first blank non-text line at the
185 end of a window.
186
187 * w32term.c (x_draw_hollow_cursor, x_draw_bar_cursor)
188 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
189 Compute from the x position returned by x_draw_glyphs.
190
191 (x_display_and_set_cursor): Don't set phys_cursor_width here,
192 except for NO_CURSOR and system caret, to make phys_cursor_width
193 contain what its name suggests.
194 (notice_overwritten_cursor): Consider the cursor image erased if
195 the output area intersects the cursor image in y-direction.
196
197 * w32term.c (note_mode_line_or_margin_highlight): Renamed from
198 note_mode_line_highlight and extended.
199
200 * w32term.c (last_window): New variable.
201 (w32_read_socket) <WM_MOUSEMOVE>: Generate SELECT_WINDOW_EVENTs.
202 (note_mouse_movement): Remove reimplemented code in #if 0.
203
204 * w32fns.c (x_set_cursor_type): Set cursor_type_changed,
205 not update_mode_lines, and always set it to 1.
206
ac6e47ef
JR
2072003-01-21 Jason Rumney <jasonr@gnu.org>
208
209 * w32fns.c (IDC_HAND): Define it if system headers don't.
210
2112003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
212
213 * w32term.h (struct w32_output): New member hand_cursor.
214 (WM_EMACS_SETCURSOR): New message definition.
215
216 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
217 function w32_define_cursor.
218 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
219 position, change member name output_data.x to output_data.w32 and
220 add function w32_define_cursor.
221 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
222 and change member name output_data.x to output_data.w32.
223 (w32_initialize_display_info): Setup
224 dpyinfo->vertical_scroll_bar_cursor.
225
226 * w32fns.c (Vx_hand_shape): New variable.
227 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
228 WM_EMACS_SETCURSOR.
229 (x-create-frame): Setup Cursor types.
230
ceb39a17
JB
2312003-01-21 David Ponce <david@dponce.com>
232
ac6e47ef
JR
233 * w32term.c (w32_encode_char): For DIM=1 charset, set
234 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
235 x_encode_char change by Kenichi Handa <handa@m17n.org> on
ceb39a17 236 2002-09-30.)
ac6e47ef
JR
237 (w32_draw_relief_rect): Declare all args.
238 (w32_define_cursor): New.
239
240 * w32fns.c (w32_load_cursor): New function.
241 (w32_init_class): Use it.
242 (x_put_x_image): Declare all args.
243
46cf0bed
JB
2442003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
245
246 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
247
a97e4138 2482003-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e8794476
JD
249
250 * gtkutil.c: Must include stdio.h before termhooks.h
251
83fc9c63
DL
2522003-01-21 Dave Love <fx@gnu.org>
253
254 * alloc.c (Fgc_status): Print zombie list.
255 (mark_maybe_object) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
256 Fix assignment of zombies.
257 (Fgarbage_collect) [GC_MARK_STACK==GC_USE_GCPROS_CHECK_ZOMBIES]:
258 Don't take car of non-cons.
259
260 * s/sol2-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
261
262 * s/sunos4-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
263
fe04b8c8
JR
2642003-01-20 David Ponce <david@dponce.com>
265
266 * w32menu.c (digest_single_submenu): Declare all args.
267
268 Sync with 2002-12-23 Richard M. Stallman <rms@gnu.org>
269 changes in xmenu.c:
270
271 (parse_single_submenu): Use individual keymap's prompt
272 string as pane name, if there is one.
273 (set_frame_menubar): Save menu_items_n_panes from each call to
274 parse_single_submenu and use it when calling digest_single_submenu.
275
539e69a9
ST
2762003-01-20 Steven Tamm <steventamm@mac.com>
277
278 * macterm.c (XTread_socket): Checks for valid, visible window
279 before sending a scroll-wheel event.
280
675d000f
RS
2812003-01-20 Richard M. Stallman <rms@gnu.org>
282
283 * xdisp.c (redisplay_window): If mini window's buffer is not
284 a minibuffer, then redisplay it like other windows.
285
a97e4138 2862003-01-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22174d10
JD
287
288 * gtkutil.c (xg_create_frame_widgets): Check if there is an
289 external tool bar before setting tool bar height.
290
a97e4138 2912003-01-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
488dd4c4 292
1db60b70
JD
293 * xterm.c (handle_one_xevent): Surround popup_activated
294 with #ifdef:s for non-toolkit version.
295
488dd4c4
JD
296 * Makefile.in (XOBJ): Add gtkutil.o if USE_GTK
297 (gtkutil.o): New file.
298 (TOOLKIT_DEFINES): Set to -DUSE_GTK if HAVE_GTK.
299 (LIBW): Set to @GTK_LIBS@ if USE_GTK.
300
301 * gtkutil.c: New file for GTK version.
302
303 * gtkutil.h: New file for GTK version.
304
305 * xterm.h: Add xt_or_gtk_widget.
306 Include gtk files for USE_GTK.
307 (struct x_output): Add toolbar_height.
308 (struct x_output): Add GTK widgets and Gdk size_hints.
309 (GTK_WIDGET_TO_X_WIN, FRAME_GTK_OUTER_WIDGET, FRAME_GTK_WIDGET)
310 (FRAME_OUTER_WINDOW): New macros for USE_GTK.
311 (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
312
313 * xterm.c: Include gtkutil.h for USE_GTK.
314 Declare extern void free_frame_menubar for USE_GTK.
315 (note_mouse_highlight): Check popup_activated for USE_GTK.
316 (xt_action_hook): Don't compile if USE_GTK.
317 (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
318 (xg_scroll_callback): New function.
319 (x_create_toolkit_scroll_bar): Call xg_create_scroll_bar for USE_GTK.
320 (x_set_toolkit_scroll_bar_thumb): Call xg_set_toolkit_scroll_bar_thumb
321 for USE_GTK.
322 (x_scroll_bar_create): Call xg_update_scrollbar_pos and
323 xg_show_scroll_bar for USE_GTK.
324 (x_scroll_bar_remove): Call xg_remove_scroll_bar for USE_GTK.
325 (XTset_vertical_scroll_bar): Call xg_update_scrollbar_pos for USE_GTK.
326 (event_handler_gdk): New function for USE_GTK.
327 (handle_one_xevent): Call xg_resize_widgets for USE_GTK.
328 (handle_one_xevent): Make sure widget is mapped before
329 calling x_real_positions for USE_GTK.
330 (XTread_socket): Add GTK event loop for USE_GTK.
331 (x_set_window_size): Call xg_frame_set_char_size for USE_GTK.
332 (x_make_frame_visible): Call gtk_widget_show_all for USE_GTK.
333 (x_make_frame_invisible): Call gtk_widget_hide for USE_GTK.
334 (x_iconify_frame): Add code for USE_GTK.
335 (x_free_frame_resources): Call gtk_widget_destroy for USE_GTK.
336 (x_wm_set_size_hint): Only compile if not USE_GTK. GTK version
337 is in gtkutil.c.
338 (x_term_init): Add initialization for GTK.
339 (syms_of_xterm): Set Vx_toolkit_scroll_bars for USE_GTK.
340
341 * xmenu.c: Include gtkutil.h for USE_GTK.
342 (Fx_popup_menu): Use current position if x and y is NIL.
343 (single_menu_item, single_menu_item, Fx_popup_dialog): Check
344 for USE_GTK.
345 (popup_widget_loop): New function for USE_GTK.
346 (x_activate_menubar): Add code for USE_GTK.
347 (popup_activate_callback, popup_deactivate_callback)
348 (menu_highlight_callback, menubar_selection_callback): USE_GTK versions
349 added.
350 (update_frame_menubar): Call xg_update_frame_menubar for USE_GTK.
351 (set_frame_menubar): Call xg_modify_menubar_widgets for USE_GTK.
352 (free_frame_menubar): Only compile if not USE_GTK. GTK version
353 is in gtkutil.c.
354 (popup_selection_callback): New version for USE_GTK.
355 (create_and_show_popup_menu): New fuction, one USE_GTK version and
356 one USE_X_TOOLKIT version.
357 (xmenu_show): Call create_and_show_popup_menu.
358 (dialog_selection_callback): New version for USE_GTK.
359 (create_and_show_dialog): New fuction, one USE_GTK version and
360 one USE_X_TOOLKIT version.
361 (xdialog_show): Call create_and_show_dialog.
362
363 * xfns.c: Include gtkutil for USE_GTK.
364 (x_window_to_frame, x_any_window_to_frame)
365 (x_non_menubar_window_to_frame, x_menubar_window_to_frame)
366 (x_top_window_to_frame): Add code for USE_GTK.
367 (x_set_background_color): Call xg_set_background_color for GTK.
368 (x_set_menu_bar_lines): Check for USE_GTK.
369 (x_set_tool_bar_lines): Call update_frame_tool_bar for USE_GTK.
370 (x_set_name, x_set_title): Call gtk_window_set_title for USE_GTK.
371 (x_window): Call xg_create_frame_widgets for USE_GTK.
372 (Fx_create_frame): Check for USE_GTK
373 (Fx_file_dialog): New implementation for USE_GTK.
488dd4c4
JD
374
375 * xdisp.c: Add check for USE_GTK for extern void set_frame_menubar.
376 (update_menu_bar): Add check for USE_GTK.
377 (update_tool_bar): Add check for USE_GTK and external tool bar.
378 (redisplay_tool_bar): Add check for USE_GTK and external tool bar.
379 (redisplay_internal): Add check for USE_GTK and popup_activated.
380 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_MENU_BAR.
381 (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
382 (display_menu_bar): Add check for USE_GTK
383
384 * lisp.h: Declare Vx_resource_name extern.
385
386 * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
387 for USE_GTK.
388 (make_lispy_event): Check MENU_BAR_EVENT for USE_GTK.
389
390 * frame.h (struct frame): Add external_tool_bar. Check for USE_GTK.
391 (FRAME_EXTERNAL_TOOL_BAR): New macro.
392 (FRAME_EXTERNAL_MENU_BAR): Check for USE_GTK.
393
394 * fileio.c (Fread_file_name): Add check for USE_GTK.
395
396 * dispnew.c (adjust_frame_glyphs_for_window_redisplay): Add
397 check for USE_GTK.
398
399 * config.in: Added HAVE_GTK
400
401 * alloc.c (Fgarbage_collect): Call xg_mark_data for GTK.
402
35d0e4fa
SM
4032003-01-18 Stefan Monnier <monnier@cs.yale.edu>
404
405 * charset.h (Funibyte_char_to_multibyte): Export.
406
a97e4138 4072003-01-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
bc82cdfe
JD
408
409 * xmenu.c (mouse_position_for_popup): New function.
410 (Fx_popup_menu): Call mouse_position_for_popup for X and
411 mouse_position_hook for others.
412
c8e88f8d
KS
4132003-01-17 Kim F. Storm <storm@cua.dk>
414
415 * editfns.c (Finsert): Mention `string-make-multibyte' and
416 `string-as-multibyte' in doc string.
417
1255b58a
KH
4182003-01-17 Kenichi Handa <handa@m17n.org>
419
3c02a6f5
KH
420 * fontset.c (syms_of_fontset): Setup Vfont_encoding_alist here.
421
1255b58a
KH
422 * editfns.c (Fformat): Convert an unibyte char argument that is
423 formatted by "%c" to multibyte if the total result must be a
424 multibyte string.
425
cd7df9c0
KS
4262003-01-16 Kim F. Storm <storm@cua.dk>
427
428 * process.c (set-process-filter): Document unibyte/multibyte-ness
429 of string argument.
430
56210ecd
KH
4312003-01-16 Kenichi Handa <handa@m17n.org>
432
433 * charset.h (NEXT_CHAR_BOUNDARY, PREV_CHAR_BOUNDARY): New macros.
434
435 * regex.c (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY.
436 (re_search_2): Likewise.
437
6df8b9fe
KH
4382003-01-15 Kenichi Handa <handa@m17n.org>
439
440 * xdisp.c (message_dolog): Fix bug of the case that *Message*
441 buffer is unibyte.
442
292ddc31
FP
4432003-01-15 Francesco Potort\e,Al\e(B <pot@gnu.org>
444
445 * fns.c (Fsubstring): Clarify doc string.
446
447 * textprop.c (Ftext_properties_at, Fnext_char_property_change)
448 (Fprevious_char_property_change)
449 (Fnext_single_char_property_change)
450 (Fprevious_single_char_property_change, Fnext_property_change)
451 (Fnext_single_property_change, Fprevious_property_change)
452 (Fprevious_single_property_change, Fadd_text_properties)
453 (Fput_text_property, Fset_text_properties)
454 (Fremove_text_properties, Fremove_list_of_text_properties)
455 (Ftext_property_any, Ftext_property_not_all): Clarify doc strings.
456
63e4e4c6
KS
4572003-01-14 Kim F. Storm <storm@cua.dk>
458
459 * process.h (struct Lisp_Process): New member plist replaces old
460 member private_vars. All uses changed.
461
462 * process.c: Reworked 2003-01-12 change -- call a plist a plist!
463 (QCplist): Renamed from QCvars. All uses changed.
464 (Fprocess_plist): Replaces Fprocess_variable. Simplified.
465 (Fset_process_plist): Replaces Fset_process_variable. Simplified.
466 (syms_of_process): Intern, staticpro, defsubr these.
467 (Fmake_network_process): Describe :plist arg. Removed :vars arg.
468
7ed16567
FP
4692003-01-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
470
471 * m/delta.h: Removed (obsolete).
472
e833850f
FP
4732003-01-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
474
475 * fileio.c (Fdelete_directory, Fdelete_file): Document the
476 behaviour in front of symlinks.
477 (Fdelete_file): Raise an error on directories.
478
817cb127
DL
4792003-01-13 Dave Love <fx@gnu.org>
480
481 * fns.c (Freverse): Use QUIT.
482
3e8cf2ea
RS
4832003-01-13 Richard M. Stallman <rms@gnu.org>
484
e833850f 485 * minibuf.c (minibuffer_completion_contents):
3e8cf2ea
RS
486 Error if point is inside prompt.
487
488 * keyboard.c (command_loop_1): Don't redisplay directly
489 if there's a post-command-hook.
490
491 * fileio.c (syms_of_fileio) <directory-sep-char>: Doc fix.
492 (Fdo_auto_save): Add gcpros around Ffile_name_directory.
493
2c10f029
KS
4942003-01-12 Kim F. Storm <storm@cua.dk>
495
94e8ffca
KS
496 * process.h (struct Lisp_Process): New member private_vars.
497
63e4e4c6 498 * process.c (QCvars): New variable.
94e8ffca 499 (syms_of_process): Intern and staticpro it.
afd250cb 500 (Fset_process_contact): Removed function.
94e8ffca
KS
501 (Fprocess_variable, Fset_process_variable): New functions.
502 (syms_of_process): Defsubr them.
503 (Fstart_process): Initialize private_vars plist to nil.
504 (Fmake_network_process): New arg :vars to setup the private
505 variables for new network process.
506 (server_accept_connection): Copy server's private variables to
507 client process.
508
44117420
KS
509 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
510 crashes). Code rewritten and simplified. Now directly aligns the
511 pointer and recalculates pure_bytes_used, rather than aligning the
512 size and adjusting the pointer.
2c10f029 513
b8a76c6c
KS
5142003-01-11 Kim F. Storm <storm@cua.dk>
515
516 * process.c (Fset_process_contact): New function.
517 (syms_of_process): defsubr it.
518 (make-network-process): Update doc.
519
3a8d0899
AS
5202003-01-10 Andreas Schwab <schwab@suse.de>
521
522 * alloc.c (pure_alloc): Correct alignment for Lisp_Floats.
523 Reported by Berthold Gunreben <b.gunreben@web.de>.
524
4abc7470
DL
5252003-01-10 Dave Love <fx@gnu.org>
526
35d0e4fa 527 * composite.c (syms_of_composite): Make composition_hash_table weak.
4abc7470 528
b809d662
KS
5292003-01-09 Kim F. Storm <storm@cua.dk>
530
531 * process.c (Fmake_network_process): Convert new port number
532 to host byte order for `:service t' case. From Mario Lang.
533
a97e4138 5342003-01-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
bf338245
JD
535
536 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
537 instead of XtAppProcessEvent.
538
35d0e4fa
SM
539 * xterm.c (handle_one_xevent): New function.
540 (x_dispatch_event): New function.
bf338245
JD
541 (XTread_socket): Call handle_one_xevent.
542
35d0e4fa 543 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
bf338245
JD
544
545 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
546 call XQueryPointer to get coordinates.
547 (popup_get_selection): Do not set popup_activated_flag to zero,
548 let popup_deactivate_callback do that. Needed for Motif.
549 Call x_dispatch_event instead of XtDispatchEvent.
550 (xmenu_show): Calculate root coordinate from frame top/left position.
e833850f 551
c4af2bce
KS
5522003-01-08 Kim F. Storm <storm@cua.dk>
553
554 * process.c (server_accept_connection): Fixed recording of new
555 connection's local address in :local property of contact info.
556 (Fmake_network_process): Record local network address for new
557 client processes in :local property of contact info.
06e022f6 558 (format-network-address): Added arg OMIT-PORT. Callers changed.
c4af2bce 559
00e3ab56
DL
5602003-01-07 Dave Love <fx@gnu.org>
561
562 * Makefile.in (fns.o): Depend on coding.h.
563
f387e1fd
MR
5642003-01-07 Markus Rost <rost@math.ohio-state.edu>
565
566 * minibuf.c (Fread_variable): Doc fix.
567
568 * eval.c (Fuser_variable_p): Doc change. For custom variables,
569 use the same test as for custom-variable-p.
570
8c6d74c6
RS
5712003-01-05 Richard M. Stallman <rms@gnu.org>
572
573 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
574 Count LAST_LINE_MISFIT in scroll margin for end of window.
575 Move label too_near_end before setting SCROLL_MARGIN_POS.
576 Set LAST_LINE_MISFIT before jumping there.
e833850f 577
8c6d74c6
RS
578 * xdisp.c (try_scrolling): Calculate amount_to_scroll better in
579 scroll_conservatively case. If scrolling that much doesn't change
580 STARTP, move it down one line.
581
35d0e4fa
SM
582 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
583 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
e833850f 584
35d0e4fa
SM
585 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
586 selected frame.
8c6d74c6
RS
587
588 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
589 (syms_of_keymap): staticpro them.
590 (Fapropos_internal): Initialize them and clear them out.
591 Don't GCPRO them.
592
593 * buffer.c (syms_of_buffer) <scroll-up-aggressively, scroll-down-aggressively>:
594 Doc fixes.
595
596 * lisp.h: New misc type Lisp_Save_Value.
597 (enum Lisp_Misc_Type): Add Lisp_Misc_Save_Value.
598 (XSAVE_VALUE): New macro.
599 (struct Lisp_Save_Value): New data type.
600 (union Lisp_Misc): Add u_save_value alternative.
601 (make_save_value): Declared.
602
603 * alloc.c (make_save_value): New function.
604
605 * xterm.c (x_catch_errors): Save dpy using make_save_value.
606 (x_catch_errors_unwind): Call XSync.
607
6082003-01-01 Richard M. Stallman <rms@gnu.org>
609
610 * window.c (window_scroll_pixel_based): Partially undo last change.
611
612 * keyboard.c (command_loop_1): Call adjust_point_for_property
613 in direct action cases for Qforward_char and Qbackward_char.
614 Set already_adjusted so it won't be done twice.
615
6162002-12-30 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
617
618 * src/config.in (!HAVE_SIZE_T): Fix order of arguments in
619 type definition of size_t.
620
8c609cff
ST
6212003-01-02 Steven Tamm <steventamm@mac.com>
622
623 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
624 distinguish Carbon GUI builds from X11 builds on darwin.
625
b37113a1
ST
6262002-12-30 Steven Tamm <steventamm@mac.com>
627
e833850f 628 * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2
b37113a1
ST
629 to default to t.
630
fa634a5e
FP
6312002-12-29 Francesco Potort\e,Al\e(B <pot@gnu.org>
632
633 * data.c (Fstring_to_number, Fminus): Better English in doc strings.
634
ce0669d4
ST
6352002-12-28 Steven Tamm <steventamm@mac.com>
636
fa634a5e
FP
637 * Makefile.in (macosx-bundle): Fixes to Mac OS X/Carbon port to
638 allow building in a different directory than source. Uses some
ce0669d4
ST
639 GNU Make extensions, but there is no other make on Mac OS X.
640
2308af15
FP
6412002-12-26 Francesco Potort\e,Al\e(B <pot@gnu.org>
642
643 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
644 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
35d0e4fa
SM
645 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
646 (Fstring_to_number): Mention the returned value in the doc strings.
2308af15 647
2155ecf3
RS
6482002-12-23 Richard M. Stallman <rms@gnu.org>
649
650 * buffer.c (syms_of_buffer) <scroll-up-aggressively>
651 <scroll-down-aggressively>: Doc fix.
652
653 * xmenu.c (parse_single_submenu): Use individual keymap's prompt
654 string as pane name, if there is one.
655 (set_frame_menubar): Save menu_items_n_panes from each call to
656 parse_single_submenu and use it when calling digest_single_submenu.
657
658 * window.c (window_scroll_pixel_based): Fix check for reaching BEGV.
659 Don't try to make last line fully visible if it is past end of window.
660
61f1d295
ST
6612002-12-22 Steven Tamm <steventamm@mac.com>
662
35d0e4fa
SM
663 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
664 (mac_menu_show): Add support for hierarchical popup menus.
665 (add_menu_item): Remove indentation support.
666 (fill_submenu, fill_menu): Create hierarchical menus
667 instead of using indentation.
61f1d295 668
0b17a217
RS
6692002-12-22 Richard M. Stallman <rms@gnu.org>
670
671 * xdisp.c (try_cursor_movement): Don't call try_window here.
672 (redisplay_window): Never redisplay minibuffer when inactive.
673
674 * window.c (select_window_1): Undo 9/21 change.
675
402e4f8b
ST
6762002-12-22 Steven Tamm <steventamm@mac.com>
677
678 * macterm.c (XTread_socket): Call KeyTranslate for control and
679 meta to deal correctly shifted non-alpha characters, like C-S-5
680 being treated like C-%. Does not look for shift key to deal
681 with masking off control-key with mac-reverse-ctrl-meta.
682
f02cac82
RS
6832002-12-21 Richard M. Stallman <rms@gnu.org>
684
685 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
686 If it is non-nil, run timers. Use an unwind-protect to requeue
687 the events that were read ahead.
688 (popup_get_selection_unwind): New subroutine.
689 (popup_get_selection_queue): File-scope variable now holds that queue.
690 (xmenu_show): Pass 0 for DO_TIMERS to popup_get_selection.
691 (xdialog_show): Pass 1 for DO_TIMERS to popup_get_selection.
692 Use an unwind-protect to pop down the dialog box.
693 (xdialog_show_unwind): New subroutine implements that.
694
695 * xdisp.c (row_containing_pos): Change exit test using last_y.
696 (try_window_id): Abort if row_containing_pos returns null.
697
698 * lread.c (load_error_handler): New function.
699 (Fload): Handle errors in Fsubstitute_in_file_name.
700 Don't expect Fsignal to return.
701
88c71720
KS
702 * eval.c: Errors and throws work right with interrupt blocking.
703 (struct catchtag): New elt interrupt_input_blocked.
f02cac82 704 (unwind_to_catch): Restore interrupt_input_blocked from saved value.
2308af15 705 (internal_catch, Fcondition_case, internal_condition_case)
f02cac82
RS
706 (internal_condition_case_1, internal_condition_case_2): Save it.
707 (Fsignal): Don't do TOTALLY_UNBLOCK_INPUT.
708
709 * editfns.c (Fformat): Add parens.
710
711 * dired.c (file_name_completion): Fix that change.
712 Delete special quit-handling code; just use QUIT.
713
7142002-12-21 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
715
716 * dired.c (file_name_completion): Close directory on error
717 just as in directory_files_internal.
718
1a590729
DK
7192002-12-19 David Kastrup <David.Kastrup@t-online.de>
720
721 * window.c (Fset_window_configuration): Set old_point to correct
722 value when new_current_buffer == current_buffer.
723
ceb39a17 7242002-12-17 Ben Key <bkey1@tampabay.rr.com>
f02cac82 725
88c71720 726 Revisited my earlier fix for the following entry in etc/PROBLEMS:
9785d95b
BK
727 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
728 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
2308af15 729
9785d95b
BK
730 These changes were in part based upon suggestions made by Peter
731 'Luna' Runestig [peter@runestig.com].
732
733 * w32.c (g_b_init_is_windows_9x, g_b_init_open_process_token,
734 g_b_init_get_token_information, g_b_init_lookup_account_sid,
735 g_b_init_get_sid_identifier_authority ): Added several static
736 global variables.
737
738 * w32.c (globals_of_w32): New function. Used to initialize those
739 global variables that must always be initialized on startup even
740 when the global variable initialized is non zero. Its primary
741 purpose at this time is to set the global variables
742 g_b_init_is_windows_9x, g_b_init_open_process_token,
743 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
35d0e4fa
SM
744 g_b_init_get_sid_identifier_authority to 0 on startup.
745 Called from main.
9785d95b
BK
746
747 * w32.c (is_windows_9x): Perform initialization only if
748 g_b_init_is_windows_9x is equal to 0. On initialization set
749 g_b_init_is_windows_9x equal to 1.
750
751 * w32.c (open_process_token): Perform initialization only if
752 g_b_init_open_process_token is equal to 0. On initialization set
753 g_b_init_open_process_token equal to 1.
2308af15 754
9785d95b
BK
755 * w32.c (get_token_information): Perform initialization only if
756 g_b_init_get_token_information is equal to 0. On initialization
757 set g_b_init_get_token_information equal to 1.
2308af15 758
9785d95b 759 * w32.c (lookup_account_sid): Perform initialization only if
2308af15 760 g_b_init_lookup_account_sid is equal to 0. On initialization
9785d95b
BK
761 set g_b_init_lookup_account_sid equal to 1.
762
763 * w32.c (get_sid_identifier_authority): Perform initialization
35d0e4fa
SM
764 only if g_b_init_get_sid_identifier_authority is equal to 0.
765 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
9785d95b
BK
766
767 * w32fns.c (globals_of_w32fns): New function. Used to initialize
768 those global variables that must always be initialized on startup
35d0e4fa
SM
769 even when the global variable initialized is non zero.
770 Its primary purpose at this time is to initialize the global variable
9785d95b
BK
771 track_mouse_event_fn.
772
773 * w32fns.c (w32_wnd_proc): Remove initialization of
35d0e4fa 774 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
9785d95b
BK
775
776 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
777
778 * w32menu.c (globals_of_w32menu): New function. Used to
779 initialize those global variables that must always be initialized
780 on startup even when the global variable initialized is non zero.
781 Its primary purpose at this time is to initialize the global
782 variables get_menu_item_info and set_menu_item_info.
783
784 * w32menu.c (initialize_frame_menubar): Remove initialization of
785 get_menu_item_info and set_menu_item_info.
786
787 * w32menu.c (syms_of_w32menu): Call globals_of_w32menu.
788
789 * w32.h (globals_of_w32, globals_of_w32fns, globals_of_w32menu):
790 Declare them.
791
792 * emacs.c (main): Call globals_of_w32 prior to calling
793 init_environment if WINDOWSNT is defined. Call globals_of_w32fns
794 and globals_of_w32menu if initialized is non zero and HAVE_NTGUI
795 is defined.
796
797 * w32term.c (x_update_window_begin): Fix Windows API error
798 detected by BoundsChecker. Test to determine if
799 w32_system_caret_hwnd is NULL prior to attempting to use
800 SendMessage to send the WM_EMACS_HIDE_CARET message to it.
801
802 * w32term.c (x_update_window_end): Fix Windows API error
803 detected by BoundsChecker. Test to determine if
804 w32_system_caret_hwnd is NULL prior to attempting to use
805 SendMessage to send the WM_EMACS_SHOW_CARET message to it.
2308af15 806
b6da19ef
KH
8072002-12-17 Kenichi Handa <handa@m17n.org>
808
809 * coding.c (coding_system_require_warning): New variable.
810 (syms_of_coding): DEFVAR it.
811
812 * coding.h (coding_system_require_warning): Extern it.
813
814 * fileio.c (choose_write_coding_system): Even if
815 Vcoding_system_for_write is non-nil, if
816 coding_system_require_warning is nonzero, call
817 Vselect_safe_coding_system_function.
818
bfcf6dbe
MR
8192002-12-17 Markus Rost <rost@math.ohio-state.edu>
820
821 * Makefile.in (lisp, shortlisp): Add cus-face and timer.
822 (lisp): Add font-core.
823
2c568af5
SM
8242002-12-13 Stefan Monnier <monnier@cs.yale.edu>
825
826 * textprop.c (text_read_only): New arg `propval'.
827 (get_char_property_and_overlay): Remove unused var `next_overlay'.
828 (verify_interval_modification): Use text_read_only's new arg.
829
b8c6225c
KH
8302002-12-13 Kenichi Handa <handa@m17n.org>
831
832 * coding.c (Funencodable_char_position): Set pend correctly.
833
706ddb8f
JR
8342002-12-12 Jason Rumney <jasonr@gnu.org>
835
836 * w32term.c (last_mousemove_x, last_mousemove_y): New variables.
837 (w32_read_socket) <WM_MOUSEMOVE>: Use them to detect non-movement.
838 Be more careful about when help_events are generated.
839
96720f09
ST
8402002-12-12 Steven Tamm <steventamm@mac.com>
841
842 * macterm.c (mac_check_for_quit_char): Correctly set the
843 modifiers of the event to 0.
844 * mac.c (sys_select): Duplicate rfds before calling select to
845 ensure that rfds survive the while loop.
846
e5ae1c49
KS
8472002-12-11 Kim F. Storm <storm@cua.dk>
848
849 * xdisp.c (try_window_id): Don't call set_cursor_from_row if
850 row_containing_pos returned NULL.
851
2eb46b2d
ST
8522002-12-10 Steven Tamm <steventamm@mac.com>
853
854 * mac.c (sys_read): Fixed sys_read to not call select if IO is
2c568af5 855 non-blocking.
bdce610d
ST
856 (sys_select): Fixed sys_select to not use a timeout larger than
857 the one given.
2eb46b2d 858
b11f1d8a
JB
8592002-12-10 Juanma Barranquero <lektu@terra.es>
860
861 * editfns.c (Fformat): Use alloca, not _alloca.
862
d8528226
RS
8632002-12-09 Richard M. Stallman <rms@gnu.org>
864
865 * buffer.c (Fget_buffer_create): Call Qucs_set_table_for_input
866 as the last thing.
867
a4ac5b17
DL
8682002-12-09 Dave Love <fx@gnu.org>
869
88c71720 870 * s/sol2-8.h: Removed. (Not necessary.)
a4ac5b17 871
f02cac82 8722002-12-09 Matthew Swift <swift@alum.mit.edu>
ac42d7b9
KG
873
874 * editfns.c (Fformat): Handle precision in string conversion
875 specifiers like libc functions do (ie, print at most that many
f02cac82 876 characters).
ac42d7b9 877
85cce843
RS
8782002-12-08 Richard M. Stallman <rms@gnu.org>
879
880 * xdisp.c (row_containing_pos): Check more carefully
881 whether charpos is really in the row before returning it.
882
0d4d26a7
ST
8832002-12-07 Steven Tamm <steventamm@mac.com>
884
df4d1023 885 * sysdep.c (emacs_read) [HAVE_CARBON]: Have emacs_read use sys_read.
0d4d26a7 886
df4d1023
KS
887 * eval.c (Feval) [HAVE_CARBON]: Calls mac_check_for_quit_char at
888 each stack frame. This may change as it could be time consuming.
b11f1d8a
JB
889
890 * macterm.c (mac_check_for_quit_char, quit_char_comp)
891 (init_quit_char_handler, mac_determine_quit_char_modifiers)
6c465a15 892 (mac_initialize): Added code to check for pressing of quit_char
2c568af5 893 in the OS event queue.
0d4d26a7
ST
894
895 * mac.c (sys_select): Call mac_check_for_quit_char every second
896 while blocking on select.
b11f1d8a 897
0d4d26a7 898 * mac.c (sys_read): Use sys_select to test for input first
f02cac82 899 before calling read, to allow C-g to break.
0d4d26a7 900
9252f7bc
RS
9012002-12-07 Richard M. Stallman <rms@gnu.org>
902
903 * minibuf.c (Fcompleting_read): Doc fix.
904
905 * lread.c (syms_of_lread) <load-history>: Doc fix.
906
907 * fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
908
909 * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
910 autoload.
911
912 * data.c (Fdefalias): Record in load-history redefining an autoload.
913
914 * alloca.c: Undo ifdef change accidentally made on 12-04.
915
bfa261c0
FP
9162002-12-06 Francesco Potorti` <pot@gnu.org>
917
2c568af5 918 * xfns.c (png_load): Avoid double gamma correction for PNG images.
bfa261c0 919
c5992177
RS
9202002-12-04 Richard M. Stallman <rms@gnu.org>
921
922 * sysdep.c (fcntl.h): Test only HAVE_FCNTL_H.
923
924 * fileio.c (fcntl.h): Test only HAVE_FCNTL_H.
925
926 * alloca.c: Don't use #error.
927
02d588e2
DL
9282002-12-03 Dave Love <fx@gnu.org>
929
930 * buffer.c (Qucs_set_table_for_input): New.
931 (Fget_buffer_create): Use it.
932 (Qset_buffer_major_mode_hook): Deleted.
933 (Fset_buffer_major_mode): Revert previous change.
934 (init_buffer_once): Intern ucs-set-table-for-input.
2c568af5
SM
935 (syms_of_buffer): Delete Qset_buffer_major_mode_hook.
936 Add &Qucs_set_table_for_input.
02d588e2 937
451e2697
AS
9382002-12-03 Andreas Schwab <schwab@suse.de>
939
940 * callint.c (Fcall_interactively): Use next_event only if less
941 than key_count.
942
72742a99
AC
9432002-12-02 Andrew Choi <akochoi@shaw.ca>
944
945 * macmenu.c (add_menu_item, fill_menubar): Truncate menu item
946 names to 255 characters.
947
948 * macterm.c (XTread_socket): If all frames have been collapsed,
949 expand the first one before handling drag-and-drop events.
950
951 * s/darwin.h (GETPGRP_NO_ARG): Delete. Replaced by GETPGRP_VOID,
952 which is detected by autoconf.
953
40e6ff95
ST
9542002-12-01 Steven Tamm <steventamm@mac.com>
955
6c465a15 956 * unexmacosx.c (copy_twolevelhints, dump_it): Now corrects the
40e6ff95
ST
957 offset in two hints table to allow prebinding to be redone and
958 allow the executable to be stripped.
959
c02138c6
DL
9602002-11-29 Dave Love <fx@gnu.org>
961
962 * fns.c (Frequire): Don't call LOADHIST_ATTACH if feature was
963 already provided.
964
0e47bbf7
RS
9652002-11-29 Richard M. Stallman <rms@gnu.org>
966
967 * xdisp.c (start_display): Check more intelligently for
968 whether the line is continued.
969 (move_it_vertically_backward): Clear it->continuation_lines_width.
970
44129dcb
DL
9712002-11-28 Dave Love <fx@gnu.org>
972
973 * s/amdahl.h, s/unipl5-0.h, m/sgi3000.h, s/3700.h, s/alliant-2800.h:
974 * s/alliant.h, s/altos.h: Deleted. (Unused/empty.)
975
f707342d
ST
9762002-11-27 Steven Tamm <steventamm@mac.com>
977
978 * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause
979 more descriptive error output from lread.c:Fload upon most require
980 cycles during boostrapping.
981
1637fd2c
JR
9822002-11-27 Jason Rumney <jasonr@gnu.org>
983
984 * fileio.c (Finsert_file_contents): Give a more appropriate error
985 for files bigger than 2Gb when off_t is 32 bit.
986
987 * dired.c (Ffile_attributes): Don't return negative file sizes for
988 files bigger than 2Gb when off_t is 32 bit.
989
540c2788
DL
9902002-11-27 Dave Love <fx@gnu.org>
991
6b2fd6ea
DL
992 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
993
2c568af5
SM
994 * systty.h: Don't conditionally define GETPGRP_NO_ARG.
995 Test GETPGRP_VOID instead.
6b2fd6ea
DL
996 [BSD_TERMIOS]: Remove definitions (never used).
997
998 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
999 Don't define.
1000 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
1001
540c2788
DL
1002 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
1003
8cc03716
JR
10042002-11-25 Jason Rumney <jasonr@gnu.org>
1005
1006 * w32.c (sys_write): Avoid non-blocking mode, which is not fully
1007 supported.
1008
4042a81a
DL
10092002-11-25 Dave Love <fx@gnu.org>
1010
1011 * unexalpha.c (update_dynamic_symbols): Cast arg of fatal_unexec.
1012
1013 * Makefile.in (TEMACS_LDFLAGS): Update last change.
1014
be4ee72f
AS
10152002-11-25 Andreas Schwab <schwab@suse.de>
1016
1017 * m/ia64.h: Restore `#ifndef NOT_C_CODE' deleted by last change.
1018
82122254
ST
10192002-11-24 Steven Tamm <steventamm@mac.com>
1020
1021 * unexmacosx.c (unexec_realloc): Use malloc_default_zone to
1022 determine the size of pointers alloced in unexed space instead
1023 of using possibly invalid emacs_zone pointers. This fixes the
1024 binary incompatibility problems caused by updates to libSystem.B.
1025
c1ee53bc
RS
10262002-11-24 Richard M. Stallman <rms@gnu.org>
1027
1028 * search.c (Fstring_match): Doc fix.
1029
1030 * callint.c (Fcall_interactively): If a command fails because
1031 `*' detects a read-only buffer, but RECORD_FLAG is set,
1032 record it anyway if the args don't actually do tty input.
1033
5598c32e
DL
10342002-11-22 Dave Love <fx@gnu.org>
1035
1036 * sysdep.c (stuff_char) [PROTOTYPES]: Provide ISO C arglist.
1037
1038 * keyboard.c (interrupt_signal): Provide forward declaration.
1039 (kbd_buffer_store_event): Don't declare interrupt_signal.
1040
2c568af5 1041 * xdisp.c (store_frame_title_char) [PROTOTYPES]: Provide ISO C arglist.
5598c32e 1042
97b14e22
RS
10432002-11-21 Richard M. Stallman <rms@gnu.org>
1044
1045 * eval.c (interactive_p): Skip any number of bytecode
1046 and special form frames, in any order.
1047
516eea8e
JR
10482002-11-20 Jason Rumney <jasonr@gnu.org>
1049
1050 * w32fns.c (convert_mono_to_color_image): New function.
1051 (xbm_load, xbm_load_image): Use it when foreground or background
1052 is explicitly set.
1053
04dbfa08
DL
10542002-11-19 Dave Love <fx@gnu.org>
1055
1056 * s/usg5-4.h, sco4.h (bcopy, bzero, bcmp): Don't define.
1057
b4aebae3
JR
10582002-11-18 Jason Rumney <jasonr@gnu.org>
1059
1060 * w32fns.c (x_build_heuristic_mask): Filter palette info from color.
cf234711 1061 (XPutPixel): Swap blue and red.
8f92c555
JR
1062 (xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
1063 (gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
1064 (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
1065 (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
b4aebae3 1066
1998560a
DL
10672002-11-18 Dave Love <fx@gnu.org>
1068
d824beee
DL
1069 * m/orion105.h (HAVE_ALLOCA): Don't define.
1070
a0f0878d 1071 * m/m68k.h, m/arm.h, mtekxd88.h, m/tower32v3.h: Don't define alloca.
d824beee
DL
1072
1073 * m/intel386.h: Don't include alloca.h or define alloca.
1074
1075 * m/ia64.h: Don't include alloca.h, stdlib.h. Don't declare
1076 malloc, realloc, calloc.
1077
1078 * m/hp800.h, m/sr2k.h, m/ns16000.h, m/wicat.h (bcopy, bzero)
1079 (bcmp): Don't define.
1080
1081 * m/delta.h (bcopy, bzero, bcmp, alloca): Don't define.
1082
1083 * m/amdahl.h: Don't define LIB_STANDARD.
1084
1085 * m/alpha.h: Move OSF1 stuff from here to s/osf1.h.
1086
1087 * s/osf1.h: Move OSF1 stuff from m/alpha.h to here.
1088
a0f0878d
SM
1089 * s/irix4-0.h, s/irix5-0.h, m/powerpcle.h, m/sparc.h:
1090 Don't include alloca.h.
d824beee
DL
1091
1092 * s/aix3-2.h (HAVE_FSYNC): Don't define.
1093
1998560a
DL
1094 * regex.c (_GNU_SOURCE): Don't define.
1095
1096 * process.c (_GNU_SOURCE): Don't define.
1097
1098 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
1099
6c465a15 11002002-11-18 Markus Rost <rost@math.ohio-state.edu>
8704a6ab
MR
1101
1102 * s/sol2-8.h: Include sol2-6.h.
1103
6ae2cd57
MB
11042002-11-18 Miles Bader <miles@gnu.org>
1105
1106 * dispextern.h (struct face): Add `overstrike' field.
a0f0878d 1107 * xterm.c (x_draw_glyph_string_foreground)
6ae2cd57
MB
1108 (x_draw_composite_glyph_string_foreground): Implement overstriking.
1109 * xfaces.c (load_face_font): Set `face->overstrike' based on
1110 result from choose_face_font.
1111 (best_matching_font, choose_face_font): Add `needs_overstrike'
1112 argument, and use it to return whether overstriking is desirable
1113 for this face/font combo.
1114 (set_font_frame_param: Pass new argument to choose_face_font.
1115
ceb39a17 11162002-11-17 Ben Key <BKey1@tampabay.rr.com>
6ae2cd57 1117
3582b6a3
SM
1118 This change is my fix for the following entry in etc/PROBLEMS:
1119 "Emacs built on Windows 9x/ME crashes at startup on Windows XP,
1120 or Emacs builtpart of on XP crashes at startup on Windows 9x/ME."
1121
f60ae425
BK
1122 * w32.c: Added wrapper functions around the win32 API functions
1123 OpenProcessToken, GetTokenInformation, LookupAccountSid, and
1124 GetSidIdentifierAuthority. These wrapper functions serve two
1125 purposes:
1126 1. They ensure that the wrapped function can never be called
1127 when Emacs is running on an operating system on which they are
1128 not supported (Microsoft Windows 95 / 98 / ME).
1129 2. They call the wrapped functions via function pointers rather
1130 than calling them directly. This avoids taking advantage of the
1131 undocumented fact that although these functions are not supported
1132 in the 9x branch of Microsoft Windows, the functions do exist in
1133 the version of advapi32.dll that is found in the 9x branch of
1134 Microsoft Windows.
f60ae425
BK
1135
1136 * w32.c (init_user_info): Replaced the calls to the win32 API
1137 functions OpenProcessToken, GetTokenInformation, LookupAccountSid,
1138 and GetSidIdentifierAuthority with calls to the newly added
1139 wrapper functions.
f60ae425
BK
1140
1141 * w32.h: Added extern declarations for the following functions:
1142 syms_of_w32term, syms_of_w32fns, syms_of_w32select,
1143 syms_of_w32menu, and void syms_of_fontset.
f60ae425
BK
1144
1145 * w32fns.c (w32_wnd_proc): Added code to reinitialize the
1146 function pointer track_mouse_event_fn in the handler for the
1147 WM_SETFOCUS message.
f60ae425 1148
6c465a15 1149 * w32menu.c (initialize_frame_menubar): Added code to
f60ae425
BK
1150 reinitialize the function pointers set_menu_item_info and
1151 get_menu_item_info.
3582b6a3 1152
ceb39a17 11532002-11-17 Ben Key <BKey1@tampabay.rr.com>
f60ae425 1154
a0f0878d 1155 * sound.c: Added a partial implementation of play-sound-internal
f60ae425
BK
1156 for Microsoft Windows. Added various #ifdef / #else / #endif
1157 code blocks to separate the code that will compile under
1158 Microsoft Windows from the code that is specific to Gnu/Linux.
a0f0878d
SM
1159 Moved several blocks of code around to make this separation of code
1160 into Windows compatible and Gnu/Linux compatible code blocks easier.
f60ae425 1161
a0f0878d 1162 * makefile.w32-in: Include sound.c and link with WinMM.lib.
f60ae425
BK
1163
1164 * s/ms-w32.h: Defined the symbol HAVE_SOUND so that the newly
1165 added support for play-sound-internal under Windows would be
1166 included in the build of Emacs.
a0f0878d 1167
517f42a0
JR
11682002-11-16 Jason Rumney <jasonr@gnu.org>
1169
1170 * w32fns.c (w32_load_system_font): Don't disable Cleartype.
1171
1172 * w32term.c (w32_get_glyph_string_clip_rect): Clip cursor tightly.
1173
a0f0878d
SM
11742002-11-15 Stefan Monnier <monnier@cs.yale.edu>
1175
1176 * keyboard.c (command_loop_1): Fix int/Lisp_Object mixup.
1177 (adjust_point_for_property): Move out of display and invisible even if
1178 we were already inside before (in case a property was added while
1179 we weren't looking). Be more careful when handling invisible props.
1180 Skip invisible text as if it really wasn't there at all.
1181
aab83f91
JR
11822002-11-15 Jason Rumney <jasonr@gnu.org>
1183
1184 * w32term.c (x_draw_image_foreground)
1185 (w32_draw_image_foreground_1): Use standard copy and invert
1186 operations to draw images.
1187
1188 * w32fns.c (x_create_x_image_and_pixmap): Fill in palette for
1189 depth of 1.
1190 (xbm_read_bitmap_data): Invert bits as xbm is read in.
1191 (XPutPixel): Don't invert bits here.
1192
a4478a76
JR
11932002-11-15 Jason Rumney <jasonr@gnu.org>
1194
1195 * w32term.c (x_draw_image_foreground, x_draw_image_glyph_string)
1196 (w32_draw_image_foreground_1): Handle image masks.
1197 (x_draw_image_glyph_string): Don't BitBlt transparently.
1198
1199 * w32fns.c (w32_defined_color): Adjust RGB values for Emacs.
1200 (x_from_xcolors): Adjust RGB values for W32.
1201 (image_background, image_background_transparent)
1202 (postprocess_image, x_to_xcolors, x_disable_image)
1203 (x_build_heuristic_mask): Adapt for W32 and enable.
1204 (x_create_x_image_and_pixmap): Mark images with palettes as such.
1205 (xbm_load): Remove unused variable.
1206
03670a65
RS
12072002-11-14 Richard M. Stallman <rms@gnu.org>
1208
1209 * buffer.c (syms_of_buffer): Doc fix.
1210
59daa29a
DL
12112002-11-14 Dave Love <fx@gnu.org>
1212
1213 * alloc.c (SETJMP_WILL_NOT_WORK): Add note.
1214
8e685dc6
SM
1215 * xterm.c (x_draw_relief_rect, x_draw_box_rect, x_update_cursor):
1216 * xmenu.c (unuse_menu_items, digest_single_submenu):
1217 * xfns.c (x_put_x_image):
1218 * xdisp.c (message2_nolog, set_message):
1219 * undo.c (record_point):
1220 * terminfo.c (tparam):
1221 * syntax.c (scan_sexps_forward):
1222 * scroll.c (calculate_scrolling, calculate_direct_scrolling):
1223 * composite.c (update_compositions):
1224 * cm.c (calccost, cmgoto):
59daa29a
DL
1225 * charset.c (c_string_width): Declare all args (per C99).
1226
8e685dc6 1227 * frame.h (get_specified_cursor_type, get_window_cursor_type): Declare.
59daa29a
DL
1228
1229 * lisp.h (get_specified_cursor_type, get_window_cursor_type):
1230 Don't declare.
1231
1232 * emacs.c (main) [!VMS]: Avoid third arg.
1233
1234 * fns.c (Fcopy_sequence): Doc fix.
49f8f50a 1235 (Fmap_char_table): Cast `call2'.
59daa29a 1236
407fa601
FP
12372002-11-14 Francesco Potorti` <pot@gnu.org>
1238
1239 * s/sol2-8.h: New file.
1240
58a7e98d
KS
12412002-11-14 Kim F. Storm <storm@cua.dk>
1242
1243 * buffer.c (syms_of_buffer) <mode-line-format>: Document symbol
1244 dependency on `risky-local-variable' and the :propertize form.
1245
3ceb4629
SM
12462002-11-12 Stefan Monnier <monnier@cs.yale.edu>
1247
8e685dc6
SM
1248 * fns.c (Fmap_char_table): Don't use map_char_table's function arg.
1249
3ceb4629
SM
1250 * syntax.c (scan_sexps_forward): Undo last patch.
1251 Use a more obvious fix: check eob before updating the syntax table.
1252
b7305e01
SM
12532002-11-09 Stefan Monnier <monnier@cs.yale.edu>
1254
1255 * syntax.c (scan_sexps_forward): Update syntax table before reading
1256 a char rather than after so we don't update the table past eob.
1257
2671e4de
DL
12582002-11-09 Dave Love <fx@gnu.org>
1259
1260 * buffer.c (Fset_buffer_major_mode): Fix last change.
1261
1262 * regex.c (regexec): Fix pmatch declaration.
1263
1264 * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input.
1265
1266 * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input
1267 to self-inserting characters.
1268 (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
1269
1270 * coding.c (Vtranslation_table_for_input): New.
1271 (syms_of_coding): DEFVAR it.
1272
63e9e99c
JB
12732002-11-08 Juanma Barranquero <lektu@terra.es>
1274
1275 * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable
1276 window.
1277
a959f11e
KS
12782002-11-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1279
1280 * process.c (Fformat_network_address): Removed unused locals p,
1281 cp, and i.
1282
b8b60362
DL
12832002-11-06 Dave Love <fx@gnu.org>
1284
1285 * buffer.c (Qset_buffer_major_mode_hook): New.
1286 (Fset_buffer_major_mode): Use it.
1287
318db6cb
RS
12882002-11-06 Richard M. Stallman <rms@gnu.org>
1289
1290 * xterm.c (x_term_init): Use turn_on_atimers, not start_polling
1291 and stop_polling.
1292
1293 * process.c (wait_reading_process_input):
1294 Test POLLING_PROBLEM_IN_SELECT, not hpux.
1295 Avoid initialization for auto Lisp_Object var.
1296
1297 * s/hpux11.h (POLLING_PROBLEM_IN_SELECT): Add #undef.
1298
1299 * s/hpux10.h (POLLING_PROBLEM_IN_SELECT): Defined.
1300
44248360
RS
13012002-11-05 Richard M. Stallman <rms@gnu.org>
1302
1303 * s/sol2-5.h (BROKEN_SIGIO): Turn off the #undef.
1304
1305 * callint.c (Fcall_interactively): New local filter_specs.
1306 (Fcall_interactively): Check for progn as well as let.
1307 Add a gcpro.
1308 (Qprogn): New variable.
1309 (syms_of_callint): Staticpro and init Qprogn.
1310
3f9ab804
JPW
13112002-11-04 John Paul Wallington <jpw@shootybangbang.com>
1312
1313 * lread.c (Feval_buffer): Doc fix.
1314
5e3cb80d
DL
13152002-11-04 Dave Love <fx@gnu.org>
1316
1317 * keyboard.c (read_char): Always translate iff
1318 Vkeyboard_translate_table is a char table and c is valid.
1319
1320 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
1321 and fix C types.
1322
7e16ef60
SM
13232002-11-03 Stefan Monnier <monnier@cs.yale.edu>
1324
266b4e3a
SM
1325 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.
1326
1327 * editfns.c (get_pos_property): Don't hardcode Qfield.
1328
7e16ef60
SM
1329 * keyboard.c (adjust_point_for_property): Handle `display' prop on
1330 overlays. Also handle `invisible' prop.
1331
13322002-11-02 Stefan Monnier <monnier@cs.yale.edu>
1333
1334 * coding.c (decode_coding_emacs_mule, decode_coding_iso2022)
1335 (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
1336
304f1f12
AS
13372002-11-01 Andreas Schwab <schwab@suse.de>
1338
2c568af5 1339 * editfns.c (Fmessage): Revert last change to properly handle %%.
304f1f12 1340
86fad4ec
SM
13412002-11-01 Stefan Monnier <monnier@cs.yale.edu>
1342
1343 * xmenu.c (unuse_menu_items): New fun.
1344 (menu_items_inuse): New var.
1345 (syms_of_xmenu): Initialize it.
1346 (init_menu_items): Use it to detect re-entrance.
b2b41304 1347 (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset when done.
86fad4ec
SM
1348 (Fx_popup_menu): Remove spurious XSETFRAME.
1349
1350 * editfns.c (find_field): Make an exception for nil fields.
1351
97098195
DL
13522002-11-01 Dave Love <fx@gnu.org>
1353
1354 * m/gec63.h: Deleted.
1355
296b9246
DL
13562002-10-31 Dave Love <fx@gnu.org>
1357
1358 * xterm.c (XTread_socket): Fix last change.
1359 (xaw_scroll_callback): Cast call_data to long to avoid warning.
1360
8d2ff840
SM
13612002-10-31 Stefan Monnier <monnier@cs.yale.edu>
1362
1363 * process.c (Fformat_network_address): Fix int/Lisp_Object mixup.
1364
68eb8bd5
SM
13652002-10-30 Stefan Monnier <monnier@cs.yale.edu>
1366
1367 * editfns.c (overlays_around, get_pos_property): New funs.
1368 (find_field): Use them.
1369 Also be careful not to modify POS before its last use.
1370 (Fmessage): Don't Fformat if there's nothing to format.
1371
2baf1bfa
DL
13722002-10-30 Dave Love <fx@gnu.org>
1373
1374 * process.c [HAVE_SYS_WAIT]: Include sys/wait.h.
1375 [HAVE_PTY_H]; Include pty.h.
1376
1377 * lread.c (Fload) <!load_dangerous_libraries>: Close fd.
1378
1379 * xterm.c (Qeql): Declare.
1380 (Vx_keysym_table): New.
1381 (syms_of_xterm): Initialize it.
1382 (XTread_socket): Use it. Deal with ASCII keysyms.
1383 (XSetIMValues) [HAVE_X11R6]: Prototype.
1384
1385 * keyboard.c (lispy_accent_codes, lispy_accent_keys): Extended.
1386 (lispy_kana_keys): Comment out.
1387 (make_lispy_event) [XK_kana_A]: Comment out.
68eb8bd5
SM
1388 (modify_event_symbol) <sizeof (long) == sizeof (EMACS_INT)>:
1389 Fix sprintf call.
2baf1bfa
DL
1390
1391 * s/osf5-0.h (C_SWITCH_SYSTEM): Revert last change (fixed by
1392 regexp.h change).
1393 (TERMINFO, LIBS_TERMCAP): Define.
1394
1395 * s/usg5-4.h (bcopy, bzero): Define conditional on HAVE_BCOPY.
1396 (bcmp): Define conditional on HAVE_BCMP.
1397 (NO_SIOCTL_H): Don't define.
1398 (TIOCSIGSEND): Don't make conditional on IRIX6.
1399
1400 * s/sol2-5.h: Don't include strings.h.
1401 (bcopy, bzero, bcmp) [HAVE_BCOPY]: Don't undef.
1402
1403 * s/irix6-0.h (IRIX6): Don't define.
1404 (bcopy, bcmp, bzero): Don't undef.
1405
1406 * s/irix6-5.h: Don't include strings.h.
1407 (IRIX6): Don't define.
1408 (bcopy, bcmp, bzero): Don't undef.
1409
1410 * syntax.c (Fforward_comment): Doc fix.
1411
e8a32599
KS
14122002-10-29 Kim F. Storm <storm@cua.dk>
1413
1414 * process.c (Fsignal_process): Allow PROCESS to be specified by
1415 name in addition to pid (as integer or string).
1416
b37db7b4 14172002-10-28 Harald Maier <Harald.Maier.BW@t-online.de> (tiny change)
ce20e03e
JB
1418
1419 * w32heap.c: Don't redefine _heap_init and _heap_term on MSVC 7 build
b37db7b4 1420 environments.
ce20e03e 1421
ee7ddec4
KS
14222002-10-27 Kim F. Storm <storm@cua.dk>
1423
1424 * xterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
1425
1426 * w32term.c (note_mouse_highlight): Don't use mouse-face if hidden.
1427
1428 * msdos.c (IT_note_mouse_highlight): Don't use mouse-face if hidden.
1429
1430 * macterm.c (note_mouse_highlight): Don't use mouse-face if hidden.
1431
5ab0ceed
RS
14322002-10-26 Richard M. Stallman <rms@gnu.org>
1433
1434 * editfns.c (Fformat): Detect invalid format letters for floats.
1435
be354eca
KH
14362002-10-25 Kenichi Handa <handa@m17n.org>
1437
1438 * xfns.c (x_set_name): Encode by Qcompound_text unconditionally.
1439 (x_set_title): Likewise.
1440
68c7e82a
JB
14412002-10-25 Juanma Barranquero <lektu@terra.es>
1442
1443 * macgui.h:
1444 * w32gui.h: Remove definition of XColor.
1445
1446 * dispextern.h [!HAVE_X_WINDOWS]: Define XColor.
1447
7a21b1f0
KS
14482002-10-24 Kim F. Storm <storm@cua.dk>
1449
1450 * xdisp.c (get_window_cursor_type): New arg ACTIVE_CURSOR.
1451 Callers changed (supply dummy arg).
1452
1453 * lisp.h (get_window_cursor_type): Update prototype.
68c7e82a 1454
7a21b1f0
KS
1455 * w32term.c (x_display_and_set_cursor): Get active_cursor from
1456 get_window_cursor_type to track system caret.
1457
9c1e9d54
KS
14582002-10-24 Kim F. Storm <storm@cua.dk>
1459
1460 * process.c (Fformat_network_address): New function.
1461 (syms_of_process): Defsubr it.
1462 (list_processes_1): Use it to format :local/:remote address if
1463 service/host is not set; before emacs would crash in that case.
1464 (Fmake_network_process): Don't use Ffind_operation_coding_system
1465 to setup coding system if host or service is not set.
1466
e99833ca
JB
14672002-10-23 Juanma Barranquero <lektu@terra.es>
1468
1469 Patch suggested by Jay Finger <jay_finger@hotmail.com>.
1470
1471 * w32term.c (w32_term_init): Pass XColor to w32_define_color, not
1472 COLORREF.
1473
1474 * macgui.h:
1475 * w32gui.h: Add definition of XColor.
1476
1477 * macfns.c:
1478 * w32fns.c:
1479 * xfaces.c: Remove definition of XColor.
1480
5e8b072b
SM
14812002-10-22 Stefan Monnier <monnier@cs.yale.edu>
1482
1483 * xfns.c (x_set_name, x_set_title): `icon.value' has unsigned char.
1484
1485 * window.c (window_loop): For GET_LRU_WINDOW and GET_LARGEST_WINDOW>,
1486 Only ignore truly dedicated windows. For UNSHOW_BUFFER, delete the
1487 window if it is dedicated.
1488 (Fshrink_window): Add preserve_before as was done for enlarge_window.
1489 (Vspecial_display_function): Update docstring.
1490
1491 * buffer.c (assoc_ignore_text_properties, Fother_buffer, Fkill_buffer)
1492 (call_overlay_mod_hooks): Use CONSP and XCAR/XCDR.
1493 (Fget_buffer_create, advance_to_char_boundary): Use BEG and BEG_BYTE;
1494
635d2972
SM
14952002-10-21 Stefan Monnier <monnier@cs.yale.edu>
1496
1497 * casefiddle.c (casify_region): Don't treat a prefix char as part
1498 of a word when at the beginning.
1499
d9c25020
JB
15002002-10-17 Juanma Barranquero <lektu@terra.es>
1501
1502 * lread.c (syms_of_lread): Fix typos.
1503
519a4a70
DL
15042002-10-17 Dave Love <fx@gnu.org>
1505
1506 * Makefile.in (TEMACS_LDFLAGS): Add trailing comment.
1507
a8c44e39
RS
15082002-10-16 Richard M. Stallman <rms@gnu.org>
1509
1510 * fileio.c (Fcopy_file): Fix backward test of KEEP_TIME.
1511
41a48e45
JB
15122002-10-14 Juanma Barranquero <lektu@terra.es>
1513
1514 * w16select.c (syms_of_win16select): Fix docstring for
1515 `selection-coding-system'.
1516
1517 * w32select.c (syms_of_w32select): Likewise.
1518
240c43e8
SM
15192002-10-14 Stefan Monnier <monnier@cs.yale.edu>
1520
1521 * syntax.c (scan_lists): Don't get fooled by a symbol ending with
1522 a backslash-quoted char.
1523 (scan_lists, scan_sexps_forward): Pacify the compiler.
1524
411df82f
RS
15252002-10-13 Richard M. Stallman <rms@gnu.org>
1526
1527 * window.c (window_scroll): Set immediate_quit.
1528
1529 * print.c (print): When backquote form is the car of a list,
1530 output in old style. Use old_backquote_output to output all
1531 comma forms inside it in old style too.
1532
1533 * buffer.h (struct buffer): Move `undo_list' down below `name'.
1534
d77b70e5
MR
15352002-10-11 Markus Rost <rost@math.ohio-state.edu>
1536
1537 * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in
1538 batch mode).
1539
1540 * lread.c (Fload): Doc fix (load-suffixes).
1541
d6abf018
ST
15422002-10-10 Steven Tamm <steventamm@mac.com>
1543
240c43e8
SM
1544 * macterm.c (syms_of_macterm, mac_get_mouse_btn):
1545 Reverse functionality of mac-wheel-button-is-mouse-2 to be correct.
1546 Also switch the default to Qnil from Qt.
d6abf018 1547
9793be06
KH
15482002-10-08 Kenichi Handa <handa@m17n.org>
1549
1550 * coding.c (code_convert_region): When we need more GAP for
1551 conversion, pay attention to the case that coding->produced is not
1552 greater than coding->consumed.
1553
4d46d6da
RS
15542002-10-07 Richard M. Stallman <rms@gnu.org>
1555
1556 * unexelf.c (unexec): Redo 9/16 change, but only if IRIX6_5.
1557
95fb7577
AC
15582002-10-06 Andrew Choi <akochoi@shaw.ca>
1559
1560 * macmenu.c (mac_menu_show): Add j to count menu items; match
1561 menu_item_selection to it to find selected item.
1562
a97e4138 15632002-10-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
f7d43438
JD
1564
1565 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
1566 cases. The correct fix is to pass ReparentNotify to Xt.
1567 The shell widget interprets ConfigureNotify differently depending
1568 on if it has been reparented or not.
1569
a67a233b
MR
15702002-10-05 Markus Rost <rost@math.ohio-state.edu>
1571
1572 * editfns.c (Fformat_time_string): Doc fix.
1573
f5965ada
JPW
15742002-10-05 John Paul Wallington <jpw@shootybangbang.com>
1575
1576 * fns.c (Flength): Doc fix.
1577
8d2ff840
SM
15782002-10-04 Stefan Monnier <monnier@cs.yale.edu>
1579
1580 * keyboard.c (keyremap): New struct.
1581 (read_key_sequence): Use it: globally replace keytran_foo with
1582 keytran.foo and fkey_foo with fkey.foo. Rename temp vars
1583 keytran_next and fkey_next to just `next'.
1584
e989b9bc
ST
15852002-10-04 Steven Tamm <steventamm@mac.com>
1586
240c43e8 1587 * macterm.c (keycode_to_xkeysym_table): Change return to be
8d2ff840 1588 treated like an X keysym.
e989b9bc 1589
a97e4138 15902002-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
03318838
JD
1591
1592 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
1593 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
1594 This is to also handle x/y changes that occur because of a resize.
1595
cd1d850f
JPW
15962002-10-02 John Paul Wallington <jpw@shootybangbang.com>
1597
1598 * frame.c (Vdelete_frame_functions): New variable.
1599 (syms_of_frame): Initialize and defvar it.
1600 (Fdelete_frame): Use it instead of delete-frame-hook. Don't run
1601 it when frame's `tooltip' parameter is non-nil.
1602
1603 * xfns.c (x_create_tip_frame): Set `tooltip' frame parameter to t.
1604
f5965ada 1605 * w32fns.c (x_create_tip_frame): Likewise.
cd1d850f
JPW
1606
1607 * macfns.c (x_create_tip_frame): Likewise.
1608
5039407b
KH
16092002-09-30 Kenichi Handa <handa@m17n.org>
1610
1611 * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
1612 -1 before calling ccl_driver.
1613
1614 * coding.c (decode_coding_emacs_mule): Check coding->cmp_data.
1615 Only when it is non-nil, handle composition sequence.
1616 (setup_coding_system) <0>: Don't force composition handling.
1617
1618 * Makefile.in (lisp, shortlisp): Add utf-16.elc
1619
aac2d8b2
RS
16202002-09-29 Richard M. Stallman <rms@gnu.org>
1621
7058ef34
RS
1622 * search.c (Freplace_match): Adjust match data for the substitution
1623 just made in the buffer.
1624
aac2d8b2
RS
1625 * xdisp.c (STOP_POLLING, RESUME_POLLING): New macros.
1626 (redisplay_internal): Use them. Do RESUME_POLLING at end of function.
1627
16282002-09-27 Richard M. Stallman <rms@gnu.org>
1629
1630 * keyboard.c (STOP_POLLING, RESUME_POLLING): New macros.
1631 (read_char): Use them. Do all exits thru the end of the function.
1632
e21880c6
KH
16332002-09-27 Kenichi Handa <handa@etl.go.jp>
1634
1635 * xfaces.c (try_font_list): Pay attention to the case that FAMILY
1636 is nil.
1637
563c037f
RS
16382002-09-26 Richard M. Stallman <rms@gnu.org>
1639
1640 * regex.h (__restrict_arr): Don't define if already defined.
1641
1642 * coding.c (run_pre_post_conversion_on_str):
1643 Save and restore Vdeactivate_mark.
1644
6d1b1d7b
JPW
16452002-09-26 John Paul Wallington <jpw@shootybangbang.com>
1646
1647 * minibuf.c (Fminibufferp): Add an optional `buffer' argument.
1648
54580ab2
KH
16492002-09-26 Kenichi Handa <handa@etl.go.jp>
1650
1651 * xfaces.c (try_font_list): New arg PREFER_FACE_FAMILY. If it is
240c43e8 1652 nonzero, try face's family at first. Otherwise try FAMILY at first.
54580ab2
KH
1653 (choose_face_font): If C is a single byte char or latin-1, call
1654 try_font_list with PREFER_FACE_FAMILY 1.
1655
282f7831
RS
16562002-09-21 Richard M. Stallman <rms@gnu.org>
1657
1658 * window.c (select_window_1): Don't select frame.
1659 Set frame's selected window only when frame itself is selected.
1660 (Fselect_window): Doc fix.
1661
454d0d5e
KS
16622002-09-18 Kim F. Storm <storm@cua.dk>
1663
1664 * process.c (make-network-process): Doc fix (there is no
1665 network-server-log-function hook).
1666
3116d142
RS
16672002-09-18 Richard M. Stallman <rms@gnu.org>
1668
1669 * print.c (print): Clear out the unused parts of Vprint_number_table.
1670 (syms_of_print): Doc fix for `print-number-table'.
1671
1672 * unexelf.c (unexec): Undo previous change.
1673
99d85a90
AS
16742002-09-17 Andreas Schwab <schwab@suse.de>
1675
1676 * m/alpha.h [LINUX]: Don't define DATA_START.
1677
c721078e
RS
16782002-09-16 Dave Love <fx@gnu.org>
1679
1680 * unexelf.c (unexec): Deal with .got, reinstating change from
1681 25-08-1999.
1682
95fb966a
RS
16832002-09-13 Richard M. Stallman <rms@gnu.org>
1684
1685 * s/sol2-6.h (UNEXEC): Comment out definition.
1686
1687 * unexsol.c (unexec): Don't downcase first letter of error msg.
1688
1689 * xfaces.c (Fcolor_supported_p): Just one arg is required.
1690
6c009b5b
MR
16912002-09-12 Markus Rost <rost@math.ohio-state.edu>
1692
1693 * unexsol.c: Include buffer.h, charset.h, coding.h.
1694
7c3cb37d
RS
16952002-09-11 Richard M. Stallman <rms@gnu.org>
1696
1697 * unexsol.c: Don't use report_file_error; do it by hand
1698 using dlerror.
1699
1700 * process.c (wait_reading_process_input, both versions):
1701 Before calling turn_on_atimers, call stop_polling.
1702
1703 * emacs.c (syms_of_emacs) <command-line-args>: Doc fix.
1704
1705 * xdisp.c (try_scrolling): If after make_cursor_line_fully_visible
1706 we go to too_near_end, call clear_glyph_matrix.
1707 (redisplay_window): After make_cursor_line_fully_visible,
1708 call clear_glyph_matrix and bypass `goto done'.
1709
1710 * xfns.c (x_report_frame_params): If FRAME_SCROLL_BAR_PIXEL_WIDTH is 0
1711 and we have non-toolkit scroll bars, return nil for scroll-bar-width.
1712
f95c03c6
RS
17132002-09-10 Richard M. Stallman <rms@gnu.org>
1714
1715 * fileio.c (Fdo_auto_save): Catch error making directory.
1716 Only call push_message if we need to.
1717 At the same time, make an unwind-protect to pop it.
1718 Rename local message_p to old_message_p.
1719 (do_auto_save_make_dir, do_auto_save_eh): New functions.
1720 (do_auto_save_unwind): Don't call pop_message.
1721
1722 * lisp.h (pop_message_unwind): Renamed from push_message_unwind.
1723
1724 * keyboard.c (Fexecute_extended_command): Use pop_message_unwind.
1725
1726 * alloc.c (Fgarbage_collect): Use pop_message_unwind.
1727
1728 * xdisp.c (pop_message_unwind): Renamed from push_message_unwind.
1729
0a28e1ca
SM
17302002-09-10 Stefan Monnier <monnier@cs.yale.edu>
1731
1732 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): Delete.
1733 (CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
1734 (re_match_2_internal): Be more careful with infinite loops.
1735
e00a1361 17362002-09-10 Kim F. Storm <storm@cua.dk>
2bbfbf25
KS
1737
1738 * macros.c (end_kbd_macro): New function.
1739 (Fend_kbd_macro): Use it.
1740
1741 * macros.h (end_kbd_macro): Declare extern.
1742
1743 * keyboard.c (Fdiscard_input): If defining keyboard macro,
1744 end and save it instead of discarding it.
1745
e986c175
MR
17462002-09-09 Markus Rost <rost@math.ohio-state.edu>
1747
1748 * s/sol2-6.h: Fix typo. Add comment.
1749
50332dc1
RS
17502002-09-09 Richard M. Stallman <rms@gnu.org>
1751
1752 * regex.c (regnum_t): Use signed int, not unsigned int.
1753
1754 * s/sol2-6.h: New file.
1755
1756 * s/sol2-5.h (UNEXEC): Definition deleted.
1757
de8e3806
KS
17582002-09-08 Kim F. Storm <storm@cua.dk>
1759
1760 * macros.c (executing_macro_index): Change type to EMACS_INT.
1761 (syms_of_macros): DEFVAR_INT it (needed by kmacro).
1762
1763 * macros.h (executing_macro_index): Change type to EMACS_INT.
0a28e1ca 1764
426f6c23
RS
17652002-09-06 Richard M. Stallman <rms@gnu.org>
1766
1767 * casetab.c (set_case_table): Make canon table point to eqv table.
1768
f8f8d464
JB
17692002-09-06 Juanma Barranquero <lektu@terra.es>
1770
1771 * coding.c (syms_of_coding): Fix spacing.
1772
1773 * composite.c (Fcompose_region_internal)
1774 (Fcompose_string_internal): Likewise.
1775
1776 * data.c (Flsh): Likewise.
1777
1778 * fontset.c (Fset_fontset_font): Likewise.
1779
1780 * macfns.c (Fx_server_max_request_size): Likewise.
1781
1782 * w16select.c (syms_of_win16select): Likewise.
1783
1784 * w32select.c (syms_of_w32select): Likewise.
1785
1786 * xselect.c (syms_of_xselect): Likewise.
1787
b7c12565
RS
17882002-09-05 Richard M. Stallman <rms@gnu.org>
1789
1790 * regex.c (set_image_of_range_1): In no-TRANSLATE case,
1791 call EXTEND_RANGE_TABLE and return a proper value.
1792 (set_image_of_range): Don't call set_image_of_range_1
1793 if no TRANSLATE or if range includes all of Latin-1.
1794 Only call it for the Latin-1 part of the range.
1795 For other cases, make two separate ranges,
1796 one for the original specified characters and one for
1797 their case-conversions.
1798
4d8da98b
RS
17992002-09-04 Richard M. Stallman <rms@gnu.org>
1800
1801 * s/sol2-5.h (UNEXEC): Use unexsol.o.
1802
1803 * window.c (displayed_window_lines): Correct for one-off bug
1804 in HEIGHT on non-window displays.
1805
1806 * regex.c (set_image_of_range_1): New function.
1807 (set_image_of_range): Use set_image_of_range_1 for Latin-1.
1808 Return a value to indicate running out of memory.
1809 (SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
1810 (extend_range_table_work_area): New subroutine.
1811 (EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
1812 Different calling conventions, and used from set_image_of_range{,_1}.
1813 (IMMEDIATE_QUIT_CHECK): Definitions moved.
1814
6218196f
JB
18152002-09-04 Juanma Barranquero <lektu@terra.es>
1816
1817 * makefile.w32-in: All dependencies updated.
1818
dfe15ea3
RS
18192002-09-01 Richard M. Stallman <rms@gnu.org>
1820
69506e67
RS
1821 * unexsol.c: New file.
1822
1823 * xfns.c (Qbox): Declare external, don't define.
1824
1825 * xdisp.c (redisplay_window) <force-start case>:
1826 If point is on semi-visible last line, reposition
1827 it at previous line.
1828
dfe15ea3
RS
1829 * alloc.c (display_malloc_warning): Use display-warning.
1830 (malloc_warning_1): Function deleted.
1831
1832 * alloc.c [ALLOC_DEBUG]: #undef INLINE.
1833
1834 * lread.c (read1): Handle #! by skipping the line.
1835
18362002-08-31 Richard M. Stallman <rms@gnu.org>
1837
1838 * Makefile.in (TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS.
1839 Don't include LDFLAGS.
1840 (temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
1841
97acc803
EZ
18422002-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1843
1844 * xdisp.c (get_window_cursor_type): Don't use x_highlight_frame
1845 member of x_display_info unless we compile for some window system.
1846
e0f7b1a8
KS
18472002-08-31 Kim F. Storm <storm@cua.dk>
1848
1849 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
1850 (get_window_cursor_type): Don't use them.
1851 (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
1852
a30c876a
KH
18532002-08-30 Kenichi Handa <handa@etl.go.jp>
1854
1855 * xdisp.c (get_next_display_element): Fix previous change.
1856
e2d9d8a1
AC
18572002-08-30 Andrew Choi <akochoi@shaw.ca>
1858
2c568af5 1859 * macterm.c (expose_overlaps): New function (merge code from xterm.c).
ca45961d
AC
1860 (expose_window): Use it to fix the display of overlapping
1861 rows (merge code from xterm.c).
1862
e2d9d8a1
AC
1863 * macfns.c (Qbox): Add extern declaration.
1864
842a9389
JB
18652002-08-30 Juanma Barranquero <lektu@terra.es>
1866
ab0bb234
JB
1867 * w32fns.c (Qbox): Make extern.
1868 (syms_of_w32fns): Remove initialization of Qbox.
1869
b37db7b4
JB
18702002-08-30 Rune Kleveland <runekl@viewpoint.no> (tiny change)
1871
1872 * xfns.c (Fx_open_connection): Fix error message.
842a9389 1873
654d5b91
KS
18742002-08-30 Kim F. Storm <storm@cua.dk>
1875
1876 The following changes consolidates the handling of the cursor
1877 type in xdisp.c, moving duplicate code and functionality from
1878 xfns.c, xterm.c, w32fns.c, w32term.c, macfns.c, and macterm.c.
1879
1880 * frame.h (enum text_cursor_kinds): Consolidated here.
1881 Added DEFAULT_CURSOR value.
1882 (struct frame) <desired_cursor, cursor_width>
1883 <blink_off_cursor, blink_off_cursor_width>: New fields.
1884 Consolidated from output_x, output_w32 and output_mac structs.
1885 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
1886 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros consolidated here.
1887
1888 * xdisp.c (Qbar, Qhbar, Qbox, Qhollow, Vblink_cursor_alist):
1889 Variables consolidated here.
1890 (Valternate_cursor_type, Qalternate_cursor_type): New variables.
1891 (Vcursor_in_non_selected_windows): Renamed from
1892 cursor_in_non_selected_windows and changed to Lisp_Object.
1893 (syms_of_xdisp): Define and staticpro new and moved variables.
1894 (get_specified_cursor_type): Renamed from x_specified_cursor_type;
1895 consolidated here. Recognize Qhollow setting.
1896 (set_frame_cursor_types): New function to set frame cursor types
1897 based on the frame parameters.
1898 (get_window_cursor_type): New function to calculate new cursor
1899 type and width for the specified window. Based on duplicated
1900 code consolidated here.
1901 Enhancements: cursor-in-non-selected-windows may be a cursor type,
1902 check buffer-local alternate-cursor-type and blink-cursor-alist
1903 before using built-in blink off methods.
1904
1905 * dispextern.h (cursor_in_non_selected_windows): Extern removed.
1906
1907 * lisp.h (Qcursor_in_non_selected_windows): Extern removed.
1908 (get_specified_cursor_type, get_window_cursor_type)
1909 (set_frame_cursor_types): Added prototypes.
1910
1911 * macfns.c (x_specified_cursor_type): Removed.
1912 (x_set_cursor_type): Use set_frame_cursor_types.
c76654a2
KS
1913 (Qbar, Qbox): Removed.
1914 (syms_of_macfns): Don't intern or staticpro them.
842a9389 1915
654d5b91
KS
1916 * macterm.c (x_specified_cursor_type): Remove prototype.
1917 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
1918 (x_display_and_set_cursor): Use get_window_cursor_type.
1919 Remove unused local variables cursor_non_selected, active_cursor.
1920 Redraw cursor if hbar cursor width changes.
1921 (make_mac_frame): Set FRAME_DESIRED_CURSOR.
1922
1923 * macterm.h (enum text_cursor_kinds): Removed.
1924 (struct output_mac) <current_cursor, desired_cursor, cursor_width>
1925 <blink_off_cursor, blink_off_cursor_width>: Members removed.
1926 (FRAME_DESIRED_CURSOR): Macro removed.
842a9389 1927
654d5b91
KS
1928 * w32fns.c (Vblink_cursor_alist): Removed.
1929 (Qbar, Qhbar, Qbox, Qhollow): Removed.
1930 (syms_of_w32fns): Don't intern, staticpro, or define them.
1931 (x_specified_cursor_type): Removed.
1932 (x_set_cursor_type): Use set_frame_cursor_types.
1933
1934 * w32term.c (x_specified_cursor_type): Remove prototype.
1935 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
1936 (x_display_and_set_cursor): Use get_window_cursor_type.
1937 Remove unused local variables cursor_off_state.
1938 Redraw cursor if hbar cursor width changes.
6b3acc48 1939 Changed all occurrences of w32_highlight_frame to x_highlight_frame.
842a9389 1940
654d5b91
KS
1941 * w32term.h (enum text_cursor_kinds): Removed.
1942 (struct output_w32) <current_cursor, desired_cursor, cursor_width>
1943 <blink_off_cursor, blink_off_cursor_width>: Members removed.
1944 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
1945 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
6b3acc48
KS
1946 (struct w32_display_info) <x_highlight_frame>: Renamed member from
1947 w32_highlight_frame.
842a9389 1948
654d5b91
KS
1949 * xfns.c (Vblink_cursor_alist): Removed.
1950 (Qbar, Qhbar, Qbox, Qhollow): Removed.
1951 (syms_of_xfns): Don't intern, staticpro, or define them.
1952 (x_specified_cursor_type): Removed.
1953 (x_set_cursor_type): Use set_frame_cursor_types.
1954
1955 * xterm.c (x_specified_cursor_type): Remove prototype.
1956 (x_draw_bar_cursor): Use FRAME_CURSOR_WIDTH.
1957 (x_display_and_set_cursor): Use get_window_cursor_type.
1958 Remove unused local variables cursor_off_state.
1959 Redraw cursor if hbar cursor width changes.
1960
1961 * xterm.h (enum text_cursor_kinds): Removed.
1962 (struct output_x) <current_cursor, desired_cursor, cursor_width>
1963 <blink_off_cursor, blink_off_cursor_width>: Members removed.
1964 (FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
1965 (FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
1966 (x_specified_cursor_type): Remove prototype.
842a9389 1967
a007b9d2
RS
19682002-08-28 Richard M. Stallman <rms@gnu.org>
1969
1970 * w32fns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
1971 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
1972 (Vblink_cursor_alist): New variable.
1973 (syms_of_w32fns): Initialize and defvar it.
1974 (x_specified_cursor_type): Recognize Qbox for filled box.
1975 Exceptions are hollow boxes.
1976 (Qbox, Qhollow): New variables.
1977 (syms_of_w32fns): Initialize and staticpro them.
1978
1979 * w32term.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
1980 New macros.
2c568af5
SM
1981 (struct w32_output): New fields blink_off_cursor,
1982 blink_off_cursor_width.
a007b9d2
RS
1983 (FRAME_CURSOR_WIDTH): New macro.
1984
1985 * w32term.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
1986 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
1987
1988 * w32term.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
1989 for bar cursor.
1990
1991 * w32term.c (expose_overlaps): New function.
1992 (expose_window): Use it to fix the display of overlapping rows.
1993
2dc520b6
SJ
19942002-08-28 Simon Josefsson <jas@extundo.com>
1995
1996 * xfns.c (Fx_open_connection): Improve help when X connection
1997 fails, xhost is insecure and xauth is better.
1998
402b32b5
JB
19992002-08-28 Juanma Barranquero <lektu@terra.es>
2000
a821edb8
JB
2001 * makefile.w32-in: Add missing dependencies on w32term.h and
2002 composite.h.
2003
402b32b5
JB
2004 * emacs.c (USAGE1): Add missing newline.
2005
ad8d730c
AC
20062002-08-27 Andrew Choi <akochoi@shaw.ca>
2007
2008 * s/darwin.h [HAVE_LIBNCURSES]: Define HAVE_TERMINFO.
2009
6e910e07
RS
20102002-08-27 Richard M. Stallman <rms@gnu.org>
2011
2012 * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and
2013 FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist.
2014 (Vblink_cursor_alist): New variable.
2015 (syms_of_xfns): Initialize and defvar it.
2016 (x_specified_cursor_type): Recognize Qbox for filled box.
2017 Exceptions are hollow boxes.
2018 (Qbox, Qhollow): New variables.
2019 (syms_of_xfns): Initialize and staticpro them.
2020
2021 * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH):
2022 New macros.
2023 (struct x_output): New fields blink_off_cursor, blink_off_cursor_width.
402b32b5 2024
6e910e07
RS
2025 * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR
2026 and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off.
2027
2028 * emacs.c (main): Handle --script.
2029 (USAGE1): Mention --script.
2030 (standard_args): Define sort order for --script.
2031
20322002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de>
2033
2034 * xdisp.c (redisplay_updating_p): Variable removed.
2c568af5
SM
2035 (inhibit_free_realized_faces, Qinhibit_free_realized_faces):
2036 New variables.
6e910e07
RS
2037 (init_iterator): Don't free realized faces if
2038 inhibit_free_realized_faces is set.
2039 (redisplay_internal): Bind Qinhibit_free_realized_faces to nil.
2040 (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces,
2041 initialize Qinhibit_free_realized_faces.
2042
2043 * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces
2044 when iterator is adding glyphs to a glyph matrix.
2045
456c80d6
KH
20462002-08-27 Kenichi Handa <handa@etl.go.jp>
2047
2048 * xdisp.c (get_next_display_element): In unibyte case, don't use
2049 octal form for such eight-bit characters that can be converted to
2050 multibyte char.
2051
6bc85c3b
KS
20522002-08-26 Kim F. Storm <storm@cua.dk>
2053
2c568af5
SM
2054 * frame.c (make_terminal_frame) [CANNOT_DUMP]: Initialize foreground
2055 and background colors. From Joe Buehler (tiny change).
6bc85c3b 2056
f49656ec
MB
20572002-08-26 Miles Bader <miles@gnu.org>
2058
2059 * bytecode.c (Fbyte_code): Fsub1 can GC, so protect it.
2060
19580e2c
AC
20612002-08-25 Andrew Choi <akochoi@shaw.ca>
2062
a6311b2f
AC
2063 * emacs.c (main): Call init_mac_osx_environment if HAVE_CARBON is
2064 defined instead of MAC_OSX.
2065
2066 * s/darwin.h (select): Define select to sys_select only if
2067 HAVE_CARBON is defined.
2068 (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
5cb724f0 2069 (DONT_REOPEN_PTY): #def it.
402b32b5 2070
19580e2c
AC
2071 * macterm.c (XTread_socket): Remove code to call
2072 SendEventToEventTarget for keys with command modifiers when
2073 mac_command_key_is_meta is nil.
2074
addf35fd
AS
20752002-08-24 Andreas Schwab <schwab@suse.de>
2076
2077 * eval.c (Fdefvar): Fix last change.
2078
729d9038
RS
20792002-08-23 Richard M. Stallman <rms@gnu.org>
2080
2081 * eval.c (Fdefvar, Fdefconst, Fdefvaralias):
2082 Record variables in load history as (defvar . VAR).
2083 (Fdefvar): Don't record in load history if no initial value.
2084 (Qdefvar): New variable.
2085 (syms_of_eval): Init and staticpro it.
2086
2087 * lread.c (syms_of_lread): Doc fix.
2088 (build_load_history): Use Fmember to see if a definition
2089 is already in the Vload_history element.
2090
2091 * process.c (Fstart_process): Remove /: from program name.
2092
2093 * emacs.c (decode_env_path): Don't add /: if file name handler
2094 has a `safe-magic' property.
2095
2096 * callproc.c (Fcall_process): Remove /: from program name.
2097
36595814
SM
20982002-08-23 Stefan Monnier <monnier@cs.yale.edu>
2099
2100 * regex.c (PATFETCH): Remove the translating fetch.
2101 (PATFETCH_RAW): Rename to PATFETCH.
2102 (set_image_of_range): New fun.
2103 (SET_RANGE_TABLE_WORK_AREA): Use it.
2104 (regex_compile): Don't translate the pattern chars so eagerly.
2105 Only do it when inserting an `exactn' bytecode or when handling
2106 a char-range.
2107 (mutually_exclusive_p): Avoid empty statement.
2108
f92ae6be
KS
21092002-08-22 Kim F. Storm <storm@cua.dk>
2110
2111 * xdisp.c (redisplay_window): Do not `goto try_to_scroll' when we
2112 end up on a partially visible line; this reverts a specific part
2113 of the 2002-07-07 change by Richard M. Stallman to "fix" a nasty
2114 display error which has been reported several times now.
2115 However it introduces the problem that changes was supposed to fix.
2116 See my comments in the source if you want to debug this further.
2117
9bbe0341
KH
21182002-08-20 Kenichi Handa <handa@etl.go.jp>
2119
2120 * abbrev.c (Fexpand_abbrev): Fix for the multibyte case.
2121
100c44b7
EZ
21222002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
2123
aac06fd4
EZ
2124 * msdos.c (croak): Add `void' to definition.
2125
92b304ac
RS
2126 * sysdep.c [MSDOS] (request_sigio, unrequest_sigio):
2127 Don't define them, they are defined in msdos.c.
feb67dfe 2128
a8c1733b
EZ
2129 * mem-limits.h [MSDOS]: Declare etext.
2130
100c44b7
EZ
2131 * fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
2132 `const' since CORRECT_DIR_SEPS modifies its target.
2133
dec7e302
KS
21342002-08-19 Kim F. Storm <storm@cua.dk>
2135
2136 * keyboard.c (Fclear_this_command_keys): Added optional arg
2137 KEEP-RECORD to avoid clearing lossage when we just want to clear
2138 the current key sequence (kmacro needs this).
2139
775b3d2d
KH
21402002-08-19 Kenichi Handa <handa@localhost>
2141
2c568af5 2142 * composite.c (run_composition_function): Call FUNC if it is fboundp.
775b3d2d
KH
2143
2144 * composite.h (COMPOSITION_MODIFICATION_FUNC): If PROP is not a
2145 cons, return Qnil.
2146
c387c986
RS
21472002-08-17 Richard M. Stallman <rms@gnu.org>
2148
2149 * s/sol2-5.h (BROKEN_SIGIO): Add #undef.
2150
2151 * sysdep.c [!VMS]: Include sys/files.h.
2152
2153 * editfns.c (save_restriction_restore): Defend from unchained marker.
2154
2155 * buffer.c (overlays_at): Handle extending vec uniformly.
2156 (overlays_in): Handle extending vec from length 0 as in overlays_at.
2157
1000788b
AC
21582002-08-15 Andrew Choi <akochoi@shaw.ca>
2159
2160 * mac.c (init_mac_osx_environment): New function.
2161
2162 * emacs.c (main) [MAC_OSX]: Call init_mac_osx_environment.
2163
82802164
KS
21642002-08-14 Kim F. Storm <storm@cua.dk>
2165
2166 * macros.c (Fstart_kbd_macro): Added NO-EXEC argument to inhibit
2167 executing macro before appending to it (when used from Lisp).
2168 (Fexecute_kbd_macro): Added LOOPFUNC argument to supply function
2169 which is called prior to each iteration of macro (for kmacro.el).
2170 (Fend_kbd_macro, Fcall_last_kbd_macro): Likewise.
2171
2172 * lisp.h (Fexecute_kbd_macro): Update prototype.
2173
2174 * keyboard.c (Fcommand_execute): Update call to Fexecute_kbd_macro.
402b32b5 2175
13a45e6c
KH
21762002-08-14 Kenichi Handa <handa@etl.go.jp>
2177
2178 * xselect.c (QUTF8_STRING): New variable.
2179 (symbol_to_x_atom): Pay attention to QUTF8_STRING.
2180 (x_atom_to_symbol): Likewise.
2181 (x_get_local_selection): New argument local_request. If it is
2182 nonzero, call handler_fn with the second arg nil.
2183 (x_handle_selection_request): Call x_get_local_selection with
2184 local_request 0.
2185 (lisp_data_to_selection_data): Don't encode the string here.
2186 (Fx_get_selection_internal): Call x_get_local_selection with
2187 local_request 1.
2188 (syms_of_xselect): Intern and staticpro QUTF8_STRING.
2189
2190 * xterm.c (x_term_init): Initialize dpyinfo->Xatom_UTF8_STRING.
2191
2192 * xterm.h (struct x_display_info): New member Xatom_UTF8_STRING.
2193
79fab26b
RS
21942002-08-13 Richard M. Stallman <rms@gnu.org>
2195
2196 * minibuf.c (Fminibufferp): New function.
2197 (syms_of_minibuf): Defsubr it.
2198 (Fminibuffer_prompt_end): Handle non-minibuffers specially.
2199
96d2e64d
GM
22002002-08-13 Gerd Moellmann <gerd.moellmann@t-online.de>
2201
2202 * coding.c (Funencodable_char_position): Lisp_Object/int mixup.
2203
450565cb
RS
22042002-08-12 Richard M. Stallman <rms@gnu.org>
2205
2206 * syswait.h: Only the include of sys/wait.h tests HAVE_SYS_WAIT_H.
402b32b5 2207 [!VMS] (WCOREDUMP, WEXITSTATUS, WIFEXITED, WIFSTOPPED, WIFSIGNALED)
450565cb
RS
2208 (WSTOPSIG, WTERMSIG): Define each one independently if not defined
2209 already.
2210
2211 * buffer.c (syms_of_buffer) <fill-column>: Doc fix.
2212
5883787c
AC
22132002-08-11 Andrew Choi <akochoi@shaw.ca>
2214
2215 * macterm.c (XTmouse_position): Check wp with is_emacs_window.
2216 (Vmac_pass_command_to_system): New variable.
2217 (Vmac_pass_control_to_system): New variable.
2218 (do_mouse_moved): Check wp with is_emacs_window.
2c568af5
SM
2219 (XTread_socket): Check window_ptr with is_emacs_window.
2220 Call FrontNonFloatingWindow instead of FrontWindow. Send keydown
5883787c
AC
2221 events back to Mac Toolbox for processing, depending on values of
2222 Vmac_pass_command_to_system and Vmac_pass_control_to_system.
2223 (syms_of_macterm): DEFVAR_LISP Vmac_pass_command_to_system and
2224 Vmac_pass_control_to_system.
2225
054e62ae
KH
22262002-08-10 Kenichi Handa <handa@etl.go.jp>
2227
2228 * coding.c (unencodable_char_position): New function.
2229 (Funencodable_char_position): New function.
2230 (syms_of_coding): Defsubr Funencodable_char_position.
2231
8030369c
AC
22322002-08-10 Andrew Choi <akochoi@shaw.ca>
2233
2234 * mac.c (sys_select) [MAC_OSX]: New function.
2235
2236 * macterm.c (MakeMeTheFrontProcess): New function.
2237 (mac_initialize): Call MakeMeTheFrontProcess.
2238
2239 * s/darwin.h: Define select to sys_select.
2240
1e7c162f
RS
22412002-08-09 Richard M. Stallman <rms@gnu.org>
2242
2243 * keyboard.c (make_lispy_event): Test WINDOWSNT, not WINDOWS_NT.
2244
d43be70c
GM
22452002-08-09 Gerd Moellmann <gerd.moellmann@t-online.de>
2246
2247 * xdisp.c (forward_to_next_line_start): Return 0 when reaching the
2248 end of the buffer.
2249
d90ed3b4
KR
22502002-08-08 Ken Raeburn <raeburn@mit.edu>
2251
2c568af5 2252 * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
d90ed3b4 2253
b177738e
KR
2254 * puresize.h (BASE_PURESIZE): Increase to 910000.
2255
b12a8058
KH
22562002-08-08 Kenichi Handa <handa@etl.go.jp>
2257
2258 * coding.c (Ffind_operation_coding_system): For write-region, if
2259 VISIT is a filename, make it the target.
2260
46e3984f
RS
22612002-08-07 Richard M. Stallman <rms@gnu.org>
2262
2263 * alloc.c (mark_object): Detect long lists for debugging.
2264 (mark_object_loop_halt): New variable.
2265
2266 * s/hpux10.h (C_SWITCH_SYSTEM): #undef it.
2267
2268 * data.c (Fmake_variable_frame_local): Doc fix.
2269
86d98c33
RS
22702002-08-01 David Ponce <david@dponce.com>
2271
2272 * w32menu.c (local_heap, local_alloc, local_free): New macros.
2273 (malloc_widget_value, free_widget_value)
2274 (w32_free_submenu_strings): Use them.
2275
2276 (push_submenu_start, push_submenu_end, push_left_right_boundary)
2277 (push_menu_pane, push_menu_item, single_keymap_panes)
2278 (single_menu_item, Fx_popup_menu, menubar_selection_callback)
2279 (single_submenu, set_frame_menubar)
2280 (w32_menu_show, w32_dialog_show): Use AREF, ASET, ASIZE.
2281
6c465a15 2282 (Fx_popup_menu): Don't show pop up menu until preceding one is
86d98c33
RS
2283 actually cleaned up. Moved UNGCPRO outside #ifdef HAVE_MENUS block.
2284
2285 * w32menu.c: Changes adapted from xmenu.c
2286 (set_frame_menubar): First parse all submenus,
2287 then make widget_value trees from them.
2288 Don't allocate any widget_value objects
2289 until we are done with the parsing.
2290 (parse_single_submenu): New function.
2291 (digest_single_submenu): New function.
2292 (single_submenu): Function deleted, replaced by those two.
2293
44fab9c1
AC
22942002-08-04 Andrew Choi <akochoi@shaw.ca>
2295
2296 * macterm.c (XTread_socket): Check that FrontNonFloatingWindow
2297 returns a valid window pointer before proceeding for keyDown and
2298 autoKey events.
2299
742fbed7
AC
23002002-08-03 Andrew Choi <akochoi@shaw.ca>
2301
2302 * macterm.c (USE_CARBON_EVENTS): New macro.
2303 (macCtrlKey, macShiftKey, macMetaKey, macAltKey): New macros.
2304 (x_iconify_frame): Call CollapseWindow.
2305 (Vmac_reverse_ctrl_meta): New variable.
2306 (Vmac_wheel_button_is_mouse_2): New variable.
2307 (init_mac_drag_n_drop): New function.
2308 (mac_do_receive_drag): New function.
2309 (mac_handle_service_event): New function.
2310 (init_service_handler): New function.
2311 (mac_to_emacs_modifiers): New function.
2312 (mac_event_to_emacs_modifiers): New function.
2313 (mac_get_mouse_btn): New function.
2314 (mac_convert_event_ref): New function.
2315 (XTread_socket) [USE_CARBON_EVENTS]: Call ReceiveNextEvent,
2316 SendEventToEventTarget, mac_event_to_emacs_modifiers, and
2317 mac_get_mouse_btn.
2c568af5 2318 (mac_initialize): Call init_mac_drag_n_drop and init_service_handler.
742fbed7
AC
2319
2320 * keyboard.c: Define Qmouse_wheel, mouse_wheel_syms, and
2321 lispy_mouse_wheel_names for MAC_OSX as well as for WINDOWS_NT.
2322 (kbd_buffer_get_event): Set used_mouse_menu for MENU_BAR_EVENT and
2323 TOOL_BAR_EVENT for MAC_OS as well.
2324 (make_lispy_event): Handle MOUSE_WHEEL_EVENT for MAC_OSX as well
2325 as for WINDOWS_NT.
2326 (syms_of_keyboard): Initialize Qmouse_wheel for MAC_OSX.
2327
2c568af5 2328 * termhooks.h (event_kind): Define MOUSE_WHEEL_EVENT also for MAC_OSX.
402b32b5 2329
db0bb807
GM
23302002-08-03 Gerd Moellmann <gerd.moellmann@t-online.de>
2331
2332 * xdisp.c (forward_to_next_line_start): Fix a condition that
2333 lead to a newline being skipped.
2334
36426689
AC
23352002-08-02 Andrew Choi <akochoi@shaw.ca>
2336
2337 * mac.c (syms_of_mac): Defsubr Sx_selection_exists_p.
2338
ad44f2a1
RS
23392002-08-01 Richard M. Stallman <rms@gnu.org>
2340
2341 * Makefile.in (SOME_MACHINE_OBJECTS): Add fontset.o.
2342
9794a8cd
AC
23432002-07-31 Andrew Choi <akochoi@shaw.ca>
2344
41428ec4
AC
2345 * macfns.c: #undef init_process before #define-ing it.
2346
9794a8cd
AC
2347 * s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
2348 HAVE_CARBON is defined.
2349
ced89c24
RS
23502002-07-31 Richard M. Stallman <rms@gnu.org>
2351
2352 * xmenu.c (set_frame_menubar): First parse all submenus,
2353 then make widget_value trees from them.
2354 Don't allocate any widget_value objects
2355 until we are done with the parsing.
2356 (parse_single_submenu): New function.
2357 (digest_single_submenu): New function.
2358 (single_submenu): Function deleted, replaced by those two.
2359
45de4a6f
JB
23602002-07-30 Juanma Barranquero <lektu@terra.es>
2361
2362 * w32proc.c (syms_of_ntproc): Fix docstring of
2363 `w32-get-true-file-attributes'.
2364
3ea1bfb2
RS
23652002-07-28 Richard M. Stallman <rms@gnu.org>
2366
2367 * s/hpux8.h (HPUX8): Define this before including hpux.h.
2368 (HAVE_SYS_WAIT_H): #define deleted; we let Autoconf decide.
45de4a6f 2369
3ea1bfb2
RS
2370 * s/hpux.h (HAVE_SYS_WAIT_H): The #undef is conditional on HPUX8.
2371
2372 * keyboard.c (make_lispy_event):
2373 Use #ifdef to test USE_TOOLKIT_SCROLL_BARS.
2374 Explicitly clear up_modifier in event->modifiers.
2375
01af8a38
RS
23762002-07-27 Richard M. Stallman <rms@gnu.org>
2377
2378 * xterm.h (FRAME_CURSOR_WIDTH): New macro.
2379
2380 * xterm.c (x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH
2381 for bar cursor.
2382
5483cd4e
KH
23832002-07-26 Kenichi Handa <handa@etl.go.jp>
2384
2385 * coding.c (detect_coding_iso2022): While checking a byte sequence
2386 for CODING_CATEGORY_MASK_ISO_8_2, if we read one extra byte, check
2387 it in the normal loop.
2388
acfca545
RS
23892002-07-24 Gerd Moellmann <gerd.moellmann@t-online.de>
2390
2391 * xterm.c (expose_overlaps): New function.
2392 (expose_window): Use it to fix the display of overlapping rows.
2393
2394 * xdisp.c (unwind_redisplay): Clear redisplay_updating_p.
2395
be3abfa2
KR
23962002-07-23 Ken Raeburn <raeburn@gnu.org>
2397
2398 * lisp.h (XPNTR): Use NO_UNION_TYPE version for union as well,
2399 since it only depends on XUINT.
2400
2401 * m/alpha.h (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,
2402 EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS,
2403 PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR):
2404 Macros deleted.
2405
2406 * mem-limits.h (start_of_data): If DATA_START is defined, prefer
2407 its value over other approaches.
2408 * sysdep.c (start_of_data): Don't define the function if a macro
2409 form has been defined.
2410
9a654855
RS
24112002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de>
2412
2413 * xdisp.c (redisplay_updating_p): New variable.
2414 (init_iterator): Don't free realized faces when
2415 redisplay_updating_p is set.
2416 (redisplay_internal): Set redisplay_updating_p while updating
2417 the display.
2418
6076e561
RS
24192002-07-23 Richard M. Stallman <rms@gnu.org>
2420
2421 * editfns.c (Fmessage): Treat "" like nil.
2422
1d1b6e6a
KH
24232002-07-23 Kenichi Handa <handa@etl.go.jp>
2424
2c568af5
SM
2425 * xdisp.c (face_before_or_after_it_pos):
2426 Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
1d1b6e6a 2427
c9a883b8
JB
24282002-07-22 Juanma Barranquero <lektu@terra.es>
2429
2c568af5
SM
2430 * callproc.c (init_callproc) [DOS_NT]:
2431 Initialize Vshared_game_score_directory to nil.
c9a883b8
JB
2432 (syms_of_callproc) [DOS_NT]: Likewise.
2433
72b8c434
RS
24342002-07-22 Gerd Moellmann <gerd.moellmann@t-online.de>
2435
2436 * xdisp.c (display_line): Replace an abort with xassert.
2437
a8bbe549
RS
24382002-07-21 Richard M. Stallman <rms@gnu.org>
2439
2440 * xdisp.c (redisplay_window): Don't test BEG_UNCHANGED
2441 and END_UNCHANGED when setting buffer_unchanged_p.
2442 Use current_matrix_up_to_date_p to decide whether to use
2443 try_cursor_movement.
2444
2445 * config.in (HAVE_SHARED_GAME_DIR): Undef deleted.
2446
2447 * epaths.in (PATH_GAME): New macro, edited by ../Makefile.in.
2448
2449 * callproc.c (init_callproc): Set up Vshared_game_score_directory.
2450 Set to nil if dir does not exist.
2451 (syms_of_callproc): Init unconditionally and simply.
2452
2453 * buffer.c (Fbuffer_list): Doc fix.
2454
bb63c5c9
KR
24552002-07-21 Ken Raeburn <raeburn@gnu.org>
2456
56468649
KR
2457 * sysdep.c (end_of_text, end_of_data): Unused functions deleted.
2458
bb63c5c9 2459 * buffer.c (mmap_realloc): When shrinking, make sure number of
3fb7ef6f 2460 pages to unmap is rounded towards zero.
bb63c5c9 2461
4648267b 2462 * m/mips-siemens.h (XSETUINT, XSETPNTR): Unused macros deleted.
915882da 2463 (XSETINT): Deleted.
4648267b 2464
b0e057bc
KR
2465 * m/att3b.h (XINT): Don't define.
2466 (VALBITS, VALMASK, XTYPE): Deleted.
2467 (DATA_SEG_BITS): Define.
2468 * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,
2469 ARRAY_MARK_FLAG): Deleted.
2470 (DATA_SEG_BITS): Define.
2471 * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
2472 (DATA_SEG_BITS): Define.
2473
56592beb
RS
24742002-07-20 Richard M. Stallman <rms@gnu.org>
2475
2476 * print.c (print_error_message): New args CONTEXT and CALLER.
2477 Calls changed.
45de4a6f 2478
56592beb
RS
2479 * lisp.h (print_error_message): Declare new args.
2480
2481 * keyboard.c (cmd_error_internal): Pass Vsignaling_function
2482 and CONTEXT to print_error_message, don't print them here.
2483 For a Quit, don't use Vsignaling_function.
2484 Call message_log_maybe_newline.
45de4a6f 2485
56592beb
RS
2486 * Makefile.in (xsmfns.o): Don't depend on lisp.h.
2487
24882002-07-20 Kim F. Storm <storm@cua.dk>
2489
2490 * xdisp.c (redisplay_window): Test MODIFF to set buffer_unchanged_p.
2491
dffb0c47
KR
24922002-07-19 Ken Raeburn <raeburn@gnu.org>
2493
2494 * bytecode.c (struct byte_stack): Pointers into byte string now
2495 point to const.
2496 * callproc.c (Fcall_process): Make NEW_ARGV array hold pointer to
2497 const.
2498 * charset.h (BCOPY_SHORT): Source pointer now points to const.
2499 * coding.c (encode_eol, detect_coding, detect_eol):
2c568af5
SM
2500 (decode_coding, encode_coding, detect_coding_system):
2501 Source strings now treated as const.
dffb0c47
KR
2502 (decode_coding_string, encode_coding_string): Use STRING_COPYIN to
2503 modify Lisp string contents.
2504 * coding.h (decode_coding, encode_coding, detect_coding,
2505 detect_eol): Declarations updated.
2506 * composite.c (compose_chars_in_text): Treat Lisp string contents
2507 as const.
2508 * dispnew.c (safe_bcopy): Source pointer now points to const.
2509 * lisp.h (STRING_COPYIN): New macro.
2510 (detect_coding_system, safe_bcopy, temp_output_buffer_setup):
2511 (internal_with_output_to_temp_buffer): Declarations updated.
2512 * print.c (temp_output_buffer_setup):
2513 (internal_with_output_to_temp_buffer): Buffer name argument is now
2514 pointer to const.
2515 * sound.c (struct sound_device): Function pointer field "write"
2516 buffer argument now points to const.
2517 (vox_write): Buffer argument points to const.
2518 * syntax.c (Fstring_to_syntax, skip_chars): Treat Lisp string
2519 contents as const.
405ea71c
KR
2520 * sysdep.c (emacs_write): Buffer pointer now const.
2521 * term.c (encode_terminal_code): Buffer pointer now const.
2c568af5 2522 * xfaces.c (may_use_scalable_font_p): Argument now points to const.
dffb0c47 2523 (x_face_list_fonts, x_update_menu_appearance):
2c568af5 2524 (hash_string_case_insensitive): Treat Lisp string contents as const.
dffb0c47 2525
dd8d66ad
JB
25262002-07-19 Juanma Barranquero <lektu@terra.es>
2527
0dac4f85 2528 * fileio.c (Ffile_name_as_directory): Fix argument name in docstring.
8cfd6446 2529 (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP.
0dac4f85 2530
dd8d66ad
JB
2531 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
2532
2533 * fileio.c (syms_of_fileio): Likewise.
2534
f33f4398
RS
25352002-07-18 Richard M. Stallman <rms@gnu.org>
2536
2537 * data.c (Fdefalias): Doc fix.
2538
f860212e
DL
25392002-07-17 Dave Love <fx@gnu.org>
2540
46f4bf30
DL
2541 * intervals.h (text_property_stickiness): Use P_.
2542
f860212e
DL
2543 * ccl.c: Remove `emacs' conditionals.
2544 (ccl_backtrace_table): Fix size spec.
2545 (ccl_driver): Fix type errors.
2546
674537ea
KR
25472002-07-16 Ken Raeburn <raeburn@gnu.org>
2548
bd66096a
KR
2549 * alloc.c (xstrdup, make_string, make_unibyte_string)
2550 (make_multibyte_string, build_string): String pointer args now
2551 point to const.
2552 * charset.c (find_charset_in_text, c_string_width):
2553 (chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
2554 * fileio.c (report_file_error):
2555 * insdel.c (copy_text, count_size_as_multibyte, insert_1):
2556 (count_combining_before, count_combining_after, insert_1_both):
2557 (insert, insert_and_inherit, insert_string):
2558 (insert_before_markers, insert_before_markers_and_inherit):
2559 * lread.c (intern, oblookup, hash_string):
2560 * minibuf.c (temp_echo_area_glyphs):
2561 * search.c (fast_c_string_match_ignore_case):
2562 * sysdep.c (emacs_open, set_file_times):
2563 * xfaces.c (xstricmp):
2564 * xdisp.c (store_frame_title, string_char_and_length):
2565 (message_dolog, message2, message2_nolog, set_message): Likewise.
2566 (set_message_1): Cast message string argument to const pointer.
2567 * editfns.c (general_insert_function): Insertion function now
2568 takes pointer to const for input data.
2569 * charset.h (find_charset_in_text, c_string_width):
2570 (parse_str_as_multibyte): Declarations updated.
2571 * dispextern.h (xstricmp): Declaration updated.
2572 * lisp.h (chars_in_text, multibyte_chars_in_text, copy_text):
2573 (count_size_as_multibyte, count_combining_before):
2574 (count_combining_after, insert_1, insert_1_both, message_dolog):
2575 (insert, insert_and_inherit, insert_before_markers)
2576 (insert_before_markers_and_inherit, set_message, message2):
2577 (message2_dolog, build_string, make_string, make_unibyte_string):
2578 (make_multibyte_string, intern, oblookup, report_file_error):
2579 (fast_c_string_match_ignore_case, temp_echo_area_glyphs):
2580 (emacs_open, xstrdup): Declarations updated.
2581 * systime.h (set_file_times): Declaration updated.
2582
2583 * charset.c (find_charset_in_text, lisp_string_width): Use const
2584 for pointer to lisp string data.
2585 * charset.h (FETCH_STRING_CHAR_ADVANCE):
2586 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK):
2587 * coding.c (Ffind_coding_systems_region_interval):
2588 * fileio.c (Ffile_name_directory, Ffile_name_nondirectory):
2589 (Fmake_directory_internal, Fdelete_directory):
2590 (Ffile_name_absolute_p, Fwrite_region, double_dollars):
2591 * fontset.c (font_family_registry, fs_query_fontset):
2592 (list_fontsets):
2593 * frame.c (Fframe_parameter):
2594 * keyboard.c (cmd_error_internal):
2595 * keymap.c (Fdescribe_buffer_bindings):
2596 * lread.c (complete_filename_p, openp):
2597 * minibuf.c (Fminibuffer_complete_word):
2598 * xdisp.c (string_pos_nchars_ahead, init_from_display_pos):
2599 (face_before_or_after_it_pos, next_element_from_string):
2600 (get_overlay_arrow_glyph_row, display_mode_element):
2601 (decode_mode_spec_coding):
2602 * xterm.c (same_x_server): Likewise.
2603
943afcc7
KR
2604 * buffer.c (reset_buffer_local_variables): Delete "#if 0"
2605 settings of non-existent fields.
2606
2607 * editfns.c (Fstring_to_char): Don't use XSTRING/XSETSTRING to
2608 copy a lisp value.
2609
2610 * lread.c (Fintern_soft): Use string macros instead of
2611 Lisp_String fields.
1b049b51
KR
2612 * keyboard.c (echo_char, parse_modifiers_uncached):
2613 (parse_solitary_modifier, Fexecute_extended_command): Likewise.
943afcc7
KR
2614 * textprop.c (validate_interval_range, interval_of): Likewise.
2615
36595814 2616 * fontset.c (Fset_fontset_font): Use SDATA instead of XSTRING()->data.
9f5348e3 2617
36595814
SM
2618 * charset.h (FETCH_STRING_CHAR_ADVANCE)
2619 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES instead of
9f5348e3
KR
2620 XSTRING()->size_byte.
2621
7da167cd
KR
2622 * lisp.h (SDATA, SREF): Produce rvalue.
2623 (SSET): New macro.
2624 * alloc.c (make_event_array): Use SSET for storing into a string.
2625 * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
2626 a string.
2627 * casefiddle.c (casify_object): Use SSET.
36595814
SM
2628 * charset.h (FETCH_STRING_CHAR_ADVANCE)
2629 (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
7da167cd
KR
2630 address of string contents.
2631 * data.c (Faref): Use SDATA.
2632 (Faset): Use SDATA, SSET.
2633 * dired.c (directory_files_internal): Use SSET.
2634 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
2635 (Fread_file_name): Use SREF, SSET.
2636 * fns.c (concat): Use SSET.
2637 (concat, Fdelete): Use SDATA.
2638 * insdel.c (insert_from_string_1): Use SDATA.
2639 * keyboard.c (Fevent_convert_list): Use SREF.
2640 * lread.c (Fload): Use SDATA, SSET.
2641 * macfns.c (validate_x_resource_name): Use SSET.
2642 * process.c (status_message): Use SSET.
2643 * search.c (wordify): Use SDATA.
2644 (Freplace_match): Use SREF.
2645 * w32fns.c (validate_x_resource_name): Use SSET.
2646 * xfns.c (validate_x_resource_name): Use SSET.
2647 * xterm.c (x_catch_errors, x_clear_errors): Use SSET.
674537ea 2648
9ee49ebc
RS
26492002-07-16 Richard M. Stallman <rms@gnu.org>
2650
2651 * s/hpux11.h (USG_SUBTTY_WORKS): Defined.
2652
2653 * xdisp.c (reconsider_clip_changes):
2654 Don't test prevent_redisplay_optimizations_p.
2655 (redisplay_internal): Test prevent_redisplay_optimizations_p
2656 along with clip_changed in some cases.
2657 (try_window_id): Likewise.
2658 (redisplay_window): New local var buffer_unchanged_p.
2659
2660 * keyboard.c (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass.
2661
2662 * process.c (create_process): Test USG_SUBTTY_WORKS.
2663 (process_send_signal): Clean up handling of GID.
2664 Detect errors in ioctls meant to set GID.
2665
2666 * window.c (temp_output_buffer_show):
2667 Don't set prevent_redisplay_optimizations_p.
2668
d907a3bf
JB
26692002-07-15 Juanma Barranquero <lektu@terra.es>
2670
2671 * eval.c (Fdefvaralias): Add docstring argument.
2672
9056febe
KR
26732002-07-15 Ken Raeburn <raeburn@gnu.org>
2674
2675 * lisp.h (STRING_INTERVALS): Produce rvalue.
2676 (STRING_SET_INTERVALS): New macro.
2677 * buffer.c (Fget_buffer_create, Fmake_indirect_buffer): Use it.
2678 * fns.c (Fstring_as_multibyte): Likewise.
979a8abc
SM
2679 * intervals.c (balance_possible_root_interval, delete_interval)
2680 (create_root_interval, copy_intervals_to_string): Likewise.
9056febe
KR
2681 * textprop.c (set_text_properties): Likewise. Use NULL_INTERVAL
2682 instead of 0.
2683
d5db4077
KR
26842002-07-14 Ken Raeburn <raeburn@gnu.org>
2685
bee91904
KR
2686 * lisp.h (STRING_SET_CHARS): New macro.
2687 (SCHARS, SBYTES): Produce rvalues.
2688 * dired.c (directory_files_internal): Use STRING_SET_CHARS.
2689 * fns.c (concat): Likewise.
2690 * lread.c (read_vector): Likewise.
2691
d5db4077
KR
2692 * lisp.h (SMBP): Deleted. All uses changed to STRING_MULTIBYTE.
2693 (STRING_SET_UNIBYTE): New macro.
2694 (SET_STRING_BYTES): Deleted. Callers (all of which supplied a
2695 length of -1) changed to use STRING_SET_UNIBYTE.
d5db4077
KR
2696 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
2697 casefiddle.c, category.c, ccl.c, charset.c, charset.h, coding.c,
2698 composite.c, data.c, dired.c, dispnew.c, disptab.h, doc.c,
2699 dosfns.c, editfns.c, emacs.c, eval.c, fileio.c, filelock.c, fn.c,
2700 fontset.c, frame.c, indent.c, insdel.c, intervals.c, keyboard.c,
2701 keymap.c, lread.c, mac.c, macfns.c, macmenu.c, macterm.c,
2702 minibuf.c, msdos.c, print.c, process.c, search.c, sound.c,
2703 sunfns.c, syntax.c, syntax.h, sysdep.c, textprop.c, undo.c,
2704 w16select.c, w32.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
2705 w32term.c, window.c, xdisp.c, xfaces.c, xfns.c, xmenu.c,
2706 xselect.c, xsmfns.c, xterm.c: Most uses of XSTRING combined with
2707 STRING_BYTES or indirection changed to SCHARS, SBYTES,
2708 STRING_INTERVALS, SREF, SDATA; explicit size_byte references left
2709 unchanged for now.
2710
aae2ce50
KS
27112002-07-13 Kim F. Storm <storm@cua.dk>
2712
2713 * keyboard.c (command_loop_1): Invert check on Vmemory_full.
2714
a8fda945
RS
27152002-07-12 Richard M. Stallman <rms@gnu.org>
2716
32a86c99
RS
2717 * fileio.c (Fwrite_region): Doc fix.
2718
a8fda945
RS
2719 * print.c (print_error_message): Don't handle Vsignaling_function here.
2720
2721 * keyboard.c (cmd_error_internal): Handle Vsignaling_function here.
2722 (command_loop_1): Avoid certain actions after memory-full error.
2723
2724 * eval.c (Fsignal): Don't call cancel_hourglass.
2725 For a memory-full error, don't call Vsignal_hook_function
2726 and don't set Vsignaling_function.
2727
2728 * process.c (process_send_signal): Add abort call.
2729
35936c5c
MR
27302002-07-11 Markus Rost <rost@math.ohio-state.edu>
2731
2732 * keymap.c (Fkey_binding): Fix typo.
2733
42cec426
RS
27342002-07-11 Richard M. Stallman <rms@gnu.org>
2735
a8fda945
RS
2736 * alloc.c (Vmemory_full): New variable.
2737 (Vmemory_signal_data): Renamed from memory_signal_data.
2738 Uses changed.
2739 (syms_of_alloc): Defvar them.
2740 (memory_full, buffer_memory_full): Set Vmemory_full.
979a8abc 2741
a8fda945
RS
2742 * lisp.h (Vmemory_full): Add declaration.
2743 (current_column, indented_beyond_p): Change declaration.
2744
2745 * indent.c (last_known_column): Declare as double, not float.
2746 (current_column, current_column_1, string_display_width)
2747 (position_indentation): Return `double'.
2748 (indented_beyond_p): Arg `column' is `double'. Callers changed.
979a8abc 2749
a8fda945 2750 * xdisp.c (message_dolog): Do nothing if Vmemory_full is non-nil.
979a8abc
SM
2751 (back_to_previous_visible_line_start)
2752 (reseat_at_next_visible_line_start, next_element_from_buffer):
a8fda945
RS
2753 Use `double', not `float', when calling indented_beyond_p.
2754
42cec426
RS
2755 * s/hpux11.h (BROKEN_SA_RESTART): Defined.
2756
2757 * sysdep.c (sys_signal): Test BROKEN_SA_RESTART.
2758
89297f23
JB
27592002-07-11 Juanma Barranquero <lektu@terra.es>
2760
71c5e9bb
JB
2761 * alloc.c, buffer.c, bytecode.c, callint.c, callproc.c, coding.c,
2762 * composite.c, dired.c, dispnew.c, editfns.c, emacs.c, eval.c,
2763 * fileio.c, fns.c, insdel.c, keyboard.c, keymap.c, lread.c, macfns.c,
2764 * macmenu.c, macros.c, minibuf.c, print.c, process.c, sound.c,
2765 * textprop.c, w32fns.c, w32menu.c, window.c, xfaces.c, xfns.c,
2766 * xmenu.c, xselect.c, xterm.c: Use SPECPDL_INDEX wherever makes sense.
89297f23 2767
3cca0d40
JB
27682002-07-10 Juanma Barranquero <lektu@terra.es>
2769
2770 * lisp.h (SPECPDL_INDEX): Rename from BINDING_STACK_SIZE. All callers
2771 changed.
2772
f61cd322
SM
27732002-07-09 Stefan Monnier <monnier@cs.yale.edu>
2774
979a8abc
SM
2775 * data.c (Fdefalias): Add an optional `docstring' argument.
2776 (set_internal, Fsetq_default): Use XCAR/XCDR.
2777
2778 * composite.c (HASH_VALUE, HASH_KEY):
f61cd322
SM
2779 * ccl.c (HASH_VALUE): Remove (it's in lisp.h now).
2780
282b5fb7
KH
27812002-07-09 Kenichi Handa <handa@etl.go.jp>
2782
2783 * callproc.c (Fcall_process): Fix previous change.
2784
5d733a9c
SM
27852002-07-07 Stefan Monnier <monnier@cs.yale.edu>
2786
2787 * minibuf.c (Ftry_completion, Fall_completions, Ftest_completion):
2788 Add support for hash-tables.
2789 (Ftry_completion): Return t even if the string appears multiple times.
2790
2791 * fns.c (Fnconc): Use XCDR.
2792 (Fprovide): Use CONSP and XCDR.
2793 (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
2794 (HASH_TABLE_SIZE): Delete: moved to lisp.h.
2795 (Fmake_hash_table): Accept `:size nil'.
2796 (Fmakehash): Delete: moved to subr.el.
2797 (syms_of_fns): Don't defsubr makehash.
2798
2799 * lisp.h (HASH_KEY, HASH_VALUE, HASH_NEXT, HASH_HASH, HASH_INDEX)
2800 (HASH_TABLE_SIZE): Move from fns.c.
2801
af7272b1
RS
28022002-07-07 Richard M. Stallman <rms@gnu.org>
2803
2804 * xdisp.c (make_cursor_line_fully_visible): Don't try short scrolls.
2805 Instead just return 0 when there is something to be done.
2806 (try_scrolling): If make_cursor_line_fully_visible returns 0,
2807 retry scrolling as if cursor were off the bottom.
2808 (try_cursor_movement): If make_cursor_line_fully_visible returns 0,
2809 return CURSOR_MOVEMENT_MUST_SCROLL.
2810 (redisplay_window): If make_cursor_line_fully_visible returns 0,
2811 go to try_to_scroll.
2812
2813 * buffer.c (Fbuffer_local_value): Store current value into its binding
2814 so we get the up-to-date value for the binding that is loaded.
2815
2816 * eval.c (Fdefmacro): Doc fix.
2817
9406d1d9
DL
28182002-07-05 Dave Love <fx@gnu.org>
2819
2820 * keyboard.c (read_key_sequence): Set initial_idleness_start_time
2821 correctly.
2822
2823 * ccl.c (Vtranslation_hash_table_vector, GET_HASH_TABLE)
2824 (HASH_VALUE, CCL_LookupIntConstTbl, CCL_LookupCharConstTbl): New.
2825 (ccl_driver): Add cases for CCL_LookupIntConstTbl,
2826 CCL_LookupCharConstTbl.
2827 (syms_of_ccl): Defvar translation-hash-table-vector.
2828
89297f23 28292002-07-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e9b60209
PJ
2830
2831 * xdisp.c: Remove unused variable `face'.
2832
cf9b6656
JB
28332002-07-04 Juanma Barranquero <lektu@terra.es>
2834
2835 * keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
2836 obsolescence information.
2837
a0f593ff
AC
28382002-07-03 Andrew Choi <akochoi@shaw.ca>
2839
10ba2aec
AC
2840 * macterm.c (x_list_fonts): Fix comment. Cache fonts matching
2841 pattern. Search cache first.
2842 (init_font_name_table): Also add entry for jisx0201.1976-0 coding
2843 for Japanese font.
a0f593ff
AC
2844 (XLoadQueryFont): Use it.
2845
64805fb0
RS
28462002-07-02 Richard M. Stallman <rms@gnu.org>
2847
2848 * keymap.c (Fdefine_key): Doc fix.
2849
2850 * xterm.c (x_term_init): Turn off polling around XtOpenDisplay.
2851
df1890b0
JB
28522002-07-02 Juanma Barranquero <lektu@terra.es>
2853
2854 * keymap.c (syms_of_keymap): Fix typo.
2855
bc21bf11
AC
28562002-07-01 Andrew Choi <akochoi@shaw.ca>
2857
09740ad8
AC
2858 * s/darwin.h: Define POSIX_SIGNALS.
2859
bc21bf11
AC
2860 * macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
2861 and FSRefMakePath to convert FSSpec returned with Apple Event to
2862 Posix pathname.
5d733a9c
SM
2863 (mac_initialize) [TARGET_API_MAC_CARBON]:
2864 Call init_required_apple_events and disable the `Quit' menu item
bc21bf11
AC
2865 provided automatically by the Carbon Toolbox.
2866
dc976f2c
DL
28672002-07-01 Dave Love <fx@gnu.org>
2868
2869 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl
2870 for K&R.
2871
2872 * xterm.c: Fix prototype for K&R.
2873
2874 * term.c (costs_set): Declare static, non-initialized for pcc.
2875
ec962374
RS
28762002-07-01 Richard M. Stallman <rms@gnu.org>
2877
2878 * keyboard.c (timer_last_idleness_start_time): New variable.
2879 (timer_start_idle): Set that.
2880 (read_key_sequence): Use that to reset timer_idleness_start_time
2881 to previous value.
cf9b6656 2882
ec962374
RS
2883 * window.c (Frecenter): With arg, set optional_new_start.
2884
2885 * xdisp.c (redisplay_internal): Make optional_new_start really work.
2886
2887 * minibuf.c (Fminibuffer_complete_and_exit): Move to end of
2888 buffer for completion.
2889
c8224325
KR
28902002-06-29 Ken Raeburn <raeburn@gnu.org>
2891
2892 * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
2893
a97e4138 28942002-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20057d52
JD
2895
2896 * keyboard.c (readable_filtered_events): New function that filters
2897 FOCUS_IN_EVENT depending on parameter.
2898 (readable_events): Calls readable_filtered_events, not filtering
2899 FOCUS_IN_EVENT.
2900 (get_filtered_input_pending): New function, filtering parameter passed
2901 to readable_filtered_events.
2902 (get_input_pending): Calls get_filtered_input_pending, not filtering
2903 FOCUS_IN_EVENT.
2904 (Finput_pending_p): Calls get_filtered_input_pending, DO filter
2905 FOCUS_IN_EVENT.
2906
2907 * xterm.h (struct x_output): Add focus_state.
2908
2909 * xterm.c (x_focus_changed): New function.
2910 (x_detect_focus_change): New function.
2911 (XTread_socket): Call x_detect_focus_change for FocusIn/FocusOut
2912 EnterNotify and LeaveNotify to track X focus changes.
2913
1aa1cb66
AS
29142002-06-28 Andreas Schwab <schwab@suse.de>
2915
2c568af5 2916 * lisp.h: Remove duplicate declaration of code_convert_string_norecord.
1aa1cb66 2917
377408cf
KS
29182002-06-27 Kim F. Storm <storm@cua.dk>
2919
2920 * xdisp.c: (mode_line_string_list, mode_line_string_face)
2921 (mode_line_string_face_prop): New variables.
2922 (store_mode_line_string): New function.
2923 (display_mode_element): Use store_mode_line_string to
2924 add mode-line string elements to mode_line_string_list
2925 when mode_line_string_list is non-nil.
2926 (Fformat_mode_line): Now returns propertized string by
2927 default. New arg NO-PROPS to ignore properties.
2928 (decode_mode_spec): Only add two dashes for %- in propertized
2929 mode-line string.
2930 (syms_of_xdisp): Init and staticpro mode_line_string_list.
cf9b6656 2931
5b62b301
SM
29322002-06-27 Stefan Monnier <monnier@cs.yale.edu>
2933
2934 * minibuf.c (minibuffer_completion_contents): Add return type.
2935
23a3b598
JB
29362002-06-27 Juanma Barranquero <lektu@terra.es>
2937
5b62b301 2938 * charset.c (Fchar_bytes): Remove obsolescence info from docstring.
23a3b598 2939
7182e608
JB
29402002-06-26 Juanma Barranquero <lektu@terra.es>
2941
2942 * fileio.c (read_file_name_cleanup): Add missing return.
2943
6c488ddb
RS
29442002-06-26 Richard M. Stallman <rms@gnu.org>
2945
8ce9dfc1
RS
2946 * window.c (Frecenter): Don't set force_start flag.
2947
5b62b301 2948 * minibuf.c (do_completion, Fminibuffer_complete_word)
8ce9dfc1
RS
2949 (Fminibuffer_completion_help): Complete just the text before point.
2950 (minibuffer_completion_contents): New function.
2951
6c488ddb
RS
2952 * buffer.c (Fbury_buffer): Use frames_discard_buffer.
2953
2954 * frame.c (frames_bury_buffer): Function deleted.
2955
c2b736ca
MB
29562002-06-25 Miles Bader <miles@gnu.org>
2957
2958 * callint.c (Fcall_interactively): When checking to see if doprnt hit
2959 the end of callint_message, allow for a terminating '\0'.
2960
d0db8f56
JB
29612002-06-24 Juanma Barranquero <lektu@terra.es>
2962
2963 * w32select.c: Include composite.h
2964
f7d05dc4
JB
2965 * w16select.c: Likewise.
2966
24df0f36
KH
29672002-06-24 Kenichi Handa <handa@etl.go.jp>
2968
2969 * callproc.c (Fcall_process): If code detection is necessary,
2970 call detect_coding directly here.
2971
2972 * coding.c (detect_eol): Preserve coding->cmp_data.
2973
2c568af5
SM
2974 * w16select.c (Fw16_get_clipboard_data):
2975 * w32fns.c (w32_to_x_font):
2976 * w32select.c (Fw32_get_clipboard_data):
2977 * xselect.c (selection_data_to_lisp_data):
24df0f36
KH
2978 * xterm.c (XTread_socket): Disable composition handling.
2979
04f13f39
SM
29802002-06-24 Stefan Monnier <monnier@cs.yale.edu>
2981
2982 * print.c (temp_output_buffer_setup): Kill all local variables.
2983
f352c826
SM
29842002-06-22 Stefan Monnier <monnier@cs.yale.edu>
2985
11554bdd
SM
2986 * lread.c (Fread): Remove redundant and imprecise declaration.
2987
2988 * xfns.c (check_x_display_info): Use check_x_frame.
2989
f352c826
SM
2990 * .gdbinit (xprintsym): Use the new `xname' field.
2991 (xsymbol): Use it.
2992
1030b26b
JR
29932002-06-22 Jason Rumney <jasonr@gnu.org>
2994
2995 * w32fns.c (file_dialog_callback): New function.
2996 (Fx_file_dialog): Allow selecting directories as well as files.
2997
bc21bf11 29982002-06-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
29c3cbf0
PJ
2999
3000 * m/pmax.h (START_FILES): Define START_FILES for NetBSD and
3001 OpenBSD. Add support for mipseb-*-netbsd* machines.
3002
b432b442
AC
30032002-06-17 Andrew Choi <akochoi@shaw.ca>
3004
2d97ff8c
AC
3005 * macterm.c (mac_scroll_area): Set foreground and backcolor to
3006 black and white before scrolling. Restore frame background and
3007 foreground color after scrolling.
3008 (do_window_update): Call XClearWindow before calling expose_frame.
3009 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
3010 FRAME_FOREGROUND_PIXEL of frame.
f352c826 3011
b432b442
AC
3012 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
3013 test Mac command key as <ALT> key.
3014
f9c0c10f
SM
30152002-06-17 Stefan Monnier <monnier@cs.yale.edu>
3016
65e0fbbf
SM
3017 * window.c (Fset_window_configuration): Lisp_Object/int mixup.
3018
3019 * keyboard.c (read_key_sequence): Be more careful with first_unbound.
3020 Lookup keys in function-key-map immediately so that key-translation-map
3021 can be applied earlier.
3022 Remove function_key_possible and key_translation_possible, replaced
3023 by checking `keytran_start < t'.
3024
f352c826 3025 * .gdbinit (xsymbol): Use the new `xname' field.
f9c0c10f 3026
84c0c2cc
AC
30272002-06-17 Andrew Choi <akochoi@shaw.ca>
3028
b432b442
AC
3029 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
3030 test Mac command key as <ALT> key.
3031
84c0c2cc 3032 * mac.c (do_applescript): Call initialize_applescript if necessary
f9c0c10f 3033 when first called. Dispose of result_desc only when there is no error.
84c0c2cc 3034 (Fdo_applescript): Use %d format specifier instead of %ld.
f9c0c10f 3035
f00691a3
AC
30362002-06-16 Andrew Choi <akochoi@shaw.ca>
3037
b6cce0b7
AC
3038 * macterm.c (XTread_socket): Call FrontNonFloatingWindow instead
3039 of FrontWindow for cases keyDown and autoKey.
3040
f00691a3
AC
3041 * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of
3042 Vdefault_fontset to Monaco with mac-roman coding.
3043
3044 * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine
3045 init_process before and after inclusion of Carbon/Carbon.h, resp.
3046
3047 * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and
3048 cursor_gc.
3049 (add_font_name_table_entry): New function.
3050 (init_font_name_table): Use add_font_name_table_entry; add italic,
3051 bold, and bold-italic entries for truetype fonts.
3052
3053 * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces
3054 for Mac too.
3055 (try_font_list) [MAC_OS]: If no font matches given registry, try
3056 fonts with any registry matching face_family.
f9c0c10f 3057 (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here.
f00691a3
AC
3058
3059 * s/darwin.h: If autoconf detects the Ncurses library, define
3060 LIBS_TERMCAP to -lncurses to use it.
f9c0c10f 3061
5fd4d159
EZ
30622002-06-16 Eli Zaretskii <eliz@is.elta.co.il>
3063
3064 * strftime.c [__hpux]: Include sys/_mbstate_t.h.
3065
93731c54
RS
30662002-06-15 Richard M. Stallman <rms@gnu.org>
3067
3068 * window.c (Fset_window_configuration): Explicitly preserve
3069 the point value that new_current_buffer had at the start.
3070
2268661a
JB
30712002-06-14 Juanma Barranquero <lektu@terra.es>
3072
3073 * composite.c (Fcompose_region_internal, Fcompose_string_internal):
3074 Fix typos.
3075
e4f10c83
KS
30762002-06-14 Kim F. Storm <storm@cua.dk>
3077
3078 * insdel.c (insert_1_both, insert_from_string_1)
3079 (insert_from_buffer_1): Recalculate END_UNCHANGED in case the
3080 insert happened in the end_unchanged region. Otherwise, the
3081 redisplay may be confused and duplicate the last line in the
3082 buffer [seen after save-buffer when require-final-newline==t].
3083
960f21ae
JR
30842002-06-13 Jason Rumney <jasonr@gnu.org>
3085
3086 * w32.c (init_environment): Remove EMACSLOCKDIR.
91224f9e 3087 (stat): Swap _S_IFDIR and _S_IFREG.
960f21ae 3088
f00691a3 30892002-06-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e43bd4f5 3090
cc1b792b
PJ
3091 * keyboard.c, macterm.c, macmenu.c, msdos.c, sysdep.c
3092 * termhooks.h, xmenu.c, xsmfns.c, xterm.h, xterm.c, w32term.c,
3093 * w32menu.c, w32inevt.c: Rename enum event_kind as follows:
3094 ascii_keystroke to ASCII_KEYSTROKE_EVENT, multibyte_char_keystroke
3095 to MULTIBYTE_CHAR_KEYSTROKE_EVENT, non_ascii_keystroke to
3096 NON_ASCII_KEYSTROKE_EVENT, timer_event to TIMER_EVENT, mouse_click
3097 to MOUSE_CLICK_EVENT, mouse_wheel to MOUSE_WHEEL_EVENT,
3098 language_change_event to LANGUAGE_CHANGE_EVENT, scroll_bar_click
3099 to SCROLL_BAR_CLICK_EVENT, w32_scroll_bar_click to
3100 W32_SCROLL_BAR_CLICK_EVENT, selection_request_event to
e43bd4f5
PJ
3101 SELECTION_REQUEST_EVENT, selection_clear_event to
3102 SELECTION_CLEAR_EVENT, buffer_switch_event to BUFFER_SWITCH_EVENT,
3103 delete_window_event to DELETE_WINDOW_EVENT, iconify_event to
3104 ICONIFY_EVENT, deiconify_event to DEICONIFY_EVENT,
3105 menu_bar_activate_event to MENU_BAR_ACTIVATE_EVENT, drag_n_drop to
cc1b792b
PJ
3106 DRAG_N_DROP_EVENT, save_session_event to SAVE_SESSION_EVENT and
3107 no_event to NO_EVENT.
e43bd4f5 3108
f00691a3 31092002-06-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
b3e8cc4d
PJ
3110
3111 * macmenu.c: Remove declaration of Qmouse_click and Qevent_kind.
3112
91b53904
SM
31132002-06-12 Stefan Monnier <monnier@cs.yale.edu>
3114
3115 * intervals.c (textget): Don't forget to `return'.
3116 (lookup_char_property): Use XCAR/XCDR.
3117
8b22c65a
JB
31182002-06-12 Juanma Barranquero <lektu@terra.es>
3119
3120 * xdisp.c (Fformat_mode_line): Fix typo.
3121
aba91547
KS
31222002-06-12 Kim F. Storm <storm@cua.dk>
3123
3124 * xdisp.c (Fformat_mode_line): New function.
3125 (frame_title_buf, frame_title_buf_end, frame_title_ptr)
3126 (store_frame_title_char, store_frame_title): Use unconditionally.
3127 (init_xdisp): Defsubr Fformat_mode_line.
3128 Initialize frame_title_buf etc. unconditionally.
3129
2cf4b7b2
SM
31302002-06-11 Stefan Monnier <monnier@cs.yale.edu>
3131
3132 * keyboard.c (read_key_sequence):
3133 Remove prev_(fkey|keytran}_(map|start|end) since we don't want to pass
3134 things through those maps after downcasing events.
3135 Enforce that keytran_end <= fkey_start, i.e. that key-translation-map
3136 applies after function-key-map.
3137 Make sure that keytran can be done in the middle in the sequence.
3138 Be careful not to throw away events past the one we downcase.
3139
3140 * lread.c (read_integer): Remove unused var `tem'.
3141 (read1): Fix int/Lisp_Object mixup.
3142
3143 * xfaces.c (tty_lookup_color): Type bool/Lisp_Object mismatch fixed.
3144
0672b5a0
RS
31452002-06-11 Richard M. Stallman <rms@gnu.org>
3146
3147 * keyboard.c (readable_events): Ignore any number of
3148 FOCUS_IN_EVENT events and return 0 if nothing else in buffer.
3149
ab2e49a0
MB
31502002-06-09 Miles Bader <miles@gnu.org>
3151
3152 * xfaces.c (Ftty_supports_face_attributes_p): New function.
3153 (parse_rgb_list, tty_lookup_color): New functions.
3154 (tty_defined_color): Use `tty_lookup_color' to do all the work.
3155 (color_distance, Fcolor_distance): New functions.
3156 (TTY_SAME_COLOR_THRESHOLD): New macro.
3157 (Qtty_color_standard_values): New variable.
3158 (syms_of_xfaces): Initialize new vars & functions.
3159
a8f57660
CW
31602002-06-08 Colin Walters <walters@verbum.org>
3161
3162 * textprop.c (Vchar_property_alias_alist): New variable.
2cf4b7b2 3163 (syms_of_textprop) <Vchar_property_alias_alist>: DEFVAR_LISP.
a8f57660
CW
3164
3165 * intervals.c (lookup_char_property): New function for looking up
3166 overlay and text properties, created from textget.
3167 (textget): Use it.
2cf4b7b2 3168
a8f57660
CW
3169 * intervals.h (lookup_char_property): Declare.
3170 (Vchar_property_alias_alist): Declare.
3171
3172 * buffer.c (Foverlay_get): Use lookup_char_property.
3173
1b65481e
SS
31742002-06-07 Sam Steingold <sds@gnu.org>
3175
3176 * xselect.c (lisp_data_to_selection_data): Fix last change:
3177 *data_ret is not a Lisp string, while unibyte_string is.
3178
9cbd5852
EZ
31792002-06-07 Eli Zaretskii <eliz@is.elta.co.il>
3180
2cf4b7b2
SM
3181 * xselect.c (lisp_data_to_selection_data): Fix last change:
3182 set size_ret.
9cbd5852 3183
3fa4ac47
AS
31842002-06-07 Andreas Schwab <schwab@suse.de>
3185
3186 * m/amdx86-64.h: New file.
3187
ebadb1e4
EZ
31882002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
3189
4ddc38a1
EZ
3190 * fns.c (Fstring_make_unibyte): Doc fix.
3191
8f9b87b5
EZ
3192 * xselect.c (lisp_data_to_selection_data): If the requested type
3193 is STRING, call string_make_unibyte to encode the selected text
3194 as a string.
3195
ebadb1e4
EZ
3196 * window.c (Fset_window_hscroll): Doc fix.
3197
f00691a3 31982002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1909941a 3199
2cf4b7b2
SM
3200 * fileio.c (choose_write_coding_system):
3201 Call select-safe-coding-system properly.
1909941a 3202
3a2ff803
RS
32032002-06-03 Richard M. Stallman <rms@gnu.org>
3204
3205 * xdisp.c (message_with_string): Error if STRING is not a string.
3206
3207 * fns.c (md5): Pass FILE arg to Vselect_safe_coding_system_function.
3208
3209 * fileio.c (choose_write_coding_system): Pass FILE arg to
3210 Vselect_safe_coding_system_function.
3211
382f558b 32122002-06-03 Ken Raeburn <raeburn@gnu.org>
504322ad 3213
2cf4b7b2 3214 * buffer.c (fix_overlays_before): Fix list-walking bug in 05-19 change.
504322ad 3215
e2c0561e
TTN
32162002-06-02 Thien-Thi Nguyen <ttn@gnu.org>
3217
3218 * bytecode.c (Fbyte_code): Cast `current_column' return value to int.
3219 * cmds.c (Fdelete_backward_char, internal_self_insert): Likewise.
3220 * keymap.c (describe_command): Likewise.
3221 * minibuf.c (read_minibuf): Likewise.
3222
3223 * xdisp.c (redisplay_internal, redisplay_window, decode_mode_spec):
3224 Cast `current_column' return value to int.
2cf4b7b2
SM
3225 (back_to_previous_visible_line_start)
3226 (reseat_at_next_visible_line_start, next_element_from_buffer):
e2c0561e
TTN
3227 Cast `indented_beyond_p' 3rd arg to float.
3228
3229 * indent.c (last_known_column): Now a float.
2cf4b7b2
SM
3230 (current_column_1, position_indentation, current_column)
3231 (string_display_width): Return float.
e2c0561e
TTN
3232 (Fcurrent_column): Cast `current_column' return value to int.
3233 (Fcurrent_indentation): Cast `position_indentation' retval to int.
3234 (indented_beyond_p): Third arg now a float.
3235 (compute_motion, vmotion): Cast `indented_beyond_p' 3rd arg to float.
3236
3237 * lisp.h (current_column): Now returns float.
3238 (indented_beyond_p): 3rd arg now a float.
3239
420a345c
EZ
32402002-05-31 Eli Zaretskii <eliz@is.elta.co.il>
3241
43dc73f1
EZ
3242 * xfns.c (x_encode_text): Return stringp non-NULL if coding_system
3243 is Qcompound_text_with_extensions.
3244
3245 * xselect.c (lisp_data_to_selection_data): Always set selection
3246 type as string if x_encode_text returns streingp non-NULL.
3247
420a345c
EZ
3248 * s/netbsd.h: Include /usr/pkg in the run time shared library path.
3249
a71867c5
RS
32502002-05-30 Richard M. Stallman <rms@gnu.org>
3251
3252 * window.c (Fset_window_configuration): Correct the handling
3253 of point in current buffer, to work with multiple windows.
3254
96801005
CW
32552002-05-29 Colin Walters <walters@verbum.org>
3256
3257 * lread.c (Fread_from_string): Don't depend on order of evaluation
3258 for C function parameters.
3259
f7e039de
RS
32602002-05-28 Richard M. Stallman <rms@gnu.org>
3261
3262 * xterm.c (x_display_and_set_cursor): Change the cursor in the same
3263 way for blinked-off state and for a nonselected window.
3264
3265 * window.c (window_scroll_pixel_based): Don't call Fbolp;
3266 instead, see if the new start pos is at beginning of line.
3267
3268 * fileio.c (Fwrite_region): If START is a string, don't
3269 make any annotations.
3270
3271 * eval.c (syms_of_eval): Doc fix.
3272
532a8e8b
CW
32732002-05-28 Colin Walters <walters@debian.org>
3274
3275 * emacs.c (USAGE1): Add --no-splash.
3276 (standard_args): Ditto.
3277
32782002-05-28 Colin Walters <walters@gnu.org>
3279
3280 * lread.c (readchar_count): New variable.
3281 (readchar): Increment it.
3282 (unreadchar): Decrement it.
3283 (read_multibyte): Decrement it.
3284 (Vread_with_symbol_positions): New variable.
3285 (Vread_symbol_positions_list): New variable.
3286 (read_internal_start): New function, created from Fread and
3287 Fread_from_string. Handle Vread_symbol_positions_list and
3288 Vread_with_symbol_positions.
3289 (readevalloop, Fread, Fread_from_string): Use it.
3290 (read1): Use readchar_count to add symbol positions to
2cf4b7b2 3291 Vread_symbol_positions_list if Vread_with_symbol_positions is non-nil.
532a8e8b
CW
3292 (syms_of_lread): DEFVAR_LISP and initialize them.
3293
3294 * lread.c (read0, read1, read_list, read_vector, read_multibyte)
3295 (substitute_object_recurse, substitute_object_in_subtree)
3296 (substitute_in_interval): Prototype.
3297 (read_multibyte): Return c if it's less than zero.
e2c0561e 3298
02f20f98
KS
32992002-05-28 Kim F. Storm <storm@cua.dk>
3300
b44ec8e3
KS
3301 * fileio.c (Fread_file_name_internal): Added brute-force
3302 speed up for using predicate file-directory-p.
3303
33042002-05-28 Kim F. Storm <storm@cua.dk>
3305
3306 * fileio.c (Vread_file_name_function, Vread_file_name_predicate):
02f20f98
KS
3307 New variables.
3308 (syms_of_fileio): DEFVAR_LISP them.
3309 (read_file_name_cleanup): New unwind function.
3310 (Fread_file_name_internal): Only return completions satifying
3311 Vread_file_name_predicate. Temporarily unwind protect and rebind
3312 default-directory while checking completions against the predicate.
3313 (Fread_file_name): Added PREDICATE argument. Specbind it to
3314 Vread_file_name_predicate during completion.
3315 Call Vread_file_name_function to read the file name if non-nil.
3316
3317 * lisp.h (Fread_file_name): Now has 6 args.
e2c0561e 3318
02f20f98
KS
3319 * callint.c (Fcall_interactively) <"D">: Supply Qfile_directory_p
3320 predicate for Fread_file_name when reading directory name.
3321 Supply Qnil for predicate in other calls to Fread_file_name.
3322
9e8abde7
MB
33232002-05-26 Miles Bader <miles@gnu.org>
3324
3325 * term.c (tty_capable_p): New function.
3326 * dispextern.h (tty_capable_p): New function declaration.
3327 (TTY_CAP_INVERSE, TTY_CAP_UNDERLINE, TTY_CAP_BOLD, TTY_CAP_DIM)
3328 (TTY_CAP_BLINK, TTY_CAP_ALT_CHARSET): New macros.
3329
3751c81b
SM
33302002-05-23 Stefan Monnier <monnier@cs.yale.edu>
3331
3332 * fileio.c (read_non_regular, Finsert_file_contents): Use BEG_BYTE.
3333 (Finsert_file_contents, build_annotations): Use XCAR, XCDR.
3334 (Vwrite_region_annotate_functions): Docstring fix.
3335
6065f9e2 33362002-05-23 Kim F. Storm <storm@cua.dk>
39bb5900
KS
3337
3338 * xterm.c (x_write_glyphs): Clear phys_cursor_on_p if current
3339 phys_cursor's hpos is overwritten. This is still not completely
3340 correct, as it doesn't really make sense to use hpos at all to
3341 get the cursor glyph (as that is relative to the width of the
3342 characters on the line, which may have changed during the update).
3343
17456df1
JR
33442002-05-22 Jason Rumney <jasonr@gnu.org>
3345
3346 * w32fns.c (enumfont_t): Remove tail, make pattern a normal
3347 Lisp_Object.
3348 (enum_font_cb2, enum_font_maybe_add_to_list, w32_list_fonts):
3349 Use modified enumfont_t struct.
3350
3351 * w32term.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
3751c81b 3352
17456df1
JR
3353 * w32term.c (x_draw_bar_cursor): New argument KIND; callers changed.
3354 Handle the `hbar' cursor type.
3355 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
3356
3357 * w32fns.c (Qhbar): New variable.
3358 (x_specified_cursor_type): Use it.
3359
1b65564c
KR
33602002-05-21 Ken Raeburn <raeburn@gnu.org>
3361
3362 * w32fns.c (enum_font_maybe_add_to_list): Use XCDR_AS_LVALUE for
3363 now, when the address is needed.
3364
a7c4d9c8
CW
33652002-05-21 Colin Walters <walters@gnu.org>
3366
3367 * Makefile.in (shortlisp): Add font-core.el.
3368
301d4a3f
RS
33692002-05-20 Richard M. Stallman <rms@gnu.org>
3370
cd8d5236
RS
3371 * buffer.c (syms_of_buffer) <cursor-type>: Doc fix.
3372
301d4a3f
RS
3373 * keyboard.c (read_char_minibuf_menu_prompt): Don't list
3374 equivalent key bindings here.
3375
07e9823c
KR
33762002-05-20 Ken Raeburn <raeburn@gnu.org>
3377
3378 Change symbol structure to contain a lisp object for the symbol
3379 name:
3380 * lisp.h (struct Lisp_Symbol): Replace field "name" with a lisp
3381 object field named "xname".
3382 (SYMBOL_NAME): New macro.
3383 * abbrev.c (write_abbrev): Use SYMBOL_NAME instead of XSYMBOL and
3384 name field.
3385 * alloc.c (Fmake_symbol): Set symbol xname field instead of name.
3386 (mark_object, gc_sweep): Use symbol xname field and XSTRING
3387 instead of name field.
3388 * buffer.c (buffer_slot_type_mismatch): Use XSTRING and
3389 SYMBOL_NAME instead of XSYMBOL and name field.
3390 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
3391 instead of XSYMBOL and name field.
3392 * charset.c (Fdefine_charset, Fdeclare_equiv_charset): Use XSTRING
3393 and SYMBOL_NAME instead of XSYMBOL and name field.
3394 * coding.c (Fread_coding_system, code_convert_region1)
3395 (code_convert_string1, code_convert_string_norecord)
3396 (Ffind_operation_coding_system): Use SYMBOL_NAME instead of
3397 XSYMBOL and name field.
3751c81b
SM
3398 * data.c (Fkeywordp, Fsymbol_name, store_symval_forwarding)
3399 (Fmake_variable_buffer_local, Fmake_local_variable)
07e9823c
KR
3400 (Fmake_variable_frame_local): Use SYMBOL_NAME and XSTRING instead
3401 of XSYMBOL and name field.
3402 * editfns.c (Fformat): Use SYMBOL_NAME and XSTRING instead of
3403 XSYMBOL and name field.
3404 * emacs.c (shut_down_emacs) [#if 0]: Use SYMBOL_NAME and XSTRING
3405 instead of XSYMBOL and name field.
3406 * eval.c (do_autoload): Use SYMBOL_NAME and XSTRING instead of
3407 XSYMBOL and name field.
3751c81b
SM
3408 * fns.c (Fstring_equal, Fstring_lessp, Frequire, sxhash):
3409 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
07e9823c
KR
3410 * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING
3411 instead of XSYMBOL and name field.
3751c81b
SM
3412 * keyboard.c (echo_char, record_char, parse_modifiers_uncached)
3413 (parse_modifiers, apply_modifiers, Fevent_convert_list)
3414 (parse_solitary_modifier, Fexecute_extended_command):
3415 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
3416 * keymap.c (silly_event_symbol_error, Fsingle_key_description)
07e9823c
KR
3417 (Fdescribe_buffer_bindings): Use SYMBOL_NAME and XSTRING instead
3418 of XSYMBOL and name field.
3419 (describe_command, describe_translation): Use SYMBOL_NAME and
3420 assignment instead of XSYMBOL and name field and XSETSTRING.
3421 * lread.c (Fintern_soft, oblookup): Use SYMBOL_NAME and XSTRING
3422 instead of XSYMBOL and name field.
3423 (Funintern): Use SYMBOL_NAME and assignment instead of XSYMBOL and
3424 name field and XSETSTRING.
3425 * macfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
3426 of XSYMBOL and name field.
3427 * minibuf.c (Fread_command, Fread_variable): Use SYMBOL_NAME and
3428 assignment instead of XSYMBOL and name field and XSETSTRING.
3429 * print.c (print_error_message, print_object): Use SYMBOL_NAME and
3430 XSTRING instead of XSYMBOL and name field.
3431 * process.c (set_socket_options, Fsignal_process): Use SYMBOL_NAME
3432 and XSTRING instead of XSYMBOL and name field.
3433 * w32fns.c (parse_image_spec, w32_parse_hot_key): Use SYMBOL_NAME
3434 and XSTRING instead of XSYMBOL and name field.
3435 * xfaces.c (merge_face_vector_with_property): Use SYMBOL_NAME and
3436 XSTRING instead of XSYMBOL and name field.
3437 * xfns.c (parse_image_spec): Use SYMBOL_NAME and XSTRING instead
3438 of XSYMBOL and name field.
3751c81b
SM
3439 * xselect.c (symbol_to_x_atom, x_get_foreign_selection):
3440 Use SYMBOL_NAME and XSTRING instead of XSYMBOL and name field.
07e9823c 3441
7340cc50
KR
34422002-05-19 Ken Raeburn <raeburn@gnu.org>
3443
3444 * lisp.h (LISP_MAKE_RVALUE): Delete disabled version, making XCAR
3445 and XCDR real rvalues in most configurations.
3446
3751c81b
SM
3447 * buffer.c (fix_overlays_in_range, fix_overlays_before):
3448 Don't take the address of the cdr part of a cons cell; instead, track
7340cc50
KR
3449 the parent cell and call XSETCDR, or set the variable for the head
3450 of the list if we haven't started down the list yet.
3451
8bad880b
RS
34522002-05-19 Richard M. Stallman <rms@gnu.org>
3453
3454 * doc.c (reread_doc_file): Don't ask for confirmation.
3455
0708de07
JR
34562002-05-18 Jason Rumney <jasonr@gnu.org>
3457
3458 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.
3459 (xbm_load_image): Use it.
3460 (xbm_load): Ditto.
3461 (xbm_read_bitmap_data): Reverted to xfns.c version.
3462 From David Ponce <david@dponce.com>.
3463
2c978faf
EZ
34642002-05-17 Eli Zaretskii <eliz@is.elta.co.il>
3465
3466 * msdos.c (sig_suspender, sigprocmask): Don't define for DJGPP
3467 2.02 and later.
3468
b96fb65c
JB
34692002-05-16 Juanma Barranquero <lektu@terra.es>
3470
3751c81b 3471 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector): Fix typo.
b96fb65c 3472
daaf4dfc
SM
34732002-05-15 Stefan Monnier <monnier@cs.yale.edu>
3474
3475 * keyboard.c (read_char_x_menu_prompt): Use an equivalent but more
3476 meaningful test.
3477 (read_char_minibuf_menu_prompt): Fix typo.
3478
f8229bf6
EZ
34792002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
3480
3481 * eval.c (Fcommandp): Doc fix.
3482
31bea176
SM
34832002-05-13 Stefan Monnier <monnier@cs.yale.edu>
3484
3485 * keymap.c (keymap_parent): New fun, extracted from Fkeymap_parent.
3486 (Fkeymap_parent, keymap_memberp, fix_submap_inheritance): Use it.
3487 (Fset_keymap_parent): Gcpro a bit more.
3488 (access_keymap): Gcpro around meta_map call and around the main loop.
3489 (get_keyelt): Gcpro when following indirect references.
3490 (copy_keymap_item): New fun, extracted from Fcopy_keymap.
3491 (copy_keymap_1, Fcopy_keymap): Use it. Don't copy the parent map.
3492 (Fdefine_key, Flookup_key): Gcpro before calling get_keymap.
3493 Remove useless ad-hoc remap code.
3494
4d8ff34d
KH
34952002-05-13 Richard M. Stallman <rms@gnu.org>
3496
3497 * search.c (search_buffer): Give up boyer moore search if inverse
3498 translation change charset_base.
3499
9861e777
EZ
35002002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
3501
3502 * coding.c (decode_coding) <coding_type_ccl>: If a lone CR
3503 characters is carried over from the previous block of text, adjust
3504 coding->produced to account for the extra character.
3505
eef762fc
AS
35062002-05-11 Andreas Schwab <schwab@suse.de>
3507
3508 * coding.c (intersection): Keep the elements of the returned list
3509 in the same order as in the first list.
3510
6d8c02ae
KS
35112002-05-11 Kim F. Storm <storm@cua.dk>
3512
3513 * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
3514 only update cmm_size if realloc actually succeeds.
3515 Testing with initial size of 2 elements revealed that using
3516 realloc on GNU/Linux would cause a random trap in xmalloc
3517 later on, so I rewrote the code to use malloc/bcopy/free instead
3518 of realloc.
3519
6358474d
JR
35202002-05-10 Jason Rumney <jasonr@gnu.org>
3521
3522 * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.
3523
22a2a460
EZ
35242002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
3525
3526 * coding.c (encode_coding_sjis_big5): Enclose bitwise AND in
3527 parens, to ensure correct evaluation order.
3528
05b2c53f
KS
35292002-05-10 Kim F. Storm <storm@cua.dk>
3530
3531 * keymap.c (Vemulation_mode_map_alists): New variable.
3532 (syms_of_keymap): DEFVAR_LISP it.
3533 (current_minor_maps): Process keymap alists in that list before
3534 minor-mode-overriding-map-alist and minor-mode-map-alist.
3535
ccc8c8bb
RS
35362002-05-09 Richard M. Stallman <rms@gnu.org>
3537
3538 * search.c (Freplace_match): Doc fix.
3539
f2131323
KS
35402002-05-09 Kim F. Storm <storm@cua.dk>
3541
3751c81b 3542 * macterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
f2131323
KS
3543 Enlarge cursor rectangle drawn around image with non-zero relief.
3544
3751c81b 3545 * w32term.c (x_draw_image_foreground, w32_draw_image_foreground_1):
f2131323
KS
3546 Enlarge cursor rectangle drawn around image with non-zero relief.
3547
3751c81b 3548 * xterm.c (x_draw_image_foreground, x_draw_image_foreground_1):
f2131323
KS
3549 Enlarge cursor rectangle drawn around image with non-zero relief.
3550
7b9ae523
EZ
35512002-05-07 Eli Zaretskii <eliz@is.elta.co.il>
3552
3553 * xselect.c (lisp_data_to_selection_data): Don't set selection
3554 type if comes from the Lisp object's car. If the selection
3555 contains a pure ASCII text, always return QSTRING as its type.
3556
f00691a3 35572002-05-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14bda6db
PJ
3558
3559 * mac.c (mac-cut-function): Doc fix.
3560
6b529d78
RS
35612002-05-05 Richard M. Stallman <rms@gnu.org>
3562
3563 * s/gnu.h [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
3564
1d5e0b52
JR
35652002-05-04 Jason Rumney <jasonr@gnu.org>
3566
5259a0d0
JR
3567 * keyboard.c (make_lispy_event) <mouse-wheel>: Set count to 1
3568 for event-click-count.
3569
1d5e0b52
JR
3570 * process.c (init_process): Only add server subfeature if we can
3571 use non-blocking I/O.
3572
c7764932
AC
35732002-05-04 Andrew Choi <akochoi@shaw.ca>
3574
3575 * macterm.c (XTread_socket): Call WaitNextEvent once instead of
3576 repeatedly.
3577
e151372d
JR
35782002-05-03 Jason Rumney <jasonr@gnu.org>
3579
3580 * process.c (Fmake_network_process): Only support server sockets
3581 when we can make them non-blocking.
3582
3583 * s/ms-w32.h (HAVE_SELECT): Define.
3584
3585 * w32.h (FILE_NDELAY): New flag.
3586
3587 * w32.c (sys_getpeername, fcntl): New functions.
3588 (_sys_read_ahead): Temporarily block on non-blocking sockets.
3589
3590 * w32proc.c: include sys/file.h.
3591
43936bf4
CW
35922002-05-03 Colin Walters <walters@verbum.org>
3593
3594 * callproc.c (Vgame_score_directory): Renamed to
3595 Vshared_game_score_directory.
3596
0c8c6322
RS
35972002-04-30 Richard M. Stallman <rms@gnu.org>
3598
397214d4
RS
3599 * s/gnu.h [emacs]: Include stdio.h.
3600 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): New definition, conditional.
3601
0c8c6322
RS
3602 * eval.c (do_autoload): Error if called while preparing to dump.
3603
3604 * fns.c (Frequire): Error if need to load while preparing to dump.
3605
5a234d25
CW
36062002-04-28 Colin Walters <walters@verbum.org>
3607
5167cfda
CW
3608 * callproc.c (Vgame_score_directory) [!HAVE_SHARED_GAME_DIR]:
3609 Default to "~/.emacs.d/games".
5a234d25 3610
96035dca
SM
36112002-04-29 Stefan Monnier <monnier@cs.yale.edu>
3612
de2413e9
SM
3613 * lread.c (openp): Change arg exec_only to predicate.
3614 (build_load_history): Use XCAR/XCDR.
3615 (Flocate_file_internal): New fun.
3616 (syms_of_lread): Defsubr it.
3617 (Fload): Update call to openp.
3618
3619 * lisp.h (openp): Update prototype.
3620
3621 * xfns.c (x_create_bitmap_from_file, x_find_image_file):
3622 * w32proc.c (sys_spawnve):
3623 * w32fns.c (x_create_bitmap_from_file, x_find_image_file):
3624 * w32.c (check_windows_init_file):
3625 * sound.c (Fplay_sound_internal):
3626 * process.c (Fstart_process):
3627 * macfns.c (x_create_bitmap_from_file, x_find_image_file):
3628 * mac.c (run_mac_command):
3629 * emacs.c (init_cmdargs):
3630 * callproc.c (Fcall_process): Update call to openp.
3631
962ba97c
SM
3632 * textprop.c (remove_properties): Don't use XCAR without CONSP.
3633
96035dca
SM
3634 * xterm.c (XTread_socket): Disable the Xutf8LookupString code.
3635
f00691a3 36362002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e656fc9d
PJ
3637
3638 * dispextern.h (DEFAULT_TOOL_BAR_BUTTON_MARGIN)
3639 (DEFAULT_TOOL_BAR_BUTTON_RELIEF): Change default values.
3640
43bbe516
RS
36412002-04-28 Richard M. Stallman <rms@gnu.org>
3642
3643 * minibuf.c (Fall_completions, Ftry_completion): New arg to Fcommandp.
3644
3645 * eval.c (Fcommandp): New arg for_call_interactively.
3646 * lisp.h (Fcommandp): Declare new arg.
3647
6fb6f3ac
JR
36482002-04-28 Jason Rumney <jasonr@gnu.org>
3649
3650 * w32proc.c (syms_of_w32proc): Get true file attributes by default.
3651
3652 * w32.c (stat, fstat): Use file index information to generate
3653 inodes for directories where available.
3654
e0f712ba
AC
36552002-04-26 Andrew Choi <akochoi@shaw.ca>
3656
3657 * Makefile.in (C_SWITCH_SYSTEM_TEMACS): Add.
3658 [HAVE_CARBON]: Include Mac object files.
3659
3660 * alloc.c, callproc.c, dispextern.h, dispnew.c, emacs.c,
3661 fontset.c, frame.c, frame.h, keyboard.c, sysdep.c, term.c,
3662 termcap.c, window.c, xdisp.c, xfaces.c: Use macros MAC_OS8,
3663 MAC_OSX, and MAC_OS instead of macintosh.
3664
3665 * editfns.c [MAC_OS8]: Include stdio.h.
3666
3667 * emacs.c [MAC_OS8]: Call mac_initialize instead of x_term_init.
3668
3669 * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
3670 Apple Monaco.
3671
3672 * process.c: Declare QCfamily and QCfilter as extern.
3673 (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
3674 calling select.
3675
96035dca
SM
3676 * termcap.c [MAC_OSX]: Don't define tgetnum, PC, tputs, and tgetent.
3677
e0f712ba 3678 * tparam.c [MAC_OSX]: Don't define BC and UP.
96035dca 3679
e0f712ba
AC
3680 * config.in [HAVE_CARBON]: Add.
3681
96035dca
SM
3682 * mac.c, macgui.h, macfns.c, macmenu.c, macterm.c, macterm.h:
3683 Move here from mac/src and mac/inc.
e0f712ba
AC
3684
3685 * s/darwin.h, m/powermac.h, unexmacosx.c: New files.
96035dca 3686
56a0382c
GM
36872002-04-26 Gerd Moellmann <gerd@gnu.org>
3688
96035dca
SM
3689 * xterm.c (x_draw_phys_cursor_glyph): Undo last change.
3690 Compute phys_cursor_width from the x position returned
3691 by x_draw_glyhs, which is cheaper.
56a0382c
GM
3692 (x_display_and_set_cursor): Compute the buffer-local value
3693 of `cursor-in-non-selected-windows' only when needed.
3694
ef58a7ec
GM
36952002-04-25 Gerd Moellmann <gerd@gnu.org>
3696
3697 * xterm.c (x_draw_phys_cursor_glyph): Take into account that a box
3698 cursor on a stretch glyph has a width that depends on
3699 x_stretch_cursor_p.
3700
f00691a3 37012002-04-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6f442633 3702
ca70e62f
PJ
3703 * abbrev.c (abbrev-start-location): Doc fix.
3704
6f442633
PJ
3705 * indent.c (Fvertical_motion): Fix last change.
3706
3a46a5de
GM
37072002-04-25 Gerd Moellmann <gerd@gnu.org>
3708
3709 * indent.c (Fvertical_motion): Move to the start of the line
3710 containing PT before moving up or down.
3711
f7c5994d
GM
37122002-04-24 Gerd Moellmann <gerd@gnu.org>
3713
60f2f3f1
GM
3714 * dispnew.c (update_text_area): Set phys_cursor_on_p to 0 in the
3715 case of writing a whole row, more or less analogous to the case of
3716 writing only parts of a row.
3717
3718 * xterm.c (x_display_and_set_cursor): Set phys_cursor_width to
3719 0 for NO_CURSOR.
96035dca 3720
f7c5994d
GM
3721 * xterm.c (notice_overwritten_cursor): Fix an off by 1 error.
3722
973c3c87
CW
37232002-04-23 Colin Walters <walters@verbum.org>
3724
3725 * buffer.c (syms_of_buffer): Doc fix.
3726
b3738089
GM
37272002-04-23 Gerd Moellmann <gerd@gnu.org>
3728
516074a1
GM
3729 * xterm.c (notice_overwritten_cursor): Handle the special case
3730 of the cursor being in the first blank non-text line at the
3731 end of a window.
96035dca 3732
b3738089
GM
3733 * xterm.c (x_draw_hollow_cursor, x_draw_bar_cursor)
3734 (x_draw_phys_cursor_glyph): Set phys_cursor_width here.
3735 (x_display_and_set_cursor): Don't set phys_cursor_width here, for
3736 bar cursors only, to make phys_cursor_width contain what its name
3737 suggests.
3738 (notice_overwritten_cursor): Consider the cursor image erased if
3739 the output area intersects the cursor image in y-direction.
3740
5d449b17
RS
37412002-04-23 Simon Marshall <simon@gnu.org>
3742
3743 * xfns.c (x_set_mouse_color): Change default for cross_cursor
3744 to XC_hand2.
3745
f00691a3 37462002-04-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e6b6f919 3747
96035dca 3748 * xdisp.c: Remove unused global variable `minibuf_prompt_pixel_width'.
e6b6f919 3749
f25d60d6
KS
37502002-04-22 Kim F. Storm <storm@cua.dk>
3751
3752 * textprop.c (remove_properties): Fixed trap for malformed plist.
3753
6b448755
RS
37542002-04-22 Richard M. Stallman <rms@gnu.org>
3755
df218ce6
RS
3756 * cmds.c (Fend_of_line): Handle intangible text in mid line.
3757
6b448755
RS
3758 * window.c (make_window): Initialize height_fixed_p,
3759 last_cursor_off_p, and p->cursor_off_p slots.
3760
f00691a3 37612002-04-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7769818b
PJ
3762
3763 * fns.c (use-dialog-box): Doc fix.
3764
f00691a3 37652002-04-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6ad6535b
PJ
3766
3767 * xterm.c (note_mode_line_or_margin_highlight): Remove unused
3768 variables `row', `i' and `area'.
3769 (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to
3770 toolkit library.
3771
3d90c96c
SM
37722002-04-19 Stefan Monnier <monnier@cs.yale.edu>
3773
3774 * xfaces.c (clear_font_table): Don't free the default font of
3775 a frame even if it's on another display.
3776 (Finternal_set_lisp_face_attribute): Don't use XFRAME on something
3777 that could be Qt.
3778
58b1103e
JB
37792002-04-19 Juanma Barranquero <lektu@terra.es>
3780
3781 * indent.c (Fmove_to_column): Remove unused local variable
3782 `next_boundary_byte'.
3783 (current_column_1): Likewise.
3784
175e150b
EZ
37852002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
3786
3787 * msdos.c (Qhbar): New variable.
3d90c96c 3788 (syms_of_msdos): Intern and staticpro it.
175e150b
EZ
3789 (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
3790 cursor type.
3791
d9c25020 37922002-04-19 Dave Lambert <dlambert@acm.org>
6fab1572
EZ
3793
3794 Theses change implement an underscore-like (`hbar') cursor.
3795
3796 * xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
3797
3798 * xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
3799 Handle the `hbar' cursor type.
3800 (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
3801
3802 * xfns.c (Qhbar): New variable.
3d90c96c 3803 (syms_of_xfns): Intern and staticpro it.
6fab1572 3804 (x_specified_cursor_type): Handle `hbar' cursor.
5e3238f4
EZ
3805
3806 * s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
3807 not defined.
3808
0cf5c1e7
RS
38092002-04-18 Richard M. Stallman <rms@gnu.org>
3810
3811 * textprop.c (remove_properties): New arg LIST allows scanning
3812 either a list or a plist.
3813 (interval_has_some_properties_list): New function, like
3814 interval_has_some_properties using list instead of plist.
3815 All callers changed.
3816 (Fremove_list_of_text_properties): New function.
3817 (syms_of_textprop): Defsubr it.
3818
1a4140b0
EZ
38192002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3820
3821 * s/sol2.h (HAVE_LIBKSTAT): Define only if not already defined.
3822
59b7fa65
JB
38232002-04-17 Juanma Barranquero <lektu@terra.es>
3824
3d90c96c 3825 * indent.c (Fmove_to_column): Remove unused local variable `end_byte'.
59b7fa65 3826
ac431108
EZ
38272002-04-17 Eli Zaretskii <eliz@is.elta.co.il>
3828
3829 * window.c (coordinates_in_window): Don't report on margin area
3830 if its width is zero.
3831
1c565847
JR
38322002-04-16 Jason Rumney <jasonr@gnu.org>
3833
3834 * w32fns.c (Fx_file_dialog): Decode file name before using.
3835
3836 * w32term.c (construct_drag_n_drop): Likewise.
3d90c96c 3837
852eef40
EZ
38382002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
3839
3840 * puresize.h (BASE_PURESIZE): Increase to 830000, since we now
3841 store load-history in pure space.
3842
3843 * s/msdos.h (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.
3844
c997eae5
SM
38452002-04-16 Stefan Monnier <monnier@cs.yale.edu>
3846
3847 * xterm.c (Qlatin_1, Qutf_8): New vars.
3848 (syms_of_xterm): Initialize them.
3849 (XTread_socket): Eliminate incorrect optimization that tried to avoid
3850 decoding the output of X*LookupString.
3851 Always use latin-1 to decode the output of XLookupString.
3852 Try Xutf8LookupString if XmbLookupString failed.
3853
3854 * region-cache.c (new_region_cache): Use BEG.
3855
08327b22
GM
38562002-04-16 Gerd Moellmann <gerd@gnu.org>
3857
3858 * buffer.c (MMAP_ALLOCATED_P): New macro to be set from system
3859 configuration files.
3860 (mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
3861 returns 0.
3862
d8f6d720
AS
38632002-04-15 Andreas Schwab <schwab@suse.de>
3864
3865 * config.in: Regenerated using autoheader.
3866
3867 * m/7300.h, m/acorn.h, m/alliant-2800.h, m/alliant.h, m/alpha.h,
3868 m/altos.h, m/amdahl.h, m/apollo.h, m/arm.h, m/att3b.h, m/aviion.h,
3869 m/celerity.h, m/clipper.h, m/cnvrgnt.h, m/convex.h, m/cydra5.h,
3870 m/delta.h, m/delta88k.h, m/dpx2.h, m/elxsi.h, m/gec63.h,
3871 m/gould.h, m/hp800.h, m/hp9000s300.h, m/i860.h, m/ia64.h,
3872 m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/ibmrt.h,
3873 m/ibms390.h, m/intel386.h, m/iris4d.h, m/irist.h, m/isi-ov.h,
3874 m/m68k.h, m/macppc.h, m/masscomp.h, m/mg1.h, m/mips-siemens.h,
3875 m/mips.h, m/news-r6.h, m/news.h, m/next.h, m/nh3000.h, m/nh4000.h
3876 m/ns32000.h, m/orion.h, m/pfa50.h, m/plexus.h, m/pmax.h,
3877 m/powerpcle.h, m/pyrmips.h, m/sequent-ptx.h, m/sequent.h,
3878 m/sparc.h, m/sr2k.h, m/symmetry.h, m/tad68k.h, m/tahoe.h,
3879 m/targon31.h, m/tek4300.h, m/tekxd88.h, m/template.h, m/tower32.h,
3880 m/tower32v3.h, m/ustation.h, m/vax.h, m/wicat.h, m/windowsnt.h,
3881 m/xps100.h, s/aix3-2.h, s/aix4-2.h, s/irix4-0.h, s/irix5-0.h,
3882 s/sco5.h, s/unixware.h: Don't set HAVE_ALLOCA, C_ALLOCA and
3883 STACK_DIRECTION, now set by autoconf.
3884
f00691a3 38852002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
0e03b0c2
PJ
3886
3887 * dispnew.c (marginal_area_string): Sort arguments.
3888
3889 * dispextern.h (marginal_area_string): Add prototype.
3890
685fc579
RS
38912002-04-13 Richard M. Stallman <rms@gnu.org>
3892
c997eae5 3893 * fileio.c (Finsert_file_contents):
685fc579
RS
3894 Don't call temp_output_buffer_setup--do just part, by hand.
3895
3896 * coding.c (run_pre_post_conversion_on_str):
3897 Don't call temp_output_buffer_setup--do just part, by hand.
3898
3899 * keyboard.c (command_loop_1): Don't call start_hourglass
3900 or cancel_hourglass when executing a macro.
3901
3902 * marker.c (count_markers): New function.
3903
3904 * xdisp.c (display_mode_element): Don't let mode_line_proptrans_alist
3905 grow without limit. Move recently used elements to the front.
3906
e144dfa8
EZ
39072002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
3908
3909 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
3910
e9f8a3ab
GM
39112002-04-12 Gerd Moellmann <gerd@gnu.org>
3912
7d4cc828
GM
3913 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
3914 rows marginal areas.
3915 (Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
3916 (syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
3917
e9f8a3ab
GM
3918 * dispnew.c (marginal_area_string): Check that glyph row is enabled.
3919
39202002-04-12 Dave Love <fx@gnu.org>
3921
3922 * dispnew.c (marginal_area_string): New.
3923
3924 * window.c (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
3925 (Qleft_margin, Qright_margin): Declare.
c997eae5 3926 (coordinates_in_window, (Fcoordinates_in_window_p): Deal with margins.
e9f8a3ab
GM
3927
3928 * xterm.c (note_mode_line_or_margin_highlight): Renamed from
3929 note_mode_line_highlight and extended.
3930
3931 * keyboard.c (Qleft_margin, Qright_margin): Declare.
3932 (make_lispy_event): Deal with mouse events in margins.
3933
d7565649
SM
39342002-04-12 Stefan Monnier <monnier@cs.yale.edu>
3935
3936 * msdos.c (dos_rawgetc): Use a single event for HELP_EVENT.
3937
3938 * keyboard.c (command_loop_1): Turn off transient-mark-mode rather
3939 than deactivating the mark if tmm is set to `lambda'.
3940 (gen_help_event, kbd_buffer_store_help_event, kbd_buffer_get_event):
3941 Use a single event for HELP_EVENT.
3942 (Fexecute_extended_command): Save last_point_position.
3943
f00691a3 39442002-04-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
034a7130
PJ
3945
3946 * lisp.h (Fpropertize): Add prototype.
3947
3948 * fns.c (Fy_or_n_p): Use `minibuffer-prompt' face for prompt.
3949
e82defd1
CW
39502002-04-10 Colin Walters <walters@verbum.org>
3951
b9b966e0
CW
3952 * config.in: Add HAVE_SHARED_GAME_DIR.
3953
e82defd1
CW
3954 * callproc.c: (Vgame_score_directory): New variable.
3955 (syms_of_callproc) <Vgame_score_directory>: DEFVAR_LISP.
3956
05ea8efd
RS
39572002-04-10 Richard M. Stallman <rms@gnu.org>
3958
3959 * puresize.h (BASE_PURESIZE): Reduce again to avoid big excess.
3960
f9cf4c2c
SM
39612002-04-09 Stefan Monnier <monnier@cs.yale.edu>
3962
3963 * minibuf.c (read_minibuf): Use empty_string.
3964 (Ftry_completion): Allow lambda forms and lists of strings for `alist'.
3965 Short-circuit the search as soon as it "failed".
3966 (Fall_completions): Allow lambda forms and lists of strings for alist.
3967 (Fcompleting_read): Set Qminibuffer_completion_confirm to nil
3968 when require_match is nil.
3969 (Ftest_completion): Rename from `test_completion' and export to elisp.
3970 Call the predicate also when alist is a list.
3971 Obey Vcompletion_regexp_list.
3972 (do_completion, Fminibuffer_complete_and_exit): Use it.
3973 (Fassoc_string): Rename from `assoc_for_completion'.
3974 Allow list of strings as well and export to elisp.
3975
dba57d89
SM
39762002-04-08 Stefan Monnier <monnier@cs.yale.edu>
3977
3978 * puresize.h (BASE_PURESIZE): Increase to 900KB.
3979
a0ad1860
JB
39802002-04-08 Juanma Barranquero <lektu@terra.es>
3981
3982 * w32.c (sys_accept): Don't hide variable `s'.
3983
b9f0b172
GM
39842002-04-05 Gerd Moellmann <gerd@gnu.org>
3985
0d1bf3f7 3986 * callint.c (Fcall_interactively): Use INTEGERP instead of
b9f0b172
GM
3987 NUMBERP for checking Vhistory_length.
3988
f00691a3 39892002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
368ab68f
PJ
3990
3991 * sound.c (Fplay_sound_internal): Renamed from Fplay_sound.
3992 Doc fix to reflect it.
3993
d3012189
RS
39942002-04-04 Richard M. Stallman <rms@gnu.org>
3995
3996 * xdisp.c (display_mode_element): New arg RISKY.
3997 Disregard text props found or specified within a variable
3998 that isn't marked risky-local-variable.
3999 (Qrisky_local_variable): New variable.
4000 (syms_of_xdisp): Init and staticpro it.
4001
0d1bf3f7
SM
40022002-04-04 Stefan Monnier <monnier@cs.yale.edu>
4003
4004 * undo.c (record_point): New fun.
4005 (record_delete, record_insert): Use it.
4006
8caa93d2
JB
40072002-04-03 Juanma Barranquero <lektu@terra.es>
4008
4009 * doc.c (Fdocumentation): Add missing parentheses.
4010 (Fdocumentation_property): Likewise.
4011
b3bbfb96
SM
40122002-04-03 Stefan Monnier <monnier@cs.yale.edu>
4013
4014 * doc.c (Fdocumentation, Fdocumentation_property): When the doc
4015 data is 0, just return nil.
4016
db4a142a
EZ
40172002-04-03 Eli Zaretskii <eliz@is.elta.co.il>
4018
4019 * msdos.c (syms_of_msdos): Fix last change with
4020 mouse_autoselect_window.
4021
f00691a3 40222002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
dc8cd652
PJ
4023
4024 * w32term.c, xterm.c, msdos.c: Rename autoselect_window_p to
4025 mouse_autoselect_window.
4026
e5aa79fa
SM
40272002-04-02 Stefan Monnier <monnier@cs.yale.edu>
4028
4c8bc894
SM
4029 * keyboard.c (make_lispy_event): Handle unknown keysyms together
4030 with system-specific keysyms. Use it also for unknown function keys.
4031
e5aa79fa
SM
4032 * doc.c (reread_doc_file): Return whether reload was attempted.
4033 (Fdocumentation, Fdocumentation_property): Don't try to reload
4034 if the doc is 0 and only ask once.
4035
4036 * Makefile.in (lisp, shortlisp): Add ucs-tables.elc.
4037
5d12f14d
EZ
40382002-04-02 Eli Zaretskii <eliz@is.elta.co.il>
4039
4040 * keyboard.c (read_char): If the event was Qselect_window,
4041 restore timer_idleness_start_time to its previous value.
4042
e5aa79fa 4043 * msdos.c (dos_rawgetc): Generate SELECT_WINDOW_EVENTs when required.
5d12f14d 4044
bed9664a
SM
40452002-04-01 Stefan Monnier <monnier@cs.yale.edu>
4046
c5e5e1f8
SM
4047 * region-cache.c (new_region_cache): Use BEG.
4048
4049 * marker.c (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
4050 Use BEG and BEG_BYTE.
4051
e5aa79fa 4052 * doc.c (get_doc_string): Return nil if the location is wrong.
c5e5e1f8
SM
4053 (reread_doc_file): New fun.
4054 (Fdocumentation, Fdocumentation_property):
4055 Call it if get_doc_string fails.
4056 (Fsnarf_documentation): Make it work for a dumped Emacs.
4057
4058 * charset.h (DEC_POS, BUF_DEC_POS): Use BEG_BYTE.
4059 Bound the search with MAX_MULTIBYTE_LENGTH to avoid pathological case.
4060
4061 * charset.c (Fstring): Allow 0 arguments.
4062
bed9664a
SM
4063 * xterm.c (XTread_socket): Fix int/Lisp_Object confusion.
4064
4065 * process.c (DATAGRAM_CONN_P, list_processes_1)
4066 (Fprocess_datagram_address, Fset_process_datagram_address)
4067 (Fset_network_process_options, server_accept_connection):
4068 Fix some int/Lisp_Object confusions (thank you union types).
4069
f00691a3 40702002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
83512b21
PJ
4071
4072 * msdos.c: Rename x_autoselect_window_p to autoselect_window_p.
4073
4074 * w32term.c: Likewise.
bed9664a 4075 (note_mouse_movement): Put code for x_autoselect_window_p in #if 0.
83512b21
PJ
4076
4077 * keyboard.c (Qselect_window): New symbol.
4078 (head_table): Use it.
bed9664a
SM
4079 (keys_of_keyboard): Bound select-window event to handle-select-window.
4080 (kbd_buffer_get_event): Make a Lisp event from SELECT_WINDOW_EVENT.
83512b21
PJ
4081
4082 * xterm.c: Rename x_autoselect_window_p to autoselect_window_p.
4083 (last_window): New variable.
4084 (XTread_socket): Generate SELECT_WINDOW_EVENTs.
4085 (note_mouse_movement): Remove reimplemented code in #if 0.
093484c7
PJ
4086 (XTread_socket): Generate SELECT_WINDOW_EVENTs only for
4087 Emacs windows.
83512b21 4088
bed9664a 4089 * termhooks.h (enum event_kind): New event type `SELECT_WINDOW_EVENT'.
83512b21 4090
abfb6b46
GM
40912002-03-31 Gerd Moellmann <gerd@gnu.org>
4092
4093 * xterm.c (x_get_char_face_and_encoding): Add parameter DISPLAY_P.
4094 Callers changed.
4095
9b2bba76
RS
40962002-03-30 Richard M. Stallman <rms@gnu.org>
4097
4098 * window.c (window_scroll_pixel_based): Exit the move_it_by_lines
4099 loop whenever it stops making progress.
4100
4101 * widget.c (set_frame_size): Don't call change_frame_size.
4102
fd524c21
GM
41032002-03-30 Gerd Moellmann <gerd@gnu.org>
4104
bed9664a
SM
4105 * dispnew.c (direct_output_for_insert):
4106 Call mark_window_display_accurate.
fd524c21 4107
df3bd29d
JR
41082002-03-29 Jason Rumney <jasonr@gnu.org>
4109
4110 * w32term.c (w32_draw_relief_rect): Fix calculations of line lengths.
4111
eb191db2
EZ
41122002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
4113
8bff61e5
EZ
4114 * Makefile.in (lread.o): Depend on coding.h.
4115
544bf8ad 4116 * lread.c (openp, Fload): Encode the file name before passing it
eb191db2
EZ
4117 to `stat', `access', and `emacs_open'.
4118 (openp): GCPRO the encoded file name. Don't recompute Lisp
4119 strings unnecessarily.
4120
f9b33abb
KS
41212002-03-29 Kim F. Storm <storm@cua.dk>
4122
4123 * fns.c (Flax_plist_put): Doc fix.
4124
d4648402
MB
41252002-03-28 Miles Bader <miles@gnu.org>
4126
4127 * process.c (DATAGRAM_CONN_P): Make sure PROC is really a process.
4128
f00691a3 41292002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
320aebc9
PJ
4130
4131 * process.c (set-network-process-options): Add usage.
4132 (make-network-process): Doc fix.
4133
4aaa3607
EZ
41342002-03-26 Eli Zaretskii <eliz@is.elta.co.il>
4135
4136 * emacs.c (Fdump_emacs): Fix a typo in "command-line-processed".
4137
a5f08374
RS
41382002-03-26 Richard M. Stallman <rms@gnu.org>
4139
9356fe5a
RS
4140 * fns.c (Fsubstring_no_properties): New function.
4141 (Flax_plist_get, Flax_plist_put): New functions.
4142 (syms_of_fns): defsubr them.
4143
a5f08374
RS
4144 * xdisp.c (update_menu_bar): Test only update_mode_lines;
4145 don't test or alter w->update_mode_line.
4146
4147 * window.c (Fdisplay_buffer): Doc fix.
4148
41492002-03-24 Richard M. Stallman <rms@gnu.org>
4150
4151 * regex.c (GET_UNSIGNED_NUMBER): Give proper error for spaces.
4152
0af6533d
GM
41532002-03-24 Gerd Moellmann <gerd@gnu.org>
4154
4155 * eval.c (Qdeclare, Vmacro_declaration_function): New variables.
4156 (Fdefmacro): Handle `(declare ...)'.
4157 (syms_of_eval) <Qdeclare>: Initialize and staticpro.
4158 (syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.
4159
217e5be0
JR
41602002-03-24 Jason Rumney <jasonr@gnu.org>
4161
4162 * w32fns.c (xbm_scan, xbm_load_image, xbm_read_bitmap_data)
4163 (xbm_file_p): Add prototypes.
4164 (xbm_format, xbm_image_p): Sync with xfns.c.
4165 (reflect_byte): New function.
4166 (xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
4167 (xbm_load_image): Create bitmaps with a depth of 1.
4168 (init_xfns): Enable XBM images.
4169
919f1e88
JR
41702002-03-23 Jason Rumney <jasonr@gnu.org>
4171
4172 * w32term.c (w32_handle_tool_bar_click): Detect up and down events
4173 correctly. Do not pass up_modifier to keyboard buffer.
4174
4175 * w32fns.c [HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
4176
44d38e8d
SM
41772002-03-22 Stefan Monnier <monnier@cs.yale.edu>
4178
4179 * Makefile.in (bootstrapclean): New target.
4180 (bootstrap-temacs, bootstrap-doc): Remove.
4181 (bootstrap-emacs): Use a bog-standard `temacs'.
4182 Don't bother to build a DOC file.
4183
4184 * sysdep.c (wait_for_termination): Use sigsuspend rather than sigpause.
4185
4186 * emacs.c (main): Handle --unibyte, --multibyte, and --no-loadup
4187 in temacs even if !CANNOT_DUMP.
4188 (standard_args): Keep --no-loadup even if !CANNOT_DUMP.
4189
4190 * alloc.c (check_pure_size): Only output a warning.
4191
b8b47c19
JR
41922002-03-22 Jason Rumney <jasonr@gnu.org>
4193
d3109773
JR
4194 * w32fns.c (Fx_create_frame): Enable tool-bar when images are
4195 supported.
4196
ef07a497 4197 * w32term.c (zv_bits): Declare as short, for word alignment.
b8b47c19
JR
4198 (w32_read_socket) <WM_XBUTTONUP>: Fix last change.
4199 (syms_of_w32term): Define x-use-underline-position-properties.
4200
4201 * w32fns.c (x_set_cursor_color): Set cursor_gc as well.
4202 (clear_image_cache): Block input, fix logic, clear matrices in
4203 all frames that share this cache.
4204
b9b1a853
EZ
42052002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
4206
483812ae
EZ
4207 * emacs.c (main): Update the Copyright year in the blurb printed
4208 by "emacs --version".
4209
78e17433
EZ
4210 * xdisp.c (message_with_string): Fix syntax of a call to GCPRO2.
4211
b9b1a853
EZ
4212 * xterm.c (XTread_socket): If XK_ISO_Lock and
4213 XK_ISO_Last_Group_Lock are defined, handle keysyms between
4214 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
4215
fd646341
KS
42162002-03-21 Kim F. Storm <storm@cua.dk>
4217
4218 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so
4219 menu-bar bindings in keymap and local-map properties _are_ used.
4220 But try keymap property first in accordance with 2002-01-03 patch.
4221 Added comment describing why this is not always reliable.
4222 (tool_bar_items): Ditto for tool-bar.
4223
bf76fe9c
JR
42242002-03-21 Jason Rumney <jasonr@gnu.org>
4225
4226 * w32fns.c (x_clear_image_1): Disable color table code.
4227
41ad6233
KS
42282002-03-21 Kim F. Storm <storm@cua.dk>
4229
4230 * lisp.h (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
4231 removed the wrong version of the DEFUN macro; fixed it.
4232
4233 * fns.c (Ffeaturep): Allow subfeature to be a list (test using
4234 Fmember rather than Fmemq).
4235 (Fprovide): Check that subfeatures is a list.
4236
4237 * process.c (QCfeature, QCdatagram): Removed variables.
4238 (QCtype, Qdatagram): New variables.
4239 (network_process_featurep): Removed function.
4240 (Fmake_network_process): Removed :feature check.
4241 Use :type 'datagram instead of :datagram t to create a datagram
4242 socket. This allows us to add other connection types (e.g. raw
4243 sockets) later in a consistent manner.
3ae1b884
KS
4244 (init_process) [subprocess, HAVE_SOCKETS]: Provide list of
4245 supported subfeatures for feature make-network-process.
41ad6233
KS
4246 (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
4247 Intern and staticpro QCtype and Qdatagram.
4248 (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
4249
4250 * xfns.c: (QCtype): Remove duplicate declaration and
4251 initialization (is now declared in process.c).
4252
4253 * w32fns.c: (QCtype): Remove duplicate declaration and
4254 initialization (is now declared in process.c).
4255
27950b47
RS
42562002-03-21 Richard M. Stallman <rms@gnu.org>
4257
f6df485f
RS
4258 * regex.c (DISCARD_FAILURE_REG_OR_COUNT): New macro.
4259 (CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT
4260 when jumping to `fail' to avoid undoing reg changes in the
4261 last iteration of the loop.
4262 (GET_UNSIGNED_NUMBER): Skip spaces around the number.
4263
27950b47
RS
4264 * Makefile.in (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o):
4265 Depend on process.h.
4266
3be38152
JR
42672002-03-20 Jason Rumney <jasonr@gnu.org>
4268
4269 Most of the following changes are still conditional on HAVE_IMAGES
4270 which is not set by default on Windows.
4271
47bcdab2
JR
4272 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
4273
3be38152
JR
4274 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
4275 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
4276 (four_corners_best, x_clear_image_1, x_clear_image)
e2c0561e
TTN
4277 (x_alloc_image_color, postprocess_image)
4278 (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image)
3be38152
JR
4279 (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows.
4280 (init_xfns, syms_of_w32fns): Initialize image functions and constants.
4281
4282 * w32gui.h (struct XImage): Define.
4283
4284 * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to
4285 extract mouse co-ordinates.
4286
f37577f9
JR
42872002-03-20 Jason Rumney <jasonr@gnu.org>
4288
4289 * w32.c (init_winsock): Dynamically load new server and UDP
4290 socket functions.
4291 (socket_to_fd): New function.
4292 (sys_socket): Use it.
e2c0561e 4293 (sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
f37577f9
JR
4294 (sys_recvfrom, sys_sendto): New wrapper functions.
4295
4296 * process.c (QCfamily, QCfilter): Remove duplicate declaration
4297 and initialization.
4298
4299 * makefile.w32-in (LIBS): Remove $(WSOCK32).
4300
ab8a75de
EZ
43012002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
4302
2c568af5
SM
4303 * process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr):
4304 Don't use "sun" as a variable, it's a predefined constant on Sun
ab8a75de
EZ
4305 machines.
4306
f00691a3 43072002-03-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9ab7ff8b
PJ
4308
4309 * bytecode.c (Fbyte_code): Revert last change.
4310
d1ef18f2
KS
43112002-03-19 Kim F. Storm <storm@cua.dk>
4312
4313 * makefile.w32-in (LIBS): Add $(WSOCK32).
4314 From David Ponce <dponce@voila.fr>.
4315
f00691a3 43162002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
99982883 4317
44c887be
PJ
4318 * process.c (wait_reading_process_input): Move variables `pname'
4319 and `pnamelen' down where they are used.
4320
18f85cdd
PJ
4321 * bytecode.c (Fbyte_code): Discard unused computed value to
4322 prevent gcc warning.
4323
99982883
PJ
4324 * lisp.h (Fplist_member): Add prototype.
4325
10ce34dc
KS
43262002-03-18 Kim F. Storm <storm@cua.dk>
4327
4328 * config.in: Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
2c568af5 4329 HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and HAVE_SYS_UN_H.
10ce34dc 4330
744d746b 4331 * process.c: Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
10ce34dc
KS
4332 Remove explicit GNU_LINUX settings for datagram support.
4333
f00691a3 43342002-03-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
fa9d4315
PJ
4335
4336 * process.c (Fmake_network_process): Remove unused variable `sa'.
4337 Doc fix. Add usage:.
2c568af5 4338 (set_socket_options): Remove unused variables `optnum' and `opttype'.
fa9d4315 4339
6147334f
RS
43402002-03-17 Richard M. Stallman <rms@gnu.org>
4341
4342 * xdisp.c (cursor_type_changed): New variable.
4343 (redisplay_internal): Redisplay all windows if cursor_type_changed.
4344 Clear it when clearing windows_or_buffers_changed.
4345 (try_cursor_movement, redisplay_window, try_window_id)
4346 (try_window_reusing_current_matrix): Test cursor_type_changed
4347 along with windows_or_buffers_changed.
4348
623fa9e7 4349 * window.h (cursor_type_changed): New variable.
6147334f
RS
4350
4351 * xfns.c (x_set_cursor_type): Set cursor_type_changed,
4352 not update_mode_lines, and always set it to 1.
4353
4354 * xdisp.c (clear_garbaged_frames): Don't set windows_or_buffers_changed
4355 if no frames needed redrawing.
4356
5439f987
KS
43572002-03-17 Kim F. Storm <storm@cua.dk>
4358
623fa9e7 4359 The following changes add support for network server processes,
5439f987
KS
4360 datagram connections, and local (unix) sockets.
4361
4362 * process.h (struct Lisp_Process): New member log.
4363 Doc fix: Member command used to indicate stopped network process.
4364 Doc fix: Member childp contains plist for network process.
4365 Doc fix: Member kill_without_query is inverse of query-on-exit flag.
4366
4367 * process.c (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
4368 (QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
4369 (QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
4370 New variables.
4371 (NETCONN1_P): New macro.
4372 (DATAGRAM_SOCKETS): New conditional symbol.
4373 (datagram_address): New array.
4374 (DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
4375 (status_message): Use concat3.
4376 (Fprocess_status): Add `listen' status to doc string. Return `stop'
4377 for a stopped network process.
4378 (Fset_process_buffer): Update contact plist for network process.
4379 (Fset_process_filter): Ditto. Don't enable input for stopped
4380 network processes. Server must listen, even if filter is t.
4381 (Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
4382 New functions.
4383 (Fprocess_kill_without_query): Removed. Now defined in simple.el.
4384 (Fprocess_contact): Added KEY argument. Handle datagrams.
4385 (list_processes_1): Optionally show only processes with the query
4386 on exit flag set. Dynamically adjust column widths. Omit tty
4387 column if not needed. Report stopped network processes.
4388 Identify server and datagram network processes.
4389 (Flist_processes): New optional arg `query-only'.
4390 (conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
4391 (conv_lisp_to_sockaddr, set_socket_options)
4392 (network_process_featurep, unwind_request_sigio): New helper functions.
4393 (Fprocess_datagram_address, Fset_process_datagram_address):
4394 (Fset_network_process_options): New lisp functions.
4395 (Fopen_network_stream): Removed. Now defined in simple.el.
4396 (Fmake_network_process): New lisp function. Code is based on previous
4397 Fopen_network_stream, but heavily reworked with new property list based
4398 argument list, support for datagrams, server processes, and local
4399 sockets in addition to old client-only functionality.
4400 (server_accept_connection): New function.
4401 (wait_reading_process_input): Use it to handle incoming connects.
4402 Do not enable input on a new connection if process is stopped.
4403 (read_process_output): Handle datagram sockets. Use 2k buffer for them.
4404 (send_process): Handle datagram sockets.
4405 (Fstop_process, Fcontinue_process): Apply to network processes. A stopped
4406 network process is indicated by setting command field to t .
4407 (Fprocess_send_eof): No-op if datagram connection.
4408 (Fstatus_notify): Don't read input for a stream server socket or a
4409 stopped network process.
4410 (init_process): Initialize datagram_address array.
4411 (syms_of_process): Intern and staticpro new variables, defsubr new
4412 functions.
4413
f779bd4c
JR
44142002-03-16 Jason Rumney <jasonr@gnu.org>
4415
4416 * w32fns.c (w32_to_all_x_charsets): Return correct type in
4417 startup case.
4418
a9c1a157
RS
44192002-03-16 Richard M. Stallman <rms@gnu.org>
4420
e2c0561e 4421 * xdisp.c (redisplay_internal, redisplay_windows):
a9c1a157
RS
4422 Use list_of_error to call internal_condition_case_1.
4423 (safe_eval, safe_call): Pass Qt to internal_condition_case_{1,2}
4424 so as to catch all errors with no possibility of debugger redisplay.
4425 (list_of_error): New variable.
4426 (syms_of_xdisp): Init and staticpro it.
4427
4428 * print.c (print_object): Delete `\ ' from printed rep of frame.
4429
7264f28d
EZ
44302002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
4431
4432 * msdos.c (dos_rawgetc): Disable the x-autoselect-window feature,
4433 until its implementation is fixed.
4434
f00691a3 44352002-03-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6ee8e167
PJ
4436
4437 * xfns.c (png_load): Remove unused variable `gamma_str'.
4438
7c3f9166
RS
44392002-03-14 Richard M. Stallman <rms@gnu.org>
4440
4441 * xfns.c (x_real_positions): Handle failure in XQueryTree.
4442
5b905677
MB
44432002-03-14 Miles Bader <miles@gnu.org>
4444
4445 * intervals.c (adjust_for_invis_intang): New function.
4446 (set_point_both): Use `adjust_for_invis_intang' to do most of the
4447 work for dealing with invisible+intangible regions. Do so before
4448 and after both forward and backward movements, to handle both
4449 front-sticky and rear-sticky cases.
4450 * textprop.c (text_property_stickiness): Function moved here from
4451 `editfns.c'.
4452 * intervals.h (text_property_stickiness): New declaration.
4453 * editfns.c (char_property_eq): Function removed.
4454 (text_property_stickiness): Function moved to `textprop.c'.
4455
73792b51
JR
44562002-03-13 Jason Rumney <jasonr@gnu.org>
4457
4458 * config.in: Add STRFTIME_NO_POSIX2.
4459
4460 * strftime.c (my_strftime) [STRFTIME_NO_POSIX2]: Handle %h, %EX
4461 and %OX when underlying strftime does not.
4462
dc3b2c8b
SM
44632002-03-13 Stefan Monnier <monnier@cs.yale.edu>
4464
6f2a7a68
SM
4465 * xterm.c (x_set_toolkit_scroll_bar_thumb) <USE_MOTIF>:
4466 Use a fixed-size thumb (based on an ad-hoc estimate of 30 chars per
4467 line) to avoid annoying flicker.
4468 (xm_scroll_callback): Get rid of the now unnecessary kludge.
4469 (XTread_socket): Mark it static.
4470
dc3b2c8b
SM
4471 * xdisp.c (display_mode_element): Fix int/Lisp_Object mixup.
4472
98243275
KS
44732002-03-13 Kim F. Storm <storm@cua.dk>
4474
4475 * puresize.h (BASE_PURESIZE): Increase to 775000.
4476
7dcece14
JB
44772002-03-12 Juanma Barranquero <lektu@terra.es>
4478
4479 * editfns.c (syms_of_editfns): Fix typo.
4480
656132eb
GM
44812002-03-12 Gerd Moellmann <gerd@gnu.org>
4482
4483 * xsmfns.c: Include stdio.h because termhooks.h needs it.
4484 Include termopt.h for interrupt_input.
4485
ff955d90
AS
44862002-03-11 Andreas Schwab <schwab@suse.de>
4487
4488 * coding.c (syms_of_coding) <file-coding-system-alist>: Doc fix.
4489
714d8c39
GM
44902002-03-11 Gerd Moellmann <gerd@gnu.org>
4491
073448c5
GM
4492 * xterm.c (note_mouse_movement): Put code for
4493 x_autoselect_window_p in #if 0.
4494
4006b74e 4495 * lread.c (Fload): Don't assume that message_with_string uses the
714d8c39
GM
4496 string it is given like a C string.
4497
a97e4138 44982002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
089fba41 4499
7c3f9166 4500 * xterm.h (x_session_check_input, x_session_initialize): Declared.
089fba41 4501
363a4df6
JD
4502 * xterm.c: (XTread_socket): Add call to x_session_check_input and
4503 x_session_have_connection.
4504 (x_initialize): Add call to x_session_initialize.
089fba41 4505
4006b74e 4506 * termhooks.h (enum event_kind): Add save_session_event.
089fba41 4507
4006b74e 4508 * keyboard.c: Add Emacs event save_session_event.
089fba41 4509
4006b74e 4510 * emacs.c (main): Add call to syms_of_xsmfns.
089fba41 4511
4006b74e 4512 * lisp.h: Declare syms_of_xsmfns as extern.
089fba41 4513
4006b74e 4514 * config.in: Add HAVE_X_SM.
089fba41 4515
7c3f9166
RS
4516 * Makefile.in (LIBXT): Add -lSM -lICE
4517 if HAVE_X_SM and not USE_X_TOOLKIT.
4518 (XOBJ): New file xsmfns.c added.
089fba41
JD
4519
4520 * xsmfns.c: New file for X session management.
4521
ad497129
JR
45222002-03-09 Jason Rumney <jasonr@gnu.org>
4523
4524 * fileio.c (Fcopy_file) [WINDOWS_NT]: Ensure file is not
4525 read-only when setting modified time.
4526
f2c7b04f
GM
45272002-03-08 Gerd Moellmann <gerd@gnu.org>
4528
2c568af5
SM
4529 * xdisp.c (move_it_vertically_backward): At the end of the function,
4530 when moving forward by lines, treat terminal frames specially.
c7ad4937 4531
0d121f7c
GM
4532 * keyboard.c (echo_char): Make sure to add a separator between
4533 keys even if echo_dash hasn't been called.
4534
2051c264
GM
4535 * xdisp.c: Use new string macros.
4536 (update_echo_area): Pass number of bytes to message3 instead of
4537 number of chars.
4538 (set_message_1): Don't access a string's size_byte directly.
4539 (decode_mode_spec_coding): Use number of bytes of eoltype string
4540 instead number of chars.
4541
f2c7b04f
GM
4542 * lisp.h (SREF, SDATA, SCHARS, SBYTES, SMBP): New macros.
4543
007776bc
JB
45442002-03-08 Juanma Barranquero <lektu@terra.es>
4545
4546 * w32fns.c (Fx_display_color_cells): Force 24+ bit color depths to
4547 24-bit.
4548
893a741e
JR
45492002-03-06 Jason Rumney <jasonr@gnu.org>
4550
4551 * w32term.c (x_draw_hollow_cursor): Draw same size as block cursor.
4552
8b5eabe0
GM
45532002-03-06 Gerd Moellmann <gerd@gnu.org>
4554
d88c5449 4555 * keyboard.c (echo_prompt, echo_char, echo_dash, echo_now)
e60b0c44
GM
4556 (cancel_echoing, echo_length, echo_truncate): Changed to
4557 work with new kboard definition.
4558 (echo_now): Use message3_nolog instead of message2_nolog.
4559
4560 * alloc.c (mark_kboards): Mark echo_string.
4561
4562 * keyboard.h (ECHOBUFSIZE): Removed.
4563 (struct kboard): Member echoptr removed, member echobuf renamed
4564 to echo_string.
4565
8b5eabe0
GM
4566 * xdisp.c (message_with_string): Use Fformat instead of doprnt and
4567 message3 instead of message2 to display the message using STRING's
4568 text properties.
4569
5d335845
AS
45702002-03-05 Andreas Schwab <schwab@suse.de>
4571
4572 * xdisp.c (hscroll_margin): Change to EMACS_INT.
4573
67334131
PA
45742002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
4575
4576 * frame.c (default-frame-alist): Explain that setting it doesn't
4577 affect existing frames.
4578
d88c5449
SM
45792002-03-05 Stefan Monnier <monnier@cs.yale.edu>
4580
4581 * indent.c (skip_invisible): Fix my brain fart.
4582
4583 * dispnew.c (sit_for): Don't wait if executing a kbd macro.
4584
31ade731
SM
45852002-03-04 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
4588 * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
4589 * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
4590 * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
4591 and variables to use EMACS_INT instead of just int.
4592
d88c5449
SM
4593 * buffer.c (syms_of_buffer): Allow non-string `mode-name'.
4594
c0917202
EZ
45952002-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4596
4597 * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
4598 environment, pass it down with corrected value.
4599
f00691a3 46002002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c6dc7fdd
PJ
4601
4602 * lread.c (read_filtered_event): Do not call start_hourglass
4603 before returning.
4604
9652402e
JB
46052002-03-04 Juanma Barranquero <lektu@terra.es>
4606
4607 * w32term.c (x_display_and_set_cursor): Fix typo.
4608
73344256
RS
46092002-03-03 Richard M. Stallman <rms@gnu.org>
4610
4611 * fileio.c (Fmake_temp_name): Doc fix.
4612
71091322
RS
46132002-03-03 Gary Wong <gtw@gnu.org>
4614
4615 * termcap.c [!emacs]: Replace ospeed for building standalone
4616 libtermcap, for binary compatibility.
4617
4618 * tparam.c [!emacs]: Move #define of bcopy to after string.h.
4619
aa7e4660
RS
46202002-03-03 Richard M. Stallman <rms@gnu.org>
4621
4622 * xrdb.c (file_p): Rename arg `path' to `filename'.
4623
4624 * abbrev.c (Fexpand_abbrev): Increment plist as use count
4625 only if it is an integer.
4626
4627 * xfns.c (png_load): Set screen_gamma based on f->gamma.
4628 If png_get_sRGB gives an answer, call png_set_gamma
4629 using the default image gamma value.
4630
4631 * lread.c (read1): When reading from a file, default string to
4632 multibyte only if it has some multibyte characters.
4633
4634 * print.c (print_object): Output multibyte chars 128...255
4635 using \x even if ! print_escape_multibyte.
4636
4637 * xdisp.c (display_mode_element): Move the places where
4638 bytepos, charpos, this, and lisp_string are set.
4639 Use lisp_string to set bytepos.
4640
4641 * xdisp.c (redisplay_internal):
4642 Call clear_image_cache only if HAVE_WINDOW_SYSTEM.
4643
4644 * xdisp.c (display_mode_element): Merge properties specified with
4645 :propertize onto those that come with the string.
4646
63d5d1ee
EZ
46472002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
4648
4649 * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
4650 automatic-hscrolling. Users changed.
31ade731
SM
4651 <hscroll-margin>: Renamed from automatic-hscroll-margin.
4652 Users changed.
4653 <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
63d5d1ee 4654
31a6cb06
EZ
46552002-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4656
4657 * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
4658
ee57fd91
KS
46592002-03-02 Kim F. Storm <storm@cua.dk>
4660
4661 * window.c (Fminibuffer_selected_window): New function.
4662 (syms_of_window): Defsubr it.
4663
922eae56
KS
46642002-03-01 Kim F. Storm <storm@cua.dk>
4665
eacb44ad
KS
4666 * window.h (struct window): New member phys_cursor_width.
4667
4668 * window.c (make_window, replace_window): Init phys_cursor_width.
31ade731 4669
eacb44ad
KS
4670 * xterm.c (x_display_and_set_cursor): Blink box cursor using
4671 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
4672
4673 * w32term.c (x_display_and_set_cursor): Blink box cursor using
4674 hollow box cursor. Blink bar cursor using 1 pixel wide bar.
4675
922eae56
KS
4676 * lisp.h (GCPRO6): New macro.
4677
4678 * process.c (Fopen_network_stream): Use GCPRO6.
4679
81d5af8b
KS
46802002-03-01 Kim F. Storm <storm@cua.dk>
4681
4682 * process.c (Qconnect, Qfailed): New variables.
4683 (syms_of_process): Intern and staticpro them.
e4984112 4684 (Fprocess_status): Document connect and failed return values.
81d5af8b
KS
4685 [NON_BLOCKING_CONNECT]: New conditional.
4686 (connect_wait_mask, num_pending_connects): New variables.
4687 (status_message): Convert Qfailed status.
4688 (Fopen_network_stream): Added support for non-blocking connect.
4689 New optional args: filter, sentinel, non_blocking. Doc updated.
6c465a15 4690 [HAVE_GETADDRINFO, !HAVE_GETADDRINFO]: Merged common code.
81d5af8b
KS
4691 (deactivate_process): Handle pending non-blocking connect.
4692 (wait_reading_process_input): Poll for status of non-blocking
4693 connects. Exec sentinel directly when connect succeeds.
4694 (status_notify): Don't read process output if not yet connected.
31ade731 4695
5705966b
KS
46962002-02-28 Kim F. Storm <storm@cua.dk>
4697
4698 * window.c: (minibuf_selected_window): Renamed from
4699 Vminibuf_selected_window. Users changed.
4700 (syms_of_window): Staticpro it.
4701
beb0acdf
KS
47022002-02-26 Kim F. Storm <storm@cua.dk>
4703
4704 The following changes add a new Vminibuf_selected_window variable
4705 which is similar to Vminibuf_scroll_window, but which is only set
4706 on entry to the minibuffer (from a non-minibuffer window):
31ade731 4707
beb0acdf
KS
4708 * window.c: (Vminibuf_selected_window): New variable.
4709 (struct save_window_data): New member minibuf_selected_window.
4710 (Fset_window_configuration): Restore Vminibuf_selected_window.
4711 (Fcurrent_window_configuration): Save Vminibuf_selected_window.
4712 Set minibuf_scroll_window member to nil if minibuf_level is 0.
4713 (compare_window_configurations): Compare minibuf_selected_window.
4714
4715 * window.h: (Vminibuf_selected_window): Declare extern.
4716
4717 * minibuf.c (read_minibuf): Set Vminibuf_selected_window on first
4718 entry to minibuffer or on entry from a non-minibuffer window.
4719
4720 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Compare with
4721 Vminibuf_selected_window instead of Vminibuf_scroll_window.
4722
4723 * xdisp.c (init_iterator): Compare with Vminibuf_selected_window
4724 instead of Vminibuf_scroll_window when deciding in which window
4725 the region should be highlighted. Consequently, the region remains
4726 highlighteded even when a completion buffer is also displayed.
4727
3dfdc066
EZ
47282002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
4729
2c568af5 4730 * fileio.c (Fsubstitute_in_file_name): Fix the change from 2002-02-08.
b135bd4c 4731
3dfdc066
EZ
4732 * xselect.c (Qcompound_text_with_extensions): Renamed from
4733 Qcompound_text_no_extensions.
4734 (lisp_data_to_selection_data, syms_of_xselect): Use the new name.
4735
804d894a
JB
47362002-02-26 Juanma Barranquero <lektu@terra.es>
4737
4738 * w32proc.c (syms_of_ntproc): Doc fix.
4739
f00691a3 47402002-02-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
0277b535
PJ
4741
4742 * intervals.h: Include "dispextern.h" unconditionally.
4743
1f1bce0e
JR
47442002-02-24 Jason Rumney <jasonr@gnu.org>
4745
4746 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
4747 and disp-table.elc.
82a399d2 4748 (lisp): Add emacs-lisp/backquote.elc.
1f1bce0e 4749
5f245371
KS
47502002-02-24 Kim F. Storm <storm@cua.dk>
4751
4752 * keymap.c (Flookup_key): Fixed problem in 2001-12-28 patch:
4753 The validation of the event type was too strict as it didn't
4754 allow string events; buffer names are used in bindings for
4755 menu-bar-select-buffer (see `menu-bar-update-buffers').
4756
b66bc4a4 47572002-02-23 Kim F. Storm <storm@cua.dk>
a34cb674 4758
31ade731 4759 The following changes rework my patch of 2002-02-06 which
a34cb674
KS
4760 added command remapping by entering the commands directly into
4761 the keymaps. Now, command remapping uses an explicit `remap'
4762 prefix in the keymaps, i.e. [remap COMMAND].
31ade731 4763
a34cb674
KS
4764 * keymap.c (Qremap, remap_command_vector): New variables.
4765 (is_command_symbol): Removed function.
31ade731
SM
4766 (Fdefine_key): No longer accept a symbol for KEY.
4767 Added validation of [remap COMMAND] argument for KEY.
4768 The DEF is no longer required to be a symbol when remapping a command.
a34cb674
KS
4769 (Fremap_command): New function to remap command through keymaps.
4770 (Flookup_key): Perform command remapping initiated by
4771 Fremap_command directly for speed.
4772 (Fkey_binding): Use Fremap_command for command remapping.
4773 (where_is_internal): Handle new command remapping representation.
4774 (syms_of_keymap): Intern Qremap, initialize remap_command_vector,
4775 staticpro them. Defsubr Fremap_command.
4776
4777 * keymap.h (Fremap_command): Declare extern.
4778 (is_command_symbol): Remove extern.
31ade731 4779
a34cb674
KS
4780 * keyboard.c (command_loop_1): Use Fremap_command for command
4781 remapping; now try command remapping for all symbols.
4782
f227fded
EZ
47832002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4784
4785 * coding.h (run_pre_post_conversion_on_str): Add prototype.
4786
54a0c8a6
JR
47872002-02-23 Jason Rumney <jasonr@gnu.org>
4788
4789 * w32select.c (Fw32_set_clipboard_data): Run pre-write-conversion
4790 on the string before encoding it.
4791 (Fw32_get_clipboard_data): Run post-read-conversion on the string
4792 after decoding it.
4793
4794 * w32fns.c (w32_wnd_proc) <WM_TIMER>: Fix last change.
4795
f00691a3 47962002-02-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
042c33d3
PJ
4797
4798 * w32term.c (enter_timestamp): Remove unused static variable to
4799 prevent warning.
4800
4801 * xterm.c (enter_timestamp): Put in #if 0 to prevent warning.
4802
b72d9870
EZ
48032002-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4804
4805 * w16select.c (Fw16_get_clipboard_data): Fix last change.
4806
4807 * xselect.c (selection_data_to_lisp_data): Fix last change.
4808
48094ace
JR
48092002-02-22 Jason Rumney <jasonr@gnu.org>
4810
4811 * w32term.h (struct w32_output): New member menu_command_in_progress.
4812
4813 * w32menu.c (menubar_selection_callback): Free the menu and
4814 clear the menu_command_in_progress flag.
4815
4816 * w32fns.c (mouse_move_timer, mouse_button_timer): Initialize.
4817 (menu_free_timer): New variable.
4818 (MENU_FREE_ID, MENU_FREE_DELAY): New constants.
4819 (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
4820 <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
4821 menu command is in progress.
31ade731
SM
4822 <WM_COMMAND>: Set the menu_command_in_progress flag.
4823 Kill any menu_free_timer that is running.
48094ace
JR
4824
4825 * w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
4826 Call ExtTextOutA rather than ExtTextOut.
4827
9feba281
EZ
48282002-02-22 Eli Zaretskii <eliz@gnu.org>
4829
4830 * puresize.h (BASE_PURESIZE): Increase to 755000.
4831
3276b4fe
EZ
48322002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4833
4834 * w16select.c (Fw16_set_clipboard_data): Run pre-write-conversion
4835 on the string before encoding it.
4836 (Fw16_get_clipboard_data): Run post-read-conversion on the string
4837 after decoding it.
4838
fbbe0ace
EZ
48392002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4840
4841 Support for ICCCM Extended Segments in X selections:
4842
23e16093 4843 * xselect.c <Qcompound_text_no_extensions>: New variable.
fbbe0ace
EZ
4844 (syms_of_xselect): Intern and staticpro it.
4845 (selection_data_to_lisp_data): Run post-read-conversion on decoded
4846 selection text.
4847 (lisp_data_to_selection_data): If next-selection-coding-system is
23e16093 4848 compound-text-no-extensions, set the type of selection to be
fbbe0ace
EZ
4849 compound-text.
4850
4851 * xterm.h (x_encode_text): Update prototype.
4852
4853 * xfns.c (x_encode_text): Accept additional arg SELECTIONP; all
4854 callers changed. If SELECTIONP is non-zero, run the
4855 pre-write-conversion function before encoding the selection text.
4856
2a28d471
KS
48572002-02-21 Kim F. Storm <storm@cua.dk>
4858
4859 * frame.c (syms_of_frame): Change mouse-highlight default to t.
15fdc2e3 4860
31ade731
SM
4861 * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
4862 Correct composing of language-change event.
15fdc2e3 4863
9de46181
KS
48642002-02-20 Kim F. Storm <storm@cua.dk>
4865
4866 * keyboard.c (menu_bar_items): Don't include keymap or local-map
4867 bindings at PT when building menu (the menu is not updated often
4868 enough for this to work reliable).
4869 (tool_bar_items): Likewise.
4870 (current_active_maps): Removed unused (and buggy) function.
4871
f00691a3 48722002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c7f07c4c
PJ
4873
4874 * xfns.c (gif_load): Use correct width and height for GIF images.
4875
f8565280
EZ
48762002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
4877
4878 * floatfns.c (Fatan): Accept an optional second arg and call
4879 atan2 if passed 2 args.
4880
5be86f54
JR
48812002-02-18 Jason Rumney <jasonr@gnu.org>
4882
4883 * w32term.c (glyph_rect): Determine the row and glyph more precisely.
4884
f7b9d4d1
JR
48852002-02-17 Jason Rumney <jasonr@gnu.org>
4886
4887 * w32term.c (x_autoselect_window_p): New variable.
4888 (syms_of_w32term): DEFVAR_BOOL and initialize it.
4889 (note_mouse_movement): Use it.
4890
4891 * w32fns.c (w32_load_system_font): Never set fonts_changed_p to zero.
4892
4893 * w32bdf.c (w32_load_bdf_font): Maybe set fonts_changed_p.
4894
4895 * w32fns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
4896 New variables.
4897 (syms_of_w32fns): Intern and staticpro them.
4898 (x_frame_parms) <"fullscreen">: New parameter.
4899 (x_fullscreen_move, x_set_fullscreen): New functions.
4900 (x_set_frame_parameters): Support Qfullscreen.
31ade731 4901 (x_real_positions): Save x/y_pixels_diff frame params.
f7b9d4d1
JR
4902 (x_figure_window_size): Support full-screen frames.
4903 (Fx_create_frame): Default the fullscreen parameter.
4904
31ade731 4905 * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
f7b9d4d1 4906 (x_fullscreen_adjust): New functions.
6c465a15 4907 (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
f7b9d4d1 4908 fullscreen. Call x_check_fullscreen_move, and set the
31ade731 4909 want_fullscreen member of output_data.w32
f7b9d4d1
JR
4910 <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
4911
4912 * w32term.h: New enum for FULLSCREEN_* constants.
4913 (struct w32_output): New members want_fullscreen, x_pixels_diff,
4914 y_pixels_diff, x_pixels_outer_diff, and y_pixels_outer_diff.
4915 (x-fullscreen-adjust): New prototype.
4916
ce16e8d9
KS
49172002-02-17 Kim F. Storm <storm@cua.dk>
4918
4919 * frame.c: (Vmouse_highlight): New variable.
4920 (syms_of_frame): DEFVAR_LISP it.
4921
4922 * frame.h: (Vmouse_highlight): Declare extern.
4923
4924 * xterm.h (struct x_display_info): Add mouse_face_hidden.
4925
4926 * xterm.c (disable_mouse_highlight): Removed variable.
4927 (note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
4928 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
4929 (XTread_socket): Turn mouse_face_hidden off after mouse movement,
4930 and on after keyboard input.
4931 (x_term_init): Initialize mouse_face_hidden.
4932
4933 * msdos.h (struct display_info): Add mouse_face_hidden.
4934
4935 * msdos.c (disable_mouse_highlight): Removed variable.
4936 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
4937 (IT_note_mouse_highlight): Don't highlight if Vmouse_highlight is nil.
4938 (internal_terminal_init): Initialize mouse_face_hidden.
4939 (dos_rawgetc): Turn mouse_face_hidden off after mouse movement,
4940 and on after keyboard input.
4941
4942 * w32term.h (struct w32_display_info): Add mouse_face_hidden.
4943
4944 * w32term.c (disable_mouse_highlight): Removed variable.
4945 (note_mouse_highlight): Disable highlight if Vmouse_highlight is nil.
4946 (show_mouse_face): Don't show highlight if mouse_face_hidden is set.
4947 (w32_read_socket): Turn mouse_face_hidden off after mouse movement,
4948 and on after keyboard input.
4949 (w32_initialize_display_info): Initialize mouse_face_hidden.
4950
386c4076
EZ
49512002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4952
9005a471
EZ
4953 * msdos.c (last_mouse_window): New variable.
4954 (dos_rawgetc): Fix last change--if the mouse is in the same window
4955 as recorded in last_mouse_window, don't select this window.
4956
31ade731 4957 * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
760627fa 4958
4a137db1
EZ
4959 * msdos.c (x_autoselect_window_p): New variable.
4960 (syms_of_msdos): Defvar it.
2c568af5
SM
4961 (dos_rawgetc): If x_autoselect_window_p is set, select the window in
4962 which the last mouse movement occured, unless it is already selected.
4a137db1 4963
31ade731
SM
4964 * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
4965 New variables.
386c4076
EZ
4966 (syms_of_xdisp): DEVFAR them.
4967 (hscroll_window_tree): Use automatic_hscroll_margin and
4968 Vautomatic_hscroll_step to compute the amount of window scrolling.
4969
f00691a3 49702002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5d2200aa 4971
3996d07a
PJ
4972 * xterm.c (x-autoselect-window): New variable.
4973 (note_mouse_movement): Use it.
4974
5d2200aa
PJ
4975 * keyboard.c: Do not include "systime.h" twice.
4976
bdf67c59
AS
49772002-02-15 Andreas Schwab <schwab@suse.de>
4978
5407e8a7
AS
4979 * puresize.h (BASE_PURESIZE): Increase to 9/5.
4980
bdf67c59
AS
4981 * alloc.c (NSTATICS): Increase to 1280.
4982
98659da6
KG
49832002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4984
f9904178
KG
4985 * alloc.c (NSTATICS): Bump to 1026.
4986
98659da6
KG
4987 * xterm.c (Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
4988 (Vx_super_keysym): New variables.
4989 (syms_of_xterm): DEFVAR_LISP them.
4990 (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
31ade731 4991 variables to determine which keys to use for the various modifiers.
98659da6 4992
a48b709b 49932002-02-13 Kim F. Storm <storm@cua.dk>
1c9f5f23
KS
4994
4995 * window.c: (Vmode_line_in_non_selected_windows): Removed.
4996 (mode_line_in_non_selected_windows): New variable.
4997 (syms_of_window): DEFVAR_BOOL it.
4998
31ade731
SM
4999 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
5000 Use mode_line_in_non_selected_windows.
1c9f5f23
KS
5001 (mode_line_in_non_selected_windows): Declare extern.
5002 (Vmode_line_in_non_selected_windows): Removed extern.
5003
db54c53a
RS
50042002-02-13 Richard M. Stallman <rms@gnu.org>
5005
31ade731
SM
5006 * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
5007 (Fthis_single_command_keys, Fthis_single_command_raw_keys)
db54c53a
RS
5008 (Fclear_this_command_keys): Doc fixes.
5009
31ade731 5010 * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
db54c53a
RS
5011 (update_face_from_frame_parameter): Increment face_change_count
5012 and windows_or_buffers_changed to force redisplay using changed faces.
5013
5014 * xdisp.c (QCpropertize): New variable.
5015 (mode_line_proptrans_alist): New variable.
5016 (display_mode_element): New arg PROPS; all calls changed.
5017 Implement this, for strings.
5018 Handle literal output of strings by sharing the
5019 main-line code for strings, using local var `literal'.
5020 Handle :propertize feature.
31ade731 5021 (syms_of_xdisp): Initialze and staticpro QCpropertize and
db54c53a 5022 mode_line_proptrans_alist.
31ade731 5023
a48b709b 50242002-02-11 Kim F. Storm <storm@cua.dk>
3c9bdb7e
KS
5025
5026 * window.c: (Vmode_line_in_non_selected_windows): New variable.
5027 (syms_of_window): DEFVAR_LISP it.
5028
5029 * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): New macro.
5030 (CURRENT_MODE_LINE_FACE_ID): Use it.
5031 (Vmode_line_in_non_selected_windows): Declare extern.
5032
5033 * xdisp.c (display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3
5034 to get mode line face.
5035
573a237a
EZ
50362002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
5037
5038 * msdos.c (Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
5039 variables; cus-start.el doesn't need them anymore.
5040
73df3b72
KS
50412002-02-09 Kim F. Storm <storm@cua.dk>
5042
5043 * insdel.c (make_gap_smaller): Preserve BEG_UNCHANGED during gap
5044 reduction. This fixes a display problem where stray newlines were
5045 inserted in the window (corrected by C-l). Clarified code (IMHO).
5046
18b0be7c
EZ
50472002-02-09 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): Fix last change.
5050
5051 * xdisp.c (display_mode_lines): Fix last change.
5052
442ca9ba
JR
50532002-02-09 Jason Rumney <jasonr@gnu.org>
5054
5055 * w32fns.c (enum_font_cb2): Don't let charsets unknown to Windows
5056 match each other.
3acfb461
JR
5057 (w32_load_system_font): Prevent Cleartype fonts from loading.
5058 (Fx_show_tip): Ensure tip frames are above other topmost windows.
442ca9ba 5059
cdefda26
KS
50602002-02-09 Kim F. Storm <storm@cua.dk>
5061
5062 * dispextern.h (CURRENT_MODE_LINE_FACE_ID): New macro.
5063 (CURRENT_MODE_LINE_HEIGHT): Use it.
5064 (enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
5065
5066 * xdisp.c (window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
5067 (pos_visible_p, handle_face_prop): Likewise.
5068 (display_mode_lines): Likewise, but for the real selected window.
5069 (init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
5070
5071 * xfaces.c (Qmode_line_inactive): New face variable for mode-line
5072 in non-selected windows.
5073 (realize_basic_faces): Realize it.
5074 (syms_of_term): Intern and staticpro it.
5075
9f69e812
KS
50762002-02-08 Kim F. Storm <storm@cua.dk>
5077
31ade731 5078 * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
9f69e812
KS
5079 Changed mail addresses to emacs-devel@gnu.org.
5080
6ded2c89
EZ
50812002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
5082
b5d40ceb 5083 * fileio.c (Fsubstitute_in_file_name): If the file name includes
31ade731 5084 ~user, and there's no such user, don't discard everything before ~user.
b5d40ceb 5085
6ded2c89
EZ
5086 * floatfns.c (Fround): Doc fix.
5087
f00691a3 50882002-02-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7c15926f
PJ
5089
5090 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
5091
6a229a63
SM
50922002-02-07 Stefan Monnier <monnier@cs.yale.edu>
5093
db54c53a 5094 * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
6a229a63 5095
33b93ee5
KS
50962002-02-07 Kim F. Storm <storm@cua.dk>
5097
5098 * keymap.c (where_is_internal): Only check whether definition is
5099 remapped if it fulfills is_command_symbol.
5100
72bba9f2
AS
51012002-02-07 Andreas Schwab <schwab@suse.de>
5102
5103 * s/gnu-linux.h (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
5104
5105 * alloc.c (mark_stack): Don't assume sizeof (Lisp_Object) is 4.
5106
93607efd
KS
51072002-02-06 Kim F. Storm <storm@cua.dk>
5108
5109 * keymap.c (Fdefine_key): Allow symbol as KEY argument for
5110 defining command remapping. Doc updated.
5111 (Flookup_key): Remap command through keymap if KEY is a symbol.
5112 (is_command_symbol): New function.
6a229a63
SM
5113 (Fkey_binding): Use it. New optional argument NO-REMAP.
5114 Doc updated. Callers changed. Perform command remapping via
93607efd
KS
5115 recursive call unless that arg is non-nil.
5116 (where_is_internal): New argument no_remap. Callers changed.
5117 Call recursively to find original key bindings for a remapped
5118 comand unless that arg is non-nil.
6a229a63
SM
5119 (Fwhere_is_internal): New optional argument NO-REMAP.
5120 Doc updated. Callers changed. Pass arg to where_is_internal.
93607efd
KS
5121
5122 * keymap.h (Fkey_binding, Fwhere_is_internal): Update prototype.
5123 (is_command_symbol): Added prototype.
5124
5125 * keyboard.c (Vthis_original_command): New variable.
5126 (syms_of_keyboard): DEFVAR_LISP it.
5127 (command_loop_1): Set it, and perform command remapping.
5128
f00691a3 51292002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2642a29e 5130
31ade731 5131 * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
2642a29e 5132
f4ed304f
JR
51332002-02-06 Jason Rumney <jasonr@gnu.org>
5134
5135 * w32term.c (w32_native_per_char_metric): Disable 2002-01-20 change.
5136
b5309828
EZ
51372002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
5138
5139 * charset.c (get_charset_id): Use if-else instead of ?:.
5140
108eaabb
RS
51412002-02-06 Richard M. Stallman <rms@gnu.org>
5142
5143 * filelock.c (S_ISLNK): Define if not defined.
5144
bd3567fa
RS
51452002-02-03 Richard M. Stallman <rms@gnu.org>
5146
5147 * fileio.c (Fdo_auto_save): Improve "auto save disabled" msg.
5148
5149 * lread.c (read1): Redesign strategy for force_multibyte and
5150 force_singlebyte. Now is_multibyte records whether read_buffer
5151 is multibyte. Encountering any multibyte character makes it so.
6a229a63 5152
95c11956
SM
51532002-02-02 Stefan Monnier <monnier@cs.yale.edu>
5154
5155 * term.c (term_get_fkeys_1): If `k0' and `k;' are both specified and
5156 with the same sequence, map that sequence to f10 rather than f0.
5157
ee466d0b
AS
51582002-02-03 Andreas Schwab <schwab@suse.de>
5159
5160 * s/gnu-linux.h: Check for __mc68000__ instead of __m68k__, the
5161 latter never being defined on GNU/Linux.
5162
f77157da
EZ
51632002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
5164
2c568af5
SM
5165 * xfaces.c (realize_default_face): Don't set the weight and slant of
5166 the default face to Qnormal, unless these attributes are unspecified.
f77157da 5167
f00691a3 51682002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4fbcc9b1 5169
95c11956
SM
5170 * keyboard.c (command_loop_1) [HAVE_X_WINDOWS]:
5171 Call cancel_hourglass unconditionally.
4fbcc9b1
PJ
5172
5173 * eval.c (Fsignal): Remove duplicated declaration of
5174 the variable `display_hourglass_p'.
5175
5e101746
RS
51762002-01-31 Richard M. Stallman <rms@gnu.org>
5177
5178 * editfns.c (region_limit): Nicer error message.
5179
5180 * coding.c (decode_composition_emacs_mule):
5181 Give up if NCOMPONENT gets too large to index `component'.
5182
5183 * callint.c (check_mark): New arg to specify clearer error message.
5184 Callers changed.
5185
51862002-01-27 Richard M. Stallman <rms@gnu.org>
5187
5188 * minibuf.c (Fcompleting_read): Doc fix.
5189
f00691a3 51902002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7a4b11ca
PJ
5191
5192 * minibuf.c (Fread_from_minibuffer, Fread_command, Fread_function)
95c11956
SM
5193 (Fread_variable, Fread_buffer, minibuffer-completion-confirm):
5194 Fix doc-strings.
7a4b11ca 5195
f5798fbd
RS
51962002-01-26 Richard M. Stallman <rms@gnu.org>
5197
5198 * buffer.c (syms_of_buffer): Doc fixes for scroll-...-aggressively.
5199
5200 * xdisp.c (try_scrolling): Exchange uses of scroll_down_aggressively
5201 and scroll_up_aggressively.
5202
f00691a3 52032002-01-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8fc77801
PJ
5204
5205 * keyboard.c (parse_tool_bar_item): Remove duplicated prototypes.
5206
3a232704
SM
52072002-01-25 Stefan Monnier <monnier@cs.yale.edu>
5208
5209 * textprop.c (Fnext_property_change, Fnext_single_property_change)
5210 (Fprevious_property_change, Fprevious_single_property_change):
5211 Stay within the narrowed-buffer boundaries.
5212
dd939ea1
EZ
52132002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5214
5215 * term.c (Ftty_display_color_cells): New function.
5216 (syms_of_term): Defsubr it.
0011f346
EZ
5217 (Ftty_display_color_cells, Ftty_display_color_p): Change the
5218 argument name to DISPLAY. Doc fix.
dd939ea1
EZ
5219
5220 * dispextern.h: Add prototype for set_tty_color_mode and
5221 tty_setup_colors.
5222
aa35b6ad
JR
52232002-01-24 Jason Rumney <jasonr@gnu.org>
5224
5225 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
5226 If region left to draw is not what was expected, mark the frame as
5227 garbaged.
5228
5229 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
5230 Combine the regions returned by BeginPaint and GetUpdateRect.
5231
ab76d376
JR
52322002-01-23 Jason Rumney <jasonr@gnu.org>
5233
5234 * w32term.c (x_update_window_begin): Only hide caret if
5235 w32_use_visible_system_caret is set.
5236 (x_update_window_end): Only show caret if
5237 w32_use_visible_system_caret is set.
5238 (syms_of_w32term): Handle SystemParametersInfo call failing.
5239
5240 * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
5241
d89b617d
RS
52422002-01-22 Richard M. Stallman <rms@gnu.org>
5243
5244 * unexelf.c (unexec): Define n so as to cause compilation error
5245 for the code where people have often written n instead of nn.
5246
5247 * .gdbinit (hookpost-run): Defined.
5248
a97e4138 52492002-01-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
f0b9a067
JD
5250
5251 * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
5252
a97e4138 52532002-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5f9338d5
JD
5254
5255 * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
5256 if fullscreen is being set.
5257
f00691a3 52582002-01-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
029a305c
PJ
5259
5260 * minibuf.c (Fminibuffer_contents)
5261 (Fminibuffer_contents_no_properties, Fread_from_minibuffer)
5262 (Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
5263
8cc0e0cf
RS
52642002-01-21 Richard M. Stallman <rms@gnu.org>
5265
5266 * window.c (check_frame_size): Fix minimum height calculation.
5267
d7b8ee68
KR
52682002-01-20 Ken Raeburn <raeburn@gnu.org>
5269
5270 * dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window
5271 height before comparison.
5272 (WINDOW_WANTS_HEADER_LINE_P): Likewise.
5273
c3c14723
JR
52742002-01-20 Jason Rumney <jasonr@gnu.org>
5275
5276 * w32term.c (w32_system_caret_width): Remove.
5277 (w32_use_visible_system_caret): New user flag.
5278 (syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
5279 Windows reports a screen reader running.
5280 (x_update_window_begin): Hide the system caret.
5281 (x_update_window_end): Show the system caret.
5282 (x_display_and_set_cursor): Don't draw a cursor when
5283 w32_use_visible_system_caret is set. Do not adjust width.
5284
5285 * w32fns.c (w32_visible_system_caret_hwnd): New static variable.
5286 (w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
5287 <WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
5288 the user requests it. Use system default width when creating.
5289 <WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
5290
95c11956
SM
5291 * w32term.h (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET):
5292 New window messages.
c3c14723 5293
75e20bec
RS
52942002-01-20 Richard M. Stallman <rms@gnu.org>
5295
5296 * window.c (MIN_SAFE_WINDOW_HEIGHT): Value now 1.
5297
f00691a3 52982002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3c17e062
PJ
5299
5300 * doprnt.c (doprnt1): Fix typos in error call.
5301
3b927d14
EZ
53022002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
5303
5304 * unexelf.c (unexec) [__sgi]: Support the .got sections.
5305
aa06cb9c
JR
53062002-01-20 Jason Rumney <jasonr@gnu.org>
5307
5308 * w32term.c (w32_native_per_char_metric): Don't trust the metrics
5309 that Windows returns. If a double check fails, try to guess how
5310 ExtTextOut is going to act.
5311
5312 * w32fns.c (w32_load_system_font, w32_to_x_charset): Use strnicmp
5313 in place of stricmp.
5314 (w32_list_synthesized_fonts): Removed.
5315 (w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
5316 (struct enumfont_t): New element; list.
5317 (enum_font_cb2): List all style and charset variations of a font.
5318 (Fw32_select_font): New optional argument; include_proportional.
5319 Exclude vertical fonts. Exclude proportional fonts unless
5320 include_proportional is non-nil.
5321 (w32_enable_synthesized_fonts): Change to a boolean.
5322 (Fw32_send_sys_command): Doc fix.
5323
f00691a3 53242002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
37082f8d
PJ
5325
5326 * dispnew.c (update_frame): Move the variable `tem' to the block
5327 where it is used.
5328
815d969e
JR
53292002-01-19 Jason Rumney <jasonr@gnu.org>
5330
5331 * w32fns.c (Fx_create_frame): Bind redisplay-dont-pause around
5332 call to face-set-after-frame-default.
5333
a1e3dda0
RS
53342002-01-18 Richard M. Stallman <rms@gnu.org>
5335
95c11956 5336 * dispextern.h (WINDOW_WANTS_MODELINE_P): Check window height > 1.
a1e3dda0
RS
5337 (WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
5338
daf516d3
RS
53392002-01-17 Richard M. Stallman <rms@gnu.org>
5340
5341 * window.c (enlarge_window): When exceeding size of parent,
5342 directly delete all the siblings instead of trying to resize it.
5343
f00691a3 53442002-01-17 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
dfc7a077
PJ
5345
5346 * term.c (set_tty_color_mode): Remove unused variable `tem'.
5347
3ddff138
RS
53482002-01-16 Henrik Enberg <henrik@enberg.org>
5349
7adfc0d7 5350 * lread.c (init_lread): Move the installed-lisp dirs later in the path.
3ddff138 5351
465c9390
KS
53522002-01-16 Kim F. Storm <storm@cua.dk>
5353
5354 * xterm.c (x_erase_phys_cursor): Don't erase cursor if cursor row
5355 is invisible. This can happen if cursor is on top line of a
5356 window, and we switch to a buffer with a header line.
5357
95c11956 5358 * w32term.c (x_erase_phys_cursor): Ditto.
a2c6de8e 5359
f00691a3 53602002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7a4bce14
PJ
5361
5362 * xterm.c (XTread_socket) [!USE_X_TOOLKIT]: Compute the value of
5363 `dont_resize' only when used.
5364
5365 * xdisp.c: Remove forgotten extern declaration of `Qimage'.
5366
26f622b3
EZ
53672002-01-15 Eli Zaretskii <eliz@is.elta.co.il>
5368
5369 * xdisp.c (display_mode_element): When computing charpos, depend
f165c448 5370 on multibyteness of elt, not the text in field.
26f622b3 5371
f00691a3 53722002-01-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1a6db83a 5373
31ade731
SM
5374 * buffer.c (Fkill_all_local_variables):
5375 Increment `update_mode_lines' only once.
1a6db83a 5376
f00691a3 53772002-01-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a4ff5d67 5378
aa1977d7
PJ
5379 * lisp.h (adjust_after_replace_noundo)
5380 (Fupdate_coding_systems_internal): Add prototypes.
5381
95c11956 5382 * sound.c (Fplay_sound): Initialize header_size also for :data case.
a4ff5d67 5383
3947677c
EZ
53842002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5385
5386 Support for the --color command-line argument and tty-color-mode
5387 frame parameter:
5388
5389 * term.c (tty_default_color_capabilities, tty_setup_colors)
5390 (set_tty_color_mode): New functions.
5391 (term_init): Call tty_default_color_capabilities.
5392 (Qtty_color_mode_alist): New variable.
5393 (syms_of_term): Intern and staticpro it.
5394
5395 * frame.c (store_frame_param): Call set_tty_color_mode for termcap
5396 frames.
5397 (do_switch_frame): For termcap frames, switch the tty
5398 color mode as specified by the frame's parameters.
5399 (Qtty_color_mode): New variable.
5400 (syms_of_frame): Intern and staticpro it.
5401
5402 * emacs.c (USAGE2): Add the --color option.
5403 (standard_args): Ditto.
5404
a97e4138 54052002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8a8e19a3
EZ
5406
5407 * xterm.h (struct x_output): New members want_fullscreen,
5408 x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
5409 y_pixels_outer_diff.
5410 New enum for FULLSCREEN_* constants.
5411 (FRAME_OUTER_WINDOW): Handle the case where output_data.x->widget
5412 is NULL.
5413 (x_fullscreen_adjust): Add prototype.
5414
5415 * emacs.c (USAGE2): Add the new full-screen arguments.
5416 (standard_args): Ditto.
5417
95c11956
SM
5418 * xfns.c (Qfullscreen, Qfullwidth, Qfullheight, Qfullboth):
5419 New variables.
8a8e19a3
EZ
5420 (syms_of_xfns): Intern and staticpro them.
5421 (x_frame_parms) <"fullscreen">: New parameter.
5422 (x_fullscreen_move, x_set_fullscreen): New functions.
5423 (x_set_frame_parameters): Support for Qfullscreen.
5424 (x_real_positions): More accurate computation of the frame position.
5425 (x_figure_window_size): Support full-screen frames.
5426 (Fx_create_frame): Default the fullscreen parameter.
5427
5428 * xterm.c (x_check_fullscreen, x_fullscreen_adjust): New functions.
5429 (XTread_socket) <Expose>: Call x_check_fullscreen.
95c11956
SM
5430 <ConfigureNotify>: Don't resize to fullscreen.
5431 Call x_check_fullscreen_move, and set the want_fullscreen member of
8a8e19a3
EZ
5432 output_data.x.
5433
4f1b1854
JR
54342002-01-13 Jason Rumney <jasonr@gnu.org>
5435
5436 * w32term.h (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messages
5437 for mice with more than 3 buttons.
5438
5439 * w32term.c (parse_button): New parameter xbutton. Callers changed.
5440 (w32_read_socket): Handle new "XBUTTON" messages.
5441
5442 * w32fns.c (w32_pass_extra_mouse_buttons_to_system): New user option.
5443 (syms_of_w32fns): DEFVAR_BOOL it.
5444 (w32_wnd_proc): Handle new "XBUTTON" messages.
5445
f00691a3 54462002-01-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5cb6905d 5447
95c11956 5448 * keyboard.c (read_key_sequence): Remove unused variable `extra_maps'.
5cb6905d 5449
437dfb9f
AS
54502002-01-13 Andreas Schwab <schwab@suse.de>
5451
5452 * xterm.c (x_load_font): Never set fonts_changed_p to zero.
5453
9f696a00
AS
54542002-01-12 Andreas Schwab <schwab@suse.de>
5455
5456 * .gdbinit (xbuffer): Remove address operator since data is now a
5457 pointer.
5458
d57966d7
RS
54592002-01-11 Richard M. Stallman <rms@gnu.org>
5460
5461 * insdel.c (adjust_after_replace_noundo): New function.
5462
5463 * coding.c (code_convert_region): Don't copy old text if undo disabled.
5464
74779f52
JR
54652002-01-09 Jason Rumney <jasonr@gnu.org>
5466
5467 * xdisp.c (x_consider_frame_title): Don't count the tooltip frame
5468 when checking for multiple frames.
5469
a474d59c
RS
54702002-01-08 Richard M. Stallman <rms@gnu.org>
5471
5472 * window.c (delete_window): Rewrite the code for changing the
5473 selected window to handle the case where WINDOW is not a leaf.
5474
fbb70ad9
EZ
54752002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5476
5477 * process.c (send_process): Set src_multibyte to 1 after the call
5478 top setup_coding_system, not before the call.
5479
2d10309f
JR
54802002-01-07 Jason Rumney <jasonr@gnu.org>
5481
5482 * xmenu.c (set_frame_menubar, xmenu_show):
3a232704 5483 (xdialog_show): Initialize wv->help to Qnil.
2d10309f
JR
5484
5485 * w32menu.c (single_submenu, set_frame_menubar, w32_menu_show):
5486 (w32_dialog_show): Initialize wv->help to Qnil.
5487
7f2cddf3
JR
54882002-01-06 Jason Rumney <jasonr@gnu.org>
5489
0b1e6b54
JR
5490 * xmenu.c (single_submenu): Initialize wv->help to Qnil.
5491
7f2cddf3
JR
5492 * w32menu.c (w32_menu_display_help): Revert last change.
5493
5494 * xmenu.c (menu_highlight_callback): Revert last change.
5495
e17144de
AS
54962002-01-06 Andreas Schwab <schwab@suse.de>
5497
5498 * insdel.c (make_gap_larger): Make sure buffer size does not
5499 overflow range of int.
5500
6637c996
JR
55012002-01-05 Jason Rumney <jasonr@gnu.org>
5502
44368f8f
JR
5503 * w32term.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
5504 OVERLAPS_P.
5505
f884b6f4
JR
5506 * w32menu.c (w32_menu_display_help): Hide any tooltip window.
5507
6637c996
JR
5508 * w32fns.c (compute_tip_xy): If tooltip won't fit on the screen
5509 to the left or to the right of the pointer, put it against
5510 the left screen edge.
5511 (x_frame_parms): Add missing braces around initializer.
5512
5513 * w32term.c (x_setup_relief_colors): Don't compute an image's
5514 background color if it doesn't have a Pixmap.
5515 (notice_overwritten_cursor): Don't depend on
5516 output_cursor and updated_area. Compare pixel coordinates with
5517 window's cursor pixel coordinates.
3a232704
SM
5518 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
5519 Call notice_overwritten_cursor with new arg list.
6637c996
JR
5520 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
5521 unconditionally.
5522 (x_draw_image_relief): Use predefined macro instead of
5523 constant when the value of `tool_bar_button_relief' is negative.
5524
5525 * w32term.c (x_display_and_set_cursor): Fix PostMessage arg types.
5526
453c5510
RS
55272002-01-04 Richard M. Stallman <rms@gnu.org>
5528
5529 * xmenu.c (menu_highlight_callback): Hide any tooltip window.
5530
d1d070e3
RS
55312002-01-03 Richard M. Stallman <rms@gnu.org>
5532
5533 * keymap.c (Fcurrent_active_maps): Put the `keymap' property map first.
5534 (Fkey_binding): Try the `keymap' property map first.
5535 (Fdescribe_buffer_bindings): Show `keymap' property bindings before
5536 minor mode bindings.
5537
9ec1bdb6
KS
55382002-01-03 Kim F. Storm <storm@cua.dk>
5539
5540 * keyboard.c (read_key_sequence): Fixed cast of submaps arg to bcopy.
5541
308dd672
RS
55422002-01-02 Richard M. Stallman <rms@gnu.org>
5543
edde72f6
RS
5544 * keyboard.c (read_key_sequence): Handle the keymap property
5545 before minor mode maps.
5546
308dd672
RS
5547 * editfns.c (Fformat): Update thissize from field_width
5548 based on the actual width, in the string case.
5549
f00691a3 55502002-01-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3c1e6b46 5551
03950b5b
PJ
5552 * charset.h (UNIBYTE_STR_AS_MULTIBYTE_P): Parenthesize assignment
5553 when used as truth value to prevent gcc warnings.
5554
3c1e6b46
PJ
5555 * sysdep.c, unexapollo.c, w32.c, w32bdf.c, w32heap.c, w32inevt.c,
5556 * w32proc.c: Include <config.h>.
5557
c1e11810
AS
55582002-01-01 Andreas Schwab <schwab@suse.de>
5559
5560 * eval.c (max_specpdl_size, max_lisp_eval_depth): Define as int,
5561 not EMACS_INT, to make them compatible with DEFVAR_INT.
5562 * lisp.h (max_specpdl_size): Adjust declaration.
5563
1996baee
RS
55642002-01-01 Richard M. Stallman <rms@gnu.org>
5565
5566 * print.c (print_object): Test print_escape_nonascii only for
5567 unibyte strings.
5568 (PRINTPREPARE): Once again bind Qprint_escape_nonascii
5569 when outputting to a multibyte buffer.
5570
0065bb74
RS
55712001-12-29 Richard M. Stallman <rms@gnu.org>
5572
5573 * print.c (print_object): In multibyte string, use hex escapes.
5574 Use octal only for unibyte strings.
5575 (PRINTPREPARE): Don't ever set Qprint_escape_nonascii.
5576
5577 * lread.c (read_escape): New arg BYTEREP for reporting whether
5578 escape forces unibyte or multibyte.
5579 (read1): When reading a string, take note of that info.
5580
b5cb6072
KR
55812001-12-29 Ken Raeburn <raeburn@gnu.org>
5582
5583 * abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
5584 comparison to test lisp value returned by Fget.
5585
15fff01d
RS
55862001-12-29 Richard M. Stallman <rms@gnu.org>
5587
0065bb74
RS
5588 * lisp.h (max_specpdl_size): Add declaration.
5589
0d8466cc
RS
5590 * fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.
5591
15fff01d
RS
5592 * keymap.c (silly_event_symbol_error): New subrtn, from Fdefine_key.
5593 Handle modifier bits. Correct typo in error message.
5594
2fae9111
RS
55952001-12-28 Richard M. Stallman <rms@gnu.org>
5596
2d6c1fc0
RS
5597 * abbrev.c: Use the plist of an abbrev for multiple params if nec.
5598 (Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
5599 (Fdefine_global_abbrev, Fdefine_mode_abbrev):
5600 Update calls to Fdefine_abbrev.
5601 (write_abbrev): Update for changed data format.
5602 Don't list "system" abbrevs.
5603 (Fexpand_abbrev): Update use count with new data format.
5604 (describe_abbrev): Update for changed data format.
5605 (Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
5606
07025a55
RS
5607 * config.in (HAVE_MBSINIT): Add #undef.
5608
5609 * strftime.c (mbsinit): Define as no-op if not available.
5610
5611 * s/sco5.h (LIBX11_SYSTEM) [MOTIF]: Add -lgen.
5612 (sigprocmask_set): Conditionalize decl on ! NOT_C_CODE.
5613
ce6eef6e
RS
5614 * keymap.c (Flookup_key): Error message if key has wrong data type.
5615 (Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
ade19cac 5616 (exclude_key): New variable.
3a232704 5617
539e92ad
GM
56182001-12-28 Gerd Moellmann <gerd@gnu.org>
5619
0cb8bb48
GM
5620 * xterm.c (x_setup_relief_colors): Don't compute an image's
5621 background color if it doesn't have a Pixmap.
3a232704 5622
60626bab
GM
5623 * xterm.c (notice_overwritten_cursor): Don't depend on
5624 output_cursor and updated_area. Compare pixel coordinates with
5625 window's cursor pixel coordinates.
3a232704
SM
5626 (x_draw_glyphs, x_clear_end_of_line, show_mouse_face):
5627 Call notice_overwritten_cursor with new arg list.
60626bab
GM
5628 (show_mouse_face): Fix bug setting a row's mouse_face_p flag
5629 unconditionally.
0cb8bb48 5630
539e92ad
GM
5631 * xdisp.c (try_scrolling) <PT below scroll margin>: Add the
5632 height of the cursor line to the amount to scroll.
5633
4e02881b
RS
56342001-12-27 Richard M. Stallman <rms@gnu.org>
5635
5636 * intervals.c (set_point_both): The position after an invisible,
5637 intangible character is not an acceptable stopping point.
5638
1ab964d7
KR
56392001-12-27 Ken Raeburn <raeburn@gnu.org>
5640
5641 * window.c (enlarge_window): In new preserve_before code, convert
5642 CURBEG from lisp object to integer before doing arithmetic.
5643
749f499f
RS
56442001-12-27 Richard M. Stallman <rms@gnu.org>
5645
5646 * bytecode.c (Fbyte_code): Undo previous change.
5647
b5d9aaba
KS
56482001-12-26 Kim F. Storm <storm@cua.dk>
5649
5650 * keyboard.c (record_char): Ignore duplicate help-echo events only
5651 separated by mouse-movement. When tracking mouse, only record
5652 first and last mouse-movement event in same window.
5653 Don't record mouse-movement events in keyboard macros.
3a232704 5654
d0fd26dd
RS
56552001-12-25 Richard M. Stallman <rms@gnu.org>
5656
b4c45162
RS
5657 * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
5658 (Fenlarge_window): New arg PRESERVE_BEFORE.
5659
d0fd26dd
RS
5660 * bytecode.c (Fbyte_code): Use Fstring_make_unibyte
5661 instead of Fstring_as_unibyte.
5662
f00691a3 56632001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c95eaa61 5664
3a232704 5665 The following changes remove mocklisp support:
c95eaa61
PJ
5666
5667 * mocklisp.h, mocklisp.c: Files removed.
5668
5669 * lisp.h: Remove declarations of variables `Vmocklisp_arguments',
5670 `Qmocklisp' and `Qmocklisp_arguments'.
5671 Remove prototype of syms_of_mocklisp.
5672
3a232704 5673 * makefile.nt, makefile.w32-in, Makefile.in: Remove mocklisp files.
c95eaa61
PJ
5674
5675 * callint.c: Do not include mocklisp.h.
5676 (Fcall_interactively): Do not test for mocklisp case.
5677
5678 * eval.c: Remove variables `Qmocklisp_arguments',
3a232704
SM
5679 `Vmocklisp_arguments' and `Qmocklisp'. Remove prototype of ml_apply.
5680 (Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda):
5681 Do not test for mocklisp case.
c95eaa61
PJ
5682 (Fwhile): Remove unused variable `tem'.
5683 (syms_of_eval): Remove variable `moclisp-arguments'.
5684
5685 * data.c (wrong_type_argument): Remove mocklisp case.
5686
5687 * doc.c (Fdocumentation): Remove mocklisp case.
5688
5689 * emacs.c (main): Do not call syms_of_mocklisp.
5690
31877e0a
RS
56912001-12-21 Richard M. Stallman <rms@gnu.org>
5692
5693 * xfns.c (compute_tip_xy): If tooltip won't fit on the screen
5694 to the left or to the right of the pointer, put it against
5695 the left screen edge.
5696
e2c3786a
EZ
56972001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5698
5699 * Makefile.in (distclean): Remove .gdbinit if we are building
5700 outside the source tree.
5701
c513fc03
EZ
57022001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
5703
bf794306
EZ
5704 * w32.c (emacs_root_dir): New function.
5705
5706 * msdos.c (emacs_root_dir): New function.
5707
5708 * fileio.c (Fexpand_file_name) [DOS_NT]: Use the root directory
5709 of the current drive as the fallback for default_directory.
5710
62582985
EZ
5711 * dired.c (file_name_completion): Run the elements of
5712 completion-ignored-extensions through ENCODE_FILE.
5713
c513fc03
EZ
5714 * lisp.h (scmp): Remove prototype, since it's now a static
5715 function private to dired.c.
5716
3509a04c
RS
57172001-12-18 Richard M. Stallman <rms@gnu.org>
5718
5719 * dired.c (scmp): Function moved from minibuf.c.
5720 Delete multibyte handling--used only on encoded strings.
5721
5722 * minibuf.c (scmp): Function moved to dired.c.
5723
5724 * fns.c (merge): Add QUIT call.
5725
1e9a6186
DL
57262001-12-18 Dave Love <fx@gnu.org>
5727
5728 * Makefile.in (lisp, shortlisp): Add language/utf-8-lang.el,
5729 language/georgian.el.
5730
e4e34e31
EZ
57312001-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5732
5733 * Makefile.in (lisp, shortlisp): Synchronize with changes to
5734 lisp/Makefile.in:DONTCOMPILE.
5735
f00691a3 57362001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4521d1fc 5737
7c75be36
PJ
5738 * xdisp.c (window_box_height): Do not return negative values.
5739 From Gerd Moellmann <gerd@gnu.org>.
5740
4521d1fc
PJ
5741 * keyboard.c (head_table): Add missing braces around initializer.
5742
5743 * term.c (keys): Likewise.
5744
5745 * xfns.c (x_frame_parms, visual_classes): Likewise.
5746
93dec019
SS
57472001-12-17 Sam Steingold <sds@gnu.org>
5748
5749 * coding.c (DECODE_COMPOSITION_END): Fixed a typo in the last
5750 patch (COMPOSING_P, not COMPOSING).
5751
905cc05a
RS
57522001-12-17 Richard M. Stallman <rms@gnu.org>
5753
2ed06289
RS
5754 * editfns.c (Fcompare_buffer_substrings): Add QUIT to main loop.
5755
0e79d667
RS
5756 * coding.c (code_convert_region): Update coding->cmp_data->char_offset
5757 before calling decode_coding.
5758
5759 * charset.c (Fdefine_charset): Call Fupdate_coding_systems_internal.
5760
5761 * coding.c (DECODE_COMPOSITION_END): Check for ! COMPOSING_P (coding)
905cc05a
RS
5762 instead of only for COMPOSITION_DISABLED.
5763
82a7ab23
RS
57642001-12-16 Richard M. Stallman <rms@gnu.org>
5765
d75bec6a
RS
5766 * alloc.c (pure_alloc): After overflow, allocate just a small block.
5767
52dcb476
RS
5768 * Makefile.in (xmenu.o, xterm.o, fontset.o): Depend on buffer.h.
5769
82a7ab23
RS
5770 * buffer.h (struct buffer): New field `display_error_modiff'.
5771 * buffer.c (reset_buffer): Initialize `display_error_modiff'.
5772
5773 * window.c (Frecenter): Clear display_error_modiff field.
5774
5775 * xdisp.c (redisplay_window_0, redisplay_window_1): New functions.
5776 Call redisplay_window, but not if display_error_modiff field says no.
5777 (redisplay_window_error): New function.
5778 (displayed_buffer): New variable.
5779 (redisplay_internal, redisplay_windows): Call the new functions
5780 instead of redisplay_window directly.
5781
4d0fa4f3
RS
57822001-12-15 Richard M. Stallman <rms@gnu.org>
5783
5784 * keyboard.c (syms_of_keyboard) <double-click-fuzz>: Doc fix.
5785
493faf20
AI
57862001-12-14 Andrew Innes <andrewi@gnu.org>
5787
325111e9
AI
5788 * makefile.w32-in (EMACSLOADPATH): Define.
5789 ($(EMACS)): Run `list-load-path-shadows' after dumping emacs.
5790 (bootstrap-temacs): Remove dependency on bootstrap-clean.
493faf20 5791
4971e491
EZ
57922001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
5793
397b3b50 5794 * xfns.c (x_report_frame_params): Make the scroll-bar-width frame
4971e491
EZ
5795 parameter have a numeric value all the time.
5796
5797 * w32fns.c (x_report_frame_params): Likewise.
5798
d911a0fa
RS
57992001-12-12 Richard M. Stallman <rms@gnu.org>
5800
5801 * fileio.c (Fwrite_region): Doc fix.
5802
5803 * xdisp.c (CLEAR_FACE_CACHE_COUNT): Redefine as 500.
5804 (redisplay_internal): Call clear_image_cache only for window terminals.
5805
201c831a
GM
58062001-12-12 Gerd Moellmann <gerd@gnu.org>
5807
5808 * xdisp.c (move_it_vertically_backward): Change heuristic
5809 for the case that we didn't move far enough initially.
5810
5811 * window.c (Frecenter): Simplify computation in the case of window
5812 system frames and ARG < 0; use window_box_height.
5813
34e39c95
RS
58142001-12-11 Richard M. Stallman <rms@gnu.org>
5815
5816 * Makefile.in, mem-limits.h, dispnew.c, emacs.c, fileio.c:
5817 * process.c, sysdep.c, unexec.c: Test GNU_LINUX, not LINUX.
5818
d77fbc16
AI
58192001-12-11 Andrew Innes <andrewi@gnu.org>
5820
5821 * insdel.c (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
5822 arg is negative.
5823
61e3b944
RS
58242001-12-11 Richard M. Stallman <rms@gnu.org>
5825
5826 * m/hp800.h: Split the __hpux conditional into the parts
5827 that are right for GNU/Linux too and the parts that are not.
5828 Use the former if GNU_LINUX.
5829 (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
5830
5831 * s/gnu-linux.h (GNU_LINUX): Defined.
5832
f00691a3 58332001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
70da46c3
PJ
5834
5835 * macros.c, msdos.c, w16select.c: Change doc-string comments to
5836 `new style' [w/`doc:' keyword].
5837
8af01033
JR
58382001-12-10 Jason Rumney <jasonr@gnu.org>
5839
5840 * w32menu.c (w32_free_submenu_strings): Clear menu item struct
5841 before using.
5842
f00691a3 58432001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7363986a
PJ
5844
5845 * dosfns.c: Change doc-string comments to `new style' [w/`doc:'
5846 keyword].
5847
d9e6c4b1
EZ
58482001-12-09 Eli Zaretskii <eliz@is.elta.co.il>
5849
d20fc48a
EZ
5850 * dosfns.c (dos-display-scancodes, dos-decimal): Doc fix.
5851
d9e6c4b1
EZ
5852 * s/hpux10.h (srand48): Don't undefine.
5853
f1a85b89
JR
58542001-12-09 Jason Rumney <jasonr@gnu.org>
5855
3a232704
SM
5856 * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
5857 Add comment to explain where the struct came from.
f1a85b89
JR
5858 (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
5859 (add_menu_item): Process pop-up menus first to avoid memory leak.
5860 (add_menu_item, w32_menu_display_help): Use `help' field as
5861 Lisp_Object.
5862 (w32_free_submenu_strings): Only free owner-drawn strings.
5863
f00691a3 58642001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
3a62677f 5865
72244db2
PJ
5866 * COPYING: Moved back.
5867
3a62677f
PJ
5868 * charset.c (char_to_string_1, translate_char, Fdefine_charset):
5869 Add parentheses around && within ||.
5870
5871 * indent.c (compute_motion): Likewise.
5872
5873 * intervals.c (merge_properties_sticky): Likewise.
5874
5875 * coding.c (setup_coding_system, shrink_encoding_region)
5876 (Fdecode_sjis_char): Likewise.
5877
9d113d9d
AS
58782001-12-07 Andreas Schwab <schwab@suse.de>
5879
b8523839
AS
5880 * xdisp.c (display_mode_element): Don't read past end of string if
5881 it ends with '%'.
5882
9464dea4
AS
5883 * alloc.c (inhibit_garbage_collection): Don't exceed value an int
5884 can hold.
5885
2c568af5
SM
5886 * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum):
5887 Rename from most_positive_fixnum and most_negative_fixnum, resp., and
9d113d9d
AS
5888 type changed to Lisp_Object.
5889 (syms_of_data): DEFVAR_LISP them.
5890
70ec1377
RS
58912001-12-07 Richard M. Stallman <rms@gnu.org>
5892
5893 * callproc.c (init_callproc): Set Vdata_directory based on the source
5894 location whenever Emacs was run uninstalled.
5895
92f7dd37
PE
58962001-12-06 Paul Eggert <eggert@twinsun.com>
5897
5898 * config.in (HAVE_WORKING_VFORK): New #undefs.
5899 * process.c (create_process):
5900 Use HAVE_WORKING_VFORK, not HAVE_VFORK.
5901 * m/cnvrgnt.h (HAVE_VFORK): Remove #define.
5902 * m/ibm370aix.h (HAVE_VFORK): Remove #undef.
5903 * m/ibmps2-aix.h (HAVE_VFORK): Remove #define.
5904 * m/intel386.h (HAVE_VFORK): Likewise.
5905 * m/mips-siemens.h (HAVE_VFORK): Likewise.
5906 * m/mips.h (HAVE_VFORK): Likewise.
5907 * s/freebsd.h (vfork): Remove #define.
5908 * s/lynxos.h (HAVE_VFORK): Remove #undef.
5909 * s/usg5-4-2.h: Fix comment about vfork.
5910
c93674bb
RS
59112001-12-06 Richard M. Stallman <rms@gnu.org>
5912
5913 * s/hpux10.h (random): Add undef.
5914 (HAVE_RANDOM): Define it just once.
5915
59b59892
SM
59162001-12-06 Stefan Monnier <monnier@cs.yale.edu>
5917
5918 * eval.c: Undo last change: the standard syntax is not wanted.
5919
c6ea2775
EZ
59202001-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5921
5922 * xterm.c (x_free_frame_resources) [USE_X_TOOLKIT]: Remove all the
5923 scroll bars of the frame before deleting the frame itself. If the
5924 frame has a widget, delete the frame with XtDestroyWidget, and do
5925 not call XDestroyWindow before that.
5926
91175673
KS
59272001-12-06 Kim F. Storm <storm@cua.dk>
5928
5929 * xfns.c (x_report_frame_params): Return actual fringe widths.
5930
5931 * w32fns.c (x_report_frame_params): Return actual fringe widths.
5932
e0fead5d
AI
59332001-12-05 Andrew Innes <andrewi@gnu.org>
5934
5935 * alloc.c (Fgarbage_collect): Shrink buffer gaps that are
5936 excessively large.
5937
5938 * insdel.c (make_gap_larger): New function.
5939 (make_gap_smaller): New function.
2c568af5
SM
5940 (make_gap) [USE_MMAP_FOR_BUFFERS || REL_ALLOC]:
5941 Call make_gap_smaller if arg is negative.
e0fead5d 5942
c186cdb3
SM
59432001-12-04 Stefan Monnier <monnier@cs.yale.edu>
5944
5945 * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal prototype.
5946 Pass a dummy argument when calling interrupt_signal.
5947 (parse_menu_item): Mark disabled items before checking for empty def.
5948 (read_char_minibuf_menu_prompt): Make safety more visible.
5949 (read_key_sequence): Add a `first_unbound' variable.
5950 Use it to detect C-c ESC ESC ESC ESC ... cases and drop the
5951 unbound prefix as soon as we can detect it.
5952
5953 * doc.c (Fsnarf_documentation): Add prototype.
5954 (get_doc_string): Handle negative arguments.
5955 (Fdocumentation): Use AREF and ASIZE.
5956 Move the calls to get_doc_string to a single place.
5957 Don't confuse an interactive-spec for a docstring reference.
5958 (Fdocumentation_property): Take advantage of the fact that
5959 get_doc_string now ignores the sign of the docstring position.
5960
5961 * eval.c: Use standard syntax for usage in docstrings.
5962
f00691a3 59632001-12-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
58cfce98 5964
c186cdb3 5965 * xdisp.c (syms_of_xdisp): Make `tool-bar-button-relief` an option.
58cfce98 5966
f00691a3 59672001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
62854fe2
PJ
5968
5969 * xterm.c (x_draw_image_relief): Use predefined macro instead of
5970 constant when the value of `tool_bar_button_relief' is negative.
5971
656f46bb
RS
59722001-12-02 Richard M. Stallman <rms@gnu.org>
5973
5974 * xmenu.c (menu_highlight_callback): Use `help' field as Lisp_Object.
5975 (single_submenu, xmenu_show): Set `help' field as Lisp_Object.
5976
5977 * fileio.c (read_non_regular): Delete Fsignal call.
5978
036e218d
SM
59792001-12-01 Stefan Monnier <monnier@cs.yale.edu>
5980
5981 * lisp.h (run_hook_list_with_args): Undo last change.
5982
7ddb2c16
GM
59832001-12-01 Gerd Moellmann <gerd@gnu.org>
5984
5985 * xterm.c (x_draw_fringe_bitmap): Always undo clipping.
5986
ace9b298
JR
59872001-12-01 Jason Rumney <jasonr@gnu.org>
5988
90647b07
JR
5989 * window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
5990
5991 * w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
5992 [!WM_MOUSELEAVE]: Define.
5993
ace9b298
JR
5994 * w32menu.c (current_popup_menu, get_menu_item_info):
5995 (set_menu_item_info): New vars.
5996 (set_frame_menubar): Doc fix clarifying GC interaction with menus.
5997 (w32_menu_show): Set current_popup_menu.
5998 (add_menu_item): Allocate new strings for owner-drawn menu items
5999 and help strings.
6000 Use owner-draw for disabled menu items again.
6001 (w32_menu_display_help): Ignore owner-drawn items and popup menus.
6002 (w32_free_submenu_strings, w32_free_menu_strings): New functions.
6003
6004 * w32fns.c (trackmouse_window, track_mouse_event_fn): New vars.
6005 (w32_wnd_proc) <WM_MOUSEMOVE>: Notice when mouse enters frame.
6006 <WM_EXITMENULOOP>: Free menu strings.
6007 <WM_MOUSELEAVE>: Stop tracking mouse.
6008 (x_create_tip_frame): Specify no minibuffer, modeline or fringes.
6009
6010 * w32term.c (w32_read_socket) <WM_MOUSELEAVE>: Cancel help echo
6011 and mouse face.
6012
a9549909 60132001-12-01 Kim F. Storm <storm@cua.dk>
9fbc32aa
KS
6014
6015 The following changes add left-fringe and right-fringe
6016 frame parameters to adjust fringe widths, or remove one or
6017 both fringes.
036e218d 6018
9fbc32aa
KS
6019 * frame.h (struct frame): Remove trunc_area_pixel_width and
6020 trunc_area_cols fields.
6021 (Qleft_fringe, Qright_fringe): Declare.
6022 (FRAME_RIGHT_FRINGE_WIDTH): New macro.
6023
6024 * frame.c (Qleft_fringe, Qright_fringe): New vars.
6025 (syms_of_frame): Initialize them.
6026
6027 * window.c (coordinates_in_window): Handle separate left and right
6028 fringe widths.
6029
6030 * xterm.h (struct x_output): Add left_fringe_width, right_fringe_width,
6031 and fringe_cols fields.
6032 (FRAME_FRINGE_BITMAP_WIDTH, FRAME_FRINGE_BITMAP_HEIGHT): Remove macros.
6033 (FRAME_X_FRINGE_COLS): Use fringe_cols field.
6034 (FRAME_X_FRINGE_WIDTH): Use fringes_extra field.
6035 (FRAME_X_LEFT_FRINGE_WIDTH): Use left_fringe_width field.
6036 (FRAME_X_RIGHT_FRINGE_WIDTH): Use right_fringe_width field.
6037 (x_compute_fringe_widths): Add prototype.
6038
6039 * xterm.c (zv_height, zv_bits, zv_period): Changed zv bitmap to
6040 fill fringe evenly with small dashes.
6041 (x_draw_fringe_bitmap): Clear background if necessary. Align and
6042 clip the new ZV bitmap to avoid jitter between rows.
6043 (x_draw_row_fringe_bitmaps): Rely on x_draw_fringe_bitmap to clear
6044 background. Don't draw fringe bitmaps if fringe width is zero.
6045 (x_compute_fringe_widths): New function.
6046 (x_new_font, x_set_window_size_1): Use it.
6047
6048 * xfns.c (x_frame_parms): Add `left-fringe' and `right-fringe' parms.
0c5ee687 6049 (x_set_frame_parameters): Process `font' parameter before other
9fbc32aa
KS
6050 parameters as fringe widths depend on it.
6051 (x_set_fringe_width): New function.
6052 (x_figure_window_size): Use x_compute_fringe_widths.
6053 (Fx_create_frame): Process `left-fringe' and `right-fringe' frame
6054 parameters.
6055
6056 * widget.c (set_frame_size): Use x_compute_fringe_widths.
6057 (EmacsFrameSetCharSize): Ditto.
6058
6059 * w32term.h: Merged changes from xterm.h.
6060 * w32term.c: Merged changes from xterm.c.
6061 * w32fns.c: Merged changes from xfns.c.
6062
f00691a3 60632001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
0142178a
PJ
6064
6065 * COPYING: Removed.
6066
d4824a5d
DL
60672001-11-29 Dave Love <fx@gnu.org>
6068
6069 * coding.c (syms_of_coding) <Qchar_coding_system>: Give it an
6070 extra extra slot.
6071 (detect_coding_mask): Fix call of detect_coding_iso2022.
6072
f00691a3 60732001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
b1356234
PJ
6074
6075 * fileio.c (file-name-coding-system)
6076 (default-file-name-coding-system): Doc fix (links to referenced
6077 variables added).
6078
3ce081f5
SM
60792001-11-28 Stefan Monnier <monnier@cs.yale.edu>
6080
99e380ee
SM
6081 * lisp.h (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):
6082 Add dummy uses of gcproN variables.
6083
3ce081f5 6084 * category.c (describe_category, describe_category_1)
2ad56c09 6085 (Fdescribe_categories): Remove. (Moved to lisp/help-fns.el.)
3ce081f5
SM
6086 (syms_of_category): Don't defsubr Sdescribe_categories.
6087
66458f32
RS
60882001-11-28 Richard M. Stallman <rms@gnu.org>
6089
6090 * fileio.c (Ffind_file_name_handler): Avoid initializer for `result'.
6091
6092 * Makefile.in (lispdir): New variable, referring to build dir.
6093 (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
6094
59a86c99
AI
60952001-11-28 Andrew Innes <andrewi@gnu.org>
6096
6097 * w32menu.c (w32_menu_display_help): Actually add the new argument
6098 OWNER.
6099
eb77a5f4
JR
61002001-11-28 Jason Rumney <jasonr@gnu.org>
6101
6102 * w32menu.c (add_menu_item): Do not use owner-draw for disabled
6103 menu items. From David Ponce <dponce@wanadoo.fr>.
6104 (w32_dialog_show) [HAVE_DIALOGS]: Compile whole function
6105 conditionally.
6106 (w32_menu_display_help): New argument OWNER. Rewritten to store a
6107 help event in the owner frame's keyboard buffer.
6108
6109 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Display help directly.
6110 (Fx_show_tip): Don't subtract last width from row width.
6111
6112 * w32term.c (w32_read_socket) <WM_MENUSELECT>: Remove.
6113 (w32_read_socket): Use EQ to compare frames.
6114
bb313871
GM
61152001-11-28 Gerd Moellmann <gerd@gnu.org>
6116
6117 * xterm.c (x_draw_glyphs): Don't call notice_overwritten_cursor if
6118 OVERLAPS_P.
6119
f00691a3 61202001-11-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
55b43a63 6121
6052529b
PJ
6122 * xdisp.c (message_dolog): Remove unused variables `gcpro2',
6123 `gcpro3' and `gcpro4'.
6124
3ce081f5
SM
6125 * coding.c (decode_coding_string): Remove unused variable `gcpro1'.
6126
61272001-11-28 Stefan Monnier <monnier@cs.yale.edu>
6128
6129 * ccl.c: Use AREF and ASIZE.
6130
61312001-11-27 Stefan Monnier <monnier@cs.yale.edu>
6132
6133 * lisp.h (run_hook_list_with_args): Remove.
6134 (LIST_END_P): Fix call to wrong_type_argument.
6135 (make_fixnum_or_float): Use EMACS_INT rather than int.
55b43a63 6136
111ed14e
SM
61372001-11-26 Stefan Monnier <monnier@cs.yale.edu>
6138
9fabb2f5
SM
6139 * syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.
6140 (describe_syntax, describe_syntax_1, Fdescribe_syntax): Remove.
6141
6142 * eval.c: Use AREF and ASIZE.
6143 (Ffetch_bytecode): Add the file name to the error message.
6144
6145 * fileio.c (Ffind_file_name_handler): Give precedence to handlers
6146 which match the end of the file-name.
6147 (Fsubstitute_in_file_name): Don't signal an error if $ENVVAR
6148 is not a valid env var, but leave it as is instead.
6149
111ed14e
SM
6150 * keymap.c (access_keymap): Handle t bindings like nil bindings.
6151 Make nil bindings in char-tables transparent.
6152 (store_in_keymap): Turn a nil binding into a t binding for char-tables.
6153
2fa0eedf
RS
61542001-11-26 Richard M. Stallman <rms@gnu.org>
6155
d1420435
RS
6156 * textprop.c (set_text_properties_1): Allow START, END in either order.
6157 Do nothing if range is empty.
6158
2fa0eedf
RS
6159 * Makefile.in (mallocobj): Simplify logic using auxiliary vars.
6160
ebcbef4e
RS
6161 * Makefile.in (mostlyclean): Delete bootstrap-emacs here.
6162 (clean): Not here.
6163
5c131048
SM
61642001-11-25 Stefan Monnier <monnier@cs.yale.edu>
6165
6166 * textprop.c (set_text_properties_1): Clearly mark that the
6167 interval should not be empty.
6168
6169 * intervals.c (graft_intervals_into_buffer):
6170 Don't call set_text_properties_1 on an empty interval.
6171
96d276c3
RS
61722001-11-25 Richard M. Stallman <rms@gnu.org>
6173
6108b49c
RS
6174 * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
6175
96d276c3
RS
6176 * callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
6177 don't lose the data in it.
6178
5eea19a4
RS
61792001-11-25 Juanma Barranquero <lektu@terra.es>
6180
6181 * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
6182
6183 * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks.
6184
6185 * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
6186
438e57dd
SM
61872001-11-25 Stefan Monnier <monnier@cs.yale.edu>
6188
6189 * xfaces.c (merge_face_heights): Coerce back to int explicitly.
6190
c88e5347
EZ
61912001-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * window.c (Fset_window_vscroll): Doc fix. From Kalle Olavi
6194 Niemitalo <kon@iki.fi>.
6195
59ce1461
JR
61962001-11-25 Jason Rumney <jasonr@gnu.org>
6197
6198 * w32term.h (FRAME_X_FRINGE_COLS): No fringe on tip frames.
6199
6200 * w32fns.c (x_create_tip_frame): Set frame's fringes_extra to 0.
6201 (Fx_show_tip): Block input during frame creation.
6202 (Fx_show_tip, Fx_hide_tip): Enable.
6203
8727d588
RS
62042001-11-24 Richard M. Stallman <rms@gnu.org>
6205
6206 * lread.c (Fload): Detect recursive load error for more than 3
6207 nestings of the same file.
6208 (Vrecursive_load_depth_limit): Variable deleted.
6209 (syms_of_lread) <recursive-load-depth-limit>: Variable deleted.
6210
cc63037e
JR
62112001-11-24 Jason Rumney <jasonr@gnu.org>
6212
6213 * xfns.c (compute_tip_xy): Initialize root_x and root_y from
6214 mouse position if either left or top is not specified.
6215
6216 * w32fns.c (w32_wnd_proc) <WM_MENUSELECT>: Revert last change.
6217 <WM_WINDOWPOSCHANGING>: Let tip frames resize without restriction.
6218 (my_create_tip_window, Fx_show_tip): Adjust size for external border.
6219 (my_create_tip_window): Assign tip_window.
6220 (x_create_tip_frame): Use same defaults as X.
6221 (compute_tip_xy): Remove unused variable. Use full screen width.
6222 (Fx_show_tip): Do not double height. Call ShowWindow directly.
6223
6224 * w32term.c (x_after_update_window_line): Doc fix.
6225 (w32_read_socket): Doc fix. Avoid SET_FRAME_GARBAGED for tip
6226 frames.
6227 <WM_SHOWWINDOW>: Redo mouse highlight when hiding tip frame.
6228
6229 * xdisp.c (prepare_menu_bars) [HAVE_WINDOW_SYSTEM]: Use tip_frame
6230 for all Windowed systems.
6231
deece6f5
EZ
62322001-11-23 Eli Zaretskii <eliz@is.elta.co.il>
6233
6234 * msdos.c (IT_clear_screen): If the frame's faces are not yet
6235 realized, use the initial screen colors to clear the screen.
6236
f00691a3 62372001-11-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
1b944d9c 6238
28ff4293
PJ
6239 * textprop.c (Fset_text_properties): Remove unused variables
6240 `unchanged', `prev_changed', `s' and `len'.
6241
56167cc5
PJ
6242 * search.c (Freplace_match): Remove unused variable `inslen'.
6243
1b944d9c
PJ
6244 * keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
6245
ca56d953
JR
62462001-11-22 Jason Rumney <jasonr@gnu.org>
6247
6248 * w32fns.c (x_window_to_frame): Remove irrelevant TODO comment.
6249 (w32_wnd_proc) <WM_MENUSELECT>: Show help echo directly.
6250 (my_create_tip_window): New function.
6251 (x_create_tip_frame, compute_tip_xy): Adapt for Windows.
93dec019 6252 (Fx_show_tip, Fx_hide_tip) [TEST_TOOLTIPS]: Adapt for Windows.
ca56d953 6253
33399dce
JR
62542001-11-20 Jason Rumney <jasonr@gnu.org>
6255
6256 * coding.h (Vw32_system_coding_system) [WINDOWSNT]: Remove.
6257 (ENCODE_SYSTEM, DECODE_SYSTEM) [WINDOWSNT]: Use Vlocale_coding_system.
6258
6259 * w32fns.c (Vw32_system_coding_system): Remove.
6260 (w32_to_x_font, x_to_w32_font): Use Vlocale_coding_system.
6261
9b46de40
SM
62622001-11-19 Stefan Monnier <monnier@cs.yale.edu>
6263
6710ea06
SM
6264 * fileio.c (Fwrite_region): Move choose_write_coding_system to
6265 after build_annotations.
6266
a395ef6a
SM
6267 * syntax.c (describe_syntax): Add dummy arg.
6268 (describe_syntax_1): Update call to describe_vector.
6269
6270 * category.c (describe_category): Add dummy arg.
6271 (describe_category_1): Update call to describe_vector.
6272
6273 * keymap.c (Fdescribe_vector): Add `describer' parameter.
6274 (describe_command, describe_translation): Add dummy second param.
6275 (describe_map): Call elt_describer with two arguments.
6276 (describe_vector_princ): Add `fun' parameter.
6277 Call it instead of the hardcoded `princ'.
6278 (describe_vector): Add arg `args'.
6279 Pass it as a new second argument to elt_describer.
6280
6281 * keymap.h (describe_vector): Update prototype.
6282
9b46de40
SM
6283 * frame.c: Don't include keymap.h any more.
6284 (keys_of_frame): Remove.
6285
6286 * lisp.h (keys_of_frame): Remove declaration.
6287
6288 * emacs.c (main): Don't call `keys_of_frame' any more.
6289
aff37336
SS
62902001-11-14 Andreas Schwab <schwab@suse.de>
6291
6292 * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS
6293 if defined, 0 otherwise.
9b46de40 6294 (MAP_FAILED): Define if not defined and use it to test mmap failure.
aff37336
SS
6295 (unexec) [!MAP_ANON]: Use /dev/zero as file to map.
6296
b9937f07
RS
62972001-11-19 Richard M. Stallman <rms@gnu.org>
6298
6299 * indent.c (current_column_1): Fix handling of scan_bytes for mb chars.
6300
2cd23960
JR
63012001-11-18 Jason Rumney <jasonr@gnu.org>
6302
6303 * w32term.c (note_mouse_highlight): Fix type of variable `ignore'.
6304 (x_draw_bar_cursor): If the background color of the glyph under
6305 the cursor equals the frame's cursor color, use the glyph's
6306 foreground color for drawing the bar cursor.
6307 (x_after_update_window_line): Clear internal border in different
6308 circumstances.
6309 (w32_set_vertical_scroll_bar): Check for width and height > 0.
6310 (w32_draw_relief_rect): Correct relief by 1 pixel.
9b46de40
SM
6311 (x_set_glyph_string_background_width):
6312 Set extends_to_end_of_line_p if the row's fill_line_p is set and
2cd23960
JR
6313 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
6314 (x_display_and_set_cursor): If cursor_in_echo_area, use NO_CURSOR
6315 if cursor_in_non_selected_windows is false.
9b46de40 6316 (show_mouse_face): Clean up. Recognize overwritten cursor differently.
2cd23960
JR
6317 (x_draw_glyphs): Remove parameters REAL_START and REAL_END.
6318 Notice if cursor gets overwritten.
6319 (notice_overwritten_cursor): Renamed from
6320 note_overwritten_text_cursor. Rewritten to take glyph widths
6321 into account, and to take X positions as parameters.
6322 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
6323 around call to x_draw_glyphs.
6324 (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
6325 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
6326 color to use for image glyph reliefs.
6327 (x_draw_image_relief): Accept zero tool_bar_button_relief.
6328 (glyph_rect): Remove unused variable `area'.
6329
6330 * w32fns.c (x_set_frame_parameters): Avoid infinite recursion for
6331 some items.
6332 (x_set_internal_border_width): Set frame garbaged when window
6333 doesn't exist yet.
6334 (Fx_create_frame): Accept zero tool_bar_button_relief.
6335 (x_clear_image_1, four_corners_best, image_background)
6336 (image_background_transparent): New functions.
6337 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
6338 (gs_format): Add `:background' entry.
6339 (lookup_image): Set IMG's background color if specified.
6340 (pbm_load, xbm_load_image, png_load): Set IMG's background field
6341 when appropriate.
6342 (x_clear_image_1): Reset `background_valid' and
6343 `background_transparent_valid' fields.
6344 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
6345 calculating it here. Set IMG's background_transparent field.
6346 (enum xpm_keyword_index): Add XPM_BACKGROUND.
6347 (enum png_keyword_index): Add PNG_BACKGROUND.
6348 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
6349 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
6350 (enum gif_keyword_index): Add GIF_BACKGROUND.
6351 (enum gs_keyword_index): Add GS_BACKGROUND.
6352 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
6353 Pre-calculate image background color where necessary.
9b46de40
SM
6354 (x_create_x_image_and_pixmap, xbm_load, gs_load):
6355 Use display info's n_cbits entry for screen depth.
2cd23960
JR
6356 (Fx_show_tip): Remove unused variables `buffer', `top',
6357 `left', `max_width' and `max_height'.
6358
6359 * w32menu.c (w32_menu_show, push_menu_pane): Doc fixes.
6360
a4184c1c
GM
63612001-11-18 Gerd Moellmann <gerd@gnu.org>
6362
6363 * puresize.h (BASE_PURESIZE): Increase to 750000.
6364
f00691a3 63652001-11-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
f6fa0866
PJ
6366
6367 * frame.c (Fframe_live_p): Doc fix.
6368
f4ca4b00
RS
63692001-11-18 Richard M. Stallman <rms@gnu.org>
6370
6371 * xdisp.c (message_dolog_marker1, message_dolog_marker2)
6372 (message_dolog_marker3): New static variables hold three markers.
6373 (syms_of_xdisp): Initialize and staticpro them.
6374 (message_dolog): Use message_dolog_marker1..3 instead of
6375 allocating markers each time. Unchain them when done.
6376
f4e25f94
RS
63772001-11-17 Richard M. Stallman <rms@gnu.org>
6378
6379 * doc.c (Fsnarf_documentation): Doc fix.
6380
91c153e2
AS
63812001-11-17 Andreas Schwab <schwab@suse.de>
6382
6383 * xterm.c (note_mouse_highlight): Fix type of variable `ignore'.
6384
65b7d3e7
RS
63852001-11-17 Richard M. Stallman <rms@gnu.org>
6386
6387 * fileio.c (Fwrite_region): Avoid initializer for Lisp_Object.
6388
6b5f6311
JR
63892001-11-17 Jason Rumney <jasonr@gnu.org>
6390
6391 * xterm.c (notice_overwritten_cursor): Take care of end < 0 case.
6392
be676094
GM
63932001-11-17 Gerd Moellmann <gerd@gnu.org>
6394
6395 * xdisp.c (tool_bar_item_info): Avoid calling Fget_text_property
6396 with invalid position.
6397
032a857d
RS
63982001-11-16 Richard M. Stallman <rms@gnu.org>
6399
6400 * syswait.h: Delete conditionals for HPUX7, ISC 4.1, and convex.
6401
6402 * s/isc4-1.h (HAVE_SYS_WAIT_H): Add #undef.
6403 * s/hpux.h (HAVE_SYS_WAIT_H): Add #undef.
6404 * s/hpux8.h (HAVE_SYS_WAIT_H): Define it.
6405
6406 * m/convex.h (HAVE_SYS_WAIT_H): Add #undef.
6407
b6270150
SM
64082001-11-16 Stefan Monnier <monnier@cs.yale.edu>
6409
6410 * fileio.c (build_annotations): Split off the tail.
6411 (build_annotations_2): New fun. Extracted from build_annotations.
6412 (Fwrite_region): Split the call to build_annotations into two
6413 calls to build_annotations and build_annotations_2.
6414
f00691a3 64152001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
792e5cbd 6416
98cbb9fa
PJ
6417 * sysdep.c (wait_for_kbd_input) [VMS]: Do not call
6418 clear_waiting_for_input with argument.
6419
6420 * xterm.h (x_update_cursor): Remove duplicated prototype.
6421
b6270150 6422 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
98cbb9fa 6423
ea904403 6424 * xterm.c (waiting_for_input): Remove unnecessary declaration.
98cbb9fa 6425
ea904403 6426 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
792e5cbd 6427
fa336b91
SM
64282001-11-16 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * fileio.c (choose_write_coding_system): New fun, extracted
6431 from Fwrite_region.
6432 (Fwrite_region): Use it.
6433
6434 * eval.c (max_specpdl_size, max_lisp_eval_depth): Use EMACS_INT.
6435 (funcall_lambda, run_hook_with_args): Make static and add prototype.
6436 (ml_apply, find_handler_clause): Add prototype.
6437
077907d4
EZ
64382001-11-16 Eli Zaretskii <eliz@gnu.org>
6439
aa2af83a
EZ
6440 * config.in: Add #undef HAVE_COFF_H.
6441
077907d4
EZ
6442 * unexec.c (coff.h): Don't include unless HAVE_COFF_H is defined.
6443 Required for ISC 4.1.
6444
1756e2fb
EZ
64452001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
6446
6447 * syswait.h: (HAVE_SYS_WAIT_H): Undef for ISC 4.1. Reported by
6448 Andrew Wiseman <a.wiseman@btclick.com>.
6449
06e8f738
KS
64502001-11-16 Kim F. Storm <storm@cua.dk>
6451
6452 The following changes are made to clean up the various internal
6453 references to the fringes to actually use the term `fringe' for
6454 them. Previously, they were called `flags areas', `bitmap areas',
6455 `left/right side of windows', or implicitly as `flags' or
6456 `bitmaps':
6457
6458 * dispextern.h (FRINGE_FACE_ID): Renamed from BITMAP_AREA_FACE_ID.
6459 Comments fixed. Use renamed symbols.
fa336b91 6460
06e8f738 6461 * dispnew.c: Comment fix. Use renamed symbols.
fa336b91 6462
06e8f738
KS
6463 * frame.h (FRAME_FRINGE_COLS): Renamed from FRAME_FLAGS_AREA_COLS.
6464 (FRAME_FRINGE_WIDTH): Renamed from FRAME_FLAGS_AREA_WIDTH.
6465 (FRAME_LEFT_FRINGE_WIDTH): Renamed from FRAME_LEFT_FLAGS_AREA_WIDTH.
fa336b91 6466
06e8f738 6467 * msdos.c: Comment fix.
fa336b91 6468
06e8f738 6469 * w32fns.c: Use renamed symbols.
fa336b91 6470
06e8f738
KS
6471 * w32term.c: Comment fixes. Use renamed symbols.
6472 (fringe_bitmap_type): Renamed from bitmap_type.
6473 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
6474 (w32_draw_fringe_bitmap): Renamed from w32_draw_bitmap.
6475 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
fa336b91 6476
06e8f738
KS
6477 * w32term.h: Comment fixes. Use renamed symbols.
6478 (fringes_extra): Renamed from flags_areas_extra.
6479 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
6480 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
6481 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
6482 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
fa336b91
SM
6483 (FRAME_X_LEFT_FRINGE_WIDTH):
6484 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
6485 (FRAME_X_RIGHT_FRINGE_WIDTH):
6486 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
6487
06e8f738 6488 * widget.c: Use renamed symbols.
fa336b91 6489
06e8f738
KS
6490 * window.c: Comment fixes. Use renamed symbols.
6491 (coordinates-in-window-p): Doc fix.
fa336b91 6492
06e8f738 6493 * xdisp.c: Comment fixes. Use renamed symbols.
fa336b91 6494
06e8f738 6495 * xfaces.c (realize_basic_faces): Use FRINGE_FACE_ID.
fa336b91 6496
06e8f738 6497 * xfns.c: Use renamed symbols.
fa336b91 6498
06e8f738
KS
6499 * xterm.c: Comment fixes. Use renamed symbols.
6500 (fringe_bitmap_type): Renamed from bitmap_type.
6501 (NO_FRINGE_BITMAP): Renamed from NO_BITMAP.
6502 (x_draw_fringe_bitmap): Renamed from x_draw_bitmap.
6503 (x_draw_row_fringe_bitmaps): Renamed from x_draw_row_bitmaps.
6504
6505 * xterm.h: Comment fixes. Use renamed symbols.
6506 (fringes_extra): Renamed from flags_areas_extra.
6507 (FRAME_FRINGE_BITMAP_WIDTH): Renamed from FRAME_FLAGS_BITMAP_WIDTH.
6508 (FRAME_FRINGE_BITMAP_HEIGHT): Renamed from FRAME_FLAGS_BITMAP_HEIGHT.
6509 (FRAME_X_FRINGE_COLS): Renamed from FRAME_X_FLAGS_AREA_COLS.
6510 (FRAME_X_FRINGE_WIDTH): Renamed from FRAME_X_FLAGS_AREA_WIDTH.
fa336b91
SM
6511 (FRAME_X_LEFT_FRINGE_WIDTH):
6512 Renamed from FRAME_X_LEFT_FLAGS_AREA_WIDTH.
6513 (FRAME_X_RIGHT_FRINGE_WIDTH):
6514 Renamed from FRAME_X_RIGHT_FLAGS_AREA_WIDTH.
06e8f738 6515
9ce647f4
JR
65162001-11-15 Jason Rumney <jasonr@gnu.org>
6517
6518 * w32menu.c (add-menu-item): Make help_echo and radio buttons
6519 work for most menu items. From David Ponce
6520 <david.ponce@wanadoo.fr>.
6521
9b784ab8
GM
65222001-11-15 Gerd Moellmann <gerd@gnu.org>
6523
9f7e52b4
GM
6524 * xfns.c (x_set_frame_parameters): Revert change of 2001-11-07.
6525 Some x_set_* function expect to be called even if old and new
6526 value are equal.
6527
6528 * xdisp.c (build_desired_tool_bar_string): Accept zero
6529 tool_bar_button_relief.
6530
6531 * xfns.c (Fx_create_frame): Accept zero tool_bar_button_relief.
6532
6533 * xterm.c (x_draw_image_relief): Accept zero tool_bar_button_relief.
fa336b91 6534
34e5d0af
GM
6535 * xterm.c (x_draw_bar_cursor): If the background color of the
6536 glyph under the cursor equals the frame's cursor color, use
6537 the glyph's foreground color for drawing the bar cursor.
6538
9b784ab8
GM
6539 * dispnew.c (direct_output_forward_char): Fix character/byte
6540 position comparison.
6541
89512fcd
MB
65422001-11-15 Miles Bader <miles@gnu.org>
6543
6544 * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters.
6545 (Fdelete_field, Ffield_string, Ffield_string_no_properties):
6546 Update arguments to find_field.
6547 (Ffield_beginning, Ffield_end): Add LIMIT param, pass to find_field.
6548 (Fconstrain_to_field): Use LIMIT arg to shorten search time.
6549 * lisp.h (Ffield_beginning, Ffield_end): Update EXFUN decl.
6550 * minibuf.c (Fminibuffer_prompt_end): Update args to Ffield_end.
6551
7d18891d
RS
65522001-11-14 Richard M. Stallman <rms@gnu.org>
6553
d2936d21
RS
6554 * editfns.c (Fpropertize): Allow call with 1 arg.
6555
7d18891d
RS
6556 * dispextern.h (image_background, image_background_transparent):
6557 Conditionalize on HAVE_X_WINDOWS.
6558
65592001-11-13 Richard M. Stallman <rms@gnu.org>
6560
6561 * print.c (Fprin1_to_string): Doc fix.
6562
6563 * sunfns.c (Fsun_change_cursor_icon): Doc fix.
6564
6565 * floatfns.c (Fceiling, Ffloor): Doc fixes.
6566
6567 * filelock.c (Funlock_buffer, Ffile_locked_p): Doc fixes.
6568
6569 * fileio.c (Ffile_accessible_directory_p): Doc fix.
6570
6571 * eval.c (syms_of_eval): Doc fix.
6572
6573 * coding.c (syms_of_coding): Doc fix.
6574
6575 * doc.c (Fsnarf_documentation): Doc fix.
6576
6577 * dispnew.c (syms_of_display): Doc fix.
6578
6579 * category.c (Fget_unused_category): Doc fix.
6580
6581 * buffer.c (syms_of_buffer): Doc fixes.
6582
9474c847
EZ
65832001-11-14 Eli Zaretskii <eliz@is.elta.co.il>
6584
6585 * print.c (prin1, print): Doc fix.
6586
f00691a3 65872001-11-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
e3059a5d 6588
2b6f3c2b 6589 * fontset.h: Remove declarations of variables
e3059a5d
PJ
6590 `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.
6591
6592 * fontset.c: Remove variables `Vhighlight_wrong_size_font' and
6593 `Vclip_large_size_font'.
6594
b3700ae7
JR
65952001-11-13 Jason Rumney <jasonr@gnu.org>
6596
6597 * w32fns.c: Doc fix.
6598
f00691a3 65992001-11-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
eae936e2 6600
4bb962be
PJ
6601 * xfaces.c (Fface_attributes_as_vector): Doc fix.
6602
ddb67bdc
PJ
6603 * fns.c: Doc fix.
6604
3467c402
PJ
6605 * emacs.c: Doc fix.
6606
6607 * coding.c: Doc fix.
6608
6e1b91d7
PJ
6609 * cmds.c, composite.c, dired.c, doc.c, filelock.c, floatfns.c,
6610 * fontset.c, insdel.c, keymap.c: Change doc-string comments to
6611 `new style' [w/`doc:' keyword].
6612
1c1d3d69
RS
66132001-11-12 Richard M. Stallman <rms@gnu.org>
6614
6615 * xterm.c (XTread_socket): Don't update focus for EnterNotify or
6616 LeaveNotify events. Only FocusIn and FocusOut do that now.
6617 (x_display_and_set_cursor): Do display hollow cursors in active
6618 minibuffer windows when they are not selected.
6619
b6f4c7ba
JR
66202001-11-12 Jason Rumney <jasonr@gnu.org>
6621
6622 * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,
6623 * w32term.c: Change doc-string comments to `new style'.
6624 [w/`doc:' keyword]. Doc fixes.
6625
6626 * w32fns.c: Don't define max.
6627 (Fx_open_connection): Only execute once.
6628
f00691a3 66292001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a89f435d
PJ
6630
6631 * ccl.c: Change macros to use do-while block instead of if-else.
6632 Use braces to follow GNU Coding Standards.
6633
a4cd0cd7
RS
66342001-11-11 Richard M. Stallman <rms@gnu.org>
6635
eafb659a
RS
6636 * sysdep.c (child_setup_tty): Don't clear ICRNL or INLCR.
6637
6638 * lread.c (read_escape): Use end_of_file_error for reporting eof.
6639
a4cd0cd7
RS
6640 * insdel.c (replace_range): Use adjust_markers_for_replace
6641 instead of adjust_markers_for_delete and adjust_markers_for_insert.
6642
6643 * intervals.h: Declare set_text_properties and set_text_properties_1.
6644
6645 * textprop.c (set_text_properties_1): New subroutine
6646 broken out of set_text_properties.
6647 (set_text_properties): Use set_text_properties_1.
6648
6649 * intervals.c (graft_intervals_into_buffer):
6650 Use set_text_properties_1 to clear out properties.
6651
6652 * search.c (Freplace_match): Use replace_range to insert
6653 and delete. Don't request property inheritance from
6654 surrounding text.
6655
91823618
JR
66562001-11-10 Jason Rumney <jasonr@gnu.org>
6657
6658 * w32fns.c (enum_font_cb2): Use leading @ on face name to detect
6659 vertical fonts. Allow them if face name is explicitly specified.
fa336b91 6660 Do not give up if we find a font that cannot be converted to an xlfd.
91823618 6661
86928dfb
GM
66622001-11-10 Gerd Moellmann <gerd@gnu.org>
6663
fa336b91 6664 * unexelf.c (unexec): Use mmap/munmap to allocate buffers
86928dfb
GM
6665 instead of malloc/free.
6666
f00691a3 66672001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
40ef1eda 6668
ab8469eb
PJ
6669 * xfaces.c (merge_face_vectors): Use braces to follow GNU
6670 Coding Standards.
6671 (Finternal_set_lisp_face_attribute): Likewise.
6672
a78e0303
PJ
6673 * buffer.c (Fbury_buffer): Likewise.
6674
40ef1eda
PJ
6675 * indent.c (current_column_1): Remove unused variable `prev_col'.
6676
fabf4a91
PJ
6677 * coding.c (encode_coding): Use precomputed value of `src'.
6678 (encode_coding): Remove unused variable `src_end'.
6679 (code_convert_region): Remove unused variables `count'.
6680
0c99b139
JR
66812001-11-07 Jason Rumney <jasonr@gnu.org>
6682
6683 * w32term.c (x_display_and_set_cursor): Do not move system caret
6684 if cursor_glyph is NULL.
6685
f00691a3 66862001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
830ddd77
PJ
6687
6688 * keymap.c (access_keymap): Fix compilation error.
6689
55c6d645
MB
66902001-11-07 Miles Bader <miles@gnu.org>
6691
6692 * xfns.c (x_set_frame_parameters): Avoid infinite recursion.
6693
f00691a3 66942001-11-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
5de38842 6695
7a4564a4
PJ
6696 * intervals.c (graft_intervals_into_buffer):
6697 Remove #ifdef'd-out code.
6698 (graft_intervals_into_buffer): Remove unused variable `middle'.
6699
5de38842
PJ
6700 * lread.c (Feval_region): Remove obsolete #ifdef'd-out
6701 code (eval-current-buffer).
6702 Change doc-string comments to `new style' [w/`doc:' keyword].
6703
4fa23df5
RS
67042001-11-06 Richard M. Stallman <rms@gnu.org>
6705
6706 * keymap.c (access_keymap): Don't use initializers on Lisp_Object.
6707
7a6a97d7
SM
67082001-11-06 Stefan Monnier <monnier@cs.yale.edu>
6709
c191d13c
SM
6710 * lread.c (read1): Fix behavior with nested backquoting.
6711
7a6a97d7
SM
6712 * keyboard.c (make_lispy_event): Check integerness and fix
6713 Lisp_Object/int mixup.
6714
f00691a3 67152001-11-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
44dc78e0
PJ
6716
6717 * fns.c (copy_hash_table): Remove unused variable `v'.
6718
17893c65
PJ
6719 * fontset.c (fontset_font_pattern): Remove unused variable
6720 `family_registry'.
6721
4d994a79
PJ
6722 * indent.c (current_column_1): Remove unused variable `prev_col'.
6723
d5360cc7
RS
67242001-11-05 Richard M. Stallman <rms@gnu.org>
6725
6726 * m/news-risc.h (BROKEN_PROTOTYPES): Defined.
6727
6728 * buffer.c (Fkill_buffer): Don't delete auto save file
6729 if buffer is modified.
6730
96238a5a
AI
67312001-11-05 Andrew Innes <andrewi@gnu.org>
6732
6733 * w32proc.c (Fw32_set_keyboard_layout): Use CHECK_NUMBER_CAR and
6734 CHECK_NUMBER_CDR.
6735
d9d54213
RS
67362001-11-05 Richard M. Stallman <rms@gnu.org>
6737
6738 * unexelf.c (unexec): Minor changes; clean up comments.
6739
b116830b
SS
67402001-11-05 Sam Steingold <sds@gnu.org>
6741
6742 * w32term.c (x_display_and_set_cursor): Fix w32 compilation error.
6743
3297e2a1
AS
67442001-11-05 Andreas Schwab <schwab@suse.de>
6745
6746 * sound.c (sound_perror): Save errno from being clobbered.
6747
9212319f 67482001-11-05 Dale Hagglund <rdh@yottayotta.com>
6fb8339c
EZ
6749
6750 * unexelf.c (unexec): Don't use `mmap'. Instead, read and write
6751 the program image directly.
6752
f00691a3 67532001-11-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
7dd73b78
PJ
6754
6755 * buffer.h (Fbuffer_local_value): Add prototype.
6756
982f6c7e
RS
67572001-11-04 Richard M. Stallman <rms@gnu.org>
6758
d31053f9
RS
6759 * buffer.c (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL
6760 and CHECK_BUFFER.
6761
6762 * keyboard.c (read_char): Use Fcar and Fcdr, not Fnth.
6763 (record_char): Likewise.
6764
6765 * keyboard.c (make_lispy_event): Don't insist a drag event must
6766 move to a different buffer position. Instead, check for moving at
6767 least double_click_fuzz.
6768
6769 * fns.c (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength.
6770
6771 * keyboard.c (echo-area-clear-hook): Undo Oct 29 change.
6772
982f6c7e 6773 * indent.c (current_column_1, Fmove_to_column): Separate the code
4d8da98b 6774 for display-table glyphs from the code for buffer text, to fix
982f6c7e
RS
6775 bugs in the former.
6776
830047fd
RS
67772001-11-04 Michael Welsh Duggan <md5i@cs.cmu.edu>
6778
6779 * buffer.c (Fbuffer_local_value): New function.
c191d13c 6780 (syms_of_buffer): Defsubr it.
b116830b 6781
830047fd
RS
6782 * xterm.c, w32term.c (x_display_and_set_cursor): Use buffer-local
6783 value of `cursor-in-non-selected-windows'.
6784
6785 * lisp.h (Qcursor_in_non_selected_windows): New declaration.
6786 * xdisp.c (Qcursor_in_non_selected_windows): New variable.
6787 (syms_of_xdisp): Initialize it.
b116830b 6788
f00691a3 67892001-11-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2df5238c 6790
4e397688
PJ
6791 * xfns.c (Fx_create_frame): Doc fix.
6792
48b0f3ae
PJ
6793 * coding.c: Change doc-string comments to `new style' [w/`doc:'
6794 keyword].
6795
2df5238c
PJ
6796 * eval.c (top_level_value, top_level_set): Remove commented and
6797 #ifdef'd-out code.
6798 (Fdefvar): Fix usage in doc-string.
6799
3ecaf7e5
RS
68002001-11-03 Richard M. Stallman <rms@gnu.org>
6801
6802 * xfns.c: Include unistd.h, if it exists.
6803
6804 * editfns.c: Move the include of ctype.h after unistd.h.
6805
6806 * gmalloc.c: Test BROKEN_PROTOTYPES.
6807
8db2e33b
KR
68082001-11-03 Ken Raeburn <raeburn@gnu.org>
6809
6810 * lisp.h (CHECK_STRING_CAR): New macro.
6811 * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
6812 treating XCAR and XCDR as lvalues.
6813 (openp): Use CHECK_STRING_CAR.
6814 (read_list): Use XSETCDR instead of treating XCDR as lvalue.
6815
aed29b97
EZ
68162001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
6817
6818 * s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.
13ccc79a 6819 (SIGMASKTYPE): Define.
aed29b97
EZ
6820
6821 * syssignal.h (sigunblock): Don't define if already defined.
6822
f00691a3 68232001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
6cb16f95 6824
16b45be4
EZ
6825 * eval.c (debugger_may_continue, Vdebug_ignored_errors)
6826 (call_debugger, Fcondition_case, skip_debugger, unbind_to):
1b1acc13
PJ
6827 Fix typos in comments.
6828
020f9b38
PJ
6829 * mocklisp.c (Fml_defun, Fml_while, Fml_substr): Remove commented
6830 and #ifdef'd-out code.
6831 Fix and reindent comments.
6832
c191d13c 6833 * mocklisp.h: Remove comment which is a copy of comment in mocklisp.c.
020f9b38 6834
6cb16f95
PJ
6835 * category.h (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused
6836 argument `i' in macros.
6837
6838 * frame.h (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument
6839 `i' in macros.
6840
16b45be4
EZ
6841 * lisp.h (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST)
6842 (CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE)
6843 (CHECK_VECTOR, CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER)
6844 (CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER)
6845 (CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER)
6846 (CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT)
6847 (CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY)
6848 (CHECK_NUMBER_CAR, CHECK_NUMBER_CDR): Remove unused argument `i'
6cb16f95
PJ
6849 in macros.
6850
6851 * abbrev.c, alloc.c, buffer.c, bytecode.c, callint.c, callproc.c,
153c2160
PJ
6852 * casefiddle.c, category.c, ccl.c, charset.c, cmds.c, coding.c,
6853 * composite.c, data.c, dired.c, dispnew.c, doc.c, dosfns.c, emacs.c,
6854 * eval.c, fileio.c, filelock.c, fns.c, fontset.c, frame.c, frame.h,
6855 * indent.c, keyboard.c, keymap.c, lread.c, macros.c, marker.c,
6856 * minibuf.c, mocklisp.c, msdos.c, print.c, process.c, search.c,
6857 * sunfns.c, syntax.c, textprop.c, undo.c, w16select.c, w32console.c,
6858 * w32fns.c, w32menu.c, w32proc.c, w32select.c, window.c, xdisp.c,
6859 * xfaces.c, xmenu.c, xselect.c: Update usage of CHECK_ macros
6cb16f95
PJ
6860 (remove unused second argument).
6861
7e9d3c2f
SM
68622001-11-02 Stefan Monnier <monnier@cs.yale.edu>
6863
6864 * syntax.c (describe_syntax): New wrapper.
6865 (Finternal_describe_syntax_value): Rename from describe_syntax.
6866 Don't insert space at front and \n at the end.
6867 (syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
6868
6869 * regex.c (re_wctype): Try to fix some warnings.
6870 (regcomp, regexec): Don't forget the __restrict.
6871
e6bff182
RS
68722001-11-02 Richard M. Stallman <rms@gnu.org>
6873
6874 * textprop.c (Fget_char_property): Doc fix.
6875
f00691a3 68762001-11-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9ba48103
PJ
6877
6878 * process.c (Fstart_process): Add usage to doc-string.
6879
6880 * data.c (Fsetq_default): Ditto.
6881
6882 * callint.c (Finteractive): Ditto.
6883
c22e59e1
SM
68842001-11-01 Stefan Monnier <monnier@cs.yale.edu>
6885
6886 * macros.c: Don't include keymap.h any more.
6887
9271ed2c
RS
68882001-11-01 Richard M. Stallman <rms@gnu.org>
6889
e6bff182
RS
6890 * data.c (Fmake_local_variable): Doc fix.
6891
6892 * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
6893 (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
6894
9271ed2c
RS
6895 * keymap.c (Fdescribe_buffer_bindings): Print character property
6896 bindings along with or instead of the buffer local map.
6897 Make the overriding maps override what they should.
6898
f00691a3 68992001-11-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8b8bd9c6
PJ
6900
6901 * window.c (grow_mini_window): Fix typo in comment.
6902
27188d11
GM
69032001-11-01 Gerd Moellmann <gerd@gnu.org>
6904
7b49b9d2
GM
6905 * xterm.c (x_scroll_bar_create): Check for width and height > 0.
6906 (XTset_vertical_scroll_bar): Likewise.
6907
43f7c3ea
GM
6908 * xfns.c (x_build_heuristic_mask): Use four_corners_best
6909 instead of IMAGE_BACKGROUND.
c22e59e1 6910
b350c2e5
GM
6911 * xfns.c (four_corners_best): Reindent.
6912
c22e59e1 6913 * xfaces.c (Finternal_set_lisp_face_attribute_from_resource):
27188d11
GM
6914 Handle :box so that it is possible to specify sexprs.
6915
bf00d461
EZ
69162001-10-31 Eli Zaretskii <eliz@is.elta.co.il>
6917
6918 * s/hpux11.h: New file.
6919
f00691a3 69202001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e10df59 6921
2b209b97
PJ
6922 * emacs.c (USAGE1): Show command line option --no-window-system
6923 instead of --no-windows in usage.
6924 (standard_args): Rename --no-windows to --no-window-system.
6925 (bug_reporting_address): Follow Emacs coding conventions.
6926
9dbc9081
PJ
6927 * eval.c (Fcommandp): Doc fix.
6928 Change doc-string comments to `new style' [w/`doc:' keyword].
6929
4e10df59
PJ
6930 * frame.c (Fframe_live_p): Doc fix.
6931
6932 * buffer.c (selective-display-ellipses): Doc fix.
6933
dd387b25
GM
69342001-10-31 Gerd Moellmann <gerd@gnu.org>
6935
fe957e65
GM
6936 * lread.c (to_multibyte): Fix computation of new read_buffer_size.
6937
dd387b25
GM
6938 * xfaces.c (realize_x_face): If C is not a single-byte character,
6939 set the face's colors_copied_bitwise_p instead of the defaulted_p
6940 members which have a different meaning.
6941 (free_face_colors): Do nothing for a face whose colors have been
6942 copied bitwise.
6943
c22e59e1 6944 * dispextern.h (struct face) <colors_copied_bitwise_p>: New member.
dd387b25 6945
f00691a3 69462001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2e1280f8 6947
687784e8
PJ
6948 * marker.c, mocklisp.c: Change doc-string comments to `new style'
6949 [w/`doc:' keyword].
2e1280f8 6950
b9d9a9b9
GM
69512001-10-31 Gerd Moellmann <gerd@gnu.org>
6952
6953 * fns.c (require_unwind): Return Lisp_Object.
6954
f00691a3 69552001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
48400103 6956
fa1361cb
PJ
6957 * keyboard.c (lucid-menu-bar-dirty-flag): Doc fix.
6958 (last-input-char): Revert doc-string to be the same as the
6959 doc-string of `last-input-event'.
6960
6c465a15 6961 * xdisp.c: Fix typos in comments.
48400103 6962
eafa3196
GM
69632001-10-31 Gerd Moellmann <gerd@gnu.org>
6964
6965 * window.c (grow_mini_window): Handle case that the root
6966 window is already smaller than the nominal mininum height.
6967
747d3f2a
SM
69682001-10-30 Stefan Monnier <monnier@cs.yale.edu>
6969
bf9bb76f
SM
6970 * emacs.c (main): Don't call keys_of_macros any more.
6971
6972 * lisp.h (keys_of_macros): Remove.
6973
6974 * macros.c (keys_of_macros): Remove.
6975
747d3f2a
SM
6976 * xfaces.c (Fface_attribute_relative_p): Declare args.
6977
5e905a57
JR
69782001-10-30 Jason Rumney <jasonr@gnu.org>
6979
6980 * w32fns.c (w32_to_x_charset): Increase size of XLFD charset buffer.
6981 (enum_font_cb2): Ignore fonts with vertical orientation.
6982
3a426197
RS
69832001-10-30 Richard M. Stallman <rms@gnu.org>
6984
6985 * keyboard.c (Finput_pending_p): Doc fix.
6986
a742d646
GM
69872001-10-30 Gerd Moellmann <gerd@gnu.org>
6988
259cf6bc
GM
6989 * xterm.c (x_after_update_window_line): Don't run the code
6990 clearing in borders for rows whose visible height is 0.
6991
3f99f948
GM
6992 * xdisp.c (clear_garbaged_frames): Redraw the frame only if its
6993 resized_p flag is set. If not set, use the much less flickering
6994 method previously used.
6995
6996 * dispnew.c (change_frame_size_1): Set frame's resized_p.
6997
6998 * frame.h (struct frame) <resized_p>: New member.
6999
b4a3be43
GM
7000 * lread.c (to_multibyte): Ensure read_buffer is at least twice
7001 as large as the number of bytes to convert.
747d3f2a 7002
a742d646
GM
7003 * lread.c (to_multibyte): New function.
7004 (read1): Use it.
7005
cacbb9e9
EZ
70062001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
7007
7008 * msdos.h (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c).
7009
99cb6b2f
GM
70102001-10-30 Gerd Moellmann <gerd@gnu.org>
7011
327f42ee 7012 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
747d3f2a
SM
7013 (x_set_glyph_string_background_width): Set extends_to_end_of_line_p
7014 if the row's fill_line_p is set and drawing the last glyph with
7015 DRAW_IMAGE_{RAISED,SUNKEN}.
327f42ee 7016
99cb6b2f
GM
7017 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
7018
8e8223e2
SM
70192001-10-29 Stefan Monnier <monnier@cs.yale.edu>
7020
7021 * xmenu.c: Include coding.h and charset.h.
7022 (Fx_popup_menu): Use FRAME_PTR and FRAME_FONT and FRAME_LINE_HEIGHT.
7023 (Fx_popup_dialog): Use FRAME_PTR and enum scroll_bar_part.
7024 (single_submenu, xmenu_show): Use ENCODE_SYSTEM.
7025 Explicitly set wv->help. Use `TRUE' rather than `True'.
7026 (menu_help_callback): Use empty_string.
7027
7028 * w32menu.c (Fx_popup_menu): Explicitly init f, xpos, and ypos.
7029 (Fx_popup_dialog): Explicitly init f.
7030 (w32_menu_display_help): Use empty_string.
7031
4d083a8f
RS
70322001-10-29 Richard M. Stallman <rms@gnu.org>
7033
b2304472
RS
7034 * fns.c (Frequire): Detect recursive try to require the same
7035 feature 3 or more levels deep, and get error.
7036 (require_unwind): New subroutine.
7037 (require_nesting_list): New variable.
7038 (syms_of_fns): Init and staticpro it.
7039
4d083a8f
RS
7040 * print.c (print_object): Clarify indication of insertion type.
7041
2fe41216
EZ
70422001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
7043
90480000
EZ
7044 * coding.c (syms_of_coding): Document that locale-coding-system is
7045 used for decoding input on X.
7046
2fe41216
EZ
7047 * window.c (Fscroll_left, Fscroll_right): Doc fix.
7048
f00691a3 70492001-10-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
74e79967
PJ
7050
7051 * keyboard.c (Finput_pending_p): Fix typo in doc-string.
7052 (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
7053
60ebcfe8
GM
70542001-10-29 Gerd Moellmann <gerd@gnu.org>
7055
9a7bdceb
GM
7056 * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area,
7057 use NO_CURSOR if cursor_in_non_selected_windows is false.
7058
3f08fcd2
GM
7059 * xfaces.c (Fface_font): Use UNSPECIFIEDP instead of NILP for
7060 the slant attribute if FRAME is t.
7061
0ccfdad2
GM
7062 * xfns.c (x_set_internal_border_width): Set frame garbaged
7063 when X window doesn't exist yet.
7064
ef253080
GM
7065 * xterm.c (x_after_update_window_line): Clear internal border
7066 in different circumstances.
b116830b 7067
60ebcfe8
GM
7068 * xterm.c (XTread_socket) <KeyPress>: Don't use
7069 STRING_CHAR_AND_LENGTH if nchars == nbytes. From Kenichi Handa
7070 <handa@etl.go.jp>.
7071
73d25f9c
EZ
70722001-10-28 Eli Zaretskii <eliz@is.elta.co.il>
7073
7074 * m/ibms390.h: New file. From Adam Thornton
7075 <athornton@sinenomine.net>.
7076
cac1daf0
GM
70772001-10-28 Gerd Moellmann <gerd@gnu.org>
7078
053b3256 7079 * xfns.c (x_build_heuristic_mask): Use x_alloc_image_color.
b116830b 7080
cac1daf0
GM
7081 * xfns.c (x_build_heuristic_mask): Fix a bug not incrementing
7082 a loop counter.
7083
f00691a3 70842001-10-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13b1a09c 7085
186486eb
PJ
7086 * emacs.c: Use argv[0] instead of emacs when -t was specified.
7087
4707d2d0
PJ
7088 * keyboard.c: Change doc-string comments to `new style' [w/`doc:'
7089 keyword].
7090 Fix typos in comments.
b116830b 7091
d883731c
PJ
7092 * emacs.c (bug_reporting_address): New function.
7093 Use it when displaying usage message.
7094
04012254
PJ
7095 * minibuf.c (read_minibuf): Remove unused external declaration of
7096 variable `Qread_only'.
7097
13b1a09c
PJ
7098 * keymap.c (access_keymap): Remove unused variable `charset'.
7099
5bbf4378
MB
71002001-10-28 Miles Bader <miles@gnu.org>
7101
7102 * xfaces.c (merge_face_heights): Handle TO being relative as well.
7103 Remove #ifdef'd-out code.
7104 (Fface_attribute_relative_p, Fmerge_face_attribute): New functions.
7105 (syms_of_xfaces): Initialize them.
7106
1ce1e4ee
JR
71072001-10-27 Jason Rumney <jasonr@gnu.org>
7108
7109 * w32fns.c (w32_wnd_proc) <WM_KILLFOCUS>: Destroy the system caret.
7110 <WM_EMACS_DESTROY_CARET, WM_EMACS_TRACK_CARET>: Track cursor
7111 position using the system caret.
7112
7113 * w32term.c (w32_system_caret_hwnd, w32_system_caret_width)
7114 (w32_system_caret_height, w32_system_caret_x)
7115 (w32_system_caret_y): New variables for tracking system caret.
7116 (w32_initialize): Initialize them.
c2d53558 7117 (x_display_and_set_cursor): Make system caret follow the active cursor.
1ce1e4ee 7118
c2d53558
SM
7119 * w32term.h (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET):
7120 New messages types.
1ce1e4ee
JR
7121
7122 * w32term.c (note_mouse_highlight): Clear old help_echo.
7123
f00691a3 71242001-10-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
4e30ce42 7125
bb4600a4
PJ
7126 * xterm.c: Fix typo in a comment.
7127
7db35a48
PJ
7128 * emacs.c: Fix typos in comments.
7129 Remove unnecessary spaces.
7130 Change doc-string comments to `new style' [w/`doc:' keyword].
7131 (USAGE2): Fix typos in usage string.
7132
a7248e4f
PJ
7133 * xterm.c: Fix typo in a comment.
7134
4e30ce42
PJ
7135 * lisp.h: (gdb_lisp_params): Remove code in #if 0 which is now in
7136 emacs.c.
7137
62725a92
GM
71382001-10-27 Gerd Moellmann <gerd@gnu.org>
7139
798dbe1f 7140 * xdisp.c (move_it_vertically_backward): Use 2/3 line_height
c2d53558 7141 instead of 1/2 line_height in the heuristic for skipping
798dbe1f
GM
7142 farther backward when target_y was not reached.
7143
62725a92
GM
7144 * sound.c (sound_perror): Unblock SIGIO, turn on atimers.
7145 Display errno only if non-zero.
7146 (sound_warning): New function.
7147 (vox_configure): Don't treat failing to set sample rate as error.
7148 (various places): Improve error messages.
7149
d4e34d24
EZ
71502001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
7151
944e6f60
EZ
7152 * fileio.c (Faccess_file): Run the argument filename through
7153 Fexpand_file_name, before using it.
7154
d4e34d24
EZ
7155 * dispnew.c (syms_of_display) <visible-bell>: Add a reference to
7156 ring-bell-function. Suggested by Alf-Ivar Holm <alfh@ifi.uio.no>
7157
38d2af0c
GM
71582001-10-26 Gerd Moellmann <gerd@gnu.org>
7159
da80a8d5
GM
7160 * insdel.c (insert_1_both): Do nothing if NCHARS == 0.
7161
38d2af0c
GM
7162 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
7163 Fix clearing in the case of scroll bars on the right.
c2d53558 7164
45de4a6f 71652001-10-26 Juanma Barranquero <lektu@terra.es>
56f508dd
EZ
7166
7167 * w32gui.h (XImage): Add a dummy typedef.
7168
fbd5ceb2
GM
71692001-10-26 Gerd Moellmann <gerd@gnu.org>
7170
c2d53558 7171 * xfns.c (XScreenNumberOfScreen): Fix struct to pointer comparison.
fbd5ceb2 7172
b23236fb
EZ
71732001-10-25 Eli Zaretskii <eliz@is.elta.co.il>
7174
7175 * frame.c (Fframe_parameter): Fix last change.
7176
5d991fc4
EZ
7177 * fileio.c: Revert last change (which removed old commented-out
7178 version of expand-file-name). Add a comment that explains why
7179 this old version should not be removed.
7180
879eadc3
GM
71812001-10-25 Gerd Moellmann <gerd@gnu.org>
7182
75700ff2
GM
7183 * frame.c (Fframe_parameter): Fix a bug whereby some
7184 ``artificial'' frame parameters, like `minibuffer' were not
7185 obtained by calling Fframe_parameters.
7186
dfe92a6a
GM
7187 * xterm.c (show_mouse_face): Clean up. Recognize overwritten
7188 cursor differently.
7189
879eadc3
GM
7190 * xdisp.c (move_it_vertically_backward): Compute line height
7191 differently. Add heuristic to try to be more compatible to 20.x.
7192
e1010ebe
SM
71932001-10-25 Stefan Monnier <monnier@cs.yale.edu>
7194
d73a471b
SM
7195 * lisp.h (make_fixnum_or_float): Coerce double to int explicitly.
7196
d6da5a06
GM
7197 * editfns.c (text_property_stickiness): Fix Lisp_Object used as
7198 boolean.
e1010ebe 7199
f66bd220
MB
72002001-10-25 Miles Bader <miles@gnu.org>
7201
7202 * xfns.c (png_load): Make sure SPECIFIED_BG is a string.
7203 BG is a pointer to a structure, not a structure.
7204 (gif_format, png_format): Add missing commas.
7205
d436d538
RS
72062001-10-24 Richard M. Stallman <rms@gnu.org>
7207
7208 * xfaces.c (Fface_attributes_as_vector): New function.
c2d53558 7209 (syms_of_xfaces): Defsubr it.
d436d538 7210
f00691a3 72112001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
075c507b
PJ
7212
7213 * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused
7214 variable `area'.
7215
f00691a3 72162001-10-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
d492b584 7217
c2d53558 7218 * search.c (scan_newline): Remove unused variable `selective_display'.
d492b584 7219
e2a57b34
MB
72202001-10-25 Miles Bader <miles@gnu.org>
7221
7222 * dispextern.h (struct image): Add `background',
7223 `background_valid', and `background_transparent' fields.
7224 (image_background, image_background_transparent): New declarations.
7225 (IMAGE_BACKGROUND, IMAGE_BACKGROUND_TRANSPARENT): New macros.
7226 * xfns.c (image_background, image_background_transparent)
7227 (four_corners_best): New functions.
c2d53558 7228 (xpm_format, png_format, jpeg_format, tiff_format, gif_format)
e2a57b34
MB
7229 (gs_format): Add `:background' entry.
7230 (lookup_image): Set IMG's background color if specified.
7231 (pbm_load, xbm_load_image, png_load): Set IMG's background field
7232 when appropriate.
7233 (x_clear_image_1): Reset `background_valid' and
7234 `background_transparent_valid' fields.
7235 (x_build_heuristic_mask): Use IMAGE_BACKGROUND instead of
7236 calculating it here. Set IMG's background_transparent field.
7237 (enum xpm_keyword_index): Add XPM_BACKGROUND.
7238 (enum png_keyword_index): Add PNG_BACKGROUND.
7239 (enum jpeg_keyword_index): Add JPEG_BACKGROUND.
7240 (enum tiff_keyword_index): Add TIFF_BACKGROUND.
7241 (enum gif_keyword_index): Add GIF_BACKGROUND.
7242 (enum gs_keyword_index): Add GS_BACKGROUND.
c2d53558 7243 (pbm_load, png_load, jpeg_load, tiff_load, gif_load):
e2a57b34
MB
7244 Pre-calculate image background color where necessary.
7245 * xterm.c (x_setup_relief_colors): Use `IMAGE_BACKGROUND' and
7246 `IMAGE_BACKGROUND_TRANSPARENT' to calculate the correct background
7247 color to use for image glyph reliefs.
7248
b547b6e8
GM
72492001-10-24 Gerd Moellmann <gerd@gnu.org>
7250
d9e3b8c6
GM
7251 * xterm.c (x_draw_glyphs): Don't check for cursor overwriting
7252 in full-width rows.
c2d53558 7253
b547b6e8
GM
7254 * xterm.c (XTset_vertical_scroll_bar) [!USE_TOOLKIT_SCROLL_BARS]:
7255 Fix clearing of area not covered by scroll bar.
7256
f00691a3 72572001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
2beb36f9
PJ
7258
7259 * xterm.c: (x_insert_glyphs): Remove unused variables `real_end'
7260 and `real_start'.
c2d53558 7261 (x_draw_image_foreground): Remove unused variables `mask' and `xgcv'.
2beb36f9
PJ
7262 (glyph_rect): Remove unused variable `area'.
7263
76cb5e06
GM
72642001-10-24 Gerd Moellmann <gerd@gnu.org>
7265
bdbdebff 7266 * xdisp.c: Change #ifdef GLYPH_DEBUG to #if.
c2d53558
SM
7267
7268 * xdisp.c (try_window_reusing_current_matrix): Use row_containing_pos.
7269 (row_containing_pos): Take additional argument DY.
7270 Treat rows ending in middle of char differently.
62e33982
GM
7271 (display_line): Handle tabs on window systems differently.
7272
7273 * xterm.c, w32term.c (fast_find_position): Call row_containing_pos
7274 with additional argument.
7275
7276 * dispextern.h (row_containing_pos): Adjust prototype.
7277
76cb5e06
GM
7278 * xdisp.c (inhibit_try_window_id, inhibit_try_window_reusing)
7279 (inhibit_try_cursor_movement) [GLYPH_DEBUG]: New variables.
7280 (try_window_id, try_window_reusing_current_matrix)
7281 (try_cursor_movement) [GLYPH_DEBUG]: Don't run if inhibited.
6c465a15 7282 (syms_of_xdisp) [GLYPH_DEBUG]: DEFVAR_BOOL the variables.
76cb5e06 7283
f00691a3 72842001-10-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
996fee11 7285
c9e60620
PJ
7286 * xmenu.c: Spell the name of Emacs properly (GNU Emacs instead of
7287 gnuemacs).
7288 (HAVE_BOXES): Fix typo in comment.
7289 (push_menu_pane): Fix typo in comment.
7290
3b552d56
PJ
7291 * xdisp.c: (display_prop_string_p): Remove unused local declaration
7292 of `Qwhen'.
7293 (single_display_prop_string_p): Remove unused local declarations
7294 of `Qwhen' and `Qmargin'.
7295 (string_buffer_position): Remove unused variable `around'.
7296 (store_frame_title): Remove unused variable `width'.
7297
15c565ac
PJ
7298 * window.c: Don't define max.
7299 (coordinates_in_window): Remove unused variable `uy'.
7300
a8818eb9
PJ
7301 * widget.c: Don't define max.
7302
996fee11
PJ
7303 * process.c: Don't define max.
7304 (create_process): Remove unused variable `buffer'.
7305
496e1a5b
GM
73062001-10-23 Gerd Moellmann <gerd@gnu.org>
7307
c2d53558 7308 * xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation error.
496e1a5b 7309
5905ae8b
EZ
73102001-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7311
7312 * xfaces.c (Finternal_set_lisp_face_attribute)
7313 [HAVE_WINDOW_SYSTEM]: Don't do anything for QCfont unless the
7314 frame is on a windowed display.
7315
24db49fb
GM
73162001-10-23 Gerd Moellmann <gerd@gnu.org>
7317
c2d53558
SM
7318 * dispnew.c (sync_window_with_frame_matrix_rows):
7319 Fix handling of windows which aren't full-width, fix handling
c51488cd
GM
7320 of marginal areas.
7321
c2d53558 7322 * lread.c (syms_of_lread) <recursive-load-depth-limit>: Raise to 50.
24db49fb 7323
f0487f05
EZ
73242001-10-23 Andreas Schwab <schwab@suse.de>
7325
7326 * m/macppc.h [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and override
7327 LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc".
7328
f0a48a01
GM
73292001-10-23 Gerd Moellmann <gerd@gnu.org>
7330
c2d53558 7331 * xterm.c (x_draw_glyphs): Remove parameters READ_START and
f0a48a01
GM
7332 REAL_END. Notice if cursor gets overwritten.
7333 (notice_overwritten_cursor): Take X positions as parameters.
7334 (x_draw_phys_cursor_glyph): Save state of w->phys_cursor_on_p
7335 around call to x_draw_glyphs.
7336
f00691a3 73372001-10-23 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
a50a10a0 7338
fc11dff0
PJ
7339 * syntax.c (modify-syntax-entry): Fix argument names (use CHAR
7340 instead of C) and usage.
a50a10a0 7341
fc11dff0
PJ
7342 * editfns.c (char-to-string): Fix argument names (use CHAR instead
7343 of C) and usage.
a50a10a0
PJ
7344
7345 * xfns.c (Fx_show_tip): Remove unused variables `buffer', `top',
7346 `left', `max_width' and `max_height'.
7347
8738febd
GM
73482001-10-23 Gerd Moellmann <gerd@gnu.org>
7349
7350 * xdisp.c (display_line): For a tab continued to the next line,
7351 set row's ends_in_middle_of_char_p.
7352
653c329b
GM
73532001-10-22 Gerd Moellmann <gerd@gnu.org>
7354
7355 * xdisp.c (display_line): Fix computation of continuation lines
7356 width for TABs.
7357
f00691a3 73582001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
f958c5ac 7359
7ba51063
PJ
7360 * xdisp.c (build_desired_tool_bar_string): Remove unused variable
7361 `Qlaplace'.
7362
f958c5ac
PJ
7363 * fileio.c: Remove unused code.
7364
eb360291
MB
73652001-10-22 Miles Bader <miles@gnu.org>
7366
7367 * lisp.h (DEFVAR_LISP, DEFVAR_LISP_NOPRO, DEFVAR_BOOL)
7368 (DEFVAR_INT, DEFVAR_PER_BUFFER, DEFVAR_KBOARD):
7369 Remove `DOC_STRINGS_IN_COMMENTS' cases.
7370
98515cf0
JR
73712001-10-21 Jason Rumney <jasonr@gnu.org>
7372
7373 * w32term.c (x_erase_phys_cursor): Remove inverse_p again.
7374
93026d88
EZ
73752001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7376
7377 * mocklisp.c (Fml_if, Fml_provide_prefix_argument)
7378 (Finsert_string): Avoid the multi-line string literals warning.
7379
c9a95b79
MB
73802001-10-22 Miles Bader <miles@gnu.org>
7381
7382 * doc.c (Vhelp_manyarg_func_alist): Variable removed.
7383 (Fdocumentation): Don't use it.
7384 (syms_of_doc): Don't initialize it.
7385
7386 * keyboard.c (Ftrack_mouse): Add usage: string to doc string.
7387 * print.c (Fwith_output_to_temp_buffer): Likewise.
7388 * window.c (Fsave_window_excursion): Likewise.
c2d53558 7389 * editfns.c (Fsave_excursion, Fsave_current_buffer)
c9a95b79 7390 (Fsave_restriction): Likewise.
c2d53558
SM
7391 * eval.c (Frun_hooks, Frun_hook_with_args)
7392 (Frun_hook_with_args_until_failure)
7393 (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif)
7394 (Fcond, Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun)
7395 (Fdefmacro, Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch)
c9a95b79
MB
7396 (Funwind_protect, Fcondition_case): Likewise.
7397 * coding.c (Ffind_operation_coding_system): Likewise.
7398 * keyboard.c (Ftrack_mouse): Likewise.
7399
a3b10252
MB
74002001-10-21 Miles Bader <miles@gnu.org>
7401
c2d53558 7402 * fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
a3b10252
MB
7403 (Fmake_hash_table): Add usage: string to doc string.
7404 * editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
c2d53558 7405 (Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
a3b10252
MB
7406 (Fencode_time, Finsert_and_inherit_before_markers): Likewise.
7407 * mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
7408 (Fml_prefix_argument_loop): Likewise.
7409
f00691a3 74102001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
c6f73eec 7411
c2d53558 7412 * fileio.c (Finsert_file_contents): Remove unused variable `gap_size'.
888ebd13 7413
c6f73eec
PJ
7414 * sysdep.c (init_sys_modes): Change doc-string comments to `new
7415 style' [w/`doc:' keyword].
7416
7417 * data.c, fileio.c, indent.c, print.c, search.c, sound.c,
7418 * sunfns.c, textprop.c, undo.c, xselect.c: Change doc-string
7419 comments to `new style' [w/`doc:' keyword].
7420
3cf3436e
JR
74212001-10-21 Jason Rumney <jasonr@gnu.org>
7422
7423 * w32fns.c (Fx_file_dialog): Pass a filter to GetOpenFileName.
7424
c169b8f1
JR
7425 * w32term.c (remember_mouse_glyph): New function.
7426 (w32_mouse_position): Use it.
7427 (note_mouse_movement): If the mouse moved off the glyph, remember
7428 its new position.
c2d53558 7429
4fdd691b
JR
7430 * w32term.h (struct w32_output): Correct spelling of x_compatible.
7431 (w32_display_info): Add mouse_face_overlay.
7432
c169b8f1
JR
7433 * w32term.c (notice_overwritten_cursor): Renamed from
7434 note_overwritten_text_cursor. Rewritten to take glyph widths into
7435 account.
7436 (x_y_to_hpos_vpos): Add parameter BUFFER_ONLY_P.
7437 (fast_find_string_pos): New function.
7438 (fast_find_position): Return the correct vpos. Add parameter
7439 STOP. In the final row, stop before glyphs having STOP as object.
7440 Don't consider glyphs that are not from a buffer.
7441 (fast_find_position) [0]: Add a presumably more correct version
7442 for after 21.1.
7443 (expose_window_tree, expose_frame): Don't compute intersections here.
7444 (expose_window): Do it here instead.
7445 (expose_window_tree, expose_window, expose_line): Return 1 when
7446 overwriting mouse-face.
7447 (expose_window): If W is the window currently being updated, mark
7448 the frame garbaged.
7449 (expose_frame): If mouse-face was overwritten, redo it.
7450 (x_use_underline_position_properties): New variable.
7451 (syms_of_xterm): DEFVAR_BOOL it.
7452 (x_draw_glyph_string): Add comment to use it in future.
7453 (x_draw_glyph_string): Restore clipping after drawing box.
7454 Fix a computation of the underline position.
7455 (w32_get_glyph_string_clip_rect): Minor cleanup.
7456 (x_fill_stretch_glyph_string): Remove an assertion.
7457 (x_produce_glyphs): Don't convert multibyte characters
7458 to unibyte characters in unibyte buffers.
7459 (cursor_in_mouse_face_p): New function.
7460 (x_draw_stretch_glyph_string): Use it to choose a different GC
7461 when drawing a cursor within highlighted text. Don't draw
7462 background again if it has already been drawn.
7463 (x_draw_glyph_string_box): Don't draw a full-width
7464 box just because the glyph row's full_width_p flag is set.
7465 (x_draw_glyphs): Fix computation of rightmost x for
7466 full-width rows.
7467 (x_dump_glyph_string): Put in #if GLYPH_DEBUG.
7468 (w32_draw_relief_rect): Extend left shadow to the bottom and left;
7469 change bottom shadow accordingly. Some cleanup.
7470 (x_update_window_end): Handle overwritten mouse face
7471 also for tool bar windows.
7472 (show_mouse_face): Set the glyph row's mouse_face_p flag also when
7473 DRAW is DRAW_IMAGE_RAISED.
7474 (clear_mouse_face): Return 1 if text with mouse face was
2c568af5
SM
7475 actually redrawn. Make the function static.
7476 Reset dpyinfo->mouse_face_overlay otherwise note_mouse_highlight might
c169b8f1
JR
7477 optimize away highlighting if we pass over that same overlay again.
7478 (note_mouse_highlight): Call mouse_face_overlay_overlaps
7479 to detect a case where we have to highlight a different region
7480 despite not having left the currently highlighted region.
7481 Set mouse_face_overlay in the x_display_info. Avoid changing the
7482 mouse pointer shape when show_mouse_face has already done it, or
7483 there is no need. Handle mouse-face and help-echo in strings.
7484 (glyph_rect): New function.
7485 (w32_mouse_position): Use it to raise the threshold for mouse
7486 movement event generation.
7487 (w32_initialize_display_info): Initialize the x_display_info's
7488 mouse_face_overlay.
7489 (w32_set_vertical_scroll_bar): Don't clear a zero height
7490 or width area.
7491 (w32_set_vertical_scroll_bar, x_scroll_bar_create): Don't configure
7492 a widget to zero height.
7493
3cf3436e 7494 * w32menu.c (single_submenu, w32_menu_show) [!HAVE_MULTILINGUAL_MENU]:
4fdd691b 7495 Protect unibyte strings created by replacing their multibyte
3cf3436e
JR
7496 equivalents in menu_items.
7497 (w32_menu_show): Don't overwrite an item's name with its key
7498 description in case the description is a multibyte string.
7499 (single_submenu): Some cleanup.
7500
7501 * w32fns.c (x_laplace_read_row, x_laplace_write_row): Removed.
7502 (postprocess_image): New function.
7503 (lookup_image): Call it for all image types except PostScript.
7504 (x_kill_gs_process): Call postprocess_image.
7505 (tiff_error_handler, tiff_warning_handler): New functions.
7506 (tiff_load): Install them as handlers.
7507 (x_kill_gs_process): Recognize if someone has cleared the image
7508 cache under us.
7509 (valid_image_p): Protect better against invalid image
7510 specifications. Previous code could signal an error.
7511 (Fx_hide_tip, Fshow_tip): Doc fix.
7512 (Fv_max_tooltip_size): New variable.
7513 (syns_of_xfns): DEFVAR_LISP it.
7514 (Fx_show_tip): Add parameter TEXT. Set the tip frame's root
7515 window buffer to *tip* right after creating the frame. Set frame's
7516 window_width. Use a maximum tooltip size specified by
7517 Vx_max_tooltip_size, if that has valid contents.
7518 (compute_tip_xy): Add parameters WIDTH and HEIGHT.
7519 Make sure the tooltip is completely visible.
7520 (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil.
7521 (Fx_create_frame): Adjust the frame's height for presence
7522 of the tool bar before calling x_figure_window_size.
7523 (x_set_tool_bar_lines): Clear the tool bar window's current matrix
7524 when the window gets smaller.
7525 (x_set_foreground_color): Set frame's cursor_pixel.
7526 (x_set_foreground_color, x_set_background_color): Cleaned up.
7527 (x_set_font): Handle case of x_new_fontset returning the same name
7528 as before, although there was a change in fontsets.
7529
386ca361
MB
75302001-10-21 Miles Bader <miles@gnu.org>
7531
c2d53558 7532 * data.c (Fplus, Fminus, Fmax, Ftimes, Fquo, Flogand, Flogior)
386ca361
MB
7533 (Flogxor): Add usage: string to doc string.
7534 * charset.c (Fstring): Likewise.
7535 * callproc.c (Fcall_process_region, Fcall_process): Likewise.
7536 * alloc.c (Fmake_byte_code, Fvector, Flist): Likewise.
7537
f00691a3 75382001-10-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14ff1ee0 7539
03be2694
PJ
7540 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
7541
7542 * alloc.c: Reindent DEFUNs with doc: keywords.
7543
7544 * abbrev.c (Finsert_abbrev_table_description): Reindent.
7545
14ff1ee0
PJ
7546 * frame.c: Change doc-string comments to `new style' [w/`doc:'
7547 keyword].
7548
2f147815 7549See ChangeLog.9 for earlier changes.
6922b018
KH
7550
7551;; Local Variables:
49b3bd82 7552;; coding: iso-2022-7bit
6922b018 7553;; End:
2a34a036 7554
2f147815 7555 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2a34a036
GM
7556 Copying and distribution of this file, with or without modification,
7557 are permitted provided the copyright notice and this notice are preserved.